/**
 * Haymarket's generic copyright notice.
 */
/**
 * 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.
 */
/**
 * 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.
 */
  .block-moveelectric-haymarketcopyrightnotice .block--inner-content .copyright-notice--haymarket,
  .block-moveelectric-haymarketcopyrightnotice .block--inner-content .copyright-notice--haymarket {
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
    padding: 0;
    text-align: left;
    white-space: nowrap;
    display: inline-block;
    line-height: 1.6; }
    @media only screen and (max-width: 601px) {
      .block-moveelectric-haymarketcopyrightnotice .block--inner-content .copyright-notice--haymarket,
      .block-moveelectric-haymarketcopyrightnotice .block--inner-content .copyright-notice--haymarket {
         text-align: center;
         padding: 0px 54px;
         white-space: unset; } }
    .block-moveelectric-haymarketcopyrightnotice .block--inner-content .copyright-notice--haymarket span.copyright-notice--logos {
        display: flex;
        align-items: center;
        gap: 4px;
        margin-bottom: 5px;
     }
      @media only screen and (max-width: 601px) {
      .block-moveelectric-haymarketcopyrightnotice .block--inner-content .copyright-notice--haymarket span.copyright-notice--logos {
         justify-content: center; } }
    .block-moveelectric-haymarketcopyrightnotice .block--inner-content .copyright-notice--haymarket span.copyright-notice--logos img {
        display: block;
        height: auto;
     }
    .block-moveelectric-haymarketcopyrightnotice .block--inner-content .copyright-notice--haymarket span.copyright-notice--logos a:first-child img {
        width: 142px;
        margin-left: -5px;
     }
    .block-moveelectric-haymarketcopyrightnotice .block--inner-content .copyright-notice--haymarket span.copyright-notice--logos a:nth-child(2) img {
        width: 30px;
     }

/*# sourceMappingURL=copyright-notice.css.map */
