/* TODO: rename to .hero-boxed */
.hero-announcement {
  padding-bottom: 1rem; }
  .hero-announcement__container {
    margin: 0 auto;
    width: 100%;
    max-width: 1160px;
    box-sizing: border-box;
    margin-top: 60px; }
    @media screen and (min-width: 0rem) and (max-width: 79.9375rem) {
      .hero-announcement__container {
        padding-left: 20px;
        padding-right: 20px; } }
    @media screen and (min-width: 80rem) {
      .hero-announcement__container {
        padding-left: 40px;
        padding-right: 40px; } }
    @media screen and (min-width: 48rem) {
      .hero-announcement__container {
        margin-top: 120px; } }
  .hero-announcement__box {
    background-color: #f1f1f1;
    display: flex;
    flex-direction: column-reverse; }
    @media screen and (min-width: 48rem) {
      .hero-announcement__box {
        flex-direction: row; } }
  .hero-announcement__content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 2.5rem 2rem 5rem; }
    @media screen and (min-width: 48rem) {
      .hero-announcement__content {
        width: calc(50% - 4rem); } }
    @media screen and (min-width: 64rem) {
      .hero-announcement__content {
        width: calc(50% - 10rem);
        padding: 3rem 6rem 4rem 4rem; } }
  .hero-announcement__image {
    background-size: cover;
    background-position: center top;
    padding-bottom: 84%; }
    @media screen and (min-width: 48rem) {
      .hero-announcement__image {
        width: 50%;
        padding-bottom: 42%; } }
  .hero-announcement__heading {
    font-weight: normal;
    line-height: 1.2;
    text-align: left;
    margin: auto 0 2rem;
    font-size: 24px;
    font-size: 1.5rem; }
    @media screen and (min-width: 30rem) {
      .hero-announcement__heading {
        font-size: 28px;
        font-size: 1.75rem; } }
    @media screen and (min-width: 48rem) {
      .hero-announcement__heading {
        margin: auto 0; } }
    @media screen and (min-width: 64rem) {
      .hero-announcement__heading {
        font-size: 32px;
        font-size: 2rem; } }
    @media screen and (min-width: 80rem) {
      .hero-announcement__heading {
        margin: 2rem 0;
        font-size: 40px;
        font-size: 2.5rem; } }
  .hero-announcement__date, .hero-announcement__subheading {
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.093em;
    margin: 0;
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
    color: #666; }
  .hero-announcement__subtitle {
    font-weight: 600;
    line-height: 1.44;
    letter-spacing: 0.01em;
    font-size: 18px;
    font-size: 1.125rem;
    color: #000;
    margin: 0.5rem 0 0; }
  .hero-announcement__copy {
    font-weight: 400;
    line-height: 1.44;
    letter-spacing: 0.01em;
    margin: 0 0 1rem;
    font-size: 16px;
    font-size: 1rem;
    margin: 0 0 2rem; }
    @media screen and (min-width: 64rem) {
      .hero-announcement__copy {
        font-size: 18px;
        font-size: 1.125rem; } }
    .hero-announcement__copy:last-of-type {
      margin-bottom: 0; }
    @media screen and (min-width: 48rem) {
      .hero-announcement__copy {
        margin: 0 0 3rem; } }
  .hero-announcement__button {
    position: absolute;
    bottom: 0;
    right: 0;
    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;
    cursor: pointer;
    width: 100%; }
    .hero-announcement__button:focus {
      outline: 1px solid #000; }
    .hero-announcement__button:hover {
      background-color: #b6000b;
      color: #fff; }
    .hero-announcement__button:disabled {
      background-color: #fff;
      border: 2px solid #d5d5d5;
      color: #d5d5d5; }
    @media screen and (min-width: 48rem) {
      .hero-announcement__button {
        width: auto; } }
    .hero-announcement__button-icon {
      align-self: center;
      margin-right: 0.5rem; }

.-case-study .hero-announcement__content {
  padding-bottom: 5rem; }
  @media screen and (min-width: 64rem) {
    .-case-study .hero-announcement__content {
      padding-bottom: 4rem; } }

.-case-study .hero-announcement__heading {
  margin: auto 0 1.5rem; }
  @media screen and (min-width: 48rem) {
    .-case-study .hero-announcement__heading {
      margin: 2rem 0; } }

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