﻿/*
@font-size-large:         ceil((@font-size-base * 1.10)); // ~17px
@font-size-largest:       ceil((@font-size-base * 1.50)); // ~23px
@font-size-small:         ceil((@font-size-base * 0.85)); // ~13px
@font-size-smallest:      ceil((@font-size-base * 0.65)); // ~10px
*/
.homepage-alerts {
  position: absolute;
  z-index: 9;
  top: 145px;
  left: 0;
  width: 100%;
}
.homepage-alerts .container {
  position: relative;
}
.homepage-alerts .container .alert {
  font-size: 18px;
  background: #840000;
  color: #fff;
  padding: 10px;
  margin: 0 0 10px 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.homepage-alerts .container .alert p {
  display: inline;
}
.homepage-alerts .container .alert a {
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .homepage-alerts {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    margin: 5px 0 0 0;
  }
  .homepage-alerts .container .alert {
    font-size: 15px;
    margin: 10px 0 0 0;
  }
}
/*# sourceMappingURL=HomepageAlerts.ascx.css.map */