/*=- /Content/Layouts/Smooth/stylesheets/section-alerts.less -=*/

.alertBar {
  color: white;
  background-color: rgba(28, 43, 57, 0.9);
}
.alertBar .has-1 .unslider-arrow {
  display: none;
}
.alertBar .unslider {
  margin-right: 2em;
}
.alertBar .unslider ul {
  padding-right: 3.75em;
  padding-left: 4em;
}
.alertBar .unslider ul li {
  padding: 1em 0;
}
.alertBar .unslider ul li > a {
  overflow: hidden;
}
.alertBar .unslider-arrow {
  width: 2.6666666em;
  right: 0;
}
.alertBar .unslider-arrow.prev {
  top: 50%;
  left: unset;
}
.alertBar .unslider-arrow.next {
  bottom: 50%;
}
.alertBar .unslider-arrow.prev,
.alertBar .unslider-arrow.next {
  font-size: 0.75em;
}
.alertBar .unslider-arrow.prev::before,
.alertBar .unslider-arrow.next::before {
  bottom: unset;
}
.alertBar .unslider-arrow.prev::before {
  content: "\f107";
}
.alertBar .unslider-arrow.next::before {
  content: "\f106";
}
.alertBar .articles {
  height: 5.25em !important;
}
.alertBar .articles::before {
  display: block;
  content: "";
  position: absolute;
  top: 5px;
  bottom: 5px;
  right: 0;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.15);
}
.alertBar .articles .article-date {
  margin-bottom: 4px;
  font-size: 8pt;
  color: rgba(255, 255, 255, 0.5);
}
.alertBar .articles .article-count {
  display: flex;
  width: 1.75em;
  height: 1.75em;
  position: absolute;
  top: 1.5em;
  left: 1em;
  font-weight: bold;
  text-align: center;
  background-color: #be0000;
  border: 1px white solid;
  border-width: 2px;
  -webkit-box-shadow: 0 10px 25px -10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 10px 25px -10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 25px -10px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.alertBar .articles .article-counter {
  font-weight: bold;
  font-style: italic;
}
.alertBar .articles .article-count span {
  margin: auto;
}
.alertBar .article-list p {
  font-size: 0.875em;
  line-height: 1.25;
  font-weight: 300;
}
.alertBar .article-list p:only-of-type {
  margin: 0;
}
.alertBar .article-list p strong {
  font-weight: normal;
}
.alertBar .article-list p + p {
  display: none;
}
.alertBar .closeButton {
  width: 2em;
  height: 2.625em;
  text-align: center;
  opacity: 0.75;
  color: #c8531f;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  cursor: pointer;
  display: flex;
}
.alertBar .closeButton::before {
  margin: auto;
  line-height: 1;
  font-weight: bold;
}
.alertBar .closeButton::beforeer {
  font-weight: bold;
  font-style: italic;
}
.alertBar .closeButton span {
  display: none;
}
@media print, screen and (max-width: 37.4375em) {
  
}
@media print, screen and (max-width: 56.1875em) {
  
}
@media print, screen and (min-width: 37.5em) {
  .alertBar .unslider ul {
    padding-right: 4.25em;
    padding-left: 3em;
  }
  .alertBar .unslider ul li {
    padding: 0.875em 0;
  }
  .alertBar .articles {
    height: 3.875em !important;
  }
  .alertBar .articles .article-count {
    top: 1.25em;
    left: 0.75em;
    font-size: 0.875em;
  }
  .alertBar .article-list p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
  }
  .alertBar .closeButton {
    height: 1.875em;
  }
}
@media print, screen and (min-width: 37.5em) and (max-width: 56.1875em) {
  
}
@media print, screen and (min-width: 56.25em) {
  
}
@media print, screen and (min-width: 64em) {
  .alertBar .closeButton {
    opacity: 0.3;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    transition-duration: 0.25s;
  }
  .alertBar:hover .closeButton {
    opacity: 1;
  }
}
