h1 {
	border-left: 5px solid #f80 !important;
  	padding: 0.25em 0 0.25em 0.25em !important;
  	font-weight: 100 !important;
}
#navBarContainer {
	align-items: center;
	width: auto;
	justify-content: space-between; 
}

.Header__menuTab {
	justify-content: left;
}

.Header__menuTabRight {
  display: flex;
  justify-content: right;
}

.Header__menuList {
    gap: 0.8em;
}

.commonStyle__overflowDotted {
  overflow: visible;
}

.Header__tabsTab a {
	font-weight: 300;
	color: #fff;
}

.Header__tabsTab a:hover {
	font-weight: 500;
	color: #f80;
}

#portal_tabSolutions a {
	font-weight: 500;
	color: #f80;
}

/* KB Articles */
.KbDetailLtContainer__authorinfo {
	margin-top: 4em !important;
}

/* KB Categories */
.ContentList__subCategory .ContentList__topicContent {
	margin-left: 1.25em !important;
}

.ContentList__subCategory .ContentList__documentIcon {
	margin: 0 !important;
}

.ListHeader__listIcon2 > .Icon__icon {
	color: #f80 !important;
}
