/*
 * CSS For DotNetNuke Skin by bestdnnskins.com
 * Copyright 2014 By BESTDNNSKINS.COM
 */
/*-------- Design style --------*/
#skin_header {
    background: #fff;
    /*background: rgba( 255,255,255,0.92);*/
    border-bottom: 1px solid #c4c4c4;
    position: relative;
}

.logo_style {
    float: left;
    padding: 0 1.5%;
    line-height: 70px;
}

    .logo_style img {
        max-height: 70px;
    }

.menu_style {
}

/*top right icons*/
.icons_menu {
    float: right;
    margin-right: 1.2%;
    margin-top: 20px;
    position: relative;
    z-index: 1000;
}

.icon_search {
    display: block;
    background: url(../images/icon_search.png) no-repeat;
    width: 30px;
    height: 30px;
    float: left;
    position: relative;
    padding-right: 5px;
    cursor: pointer;
    margin-right: 5px;
}

.icon_search_style {
    display: block !important;
    /* position: absolute; */
    /* left: -83px; */
    /* top: 35px; */
    padding: 3px;
    /* background: #c4c4c4;*/
    border: none; /*-webkit-border-radius: 3px;
    -moz-border-radius: 3px;*/
    /*border-radius: 3px;*/
}

/*.icon_search_style:before {
        width: 0;
        height: 0;
        position: absolute;
        left: 140px;
        top: -5px;
        border-bottom: 6px solid #c4c4c4;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: none;
        content: "";
    }*/

.icon_user {
    position: relative;
    float: left;
    padding-right: 5px;
    cursor: pointer;
}

.icon_user_hover {
    display: none;
    width: 180px;
    position: absolute;
    left: -63px;
    top: 35px;
    padding: 0;
    background: #e9e9e9;
    background: rgba(233,233,233,.9);
    border: none;
    border-radius: 3px;
}

    .icon_user_hover:before {
        width: 0;
        height: 0;
        position: absolute;
        left: 72px;
        top: -5px;
        border-bottom: 6px solid #e9e9e9;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: none;
        content: "";
    }

.icon_login {
    float: left;
    padding-right: 5px;
}

.icon_lang {
    display: none;
    background: url(../images/icon_lang.png) no-repeat;
    width: 30px;
    height: 30px;
    float: left;
    position: relative;
    cursor: pointer;
}

.icon_lang_style {
    display: none;
    width: 60px;
    position: absolute;
    left: -13px;
    top: 35px;
    padding: 0 0 15px;
    background: #e9e9e9;
    background: rgba(233,233,233,.9);
    border: none;
    border-radius: 3px;
}

    .icon_lang_style:before {
        width: 0;
        height: 0;
        position: absolute;
        left: 22px;
        top: -5px;
        border-bottom: 6px solid #e9e9e9;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: none;
        content: "";
    }

/*page name*/
.page_name {
    background: #f4f4f4;
    position: relative;
    min-height: 70px;
    border-bottom: 1px solid #e3e3e3;
}

.pagename_style {
    position: relative;
    z-index: 0;
}

    .pagename_style h1 {
        float: left;
        padding-left: 15px;
        color: #7c7c7c;
        line-height: 70px;
        font-size: 22px;
        font-weight: normal;
        margin: 0;
    }

.breadcrumb_style {
    float: right;
    padding-right: 15px;
    color: #7c7c7c;
    line-height: 70px;
}

.breadcrumb_shadow {
    background: none;
    width: 100%;
    height: 45px;
    position: absolute;
    top: 0;
    z-index: 912;
    filter: Alpha(Opacity=80);
    opacity: 0.8;
}

    .breadcrumb_shadow img {
        text-align: center;
        vertical-align: top;
    }

/*menu hover effect*/
.setHover {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 5px;
    -o-transition: width 0.4s ease 0s;
    transition: width 0.4s ease 0s;
    -webkit-transition: width 0.4s ease 0s;
    -moz-transition: width 0.4s ease 0s;
    z-index: 1;
    display: none;
}

/*--------- StandardMenu style ----------*/
#standardMenu {
    position: relative;
    margin: 0 auto;
}

    #standardMenu ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    #standardMenu li {
        position: relative;
        display: block;
        float: left;
        margin: 0;
        list-style-type: none;
    }

    #standardMenu .rootMenu li a {
        display: block;
        position: relative;
        float: none;
        z-index: 10;
        cursor: pointer;
        text-decoration: none;
    }

        #standardMenu .rootMenu li.selected a, #standardMenu .rootMenu li.rmHover a, #standardMenu .rootMenu li.breadcrumb a, #standardMenu .rootMenu li:hover a, #standardMenu .rootMenu li a:hover {
            text-decoration: none;
        }

        #standardMenu .rootMenu li a span {
            display: block;
            padding: 0 17px;
            height: 70px;
            line-height: 70px;
            color: #6b6b6b;
            white-space: nowrap;
            font-size: 13px;
            font-weight: normal;
            text-transform: none;
        }

    #standardMenu .rootMenu li:hover .setHover {
        width: 100%;
    }

    /*-- submenu --*/

    #standardMenu .subMenu {
        top: 42px;
        display: block;
        left: 0;
        background-color: #fff;
        width: 100%;
        -webkit-box-shadow: 0 3px 5px -2px rgba(0,0,0,.5);
        box-shadow: 0 3px 5px -2px rgba(0,0,0,.5);
    }

    #standardMenu .rootMenu li.rmHover .subMenu {
        display: block;
    }

    #standardMenu .subMenu ul {
        background-color: transparent;
        display: inline-block;
        text-align: left;
    }

    #standardMenu .subMenu li {
        float: none;
        clear: both;
        background: none;
        width: 100%;
        padding: 0;
        *margin-bottom: -3px;
    }

        #standardMenu .subMenu li.item a {
            border: none;
            border-top: 1px solid #ddd;
            border-top: 1px solid rgba(0,0,0,.18);
            padding: 0;
            background: none;
        }

        #standardMenu .subMenu li.first > a {
            border-top: none;
        }

        #standardMenu .subMenu li.last > a {
            border-bottom: none;
        }

        #standardMenu .subMenu li.item a span {
            display: block;
            background: none;
            font-size: 12px;
            color: #666;
            font-weight: normal;
            white-space: normal;
            height: auto;
            line-height: 1.5em;
            padding: 10px 15px 10px 15px;
            text-transform: none;
            margin: 0;
        }


        #standardMenu .subMenu li.selected > a span, #standardMenu .subMenu li.breadcrumb > a span, #standardMenu .subMenu li.item a:hover span {
            color: #fff !important;
            cursor: pointer;
        }

    #standardMenu .subMenu .subarrow {
        background: url(../images/menu-arrow01.gif) no-repeat;
        position: absolute;
        right: 0;
        top: 15px;
        width: 15px;
        height: 7px;
    }

    #standardMenu .subMenu li.selected > a .subarrow, #standardMenu .subMenu li.breadcrumb > a .subarrow, #standardMenu .subMenu li.item a:hover .subarrow {
        background: url(../images/menu-arrow02.gif) no-repeat;
        position: absolute;
        right: 0;
        top: 15px;
        width: 15px;
        height: 7px;
    }

    #standardMenu ul li ul li ul {
        display: none;
        width: 200px;
        margin: 0;
        background: #fff;
        background: rgba(250,250,250,0.92);
        border: 1px solid #ddd;
        border: 1px solid rgba(0,0,0,.18);
    }

        #standardMenu ul li ul li ul.level1 {
            display: none;
            position: absolute;
            left: 198px;
            top: 0;
            padding: 0;
        }

    #standardMenu ul li ul li.child-1 ul.level1 {
        top: -1px;
    }

    #standardMenu ul li ul li ul li ul.level2 {
        display: none;
        position: absolute;
        left: 198px;
        top: 0;
        padding: 0;
    }

    #standardMenu ul li ul li ul li.child-1 ul.level2 {
        top: -1px;
    }

    #standardMenu ul li ul li ul li ul li:hover ul.level3 {
        display: block;
        position: absolute;
        left: 198px;
        top: 0;
        padding: 0;
    }

    #standardMenu ul li ul li ul li ul li.child-1 ul.level3 {
        top: -1px;
    }

    #standardMenu img.mmIcon {
        max-height: 24px;
        margin-right: 7px;
        vertical-align: middle;
    }

    #standardMenu img.rootIcon {
        max-height: 40px;
        margin-right: 7px;
        margin-left: -10px;
        vertical-align: middle;
    }


/*--------- MegaMenu style ----------*/
#megaMenu {
    /*position: relative;*/
    margin: -6px auto;
}

    #megaMenu ul {
        list-style: none;
        margin: 0;
        padding: 0;
        font-family: FuturaStdMedium;
    }

    #megaMenu li {
        /*position: relative;*/
        display: block;
        float: left;
        margin: 0;
        list-style-type: none;
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
        color: #005596;
        background-color: #fff !important;
    }

    #megaMenu .root li a {
        display: block;
        position: relative;
        float: none;
        z-index: 10;
        cursor: pointer;
        text-decoration: none;
        color: #005596;
    }

        #megaMenu .root li.selected a, #megaMenu .root li.rmHover a, #megaMenu .root li.breadcrumb a, #megaMenu .root li:hover a, #megaMenu .root li a:hover {
            text-decoration: none;
            /*background-color: #fff !important;*/
            /* color: #2381d2 !important;*/
            text-transform: uppercase;
            font-size: 16px;
            /*border-radius: 8px;*/
            /*padding: 0px 10px;*/
            /*text-align: center;*/
        }

        #megaMenu .root li a span {
            display: block;
            padding: 0 18px;
            height: 55px;
            line-height: 61.5px;
            white-space: nowrap;
            font-size: 14px;
            font-weight: bold;
            color: #005596;
            text-transform: uppercase;
            font-family: FuturaStdbold;
        }

    #megaMenu .root li.first a span {
        margin-top: 1px;
    }

    #megaMenu .root li.last a span {
        margin-top: 25px;
        height: 15px;
    }

    #megaMenu .root li:hover .setHover {
        width: 100%;
    }

    /*-- category --*/
    #megaMenu .category {
        position: absolute;
        top: 59px;
        z-index: 1210;
        width: auto;
        /* width: 100vw;*/
        /*margin-left: calc(-29vw + 50%);*/
        left: 0px;
        margin-left: 43px;
        display: none;
        padding: 5px 8px 12px 8px;
        background: #fff;
        border: 1px solid #ddd;
        font-family: FuturaStdMedium;
    }

    #megaMenu ul li:hover ul {
        visibility: visible;
    }

    #megaMenu .root li.rmHover .category {
        display: block;
    }

    #megaMenu .category ul {
        margin: 0;
        padding: 0;
        position: relative;
        z-index: 1200;
        font-family: FuturaStdMedium;
    }

    #megaMenu .category li {
        background: none;
        margin: 0 8px;
        width: 168px;
        padding: 0;
        float: left;
        margin-right: 5.8em;
    }

        #megaMenu .category li.item a {
            border: none;
            background: none;
        }

            #megaMenu .category li.item a span {
                display: block;
                background: none;
                font-size: 12px;
                color: #000;
                font-weight: 600;
                white-space: normal;
                height: auto;
                line-height: 2.5em;
                padding: 10px 0 8px 0;
                margin: 0;
                text-transform: uppercase;
            }

            #megaMenu .category li.selected > a span, #megaMenu .category li.item a:hover span {
                background: none;
                text-decoration: none;
                cursor: pointer;
            }

    #megaMenu ul li ul li ul {
        position: relative;
        padding: 0;
        width: auto;
        border: none;
    }
/*special Navigation*/
#twogrid-col-md ul {
    position: relative !important;
    padding: 0 !important;
    width: auto !important;
    border: none !important;
}

#twogrid-col-md li {
    margin-top: 6px !important;
    clear: both !important;
    float: none !important;
    width: 200px !important;
    margin: 0 0 0 0px !important;
    padding: 0 !important;
}

    #twogrid-col-md li.item a {
        text-transform: none !important;
        font-size: 12px !important;
        padding: 0 0 0 0px !important;
        line-height: 1em !important;
        border: none !important;
        float: none !important;
    }

        #twogrid-col-md li.item a span {
            display: block !important;
            background: none !important;
            font-size: 11px !important;
            color: #666 !important;
            font-weight: normal !important;
            height: auto !important;
            line-height: 2.0em !important;
            padding: 10px 0;
            text-transform: none !important;
            margin-top: -15px !important;
            font-family: Futura, "Trebuchet MS", Arial, sans-serif !important;
        }
/*special Navigation End*/
#megaMenu .leaf li {
    clear: both;
    float: none;
    width: 200px;
    margin: 0 0 0 0px;
    padding: 0;
}

    #megaMenu .leaf li.item a {
        text-transform: none;
        font-size: 12px;
        padding: 0 0 0 0px;
        line-height: 1em;
        border: none;
    }

        #megaMenu .leaf li.item a span {
            display: block;
            background: none;
            font-size: 11px;
            color: #000;
            font-weight: normal;
            height: auto;
            line-height: 1.5em;
            padding: 10px 0;
            text-transform: none;
            margin-top: -15px;
            font-family: Futura, "Trebuchet MS", Arial, sans-serif;
        }

            #megaMenu .leaf li.item a span.boldMenu {
                font-family: FuturaStdBook;
                font-weight: bold;
            }

    #megaMenu .leaf li li {
        clear: both;
        float: none;
        width: 155px;
    }

    #megaMenu .leaf li.selected > a span {
        cursor: pointer;
    }

#megaMenu img.mmIcon {
    max-height: 24px;
    margin-right: 7px;
    vertical-align: middle;
}

#megaMenu img.rootIcon {
    max-height: 40px;
    margin-right: 7px;
    margin-left: -10px;
    vertical-align: middle;
}

/*--------- User Profile Style ----------*/
.user_profile {
    cursor: pointer;
    display: block;
}

    .user_profile ul {
        margin: 0;
        padding: 10px 0;
        border: none;
    }

    .user_profile .registerGroup, .user_profile .registerGroup * {
        display: block;
    }

    .user_profile .registerGroup {
        float: left;
        padding: 0;
        margin: 0;
    }

        /* Register Group Styles */
        .user_profile .registerGroup li {
            width: 180px;
            margin: 0;
            padding: 5px;
            border: none;
            border-bottom: 1px solid #d9d9d9;
            border-top: 1px solid #f5f5f5;
        }

            .user_profile .registerGroup li:first-child {
                border-top: none;
            }

            .user_profile .registerGroup li:last-child {
                border-bottom: none;
            }

        .user_profile .registerGroup .buttonGroup {
            margin-right: 0;
        }

        .user_profile .registerGroup a {
            position: relative;
            display: block;
            padding: 0 9px;
            min-width: 15px;
            font-weight: normal;
            font-size: 12px;
            vertical-align: middle;
            color: #333 !important;
            height: 28px;
            vertical-align: middle;
            line-height: 28px;
        }

            .user_profile .registerGroup a:hover {
                color: #444 !important;
                text-decoration: none;
            }

            .user_profile .registerGroup a:active {
                color: #444;
                padding: 0 9px;
            }

            .user_profile .registerGroup a strong {
                position: absolute;
                left: 0;
                top: 0;
                padding-left: 30px;
                height: 100%;
                display: block;
                font-size: 12px;
                font-weight: normal;
                overflow: hidden;
            }

.registerGroup .userMessages, .registerGroup .userNotifications {
    background: none;
}

    .registerGroup .userMessages strong, .registerGroup .userNotifications strong {
        background: url(../images/userLoginSprite2.png) no-repeat 9px 10px;
    }

    .registerGroup .userNotifications strong {
        background-position: -91px 7px;
    }

    .registerGroup .userMessages strong:hover {
        background-position: 9px -41px;
    }

    .registerGroup .userNotifications strong:hover {
        background-position: -91px -44px;
    }

    .registerGroup .userMessages strong:active {
        background-position: 9px 11px;
    }

    .registerGroup .userNotifications strong:active {
        background-position: -91px 8px;
    }

.user_profile .registerGroup a span {
    position: absolute;
    right: 5px;
    top: -7px;
    display: inline-block;
    padding: 2px 4px;
    line-height: 20px;
    min-width: 7px;
    text-align: center;
    margin-right: 3px;
    background: rgb(31,152,241); /* Old browsers */
    font-size: 9px;
    color: #fff;
    text-shadow: 0px 1px 0px #333333;
    /*CSS3*/ /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(31,152,241,1)), color-stop(100%,rgba(2,111,196,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(31,152,241,1) 0%,rgba(2,111,196,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(31,152,241,1) 0%,rgba(2,111,196,1) 100%); /* Opera 11.10+ */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(31,152,241,1)),to(rgba(2,111,196,1)));
    background: linear-gradient(top, rgba(31,152,241,1) 0%,rgba(2,111,196,1) 100%); /* W3C */
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 0px 0px #222222;
    box-shadow: 0px 1px 0px 0px #222222;
}

.user_profile .registerGroup li.userDisplayName {
    border-bottom: none;
    padding-top: 10px;
}

    .user_profile .registerGroup li.userDisplayName a {
        padding-left: 32px;
    }

.user_profile .registerGroup li.userProfileImg {
    border-top: none;
    margin-top: -38px;
}

.user_profile .registerGroup .userProfileImg a {
    padding: 0;
    background: none;
    min-width: 25px;
}

.user_profile .registerGroup a img {
    border: none;
    height: 28px;
    width: 28px;
    background: #ccc;
}

/*--------- Login Style ----------*/
.login_style {
    float: left;
    position: relative;
}

    .login_style .login-button {
        display: block;
        cursor: pointer;
    }

    .login_style .logout-button {
        display: block;
        cursor: pointer;
    }

    .login_style .login-button span {
        background: url(../images/icon_login.png) no-repeat center;
        display: block;
        height: 30px;
        width: 30px;
        overflow: hidden;
    }

    .login_style .logout-button span {
        background: url(../images/icon_logout.png) no-repeat center;
        display: block;
        height: 30px;
        width: 30px;
        overflow: hidden;
    }

        .login_style .login-button span a, .login_style .logout-button span a {
            filter: alpha(opacity=0);
            moz-opacity: 0;
            -khtml-opacity: 0;
            opacity: 0;
            padding: 10px 0;
        }

.user_login {
    display: none;
}

/*--------- User Style ----------*/
.icon_user {
    float: left;
}

    .icon_user .user-button {
        display: block;
        cursor: pointer;
    }

        .icon_user .user-button span {
            background: url(../images/icon_user.png) no-repeat center;
            display: block;
            height: 30px;
            width: 30px;
            overflow: hidden;
        }

            .icon_user .user-button span a {
                filter: alpha(opacity=0);
                moz-opacity: 0;
                -khtml-opacity: 0;
                opacity: 0;
                padding: 10px 0;
            }

    .icon_user .user-back span {
        background: url(../images/icon_user.png) no-repeat center;
        display: block;
        height: 30px;
        width: 30px;
        overflow: hidden;
    }

.user_register {
    display: none;
}

/*[id*="dnnUSER3_registerLink"] {
    float: left;
    display: block;
    filter: alpha(opacity=0);
    moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    height: 0;
    max-width: 2px;
}


--------- Search style ----------*/
#HeaderSearch {
    float: right;
    margin: 0;
    /*position: relative;*/
    /*padding: 5px;*/
    /*padding-top: 5px;*/
}

.searchcss, a.searchcss:link, a.searchcss:active, a.searchcss:visited {
    color: #ffffff;
    text-decoration: none;
    font-weight: normal;
    font-size: 15px;
    display: block;
    position: absolute;
    width: 33px;
    height: 33px;
    right: 2px;
    top: 4px;
    text-indent: -99999px;
    overflow: hidden;
}

.searchSite {
    text-indent: -99999px;
}

a.searchcss:hover {
    color: #000000;
    text-decoration: none;
    font-weight: normal;
    font-size: 15px;
}

#HeaderSearch input[type="text"] {
    background: #fff;
    border-right: 1px solid #c4c4c4;
    border-left: 1px solid #c4c4c4;
    border-top: none;
    border-bottom: none;
    font-size: 13px;
    color: #000;
    width: 200px;
    /*    height: 55px;
    padding: 12px 34px 13px 7px;*/
    outline-style: none;
    /*  margin-top: 5px;*/
    margin-bottom: 3px !important;
    font-family: FuturaStdBold;
}

#HeaderSearch a.searchcss {
    display: block;
    position: absolute;
    right: 5px;
    top: 6px;
    height: 35px;
    width: 34px;
    padding: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
    text-indent: -99999px;
    background: url(../images/Search_icon.jpg) no-repeat 5px 5px;
    z-index: 1;
    cursor: pointer;
}

#HeaderSearch .searchInputContainer a.dnnSearchBoxClearText {
    right: 30px !important;
    top: 4px;
}

/*--------- Language Style ----------*/
.language-object {
    text-align: center;
    display: block;
    margin: 0;
}

    .language-object span {
        display: block;
        width: 100%;
    }

    .language-object .Language {
        margin: 0 2px;
    }

    .language-object span img {
        height: 18px;
        width: 27px;
        opacity: 0.9;
        margin: 10px 0 0 0;
        border: 2px solid transparent;
    }

    .language-object span:hover img {
        opacity: 1;
    }

    .language-object .Language.selected img {
        opacity: 1;
        border-color: #555;
        border-color: rgba(0,0,0,.1);
        border-radius: 2px;
    }

#Language {
    float: right;
    display: inline-block;
    display: block\9;
    filter: alpha(opacity=0);
    moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    height: 0;
    max-width: 3px;
}
/*YRH 2022-02-07 TODO: Remove this*/

/*--------- Tipsy Style ----------*/
/*
.tipsy {
    display: block;
    float: left;
    padding: 5px 2px;
    font-size: 12px;
    background-repeat: no-repeat;
    background-image: url(../images/tipsy.png);
}

.tipsy-inner {
    padding: 8px;
    background: #e9e9e9;
    color: #555;
    max-width: 200px;
    text-align: center;
    border-radius: 3px;
}

.tipsy-up {
    background-position: top center;
}

.tipsy-down {
    background-position: bottom center;
}

.tipsy-right {
    background-position: right center;
}

.tipsy-left {
    background-position: left center;
}
*/
/*--------- Contact Style ----------*/
.contact_style {
    display: block;
}

    .contact_style p {
        padding-top: 9px;
    }

        .contact_style p a {
            color: #fff !important;
        }

            .contact_style p a:hover {
                color: #eee !important;
            }

        .contact_style p span {
            margin: 0 8px 0 12px;
            color: #fff !important;
        }


@media handheld, only screen and (max-width: 1140px) {
    #standardMenu .rootMenu > li a span, #megaMenu .root > li a span {
        padding: 3px 7px;
        font-size: 12px !important;
    }
}


/*
@media handheld, only screen and (min-width: 1024px) {
    #skin_header {
        height: 60px;
    }
}
*/
@media handheld, only screen and (max-width: 991px) {
    /*
    #skin_header {
        position: static;
        width: 100%;
        margin: 0 auto;
        padding: 0;
        border: none;
        
    }

    .header_main {
        position: static;
    }

    .menu_box {
        min-height: 0;
        display: none;
        float: none;
        padding: 0;
        margin: 0;
    }

    .logo_style {
        float: none;
        padding: 15px;
        line-height: none;
        width: auto;
    }

    .site_logo {
        text-align: center;
    }

    .menu_style {
        margin: 0;
        float: none;
        line-height: 0;
        /*padding: 5px 0 0;-------
        width: auto;
    }

    .top_spacer {
        min-height: 0;
    }

    .skin_banner {
        min-height: 0;
    }

    .icons_menu {
        float: right;
        padding-right: 10px;
        margin-top: 0;
    }
*/
    /*--------- mobile menu style -----------*/
    .mobile_nav {
        padding-left: 10px;
    }

    .menuclick {
        /*background: url(../images/btn_menu.png) no-repeat center center;*/
        width: 40px;
        height: 40px;
        display: block;
    }

    /*--------- StandardMenu style ----------*/
    #standardMenu {
        padding-bottom: 0;
    }

        #standardMenu li {
            float: none;
            margin: 0;
            width: 100%;
            padding: 0px 0px;
        }

            #standardMenu li.back {
                display: none;
            }

        #standardMenu .rootMenu li a {
            background: #fff;
            border-bottom: 1px solid #c4c4c4;
        }

            #standardMenu .rootMenu li a span {
                padding: 0 20px;
                color: #0670c1 !important;
                font-size: 16px !important;
                font-family: FuturaStdBold;
                height: 38px;
                line-height: 38px;
                border: none;
            }

                #standardMenu .rootMenu li a span .navarrow {
                    position: absolute;
                    width: 27px;
                    height: 38px;
                    font-size: 20px;
                    right: 0;
                    top: 5px;
                }

        #standardMenu .rootMenu a span .navarrow2 {
            background-position: center -42px;
        }

        #standardMenu .rootMenu li:hover .setHover {
            width: 0;
        }

        /*-- submenu --**/
        #standardMenu .subMenu {
            position: static;
            width: auto;
            padding: 0;
            display: none;
        }

            #standardMenu .subMenu ul {
                background: none;
                border: none;
                width: 100%;
            }

                #standardMenu .subMenu ul li {
                    border: none;
                }

            #standardMenu .subMenu li.item a {
                background: #f5f5f5;
                border: none;
                border-bottom: 1px solid #ccc;
                border-bottom: 1px solid rgba(0,0,0,.1);
            }

            #standardMenu .subMenu li.selected > a span, #standardMenu .subMenu li.breadcrumb > a span, #standardMenu .subMenu li.item > a:hover span {
                background: #ddd !important;
                color: #333 !important;
            }

            #standardMenu .subMenu li.selected > a, #standardMenu .subMenu li.item a:hover {
                background: #ddd !important;
            }

            #standardMenu .subMenu li.item a span {
                padding: 0 15px 0 25px;
                color: #333 !important;
                background: none;
                height: 35px;
                line-height: 35px;
            }

        #standardMenu .level1 li.item a span {
            padding-left: 40px;
        }

        #standardMenu .level2 li.item a span {
            padding-left: 55px;
        }

        #standardMenu .level3 li.item a span {
            padding-left: 70px;
        }

        #standardMenu .subMenu .subarrow {
            display: none;
            background: none;
        }

        #standardMenu ul li ul li ul {
            display: block;
            width: auto;
        }

            #standardMenu ul li ul li ul.level1 {
                display: block;
                position: static;
                left: auto;
                top: auto;
            }

            #standardMenu ul li ul li ul li ul.level2 {
                display: block;
                position: static;
                left: auto;
                top: auto;
            }

            #standardMenu ul li ul li ul li ul li ul.level3 {
                display: block;
                position: static;
                left: auto;
                top: auto;
            }

            #standardMenu ul li ul li ul li ul li:hover ul.level3 {
                display: block;
                position: static;
                left: auto;
                top: auto;
            }

    /*--------- MegaMenu style ----------*********
    #megaMenu {
        padding-bottom: 0;
    }

        #megaMenu li {
            float: none;
            border-bottom: 1px solid #ccc;
            margin: 0;
        }

            #megaMenu li.back {
                display: none;
            }

        #megaMenu .root li a {
            background: #e6e6e6;
        }

            #megaMenu .root li a span {
                padding: 0 20px;
                color: #000 !important;
                font-size: 13px;
                font-weight: bold;
                height: 38px;
                line-height: 38px;
                border: none;           
                text-transform: none;
            }

        #megaMenu .root li.selected a span, #megaMenu .root li.breadcrumb a span, #megaMenu .root li:hover a span {
            border-radius: 0;
            color: #FFF !important;
        }

        #megaMenu .root li a span .navarrow {
            position: absolute;
            width: 60px;
            height: 38px;
            right: 0;
            background:none;
        }

        #megaMenu .root a span .navarrow2 {
            background-position: center -42px;
        }

        #megaMenu .root li:hover .setHover {
            width: 0;
        }

        /*-- category --**********
        #megaMenu .category {
            position: static;
            width: auto !important;
            padding: 0;
            margin-left:0px !important;
        }

            #megaMenu .category ul {
                background: #f5f5f5;
                border: none;
                padding: 0;
            }

            #megaMenu .category li {
                width: auto;
                padding: 0;
                margin: 0;
                float: none;
                border: none;
            }

                #megaMenu .category li.item a {
                    background: none;
                    border: none;
                    /*border-bottom: 1px solid #ccc;
                    border-bottom: 1px solid rgba(0,0,0,.1);**********
                }

                #megaMenu .category li.selected > a, #megaMenu .category li a:hover {
                    background: #ddd;
                }

                #megaMenu .category li.item a span {
                      padding: 10px 0px 0px 20px;
                      color: #333 !important;
                      background: none;
                      height: 55px;
                      line-height: 35px;
                }

                #megaMenu .category li li.item a span {
                    padding-left: 40px;
                }

                #megaMenu .category li li li.item a span {
                    padding-left: 55px;
                }

                #megaMenu .category li li li li.item a span {
                    padding-left: 70px;
                }

        #megaMenu .leaf li {
            width: auto;
            margin: 0;
            padding: 0;
        }

            #megaMenu .leaf li.item a {
                padding: 0;
            }

            #megaMenu .leaf li li {
                width: auto;
            }
}

/*--------- CSS Reset for Mobile ----------*************
@media handheld, only screen and (max-width: 767px) {
     .logo_style img {
    max-height: 40px;
}
    /*page name*********
    .page_name {
        min-height: 50px;
    }

    .pagename_style {
        min-height: 50px;
        top: 0;
        padding: 0;
    }

        .pagename_style h1 {
            line-height: 50px;
            font-size: 20px;
            padding-top: 0;
        }

    .breadcrumb_style {
        line-height: 50px;
        display: none;
        padding-top: 0;
    }
}

/*--------- Retina Styles ----------**********
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2) {

    .menuclick {
        /*background-image: url(../images/retina/btn_menu@2x.png);***********
        -webkit-background-size: 25px 19px;
        -moz-background-size: 25px 19px;
        background-size: 25px 19px;
    }

    .icon_lang {
        background-image: url(../images/retina/icon_lang@2x.png);
        -webkit-background-size: 30px 30px;
        -moz-background-size: 30px 30px;
        background-size: 30px 30px;
    }

    .login_style .login-button span {
        background-image: url(../images/retina/icon_login@2x.png);
        -webkit-background-size: 30px 30px;
        -moz-background-size: 30px 30px;
        background-size: 30px 30px;
    }

    .login_style .logout-button span {
        background-image: url(../images/retina/icon_logout@2x.png);
        -webkit-background-size: 30px 30px;
        -moz-background-size: 30px 30px;
        background-size: 30px 30px;
    }

    .icon_user .user-button span {
        background-image: url(../images/retina/icon_user@2x.png);
        -webkit-background-size: 30px 30px;
        -moz-background-size: 30px 30px;
        background-size: 30px 30px;
    }

    .icon_user .user-back span {
        background-image: url(../images/retina/icon_user@2x.png);
        -webkit-background-size: 30px 30px;
        -moz-background-size: 30px 30px;
        background-size: 30px 30px;
    }

    .icon_search {
        background-image: url(../images/retina/icon_search@2x.png);
        -webkit-background-size: 30px 30px;
        -moz-background-size: 30px 30px;
        background-size: 30px 30px;
    }
  
}
*/
}

.mobileMenu {
    display: none;
}

.PAR_site_logo {
    padding: 10px 20px 0 10px;
}

    .PAR_site_logo img {
        max-height: 42px;
    }

.PAR_SkinWidth {
    /*width:98%;
    margin:0 auto;*/
    margin-left: 1.5%;
    width: 98.5%;
    height: 100%;
}

.PAR_DesktopHeader {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
}

.PAR_Search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 59px;
    -ms-flex-line-pack: center;
    align-content: center;
}

.PAR_SearchButton {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 60px;
    width: 100%;
    -ms-flex-line-pack: center;
    align-content: center;
    background: #c4c4c4;
    z-index: 2;
    padding: 21px 42px;
    font-size: 18px;
    font-weight: bold;
    color: #1d1d1d;
}

div#custom-search-input {
    position: absolute;
    z-index: 0;
}

.input-group {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    width: 100%;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

    .input-group input.form-control {
        width: 100%;
        height: 34px;
    }

.PAR_SearchButton {
    border-left: 1px solid #565656;
    border-right: 1px solid #565656;
}

    .PAR_SearchButton > i {
        padding-right: 14px;
    }

    .PAR_SearchButton > span {
        font-size: 14px;
        color: #005596;
    }

.PAR_InnerRightHeader {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    height: 57px;
}

    .PAR_InnerRightHeader #Phone {
        padding: 24px 10px;
        margin-bottom: 1px;
    }

    .PAR_InnerRightHeader .userActive {
        padding: 10px 38px;
        margin-bottom: -1.5px;
    }

.userAuth {
    margin-top: -4px;
}

.PAR_InnerRightHeader .PAR_Logout {
    padding: 25px 34px;
    font-size: 14px;
}

    .PAR_InnerRightHeader .PAR_Logout > i {
        /*margin-right:14px;*/
    }

    .PAR_InnerRightHeader .PAR_Logout > a {
        color: #fff;
    }

div.icon_search {
    width: auto;
    height: auto;
    width: initial;
    height: initial;
    background: none;
}

div.icon_search_style {
    left: -60px;
    top: 65px;
}

div.breadcrumbPane {
    background-color: #eFeFeF;
}

li.breadcrumb {
    padding: 0px !important;
}

div.PAR_Search {
    margin-top: 0;
    width: auto !important;
    width: initial !important;
}

.PAR_PaddingNUll {
    padding: 0px;
    font-family: Futura, "Trebuchet MS", Arial, sans-serif;
}

.PAR_SkinWidth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .PAR_SkinWidth > .PAR_HeaderSpace {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

.item.selected.breadcrumb {
    background-color: transparent;
    padding: 0;
}

.PAR_InnerRightHeader a:hover {
    text-decoration: none;
}

div.breadcrumbDiv.PAR_SkinWidth > span {
    padding-left: 15px;
}

.page_nameBreadcrumb {
    background: #eee !important;
}

.desktopHide {
    display: none;
}

ul.searchSkinObjectPreview {
    display: none;
}

.mobileMenu {
    display: none;
}

@media (min-width: 1271px) and (max-width: 1350px) {

    .PAR_InnerRightHeader .userActive {
        padding: 10px 10px;
    }

    #userActiveDiv {
        width: 151px;
    }

    #HeaderSearch input[type="text"] {
        width: 151px;
    }

    .footer_grid3d {
        padding: 0px 5px;
    }
}

@media (max-width: 840px) {

    .menu_style {
        display: none;
    }

    .mobileMenu {
        display: none;
        position: absolute;
        top: 58px;
        width: 100%;
        left: 0;
    }

    .MobileMenuIcon {
        width: 50px;
        height: 57px;
        border-left: 1px solid #c4c4c4;
    }

    .MobileMenuImage {
        background: url(../images/Menu_icon.png) no-repeat 0px 0px;
        height: 22px;
        width: 22px;
        position: absolute;
        top: 19px;
        margin-left: 14px;
    }
}

@media (max-width: 1270px) {

    .PAR_InnerRightHeader .userActive {
        padding: 10px 10px;
    }

    #HeaderSearch input[type="text"] {
        width: 151px;
        border: 1px solid #c4c4c4;
    }

    .mobileHide, .agentSection.mobileHide {
        display: none;
    }

    div.PAR_Search {
        margin-top: 0;
        position: absolute;
        width: initial !important;
        top: 54px;
        right: 140px;
        display: none;
        z-index: 10;
    }

    .SearchIconMobile {
        width: 50px;
        height: 57px;
        border-left: 1px solid #c4c4c4;
        border-right: 1px solid #c4c4c4;
    }

        .SearchIconMobile:hover {
            cursor: pointer;
        }

    .SearchMobileImage {
        background: url(../images/Search_icon.png) no-repeat 0px 0px;
        height: 22px;
        width: 22px;
        position: absolute;
        top: 19px;
        margin-left: 14px;
    }

    .userMobileHeader {
        background: url(../images/user_icon.png) no-repeat 0px 0px;
        height: 22px;
        width: 22px;
        position: absolute;
        top: 19px;
        margin-left: 14px;
    }

    .desktopHide {
        display: inline-block;
    }

    #userActiveDiv, #phoneRightBar {
        width: 50px;
    }

    .PAR_HeaderCart a img {
        width: 29px;
        height: 21px;
        margin: 18px 10px 8px 10px;
    }

    .cartCounter {
        display: none;
    }

    .PAR_HeaderCart {
        border-left: 1px solid #c4c4c4 !important;
        background-color: #da0404;
        height: 57px;
        width: 50px;
    }

        .PAR_HeaderCart a {
            padding: 0px;
        }

    .phone_Icon {
        margin-left: 4px;
    }
}


div.PAR_Search.ipad_style div#HeaderSearch input[type="text"] {
    padding-top: 30px;
}

#dnn_HeaderMega1_dnnSEARCH_ClassicSearch {
    height: 40px;
}

div.ipad_style #Search a {
    background: url(../images/Search_icon.jpg) no-repeat 5px 15px;
}

#HeaderOnePrint {
    display: none;
}

@page {
    size: portrait;
    margin: 10mm 10mm 10mm 10mm;
    border-collapse: collapse;
}

@page :first {
    margin: 10mm 10mm 10mm 10mm;
}

@-moz-document url-prefix() { /*FireFox*/
    @page {
        size: landscape;
        margin: 0mm 0mm 0mm 0mm;
    }
}

@supports (-ms-ime-align:auto) { /*Microsoft Edge*/
    @page {
        size: landscape;
    }
}

@media print {
    #HeaderOne {
        display: none;
    }

    #HeaderOnePrint {
        display: block;
    }

    .page_nameBreadcrumb {
        margin-bottom: 0px;
        padding: 0px 0px 0px 0px;
    }

    .jt1_top {
        padding: 0px 0px 0px 0px;
    }
}


/******
** base 
.tweak-signin-header-desktop { display: block; }
.tweak-signin-header-mobile  { display: none; }
*/

/******
** iPad Pro 
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
    .tweak-signin-header-desktop { display: none; }
    .tweak-signin-header-mobile  { display: block; }

    .tweak-signin-header-mobile .userMobileHeader {
        background: url(/portals/_default/skins/PAR/images/user_icon.png) no-repeat 0px 0px;
        height: 22px;
        width: 22px;
        position: absolute;
        top: 19px;
        margin-left: 14px;
    }

    #userActiveDiv {
        width: 90px;
    }

    .tweak-separator {
        margin: 0px 5px 0px 14px;
    }
}
*/
