header.top-info-strip {
 background-color: rgb(0, 47, 109);
 display:flex;
 align-items:center;
 justify-content:center;
 padding: 18px 0px;
 text-align: center;
}
header.top-info-strip p{
 color: #E8F0FE;
 margin:0 16px;
 font-size: 18px;
 font-weight: 500;
line-height:24px;
}
header.top-info-strip p a{
 color: inherit;
 padding: 0 4px
}
header.top-info-strip p .field-button-text-2 {
 display: none;
}
header.top-info-strip p .field-button-text-2{
 background-color: transparent;
 border: none;
 color: inherit;
 cursor: pointer;
 float: right;
 font-size: 24px;
 height: 32px;
 width: 32px;
 position: absolute;
 top: 0;
 right: 0;
}
.header-top-bluestrip
{
 display:none !important; 
}

@media(max-width:767.98px){
 header.top-info-strip p a{
 font-size:14px;
}
}