div.view-site-alerts {
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  background-color: #1B3355;
  font-size: 18px;
  color: white;
  clear: both;
  position: relative;
  max-height: 90px;
  width: auto;
  margin: 0px;
  margin-bottom: 1em;
  z-index: 8;
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0px;
  border-width: 0px;
  padding: 0px 15px;
  min-height: 70px;
}
div.view-site-alerts > .container {
  max-width: 100%;
}
div.view-site-alerts .slick-slide {
  width: 100%;
}
div.view-site-alerts .views-field-title a {
  color: white;
  text-decoration: none;
  font-weight: normal;
  font-size: 1.4em;
}
div.view-site-alerts .views-field-title a:focus {
  outline: none;
}
div.view-site-alerts .views-field-title a h3 {
  display: inline-block;
  margin-top: 0px;
}
@media (min-width: 769px) {
  div.view-site-alerts .views-field-title a h3 {
    margin-top: 30px;
  }
}
  div.view-site-alerts .views-field-title a span {
    position: relative;
  }
@media (max-width: 991px) {
  div.view-site-alerts .views-field-title a span {
    border-bottom-width: 0px;
  }
  div.view-site-alerts .views-field-title a span:after {
    font-size: 0.7rem !important;
  }
}
div.view-site-alerts .views-field-title a span:after {
  color: white;
  content: "\2192";
  line-height: 1;
  margin: 5px 15px 5px 5px;
  position: relative;
  top: 0rem;
  pointer-events: none;
  display: inline-block;
  font-size: 1.25rem;
}
div.view-site-alerts .views-field-title a img {
  display: inline-block;
  margin-right: 30px;
  border-radius: 0px;
  max-height: 70px;
  width: auto;
  top: 0px;
  position: relative;
}
@media (max-width: 768px) {
  div.view-site-alerts .views-field-title a img {
    display: none;
  }
}
div.view-site-alerts .close-sitealerts {
  position: absolute;
  right: 20px;
  top: 5px;
  color: white;
  z-index: 9999;
}
@media (min-width: 768px) {
  div.view-site-alerts .close-sitealerts {
    font-size: 2em;
  }
}
div.view-site-alerts.hidden {
  display: none;
}

.site-alerts-pager {
  width: 19%;
  margin-right: 1%;
  float: left;
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-alerts-pager button {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  position: relative;
  top: 2px;
}

.site-alerts .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-alerts .view-content .slick-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 991px) {
  div.view-site-alerts .slick-slide {
    max-width: 991px;
  }
  div.view-site-alerts .slick-slider {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  div.view-site-alerts .views-field-title a {
    font-size: 0.8em;
  }
  div.view-site-alerts .views-field-title a h3 {
    margin-top: 15px;
    margin-bottom: 5px;
  }
}