/* Strip down the navigation in arrow to provide a cleaner look */
section.primary-navigation {
    display: none !important;
}
/* Strip down the navigation in arrow to provide a cleaner look
Note, this is just hiding the 2nd and 3rd sections in the main nav, typically this will just leave the logo
FIXME add a class to the search and cart UIs to make this less fragile
*/
section.main-header > div.container > div.row > div:nth-child(2),
section.main-header > div.container > div.row > div:nth-child(3)
{
    display: none !important;
}

