/*****************************************/
/* Amira 2024 Child Theme Overrides.     */
/*****************************************/

.hhs-top-bar .hhs-nav-grid__menu {
    margin: 0 0 0 auto;
}

header.header {
  padding-bottom: 87px;
}

h1 {
  margin-bottom: 35px;
}

h2 {
  margin-bottom: 25px;
}

ul li {
  font-size: 15px;
}

.mega-menu h5 {
  font-weight: 700;
}

.mega-menu p {
  font-size: 13px;
}

 
.hhs-head-cta-1 a, .hhs-side-menu__ctas .hhs-header-cta a {
  color: #262626 !important;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 15px 20px;
  border-radius: 10px;
  background-color: rgba(0, 202, 114, 1.0);
}

.hhs-head-cta-1 a:hover, .hhs-side-menu__ctas .hhs-header-cta a:hover {
  color: #ffffff !important;
  background-color: rgba(128, 8, 157, 1.0) !important;
}

.hhs-side-menu__mobile {
  margin-top: 30px;
}

.hhs-card-flip-con .tile .back, .hhs-card-flip-con .tile .back .contents {
  background: #262626;
  border-radius: 10px;
  border: none !important;
}

.hhs-card-flip-con .tile .front {
  border-radius: 10px;
  border: none !important;
}

.hhs-foot-logo {
  margin-bottom: 30px !important;
}

.foot-nav-title {
  display: none !important;
}

.hhs-foot-nav-col .hhs-col-content {
  display: block !important;
}

.hhs-foot-nav-col ul {
  list-style: none;
  padding-left: 0; /* Remove padding */
}

.hhs-foot-nav-col ul li:before {
  display: none;
}
  
.hhs-foot-nav-col ul li {
  position: relative;
}

.hhs-foot-nav-col ul li a {
  color: #FFFFFF !important;
}

.hhs-foot-nav-col ul li a:hover, .hhs-foot-nav-col ul li a:focus {
  color: #8ec2ab !important;
}

.hhs-foot-nav-col ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px; /* Align with text */
  width: 5px; /* Bullet width */
  height: 5px; /* Bullet height */
  background-color: #8ec2ab; /* Change this to your desired color */
  border-radius: 50%; /* Make it circular */
}

.footer {
  margin-bottom: -20px !important;
}

@media (max-width: 768px) {
  .hhs-foot-nav-col ul li::before {
    width: 0px; /* Bullet width */
    height: 0px; /* Bullet height */
  }
  .hhs-foot-nav-col {
    border: 0 !important; /* Example border */
    margin-bottom: 0 !important;
  }
  .hhs-foot-rss {
    margin-top: 0px !important;
  }
  .hhs-foot-nav-col ul {
    margin: 0 !important;
  }
  .hhs-foot-nav-cols {
    margin: 30px 0 35px 0 !important;
  }
}

/* .body-wrapper {
  max-width: 1040px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
} */

#return-to-top {
  display: none !important;
}

.scrolling-logos.slick-slider .logo-item {
    text-align: center;
    outline: none;
}



@media (min-width: 1024px) {
  .scrolling-logos.slick-slider .logo-item img {
    max-width: 150px;
}
}
.hhs-tab-wrapper button {
  border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.hhs-tab-wrapper li {
  border-left: none !important;
}

.hhs-table-mod table th {
  background-color: #00CA72;
}

.hhs-table-mod table th:first-child {
  width: 45%;
}

.hhs-table-mod table tr:nth-child(even) {
    background-color: #E6FAF1; /* Light grey background color for even rows */
}


.mega-text-con h5 a span {
    color: #fff !important;
    font-family: Montserrat !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    text-transform: none !important;
    letter-spacing: 0px !important;
    line-height: 1.1em !important;
}

.mega-text-con h5 a:hover span {
    color: #00CA72 !important;
}

@media (max-width:1150px) {
    .main-nav .sc-site-header__menu {
        display: none;
    }
    .hhs-menu-toggle {
        display: block !important;
    }
    .hhs-extras-ctas, .hhs-extras-ctas .hhs-head-cta-1 {
        display: none;
    }
}

select.post__category-selector {
  color: #fff !important;
}

.row.hhs-foot-nav-base .hhs-foot-base-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  margin-right: 10px !important;
}

#main-content .post-page-full .blog-header-full {
  background-color: #E6FAF1;
}

body.state-of-america form .hs-button, body.state-of-america .cta-primary {
  background-color: #C21F3D !important;
  color: #fff !important;
}

body.state-of-america form .hs-button:hover, body.state-of-america .cta-primary:hover {
  background-color: #24408F !important;
  cursor: pointer !important;
}

body.state-of-america .hhs-head-cta-1 a {
  display: none;
}


.blog-post h1, .blog-post h2, .blog-post h3, .blog-post h4, .blog-post h5, .blog-post h6 {
  margin-bottom: 30px;
}

.blog-post h1 {
  display: block;
  font-size: 48px;
  margin-bottom 35px;
}

.blog-post h2 {
  font-size: 42px;
  font-weight: 500;
  margin-bottom 30px;
}

.blog-post h3 {
  font-size: 36px;
  font-weight: 500;
  margin-bottom 30px;
}

.blog-post h4 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom 30px;
}

.blog-post h5 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom 30px;
}

.blog-post h6 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom 30px;
}