.Header__homeNavbarFixed .Header__searchSubCont, .Header__homeNavbarFixed .Header__searchLink {
    background-color: #003f4a;
}

.Header__menuWrapper {
    width: 100%;
  	background-color: #ffffff;
  	font-weight: 500;
  	height: relative;
}

.Header__menuWrapper .Header__nav #userPreference {
	display: none;
}

.Button__tagPrimary {
 	visibility: hidden;
}

.Icon__activeBlue {
    color: #F36C21;
}

.Header__menuWrapper {
    position: relative;
  	height: 60px;
}

.Header__menuBox {
    max-width: 73.125rem;
    transition: max-width 200ms ease;
    height: 60px;
}

.Header__link {
    padding: 0.125rem 0;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
    text-decoration: none;
    cursor: pointer;
    color: inherit;
    outline: 0;
}

.SearchBox__searchpart input {
    flex: 1;
    min-width: 0;
    margin: 0 auto;
    transition: .2s all;
    min-height: 2.95rem;
    background-color: #fff;
    border-radius: 0.1875rem;
    height: 3.3125rem;
    padding-left: 1.25rem;
    font-size: 1.125rem;
    color: #000;
    border: 0;
    font-family: revert;
}

/* Change Help Centre heading text colour */
.Header__logotxt {
    color: #003F4A !important;  /* your brand colour */
    font-weight: bold;
}

.BreadCrumbs__breadcrumbsView {
    font-size: .875rem;
    color: #000;
}

.CustomizeContainer__layout2 {
	visibility: hidden;
}

.CustomizeContainer__aPlus {
    color: #fff;
}


.Header__menuList.Header__navactive{
 	font-weight: bold; 
}

a.Header__link:focus{
 	font-weight: bold; 
}

.Header__menuList .Header_primaryLink {
	padding: 8px 10px;
    color: white;
    background-color: #ff6b00;
    border-radius: 0.25rem;
}

.Header__nav li.Header__menuList {
	line-height: 34px;
}

.Header__menuList .Header_primaryLink:hover {
	background-color: #00A68F;
}

.Header__panelbtns {
	display: none;
}

.hide {
	display: none;
}

.Header__homeNavbarFixed .Header__searchSubCont .Header__searchalt {
  	display: flex;
  	justify-content: space-between;
	padding: 0 0.9325rem;
}

.Header__homeNavbarFixed .Header__searchSubCont .Header__searchalt .Header__searchLink {
	margin: 0;
}

.Header__homeNavbarFixed .Header__panelbtns {
	display: flex;
}

.Header_addTicketStrip {
	width: 100%;
    background: #003f4a;
    color: white;
}

.Header_addTicketStripRestrictWidth {
	width: 100%;
    max-width: 80rem;
    margin: auto;
    padding: 0 0.9375rem;
}

.Header_addTicketStripContent {
	display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60px;
    max-width: 80rem;
    margin: auto;
    width: 70%;
}

.Header__homeNavbarFixed li.Header__containerLi {
	background-color: #ff6b00;
 	color: #fff;
}

.Header__homeNavbarFixed li.Header__containerLi:hover {
	background-color: #00a68f;
}

.Header__homeNavbarFixed li .Header__containerLink:hover {
	color: #fff;
}

.Header_addTicketStripContentText {
	line-height: 1.4;
}

.Header_addTicketStripContentText a {
  	color: #ff6b00;
  	font-weight: bold;
}

.Header_addTicketStripContentText a:hover {
	color: #00a68f;
}

.Header__headerBg {
	height: calc(100% - 60px)
}

#new_ticket_btn #new_ticket_button .Header__tClr {
	visibility: hidden;
    margin-left: -80px;
}

#new_ticket_btn #new_ticket_button .Header__tClr::after {
	visibility: visible;
    content: "Submit a Ticket";
    font-weight: normal;
}

@media (max-width: 768px) {
  	.Header__headerBg, .Header__defaultContent .Header__headerBg {
      background-position: 50% 100%;
    }

	.Header_addTicketStripContent {
		width: 100%;
	}
  
    .Header_addTicketStripContentText {
    	font-size: 0.9rem;
 	}
  
	.Header__welcomeTitle {
    	font-size: 1.75rem  	
	}
}


@media (max-width: 48rem) {
  	.Header__homeNavbarFixed li.Header__containerLi {
      	 background-color: transparent;
  	}
  
  	.Header__homeNavbarFixed li.Header__containerLi:hover {
      	 background-color: transparent;
  	}
}

  .ArticleDetailLeftContainer__kbTitle{
   font-size:27px;
}
