.container-banner {
   padding: .75em 0 .52em 0;
   font-size: 0.8em;
   font-weight: bold;
   color: #0033CC;
   background-color: transparent;
   text-align: center;
}
.container-topbar {
display: flex;
flex-direction: column;
justify-content: right;
align-items: right;
  float:right;
}
.footer .grid-child {
  justify-content: center;
}
.menu .grid-child {
   justify-content: center;
}
.container-nav {
    justify-content: center !important;
}
footer nav.navbar {
    width: 60%;
}
footer nav.navbar ul {
    flex-direction: row;
}
footer nav.navbar ul li {
    padding: 0 1.25em 0 0;
}
.cb_template .cbPosCanvasTop {
height: 400px;
}
div.search {
position: right;
top:12px; right:34px;
}