h1 {
  color:#00004a
}

h2 {
  color: #317eac
}
h3 {
  color: #009ee2
}


.KBArticleDetailLeftContainer__articleContent p {
  margin-top: 1em;
}

.Header__headerSearchInner
{
  background-color: #ffffff;
  border-radius: 5px;
  
}
::placeholder.Header__headerSearchInner
{color: #000000;
}

#searchIcon
{
  color: #009ee2;
  margin: 5px;
}
.Header__brandLogoImg
{margin-top: 0.9em}
.contactDetails {
  color:#ffffff;
  text-align:center
}
.contactDetails a {
	color: #ffffff;
  	text-decoration: underline;
}
/* Hide the "Updated:" timestamp on KB articles */
.zd-last-updated,
.article-last-updated,
.ticket-last-updated,
#ticketLastUpdated {
    display: none !important;
}
