/*
 *   Important Information about this CSS File
 *
 * - Do not delete or rename this file, if you do not use it leave it blank (delete
 *   everything) and the file will be skipped when you enable Production Mode in
 *   the Global theme settings.
 *
 * - Read the _README file in this directory, it contains useful help and other information.
 */

.container {
    width: 100%;
    max-width: 1080px;
}
#header #main-menu ul.menu li ul,
#footer-wrapper #footer-menu ul.menu li ul {
    min-height: 380px;
}
#header #main-menu ul.menu li ul.login li,
#footer-wrapper #footer-menu ul.menu li ul.login li{
    float: none;
}
#header #main-menu ul.menu li ul.learn-more li,
#header #main-menu ul.menu li ul.initiatives li {
    float: left;
}
#header #main-menu ul.menu li ul.learn-more li:nth-child(even),
#header #main-menu ul.menu li ul.initiatives li:nth-child(even),
#footer-wrapper #footer-menu ul.menu li ul.learn-more li:nth-child(even),
#footer-wrapper #footer-menu ul.menu li ul.initiatives li:nth-child(even) {
    margin-right: 30%;
}
#header #main-menu ul.menu li ul li,
#footer-wrapper #footer-menu ul.menu li ul li {
    width: 30%;
}
#main-menu li.hellouser{
    font-weight: bold; 
    margin-bottom: 10px;
}