.main {
    /*margin: 0 auto;*/
    /*display: block;*/
    /*height: 100%;*/
}

.top-nav {
    display: none;
}

.menu-logo {
    position: absolute;
    top: 65px;
    right: 12px;
}

.mainInner {
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
}

.mainInner div {
    display: table-cell;
    vertical-align: middle;
    font-size: 3em;
    font-weight: bold;
    letter-spacing: 1.25px;
}

#sidebarMenu {
    height: 100%;
    position: fixed;
    left: 84px;
    width: 250px;
    transform: translateX(-250px);
    transition: transform 250ms ease-in-out;
    /*background: transparent;*/
    background: #FFF;
}

#sidebarMenu {
    animation: in 250ms linear;
    z-index: 99;
}

.menu-open #sidebarMenu {
    z-index: 99999;
}

body.menu-open {
    margin: 0;
    height: 100%;
    /*overflow: hidden*/
}

#menu-control:checked + #sidebarMenu, body.menu-open #sidebarMenu{
    animation: out 250ms linear;
    background: #FFF;
}

@-webkit-keyframes out {
    0% {
        background: #FFF
    }
    99.99% {
        background: #FFF
    }
    100% {
        background: #FFF;
    }
}

@-webkit-keyframes in {
    0% {
        background: #FFF;
    }
    100% {
        background: #FFF
    }
}

.sidebarMenuInner {
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.sidebarMenuInner .logo {
    text-align: center;
}

.sidebarMenuInner .logo img {
    width: 100%;
    max-width: 163px;
}

.sidebarMenuInner span.msg {
    color: #373742;
}

.sidebarMenuInner li {
    list-style: none;
    color: #005cb9;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 0;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.sidebarMenuInner li a {
    display: block;
    font-family: montserrat, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #005cb9;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    transition:0.3s ease all;
}
.sidebarMenuInner li a:hover{
    color: #71b7db;
}

#sidebarMenu .divider {
    margin-top: 25px;
    padding-top: 30px;
    position: relative;
}

#sidebarMenu .divider:before {
    content: '';
    width: 160px;
    height: 1px;
    background: #D8E3F3;
    position: absolute;
    top: 0;
}

#sidebarMenu .divider a, #sidebarMenu .divider ~ li a {
    text-transform: capitalize;
}

#menu-control:checked + #sidebarMenu, body.menu-open #sidebarMenu {
    transform: translateX(-84px);
    z-index: 99999;
    left: 84px;
    height: 100%;
}

#menu-control:checked + #sidebarMenu .menu-logo, body.menu-open #sidebarMenu .menu-logo{
    opacity: 0;
}

.sidebarIconToggle {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    top: 22px;
    right: 31px;
    height: 22px;
    width: 22px;
}

.spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #fff;
}

.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}

.diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
}

.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}

#sidebarMenu .sidebarMenuInner {
    padding: 40px 30px;
    visibility: hidden;
}

body.menu-open #sidebarMenu  .sidebarMenuInner{
    visibility: visible;
}

body.menu-open #sidebarMenu .sidebarIconToggle {
    transition: all 0.3s;
    box-sizing: border-box;
    /*opacity: 0;*/
    transform: translate(100px);
}

body.menu-open #sidebarMenu .sidebarIconToggle > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 8px;
}

body.menu-open #sidebarMenu .sidebarIconToggle > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -9px;
}

.ham {
    max-height: 40px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 700ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    top: 150px;
    right: 18px;
    position: absolute;
}

/*.hamRotate.active {*/
/*    transform: rotate(45deg);*/
/*}*/

/*.hamRotate180.active {*/
/*    transform: rotate(180deg);*/
/*}*/

.line {
    fill: none;
    transition: stroke-dasharray 700ms, stroke-dashoffset 700ms;
    stroke: #005cb9;
    stroke-width: 5.5;
    stroke-linecap: square;
}

.ham7 .top {
    stroke-dasharray: 40 82;
}

.ham7 .middle {
    stroke-dasharray: 40 111;
}

.ham7 .bottom {
    stroke-dasharray: 40 161;
}

.menu-control:checked + .ham7 .top, body.menu-open #sidebarMenu .ham7 .top {
    stroke-dasharray: 17 82;
    stroke-dashoffset: -62px;
}

.menu-control:checked + .ham7 .middle, body.menu-open #sidebarMenu .ham7 .middle {
    stroke-dashoffset: 23px;
}

.menu-control:checked + .ham7 .bottom, body.menu-open #sidebarMenu .ham7 .bottom {
    stroke-dashoffset: -83px;
}

body.menu-open #sidebarMenu .ham7 .top, body.menu-open #sidebarMenu .ham7 .middle, body.menu-open #sidebarMenu .ham7 .bottom {
    opacity: 0;
}

.menu-control:checked + .hamRotate {
    transform: rotate(45deg);
}

.menu-control {
    display: none;
}

.mmw {
    display: none;
    float: right;
}

.mmw svg {
    cursor: pointer;
}

@keyframes test {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@media (max-width: 780px) {
    .mmw {
        height: 55px;
        display: block;
        padding: 10px 18px;
    }

    .mmw img {
        margin-right: 35px;
    }

    .menu-logo, .ham {
        display: none;
    }

    #sidebarMenu .sidebarMenuInner {
        visibility: visible;
    }

}
