/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* Mobile sub header size */
.kl-navbar__description h3 {
    font-size: 1rem !important;
    font-weight: bold;
    margin: 0 0 .5rem;
}

/* Remove focus outlines globally */
*:focus {
  outline: none;
}
/* Card Styling - blog and case study */
.blog-index__post-content h3 a {
  color: #073048;
  font-weight:700 !important;
}
.kl-card-grid__content p {
  color: #444444 !important;
}
.kl-card-grid__content h3 {
  font-size:20px !important;
  color:#073048 !important;
  font-weight:700 !important;
}


/* Mega Menu*/
@media (min-width: 921px) {
.kl-navbar__menu > li:nth-child(4) .kl-navbar__categories {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
/* Center 2 items in Contact Us mega menu */
.kl-navbar__menu > li:nth-child(5) .kl-navbar__categories {
  display: flex;
  justify-content: center;
  gap: 40px;
}

/* Make Solutions unclickable by overlaying a transparent element */
.kl-navbar__menu > li:nth-child(3) > a {
  position: relative;
}
.kl-navbar__menu > li:nth-child(3) > a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: default;
}
.kl-navbar__menu > li:nth-child(2) > a {
  position: relative;
}
.kl-navbar__menu > li:nth-child(2) > a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: default;
}

}
/*
.kl-navbar__description h3 img{
    display:none;
}
*/

/* Mobile mega menu stack */
@media screen and (max-width: 768px) {
   #hs_cos_wrapper_Navbar_with_Menu .kl-navbar__content .kl-navbar__categories .kl-navbar__description {
        flex-basis: 100% !important;
        margin: 0px;
    }