@charset "UTF-8";
/**
 * Search button styles for Boston theme.
 */
/** Included _colors.scss */
/** Included _breakpoints.scss */
/** Included _typesetting.scss */
/** Included _foundation.scss */
#main-menu .nv-h-l-i:has(#s-tr) {
  position: relative;
}
#main-menu .nv-h-l-i:has(#s-tr) label#searchIcon {
  margin: auto 0;
  padding: 10px 0 0 0;
  height: 100%;
  max-height: 65px;
  min-width: 48px;
  text-align: right;
  overflow: hidden;
}
#main-menu .nv-h-l-i:has(#s-tr) label#searchIcon svg {
  opacity: 1;
  transition: opacity 0.2s ease;
}
#main-menu .nv-h-l-i:has(#s-tr) label#searchIcon:before {
  margin-top: -60px;
  opacity: 0;
  display: block;
  min-width: 48px;
  text-align: right;
  content: "×";
  font-size: 60px;
  line-height: 60px;
  font-weight: lighter;
  color: #d22d23;
  transition: opacity 0.2s ease;
}
#main-menu:has(#s-tr:checked) label#searchIcon {
  position: relative;
}
#main-menu:has(#s-tr:checked) label#searchIcon svg {
  opacity: 0;
}
#main-menu:has(#s-tr:checked) label#searchIcon:before {
  opacity: 1;
  margin-top: -10px;
}

/*# sourceMappingURL=search_button.boston.css.map */
