.node-type-landingpage section.l-help.row {
    margin-right: 0px;
    margin-left: 0px;
}

.node-type-corsocustom section.l-help.row {
    margin-right: 0px;
    margin-left: 0px;
}

ul.egmenu.mobile { display:none; }
    
ul.egmenu {
    height: 40px;
    width: 97%;
    margin-left: 1.5%;
    padding: 5px 0;
    border: 1px solid #fff;
    margin-top: 3px;
}

ul.egmenu > li { 
    float: left; 
    position: relative; 
    min-width: 90px;
    border-right: 1px solid #fff;
    list-style: none;
}

ul.egmenu ul {
    background: #005172;
    display: none;
    position: absolute;
    left: 60px;
    top: 0;
}

ul.egmenu ul li {
    list-style-type: none;
    font-size: 0.9em;
}

ul.egmenu ul a {
    color: #fff;
}

ul.egmenu a {
    cursor: pointer;
    display: block;
    color: white;
    line-height: 30px;
    padding: 0 10px;
    font-weight: 500;
    text-align: center;
    font-size: 1.2em;
}

ul.egmenu a:active, ul.egmenu a:hover {
    color: orange;
}

ul.egmenu li:hover ul { display: block;  }

@media only screen and (min-width:0px) and (max-width:768px) {
    
    .l-help .large-12.columns {
    z-index: 999;
    }
    
    ul.egmenu { display:none; }
    
    ul.egmenu.mobile { display:block; border: none; }
    
    ul.egmenu.mobile {
    height: 30px;
    width: 100%;
    margin-left: 0px;
    background: initial;
    }
    
    ul.egmenu li {
      background: #005172;
      border-right: none;
      font-size: 1.2em;
    }
    
    ul.egmenu.mobile a {
    cursor: pointer;
    display: block;
    line-height: 30px;
    padding: 0 10px;
    }

}