/*!*********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/blocks/site-alert/style.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************/
.pmg-site-alert {
  padding: 16px;
  position: relative;
  z-index: 20;
  background-color: #B24119;
}
.pmg-site-alert pmg-background {
  top: 0;
}
.pmg-site-alert pmg-background, .pmg-site-alert pmg-background img {
  height: 100%;
  width: 100%;
  pointer-events: none;
  position: absolute;
  display: block;
}
.pmg-site-alert pmg-background img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100% !important;
}
.pmg-site-alert pmg-background picture {
  position: relative;
  height: 100%;
  width: 100%;
  display: block;
  max-width: 100%;
}
.pmg-site-alert pmg-background picture.mobile {
  display: none;
}
.pmg-site-alert.closed {
  display: none;
}
.pmg-site-alert .wrapper {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding-right: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-family: "Hanken Grotesk";
  flex-wrap: wrap;
}
.pmg-site-alert .wrapper p {
  color: #FFF;
  font-size: 19px;
  font-weight: 900;
  line-height: 120%;
  margin: 0 1.5rem 0 0;
}
.pmg-site-alert .wrapper .cta {
  color: #FFF;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 22.8px;
  letter-spacing: 1.2px;
  position: relative;
  top: 1px;
  text-transform: uppercase;
  text-decoration: none;
}
.pmg-site-alert .wrapper .cta img {
  margin-left: 0.5rem;
}
.pmg-site-alert .dismiss {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  border: 1px solid #fff;
  cursor: pointer;
}

@media screen and (max-width: 1180px) {
  .pmg-site-alert .wrapper {
    justify-content: flex-start;
    /*align-items: flex-start;
    flex-direction: column;*/
  }
  .pmg-site-alert .cta {
    margin-top: 0.25rem;
  }
}
@media only screen and (max-width: 576px) {
  .pmg-site-alert pmg-background picture.mobile {
    display: block;
  }
  .pmg-site-alert pmg-background picture.mobile + picture.desktop {
    display: none;
  }
}

/*# sourceMappingURL=style-index.css.map*/