.blackColorText {
	color: black !important;  
}
.bg-fae9c4 {
	background-color: #fae9c4 !important;
}


.announcement-bar {
  position: relative;
  width: 100%;
  background: #1f4aa8;
  color: #fff;
  text-align: center;
  padding: 10px 40px 10px 16px; /* space for close button */
  font-size: 14px;
  line-height: 1.4;
}

.announcement-bar p {
  margin: 0;
}

.announcement-link {
  color: #ffd24a;
  font-weight: 600;
  margin-left: 6px;
  text-decoration: underline;
}

/* CLOSE BUTTON */
.announcement-close {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  line-height: 1;
  opacity: 0.8;
}

.announcement-close:hover {
  opacity: 1;
}

/* MOBILE */
@media (max-width: 480px) {
  .announcement-bar {
    font-size: 12px;
    padding: 10px 36px 10px 10px;
  }

  .announcement-close {
    font-size: 22px;
  }
}