﻿/*Mobile SideMenu*/
.divSideMenu {
    height: 100%;
    width: 100%;
    position: relative;
    margin-top: 87px;
}

.divMenuSeperator {
    border-bottom: 1px solid #ddd;
}

.divSocialLinkContainer {
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    padding: 12px 20px;
    display: flex;
    align-items: center;
}

.divSocialLinkContainer .divFbPageLikeContainer {
    padding-left: 0px;
}

a.hypSwitchDesktop {
    overflow: hidden;
    display: block;
}

    a.hypSwitchDesktop:link, a.hypSwitchDesktop:visited {
        color: #000;
        text-decoration: none;
    }

    a.hypSwitchDesktop:hover, a.hypSwitchDesktop:active {
        color: #fff !important;
        text-decoration: none;
    }

/*.hypSwitchDesktopSel {font-size:16px; color:#191919; padding:12px 20px; display:block;}
a.hypSwitchDesktopSel:link, a.hypSwitchDesktopSel:visited {color:#191919; text-decoration:underline;}
a.hypSwitchDesktopSel:hover, a.hypSwitchDesktopSel:active {color:#191919; text-decoration:underline;}*/

.divSideMenu .divCopyrightContainer {
    height: auto;
    overflow: hidden;
    padding: 12px 20px;
    border-bottom:none;
}

    .divSideMenu .divCopyText {
        font-size: 14px;
        color: #0e1a25;
        text-align:left;
    }

    .divSideMenu .divDesktopView {margin-left:20px; color:#666;}

.divCtnBannerSideMenu .divCMSContainerEdit {
    display:none;
    border-bottom: 0px;
    padding-top: 0px;
}

/*End Mobile SideMenu*/

