  .alert-close:before {
    content: "\F108";
    font-family: "icons" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
}
.bs-site-alert {
    display: -ms-grid !important;
    display: grid;
    -ms-grid-columns: 1fr 150px;
    grid-template-columns: 1fr 150px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    align-items: center;
    width: 100%;
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-right: auto;
    margin-left: auto;
}
.bs-site-alert p {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}
.bs-site-alert button.close {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 2;
}
.bs-site-alert  button.close {
    color: #fff;
    font-size: 1.5rem;
    line-height: 0;
    text-align: center;
    border: none;
    display: inline-block;
    background: transparent;
    position: absolute;
    right: 50px;
}
.bs-site-alert  button.close span {
  background: transparent;
  border: none;
  font-family: "Karla", sans-serif;
  font-size: 3rem;
}
.bs-site-alert.alert-warning {
    background: #fed87f;
    color: #454545;
}
.alert-warning p:before {
    content: "\e925" !important;
}
.alert.alert-danger {
  background: #e77070;
}
.alert-danger p:before {
   content: "\e925" !important;
}
.bs-site-alert p{
    display: inline-block;
    position: relative;
    padding-left: 100px;
}
@media (max-width: 992px) {
  .bs-site-alert  button.close {
    right: 20px;
  }
  .bs-site-alert p{
    padding-left: 65px;
  }
}
.bs-site-alert p:before{
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    display: block;
    margin: 0 40px 0 0;
    font-size: 3.5rem;
    line-height: 0;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}



.alert .alert-copy .alert-content:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.user-is-tabbing :focus {
  outline: 1px dotted currentColor;
  outline-offset: 2px; }

.alert {
  padding: 20px 0;
  color: #fff;
  display: none; }
  .alert .container-fluid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 150px;
    grid-template-columns: 1fr 150px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    /* autoprefixer: ignore next */
    align-items: center; }
  .alert .container-fluid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1; }
  .alert .container-fluid > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2; }
  .alert .alert-copy {
    font-size: 1rem;
    font-family: "Work Sans", sans-serif; }
    .alert .alert-copy .alert-content {
      display: inline-block;
      position: relative;
      padding-left: 100px; }
      .alert .alert-copy .alert-content p {
        margin: 0; }
        .alert .alert-copy .alert-content p strong {
          font-weight: 600;
          text-transform: uppercase; }
        .alert .alert-copy .alert-content p a {
          color: #fff;
          text-decoration: underline; }
      .alert .alert-copy .alert-content:before {
        content: "";
        display: block;
        margin: 0 40px 0 0;
        font-size: 4.5rem;
        line-height: 0;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%); }
  .alert .alert-close {
    color: #fff;
    font-size: 1.5rem;
    line-height: 0;
    text-align: center; }
  .alert.weather {
    background: #0068AC; }
    .alert.weather .alert-copy .alert-content:before {
      content: "\e90b"; }
  .alert.safety {
    background: #e77070; }
    .alert.safety .alert-copy .alert-content:before {
      content: "\e924"; }
    .alert.announcement .alert-copy .alert-content:before {
      content: "\e925"; }
  @media (max-width: 991.98px) {
    .alert .container-fluid {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 80px;
      grid-template-columns: 1fr 80px;
      -ms-grid-rows: auto;
      grid-template-rows: auto;
      /* autoprefixer: ignore next */
      align-items: center; }
    .alert .container-fluid > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
    .alert .container-fluid > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2; }
    .alert .alert-copy .alert-content {
      padding: 0; }
      .alert .alert-copy .alert-content:before {
        display: none; } }
  @media (max-width: 767.98px) {
    .alert {
      padding: 20px 0 40px; }
      .alert .container-fluid {
        display: -ms-grid;
        display: grid;
        grid-gap: 20px 0;
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
        -ms-grid-rows: auto 20px auto;
        grid-template-rows: auto auto; }
      .alert .container-fluid > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
      .alert .container-fluid > *:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1; }
      .alert .alert-close {
        -ms-grid-row: 1;
        grid-row: 1;
        -ms-grid-column-align: end;
            justify-self: end; } }
