/* @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    */
/*****************************************/
/* @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    */
/*****************************************/

h1, h2, h3 {text-transform: uppercase;
}
.footer__section--bottom {
    padding-bottom: 25px;
}
.footertitleyellowblog .col-nav__title {
  color: #f8cd56 !important;
}
.blog-body-1__sharing-title {
  margin-top: 50px;
}

.blog-card__date {
    display: none !important;
}
.blog-infobar__date {
  visibility: hidden; !important;
}
.blk-go-card .go-card__arrow {
  color: #222222 !important;
}
.blk-go-card .go-card__title {
  color: #222222 !important;
}
.blk-go-card .go-card__txt {
  color: #222222 !important;
}
/* Increase the width of the dropdown menu */
.nav__list--flyout {
  min-width: 250px; /* Adjust this value based on the length of your menu items */
  white-space: nowrap; /* Prevent line breaks */
}
.header--overlap:not(.header--sticky-active) .header__mobile-nav .mnav__open, .header--overlap:not(.header--sticky-active) .header__nav .nav__list--level1>li>.nav__link, .header--overlap:not(.header--sticky-active) .lang-select__button {
  color: #222 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}
.nav--light .nav__link, .nav--light .nav__link:hover, .nav--light .nav__mega-col ul a {
  color: #222;
  font-size: 14px;
  font-weight: 600;
}