@charset "UTF-8";
/* colors */
/* stx primary */
/* stx tier 1 */
/* stx tier 2 */
/* additional colors */
body {
  font-family: Helvetica, Arial, sans-serif;
  color: #000000;
  font-size: 16px;
  line-height: 1.5;
}

/* typography */
.stx-h1 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
}

.stx-h2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
}

.stx-h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
}

.stx-h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
}

.stx-h5 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
}

.stx-h6 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
}

.stx-eyebrow {
  font-size: 16px;
  font-weight: regular;
  line-height: 1.2;
  margin-bottom: 10px;
}

.stx-eyebrow--small {
  font-size: 14px;
  line-height: 1.2;
}

.stx-eyebrow--overline {
  position: relative;
}

.stx-eyebrow--overline:before {
  content: "";
  width: 50px;
  border-top: 2px solid #6ebe49;
  display: block;
  padding-bottom: 15px;
}

.stx-eyebrow--overline-center:before {
  margin: 0 auto;
}

.stx-text--hero-large {
  font-size: 56px;
  font-weight: bold;
  line-height: 1.125;
}

.stx-text--hero {
  font-size: 50px;
  font-weight: bold;
  line-height: 1.125;
}

.stx-text--xlarge {
  font-size: 20px;
  line-height: 1.33333333;
}

.stx-text--large {
  font-size: 18px;
  line-height: 1.33333333;
}

.stx-text--small {
  font-size: 14px;
  line-height: 1.33333333;
}

.stx-text--xsmall {
  font-size: 12px;
  line-height: 1.33333333;
}

.stx-text--quote-x-large {
  font-size: 150px;
}

@media (max-width: 979px) {
  .stx-h1 {
    font-size: 28px;
  }

  .stx-h2 {
    font-size: 24px;
  }

  .stx-h3 {
    font-size: 20px;
  }

  .stx-h4 {
    font-size: 18px;
  }

  .stx-h5 {
    font-size: 16px;
  }

  .stx-h6 {
    font-size: 14px;
  }

  .stx-text--hero-large {
    font-size: 36px;
  }

  .stx-text--hero {
    font-size: 36px;
  }

  .stx-text--xlarge {
    font-size: 18px;
  }

  .stx-text--large {
    font-size: 16px;
  }

  .stx-eyebrow {
    font-size: 14px;
  }

  .stx-eyebrow--small {
    font-size: 12px;
  }
}
/* text format utility classes */
.stx-text--uppercase {
  text-transform: uppercase;
}

.stx-text--regular {
  font-weight: 400;
}

.stx-text--left {
  text-align: left;
}

.stx-text--center {
  text-align: center;
}

.stx-text--right {
  text-align: right;
}

.stx-text--color-white {
  color: #fff;
}

.stx-text--color-green {
  color: #6ebe49;
}

.stx-text--color-black {
  color: #333;
}

.stx-text--color-gray {
  color: #868589;
}

.stx-text--color-light-gray {
  color: #bbb;
}

/* responsive only alignment */
@media (max-width: 767px) {
  .stx-text-mobile--center {
    text-align: center;
  }

  .stx-text-mobile--left {
    text-align: left;
  }

  .stx-text-mobile--right {
    text-align: right;
  }
}
/* for stx-btn component styles */
.stx-btn {
  padding: 22px 27px 21px;
  border: 2px solid #000000;
  color: #000000;
  display: inline-block;
  transition: all 0.25s ease-in-out;
  line-height: 1.25;
  text-decoration: none;
  box-sizing: border-box;
}

.stx-btn:hover {
  color: #ffffff;
  background-color: #000000;
  text-decoration: none;
}

.stx-btn--primary {
  color: #ffffff;
  background-color: #000000;
}

.stx-btn--color-green {
  color: #6ebe49;
  border-color: #6ebe49;
}

.stx-btn--color-green.stx-btn--primary {
  color: #ffffff;
  background-color: #6ebe49;
}

.stx-btn--color-green:hover {
  color: #ffffff;
  background-color: #6ebe49;
  text-decoration: none;
}

.stx-btn--color-white {
  color: #ffffff;
  border-color: #ffffff;
}

.stx-btn--color-white.stx-btn--primary {
  color: #000000;
  background-color: #ffffff;
}

.stx-btn--color-white:hover {
  color: #000000;
  background-color: #ffffff;
  text-decoration: none;
}

.stx-btn--icon-arrow::after {
  content: "⇾";
  content: "→";
  /*
  font-family: "SS Standard";
  content: "right";
  */
  position: relative;
  top: 0px;
  margin-left: 15px;
  font-size: 20px;
}

.stx-btn--icon-download::after {
  /*font-family: "SS Standard";*/
  /*content: "download";*/
  content: "↓";
  position: relative;
  top: 0px;
  margin-left: 15px;
  font-size: 20px;
}

.stx-btn--icon-external::after {
  content: "⇾";
  content: "→";
  /*
  font-family: "SS Standard";
  content: "right";
  */
  position: relative;
  top: 0px;
  margin-left: 15px;
  font-size: 20px;
}

@media (max-width: 767px) {
  .stx-btn--mobile-full-width {
    width: 100%;
  }
}
/* for stx-form component styles */
.stx-form__input {
  margin-bottom: 20px;
  position: relative;
}

.stx-form__input-text {
  line-height: 28px;
  padding: 14px 8px 0 5px;
  font-size: 18px;
  width: 300px;
  border: 1px solid #ebebeb;
}

.stx-form__input-label {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  line-height: 1;
  padding: 14px 8px;
  font-size: 18px;
  color: #868589;
  transition: all 0.15s ease-out;
  pointer-events: none;
  /* so pointer still works in form field */
}

.stx-form__input-text:focus {
  box-shadow: none;
  outline: none;
  border: 1px solid #6ebe49;
}

.stx-form__input-text:focus + .stx-form__input-label,
.stx-form__input-text:valid:not(:optional) + .stx-form__input-label {
  font-size: 12px;
  padding-top: 6px;
}

/* for stx-section component styles */
.stx-section {
  padding-top: 60px;
  /* default padding? */
  padding-bottom: 60px;
  /* default padding? */
}

.stx-section--bg-black {
  color: #fff;
  background-color: #000;
}

.stx-section--bg-light-gray {
  color: #333;
  background-color: #ebebeb;
}

/* for stx-hero component styles */
.stx-hero {
  min-height: 650px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  /* addresses zoom shift issue */
}

.stx-hero__eyebrow {
  margin-bottom: 15px;
  font-size: 16px;
}

.stx-hero__title {
  font-size: 62px;
  line-height: 1.125;
  font-weight: bold;
  margin-bottom: 30px;
}

.stx-hero__separator {
  background-color: #6ebe49;
  height: 5px;
  width: 210px;
  margin-bottom: 30px;
  margin-top: 0;
  border: none;
}

.stx-hero--bg-black {
  color: #fff;
  background-color: #000;
}

.stx-hero__content {
  display: flex;
}

.stx-hero__copy {
  flex: 0 1 60%;
  align-self: center;
}

.stx-hero__img {
  flex: 0 1 40%;
  align-self: center;
  margin-left: 15px;
}

.stx-hero__img img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

@media (max-width: 979px) {
  .stx-hero__eyebrow {
    font-size: 14px;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  .stx-hero {
    min-height: 550px;
  }

  .stx-hero__title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .stx-hero {
    min-height: 700px;
    justify-content: flex-end;
  }

  .stx-hero .container {
    margin-left: 0;
    /* override bootstrap container with stx-hero for mobile */
  }

  .stx-hero__title {
    font-size: 36px;
  }

  .stx-hero__content {
    flex-direction: column;
  }

  .stx-hero__copy {
    margin-bottom: 30px;
  }

  .stx-hero__img {
    margin-left: 0;
  }
}
/* for stx-card component styles */
.stx-card {
  padding: 0;
  /* standard padding? */
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
}

.stx-card__content {
  padding: 30px;
  /* standard padding? */
  flex: 1 1 auto;
}

.stx-card__content--no-grow {
  flex-grow: 0;
  /* let flexbox be it's natural height */
}

.stx-card__eyebrow {
  margin-bottom: 15px;
}

.stx-card__title {
  margin-bottom: 30px;
}

.stx-card__text {
  margin-bottom: 30px;
}

.stx-card__image {
  margin-bottom: 20px;
}

.stx-card__top-image {
  width: 100%;
  margin: auto;
}

.stx-card__top-image img {
  width: 100%;
  max-width: 740px;
  height: auto;
  margin: auto;
}

.stx-card__footer {
  border-top: 1px solid #ebebeb;
  padding: 20px;
}

.stx-card__link {
  color: #6ebe49;
}

.stx-card__link:hover {
  color: #6ebe49;
  text-decoration: none;
}

.stx-card__link--icon-arrow::after {
  content: "⇾";
  content: "→";
  /*
    font-family: "SS Standard";
    content: "right";
    */
  position: relative;
  top: 0;
  margin-left: 15px;
  font-size: 20px;
}

.stx-card__link--icon-download::after {
  /*font-family: "SS Standard";*/
  /*content: "download";*/
  content: "↓";
  position: relative;
  top: 0;
  margin-left: 15px;
  font-size: 20px;
}

.stx-card__link--icon-external::after {
  content: "⇾";
  content: "→";
  /*
    font-family: "SS Standard";
    content: "right";
    */
  position: relative;
  top: 0;
  margin-left: 15px;
  font-size: 20px;
}

/* card background colors */
.stx-card--bg-white {
  background-color: #fff;
  color: #000;
}

.stx-card--bg-black {
  background-color: #000;
  color: #fff;
}

.stx-card--bg-gray {
  background-color: #868589;
  color: #fff;
}

.stx-card--bg-dark-gray {
  background-color: #212121;
  color: #fff;
}

.stx-card--bg-light-gray {
  background-color: #ebebeb;
  color: #000;
}

.stx-card--bg-green {
  background-color: #6ebe49;
  color: #fff;
}

/* card content alignment */
.stx-card--justify-center {
  justify-content: center;
  /* use this or use padding/size to center content? */
}

.stx-card--justify-top {
  justify-content: flex-start;
}

.stx-card--justify-bottom {
  justify-content: flex-end;
}

.stx-card--tall {
  /*min-height: 400px;*/
  padding: 120px;
  /* padding or height?  padding will always provide a safe space around content, height will keep the block  to a consistent size... consider bg image... */
}

.stx-card__body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

/* stx-card-deck for a row of cards */
.stx-card-deck {
  display: flex;
}

.stx-card-deck--4up .stx-card {
  flex: 0 1 25%;
}

.stx-card-deck .stx-card {
  margin-left: 15px;
  margin-right: 15px;
}

.stx-card-deck .stx-card:first-child {
  margin-left: 0;
}

.stx-card-deck .stx-card:last-child {
  margin-right: 0;
}

.stx-card-deck--separators .stx-card {
  border-right: 1px solid #ebebeb;
}

.stx-card-deck--separators .stx-card__content {
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.stx-card-deck--separators .stx-card:last-child {
  border-right: none;
}

@media (min-width: 768px) {
  .stx-card-deck--reverse {
    flex-direction: row-reverse;
  }

  .stx-card-deck--reverse .stx-card:first-child {
    margin-left: 15px;
    margin-right: 0;
  }

  .stx-card-deck--reverse .stx-card:last-child {
    margin-right: 15px;
    margin-left: 0;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  .stx-card-deck--top-image {
    /* better class name? */
    flex-direction: column;
  }

  .stx-card-deck--top-image .stx-card {
    flex-direction: row-reverse;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
    flex: 1 1 auto;
  }

  .stx-card__top-image {
    width: 50%;
    overflow: hidden;
    margin: 0;
  }

  .stx-card__top-image img {
    height: 100%;
    width: auto;
    margin-left: -25%;
    /* to help offset cropping */
  }

  .stx-card__body {
    flex: 1 1 0;
  }
}
@media (max-width: 767px) {
  .stx-card-deck {
    flex-direction: column;
  }

  .stx-card-deck .stx-card {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .stx-card-deck .stx-card:last-child {
    margin-bottom: 0;
  }

  .stx-card {
    flex: 1 1 auto;
  }

  .stx-card-deck--separators .stx-card {
    border-right: none;
    border-bottom: 1px solid #ebebeb;
  }

  .stx-card-deck--separators .stx-card__content {
    padding: 30px 0;
  }

  .stx-card-deck--separators .stx-card:last-child {
    border-bottom: none;
  }
}
/* for utility stx component styles */
/* base padding/margin scale: 5, 15, 30, 60, 120 */
/* positive margins */
.stx-margin__top {
  margin-top: 30px;
}

.stx-margin__top--xsmall {
  margin-top: 5px;
}

.stx-margin__top--small {
  margin-top: 15px;
}

.stx-margin__top--large {
  margin-top: 60px;
}

.stx-margin__top--xlarge {
  margin-top: 120px;
}

.stx-margin__top--none {
  margin-top: 0;
}

.stx-margin__right {
  margin-right: 30px;
}

.stx-margin__right--xsmall {
  margin-right: 5px;
}

.stx-margin__right--small {
  margin-right: 15px;
}

.stx-margin__right--large {
  margin-right: 60px;
}

.stx-margin__right--xlarge {
  margin-right: 120px;
}

.stx-margin__right--none {
  margin-right: 0;
}

.stx-margin__bottom {
  margin-bottom: 30px;
}

.stx-margin__bottom--xsmall {
  margin-bottom: 5px;
}

.stx-margin__bottom--small {
  margin-bottom: 15px;
}

.stx-margin__bottom--large {
  margin-bottom: 60px;
}

.stx-margin__bottom--xlarge {
  margin-bottom: 120px;
}

.stx-margin__bottom--none {
  margin-bottom: 0;
}

.stx-margin__left {
  margin-left: 30px;
}

.stx-margin__left--xsmall {
  margin-left: 5px;
}

.stx-margin__left--small {
  margin-left: 15px;
}

.stx-margin__left--large {
  margin-left: 60px;
}

.stx-margin__left--xlarge {
  margin-left: 120px;
}

.stx-margin__left--none {
  margin-left: 0;
}

/* negative margins */
.stx-margin__top-negative {
  margin-top: -30px;
}

.stx-margin__top-negative--xsmall {
  margin-top: -5px;
}

.stx-margin__top-negative--small {
  margin-top: -15px;
}

.stx-margin__top-negative--large {
  margin-top: -60px;
}

.stx-margin__top-negative--xlarge {
  margin-top: -120px;
}

.stx-margin__top-negative--gnav {
  margin-top: -20px;
  /* special to close current global nav gap */
}

/* padding */
.stx-padding {
  padding: 30px;
}

.stx-padding--xsmall {
  padding: 5px;
}

.stx-padding--small {
  padding: 15px;
}

.stx-padding--large {
  padding: 60px;
}

.stx-padding--xlarge {
  padding: 120px;
}

.stx-padding--none {
  padding: 0;
}

.stx-padding__top {
  padding-top: 30px;
}

.stx-padding__top--xsmall {
  padding-top: 5px;
}

.stx-padding__top--small {
  padding-top: 15px;
}

.stx-padding__top--large {
  padding-top: 60px;
}

.stx-padding__top--xlarge {
  padding-top: 120px;
}

.stx-padding__top--none {
  padding-top: 0;
}

.stx-padding__right {
  padding-right: 30px;
}

.stx-padding__right--xsmall {
  padding-right: 5px;
}

.stx-padding__right--small {
  padding-right: 15px;
}

.stx-padding__right--large {
  padding-right: 60px;
}

.stx-padding__right--xlarge {
  padding-right: 120px;
}

.stx-padding__right--none {
  padding-right: 0;
}

.stx-padding__bottom {
  padding-bottom: 30px;
}

.stx-padding__bottom--xsmall {
  padding-bottom: 5px;
}

.stx-padding__bottom--small {
  padding-bottom: 15px;
}

.stx-padding__bottom--large {
  padding-bottom: 60px;
}

.stx-padding__bottom--xlarge {
  padding-bottom: 120px;
}

.stx-padding__bottom--none {
  padding-bottom: 0;
}

.stx-padding__left {
  padding-left: 30px;
}

.stx-padding__left--xsmall {
  padding-left: 5px;
}

.stx-padding__left--small {
  padding-left: 15px;
}

.stx-padding__left--large {
  padding-left: 60px;
}

.stx-padding__left--xlarge {
  padding-left: 120px;
}

.stx-padding__left--none {
  padding-left: 0;
}

/* responsive padding */
@media (max-width: 767px) {
  .stx-padding--xlarge {
    padding: 120px 0px;
  }
}
/* responsive only padding/margin */
@media (max-width: 767px) {
  .stx-padding-mobile__bottom--xlarge {
    padding-bottom: 120px;
  }
}
@media (max-width: 979px) {
  .stx-margin__top-negative--gnav {
    margin-top: 0px;
    /* special to close current global nav gap */
  }
}
/* stx interim design system */

/*# sourceMappingURL=stx.css.map */
