.container-topbar{
  text-align: center;
  background-color: #141f33;
}

.container-topbar a:link{
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  padding: 8px;
  line-height:53px;
  border-radius: 4px;
  margin: 8px;
  border: 1px solid #fff;
}
.container-topbar a:hover, .container-topbar a:visited, .container-topbar a:active, .container-footer a:hover, .container-footer a:visited, .container-footer a:active{
  color: #fff;
}

.container-header{
  background: #284985 !important;
  position: sticky !important;
}

.footer{
  background: #141f33 !important;
}
.container-header .grid-child{
  padding-top:0;
}
@media (max-width: 767.98px)
.container-header .container-nav .container-search, .container-header .container-nav nav {
  margin-top: 0.5em;
}
figure{
  text-align: center;
}
.pcenter{
  display: none;
}