.home-ctas-wrapper {
  background: -webkit-gradient(linear, left top, right top, from(#5E3A7E), to(#966D95));
  background: -o-linear-gradient(left, #5E3A7E, #966D95);
  background: linear-gradient(to right, #5E3A7E, #966D95);
}

.story-grid--home .story-grid__item {
  background: -webkit-gradient(linear, left top, right top, from(#0588C2), to(#45ACCE));
  background: -o-linear-gradient(left, #0588C2, #45ACCE);
  background: linear-gradient(to right, #0588C2, #45ACCE);
}

.story-grid {
  -webkit-box-shadow: 0 0 5px 1px rgba(0,0,0,0.3);
          box-shadow: 0 0 5px 1px rgba(0,0,0,0.3);
}

.grunion-field-wrap textarea,
.grunion-field-wrap input[type="text"],
.grunion-field-wrap input[type="email"],
.grunion-field-wrap input[type="url"] {
  font-size: 1rem;
}

@media (min-width: 60rem) {
  .grunion-field-wrap textarea,
  .grunion-field-wrap input[type="text"],
  .grunion-field-wrap input[type="email"],
  .grunion-field-wrap input[type="url"] {
    font-size: .75rem;
  }
}

.grunion-field-wrap textarea,
.grunion-field-wrap input[type="text"],
.grunion-field-wrap input[type="email"],
.grunion-field-wrap input[type="url"] {
  background-color: #CEBFD8;
  color: #5E3A7E;
}

.grunion-field-wrap textarea:-webkit-autofill,
.grunion-field-wrap input:-webkit-autofill[type="text"],
.grunion-field-wrap input:-webkit-autofill[type="email"],
.grunion-field-wrap input:-webkit-autofill[type="url"] {
  background-color: #CEBFD8;
  -webkit-box-shadow: inset 0 0 0 3.125rem #CEBFD8;
          box-shadow: inset 0 0 0 3.125rem #CEBFD8;
  -webkit-text-fill-color: #5E3A7E;
}

.grunion-field-wrap textarea[aria-invalid="true"],
.grunion-field-wrap input[aria-invalid="true"][type="text"],
.grunion-field-wrap input[aria-invalid="true"][type="email"],
.grunion-field-wrap input[aria-invalid="true"][type="url"] {
  background-color: rgba(242,86,110,0.2);
  border: 1px solid #F2566E;
}

.grunion-field-wrap textarea[aria-invalid="true"]:-webkit-autofill,
.grunion-field-wrap input[aria-invalid="true"]:-webkit-autofill[type="text"],
.grunion-field-wrap input[aria-invalid="true"]:-webkit-autofill[type="email"],
.grunion-field-wrap input[aria-invalid="true"]:-webkit-autofill[type="url"] {
  background-color: rgba(242,86,110,0.2);
  -webkit-box-shadow: inset 0 0 0 3.125rem rgba(242,86,110,0.2);
          box-shadow: inset 0 0 0 3.125rem rgba(242,86,110,0.2);
}

.grunion-field-wrap textarea,
.grunion-field-wrap input[type="text"],
.grunion-field-wrap input[type="email"],
.grunion-field-wrap input[type="url"] {
  font-weight: 400;
}

.grunion-field-wrap textarea:not([type="checkbox"]):not([type="radio"]),
.grunion-field-wrap input:not([type="checkbox"]):not([type="radio"])[type="text"],
.grunion-field-wrap input:not([type="checkbox"]):not([type="radio"])[type="email"],
.grunion-field-wrap input:not([type="checkbox"]):not([type="radio"])[type="url"] {
  margin-bottom: .625rem;
  width: 100%;
}

@media (min-width: 48rem) {
  .grunion-field-wrap textarea:not([type="checkbox"]):not([type="radio"]),
  .grunion-field-wrap input:not([type="checkbox"]):not([type="radio"])[type="text"],
  .grunion-field-wrap input:not([type="checkbox"]):not([type="radio"])[type="email"],
  .grunion-field-wrap input:not([type="checkbox"]):not([type="radio"])[type="url"] {
    margin-top: .3125rem;
  }
}

@media (min-width: 60rem) {
  .grunion-field-wrap textarea:not([type="checkbox"]):not([type="radio"]),
  .grunion-field-wrap input:not([type="checkbox"]):not([type="radio"])[type="text"],
  .grunion-field-wrap input:not([type="checkbox"]):not([type="radio"])[type="email"],
  .grunion-field-wrap input:not([type="checkbox"]):not([type="radio"])[type="url"] {
    margin-bottom: .3125rem;
  }
}

.grunion-field-wrap textarea:disabled,
.grunion-field-wrap input:disabled[type="text"],
.grunion-field-wrap input:disabled[type="email"],
.grunion-field-wrap input:disabled[type="url"] {
  opacity: 0.5;
}

.grunion-field-wrap textarea {
  overflow: auto;
  padding: .3125rem .625rem;
}

.grunion-field-wrap input:not([type="checkbox"]):not([type="radio"])[type="text"],
.grunion-field-wrap input:not([type="checkbox"]):not([type="radio"])[type="email"],
.grunion-field-wrap input:not([type="checkbox"]):not([type="radio"])[type="url"] {
  height: 3rem;
  padding: 0rem .9375rem;
}

@media (min-width: 60rem) {
  .grunion-field-wrap input:not([type="checkbox"]):not([type="radio"])[type="text"],
  .grunion-field-wrap input:not([type="checkbox"]):not([type="radio"])[type="email"],
  .grunion-field-wrap input:not([type="checkbox"]):not([type="radio"])[type="url"] {
    height: 2.125rem;
  }
}

.grunion-field-wrap input[type="text"]::-webkit-input-placeholder,
.grunion-field-wrap input[type="email"]::-webkit-input-placeholder,
.grunion-field-wrap input[type="url"]::-webkit-input-placeholder {
  color: inherit;
}

.grunion-field-wrap input[type="text"]:-ms-input-placeholder,
.grunion-field-wrap input[type="email"]:-ms-input-placeholder,
.grunion-field-wrap input[type="url"]:-ms-input-placeholder {
  color: inherit;
}

.grunion-field-wrap input[type="text"]::placeholder,
.grunion-field-wrap input[type="email"]::placeholder,
.grunion-field-wrap input[type="url"]::placeholder {
  color: inherit;
}

.grunion-field-wrap+p.contact-submit button.pushbutton-wide[type="submit"] {
  border-radius: 1.5rem / 50%;
  height: 3rem;
  line-height: 3rem;
  padding: 0rem 1.5625rem;
  text-align: center;
  text-transform: uppercase;
  display: block;
  font-size: .75rem;
  font-weight: 600;
}

@media (min-width: 60rem) {
  .grunion-field-wrap+p.contact-submit button.pushbutton-wide[type="submit"] {
    border-radius: 1.09375rem / 50%;
    height: 2.1875rem;
    line-height: 2.1875rem;
    padding: 0rem .9375rem;
    font-size: .75rem;
  }
}

.grunion-field-wrap+p.contact-submit button.pushbutton-wide[type="submit"] {
  background-color: #5E3A7E;
  background-image: url("data:image/svg+xml,%3Csvg tabindex='-1' width='92' height='60' viewBox='0 0 92 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23F2566E' d='M28.05 0L.44 60h25.862L53.9 0'/%3E%3Cpath fill='%23FBB014' d='M53.9 0L26.3 60h25.85l27.6-60'/%3E%3Cpath fill='%2345ACCE' d='M79.75 0h12.2v60h-39.8'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: 12.5rem center;
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
  margin: 0 auto;
  -webkit-transition: background-position 200ms ease-in-out;
  -o-transition: background-position 200ms ease-in-out;
  transition: background-position 200ms ease-in-out;
}

.grunion-field-wrap+p.contact-submit button.pushbutton-wide:hover[type="submit"],
.grunion-field-wrap+p.contact-submit button.pushbutton-wide:focus[type="submit"] {
  background-position: right center;
}

.form__required {
  color: #F2566E;
}

.grunion-field-wrap input[type="text"],
.grunion-field-wrap input[type="email"],
.grunion-field-wrap input[type="url"] {
  background-color: rgba(0,0,0,0.07);
}

.grunion-field-wrap textarea {
  background-color: rgba(0,0,0,0.07);
}

@-webkit-keyframes spectrum {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes spectrum {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@-webkit-keyframes jump {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  20% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }

  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }

  80% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes jump {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  20% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }

  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }

  80% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.home-ctas-wrapper {
  color: #fff;
  padding: 0rem 1.25rem;
}

.home-ctas {
  font-size: .875rem;
  font-weight: 600;
  margin: 0 auto;
  max-width: 17.5rem;
  padding: 2.8125rem 1.25rem;
}

@media (min-width: 48rem) {
  .home-ctas {
    max-width: 33.125rem;
    padding: 1.875rem 1.875rem;
  }
}

@media (min-width: 60rem) {
  .home-ctas {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: .75rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: none;
    padding: .9375rem .625rem;
  }
}

.home-ctas__heading {
  font-size: 1rem;
  font-weight: 600;
  margin: 0rem 0rem 1.25rem;
  text-align: center;
}

@media (min-width: 60rem) {
  .home-ctas__heading {
    font-size: .75rem;
    margin: 0rem 1.875rem 0rem 0rem;
    text-align: left;
    width: 12.1875rem;
  }
}

@media (min-width: 48rem) {
  .home-ctas__list {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 60rem) {
  .home-ctas__list {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

.home-ctas__list-item {
  margin: 0rem 0rem 1.25rem 0rem;
}

@media (min-width: 48rem) {
  .home-ctas__list-item {
    width: calc(50% - .9375rem);
  }
}

@media (min-width: 60rem) {
  .home-ctas__list-item {
    margin: 0rem;
    width: auto;
  }

  .home-ctas__list-item:not(:last-of-type) {
    margin: 0rem .9375rem 0rem 0rem;
  }
}

.home-ctas__list-item--support .home-ctas__icon {
  height: 1.625rem;
  width: 2.5525rem;
}

@media (min-width: 60rem) {
  .home-ctas__list-item--support .home-ctas__icon {
    height: 1.3125rem;
    width: 2.06163rem;
  }
}

.home-ctas__list-item--share .home-ctas__icon {
  height: 1.25rem;
  width: 2.1875rem;
}

@media (min-width: 60rem) {
  .home-ctas__list-item--share .home-ctas__icon {
    height: 1.375rem;
    width: 2.40625rem;
  }
}

.home-ctas__list-item--shop .home-ctas__icon {
  height: 1.5625rem;
  width: 1.75781rem;
}

@media (min-width: 60rem) {
  .home-ctas__list-item--shop .home-ctas__icon {
    height: 1.6875rem;
    width: 1.89844rem;
  }
}

.home-ctas__list-item--connect .home-ctas__icon {
  height: 1.375rem;
  width: 2.79476rem;
}

@media (min-width: 60rem) {
  .home-ctas__list-item--connect .home-ctas__icon {
    height: 1.4375rem;
    width: 2.9218rem;
  }
}

.home-ctas__link {
  border-radius: 1.3125rem / 50%;
  height: 2.625rem;
  line-height: 2.625rem;
  padding: 0rem .9375rem;
  text-align: center;
  text-transform: uppercase;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.5);
          box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}

@media (min-width: 60rem) {
  .home-ctas__link {
    border-radius: 1.40625rem / 50%;
    height: 2.8125rem;
    line-height: 2.8125rem;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    line-height: 1;
  }
}

.home-ctas__list-item:first-of-type .home-ctas__link {
  background-color: rgba(22,14,29,0.8);
}

.home-ctas__list-item:nth-child(2) .home-ctas__link {
  background-color: rgba(22,14,29,0.7);
}

.home-ctas__list-item:nth-child(3) .home-ctas__link {
  background-color: rgba(22,14,29,0.5);
}

.home-ctas__list-item:last-of-type .home-ctas__link {
  background-color: #563664;
}

.home-ctas__link .home-ctas__icon {
  display: block;
  margin-right: .9375rem;
}

.home-ctas-wrapper {
  background: -webkit-gradient(linear, left top, right top, from(#5E3A7E), to(#966D95));
  background: -o-linear-gradient(left, #5E3A7E, #966D95);
  background: linear-gradient(to right, #5E3A7E, #966D95);
}

.story-grid--home .story-grid__item {
  background: -webkit-gradient(linear, left top, right top, from(#0588C2), to(#45ACCE));
  background: -o-linear-gradient(left, #0588C2, #45ACCE);
  background: linear-gradient(to right, #0588C2, #45ACCE);
}

.home-blurb {
  margin: 0 auto;
  padding: 6.25rem 0rem 2.1875rem 0rem;
  position: relative;
  text-align: center;
  width: 62.5%;
}

@media (min-width: 48rem) {
  .home-blurb {
    padding: 6.25rem 0rem 5.625rem 0rem;
    width: 30.625rem;
  }
}

@media (min-width: 60rem) {
  .home-blurb {
    padding: 9.375rem 0rem 6.25rem 0rem;
    width: 38.125rem;
  }
}

.home-blurb__top-border {
  display: block;
  height: 1.5625rem;
  margin: 0rem auto .9375rem auto;
  position: relative;
  width: calc(100% - 1.25rem);
}

@media (min-width: 48rem) {
  .home-blurb__top-border {
    width: calc(100% - 4.375rem);
  }
}

@media (min-width: 60rem) {
  .home-blurb__top-border {
    width: calc(100% - 6.25rem);
  }
}

.home-blurb__top-border::before,
.home-blurb__top-border::after {
  border-color: #5E3A7E;
  border-style: solid;
  content: '';
  display: block;
  height: 1.5625rem;
  position: absolute;
  top: 0;
  width: calc(50% - 1.25rem);
}

@media (min-width: 48rem) {
  .home-blurb__top-border::before,
  .home-blurb__top-border::after {
    width: calc(50% - 3.75rem);
  }
}

.home-blurb__top-border::before {
  border-width: 1px 0 0 1px;
  left: 0;
}

.home-blurb__top-border::after {
  border-width: 1px 1px 0 0;
  right: 0;
}

.home-blurb__icon {
  display: block;
  height: 2.5rem;
  left: 50%;
  position: absolute;
  top: calc(-100% - .9375rem);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 3.375rem;
}

@media (min-width: 48rem) {
  .home-blurb__icon {
    height: 3.75rem;
    top: calc(-100% - 1.5625rem);
    width: 5.125rem;
  }
}

@media (min-width: 60rem) {
  .home-blurb__icon {
    height: 4.125rem;
    top: calc(-100% - 1.875rem);
    width: 5.625rem;
  }
}

.home-blurb__text {
  font-size: 1rem;
}

.home-blurb__text strong {
  display: block;
  font-size: 1.75rem;
}

@media (min-width: 48rem) {
  .home-blurb__text {
    font-size: 1.125rem;
  }

  .home-blurb__text strong {
    font-size: 2rem;
  }
}

@media (min-width: 60rem) {
  .home-blurb__text {
    font-size: 1.375rem;
  }

  .home-blurb__text strong {
    font-size: 2.5rem;
  }
}

.home-blurb__bottom-border {
  border-color: #5E3A7E;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  display: block;
  height: 1.25rem;
  margin: .9375rem auto 0rem auto;
  width: calc(100% - 1.25rem);
}

@media (min-width: 48rem) {
  .home-blurb__bottom-border {
    margin: .3125rem auto 0rem auto;
    width: calc(100% - 4.375rem);
  }
}

@media (min-width: 60rem) {
  .home-blurb__bottom-border {
    width: calc(100% - 6.25rem);
  }
}

.more-link {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
  font-size: .75rem;
  font-weight: 600;
  text-transform: uppercase;
}

.more-link--video {
  color: #F2566E;
}

.more-link--video svg {
  stroke: currentColor;
}

.more-link--articles {
  color: #45ACCE;
}

.more-link--articles svg {
  stroke: currentColor;
}

.section>.more-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 48rem) {
  .section>.more-link {
    display: none;
  }
}

.section__header--home .more-link {
  display: none;
  margin-left: auto;
}

@media (min-width: 48rem) {
  .section__header--home .more-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.more-link__icon {
  display: block;
  height: .6875rem;
  margin-left: .3125rem;
  width: .375rem;
}

.story-grid {
  margin-bottom: 1.875rem;
}

@media (min-width: 48rem) {
  .story-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 2.5rem;
  }
}

.story-grid__item {
  color: #fff;
  width: 100%;
}

@media (min-width: 48rem) {
  .story-grid__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.story-grid__item--primary {
  width: 100%;
}

.story-grid__item--secondary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.story-grid__item--info {
  display: block;
}

@media (min-width: 48rem) {
  .story-grid__item--secondary,
  .story-grid__item--info {
    width: 50%;
  }
}

@media (min-width: 48rem) {
  .story-grid__item:nth-last-child(-n+2) .grid-item__content {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
}

.story-grid__item--info {
  font-size: .625rem;
  padding: 0;
}

@media (min-width: 48rem) {
  .story-grid__item--info {
    font-size: .875rem;
  }
}

@media (min-width: 60rem) {
  .story-grid__item--info {
    font-size: 1.125rem;
  }
}

.story-grid__item--info em {
  font: 400 2.75rem "Libre Baskerville",serif,serif;
  white-space: nowrap;
}

@media (min-width: 60rem) {
  .story-grid__item--info em {
    font-size: 4.5rem;
  }
}

.grid-item__info-spacer {
  height: 0;
  padding-bottom: 50%;
  position: relative;
  width: 100%;
}

.grid-item__info {
  left: 0;
  padding: 1.875rem 1.25rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}

@media (min-width: 48rem) {
  .grid-item__info {
    padding: 0rem 1.875rem;
  }
}

.grid-item__thumbnail {
  overflow: hidden;
  position: relative;
  width: 100%;
}

@media (min-width: 48rem) {
  .story-grid__item--primary .grid-item__thumbnail {
    width: 50%;
  }
}

.story-grid__item--secondary .grid-item__thumbnail {
  width: 50%;
}

.grid-item__aspect-wrapper--map {
  padding-bottom: 77.70833%;
}

.grid-item__aspect-wrapper--map img {
  display: block;
  left: 0;
  position: absolute;
  top: 0;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .grid-item__aspect-wrapper--map img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 0;
       object-position: 50% 0;
    width: 100%;
  }
}

@media (min-width: 48rem) {
  .story-grid__item--primary .grid-item__aspect-wrapper {
    padding-bottom: 77.70833%;
  }

  .story-grid__item--secondary .grid-item__aspect-wrapper {
    padding-bottom: 100%;
  }

  .grid-item__aspect-wrapper img {
    display: block;
    left: 0;
    position: absolute;
    top: 0;
  }

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .grid-item__aspect-wrapper img {
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: 50% 0;
         object-position: 50% 0;
      width: 100%;
    }
}
}

.grid-item__content {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.story-grid__item--primary .grid-item__content {
  padding: 1.875rem .9375rem;
}

@media (min-width: 48rem) {
  .story-grid__item--primary .grid-item__content {
    padding: 0rem 2.5rem 0rem 3rem;
    width: 50%;
  }
}

.story-grid__item--secondary .grid-item__content {
  padding: 0rem .9375rem;
  width: 50%;
}

@media (min-width: 48rem) {
  .story-grid__item--secondary .grid-item__content {
    padding: 0rem 1.25rem 0rem 2.1875rem;
  }
}

.grid-item__header {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.grid-item__title {
  font-size: .9375rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: .9375rem;
  width: 100%;
}

.story-grid__item--primary .grid-item__title {
  font-size: 1.125rem;
  margin-bottom: .9375rem;
}

@media (min-width: 60rem) {
  .story-grid__item--primary .grid-item__title {
    font-size: 1.375rem;
    margin-bottom: 1.25rem;
  }
}

.grid-item__label {
  font-size: .625rem;
  letter-spacing: 0.2em;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  text-transform: uppercase;
  width: 100%;
}

@media (min-width: 60rem) {
  .story-grid__item--primary .grid-item__label {
    font-size: .75rem;
  }
}

.grid-item__excerpt {
  display: none;
  font-size: .625rem;
  margin-bottom: 1.25rem;
  width: 100%;
}

@media (min-width: 60rem) {
  .grid-item__excerpt {
    display: block;
    font-size: .75rem;
  }
}

.story-grid__item--primary .grid-item__excerpt {
  display: block;
}

@media (min-width: 60rem) {
  .story-grid__item--primary .grid-item__excerpt {
    font-size: .75rem;
    margin-bottom: 2.8125rem;
  }
}

.grid-item__suplimental {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

@media (min-width: 48rem) {
  .grid-item__suplimental {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.grid-item__read-more {
  border-style: solid;
  border-width: 2px;
  border-radius: 0.9375rem / 50%;
  height: 1.875rem;
  line-height: 1.625rem;
  padding: 0rem 1.125rem;
  text-align: center;
  text-transform: uppercase;
  display: block;
  font-size: .625rem;
  font-weight: 600;
}

@media (min-width: 48rem) {
  .grid-item__read-more:not(:first-of-type) {
    margin-left: 1.25rem;
  }
}

@media (min-width: 60rem) {
  .story-grid__item--primary .grid-item__read-more {
    font-size: .75rem;
  }
}

.story-grid--home .story-grid__item--primary .grid-item__content {
  position: relative;
}

.story-grid--home .story-grid__item--primary .grid-item__content::after {
  bottom: auto;
  height: 1.625rem;
  left: calc(50% - (1.625rem / 2));
  right: auto;
  top: -.8125rem;
  width: 1.625rem;
  background: #259AC8;
  content: '';
  display: block;
  position: absolute;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 1;
}

@media (min-width: 48rem) {
  .story-grid--home .story-grid__item--primary .grid-item__content::after {
    bottom: auto;
    height: 1.625rem;
    left: -.8125rem;
    right: auto;
    top: calc(50% - (1.625rem / 2));
    width: 1.625rem;
    background: #259AC8;
  }
}

.story-grid--home .story-grid__item--secondary .grid-item__content {
  position: relative;
}

.story-grid--home .story-grid__item--secondary .grid-item__content::after {
  bottom: auto;
  height: 1.25rem;
  left: -.625rem;
  right: auto;
  top: calc(50% - (1.25rem / 2));
  width: 1.25rem;
  background: #259AC8;
  content: '';
  display: block;
  position: absolute;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 1;
}

@media (min-width: 48rem) {
  .story-grid--home .story-grid__item--secondary .grid-item__content::after {
    bottom: auto;
    height: 1.625rem;
    left: -.8125rem;
    right: auto;
    top: calc(50% - (1.625rem / 2));
    width: 1.625rem;
    background: #259AC8;
  }
}

@media (min-width: 48rem) {
  .story-grid--home .story-grid__item--secondary:nth-last-child(-n+2) .grid-item__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .story-grid--home .story-grid__item--secondary:nth-last-child(-n+2) .grid-item__content::after {
    bottom: auto;
    height: 1.625rem;
    left: auto;
    right: -.8125rem;
    top: calc(50% - (1.625rem / 2));
    width: 1.625rem;
    background: #259AC8;
  }
}

@media (min-width: 48rem) {
  .story-grid--home .story-grid__item:nth-last-child(-n+2) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.story-grid--home .story-grid__item--info {
  background: #E69F22;
}

@media (min-width: 90rem) {
  .home-hero-wrapper {
    height: calc(100vh - 82px);
  }
}

@media (min-width: 90rem) {
  .home-hero-wrapper .hero--home {
    height: calc(100vh - (82px + 75px));
  }
}

@media (min-width: 90rem) {
  .home-hero-wrapper .hero__figure img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (min-width: 90rem) {
  .home-hero-wrapper .home-ctas-wrapper {
    height: 75px;
  }
}


/*# sourceMappingURL=home.18d4ebc510116f02c8d666d7c0e37cab.min.css.map*/