@import url("Resources/css/PCCANew.custom.css");

.PCCA_header .userDisplayName p.my-account, .mobile-header .userDisplayName p.my-account {
    gap: 5px;
    justify-content: center;
    display: flex;
    /*margin-top: -25px;*/
    font-weight: 600;
    color: #333333;
    cursor: pointer;
    margin: 0 0 5px;
}

.mobile-header .userDisplayName p.my-account {
    color: #fff;
}

.editbar {
    width: 75%;
}

.bg-color-primary {
    background-color: #0088cc;
}

.body .dnnLogin .dnnLoginService, .body div.dnnRegistrationForm {
    border-top-color: #0088cc;
}

.body .dnnLogin label, .body .dnnRegistrationForm label, .body .dnnLoginService a.dnnSecondaryAction, .body .dnnRegistrationForm a.dnnSecondaryAction {
    color: #0088cc;
}

.body .dnnLogin a.dnnPrimaryAction, .body .dnnRegistrationForm a.dnnPrimaryAction {
    background: #0088cc;
    border-color: #0088cc;
}

    .body .dnnLogin a.dnnPrimaryAction:hover, .body .dnnRegistrationForm a.dnnPrimaryAction:hover {
        border-color: #00aaff;
        background-color: #00aaff;
    }

html header .navbar-collapse .nav-main > ul > li > a.dropdown-item.active, html header .navbar-collapse .nav-main > ul > li.ms-active > a.dropdown-item {
    background-color: #0088cc;
    color: #ffffff;
}

html header .search span {
    font-family: Open Sans;
}

html header a {
    color: #005EB8;
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 600;
}

    html header a:hover, html header a:focus {
        color: #00aaff;
        font-family: Open Sans;
        font-size: inherit;
    }

    html header a:visited {
        color: #006699;
        font-family: Open Sans;
        font-size: 11px;
    }

html header .navbar-collapse .nav-main > ul > li > a {
    color: #0088cc;
    font-family: Open Sans;
    font-size: 12px;
}

html header .navbar-collapse .nav-main > ul > li.active > a {
    color: #ffffff;
    font-family: Open Sans;
    font-size: 12px;
}

html header .navbar-collapse .nav-main > ul > li:hover > a, html header .navbar-collapse .nav-main > ul > li > a:focus, html header .navbar-collapse .nav-main > ul > li.focused > a {
    color: #ffffff;
}

html header .navbar-collapse .nav-main > ul ul > li > a {
    color: #ffffff;
    font-family: Open Sans;
    font-size: 12px;
}

html .slidebar .nav-main > ul > li > a {
    color: #0088cc;
    font-family: Open Sans;
    font-size: 12px;
}

html .slidebar .nav-main > ul > li.active > a {
    color: #ffffff;
    font-family: Open Sans;
    font-size: 12px;
}

html .slidebar .nav-main > ul > li:hover > a, html .slidebar .nav-main > ul > li > a:focus {
    color: #ffffff;
}

html .slidebar .nav-main > ul ul > li > a {
    color: #ffffff;
    font-family: Open Sans;
    font-size: 12px;
}

html .overlayHeader .navbar-collapse .nav-main > ul ul > li:hover > a, html .inlineHeader .navbar-collapse .nav-main > ul ul > li:hover > a {
    color: #ffffff;
}

html header nav ul.nav-main .dropdown-full-color .dropdown-submenu > a:after {
    border-right-color: #ffffff;
    border-left-color: #ffffff;
}

html section.page-top h1 {
    color: #ffffff;
    font-family: Open Sans;
    font-size: 36px;
}

html section.page-top .breadcrumb span {
    color: #ffffff;
    font-family: Open Sans;
    font-size: 16px;
}

    html section.page-top .breadcrumb span a {
        color: #ffffff;
        font-family: Open Sans;
        font-size: 16px;
    }

html body {
    color: #777777;
    font-family: Open Sans;
    font-size: 14px;
}

html h1 {
    color: #333333;
    font-family: Open Sans;
    font-size: 36px;
}

html h2 {
    color: #333333;
    font-family: Open Sans;
    font-size: 30px;
}

html h3 {
    color: #333333;
    font-family: Open Sans;
    font-size: 25px;
}

html h4 {
    color: #333333;
    font-family: Open Sans;
    font-size: 20px;
}

html h5 {
    color: #333333;
    font-family: Open Sans;
    font-size: 14px;
}

html h6 {
    color: #333333;
    font-family: Open Sans;
    font-size: 14px;
}

html p, html blockquote p, html .testimonial.testimonial-style-5 blockquote p, html .testimonial.testimonial-style-4 blockquote p, html .testimonial.testimonial-style-3 blockquote p {
    color: #777777;
    font-family: Open Sans;
    font-size: 14px;
}

a {
    color: #0088cc;
    font-family: Open Sans;
    font-size: 14px;
}

    a:visited {
        color: #0077b3;
        font-family: Open Sans;
        font-size: 14px;
    }

    a:hover, a:focus {
        color: #0099e6;
        font-family: Open Sans;
        font-size: 14px;
    }

    a:active {
        color: #0077b3;
        font-family: Open Sans;
        font-size: 14px;
    }

    a.btn {
        font-family: Open Sans;
        font-size: 14px;
    }

@media (min-width: 991px) {
    html header nav.mega-menu ul.nav-main li.mega-menu-item ul.sub-menu .mega-menu-sub-title {
        color: #333333;
        font-family: Open Sans;
        font-size: 12px;
    }

    html header nav.mega-menu ul.nav-main li.mega-menu-item ul.sub-menu a {
        color: #777777;
        font-family: Open Sans;
        font-size: 12px;
    }
}

header div.social-icons {
    display: block;
}

header #login .loginGroup {
    display: block;
}

header #login .registerGroup {
    display: block;
}

header nav.nav-main, header .btn-responsive-nav, header.pushdownHeader .btn-push-nav, header .btn-responsive-nav .fas.fa-bars {
    display: inline-block;
}

footer .terms {
    display: inline-block;
}

    footer .copyright, footer .terms:before {
        display: inline-block;
    }

footer .privacy {
    display: inline-block;
}

header .language {
    display: block;
}

.type-wrap-1 .typed-cursor {
    color: #0088cc;
}

.overlayHeader .nav-main.overlay ul > li.active > a, .overlayHeader .nav-main.overlay ul > li:hover > a {
    background: transparent !important;
}

header .header-body {
    background: #ffffff;
}

body.sticky-menu-active header .header-body {
    border-bottom-color: #e6e6e6;
}

header.fixedheader .header-body {
    background: #ffffff !important;
}

.page-top {
    background-color: #0e0e0e;
    border-top-color: #282828;
}

.body > #footer {
    background: #0e0e0e;
    border-top-color: #0e0e0e;
}

    .body > #footer .footer-copyright {
        background: #010101;
        border-top-color: #010101;
    }

html .heading-primary, html .lnk-primary, html .text-color-primary {
    color: #0088cc !important;
}

html .heading.heading-primary h1, html .heading.heading-primary h2, html .heading.heading-primary h3, html .heading.heading-primary h4, html .heading.heading-primary h5, html .heading.heading-primary h6 {
    border-color: #0088cc;
}

html .heading-secondary, html .lnk-secondary, html .text-color-secondary {
    color: #E36159 !important;
}

html .heading.heading-secondary h1, html .heading.heading-secondary h2, html .heading.heading-secondary h3, html .heading.heading-secondary h4, html .heading.heading-secondary h5, html .heading.heading-secondary h6 {
    border-color: #E36159;
}

html .heading-tertiary, html .lnk-tertiary, html .text-color-tertiary {
    color: #2BAAB1 !important;
}

html .heading.heading-tertiary h1, html .heading.heading-tertiary h2, html .heading.heading-tertiary h3, html .heading.heading-tertiary h4, html .heading.heading-tertiary h5, html .heading.heading-tertiary h6 {
    border-color: #2BAAB1;
}

html .heading-quaternary, html .lnk-quaternary, html .text-color-quaternary {
    color: #383f48 !important;
}

html .heading.heading-quaternary h1, html .heading.heading-quaternary h2, html .heading.heading-quaternary h3, html .heading.heading-quaternary h4, html .heading.heading-quaternary h5, html .heading.heading-quaternary h6 {
    border-color: #383f48;
}

html .heading-dark, html .lnk-dark, html .text-color-dark {
    color: #2e353e !important;
}

html .heading.heading-dark h1, html .heading.heading-dark h2, html .heading.heading-dark h3, html .heading.heading-dark h4, html .heading.heading-dark h5, html .heading.heading-dark h6 {
    border-color: #2e353e;
}

html .heading-light, html .lnk-light, html .text-color-light {
    color: #FFF !important;
}

html .heading.heading-light h1, html .heading.heading-light h2, html .heading.heading-light h3, html .heading.heading-light h4, html .heading.heading-light h5, html .heading.heading-light h6 {
    border-color: #FFF;
}

html .border-color-primary {
    border-color: #0088cc !important;
}

html .border-color-secondary {
    border-color: #E36159 !important;
}

html .border-color-tertiary {
    border-color: #2BAAB1 !important;
}

html .border-color-quaternary {
    border-color: #383f48 !important;
}

html .border-color-dark {
    border-color: #2e353e !important;
}

html .border-color-light {
    border-color: #FFF !important;
}

html .svg-fill-color-primary {
    fill: #0088cc !important;
}

html .svg-fill-color-secondary {
    fill: #E36159 !important;
}

html .svg-fill-color-tertiary {
    fill: #2BAAB1 !important;
}

html .svg-fill-color-quaternary {
    fill: #383f48 !important;
}

html .svg-fill-color-dark {
    fill: #2e353e !important;
}

html .svg-fill-color-light {
    fill: #FFF !important;
}

.simple-icon-list .simple-icon a:hover {
    background-color: #0088cc;
}

.alternative-font {
    color: #0088cc;
}

html .blockquote-primary {
    border-color: #0088cc !important;
}

html .blockquote-secondary {
    border-color: #E36159 !important;
}

html .blockquote-tertiary {
    border-color: #2BAAB1 !important;
}

html .blockquote-quaternary {
    border-color: #383f48 !important;
}

html .blockquote-dark {
    border-color: #2e353e !important;
}

html .blockquote-light {
    border-color: #FFF !important;
}

p.drop-caps:first-child:first-letter {
    color: #0088cc;
}

p.drop-caps.drop-caps-style-2:first-child:first-letter {
    background-color: #0088cc;
}

ul.nav-pills > li.active > a {
    background-color: #0088cc;
    color: #FFF;
}

    ul.nav-pills > li.active > a:hover, ul.nav-pills > li.active > a:focus {
        background-color: #0088cc;
        color: #FFF;
    }

html .nav-pills .nav-link.active {
    background-color: #0088cc;
    color: #FFF;
}

    html .nav-pills .nav-link.active:hover, html .nav-pills .nav-link.active:focus {
        background-color: #0088cc;
        color: #FFF;
    }

.sort-source-wrapper .nav > li.active > a {
    color: #0088cc;
}

    .sort-source-wrapper .nav > li.active > a:hover, .sort-source-wrapper .nav > li.active > a:focus {
        color: #0088cc;
    }

html .background-color-primary {
    background-color: #0088cc !important;
}

html .background-color-secondary {
    background-color: #E36159 !important;
}

html .background-color-tertiary {
    background-color: #2BAAB1 !important;
}

html .background-color-quaternary {
    background-color: #383f48 !important;
}

html .background-color-dark {
    background-color: #2e353e !important;
}

html .background-color-light {
    background-color: #FFF !important;
}

html .label-primary {
    background-color: #0088cc;
}

html .badge-primary {
    background-color: #0088cc;
    color: #FFF;
}

html .label-secondary {
    background-color: #E36159;
}

html .badge-secondary {
    background-color: #E36159;
    color: #FFF;
}

html .label-tertiary {
    background-color: #2BAAB1;
}

html .badge-tertiary {
    background-color: #2BAAB1;
    color: #FFF;
}

html .label-quaternary {
    background-color: #383f48;
}

html .badge-quaternary {
    background-color: #383f48;
    color: #FFF;
}

html .label-dark {
    background-color: #2e353e;
}

html .badge-dark {
    background-color: #2e353e;
    color: #FFF;
}

html .label-light {
    background-color: #FFF;
}

html .badge-light {
    background-color: #FFF;
    color: #777;
}

html .btn-primary {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #0088cc;
    border-color: #0088cc #0088cc #006699;
}

    html .btn-primary:hover {
        border-color: #0099e6 #0099e6 #0077b3;
        background-color: #0099e6;
    }

    html .btn-primary:active, html .btn-primary:focus {
        border-color: #0077b3 #0077b3 #0077b3;
        background-color: #0077b3;
    }

    html .btn-primary.dropdown-toggle {
        border-left-color: #0077b3;
    }

    html .btn-primary[disabled] {
        border-color: #33bbff;
        background-color: #33bbff;
    }

    html .btn-primary:hover {
        color: #FFF;
    }

    html .btn-primary:focus {
        box-shadow: 0 0 0 0.2rem #00aaff !important;
        color: #FFF;
    }

    html .btn-primary:active {
        border-color: #0088cc #0088cc #006699 !important;
        background-color: #006699 !important;
        color: #FFF;
    }

html .btn-secondary {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #E36159;
    border-color: #E36159 #E36159 #dc372d;
}

    html .btn-secondary:hover {
        border-color: #e7766f #e7766f #df4c43;
        background-color: #e7766f;
    }

    html .btn-secondary:active, html .btn-secondary:focus {
        border-color: #df4c43 #df4c43 #df4c43;
        background-color: #df4c43;
    }

    html .btn-secondary.dropdown-toggle {
        border-left-color: #df4c43;
    }

    html .btn-secondary[disabled] {
        border-color: #f2b4b0;
        background-color: #f2b4b0;
    }

    html .btn-secondary:hover {
        color: #FFF;
    }

    html .btn-secondary:focus {
        box-shadow: 0 0 0 0.2rem #ea8b85 !important;
        color: #FFF;
    }

    html .btn-secondary:active {
        border-color: #E36159 #E36159 #dc372d !important;
        background-color: #dc372d !important;
        color: #FFF;
    }

html .btn-tertiary {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #2BAAB1;
    border-color: #2BAAB1 #2BAAB1 #218388;
}

    html .btn-tertiary:hover {
        border-color: #30bec6 #30bec6 #26969c;
        background-color: #30bec6;
    }

    html .btn-tertiary:active, html .btn-tertiary:focus {
        border-color: #26969c #26969c #26969c;
        background-color: #26969c;
    }

    html .btn-tertiary.dropdown-toggle {
        border-left-color: #26969c;
    }

    html .btn-tertiary[disabled] {
        border-color: #68d4da;
        background-color: #68d4da;
    }

    html .btn-tertiary:hover {
        color: #FFF;
    }

    html .btn-tertiary:focus {
        box-shadow: 0 0 0 0.2rem #3fc9d0 !important;
        color: #FFF;
    }

    html .btn-tertiary:active {
        border-color: #2BAAB1 #2BAAB1 #218388 !important;
        background-color: #218388 !important;
        color: #FFF;
    }

html .btn-quaternary {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #383f48;
    border-color: #383f48 #383f48 #22262b;
}

    html .btn-quaternary:hover {
        border-color: #434c56 #434c56 #2d323a;
        background-color: #434c56;
    }

    html .btn-quaternary:active, html .btn-quaternary:focus {
        border-color: #2d323a #2d323a #2d323a;
        background-color: #2d323a;
    }

    html .btn-quaternary.dropdown-toggle {
        border-left-color: #2d323a;
    }

    html .btn-quaternary[disabled] {
        border-color: #657181;
        background-color: #657181;
    }

    html .btn-quaternary:hover {
        color: #FFF;
    }

    html .btn-quaternary:focus {
        box-shadow: 0 0 0 0.2rem #4e5865 !important;
        color: #FFF;
    }

    html .btn-quaternary:active {
        border-color: #383f48 #383f48 #22262b !important;
        background-color: #22262b !important;
        color: #FFF;
    }

html .btn-dark {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #2e353e;
    border-color: #2e353e #2e353e #181c21;
}

    html .btn-dark:hover {
        border-color: #39424d #39424d #23282f;
        background-color: #39424d;
    }

    html .btn-dark:active, html .btn-dark:focus {
        border-color: #23282f #23282f #23282f;
        background-color: #23282f;
    }

    html .btn-dark.dropdown-toggle {
        border-left-color: #23282f;
    }

    html .btn-dark[disabled] {
        border-color: #596779;
        background-color: #596779;
    }

    html .btn-dark:hover {
        color: #FFF;
    }

    html .btn-dark:focus {
        box-shadow: 0 0 0 0.2rem #444e5b !important;
        color: #FFF;
    }

    html .btn-dark:active {
        border-color: #2e353e #2e353e #181c21 !important;
        background-color: #181c21 !important;
        color: #FFF;
    }

html .btn-light {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #FFF;
    border-color: #FFF #FFF #e6e6e6;
}

    html .btn-light:hover {
        border-color: #ffffff #ffffff #f2f2f2;
        background-color: #ffffff;
    }

    html .btn-light:active, html .btn-light:focus {
        border-color: #f2f2f2 #f2f2f2 #f2f2f2;
        background-color: #f2f2f2;
    }

    html .btn-light.dropdown-toggle {
        border-left-color: #f2f2f2;
    }

    html .btn-light[disabled] {
        border-color: #ffffff;
        background-color: #ffffff;
    }

    html .btn-light:hover {
        color: #777;
    }

    html .btn-light:focus {
        box-shadow: 0 0 0 0.2rem #ffffff !important;
        color: #777;
    }

    html .btn-light:active {
        border-color: #FFF #FFF #e6e6e6 !important;
        background-color: #e6e6e6 !important;
        color: #777;
    }

html .btn-outline.btn-primary {
    background: transparent;
    border-color: #0088cc;
    color: #0088cc;
    text-shadow: none;
}

    html .btn-outline.btn-primary:hover, html .btn-outline.btn-primary:focus {
        color: #fff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        background-color: #0088cc;
        border-color: #0088cc #0088cc #006699;
        border-color: #0088cc !important;
        color: #FFF;
    }

        html .btn-outline.btn-primary:hover:hover, html .btn-outline.btn-primary:focus:hover {
            border-color: #0099e6 #0099e6 #0077b3;
            background-color: #0099e6;
        }

        html .btn-outline.btn-primary:hover:active, html .btn-outline.btn-primary:focus:active, html .btn-outline.btn-primary:hover:focus, html .btn-outline.btn-primary:focus:focus {
            border-color: #0077b3 #0077b3 #0077b3;
            background-color: #0077b3;
        }

        html .btn-outline.btn-primary:hover.dropdown-toggle, html .btn-outline.btn-primary:focus.dropdown-toggle {
            border-left-color: #0077b3;
        }

        html .btn-outline.btn-primary:hover[disabled], html .btn-outline.btn-primary:focus[disabled] {
            border-color: #33bbff;
            background-color: #33bbff;
        }

html .btn-borders.btn-primary {
    background: transparent;
    border-color: #0088cc;
    color: #0088cc;
    text-shadow: none;
}

    html .btn-borders.btn-primary:hover, html .btn-borders.btn-primary:focus {
        color: #fff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        background-color: #0088cc;
        border-color: #0088cc #0088cc #006699;
        border-color: #0088cc !important;
        color: #FFF;
    }

        html .btn-borders.btn-primary:hover:hover, html .btn-borders.btn-primary:focus:hover {
            border-color: #0099e6 #0099e6 #0077b3;
            background-color: #0099e6;
        }

        html .btn-borders.btn-primary:hover:active, html .btn-borders.btn-primary:focus:active, html .btn-borders.btn-primary:hover:focus, html .btn-borders.btn-primary:focus:focus {
            border-color: #0077b3 #0077b3 #0077b3;
            background-color: #0077b3;
        }

        html .btn-borders.btn-primary:hover.dropdown-toggle, html .btn-borders.btn-primary:focus.dropdown-toggle {
            border-left-color: #0077b3;
        }

        html .btn-borders.btn-primary:hover[disabled], html .btn-borders.btn-primary:focus[disabled] {
            border-color: #33bbff;
            background-color: #33bbff;
        }

html .btn-outline.btn-secondary {
    background: transparent;
    border-color: #E36159;
    color: #E36159;
    text-shadow: none;
}

    html .btn-outline.btn-secondary:hover, html .btn-outline.btn-secondary:focus {
        color: #fff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        background-color: #E36159;
        border-color: #E36159 #E36159 #dc372d;
        border-color: #E36159 !important;
        color: #FFF;
    }

        html .btn-outline.btn-secondary:hover:hover, html .btn-outline.btn-secondary:focus:hover {
            border-color: #e7766f #e7766f #df4c43;
            background-color: #e7766f;
        }

        html .btn-outline.btn-secondary:hover:active, html .btn-outline.btn-secondary:focus:active, html .btn-outline.btn-secondary:hover:focus, html .btn-outline.btn-secondary:focus:focus {
            border-color: #df4c43 #df4c43 #df4c43;
            background-color: #df4c43;
        }

        html .btn-outline.btn-secondary:hover.dropdown-toggle, html .btn-outline.btn-secondary:focus.dropdown-toggle {
            border-left-color: #df4c43;
        }

        html .btn-outline.btn-secondary:hover[disabled], html .btn-outline.btn-secondary:focus[disabled] {
            border-color: #f2b4b0;
            background-color: #f2b4b0;
        }

html .btn-borders.btn-secondary {
    background: transparent;
    border-color: #E36159;
    color: #E36159;
    text-shadow: none;
}

    html .btn-borders.btn-secondary:hover, html .btn-borders.btn-secondary:focus {
        color: #fff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        background-color: #E36159;
        border-color: #E36159 #E36159 #dc372d;
        border-color: #E36159 !important;
        color: #FFF;
    }

        html .btn-borders.btn-secondary:hover:hover, html .btn-borders.btn-secondary:focus:hover {
            border-color: #e7766f #e7766f #df4c43;
            background-color: #e7766f;
        }

        html .btn-borders.btn-secondary:hover:active, html .btn-borders.btn-secondary:focus:active, html .btn-borders.btn-secondary:hover:focus, html .btn-borders.btn-secondary:focus:focus {
            border-color: #df4c43 #df4c43 #df4c43;
            background-color: #df4c43;
        }

        html .btn-borders.btn-secondary:hover.dropdown-toggle, html .btn-borders.btn-secondary:focus.dropdown-toggle {
            border-left-color: #df4c43;
        }

        html .btn-borders.btn-secondary:hover[disabled], html .btn-borders.btn-secondary:focus[disabled] {
            border-color: #f2b4b0;
            background-color: #f2b4b0;
        }

html .btn-outline.btn-tertiary {
    background: transparent;
    border-color: #2BAAB1;
    color: #2BAAB1;
    text-shadow: none;
}

    html .btn-outline.btn-tertiary:hover, html .btn-outline.btn-tertiary:focus {
        color: #fff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        background-color: #2BAAB1;
        border-color: #2BAAB1 #2BAAB1 #218388;
        border-color: #2BAAB1 !important;
        color: #FFF;
    }

        html .btn-outline.btn-tertiary:hover:hover, html .btn-outline.btn-tertiary:focus:hover {
            border-color: #30bec6 #30bec6 #26969c;
            background-color: #30bec6;
        }

        html .btn-outline.btn-tertiary:hover:active, html .btn-outline.btn-tertiary:focus:active, html .btn-outline.btn-tertiary:hover:focus, html .btn-outline.btn-tertiary:focus:focus {
            border-color: #26969c #26969c #26969c;
            background-color: #26969c;
        }

        html .btn-outline.btn-tertiary:hover.dropdown-toggle, html .btn-outline.btn-tertiary:focus.dropdown-toggle {
            border-left-color: #26969c;
        }

        html .btn-outline.btn-tertiary:hover[disabled], html .btn-outline.btn-tertiary:focus[disabled] {
            border-color: #68d4da;
            background-color: #68d4da;
        }

html .btn-borders.btn-tertiary {
    background: transparent;
    border-color: #2BAAB1;
    color: #2BAAB1;
    text-shadow: none;
}

    html .btn-borders.btn-tertiary:hover, html .btn-borders.btn-tertiary:focus {
        color: #fff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        background-color: #2BAAB1;
        border-color: #2BAAB1 #2BAAB1 #218388;
        border-color: #2BAAB1 !important;
        color: #FFF;
    }

        html .btn-borders.btn-tertiary:hover:hover, html .btn-borders.btn-tertiary:focus:hover {
            border-color: #30bec6 #30bec6 #26969c;
            background-color: #30bec6;
        }

        html .btn-borders.btn-tertiary:hover:active, html .btn-borders.btn-tertiary:focus:active, html .btn-borders.btn-tertiary:hover:focus, html .btn-borders.btn-tertiary:focus:focus {
            border-color: #26969c #26969c #26969c;
            background-color: #26969c;
        }

        html .btn-borders.btn-tertiary:hover.dropdown-toggle, html .btn-borders.btn-tertiary:focus.dropdown-toggle {
            border-left-color: #26969c;
        }

        html .btn-borders.btn-tertiary:hover[disabled], html .btn-borders.btn-tertiary:focus[disabled] {
            border-color: #68d4da;
            background-color: #68d4da;
        }

html .btn-outline.btn-quaternary {
    background: transparent;
    border-color: #383f48;
    color: #383f48;
    text-shadow: none;
}

    html .btn-outline.btn-quaternary:hover, html .btn-outline.btn-quaternary:focus {
        color: #fff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        background-color: #383f48;
        border-color: #383f48 #383f48 #22262b;
        border-color: #383f48 !important;
        color: #FFF;
    }

        html .btn-outline.btn-quaternary:hover:hover, html .btn-outline.btn-quaternary:focus:hover {
            border-color: #434c56 #434c56 #2d323a;
            background-color: #434c56;
        }

        html .btn-outline.btn-quaternary:hover:active, html .btn-outline.btn-quaternary:focus:active, html .btn-outline.btn-quaternary:hover:focus, html .btn-outline.btn-quaternary:focus:focus {
            border-color: #2d323a #2d323a #2d323a;
            background-color: #2d323a;
        }

        html .btn-outline.btn-quaternary:hover.dropdown-toggle, html .btn-outline.btn-quaternary:focus.dropdown-toggle {
            border-left-color: #2d323a;
        }

        html .btn-outline.btn-quaternary:hover[disabled], html .btn-outline.btn-quaternary:focus[disabled] {
            border-color: #657181;
            background-color: #657181;
        }

html .btn-borders.btn-quaternary {
    background: transparent;
    border-color: #383f48;
    color: #383f48;
    text-shadow: none;
}

    html .btn-borders.btn-quaternary:hover, html .btn-borders.btn-quaternary:focus {
        color: #fff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        background-color: #383f48;
        border-color: #383f48 #383f48 #22262b;
        border-color: #383f48 !important;
        color: #FFF;
    }

        html .btn-borders.btn-quaternary:hover:hover, html .btn-borders.btn-quaternary:focus:hover {
            border-color: #434c56 #434c56 #2d323a;
            background-color: #434c56;
        }

        html .btn-borders.btn-quaternary:hover:active, html .btn-borders.btn-quaternary:focus:active, html .btn-borders.btn-quaternary:hover:focus, html .btn-borders.btn-quaternary:focus:focus {
            border-color: #2d323a #2d323a #2d323a;
            background-color: #2d323a;
        }

        html .btn-borders.btn-quaternary:hover.dropdown-toggle, html .btn-borders.btn-quaternary:focus.dropdown-toggle {
            border-left-color: #2d323a;
        }

        html .btn-borders.btn-quaternary:hover[disabled], html .btn-borders.btn-quaternary:focus[disabled] {
            border-color: #657181;
            background-color: #657181;
        }

html .btn-outline.btn-dark {
    background: transparent;
    border-color: #2e353e;
    color: #2e353e;
    text-shadow: none;
}

    html .btn-outline.btn-dark:hover, html .btn-outline.btn-dark:focus {
        color: #fff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        background-color: #2e353e;
        border-color: #2e353e #2e353e #181c21;
        border-color: #2e353e !important;
        color: #FFF;
    }

        html .btn-outline.btn-dark:hover:hover, html .btn-outline.btn-dark:focus:hover {
            border-color: #39424d #39424d #23282f;
            background-color: #39424d;
        }

        html .btn-outline.btn-dark:hover:active, html .btn-outline.btn-dark:focus:active, html .btn-outline.btn-dark:hover:focus, html .btn-outline.btn-dark:focus:focus {
            border-color: #23282f #23282f #23282f;
            background-color: #23282f;
        }

        html .btn-outline.btn-dark:hover.dropdown-toggle, html .btn-outline.btn-dark:focus.dropdown-toggle {
            border-left-color: #23282f;
        }

        html .btn-outline.btn-dark:hover[disabled], html .btn-outline.btn-dark:focus[disabled] {
            border-color: #596779;
            background-color: #596779;
        }

html .btn-borders.btn-dark {
    background: transparent;
    border-color: #2e353e;
    color: #2e353e;
    text-shadow: none;
}

    html .btn-borders.btn-dark:hover, html .btn-borders.btn-dark:focus {
        color: #fff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        background-color: #2e353e;
        border-color: #2e353e #2e353e #181c21;
        border-color: #2e353e !important;
        color: #FFF;
    }

        html .btn-borders.btn-dark:hover:hover, html .btn-borders.btn-dark:focus:hover {
            border-color: #39424d #39424d #23282f;
            background-color: #39424d;
        }

        html .btn-borders.btn-dark:hover:active, html .btn-borders.btn-dark:focus:active, html .btn-borders.btn-dark:hover:focus, html .btn-borders.btn-dark:focus:focus {
            border-color: #23282f #23282f #23282f;
            background-color: #23282f;
        }

        html .btn-borders.btn-dark:hover.dropdown-toggle, html .btn-borders.btn-dark:focus.dropdown-toggle {
            border-left-color: #23282f;
        }

        html .btn-borders.btn-dark:hover[disabled], html .btn-borders.btn-dark:focus[disabled] {
            border-color: #596779;
            background-color: #596779;
        }

html .btn-outline.btn-light {
    background: transparent;
    border-color: #FFF;
    color: #FFF;
    text-shadow: none;
}

    html .btn-outline.btn-light:hover, html .btn-outline.btn-light:focus {
        color: #fff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        background-color: #FFF;
        border-color: #FFF #FFF #e6e6e6;
        border-color: #FFF !important;
        color: #777;
    }

        html .btn-outline.btn-light:hover:hover, html .btn-outline.btn-light:focus:hover {
            border-color: #ffffff #ffffff #f2f2f2;
            background-color: #ffffff;
        }

        html .btn-outline.btn-light:hover:active, html .btn-outline.btn-light:focus:active, html .btn-outline.btn-light:hover:focus, html .btn-outline.btn-light:focus:focus {
            border-color: #f2f2f2 #f2f2f2 #f2f2f2;
            background-color: #f2f2f2;
        }

        html .btn-outline.btn-light:hover.dropdown-toggle, html .btn-outline.btn-light:focus.dropdown-toggle {
            border-left-color: #f2f2f2;
        }

        html .btn-outline.btn-light:hover[disabled], html .btn-outline.btn-light:focus[disabled] {
            border-color: #ffffff;
            background-color: #ffffff;
        }

html .btn-borders.btn-light {
    background: transparent;
    border-color: #FFF;
    color: #FFF;
    text-shadow: none;
}

    html .btn-borders.btn-light:hover, html .btn-borders.btn-light:focus {
        color: #fff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        background-color: #FFF;
        border-color: #FFF #FFF #e6e6e6;
        border-color: #FFF !important;
        color: #777;
    }

        html .btn-borders.btn-light:hover:hover, html .btn-borders.btn-light:focus:hover {
            border-color: #ffffff #ffffff #f2f2f2;
            background-color: #ffffff;
        }

        html .btn-borders.btn-light:hover:active, html .btn-borders.btn-light:focus:active, html .btn-borders.btn-light:hover:focus, html .btn-borders.btn-light:focus:focus {
            border-color: #f2f2f2 #f2f2f2 #f2f2f2;
            background-color: #f2f2f2;
        }

        html .btn-borders.btn-light:hover.dropdown-toggle, html .btn-borders.btn-light:focus.dropdown-toggle {
            border-left-color: #f2f2f2;
        }

        html .btn-borders.btn-light:hover[disabled], html .btn-borders.btn-light:focus[disabled] {
            border-color: #ffffff;
            background-color: #ffffff;
        }

.pagination > li > a, .pagination > li > span, .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #0088cc;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #0088cc !important;
    border-color: #0088cc;
}

body.dark .pagination > li > a, body.dark .pagination > li > span, body.dark .pagination > li > a:hover, body.dark .pagination > li > span:hover, body.dark .pagination > li > a:focus, body.dark .pagination > li > span:focus {
    color: #0088cc;
}

body.dark .pagination > .active > a, body.dark .pagination > .active > span, body.dark .pagination > .active > a:hover, body.dark .pagination > .active > span:hover, body.dark .pagination > .active > a:focus, body.dark .pagination > .active > span:focus {
    background-color: #0088cc;
    border-color: #0088cc;
}

.pagination > .active > a, body.dark .pagination > .active > a {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #0088cc;
    border-color: #0088cc #0088cc #006699;
}

    .pagination > .active > a:hover, body.dark .pagination > .active > a:hover {
        border-color: #0099e6 #0099e6 #0077b3;
        background-color: #0099e6;
    }

    .pagination > .active > a:active, body.dark .pagination > .active > a:active, .pagination > .active > a:focus, body.dark .pagination > .active > a:focus {
        border-color: #0077b3 #0077b3 #0077b3;
        background-color: #0077b3;
    }

    .pagination > .active > a.dropdown-toggle, body.dark .pagination > .active > a.dropdown-toggle {
        border-left-color: #0077b3;
    }

    .pagination > .active > a[disabled], body.dark .pagination > .active > a[disabled] {
        border-color: #33bbff;
        background-color: #33bbff;
    }

html .alert-primary {
    background-color: #0088cc;
    border-color: #007ebd;
    color: #FFF;
}

    html .alert-primary .alert-link {
        color: #FFF;
    }

html .alert-secondary {
    background-color: #E36159;
    border-color: #e1554c;
    color: #FFF;
}

    html .alert-secondary .alert-link {
        color: #FFF;
    }

html .alert-tertiary {
    background-color: #2BAAB1;
    border-color: #289ea5;
    color: #FFF;
}

    html .alert-tertiary .alert-link {
        color: #FFF;
    }

html .alert-quaternary {
    background-color: #383f48;
    border-color: #31373f;
    color: #FFF;
}

    html .alert-quaternary .alert-link {
        color: #FFF;
    }

html .alert-dark {
    background-color: #2e353e;
    border-color: #272d35;
    color: #FFF;
}

    html .alert-dark .alert-link {
        color: #FFF;
    }

html .alert-light {
    background-color: #FFF;
    border-color: #f7f7f7;
    color: #777;
}

    html .alert-light .alert-link {
        color: #777;
    }

html .progress-bar-primary {
    background-color: #0088cc;
}

html .progress-bar-secondary {
    background-color: #E36159;
}

html .progress-bar-tertiary {
    background-color: #2BAAB1;
}

html .progress-bar-quaternary {
    background-color: #383f48;
}

html .progress-bar-dark {
    background-color: #2e353e;
}

html .progress-bar-light {
    background-color: #FFF;
}

html section.section-primary {
    background-color: #0088cc !important;
    border-color: #0077b3 !important;
}

    html section.section-primary h1, html section.section-primary h2, html section.section-primary h3, html section.section-primary h4, html section.section-primary h5, html section.section-primary h6 {
        color: #FFF;
    }

    html section.section-primary p {
        color: #e6e6e6;
    }

html section.section-secondary {
    background-color: #E36159 !important;
    border-color: #df4c43 !important;
}

    html section.section-secondary h1, html section.section-secondary h2, html section.section-secondary h3, html section.section-secondary h4, html section.section-secondary h5, html section.section-secondary h6 {
        color: #FFF;
    }

    html section.section-secondary p {
        color: #e6e6e6;
    }

html section.section-tertiary {
    background-color: #2BAAB1 !important;
    border-color: #26969c !important;
}

    html section.section-tertiary h1, html section.section-tertiary h2, html section.section-tertiary h3, html section.section-tertiary h4, html section.section-tertiary h5, html section.section-tertiary h6 {
        color: #FFF;
    }

    html section.section-tertiary p {
        color: #e6e6e6;
    }

html section.section-quaternary {
    background-color: #383f48 !important;
    border-color: #2d323a !important;
}

    html section.section-quaternary h1, html section.section-quaternary h2, html section.section-quaternary h3, html section.section-quaternary h4, html section.section-quaternary h5, html section.section-quaternary h6 {
        color: #FFF;
    }

    html section.section-quaternary p {
        color: #e6e6e6;
    }

html section.section-dark {
    background-color: #2e353e !important;
    border-color: #23282f !important;
}

    html section.section-dark h1, html section.section-dark h2, html section.section-dark h3, html section.section-dark h4, html section.section-dark h5, html section.section-dark h6 {
        color: #FFF;
    }

    html section.section-dark p {
        color: #e6e6e6;
    }

html section.section-light {
    background-color: #FFF !important;
    border-color: #f2f2f2 !important;
}

    html section.section-light h1, html section.section-light h2, html section.section-light h3, html section.section-light h4, html section.section-light h5, html section.section-light h6 {
        color: #777;
    }

    html section.section-light p {
        color: #5e5e5e;
    }

html section.section-default-scale-1 {
    background-color: #dbdbdb !important;
    border-top-color: #d3d3d3 !important;
}

html section.section-default-scale-2 {
    background-color: #c1c1c1 !important;
    border-top-color: #b9b9b9 !important;
}

html section.section-default-scale-3 {
    background-color: #a8a8a8 !important;
    border-top-color: #a0a0a0 !important;
}

html section.section-default-scale-4 {
    background-color: #8e8e8e !important;
    border-top-color: #868686 !important;
}

html section.section-default-scale-5 {
    background-color: #757575 !important;
    border-top-color: #6d6d6d !important;
}

html section.section-default-scale-6 {
    background-color: #5b5b5b !important;
    border-top-color: #535353 !important;
}

html section.section-default-scale-7 {
    background-color: #424242 !important;
    border-top-color: #3a3a3a !important;
}

html section.section-default-scale-8 {
    background-color: #282828 !important;
    border-top-color: #202020 !important;
}

html section.section-default-scale-9 {
    background-color: #0f0f0f !important;
    border-top-color: #070707 !important;
}

html.dark section.section-default-scale-1 {
    background-color: #333a44 !important;
    border-top-color: #2c323b !important;
}

html.dark section.section-default-scale-2 {
    background-color: #495362 !important;
    border-top-color: #424b59 !important;
}

html.dark section.section-default-scale-3 {
    background-color: #5e6b7f !important;
    border-top-color: #586476 !important;
}

html.dark section.section-default-scale-4 {
    background-color: #77849a !important;
    border-top-color: #6e7d93 !important;
}

html.dark section.section-default-scale-5 {
    background-color: #949faf !important;
    border-top-color: #8b97a9 !important;
}

html.dark section.section-default-scale-6 {
    background-color: #b1b9c5 !important;
    border-top-color: #a8b1be !important;
}

html.dark section.section-default-scale-7 {
    background-color: #ced3db !important;
    border-top-color: #c5cbd4 !important;
}

html.dark section.section-default-scale-8 {
    background-color: #ebeef1 !important;
    border-top-color: #e3e6ea !important;
}

html.dark section.section-default-scale-9 {
    background-color: #ffffff !important;
    border-top-color: #f7f7f7 !important;
}

section.page-top h1 {
    border-bottom-color: #0088cc;
}

section.page-top.custom-product {
    background-color: #0077b3;
    border-top-color: #0081c2;
}

html .page-top-color.page-top-primary {
    background-color: #0088cc;
    border-bottom-color: #0088cc;
    color: #FFF;
}

    html .page-top-color.page-top-primary h1 {
        color: #FFF;
    }

        html .page-top-color.page-top-primary h1 span {
            color: #FFF;
        }

    html .page-top-color.page-top-primary a {
        color: #FFF;
    }

    html .page-top-color.page-top-primary .breadcrumb > .active {
        color: #FFF;
    }

html .page-top-color.page-top-secondary {
    background-color: #E36159;
    border-bottom-color: #E36159;
    color: #FFF;
}

    html .page-top-color.page-top-secondary h1 {
        color: #FFF;
    }

        html .page-top-color.page-top-secondary h1 span {
            color: #FFF;
        }

    html .page-top-color.page-top-secondary a {
        color: #FFF;
    }

    html .page-top-color.page-top-secondary .breadcrumb > .active {
        color: #FFF;
    }

html .page-top-color.page-top-tertiary {
    background-color: #2BAAB1;
    border-bottom-color: #2BAAB1;
    color: #FFF;
}

    html .page-top-color.page-top-tertiary h1 {
        color: #FFF;
    }

        html .page-top-color.page-top-tertiary h1 span {
            color: #FFF;
        }

    html .page-top-color.page-top-tertiary a {
        color: #FFF;
    }

    html .page-top-color.page-top-tertiary .breadcrumb > .active {
        color: #FFF;
    }

html .page-top-color.page-top-quaternary {
    background-color: #383f48;
    border-bottom-color: #383f48;
    color: #FFF;
}

    html .page-top-color.page-top-quaternary h1 {
        color: #FFF;
    }

        html .page-top-color.page-top-quaternary h1 span {
            color: #FFF;
        }

    html .page-top-color.page-top-quaternary a {
        color: #FFF;
    }

    html .page-top-color.page-top-quaternary .breadcrumb > .active {
        color: #FFF;
    }

html .page-top-color.page-top-dark {
    background-color: #2e353e;
    border-bottom-color: #2e353e;
    color: #FFF;
}

    html .page-top-color.page-top-dark h1 {
        color: #FFF;
    }

        html .page-top-color.page-top-dark h1 span {
            color: #FFF;
        }

    html .page-top-color.page-top-dark a {
        color: #FFF;
    }

    html .page-top-color.page-top-dark .breadcrumb > .active {
        color: #FFF;
    }

html .page-top-color.page-top-light {
    background-color: #FFF;
    border-bottom-color: #FFF;
    color: #777;
}

    html .page-top-color.page-top-light h1 {
        color: #777;
    }

        html .page-top-color.page-top-light h1 span {
            color: #777;
        }

    html .page-top-color.page-top-light a {
        color: #777;
    }

    html .page-top-color.page-top-light .breadcrumb > .active {
        color: #777;
    }

html .toggle-primary .toggle label, html .toggle-primary .toggle .toggle-heading {
    color: #0088cc;
    border-left-color: #0088cc;
    border-right-color: #0088cc;
}

html .toggle-primary .toggle.active > label, html .toggle-primary .toggle.active > .toggle-heading {
    background-color: #0088cc;
    border-color: #0088cc;
    color: #FFF;
}

html .toggle-primary.toggle-simple .toggle > label:after, html .toggle-primary.toggle-simple .toggle > .toggle-heading:after {
    background-color: #0088cc;
}

html .toggle-secondary .toggle label, html .toggle-secondary .toggle .toggle-heading {
    color: #E36159;
    border-left-color: #E36159;
    border-right-color: #E36159;
}

html .toggle-secondary .toggle.active > label, html .toggle-secondary .toggle.active > .toggle-heading {
    background-color: #E36159;
    border-color: #E36159;
    color: #FFF;
}

html .toggle-secondary.toggle-simple .toggle > label:after, html .toggle-secondary.toggle-simple .toggle > .toggle-heading:after {
    background-color: #E36159;
}

html .toggle-tertiary .toggle label, html .toggle-tertiary .toggle .toggle-heading {
    color: #2BAAB1;
    border-left-color: #2BAAB1;
    border-right-color: #2BAAB1;
}

html .toggle-tertiary .toggle.active > label, html .toggle-tertiary .toggle.active > .toggle-heading {
    background-color: #2BAAB1;
    border-color: #2BAAB1;
    color: #FFF;
}

html .toggle-tertiary.toggle-simple .toggle > label:after, html .toggle-tertiary.toggle-simple .toggle > .toggle-heading:after {
    background-color: #2BAAB1;
}

html .toggle-quaternary .toggle label, html .toggle-quaternary .toggle .toggle-heading {
    color: #383f48;
    border-left-color: #383f48;
    border-right-color: #383f48;
}

html .toggle-quaternary .toggle.active > label, html .toggle-quaternary .toggle.active > .toggle-heading {
    background-color: #383f48;
    border-color: #383f48;
    color: #FFF;
}

html .toggle-quaternary.toggle-simple .toggle > label:after, html .toggle-quaternary.toggle-simple .toggle > .toggle-heading:after {
    background-color: #383f48;
}

html .toggle-dark .toggle label, html .toggle-dark .toggle .toggle-heading {
    color: #2e353e;
    border-left-color: #2e353e;
    border-right-color: #2e353e;
}

html .toggle-dark .toggle.active > label, html .toggle-dark .toggle.active > .toggle-heading {
    background-color: #2e353e;
    border-color: #2e353e;
    color: #FFF;
}

html .toggle-dark.toggle-simple .toggle > label:after, html .toggle-dark.toggle-simple .toggle > .toggle-heading:after {
    background-color: #2e353e;
}

html .toggle-light .toggle label, html .toggle-light .toggle .toggle-heading {
    color: #FFF;
    border-left-color: #FFF;
    border-right-color: #FFF;
}

html .toggle-light .toggle.active > label, html .toggle-light .toggle.active > .toggle-heading {
    background-color: #FFF;
    border-color: #FFF;
    color: #777;
}

html .toggle-light.toggle-simple .toggle > label:after, html .toggle-light.toggle-simple .toggle > .toggle-heading:after {
    background-color: #FFF;
}

.thumb-info .thumb-info-type {
    background-color: #0088cc;
}

.thumb-info .thumb-info-action-icon {
    background-color: #0088cc;
}

.thumb-info-social-icons a {
    background-color: #0088cc;
}

.thumbnail .zoom {
    background-color: #0088cc;
}

.img-thumbnail .zoom {
    background-color: #0088cc;
}

html .thumb-info .thumb-info-action-icon-primary {
    background-color: #0088cc;
}

    html .thumb-info .thumb-info-action-icon-primary i, html .thumb-info .thumb-info-action-icon-primary em {
        color: #FFF;
    }

html .thumb-info .thumb-info-action-icon-secondary {
    background-color: #E36159;
}

    html .thumb-info .thumb-info-action-icon-secondary i, html .thumb-info .thumb-info-action-icon-secondary em {
        color: #FFF;
    }

html .thumb-info .thumb-info-action-icon-tertiary {
    background-color: #2BAAB1;
}

    html .thumb-info .thumb-info-action-icon-tertiary i, html .thumb-info .thumb-info-action-icon-tertiary em {
        color: #FFF;
    }

html .thumb-info .thumb-info-action-icon-quaternary {
    background-color: #383f48;
}

    html .thumb-info .thumb-info-action-icon-quaternary i, html .thumb-info .thumb-info-action-icon-quaternary em {
        color: #FFF;
    }

html .thumb-info .thumb-info-action-icon-dark {
    background-color: #2e353e;
}

    html .thumb-info .thumb-info-action-icon-dark i, html .thumb-info .thumb-info-action-icon-dark em {
        color: #FFF;
    }

html .thumb-info .thumb-info-action-icon-light {
    background-color: #FFF;
}

    html .thumb-info .thumb-info-action-icon-light i, html .thumb-info .thumb-info-action-icon-light em {
        color: #777;
    }

.inverted {
    background-color: #0088cc;
}

html .inverted-primary {
    background-color: #0088cc;
}

html .inverted-secondary {
    background-color: #E36159;
}

html .inverted-tertiary {
    background-color: #2BAAB1;
}

html .inverted-quaternary {
    background-color: #383f48;
}

html .inverted-dark {
    background-color: #2e353e;
}

html .inverted-light {
    background-color: #FFF;
}

.social-icons-list a {
    background-color: #0088cc;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #0074ad;
}

.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
    background-color: #0074ad;
}

.owl-carousel.show-nav-title .owl-controls .owl-nav [class*="owl-"] {
    color: #0088cc;
}

.owl-carousel.show-nav-title .owl-nav [class*="owl-"] {
    color: #0088cc;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #0088cc;
    border-color: #0088cc #0088cc #006699;
}

    .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
        border-color: #0099e6 #0099e6 #0077b3;
        background-color: #0099e6;
    }

    .owl-theme .owl-controls .owl-nav [class*="owl-"]:active, .owl-theme .owl-controls .owl-nav [class*="owl-"]:focus {
        border-color: #0077b3 #0077b3 #0077b3;
        background-color: #0077b3;
    }

    .owl-theme .owl-controls .owl-nav [class*="owl-"].dropdown-toggle {
        border-left-color: #0077b3;
    }

    .owl-theme .owl-controls .owl-nav [class*="owl-"][disabled] {
        border-color: #33bbff;
        background-color: #33bbff;
    }

.owl-nav [class*="owl-"] {
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
    background-color: #0088cc !important;
    border-color: #0088cc #0088cc #006699 !important;
}

    .owl-nav [class*="owl-"]:hover {
        border-color: #0099e6 #0099e6 #0077b3 !important;
        background-color: #0099e6 !important;
    }

    .owl-nav [class*="owl-"]:active, .owl-nav [class*="owl-"]:focus {
        border-color: #0077b3 #0077b3 #0077b3 !important;
        background-color: #0077b3 !important;
    }

    .owl-nav [class*="owl-"].dropdown-toggle {
        border-left-color: #0077b3 !important;
    }

    .owl-nav [class*="owl-"][disabled] {
        border-color: #33bbff !important;
        background-color: #33bbff !important;
    }

html body .tabs .nav-tabs a, html.dark body .tabs .nav-tabs a, html body .tabs .nav-tabs a:hover, html.dark body .tabs .nav-tabs a:hover {
    color: #0088cc;
}

    html body .tabs .nav-tabs a:hover, html.dark body .tabs .nav-tabs a:hover, html body .tabs .nav-tabs a:focus, html.dark body .tabs .nav-tabs a:focus {
        border-top-color: #0088cc;
    }

html body .tabs .nav-tabs li.active a, html.dark body .tabs .nav-tabs li.active a {
    border-top-color: #0088cc;
    color: #0088cc;
}

html body .tabs .nav-tabs.nav-justified a:hover, html.dark body .tabs .nav-tabs.nav-justified a:hover, html body .tabs .nav-tabs.nav-justified a:focus, html.dark body .tabs .nav-tabs.nav-justified a:focus {
    border-top-color: #0088cc;
}

html body .tabs.tabs-bottom .nav-tabs li a:hover, html.dark body .tabs.tabs-bottom .nav-tabs li a:hover, html body .tabs.tabs-bottom .nav-tabs li.active a, html.dark body .tabs.tabs-bottom .nav-tabs li.active a, html body .tabs.tabs-bottom .nav-tabs li.active a:hover, html.dark body .tabs.tabs-bottom .nav-tabs li.active a:hover, html body .tabs.tabs-bottom .nav-tabs li.active a:focus, html.dark body .tabs.tabs-bottom .nav-tabs li.active a:focus {
    border-bottom-color: #0088cc;
}

html body .tabs.tabs-vertical.tabs-left .nav-tabs li a:hover, html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li a:hover, html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active a, html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li.active a, html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active a:hover, html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li.active a:hover, html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active a:focus, html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li.active a:focus {
    border-left-color: #0088cc;
}

html body .tabs.tabs-vertical.tabs-right .nav-tabs li a:hover, html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li a:hover, html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active a, html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li.active a, html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active a:hover, html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li.active a:hover, html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active a:focus, html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li.active a:focus {
    border-right-color: #0088cc;
}

html body .tabs-primary .nav-tabs li a, html.dark body .tabs-primary .nav-tabs li a, html body .tabs-primary .nav-tabs.nav-justified li a, html.dark body .tabs-primary .nav-tabs.nav-justified li a, html body .tabs-primary .nav-tabs li a:hover, html.dark body .tabs-primary .nav-tabs li a:hover, html body .tabs-primary .nav-tabs.nav-justified li a:hover, html.dark body .tabs-primary .nav-tabs.nav-justified li a:hover {
    color: #0088cc;
}

    html body .tabs-primary .nav-tabs li a:hover, html.dark body .tabs-primary .nav-tabs li a:hover, html body .tabs-primary .nav-tabs.nav-justified li a:hover, html.dark body .tabs-primary .nav-tabs.nav-justified li a:hover {
        border-top-color: #0088cc;
    }

html body .tabs-primary .nav-tabs li.active a, html.dark body .tabs-primary .nav-tabs li.active a, html body .tabs-primary .nav-tabs.nav-justified li.active a, html.dark body .tabs-primary .nav-tabs.nav-justified li.active a, html body .tabs-primary .nav-tabs li.active a:hover, html.dark body .tabs-primary .nav-tabs li.active a:hover, html body .tabs-primary .nav-tabs.nav-justified li.active a:hover, html.dark body .tabs-primary .nav-tabs.nav-justified li.active a:hover, html body .tabs-primary .nav-tabs li.active a:focus, html.dark body .tabs-primary .nav-tabs li.active a:focus, html body .tabs-primary .nav-tabs.nav-justified li.active a:focus, html.dark body .tabs-primary .nav-tabs.nav-justified li.active a:focus {
    border-top-color: #0088cc;
    color: #0088cc;
}

html body .tabs-primary.tabs-bottom .nav-tabs li a:hover, html.dark body .tabs-primary.tabs-bottom .nav-tabs li a:hover, html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a:hover, html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a:hover {
    border-bottom-color: #0088cc;
}

html body .tabs-primary.tabs-bottom .nav-tabs li.active a, html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active a, html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a, html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a, html body .tabs-primary.tabs-bottom .nav-tabs li.active a:hover, html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active a:hover, html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:hover, html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:hover, html body .tabs-primary.tabs-bottom .nav-tabs li.active a:focus, html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active a:focus, html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:focus, html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
    border-bottom-color: #0088cc;
}

html body .tabs-primary.tabs-vertical.tabs-left li a:hover, html.dark body .tabs-primary.tabs-vertical.tabs-left li a:hover {
    border-left-color: #0088cc;
}

html body .tabs-primary.tabs-vertical.tabs-left li.active a, html.dark body .tabs-primary.tabs-vertical.tabs-left li.active a, html body .tabs-primary.tabs-vertical.tabs-left li.active a:hover, html.dark body .tabs-primary.tabs-vertical.tabs-left li.active a:hover, html body .tabs-primary.tabs-vertical.tabs-left li.active a:focus, html.dark body .tabs-primary.tabs-vertical.tabs-left li.active a:focus {
    border-left-color: #0088cc;
}

html body .tabs-primary.tabs-vertical.tabs-right li a:hover, html.dark body .tabs-primary.tabs-vertical.tabs-right li a:hover {
    border-right-color: #0088cc;
}

html body .tabs-primary.tabs-vertical.tabs-right li.active a, html.dark body .tabs-primary.tabs-vertical.tabs-right li.active a, html body .tabs-primary.tabs-vertical.tabs-right li.active a:hover, html.dark body .tabs-primary.tabs-vertical.tabs-right li.active a:hover, html body .tabs-primary.tabs-vertical.tabs-right li.active a:focus, html.dark body .tabs-primary.tabs-vertical.tabs-right li.active a:focus {
    border-right-color: #0088cc;
}

html body .tabs-secondary .nav-tabs li a, html.dark body .tabs-secondary .nav-tabs li a, html body .tabs-secondary .nav-tabs.nav-justified li a, html.dark body .tabs-secondary .nav-tabs.nav-justified li a, html body .tabs-secondary .nav-tabs li a:hover, html.dark body .tabs-secondary .nav-tabs li a:hover, html body .tabs-secondary .nav-tabs.nav-justified li a:hover, html.dark body .tabs-secondary .nav-tabs.nav-justified li a:hover {
    color: #E36159;
}

    html body .tabs-secondary .nav-tabs li a:hover, html.dark body .tabs-secondary .nav-tabs li a:hover, html body .tabs-secondary .nav-tabs.nav-justified li a:hover, html.dark body .tabs-secondary .nav-tabs.nav-justified li a:hover {
        border-top-color: #E36159;
    }

html body .tabs-secondary .nav-tabs li.active a, html.dark body .tabs-secondary .nav-tabs li.active a, html body .tabs-secondary .nav-tabs.nav-justified li.active a, html.dark body .tabs-secondary .nav-tabs.nav-justified li.active a, html body .tabs-secondary .nav-tabs li.active a:hover, html.dark body .tabs-secondary .nav-tabs li.active a:hover, html body .tabs-secondary .nav-tabs.nav-justified li.active a:hover, html.dark body .tabs-secondary .nav-tabs.nav-justified li.active a:hover, html body .tabs-secondary .nav-tabs li.active a:focus, html.dark body .tabs-secondary .nav-tabs li.active a:focus, html body .tabs-secondary .nav-tabs.nav-justified li.active a:focus, html.dark body .tabs-secondary .nav-tabs.nav-justified li.active a:focus {
    border-top-color: #E36159;
    color: #E36159;
}

html body .tabs-secondary.tabs-bottom .nav-tabs li a:hover, html.dark body .tabs-secondary.tabs-bottom .nav-tabs li a:hover, html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li a:hover, html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li a:hover {
    border-bottom-color: #E36159;
}

html body .tabs-secondary.tabs-bottom .nav-tabs li.active a, html.dark body .tabs-secondary.tabs-bottom .nav-tabs li.active a, html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active a, html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active a, html body .tabs-secondary.tabs-bottom .nav-tabs li.active a:hover, html.dark body .tabs-secondary.tabs-bottom .nav-tabs li.active a:hover, html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active a:hover, html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active a:hover, html body .tabs-secondary.tabs-bottom .nav-tabs li.active a:focus, html.dark body .tabs-secondary.tabs-bottom .nav-tabs li.active a:focus, html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active a:focus, html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
    border-bottom-color: #E36159;
}

html body .tabs-secondary.tabs-vertical.tabs-left li a:hover, html.dark body .tabs-secondary.tabs-vertical.tabs-left li a:hover {
    border-left-color: #E36159;
}

html body .tabs-secondary.tabs-vertical.tabs-left li.active a, html.dark body .tabs-secondary.tabs-vertical.tabs-left li.active a, html body .tabs-secondary.tabs-vertical.tabs-left li.active a:hover, html.dark body .tabs-secondary.tabs-vertical.tabs-left li.active a:hover, html body .tabs-secondary.tabs-vertical.tabs-left li.active a:focus, html.dark body .tabs-secondary.tabs-vertical.tabs-left li.active a:focus {
    border-left-color: #E36159;
}

html body .tabs-secondary.tabs-vertical.tabs-right li a:hover, html.dark body .tabs-secondary.tabs-vertical.tabs-right li a:hover {
    border-right-color: #E36159;
}

html body .tabs-secondary.tabs-vertical.tabs-right li.active a, html.dark body .tabs-secondary.tabs-vertical.tabs-right li.active a, html body .tabs-secondary.tabs-vertical.tabs-right li.active a:hover, html.dark body .tabs-secondary.tabs-vertical.tabs-right li.active a:hover, html body .tabs-secondary.tabs-vertical.tabs-right li.active a:focus, html.dark body .tabs-secondary.tabs-vertical.tabs-right li.active a:focus {
    border-right-color: #E36159;
}

html body .tabs-tertiary .nav-tabs li a, html.dark body .tabs-tertiary .nav-tabs li a, html body .tabs-tertiary .nav-tabs.nav-justified li a, html.dark body .tabs-tertiary .nav-tabs.nav-justified li a, html body .tabs-tertiary .nav-tabs li a:hover, html.dark body .tabs-tertiary .nav-tabs li a:hover, html body .tabs-tertiary .nav-tabs.nav-justified li a:hover, html.dark body .tabs-tertiary .nav-tabs.nav-justified li a:hover {
    color: #2BAAB1;
}

    html body .tabs-tertiary .nav-tabs li a:hover, html.dark body .tabs-tertiary .nav-tabs li a:hover, html body .tabs-tertiary .nav-tabs.nav-justified li a:hover, html.dark body .tabs-tertiary .nav-tabs.nav-justified li a:hover {
        border-top-color: #2BAAB1;
    }

html body .tabs-tertiary .nav-tabs li.active a, html.dark body .tabs-tertiary .nav-tabs li.active a, html body .tabs-tertiary .nav-tabs.nav-justified li.active a, html.dark body .tabs-tertiary .nav-tabs.nav-justified li.active a, html body .tabs-tertiary .nav-tabs li.active a:hover, html.dark body .tabs-tertiary .nav-tabs li.active a:hover, html body .tabs-tertiary .nav-tabs.nav-justified li.active a:hover, html.dark body .tabs-tertiary .nav-tabs.nav-justified li.active a:hover, html body .tabs-tertiary .nav-tabs li.active a:focus, html.dark body .tabs-tertiary .nav-tabs li.active a:focus, html body .tabs-tertiary .nav-tabs.nav-justified li.active a:focus, html.dark body .tabs-tertiary .nav-tabs.nav-justified li.active a:focus {
    border-top-color: #2BAAB1;
    color: #2BAAB1;
}

html body .tabs-tertiary.tabs-bottom .nav-tabs li a:hover, html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li a:hover, html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li a:hover, html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li a:hover {
    border-bottom-color: #2BAAB1;
}

html body .tabs-tertiary.tabs-bottom .nav-tabs li.active a, html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li.active a, html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active a, html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active a, html body .tabs-tertiary.tabs-bottom .nav-tabs li.active a:hover, html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li.active a:hover, html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active a:hover, html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active a:hover, html body .tabs-tertiary.tabs-bottom .nav-tabs li.active a:focus, html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li.active a:focus, html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active a:focus, html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
    border-bottom-color: #2BAAB1;
}

html body .tabs-tertiary.tabs-vertical.tabs-left li a:hover, html.dark body .tabs-tertiary.tabs-vertical.tabs-left li a:hover {
    border-left-color: #2BAAB1;
}

html body .tabs-tertiary.tabs-vertical.tabs-left li.active a, html.dark body .tabs-tertiary.tabs-vertical.tabs-left li.active a, html body .tabs-tertiary.tabs-vertical.tabs-left li.active a:hover, html.dark body .tabs-tertiary.tabs-vertical.tabs-left li.active a:hover, html body .tabs-tertiary.tabs-vertical.tabs-left li.active a:focus, html.dark body .tabs-tertiary.tabs-vertical.tabs-left li.active a:focus {
    border-left-color: #2BAAB1;
}

html body .tabs-tertiary.tabs-vertical.tabs-right li a:hover, html.dark body .tabs-tertiary.tabs-vertical.tabs-right li a:hover {
    border-right-color: #2BAAB1;
}

html body .tabs-tertiary.tabs-vertical.tabs-right li.active a, html.dark body .tabs-tertiary.tabs-vertical.tabs-right li.active a, html body .tabs-tertiary.tabs-vertical.tabs-right li.active a:hover, html.dark body .tabs-tertiary.tabs-vertical.tabs-right li.active a:hover, html body .tabs-tertiary.tabs-vertical.tabs-right li.active a:focus, html.dark body .tabs-tertiary.tabs-vertical.tabs-right li.active a:focus {
    border-right-color: #2BAAB1;
}

html body .tabs-quaternary .nav-tabs li a, html.dark body .tabs-quaternary .nav-tabs li a, html body .tabs-quaternary .nav-tabs.nav-justified li a, html.dark body .tabs-quaternary .nav-tabs.nav-justified li a, html body .tabs-quaternary .nav-tabs li a:hover, html.dark body .tabs-quaternary .nav-tabs li a:hover, html body .tabs-quaternary .nav-tabs.nav-justified li a:hover, html.dark body .tabs-quaternary .nav-tabs.nav-justified li a:hover {
    color: #383f48;
}

    html body .tabs-quaternary .nav-tabs li a:hover, html.dark body .tabs-quaternary .nav-tabs li a:hover, html body .tabs-quaternary .nav-tabs.nav-justified li a:hover, html.dark body .tabs-quaternary .nav-tabs.nav-justified li a:hover {
        border-top-color: #383f48;
    }

html body .tabs-quaternary .nav-tabs li.active a, html.dark body .tabs-quaternary .nav-tabs li.active a, html body .tabs-quaternary .nav-tabs.nav-justified li.active a, html.dark body .tabs-quaternary .nav-tabs.nav-justified li.active a, html body .tabs-quaternary .nav-tabs li.active a:hover, html.dark body .tabs-quaternary .nav-tabs li.active a:hover, html body .tabs-quaternary .nav-tabs.nav-justified li.active a:hover, html.dark body .tabs-quaternary .nav-tabs.nav-justified li.active a:hover, html body .tabs-quaternary .nav-tabs li.active a:focus, html.dark body .tabs-quaternary .nav-tabs li.active a:focus, html body .tabs-quaternary .nav-tabs.nav-justified li.active a:focus, html.dark body .tabs-quaternary .nav-tabs.nav-justified li.active a:focus {
    border-top-color: #383f48;
    color: #383f48;
}

html body .tabs-quaternary.tabs-bottom .nav-tabs li a:hover, html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li a:hover, html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li a:hover, html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li a:hover {
    border-bottom-color: #383f48;
}

html body .tabs-quaternary.tabs-bottom .nav-tabs li.active a, html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li.active a, html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active a, html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active a, html body .tabs-quaternary.tabs-bottom .nav-tabs li.active a:hover, html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li.active a:hover, html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active a:hover, html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active a:hover, html body .tabs-quaternary.tabs-bottom .nav-tabs li.active a:focus, html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li.active a:focus, html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active a:focus, html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
    border-bottom-color: #383f48;
}

html body .tabs-quaternary.tabs-vertical.tabs-left li a:hover, html.dark body .tabs-quaternary.tabs-vertical.tabs-left li a:hover {
    border-left-color: #383f48;
}

html body .tabs-quaternary.tabs-vertical.tabs-left li.active a, html.dark body .tabs-quaternary.tabs-vertical.tabs-left li.active a, html body .tabs-quaternary.tabs-vertical.tabs-left li.active a:hover, html.dark body .tabs-quaternary.tabs-vertical.tabs-left li.active a:hover, html body .tabs-quaternary.tabs-vertical.tabs-left li.active a:focus, html.dark body .tabs-quaternary.tabs-vertical.tabs-left li.active a:focus {
    border-left-color: #383f48;
}

html body .tabs-quaternary.tabs-vertical.tabs-right li a:hover, html.dark body .tabs-quaternary.tabs-vertical.tabs-right li a:hover {
    border-right-color: #383f48;
}

html body .tabs-quaternary.tabs-vertical.tabs-right li.active a, html.dark body .tabs-quaternary.tabs-vertical.tabs-right li.active a, html body .tabs-quaternary.tabs-vertical.tabs-right li.active a:hover, html.dark body .tabs-quaternary.tabs-vertical.tabs-right li.active a:hover, html body .tabs-quaternary.tabs-vertical.tabs-right li.active a:focus, html.dark body .tabs-quaternary.tabs-vertical.tabs-right li.active a:focus {
    border-right-color: #383f48;
}

html body .tabs-dark .nav-tabs li a, html.dark body .tabs-dark .nav-tabs li a, html body .tabs-dark .nav-tabs.nav-justified li a, html.dark body .tabs-dark .nav-tabs.nav-justified li a, html body .tabs-dark .nav-tabs li a:hover, html.dark body .tabs-dark .nav-tabs li a:hover, html body .tabs-dark .nav-tabs.nav-justified li a:hover, html.dark body .tabs-dark .nav-tabs.nav-justified li a:hover {
    color: #2e353e;
}

    html body .tabs-dark .nav-tabs li a:hover, html.dark body .tabs-dark .nav-tabs li a:hover, html body .tabs-dark .nav-tabs.nav-justified li a:hover, html.dark body .tabs-dark .nav-tabs.nav-justified li a:hover {
        border-top-color: #2e353e;
    }

html body .tabs-dark .nav-tabs li.active a, html.dark body .tabs-dark .nav-tabs li.active a, html body .tabs-dark .nav-tabs.nav-justified li.active a, html.dark body .tabs-dark .nav-tabs.nav-justified li.active a, html body .tabs-dark .nav-tabs li.active a:hover, html.dark body .tabs-dark .nav-tabs li.active a:hover, html body .tabs-dark .nav-tabs.nav-justified li.active a:hover, html.dark body .tabs-dark .nav-tabs.nav-justified li.active a:hover, html body .tabs-dark .nav-tabs li.active a:focus, html.dark body .tabs-dark .nav-tabs li.active a:focus, html body .tabs-dark .nav-tabs.nav-justified li.active a:focus, html.dark body .tabs-dark .nav-tabs.nav-justified li.active a:focus {
    border-top-color: #2e353e;
    color: #2e353e;
}

html body .tabs-dark.tabs-bottom .nav-tabs li a:hover, html.dark body .tabs-dark.tabs-bottom .nav-tabs li a:hover, html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li a:hover, html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li a:hover {
    border-bottom-color: #2e353e;
}

html body .tabs-dark.tabs-bottom .nav-tabs li.active a, html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active a, html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a, html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a, html body .tabs-dark.tabs-bottom .nav-tabs li.active a:hover, html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active a:hover, html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a:hover, html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a:hover, html body .tabs-dark.tabs-bottom .nav-tabs li.active a:focus, html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active a:focus, html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a:focus, html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
    border-bottom-color: #2e353e;
}

html body .tabs-dark.tabs-vertical.tabs-left li a:hover, html.dark body .tabs-dark.tabs-vertical.tabs-left li a:hover {
    border-left-color: #2e353e;
}

html body .tabs-dark.tabs-vertical.tabs-left li.active a, html.dark body .tabs-dark.tabs-vertical.tabs-left li.active a, html body .tabs-dark.tabs-vertical.tabs-left li.active a:hover, html.dark body .tabs-dark.tabs-vertical.tabs-left li.active a:hover, html body .tabs-dark.tabs-vertical.tabs-left li.active a:focus, html.dark body .tabs-dark.tabs-vertical.tabs-left li.active a:focus {
    border-left-color: #2e353e;
}

html body .tabs-dark.tabs-vertical.tabs-right li a:hover, html.dark body .tabs-dark.tabs-vertical.tabs-right li a:hover {
    border-right-color: #2e353e;
}

html body .tabs-dark.tabs-vertical.tabs-right li.active a, html.dark body .tabs-dark.tabs-vertical.tabs-right li.active a, html body .tabs-dark.tabs-vertical.tabs-right li.active a:hover, html.dark body .tabs-dark.tabs-vertical.tabs-right li.active a:hover, html body .tabs-dark.tabs-vertical.tabs-right li.active a:focus, html.dark body .tabs-dark.tabs-vertical.tabs-right li.active a:focus {
    border-right-color: #2e353e;
}

html body .tabs-light .nav-tabs li a, html.dark body .tabs-light .nav-tabs li a, html body .tabs-light .nav-tabs.nav-justified li a, html.dark body .tabs-light .nav-tabs.nav-justified li a, html body .tabs-light .nav-tabs li a:hover, html.dark body .tabs-light .nav-tabs li a:hover, html body .tabs-light .nav-tabs.nav-justified li a:hover, html.dark body .tabs-light .nav-tabs.nav-justified li a:hover {
    color: #FFF;
}

    html body .tabs-light .nav-tabs li a:hover, html.dark body .tabs-light .nav-tabs li a:hover, html body .tabs-light .nav-tabs.nav-justified li a:hover, html.dark body .tabs-light .nav-tabs.nav-justified li a:hover {
        border-top-color: #FFF;
    }

html body .tabs-light .nav-tabs li.active a, html.dark body .tabs-light .nav-tabs li.active a, html body .tabs-light .nav-tabs.nav-justified li.active a, html.dark body .tabs-light .nav-tabs.nav-justified li.active a, html body .tabs-light .nav-tabs li.active a:hover, html.dark body .tabs-light .nav-tabs li.active a:hover, html body .tabs-light .nav-tabs.nav-justified li.active a:hover, html.dark body .tabs-light .nav-tabs.nav-justified li.active a:hover, html body .tabs-light .nav-tabs li.active a:focus, html.dark body .tabs-light .nav-tabs li.active a:focus, html body .tabs-light .nav-tabs.nav-justified li.active a:focus, html.dark body .tabs-light .nav-tabs.nav-justified li.active a:focus {
    border-top-color: #FFF;
    color: #FFF;
}

html body .tabs-light.tabs-bottom .nav-tabs li a:hover, html.dark body .tabs-light.tabs-bottom .nav-tabs li a:hover, html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li a:hover, html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li a:hover {
    border-bottom-color: #FFF;
}

html body .tabs-light.tabs-bottom .nav-tabs li.active a, html.dark body .tabs-light.tabs-bottom .nav-tabs li.active a, html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active a, html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active a, html body .tabs-light.tabs-bottom .nav-tabs li.active a:hover, html.dark body .tabs-light.tabs-bottom .nav-tabs li.active a:hover, html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active a:hover, html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active a:hover, html body .tabs-light.tabs-bottom .nav-tabs li.active a:focus, html.dark body .tabs-light.tabs-bottom .nav-tabs li.active a:focus, html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active a:focus, html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
    border-bottom-color: #FFF;
}

html body .tabs-light.tabs-vertical.tabs-left li a:hover, html.dark body .tabs-light.tabs-vertical.tabs-left li a:hover {
    border-left-color: #FFF;
}

html body .tabs-light.tabs-vertical.tabs-left li.active a, html.dark body .tabs-light.tabs-vertical.tabs-left li.active a, html body .tabs-light.tabs-vertical.tabs-left li.active a:hover, html.dark body .tabs-light.tabs-vertical.tabs-left li.active a:hover, html body .tabs-light.tabs-vertical.tabs-left li.active a:focus, html.dark body .tabs-light.tabs-vertical.tabs-left li.active a:focus {
    border-left-color: #FFF;
}

html body .tabs-light.tabs-vertical.tabs-right li a:hover, html.dark body .tabs-light.tabs-vertical.tabs-right li a:hover {
    border-right-color: #FFF;
}

html body .tabs-light.tabs-vertical.tabs-right li.active a, html.dark body .tabs-light.tabs-vertical.tabs-right li.active a, html body .tabs-light.tabs-vertical.tabs-right li.active a:hover, html.dark body .tabs-light.tabs-vertical.tabs-right li.active a:hover, html body .tabs-light.tabs-vertical.tabs-right li.active a:focus, html.dark body .tabs-light.tabs-vertical.tabs-right li.active a:focus {
    border-right-color: #FFF;
}

html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li a:hover, html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li.active a, html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li.active a:hover, html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li.active a:focus {
    border-right-color: #0088cc;
    border-left-color: transparent;
}

html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li a:hover, html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li.active a, html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li.active a:hover, html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li.active a:focus {
    border-right-color: transparent;
    border-left-color: #0088cc;
}

.list.list-icons li .fa, .list.list-icons li .fas, .list.list-icons li .far, .list.list-icons li .fal, .list.list-icons li .fab {
    color: #0088cc;
    border-color: #0088cc;
}

.list.list-icons.list-icons-style-3 li .fa, .list.list-icons.list-icons-style-3 li .fas, .list.list-icons.list-icons-style-3 li .far, .list.list-icons.list-icons-style-3 li .fal, .list.list-icons.list-icons-style-3 li .fab {
    background-color: #0088cc;
}

.list.list-ordened li:before {
    color: #0088cc;
    border-color: #0088cc;
}

.list.list-ordened.list-ordened-style-3 li:before {
    background-color: #0088cc;
}

html .list-primary.list-icons li .fa, html .list-primary.list-icons li .fas, html .list-primary.list-icons li .far, html .list-primary.list-icons li .fal, html .list-primary.list-icons li .fab {
    color: #0088cc;
    border-color: #0088cc;
}

html .list-primary.list-icons.list-icons-style-3 li .fa, html .list-primary.list-icons.list-icons-style-3 li .fas, html .list-primary.list-icons.list-icons-style-3 li .far, html .list-primary.list-icons.list-icons-style-3 li .fal, html .list-primary.list-icons.list-icons-style-3 li .fab {
    background-color: #0088cc;
    color: #FFF;
}

html .list-primary.list-ordened li:before {
    color: #0088cc;
}

html .list-primary.list-ordened.list-ordened-style-3 li:before {
    background-color: #0088cc;
    color: #FFF;
}

html .list-secondary.list-icons li .fa, html .list-secondary.list-icons li .fas, html .list-secondary.list-icons li .far, html .list-secondary.list-icons li .fal, html .list-secondary.list-icons li .fab {
    color: #E36159;
    border-color: #E36159;
}

html .list-secondary.list-icons.list-icons-style-3 li .fa, html .list-secondary.list-icons.list-icons-style-3 li .fas, html .list-secondary.list-icons.list-icons-style-3 li .far, html .list-secondary.list-icons.list-icons-style-3 li .fal, html .list-secondary.list-icons.list-icons-style-3 li .fab {
    background-color: #E36159;
    color: #FFF;
}

html .list-secondary.list-ordened li:before {
    color: #E36159;
}

html .list-secondary.list-ordened.list-ordened-style-3 li:before {
    background-color: #0088cc;
    color: #FFF;
}

html .list-tertiary.list-icons li .fa, html .list-tertiary.list-icons li .fas, html .list-tertiary.list-icons li .far, html .list-tertiary.list-icons li .fal, html .list-tertiary.list-icons li .fab {
    color: #2BAAB1;
    border-color: #2BAAB1;
}

html .list-tertiary.list-icons.list-icons-style-3 li .fa, html .list-tertiary.list-icons.list-icons-style-3 li .fas, html .list-tertiary.list-icons.list-icons-style-3 li .far, html .list-tertiary.list-icons.list-icons-style-3 li .fal, html .list-tertiary.list-icons.list-icons-style-3 li .fab {
    background-color: #2BAAB1;
    color: #FFF;
}

html .list-tertiary.list-ordened li:before {
    color: #2BAAB1;
}

html .list-tertiary.list-ordened.list-ordened-style-3 li:before {
    background-color: #0088cc;
    color: #FFF;
}

html .list-quaternary.list-icons li .fa, html .list-quaternary.list-icons li .fas, html .list-quaternary.list-icons li .far, html .list-quaternary.list-icons li .fal, html .list-quaternary.list-icons li .fab {
    color: #383f48;
    border-color: #383f48;
}

html .list-quaternary.list-icons.list-icons-style-3 li .fa, html .list-quaternary.list-icons.list-icons-style-3 li .fas, html .list-quaternary.list-icons.list-icons-style-3 li .far, html .list-quaternary.list-icons.list-icons-style-3 li .fal, html .list-quaternary.list-icons.list-icons-style-3 li .fab {
    background-color: #383f48;
    color: #FFF;
}

html .list-quaternary.list-ordened li:before {
    color: #383f48;
}

html .list-quaternary.list-ordened.list-ordened-style-3 li:before {
    background-color: #0088cc;
    color: #FFF;
}

html .list-dark.list-icons li .fa, html .list-dark.list-icons li .fas, html .list-dark.list-icons li .far, html .list-dark.list-icons li .fal, html .list-dark.list-icons li .fab {
    color: #2e353e;
    border-color: #2e353e;
}

html .list-dark.list-icons.list-icons-style-3 li .fa, html .list-dark.list-icons.list-icons-style-3 li .fas, html .list-dark.list-icons.list-icons-style-3 li .far, html .list-dark.list-icons.list-icons-style-3 li .fal, html .list-dark.list-icons.list-icons-style-3 li .fab {
    background-color: #2e353e;
    color: #FFF;
}

html .list-dark.list-ordened li:before {
    color: #2e353e;
}

html .list-dark.list-ordened.list-ordened-style-3 li:before {
    background-color: #0088cc;
    color: #FFF;
}

html .list-light.list-icons li .fa, html .list-light.list-icons li .fas, html .list-light.list-icons li .far, html .list-light.list-icons li .fal, html .list-light.list-icons li .fab {
    color: #FFF;
    border-color: #FFF;
}

html .list-light.list-icons.list-icons-style-3 li .fa, html .list-light.list-icons.list-icons-style-3 li .fas, html .list-light.list-icons.list-icons-style-3 li .far, html .list-light.list-icons.list-icons-style-3 li .fal, html .list-light.list-icons.list-icons-style-3 li .fab {
    background-color: #FFF;
    color: #777;
}

html .list-light.list-ordened li:before {
    color: #FFF;
}

html .list-light.list-ordened.list-ordened-style-3 li:before {
    background-color: #0088cc;
    color: #777;
}

.parallax blockquote i.fa-quote-left, .parallax blockquote em.fa-quote-left {
    color: #0088cc;
}

section.video blockquote i.fa-quote-left, section.video blockquote em.fa-quote-left {
    color: #0088cc;
}

.panel-group .panel-heading a {
    color: #0088cc;
}

html .panel-group.panel-group-primary .panel-heading {
    background-color: #0088cc !important;
}

    html .panel-group.panel-group-primary .panel-heading a {
        color: #FFF;
    }

html .panel-group.panel-group-secondary .panel-heading {
    background-color: #E36159 !important;
}

    html .panel-group.panel-group-secondary .panel-heading a {
        color: #FFF;
    }

html .panel-group.panel-group-tertiary .panel-heading {
    background-color: #2BAAB1 !important;
}

    html .panel-group.panel-group-tertiary .panel-heading a {
        color: #FFF;
    }

html .panel-group.panel-group-quaternary .panel-heading {
    background-color: #383f48 !important;
}

    html .panel-group.panel-group-quaternary .panel-heading a {
        color: #FFF;
    }

html .panel-group.panel-group-dark .panel-heading {
    background-color: #2e353e !important;
}

    html .panel-group.panel-group-dark .panel-heading a {
        color: #FFF;
    }

html .panel-group.panel-group-light .panel-heading {
    background-color: #FFF !important;
}

    html .panel-group.panel-group-light .panel-heading a {
        color: #777;
    }

html .divider.divider-primary .fa, html .divider.divider-primary .fas, html .divider.divider-primary .far, html .divider.divider-primary .fal, html .divider.divider-primary .fab {
    color: #0088cc;
}

html .divider.divider-primary.divider-small hr {
    background: #0088cc;
}

html .divider.divider-secondary .fa, html .divider.divider-secondary .fas, html .divider.divider-secondary .far, html .divider.divider-secondary .fal, html .divider.divider-secondary .fab {
    color: #E36159;
}

html .divider.divider-secondary.divider-small hr {
    background: #E36159;
}

html .divider.divider-tertiary .fa, html .divider.divider-tertiary .fas, html .divider.divider-tertiary .far, html .divider.divider-tertiary .fal, html .divider.divider-tertiary .fab {
    color: #2BAAB1;
}

html .divider.divider-tertiary.divider-small hr {
    background: #2BAAB1;
}

html .divider.divider-quaternary .fa, html .divider.divider-quaternary .fas, html .divider.divider-quaternary .far, html .divider.divider-quaternary .fal, html .divider.divider-quaternary .fab {
    color: #383f48;
}

html .divider.divider-quaternary.divider-small hr {
    background: #383f48;
}

html .divider.divider-dark .fa, html .divider.divider-dark .fas, html .divider.divider-dark .far, html .divider.divider-dark .fal, html .divider.divider-dark .fab {
    color: #2e353e;
}

html .divider.divider-dark.divider-small hr {
    background: #2e353e;
}

html .divider.divider-light .fa, html .divider.divider-light .fas, html .divider.divider-light .far, html .divider.divider-light .fal, html .divider.divider-light .fab {
    color: #FFF;
}

html .divider.divider-light.divider-small hr {
    background: #FFF;
}

html .divider.divider-style-2.divider-primary .fa, html .divider.divider-style-2.divider-primary .fas, html .divider.divider-style-2.divider-primary .far, html .divider.divider-style-2.divider-primary .fal, html .divider.divider-style-2.divider-primary .fab {
    background: #0088cc;
    color: #FFF;
}

html .divider.divider-style-2.divider-secondary .fa, html .divider.divider-style-2.divider-secondary .fas, html .divider.divider-style-2.divider-secondary .far, html .divider.divider-style-2.divider-secondary .fal, html .divider.divider-style-2.divider-secondary .fab {
    background: #E36159;
    color: #FFF;
}

html .divider.divider-style-2.divider-tertiary .fa, html .divider.divider-style-2.divider-tertiary .fas, html .divider.divider-style-2.divider-tertiary .far, html .divider.divider-style-2.divider-tertiary .fal, html .divider.divider-style-2.divider-tertiary .fab {
    background: #2BAAB1;
    color: #FFF;
}

html .divider.divider-style-2.divider-quaternary .fa, html .divider.divider-style-2.divider-quaternary .fas, html .divider.divider-style-2.divider-quaternary .far, html .divider.divider-style-2.divider-quaternary .fal, html .divider.divider-style-2.divider-quaternary .fab {
    background: #383f48;
    color: #FFF;
}

html .divider.divider-style-2.divider-dark .fa, html .divider.divider-style-2.divider-dark .fas, html .divider.divider-style-2.divider-dark .far, html .divider.divider-style-2.divider-dark .fal, html .divider.divider-style-2.divider-dark .fab {
    background: #2e353e;
    color: #FFF;
}

html .divider.divider-style-2.divider-light .fa, html .divider.divider-style-2.divider-light .fas, html .divider.divider-style-2.divider-light .far, html .divider.divider-style-2.divider-light .fal, html .divider.divider-style-2.divider-light .fab {
    background: #FFF;
    color: #777;
}

html .divider.divider-style-3.divider-primary .fa, html .divider.divider-style-3.divider-primary .fas, html .divider.divider-style-3.divider-primary .far, html .divider.divider-style-3.divider-primary .fal, html .divider.divider-style-3.divider-primary .fab {
    border-color: #0088cc;
}

html .divider.divider-style-3.divider-secondary .fa, html .divider.divider-style-3.divider-secondary .fas, html .divider.divider-style-3.divider-secondary .far, html .divider.divider-style-3.divider-secondary .fal, html .divider.divider-style-3.divider-secondary .fab {
    border-color: #E36159;
}

html .divider.divider-style-3.divider-tertiary .fa, html .divider.divider-style-3.divider-tertiary .fas, html .divider.divider-style-3.divider-tertiary .far, html .divider.divider-style-3.divider-tertiary .fal, html .divider.divider-style-3.divider-tertiary .fab {
    border-color: #2BAAB1;
}

html .divider.divider-style-3.divider-quaternary .fa, html .divider.divider-style-3.divider-quaternary .fas, html .divider.divider-style-3.divider-quaternary .far, html .divider.divider-style-3.divider-quaternary .fal, html .divider.divider-style-3.divider-quaternary .fab {
    border-color: #383f48;
}

html .divider.divider-style-3.divider-dark .fa, html .divider.divider-style-3.divider-dark .fas, html .divider.divider-style-3.divider-dark .far, html .divider.divider-style-3.divider-dark .fal, html .divider.divider-style-3.divider-dark .fab {
    border-color: #2e353e;
}

html .divider.divider-style-3.divider-light .fa, html .divider.divider-style-3.divider-light .fas, html .divider.divider-style-3.divider-light .far, html .divider.divider-style-3.divider-light .fal, html .divider.divider-style-3.divider-light .fab {
    border-color: #FFF;
}

@media (min-width: 992px) {
    header nav ul.nav-main > li.active > a, header nav ul.nav-main > li:hover > a, header nav ul.nav-main > li > a:focus, header nav ul.nav-main > li.focused > a {
        background-color: #0088cc !important;
    }

    header nav ul.nav-main .dropdown > ul.dropdown-menu {
        border-top-color: #0088cc !important;
    }

    header nav ul.nav-main .dropdown-submenu > a:after, header nav ul.nav-main .dropdown-submenu:hover > a:after {
        border-left-color: #0088cc;
    }
}

@media (min-width: 992px) {
    header.newHeader nav ul.nav-main > li.active > a, header.full-header nav ul.nav-main > li.active > a, header.newHeader nav ul.nav-main > li:hover > a, header.full-header nav ul.nav-main > li:hover > a, header.newHeader nav ul.nav-main > li > a:focus, header.full-header nav ul.nav-main > li > a:focus, header.newHeader nav ul.nav-main > li.focused > a, header.full-header nav ul.nav-main > li.focused > a {
        background-color: transparent !important;
    }

    header.newHeader.fixedheader nav > ul.nav-main > li.active > a, header.full-header.fixedheader nav > ul.nav-main > li.active > a, header.newHeader.fixedheader nav > ul.nav-main > li:hover > a, header.full-header.fixedheader nav > ul.nav-main > li:hover > a, header.newHeader.fixedheader nav > ul.nav-main > li > a:focus, header.full-header.fixedheader nav > ul.nav-main > li > a:focus, header.newHeader.fixedheader nav > ul.nav-main > li.focused > a, header.full-header.fixedheader nav > ul.nav-main > li.focused > a {
        background-color: #0088cc !important;
    }
}

header nav ul.nav-main .tip {
    background: #0088cc;
    color: #FFF;
}

    header nav ul.nav-main .tip:before {
        border-right-color: #0088cc;
    }

.v-menu ul.nav-main {
    background-color: #171717;
    border-color: #171717;
}

    .v-menu ul.nav-main li {
        border-bottom-color: #313131;
    }

    .v-menu ul.nav-main ul > li > a {
        color: #ffffff;
        font-family: Open Sans;
        font-size: 12px;
    }

    .v-menu ul.nav-main a {
        color: #ffffff;
        font-family: Open Sans;
        font-size: 12px;
    }

    .v-menu ul.nav-main li.active > a {
        color: #0088cc;
        font-family: Open Sans;
        font-size: 12px;
    }

@media (max-width: 991px) {
    html header .nav-main-collapse {
        background: #171717;
    }

        html header .nav-main-collapse .nav-main ul > li > a {
            color: #ffffff;
            font-family: Open Sans;
            font-size: 12px;
        }

            html header .nav-main-collapse .nav-main ul > li.active > a, html header .nav-main-collapse .nav-main ul > li:hover > a, html header .nav-main-collapse .nav-main ul > li > a:focus, html header .nav-main-collapse .nav-main ul > li.focused > a {
                color: #0088cc;
                font-family: Open Sans;
                font-size: 12px;
            }

        html header .nav-main-collapse .nav-main ul ul > li > a {
            color: #ffffff;
            font-family: Open Sans;
            font-size: 12px;
        }

    html header.pushdownHeader .pushdown .scrollbar, html header.pushdownHeader .navbar-collapse:before, html header .header-nav-main-effect:before {
        background: #171717;
    }

    html html header.pushdownHeader .pushdown .scrollbar {
        border-color: #171717;
    }
}

html header nav ul.nav-main .tip-primary {
    background: #0088cc !important;
    color: #FFF !important;
}

    html header nav ul.nav-main .tip-primary:before {
        border-right-color: #0088cc !important;
    }

html header nav ul.nav-main .tip-secondary {
    background: #E36159 !important;
    color: #FFF !important;
}

    html header nav ul.nav-main .tip-secondary:before {
        border-right-color: #E36159 !important;
    }

html header nav ul.nav-main .tip-tertiary {
    background: #2BAAB1 !important;
    color: #FFF !important;
}

    html header nav ul.nav-main .tip-tertiary:before {
        border-right-color: #2BAAB1 !important;
    }

html header nav ul.nav-main .tip-quaternary {
    background: #383f48 !important;
    color: #FFF !important;
}

    html header nav ul.nav-main .tip-quaternary:before {
        border-right-color: #383f48 !important;
    }

html header nav ul.nav-main .tip-dark {
    background: #2e353e !important;
    color: #FFF !important;
}

    html header nav ul.nav-main .tip-dark:before {
        border-right-color: #2e353e !important;
    }

html header nav ul.nav-main .tip-light {
    background: #FFF !important;
    color: #777 !important;
}

    html header nav ul.nav-main .tip-light:before {
        border-right-color: #FFF !important;
    }

html[dir="rtl"] header nav ul.nav-main .tip.skin:before {
    border-left-color: #0088cc;
}

.darken-border-top {
    border-top: 5px solid #0077b3 !important;
}

@media (min-width: 992px) {
    header.single-menu nav ul.nav-main li.active > a {
        border-top: 5px solid #0088cc;
    }

    header.colored .header-top {
        background-color: #0088cc;
    }

        header.colored .header-top ul.nav-top li a:hover {
            background-color: #0099e6 !important;
        }

    header.flat-menu nav ul.nav-main > li.active > a {
        background-color: transparent !important;
    }

    header.flat-menu nav ul.nav-main > li:hover > a, header.flat-menu nav ul.nav-main > li > a:hover {
        background-color: #0088cc !important;
    }

    header nav.mega-menu ul.nav-main li.mega-menu-item ul.dropdown-menu {
        border-top-color: #0088cc;
    }
}

@media (min-width: 992px) {
    html header nav ul.nav-main li.dropdown-primary.open > a, html .newHeader.fixedheader nav ul.nav-main li.dropdown-primary.open > a, html .full-header.fixedheader nav ul.nav-main li.dropdown-primary.open > a, html header nav ul.nav-main li.dropdown-primary.active > a, html .newHeader.fixedheader nav ul.nav-main li.dropdown-primary.active > a, html .full-header.fixedheader nav ul.nav-main li.dropdown-primary.active > a, html header nav ul.nav-main li.dropdown-primary:hover > a, html .newHeader.fixedheader nav ul.nav-main li.dropdown-primary:hover > a, html .full-header.fixedheader nav ul.nav-main li.dropdown-primary:hover > a {
        background: #0088cc !important;
    }

    html header nav ul.nav-main li.dropdown-primary > a:focus, html .newHeader.fixedheader nav ul.nav-main li.dropdown-primary > a:focus, html .full-header.fixedheader nav ul.nav-main li.dropdown-primary > a:focus {
        background: #0088cc !important;
    }

    html header nav ul.nav-main .dropdown-primary > ul.dropdown-menu, html .newHeader.fixedheader nav ul.nav-main .dropdown-primary > ul.dropdown-menu, html .full-header.fixedheader nav ul.nav-main .dropdown-primary > ul.dropdown-menu, html header nav ul.nav-main .dropdown-primary.mega-menu-item > ul.dropdown-menu, html .newHeader.fixedheader nav ul.nav-main .dropdown-primary.mega-menu-item > ul.dropdown-menu, html .full-header.fixedheader nav ul.nav-main .dropdown-primary.mega-menu-item > ul.dropdown-menu, html header nav ul.nav-main .dropdown-primary > ul.dropdown-menu ul.dropdown-menu, html .newHeader.fixedheader nav ul.nav-main .dropdown-primary > ul.dropdown-menu ul.dropdown-menu, html .full-header.fixedheader nav ul.nav-main .dropdown-primary > ul.dropdown-menu ul.dropdown-menu, html header nav ul.nav-main .dropdown-primary.mega-menu-item > ul.dropdown-menu ul.dropdown-menu, html .newHeader.fixedheader nav ul.nav-main .dropdown-primary.mega-menu-item > ul.dropdown-menu ul.dropdown-menu, html .full-header.fixedheader nav ul.nav-main .dropdown-primary.mega-menu-item > ul.dropdown-menu ul.dropdown-menu {
        border-top-color: #0088cc !important;
        background: #0088cc !important;
    }

        html header nav ul.nav-main .dropdown-primary > ul.dropdown-menu li:hover > a, html .newHeader.fixedheader nav ul.nav-main .dropdown-primary > ul.dropdown-menu li:hover > a, html .full-header.fixedheader nav ul.nav-main .dropdown-primary > ul.dropdown-menu li:hover > a, html header nav ul.nav-main .dropdown-primary.mega-menu-item > ul.dropdown-menu li:hover > a, html .newHeader.fixedheader nav ul.nav-main .dropdown-primary.mega-menu-item > ul.dropdown-menu li:hover > a, html .full-header.fixedheader nav ul.nav-main .dropdown-primary.mega-menu-item > ul.dropdown-menu li:hover > a {
            background: #0099e6;
        }

        html header nav ul.nav-main .dropdown-primary > ul.dropdown-menu li a:focus, html .newHeader.fixedheader nav ul.nav-main .dropdown-primary > ul.dropdown-menu li a:focus, html .full-header.fixedheader nav ul.nav-main .dropdown-primary > ul.dropdown-menu li a:focus, html header nav ul.nav-main .dropdown-primary.mega-menu-item > ul.dropdown-menu li a:focus, html .newHeader.fixedheader nav ul.nav-main .dropdown-primary.mega-menu-item > ul.dropdown-menu li a:focus, html .full-header.fixedheader nav ul.nav-main .dropdown-primary.mega-menu-item > ul.dropdown-menu li a:focus {
            background: #0099e6;
        }

    html header nav ul.nav-main .dropdown-primary:hover ul.sub-menu li:hover a:hover, html .newHeader.fixedheader nav ul.nav-main .dropdown-primary:hover ul.sub-menu li:hover a:hover, html .full-header.fixedheader nav ul.nav-main .dropdown-primary:hover ul.sub-menu li:hover a:hover, html header nav ul.nav-main .dropdown-primary.mega-menu-item:hover ul.sub-menu li:hover a:hover, html .newHeader.fixedheader nav ul.nav-main .dropdown-primary.mega-menu-item:hover ul.sub-menu li:hover a:hover, html .full-header.fixedheader nav ul.nav-main .dropdown-primary.mega-menu-item:hover ul.sub-menu li:hover a:hover {
        background: #0099e6 !important;
    }

    html header nav ul.nav-main li.mega-menu-item.open > a, html .newHeader.fixedheader nav ul.nav-main li.mega-menu-item.open > a, html .full-header.fixedheader nav ul.nav-main li.mega-menu-item.open > a, html header nav ul.nav-main li.mega-menu-item.active > a, html .newHeader.fixedheader nav ul.nav-main li.mega-menu-item.active > a, html .full-header.fixedheader nav ul.nav-main li.mega-menu-item.active > a, html header nav ul.nav-main li.mega-menu-item:hover > a, html .newHeader.fixedheader nav ul.nav-main li.mega-menu-item:hover > a, html .full-header.fixedheader nav ul.nav-main li.mega-menu-item:hover > a {
        background: #0088cc !important;
    }

    html header.newHeader nav ul.nav-main li.dropdown-primary.open > a, html header.header-bottom nav ul.nav-main li.dropdown-primary.open > a, html header.full-header nav ul.nav-main li.dropdown-primary.open > a, html header.newHeader nav ul.nav-main li.dropdown-primary.active > a, html header.header-bottom nav ul.nav-main li.dropdown-primary.active > a, html header.full-header nav ul.nav-main li.dropdown-primary.active > a, html header.newHeader nav ul.nav-main li.dropdown-primary.focused > a, html header.header-bottom nav ul.nav-main li.dropdown-primary.focused > a, html header.full-header nav ul.nav-main li.dropdown-primary.focused > a, html header.newHeader nav ul.nav-main li.dropdown-primary:hover > a, html header.header-bottom nav ul.nav-main li.dropdown-primary:hover > a, html header.full-header nav ul.nav-main li.dropdown-primary:hover > a {
        background: transparent !important;
    }

    html header.newHeader nav ul.nav-main li.dropdown-primary > a:focus, html header.header-bottom nav ul.nav-main li.dropdown-primary > a:focus, html header.full-header nav ul.nav-main li.dropdown-primary > a:focus {
        background: transparent !important;
    }

    html header.newHeader nav ul.nav-main li.mega-menu-item.open > a, html header.header-bottom nav ul.nav-main li.mega-menu-item.open > a, html header.full-header nav ul.nav-main li.mega-menu-item.open > a, html header.newHeader nav ul.nav-main li.mega-menu-item.active > a, html header.header-bottom nav ul.nav-main li.mega-menu-item.active > a, html header.full-header nav ul.nav-main li.mega-menu-item.active > a, html header.newHeader nav ul.nav-main li.mega-menu-item:hover > a, html header.header-bottom nav ul.nav-main li.mega-menu-item:hover > a, html header.full-header nav ul.nav-main li.mega-menu-item:hover > a {
        background: transparent !important;
    }

    html header nav ul.nav-main li.dropdown-secondary.open > a, html .newHeader.fixedheader nav ul.nav-main li.dropdown-secondary.open > a, html .full-header.fixedheader nav ul.nav-main li.dropdown-secondary.open > a, html header nav ul.nav-main li.dropdown-secondary.active > a, html .newHeader.fixedheader nav ul.nav-main li.dropdown-secondary.active > a, html .full-header.fixedheader nav ul.nav-main li.dropdown-secondary.active > a, html header nav ul.nav-main li.dropdown-secondary:hover > a, html .newHeader.fixedheader nav ul.nav-main li.dropdown-secondary:hover > a, html .full-header.fixedheader nav ul.nav-main li.dropdown-secondary:hover > a {
        background: #E36159 !important;
    }

    html header nav ul.nav-main li.dropdown-secondary > a:focus, html .newHeader.fixedheader nav ul.nav-main li.dropdown-secondary > a:focus, html .full-header.fixedheader nav ul.nav-main li.dropdown-secondary > a:focus {
        background: #E36159 !important;
    }

    html header nav ul.nav-main .dropdown-secondary > ul.dropdown-menu, html .newHeader.fixedheader nav ul.nav-main .dropdown-secondary > ul.dropdown-menu, html .full-header.fixedheader nav ul.nav-main .dropdown-secondary > ul.dropdown-menu, html header nav ul.nav-main .dropdown-secondary.mega-menu-item > ul.dropdown-menu, html .newHeader.fixedheader nav ul.nav-main .dropdown-secondary.mega-menu-item > ul.dropdown-menu, html .full-header.fixedheader nav ul.nav-main .dropdown-secondary.mega-menu-item > ul.dropdown-menu, html header nav ul.nav-main .dropdown-secondary > ul.dropdown-menu ul.dropdown-menu, html .newHeader.fixedheader nav ul.nav-main .dropdown-secondary > ul.dropdown-menu ul.dropdown-menu, html .full-header.fixedheader nav ul.nav-main .dropdown-secondary > ul.dropdown-menu ul.dropdown-menu, html header nav ul.nav-main .dropdown-secondary.mega-menu-item > ul.dropdown-menu ul.dropdown-menu, html .newHeader.fixedheader nav ul.nav-main .dropdown-secondary.mega-menu-item > ul.dropdown-menu ul.dropdown-menu, html .full-header.fixedheader nav ul.nav-main .dropdown-secondary.mega-menu-item > ul.dropdown-menu ul.dropdown-menu {
        border-top-color: #E36159 !important;
        background: #E36159 !important;
    }

        html header nav ul.nav-main .dropdown-secondary > ul.dropdown-menu li:hover > a, html .newHeader.fixedheader nav ul.nav-main .dropdown-secondary > ul.dropdown-menu li:hover > a, html .full-header.fixedheader nav ul.nav-main .dropdown-secondary > ul.dropdown-menu li:hover > a, html header nav ul.nav-main .dropdown-secondary.mega-menu-item > ul.dropdown-menu li:hover > a, html .newHeader.fixedheader nav ul.nav-main .dropdown-secondary.mega-menu-item > ul.dropdown-menu li:hover > a, html .full-header.fixedheader nav ul.nav-main .dropdown-secondary.mega-menu-item > ul.dropdown-menu li:hover > a {
            background: #e7766f;
        }

        html header nav ul.nav-main .dropdown-secondary > ul.dropdown-menu li a:focus, html .newHeader.fixedheader nav ul.nav-main .dropdown-secondary > ul.dropdown-menu li a:focus, html .full-header.fixedheader nav ul.nav-main .dropdown-secondary > ul.dropdown-menu li a:focus, html header nav ul.nav-main .dropdown-secondary.mega-menu-item > ul.dropdown-menu li a:focus, html .newHeader.fixedheader nav ul.nav-main .dropdown-secondary.mega-menu-item > ul.dropdown-menu li a:focus, html .full-header.fixedheader nav ul.nav-main .dropdown-secondary.mega-menu-item > ul.dropdown-menu li a:focus {
            background: #e7766f;
        }

    html header nav ul.nav-main .dropdown-secondary:hover ul.sub-menu li:hover a:hover, html .newHeader.fixedheader nav ul.nav-main .dropdown-secondary:hover ul.sub-menu li:hover a:hover, html .full-header.fixedheader nav ul.nav-main .dropdown-secondary:hover ul.sub-menu li:hover a:hover, html header nav ul.nav-main .dropdown-secondary.mega-menu-item:hover ul.sub-menu li:hover a:hover, html .newHeader.fixedheader nav ul.nav-main .dropdown-secondary.mega-menu-item:hover ul.sub-menu li:hover a:hover, html .full-header.fixedheader nav ul.nav-main .dropdown-secondary.mega-menu-item:hover ul.sub-menu li:hover a:hover {
        background: #e7766f !important;
    }

    html header nav ul.nav-main li.mega-menu-item.open > a, html .newHeader.fixedheader nav ul.nav-main li.mega-menu-item.open > a, html .full-header.fixedheader nav ul.nav-main li.mega-menu-item.open > a, html header nav ul.nav-main li.mega-menu-item.active > a, html .newHeader.fixedheader nav ul.nav-main li.mega-menu-item.active > a, html .full-header.fixedheader nav ul.nav-main li.mega-menu-item.active > a, html header nav ul.nav-main li.mega-menu-item:hover > a, html .newHeader.fixedheader nav ul.nav-main li.mega-menu-item:hover > a, html .full-header.fixedheader nav ul.nav-main li.mega-menu-item:hover > a {
        background: #0088cc !important;
    }

    html header.newHeader nav ul.nav-main li.dropdown-secondary.open > a, html header.header-bottom nav ul.nav-main li.dropdown-secondary.open > a, html header.full-header nav ul.nav-main li.dropdown-secondary.open > a, html header.newHeader nav ul.nav-main li.dropdown-secondary.active > a, html header.header-bottom nav ul.nav-main li.dropdown-secondary.active > a, html header.full-header nav ul.nav-main li.dropdown-secondary.active > a, html header.newHeader nav ul.nav-main li.dropdown-secondary.focused > a, html header.header-bottom nav ul.nav-main li.dropdown-secondary.focused > a, html header.full-header nav ul.nav-main li.dropdown-secondary.focused > a, html header.newHeader nav ul.nav-main li.dropdown-secondary:hover > a, html header.header-bottom nav ul.nav-main li.dropdown-secondary:hover > a, html header.full-header nav ul.nav-main li.dropdown-secondary:hover > a {
        background: transparent !important;
    }

    html header.newHeader nav ul.nav-main li.dropdown-secondary > a:focus, html header.header-bottom nav ul.nav-main li.dropdown-secondary > a:focus, html header.full-header nav ul.nav-main li.dropdown-secondary > a:focus {
        background: transparent !important;
    }

    html header.newHeader nav ul.nav-main li.mega-menu-item.open > a, html header.header-bottom nav ul.nav-main li.mega-menu-item.open > a, html header.full-header nav ul.nav-main li.mega-menu-item.open > a, html header.newHeader nav ul.nav-main li.mega-menu-item.active > a, html header.header-bottom nav ul.nav-main li.mega-menu-item.active > a, html header.full-header nav ul.nav-main li.mega-menu-item.active > a, html header.newHeader nav ul.nav-main li.mega-menu-item:hover > a, html header.header-bottom nav ul.nav-main li.mega-menu-item:hover > a, html header.full-header nav ul.nav-main li.mega-menu-item:hover > a {
        background: transparent !important;
    }

    html header nav ul.nav-main li.dropdown-tertiary.open > a, html .newHeader.fixedheader nav ul.nav-main li.dropdown-tertiary.open > a, html .full-header.fixedheader nav ul.nav-main li.dropdown-tertiary.open > a, html header nav ul.nav-main li.dropdown-tertiary.active > a, html .newHeader.fixedheader nav ul.nav-main li.dropdown-tertiary.active > a, html .full-header.fixedheader nav ul.nav-main li.dropdown-tertiary.active > a, html header nav ul.nav-main li.dropdown-tertiary:hover > a, html .newHeader.fixedheader nav ul.nav-main li.dropdown-tertiary:hover > a, html .full-header.fixedheader nav ul.nav-main li.dropdown-tertiary:hover > a {
        background: #2BAAB1 !important;
    }

    html header nav ul.nav-main li.dropdown-tertiary > a:focus, html .newHeader.fixedheader nav ul.nav-main li.dropdown-tertiary > a:focus, html .full-header.fixedheader nav ul.nav-main li.dropdown-tertiary > a:focus {
        background: #2BAAB1 !important;
    }

    html header nav ul.nav-main .dropdown-tertiary > ul.dropdown-menu, html .newHeader.fixedheader nav ul.nav-main .dropdown-tertiary > ul.dropdown-menu, html .full-header.fixedheader nav ul.nav-main .dropdown-tertiary > ul.dropdown-menu, html header nav ul.nav-main .dropdown-tertiary.mega-menu-item > ul.dropdown-menu, html .newHeader.fixedheader nav ul.nav-main .dropdown-tertiary.mega-menu-item > ul.dropdown-menu, html .full-header.fixedheader nav ul.nav-main .dropdown-tertiary.mega-menu-item > ul.dropdown-menu, html header nav ul.nav-main .dropdown-tertiary > ul.dropdown-menu ul.dropdown-menu, html .newHeader.fixedheader nav ul.nav-main .dropdown-tertiary > ul.dropdown-menu ul.dropdown-menu, html .full-header.fixedheader nav ul.nav-main .dropdown-tertiary > ul.dropdown-menu ul.dropdown-menu, html header nav ul.nav-main .dropdown-tertiary.mega-menu-item > ul.dropdown-menu ul.dropdown-menu, html .newHeader.fixedheader nav ul.nav-main .dropdown-tertiary.mega-menu-item > ul.dropdown-menu ul.dropdown-menu, html .full-header.fixedheader nav ul.nav-main .dropdown-tertiary.mega-menu-item > ul.dropdown-menu ul.dropdown-menu {
        border-top-color: #2BAAB1 !important;
        background: #2BAAB1 !important;
    }

        html header nav ul.nav-main .dropdown-tertiary > ul.dropdown-menu li:hover > a, html .newHeader.fixedheader nav ul.nav-main .dropdown-tertiary > ul.dropdown-menu li:hover > a, html .full-header.fixedheader nav ul.nav-main .dropdown-tertiary > ul.dropdown-menu li:hover > a, html header nav ul.nav-main .dropdown-tertiary.mega-menu-item > ul.dropdown-menu li:hover > a, html .newHeader.fixedheader nav ul.nav-main .dropdown-tertiary.mega-menu-item > ul.dropdown-menu li:hover > a, html .full-header.fixedheader nav ul.nav-main .dropdown-tertiary.mega-menu-item > ul.dropdown-menu li:hover > a {
            background: #30bec6;
        }

        html header nav ul.nav-main .dropdown-tertiary > ul.dropdown-menu li a:focus, html .newHeader.fixedheader nav ul.nav-main .dropdown-tertiary > ul.dropdown-menu li a:focus, html .full-header.fixedheader nav ul.nav-main .dropdown-tertiary > ul.dropdown-menu li a:focus, html header nav ul.nav-main .dropdown-tertiary.mega-menu-item > ul.dropdown-menu li a:focus, html .newHeader.fixedheader nav ul.nav-main .dropdown-tertiary.mega-menu-item > ul.dropdown-menu li a:focus, html .full-header.fixedheader nav ul.nav-main .dropdown-tertiary.mega-menu-item > ul.dropdown-menu li a:focus {
            background: #30bec6;
        }

    html header nav ul.nav-main .dropdown-tertiary:hover ul.sub-menu li:hover a:hover, html .newHeader.fixedheader nav ul.nav-main .dropdown-tertiary:hover ul.sub-menu li:hover a:hover, html .full-header.fixedheader nav ul.nav-main .dropdown-tertiary:hover ul.sub-menu li:hover a:hover, html header nav ul.nav-main .dropdown-tertiary.mega-menu-item:hover ul.sub-menu li:hover a:hover, html .newHeader.fixedheader nav ul.nav-main .dropdown-tertiary.mega-menu-item:hover ul.sub-menu li:hover a:hover, html .full-header.fixedheader nav ul.nav-main .dropdown-tertiary.mega-menu-item:hover ul.sub-menu li:hover a:hover {
        background: #30bec6 !important;
    }

    html header nav ul.nav-main li.mega-menu-item.open > a, html .newHeader.fixedheader nav ul.nav-main li.mega-menu-item.open > a, html .full-header.fixedheader nav ul.nav-main li.mega-menu-item.open > a, html header nav ul.nav-main li.mega-menu-item.active > a, html .newHeader.fixedheader nav ul.nav-main li.mega-menu-item.active > a, html .full-header.fixedheader nav ul.nav-main li.mega-menu-item.active > a, html header nav ul.nav-main li.mega-menu-item:hover > a, html .newHeader.fixedheader nav ul.nav-main li.mega-menu-item:hover > a, html .full-header.fixedheader nav ul.nav-main li.mega-menu-item:hover > a {
        background: #0088cc !important;
    }

    html header.newHeader nav ul.nav-main li.dropdown-tertiary.open > a, html header.header-bottom nav ul.nav-main li.dropdown-tertiary.open > a, html header.full-header nav ul.nav-main li.dropdown-tertiary.open > a, html header.newHeader nav ul.nav-main li.dropdown-tertiary.active > a, html header.header-bottom nav ul.nav-main li.dropdown-tertiary.active > a, html header.full-header nav ul.nav-main li.dropdown-tertiary.active > a, html header.newHeader nav ul.nav-main li.dropdown-tertiary.focused > a, html header.header-bottom nav ul.nav-main li.dropdown-tertiary.focused > a, html header.full-header nav ul.nav-main li.dropdown-tertiary.focused > a, html header.newHeader nav ul.nav-main li.dropdown-tertiary:hover > a, html header.header-bottom nav ul.nav-main li.dropdown-tertiary:hover > a, html header.full-header nav ul.nav-main li.dropdown-tertiary:hover > a {
        background: transparent !important;
    }

    html header.newHeader nav ul.nav-main li.dropdown-tertiary > a:focus, html header.header-bottom nav ul.nav-main li.dropdown-tertiary > a:focus, html header.full-header nav ul.nav-main li.dropdown-tertiary > a:focus {
        background: transparent !important;
    }

    html header.newHeader nav ul.nav-main li.mega-menu-item.open > a, html header.header-bottom nav ul.nav-main li.mega-menu-item.open > a, html header.full-header nav ul.nav-main li.mega-menu-item.open > a, html header.newHeader nav ul.nav-main li.mega-menu-item.active > a, html header.header-bottom nav ul.nav-main li.mega-menu-item.active > a, html header.full-header nav ul.nav-main li.mega-menu-item.active > a, html header.newHeader nav ul.nav-main li.mega-menu-item:hover > a, html header.header-bottom nav ul.nav-main li.mega-menu-item:hover > a, html header.full-header nav ul.nav-main li.mega-menu-item:hover > a {
        background: transparent !important;
    }

    html header nav ul.nav-main li.dropdown-quaternary.open > a, html .newHeader.fixedheader nav ul.nav-main li.dropdown-quaternary.open > a, html .full-header.fixedheader nav ul.nav-main li.dropdown-quaternary.open > a, html header nav ul.nav-main li.dropdown-quaternary.active > a, html .newHeader.fixedheader nav ul.nav-main li.dropdown-quaternary.active > a, html .full-header.fixedheader nav ul.nav-main li.dropdown-quaternary.active > a, html header nav ul.nav-main li.dropdown-quaternary:hover > a, html .newHeader.fixedheader nav ul.nav-main li.dropdown-quaternary:hover > a, html .full-header.fixedheader nav ul.nav-main li.dropdown-quaternary:hover > a {
        background: #383f48 !important;
    }

    html header nav ul.nav-main li.dropdown-quaternary > a:focus, html .newHeader.fixedheader nav ul.nav-main li.dropdown-quaternary > a:focus, html .full-header.fixedheader nav ul.nav-main li.dropdown-quaternary > a:focus {
        background: #383f48 !important;
    }

    html header nav ul.nav-main .dropdown-quaternary > ul.dropdown-menu, html .newHeader.fixedheader nav ul.nav-main .dropdown-quaternary > ul.dropdown-menu, html .full-header.fixedheader nav ul.nav-main .dropdown-quaternary > ul.dropdown-menu, html header nav ul.nav-main .dropdown-quaternary.mega-menu-item > ul.dropdown-menu, html .newHeader.fixedheader nav ul.nav-main .dropdown-quaternary.mega-menu-item > ul.dropdown-menu, html .full-header.fixedheader nav ul.nav-main .dropdown-quaternary.mega-menu-item > ul.dropdown-menu, html header nav ul.nav-main .dropdown-quaternary > ul.dropdown-menu ul.dropdown-menu, html .newHeader.fixedheader nav ul.nav-main .dropdown-quaternary > ul.dropdown-menu ul.dropdown-menu, html .full-header.fixedheader nav ul.nav-main .dropdown-quaternary > ul.dropdown-menu ul.dropdown-menu, html header nav ul.nav-main .dropdown-quaternary.mega-menu-item > ul.dropdown-menu ul.dropdown-menu, html .newHeader.fixedheader nav ul.nav-main .dropdown-quaternary.mega-menu-item > ul.dropdown-menu ul.dropdown-menu, html .full-header.fixedheader nav ul.nav-main .dropdown-quaternary.mega-menu-item > ul.dropdown-menu ul.dropdown-menu {
        border-top-color: #383f48 !important;
        background: #383f48 !important;
    }

        html header nav ul.nav-main .dropdown-quaternary > ul.dropdown-menu li:hover > a, html .newHeader.fixedheader nav ul.nav-main .dropdown-quaternary > ul.dropdown-menu li:hover > a, html .full-header.fixedheader nav ul.nav-main .dropdown-quaternary > ul.dropdown-menu li:hover > a, html header nav ul.nav-main .dropdown-quaternary.mega-menu-item > ul.dropdown-menu li:hover > a, html .newHeader.fixedheader nav ul.nav-main .dropdown-quaternary.mega-menu-item > ul.dropdown-menu li:hover > a, html .full-header.fixedheader nav ul.nav-main .dropdown-quaternary.mega-menu-item > ul.dropdown-menu li:hover > a {
            background: #434c56;
        }

        html header nav ul.nav-main .dropdown-quaternary > ul.dropdown-menu li a:focus, html .newHeader.fixedheader nav ul.nav-main .dropdown-quaternary > ul.dropdown-menu li a:focus, html .full-header.fixedheader nav ul.nav-main .dropdown-quaternary > ul.dropdown-menu li a:focus, html header nav ul.nav-main .dropdown-quaternary.mega-menu-item > ul.dropdown-menu li a:focus, html .newHeader.fixedheader nav ul.nav-main .dropdown-quaternary.mega-menu-item > ul.dropdown-menu li a:focus, html .full-header.fixedheader nav ul.nav-main .dropdown-quaternary.mega-menu-item > ul.dropdown-menu li a:focus {
            background: #434c56;
        }

    html header nav ul.nav-main .dropdown-quaternary:hover ul.sub-menu li:hover a:hover, html .newHeader.fixedheader nav ul.nav-main .dropdown-quaternary:hover ul.sub-menu li:hover a:hover, html .full-header.fixedheader nav ul.nav-main .dropdown-quaternary:hover ul.sub-menu li:hover a:hover, html header nav ul.nav-main .dropdown-quaternary.mega-menu-item:hover ul.sub-menu li:hover a:hover, html .newHeader.fixedheader nav ul.nav-main .dropdown-quaternary.mega-menu-item:hover ul.sub-menu li:hover a:hover, html .full-header.fixedheader nav ul.nav-main .dropdown-quaternary.mega-menu-item:hover ul.sub-menu li:hover a:hover {
        background: #434c56 !important;
    }

    html header nav ul.nav-main li.mega-menu-item.open > a, html .newHeader.fixedheader nav ul.nav-main li.mega-menu-item.open > a, html .full-header.fixedheader nav ul.nav-main li.mega-menu-item.open > a, html header nav ul.nav-main li.mega-menu-item.active > a, html .newHeader.fixedheader nav ul.nav-main li.mega-menu-item.active > a, html .full-header.fixedheader nav ul.nav-main li.mega-menu-item.active > a, html header nav ul.nav-main li.mega-menu-item:hover > a, html .newHeader.fixedheader nav ul.nav-main li.mega-menu-item:hover > a, html .full-header.fixedheader nav ul.nav-main li.mega-menu-item:hover > a {
        background: #0088cc !important;
    }

    html header.newHeader nav ul.nav-main li.dropdown-quaternary.open > a, html header.header-bottom nav ul.nav-main li.dropdown-quaternary.open > a, html header.full-header nav ul.nav-main li.dropdown-quaternary.open > a, html header.newHeader nav ul.nav-main li.dropdown-quaternary.active > a, html header.header-bottom nav ul.nav-main li.dropdown-quaternary.active > a, html header.full-header nav ul.nav-main li.dropdown-quaternary.active > a, html header.newHeader nav ul.nav-main li.dropdown-quaternary.focused > a, html header.header-bottom nav ul.nav-main li.dropdown-quaternary.focused > a, html header.full-header nav ul.nav-main li.dropdown-quaternary.focused > a, html header.newHeader nav ul.nav-main li.dropdown-quaternary:hover > a, html header.header-bottom nav ul.nav-main li.dropdown-quaternary:hover > a, html header.full-header nav ul.nav-main li.dropdown-quaternary:hover > a {
        background: transparent !important;
    }

    html header.newHeader nav ul.nav-main li.dropdown-quaternary > a:focus, html header.header-bottom nav ul.nav-main li.dropdown-quaternary > a:focus, html header.full-header nav ul.nav-main li.dropdown-quaternary > a:focus {
        background: transparent !important;
    }

    html header.newHeader nav ul.nav-main li.mega-menu-item.open > a, html header.header-bottom nav ul.nav-main li.mega-menu-item.open > a, html header.full-header nav ul.nav-main li.mega-menu-item.open > a, html header.newHeader nav ul.nav-main li.mega-menu-item.active > a, html header.header-bottom nav ul.nav-main li.mega-menu-item.active > a, html header.full-header nav ul.nav-main li.mega-menu-item.active > a, html header.newHeader nav ul.nav-main li.mega-menu-item:hover > a, html header.header-bottom nav ul.nav-main li.mega-menu-item:hover > a, html header.full-header nav ul.nav-main li.mega-menu-item:hover > a {
        background: transparent !important;
    }

    html header nav ul.nav-main li.dropdown-dark.open > a, html .newHeader.fixedheader nav ul.nav-main li.dropdown-dark.open > a, html .full-header.fixedheader nav ul.nav-main li.dropdown-dark.open > a, html header nav ul.nav-main li.dropdown-dark.active > a, html .newHeader.fixedheader nav ul.nav-main li.dropdown-dark.active > a, html .full-header.fixedheader nav ul.nav-main li.dropdown-dark.active > a, html header nav ul.nav-main li.dropdown-dark:hover > a, html .newHeader.fixedheader nav ul.nav-main li.dropdown-dark:hover > a, html .full-header.fixedheader nav ul.nav-main li.dropdown-dark:hover > a {
        background: #2e353e !important;
    }

    html header nav ul.nav-main li.dropdown-dark > a:focus, html .newHeader.fixedheader nav ul.nav-main li.dropdown-dark > a:focus, html .full-header.fixedheader nav ul.nav-main li.dropdown-dark > a:focus {
        background: #2e353e !important;
    }

    html header nav ul.nav-main .dropdown-dark > ul.dropdown-menu, html .newHeader.fixedheader nav ul.nav-main .dropdown-dark > ul.dropdown-menu, html .full-header.fixedheader nav ul.nav-main .dropdown-dark > ul.dropdown-menu, html header nav ul.nav-main .dropdown-dark.mega-menu-item > ul.dropdown-menu, html .newHeader.fixedheader nav ul.nav-main .dropdown-dark.mega-menu-item > ul.dropdown-menu, html .full-header.fixedheader nav ul.nav-main .dropdown-dark.mega-menu-item > ul.dropdown-menu, html header nav ul.nav-main .dropdown-dark > ul.dropdown-menu ul.dropdown-menu, html .newHeader.fixedheader nav ul.nav-main .dropdown-dark > ul.dropdown-menu ul.dropdown-menu, html .full-header.fixedheader nav ul.nav-main .dropdown-dark > ul.dropdown-menu ul.dropdown-menu, html header nav ul.nav-main .dropdown-dark.mega-menu-item > ul.dropdown-menu ul.dropdown-menu, html .newHeader.fixedheader nav ul.nav-main .dropdown-dark.mega-menu-item > ul.dropdown-menu ul.dropdown-menu, html .full-header.fixedheader nav ul.nav-main .dropdown-dark.mega-menu-item > ul.dropdown-menu ul.dropdown-menu {
        border-top-color: #2e353e !important;
        background: #2e353e !important;
    }

        html header nav ul.nav-main .dropdown-dark > ul.dropdown-menu li:hover > a, html .newHeader.fixedheader nav ul.nav-main .dropdown-dark > ul.dropdown-menu li:hover > a, html .full-header.fixedheader nav ul.nav-main .dropdown-dark > ul.dropdown-menu li:hover > a, html header nav ul.nav-main .dropdown-dark.mega-menu-item > ul.dropdown-menu li:hover > a, html .newHeader.fixedheader nav ul.nav-main .dropdown-dark.mega-menu-item > ul.dropdown-menu li:hover > a, html .full-header.fixedheader nav ul.nav-main .dropdown-dark.mega-menu-item > ul.dropdown-menu li:hover > a {
            background: #39424d;
        }

        html header nav ul.nav-main .dropdown-dark > ul.dropdown-menu li a:focus, html .newHeader.fixedheader nav ul.nav-main .dropdown-dark > ul.dropdown-menu li a:focus, html .full-header.fixedheader nav ul.nav-main .dropdown-dark > ul.dropdown-menu li a:focus, html header nav ul.nav-main .dropdown-dark.mega-menu-item > ul.dropdown-menu li a:focus, html .newHeader.fixedheader nav ul.nav-main .dropdown-dark.mega-menu-item > ul.dropdown-menu li a:focus, html .full-header.fixedheader nav ul.nav-main .dropdown-dark.mega-menu-item > ul.dropdown-menu li a:focus {
            background: #39424d;
        }

    html header nav ul.nav-main .dropdown-dark:hover ul.sub-menu li:hover a:hover, html .newHeader.fixedheader nav ul.nav-main .dropdown-dark:hover ul.sub-menu li:hover a:hover, html .full-header.fixedheader nav ul.nav-main .dropdown-dark:hover ul.sub-menu li:hover a:hover, html header nav ul.nav-main .dropdown-dark.mega-menu-item:hover ul.sub-menu li:hover a:hover, html .newHeader.fixedheader nav ul.nav-main .dropdown-dark.mega-menu-item:hover ul.sub-menu li:hover a:hover, html .full-header.fixedheader nav ul.nav-main .dropdown-dark.mega-menu-item:hover ul.sub-menu li:hover a:hover {
        background: #39424d !important;
    }

    html header nav ul.nav-main li.mega-menu-item.open > a, html .newHeader.fixedheader nav ul.nav-main li.mega-menu-item.open > a, html .full-header.fixedheader nav ul.nav-main li.mega-menu-item.open > a, html header nav ul.nav-main li.mega-menu-item.active > a, html .newHeader.fixedheader nav ul.nav-main li.mega-menu-item.active > a, html .full-header.fixedheader nav ul.nav-main li.mega-menu-item.active > a, html header nav ul.nav-main li.mega-menu-item:hover > a, html .newHeader.fixedheader nav ul.nav-main li.mega-menu-item:hover > a, html .full-header.fixedheader nav ul.nav-main li.mega-menu-item:hover > a {
        background: #0088cc !important;
    }

    html header.newHeader nav ul.nav-main li.dropdown-dark.open > a, html header.header-bottom nav ul.nav-main li.dropdown-dark.open > a, html header.full-header nav ul.nav-main li.dropdown-dark.open > a, html header.newHeader nav ul.nav-main li.dropdown-dark.active > a, html header.header-bottom nav ul.nav-main li.dropdown-dark.active > a, html header.full-header nav ul.nav-main li.dropdown-dark.active > a, html header.newHeader nav ul.nav-main li.dropdown-dark.focused > a, html header.header-bottom nav ul.nav-main li.dropdown-dark.focused > a, html header.full-header nav ul.nav-main li.dropdown-dark.focused > a, html header.newHeader nav ul.nav-main li.dropdown-dark:hover > a, html header.header-bottom nav ul.nav-main li.dropdown-dark:hover > a, html header.full-header nav ul.nav-main li.dropdown-dark:hover > a {
        background: transparent !important;
    }

    html header.newHeader nav ul.nav-main li.dropdown-dark > a:focus, html header.header-bottom nav ul.nav-main li.dropdown-dark > a:focus, html header.full-header nav ul.nav-main li.dropdown-dark > a:focus {
        background: transparent !important;
    }

    html header.newHeader nav ul.nav-main li.mega-menu-item.open > a, html header.header-bottom nav ul.nav-main li.mega-menu-item.open > a, html header.full-header nav ul.nav-main li.mega-menu-item.open > a, html header.newHeader nav ul.nav-main li.mega-menu-item.active > a, html header.header-bottom nav ul.nav-main li.mega-menu-item.active > a, html header.full-header nav ul.nav-main li.mega-menu-item.active > a, html header.newHeader nav ul.nav-main li.mega-menu-item:hover > a, html header.header-bottom nav ul.nav-main li.mega-menu-item:hover > a, html header.full-header nav ul.nav-main li.mega-menu-item:hover > a {
        background: transparent !important;
    }

    html header nav ul.nav-main li.dropdown-light.open > a, html .newHeader.fixedheader nav ul.nav-main li.dropdown-light.open > a, html .full-header.fixedheader nav ul.nav-main li.dropdown-light.open > a, html header nav ul.nav-main li.dropdown-light.active > a, html .newHeader.fixedheader nav ul.nav-main li.dropdown-light.active > a, html .full-header.fixedheader nav ul.nav-main li.dropdown-light.active > a, html header nav ul.nav-main li.dropdown-light:hover > a, html .newHeader.fixedheader nav ul.nav-main li.dropdown-light:hover > a, html .full-header.fixedheader nav ul.nav-main li.dropdown-light:hover > a {
        background: #FFF !important;
    }

    html header nav ul.nav-main li.dropdown-light > a:focus, html .newHeader.fixedheader nav ul.nav-main li.dropdown-light > a:focus, html .full-header.fixedheader nav ul.nav-main li.dropdown-light > a:focus {
        background: #FFF !important;
    }

    html header nav ul.nav-main .dropdown-light > ul.dropdown-menu, html .newHeader.fixedheader nav ul.nav-main .dropdown-light > ul.dropdown-menu, html .full-header.fixedheader nav ul.nav-main .dropdown-light > ul.dropdown-menu, html header nav ul.nav-main .dropdown-light.mega-menu-item > ul.dropdown-menu, html .newHeader.fixedheader nav ul.nav-main .dropdown-light.mega-menu-item > ul.dropdown-menu, html .full-header.fixedheader nav ul.nav-main .dropdown-light.mega-menu-item > ul.dropdown-menu, html header nav ul.nav-main .dropdown-light > ul.dropdown-menu ul.dropdown-menu, html .newHeader.fixedheader nav ul.nav-main .dropdown-light > ul.dropdown-menu ul.dropdown-menu, html .full-header.fixedheader nav ul.nav-main .dropdown-light > ul.dropdown-menu ul.dropdown-menu, html header nav ul.nav-main .dropdown-light.mega-menu-item > ul.dropdown-menu ul.dropdown-menu, html .newHeader.fixedheader nav ul.nav-main .dropdown-light.mega-menu-item > ul.dropdown-menu ul.dropdown-menu, html .full-header.fixedheader nav ul.nav-main .dropdown-light.mega-menu-item > ul.dropdown-menu ul.dropdown-menu {
        border-top-color: #FFF !important;
        background: #FFF !important;
    }

        html header nav ul.nav-main .dropdown-light > ul.dropdown-menu li:hover > a, html .newHeader.fixedheader nav ul.nav-main .dropdown-light > ul.dropdown-menu li:hover > a, html .full-header.fixedheader nav ul.nav-main .dropdown-light > ul.dropdown-menu li:hover > a, html header nav ul.nav-main .dropdown-light.mega-menu-item > ul.dropdown-menu li:hover > a, html .newHeader.fixedheader nav ul.nav-main .dropdown-light.mega-menu-item > ul.dropdown-menu li:hover > a, html .full-header.fixedheader nav ul.nav-main .dropdown-light.mega-menu-item > ul.dropdown-menu li:hover > a {
            background: #ffffff;
        }

        html header nav ul.nav-main .dropdown-light > ul.dropdown-menu li a:focus, html .newHeader.fixedheader nav ul.nav-main .dropdown-light > ul.dropdown-menu li a:focus, html .full-header.fixedheader nav ul.nav-main .dropdown-light > ul.dropdown-menu li a:focus, html header nav ul.nav-main .dropdown-light.mega-menu-item > ul.dropdown-menu li a:focus, html .newHeader.fixedheader nav ul.nav-main .dropdown-light.mega-menu-item > ul.dropdown-menu li a:focus, html .full-header.fixedheader nav ul.nav-main .dropdown-light.mega-menu-item > ul.dropdown-menu li a:focus {
            background: #ffffff;
        }

    html header nav ul.nav-main .dropdown-light:hover ul.sub-menu li:hover a:hover, html .newHeader.fixedheader nav ul.nav-main .dropdown-light:hover ul.sub-menu li:hover a:hover, html .full-header.fixedheader nav ul.nav-main .dropdown-light:hover ul.sub-menu li:hover a:hover, html header nav ul.nav-main .dropdown-light.mega-menu-item:hover ul.sub-menu li:hover a:hover, html .newHeader.fixedheader nav ul.nav-main .dropdown-light.mega-menu-item:hover ul.sub-menu li:hover a:hover, html .full-header.fixedheader nav ul.nav-main .dropdown-light.mega-menu-item:hover ul.sub-menu li:hover a:hover {
        background: #ffffff !important;
    }

    html header nav ul.nav-main li.mega-menu-item.open > a, html .newHeader.fixedheader nav ul.nav-main li.mega-menu-item.open > a, html .full-header.fixedheader nav ul.nav-main li.mega-menu-item.open > a, html header nav ul.nav-main li.mega-menu-item.active > a, html .newHeader.fixedheader nav ul.nav-main li.mega-menu-item.active > a, html .full-header.fixedheader nav ul.nav-main li.mega-menu-item.active > a, html header nav ul.nav-main li.mega-menu-item:hover > a, html .newHeader.fixedheader nav ul.nav-main li.mega-menu-item:hover > a, html .full-header.fixedheader nav ul.nav-main li.mega-menu-item:hover > a {
        background: #0088cc !important;
    }

    html header.newHeader nav ul.nav-main li.dropdown-light.open > a, html header.header-bottom nav ul.nav-main li.dropdown-light.open > a, html header.full-header nav ul.nav-main li.dropdown-light.open > a, html header.newHeader nav ul.nav-main li.dropdown-light.active > a, html header.header-bottom nav ul.nav-main li.dropdown-light.active > a, html header.full-header nav ul.nav-main li.dropdown-light.active > a, html header.newHeader nav ul.nav-main li.dropdown-light.focused > a, html header.header-bottom nav ul.nav-main li.dropdown-light.focused > a, html header.full-header nav ul.nav-main li.dropdown-light.focused > a, html header.newHeader nav ul.nav-main li.dropdown-light:hover > a, html header.header-bottom nav ul.nav-main li.dropdown-light:hover > a, html header.full-header nav ul.nav-main li.dropdown-light:hover > a {
        background: transparent !important;
    }

    html header.newHeader nav ul.nav-main li.dropdown-light > a:focus, html header.header-bottom nav ul.nav-main li.dropdown-light > a:focus, html header.full-header nav ul.nav-main li.dropdown-light > a:focus {
        background: transparent !important;
    }

    html header.newHeader nav ul.nav-main li.mega-menu-item.open > a, html header.header-bottom nav ul.nav-main li.mega-menu-item.open > a, html header.full-header nav ul.nav-main li.mega-menu-item.open > a, html header.newHeader nav ul.nav-main li.mega-menu-item.active > a, html header.header-bottom nav ul.nav-main li.mega-menu-item.active > a, html header.full-header nav ul.nav-main li.mega-menu-item.active > a, html header.newHeader nav ul.nav-main li.mega-menu-item:hover > a, html header.header-bottom nav ul.nav-main li.mega-menu-item:hover > a, html header.full-header nav ul.nav-main li.mega-menu-item:hover > a {
        background: transparent !important;
    }
}

@media (min-width: 992px) {
    html header .nav-bar-primary {
        background: #0088cc !important;
    }

        html header .nav-bar-primary nav ul.nav-main > li > a {
            color: #ffffff !important;
        }

        html header .nav-bar-primary nav ul.nav-main > li.open a, html header .nav-bar-primary nav ul.nav-main > li.active > a, html header .nav-bar-primary nav ul.nav-main > li:hover > a {
            background: #ffffff !important;
            color: #0088cc !important;
        }

        html header .nav-bar-primary nav ul.nav-main > li > a:focus {
            background: #ffffff !important;
            color: #0088cc !important;
        }

        html header .nav-bar-primary nav ul.nav-main > li ul.dropdown-menu, html header .nav-bar-primary nav ul.nav-main > li.mega-menu-item ul.dropdown-menu {
            border-top-color: #ffffff !important;
        }

    html header .nav-bar-secondary {
        background: #0088cc !important;
    }

        html header .nav-bar-secondary nav ul.nav-main > li > a {
            color: #ffffff !important;
        }

        html header .nav-bar-secondary nav ul.nav-main > li.open a, html header .nav-bar-secondary nav ul.nav-main > li.active > a, html header .nav-bar-secondary nav ul.nav-main > li:hover > a {
            background: #ffffff !important;
            color: #0088cc !important;
        }

        html header .nav-bar-secondary nav ul.nav-main > li > a:focus {
            background: #ffffff !important;
            color: #0088cc !important;
        }

        html header .nav-bar-secondary nav ul.nav-main > li ul.dropdown-menu, html header .nav-bar-secondary nav ul.nav-main > li.mega-menu-item ul.dropdown-menu {
            border-top-color: #ffffff !important;
        }

    html header .nav-bar-tertiary {
        background: #0088cc !important;
    }

        html header .nav-bar-tertiary nav ul.nav-main > li > a {
            color: #ffffff !important;
        }

        html header .nav-bar-tertiary nav ul.nav-main > li.open a, html header .nav-bar-tertiary nav ul.nav-main > li.active > a, html header .nav-bar-tertiary nav ul.nav-main > li:hover > a {
            background: #ffffff !important;
            color: #0088cc !important;
        }

        html header .nav-bar-tertiary nav ul.nav-main > li > a:focus {
            background: #ffffff !important;
            color: #0088cc !important;
        }

        html header .nav-bar-tertiary nav ul.nav-main > li ul.dropdown-menu, html header .nav-bar-tertiary nav ul.nav-main > li.mega-menu-item ul.dropdown-menu {
            border-top-color: #ffffff !important;
        }

    html header .nav-bar-quaternary {
        background: #0088cc !important;
    }

        html header .nav-bar-quaternary nav ul.nav-main > li > a {
            color: #ffffff !important;
        }

        html header .nav-bar-quaternary nav ul.nav-main > li.open a, html header .nav-bar-quaternary nav ul.nav-main > li.active > a, html header .nav-bar-quaternary nav ul.nav-main > li:hover > a {
            background: #ffffff !important;
            color: #0088cc !important;
        }

        html header .nav-bar-quaternary nav ul.nav-main > li > a:focus {
            background: #ffffff !important;
            color: #0088cc !important;
        }

        html header .nav-bar-quaternary nav ul.nav-main > li ul.dropdown-menu, html header .nav-bar-quaternary nav ul.nav-main > li.mega-menu-item ul.dropdown-menu {
            border-top-color: #ffffff !important;
        }

    html header .nav-bar-dark {
        background: #0088cc !important;
    }

        html header .nav-bar-dark nav ul.nav-main > li > a {
            color: #ffffff !important;
        }

        html header .nav-bar-dark nav ul.nav-main > li.open a, html header .nav-bar-dark nav ul.nav-main > li.active > a, html header .nav-bar-dark nav ul.nav-main > li:hover > a {
            background: #ffffff !important;
            color: #0088cc !important;
        }

        html header .nav-bar-dark nav ul.nav-main > li > a:focus {
            background: #ffffff !important;
            color: #0088cc !important;
        }

        html header .nav-bar-dark nav ul.nav-main > li ul.dropdown-menu, html header .nav-bar-dark nav ul.nav-main > li.mega-menu-item ul.dropdown-menu {
            border-top-color: #ffffff !important;
        }

    html header .nav-bar-light {
        background: #0088cc !important;
    }

        html header .nav-bar-light nav ul.nav-main > li > a {
            color: #ffffff !important;
        }

        html header .nav-bar-light nav ul.nav-main > li.open a, html header .nav-bar-light nav ul.nav-main > li.active > a, html header .nav-bar-light nav ul.nav-main > li:hover > a {
            background: #ffffff !important;
            color: #0088cc !important;
        }

        html header .nav-bar-light nav ul.nav-main > li > a:focus {
            background: #ffffff !important;
            color: #0088cc !important;
        }

        html header .nav-bar-light nav ul.nav-main > li ul.dropdown-menu, html header .nav-bar-light nav ul.nav-main > li.mega-menu-item ul.dropdown-menu {
            border-top-color: #ffffff !important;
        }
}

.testimonial blockquote {
    background: #0099e6;
}

.testimonial .testimonial-arrow-down {
    border-top-color: #0099e6;
}

html .testimonial-primary blockquote {
    background: #0099e6;
}

html .testimonial-primary .testimonial-arrow-down {
    border-top-color: #0099e6;
}

html .testimonial-secondary blockquote {
    background: #e7766f;
}

html .testimonial-secondary .testimonial-arrow-down {
    border-top-color: #e7766f;
}

html .testimonial-tertiary blockquote {
    background: #30bec6;
}

html .testimonial-tertiary .testimonial-arrow-down {
    border-top-color: #30bec6;
}

html .testimonial-quaternary blockquote {
    background: #434c56;
}

html .testimonial-quaternary .testimonial-arrow-down {
    border-top-color: #434c56;
}

html .testimonial-dark blockquote {
    background: #39424d;
}

html .testimonial-dark .testimonial-arrow-down {
    border-top-color: #39424d;
}

html .testimonial-light blockquote {
    background: #ffffff;
}

html .testimonial-light .testimonial-arrow-down {
    border-top-color: #ffffff;
}

.circular-bar.only-icon .fa, .circular-bar.only-icon .fas, .circular-bar.only-icon .far, .circular-bar.only-icon .fal, .circular-bar.only-icon .fab {
    color: #0088cc;
}

html .counters .counter-primary .fa, html .counters .counter-primary .fas, html .counters .counter-primary .far, html .counters .counter-primary .fal, html .counters .counter-primary .fab, html .counters .counter-primary strong {
    color: #0088cc;
}

html .counters .counter-secondary .fa, html .counters .counter-secondary .fas, html .counters .counter-secondary .far, html .counters .counter-secondary .fal, html .counters .counter-secondary .fab, html .counters .counter-secondary strong {
    color: #E36159;
}

html .counters .counter-tertiary .fa, html .counters .counter-tertiary .fas, html .counters .counter-tertiary .far, html .counters .counter-tertiary .fal, html .counters .counter-tertiary .fab, html .counters .counter-tertiary strong {
    color: #2BAAB1;
}

html .counters .counter-quaternary .fa, html .counters .counter-quaternary .fas, html .counters .counter-quaternary .far, html .counters .counter-quaternary .fal, html .counters .counter-quaternary .fab, html .counters .counter-quaternary strong {
    color: #383f48;
}

html .counters .counter-dark .fa, html .counters .counter-dark .fas, html .counters .counter-dark .far, html .counters .counter-dark .fal, html .counters .counter-dark .fab, html .counters .counter-dark strong {
    color: #2e353e;
}

html .counters .counter-light .fa, html .counters .counter-light .fas, html .counters .counter-light .far, html .counters .counter-light .fal, html .counters .counter-light .fab, html .counters .counter-light strong {
    color: #FFF;
}

html .countdown.countdown-primary span > span {
    color: #0088cc;
}

html .countdown.countdown-secondary span > span {
    color: #E36159;
}

html .countdown.countdown-tertiary span > span {
    color: #2BAAB1;
}

html .countdown.countdown-quaternary span > span {
    color: #383f48;
}

html .countdown.countdown-dark span > span {
    color: #2e353e;
}

html .countdown.countdown-light span > span {
    color: #FFF;
}

.icon-featured {
    background-color: #0088cc;
}

.featured-box-primary .icon-featured {
    background-color: #0088cc;
}

    .featured-box-primary .icon-featured:after {
        border-color: #0088cc;
    }

.featured-box-primary h4 {
    color: #0088cc;
}

.featured-box-primary .box-content {
    border-top-color: #0088cc;
}

html .featured-box-primary .icon-featured {
    background-color: #0088cc;
}

html .featured-box-primary h4 {
    color: #0088cc;
}

html .featured-box-primary .box-content {
    border-top-color: #0088cc;
}

html .featured-box-secondary .icon-featured {
    background-color: #E36159;
}

html .featured-box-secondary h4 {
    color: #E36159;
}

html .featured-box-secondary .box-content {
    border-top-color: #E36159;
}

html .featured-box-tertiary .icon-featured {
    background-color: #2BAAB1;
}

html .featured-box-tertiary h4 {
    color: #2BAAB1;
}

html .featured-box-tertiary .box-content {
    border-top-color: #2BAAB1;
}

html .featured-box-quaternary .icon-featured {
    background-color: #383f48;
}

html .featured-box-quaternary h4 {
    color: #383f48;
}

html .featured-box-quaternary .box-content {
    border-top-color: #383f48;
}

html .featured-box-dark .icon-featured {
    background-color: #2e353e;
}

html .featured-box-dark h4 {
    color: #2e353e;
}

html .featured-box-dark .box-content {
    border-top-color: #2e353e;
}

html .featured-box-light .icon-featured {
    background-color: #FFF;
}

html .featured-box-light h4 {
    color: #FFF;
}

html .featured-box-light .box-content {
    border-top-color: #FFF;
}

html .featured-boxes-style-3 .featured-box.featured-box-primary .icon-featured {
    border-color: #0088cc;
    color: #0088cc;
}

html .featured-boxes-style-3 .featured-box.featured-box-secondary .icon-featured {
    border-color: #E36159;
    color: #E36159;
}

html .featured-boxes-style-3 .featured-box.featured-box-tertiary .icon-featured {
    border-color: #2BAAB1;
    color: #2BAAB1;
}

html .featured-boxes-style-3 .featured-box.featured-box-quaternary .icon-featured {
    border-color: #383f48;
    color: #383f48;
}

html .featured-boxes-style-3 .featured-box.featured-box-dark .icon-featured {
    border-color: #2e353e;
    color: #2e353e;
}

html .featured-boxes-style-3 .featured-box.featured-box-light .icon-featured {
    border-color: #FFF;
    color: #FFF;
}

html .featured-boxes-style-4 .featured-box.featured-box-primary .icon-featured {
    border-color: #0088cc;
    color: #0088cc;
}

html .featured-boxes-style-4 .featured-box.featured-box-secondary .icon-featured {
    border-color: #E36159;
    color: #E36159;
}

html .featured-boxes-style-4 .featured-box.featured-box-tertiary .icon-featured {
    border-color: #2BAAB1;
    color: #2BAAB1;
}

html .featured-boxes-style-4 .featured-box.featured-box-quaternary .icon-featured {
    border-color: #383f48;
    color: #383f48;
}

html .featured-boxes-style-4 .featured-box.featured-box-dark .icon-featured {
    border-color: #2e353e;
    color: #2e353e;
}

html .featured-boxes-style-4 .featured-box.featured-box-light .icon-featured {
    border-color: #FFF;
    color: #FFF;
}

html .featured-boxes-style-5 .featured-box.featured-box-primary .icon-featured {
    color: #0088cc;
}

html .featured-boxes-style-5 .featured-box.featured-box-secondary .icon-featured {
    color: #E36159;
}

html .featured-boxes-style-5 .featured-box.featured-box-tertiary .icon-featured {
    color: #2BAAB1;
}

html .featured-boxes-style-5 .featured-box.featured-box-quaternary .icon-featured {
    color: #383f48;
}

html .featured-boxes-style-5 .featured-box.featured-box-dark .icon-featured {
    color: #2e353e;
}

html .featured-boxes-style-5 .featured-box.featured-box-light .icon-featured {
    color: #FFF;
}

html .featured-boxes-style-6 .featured-box.featured-box-primary .icon-featured {
    color: #0088cc;
}

html .featured-boxes-style-6 .featured-box.featured-box-secondary .icon-featured {
    color: #E36159;
}

html .featured-boxes-style-6 .featured-box.featured-box-tertiary .icon-featured {
    color: #2BAAB1;
}

html .featured-boxes-style-6 .featured-box.featured-box-quaternary .icon-featured {
    color: #383f48;
}

html .featured-boxes-style-6 .featured-box.featured-box-dark .icon-featured {
    color: #2e353e;
}

html .featured-boxes-style-6 .featured-box.featured-box-light .icon-featured {
    color: #FFF;
}

html .featured-boxes-style-8 .featured-box.featured-box-primary .icon-featured {
    color: #0088cc;
}

html .featured-boxes-style-8 .featured-box.featured-box-secondary .icon-featured {
    color: #E36159;
}

html .featured-boxes-style-8 .featured-box.featured-box-tertiary .icon-featured {
    color: #2BAAB1;
}

html .featured-boxes-style-8 .featured-box.featured-box-quaternary .icon-featured {
    color: #383f48;
}

html .featured-boxes-style-8 .featured-box.featured-box-dark .icon-featured {
    color: #2e353e;
}

html .featured-boxes-style-8 .featured-box.featured-box-light .icon-featured {
    color: #FFF;
}

html .featured-box-effect-2.featured-box-primary .icon-featured:after {
    box-shadow: 0 0 0 3px #0088cc;
}

html .featured-box-effect-2.featured-box-secondary .icon-featured:after {
    box-shadow: 0 0 0 3px #E36159;
}

html .featured-box-effect-2.featured-box-tertiary .icon-featured:after {
    box-shadow: 0 0 0 3px #2BAAB1;
}

html .featured-box-effect-2.featured-box-quaternary .icon-featured:after {
    box-shadow: 0 0 0 3px #383f48;
}

html .featured-box-effect-2.featured-box-dark .icon-featured:after {
    box-shadow: 0 0 0 3px #2e353e;
}

html .featured-box-effect-2.featured-box-light .icon-featured:after {
    box-shadow: 0 0 0 3px #FFF;
}

html .featured-box-effect-3.featured-box-primary .icon-featured:after {
    box-shadow: 0 0 0 10px #0088cc;
}

html .featured-box-effect-3.featured-box-primary:hover .icon-featured {
    background: #0088cc !important;
}

html .featured-box-effect-3.featured-box-secondary .icon-featured:after {
    box-shadow: 0 0 0 10px #E36159;
}

html .featured-box-effect-3.featured-box-secondary:hover .icon-featured {
    background: #E36159 !important;
}

html .featured-box-effect-3.featured-box-tertiary .icon-featured:after {
    box-shadow: 0 0 0 10px #2BAAB1;
}

html .featured-box-effect-3.featured-box-tertiary:hover .icon-featured {
    background: #2BAAB1 !important;
}

html .featured-box-effect-3.featured-box-quaternary .icon-featured:after {
    box-shadow: 0 0 0 10px #383f48;
}

html .featured-box-effect-3.featured-box-quaternary:hover .icon-featured {
    background: #383f48 !important;
}

html .featured-box-effect-3.featured-box-dark .icon-featured:after {
    box-shadow: 0 0 0 10px #2e353e;
}

html .featured-box-effect-3.featured-box-dark:hover .icon-featured {
    background: #2e353e !important;
}

html .featured-box-effect-3.featured-box-light .icon-featured:after {
    box-shadow: 0 0 0 10px #FFF;
}

html .featured-box-effect-3.featured-box-light:hover .icon-featured {
    background: #FFF !important;
}

.feature-box .feature-box-icon {
    background-color: #0088cc;
}

html .feature-box-primary .feature-box-icon {
    background-color: #0088cc;
}

html .feature-box-secondary .feature-box-icon {
    background-color: #E36159;
}

html .feature-box-tertiary .feature-box-icon {
    background-color: #2BAAB1;
}

html .feature-box-quaternary .feature-box-icon {
    background-color: #383f48;
}

html .feature-box-dark .feature-box-icon {
    background-color: #2e353e;
}

html .feature-box-light .feature-box-icon {
    background-color: #FFF;
}

.feature-box.feature-box-style-2 .feature-box-icon i.fa, .feature-box.feature-box-style-2 .feature-box-icon em.fa, .feature-box.feature-box-style-2 .feature-box-icon i.fas, .feature-box.feature-box-style-2 .feature-box-icon em.fas, .feature-box.feature-box-style-2 .feature-box-icon i.far, .feature-box.feature-box-style-2 .feature-box-icon em.far, .feature-box.feature-box-style-2 .feature-box-icon i.fal, .feature-box.feature-box-style-2 .feature-box-icon em.fal, .feature-box.feature-box-style-2 .feature-box-icon i.fab, .feature-box.feature-box-style-2 .feature-box-icon em.fab {
    color: #0088cc;
}

html .feature-box-primary.feature-box-style-2 .feature-box-icon i.fa, html .feature-box-primary.feature-box-style-2 .feature-box-icon em.fa, html .feature-box-primary.feature-box-style-2 .feature-box-icon i.fas, html .feature-box-primary.feature-box-style-2 .feature-box-icon em.fas, html .feature-box-primary.feature-box-style-2 .feature-box-icon i.far, html .feature-box-primary.feature-box-style-2 .feature-box-icon em.far, html .feature-box-primary.feature-box-style-2 .feature-box-icon i.fal, html .feature-box-primary.feature-box-style-2 .feature-box-icon em.fal, html .feature-box-primary.feature-box-style-2 .feature-box-icon i.fab, html .feature-box-primary.feature-box-style-2 .feature-box-icon em.fab {
    color: #0088cc;
}

html .feature-box-secondary.feature-box-style-2 .feature-box-icon i.fa, html .feature-box-secondary.feature-box-style-2 .feature-box-icon em.fa, html .feature-box-secondary.feature-box-style-2 .feature-box-icon i.fas, html .feature-box-secondary.feature-box-style-2 .feature-box-icon em.fas, html .feature-box-secondary.feature-box-style-2 .feature-box-icon i.far, html .feature-box-secondary.feature-box-style-2 .feature-box-icon em.far, html .feature-box-secondary.feature-box-style-2 .feature-box-icon i.fal, html .feature-box-secondary.feature-box-style-2 .feature-box-icon em.fal, html .feature-box-secondary.feature-box-style-2 .feature-box-icon i.fab, html .feature-box-secondary.feature-box-style-2 .feature-box-icon em.fab {
    color: #E36159;
}

html .feature-box-tertiary.feature-box-style-2 .feature-box-icon i.fa, html .feature-box-tertiary.feature-box-style-2 .feature-box-icon em.fa, html .feature-box-tertiary.feature-box-style-2 .feature-box-icon i.fas, html .feature-box-tertiary.feature-box-style-2 .feature-box-icon em.fas, html .feature-box-tertiary.feature-box-style-2 .feature-box-icon i.far, html .feature-box-tertiary.feature-box-style-2 .feature-box-icon em.far, html .feature-box-tertiary.feature-box-style-2 .feature-box-icon i.fal, html .feature-box-tertiary.feature-box-style-2 .feature-box-icon em.fal, html .feature-box-tertiary.feature-box-style-2 .feature-box-icon i.fab, html .feature-box-tertiary.feature-box-style-2 .feature-box-icon em.fab {
    color: #2BAAB1;
}

html .feature-box-quaternary.feature-box-style-2 .feature-box-icon i.fa, html .feature-box-quaternary.feature-box-style-2 .feature-box-icon em.fa, html .feature-box-quaternary.feature-box-style-2 .feature-box-icon i.fas, html .feature-box-quaternary.feature-box-style-2 .feature-box-icon em.fas, html .feature-box-quaternary.feature-box-style-2 .feature-box-icon i.far, html .feature-box-quaternary.feature-box-style-2 .feature-box-icon em.far, html .feature-box-quaternary.feature-box-style-2 .feature-box-icon i.fal, html .feature-box-quaternary.feature-box-style-2 .feature-box-icon em.fal, html .feature-box-quaternary.feature-box-style-2 .feature-box-icon i.fab, html .feature-box-quaternary.feature-box-style-2 .feature-box-icon em.fab {
    color: #383f48;
}

html .feature-box-dark.feature-box-style-2 .feature-box-icon i.fa, html .feature-box-dark.feature-box-style-2 .feature-box-icon em.fa, html .feature-box-dark.feature-box-style-2 .feature-box-icon i.fas, html .feature-box-dark.feature-box-style-2 .feature-box-icon em.fas, html .feature-box-dark.feature-box-style-2 .feature-box-icon i.far, html .feature-box-dark.feature-box-style-2 .feature-box-icon em.far, html .feature-box-dark.feature-box-style-2 .feature-box-icon i.fal, html .feature-box-dark.feature-box-style-2 .feature-box-icon em.fal, html .feature-box-dark.feature-box-style-2 .feature-box-icon i.fab, html .feature-box-dark.feature-box-style-2 .feature-box-icon em.fab {
    color: #2e353e;
}

html .feature-box-light.feature-box-style-2 .feature-box-icon i.fa, html .feature-box-light.feature-box-style-2 .feature-box-icon em.fa, html .feature-box-light.feature-box-style-2 .feature-box-icon i.fas, html .feature-box-light.feature-box-style-2 .feature-box-icon em.fas, html .feature-box-light.feature-box-style-2 .feature-box-icon i.far, html .feature-box-light.feature-box-style-2 .feature-box-icon em.far, html .feature-box-light.feature-box-style-2 .feature-box-icon i.fal, html .feature-box-light.feature-box-style-2 .feature-box-icon em.fal, html .feature-box-light.feature-box-style-2 .feature-box-icon i.fab, html .feature-box-light.feature-box-style-2 .feature-box-icon em.fab {
    color: #FFF;
}

.feature-box.feature-box-style-3 .feature-box-icon {
    border-color: #0088cc;
}

    .feature-box.feature-box-style-3 .feature-box-icon i.fa, .feature-box.feature-box-style-3 .feature-box-icon em.fa, .feature-box.feature-box-style-3 .feature-box-icon i.fas, .feature-box.feature-box-style-3 .feature-box-icon em.fas, .feature-box.feature-box-style-3 .feature-box-icon i.far, .feature-box.feature-box-style-3 .feature-box-icon em.far, .feature-box.feature-box-style-3 .feature-box-icon i.fal, .feature-box.feature-box-style-3 .feature-box-icon em.fal, .feature-box.feature-box-style-3 .feature-box-icon i.fab, .feature-box.feature-box-style-3 .feature-box-icon em.fab {
        color: #0088cc;
    }

html .feature-box-primary.feature-box-style-3 .feature-box-icon {
    border-color: #0088cc;
}

    html .feature-box-primary.feature-box-style-3 .feature-box-icon i.fa, html .feature-box-primary.feature-box-style-3 .feature-box-icon em.fa, html .feature-box-primary.feature-box-style-3 .feature-box-icon i.fas, html .feature-box-primary.feature-box-style-3 .feature-box-icon em.fas, html .feature-box-primary.feature-box-style-3 .feature-box-icon i.far, html .feature-box-primary.feature-box-style-3 .feature-box-icon em.far, html .feature-box-primary.feature-box-style-3 .feature-box-icon i.fal, html .feature-box-primary.feature-box-style-3 .feature-box-icon em.fal, html .feature-box-primary.feature-box-style-3 .feature-box-icon i.fab, html .feature-box-primary.feature-box-style-3 .feature-box-icon em.fab {
        color: #0088cc;
    }

html .feature-box-secondary.feature-box-style-3 .feature-box-icon {
    border-color: #E36159;
}

    html .feature-box-secondary.feature-box-style-3 .feature-box-icon i.fa, html .feature-box-secondary.feature-box-style-3 .feature-box-icon em.fa, html .feature-box-secondary.feature-box-style-3 .feature-box-icon i.fas, html .feature-box-secondary.feature-box-style-3 .feature-box-icon em.fas, html .feature-box-secondary.feature-box-style-3 .feature-box-icon i.far, html .feature-box-secondary.feature-box-style-3 .feature-box-icon em.far, html .feature-box-secondary.feature-box-style-3 .feature-box-icon i.fal, html .feature-box-secondary.feature-box-style-3 .feature-box-icon em.fal, html .feature-box-secondary.feature-box-style-3 .feature-box-icon i.fab, html .feature-box-secondary.feature-box-style-3 .feature-box-icon em.fab {
        color: #E36159;
    }

html .feature-box-tertiary.feature-box-style-3 .feature-box-icon {
    border-color: #2BAAB1;
}

    html .feature-box-tertiary.feature-box-style-3 .feature-box-icon i.fa, html .feature-box-tertiary.feature-box-style-3 .feature-box-icon em.fa, html .feature-box-tertiary.feature-box-style-3 .feature-box-icon i.fas, html .feature-box-tertiary.feature-box-style-3 .feature-box-icon em.fas, html .feature-box-tertiary.feature-box-style-3 .feature-box-icon i.far, html .feature-box-tertiary.feature-box-style-3 .feature-box-icon em.far, html .feature-box-tertiary.feature-box-style-3 .feature-box-icon i.fal, html .feature-box-tertiary.feature-box-style-3 .feature-box-icon em.fal, html .feature-box-tertiary.feature-box-style-3 .feature-box-icon i.fab, html .feature-box-tertiary.feature-box-style-3 .feature-box-icon em.fab {
        color: #2BAAB1;
    }

html .feature-box-quaternary.feature-box-style-3 .feature-box-icon {
    border-color: #383f48;
}

    html .feature-box-quaternary.feature-box-style-3 .feature-box-icon i.fa, html .feature-box-quaternary.feature-box-style-3 .feature-box-icon em.fa, html .feature-box-quaternary.feature-box-style-3 .feature-box-icon i.fas, html .feature-box-quaternary.feature-box-style-3 .feature-box-icon em.fas, html .feature-box-quaternary.feature-box-style-3 .feature-box-icon i.far, html .feature-box-quaternary.feature-box-style-3 .feature-box-icon em.far, html .feature-box-quaternary.feature-box-style-3 .feature-box-icon i.fal, html .feature-box-quaternary.feature-box-style-3 .feature-box-icon em.fal, html .feature-box-quaternary.feature-box-style-3 .feature-box-icon i.fab, html .feature-box-quaternary.feature-box-style-3 .feature-box-icon em.fab {
        color: #383f48;
    }

html .feature-box-dark.feature-box-style-3 .feature-box-icon {
    border-color: #2e353e;
}

    html .feature-box-dark.feature-box-style-3 .feature-box-icon i.fa, html .feature-box-dark.feature-box-style-3 .feature-box-icon em.fa, html .feature-box-dark.feature-box-style-3 .feature-box-icon i.fas, html .feature-box-dark.feature-box-style-3 .feature-box-icon em.fas, html .feature-box-dark.feature-box-style-3 .feature-box-icon i.far, html .feature-box-dark.feature-box-style-3 .feature-box-icon em.far, html .feature-box-dark.feature-box-style-3 .feature-box-icon i.fal, html .feature-box-dark.feature-box-style-3 .feature-box-icon em.fal, html .feature-box-dark.feature-box-style-3 .feature-box-icon i.fab, html .feature-box-dark.feature-box-style-3 .feature-box-icon em.fab {
        color: #2e353e;
    }

html .feature-box-light.feature-box-style-3 .feature-box-icon {
    border-color: #FFF;
}

    html .feature-box-light.feature-box-style-3 .feature-box-icon i.fa, html .feature-box-light.feature-box-style-3 .feature-box-icon em.fa, html .feature-box-light.feature-box-style-3 .feature-box-icon i.fas, html .feature-box-light.feature-box-style-3 .feature-box-icon em.fas, html .feature-box-light.feature-box-style-3 .feature-box-icon i.far, html .feature-box-light.feature-box-style-3 .feature-box-icon em.far, html .feature-box-light.feature-box-style-3 .feature-box-icon i.fal, html .feature-box-light.feature-box-style-3 .feature-box-icon em.fal, html .feature-box-light.feature-box-style-3 .feature-box-icon i.fab, html .feature-box-light.feature-box-style-3 .feature-box-icon em.fab {
        color: #FFF;
    }

.feature-box.feature-box-style-4 .feature-box-icon i.fa, .feature-box.feature-box-style-4 .feature-box-icon em.fa, .feature-box.feature-box-style-4 .feature-box-icon i.fas, .feature-box.feature-box-style-4 .feature-box-icon em.fas, .feature-box.feature-box-style-4 .feature-box-icon i.far, .feature-box.feature-box-style-4 .feature-box-icon em.far, .feature-box.feature-box-style-4 .feature-box-icon i.fal, .feature-box.feature-box-style-4 .feature-box-icon em.fal, .feature-box.feature-box-style-4 .feature-box-icon i.fab, .feature-box.feature-box-style-4 .feature-box-icon em.fab {
    color: #0088cc;
}

html .feature-box-primary.feature-box-style-4 .feature-box-icon i.fa, html .feature-box-primary.feature-box-style-4 .feature-box-icon em.fa, html .feature-box-primary.feature-box-style-4 .feature-box-icon i.fas, html .feature-box-primary.feature-box-style-4 .feature-box-icon em.fas, html .feature-box-primary.feature-box-style-4 .feature-box-icon i.far, html .feature-box-primary.feature-box-style-4 .feature-box-icon em.far, html .feature-box-primary.feature-box-style-4 .feature-box-icon i.fal, html .feature-box-primary.feature-box-style-4 .feature-box-icon em.fal, html .feature-box-primary.feature-box-style-4 .feature-box-icon i.fab, html .feature-box-primary.feature-box-style-4 .feature-box-icon em.fab {
    color: #0088cc;
}

html .feature-box-secondary.feature-box-style-4 .feature-box-icon i.fa, html .feature-box-secondary.feature-box-style-4 .feature-box-icon em.fa, html .feature-box-secondary.feature-box-style-4 .feature-box-icon i.fas, html .feature-box-secondary.feature-box-style-4 .feature-box-icon em.fas, html .feature-box-secondary.feature-box-style-4 .feature-box-icon i.far, html .feature-box-secondary.feature-box-style-4 .feature-box-icon em.far, html .feature-box-secondary.feature-box-style-4 .feature-box-icon i.fal, html .feature-box-secondary.feature-box-style-4 .feature-box-icon em.fal, html .feature-box-secondary.feature-box-style-4 .feature-box-icon i.fab, html .feature-box-secondary.feature-box-style-4 .feature-box-icon em.fab {
    color: #E36159;
}

html .feature-box-tertiary.feature-box-style-4 .feature-box-icon i.fa, html .feature-box-tertiary.feature-box-style-4 .feature-box-icon em.fa, html .feature-box-tertiary.feature-box-style-4 .feature-box-icon i.fas, html .feature-box-tertiary.feature-box-style-4 .feature-box-icon em.fas, html .feature-box-tertiary.feature-box-style-4 .feature-box-icon i.far, html .feature-box-tertiary.feature-box-style-4 .feature-box-icon em.far, html .feature-box-tertiary.feature-box-style-4 .feature-box-icon i.fal, html .feature-box-tertiary.feature-box-style-4 .feature-box-icon em.fal, html .feature-box-tertiary.feature-box-style-4 .feature-box-icon i.fab, html .feature-box-tertiary.feature-box-style-4 .feature-box-icon em.fab {
    color: #2BAAB1;
}

html .feature-box-quaternary.feature-box-style-4 .feature-box-icon i.fa, html .feature-box-quaternary.feature-box-style-4 .feature-box-icon em.fa, html .feature-box-quaternary.feature-box-style-4 .feature-box-icon i.fas, html .feature-box-quaternary.feature-box-style-4 .feature-box-icon em.fas, html .feature-box-quaternary.feature-box-style-4 .feature-box-icon i.far, html .feature-box-quaternary.feature-box-style-4 .feature-box-icon em.far, html .feature-box-quaternary.feature-box-style-4 .feature-box-icon i.fal, html .feature-box-quaternary.feature-box-style-4 .feature-box-icon em.fal, html .feature-box-quaternary.feature-box-style-4 .feature-box-icon i.fab, html .feature-box-quaternary.feature-box-style-4 .feature-box-icon em.fab {
    color: #383f48;
}

html .feature-box-dark.feature-box-style-4 .feature-box-icon i.fa, html .feature-box-dark.feature-box-style-4 .feature-box-icon em.fa, html .feature-box-dark.feature-box-style-4 .feature-box-icon i.fas, html .feature-box-dark.feature-box-style-4 .feature-box-icon em.fas, html .feature-box-dark.feature-box-style-4 .feature-box-icon i.far, html .feature-box-dark.feature-box-style-4 .feature-box-icon em.far, html .feature-box-dark.feature-box-style-4 .feature-box-icon i.fal, html .feature-box-dark.feature-box-style-4 .feature-box-icon em.fal, html .feature-box-dark.feature-box-style-4 .feature-box-icon i.fab, html .feature-box-dark.feature-box-style-4 .feature-box-icon em.fab {
    color: #2e353e;
}

html .feature-box-light.feature-box-style-4 .feature-box-icon i.fa, html .feature-box-light.feature-box-style-4 .feature-box-icon em.fa, html .feature-box-light.feature-box-style-4 .feature-box-icon i.fas, html .feature-box-light.feature-box-style-4 .feature-box-icon em.fas, html .feature-box-light.feature-box-style-4 .feature-box-icon i.far, html .feature-box-light.feature-box-style-4 .feature-box-icon em.far, html .feature-box-light.feature-box-style-4 .feature-box-icon i.fal, html .feature-box-light.feature-box-style-4 .feature-box-icon em.fal, html .feature-box-light.feature-box-style-4 .feature-box-icon i.fab, html .feature-box-light.feature-box-style-4 .feature-box-icon em.fab {
    color: #FFF;
}

.feature-box.feature-box-style-5 .feature-box-icon i.fa, .feature-box.feature-box-style-5 .feature-box-icon em.fa, .feature-box.feature-box-style-5 .feature-box-icon i.fas, .feature-box.feature-box-style-5 .feature-box-icon em.fas, .feature-box.feature-box-style-5 .feature-box-icon i.far, .feature-box.feature-box-style-5 .feature-box-icon em.far, .feature-box.feature-box-style-5 .feature-box-icon i.fal, .feature-box.feature-box-style-5 .feature-box-icon em.fal, .feature-box.feature-box-style-5 .feature-box-icon i.fab, .feature-box.feature-box-style-5 .feature-box-icon em.fab {
    color: #0088cc;
}

html .feature-box-primary.feature-box-style-5 .feature-box-icon i.fa, html .feature-box-primary.feature-box-style-5 .feature-box-icon em.fa, html .feature-box-primary.feature-box-style-5 .feature-box-icon i.fas, html .feature-box-primary.feature-box-style-5 .feature-box-icon em.fas, html .feature-box-primary.feature-box-style-5 .feature-box-icon i.far, html .feature-box-primary.feature-box-style-5 .feature-box-icon em.far, html .feature-box-primary.feature-box-style-5 .feature-box-icon i.fal, html .feature-box-primary.feature-box-style-5 .feature-box-icon em.fal, html .feature-box-primary.feature-box-style-5 .feature-box-icon i.fab, html .feature-box-primary.feature-box-style-5 .feature-box-icon em.fab {
    color: #0088cc;
}

html .feature-box-secondary.feature-box-style-5 .feature-box-icon i.fa, html .feature-box-secondary.feature-box-style-5 .feature-box-icon em.fa, html .feature-box-secondary.feature-box-style-5 .feature-box-icon i.fas, html .feature-box-secondary.feature-box-style-5 .feature-box-icon em.fas, html .feature-box-secondary.feature-box-style-5 .feature-box-icon i.far, html .feature-box-secondary.feature-box-style-5 .feature-box-icon em.far, html .feature-box-secondary.feature-box-style-5 .feature-box-icon i.fal, html .feature-box-secondary.feature-box-style-5 .feature-box-icon em.fal, html .feature-box-secondary.feature-box-style-5 .feature-box-icon i.fab, html .feature-box-secondary.feature-box-style-5 .feature-box-icon em.fab {
    color: #E36159;
}

html .feature-box-tertiary.feature-box-style-5 .feature-box-icon i.fa, html .feature-box-tertiary.feature-box-style-5 .feature-box-icon em.fa, html .feature-box-tertiary.feature-box-style-5 .feature-box-icon i.fas, html .feature-box-tertiary.feature-box-style-5 .feature-box-icon em.fas, html .feature-box-tertiary.feature-box-style-5 .feature-box-icon i.far, html .feature-box-tertiary.feature-box-style-5 .feature-box-icon em.far, html .feature-box-tertiary.feature-box-style-5 .feature-box-icon i.fal, html .feature-box-tertiary.feature-box-style-5 .feature-box-icon em.fal, html .feature-box-tertiary.feature-box-style-5 .feature-box-icon i.fab, html .feature-box-tertiary.feature-box-style-5 .feature-box-icon em.fab {
    color: #2BAAB1;
}

html .feature-box-quaternary.feature-box-style-5 .feature-box-icon i.fa, html .feature-box-quaternary.feature-box-style-5 .feature-box-icon em.fa, html .feature-box-quaternary.feature-box-style-5 .feature-box-icon i.fas, html .feature-box-quaternary.feature-box-style-5 .feature-box-icon em.fas, html .feature-box-quaternary.feature-box-style-5 .feature-box-icon i.far, html .feature-box-quaternary.feature-box-style-5 .feature-box-icon em.far, html .feature-box-quaternary.feature-box-style-5 .feature-box-icon i.fal, html .feature-box-quaternary.feature-box-style-5 .feature-box-icon em.fal, html .feature-box-quaternary.feature-box-style-5 .feature-box-icon i.fab, html .feature-box-quaternary.feature-box-style-5 .feature-box-icon em.fab {
    color: #383f48;
}

html .feature-box-dark.feature-box-style-5 .feature-box-icon i.fa, html .feature-box-dark.feature-box-style-5 .feature-box-icon em.fa, html .feature-box-dark.feature-box-style-5 .feature-box-icon i.fas, html .feature-box-dark.feature-box-style-5 .feature-box-icon em.fas, html .feature-box-dark.feature-box-style-5 .feature-box-icon i.far, html .feature-box-dark.feature-box-style-5 .feature-box-icon em.far, html .feature-box-dark.feature-box-style-5 .feature-box-icon i.fal, html .feature-box-dark.feature-box-style-5 .feature-box-icon em.fal, html .feature-box-dark.feature-box-style-5 .feature-box-icon i.fab, html .feature-box-dark.feature-box-style-5 .feature-box-icon em.fab {
    color: #2e353e;
}

html .feature-box-light.feature-box-style-5 .feature-box-icon i.fa, html .feature-box-light.feature-box-style-5 .feature-box-icon em.fa, html .feature-box-light.feature-box-style-5 .feature-box-icon i.fas, html .feature-box-light.feature-box-style-5 .feature-box-icon em.fas, html .feature-box-light.feature-box-style-5 .feature-box-icon i.far, html .feature-box-light.feature-box-style-5 .feature-box-icon em.far, html .feature-box-light.feature-box-style-5 .feature-box-icon i.fal, html .feature-box-light.feature-box-style-5 .feature-box-icon em.fal, html .feature-box-light.feature-box-style-5 .feature-box-icon i.fab, html .feature-box-light.feature-box-style-5 .feature-box-icon em.fab {
    color: #FFF;
}

html .feature-box-primary.feature-box-style-6 .feature-box-icon i.fa, html .feature-box-primary.feature-box-style-6 .feature-box-icon em.fa, html .feature-box-primary.feature-box-style-6 .feature-box-icon i.fas, html .feature-box-primary.feature-box-style-6 .feature-box-icon em.fas, html .feature-box-primary.feature-box-style-6 .feature-box-icon i.far, html .feature-box-primary.feature-box-style-6 .feature-box-icon em.far, html .feature-box-primary.feature-box-style-6 .feature-box-icon i.fal, html .feature-box-primary.feature-box-style-6 .feature-box-icon em.fal, html .feature-box-primary.feature-box-style-6 .feature-box-icon i.fab, html .feature-box-primary.feature-box-style-6 .feature-box-icon em.fab {
    color: #0088cc;
}

html .feature-box-secondary.feature-box-style-6 .feature-box-icon i.fa, html .feature-box-secondary.feature-box-style-6 .feature-box-icon em.fa, html .feature-box-secondary.feature-box-style-6 .feature-box-icon i.fas, html .feature-box-secondary.feature-box-style-6 .feature-box-icon em.fas, html .feature-box-secondary.feature-box-style-6 .feature-box-icon i.far, html .feature-box-secondary.feature-box-style-6 .feature-box-icon em.far, html .feature-box-secondary.feature-box-style-6 .feature-box-icon i.fal, html .feature-box-secondary.feature-box-style-6 .feature-box-icon em.fal, html .feature-box-secondary.feature-box-style-6 .feature-box-icon i.fab, html .feature-box-secondary.feature-box-style-6 .feature-box-icon em.fab {
    color: #E36159;
}

html .feature-box-tertiary.feature-box-style-6 .feature-box-icon i.fa, html .feature-box-tertiary.feature-box-style-6 .feature-box-icon em.fa, html .feature-box-tertiary.feature-box-style-6 .feature-box-icon i.fas, html .feature-box-tertiary.feature-box-style-6 .feature-box-icon em.fas, html .feature-box-tertiary.feature-box-style-6 .feature-box-icon i.far, html .feature-box-tertiary.feature-box-style-6 .feature-box-icon em.far, html .feature-box-tertiary.feature-box-style-6 .feature-box-icon i.fal, html .feature-box-tertiary.feature-box-style-6 .feature-box-icon em.fal, html .feature-box-tertiary.feature-box-style-6 .feature-box-icon i.fab, html .feature-box-tertiary.feature-box-style-6 .feature-box-icon em.fab {
    color: #2BAAB1;
}

html .feature-box-quaternary.feature-box-style-6 .feature-box-icon i.fa, html .feature-box-quaternary.feature-box-style-6 .feature-box-icon em.fa, html .feature-box-quaternary.feature-box-style-6 .feature-box-icon i.fas, html .feature-box-quaternary.feature-box-style-6 .feature-box-icon em.fas, html .feature-box-quaternary.feature-box-style-6 .feature-box-icon i.far, html .feature-box-quaternary.feature-box-style-6 .feature-box-icon em.far, html .feature-box-quaternary.feature-box-style-6 .feature-box-icon i.fal, html .feature-box-quaternary.feature-box-style-6 .feature-box-icon em.fal, html .feature-box-quaternary.feature-box-style-6 .feature-box-icon i.fab, html .feature-box-quaternary.feature-box-style-6 .feature-box-icon em.fab {
    color: #383f48;
}

html .feature-box-dark.feature-box-style-6 .feature-box-icon i.fa, html .feature-box-dark.feature-box-style-6 .feature-box-icon em.fa, html .feature-box-dark.feature-box-style-6 .feature-box-icon i.fas, html .feature-box-dark.feature-box-style-6 .feature-box-icon em.fas, html .feature-box-dark.feature-box-style-6 .feature-box-icon i.far, html .feature-box-dark.feature-box-style-6 .feature-box-icon em.far, html .feature-box-dark.feature-box-style-6 .feature-box-icon i.fal, html .feature-box-dark.feature-box-style-6 .feature-box-icon em.fal, html .feature-box-dark.feature-box-style-6 .feature-box-icon i.fab, html .feature-box-dark.feature-box-style-6 .feature-box-icon em.fab {
    color: #2e353e;
}

html .feature-box-light.feature-box-style-6 .feature-box-icon i.fa, html .feature-box-light.feature-box-style-6 .feature-box-icon em.fa, html .feature-box-light.feature-box-style-6 .feature-box-icon i.fas, html .feature-box-light.feature-box-style-6 .feature-box-icon em.fas, html .feature-box-light.feature-box-style-6 .feature-box-icon i.far, html .feature-box-light.feature-box-style-6 .feature-box-icon em.far, html .feature-box-light.feature-box-style-6 .feature-box-icon i.fal, html .feature-box-light.feature-box-style-6 .feature-box-icon em.fal, html .feature-box-light.feature-box-style-6 .feature-box-icon i.fab, html .feature-box-light.feature-box-style-6 .feature-box-icon em.fab {
    color: #FFF;
}

html .featured-boxes-full-scale > [class*="col-"]:nth-child(1) .featured-box-full-primary {
    background-color: #006699;
}

html .featured-boxes-full-scale > [class*="col-"]:nth-child(2) .featured-box-full-primary {
    background-color: #0077b3;
}

html .featured-boxes-full-scale > [class*="col-"]:nth-child(3) .featured-box-full-primary {
    background-color: #0088cc;
}

html .featured-boxes-full-scale > [class*="col-"]:nth-child(4) .featured-box-full-primary {
    background-color: #0099e6;
}

html .featured-boxes-full-scale > [class*="col-"]:nth-child(5) .featured-box-full-primary {
    background-color: #00aaff;
}

html .featured-boxes-full-scale > [class*="col-"]:nth-child(6) .featured-box-full-primary {
    background-color: #1ab2ff;
}

html .featured-boxes-full .featured-box-full-primary {
    background-color: #0088cc;
    color: #FFF;
}

html .featured-boxes-full .featured-box-full-secondary {
    background-color: #E36159;
    color: #FFF;
}

html .featured-boxes-full .featured-box-full-tertiary {
    background-color: #2BAAB1;
    color: #FFF;
}

html .featured-boxes-full .featured-box-full-quaternary {
    background-color: #383f48;
    color: #FFF;
}

html .featured-boxes-full .featured-box-full-dark {
    background-color: #2e353e;
    color: #FFF;
}

html .featured-boxes-full .featured-box-full-light {
    background-color: #FFF;
    color: #777;
}

.pricing-table .most-popular {
    border-color: #0088cc;
}

    .pricing-table .most-popular h3 {
        background-color: #0088cc !important;
    }

.pricing-table.princig-table-flat .plan h3 {
    background-color: #0088cc;
}

    .pricing-table.princig-table-flat .plan h3 span {
        background: #0088cc;
    }

html .call-to-action.featured.featured-primary {
    border-top-color: #0088cc;
}

html .call-to-action.call-to-action-primary {
    background: #0088cc;
}

html .call-to-action.call-to-action-primary {
    background: #0088cc;
}

    html .call-to-action.call-to-action-primary h3, html .call-to-action.call-to-action-primary p {
        color: #FFF;
    }

html .call-to-action.featured.featured-secondary {
    border-top-color: #E36159;
}

html .call-to-action.call-to-action-secondary {
    background: #E36159;
}

html .call-to-action.call-to-action-secondary {
    background: #E36159;
}

    html .call-to-action.call-to-action-secondary h3, html .call-to-action.call-to-action-secondary p {
        color: #FFF;
    }

html .call-to-action.featured.featured-tertiary {
    border-top-color: #2BAAB1;
}

html .call-to-action.call-to-action-tertiary {
    background: #2BAAB1;
}

html .call-to-action.call-to-action-tertiary {
    background: #2BAAB1;
}

    html .call-to-action.call-to-action-tertiary h3, html .call-to-action.call-to-action-tertiary p {
        color: #FFF;
    }

html .call-to-action.featured.featured-quaternary {
    border-top-color: #383f48;
}

html .call-to-action.call-to-action-quaternary {
    background: #383f48;
}

html .call-to-action.call-to-action-quaternary {
    background: #383f48;
}

    html .call-to-action.call-to-action-quaternary h3, html .call-to-action.call-to-action-quaternary p {
        color: #FFF;
    }

html .call-to-action.featured.featured-dark {
    border-top-color: #2e353e;
}

html .call-to-action.call-to-action-dark {
    background: #2e353e;
}

html .call-to-action.call-to-action-dark {
    background: #2e353e;
}

    html .call-to-action.call-to-action-dark h3, html .call-to-action.call-to-action-dark p {
        color: #FFF;
    }

html .call-to-action.featured.featured-light {
    border-top-color: #FFF;
}

html .call-to-action.call-to-action-light {
    background: #FFF;
}

html .call-to-action.call-to-action-light {
    background: #FFF;
}

    html .call-to-action.call-to-action-light h3, html .call-to-action.call-to-action-light p {
        color: #777;
    }

section.timeline .timeline-box.left:before, section.timeline .timeline-box.right:before {
    background: #0088cc;
    box-shadow: 0 0 0 3px #FFF, 0 0 0 6px #0088cc;
}

ul.history li .featured-box .box-content {
    border-top-color: #0088cc;
}

.recent-posts .date .month, article.post .post-date .month {
    background-color: #0088cc;
}

.recent-posts .date .day, article.post .post-date .day {
    color: #0088cc;
}

.slider .tp-bannertimer {
    background-color: #0088cc;
}

.home-concept strong {
    color: #0088cc;
}

.home-intro p em {
    color: #00aaff;
}

.shop ul.products li.product .onsale {
    background-color: #0088cc;
    border-bottom-color: #006da3;
}

.shop .star-rating span, .shop .cart-totals tr.total .amount {
    color: #0088cc;
}

footer .footer-ribbon {
    background: #0088cc;
}

    footer .footer-ribbon:before {
        border-right-color: #005580;
        border-left-color: #005580;
    }

footer.light h1, footer.light h2, footer.light h3, footer.light h4, footer.light a {
    color: #0088cc !important;
}

footer.color {
    background: #0088cc;
    border-top-color: #0088cc;
}

    footer.color .footer-ribbon {
        background: #006699;
    }

        footer.color .footer-ribbon:before {
            border-right-color: #00334d;
        }

    footer.color .footer-copyright {
        background: #0077b3;
        border-top-color: #0077b3;
    }

html footer.color-primary {
    background: #0088cc;
    border-top-color: #0088cc;
}

    html footer.color-primary .footer-ribbon {
        background: #006699;
    }

        html footer.color-primary .footer-ribbon:before {
            border-right-color: #00334d;
        }

    html footer.color-primary .footer-copyright {
        background: #0077b3;
        border-top-color: #0077b3;
    }

html footer.color-secondary {
    background: #E36159;
    border-top-color: #E36159;
}

    html footer.color-secondary .footer-ribbon {
        background: #dc372d;
    }

        html footer.color-secondary .footer-ribbon:before {
            border-right-color: #a1231b;
        }

    html footer.color-secondary .footer-copyright {
        background: #df4c43;
        border-top-color: #df4c43;
    }

html footer.color-tertiary {
    background: #2BAAB1;
    border-top-color: #2BAAB1;
}

    html footer.color-tertiary .footer-ribbon {
        background: #218388;
    }

        html footer.color-tertiary .footer-ribbon:before {
            border-right-color: #12474a;
        }

    html footer.color-tertiary .footer-copyright {
        background: #26969c;
        border-top-color: #26969c;
    }

html footer.color-quaternary {
    background: #383f48;
    border-top-color: #383f48;
}

    html footer.color-quaternary .footer-ribbon {
        background: #22262b;
    }

        html footer.color-quaternary .footer-ribbon:before {
            border-right-color: #000000;
        }

    html footer.color-quaternary .footer-copyright {
        background: #2d323a;
        border-top-color: #2d323a;
    }

html footer.color-dark {
    background: #2e353e;
    border-top-color: #2e353e;
}

    html footer.color-dark .footer-ribbon {
        background: #181c21;
    }

        html footer.color-dark .footer-ribbon:before {
            border-right-color: #000000;
        }

    html footer.color-dark .footer-copyright {
        background: #23282f;
        border-top-color: #23282f;
    }

html footer.color-light {
    background: #FFF;
    border-top-color: #FFF;
}

    html footer.color-light .footer-ribbon {
        background: #e6e6e6;
    }

        html footer.color-light .footer-ribbon:before {
            border-right-color: #bfbfbf;
        }

    html footer.color-light .footer-copyright {
        background: #f2f2f2;
        border-top-color: #f2f2f2;
    }

html.boxed .body {
    border-top-color: #0088cc;
    border-bottom-color: #0088cc;
}

section.highlight {
    background-color: #0088cc !important;
    border-color: #0077b3 !important;
}

section.page-top.custom-product {
    background-color: #0077b3;
    border-top-color: #0081c2;
}

ul.list.icons li i, ul.list.icons li em, .title-primary span {
    color: #0088cc;
}

section.toggle label {
    color: #0088cc;
    border-left-color: #0088cc;
}

section.toggle.active > label {
    background-color: #0088cc;
    border-color: #0088cc;
    color: #FFF;
}

div.featured-box-secundary div.box-content {
    border-top-color: #0088cc;
}

p.drop-caps.secundary:first-child:first-letter {
    background-color: #0088cc;
}

.event-primary, .event .timeline-balloon .balloon-time .time-dot::after {
    background-color: #0088cc;
}

.event .owl-carousel.custom-dots-style-1.custom-dots-color-primary .owl-dots .owl-dot {
    border-color: #0088cc;
}

    .event .owl-carousel.custom-dots-style-1.custom-dots-color-primary .owl-dots .owl-dot span {
        background-color: #0088cc;
    }

.event .timeline-balloon .balloon-time .time-dot::before {
    border-color: #0088cc;
}

.event .custom-text-color-1 {
    color: #cceeff;
}

.accordion .card-header a {
    color: #0088cc;
}

html .accordion.accordion-primary .card-header {
    background-color: #0088cc !important;
}

    html .accordion.accordion-primary .card-header a {
        color: #FFF;
    }

html .accordion.accordion-secondary .card-header {
    background-color: #E36159 !important;
}

    html .accordion.accordion-secondary .card-header a {
        color: #FFF;
    }

html .accordion.accordion-tertiary .card-header {
    background-color: #2BAAB1 !important;
}

    html .accordion.accordion-tertiary .card-header a {
        color: #FFF;
    }

html .accordion.accordion-quaternary .card-header {
    background-color: #383f48 !important;
}

    html .accordion.accordion-quaternary .card-header a {
        color: #FFF;
    }

html .accordion.accordion-dark .card-header {
    background-color: #2e353e !important;
}

    html .accordion.accordion-dark .card-header a {
        color: #FFF;
    }

html .accordion.accordion-light .card-header {
    background-color: #FFF !important;
}

    html .accordion.accordion-light .card-header a {
        color: #777;
    }
/*Custom CSS*/
.mini-widgets.brd-top {
    border: 0;
}

html header.newHeader, html header.newHeader .header-body, html header.newHeader .header-container .header-column {
    min-height: 80px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    body.sticky-menu-active header.newHeader .header-body {
        background: #005EB8 !important;
        top: 0;
        transition: .5s
    }
}

header.fixedheader .header-body {
    background: inherit !important;
}

header.newHeader .header-body {
    border-bottom: 0px;
}

.newHeader .navbar-collapse .nav-main > ul > li > a, .newHeader .navbar-collapse .nav-main a {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: .5px;
    font-size: 13px !important;
    color: white !important;
    border-radius: 0px;
    background-color: transparent;
}

html header.newHeader nav ul.nav-main .dropdown-primary > ul.dropdown-menu {
    background: hsl(209deg 100% 36% / 95%) !important;
}

    html header.newHeader nav ul.nav-main .dropdown-primary > ul.dropdown-menu li:hover > a {
        background: #006cd2 !important;
    }

.newHeader .navbar-collapse .nav-main > ul > li > a:hover {
    box-shadow: 0px 2px white;
}
@media (min-width: 1200px) {
    #footer .container {
        max-width: 75% !important;
    }

    .header-body .container {
        max-width: 90%;
    }
}

@media (min-width: 992px) {
    body.sticky-menu-active header.newHeader .header-body {
        background: rgb(0, 94, 184, .95) !important;
        transition: .5s;
        top: 0px;
    }

    body.sticky-menu-active header.newHeader .header-nav-main nav > ul > li > a {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
}

@media (max-width: 991px) {
    .newHeader .header-nav-main-effect:before {
        background-color: #005EB8 !important;
    }
}

@media (max-width: 991px) {
    #footer .container {
        width: 85% !important;
        margin: 0px auto !important;
        padding: 25px 0px 0px 0px !important;
    }

    body.sticky-menu-active .header-body {
        top: inherit !important;
    }

    .new-header-container {
        width: 85%;
    }

    .PCCAlogo {
        padding: 0px;
    }

        .PCCAlogo a img {
            top: 70px !important;
        }

    header.newHeader .nav-main-collapse {
        background-color: #005EB8;
    }

    header.newHeader .header-body {
        background: #005EB8 !important;
    }
}
/*Desktop Header*/
@media(min-width: 992px) {
    html body.isAuthenticated {
        margin-left: 225px !important;
    }

        html body.isAuthenticated.personabar-visible {
            margin-left: 305px !important;
        }

    .PCCA_header {
        background: #fff;
        padding: 10px 0;
        min-height: 60px !important;
    }

        .PCCA_header .header-body {
            z-index: 99;
        }

        .PCCA_header .header-body, .PCCA_header .header-column {
            min-height: 60px !important;
        }

        .PCCA_header .logo, .PCCA_header .loginGroup, .PCCA_header .header-nav-main {
            display: none !important;
        }

    .PCCA_sidebar {
        position: fixed;
        top: 0;
        left: 0px;
        z-index: 999;
        background-color: #06253e;
        width: 200px;
        height: 100%;
        padding: 20px 20px 0;
        overflow-x: hidden;
        overflow-y: auto;
    }
header.PCCA #login {
margin: 10px;
}
    header.PCCA #login .registerGroup a:hover {
        background: transparent !important;
        color: #005EB8 !important;
    }

    header .header-body .header-nav {
        padding-top: 16px !important;
    }

  .PCCA_sidebar .logo {
    margin-bottom: 15px;
	  padding-bottom: 15px;
	  border-bottom: .15px solid #133048;
  }

    .PCCA_sidebar: :-webkit-scrollbar {
    }

    /*.PCCA_sidebar: :-webkit-scrollbar {
width: 5px !important;
}*/
    /* Track */
    /*.PCCA_sidebar: :-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
-webkit-border-radius: 10px !important;
border-radius: 10px !important;
}*/
    /* Handle */
    /*.PCCA_sidebar: :-webkit-scrollbar-thumb {
-webkit-border-radius: 10px !important;
border-radius: 10px !important;
background: #005EB8 !important;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0) !important;
}
.PCCA_sidebar: :-webkit-scrollbar-thumb:window-inactive {
background: #005EB8 !important;
}*/

    .PCCA_sidebar .logo img {
        max-width: 40%;
    }

    .PCCA_sidebar .navbar-collapse .nav-main ul li {
        width: 100%;
        margin: 0;
    }

    .PCCA_sidebar .navbar-collapse ul.nav-pills > li > a {
        font-weight: bold;
    }

    .PCCA_sidebar .navbar-collapse .nav-main ul > li > a {
        background-color: transparent !important;
        color: white !important;
        display: block;
        font-size: 14px;
        padding: 1px 10px;
        text-decoration: none;
        margin: 0px;
        border-radius: 4px;
    }

        .PCCA_sidebar .navbar-collapse .nav-main ul > li > a:hover {
            background-color: #0099e6 !important;
        }

    .PCCA_sidebar .navbar-collapse .dropdown-menu {
        margin-left: 8px !important;
        font-weight: 300;
    }

    .PCCA_sidebar .navbar-collapse .dropdown-toggle::after {
        content: none;
    }

  .PCCA_sidebar .login {
	  bottom: 20px;
    position: relative;
    background-color: transparent;
    width: auto;
    padding: 5px 15px;
    margin: 40px 0px;
border-radius: 25px;
border: 1px solid white;
  }


        .PCCA_sidebar .login .LoginLink {
            color: white;
            font-size: 16px;
            font-weight: bold;
        }

    html header.PCCA_header .cart {
        font-size: 20px;
        color: #444;
        margin-left: 20px;
    }
}
/*Mobile Header*/
html header.mobile-header {
    display: none !important;
}

@media(max-width: 991px) {
    html header.PCCA_header, html header.newHeader {
        display: none !important;
    }

    html header.mobile-header {
        display: block !important;
        padding: 10px 0;
        min-height: 90px !important;
        background: #003865;
    }

        html header.mobile-header .col {
            min-height: 70px !important;
            display: flex;
            align-items: center;
        }

    html body.sticky-menu-active header.mobile-header {
        position: fixed !important;
        width: 100%;
        top: 0;
        z-index: 9;
    }

    html header.mobile-header .btn-responsive-nav {
        width: auto;
        font-size: 30px;
        color: #fff !important;
        background: transparent !important;
        padding: 0 !important;
        box-shadow: none !important;
    }

    html header.mobile-header .logo {
        max-height: 50px;
    }

    html .nav-mobile .navbar-collapse.slidebar {
        background: #005EB8 !important;
        top: 125px;
        width: 100%;
        padding: 20px;
        height: calc(100vh - 125px) !important;
        overflow: hidden !important;
    }

    html .nav-mobile nav.nav-main {
        height: calc(100% - 90px);
        overflow: auto;
    }

    html .nav-mobile .login {
        padding: 15px;
    }

    html .nav-mobile hr {
        background: #fff;
    }

    html .nav-mobile .login .loginGroup {
        display: inline-block;
    }

    html .nav-mobile .login a {
        color: #fff;
        font-size: 18px;
        font-weight: 400;
        text-transform: uppercase;
    }

    html .nav-mobile .login .fa-user-circle {
        color: #ccc;
        font-size: 28px;
        margin-right: 10px;
        display: inline-block;
    }

    html .nav-mobile .login .fa-sign-in-alt {
        color: #fff;
        font-size: 18px;
        margin-left: 10px;
    }

    html .nav-mobile .navbar-collapse.slidebar .nav-main ul li.dropdown > a {
        font-weight: 600;
    }

    html .nav-mobile .navbar-collapse.slidebar .nav-main ul li a {
        background: transparent;
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        text-transform: uppercase;
    }

    html .nav-mobile .navbar-collapse.slidebar ul.dropdown-menu {
        display: block !important;
    }

    html header.mobile-header .userMessages, html header.mobile-header .userNotifications {
        display: none !important;
    }

    html header.mobile-header .buttonGroup {
        margin: 0;
        padding: 0;
    }

    html header.mobile-header .registerGroup li {
        display: inline-block;
        list-style: none;
    }

    html header.mobile-header .registerGroup .userProfileImg {
        float: left;
    }

    html header.mobile-header .registerGroup .userDisplayName a {
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        margin-top: 4px;
        margin-left: 8px;
        display: inline-block;
    }

    html header.mobile-header .registerGroup .userProfileImg img {
        border-radius: 50%;
    }

    html header.mobile-header .cart {
        font-size: 30px;
        color: #fff !important;
    }

    html .nav-mobile {
        display: block !important;
    }

    html body.isAuthenticated .nav-mobile.logged-in .navbar-collapse.slidebar {
        left: 0px;
    }

    html body.isAuthenticated.personabar-visible .nav-mobile.logged-in .navbar-collapse.slidebar {
        left: 80px;
    }
}

.isAuthenticated #footer {
    display: none !important;
}

.slidebar ul > li > a > em {
    top: 3px;
    font-size: 18px;
    right: 10px;
}

#login {
    position: relative;
}

.profile-menu {
    background-color: #06253e;
    padding: 10px;
    margin-top: 20px;
}

ul.profile-menu > li > a {
    font-size: 14px;
    color: #ffffff;
}

.navbar-collapse.slidebar {
    overflow: hidden !important;
}

html .slidebar .nav-main > ul > li.active > a {
    font-size: 14px !important;
}

#login .registerGroup li.userDisplayName {
    text-align: center;
    padding: 0px 10px;
    border-radius: 5px;
border: 1px solid #ccc;
}

#login .registerGroup li.userDisplayName a {
display: block;
    /*height: 50px;*/
    margin-left: 0;
}

#login .registerGroup li.userDisplayName a .my-account,
.mobile-header .registerGroup li.userDisplayName a .my-account {
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 5px;
width: 100%;
height: 0px;
}

    #login .registerGroup li.userDisplayName a .my-account .fa-caret-down,
    .mobile-header .registerGroup li.userDisplayName a .my-account .fa-caret-down,
    #login .registerGroup li.userDisplayName .my-account .fa-caret-down,
    .mobile-header .registerGroup li.userDisplayName .my-account .fa-caret-down {
        display: inline;
        margin-left: 5px;
        font-size: 16px;
    }


#login .profile-menu:after {
    content: " ";
    position: absolute;
    top: -15px;
    border-top: none;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 15px solid #06253e;
    margin-right: auto;
    margin-left: auto;
    left: 0;
    right: 0;
    width: 0px;
}


@media(max-width: 991px) {

    .profile-menu {
        left: 50%;
        margin-left: -80px;
        margin-top: 9px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}