html {
  box-sizing: border-box; }

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

/* One-off breakpoints (consider consolidation)*/
/* Mayflower Color Tokens */
.ma__illustrated-header {
  margin-bottom: 40px;
  position: relative; }
  @media (min-width: 1001px) {
    .ma__illustrated-header {
      margin: 60px 0; } }
  .ma__illustrated-header .ma__page-header__title {
    margin-bottom: 1.625rem; }
  .ma__illustrated-header__image {
    background-position: center;
    background-size: cover;
    min-height: 300px; }
    @media (min-width: 1001px) {
      .ma__illustrated-header__image {
        background-position: center left;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        width: 400px; } }
    @media (min-width: 1321px) {
      .ma__illustrated-header__image {
        width: calc(50vw - 220px); } }
    @media (max-width: 1000px) {
      .ma__illustrated-header__image--empty {
        display: none; } }
  .ma__illustrated-header__container {
    margin-right: auto;
    margin-left: auto;
    max-width: 1320px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column; }
    @media (min-width: 781px) {
      .ma__illustrated-header__container {
        padding-left: 30px;
        padding-right: 30px; } }
    @media (min-width: 911px) {
      .ma__illustrated-header__container {
        padding-left: 40px;
        padding-right: 40px; } }
  .ma__illustrated-header__content {
    padding: 35px 0;
    position: relative;
    z-index: 2; }
    @media (min-width: 1001px) {
      .ma__illustrated-header__content {
        float: none;
        min-height: 300px;
        width: calc(100% - 360px); }
        .ma__illustrated-header__content:after {
          content: "";
          height: 200%;
          position: absolute;
          bottom: 0;
          right: 0;
          transform: rotate(30deg);
          transform-origin: bottom right;
          width: 200%;
          z-index: -1; } }
    @media (min-width: 1321px) {
      .ma__illustrated-header__content {
        width: 840px; } }
  .ma__illustrated-header__category {
    font-size: 1.375rem;
    font-weight: 700;
    color: #535353;
    letter-spacing: 0.1em;
    text-transform: uppercase; }
  .ma__illustrated-header .ma__page-header {
    padding: 0; }
    .ma__illustrated-header .ma__page-header__content {
      padding: 0;
      width: 100%; }
    .ma__illustrated-header .ma__page-header .page-content {
      padding: 0;
      width: 100%; }

.ma__illustrated-header--inverted .ma__illustrated-header__content::after {
  content: none; }

.ma__illustrated-header--inverted .ma__page-header {
  width: 100%; }

.ma__illustrated-header--inverted .ma__illustrated-header__content {
  display: flex;
  flex-direction: column;
  justify-content: center; }

@media (min-width: 1001px) {
  .ma__illustrated-header--centered .ma__illustrated-header__image {
    background-position: center; } }

.ma__illustrated-header__image--empty {
  background-color: #388557; }

.ma__illustrated-header__content {
  background-color: white; }
  .ma__illustrated-header__content:after {
    background-color: white; }

.ma__illustrated-header__category {
  font-weight: 700; }

.ma__illustrated-header--inverted,
.ma__illustrated-header--inverted .ma__page-header__title,
.ma__illustrated-header--inverted .ma__illustrated-header__category {
  color: white; }

.ma__illustrated-header--inverted,
.ma__illustrated-header--inverted .ma__illustrated-header__content,
.ma__illustrated-header--inverted .ma__illustrated-header__image--empty {
  background: #14558f; }
