/* ALERT MESSAGE */
.alert-message-container-outer {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;

}
.alert-message {
  height: 30px;
  padding: 10px 20px 0 20px;
}
.alert-message a {
  color: #ffffff;
  text-decoration: underline;
}
.alert-message a:hover {
  color: #ffffff;
  text-decoration: none;
}
.region-thc-hs-alert .sidebar_block.block.block-views .sidebar_block_inner {
  background: none;
  margin: 0;
  padding: 0;
}

.alert-message-container {
  background: url("/public/images/icons/thc-histint-alert.png") no-repeat 10px #990000;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #990000;
  color: #ffffff;
  width: 100%;

}

.alert-message p {
  margin-left: 40px;
}
.alert-message-alert {
  
  float: left;
  margin-top: -5px;
  margin-left: 25px;
  margin-right: 10px;
  font-size: 30px;
  text-transform: uppercase;
  font-family: "LeagueGothicRegular",Arial,sans serif;  
}

.thc-histint-all-maps-block.sidebar-light-container {
  background: url("/public/images/icons/map-pin.png") no-repeat 7px center #f7f6f3;
  font-size: 14px;
  padding-left: 20px;
}