/* @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    */
/*****************************************/
/* ==== BlueTape Menu Link Styling ==== */

/* Default link color in Header Menu */
.atmc-header_menu a,
.atmc-header_menu a:visited {
  color: #153269 !important; /* BlueTape Xchange navy */
  text-decoration: none;
}

/* Hover and focus state */
.atmc-header_menu a:hover,
.atmc-header_menu a:focus {
  color: #8D5EFF !important; /* BlueTape Xchange primary purple */
}
/* Remove Search Icon From Header */
.atmc-header-01_search,
.atmc-header-01_search_trigger,
.hs-search-field {
  display: none !important;
}
/* ===== Override mobile menu styling to match desktop ===== */
@media (max-width: 991px) {
  /* Set mobile dropdown menu background to white */
  .atmc-header_menu .hs-menu-wrapper {
    background-color: #ffffff !important;
  }

  /* Set mobile menu link color to BlueTape Xchange navy */
  .atmc-header_menu .hs-menu-wrapper li a {
    color: #153269 !important;
  }

  /* Hover state for mobile menu links */
  .atmc-header_menu .hs-menu-wrapper li a:hover {
    color: #8D5EFF !important; /* BlueTape Xchange primary purple */
  }
  /*Remove footer watermark */
.footer_developed,
.footer_developed a {
  display: none !important;
}