/* homepage-css */
/* VIDEO STYLES */

.toprowobject {
  display: none;
}




.featured-buttons,
.featured-buttons a:link,
.featured-buttons a:visited,
.featured-buttons a:hover,
.featured-buttons a:active,
#maincontentarea p.featured-buttons {
  cursor: pointer;
  /* margin-bottom: 15px; removed 2026-07-13 */
  font-family: arial, helvetica, sans-serif;
  font-size: 18px !important;
  font-weight: bold;
  padding: 10px 20px;
  line-height: 25px !important;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 5px;
  text-decoration: none !important;
  filter: drop-shadow(3px 5px 5px rgb(0 0 0 / 0.7));
  border: 1px solid #fff;
  width: 68%;
  max-width: 350px !important;
}

.featured-buttons,
.featured-buttons a:link,
.featured-buttons a:visited {
  background-color: #3c0074;
  color: #fff !important;
}

.featured-buttons:hover,
.featured-buttons a:hover {
  background-color: #cbb677;
  color: #333 !important;
  border: 1px solid #cbb677;
}

@media all and (min-width: 800px) {
  #gridpad11533151570954 div.bgdiv {
    min-height: 1px !important;
  }
}

/* FEATURED STORIES SECTION */

.feature-container * {
  box-sizing: border-box;
}

.feature-container {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

.feature-container img {
  vertical-align: middle;
  border-radius: 5px;
  filter: brightness(100%);
}

.feature-container .headline,
.feature-container .profile {
  position: absolute;
  bottom: 0;
  background: #450084; /* Fallback color */
  background: rgba(69, 0, 132, 0.7); /* Black background with opacity */
  color: #ffffff;
  width: 100%;
  padding: 12px;
  border-radius: 0 0 5px 5px;
}

.feature-container h5 {
  font-size: 16px !important;
}

.feature-container:hover img {
  filter: brightness(70%);
}

.feature-container:hover h5 {
  text-decoration-thickness: 0.5px;
  text-underline-offset: 2px;
}

.stories h5 a:hover {
  color: #ffffff !important;
}

@media all and (max-width: 768px) {
  .feature-container .headline {
    position: relative;
    background: #450084; /* Fallback color */
    background: rgba(69, 0, 132, 1); /* Black background with opacity */
    /* overflow: hidden; white-space: nowrap; text-overflow: ellipsis; */
  }
  .feature-container img {
    border-radius: 5px 5px 0px 0px;
  }
}


