/* HIDE */
.banner-hide {
 display: none;!important 
}

.banner-show {
 display: block!important; 
}

/* End */

.announcement-banner {
 padding: 5px 20px; 
}

.announcement-banner p {
 color: #fff!important; 
  text-align: center!important;
}

.announcement-banner.db {
  background-color: #003C71;
}

.announcement-banner.lb {
  background-color: #0084D5;
}

.announcement-banner.green {
  background-color: #97D700;
}

/* .announcement-banner {
    margin-top: 60px;
    margin-bottom: -55px;
} */

.announcement-banner .inner-wrapper {
    max-width: 1080px;
    float: none;
    margin: 0 auto;
}

.banner-cta {
 margin-top: 16px; 
  display: none!important;
}

.banner-cta a {
    background: #fff;
    color: #003c71 !important;
    font-size: 14px;
    padding: 6px 12px;
    border-radius: 4px;
    font-weight: bold;
  text-align: center!important;
}

@media (max-width: 1079px){
 .announcement-banner {
   margin-top: 70px;
  }
}

@media (max-width: 767px){
  .announcement-banner {
   display: none!important; 
  }
}