/**
 * Haymarket's generic copyright notice.
 */
html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

/**
 * Drupal core's .visually-hidden
 *
 * Note the lack of !important on the position rule.
 * This allows us to change the position property after
 * *unhidding* an element using the unset-visually-hidden
 * mixin below.
 */
/* multi line truncation */
/**
 * Placeholder for dropdown!
 *
 * Selected option is grayed out to give it the look of a placeholder text.
 * This is good for unselected dropdowns where the top item says something like
 * 'Select ...'.  But it is not ideal where a value has been selected already.
 */
/**
 * Style overrides for jQueryUI datepicker.
 */
.copyright-notice--haymarket {
  display: block;
  text-align: center;
}

.copyright-notice--haymarket::after {
  clear: both;
  content: "";
  display: block;
}

.copyright-notice--haymarket::before {
  content: "";
  display: block;
  width: 135px;
  height: 40px;
  margin: 0 auto;
  background: url(../../images/haymarket_b_corp_main_logo_lockup_black.png) no-repeat center center;
  background-size: contain;
}

@media screen and (max-width:766px){
  .copyright-notice--haymarket {
    margin: 0 22%;
  }
}
/*# sourceMappingURL=copyright-notice.css.map */