/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css | Slight Mods for Me */
@import url("https://fonts.googleapis.com/css?family=Muli:400,400i,700,800");
@import url("pikaday.css");
* {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.35;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, footer, header, nav, section {
  display: block; }

h1 {
  font-size: 2em;
  margin: 1em 0; }

figcaption, figure, main {
  display: block; }

figure {
  margin: 1em 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active, a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b, strong {
  font-weight: inherit; }

b, strong {
  font-weight: bolder; }

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border-style: none;
  vertical-align: middle; }

svg:not(:root) {
  overflow: hidden; }

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details, menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

@keyframes shake {
  5%, 45% {
    transform: translate3d(-1px, 0, 0);
    transform: rotateY(5deg); }
  10%, 40% {
    transform: translate3d(2px, 0, 0);
    transform: rotate(0deg); }
  15%, 25%, 35% {
    transform: translate3d(-3px, 0, 0);
    transform: rotate(0deg); }
  20%, 30% {
    transform: translate3d(3px, 0, 0);
    transform: rotate(-5deg); } }

html, body {
  font-family: "Muli", sans-serif;
  font-size: 3.2vw;
  line-height: 1.83;
  color: #262626; }
  @media screen and (min-width: 760px) {
    html, body {
      font-size: 12pt; } }
  html.showmodal, body.showmodal {
    display: flex; }

h1 {
  font-size: 2.5em;
  line-height: 1; }
  @media screen and (min-width: 1020px) {
    h1 {
      line-height: 1.2; } }

header {
  display: none; }
  @media screen and (min-width: 1020px) {
    header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      max-width: 1250px;
      padding: 0 5vw;
      margin: 0 auto; } }
  header figure {
    width: 14em;
    margin: 0; }
    header figure img {
      width: 100%;
      height: auto; }
  header nav ul {
    text-align: right;
    margin: 0;
    padding: 0; }
    header nav ul li {
      display: inline;
      margin-left: 2em; }
      header nav ul li a {
        color: #262626;
        font-weight: 700;
        text-decoration: none; }

footer#site-footer {
  display: none; }
  @media screen and (min-width: 1020px) {
    footer#site-footer {
      display: block;
      text-align: center;
      padding: 2em 0;
      color: #939598;
      font-size: 0.8em; } }

.container {
  display: flex;
  width: 100vw;
  flex-wrap: wrap;
  padding: 0 3.5vw;
  text-align: center;
  height: 90vh;
  height: calc(var(--vh, 1vh) * 100); }
  @media screen and (min-width: 760px) {
    .container {
      width: 620px;
      margin: 0 auto; } }
  @media screen and (min-width: 1020px) {
    .container {
      width: auto;
      max-width: 1250px;
      height: auto;
      padding: 0; } }
  @media screen and (min-width: 1020px) {
    .container article#step-1 {
      display: flex;
      justify-content: space-between;
      margin: auto;
      min-height: 68vh; } }
  .container article#step-1 figure {
    margin: 5vh auto 5vh; }
    @media screen and (min-width: 1020px) {
      .container article#step-1 figure {
        margin: auto 0;
        width: 45%; } }
    .container article#step-1 figure img {
      width: 40vw;
      height: auto; }
      @media screen and (min-width: 1020px) {
        .container article#step-1 figure img {
          width: 100%;
          max-width: 30em; } }
  @media screen and (min-width: 1020px) {
    .container article#step-1 .rgroup {
      width: 45%;
      margin: auto 0;
      text-align: left; } }
  @media screen and (min-width: 1020px) {
    .container article#step-1 .rgroup ul.stacked-buttons {
      margin: 1em 0;
      width: 28em;
      justify-content: space-between; } }
  .container #article-container {
    height: 100%;
    width: 100%;
    box-sizing: border-box; }
    .container #article-container #article-carousel {
      width: 100%;
      height: 100%;
      position: relative; }
      .container #article-container #article-carousel .step-container {
        width: 100%;
        height: 100%;
        padding: 0 2vw;
        box-sizing: border-box;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        text-align: left;
        /* 
Loan Estimate CSS & Animations
                              */
        /*
End of Loan Estimate CSS & Animations
																		 */ }
        @media screen and (min-width: 1020px) {
          .container #article-container #article-carousel .step-container {
            padding-top: 3em;
            min-height: 80vh; } }
        .container #article-container #article-carousel .step-container .inputs {
          width: 100%; }
          @media screen and (min-width: 1020px) {
            .container #article-container #article-carousel .step-container .inputs {
              display: flex;
              justify-content: space-between;
              margin: auto 0; } }
          .container #article-container #article-carousel .step-container .inputs .rgroup {
            position: relative; }
            @media screen and (min-width: 1020px) {
              .container #article-container #article-carousel .step-container .inputs .rgroup {
                width: 45%;
                margin: auto 0; } }
            .container #article-container #article-carousel .step-container .inputs .rgroup.va-flow {
              height: 49vh;
              max-height: 22rem;
              overflow: hidden; }
              @media screen and (min-width: 1020px) {
                .container #article-container #article-carousel .step-container .inputs .rgroup.va-flow {
                  max-height: 28rem;
                  height: auto; } }
              .container #article-container #article-carousel .step-container .inputs .rgroup.va-flow.scrolled {
                overflow: scroll; }
              .container #article-container #article-carousel .step-container .inputs .rgroup.va-flow #va-fields {
                padding-bottom: 2.25em; }
                .container #article-container #article-carousel .step-container .inputs .rgroup.va-flow #va-fields h3 {
                  color: #fc732e;
                  padding-left: 10vw;
                  margin: 1rem 0 -0.7rem 0; }
                  @media screen and (min-width: 1020px) {
                    .container #article-container #article-carousel .step-container .inputs .rgroup.va-flow #va-fields h3 {
                      padding-left: 0; } }
          .container #article-container #article-carousel .step-container .inputs figure.step-illustration {
            text-align: center; }
            .container #article-container #article-carousel .step-container .inputs figure.step-illustration#step-2-i {
              padding: 2vh 0 0 0;
              margin: 1vh auto;
              width: 9em; }
              @media screen and (min-width: 1020px) {
                .container #article-container #article-carousel .step-container .inputs figure.step-illustration#step-2-i {
                  width: 20em;
                  padding: 0;
                  margin: auto; } }
              .container #article-container #article-carousel .step-container .inputs figure.step-illustration#step-2-i img {
                width: 100%;
                height: auto; }
            .container #article-container #article-carousel .step-container .inputs figure.step-illustration#wahoo {
              width: 7em;
              margin: 1vh auto; }
              @media screen and (min-height: 630px) {
                .container #article-container #article-carousel .step-container .inputs figure.step-illustration#wahoo {
                  width: 10em; } }
              @media screen and (min-width: 1020px) {
                .container #article-container #article-carousel .step-container .inputs figure.step-illustration#wahoo {
                  width: 20em;
                  margin: auto; } }
              .container #article-container #article-carousel .step-container .inputs figure.step-illustration#wahoo img {
                width: 100%;
                height: auto; }
          .container #article-container #article-carousel .step-container .inputs h1 {
            padding: 0 2vh;
            text-align: center;
            margin-top: 0;
            margin-bottom: 2vh; }
            @media screen and (min-width: 1020px) {
              .container #article-container #article-carousel .step-container .inputs h1 {
                padding: 0;
                text-align: left; } }
            .container #article-container #article-carousel .step-container .inputs h1 a.q {
              font-size: 1rem;
              color: #262626;
              text-decoration: none;
              display: inline-block;
              width: 1.5em;
              height: 1.5em;
              line-height: 1.475;
              border: 1px solid #262626;
              border-radius: 50%;
              position: relative;
              top: -0.4em;
              text-align: center; }
              .container #article-container #article-carousel .step-container .inputs h1 a.q > span {
                position: absolute;
                background-color: #F5F5F5;
                border: 1px solid #D3D2D3;
                padding: 1.5em 1em 1em 1em;
                width: 25em;
                z-index: 50;
                text-align: left;
                color: #939598;
                font-weight: 400;
                line-height: 2;
                transform: scale(0) translateY(-4em);
                transition: all 0.2s ease-in-out;
                font-style: normal;
                top: 3em;
                left: -18.2em; }
                .container #article-container #article-carousel .step-container .inputs h1 a.q > span.show {
                  transform: scale(1) translateY(0);
                  transition: all 0.2s ease-in-out; }
                .container #article-container #article-carousel .step-container .inputs h1 a.q > span:before {
                  content: "";
                  position: absolute;
                  top: -1.4em;
                  right: 5em;
                  width: 3em;
                  height: 1.6em;
                  border-bottom: 1px solid #F5F5F5;
                  box-sizing: border-box;
                  background-image: url("../svg/q-top.svg");
                  background-repeat: no-repeat;
                  background-size: 100% 100%; }
                .container #article-container #article-carousel .step-container .inputs h1 a.q > span strong {
                  display: block;
                  margin-bottom: 1em;
                  color: #262626; }
                .container #article-container #article-carousel .step-container .inputs h1 a.q > span span.close {
                  color: #fc732e;
                  font-size: 2em;
                  position: absolute;
                  top: -0.5rem;
                  right: 1rem; }
              .container #article-container #article-carousel .step-container .inputs h1 a.q.qmid > span {
                left: -12em; }
                .container #article-container #article-carousel .step-container .inputs h1 a.q.qmid > span:before {
                  right: 11em; }
              .container #article-container #article-carousel .step-container .inputs h1 a.q.qright > span:before {
                right: 4em !important; }
              .container #article-container #article-carousel .step-container .inputs h1 a.q.noverflow > span {
                left: -12em; }
                .container #article-container #article-carousel .step-container .inputs h1 a.q.noverflow > span:before {
                  right: 11em !important; }
              .container #article-container #article-carousel .step-container .inputs h1 a.q.qup > span {
                top: auto;
                bottom: 3em; }
                .container #article-container #article-carousel .step-container .inputs h1 a.q.qup > span:before {
                  top: auto;
                  bottom: -1.4em;
                  transform: rotate(180deg);
                  right: 10em; }
              .container #article-container #article-carousel .step-container .inputs h1 a.q.qinline {
                width: auto;
                border: none;
                display: inline;
                color: #5A8FDC;
                text-decoration: underline;
                font-size: 0.9em; }
          .container #article-container #article-carousel .step-container .inputs p > a {
            color: #5A8FDC; }
          .container #article-container #article-carousel .step-container .inputs p.center {
            text-align: center; }
            @media screen and (min-width: 1020px) {
              .container #article-container #article-carousel .step-container .inputs p.center {
                text-align: left; } }
          .container #article-container #article-carousel .step-container .inputs .field {
            padding: 1vh; }
            @media screen and (min-width: 1020px) {
              .container #article-container #article-carousel .step-container .inputs .field {
                padding: 2em 1em; } }
            .container #article-container #article-carousel .step-container .inputs .field:first-of-type {
              padding-top: 0; }
            .container #article-container #article-carousel .step-container .inputs .field.bg {
              background-color: #F5F5F5;
              position: relative;
              margin-bottom: 1.5vh;
              padding-bottom: 1.5vh; }
              @media screen and (min-width: 1020px) {
                .container #article-container #article-carousel .step-container .inputs .field.bg {
                  background: none; } }
              .container #article-container #article-carousel .step-container .inputs .field.bg:before {
                content: "";
                width: 5.3vw;
                height: 100%;
                position: absolute;
                top: 0;
                left: -5.3vw;
                background-color: #F5F5F5; }
                @media screen and (min-width: 1020px) {
                  .container #article-container #article-carousel .step-container .inputs .field.bg:before {
                    display: none; } }
              .container #article-container #article-carousel .step-container .inputs .field.bg:after {
                content: "";
                width: 5.3vw;
                height: 100%;
                position: absolute;
                top: 0;
                right: -5.3vw;
                background-color: #F5F5F5; }
                @media screen and (min-width: 1020px) {
                  .container #article-container #article-carousel .step-container .inputs .field.bg:after {
                    display: none; } }
            .container #article-container #article-carousel .step-container .inputs .field.narrow {
              padding: 1vh 12vw; }
              @media screen and (min-width: 1020px) {
                .container #article-container #article-carousel .step-container .inputs .field.narrow {
                  padding: 1vh 25%; } }
              .container #article-container #article-carousel .step-container .inputs .field.narrow:first-of-type {
                padding-top: 0; }
              .container #article-container #article-carousel .step-container .inputs .field.narrow.nopad {
                padding: 1vh 7vw; }
                @media screen and (min-width: 1020px) {
                  .container #article-container #article-carousel .step-container .inputs .field.narrow.nopad {
                    padding: 1vh 0; } }
            .container #article-container #article-carousel .step-container .inputs .field.medium {
              padding: 1vh 7vw; }
              .container #article-container #article-carousel .step-container .inputs .field.medium:first-of-type {
                padding-top: 0; }
              @media screen and (min-width: 1020px) {
                .container #article-container #article-carousel .step-container .inputs .field.medium {
                  padding: 1vh 0;
                  width: 75%; } }
            .container #article-container #article-carousel .step-container .inputs .field.small {
              padding-left: 17vw;
              padding-right: 17vw; }
              .container #article-container #article-carousel .step-container .inputs .field.small:first-of-type {
                padding-top: 0; }
              @media screen and (min-width: 1020px) {
                .container #article-container #article-carousel .step-container .inputs .field.small {
                  padding: 1vw 0;
                  width: 50%; } }
            .container #article-container #article-carousel .step-container .inputs .field.side-by-side {
              display: flex;
              justify-content: space-between;
              padding-bottom: 0; }
              .container #article-container #article-carousel .step-container .inputs .field.side-by-side > div {
                width: 45%; }
              @media screen and (min-width: 1020px) {
                .container #article-container #article-carousel .step-container .inputs .field.side-by-side.desktop-stacked {
                  display: block; }
                  .container #article-container #article-carousel .step-container .inputs .field.side-by-side.desktop-stacked > div {
                    width: 13em; } }
            .container #article-container #article-carousel .step-container .inputs .field strong {
              font-size: 0.83em;
              text-transform: uppercase;
              font-weight: 700;
              margin-bottom: 0.7em;
              display: inline-block;
              line-height: 1; }
              .container #article-container #article-carousel .step-container .inputs .field strong.fullw {
                display: block;
                line-height: 1.3; }
                .container #article-container #article-carousel .step-container .inputs .field strong.fullw a {
                  float: right; }
                  @media screen and (min-width: 1020px) {
                    .container #article-container #article-carousel .step-container .inputs .field strong.fullw a {
                      display: none; } }
              .container #article-container #article-carousel .step-container .inputs .field strong a {
                color: #5A8FDC;
                font-weight: 400;
                font-style: italic;
                text-transform: none; }
                .container #article-container #article-carousel .step-container .inputs .field strong a.inline {
                  float: none; }
                .container #article-container #article-carousel .step-container .inputs .field strong a.q {
                  font-size: 1rem;
                  color: #262626;
                  text-decoration: none;
                  display: inline-block;
                  width: 1.5em;
                  height: 1.5em;
                  line-height: 1.475;
                  border: 1px solid #262626;
                  border-radius: 50%;
                  position: relative;
                  top: -0.4em;
                  text-align: center;
                  text-align: center;
                  top: -0.15em;
                  left: 0.5em; }
                  .container #article-container #article-carousel .step-container .inputs .field strong a.q > span {
                    position: absolute;
                    background-color: #F5F5F5;
                    border: 1px solid #D3D2D3;
                    padding: 1.5em 1em 1em 1em;
                    width: 25em;
                    z-index: 50;
                    text-align: left;
                    color: #939598;
                    font-weight: 400;
                    line-height: 2;
                    transform: scale(0) translateY(-4em);
                    transition: all 0.2s ease-in-out;
                    font-style: normal;
                    top: 3em;
                    left: -18.2em; }
                    .container #article-container #article-carousel .step-container .inputs .field strong a.q > span.show {
                      transform: scale(1) translateY(0);
                      transition: all 0.2s ease-in-out; }
                    .container #article-container #article-carousel .step-container .inputs .field strong a.q > span:before {
                      content: "";
                      position: absolute;
                      top: -1.4em;
                      right: 5em;
                      width: 3em;
                      height: 1.6em;
                      border-bottom: 1px solid #F5F5F5;
                      box-sizing: border-box;
                      background-image: url("../svg/q-top.svg");
                      background-repeat: no-repeat;
                      background-size: 100% 100%; }
                    .container #article-container #article-carousel .step-container .inputs .field strong a.q > span strong {
                      display: block;
                      margin-bottom: 1em;
                      color: #262626; }
                    .container #article-container #article-carousel .step-container .inputs .field strong a.q > span span.close {
                      color: #fc732e;
                      font-size: 2em;
                      position: absolute;
                      top: -0.5rem;
                      right: 1rem; }
                  .container #article-container #article-carousel .step-container .inputs .field strong a.q.qmid > span {
                    left: -12em; }
                    .container #article-container #article-carousel .step-container .inputs .field strong a.q.qmid > span:before {
                      right: 11em; }
                  .container #article-container #article-carousel .step-container .inputs .field strong a.q.qright > span:before {
                    right: 4em !important; }
                  .container #article-container #article-carousel .step-container .inputs .field strong a.q.noverflow > span {
                    left: -12em; }
                    .container #article-container #article-carousel .step-container .inputs .field strong a.q.noverflow > span:before {
                      right: 11em !important; }
                  .container #article-container #article-carousel .step-container .inputs .field strong a.q.qup > span {
                    top: auto;
                    bottom: 3em; }
                    .container #article-container #article-carousel .step-container .inputs .field strong a.q.qup > span:before {
                      top: auto;
                      bottom: -1.4em;
                      transform: rotate(180deg);
                      right: 10em; }
                  .container #article-container #article-carousel .step-container .inputs .field strong a.q.qinline {
                    width: auto;
                    border: none;
                    display: inline;
                    color: #5A8FDC;
                    text-decoration: underline;
                    font-size: 0.9em; }
              .container #article-container #article-carousel .step-container .inputs .field strong span {
                color: #939598;
                font-weight: 400;
                font-style: italic;
                text-transform: none;
                font-size: 0.8em; }
            .container #article-container #article-carousel .step-container .inputs .field p {
              margin: 0;
              position: relative; }
              .container #article-container #article-carousel .step-container .inputs .field p.flex {
                display: flex; }
              .container #article-container #article-carousel .step-container .inputs .field p.two-col {
                flex-wrap: wrap; }
                .container #article-container #article-carousel .step-container .inputs .field p.two-col span {
                  width: 45%;
                  display: block; }
              .container #article-container #article-carousel .step-container .inputs .field p.space-between {
                justify-content: space-between; }
              .container #article-container #article-carousel .step-container .inputs .field p.inline-radio span {
                margin-right: 1em; }
              .container #article-container #article-carousel .step-container .inputs .field p.inline-radio label {
                position: relative;
                padding-left: 1.5em; }
                .container #article-container #article-carousel .step-container .inputs .field p.inline-radio label:before {
                  display: block;
                  content: "";
                  width: 1em;
                  height: 1em;
                  border: 1px solid black;
                  border-radius: 50%;
                  position: absolute;
                  left: 0;
                  top: 0; }
              .container #article-container #article-carousel .step-container .inputs .field p.inline-radio input[type="radio"] {
                display: none; }
                .container #article-container #article-carousel .step-container .inputs .field p.inline-radio input[type="radio"]:checked + label:before {
                  background-color: #fc732e;
                  border-color: #fc732e; }
              .container #article-container #article-carousel .step-container .inputs .field p.button-radio label {
                position: relative;
                background-color: #F5F5F5;
                display: inline-block;
                padding: 0.5em 1em; }
              .container #article-container #article-carousel .step-container .inputs .field p.button-radio input[type="radio"] {
                display: none; }
                .container #article-container #article-carousel .step-container .inputs .field p.button-radio input[type="radio"]:checked + label {
                  background-color: #fc732e;
                  color: white; }
              .container #article-container #article-carousel .step-container .inputs .field p.money {
                position: relative; }
                .container #article-container #article-carousel .step-container .inputs .field p.money span {
                  position: absolute;
                  top: 0.55em;
                  left: 0.75em;
                  z-index: 5; }
                .container #article-container #article-carousel .step-container .inputs .field p.money input {
                  text-indent: 1.75em;
                  position: relative; }
                .container #article-container #article-carousel .step-container .inputs .field p.money#form-e:before {
                  position: absolute;
                  left: -0.75em;
                  z-index: 50;
                  top: 0;
                  width: 0.75em;
                  height: 100%;
                  content: "";
                  background-color: #9F482D;
                  border-bottom: 1px solid #9F482D; }
                  @media screen and (min-width: 1020px) {
                    .container #article-container #article-carousel .step-container .inputs .field p.money#form-e:before {
                      box-sizing: border-box;
                      top: auto;
                      bottom: 0; } }
                .container #article-container #article-carousel .step-container .inputs .field p.money#form-d:before {
                  position: absolute;
                  left: -0.75em;
                  z-index: 50;
                  top: 0;
                  width: 0.75em;
                  height: 100%;
                  content: "";
                  background-color: #DDBF6A;
                  border-bottom: 1px solid #DDBF6A; }
                  @media screen and (min-width: 1020px) {
                    .container #article-container #article-carousel .step-container .inputs .field p.money#form-d:before {
                      box-sizing: border-box;
                      top: auto;
                      bottom: 0; } }
                .container #article-container #article-carousel .step-container .inputs .field p.money#form-j:before {
                  position: absolute;
                  left: -0.75em;
                  z-index: 50;
                  top: 0;
                  width: 0.75em;
                  height: 100%;
                  content: "";
                  background-color: #fc732e;
                  border-bottom: 1px solid #fc732e; }
                  @media screen and (min-width: 1020px) {
                    .container #article-container #article-carousel .step-container .inputs .field p.money#form-j:before {
                      box-sizing: border-box;
                      top: auto;
                      bottom: 0; } }
              .container #article-container #article-carousel .step-container .inputs .field p.percentage span {
                position: absolute;
                top: 0.55em;
                right: 0.75em; }
              .container #article-container #article-carousel .step-container .inputs .field p.help {
                text-align: center;
                font-size: 0.83em;
                margin-top: 0.5em; }
                .container #article-container #article-carousel .step-container .inputs .field p.help a {
                  text-decoration: none;
                  font-style: italic; }
              .container #article-container #article-carousel .step-container .inputs .field p span.note {
                font-size: 0.7em;
                color: #939598; }
              .container #article-container #article-carousel .step-container .inputs .field p select {
                padding: 0.75em 0.75em;
                -webkit-appearance: none;
                border-radius: 0;
                border: 1px solid #979797;
                color: #262626;
                font-family: "Muli", sans-serif;
                width: 100%;
                box-sizing: border-box;
                background: white url("../svg/select-arrow.svg");
                background-size: 12pt auto;
                background-repeat: no-repeat;
                background-position: 95% 50%;
                padding-top: 0.85em;
                padding-bottom: 0.85em; }
                @media screen and (min-width: 1020px) {
                  .container #article-container #article-carousel .step-container .inputs .field p select {
                    padding: 0.85em 0.75em; } }
              .container #article-container #article-carousel .step-container .inputs .field p input[type="text"], .container #article-container #article-carousel .step-container .inputs .field p input[type="number"] {
                padding: 0.75em 0.75em;
                -webkit-appearance: none;
                border-radius: 0;
                border: 1px solid #979797;
                color: #262626;
                font-family: "Muli", sans-serif;
                width: 100%;
                box-sizing: border-box; }
                @media screen and (min-width: 1020px) {
                  .container #article-container #article-carousel .step-container .inputs .field p input[type="text"], .container #article-container #article-carousel .step-container .inputs .field p input[type="number"] {
                    padding: 0.85em 0.75em; } }
                .container #article-container #article-carousel .step-container .inputs .field p input[type="text"].notfull, .container #article-container #article-carousel .step-container .inputs .field p input[type="number"].notfull {
                  width: 40%; }
              @media screen and (min-width: 1020px) {
                .container #article-container #article-carousel .step-container .inputs .field p input#zip {
                  margin-top: 2px; } }
              .container #article-container #article-carousel .step-container .inputs .field p#loan-term {
                position: relative; }
                .container #article-container #article-carousel .step-container .inputs .field p#loan-term input {
                  padding: 0.75em 0.75em;
                  -webkit-appearance: none;
                  border-radius: 0;
                  border: 1px solid #979797;
                  color: #262626;
                  font-family: "Muli", sans-serif;
                  width: 100%;
                  box-sizing: border-box; }
                  @media screen and (min-width: 1020px) {
                    .container #article-container #article-carousel .step-container .inputs .field p#loan-term input {
                      padding: 0.85em 0.75em; } }
                .container #article-container #article-carousel .step-container .inputs .field p#loan-term span {
                  position: absolute;
                  right: 1em;
                  top: 0.75em; }
              .container #article-container #article-carousel .step-container .inputs .field p#purpose span {
                margin-right: 0.3em; }
              .container #article-container #article-carousel .step-container .inputs .field p#purpose label {
                display: block;
                border: 1px solid black;
                padding: 0.5em 1.5em; }
              .container #article-container #article-carousel .step-container .inputs .field p#purpose input[type="radio"] {
                display: none; }
                .container #article-container #article-carousel .step-container .inputs .field p#purpose input[type="radio"]:checked + label {
                  background-color: #fc732e;
                  color: white; }
              .container #article-container #article-carousel .step-container .inputs .field p#sales-price {
                display: none; }
                .container #article-container #article-carousel .step-container .inputs .field p#sales-price input {
                  padding: 0.75em 0.75em;
                  -webkit-appearance: none;
                  border-radius: 0;
                  border: 1px solid #979797;
                  color: #262626;
                  font-family: "Muli", sans-serif;
                  width: 100%;
                  box-sizing: border-box;
                  width: 8em; }
                  @media screen and (min-width: 1020px) {
                    .container #article-container #article-carousel .step-container .inputs .field p#sales-price input {
                      padding: 0.85em 0.75em; } }
          .container #article-container #article-carousel .step-container .inputs .narrow-side {
            padding-bottom: 1vh; }
            @media screen and (min-width: 1020px) {
              .container #article-container #article-carousel .step-container .inputs .narrow-side {
                display: flex;
                justify-content: space-between;
                align-items: baseline;
                margin-top: 1em; } }
            .container #article-container #article-carousel .step-container .inputs .narrow-side .field {
              padding-bottom: 0; }
              @media screen and (min-width: 1020px) {
                .container #article-container #article-carousel .step-container .inputs .narrow-side .field.narrow {
                  padding-left: 0;
                  padding-right: 0;
                  width: 47%; } }

@keyframes step-3 {
  0% {
    height: 96%;
    top: 3%;
    left: 0; }
  35% {
    height: 250%;
    left: 10%;
    transition: all 1s ease-in-out; }
  65% {
    height: 250%;
    left: 10%;
    transition: all 1s ease-in-out; }
  100% {
    height: 250%;
    left: -30%;
    transition: all 1s ease-in-out;
    @media screen and (min-width: 1020px) {
      left: -80%; } } }

@keyframes step-4 {
  0% {
    height: 96%;
    top: 3%;
    left: 0; }
  50% {
    height: 250%;
    left: 10%;
    top: 3%; }
  100% {
    height: 250%;
    left: 10%;
    top: -18%;
    transition: all 1s ease-in-out; } }

@keyframes step-5 {
  0% {
    height: 96%;
    top: 3%;
    left: 0; }
  15% {
    height: 250%;
    left: -40%;
    top: 10%;
    transition: all 1s ease-in-out;
    @media screen and (min-width: 1020px) {
      left: -80%; } }
  20% {
    height: 250%;
    left: -40%;
    top: 10%;
    transition: all 1s ease-in-out;
    @media screen and (min-width: 1020px) {
      left: -80%; } }
  35% {
    height: 250%;
    left: 10%;
    top: -120%;
    transition: all 1s ease-in-out;
    @media screen and (min-width: 1020px) {
      top: -135%; } }
  40% {
    height: 250%;
    left: 10%;
    top: -120%;
    transition: all 1s ease-in-out;
    @media screen and (min-width: 1020px) {
      top: -135%; } }
  65% {
    height: 250%;
    left: -40%;
    top: -120%;
    transition: all 1s ease-in-out;
    @media screen and (min-width: 1020px) {
      top: -110%;
      left: -80%; } }
  70% {
    height: 250%;
    left: -40%;
    top: -120%;
    transition: all 1s ease-in-out;
    @media screen and (min-width: 1020px) {
      top: -110%;
      left: -80%; } }
  100% {
    height: 96%;
    top: 3%;
    left: 0; } }

@keyframes step-5e {
  0% {
    height: 96%;
    top: 3%;
    left: 0; }
  100% {
    height: 250%;
    left: -40%;
    top: 10%;
    transition: all 1s ease-in-out;
    @media screen and (min-width: 1020px) {
      left: -80%; } } }
        .container #article-container #article-carousel .step-container figure.le {
          text-align: center;
          height: 25vh;
          padding: 4vh auto;
          margin: 4vh auto;
          position: relative; }
          @media screen and (min-width: 1020px) {
            .container #article-container #article-carousel .step-container figure.le {
              height: 25em;
              width: 45%; } }
          @media screen and (min-width: 1250px) {
            .container #article-container #article-carousel .step-container figure.le {
              height: 30em; } }
          .container #article-container #article-carousel .step-container figure.le div {
            overflow: hidden;
            width: 100%;
            height: 100%; }
          .container #article-container #article-carousel .step-container figure.le img {
            height: 96%;
            top: 3%;
            left: 0;
            position: relative;
            z-index: 15;
            background-color: white;
            box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.4);
            transition: all 1s ease-in-out; }
          .container #article-container #article-carousel .step-container figure.le#step-1-le:before {
            content: "";
            background: url("../svg/le-line.svg") no-repeat;
            background-position: center top;
            display: block;
            width: 20vw;
            height: 100%;
            background-size: 100% auto;
            position: absolute;
            top: -5%;
            left: 10%;
            z-index: 0; }
            @media screen and (min-width: 1020px) {
              .container #article-container #article-carousel .step-container figure.le#step-1-le:before {
                width: 10em;
                top: -7.5%;
                left: 8.5%; } }
            @media screen and (min-width: 1250px) {
              .container #article-container #article-carousel .step-container figure.le#step-1-le:before {
                top: -2em;
                left: -1em; } }
          .container #article-container #article-carousel .step-container figure.le#step-1-le:after {
            content: "";
            background: url("../svg/le-blob.svg") no-repeat;
            background-position: center bottom;
            display: block;
            width: 20vw;
            height: 100%;
            background-size: 100% auto;
            position: absolute;
            bottom: -5%;
            right: 10%;
            z-index: 0; }
            @media screen and (min-width: 1020px) {
              .container #article-container #article-carousel .step-container figure.le#step-1-le:after {
                width: 10em;
                bottom: -7.5%;
                right: 8.5%; } }
            @media screen and (min-width: 1430px) {
              .container #article-container #article-carousel .step-container figure.le#step-1-le:after {
                bottom: -3em;
                right: -1em; } }
          .container #article-container #article-carousel .step-container figure.le#step-3-le:before {
            content: "";
            background: url("../svg/le-blob-dots.svg") no-repeat;
            background-position: center top;
            display: block;
            width: 50vw;
            height: 100%;
            background-size: 100% auto;
            position: absolute;
            top: -5%;
            left: 15%;
            z-index: 0; }
            @media screen and (min-width: 760px) {
              .container #article-container #article-carousel .step-container figure.le#step-3-le:before {
                width: 20em; } }
            @media screen and (min-width: 1020px) {
              .container #article-container #article-carousel .step-container figure.le#step-3-le:before {
                left: 0;
                top: -2em; } }
          .container #article-container #article-carousel .step-container figure.le#step-3-le:after {
            content: "";
            background: url("../svg/le-blob-squiggle.svg") no-repeat;
            background-position: center bottom;
            display: block;
            width: 20vw;
            height: 100%;
            background-size: 100% auto;
            position: absolute;
            bottom: -13%;
            right: 15%;
            z-index: 0; }
            @media screen and (min-width: 1020px) {
              .container #article-container #article-carousel .step-container figure.le#step-3-le:after {
                width: 10em;
                right: 0; } }
          @media screen and (max-width: 1020px) {
            .container #article-container #article-carousel .step-container figure.le#step-3-le img {
              animation-name: step-3;
              animation-iteration-count: 1;
              animation-duration: 6s;
              animation-delay: 1s;
              animation-fill-mode: forwards; } }
          @media screen and (min-width: 1020px) {
            .container #article-container #article-carousel .step-container figure.le#step-3-le img.s3a {
              height: 250%;
              left: 10%;
              transition: all 1s ease-in-out; } }
          @media screen and (min-width: 1020px) {
            .container #article-container #article-carousel .step-container figure.le#step-3-le img.s3b {
              height: 250%;
              left: -30%;
              transition: all 1s ease-in-out; } }
  @media screen and (min-width: 1020px) and (min-width: 1020px) {
    .container #article-container #article-carousel .step-container figure.le#step-3-le img.s3b {
      left: -80%; } }
          .container #article-container #article-carousel .step-container figure.le#step-4-le:before {
            content: "";
            background: url("../svg/le-blob-dots.svg") no-repeat;
            background-position: center top;
            display: block;
            width: 50vw;
            height: 100%;
            background-size: 100% auto;
            position: absolute;
            top: -5%;
            left: 15%;
            z-index: 0; }
            @media screen and (min-width: 760px) {
              .container #article-container #article-carousel .step-container figure.le#step-4-le:before {
                width: 20em; } }
            @media screen and (min-width: 1020px) {
              .container #article-container #article-carousel .step-container figure.le#step-4-le:before {
                left: 0;
                top: -2em; } }
          .container #article-container #article-carousel .step-container figure.le#step-4-le:after {
            content: "";
            background: url("../svg/le-blob-squiggle.svg") no-repeat;
            background-position: center bottom;
            display: block;
            width: 20vw;
            height: 100%;
            background-size: 100% auto;
            position: absolute;
            bottom: -13%;
            right: 15%;
            z-index: 0; }
            @media screen and (min-width: 1020px) {
              .container #article-container #article-carousel .step-container figure.le#step-4-le:after {
                width: 10em;
                right: 0; } }
          @media screen and (max-width: 1020px) {
            .container #article-container #article-carousel .step-container figure.le#step-4-le img {
              animation-name: step-4;
              animation-iteration-count: 1;
              animation-duration: 4.5s;
              animation-delay: 1s;
              animation-fill-mode: forwards; } }
          @media screen and (min-width: 1020px) {
            .container #article-container #article-carousel .step-container figure.le#step-4-le img.s4 {
              height: 250%;
              left: 10%;
              top: -18%;
              transition: all 1s ease-in-out; } }
          @media screen and (max-width: 1020px) {
            .container #article-container #article-carousel .step-container figure.le#step-5-le img {
              animation-name: step-5;
              animation-iteration-count: 1;
              animation-duration: 12s;
              animation-delay: 1s;
              animation-fill-mode: forwards; } }
          .container #article-container #article-carousel .step-container figure.le#step-5-le img.s5e {
            height: 250%;
            left: -40%;
            top: 10%;
            transition: all 1s ease-in-out; }
            @media screen and (min-width: 1020px) {
              .container #article-container #article-carousel .step-container figure.le#step-5-le img.s5e {
                left: -80%; } }
          .container #article-container #article-carousel .step-container figure.le#step-5-le img.s5d {
            height: 250%;
            left: 10%;
            top: -120%;
            transition: all 1s ease-in-out; }
            @media screen and (min-width: 1020px) {
              .container #article-container #article-carousel .step-container figure.le#step-5-le img.s5d {
                top: -135%; } }
          .container #article-container #article-carousel .step-container figure.le#step-5-le img.s5j {
            height: 250%;
            left: -40%;
            top: -120%;
            transition: all 1s ease-in-out; }
            @media screen and (min-width: 1020px) {
              .container #article-container #article-carousel .step-container figure.le#step-5-le img.s5j {
                top: -110%;
                left: -80%; } }
        .container #article-container #article-carousel .step-container footer {
          justify-content: space-between;
          align-items: center;
          padding-top: 0; }
          @media screen and (min-width: 1250px) {
            .container #article-container #article-carousel .step-container footer {
              flex-flow: row-reverse;
              flex-wrap: wrap; } }
          .container #article-container #article-carousel .step-container footer#step-nav {
            border-top: none; }
            @media screen and (min-width: 1250px) {
              .container #article-container #article-carousel .step-container footer#step-nav {
                border-top: 1px solid #E1E1E1;
                padding-top: 1em;
                margin-top: 0; } }
            @media screen and (min-width: 1020px) {
              .container #article-container #article-carousel .step-container footer#step-nav.above-line {
                margin-top: 4em; } }
            .container #article-container #article-carousel .step-container footer#step-nav.above-line em {
              display: none; }
              @media screen and (min-width: 1020px) {
                .container #article-container #article-carousel .step-container footer#step-nav.above-line em {
                  top: -3em;
                  position: relative;
                  display: block; } }
          .container #article-container #article-carousel .step-container footer a {
            font-size: 0.9em;
            color: #5A8FDC;
            text-transform: uppercase;
            width: 45%;
            text-align: left; }
            .container #article-container #article-carousel .step-container footer a.button {
              width: 100%;
              color: white;
              text-transform: none;
              font-size: 1em;
              margin-bottom: 0.75em;
              text-align: center; }
              @media screen and (min-width: 1250px) {
                .container #article-container #article-carousel .step-container footer a.button {
                  width: auto;
                  padding-left: 1.5em;
                  padding-right: 1.5em;
                  min-width: 45%; } }
          .container #article-container #article-carousel .step-container footer span {
            font-size: 0.9em;
            text-align: center;
            color: #939598;
            text-transform: uppercase; }
        @media screen and (min-width: 1020px) {
          .container #article-container #article-carousel .step-container#step-2 {
            min-height: 90vh; } }
        @media screen and (min-width: 1020px) {
          .container #article-container #article-carousel .step-container#step-5 .field {
            padding: 1em 0; } }
        @media screen and (min-width: 1020px) {
          .container #article-container #article-carousel .step-container#step-6 {
            padding-top: 3em; } }
        @media screen and (min-width: 1020px) {
          .container #article-container #article-carousel .step-container#step-6 .rgroup {
            width: 55%; } }
        @media screen and (min-width: 1020px) {
          .container #article-container #article-carousel .step-container#step-6 .rgroup p.center {
            padding-right: 10em; } }
        @media screen and (min-width: 1020px) {
          .container #article-container #article-carousel .step-container#step-6 figure {
            width: 45%; } }
        @media screen and (min-width: 1020px) {
          .container #article-container #article-carousel .step-container#step-6 footer {
            width: 55%; } }
  .container #calculating {
    background-color: white;
    width: 100%;
    height: 100%;
    text-align: left;
    padding: 0 8vw;
    z-index: 500;
    transition: all 0.5s ease-in-out; }
    @media screen and (min-width: 1020px) {
      .container #calculating {
        display: flex;
        align-items: center;
        height: 80vh;
        justify-content: space-around; } }
    .container #calculating figure {
      text-align: center;
      margin-top: 15vh; }
      @media screen and (min-width: 1020px) {
        .container #calculating figure {
          margin-top: 0; } }
      .container #calculating figure#calculator {
        animation: shake 1.5s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
        transform: translate3d(0, 0, 0);
        backface-visibility: hidden;
        perspective: 1000px;
        animation-iteration-count: 100;
        animation-delay: 0.5s; }
        @media screen and (min-width: 1020px) {
          .container #calculating figure#calculator {
            width: 50%; } }
        @media screen and (min-width: 1020px) {
          .container #calculating figure#calculator img {
            width: 13em; } }
    .container #calculating ul {
      margin: 3rem auto 3rem -5%;
      padding: 0;
      max-width: 29em;
      width: 110%; }
      @media screen and (min-width: 760px) {
        .container #calculating ul {
          margin: 3rem auto;
          width: auto; } }
      @media screen and (min-width: 1020px) {
        .container #calculating ul {
          width: 50%; } }
      .container #calculating ul li {
        list-style-type: none;
        position: relative;
        padding-left: 2em;
        margin-bottom: 1em;
        line-height: 1.2;
        font-size: 1.7em; }
        .container #calculating ul li:before {
          background-color: #FDDECE;
          content: "";
          display: block;
          width: 1.2em;
          height: 1.2em;
          position: absolute;
          left: 0;
          top: 0; }
        .container #calculating ul li figure {
          position: absolute;
          left: 0.25em;
          top: -0.55em;
          margin: 0;
          text-align: left;
          display: none; }
  .container footer {
    border-top: 1px solid #E1E1E1;
    width: 100%;
    margin-top: auto;
    padding: 1.667em 0;
    display: flex;
    line-height: 1;
    flex-wrap: wrap; }
    @media screen and (min-width: 1020px) {
      .container footer {
        width: 45%;
        margin-left: auto;
        margin-top: 0; } }
    .container footer em {
      font-size: 0.9em;
      display: block;
      width: 100%;
      text-align: center;
      color: #939598; }
  .container article#results {
    padding-left: 4vw;
    padding-right: 4vw;
    padding-top: 2em; }
    @media screen and (min-width: 1020px) {
      .container article#results {
        overflow: hidden; } }
    .container article#results div.fullscreen {
      margin-bottom: 6em;
      min-height: 500px;
      position: relative; }
      @media screen and (min-height: 501px) {
        .container article#results div.fullscreen {
          height: 75vh; } }
      @media screen and (min-width: 1020px) {
        .container article#results div.fullscreen {
          display: flex;
          justify-content: space-between;
          height: 80vh;
          background-size: auto 1em; } }
      @media screen and (min-width: 1020px) {
        .container article#results div.fullscreen:after {
          content: "";
          display: block;
          position: absolute;
          bottom: -12em;
          left: 0;
          z-index: 50;
          background: url("../svg/results-squiggle.svg") no-repeat;
          width: 10em;
          height: 10em;
          background-size: 100% auto; } }
      .container article#results div.fullscreen figure {
        margin: 0 auto 1em;
        width: 15em; }
        @media screen and (min-height: 600px) {
          .container article#results div.fullscreen figure {
            width: 20em;
            margin-bottom: 2em; } }
        @media screen and (min-width: 1020px) {
          .container article#results div.fullscreen figure {
            width: 40%;
            margin: auto;
            position: relative;
            top: -5vw; } }
        .container article#results div.fullscreen figure img {
          width: 100%;
          height: auto; }
      .container article#results div.fullscreen .rgroup {
        position: relative; }
        @media screen and (min-width: 1020px) {
          .container article#results div.fullscreen .rgroup {
            width: 45%;
            margin: auto 0; } }
        @media screen and (min-width: 1020px) {
          .container article#results div.fullscreen .rgroup {
            width: 55%;
            margin-top: 0; } }
        @media screen and (min-width: 1020px) {
          .container article#results div.fullscreen .rgroup h2 {
            font-size: 2em;
            padding: 0; } }
        .container article#results div.fullscreen .rgroup .savings {
          background-color: #F5F5F5;
          padding: 3vh 0;
          width: 90%;
          margin: 1em auto; }
          @media screen and (min-width: 1020px) {
            .container article#results div.fullscreen .rgroup .savings {
              width: 100%;
              padding: 2em 0; } }
          .container article#results div.fullscreen .rgroup .savings strong {
            font-size: 5.5em;
            color: #fc732e;
            display: block;
            line-height: 1; }
            @media screen and (min-width: 1020px) {
              .container article#results div.fullscreen .rgroup .savings strong {
                font-size: 4.5em; } }
          .container article#results div.fullscreen .rgroup .savings span {
            font-size: 1.1em;
            display: block; }
          .container article#results div.fullscreen .rgroup .savings a {
            margin-top: 2em;
            margin-bottom: 0.5em; }
            .container article#results div.fullscreen .rgroup .savings a strong {
              font-size: 1em;
              color: white;
              line-height: 1.2; }
            .container article#results div.fullscreen .rgroup .savings a em {
              display: block;
              font-size: 0.8em;
              font-weight: 400;
              color: white; }
            @media screen and (min-width: 1020px) {
              .container article#results div.fullscreen .rgroup .savings a {
                width: 20em;
                margin-top: 3em; } }
          .container article#results div.fullscreen .rgroup .savings em {
            display: block;
            font-size: 0.8em;
            line-height: 1;
            color: #939598; }
        .container article#results div.fullscreen .rgroup a.twoline {
          margin-top: 2em;
          margin-bottom: 0.5em; }
          .container article#results div.fullscreen .rgroup a.twoline strong {
            font-size: 1em;
            color: white;
            line-height: 1.2; }
          .container article#results div.fullscreen .rgroup a.twoline em {
            display: block;
            font-size: 0.8em;
            font-weight: 400;
            color: white; }
        .container article#results div.fullscreen .rgroup ul.stacked-buttons {
          font-size: 0.8em;
          margin-top: 1em; }
      .container article#results div.fullscreen a#arrowdown {
        display: block;
        width: 2em;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -1em; }
        .container article#results div.fullscreen a#arrowdown img {
          width: 100%;
          height: auto; }
    @media screen and (min-width: 1020px) {
      .container article#results #lower {
        background: #F5F5F5;
        display: flex;
        position: relative;
        align-items: center;
        justify-content: space-between; } }
    @media screen and (min-width: 1020px) {
      .container article#results #lower:before {
        content: "";
        width: 40vw;
        height: 100%;
        background: #F5F5F5;
        display: block;
        position: absolute;
        top: 0;
        left: -40vw; } }
    @media screen and (min-width: 1020px) {
      .container article#results #lower:after {
        content: "";
        width: 40vw;
        height: 100%;
        background-color: #F5F5F5;
        display: block;
        position: absolute;
        top: 0;
        right: -40vw; } }
    @media screen and (min-width: 1020px) {
      .container article#results #lower > div {
        width: 50%;
        padding: 6em 2em 0; } }
    .container article#results #lower figure {
      display: none; }
      @media screen and (min-width: 1020px) {
        .container article#results #lower figure {
          display: block;
          width: 40%; } }
      .container article#results #lower figure img {
        width: 100%;
        height: auto; }
    @media screen and (min-width: 1020px) {
      .container article#results #lower ul.stacked-buttons {
        display: block; } }
    @media screen and (min-width: 1020px) {
      .container article#results #lower ul.stacked-buttons a {
        width: 17em; } }
    @media screen and (min-width: 1020px) {
      .container article#results #howdid {
        display: flex;
        justify-content: space-between;
        padding-top: 6em;
        position: relative; } }
    @media screen and (min-width: 1020px) {
      .container article#results #howdid:before {
        content: "";
        display: block;
        width: 10em;
        height: 10em;
        background: url("../svg/results-dots.svg") no-repeat;
        background-size: 100% auto;
        position: absolute;
        top: -3em;
        right: 0; } }
    @media screen and (min-width: 1020px) {
      .container article#results #howdid.alt:before {
        display: none; } }
    @media screen and (min-width: 1020px) {
      .container article#results #howdid div.howdidtext {
        width: 40%; } }
    .container article#results #howdid div.howdidtext.alt {
      width: 100%;
      padding: 0 25%; }
    .container article#results #howdid div.table {
      background-color: #F5F5F5;
      padding: 5em 1em 1em;
      margin: 4rem auto;
      position: relative; }
      @media screen and (min-width: 1020px) {
        .container article#results #howdid div.table {
          width: 50%;
          margin: 25vh 0 0 0;
          padding-top: 3em; } }
      .container article#results #howdid div.table:before {
        content: "";
        display: block;
        background: url("../svg/results-table-blob.svg") no-repeat;
        background-position: center top;
        width: 110%;
        height: 6em;
        background-size: auto 100%;
        position: absolute;
        top: -3em;
        left: -5%;
        z-index: 5; }
        @media screen and (min-width: 1020px) {
          .container article#results #howdid div.table:before {
            height: 14em;
            z-index: -5;
            left: -6em;
            top: -4em; } }
      .container article#results #howdid div.table h2 {
        margin-top: 0;
        padding: 0; }
        @media screen and (min-width: 1020px) {
          .container article#results #howdid div.table h2 {
            font-size: 2em; } }
      .container article#results #howdid div.table table {
        line-height: 1.1;
        width: 100%;
        margin-left: -0.85em; }
        @media screen and (min-width: 1020px) {
          .container article#results #howdid div.table table {
            width: 85%;
            margin-left: 1.5em; } }
        .container article#results #howdid div.table table .orange {
          color: #fc732e; }
        .container article#results #howdid div.table table .darkbg {
          background-color: #E1E1E1; }
        .container article#results #howdid div.table table td {
          padding: 1em 0.5em;
          vertical-align: top; }
        .container article#results #howdid div.table table thead td {
          font-weight: 700; }
          .container article#results #howdid div.table table thead td.border {
            border-bottom: 1px solid black; }
        .container article#results #howdid div.table table tbody tr td.border {
          border-right: 1px solid black; }
        .container article#results #howdid div.table table tbody tr td:first-child {
          color: #939598;
          text-align: right;
          text-transform: uppercase;
          vertical-align: middle;
          font-size: 0.85em; }
        .container article#results #howdid div.table table tbody tr td em {
          display: block;
          font-size: 0.7em;
          color: #939598;
          margin-top: 0.5em; }
      .container article#results #howdid div.table .reviews {
        margin-top: 2em;
        color: #939598;
        font-size: 0.85em; }
        .container article#results #howdid div.table .reviews img {
          width: 5em;
          position: relative;
          top: -0.2em;
          margin-right: 0.5em; }
      .container article#results #howdid div.table a.get-pdf {
        background: url("../svg/icon-download.svg");
        background-repeat: no-repeat;
        background-size: auto 1em;
        padding-left: 1.5em;
        background-position: left center;
        color: #fc732e;
        text-decoration: none;
        font-style: italic;
        font-size: 0.85em;
        position: absolute;
        right: 0;
        bottom: -2.5em; }
    .container article#results h2 {
      padding: 0 10vw;
      line-height: 1.2; }
    .container article#results p a {
      color: #262626; }
    .container article#results .review-block {
      background-color: #F5F5F5;
      width: 85%;
      margin: 4rem auto;
      color: #939598;
      font-size: 0.85em;
      padding: 1em 0;
      max-width: 620px;
      position: relative; }
      @media screen and (min-width: 1020px) and (min-height: 750px) {
        .container article#results .review-block#lower-flair {
          position: absolute;
          top: 74vh;
          width: 28em;
          left: 50%;
          margin-left: -14em;
          font-style: italic; } }
      @media screen and (min-width: 1020px) and (max-height: 749px) {
        .container article#results .review-block#lower-flair {
          font-size: 1.2em; } }
      @media screen and (min-width: 1020px) {
        .container article#results .review-block {
          background: none; } }
      .container article#results .review-block figure {
        display: inline-block;
        width: 5em;
        margin: 0;
        position: relative;
        top: -0.05em;
        margin-right: 0.5em; }
        .container article#results .review-block figure img {
          width: 100%;
          height: auto; }
    .container article#results .customers-like {
      margin: 4rem auto;
      max-width: 620px; }
      .container article#results .customers-like figure {
        width: 10em;
        margin: 1em auto; }
        @media screen and (min-width: 1020px) {
          .container article#results .customers-like figure {
            width: 15em; } }
        .container article#results .customers-like figure img {
          width: 100%;
          height: auto; }
      .container article#results .customers-like h1 {
        padding: 0 10vw;
        margin-bottom: 0; }
        @media screen and (min-width: 1020px) {
          .container article#results .customers-like h1 {
            padding: 0; } }
      .container article#results .customers-like h4 {
        color: #fc732e;
        margin-top: 0;
        margin-bottom: 2.5em; }
      .container article#results .customers-like ul.review-list {
        box-sizing: border-box;
        padding: 1em 0;
        background-color: #F5F5F5;
        margin-top: 2em; }
        @media screen and (min-width: 1020px) {
          .container article#results .customers-like ul.review-list {
            background: none; } }
        .container article#results .customers-like ul.review-list li {
          list-style-type: none;
          padding: 1.5em; }
          .container article#results .customers-like ul.review-list li blockquote {
            margin: 0;
            padding: 0; }
            .container article#results .customers-like ul.review-list li blockquote cite {
              background: url("../svg/stars-five-orange.svg");
              background-repeat: no-repeat;
              background-position: center top;
              background-size: 6em auto;
              padding-top: 0.75em;
              font-weight: 700;
              margin-top: 0.5em;
              color: #fc732e;
              font-style: normal;
              display: block; }
          .container article#results .customers-like ul.review-list li a {
            width: 18em; }
    .container article#results .blog-posts {
      max-width: 620px;
      margin: 0 auto;
      background: url("../svg/results-blog-blob.svg") no-repeat;
      background-size: 100% auto;
      background-position: center 20em; }
      @media screen and (min-width: 1020px) {
        .container article#results .blog-posts {
          background-position: center 15em; } }
      .container article#results .blog-posts ul.blog-list {
        padding: 0; }
        .container article#results .blog-posts ul.blog-list li {
          list-style-type: none;
          margin-bottom: 1.5em; }
          .container article#results .blog-posts ul.blog-list li a {
            color: #5A8FDC; }
    @media screen and (min-width: 1020px) {
      .container article#results #alt {
        display: flex;
        justify-content: space-around;
        align-items: center; } }
    @media screen and (min-width: 1020px) {
      .container article#results #alt figure {
        width: 45%; } }
    @media screen and (min-width: 1020px) {
      .container article#results #alt figure img {
        width: 14em; } }
    .container article#results #alt .rgroup {
      position: relative; }
      @media screen and (min-width: 1020px) {
        .container article#results #alt .rgroup {
          width: 45%;
          margin: auto 0; } }
      @media screen and (min-width: 1020px) {
        .container article#results #alt .rgroup {
          text-align: left; } }
      @media screen and (min-width: 1020px) {
        .container article#results #alt .rgroup ul.stacked-buttons {
          display: block; } }
      @media screen and (min-width: 1020px) {
        .container article#results #alt .rgroup ul.stacked-buttons li {
          text-align: center; } }
      .container article#results #alt .rgroup ul.stacked-buttons li a {
        margin-top: 2em;
        margin-bottom: 0.5em;
        line-height: 1.2; }
        .container article#results #alt .rgroup ul.stacked-buttons li a strong {
          font-size: 1em;
          color: white;
          line-height: 1.2; }
        .container article#results #alt .rgroup ul.stacked-buttons li a em {
          display: block;
          font-size: 0.8em;
          font-weight: 400;
          color: white; }
        @media screen and (min-width: 1020px) {
          .container article#results #alt .rgroup ul.stacked-buttons li a {
            width: 15em;
            text-align: center; } }
  .container figure#base-logo {
    width: 16em;
    margin: 2em auto; }
    .container figure#base-logo img {
      width: 100%;
      height: auto; }
    .container figure#base-logo figcaption {
      color: #939598;
      padding-bottom: 5em; }

@media screen and (min-width: 1020px) {
  .deskbreak {
    display: block; } }

#error-message {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 150;
  background-color: #4B4B4D;
  text-align: center;
  color: white;
  padding: 1vh 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.25em;
  border-bottom: 0.5em solid #F5F5F5; }

* ::placeholder {
  color: #C3C3C3; }

.button {
  background-color: #fc732e;
  color: white;
  text-decoration: none;
  font-weight: 700;
  padding: 1.2em 0;
  display: inline-block;
  width: 15em;
  border: none; }
  @media screen and (min-width: 1020px) {
    .button {
      width: 9em; } }
  .button.outline {
    background-color: white;
    border: 2px solid #fc732e;
    color: #fc732e;
    box-sizing: border-box; }

.overlay {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: flex;
  align-items: flex-start; }

.modal {
  background-color: white;
  width: 80%;
  margin: auto;
  padding: 0 3vw 1em;
  display: none;
  position: relative;
  max-width: 30em; }
  @media screen and (min-width: 1020px) {
    .modal {
      padding: 0 1em 1em; } }
  .modal figure {
    text-align: center;
    margin-top: 2em; }
    .modal figure img {
      width: 80%;
      height: auto; }
    .modal figure img[src="images/phone.svg"] {
      height: 7em;
      width: auto; }
  .modal p {
    font-size: 1.667em;
    font-weight: 700;
    line-height: 1.25em;
    text-align: center;
    padding: 0 5vw; }
    .modal p span {
      font-size: 0.9rem;
      display: block;
      font-style: italic;
      font-weight: 400;
      color: #939598;
      line-height: 1.5; }
  .modal footer {
    margin-bottom: 1em;
    position: relative; }
    .modal footer a {
      color: #5A8FDC;
      position: absolute;
      bottom: -0.25em;
      left: 0; }
      .modal footer a.button {
        margin: 0 auto;
        text-align: center;
        display: block;
        color: white;
        bottom: 0;
        position: relative;
        line-height: 1.1; }
        .modal footer a.button img {
          height: 0.83em;
          width: auto; }
    .modal footer span {
      display: block;
      text-align: center;
      position: relative;
      top: 6px;
      color: #939598; }
  .modal a.close-modal-x {
    color: #939598;
    text-decoration: none;
    font-size: 2em;
    position: absolute;
    top: 0;
    right: 1rem; }

.hide-mobile {
  display: none; }
  @media screen and (min-width: 1250px) {
    .hide-mobile {
      display: inline; } }

ul.stacked-buttons {
  margin: 2em auto;
  padding: 0; }
  @media screen and (min-width: 1020px) {
    ul.stacked-buttons {
      display: flex;
      align-items: center;
      justify-content: space-around; } }
  ul.stacked-buttons li {
    list-style-type: none;
    margin-bottom: 0.5em; }
    @media screen and (min-width: 1020px) {
      ul.stacked-buttons li {
        margin: 0; } }
    ul.stacked-buttons li:nth-child(2) {
      color: #D3D2D3;
      text-transform: uppercase;
      font-weight: 700; }
  ul.stacked-buttons a {
    color: #262626; }
    ul.stacked-buttons a.button {
      color: white; }
    ul.stacked-buttons a.outline {
      color: #fc732e; }
      @media screen and (min-width: 1020px) {
        ul.stacked-buttons a.outline {
          width: 13em; } }
  @media screen and (min-width: 1020px) {
    ul.stacked-buttons#howdidstacked {
      width: 50%;
      margin-right: 0;
      margin-bottom: 10em; } }
  ul.stacked-buttons#howdidstacked li a {
    width: 16em; }
