@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Work+Sans:400,500,600,700");
.alert {
  z-index: 10;
}
@media (max-width: 767.98px) {
  .alert {
    padding-bottom: 20px;
  }
}
.alert > .container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  max-width: 1600px;
  padding: 0 100px;
  box-sizing: border-box;
}
@media (max-width: 767.98px) {
  .alert > .container-fluid {
    padding: 0 40px 0 20px;
    grid-template-rows: auto;
  }
}
.alert-content p {
  font-family: "Work Sans" !important;
}
.alert-content p:first-of-type {
  margin-bottom: 10px !important;
  font-weight: 700 !important;
}
.alert-content p:not(:first-of-type) {
  line-height: 26px;
  font-weight: 400 !important;
}
.alert-content a {
  color: inherit !important;
  display: inline-flex;
  align-items: center;
  position: relative;
}
.alert-content a:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='M12 5l7 7-7 7'/%3E%3C/svg%3E");
  position: absolute;
  top: 3px;
  right: -20px;
  transition: all 0.3s;
}
.alert-content a:hover:after {
  right: -25px;
}
.alert.weather .alert-copy .alert-content:before {
  font-family: "alert" !important;
  content: "꤀" !important;
}
.alert.announcement .alert-copy .alert-content:before {
  font-family: "alert" !important;
  content: "꤁" !important;
}
.alert.safety .alert-copy .alert-content:before {
  font-family: "alert" !important;
  content: "꤂" !important;
}
.alert .sr-only {
  position: absolute;
  height: 0;
  width: 0;
  overflow: hidden;
}
.alert-close {
  text-decoration: none;
  font-size: 36px !important;
}
@media (max-width: 767.98px) {
  .alert-close {
    font-size: 24px !important;
    position: absolute;
    top: 0;
    right: 15px;
  }
}
.alert-close .icon-close:before {
  font-family: "alert" !important;
  content: "꤃" !important;
}
.alert-close:hover {
  text-decoration: underline;
}
/*# sourceMappingURL=alert-base.css.map */