/* Navbar Background Color */
#workZone_nav_content > div.b-tabs > div.b-tabs__selectorItems{
background-color: #ffffff !important;
}

/*First Navbar Section*/
#tabSelector_menu > span.b-tabs__selectorContent{
background-color: #ffffff !important;
}

/*Menu Link*/
#tabSelector_menu > span.b-tabs__selectorContent{
color: #003366 !important;
}

/*Index Link*/
#tabSelector_index > span.b-tabs__selectorContent{
color: #003366 !important;
}

/*Search Link*/
#tabSelector_search > span.b-tabs__selectorContent{
color: #003366 !important;
}

.m-tabs__selectorItem__selected .b-tabs__selectorContent, .b-tabs__wrapperItems{
background: none !important;
}

.m-search__tabs .b-search__labelPlaceholder{
color: #ffffff !important;
}

/*Second Navbar Section*/
#article__header{
background-color: #ffffff !important;
}

/*Second Navbar Section Padding Top*/
.b-article__preWrapper{
padding-top: 0px !important;
}

/*Tiltle Color*/
#headerSide__nav__breadCrumbs > ul > li{
color: #003366 !important;
font-weight: bold !important;
}

/*Previous Page Link*/
#headerSide__buttons > div > ul > li.b-controlButtons__item.m-controlButtons__item__prev > a > span.b-controlButtons__link_text{
color: #003366 !important;
font-weight: bold !important;
}

/*Previous Page Link Icon*/
#headerSide__buttons > div > ul > li.b-controlButtons__item.m-controlButtons__item__prev > a > span.b-controlButtons__link_icon{
color: #003366 !important;
}

/*Next Page Link*/
#headerSide__buttons > div > ul > li.b-controlButtons__item.m-controlButtons__item__next > a > span.b-controlButtons__link_text{
color: #003366 !important;
font-weight: bold !important;
}

/*Next Page Link Icon*/
#headerSide__buttons > div > ul > li.b-controlButtons__item.m-controlButtons__item__next > a > span.b-controlButtons__link_icon{
color: #003366 !important;
}

/*Print Page Link*/
#headerSide__buttons > div > ul > li.b-controlButtons__item.m-controlButtons__item__print > a{
color: #003366 !important;
font-weight: bold !important;
}

/*Print Page Link Icon*/
#headerSide__buttons > div > ul > li.b-controlButtons__item.m-controlButtons__item__print > a > span{
color: #003366 !important;
}

/*Footer*/
.m-pageContent__side__footer{
background: #003366 !important;
}