.hh-news .social-widget a:hover,.hh-news .social-widget a:focus {
    text-decoration: none;
}
.hh-module .aside-widget .section-title:after {
    content:none;
}

.hh-module .aside-widget .section-title {
    z-index: -1;
}
.news.landing .footer .socialbar {
    display: block;
    margin: 34px 0 16px 0;
}
.alert .alertMessage a {
    color: var(--color1);
}

.news .interiorContent .newsContent img {
    margin-bottom: 22px;
}
table caption {
    color: #fff;
    font-size: 1px;
}
button#launch-widget-btn {
background-color: var(--color2);
color: var(--color4);
padding: .75em 1.25em;
border: none;
font-size: 16px;
font-weight: 600;
text-transform: uppercase;
margin-bottom: 22px;
transition: all 0.4s ease-in-out;
cursor: pointer;
background-image: url('/_images/about/chat-icon.png');
background-repeat: no-repeat;
background-position: right 10px center;
background-size: 28px auto; /* Adjust size as needed */
padding-right: 2.75em; /* Add space for the icon */
}

button#launch-widget-btn:hover {
    background-color: #e0e0e0;
    color: var(--color1);
}

@media (max-width: 575.98px) { 
.hh-news .hot-post .post .post-title {
    font-size: 1.2rem !important;
    line-height: 1.3 !important;
}
.hh-news .hot-post .post .post-meta {
    font-size: 1rem !important;
    line-height: 1.2 !important;
}
}
@media (max-width: 1199.98px) { 
    .hh-news .hot-post .post .post-title {
    font-size: 1.3rem !important;
    line-height: 1.2 !important;
}
.hh-news .hot-post .post .post-meta {
    font-size: 1.1rem !important;
    line-height: 1 !important;
}
}


.galleryWrapper.components .gallery .slick-initialized .caption .wrapper .captionInner {
   min-height: auto;
}
.galleryWrapper.components .slick-initialized .caption .wrapper .captionInner {
   height: auto;
}
.wysiwygContent figure.image {
  display: table; 
  max-width: 100%;
  background: none;
  border:none;
}

.wysiwygContent figure.image img {
  max-width: 100%;
  height: auto;
  margin-bottom: 5px !important;
}

.wysiwygContent figure.image figcaption {
  display: table-caption;
  caption-side: bottom; 
  text-align: center;
  word-wrap: break-word;
  overflow-wrap: break-word;
  padding: 5px 0;
  margin: 0 0 5px 0 !important;
}

.wysiwygContent figure.image.align-left {
  float: left;
  margin: 8px 30px 20px 0;
}

.wysiwygContent figure.image.align-right {
  float: right;
  margin: 8px 0 15px 30px;
}
.wysiwygContent figure.image.align-center {
    margin-left: auto;
    margin-right: auto;
}
@media all and (max-width: 580px) {
.wysiwygContent figure.image img {
        float: none;
        width: auto;
        max-width: 100%;
        clear: both;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
}
.news.rightSection article.wysiwygContent {
    width: 100%;
    max-width: 100%; 
    overflow: hidden; 
    box-sizing: border-box;
}
article.wysiwygContent .gallerySlides ul > li:before {
    content:none;
}

.hh-directory .select-container select {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.hh-directory  #loadingSpinner {
    display: block; 
    width: 40px;
    height: 40px;
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-left-color: #000; /* Change color as needed */
    border-radius: 50%;
    animation: directorySpin 1s linear infinite;
    margin: 0 auto;
    transform: translate(-50%, -50%);
}

  @keyframes directorySpin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}
 .hh-directory .filterButtons .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 2;
