.alertContainer {
  background-color: #fff;
  display: block;
  margin: 0 auto;
  position: absolute;
  width: 100%;
  z-index: 30;
}
@media only screen and (min-width: 768px) {
  .alertContainer {
    width: 750px;
  }
}
@media only screen and (min-width: 992px) {
  .alertContainer {
    max-width: initial;
    width: 970px;
  }
}
@media only screen and (min-width: 1200px) {
  .alertContainer {
    width: 1170px;
  }
}
@media only screen and (min-width: 1280px) {
  .alertContainer {
    width: 100%;
    max-width: 1280px;
  }
}
.alertContainer .alertContent {
  display: flex;
  flex-direction: row;
  padding: 16px 40px 16px 30px;
  position: relative;
}
.alertContainer .alertContent.align-banner-center {
  justify-content: center;
  text-align: center;
}
.alertContainer .alertContent .message .cta-icon {
  display: inline;
  font-size: inherit;
}
.alertContainer .alertContent .close {
  cursor: pointer;
  height: 20px;
  position: absolute;
  right: 47px;
  width: 20px;
}
@media only screen and (min-width: 992px) {
  .alertContainer .alertContent .close {
    right: 16px;
  }
}
.alertContainer .alertContent .close .closebtn {
  height: inherit;
  width: inherit;
  font-size: inherit;
  font-weight: bold;
}
.alertbanner.cq-Editable-dom {
  height: auto;
}
.alertbanner.cq-Editable-dom .alertContainer {
  display: block;
  height: auto;
  position: relative;
}
.alertbanner.cq-Editable-dom .alertContainer .alertContent {
  padding: 0;
  top: -10px;
}
