.alert {
  background-color: #000;
  color: #fff;
  height: 38px !important;
  line-height: 38px !important;
  padding: 0 15px !important;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  position: static !important;
}

  height: 38px !important;
  line-height: 38px !important;
  padding: 0 15px !important;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;

  position: static !important;
  white-space: nowrap;
  overflow: hidden;
}

.sticky-container {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.header {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.header.alert-show.custom__cta {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

@media (min-width: 768px) {
  .header.custom__cta {
    height: 118px;
  }
  .header.alert-show.custom__cta {
    height: 105px;
  }
}







.alert p {
  margin-bottom: 0;
}

