html {
  box-sizing: border-box; }

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

/* One-off breakpoints (consider consolidation)*/
/* Mayflower Color Tokens */
.ma__general-teaser--image {
  display: flex;
  flex-wrap: wrap; }

.ma__general-teaser + .ma__general-teaser {
  border-top-width: 1px;
  border-top-style: solid;
  margin-top: 30px;
  padding-top: 30px;
  border-top-color: #DCDCDC; }
  @media (min-width: 911px) {
    .ma__general-teaser + .ma__general-teaser {
      margin-top: 45px;
      padding-top: 45px; } }
  .sidebar .ma__general-teaser + .ma__general-teaser {
    margin-top: 20px;
    padding-top: 20px; }

.ma__general-teaser__image {
  flex-shrink: 1;
  flex-grow: 0;
  flex-basis: 400px;
  font-size: 0;
  margin-right: 30px;
  margin-bottom: 10px; }
  .ma__general-teaser__image span {
    background-size: cover;
    display: block;
    padding-top: 56.25%;
    width: 100%; }

.ma__general-teaser__image + .ma__general-teaser__details {
  flex-basis: 300px;
  flex-shrink: 1;
  flex-grow: 1; }

.ma__general-teaser__eyebrow {
  margin-bottom: 5px; }
  .ma__general-teaser__eyebrow span {
    font-size: 0.813rem;
    letter-spacing: .1em;
    padding: 5px 7px;
    text-transform: uppercase;
    background-color: #F2F2F2;
    font-weight: 700; }

.ma__general-teaser__title {
  font-size: 1.625rem;
  line-height: 1.2em;
  margin-bottom: .25em; }
  .ma__general-teaser__title .ma__decorative-link {
    font-size: 1.625rem;
    line-height: 1.2; }

.ma__general-teaser__details {
  padding: 2px 0 4px; }
  .ma__general-teaser__details .ma__contact-group__details {
    font-style: italic;
    font-size: 0.95rem; }
  .ma__general-teaser__details .ma__contact-group__item {
    font-size: 1.24rem; }
  .ma__general-teaser__details .ma__contact-group__name {
    margin-bottom: 0; }
    .ma__general-teaser__details .ma__contact-group__name span {
      font-size: 1.25rem;
      color: #535353;
      font-weight: 550; }
    .ma__general-teaser__details .ma__contact-group__name > svg {
      height: 1.1rem;
      width: 1.1rem; }

.ma__general-teaser__date, .ma__general-teaser__org {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 1em;
  color: #141414;
  font-style: italic;
  font-weight: 700; }

.ma__general-teaser__date + .ma__general-teaser__org {
  border-left-style: solid;
  border-left-width: 1px;
  margin-left: .75em;
  padding-left: .75em; }

.ma__general-teaser__org {
  border-left-color: #DCDCDC; }
  .ma__general-teaser__org__show-more.show-fewer {
    padding-left: 1rem; }
    .ma__general-teaser__org__show-more.show-fewer svg {
      transform: rotate(180deg); }
  .ma__general-teaser__org__show-more svg {
    fill: rgba(20, 85, 143, 0.5);
    width: 1em;
    height: .6em; }

.ma__general-teaser__sublink {
  margin-bottom: 0.25rem; }
  .ma__general-teaser__sublink .ma__decorative-link {
    font-size: 1.2rem;
    line-height: 1.4rem;
    margin-bottom: .5rem; }

.ma__general-teaser__description {
  font-size: 1.25rem; }
  @media (max-width: 480px) {
    .ma__general-teaser__description {
      font-size: 1.24rem; } }
  .ma__general-teaser__description p {
    margin-bottom: 0.75em; }

.ma__general-teaser__moreinfo {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-flow: column;
  justify-content: flex-start;
  align-content: flex-start; }
  @media (min-width: 621px) {
    .ma__general-teaser__moreinfo {
      flex-flow: row; } }

.ma__general-teaser__pimaryinfo {
  padding-right: .75em;
  display: inline-flex;
  flex: 1 40%; }

.ma__general-teaser__secondary {
  display: inline-flex;
  flex-flow: column;
  flex: 1 50%; }
  .ma__general-teaser__secondary--border {
    border-left-style: none;
    border-left-width: 0px;
    align-content: flex-start;
    flex: 1 1 100%; }
  @media (min-width: 621px) {
    .ma__general-teaser__secondary {
      border-left-style: solid;
      border-left-width: 1px;
      padding-left: .75em;
      border-left-color: #DCDCDC; } }

.ma__general-teaser__secondaryinfo {
  display: inline-flex;
  flex-flow: row;
  align-items: center; }
  .ma__general-teaser__secondaryinfo .ma__decorative-link {
    font-size: 1.2rem;
    line-height: 1.4rem;
    margin-bottom: .0rem;
    margin-left: .25em; }

.ma__general-teaser__secondaryicon svg {
  display: inline-block;
  vertical-align: middle;
  height: 1.1rem;
  width: 1.1rem;
  fill: #388557; }
