.alert-copy .title {
  color: #434343;
  font-family: "Merriweather Sans", sans-serif;
  line-height: 1.5; }
  .alert-copy .title {
    font-size: 16px; }
  @media (min-width: 575px) {
    .alert-copy .title {
      font-size: calc(16px + 2 * (100vw - 575px) / 1025); } }
  @media (min-width: 1600px) {
    .alert-copy .title {
      font-size: 18px; } }

.alert {
  background: #005AE8;
  color: #fff;
  display: block;
  position: relative;
  z-index: 100; }
  .alert.animate-out {
    -webkit-animation-name: slideOutUp;
            animation-name: slideOutUp;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease; }

@-webkit-keyframes slideOutUp {
  0% {
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-2000px); } }

@keyframes slideOutUp {
  0% {
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-2000px); } }
  .alert-container {
    width: 100%;
    padding-right: 90px;
    padding-left: 90px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 20px; }
    @media (max-width: 991.98px) {
      .alert-container {
        padding-right: 30px;
        padding-left: 30px; } }
    @media (min-width: 576px) {
      .alert-container {
        max-width: 540px; } }
    @media (min-width: 768px) {
      .alert-container {
        max-width: 720px; } }
    @media (min-width: 992px) {
      .alert-container {
        max-width: 960px; } }
    @media (min-width: 1200px) {
      .alert-container {
        max-width: 1400px; } }
  .alert-copy .title {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 10px 0; }
  .alert-copy a {
    color: #fff;
    font-weight: 600; }
    .alert-copy a:hover, .alert-copy a:focus {
      color: #CDEBFF; }
  .alert-icon {
    line-height: 0;
    display: inline-block;
    margin-right: 15px; }
    .alert-icon {
      font-size: 32px; }
  .alert-close {
    transition: all 0.35s ease;
    display: inline-flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 25px;
    padding: 12px 30px;
    cursor: pointer;
    font-weight: 600;
    text-decoration: none;
    transition: none;
    background-color: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    color: #fff;
    position: absolute;
    right: 30px; }
    .alert-close {
      font-size: 16px; }
    .prefers-reduced-motion .alert-close {
      transition: none; }
    .alert-close:hover {
      color: #000;
      background-color: #e6e6e6; }
    .alert-close:disabled, .alert-close.disabled {
      transition: none;
      opacity: 1;
      box-shadow: none;
      cursor: default;
      background-color: #f2f2f2;
      color: #434343;
      pointer-events: none; }
      .prefers-reduced-motion .alert-close:disabled, .prefers-reduced-motion .alert-close.disabled {
        transition: none; }
    .alert-close:active, .alert-close.active {
      background-color: #d9d9d9; }
    .prefers-reduced-motion .alert-close {
      transition: none; }
    .alert-close:hover, .alert-close:focus {
      background-color: transparent; }
    .alert-close {
      font-size: 21px; }
    .alert-close:hover {
      color: #fff; }
    .alert-close:before {
      content: "\f13e";
      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; }
  .alert--emergency, .alert-warning {
    background: #E6AE03; }
    .alert--emergency .alert-copy,
    .alert--emergency .alert-copy a, .alert-warning .alert-copy,
    .alert-warning .alert-copy a {
      color: #002D97;
      font-weight: 600; }
      .alert--emergency .alert-copy:focus,
      .alert--emergency .alert-copy a:focus, .alert-warning .alert-copy:focus,
      .alert-warning .alert-copy a:focus {
        box-shadow: 0 0 0 0.2rem #002D97; }
    .alert--emergency .alert-close, .alert-warning .alert-close {
      color: #002D97; }
      .alert--emergency .alert-close:focus, .alert-warning .alert-close:focus {
        box-shadow: 0 0 0 0.2rem #002D97 !important; }
  .alert-danger {
    background: #F1E321; }
    .alert-danger .alert-copy,
    .alert-danger .alert-copy a {
      color: #002D97;
      font-weight: 600; }
    .alert-danger .alert-close {
      color: #002D97; }
  .alert-success {
    background: #008000; }
    .alert-success .alert-copy,
    .alert-success .alert-copy a {
      color: #fff;
      font-weight: 600; }
    .alert-success .alert-close {
      color: #fff; }
  .alert-warning {
    background: #E6AE03; }
    .alert-warning .alert-copy,
    .alert-warning .alert-copy a {
      color: #002D97;
      font-weight: 600; }
    .alert-warning .alert-close {
      color: #002D97; }

.bs-site-alert {
  margin-bottom: 0; }

.bs-site-alert .alert_content {
  display: inline-block;
  position: relative;
  padding-left: 40px;
  font-weight: bold;
  max-width: 75%; }

.bs-site-alert .alert_content h2 {
  font-size: 1em;
  text-transform: uppercase;
  font-weight: normal; }

@media (max-width: 992px) {
  .bs-site-alert button.close {
    right: 20px; }
  .bs-site-alert .alert_content {
    padding-left: 0; } }

.bs-site-alert p {
  margin: 0;
  display: inline-block; }

.container.location-alerts {
  margin: 50px auto; }
