﻿@media (max-width:550px) {
    #leftmenu-dt { display:none; }
    #leftmenu-mob { display:block; }
    .RadPanelBar_cbocMobileLeftMenu .rpItem .lblMenuTitle {
    display: block;
    height: auto !important;
    line-height: 1.25em !important;
    background: #f8f8f8;
    color: #5e5e5e !important;
    /*font-size: 100% !important;*/
    text-transform: uppercase;
    text-decoration: none;
    cursor:pointer;
    }
    .RadPanelBar_cbocMobileLeftMenu .rpRootGroup>.rpItem>.rpExpandable .rpExpandHandle {
    margin:0;
    }
    .RadPanelBar_cbocMobileLeftMenu .rpRootGroup>.rpItem>.rpExpandable .rpExpandHandle:before {
    content:"▼";
    }
    .RadPanelBar_cbocMobileMenu .rpRootGroup>.rpItem>.rpExpandable .lblMenuTitle:before {
	content:"Navigation Menu ▼"; /* UI Workaround */
	text-transform:none;
    }
    .RadPanelBar_cbocMobileLeftMenu .rpRootGroup>.rpItem>.rpExpandable.rpExpanded .rpExpandHandle:before {
    content:"▲";
    }
    .RadPanelBar_cbocMobileMenu .rpRootGroup>.rpItem>.rpExpandable.rpExpanded .lblMenuTitle:before {
	content:"Navigation Menu ▲";
    }
    .RadPanelBar_cbocMobileLeftMenu {
    font-size:100%;
    width:100%;
    margin-bottom:16px;
    }
    .RadPanelBar_cbocMobileLeftMenu .rpRootGroup {
    width:100%;
    border:0px none;
    }
    .RadPanelBar_cbocMobileLeftMenu .rpItem {
    padding:0px;
    }
    .RadPanelBar_cbocMobileLeftMenu .rpLevel2, .RadPanelBar_cbocMobileLeftMenu .quickLinks+.rpSlide .rpLevel2 {
    background: #f8f8f8;
    }
    .RadPanelBar_cbocMobileLeftMenu .rpItem, .RadPanelBar_cbocMobileLeftMenu .rpItem .rpLink {
    width:100%;
    }
    .RadPanelBar_cbocMobileLeftMenu .rpHeaderTemplate {
        border-bottom: 0px none;
    }
    .RadPanelBar_cbocMobileLeftMenu .rpHeaderTemplate {
        padding-bottom:0px!important;
    }
    .sfNavWrp ul.sfNavVertical li.rpItem a.rpLink, .RadSiteMap ul.rsmList li.rsmItem a.rsmLink {
        padding: 8px 12px 8px 16px;
    }
    .lblMenuTitle {
        padding: 12px 16px 12px 16px;
        text-align:right;
    }
}

@media (min-width:550px) {
    #leftmenu-dt {
        display: block;
    }
    #leftmenu-mob {
        display: none;
    }
    .sfNavWrp, .divLeftMenu {
    width: 100%;
    min-width:150px;
    max-width:100%;
    padding: 0;
    margin-bottom: 12px;
    background: transparent;
    }
    .lblMenuTitle {
    font-size: 0.9em !important;
    padding: 12px 16px 12px 24px;
    text-align:left;
    }
    .sfNavWrp ul.sfNavVertical li.rpItem a.rpLink, .RadSiteMap ul.rsmList li.rsmItem a.rsmLink {
    padding: 8px 12px 8px 24px;
    }
}

@media (min-width:900px) {
    .sfNavWrp, .divLeftMenu {
    width: 100%;
    min-width:150px;
    max-width:226px;
    }
    .leftMenuTitle {
    max-width:226px;
    }
}

    .sfNavWrp .sfNavList {
    padding: 0;
    margin: 0;
    background: transparent;
    border: 0px none !important;
    list-style-type: none;
    }

    .sfNavWrp ul.sfNavVertical li.rpMenuTitle, .rsmMenuTitle {
    background-color: #e6e6e6 !important;
    padding: 0 !important;
    margin: 0 !important;
    border-bottom: 4px solid #fff !important;
    }

    .rsmMenuTitle {
    width: 100%;
    }

    .lblMenuTitle {
    display: block;
    height: auto !important;
    line-height: 1.25em !important;
    color: #5e5e5e !important;
    text-transform: uppercase;
    text-decoration: none;
    }

    .sfNavWrp ul.sfNavVertical li.rpItem, .RadSiteMap ul.rsmList li.rsmItem {
    background: transparent;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #f0efee;
    }

    .RadSiteMap ul.rsmList.rsmLevel1 li.rsmItem:first-child {
    border-top: 1px solid #f0efee;
    }

    .RadSiteMap ul.rsmList.rsmLevel1 li.rsmItem:last-child {
    border-bottom: 0px none;
    }

    .sfNavWrp ul.sfNavVertical li.rpItem a.rpLink, .RadSiteMap ul.rsmList li.rsmItem a.rsmLink {
    color: #005d87;
    margin: 0;
    height: auto;
    text-transform: none;
    text-decoration: none;
    line-height: 1.25em;
    display: block;
    }

    .sfNavWrp ul.sfNavVertical li.rpItem a.rpLink:hover, .RadSiteMap ul.rsmList li.rsmItem a.rsmLink:hover {
    background: transparent;
    color: #c54e00;
    }

    .sfNavWrp ul.sfNavVertical li.rpItem a.rpLink.sfSel, .RadSiteMap ul.rsmList li.rsmItem.rsmSelected > a.rsmLink {
    background-color: #e5eff3 !important;
    font-weight: normal;
    }

    .RadSiteMap ul.rsmList.rsmLevel > li.rsmItem {
    font-size: 100%;
    }

    .RadSiteMap ul.rsmList.rsmLevel1 > li.rsmItem,
    .RadSiteMap ul.rsmList.rsmLevel2 > li.rsmItem {
    font-size: 100% !important;
    }

    .RadSiteMap ul.rsmList.rsmLevel1 > li.rsmItem > a.rsmLink {
    padding-left: 40px;
    font-weight: normal;
    }

    .RadSiteMap ul.rsmList.rsmLevel2 > li.rsmItem > a.rsmLink {
    padding-left: 56px;
    font-weight: normal;
    }
}