/*Expanded Global Nav*/
#menu-home-bottom,
#secondMenu{
    padding-bottom: 40px;
    
}

#secondMenu{
    overflow: hidden;
    clear: both;
}

.globalNavigationRow:first-child{
    padding-bottom: 40px;
}

.globalNavigationRow,
#expandedGlobalNav{
    display: block;
    width: 100%;
    clear: both;
    float: left;
    
}

#secondMenu > div > hr{
    margin-bottom: 40px;
}

/*
    total width = 270 + 30 + 270 + 30 + 270 = 870 
    870 / 3 = 290px
    260 / 870 = 29.88%
    30 / 870 = 3.75%
*/


.globalNavigationRow > .globalNavItem{
    width: 100%;
    max-width: 29.88%;
    margin-right: 3.75%;
    float: left;
}

.globalNavigationRow > .globalNavItem:last-child{
    margin-right: 0px;
}

.globalNavigationRow h3{
    color: #330072;
    line-height: 30px;
    text-transform: none;
    margin: 0;
    line-height: 34px;
    font-size: 24px;
    padding-left: 20px;
}

p.global-nav-list{
    margin: 0;
    
}

.globalNavigationRow a{
    color: #444;
    font-size: 18px;
    line-height: 28px;
    text-transform: none;
    word-wrap: normal;
    white-space: normal;
    display: inline-block;
    padding-bottom: 5px;
    padding-top: 10px;
    transition: background-color 0.25s ease;
    width: 100%;
    padding-left: 20px;
    
}

.globalNavigationRow a:hover{
    background-color: #f6f6f6;
    transition: background-color 0.25s ease;
    
}

@media (max-width: 1024px) {
    #expandedGlobalNavigation{
        display: none;
    }
}