
#dnn_ctr429_ModuleContent .custom_theme.widgetmodule .RecentArticles-Wrap .RecentArticles-Box .RecentArticles-Item {
    width: calc(100%);
    padding: 0 12px;
    margin-bottom: 30px;
}

.custom_theme.widgetmodule .FeaturedArticles-Wrap .FeaturedArticles-Item .item-left {
    padding-left: 15vw !important;
    padding-right: 5vw !important;
  
}

.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: #fff;
}

.hover-underline-animation:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.box-shadow {
-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.49); 
box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.49);
}

header.sticky-active {
   position: fixed;
   width: 100%;
   z-index: 9999;
}

.lc-signup-form label {
    color: #fff !important;
}

.row {
    --bs-gutter-x: 5.5rem !important;
}


@media only screen and (max-width: 600px) {
  h3.Article-title
 {
    font-size:24px !important;
  }
}

