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

/* Footer menu items Quality, News, & Contact Us in same style as parent footer element */
.footer__nav--dnd #hs_menu_wrapper_module_16875283923175_ li:nth-child(1) {
  padding-top: 0px !important;
  color: #000 !important;
}

#hs_menu_wrapper_module_16875283923175_ > ul > li:nth-child(1)
  padding-top: 0px !important;
}


#hs_cos_wrapper_module_16875283923175 li.hs-menu-item a:link {
  padding-top: 0px !important;
}

#hs_menu_wrapper_module_16875283923175_.hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-vertical ul[role="menu"] li.hs-menu-item.hs-menu-depth-1 a[role="menuitem"] {
  color: rgb(24, 28, 32) !important;
  font: 500 18px / 18px "Libre Baskerville" !important;
  opacity: 1;
}

/* Hide Blog Search Bar */
#hs_cos_wrapper_blog_search {
  display: none !important;
}

@media (max-width: 768px) {
    .mega-drop__item-text ul {
        margin-top: 20px;
    }
    
    .mega-drop__item-title {
      font-weight: bold;
    }
  
    .main-nav__item-label {
      font-size: 1.3rem;
    }
  
    .main-nav__item a span {
      font-size: 1.3rem;
    }
  
    .btn-list__item a span {
      font-size: 1.3rem;
    }
  
    .mega-drop__item-title {
      font-size: 1rem !important;
    }
  
    .btn-list__item {
      margin-left: 5px;
    }

    .header__search {
      display: none;
    }
}