.hero {
  width: 100%;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  margin-bottom: 40px; }
  @media screen and (min-width: 48rem) {
    .hero {
      min-height: 400px;
      display: flex;
      align-items: center;
      padding-bottom: 1rem; } }
  @media screen and (min-width: 64rem) {
    .hero {
      min-height: 560px; } }
  @media screen and (min-width: 106.25rem) {
    .hero {
      background-size: contain; } }
  @media screen and (min-width: 0rem) and (max-width: 47.9375rem) {
    .hero {
      background-image: none !important;
      margin-bottom: 0; } }
  .hero__container {
    margin: 0 auto;
    width: 100%;
    max-width: 1160px;
    box-sizing: border-box;
    margin-top: 55px;
    display: flex;
    flex-direction: column; }
    @media screen and (min-width: 0rem) and (max-width: 79.9375rem) {
      .hero__container {
        padding-left: 20px;
        padding-right: 20px; } }
    @media screen and (min-width: 80rem) {
      .hero__container {
        padding-left: 40px;
        padding-right: 40px; } }
    @media screen and (min-width: 0rem) and (max-width: 47.9375rem) {
      .hero__container {
        padding-bottom: .5rem; } }
    @media screen and (min-width: 48rem) {
      .hero__container {
        padding-top: 3rem;
        padding-bottom: 5rem; } }
  .hero__content {
    box-sizing: border-box; }
    @media screen and (min-width: 48rem) {
      .hero__content {
        width: 50%; } }
    @media screen and (min-width: 64rem) {
      .hero__content {
        padding: 0 3rem; } }
  .hero__heading {
    font-weight: 400;
    line-height: 1.11;
    margin: 0;
    font-size: 36px;
    font-size: 2.25rem; }
    @media screen and (min-width: 48rem) {
      .hero__heading {
        font-size: 40px;
        font-size: 2.5rem; } }
    @media screen and (min-width: 64rem) {
      .hero__heading {
        font-size: 48px;
        font-size: 3rem; } }
    @media screen and (min-width: 80rem) {
      .hero__heading {
        font-size: 54px;
        font-size: 3.375rem; } }
  .hero__copy {
    font-weight: 400;
    line-height: 1.44;
    letter-spacing: 0.01em;
    margin: 0 0 1rem;
    font-size: 16px;
    font-size: 1rem;
    margin: 1rem 0 2rem; }
    @media screen and (min-width: 64rem) {
      .hero__copy {
        font-size: 18px;
        font-size: 1.125rem; } }
    .hero__copy:last-of-type {
      margin-bottom: 0; }
    .hero__copy:last-of-type {
      margin-bottom: 2rem; }
    @media screen and (min-width: 64rem) {
      .hero__copy {
        margin: 2rem 0 3rem; }
        .hero__copy:last-of-type {
          margin-bottom: 3rem; } }
  @media screen and (min-width: 30rem) {
    .hero__buttons {
      display: flex;
      align-items: flex-start; } }
  .hero__button {
    appearance: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-sizing: border-box;
    border: 2px solid transparent;
    border-radius: 0;
    background-color: #cf000d;
    color: #fff;
    font-weight: 600;
    letter-spacing: .2px;
    min-height: 2.875rem;
    padding: 0.25rem 2rem;
    transition: color 300ms ease, background-color 300ms ease;
    font-size: 1.125rem; }
    .hero__button:focus {
      outline: 1px solid #000; }
    .hero__button:hover {
      background-color: #b6000b;
      color: #fff; }
    .hero__button:disabled {
      background-color: #fff;
      border: 2px solid #d5d5d5;
      color: #d5d5d5; }
    .hero__button--alternate {
      appearance: none;
      display: flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      box-sizing: border-box;
      border: 2px solid transparent;
      border-radius: 0;
      background-color: #cf000d;
      color: #fff;
      font-weight: 600;
      letter-spacing: .2px;
      min-height: 2.875rem;
      padding: 0.25rem 2rem;
      transition: color 300ms ease, background-color 300ms ease;
      font-size: 1.125rem;
      border: 2px solid #cf000d;
      background-color: transparent;
      color: #000;
      background-color: #FFF; }
      .hero__button--alternate:focus {
        outline: 1px solid #000; }
      .hero__button--alternate:hover {
        background-color: #b6000b;
        color: #fff; }
      .hero__button--alternate:disabled {
        background-color: #fff;
        border: 2px solid #d5d5d5;
        color: #d5d5d5; }
      .hero__button--alternate:hover {
        color: #fff;
        background-color: #cf000d; }
    @media screen and (min-width: 0rem) and (max-width: 29.9375rem) {
      .hero__button + .hero__button {
        margin-top: 1rem; } }
    @media screen and (min-width: 30rem) {
      .hero__button + .hero__button {
        margin-left: 1rem; } }
  .hero__image {
    background-size: 112%;
    background-position: right bottom;
    background-repeat: no-repeat; }
    @media screen and (min-width: 0rem) and (max-width: 47.9375rem) {
      .hero__image {
        display: none; } }

#field_background_image-media-library-wrapper-settings-block_form--description small {
  color: #cf000d; }

/*# sourceMappingURL=hero.css.map */