@charset "utf-8";
/* CSS Document */

.fieldset > .field .note:before, .fieldset > .fields > .field .note:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 12px;
    content: '\e618';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}


@media (min-width: 769px), print {
    .block-search {
        z-index: 6;
    }
}

.page-bottom {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
  }
  small.copyright {
    display: block !important;
    padding: 1rem 0 !important;
    text-align: center !important;
    font-size: 1.5rem !important;
  }
  small.copyright, .page-bottom > div.content {
    max-width: 1280px !important;
    margin: 0 auto !important;
  }

@media (min-width: 769px) {
    .block.newsletter {
        max-width: 55%;
    }
}
