.brand-navigation{position:fixed;width:100%;z-index:9999;height:40px;top:0;left:0;transition:opacity .8s;opacity:1;visibility:visible}
.brand-navigation ul{padding:0;justify-content:center;display:flex}
.brand-navigation ul li{width:calc(33.33333333%)}
.brand-navigation ul li a{height:40px;align-items:center;display:flex;transition:background .4s;outline:0;justify-content:center}
.brand-navigation li.active-brand a{background:#fff}
.brand-navigation li:not(.active-brand) a svg path{fill:#9fa4aa}
.brand-navigation li:not(.active-brand) a:hover,.brand-navigation li:not(.active-brand) a:focus{background:#005d1f}
.brand-navigation li:not(.active-brand) a:hover svg path,.brand-navigation li:not(.active-brand) a:focus svg path{fill:#fff}
body.brandnav-included section.alert-banner{top:40px !important}
body.brandnav-included.ab-included section.alert-banner,body.brandnav-included:not(.ab-included) header.site-header{top:40px}
body.brandnav-included .brand-navigation{border-bottom:1px solid #6e6e6e}
.brand-navigation[class*=forest-][class*=theme]{background:#003512}
.brand-navigation[class*=forest-][class*=theme] li.active-brand a{background:#fff}
.brand-navigation[class*=forest-][class*=theme] li:not(.active-brand) a svg path{fill:#adb9a6}
.brand-navigation[class*=forest-][class*=theme] li:not(.active-brand) a:hover,.brand-navigation[class*=forest-][class*=theme] li:not(.active-brand) a:focus{background:#005d1f}
.brand-navigation[class*=forest-][class*=theme] li:not(.active-brand) a:hover svg path,.brand-navigation[class*=forest-][class*=theme] li:not(.active-brand) a:focus svg path{fill:#fff}
@media only screen and (min-width:576px){.brand-navigation ul{padding:0 40px}
.brand-navigation ul li{min-width:120px;width:auto}
}
@media only screen and (min-width:991px){.brand-navigation ul{justify-content:flex-end}
}
@media only screen and (max-width:991px){body.brandnav-included.prevent-scroll section.alert-banner{z-index:-1}
body.brandnav-included.prevent-scroll .brand-navigation{display:none}
}
body.brandnav-included main[role=main]{padding-top:100px}