:root {
  --crimson: #cf404d;
  --dark-slate-gray-2: #404047;
  --white-smoke-3: #edeff2;
  --steel-blue: #3b99d9;
  --steel-blue-2: #2e80b6;
  --dark-khaki: #a8d069;
  --medium-sea-green: #30ad64;
  --light-sea-green: #25ccbf;
  --light-sea-green-2: #20ac99;
  --sandy-brown: #f8c740;
  --goldenrod: #e2a62b;
  --khaki: #face6a;
  --sandy-brown-2: #e4b962;
  --salmon: #fd7072;
  --indian-red: #cf404d;
  --tan: #d39f9a;
  --dim-gray: #735260;
  --indian-red-2: #af4173;
  --brown: #822e50;
  --tomato: #e64c40;
  --firebrick: #bf3a30;
  --salmon-2: #fc7d64;
  --white-smoke: #ecf0f1;
  --silver: #bec3c7;
  --dim-gray-2: #49647b;
  --dark-slate-gray: #2d3e4f;
  --white-smoke-2: #f0f0f0;
}

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

body {
  color: #000000bd;
  background-color: #edeff2;
  height: 100%;
  padding-left: 329px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: #313131;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Droid Sans, sans-serif;
  font-size: 15px;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #cf404d;
  border-radius: 4px;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.button:hover {
  background-color: #000;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  width: 100%;
  display: block;
}

.brand-text {
  color: #cf404d;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 400;
  line-height: 36px;
}

.section {
  background-color: #fff;
  border: 1px #000;
  padding: 63px 40px;
  position: relative;
}

.section.section-gray {
  background-color: #fff;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}

.call-to-action-section {
  background-color: var(--crimson);
  color: #fff;
  padding: 44px 40px;
}

.call-to-action-heading {
  text-transform: capitalize;
  margin-top: 3px;
  margin-bottom: 0;
  font-weight: 400;
}

.align-right {
  text-align: right;
}

.hero-heading {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 19px;
  font-size: 62px;
  font-weight: 400;
}

.hero-subheading {
  color: #fff;
  margin-bottom: 25px;
  font-size: 24px;
}

.hero-subheading.highlight {
  background-color: #cf404d;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 10px;
  line-height: 24px;
  display: inline-block;
}

.hollow-button {
  color: #1db0fc;
  border: 2px solid #1db0fc;
  border-radius: 4px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 11px 20px;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: inline-block;
}

.hollow-button:hover {
  color: #000;
  border-color: #000;
}

.hollow-button.white {
  color: #fff;
  text-transform: uppercase;
  border-color: #fff;
}

.hollow-button.white:hover {
  color: #fff;
  background-color: #2d3e4f;
  border-color: #2d3e4f;
}

.hollow-button.red {
  color: #fff;
  background-color: #cf404d;
  border-color: #cf404d;
}

.hollow-button.red:hover {
  background-color: #0000;
}

.hollow-button.red.clear {
  border-color: var(--crimson);
  background-color: #cf404d2e;
}

.hollow-button.red.clear:hover {
  background-color: #ffffff4d;
}

.hollow-button.red.phone {
  display: inline-block;
}

.hollow-button.red.phone.white {
  border-color: #fff;
}

.section-heading {
  margin-top: 0;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: #313131;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
}

.section-subheading.center {
  color: #737373bd;
  text-align: center;
  font-family: Droid Sans, sans-serif;
  font-size: 19px;
  line-height: 30px;
}

.section-title-group {
  margin-bottom: 40px;
}

.form-field {
  border: 0 solid #000;
  border-radius: 3px;
  min-height: 45px;
  margin-bottom: 17px;
  margin-right: 1px;
  box-shadow: 0 0 0 1px #4040474d;
}

.form-field:focus {
  box-shadow: 0 0 0 1px #2e80b6;
}

.form-field.text-area {
  min-height: 110px;
}

.form-wrapper.squeezed {
  padding-left: 19%;
  padding-right: 19%;
}

.social-icon-link {
  opacity: .66;
  padding: 3px;
  transition: opacity .3s;
}

.social-icon-link:hover {
  opacity: 1;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  text-align: center;
  padding-top: 21px;
  padding-bottom: 21px;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

.link {
  color: #cf404d;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.link:hover {
  color: #30ad64;
}

.grid-image {
  margin-bottom: 19px;
}

.hero-title-wrapper {
  text-align: center;
  margin-bottom: 155px;
  position: relative;
  top: 40%;
}

.left-navigation {
  background-color: #2d3e4f;
  width: 329px;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}

.nav-link {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 20px 0;
  font-size: 15px;
  display: block;
}

.nav-link:hover, .nav-link.w--current {
  color: #cf404d;
}

.nav-link.phone {
  display: block;
}

.nav-menu {
  float: none;
}

.logo-link {
  float: none;
  text-align: center;
  margin-top: 216px;
  margin-bottom: 50px;
  display: block;
}

.logo-link.footer.w--current {
  margin-top: 0;
}

.social-footer {
  text-align: center;
  margin-bottom: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.grid-fours {
  float: left;
  width: 25%;
  padding: 10px;
}

.banner {
  background-image: linear-gradient(to top, #0000006b, #fff0), url('../images/House.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100%;
}

.content {
  height: 100%;
}

.success-message {
  text-align: center;
}

.paragraph-form {
  margin-bottom: 0;
}

.list {
  padding-left: 0;
}

.list.programs {
  padding-left: 20px;
}

.list-item {
  text-transform: capitalize;
  margin-bottom: 5px;
  font-family: Droid Sans, sans-serif;
  font-size: 15px;
}

.link-2 {
  color: #000000bd;
  text-decoration: none;
}

.tabs-menu {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
}

.tab {
  text-align: center;
  text-transform: uppercase;
  border-radius: 4px;
  flex: 1;
  margin-left: 20px;
  margin-right: 20px;
}

.tab.w--current {
  background-color: var(--crimson);
  color: #fff;
  text-transform: uppercase;
  border-radius: 4px;
}

.heading {
  text-transform: capitalize;
}

.link-3 {
  color: var(--crimson);
  font-size: 20px;
  text-decoration: none;
}

.html-embed {
  padding-left: 10px;
  padding-right: 10px;
}

.footer-title {
  color: var(--crimson);
  margin-bottom: 22px;
  font-size: 17px;
}

.text-field {
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #ffffff21;
  min-height: 62px;
  margin-bottom: 0;
  font-size: 16px;
}

.link-4 {
  color: #333;
  font-weight: 600;
  text-decoration: none;
}

.form-block {
  margin-top: 40px;
}

.social-wrapper {
  align-items: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.social-wrapper.lmg {
  text-align: left;
  justify-content: center;
  width: auto;
  padding-top: 20px;
}

.footer-column {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
}

.btn {
  background-color: #333;
  border: 1px solid #1976d2;
  border-left-color: #08f;
  border-radius: 5px;
  padding: 5px 25px;
  font-weight: 700;
  transition: border-color .3s, background-color .3s;
}

.btn:hover {
  background-color: #222;
  border-color: #222;
}

.footer-title-button {
  color: #fff;
  margin-right: 20px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
}

.footer-grid-01 {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr;
}

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

.container-2 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.form {
  align-items: center;
  display: flex;
}

.footer-link {
  color: var(--dark-slate-gray-2);
  width: auto;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.footer-link:hover {
  opacity: .5;
}

.footer-link.call.phone {
  display: none;
}

.tab-link-hard-money {
  margin-right: 20px;
}

.tab-link-hard-money.w--current {
  margin-left: 20px;
}

.grid {
  grid-template-areas: "Area";
  grid-auto-flow: row dense;
}

.image {
  margin-bottom: -40px;
  padding-bottom: 0;
}

.section-2 {
  background-color: var(--white-smoke-3);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.html-embed-2 {
  border: 1px #fff;
  flex: 0 auto;
  width: 950px;
  margin-bottom: -27px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.html-embed-3.medium, .html-embed-3.small {
  display: none;
}

.text-block-2, .text-block-3 {
  text-align: center;
}

.link-block {
  color: #fff;
  text-decoration: none;
}

.paragraph {
  white-space: normal;
}

.list-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template: "."
                 "Area"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 20px;
  list-style-type: square;
  display: grid;
}

@media screen and (max-width: 991px) {
  body {
    margin-left: 0;
    padding-left: 0;
  }

  .hamburger-button {
    color: #fff;
  }

  .hamburger-button.w--open {
    background-color: #cf404d;
  }

  .form-wrapper.squeezed {
    padding-left: 8%;
    padding-right: 8%;
  }

  .hero-title-wrapper {
    top: 40%;
  }

  .left-navigation {
    float: none;
    width: 100%;
    height: auto;
    position: relative;
    inset: 0 0 auto;
  }

  .nav-link {
    text-align: left;
    padding-left: 13px;
  }

  .nav-menu {
    background-color: #49647b;
  }

  .logo-link {
    float: left;
    margin-top: 14px;
    margin-bottom: 0;
    margin-left: 10px;
  }

  .social-footer {
    display: inline-block;
    position: absolute;
  }

  .banner {
    height: 500px;
  }

  .div-block {
    display: block;
  }

  .footer-column {
    padding-right: 20px;
  }

  .html-embed-2 {
    width: 700px;
    display: none;
  }

  .html-embed-3 {
    margin-bottom: -26px;
  }

  .html-embed-3.medium {
    display: block;
  }

  .html-embed-3.small {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    margin-top: 10px;
  }

  .brand-text {
    font-size: 28px;
  }

  .section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .call-to-action-heading {
    text-align: center;
    margin-bottom: 13px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .hero-heading {
    font-size: 37px;
  }

  .hero-title-wrapper {
    top: 35%;
  }

  .grid-fours {
    width: 33.333%;
  }

  .column-0-padding {
    text-align: center;
    margin-bottom: 15px;
  }

  .column-remove-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .list {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .list-item {
    text-align: left;
  }

  .tab {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-column {
    width: 177px;
    padding-right: 0;
  }

  .footer-grid-01 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .html-embed-3.medium {
    display: none;
  }

  .html-embed-3.small {
    margin-bottom: -33px;
    display: block;
  }

  .link-block {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .brand-text {
    font-size: 22px;
  }

  .section {
    padding-top: 40px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .call-to-action-heading {
    font-size: 30px;
  }

  .hero-subheading {
    line-height: 24px;
  }

  .hollow-button.white {
    margin-left: 20px;
    margin-right: 20px;
  }

  .hollow-button.red {
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .hollow-button.red.clear {
    background-color: #ffffff40;
    margin-left: 20px;
    margin-right: 20px;
  }

  .hollow-button.red.clear.w--current {
    margin-top: 0;
  }

  .form-wrapper.squeezed {
    padding-left: 2%;
    padding-right: 2%;
  }

  .hero-title-wrapper {
    top: 28%;
  }

  .banner {
    background-image: linear-gradient(0deg, #0000009c, #92929229), url('../images/ralph-ravi-kayden-2d4lAQAlbDA-unsplash.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .list {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .tab {
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 2px;
    padding-right: 2px;
    font-size: 12px;
    line-height: 12px;
  }

  .tab.w--current {
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .text-block {
    font-size: 11px;
    line-height: 18px;
  }

  .tab-pane-tab-1, .tab-pane-tab-2, .tab-pane-tab-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block {
    flex-direction: column;
    display: flex;
  }

  .link-4 {
    text-align: center;
  }

  .social-wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
    display: flex;
  }

  .footer-column {
    padding-left: 0;
  }

  .footer-title-button {
    margin-bottom: -15px;
    margin-right: 0;
  }

  .footer-grid-01 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 2fr;
    padding-left: 10px;
  }

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

  .grid {
    margin-top: 20px;
  }

  .text-block-2, .text-block-3, .text-block-4, .text-block-5 {
    font-size: 11px;
  }

  .link-block {
    font-size: 12px;
  }
}

#w-node-_057e259a-fdd3-7820-8f94-4f3e441421ec-5514631a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-fe92835a-570e-30a0-904d-a2017726d79f-5514631a {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-fe92835a-570e-30a0-904d-a2017726d79f-5514631a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


