body.logged-in{
    padding-top:70px;
}

/*----------------------------------- 
        Sidebar Menu Header
------------------------------------*/
#menu-toggle {
    position: fixed;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    top: 24px;
    right: 10px;
    z-index: 1001;
    width:38px;
}


@media only screen and (min-width: 1106px) {
    #menu-toggle{
        display:none;
    }
}

.hamburger {
    cursor: pointer;
    position: relative;
    z-index: 1;
    display: block;
    width: 38px;
    height: 26px;
}

.hamburger .before, .hamburger .after {
    position: absolute;
    top: 0;
    left: 50%;
    content: '';
    margin: 0 0 0 -10px;
    width: 20px;
    height: 2px;
    background: #205bb3;
    background: #c9c9c9;
    -webkit-transform: translate3d(0,  4px,  0);
    transform: translate3d(0,  4px,  0);
    -webkit-transition: -webkit-transform 200ms ease;
    transition: transform 200ms ease;
}

.hamburger .after {
    -webkit-transform: translate3d(0,  20px,  0);
    transform: translate3d(0,  20px,  0);
}

.hamburger .middle {
    position: absolute;
    top: 12px;
    left: 50%;
    z-index: 1;
    display: block;
    content: '';
    width: 20px;
    height: 2px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #c9c9c9;
    -webkit-transition: width 200ms ease, opacity 200ms ease;
    transition: width 200ms ease, opacity 200ms ease;
}

.nav-active .hamburger:hover .before, .nav-active .hamburger:hover .after {
    background: #253238;
}

.nav-active .hamburger .before {
    -webkit-transform: rotate(45deg) translate3d(8px,  8px,  0);
    transform: rotate(45deg) translate3d(8px,  8px,  0);
}

.nav-active .hamburger .after {
    -webkit-transform: rotate(-45deg) translate3d(-8px,  8px,  0);
    transform: rotate(-45deg) translate3d(-8px,  8px,  0);
}

.nav-active .hamburger .middle {
    width: 0;
    opacity: 0;
}


/*----------------------------------- 
        Header
------------------------------------*/
#site-header {
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 300;
    height: 78px;
    width: 100%;
    max-width:1600px;
    background:#2a2a2a;
    box-shadow: 0px 2px 18px rgba(42, 42, 42, 0.3);
    background:#fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.04);
    border-bottom:1px solid #f2f2f2;
    border-bottom:1px solid rgba(255,255,255,0.23);

}

/*----------------------------------- 
        Header Links Wrapper
------------------------------------*/
#site-header .actions{
    margin:0;
    padding:0;
    right:-17.5em;

    position:fixed;
    background:#f9fafa;
    bottom:0;
    overflow-x:hidden;
    overflow-y:scroll;
    top:0;
    z-index:1000;
    width:17.5em;

    -webkit-overflow-scrolling:touch;
    -webkit-transition:-webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition:-webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition:transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition:transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),-webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

#site-header .actions.open{
    display:block;
    -webkit-transform:translateX(-17.5em);
    -ms-transform:translateX(-17.5em);
    transform:translateX(-17.5em);
}

#site-header .actions ul{
    padding:15px 30px 0px;
    margin-top:78px;
    border-top:1px solid #e5e5e5;
}

#site-header .actions ul.nav-middle{
    margin-bottom:0;
}

#site-header .actions ul.nav-right{
    border:none;
    margin-top:0;
    padding-top:0;
}

#site-header .actions li{
    display:block;
    float:none;
    margin:0;
}

#site-header .actions ul ul{
    margin-top:0;
    padding:0;
    border-left:1px solid #e5e5e5;
    border-top:none;
}

@media (min-width: 1106px){
    #site-header .actions.open{
        display:block;
        -webkit-transform:translateX(0);
        -ms-transform:translateX(0);
        transform:translateX(0);
    }

    #site-header .actions{
        position:relative;
        display:block;
        float:right;
        margin:20px 20px;
        margin-top:25px;
        width:auto;
        height:auto;
        top:0;
        background:none;
        right:0;
        overflow:hidden;
    }

    #site-header .actions ul{
        padding:0;
        margin-top:0;
        border-top:none;
    }

    #site-header .actions li{
        float:left;
        list-style:none;
        border:none;
        top:0;
    }

    #site-header .actions ul.nav-middle{
        position:absolute;
        left:0;
        width:100%;
        text-align:center;
    }

    #site-header .actions ul.nav-middle li{
        display:inline-block;
        float:none;
    }
}

/*----------------------------------- 
        Header Links
------------------------------------*/
#site-header .actions a{
    display:block;
    line-height:48px;
    height:48px;
    padding:0 20px;
    padding:0;
    margin:0;
    color:#253238;
    font-weight:400;
    letter-spacing:1px;
    font-size:14px;
    position:relative;
}

#site-header .actions ul ul a{
    color:#767676;
    padding-left:1.0625rem;
    margin-left:-1px;
    font-size:0.9em;
    font-weight:300;
    height:30px;
    line-height:30px;
}

#site-header .actions a:hover{
    color:#ffbb44;
}

@media (min-width: 1106px){
    #site-header .actions a{
        border-radius:3px;
        color:#fff;
        opacity:0.8;
        margin-left:9px;
        display:inline-block;
        padding:8px 7px 9px;
        line-height:1;
        letter-spacing:0.0135em;
        height:auto;
    }

    #site-header .actions a:hover{
        /*background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) inset;*/
        opacity: 1;
        color:#fff;
    }
}

/*----------------------------------- 
        Menu Icon
------------------------------------*/
#site-header .actions .header-icon{
    margin-top:3em;
    padding-top:1em;
    border-top:1px solid #e5e5e5;
}

#site-header .actions .header-icon i{
    font-size:2em;
}

@media (min-width: 1106px){
    #site-header .actions .header-icon{
        border:none;
        padding:0;
        margin:-5px 0 0 0;
    }
}

/*----------------------------------- 
        Menu Overlay on Content
------------------------------------*/
.menu-overlay{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    visibility:hidden;
    opacity:0;
    background-color:rgba(0,0,0,0.6);
    -webkit-transition:visibility 0.4s linear,opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition:visibility 0.4s linear,opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform:translateZ(0);
    transform:translateZ(0);
    z-index:999;
}

.nav-active .menu-overlay{
    opacity:1;
    visibility:visible;
}

@media (min-width: 1106px){
    .nav-active .menu-overlay{
        visibility:hidden;
        opacity:0;
    }
}

/*----------------------------------- 
        Menu Button
------------------------------------*/
#site-header .actions li.menu-btn{
    border-top:1px solid #e5e5e5;
    margin-top:18px;
    padding-top:18px;
}

#site-header .actions .btn, #site-header .actions .menu-btn a{
    color:rgba(255, 255, 255, 0.9);
    font-weight:100;
    box-shadow:none;
    letter-spacing:0;
    opacity:1;
    font-size:12px;
    border-radius:3px;
    height:auto;
    padding:12px 11px 13px;
    line-height:1;
    font-weight:600;
    margin-right:0;
    border:none;
    background-color: #40b771;
    text-align:center;
}

#site-header .actions .btn:hover, #site-header .actions .menu-btn a:hover{
    opacity:1;
    background:#39a465;
    color:rgba(255, 255, 255, 0.9);
}

@media (min-width: 1106px){
    #site-header .actions .btn, #site-header .actions .menu-btn a{
        background-color: #40b771;
        color:#fff;
        opacity:1;
    }

    #site-header .actions .btn:hover, #site-header .actions .menu-btn a:hover{
        background:#39a465;
        color:#fff;
    }
}



/*----------------------------------- 
        Header Adjustments
------------------------------------*/
@media (min-width: 1106px) {
    #site-header{
        position:absolute;
        background:none;
        box-shadow:none;
        top:0;
        left:0;
        height:110px;
        padding-left:20px;
        padding-right:20px;
    }

    #site-header .actions{
        margin-left:0;
        margin-top:40px;
        margin-right:0;
        overflow:inherit;
    }

    #site-header .actions a{
        font-size:13px;
        padding:8px 4px 9px;
    }

    #site-header .actions li.menu-btn{
        margin-top:-4px;
        padding-top:0;
        border:none;
    }

    #site-header .actions .btn, #site-header .actions .menu-btn a{
        font-size:14px;
        margin-left:9px;
        margin-top:0;
        font-weight:700;
    }
}

@media only screen and (min-width: 1106px){
    #site-header .actions a{
        font-size:14px;
        padding:8px 7px 9px;
    }
}


/*----------------------------------- 
        Menu Dropdown Desktop
------------------------------------*/
@media (min-width: 1106px){
    #site-header .actions ul > li{
        position:relative;
    }

    #site-header .actions ul ul.sub-menu{
        position:absolute;
        left:50%;
        top:35px;
        background:#fff;
        border-radius:4px;
        box-shadow:0 50px 100px rgba(50, 50, 93, 0.1), 0 15px 35px rgba(50, 50, 93, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
        width:150px;
        height:200px;
        margin-left:-75px;
        transform-origin:0 0 0;
        opacity:0;
        display:none;
    }

    #site-header .actions ul ul.sub-menu:after{
        background:#fff;
        border-radius:4px 0 0;
        height:12px;
        margin: 0 0 0 -6px;
        top:-6px;
        width:12px;
        position:absolute;
        content:'';
        left:50%;
        transform:rotate(45deg);
    }

    #site-header .actions ul > li:hover ul.sub-menu, #site-header .actions ul ul.sub-menu:hover{
        display:block;
        opacity:1;
    }

    #site-header .actions ul ul.sub-menu li, #site-header .actions ul ul.sub-menu a{
        display:block;
        float:none;
        z-index:10;
    }

    #site-header .actions ul ul.sub-menu a{
        height:40px;
        line-height:40px;
        padding-top:0;
        padding-bottom:0;
        text-align:left;
        background:#fff;
        border-radius:0;
    }

    #site-header .actions ul ul.sub-menu a:hover{
        color:#4c83c3;
        background:#4882c3;
        color:#fff;
    }

    #site-header .actions ul.nav-middle li ul li{
        display:block;
        float:none;
    }

    /*#site-header .actions ul .nav-investors ul.sub-menu{
        height:100px;
    }*/
}


/*----------------------------------- 
        Admin Header
------------------------------------*/
#admin-header{
    height:70px;
    width:100%;
    background:#fff;
    border-bottom:1px solid #ebeef0;
    position:fixed;
    top:0;
    left:0;
    z-index:235;
}

#menu-toggle {
    display:block;
    left:10px;
}

#menu-close{
    position:absolute;
    left:10px;
    top:23px;
    display:none;
}

.nav-active #menu-close .hamburger:hover .before, .nav-active #menu-close .hamburger:hover .after {
    background: #fff;
}

@media (min-width: 763px) {
    #admin-header{
        z-index:200;
    }

    #menu-close{
        display:block;
    }
}

/*----------------------------------- 
        Admin Avatar
------------------------------------*/
#menu-avatar{
    position:absolute;
    right:10px;
    top:11px;
}

#menu-avatar a{
    display:block;
}

#menu-avatar img, #menu-avatar .avatar-initials{
    width:48px;
    height:48px;
    border-radius:50%;
}

#menu-avatar .avatar-initials{
    line-height:48px;
}


/*----------------------------------- 
        Clinic Selector
------------------------------------*/
#menu-clinic-select{
    margin-left: 240px;
    padding-left: 30px;
    margin-top: 14px;
    max-width: 280px;
    display: none;
}

@media (min-width: 769px) {
    #menu-clinic-select{ display: block; }
}
