/* Functions & Mixins */
/* ==== Containers & Responsive Mixins ==== */
/* Defines convenience mixins for common breakpoint targets.
these are small, medium, mediumlarge, and large. These variables should be defined prior to use.
*/
/* Universal breakpoints */
.emphasis-list {
  max-width: 100%; }

.emphasis-path {
  background-color: #3b3c43;
  color: #fff;
  max-width: 100%; }
.emphasis-list .custom_phone_link:focus {
  outline: 2px solid #fbc600;
}
  @media (min-width: 768px) {
    .emphasis-path {
      padding-bottom: 3rem; } }
  .emphasis-path__inner {
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 1440px;
    max-width: 100%; }
    @media (min-width: 48.0625rem) {
      .emphasis-path__inner {
        padding: 1.25rem 5rem; } }
    @media (max-width: 48rem) {
      .emphasis-path__inner {
        padding: 1.25rem 1.25rem; } }
    @media (min-width: 768px) {
      .emphasis-path__inner {
        padding: 3.4375rem 1.875rem;
        padding-bottom: 1rem; } }
    @media (min-width: 1025px) {
      .emphasis-path__inner {
        padding: 3.4375rem 6.25rem; } }
  .emphasis-path__route {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (min-width: 1279px) {
      .emphasis-path__route {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  .emphasis-path__copy {
    position: relative;
    padding-left: 1.5rem;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .emphasis-path__copy.-visible {
      opacity: 1; }
    .emphasis-path__copy::before {
      position: absolute;
      left: -0.3125rem;
      left: -1px;
      top: 0.125rem;
      content: '';
      display: inline-block;
      height: 0.75rem;
      width: 0.75rem;
      background-color: #fbc600;
      border-radius: 100%;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .emphasis-path__copy::after {
      position: absolute;
      left: 0.25rem;
      top: -0.5rem;
      content: '';
      display: inline-block;
      height: 200%;
      width: 2px;
      background-color: #fbc600;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .emphasis-path__copy:first-of-type::after {
      top: 0.25rem; }
    .emphasis-path__copy:last-of-type::after {
      height: 20%;
      top: -1.5rem; }
    .emphasis-path__copy:nth-last-of-type(2)::after {
      top: -1.5rem; }
    @media (max-width: 392px) {
      .emphasis-path__copy:nth-last-of-type(2)::after {
        height: 100%; } }
    @media (min-width: 1338px) {
      .emphasis-path__copy:nth-last-of-type(2)::after {
        height: 240%;
        top: -0.5rem; } }
  .emphasis-path__title {
    font-weight: normal;
    letter-spacing: -.7px;
    font-size: 2.125rem;
    line-height: 1;
    margin-bottom: 1rem;
    margin-top: .5rem; }
    @media (min-width: 768px) {
      .emphasis-path__title {
        font-size: 2.5rem; } }
    @media (min-width: 1024px) {
      .emphasis-path__title {
        font-size: 2.875rem; } }
    .emphasis-path__title-bold {
      font-weight: bold; }
  .emphasis-path__subtitle {
    margin-bottom: 2rem;
    font-size: 1.25rem; }
    @media (min-width: 768px) {
      .emphasis-path__subtitle {
        font-size: 1.5rem; } }
  .emphasis-path__copy {
    font-size: 1.25rem; }
    @media (min-width: 768px) {
      .emphasis-path__copy {
        font-size: 1.5rem; } }

.emphasis-path__image {
  border: 0;
  padding: 0;
  margin: 1rem 0 0 1rem;
  text-align: center;
  display: inline-block;
  position: relative; }
  @media (max-width: 80rem) {
    .emphasis-path__image {
      margin: 1rem auto; } }
  @media (min-width: 1279px) {
    .emphasis-path__image {
      padding-left: 1rem; } }
  .emphasis-path__image > img {
    display: block;
    width: 100%;
    max-width: 21.875rem; }

.emphasis-card {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1440px;
  max-width: 100%;
  width: 100%;
  max-width: 1440px; }
  @media (min-width: 48.0625rem) {
    .emphasis-card {
      padding: 1.25rem 5rem; } }
  @media (max-width: 48rem) {
    .emphasis-card {
      padding: 1.25rem 1.25rem; } }
  .emphasis-card__inner {
    padding: 2rem;
    margin-top: -4rem;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.14);
            box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.14);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (min-width: 768px) {
      .emphasis-card__inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    @media (min-width: 769px) {
      .emphasis-card__inner {
        padding: 3rem 4rem; } }
  @media (min-width: 768px) {
    .emphasis-card__left {
      margin-right: 2rem; } }
  @media (min-width: 768px) {
    .emphasis-card__right {
      max-width: 67%; } }
  .emphasis-card__title {
    font-weight: 100;
    font-size: 7rem;
    margin: 0;
    letter-spacing: -.7px; }
  .emphasis-card__title-overline {
    font-weight: normal;
    font-size: 2rem;
    margin-left: 0.5rem;
    position: relative; }
    .emphasis-card__title-overline::before {
      position: absolute;
      content: '';
      width: 100%;
      height: 10px;
      background-color: #fbc600;
      top: -1rem;
      left: 0; }
  .emphasis-card__small-space {
    font-size: 1rem; }
  .emphasis-card__subtitle {
    margin: -0.5rem 0 0;
    font-size: 1.125rem; }
    @media (min-width: 768px) {
      .emphasis-card__subtitle {
        font-size: 1.25rem; } }
  .emphasis-card__heading {
    font-weight: normal;
    letter-spacing: -1px;
    line-height: 1;
    margin-bottom: 1.5rem;
    font-size: 1.75rem; }
    @media (min-width: 768px) {
      .emphasis-card__heading {
        font-size: 2.25rem; } }
    @media (min-width: 1024px) {
      .emphasis-card__heading {
        font-size: 2.5rem; } }
    .emphasis-card__heading > span {
      font-weight: bold; }
  .emphasis-card__copy {
    font-size: 1rem; }
    @media (min-width: 768px) {
      .emphasis-card__copy {
        font-size: 1.25rem; } }
    @media (min-width: 1024px) {
      .emphasis-card__copy {
        font-size: 1.375rem; } }

/* Keyframes */
@-webkit-keyframes bullet_pulse {
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
@keyframes bullet_pulse {
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.benefits_list {
  list-style-type: none; }
  .benefits_list li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 1rem; }
    @media (min-width: 768px) {
      .benefits_list li {
        font-size: 18px;
        line-height: 24px; } }
    @media (min-width: 1280px) {
      .benefits_list li {
        font-size: 21px;
        line-height: 28px; } }
    .benefits_list li.active .bullet_content {
      opacity: 1; }
    .benefits_list li.active .benefit_bullet {
      -webkit-animation: bullet_pulse 0.5s;
              animation: bullet_pulse 0.5s;
      opacity: 1; }
    .benefits_list li .bullet_content {
      opacity: 0;
      -webkit-transition: opacity 1s;
      transition: opacity 1s; }
    .benefits_list li .bullet_content_disclosure {
      font-size: 70%;
      line-height: 1.2;
      vertical-align: top; }
    .benefits_list li + li {
      margin-top: -25px; }
    .benefits_list li .benefit_progress_bar {
      position: absolute;
      top: 10px;
      left: -30px;
      height: 0px;
      -webkit-transition: height 1.5s;
      transition: height 1.5s; }
      @media (min-width: 80.0625rem) and (max-width: 90rem) {
        .benefits_list li .benefit_progress_bar {
          top: 0px; } }
    .benefits_list li:not(:last-child) {
      padding-bottom: 25px;
      margin-bottom: 25px; }
      .benefits_list li:not(:last-child) .benefit_progress_bar {
        width: 2px;
        background-color: #fbc600; }
      .benefits_list li:not(:last-child).active .benefit_progress_bar {
        height: 100%; }
  @media (min-width: 48.0625rem) and (max-width: 80rem) {
    .benefits_list {
      padding-bottom: 40px; } }

.benefit_bullet {
  position: absolute;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  left: -9px;
  background-color: #fbc600;
  opacity: 0; }
  @media (min-width: 90.0625rem) {
    .benefit_bullet {
      top: -7px; } }
  @media (max-width: 80rem) {
    .benefit_bullet {
      top: -12px; } }

@media screen and (min-width: 48rem) {
  .emphasis-list.-toolbox .emphasis-path__route {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; } }

@media screen and (min-width: 48rem) {
  .emphasis-list.-toolbox .benefits_list {
    margin-right: 2rem; } }

@media screen and (min-width: 80rem) {
  .emphasis-list.-toolbox .benefits_list {
    margin-right: 4rem; } }

@media screen and (min-width: 90rem) {
  .emphasis-list.-toolbox .benefits_list {
    margin-right: 6rem; } }

.emphasis-list.-toolbox .benefits_list li:not(:last-child) .benefit_progress_bar {
  background-color: #58a7af; }

.emphasis-list.-toolbox .benefit_bullet {
  background-color: #58a7af; }

@media screen and (min-width: 0rem) and (max-width: 47.9375rem) {
  .emphasis-list.-toolbox .emphasis-path__image {
    display: none; } }

@media screen and (min-width: 48rem) {
  .emphasis-list.-toolbox .emphasis-path__image {
    padding-left: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; } }

.emphasis-list.-toolbox .emphasis-path__image > img {
  max-width: 26.5rem; }