$o-header-is-silent: true !default;

$_o-header-column-item-margin-s: 10px;
$_o-header-column-item-margin-l: 20px;
$_o-header-padding-x: 12px;
$_o-header-padding-y: 8px;
$_o-header-mega-padding-x: 24px;
$_o-header-mega-padding-y: 18px;
$_o-header-mega-z-index: 5;
$_o-header-z-index: 10;
$_o-header-drawer-z-index: 100;
$_o-header-drawer-width: 320px;
$_o-header-drawer-divide-height: 40px;
$_o-header-drawer-padding-x: 16px;
$_o-header-drawer-padding-y: 12px;
$_o-header-subnav-height-base: 44px;
$_o-header-subnav-height-medium: 36px;
$_o-header-item-separator-percentage-height: 0.7;
$_o-header-sub-header-focus-margin: 5px;
$_o-header-sticky-z-index: 99;
/// @access public
/// public so users may position elements below the sticky nav,
/// in cases where the element must align with other elements in the page
/// and thus cannot be a child of the o-header element
$o-header-sticky-height: 55px;

$_o-header-icon-size-large: 40;
$_o-header-icon-size: 25;
$_o-header-icon-size-small: 15;

$_o-header-features: 'top', 'subnav', 'search', 'nav', 'anon', 'drawer',
	'megamenu', 'sticky', 'simple', 'transparent';
