.rss-feed li {
    clear: both;
    display: block;
    min-height: 210px;
    padding: 20px !important;
}

.rss-feed ul>li:nth-child(odd) {
	background-color:#E7E7E7;
	padding: 20px !important;
}

.rss-feed h3 {
    text-transform: uppercase;
}
.rss-feed p {
    padding-top: 10px;
}

img.rssimg {
float: left;
margin-top: 6px;
display: inline-block;
margin-right: .5em;
max-width: 400px;
padding: 10px 20px 20px 0;
}

/* MEDIA QUERIES */

@media(max-width: 480px) {

.rssimg {
    max-width: 290px !important;
}
}

.hmd-main .carousel-caption {
  position: absolute !important;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  padding-top: 50px;
  padding-bottom: 40px;
  color: #000;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 25%, rgba(255, 255, 255, 0.85) 40%, rgba(255, 255, 255, 0.99) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.1)), color-stop(25%, rgba(255, 255, 255, 0.6)), color-stop(85%, rgba(255, 255, 255, 0.85)), color-stop(100%, rgba(255, 255, 255, 0.99)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 25%, rgba(255, 255, 255, 0.85) 40%, rgba(255, 255, 255, 0.99) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 25%, rgba(255, 255, 255, 0.85) 40%, rgba(255, 255, 255, 0.99) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 25%, rgba(255, 255, 255, 0.85) 40%, rgba(255, 255, 255, 0.99) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 25%, rgba(255, 255, 255, 0.85) 40%, rgba(255, 255, 255, 0.99) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 ); }

.hmd-main .carousel-caption p {
  font-size: 22px !important;
  font-weight: 300 !important; }

#body .hmd-main .carousel-caption h1 {
  font-size: 40px !important;
  color: #a21524 !important;
  font-weight: 200 !important;
  margin-bottom: 12px; }

.hmd-main .carousel-indicators [data-bs-target] {

    background-color: #fff;
    border: 1px solid #a21524; 
}
.hmd-main .wrapper  { position: relative !important;}


.hmd-main .carousel-indicators {
    position: absolute !important;
  z-index: 99;

}
   
.hmd-main .carousel-control-prev-icon, .carousel-control-next-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #a21524 no-repeat center center;
  background-size: 80% 80%;
  padding: 10px !important; }

 .carousel-indicators [data-bs-target] {
    position: relative;
    flex: 0 1 auto;
    width: 30px;
    height: 30px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: #fff;
    border: 1px solid #a21524; }
    
      .carousel-indicators .active {
    background-color: #a21524 !important; }

.hmd-main .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }

.hmd-main .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }

.hmd-main .carousel-item a {
  font-weight: 300 !important; }

.hmd-main .carousel-item a:hover {
  text-decoration: underline !important; }