:root {
  --dark-slate-blue: #143f63;
  --steel-blue: #0093cd;
  --black-2: #333;
  --white: white;
  --yellow-green: #a1e043;
  --alice-blue: #f0f9fb;
  --black: #161a25;
  --red: #e84234;
  --light-slate-grey: #71889f;
  --sky-blue: #9ae2fe;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

h2 {
  color: var(--dark-slate-blue);
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 3.2em;
  font-weight: 400;
  line-height: 1.2em;
}

h3 {
  color: var(--steel-blue);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.2em;
}

p {
  margin-bottom: 20px;
}

.hero {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, .54), rgba(255, 255, 255, 0) 57%, rgba(255, 255, 255, 0) 101%), url('../images/couple.jpg');
  background-position: 0 0, 100% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: center;
  height: 100vh;
  padding: 0;
  display: flex;
  position: relative;
}

.hero-wrapper-div {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: 55%;
  height: 100vh;
  padding: 5% 0 5% 5%;
  display: flex;
  position: relative;
}

.h1 {
  z-index: 1;
  color: var(--dark-slate-blue);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 4.5em;
  font-weight: 400;
  line-height: 1.1em;
  position: static;
  top: auto;
  bottom: 10%;
  left: 0%;
  right: 0%;
}

.body {
  color: var(--black-2);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.75em;
}

.button {
  border: 1px solid var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 11px;
  padding: 15px 30px 12px;
  font-family: Bebas Neue, sans-serif;
  font-size: 22px;
  line-height: 1.2em;
}

.button:hover {
  border-color: var(--white);
  background-color: var(--white);
  color: #1d6691;
}

.button.green {
  border-width: 2px;
  border-color: var(--yellow-green);
  background-color: var(--yellow-green);
  color: var(--dark-slate-blue);
  border-radius: 0;
  padding-top: 15px;
  line-height: 1em;
}

.button.green:hover {
  border-width: 2px;
  border-color: var(--dark-slate-blue);
  color: var(--dark-slate-blue);
  background-color: rgba(0, 0, 0, 0);
}

.button.green.with-marg {
  border-width: 2px;
  margin-right: 15px;
}

.button.green.marg {
  margin-right: 10px;
}

.button.green.hover-white:hover {
  background-color: var(--white);
}

.button.green.hover-light {
  margin-top: 20px;
}

.button.green.hover-light:hover {
  border-color: var(--yellow-green);
  color: var(--yellow-green);
}

.button.blue {
  border-width: 2px;
  border-color: var(--dark-slate-blue);
  background-color: var(--dark-slate-blue);
  color: var(--white);
  border-radius: 0;
  padding-top: 15px;
  line-height: 1em;
}

.button.blue:hover {
  border-width: 2px;
  border-color: var(--dark-slate-blue);
  color: var(--dark-slate-blue);
  background-color: rgba(0, 0, 0, 0);
}

.button.white {
  border-width: 2px;
  border-color: var(--dark-slate-blue);
  background-color: var(--white);
  color: var(--dark-slate-blue);
  border-radius: 0;
  padding-top: 15px;
  line-height: 1em;
}

.button.white:hover {
  border-width: 2px;
  border-color: var(--dark-slate-blue);
  background-color: var(--yellow-green);
  color: var(--dark-slate-blue);
}

.par {
  text-align: center;
  margin-bottom: 20px;
}

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

.better-results-section {
  padding: 5% 0;
}

.better-results-wrapper-div {
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-wrapper-div {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-2 {
  background-color: var(--white);
  height: 90px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 -1px 20px rgba(0, 0, 0, .35);
}

.image-5 {
  height: 70px;
  padding: 0;
}

.brand-2 {
  padding-top: 10px;
  padding-bottom: 5px;
  padding-left: 15px;
}

.brand-2.w--current {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 0;
  padding-bottom: 0;
}

.nav-link-2 {
  border: 2px solid var(--white);
  color: var(--steel-blue);
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 1.2em;
}

.nav-link-2:hover {
  color: var(--yellow-green);
}

.nav-link-2.special {
  border: 2px solid var(--yellow-green);
  background-color: var(--yellow-green);
  color: var(--dark-slate-blue);
  margin-right: 10px;
  font-family: Oswald, sans-serif;
}

.nav-link-2.special:hover {
  border-color: var(--dark-slate-blue);
  color: var(--dark-slate-blue);
  background-color: rgba(0, 0, 0, 0);
}

.hero-cta-link {
  background-color: var(--yellow-green);
  color: var(--dark-slate-blue);
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.hero-cta-link:hover {
  background-color: rgba(161, 224, 67, .65);
}

.image-6 {
  width: auto;
  height: 50px;
  margin-right: 20px;
}

.cta-text-holder {
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  font-size: 1.5em;
  display: flex;
}

.what-is-50-50-section {
  justify-content: space-between;
  align-items: stretch;
  min-height: 400px;
  padding-left: 5%;
  display: flex;
}

.what-is-50-50-section.price {
  padding-left: 0%;
  padding-right: 5%;
}

.photo-div {
  object-fit: cover;
  width: 48%;
  max-height: 700px;
  overflow: hidden;
}

.what-is-text-right {
  background-color: var(--white);
  width: 48%;
  padding: 0;
  display: flex;
}

.text-div-holder {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 5% 0;
  display: flex;
}

.image-7 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.buttons-div {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.buttons-div.marg {
  margin-bottom: 30px;
}

.rle-testimonials-section {
  background-color: var(--dark-slate-blue);
  background-image: linear-gradient(rgba(20, 63, 99, .75), rgba(20, 63, 99, .75));
  background-position: 0 0;
  padding-top: 5%;
  padding-bottom: 5%;
}

.rle-testimonials-section._2 {
  background-image: linear-gradient(rgba(20, 63, 99, .75), rgba(20, 63, 99, .75)), linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/washington-state.jpg');
  background-position: 0 0, 0 0, 50% 0;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
}

.rle-testimonials-section._2.location {
  background-image: linear-gradient(rgba(20, 63, 99, .8), rgba(20, 63, 99, .8)), linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/shutterstock_2121698324.jpg');
}

.rle-testimonial-wrapper-div {
  color: var(--white);
  text-align: center;
  flex-flow: column;
  align-items: center;
  width: 90%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-section {
  padding-top: 5%;
  padding-bottom: 5%;
}

.nav-menu-2 {
  align-items: center;
  height: 90px;
  padding-top: 0%;
  display: flex;
}

.text-block-6 {
  margin-bottom: 0;
  font-size: 14px;
}

.hero-cta-s-mobile {
  z-index: 100;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  min-height: 50px;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.mobile-image {
  display: none;
}

.hero-list-item {
  color: var(--dark-slate-blue);
  align-items: center;
  margin-bottom: 10px;
  margin-left: 25px;
  font-size: 1.2em;
  font-weight: 500;
  display: flex;
}

.image-9 {
  width: 40px;
  margin-right: 10px;
}

.hero-button-div {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.hero-sub-text {
  color: var(--dark-slate-blue);
  margin-bottom: 20px;
  font-size: 1.5em;
  font-weight: 700;
}

.hero-sub-section {
  background-color: var(--dark-slate-blue);
  color: var(--white);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 15vh;
  padding: 2% 5%;
  font-size: 1.5em;
  line-height: 1.4em;
  display: flex;
}

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

.questions-boxes {
  justify-content: space-between;
  width: 100%;
  max-height: 500px;
  margin-top: 30px;
  margin-bottom: 50px;
  display: flex;
}

.question-div {
  flex-direction: column;
  width: 32%;
  display: flex;
}

.question-text-div {
  background-color: var(--dark-slate-blue);
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  display: flex;
}

.center-larger {
  color: var(--white);
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.2em;
}

.question-photo-div {
  object-fit: cover;
  width: auto;
  overflow: hidden;
}

.image-4 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.h3-center.white {
  color: var(--white);
}

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

.h2-center-white {
  color: var(--white);
  text-align: center;
}

.video-row {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 4%;
  display: flex;
}

.video-row.top {
  justify-content: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.video-row.top._2 {
  justify-content: space-between;
  margin-bottom: 40px;
}

.video-block {
  flex-flow: column;
  justify-content: space-between;
  width: 55%;
  display: flex;
}

.video-block._24 {
  justify-content: center;
  align-items: stretch;
  width: 32%;
}

.fancy-list-item {
  color: var(--dark-slate-blue);
  align-items: flex-start;
  margin-bottom: 10px;
  margin-left: 0;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.2em;
  display: flex;
}

.fancy-list-item.bottom {
  margin-bottom: 20px;
}

.image-9-sm {
  width: 30px;
  margin-right: 10px;
}

.form-holder-div {
  background-color: var(--steel-blue);
  object-fit: cover;
  width: 48%;
  padding: 20px;
  display: flex;
  overflow: hidden;
}

.pricing-form {
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 20px;
  display: flex;
}

.list-div {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.list-holder-48 {
  width: 48%;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.form-field-5050 {
  justify-content: space-between;
  display: flex;
}

.text-field._49 {
  width: 49%;
}

.select-field {
  background-color: rgba(243, 243, 243, 0);
}

.checkbox-field {
  align-items: center;
  display: flex;
}

.checkbox {
  margin-right: 10px;
}

.top-10-section {
  background-image: linear-gradient(to bottom, var(--dark-slate-blue), var(--dark-slate-blue));
  padding-top: 5%;
  padding-bottom: 5%;
}

.top-10-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.left-48 {
  color: var(--alice-blue);
  text-align: left;
  flex-flow: column;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  font-family: Oswald, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.2em;
  display: flex;
}

.text-span-10 {
  color: var(--yellow-green);
}

.doc-row {
  justify-content: space-between;
  width: 90%;
  margin-top: 2%;
  margin-bottom: 50px;
  display: flex;
}

.doc-block {
  flex-flow: column;
  justify-content: space-between;
  width: 19%;
  display: flex;
}

.doc-photo {
  object-fit: cover;
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}

.image-11 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.doc-name {
  border-bottom: 2px solid var(--yellow-green);
  color: var(--dark-slate-blue);
  text-align: center;
  width: auto;
  margin-left: 5px;
  margin-right: 5px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Oswald, sans-serif;
  font-size: 1.2em;
  line-height: 1.2em;
}

.slider {
  background-color: var(--dark-slate-blue);
  width: 100%;
  min-height: 400px;
  font-size: 1em;
}

.video-slide {
  width: 31%;
  margin-bottom: 25px;
  margin-left: 1%;
  margin-right: 1%;
}

.video-slide-div {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 50px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.html-embed {
  width: 100%;
}

.h3-center-white {
  color: var(--white);
  text-align: center;
}

.code-embed {
  width: 100%;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 2.5em;
  }

  .hero {
    background-position: 70% 0;
    align-items: flex-end;
    height: 800px;
    padding: 0;
  }

  .hero-wrapper-div {
    background-color: rgba(255, 255, 255, .72);
    justify-content: flex-end;
    max-width: 50%;
    padding: 25px 25px 10%;
  }

  .h1 {
    font-size: 3em;
    line-height: 1em;
  }

  .button {
    text-align: center;
    font-size: 18px;
  }

  .button.green.marg {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .button.green.hover-white.marg {
    margin-bottom: 0;
    margin-right: 10px;
  }

  .better-results-section {
    padding: 100px 20px 80px;
  }

  .contact-wrapper-div {
    width: 90%;
  }

  .brand-2 {
    max-width: 30%;
    padding: 5px 0 5px 15px;
  }

  .nav-link-2.special {
    margin-bottom: 0;
    margin-right: 0;
  }

  .nav-link-2.special._2 {
    border-color: var(--dark-slate-blue);
    background-color: var(--dark-slate-blue);
    color: var(--white);
  }

  .cta-text-holder {
    font-size: 1em;
    line-height: 1.2em;
  }

  .what-is-50-50-section {
    flex-direction: column;
    padding-left: 0%;
  }

  .what-is-50-50-section.price {
    padding-right: 0%;
  }

  .photo-div {
    width: 100%;
    max-height: 600px;
  }

  .photo-div.couple {
    display: none;
  }

  .what-is-text-right {
    width: 100%;
  }

  .text-div-holder {
    padding: 30px;
  }

  .nav-menu-2 {
    background-color: var(--white);
    height: auto;
  }

  .menu-button-2, .menu-button-2.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .icon {
    color: var(--steel-blue);
  }

  .hero-list-item {
    font-size: 1em;
    line-height: 1.2em;
  }

  .hero-button-div {
    flex-direction: column;
    align-items: stretch;
  }

  .questions-boxes {
    max-height: 300px;
    margin-top: 0;
    margin-bottom: 2%;
  }

  .video-block {
    width: 100%;
  }

  .fancy-list-item {
    font-size: 1em;
    line-height: 1.2em;
  }

  .form-holder-div {
    width: 100%;
  }

  .doc-row {
    flex-flow: wrap;
    justify-content: center;
  }

  .doc-block {
    width: 185px;
    margin: 10px;
  }

  .video-slide {
    width: 50%;
  }

  .left-arrow, .right-arrow {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 2em;
  }

  .hero {
    background-position: 60% 0;
    height: 500px;
    padding: 0;
  }

  .hero-wrapper-div {
    max-width: 60%;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .h1 {
    margin-bottom: 10px;
    font-size: 2em;
  }

  .better-results-section {
    padding: 50px 20px;
  }

  .brand-2 {
    max-width: 25%;
    padding: 5px;
  }

  .hero-cta-link {
    background-color: var(--dark-slate-blue);
    color: var(--white);
    width: 100%;
  }

  .hero-cta-link:hover {
    background-color: var(--steel-blue);
  }

  .image-6 {
    height: 30px;
    margin-right: 10px;
  }

  .buttons-div.marg {
    margin-bottom: 30px;
  }

  .rle-testimonials-section, .contact-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .menu-button-2 {
    padding: 10px;
  }

  .hero-cta-s-mobile {
    background-color: var(--white);
    flex-direction: column;
    display: flex;
    position: fixed;
  }

  .hero-list-item {
    margin-bottom: 10px;
    margin-left: 0;
  }

  .image-9 {
    width: 25px;
  }

  .hero-button-div {
    margin-top: 0;
  }

  .hero-sub-text {
    margin-bottom: 10px;
    font-size: 1em;
  }

  .question-div {
    background-color: var(--dark-slate-blue);
    justify-content: space-between;
  }

  .center-larger {
    font-size: 1em;
  }

  .question-photo-div {
    max-height: 150px;
  }

  .video-row.top._2 {
    flex-flow: column;
  }

  .video-block._24 {
    width: 100%;
  }

  .fancy-list-item {
    margin-bottom: 10px;
  }

  .image-9-sm {
    width: 35px;
  }

  .slider {
    min-height: 350px;
  }

  .video-slide {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: auto;
    margin-top: 50px;
    padding-top: 0;
  }

  .hero-wrapper-div {
    max-width: none;
    height: auto;
    padding-top: 10px;
  }

  .h1 {
    font-size: 2em;
  }

  .button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button.green.with-marg {
    margin-bottom: 10px;
    margin-right: 0;
    font-size: 16px;
  }

  .button.green.hover-white.marg {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .par {
    line-height: 1.5em;
  }

  .better-results-section {
    padding: 5% 0;
  }

  .navbar-2 {
    height: 50px;
  }

  .image-5 {
    height: 40px;
  }

  .brand-2 {
    max-width: 35%;
  }

  .brand-2.w--current {
    max-width: none;
  }

  .image-6 {
    display: none;
  }

  .what-is-text-right {
    padding: 0;
  }

  .buttons-div {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .rle-testimonials-section._2.location {
    padding-bottom: 125px;
  }

  .mobile-image {
    display: block;
  }

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

  .hero-button-div {
    width: 100%;
  }

  .hero-sub-section {
    height: auto;
    padding-top: 5%;
    padding-bottom: 5%;
    font-size: 1.2em;
  }

  .questions-boxes {
    flex-direction: column;
    max-height: none;
  }

  .question-div {
    width: 100%;
    margin-bottom: 20px;
  }

  .center-larger {
    font-size: 1.2em;
  }

  .question-photo-div {
    max-height: 300px;
  }

  .list-div {
    flex-flow: column;
  }

  .list-holder-48 {
    width: 100%;
  }

  .doc-block {
    width: 100%;
    margin: 0 0 20px;
  }

  .slider {
    min-height: 300px;
  }
}


