/* Teal box responsiveness */
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  body.home main#main article .alignfull .alignwide {
    flex-wrap: wrap !important;
  }

  body.home main#main article .alignfull .alignwide div.stk-block-column {
    flex: 0 1 calc(50% - var(--stk-column-gap, 0px) * 1 / 2) !important;
  }
}

@media only screen and (min-width: 1240px) {
  body.home main#main article .alignfull .alignwide {
    flex-wrap: nowrap !important;
  }
}

/* Teal box center Blog on mobile */
@media only screen and (max-width: 1240px) {
  .stk-cfc4caf {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* Tweak homepage Hero word spacing */
span#together {
  padding: 0 6px;
}

/* Full width homepage settings */
body.home .stk-block-columns .alignwide {
  width: 95vw !important;
  max-width: 1570px !important;
}
