#wb_floatingHeader {
    clear: both;
    position: relative;
    table-layout: fixed;
    display: table;
    text-align: center;
    width: 100%;
    background-color: #FBFBFB;
    background-image: none;
    border: 0px solid #CCCCCC;
    border-radius: 0px;
    box-sizing: border-box;
    margin: 0;
}

#floatingHeader {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 4px 0 4px 0;
    margin-right: auto;
    margin-left: auto;
    max-width: 1024px;
}

    #floatingHeader > .col-1,
    #floatingHeader > .col-2,
    #floatingHeader > .col-3 {
        box-sizing: border-box;
        font-size: 0;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        position: relative;
    }

    #floatingHeader > .col-1,
    #floatingHeader > .col-2,
    #floatingHeader > .col-3 {
        flex: 0 0 auto;
    }

    #floatingHeader > .col-1 {
        background-color: transparent;
        background-image: none;
        border: 0px solid #FFFFFF;
        border-radius: 0px;
        flex-basis: 25%;
        max-width: 25%;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        align-self: stretch;
        align-items: center;
        justify-content: flex-start;
        text-align: left;
    }

    #floatingHeader > .col-2 {
        background-color: transparent;
        background-image: none;
        border: 0px solid #FFFFFF;
        border-radius: 0px;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        align-self: stretch;
        align-items: center;
        justify-content: flex-start;
        text-align: left;
    }

    #floatingHeader > .col-3 {
        background-color: transparent;
        background-image: none;
        border: 0px solid #FFFFFF;
        border-radius: 0px;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        align-self: stretch;
        align-items: center;
        justify-content: flex-start;
        text-align: left;
    }

@media (max-width: 480px) {

    #floatingHeader > .col-1,
    #floatingHeader > .col-2,
    #floatingHeader > .col-3 {
        flex-basis: 100% !important;
        max-width: 100% !important;
    }
}

#wb_header {
    clear: both;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 7776;
    table-layout: fixed;
    display: table;
    text-align: center;
    width: 100%;
    background-color: #FFFFFF;
    background-image: none;
    border: 0px solid #CCCCCC;
    border-radius: 0px;
    box-sizing: border-box;
    margin: 0;
}

#header {
    box-sizing: border-box;
    padding: 10px 15px 10px 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1024px;
}

    #header > .row {
        margin-right: -15px;
        margin-left: -15px;
    }

        #header > .row > .col-1,
        #header > .row > .col-2 {
            box-sizing: border-box;
            font-size: 0;
            min-height: 1px;
            padding-right: 15px;
            padding-left: 15px;
            position: relative;
        }

        #header > .row > .col-1,
        #header > .row > .col-2 {
            float: left;
        }

        #header > .row > .col-1 {
            background-color: transparent;
            background-image: none;
            border: 0px solid #FFFFFF;
            border-radius: 0px;
            width: 25%;
            text-align: left;
        }

        #header > .row > .col-2 {
            background-color: transparent;
            background-image: none;
            border: 0px solid #FFFFFF;
            border-radius: 0px;
            width: 75%;
            text-align: right;
        }

    #header:before,
    #header:after,
    #header .row:before,
    #header .row:after {
        display: table;
        content: " ";
    }

    #header:after,
    #header .row:after {
        clear: both;
    }

@media (max-width: 320px) {

    #header > .row > .col-1,
    #header > .row > .col-2 {
        float: none;
        width: 100% !important;
    }
}

#headerLogo {
    list-style: none;
    padding: 8px 15px 8px 0;
    background-color: transparent;
    background-image: none;
    border: 0px solid #C0C0C0;
    border-radius: 0px;
    font-family: Arial;
    font-weight: bold;
    font-style: normal;
    font-size: 0;
    margin: 0;
    text-align: left;
}

    #headerLogo > li {
        display: inline-block;
        font-size: 24px;
        text-transform: none;
    }

    #headerLogo a {
        color: #000000;
        text-decoration: none;
    }

        #headerLogo a:hover {
            color: #3F74A4;
            text-decoration: none;
        }

    #headerLogo > .active {
        color: #D02600;
    }

        #headerLogo > .active a {
            color: inherit;
            pointer-events: none;
        }

    #headerLogo > li + li:before {
        content: "";
        padding: 0 5px;
        color: #C0C0C0;
    }

#wb_footer {
    clear: both;
    position: relative;
    table-layout: fixed;
    display: table;
    text-align: center;
    width: 100%;
    background-color: #FBFBFB;
    background-image: none;
    border: 0px solid #000000;
    border-radius: 0px;
    box-sizing: border-box;
    margin: 0;
}

#footer {
    box-sizing: border-box;
    padding: 40px 15px 40px 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1140px;
}

    #footer > .row {
        margin-right: -15px;
        margin-left: -15px;
    }

        #footer > .row > .col-1 {
            box-sizing: border-box;
            font-size: 0;
            min-height: 1px;
            padding-right: 15px;
            padding-left: 15px;
            position: relative;
        }

        #footer > .row > .col-1 {
            float: left;
        }

        #footer > .row > .col-1 {
            background-color: transparent;
            background-image: none;
            border: 0px solid #FFFFFF;
            border-radius: 0px;
            width: 100%;
            text-align: center;
        }

    #footer:before,
    #footer:after,
    #footer .row:before,
    #footer .row:after {
        display: table;
        content: " ";
    }

    #footer:after,
    #footer .row:after {
        clear: both;
    }

@media (max-width: 480px) {
    #footer > .row > .col-1 {
        float: none;
        width: 100%;
    }
}

#wb_footerText2 {
    background-color: transparent;
    background-image: none;
    border: 0px solid #000000;
    border-radius: 0px;
    padding: 0;
    margin: 0;
    text-align: center;
}

#wb_footerText2 {
    color: #000000;
    font-family: Arial;
    font-weight: 400;
    font-size: 15px;
    line-height: 16px;
}

    #wb_footerText2 p,
    #wb_footerText2 ul {
        margin: 0;
        padding: 0;
    }

#wb_footerText2 {
    display: block;
    margin: 0;
    box-sizing: border-box;
    width: 100%;
}

#upStickyLayer {
    background-color: #3F74A4;
    background-image: none;
    border-radius: 0px;
    opacity: 0.77;
}

#wb_upIcon {
    background-color: transparent;
    background-image: none;
    border: 0px solid #3E3E3E;
    border-radius: 0px;
    text-align: center;
    margin: 0;
    padding: 4px 4px 4px 4px;
    vertical-align: top;
}

    #wb_upIcon a {
        text-decoration: none;
    }

        #wb_upIcon a::after {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 1;
            pointer-events: auto;
            content: "";
        }

#upIcon {
    height: 24px;
    width: 24px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

    #upIcon i {
        color: #FFFFFF;
        display: inline-block;
        font-size: 24px;
        line-height: 24px;
        vertical-align: middle;
    }

#wb_upIcon:hover #upIcon i {
    color: #007BFF;
}

#wb_footerIcon1 {
    background-color: transparent;
    background-image: none;
    border: 0px solid #FFFFFF;
    border-radius: 2px;
    text-align: center;
    margin: 0 10px 0 0;
    padding: 0;
    vertical-align: top;
    display: inline-block;
    position: relative;
}

    #wb_footerIcon1 a {
        text-decoration: none;
    }

        #wb_footerIcon1 a::after {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 1;
            pointer-events: auto;
            content: "";
        }

#footerIcon1 {
    height: 40px;
    width: 40px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

    #footerIcon1 i {
        color: #005392;
        display: inline-block;
        font-size: 40px;
        line-height: 40px;
        vertical-align: middle;
    }

#wb_footerIcon1:hover #footerIcon1 i {
    color: #005392;
}

#wb_footerIcon3 {
    background-color: transparent;
    background-image: none;
    border: 0px solid #FFFFFF;
    border-radius: 2px;
    text-align: center;
    margin: 0 10px 0 0;
    padding: 0;
    vertical-align: top;
    display: inline-block;
    position: relative;
}

    #wb_footerIcon3 a {
        text-decoration: none;
    }

        #wb_footerIcon3 a::after {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 1;
            pointer-events: auto;
            content: "";
        }

#footerIcon3 {
    height: 40px;
    width: 40px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

    #footerIcon3 i {
        color: #0096FF;
        display: inline-block;
        font-size: 40px;
        line-height: 40px;
        vertical-align: middle;
    }

#wb_footerIcon3:hover #footerIcon3 i {
    color: #0096FF;
}

#wb_footerIcon4 {
    background-color: transparent;
    background-image: none;
    border: 0px solid #FFFFFF;
    border-radius: 2px;
    text-align: center;
    margin: 0 10px 0 0;
    padding: 0;
    vertical-align: top;
    display: inline-block;
    position: relative;
}

    #wb_footerIcon4 a {
        text-decoration: none;
    }

        #wb_footerIcon4 a::after {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 1;
            pointer-events: auto;
            content: "";
        }

#footerIcon4 {
    height: 40px;
    width: 40px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

    #footerIcon4 i {
        color: #504EBF;
        display: inline-block;
        font-size: 40px;
        line-height: 40px;
        vertical-align: middle;
    }

#wb_footerIcon4:hover #footerIcon4 i {
    color: #B02796;
}

#wb_footerIcon2 {
    background-color: transparent;
    background-image: none;
    border: 0px solid #FFFFFF;
    border-radius: 2px;
    text-align: center;
    margin: 0 10px 0 0;
    padding: 0;
    vertical-align: top;
    display: inline-block;
    position: relative;
}

    #wb_footerIcon2 a {
        text-decoration: none;
    }

        #wb_footerIcon2 a::after {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 1;
            pointer-events: auto;
            content: "";
        }

#footerIcon2 {
    height: 40px;
    width: 40px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

    #footerIcon2 i {
        color: #EF2600;
        display: inline-block;
        font-size: 40px;
        line-height: 40px;
        vertical-align: middle;
    }

#wb_footerIcon2:hover #footerIcon2 i {
    color: #EF2600;
}

#wb_footerHeading {
    background-color: transparent;
    background-image: none;
    border: 0px solid #000000;
    border-radius: 0px;
    box-sizing: border-box;
    vertical-align: top;
    margin: 0;
    padding: 40px 0 20px 0;
    text-align: center;
}

#footerHeading {
    color: #000000;
    font-family: Arial;
    font-weight: bold;
    font-style: normal;
    font-size: 32px;
    margin: 0;
    text-align: center;
    text-transform: none;
}

#wb_footerMenu {
    border: 0px solid #C0C0C0;
    border-radius: 0px;
    background-color: transparent;
    margin: 20px 0 20px 0;
    text-align: center;
    position: relative;
    z-index: 1111 !important;
}

    #wb_footerMenu::after {
        content: "";
        display: table;
        clear: both;
    }

    #wb_footerMenu ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        font-size: 0;
        position: relative;
        display: inline-block;
    }

    #wb_footerMenu li {
        display: inline-block;
        margin: 0;
        padding: 8px 4px 8px 0px;
    }

    #wb_footerMenu a {
        display: block;
        color: #333333;
        border: 1px solid rgba(255, 255, 255, 0.00);
        border-radius: 0px;
        background-color: rgba(255, 255, 255, 0.00);
        background-image: none;
        font-family: Arial;
        font-weight: bold;
        font-size: 13px;
        font-style: normal;
        text-decoration: none;
        text-transform: none;
        text-align: center;
        vertical-align: middle;
    }

    #wb_footerMenu > ul > li > a {
        height: 26px;
        line-height: 26px;
        padding: 0px 10px 0px 10px;
    }

    #wb_footerMenu li:hover a,
    #wb_footerMenu a:hover {
        color: #7F7F7F;
    }

.footerMenu-effect:before {
    border: 1px solid #3F74A4;
    background-color: #3F74A4;
    background-image: none;
}

#wb_footerMenu li.firstmain {
    padding-left: 8px;
}

#wb_footerMenu li.lastmain {
    padding-right: 8px;
}

#wb_footerMenu br {
    clear: both;
    font-size: 1px;
    height: 0;
    line-height: 0;
}

.footerMenu-effect {
    display: inline-block;
    position: relative;
    transform: perspective(0px) translateX(0);
    transition: color 200ms linear;
}

    .footerMenu-effect:before {
        content: "";
        position: absolute;
        height: 0px;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        opacity: 0;
        transform: scaleX(0);
        transform-origin: 50%;
        transition: all 200ms linear;
    }

    .footerMenu-effect:hover:before,
    .footerMenu-effect:focus:before,
    .footerMenu-effect.active:before {
        transform: scaleX(1);
        opacity: 1;
    }

#wb_footerText1 {
    background-color: transparent;
    background-image: none;
    border: 0px solid #000000;
    border-radius: 0px;
    padding: 0;
    margin: 0;
    text-align: center;
}

#wb_footerText1 {
    color: #000000;
    font-family: Arial;
    font-weight: 400;
    font-size: 15px;
    line-height: 16px;
}

    #wb_footerText1 p,
    #wb_footerText1 ul {
        margin: 0;
        padding: 0;
    }

#wb_footerText1 {
    display: block;
    margin: 0;
    box-sizing: border-box;
    width: 100%;
}

#headerButton {
    box-sizing: border-box;
    line-height: 40px;
    text-decoration: none;
    vertical-align: top;
    border: 1px solid #3F74A4;
    border-radius: 0px;
    background-color: #3F74A4;
    background-image: none;
    color: #FFFFFF;
    font-family: Arial;
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    padding: 0;
    text-align: center;
    -webkit-appearance: none;
    margin: 0;
}

    #headerButton:focus {
        outline: 0;
    }

#wb_headerImage {
    margin: 0;
    vertical-align: top;
}

#headerImage {
    border: 0px solid #000000;
    border-radius: 0px;
    box-sizing: border-box;
    padding: 0;
    display: inline-block;
    width: 46px;
    height: 46px;
    vertical-align: top;
}

#headerBreadcrumb {
    list-style: none;
    padding: 8px 0 8px 15px;
    background-color: transparent;
    background-image: none;
    border: 0px solid #333333;
    border-radius: 4px;
    font-family: Arial;
    font-weight: normal;
    font-style: normal;
    font-size: 0;
    margin: 0;
    text-align: right;
}

    #headerBreadcrumb > li {
        display: inline-block;
        font-size: 11px;
        text-transform: none;
    }

    #headerBreadcrumb a {
        color: #333333;
        text-decoration: none;
    }

        #headerBreadcrumb a:hover {
            color: #3F74A4;
            text-decoration: underline;
        }

    #headerBreadcrumb > .active {
        color: #55783E;
    }

        #headerBreadcrumb > .active a {
            color: inherit;
            pointer-events: none;
        }

    #headerBreadcrumb > li + li:before {
        content: "";
        padding: 0 8px;
        color: #C0C0C0;
    }

#wb_headerMenu {
    display: block;
    background-color: #FFFFFF;
    font-family: Arial;
    font-weight: bold;
    text-align: right;
    width: 100%;
    margin: 0;
    z-index: 1111 !important;
}

#headerMenu {
    display: inline-block;
    background-color: #FFFFFF;
    height: 39px;
}

#wb_headerMenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

    #wb_headerMenu ul:after {
        clear: both;
        content: "";
        display: block;
    }

    #wb_headerMenu ul li {
        border-radius: 0;
        display: list-item;
        float: left;
        list-style: none;
        z-index: 9999;
    }

        #wb_headerMenu ul li i {
            font-size: 0px;
            width: 0px;
            margin-bottom: 0px;
        }

        #wb_headerMenu ul li a {
            background-color: #FFFFFF;
            color: #333333;
            font-family: Arial;
            font-weight: bold;
            font-size: 15px;
            font-style: normal;
            text-decoration: none;
            text-transform: none;
            padding: 13px 12px 13px 12px;
            text-align: center;
        }

#wb_headerMenu > ul > li > a {
    height: 13px;
}

.headerMenu a {
    display: block;
}

#wb_headerMenu li:hover > a,
#wb_headerMenu li .active {
    background-color: #3F74A4;
    color: #FFFFFF;
}

#wb_headerMenu ul ul {
    display: none;
    position: absolute;
    top: 39px;
}

#wb_headerMenu ul li:hover > ul {
    display: list-item;
}

#wb_headerMenu ul ul li {
    float: none;
    position: relative;
    width: 88px;
}

    #wb_headerMenu ul ul li a {
        background-color: #7A7A7A;
        border: 0px solid #7A7A7A;
        color: #FFFFFF;
    }

    #wb_headerMenu ul ul li:hover > a,
    #wb_headerMenu ul ul li .active {
        background-color: #CCCCCC;
        color: #424242;
    }

    #wb_headerMenu ul ul li i {
        margin-right: 0px;
        vertical-align: middle;
    }

    #wb_headerMenu ul ul li a {
        padding-top: 15px;
        padding-right: 10px;
        padding-bottom: 15px;
        text-align: left;
        vertical-align: middle;
    }

#wb_headerMenu ul ul ul li {
    left: 88px;
    position: relative;
    top: -39px;
}

#wb_headerMenu .arrow-down {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid #333333;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-bottom: 0 dotted;
}

#wb_headerMenu .arrow-left {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-left: 4px solid #FFFFFF;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 0 dotted;
}

#wb_headerMenu li:hover > a .arrow-down,
#wb_headerMenu li .active .arrow-down {
    border-top-color: #FFFFFF;
}

#wb_headerMenu ul ul li:hover > a .arrow-left,
#wb_headerMenu ul ul li .active .arrow-left {
    border-left-color: #424242;
}

#wb_headerMenu .toggle,
[id^=headerMenu-submenu] {
    display: none;
}

@media all and (max-width:768px) {
    #wb_headerMenu {
        margin: 0;
        text-align: left;
    }

        #wb_headerMenu ul li a,
        #wb_headerMenu .toggle {
            font-size: 15px;
            font-weight: bold;
            font-style: normal;
            text-decoration: none;
            text-transform: none;
            padding: 15px 10px 15px 10px;
        }

            #wb_headerMenu .toggle + a {
                display: none !important;
            }

    .headerMenu {
        display: none;
        z-index: 9999;
    }

    #headerMenu {
        background-color: transparent;
        display: none;
    }

    #wb_headerMenu > ul > li > a {
        height: auto !important;
        margin: 0;
    }

    #wb_headerMenu .toggle {
        display: block;
        background-color: #FFFFFF;
        color: #333333;
        padding: 0 10px 0 10px;
        line-height: 30px;
        text-decoration: none;
        border: none;
        position: relative;
    }

        #wb_headerMenu .toggle:hover {
            background-color: #3F74A4;
            color: #FFFFFF;
        }

    [id^=headerMenu-submenu]:checked + ul {
        display: block !important;
    }

    #headerMenu-title {
        height: 39px !important;
        line-height: 39px !important;
        text-align: center;
    }

    #wb_headerMenu ul li {
        display: block;
        width: 100% !important;
        text-align: right;
    }

    #wb_headerMenu ul ul .toggle,
    #wb_headerMenu ul ul a {
        padding: 0 20px;
    }

    #wb_headerMenu a:hover,
    #wb_headerMenu ul ul ul a {
        background-color: #7A7A7A;
        color: #FFFFFF;
    }

    #wb_headerMenu ul li ul li .toggle,
    #wb_headerMenu ul ul a {
        background-color: #7A7A7A;
        color: #FFFFFF;
    }

    #wb_headerMenu ul ul ul a {
        padding: 15px 10px 15px 30px;
    }

    #wb_headerMenu ul li a {
        text-align: right;
    }

        #wb_headerMenu ul li a br {
            display: none;
        }

    #wb_headerMenu ul li i {
        margin-right: 0px;
    }

    #wb_headerMenu ul ul {
        float: none;
        position: static;
    }

        #wb_headerMenu ul ul li:hover > ul,
        #wb_headerMenu ul li:hover > ul {
            display: none;
        }

        #wb_headerMenu ul ul li {
            display: block;
            width: 100%;
        }

        #wb_headerMenu ul ul ul li {
            position: static;
        }

    #headerMenu-icon {
        display: block;
        position: absolute;
        right: 12px;
        top: 7px;
        user-select: none;
    }

        #headerMenu-icon span {
            display: block;
            margin-top: 4px;
            height: 2px;
            background-color: #333333;
            color: #333333;
            width: 24px;
        }

    #wb_headerMenu ul li ul li .toggle:hover {
        background-color: #CCCCCC;
        color: #424242;
    }

    #wb_headerMenu .toggle .arrow-down {
        border-top-color: #333333;
    }

    #wb_headerMenu .toggle:hover .arrow-down,
    #wb_headerMenu li .active .arrow-down {
        border-top-color: #FFFFFF;
    }

    #wb_headerMenu ul li ul li .toggle .arrow-down {
        border-top-color: #FFFFFF;
    }

    #wb_headerMenu ul li ul li .toggle:hover .arrow-down,
    #wb_headerMenu ul li ul li .active .arrow-down {
        border-top-color: #424242;
    }
}

#wb_headerIcon1 {
    background-color: transparent;
    background-image: none;
    border: 0px solid #FFFFFF;
    border-radius: 2px;
    text-align: center;
    margin: 0 6px 0 0;
    padding: 0;
    vertical-align: top;
    display: inline-block;
    position: relative;
}

    #wb_headerIcon1 a {
        text-decoration: none;
    }

        #wb_headerIcon1 a::after {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 1;
            pointer-events: auto;
            content: "";
        }

#headerIcon1 {
    height: 36px;
    width: 22px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

    #headerIcon1 i {
        color: #005392;
        display: inline-block;
        font-size: 22px;
        line-height: 36px;
        vertical-align: middle;
    }

#wb_headerIcon1:hover #headerIcon1 i {
    color: #005392;
}

#wb_headerIcon2 {
    background-color: transparent;
    background-image: none;
    border: 0px solid #FFFFFF;
    border-radius: 2px;
    text-align: center;
    margin: 0 6px 0 0;
    padding: 0;
    vertical-align: top;
    display: inline-block;
    position: relative;
}

    #wb_headerIcon2 a {
        text-decoration: none;
    }

        #wb_headerIcon2 a::after {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 1;
            pointer-events: auto;
            content: "";
        }

#headerIcon2 {
    height: 36px;
    width: 22px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

    #headerIcon2 i {
        color: #EF2600;
        display: inline-block;
        font-size: 22px;
        line-height: 36px;
        vertical-align: middle;
    }

#wb_headerIcon2:hover #headerIcon2 i {
    color: #EF2600;
}

#wb_headerIcon3 {
    background-color: transparent;
    background-image: none;
    border: 0px solid #FFFFFF;
    border-radius: 2px;
    text-align: center;
    margin: 0 6px 0 0;
    padding: 0;
    vertical-align: top;
    display: inline-block;
    position: relative;
}

    #wb_headerIcon3 a {
        text-decoration: none;
    }

        #wb_headerIcon3 a::after {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 1;
            pointer-events: auto;
            content: "";
        }

#headerIcon3 {
    height: 36px;
    width: 22px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

    #headerIcon3 i {
        color: #0096FF;
        display: inline-block;
        font-size: 22px;
        line-height: 36px;
        vertical-align: middle;
    }

#wb_headerIcon3:hover #headerIcon3 i {
    color: #0096FF;
}

#wb_headerIcon4 {
    background-color: transparent;
    background-image: none;
    border: 0px solid #FFFFFF;
    border-radius: 2px;
    text-align: center;
    margin: 0 6px 0 0;
    padding: 0;
    vertical-align: top;
    display: inline-block;
    position: relative;
}

    #wb_headerIcon4 a {
        text-decoration: none;
    }

        #wb_headerIcon4 a::after {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 1;
            pointer-events: auto;
            content: "";
        }

#headerIcon4 {
    height: 36px;
    width: 22px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

    #headerIcon4 i {
        color: #FF000E;
        display: inline-block;
        font-size: 22px;
        line-height: 36px;
        vertical-align: middle;
    }

#wb_headerIcon4:hover #headerIcon4 i {
    color: #B02796;
}

#wb_footerHeading {
    display: block;
    width: 100%;
    z-index: 13;
}

#wb_upIcon {
    position: absolute;
    left: 9px;
    top: 8px;
    width: 24px;
    height: 24px;
    text-align: center;
    z-index: 17;
}

#wb_footerIcon4 {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    z-index: 12;
}

#wb_footerIcon3 {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    z-index: 11;
}

#wb_footerIcon2 {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    z-index: 10;
}

#wb_footerIcon1 {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    z-index: 9;
}

#wb_headerBreadcrumb {
    display: block;
    width: 100%;
    z-index: 4;
    vertical-align: top;
}

#wb_headerImage {
    display: none;
    width: 46px;
    height: 46px;
    z-index: 5;
}

#wb_footerMenu {
    display: inline-block;
    width: 431px;
    height: 48px;
    z-index: 15;
}

#wb_headerMenu {
    display: inline-block;
    width: 644px;
    height: 43px;
    z-index: 7;
}

#headerButton {
    display: none;
    width: 125px;
    height: 42px;
    z-index: 8;
}

#upStickyLayer {
    position: fixed;
    text-align: left;
    left: auto;
    right: 25px;
    top: auto;
    bottom: 25px;
    width: 50px;
    height: 50px;
    z-index: 21;
}

#wb_headerLogo {
    display: inline-block;
    width: 85px;
    height: 47px;
    z-index: 6;
    vertical-align: top;
}

#wb_headerIcon4 {
    display: inline-block;
    width: 22px;
    height: 36px;
    text-align: center;
    z-index: 3;
}

#wb_headerIcon3 {
    display: inline-block;
    width: 22px;
    height: 36px;
    text-align: center;
    z-index: 2;
}

#wb_headerIcon2 {
    display: inline-block;
    width: 22px;
    height: 36px;
    text-align: center;
    z-index: 1;
}

#wb_headerIcon1 {
    display: inline-block;
    width: 22px;
    height: 36px;
    text-align: center;
    z-index: 0;
}

@media only screen and (min-width: 768px) and (max-width: 969px) {
    body {
        background-color: #FFFFFF;
        background-image: none;
    }

    #wb_floatingHeader {
        visibility: visible;
        display: table;
    }

    #wb_floatingHeader {
        height: auto;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    #floatingHeader {
        height: auto;
        padding: 4px 0 4px 0;
    }

        #floatingHeader > .col-1,
        #floatingHeader > .col-2,
        #floatingHeader > .col-3 {
            padding-right: 15px;
            padding-left: 15px;
        }

        #floatingHeader > .col-1 {
            display: flex;
            flex-basis: 25%;
            max-width: 25%;
            border: 0px solid #FFFFFF;
            border-radius: 0px;
            align-content: center;
            align-items: center;
            justify-content: flex-start;
            text-align: left;
        }

        #floatingHeader > .col-2 {
            display: flex;
            flex-basis: 33.33333333%;
            max-width: 33.33333333%;
            border: 0px solid #FFFFFF;
            border-radius: 0px;
            align-content: center;
            align-items: center;
            justify-content: flex-start;
            text-align: left;
        }

        #floatingHeader > .col-3 {
            display: flex;
            flex-basis: 41.66666667%;
            max-width: 41.66666667%;
            border: 0px solid #FFFFFF;
            border-radius: 0px;
            align-content: center;
            align-items: center;
            justify-content: flex-start;
            text-align: left;
        }

    #wb_header {
        visibility: visible;
        display: table;
    }

    #wb_header {
        height: auto;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    #header {
        height: auto;
        padding: 10px 15px 10px 15px;
    }

        #header .row {
            margin-right: -15px;
            margin-left: -15px;
        }

    #wb_headerLogo {
        width: 85px;
        height: 47px;
        visibility: visible;
        display: inline-block;
        margin: 0;
    }

    #headerLogo {
        padding: 8px 15px 8px 0;
        text-align: left;
    }

        #headerLogo > li + li:before {
            padding: 0 5px;
        }

    #wb_footer {
        visibility: visible;
        display: table;
    }

    #wb_footer {
        height: auto;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    #footer {
        height: auto;
        padding: 40px 15px 40px 15px;
    }

        #footer .row {
            margin-right: -15px;
            margin-left: -15px;
        }

        #footer > .row > .col-1 {
            padding-right: 15px;
            padding-left: 15px;
        }

        #footer > .row > .col-1 {
            display: block;
            width: 100%;
            border: 0px solid #FFFFFF;
            border-radius: 0px;
            text-align: center;
        }

    #wb_footerText2 {
        visibility: visible;
        display: block;
    }

    #wb_footerText2 {
        font-size: 15px;
        margin: 0;
        padding: 0;
        text-align: center;
        line-height: 16px;
    }

    #upStickyLayer {
        width: 50px;
        height: 50px;
        visibility: visible;
        display: block;
    }

    #wb_upIcon {
        left: 9px;
        top: 8px;
        width: 24px;
        height: 24px;
        visibility: visible;
        display: inline;
        margin: 0;
        padding: 4px 4px 4px 4px;
    }

    #upIcon {
        width: 24px;
        height: 24px;
    }

        #upIcon i {
            line-height: 24px;
            font-size: 24px;
            width: 23px;
        }

    #wb_footerIcon1 {
        width: 40px;
        height: 40px;
        visibility: visible;
        display: inline-block;
        margin: 0 10px 0 0;
        padding: 0;
    }

    #footerIcon1 {
        width: 40px;
        height: 40px;
    }

        #footerIcon1 i {
            line-height: 40px;
            font-size: 40px;
            width: 39px;
        }

    #wb_footerIcon3 {
        width: 40px;
        height: 40px;
        visibility: visible;
        display: inline-block;
        margin: 0 10px 0 0;
        padding: 0;
        background-color: transparent;
        background-image: none;
    }

    #footerIcon3 {
        width: 40px;
        height: 40px;
    }

        #footerIcon3 i {
            line-height: 40px;
            font-size: 40px;
            width: 39px;
        }

    #wb_footerIcon3:hover {
        background-color: transparent;
        background-image: none;
        border: 0px solid #FFFFFF;
    }

    #wb_footerIcon4 {
        width: 40px;
        height: 40px;
        visibility: visible;
        display: inline-block;
        margin: 0 10px 0 0;
        padding: 0;
        background-color: transparent;
        background-image: none;
    }

    #footerIcon4 {
        width: 40px;
        height: 40px;
    }

        #footerIcon4 i {
            line-height: 40px;
            font-size: 40px;
            width: 39px;
        }

    #wb_footerIcon4:hover {
        background-color: transparent;
        background-image: none;
        border: 0px solid #FFFFFF;
    }

    #wb_footerIcon2 {
        width: 40px;
        height: 40px;
        visibility: visible;
        display: inline-block;
        margin: 0 10px 0 0;
        padding: 0;
    }

    #footerIcon2 {
        width: 40px;
        height: 40px;
    }

        #footerIcon2 i {
            line-height: 40px;
            font-size: 40px;
            width: 39px;
        }

    #wb_footerHeading {
        width: 100%;
        visibility: visible;
        display: block;
        margin: 0;
        padding: 40px 0 20px 0;
    }

    #wb_footerMenu {
        visibility: visible;
        display: inline-block;
        margin: 20px 0 20px 0;
        text-align: center;
    }

        #wb_footerMenu li {
        }

        #wb_footerMenu a {
            color: #333333;
            border: 1px solid rgba(255, 255, 255, 0.00);
            border-radius: 0px;
            background-color: rgba(255, 255, 255, 0.00);
            background-image: none;
            font-family: Arial;
            font-weight: bold;
            font-size: 13px;
            font-style: normal;
            text-decoration: none;
            text-transform: none;
            text-align: center;
        }

        #wb_footerMenu > ul > li > a {
            height: 26px;
            line-height: 26px;
        }

        #wb_footerMenu li:hover a,
        #wb_footerMenu a:hover {
            color: #7F7F7F;
        }

    .footerMenu-effect:before {
        border: 1px solid #3F74A4;
        background-color: #3F74A4;
        background-image: none;
    }

    #wb_footerMenu li {
        padding: 8px 4px 8px 0px;
    }

    #wb_footerText1 {
        visibility: visible;
        display: block;
    }

    #wb_footerText1 {
        font-size: 15px;
        margin: 0;
        padding: 0;
        text-align: center;
        line-height: 16px;
    }

    #headerButton {
        width: 125px;
        height: 42px;
        visibility: hidden;
        display: none;
        margin: 0;
        padding: 0;
    }

    #headerButton {
        line-height: 40px;
    }

    #wb_headerImage {
        width: 46px;
        height: 46px;
        visibility: hidden;
        display: none;
        margin: 0;
        padding: 0;
    }

    #headerImage {
        width: 46px;
        height: 46px;
    }

    #wb_headerBreadcrumb {
        width: 100%;
        visibility: visible;
        display: block;
        margin: 0;
    }

    #headerBreadcrumb {
        padding: 8px 0 8px 15px;
        text-align: right;
    }

        #headerBreadcrumb > li + li:before {
            padding: 0 8px;
        }

    #wb_headerMenu {
        width: 546px;
        height: 43px;
        visibility: visible;
        display: inline-block;
        margin: 0;
        text-align: right;
    }

    #wb_headerIcon1 {
        width: 22px;
        height: 36px;
        visibility: visible;
        display: inline-block;
        margin: 0 6px 0 0;
        padding: 0;
    }

    #headerIcon1 {
        width: 22px;
        height: 36px;
    }

        #headerIcon1 i {
            line-height: 36px;
            font-size: 22px;
            width: 21px;
        }

    #wb_headerIcon2 {
        width: 22px;
        height: 36px;
        visibility: visible;
        display: inline-block;
        margin: 0 6px 0 0;
        padding: 0;
    }

    #headerIcon2 {
        width: 22px;
        height: 36px;
    }

        #headerIcon2 i {
            line-height: 36px;
            font-size: 22px;
            width: 21px;
        }

    #wb_headerIcon3 {
        width: 22px;
        height: 36px;
        visibility: visible;
        display: inline-block;
        margin: 0 6px 0 0;
        padding: 0;
    }

    #headerIcon3 {
        width: 22px;
        height: 36px;
    }

        #headerIcon3 i {
            line-height: 36px;
            font-size: 22px;
            width: 21px;
        }

    #wb_headerIcon4 {
        width: 22px;
        height: 36px;
        visibility: visible;
        display: inline-block;
        margin: 0 6px 0 0;
        padding: 0;
    }

    #headerIcon4 {
        width: 22px;
        height: 36px;
    }

        #headerIcon4 i {
            line-height: 36px;
            font-size: 22px;
            width: 21px;
        }
}

@media only screen and (max-width: 767px) {
    body {
        background-color: #FFFFFF;
        background-image: none;
    }

    #wb_floatingHeader {
        visibility: visible;
        display: table;
    }

    #wb_floatingHeader {
        height: auto;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    #floatingHeader {
        height: auto;
        padding: 4px 0 4px 0;
    }

        #floatingHeader > .col-1,
        #floatingHeader > .col-2,
        #floatingHeader > .col-3 {
            padding-right: 15px;
            padding-left: 15px;
        }

        #floatingHeader > .col-1 {
            display: flex;
            flex-basis: 100%;
            max-width: 100%;
            border: 0px solid #FFFFFF;
            border-radius: 0px;
            align-content: center;
            align-items: center;
            justify-content: flex-start;
            text-align: left;
        }

        #floatingHeader > .col-2 {
            display: flex;
            flex-basis: 100%;
            max-width: 100%;
            border: 0px solid #FFFFFF;
            border-radius: 0px;
            align-content: center;
            align-items: center;
            justify-content: flex-start;
            text-align: left;
        }

        #floatingHeader > .col-3 {
            display: flex;
            flex-basis: 100%;
            max-width: 100%;
            border: 0px solid #FFFFFF;
            border-radius: 0px;
            align-content: flex-start;
            align-items: flex-start;
            justify-content: flex-start;
            text-align: left;
        }

    #wb_header {
        visibility: visible;
        display: table;
    }

    #wb_header {
        height: auto;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    #header {
        height: auto;
        padding: 10px 15px 10px 15px;
    }

        #header .row {
            margin-right: -15px;
            margin-left: -15px;
        }

    #wb_headerLogo {
        width: 70px;
        height: 47px;
        visibility: visible;
        display: inline-block;
        margin: 0;
    }

    #headerLogo {
        padding: 8px 15px 8px 0;
        text-align: left;
    }

        #headerLogo > li + li:before {
            padding: 0 5px;
        }

    #wb_footer {
        visibility: visible;
        display: table;
    }

    #wb_footer {
        height: auto;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    #footer {
        height: auto;
        padding: 40px 15px 40px 15px;
    }

        #footer .row {
            margin-right: -15px;
            margin-left: -15px;
        }

        #footer > .row > .col-1 {
            padding-right: 15px;
            padding-left: 15px;
        }

        #footer > .row > .col-1 {
            display: block;
            width: 100%;
            border: 0px solid #FFFFFF;
            border-radius: 0px;
            text-align: center;
        }

    #wb_footerText2 {
        visibility: visible;
        display: block;
    }

    #wb_footerText2 {
        font-size: 15px;
        margin: 0;
        padding: 0;
        text-align: center;
        line-height: 16px;
    }

    #upStickyLayer {
        width: 50px;
        height: 50px;
        visibility: visible;
        display: block;
    }

    #wb_upIcon {
        left: 9px;
        top: 8px;
        width: 24px;
        height: 24px;
        visibility: visible;
        display: inline;
        margin: 0;
        padding: 4px 4px 4px 4px;
    }

    #upIcon {
        width: 24px;
        height: 24px;
    }

        #upIcon i {
            line-height: 24px;
            font-size: 24px;
            width: 23px;
        }

    #wb_footerIcon1 {
        width: 40px;
        height: 40px;
        visibility: visible;
        display: inline-block;
        margin: 0 10px 0 0;
        padding: 0;
    }

    #footerIcon1 {
        width: 40px;
        height: 40px;
    }

        #footerIcon1 i {
            line-height: 40px;
            font-size: 40px;
            width: 39px;
        }

    #wb_footerIcon3 {
        width: 40px;
        height: 40px;
        visibility: visible;
        display: inline-block;
        margin: 0 10px 0 0;
        padding: 0;
        background-color: transparent;
        background-image: none;
    }

    #footerIcon3 {
        width: 40px;
        height: 40px;
    }

        #footerIcon3 i {
            line-height: 40px;
            font-size: 40px;
            width: 39px;
        }

    #wb_footerIcon3:hover {
        background-color: transparent;
        background-image: none;
        border: 0px solid #FFFFFF;
    }

    #wb_footerIcon4 {
        width: 40px;
        height: 40px;
        visibility: visible;
        display: inline-block;
        margin: 0 10px 0 0;
        padding: 0;
        background-color: transparent;
        background-image: none;
    }

    #footerIcon4 {
        width: 40px;
        height: 40px;
    }

        #footerIcon4 i {
            line-height: 40px;
            font-size: 40px;
            width: 39px;
        }

    #wb_footerIcon4:hover {
        background-color: transparent;
        background-image: none;
        border: 0px solid #FFFFFF;
    }

    #wb_footerIcon2 {
        width: 40px;
        height: 40px;
        visibility: visible;
        display: inline-block;
        margin: 0 10px 0 0;
        padding: 0;
    }

    #footerIcon2 {
        width: 40px;
        height: 40px;
    }

        #footerIcon2 i {
            line-height: 40px;
            font-size: 40px;
            width: 39px;
        }

    #wb_footerHeading {
        width: 100%;
        visibility: visible;
        display: block;
        margin: 0;
        padding: 40px 0 20px 0;
    }

    #wb_footerMenu {
        visibility: visible;
        display: inline-block;
        margin: 20px 0 20px 0;
        text-align: center;
    }

        #wb_footerMenu li {
        }

        #wb_footerMenu a {
            color: #333333;
            border: 1px solid rgba(255, 255, 255, 0.00);
            border-radius: 0px;
            background-color: rgba(255, 255, 255, 0.00);
            background-image: none;
            font-family: Arial;
            font-weight: bold;
            font-size: 13px;
            font-style: normal;
            text-decoration: none;
            text-transform: none;
            text-align: center;
        }

        #wb_footerMenu > ul > li > a {
            height: 26px;
            line-height: 26px;
        }

        #wb_footerMenu li:hover a,
        #wb_footerMenu a:hover {
            color: #7F7F7F;
        }

    .footerMenu-effect:before {
        border: 1px solid #3F74A4;
        background-color: #3F74A4;
        background-image: none;
    }

    #wb_footerMenu li {
        padding: 8px 4px 8px 0px;
    }

    #wb_footerText1 {
        visibility: visible;
        display: block;
    }

    #wb_footerText1 {
        font-size: 15px;
        margin: 0;
        padding: 0;
        text-align: center;
        line-height: 16px;
    }

    #headerButton {
        width: 125px;
        height: 42px;
        visibility: hidden;
        display: none;
        margin: 0;
        padding: 0;
    }

    #headerButton {
        line-height: 40px;
    }

    #wb_headerImage {
        width: 46px;
        height: 46px;
        visibility: hidden;
        display: none;
        margin: 0;
        padding: 0;
    }

    #headerImage {
        width: 46px;
        height: 46px;
    }

    #wb_headerBreadcrumb {
        width: 100%;
        visibility: visible;
        display: block;
        margin: 0;
    }

    #headerBreadcrumb {
        padding: 8px 0 8px 15px;
        text-align: right;
    }

        #headerBreadcrumb > li + li:before {
            padding: 0 8px;
        }

    #wb_headerMenu {
        width: 270px;
        height: 43px;
        visibility: visible;
        display: inline-block;
        margin: 0;
        text-align: right;
    }

    #wb_headerIcon1 {
        width: 22px;
        height: 36px;
        visibility: visible;
        display: inline-block;
        margin: 0 6px 0 0;
        padding: 0;
    }

    #headerIcon1 {
        width: 22px;
        height: 36px;
    }

        #headerIcon1 i {
            line-height: 36px;
            font-size: 22px;
            width: 21px;
        }

    #wb_headerIcon2 {
        width: 22px;
        height: 36px;
        visibility: visible;
        display: inline-block;
        margin: 0 6px 0 0;
        padding: 0;
    }

    #headerIcon2 {
        width: 22px;
        height: 36px;
    }

        #headerIcon2 i {
            line-height: 36px;
            font-size: 22px;
            width: 21px;
        }

    #wb_headerIcon3 {
        width: 22px;
        height: 36px;
        visibility: visible;
        display: inline-block;
        margin: 0 6px 0 0;
        padding: 0;
    }

    #headerIcon3 {
        width: 22px;
        height: 36px;
    }

        #headerIcon3 i {
            line-height: 36px;
            font-size: 22px;
            width: 21px;
        }

    #wb_headerIcon4 {
        width: 22px;
        height: 36px;
        visibility: visible;
        display: inline-block;
        margin: 0 6px 0 0;
        padding: 0;
    }

    #headerIcon4 {
        width: 22px;
        height: 36px;
    }

        #headerIcon4 i {
            line-height: 36px;
            font-size: 22px;
            width: 21px;
        }
}