* {
    box-sizing: border-box;
}

i {
    color:inherit;
}
#menu-container {
    line-height: normal;
    color:white;
    
}
    
#menu-container a:visited{
    text-decoration:none;
}
    
#menu-container a, 
#menu-container .link {
    color:white;
}
    
#menu-container a:hover, 
#menu-container .link:hover {
    color: rgba(255,255,255,0.8);
    cursor:pointer;
    text-decoration:none;
}

#menu-top-0 {
    background-color: rgba(0,0,0,0.8);
    height: 34px;
    width: 100%;
    left: 0px;
    top: 0px;
    font-size: 13px;
    font-family:'Play';
    padding: 9px 5%;
}
    
#menu-top-0 .site-name {
    font-weight: 500;
}

#menu-top-0 .login-indicator ul {
    list-style: none !important;
    display: inline;
}

#menu-top-0 .login-indicator ul li {
    position: relative;
    text-align: left;
}

#menu-top-0 .login-indicator > ul > li{
    display: inline-block;
    margin-left: 10px;
    padding-left: 10px;
}

#menu-top-0 .login-indicator ul ul{
    display: none;
    position: absolute;
    left: 0;
    z-index: 10;
    background-color: rgba(0,0,0,0.8);
    padding: 5px 10px;
}

#menu-top-0 .login-indicator ul ul li {
    padding: 5px 0;
}

#menu-top-0 .login-indicator li:hover ul{
    display: block;
    margin-left: 0;
}
#menu-top-1 {
    background-color: rgba(0,112,198,0.8);/* #0070c6*/
    width: 100%;
    height: 50px;
    /*left: 0px;
    top: 34px;*/
    
    box-shadow: 0px 5px 7px rgba(0,0,0,0.2);
    font-family: 'Play', sans-serif;
    font-size: 20px !important;
    position:relative;
    z-index: 5;
    text-align: center;
    padding: 0 5%;
}

#topmenu-large {
    display:none;
}

#topmenu-large ul {
    margin: 0;
}
    
#topmenu-large li{
    height: 100%;
    display: inline-block !important;
    text-align: center;
    padding: 12px 2% !important;
    margin-left: 2%;
    margin-right: 2%;
}
    
#topmenu-large li.current {
    border-bottom: 2px solid white;
}

#topmenu-large li:hover{
        
    border-bottom: 2px solid white;
}

#topmenu-small i{
    color: white;
    font-size: 32px;
    margin-top: 9px;
}
    
#topmenu-expand {
    display:none;
    font-family:'Play', sans-serif;
    font-size: 18px;
    line-height: 1em;
    background-color: white;
    margin: 30px auto;
    width: 100%;
    color: #333;
    
}

#topmenu-expand a {
    color: inherit;
}

#topmenu-expand a:hover,
#topmenu-expand a:active{
    color: rgba(33,33,33,0.5);
    text-decoration: underline;
}

#topmenu-expand ul {
    list-style:none;
    display: inline;
    margin: 0;
}

#topmenu-expand ul li {
    padding: 15px 100px;
    text-align:center;
    margin: 0 5%;
    
}

#topmenu-expand ul li + li{
    border-top: 1px solid rgba(200,200,200,0.3);
}

#topmenu-expand.toggle-on {
    display:block;
}

 #footer {
    /*position: absolute;*/
   /* background-color: #f2f2f2;*/
    color: #666;

    width: 100%;
    left: 0px;
    bottom: 0;
    box-shadow: 0px -1px rgba(0,0,0,0.2);
    padding: 6rem 0;
    text-align: center;
    font-size: 12px;
}
    
#copyright {
    max-width: 300px;
    margin: 20px auto 0px;
    font-size: 9px;
    border-top: 1px solid #666;
    padding-top: 10px;
}

@media screen and (min-width: 740px) {
    
    #topmenu-small {
        display:none;
    }
    #topmenu-large {
        height: 100%;
        display: inline;
        box-sizing: border-box;
    }
    
    #topmenu-expand {
        display:none !important;
    }
    
    
    
}