.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 20px;
}

.heading {
  margin-top: 0px;
  color: #c51325;
  font-size: 48px;
  line-height: 48px;
  text-align: center;
  text-transform: none;
}

.slider-section {
  min-height: 100px;
  margin-top: 48px;
  margin-bottom: 30px;
  padding-bottom: 0px;
  background-image: linear-gradient(187deg, #fff 18%, #000);
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  float: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px none #fff;
  border-radius: 40px;
  background-color: #c51325;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.button:hover {
  box-shadow: 0 0 6px 0 #fff;
}

.body {
  clear: none;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.footer-section {
  margin-bottom: 36px;
  padding-top: 24px;
  background-color: #cec0b1;
}

.footer-grid {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-template-areas: ". . .";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  font-size: 16px;
}

.footer-div {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

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

.copyright-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  padding-bottom: 19px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.copyright-text {
  margin-top: 2px;
  margin-right: 5px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  color: rgba(51, 51, 51, 0.5);
  font-size: 11px;
}

.facebook-link-block {
  margin-top: 12px;
  margin-bottom: 12px;
}

.header-section {
  padding-top: 18px;
  padding-bottom: 18px;
  background-color: #cec0b1;
}

.nav-link {
  font-family: 'Roboto Condensed';
  color: #fff;
  font-weight: 700;
}

.nav-link:hover {
  font-size: 20px;
}

.nav-link.w--current {
  color: #fff;
  font-size: 20px;
  text-transform: none;
}

.nav-link.talk {
  background-color: #c51325;
}

.graded-graphic {
  position: relative;
  display: block;
  width: 100%;
  margin-top: -136px;
  margin-bottom: 108px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #fff), to(#000));
  background-image: linear-gradient(90deg, #fff 30%, #000);
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.brand {
  z-index: 1;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.brand.w--current {
  z-index: 1;
}

.nav-menu {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.navbar {
  background-color: transparent;
}

.hero {
  padding-top: 36px;
  padding-bottom: 36px;
}

.credit-section {
  margin-bottom: 30px;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-14 {
  margin-bottom: 15px;
}

.text-block-6 {
  font-family: 'Roboto Condensed';
  font-size: 16px;
}

.slide {
  background-image: url('../images/andrews_ed.jpg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-2 {
  background-image: url('../images/sayre_ed.jpg');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-3 {
  background-image: url('../images/colegrove_ed.jpg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-4 {
  background-image: url('../images/england_ed.jpg');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-5 {
  width: auto;
  background-image: url('../images/brown_ed.jpg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.image-15 {
  margin-top: 0px;
}

.quote-even {
  width: auto;
  margin-bottom: 12px;
  font-family: Caveat, sans-serif;
  font-size: 36px;
  line-height: 36px;
  text-align: left;
}

.quote-even.q2 {
  font-family: 'Indie Flower', sans-serif;
  font-size: 24px;
  line-height: 28px;
}

.quote-even.q4 {
  font-family: Caveat, sans-serif;
  font-size: 36px;
  line-height: 36px;
}

.quote-wrapper {
  width: 45%;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-right: 0px;
  padding-left: 66px;
}

.quote-wrapper.qw-odd {
  width: 50vw;
  margin-right: 0px;
  padding-right: 33px;
}

.quote-wrapper.qw-even {
  display: block;
  width: 50vw;
  margin-left: auto;
  padding-right: 66px;
  padding-left: 33px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.slide-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.slide-wrapper.sw-even {
  width: 100vw;
}

.slide-wrapper.sw-odd {
  width: 100vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.signature-even {
  font-family: Caveat, sans-serif;
  font-size: 30px;
  line-height: 30px;
  text-align: right;
}

.signature-even.s2 {
  font-family: 'Indie Flower', sans-serif;
  font-size: 24px;
  line-height: 28px;
}

.signature-even.s4 {
  font-family: Caveat, sans-serif;
  font-size: 36px;
  line-height: 36px;
}

.quote-odd {
  width: auto;
  margin-bottom: 12px;
  font-family: Caveat, sans-serif;
  font-size: 36px;
  line-height: 36px;
  text-align: left;
}

.quote-odd.q5 {
  font-family: 'Annie Use Your Telescope', sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.quote-odd.q3 {
  margin-bottom: 8px;
  font-size: 28px;
  line-height: 28px;
}

.quote-odd.q1 {
  font-family: 'Nothing You Could Do', sans-serif;
  font-size: 24px;
  line-height: 26px;
}

.signature-odd {
  font-family: Caveat, sans-serif;
  font-size: 30px;
  line-height: 30px;
  text-align: right;
}

.signature-odd.s5 {
  font-family: 'Annie Use Your Telescope', sans-serif;
  font-size: 24px;
  line-height: 26px;
  text-align: left;
}

.signature-odd.s3 {
  font-size: 28px;
  line-height: 28px;
  text-align: left;
}

.signature-odd.s1 {
  font-family: 'Nothing You Could Do', sans-serif;
  font-size: 26px;
  line-height: 30px;
  text-align: left;
}

.header-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-12 {
  width: 50%;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.heading-2 {
  padding-right: 48px;
  padding-left: 48px;
  line-height: 38px;
  font-weight: 300;
  text-align: center;
}

.hero-section-jeff {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -48px;
  padding-top: 0px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.jeff-headshot {
  width: auto;
}

.hero-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-14 {
  display: block;
  width: 40%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  box-shadow: 8px 8px 24px 0 #000;
}

.hero-text {
  margin-top: 36px;
}

.mask {
  background-color: transparent;
  background-image: url('../images/PaperTextureJeff.jpg');
  background-position: 50% 50%;
  background-size: 720px;
}

.slide-7 {
  background-image: url('../images/lawrence_ed.jpg');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.talk-options-section {
  margin-top: 24px;
}

.lets-talk-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 18px;
  padding-left: 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.1);
}

.lets-talk-options {
  margin-bottom: 30px;
}

.form {
  font-size: 16px;
}

.text-block-3 {
  margin-bottom: 16px;
}

.heading-4 {
  color: #c51325;
}

.options-grid {
  grid-template-areas: ". . .";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-3 {
  background-color: transparent;
  color: #c51325;
}

.bold-text-2 {
  color: #c51325;
}

.text-block-7 {
  font-size: 16px;
}

.button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 14px;
  margin-right: 0px;
  margin-left: 0px;
  float: right;
  border: 2px none #fff;
  background-color: transparent;
  font-weight: 700;
  text-transform: uppercase;
}

.button-2:hover {
  box-shadow: 0 0 6px 0 #fff;
}

.button-2.talk {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  padding-top: 6px;
  padding-bottom: 8px;
  float: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border-style: none;
  border-width: 0px;
  border-color: #fff;
  border-radius: 14px;
  background-color: #c51325;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
}

.html-embed-2 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.heading-section {
  padding-top: 36px;
  padding-bottom: 36px;
}

.heading-9 {
  margin-top: 0px;
  color: #c51325;
  font-size: 48px;
  line-height: 48px;
  text-align: center;
  text-transform: none;
}

.section-3 {
  margin-bottom: 30px;
}

.heading-7 {
  text-align: center;
}

.submitfail {
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 12px;
  background-color: red;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.link {
  margin-bottom: 14px;
}

.heading-10 {
  margin-top: 20px;
  font-style: italic;
  font-weight: 700;
  text-align: center;
}

.creditapp-form-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.creditapp-field-wrapper {
  width: 35%;
  min-height: 50px;
  margin-right: 6px;
  margin-left: 6px;
}

.creditapp-field-wrapper.mi {
  width: 15%;
}

.creditapp-field-wrapper.city-state {
  width: 25%;
}

.text-field {
  display: none;
}

.text-field-2 {
  display: none;
}

@media screen and (max-width: 991px) {
  .heading {
    font-size: 36px;
    line-height: 36px;
  }

  .slider-section {
    width: auto;
    min-height: auto;
  }

  .slide {
    width: auto;
    background-position: 100% 50%;
    background-size: 50%;
    background-attachment: scroll;
  }

  .slide-2 {
    background-size: 50%;
  }

  .slide-3 {
    background-size: 50%;
  }

  .slide-4 {
    background-size: 50%;
  }

  .slide-5 {
    background-size: 50%;
  }

  .quote-even.q2 {
    font-size: 17px;
    line-height: 22px;
  }

  .quote-even.q4 {
    font-size: 24px;
    line-height: 28px;
  }

  .quote-wrapper.qw-odd {
    margin-top: 40px;
  }

  .quote-wrapper.qw-even {
    margin-top: 40px;
  }

  .slide-wrapper.sw-even {
    width: 100vw;
  }

  .signature-even.s2 {
    font-size: 17px;
    line-height: 21px;
  }

  .signature-even.s4 {
    font-size: 24px;
    line-height: 28px;
  }

  .quote-odd.q5 {
    font-size: 19px;
    line-height: 21px;
  }

  .quote-odd.q3 {
    font-size: 18px;
    line-height: 21px;
  }

  .quote-odd.q1 {
    font-size: 20px;
    line-height: 24px;
  }

  .signature-odd.s5 {
    font-size: 18px;
    line-height: 20px;
  }

  .signature-odd.s3 {
    font-size: 18px;
    line-height: 20px;
  }

  .signature-odd.s1 {
    font-size: 20px;
    line-height: 22px;
  }

  .heading-2 {
    font-size: 28px;
    line-height: 34px;
  }

  .mask {
    width: 100vw;
  }

  .slide-7 {
    background-size: 50%;
  }

  .heading-8 {
    font-size: 20px;
    line-height: 24px;
  }

  .heading-4 {
    font-size: 20px;
    line-height: 24px;
  }

  .options-grid {
    justify-items: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .heading-3 {
    font-size: 20px;
    line-height: 24px;
  }

  .heading-9 {
    font-size: 40px;
    line-height: 40px;
  }

  .creditapp-field-wrapper {
    width: 32%;
  }

  .creditapp-field-wrapper.mi {
    width: 16%;
  }

  .creditapp-field-label {
    font-size: 14px;
  }

  .creditapp-field {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    font-size: 30px;
    line-height: 30px;
  }

  .slider-section {
    margin-top: 12px;
    margin-bottom: 20px;
  }

  .html-embed {
    margin-right: 24px;
    margin-left: 24px;
  }

  .footer-section {
    font-size: 12px;
    line-height: 14px;
  }

  .footer-grid {
    margin-right: 20px;
    margin-left: 20px;
    justify-items: stretch;
  }

  .footer-text {
    font-size: 14px;
    line-height: 16px;
  }

  .nav-container {
    position: relative;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .menu-button {
    display: block;
    margin-top: 0px;
    padding-right: 18px;
    padding-left: 18px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .quote-even.q2 {
    font-size: 14px;
    line-height: 18px;
  }

  .quote-even.q4 {
    font-size: 20px;
    line-height: 24px;
  }

  .signature-even.s2 {
    font-size: 14px;
    line-height: 18px;
  }

  .signature-even.s4 {
    font-size: 20px;
    line-height: 24px;
  }

  .quote-odd.q5 {
    font-size: 14px;
    line-height: 18px;
  }

  .quote-odd.q3 {
    font-size: 15px;
    line-height: 17px;
  }

  .quote-odd.q1 {
    font-size: 16px;
    line-height: 18px;
  }

  .signature-odd.s5 {
    font-size: 14px;
    line-height: 18px;
  }

  .signature-odd.s3 {
    font-size: 15px;
    line-height: 17px;
  }

  .signature-odd.s1 {
    font-size: 16px;
    line-height: 18px;
  }

  .header-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-13 {
    margin-right: 10px;
  }

  .heading-2 {
    font-size: 20px;
    line-height: 28px;
  }

  .hero-section-jeff {
    padding-bottom: 20px;
  }

  .lets-talk-block {
    width: 100%;
    padding-bottom: 24px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .lets-talk-block.creditapp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .lets-talk-options {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .options-grid {
    width: 80%;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: center;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-column-gap: 12px;
    grid-template-areas: "."
      "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .form-block {
    width: 100%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .button-2.talk {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    font-size: 12px;
    line-height: 14px;
  }

  .html-embed-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
  }

  .brand-2 {
    padding-left: 10px;
  }

  .heading-10 {
    margin-right: 72px;
    margin-left: 72px;
    font-size: 16px;
    line-height: 20px;
  }

  .creditapp-form-div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .creditapp-field-wrapper.med {
    width: 50%;
  }

  .creditapp-field-label {
    font-size: 11px;
  }

  .creditapp-field {
    font-size: 10px;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 34px;
    padding-left: 34px;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
  }

  .slider-section {
    margin-bottom: 30px;
  }

  .button {
    margin-top: 0px;
    margin-right: 3px;
    margin-left: 3px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none;
    border-width: 1px;
    background-color: #c51325;
    opacity: 1;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
  }

  .html-embed {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 15px;
    margin-bottom: 30px;
    margin-left: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-grid {
    grid-template-areas: "."
      "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .footer-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-div.buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .footer-text {
    font-size: 12px;
    line-height: 14px;
  }

  .facebook-link-block {
    text-align: center;
  }

  .slide {
    position: relative;
    width: 100vw;
    background-position: 50% 100%;
    background-size: 100%;
    background-attachment: scroll;
  }

  .slide-2 {
    background-position: 50% 100%;
    background-size: 100%;
  }

  .slide-3 {
    background-position: 50% 100%;
    background-size: 100%;
  }

  .slide-4 {
    background-position: 50% 100%;
    background-size: 100%;
  }

  .slide-5 {
    background-position: 50% 100%;
    background-size: 100%;
  }

  .quote-even.q2 {
    text-align: center;
  }

  .quote-even.q4 {
    line-height: 22px;
    text-align: center;
  }

  .quote-wrapper.qw-odd {
    position: static;
    width: 90vw;
    height: auto;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .quote-wrapper.qw-even {
    width: 90vw;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .slide-wrapper.sw-odd {
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .signature-even.s2 {
    text-align: center;
  }

  .signature-even.s4 {
    line-height: 22px;
    text-align: center;
  }

  .quote-odd.q5 {
    font-size: 15px;
    text-align: center;
  }

  .quote-odd.q3 {
    font-size: 16px;
    text-align: center;
  }

  .quote-odd.q1 {
    text-align: center;
  }

  .signature-odd.s5 {
    font-size: 15px;
    text-align: center;
  }

  .signature-odd.s3 {
    font-size: 16px;
    text-align: center;
  }

  .signature-odd.s1 {
    text-align: center;
  }

  .div-block-13 {
    margin-right: 10px;
  }

  .heading-2 {
    margin-top: 10px;
    font-size: 16px;
    line-height: 20px;
  }

  .hero-section-jeff {
    margin-top: -12px;
    padding-bottom: 0px;
  }

  .hero-text {
    margin-top: 24px;
  }

  .slide-7 {
    background-position: 50% 100%;
    background-size: 100%;
  }

  .talk-options-section {
    margin-right: 20px;
    margin-left: 20px;
  }

  .lets-talk-block {
    width: 100vw;
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .text-block-3 {
    padding-bottom: 10px;
  }

  .options-grid {
    width: 100vw;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    align-self: flex-start;
    grid-column-gap: 0px;
  }

  .form-block {
    margin-bottom: 0px;
  }

  .button-2 {
    margin-top: 0px;
    margin-right: 3px;
    margin-left: 3px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none;
    border-width: 1px;
    background-color: transparent;
    opacity: 1;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
  }

  .button-2.talk {
    margin-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: #c51325;
    opacity: 1;
  }

  .html-embed-2 {
    display: block;
    overflow: visible;
    width: auto;
    height: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .heading-9 {
    margin-top: 20px;
    margin-bottom: 30px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
  }

  .heading-7 {
    font-size: 18px;
    line-height: 24px;
  }

  .right-arrow {
    position: absolute;
    display: block;
  }

  .slider {
    height: 420px;
  }

  .icon {
    position: absolute;
  }

  .link {
    margin-top: 6px;
    font-size: 14px;
  }

  .creditapp-form-div.vert {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .creditapp-field-wrapper.mobile {
    width: 90%;
  }
}

#w-node-f8ac674f-399a-97a8-0d69-84c0b084044e-b084044b {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-f8ac674f-399a-97a8-0d69-84c0b0840450-b084044b {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d146deec-e699-7114-6f6c-697537e02c5a-b084044b {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_66728bbe-0f9b-e730-18aa-74297bdcdbed-b084044b {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-f8ac674f-399a-97a8-0d69-84c0b084045c-b084044b {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_0655a949-ad24-c2c8-7a1c-a5497dfc539b-d022ec20 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_0655a949-ad24-c2c8-7a1c-a5497dfc53a3-d022ec20 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_0655a949-ad24-c2c8-7a1c-a5497dfc53c0-d022ec20 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 767px) {
  #w-node-_0655a949-ad24-c2c8-7a1c-a5497dfc539b-d022ec20 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_0655a949-ad24-c2c8-7a1c-a5497dfc53a3-d022ec20 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_0655a949-ad24-c2c8-7a1c-a5497dfc53c0-d022ec20 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f8ac674f-399a-97a8-0d69-84c0b0840450-b084044b {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-d146deec-e699-7114-6f6c-697537e02c5a-b084044b {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-_66728bbe-0f9b-e730-18aa-74297bdcdbed-b084044b {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-f8ac674f-399a-97a8-0d69-84c0b084045c-b084044b {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_0655a949-ad24-c2c8-7a1c-a5497dfc539b-d022ec20 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_0655a949-ad24-c2c8-7a1c-a5497dfc53a3-d022ec20 {
    -ms-grid-column-align: start;
    justify-self: start;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_0655a949-ad24-c2c8-7a1c-a5497dfc53c0-d022ec20 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
}

