/* Refined full-width header separators: gold bar, navy hairline, white header, navy hairline. */
.pro-announcement,
.v2-top{
  position:relative;
  border-bottom:2px solid #151f55!important;
  box-shadow:0 1px 0 rgba(255,255,255,.45) inset;
}
.pro-head{
  border-top:0!important;
  border-bottom:2px solid #151f55!important;
  box-shadow:0 8px 24px rgba(21,31,85,.09)!important;
}
@media(max-width:560px){
  .pro-announcement,
  .v2-top,
  .pro-head{border-bottom-width:2px!important}
}
