@charset "utf-8";
/* CSS Document */
.r9_alert_banner {
  width: 100%;
  border: 0px solid #A31900;
  border-top: 5px;
  border-bottom: 5px;
  background-color: #fcbebe;
  border-bottom: solid 3px #7d0000;
  position: relative;
}
.r9_alert_banner::after {
  content: "";
  background-image: url(/Internet/FSE_MEDIA/fseprd715956.png);
  background-repeat: no-repeat;
  background-size: 2rem;
  top: 1rem;
  left: 1rem;
  bottom: 0;
  right: 0;
  position: absolute;
  width: 2rem;
  height: 2rem;
}
.r9_alert_banner_content {
  margin: 0rem 3.5rem;
  padding: .5rem;
}
.r9_alert_banner_more_info {
  padding-top: .5rem;
}
#centercol .r9_alert_banner p, #fullwidth .r9_alert_banner p, #centercol .r9_alert_banner a:visited, #centercol .r9_alert_banner a, h1, h2, h3, h4, li {
  color: #3a0000;
}

#centercol .r9_alert_banner a:hover, #full_width .r9_alert_banner a:hover {
  border-bottom: 1px solid #3a0000;
}
.r9_alert_banner p:first-of-type, #centercol .r9_alert_banner p:first-of-type, #fullwidth .r9_alert_banner p:first-of-type {
  padding-top: 0rem;
}
.r9_alert_banner_see_more, #centercol .r9_alert_banner_see_more, #fullwidth .r9_alert_banner_see_more {
  background: #6c1100;
  color: #fcbebe;
  font-weight: 600;
  font-size: .8em;
  display: inline-block;
  /* border: solid 3px #3A0000; */
  padding: .5rem .5rem;
  margin-top: 1rem;
}
.r9_alert_banner_see_more:hover {
  cursor: pointer;
}