.Header__headerSecondary {
    align-items: stretch;
    justify-content: space-between;
    background-color: #ffffff;
    color:"white";
  font-weight:bold;
}


.Breadcrumbs__breadCrumbs li a, .Breadcrumbs__breadCrumbs li span {
    color: #073762;
}
.HeaderBlock__headerblock {
    background-color:#ffffff;
    width: 100%;
}
.HeaderBlock__container{
    width:100%;
    background-color:#ffffff;
}
.HeaderBlock__headerblockcontainer {
    background-color:#ffffff;
}
.HeaderBlock__headerblocktitle {
    font-size: 2em;
    word-break: break-word;
    color: #073762;
font-weight:bold;
  
}

.HeaderBlock__headerblockbody {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1.2em;
    color: #073762;
  
}
.HeaderBlock__headerblockbody p:before{

    content: "Browse through the articles to find the answer to your questions, or just search a keyword. ";
    white-space: pre-wrap;
    word-wrap: break-word;

}
.HeaderBlock__headerblockbody p{
    width:500px;
    height:100px;
     font-size: 1.4em;
    word-wrap: break-word;
    content: "Browse through the articles find the answer to your question, or just search a keyword. : ";
    white-space: pre;

}
.Header__brandName{
display:none;

}
.FooterContainer__footer {
    color: #ffffff;
}
.FooterContainer__footerSecondary {
    background-color: #ffffff;

}
.FooterContainer__footer {background-color: #073762}
      				 .FooterContainer__footerText {color: #073762}
      				 .FooterContainer__footerLink{color: #073762}
      				 .FooterContainer__footerLink:hover{color: #073762}
}

.SignIn__loginHalf {
  border: 2px solid red;
}


.ArticleListitem__listItem {
  background: #fff;
  border-top: none;
}

.PlacardBlock__container1{
  background: #fff;
}

.FooterContainer__footer{
  background: #fff
}

.Header__browseTrigger{
  display: none;
}
  
