/* ---- 
Menu style sheet.
Colors, fonts, etc are specific to style id 2286 
and should be changes to match other designs.
---- */


/* ---- basic properties ---- */

.sm {
    position: relative;
    z-index: 15;
}

.sm,
.sm ul,
.sm li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    direction: ltr;
    text-align: left;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.sm-rtl,
.sm-rtl ul,
.sm-rtl li {
    direction: rtl;
    text-align: right;
}

.sm>li>h1,
.sm>li>h2,
.sm>li>h3,
.sm>li>h4,
.sm>li>h5,
.sm>li>h6 {
    margin: 0;
    padding: 0;
}

.sm ul {
    display: none;
}

.sm li,
.sm a {
    position: relative;
}

.sm a {
    display: block;
}

.sm a.disabled {
    cursor: not-allowed;
}

.sm:after {
    content: "\00a0";
    display: block;
    height: 0;
    font: 0px/0 serif;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}

.sm,
.sm *,
.sm *:before,
.sm *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.sm .currentli > a::before {
    content:'';
    display:block;
    position:absolute;
    height:10px;
    width:10px;
    background:#fff;
    border-radius:100%;
    left:11px;
    top:50%;
    margin:-5px 0 0 0;
}

.sm .currentli-path > a::before {
    content:'';
    display:block;
    position:absolute;
    height:10px;
    width:10px;
    background:transparent;
    border:2px solid #fff;
    border-radius:100%;
    left:11px;
    top:50%;
    margin:-5px 0 0 0;
}

a[aria-expanded="true"] .sub-arrow {
    opacity: 0.5;
}

.click-to-close {
    position: fixed;
    z-index: 98;
    top: 0;
    right: 400px;
    height: 100vh;
    width: 100%;
}

.whole {
    transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.4, 0.0, 0.2, 1);
    background:#fff;
}

.whole.active {
    transform: translate(-400px, 0);
    -webkit-transform: translate(-400px, 0);
    -moz-transform: translate(-400px, 0);
    -ms-transform: translate(-400px, 0);
    -o-transform: translate(-400px, 0);
}

body .rblMaps,
body .rblPhones,
nav {
    position: fixed;
    z-index: 0;
    top: 0;
    right: 0;
    width: 400px;
    height: 100%;
    padding:0;
    background: #222;
    margin:0!important;
    left:initial!important;
    left:auto!important;
}

body .rblMaps ul,
body .rblPhones ul,
nav .main-menu-container {
    height: 100%;
    padding: 0;
    overflow-x: hidden;
    transition: opacity 0.4s cubic-bezier(0.4, 0.0, 0.2, 1) 0.2s, visibility 0.4s cubic-bezier(0.4, 0.0, 0.2, 1) 0.2s;
    opacity:0;
    visibility: hidden;
}

body .rblMaps.active ul,
body .rblPhones.active ul,
nav.active .main-menu-container {
    opacity:1;
    visibility: visible;
}

nav .main-menu-container .make-an-appointment-menu {
    display: block;
    color: rgba(255, 255, 255, 0.75);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 900;
    font-size: 16px;
    line-height: 14px;
    padding: 0 0 10px 0;
    margin: 0 0 30px 0;
    border-bottom: 0px solid rgba(255, 255, 255, 0.2);
    visibility: hidden;
}

nav .main-menu-container .make-an-appointment-menu .phone {
    display: inline-block;
}

nav .main-menu-container .make-an-appointment-menu .phone span {
    color: #fff;
    font-weight: 100;
}

.menu-search-container {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    height: 60px;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: none;
}

@media (max-width: 445px) {
    .whole.active {
        transform: translate(-85%, 0);
        -webkit-transform: translate(-85%, 0);
        -moz-transform: translate(-85%, 0);
        -ms-transform: translate(-85%, 0);
        -o-transform: translate(-85%, 0);
    }
    body .rblMaps,
    body .rblPhones,
    nav {
        width: 85%;
    }
    .click-to-close {
        right: 85%;
    }
}


/* ---- mobile (break point set to 720px, if changed change the desktop break point above) ---- */

.no-scroll .menu-icon.active {
    z-index: 100;
}

.sub-arrow {
    position: absolute;
    right: 30px;
    top: 50%;
    margin: -16px 0 0 0;
}

.sub-arrow:before {
    content: '...';
    font-weight: 900;
    font-size: 18px;
    line-height: 0px;
    opacity: 1;
    top: -3px;
    position: relative;
}

nav .main-menu-container {
}

nav .main-menu-container ul {
    text-align: left;
    font-size: 0;
    margin: 0 0 0 0;
    padding:10px 0;
}

nav .main-menu-container ul ul {
    background:rgba(255,255,255,0.03);
}

nav .main-menu-container #main-menu > li:first-child::before,
.rblMaps ul li:first-child::before,
.rblPhones ul li:first-child::before {
    display:block;
    color:#fff;
    font-weight:900;
    font-size:14px;
    text-align:left;
    padding:10px 30px;
}

nav .main-menu-container #main-menu > li:first-child::before {
    content:'Menu';
    padding:15px 30px;
}

.rblMaps ul li:first-child::before {
    content:'Office Locations';
}

.rblPhones ul li:first-child::before {
    content:'Call Us';
}

nav .main-menu-container ul li {
    display: block;
    vertical-align: top;
    margin: 0;
    padding: 0;
}

nav .main-menu-container ul ul li {
    display: block;
    width: auto;
    margin: 0;
    padding: 0;
}

nav .main-menu-container ul li a,
.rblMaps ul li a,
.rblPhones ul li a {
    display: block;
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    color: #eee;
    padding: 15px 50px 15px 30px!important;
}

nav .main-menu-container ul ul li a {
    font-size: 16px;
    color: #eee;
    padding-left: 45px;
}