html {
  box-sizing: border-box; }

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

/* One-off breakpoints (consider consolidation)*/
/* Mayflower Color Tokens */
.ma__button-icon {
  background-color: white;
  border: 2px solid #DCDCDC;
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 0 14px;
  text-transform: uppercase;
  transition: background-color .4s, color .4s, border .4s, fill .4s;
  white-space: nowrap;
  color: #388557;
  min-height: 46px;
  font-size: 14px; }
  .ma__button-icon--c-highlight {
    border-color: #f6c51b;
    color: #141414; }
  .ma__button-icon--c-primary {
    color: #14558f; }
  .ma__button-icon--c-black {
    color: #141414; }
  .ma__button-icon--c-gray-dark {
    color: #535353; }
  .ma__button-icon--c-white {
    color: white; }
  .ma__button-icon--small {
    font-size: 1rem;
    line-height: 1.2;
    padding-top: 5px;
    padding-bottom: 5px;
    min-height: 0px; }
  .ma__button-icon--large {
    font-size: 1.375rem;
    line-height: 1.61;
    padding-top: 10px;
    padding-bottom: 10px; }
  .ma__button-icon--capitalized {
    text-transform: capitalize;
    letter-spacing: 0.02em;
    font-size: 16px; }
  .ma__button-icon--expanded > svg {
    transform: rotate(-180deg); }
  .ma__button-icon span {
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px; }
  .ma__button-icon > svg {
    display: inline-block;
    vertical-align: middle;
    fill: #535353;
    height: 20px;
    transition: transform .5s, fill .4s; }
  .ma__button-icon.ma__icon-small > svg {
    height: 10px; }
  .ma__button-icon--disabled {
    opacity: 0.5;
    cursor: not-allowed; }
  .ma__button-icon--expanded, .ma__button-icon:hover {
    font-weight: 700;
    background-color: #388557;
    border-color: transparent;
    color: white;
    color: white; }
    .ma__button-icon--expanded:hover, .ma__button-icon:hover:hover {
      background-color: rgba(56, 133, 87, 0.75); }
    .ma__button-icon--expanded svg, .ma__button-icon:hover svg {
      fill: white; }
    .ma__button-icon--expanded.ma__button-icon--c-highlight, .ma__button-icon:hover.ma__button-icon--c-highlight {
      font-weight: 700;
      background-color: #f6c51b;
      border-color: transparent;
      color: #141414;
      color: white; }
      .ma__button-icon--expanded.ma__button-icon--c-highlight svg, .ma__button-icon:hover.ma__button-icon--c-highlight svg {
        fill: #141414; }
      .ma__button-icon--expanded.ma__button-icon--c-highlight:hover, .ma__button-icon:hover.ma__button-icon--c-highlight:hover {
        background-color: rgba(246, 197, 27, 0.75); }
    .ma__button-icon--expanded.ma__button-icon--c-primary, .ma__button-icon:hover.ma__button-icon--c-primary {
      font-weight: 700;
      background-color: #14558f;
      border-color: transparent;
      color: white; }
      .ma__button-icon--expanded.ma__button-icon--c-primary:hover, .ma__button-icon:hover.ma__button-icon--c-primary:hover {
        background-color: rgba(20, 85, 143, 0.75); }
    .ma__button-icon--expanded.ma__button-icon--c-black, .ma__button-icon:hover.ma__button-icon--c-black {
      font-weight: 700;
      background-color: #141414;
      border-color: transparent;
      color: white; }
      .ma__button-icon--expanded.ma__button-icon--c-black:hover, .ma__button-icon:hover.ma__button-icon--c-black:hover {
        background-color: rgba(20, 20, 20, 0.75); }
    .ma__button-icon--expanded.ma__button-icon--c-gray-dark, .ma__button-icon:hover.ma__button-icon--c-gray-dark {
      font-weight: 700;
      background-color: #535353;
      border-color: transparent;
      color: white; }
      .ma__button-icon--expanded.ma__button-icon--c-gray-dark:hover, .ma__button-icon:hover.ma__button-icon--c-gray-dark:hover {
        background-color: rgba(83, 83, 83, 0.75); }
    .ma__button-icon--expanded.ma__button-icon--c-white, .ma__button-icon:hover.ma__button-icon--c-white {
      font-weight: 700;
      background-color: white;
      border-color: transparent;
      color: #14558f; }
      .ma__button-icon--expanded.ma__button-icon--c-white svg, .ma__button-icon:hover.ma__button-icon--c-white svg {
        fill: #14558f; }
      .ma__button-icon--expanded.ma__button-icon--c-white:hover, .ma__button-icon:hover.ma__button-icon--c-white:hover {
        background-color: rgba(255, 255, 255, 0.75); }
  .ma__button-icon--secondary, .ma__button-icon--expanded.ma__button-icon--secondary, .ma__button-icon:hover.ma__button-icon--secondary {
    font-weight: 700;
    background-color: white;
    border-color: rgba(56, 133, 87, 0.5);
    color: #388557; }
    .ma__button-icon--secondary svg, .ma__button-icon--expanded.ma__button-icon--secondary svg, .ma__button-icon:hover.ma__button-icon--secondary svg {
      fill: #388557; }
    .ma__button-icon--secondary:hover, .ma__button-icon--expanded.ma__button-icon--secondary:hover, .ma__button-icon:hover.ma__button-icon--secondary:hover {
      background-color: #388557;
      color: white; }
      .ma__button-icon--secondary:hover svg, .ma__button-icon--expanded.ma__button-icon--secondary:hover svg, .ma__button-icon:hover.ma__button-icon--secondary:hover svg {
        fill: white; }
    .ma__button-icon--secondary.ma__button-icon--c-highlight, .ma__button-icon--expanded.ma__button-icon--secondary.ma__button-icon--c-highlight, .ma__button-icon:hover.ma__button-icon--secondary.ma__button-icon--c-highlight {
      font-weight: 700;
      background-color: white;
      border-color: rgba(246, 197, 27, 0.5);
      color: #14558f;
      border-color: rgba(20, 85, 143, 0.5); }
      .ma__button-icon--secondary.ma__button-icon--c-highlight svg, .ma__button-icon--expanded.ma__button-icon--secondary.ma__button-icon--c-highlight svg, .ma__button-icon:hover.ma__button-icon--secondary.ma__button-icon--c-highlight svg {
        fill: #14558f; }
      .ma__button-icon--secondary.ma__button-icon--c-highlight:hover, .ma__button-icon--expanded.ma__button-icon--secondary.ma__button-icon--c-highlight:hover, .ma__button-icon:hover.ma__button-icon--secondary.ma__button-icon--c-highlight:hover {
        background-color: #f6c51b;
        color: white; }
        .ma__button-icon--secondary.ma__button-icon--c-highlight:hover svg, .ma__button-icon--expanded.ma__button-icon--secondary.ma__button-icon--c-highlight:hover svg, .ma__button-icon:hover.ma__button-icon--secondary.ma__button-icon--c-highlight:hover svg {
          fill: white; }
    .ma__button-icon--secondary.ma__button-icon--c-primary, .ma__button-icon--expanded.ma__button-icon--secondary.ma__button-icon--c-primary, .ma__button-icon:hover.ma__button-icon--secondary.ma__button-icon--c-primary {
      font-weight: 700;
      background-color: white;
      border-color: rgba(20, 85, 143, 0.5);
      color: #14558f; }
      .ma__button-icon--secondary.ma__button-icon--c-primary svg, .ma__button-icon--expanded.ma__button-icon--secondary.ma__button-icon--c-primary svg, .ma__button-icon:hover.ma__button-icon--secondary.ma__button-icon--c-primary svg {
        fill: #14558f; }
      .ma__button-icon--secondary.ma__button-icon--c-primary:hover, .ma__button-icon--expanded.ma__button-icon--secondary.ma__button-icon--c-primary:hover, .ma__button-icon:hover.ma__button-icon--secondary.ma__button-icon--c-primary:hover {
        background-color: #14558f;
        color: white; }
        .ma__button-icon--secondary.ma__button-icon--c-primary:hover svg, .ma__button-icon--expanded.ma__button-icon--secondary.ma__button-icon--c-primary:hover svg, .ma__button-icon:hover.ma__button-icon--secondary.ma__button-icon--c-primary:hover svg {
          fill: white; }
    .ma__button-icon--secondary.ma__button-icon--c-black, .ma__button-icon--expanded.ma__button-icon--secondary.ma__button-icon--c-black, .ma__button-icon:hover.ma__button-icon--secondary.ma__button-icon--c-black {
      font-weight: 700;
      background-color: white;
      border-color: rgba(20, 20, 20, 0.5);
      color: #141414; }
      .ma__button-icon--secondary.ma__button-icon--c-black svg, .ma__button-icon--expanded.ma__button-icon--secondary.ma__button-icon--c-black svg, .ma__button-icon:hover.ma__button-icon--secondary.ma__button-icon--c-black svg {
        fill: #141414; }
      .ma__button-icon--secondary.ma__button-icon--c-black:hover, .ma__button-icon--expanded.ma__button-icon--secondary.ma__button-icon--c-black:hover, .ma__button-icon:hover.ma__button-icon--secondary.ma__button-icon--c-black:hover {
        background-color: #141414;
        color: white; }
        .ma__button-icon--secondary.ma__button-icon--c-black:hover svg, .ma__button-icon--expanded.ma__button-icon--secondary.ma__button-icon--c-black:hover svg, .ma__button-icon:hover.ma__button-icon--secondary.ma__button-icon--c-black:hover svg {
          fill: white; }
    .ma__button-icon--secondary.ma__button-icon--c-gray-dark, .ma__button-icon--expanded.ma__button-icon--secondary.ma__button-icon--c-gray-dark, .ma__button-icon:hover.ma__button-icon--secondary.ma__button-icon--c-gray-dark {
      font-weight: 700;
      background-color: white;
      border-color: rgba(83, 83, 83, 0.5);
      color: #535353; }
      .ma__button-icon--secondary.ma__button-icon--c-gray-dark svg, .ma__button-icon--expanded.ma__button-icon--secondary.ma__button-icon--c-gray-dark svg, .ma__button-icon:hover.ma__button-icon--secondary.ma__button-icon--c-gray-dark svg {
        fill: #535353; }
      .ma__button-icon--secondary.ma__button-icon--c-gray-dark:hover, .ma__button-icon--expanded.ma__button-icon--secondary.ma__button-icon--c-gray-dark:hover, .ma__button-icon:hover.ma__button-icon--secondary.ma__button-icon--c-gray-dark:hover {
        background-color: #535353;
        color: white; }
        .ma__button-icon--secondary.ma__button-icon--c-gray-dark:hover svg, .ma__button-icon--expanded.ma__button-icon--secondary.ma__button-icon--c-gray-dark:hover svg, .ma__button-icon:hover.ma__button-icon--secondary.ma__button-icon--c-gray-dark:hover svg {
          fill: white; }
    .ma__button-icon--secondary.ma__button-icon--c-white, .ma__button-icon--expanded.ma__button-icon--secondary.ma__button-icon--c-white, .ma__button-icon:hover.ma__button-icon--secondary.ma__button-icon--c-white {
      font-weight: 700;
      background-color: white;
      border-color: rgba(255, 255, 255, 0.5);
      color: white; }
      .ma__button-icon--secondary.ma__button-icon--c-white svg, .ma__button-icon--expanded.ma__button-icon--secondary.ma__button-icon--c-white svg, .ma__button-icon:hover.ma__button-icon--secondary.ma__button-icon--c-white svg {
        fill: white; }
      .ma__button-icon--secondary.ma__button-icon--c-white:hover, .ma__button-icon--expanded.ma__button-icon--secondary.ma__button-icon--c-white:hover, .ma__button-icon:hover.ma__button-icon--secondary.ma__button-icon--c-white:hover {
        background-color: white;
        color: white; }
        .ma__button-icon--secondary.ma__button-icon--c-white:hover svg, .ma__button-icon--expanded.ma__button-icon--secondary.ma__button-icon--c-white:hover svg, .ma__button-icon:hover.ma__button-icon--secondary.ma__button-icon--c-white:hover svg {
          fill: white; }
  .ma__button-icon--tertiary, .ma__button-icon--expanded.ma__button-icon--tertiary, .ma__button-icon:hover.ma__button-icon--tertiary {
    font-weight: 700;
    background-color: #DCDCDC;
    border-color: transparent;
    color: white;
    color: #141414; }
    .ma__button-icon--tertiary:hover, .ma__button-icon--expanded.ma__button-icon--tertiary:hover, .ma__button-icon:hover.ma__button-icon--tertiary:hover {
      background-color: rgba(220, 220, 220, 0.75); }
    .ma__button-icon--tertiary svg, .ma__button-icon--expanded.ma__button-icon--tertiary svg, .ma__button-icon:hover.ma__button-icon--tertiary svg {
      fill: #141414; }
  .ma__button-icon--quaternary, .ma__button-icon--expanded.ma__button-icon--quaternary, .ma__button-icon:hover.ma__button-icon--quaternary {
    min-height: 30px;
    background-color: transparent;
    box-shadow: none;
    border: none;
    padding: 0;
    text-transform: none;
    border-bottom: 2px solid rgba(56, 133, 87, 0.75);
    color: #388557; }
    .ma__button-icon--quaternary svg, .ma__button-icon--expanded.ma__button-icon--quaternary svg, .ma__button-icon:hover.ma__button-icon--quaternary svg {
      fill: rgba(56, 133, 87, 0.75); }
    .ma__button-icon--quaternary:hover, .ma__button-icon--expanded.ma__button-icon--quaternary:hover, .ma__button-icon:hover.ma__button-icon--quaternary:hover {
      border-bottom: 3px solid #388557;
      background-color: transparent; }
    .ma__button-icon--quaternary.ma__button-icon--c-primary, .ma__button-icon--expanded.ma__button-icon--quaternary.ma__button-icon--c-primary, .ma__button-icon:hover.ma__button-icon--quaternary.ma__button-icon--c-primary {
      border-bottom-color: rgba(20, 85, 143, 0.75);
      color: #14558f; }
      .ma__button-icon--quaternary.ma__button-icon--c-primary svg, .ma__button-icon--expanded.ma__button-icon--quaternary.ma__button-icon--c-primary svg, .ma__button-icon:hover.ma__button-icon--quaternary.ma__button-icon--c-primary svg {
        fill: rgba(20, 85, 143, 0.75); }
      .ma__button-icon--quaternary.ma__button-icon--c-primary:hover, .ma__button-icon--expanded.ma__button-icon--quaternary.ma__button-icon--c-primary:hover, .ma__button-icon:hover.ma__button-icon--quaternary.ma__button-icon--c-primary:hover {
        border-bottom-color: #14558f; }
    .ma__button-icon--quaternary.ma__button-icon--c-black, .ma__button-icon--expanded.ma__button-icon--quaternary.ma__button-icon--c-black, .ma__button-icon:hover.ma__button-icon--quaternary.ma__button-icon--c-black {
      border-bottom-color: rgba(20, 20, 20, 0.75);
      color: #141414; }
      .ma__button-icon--quaternary.ma__button-icon--c-black svg, .ma__button-icon--expanded.ma__button-icon--quaternary.ma__button-icon--c-black svg, .ma__button-icon:hover.ma__button-icon--quaternary.ma__button-icon--c-black svg {
        fill: rgba(20, 20, 20, 0.75); }
      .ma__button-icon--quaternary.ma__button-icon--c-black:hover, .ma__button-icon--expanded.ma__button-icon--quaternary.ma__button-icon--c-black:hover, .ma__button-icon:hover.ma__button-icon--quaternary.ma__button-icon--c-black:hover {
        border-bottom-color: #141414; }
    .ma__button-icon--quaternary.ma__button-icon--c-gray-dark, .ma__button-icon--expanded.ma__button-icon--quaternary.ma__button-icon--c-gray-dark, .ma__button-icon:hover.ma__button-icon--quaternary.ma__button-icon--c-gray-dark {
      border-bottom-color: rgba(83, 83, 83, 0.75);
      color: #535353; }
      .ma__button-icon--quaternary.ma__button-icon--c-gray-dark svg, .ma__button-icon--expanded.ma__button-icon--quaternary.ma__button-icon--c-gray-dark svg, .ma__button-icon:hover.ma__button-icon--quaternary.ma__button-icon--c-gray-dark svg {
        fill: rgba(83, 83, 83, 0.75); }
      .ma__button-icon--quaternary.ma__button-icon--c-gray-dark:hover, .ma__button-icon--expanded.ma__button-icon--quaternary.ma__button-icon--c-gray-dark:hover, .ma__button-icon:hover.ma__button-icon--quaternary.ma__button-icon--c-gray-dark:hover {
        border-bottom-color: #535353; }
    .ma__button-icon--quaternary.ma__button-icon--c-white, .ma__button-icon--expanded.ma__button-icon--quaternary.ma__button-icon--c-white, .ma__button-icon:hover.ma__button-icon--quaternary.ma__button-icon--c-white {
      border-bottom-color: rgba(255, 255, 255, 0.75);
      color: white; }
      .ma__button-icon--quaternary.ma__button-icon--c-white svg, .ma__button-icon--expanded.ma__button-icon--quaternary.ma__button-icon--c-white svg, .ma__button-icon:hover.ma__button-icon--quaternary.ma__button-icon--c-white svg {
        fill: rgba(255, 255, 255, 0.75); }
      .ma__button-icon--quaternary.ma__button-icon--c-white:hover, .ma__button-icon--expanded.ma__button-icon--quaternary.ma__button-icon--c-white:hover, .ma__button-icon:hover.ma__button-icon--quaternary.ma__button-icon--c-white:hover {
        border-bottom-color: white; }
  .ma__button-icon--expanded.ma__button-icon--quaternary-simple, .ma__button-icon:hover.ma__button-icon--quaternary-simple:hover {
    background-color: #DCDCDC; }
  .ma__button-icon--quaternary-simple {
    background-color: transparent; }
  .ma__button-icon--quaternary-simple, .ma__button-icon--expanded.ma__button-icon--quaternary-simple, .ma__button-icon:hover.ma__button-icon--quaternary-simple:hover {
    min-height: unset;
    box-shadow: none;
    border: none;
    padding: 5px 5px;
    text-transform: none;
    cursor: pointer;
    color: #388557; }
    .ma__button-icon--quaternary-simple svg, .ma__button-icon--expanded.ma__button-icon--quaternary-simple svg, .ma__button-icon:hover.ma__button-icon--quaternary-simple:hover svg {
      width: 10px;
      height: 10px;
      fill: rgba(56, 133, 87, 0.5); }
    .ma__button-icon--quaternary-simple.ma__button-icon--c-primary, .ma__button-icon--expanded.ma__button-icon--quaternary-simple.ma__button-icon--c-primary, .ma__button-icon:hover.ma__button-icon--quaternary-simple:hover.ma__button-icon--c-primary {
      color: #14558f; }
      .ma__button-icon--quaternary-simple.ma__button-icon--c-primary svg, .ma__button-icon--expanded.ma__button-icon--quaternary-simple.ma__button-icon--c-primary svg, .ma__button-icon:hover.ma__button-icon--quaternary-simple:hover.ma__button-icon--c-primary svg {
        fill: rgba(20, 85, 143, 0.5); }
    .ma__button-icon--quaternary-simple.ma__button-icon--c-black, .ma__button-icon--expanded.ma__button-icon--quaternary-simple.ma__button-icon--c-black, .ma__button-icon:hover.ma__button-icon--quaternary-simple:hover.ma__button-icon--c-black {
      color: #141414; }
      .ma__button-icon--quaternary-simple.ma__button-icon--c-black svg, .ma__button-icon--expanded.ma__button-icon--quaternary-simple.ma__button-icon--c-black svg, .ma__button-icon:hover.ma__button-icon--quaternary-simple:hover.ma__button-icon--c-black svg {
        fill: rgba(20, 20, 20, 0.5); }
    .ma__button-icon--quaternary-simple.ma__button-icon--c-gray-dark, .ma__button-icon--expanded.ma__button-icon--quaternary-simple.ma__button-icon--c-gray-dark, .ma__button-icon:hover.ma__button-icon--quaternary-simple:hover.ma__button-icon--c-gray-dark {
      color: #535353; }
      .ma__button-icon--quaternary-simple.ma__button-icon--c-gray-dark svg, .ma__button-icon--expanded.ma__button-icon--quaternary-simple.ma__button-icon--c-gray-dark svg, .ma__button-icon:hover.ma__button-icon--quaternary-simple:hover.ma__button-icon--c-gray-dark svg {
        fill: rgba(83, 83, 83, 0.5); }
    .ma__button-icon--quaternary-simple.ma__button-icon--c-white, .ma__button-icon--expanded.ma__button-icon--quaternary-simple.ma__button-icon--c-white, .ma__button-icon:hover.ma__button-icon--quaternary-simple:hover.ma__button-icon--c-white {
      color: white; }
      .ma__button-icon--quaternary-simple.ma__button-icon--c-white svg, .ma__button-icon--expanded.ma__button-icon--quaternary-simple.ma__button-icon--c-white svg, .ma__button-icon:hover.ma__button-icon--quaternary-simple:hover.ma__button-icon--c-white svg {
        fill: rgba(255, 255, 255, 0.5); }
  .ma__button-icon--alert {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1;
    padding: .4em;
    padding-left: .7em;
    padding-right: .8em;
    text-transform: uppercase;
    white-space: nowrap;
    box-shadow: 0 0.25rem 0.5rem rgba(20, 20, 20, 0.25);
    min-height: unset;
    border: none;
    display: inline-block;
    color: white;
    background-color: #388557; }
    .ma__button-icon--alert.ma__button-icon > svg {
      fill: rgba(255, 255, 255, 0.5);
      width: 10px; }
    .ma__button-icon--alert.ma__button-icon--c-highlight {
      background-color: #f6c51b;
      color: #141414; }
      .ma__button-icon--alert.ma__button-icon--c-highlight.ma__button-icon > svg {
        fill: rgba(20, 20, 20, 0.5); }
    .ma__button-icon--alert.ma__button-icon--c-primary {
      background-color: #14558f; }
    .ma__button-icon--alert.ma__button-icon--c-black {
      background-color: #141414; }
    .ma__button-icon--alert.ma__button-icon--c-gray-dark {
      background-color: #535353; }
    .ma__button-icon--alert.ma__button-icon--c-white {
      background-color: white; }

.ma__button-search {
  border: 2px solid;
  display: inline-block;
  letter-spacing: 0.1em;
  min-height: 46px;
  padding: 0 14px;
  text-transform: uppercase;
  transition: background-color .4s, color .4s, border .4s, fill .4s;
  white-space: nowrap;
  background-color: #388557;
  border-color: #388557 !important;
  color: white;
  font-size: 14px;
  font-weight: 700; }
  .ma__button-search span,
  .ma__button-search > svg {
    display: inline-block;
    vertical-align: middle; }
  .ma__button-search > svg {
    height: 20px;
    transition: fill .4s;
    width: 20px; }
  .ma__button-search:hover, .ma__button-search:focus {
    background-color: white;
    border-color: #DCDCDC !important;
    color: #388557; }
    .ma__button-search:hover > svg, .ma__button-search:focus > svg {
      fill: #388557; }
  .ma__button-search > svg {
    fill: white; }
  .ma__button-search--secondary {
    border: 2px solid;
    display: inline-block;
    letter-spacing: 0.1em;
    min-height: 46px;
    padding: 0 14px;
    text-transform: uppercase;
    transition: background-color .4s, color .4s, border .4s, fill .4s;
    white-space: nowrap;
    background-color: white;
    border-color: #DCDCDC !important;
    color: #388557;
    font-size: 14px;
    font-weight: 700; }
    .ma__button-search--secondary span,
    .ma__button-search--secondary > svg {
      display: inline-block;
      vertical-align: middle; }
    .ma__button-search--secondary > svg {
      height: 20px;
      transition: fill .4s;
      width: 20px; }
    .ma__button-search--secondary:hover, .ma__button-search--secondary:focus {
      background-color: #388557;
      border-color: #388557 !important;
      color: white; }
      .ma__button-search--secondary:hover > svg, .ma__button-search--secondary:focus > svg {
        fill: white; }
    .ma__button-search--secondary > svg {
      fill: #388557; }
