/* -----------------------------------------------------------------------------
   f-c01: Feature Row
*/
/* line 7, components/scss/f-c01.scss */
.f-c01v0, .f-c01v1, .f-c01v2, .f-c01v3, .f-c01v4, .f-c01v5 {
  text-align: left;
  display: table;
  width: 100%;
}
/* line 12, components/scss/f-c01.scss */
.f-n00_flyout .f-c01v0, .f-n00_flyout .f-c01v1, .f-n00_flyout .f-c01v2, .f-n00_flyout .f-c01v3, .f-n00_flyout .f-c01v4, .f-n00_flyout .f-c01v5 {
  min-height: initial;
}

/* line 18, components/scss/f-c01.scss */
.f-c01_inner {
  overflow: hidden;
  padding: 36px 0;
  display: table-cell;
  vertical-align: middle;
}

/* line 25, components/scss/f-c01.scss */
.f-c01_headline {
  padding: 0 18px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 30em) {
  /* line 25, components/scss/f-c01.scss */
  .f-c01_headline {
    padding: 0 45px;
  }
}

/* line 35, components/scss/f-c01.scss */
.f-c01_image {
  margin-left: 18px;
  max-height: 32px;
  margin-top: 24px;
}
@media (min-width: 30em) {
  /* line 35, components/scss/f-c01.scss */
  .f-c01_image {
    margin-left: 45px;
  }
}
@media (min-width: 48em) {
  /* line 35, components/scss/f-c01.scss */
  .f-c01_image {
    margin-left: 0;
  }
}

/* line 47, components/scss/f-c01.scss */
.f-c01_content {
  padding: 4px 18px 18px;
  max-width: 680px;
  margin-bottom: 36px;
}
@media (min-width: 30em) {
  /* line 47, components/scss/f-c01.scss */
  .f-c01_content {
    padding-left: 45px;
    padding-right: 45px;
  }
}

/* line 57, components/scss/f-c01.scss */
.f-c01_content-small {
  font-family: "Gotham SSm A", "Gotham SSm B", Arial, clean, sans-serif;
  font-weight: 700;
}

/* line 61, components/scss/f-c01.scss */
.f-c01_lists {
  text-align: left;
}

/* line 65, components/scss/f-c01.scss */
.f-c01_list-headline {
  border-bottom-style: solid;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
}

/* line 70, components/scss/f-c01.scss */
.f-c01_list-wrap {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  max-width: 360px;
  vertical-align: top;
  text-align: left;
  padding: 0 18px;
  margin-bottom: 36px;
}
@media (min-width: 30em) {
  /* line 70, components/scss/f-c01.scss */
  .f-c01_list-wrap {
    padding-left: 45px;
    padding-right: 45px;
  }
}

/* line 83, components/scss/f-c01.scss */
.f-c01_cta {
  padding: 0 18px;
}
@media (min-width: 30em) {
  /* line 83, components/scss/f-c01.scss */
  .f-c01_cta {
    padding-left: 45px;
    padding-right: 45px;
  }
}

/* line 91, components/scss/f-c01.scss */
.f-c01_badge-row {
  max-width: 1100px;
  margin: auto;
  padding: 0 0;
  letter-spacing: -0.31em;
  word-spacing: -.43em;
}
/* line 13, components/scss/_mixins.scss */
.f-c01_badge-row.is-full {
  max-width: none;
  padding: 0;
}

/* line 97, components/scss/f-c01.scss */
.f-c01_badge {
  vertical-align: top;
  padding: 18px;
  display: inline-block;
  width: 100%;
  letter-spacing: normal;
  word-spacing: normal;
  margin-bottom: 36px;
}
@media (min-width: 30em) {
  /* line 97, components/scss/f-c01.scss */
  .f-c01_badge {
    text-align: center;
    width: 50%;
  }
}
@media (min-width: 48em) {
  /* line 97, components/scss/f-c01.scss */
  .f-c01_badge {
    width: 25%;
    padding-left: 36px;
    padding-right: 36px;
  }
}

/* line 116, components/scss/f-c01.scss */
.f-c01_badge-link {
  display: block;
  border-bottom: none;
}
/* line 119, components/scss/f-c01.scss */
.f-c01_badge-link .f-c01_badge-underline {
  border-bottom: 2px solid transparent;
}
/* line 122, components/scss/f-c01.scss */
.f-c01_badge-link:hover {
  border-bottom: none;
}
/* line 124, components/scss/f-c01.scss */
.f-c01_badge-link:hover .f-c01_badge-underline {
  border-bottom: 2px solid #400090;
}

/* line 130, components/scss/f-c01.scss */
.f-c01_badge-image {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  display: block;
  margin-bottom: 18px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #ffffff;
}
@media (min-width: 30em) {
  /* line 130, components/scss/f-c01.scss */
  .f-c01_badge-image {
    margin: 0 auto 18px auto;
  }
}

/* line 145, components/scss/f-c01.scss */
.f-c01_badge-name {
  display: block;
  padding-bottom: 18px;
  border-bottom: solid 2px transparent;
  text-transform: uppercase;
}

/* line 152, components/scss/f-c01.scss */
.f-c01_badge-label {
  font-size: 18px;
  display: block;
  padding-bottom: 18px;
  border-bottom: solid 2px transparent;
}

/* line 162, components/scss/f-c01.scss */
.f-c01v0 {
  background: #400090;
}
/* line 166, components/scss/f-c01.scss */
.f-c01v0 .f-c01_headline {
  color: #ffffff;
}
/* line 170, components/scss/f-c01.scss */
.f-c01v0 .f-c01_content {
  color: #ffffff;
}
/* line 174, components/scss/f-c01.scss */
.f-c01v0 .f-c01_list-headline,
.f-c01v0 .f-c01_list-headline a {
  color: #ffffff;
}
/* line 179, components/scss/f-c01.scss */
.f-c01v0 .f-c01_list-headline a:hover {
  border-bottom-color: #ffffff;
}
/* line 183, components/scss/f-c01.scss */
.f-c01v0 .f-c01_list-headline {
  border-bottom-color: #ffffff;
}
/* line 187, components/scss/f-c01.scss */
.f-c01v0 .f-c01_badge {
  color: #ffffff;
}
/* line 191, components/scss/f-c01.scss */
.f-c01v0 .f-c01_badge-link {
  color: #ffffff;
}
/* line 193, components/scss/f-c01.scss */
.f-c01v0 .f-c01_badge-link:hover {
  border-bottom: none;
}
/* line 195, components/scss/f-c01.scss */
.f-c01v0 .f-c01_badge-link:hover .f-c01_badge-underline {
  border-bottom: 2px solid #ffffff;
}

/* line 203, components/scss/f-c01.scss */
.f-c01v1 .f-c01_list-headline, .f-c01v2 .f-c01_list-headline, .f-c01v4 .f-c01_list-headline {
  border-bottom-color: #400090;
  color: #400090;
}
/* line 207, components/scss/f-c01.scss */
.f-c01v1 .f-c01_list-headline a, .f-c01v2 .f-c01_list-headline a, .f-c01v4 .f-c01_list-headline a {
  color: #0076e6;
}

/* line 213, components/scss/f-c01.scss */
.f-c01v1 {
  background: #f0f0f0;
}
/* line 217, components/scss/f-c01.scss */
.f-c01v1 .f-c01_content-small {
  color: #400090;
}

/* line 222, components/scss/f-c01.scss */
.f-c01v2 {
  background: #ffffff;
}
/* line 227, components/scss/f-c01.scss */
.f-c01v2 .f-c01_content-small {
  color: #400090;
}
/* line 231, components/scss/f-c01.scss */
.f-c01v2 .f-c01_badge-image {
  background-color: #f0f0f0;
}

/* line 236, components/scss/f-c01.scss */
.f-c01v3 {
  background: #ffffff;
}
/* line 240, components/scss/f-c01.scss */
.f-c01v3 .f-c01_headline,
.f-c01v3 .f-c01_content,
.f-c01v3 .f-c01_content-small {
  color: #f70d5c;
}
/* line 246, components/scss/f-c01.scss */
.f-c01v3 .f-c01_list-headline {
  color: #f70d5c;
}

/* line 251, components/scss/f-c01.scss */
.f-c01v4 {
  min-height: 0 !important;
}
/* line 256, components/scss/f-c01.scss */
.f-c01v4 .f-c01_inner {
  background: #ffffff;
}
/* line 260, components/scss/f-c01.scss */
.f-c01v4 .f-c01_headline + .f-c01_cta {
  margin-bottom: 36px;
}
/* line 265, components/scss/f-c01.scss */
.f-c01v4 .f-c01_cta:only-child {
  margin: 36px 0;
}
/* line 269, components/scss/f-c01.scss */
.f-c01v4 .f-c01_content-small {
  color: #400090;
}

/* line 274, components/scss/f-c01.scss */
.f-c01v5 {
  background: #400090;
  min-height: 0 !important;
}
/* line 279, components/scss/f-c01.scss */
.f-c01v5 .f-c01_headline {
  color: #ffffff;
}
/* line 283, components/scss/f-c01.scss */
.f-c01v5 .f-c01_content {
  color: #ffffff;
}
/* line 287, components/scss/f-c01.scss */
.f-c01v5 .f-c01_list-headline,
.f-c01v5 .f-c01_list-headline a {
  color: #ffffff;
}
/* line 292, components/scss/f-c01.scss */
.f-c01v5 .f-c01_list-headline a:hover {
  border-bottom-color: #ffffff;
}
/* line 296, components/scss/f-c01.scss */
.f-c01v5 .f-c01_list-headline {
  border-bottom-color: #ffffff;
}

@media (min-width: 48em) {
  /* line 302, components/scss/f-c01.scss */
  .f-c01v0, .f-c01v1, .f-c01v2, .f-c01v3, .f-c01v4, .f-c01v5 {
    text-align: center;
    min-height: 360px;
  }

  /* line 307, components/scss/f-c01.scss */
  .f-c01_lists {
    text-align: center;
  }

  /* line 311, components/scss/f-c01.scss */
  .f-c01_list-wrap {
    padding: 0 36px;
  }

  /* line 315, components/scss/f-c01.scss */
  .f-c01_content {
    margin-left: auto;
    margin-right: auto;
  }
}
