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

.w-checkbox::before {
  content: " ";
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: " ";
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

body {
  font-family: proxima-nova, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: proxima-nova, sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin: 1em 0 0.5em;
  font-family: proxima-nova, sans-serif;
  color: #158873;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: proxima-nova, sans-serif;
  color: #7ca03d;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: proxima-nova, sans-serif;
  color: #168873;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 300;
}

a {
  border-bottom: 1px solid #a8cde4;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #146697;
  text-decoration: none;
}

a:hover {
  border-bottom-color: #adbd38;
  color: #7ca03d;
}

img {
  display: inline-block;
  max-width: 100%;
}

.wrapper {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 100%;
  /*  */

  max-width: 1230px;
  /* max-width: 1112px; */


  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 67px 56px ;
  -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;
}

.wrapper.narrow {
  width: 80%;
  max-width: 1000px;
  text-align: center;
}

.wrapper.narrow.hp-higlight {
  position: relative;
  z-index: auto;
  width: 70%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 40px 0;
  background-color: transparent;
  text-align: left;
}

.wrapper.narrow.hp-higlight .button {
  margin-bottom: 0;
}

.wrapper.story {
  margin-bottom: 0px;
  padding-top: 98px;
  padding-bottom: 98px;
  background-color: #115781;
  color: #fff;
}

.wrapper.neg-margin {
  margin-bottom: -40px;
}


.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.row.reverse {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;

  align-items: flex-start;
}

.row.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row.dropdown {
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.row.dropdown.simple {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.row.benefits {
  margin-right: 0px;
  /* margin-bottom: 48px; */
  margin-left: 0px;
  justify-content: center;
}

.button {
  padding: 10px 25px;
  border-style: none;
  border-width: 1px;
  border-color: #292929;
  border-radius: 4px;
  background-color: #7ca03d;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.button:hover {
  background-color: #12294c;
  color: #fff;
}
.button--blue {
  background-color: #12294c;
}
.button--blue:hover {
  background-color: #7ca03d;
}

.button.center {
  display: block;
  max-width: 400px;
  margin: 29px auto;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}

.button.feature {
  width: 100%;
  margin-top: 24px;
}

.button.light {
  background-color: #fff;
  color: #115781;
}

.button.light:hover {
  background-color: #dee98d;
}

.col {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col.lg-6 {
  width: 50%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col.lg-1 {
  width: 8.33%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col.lg-1.hidden-lg-down {
  width: 5%;
}

.col.lg-4 {
  width: 24%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.col.lg-4.sm-2.lg-vertical-align {
  width: 35%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.col.lg-5 {
  width: 19%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col.lg-3 {
  width: 33.3%;
  padding-right: 28px;
  padding-left: 28px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.col.lg-8 {
  width: 66.66%;
}

.col.lg-2 {
  width: 16.66%;
}

.col.lg-8 {
  width: 66.66%;
}

.col.lg-8.flex-stretch.md-4 {
  width: 90%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col.story-desc {
  width: 50%;
}
.col.story-desc h2 {
  margin-top: 0;
}

.col.loan-types {
  width: 33%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.col.lg-2 {
  width: 48%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col.lg-6 {
  width: 40%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col.narrow {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.margin-bottom {
  margin-bottom: 40px;
  text-align: left;
}

.margin-bottom.light {
  text-align: left;
}

.section {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.dark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #115781;
}
.section.green {
  background-color: #5e7f24;
}

.section.footer {
  padding-bottom: 40px;
  background-color: #12294c;
  font-family: proxima-nova, sans-serif;
  color: #fff;
}

.section.light {
  margin-bottom: 0px;
  background-color: #fafafa;
  color: #383838;
}

.section.highlight {
  padding-top: 74px;
  padding-bottom: 74px;
  background-color: #158873;
  background-image: linear-gradient(148deg, #158873, #115781);
  color: #fff;
}

.section.process {
  background-color: #f5f4f4;
}

.section.hp-highlight {
  padding-top: 70px;
  padding-bottom: 70px;
  background-image: linear-gradient(122deg, #158873, #115781);
  color: #fff;
}

.section.form-section {
  background-color: #f5f4f4;
}

.paragraph-small {
  color: rgba(9, 106, 208, 0.6);
  font-size: 15px;
  font-weight: 300;
}

.paragraph-small.short-paragraph {
  width: 75%;
  /* color: rgba(9, 9, 9, 0.6); */
  color: #000;
  font-size: 16px;
}

.paragraph-small.short-paragraph {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.column-image {
  margin-bottom: 0px;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.section-header {
  display: block;
  margin: 0px auto 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #115781;
  text-align: center;
}

.section-header.display {
  font-family: "Zilla Slab", sans-serif;
  font-size: 36px;
}

.light {
  margin-bottom: 20px;
  color: #fff;
}

.section-2 {
  position: relative;
  display: block;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.section-2.full-screen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 0vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-2.full-screen.background-image-side {
  min-height: 80vh;
  background-image: -webkit-gradient(
      linear,
      right top,
      left top,
      color-stop(35%, transparent),
      color-stop(86%, #115781)
    ),
    url("../images/hero-img.jpg");
  background-image: linear-gradient(270deg, transparent 35%, #115781 86%),
    url("../images/hero-img.jpg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section-2.full-screen.interior-full-screen {
  /* min-height: 60vh; */
  min-height: 50vh;
  padding-top: 96px;
  padding-bottom: 66px;
  background-color: #115781;
  background-image: -webkit-gradient(
      linear,
      right top,
      left top,
      color-stop(30%, transparent),
      color-stop(86%, #115781)
    ),
    /* url("../images/owners.jpg");
  background-image: linear-gradient(270deg, transparent 30%, #115781 86%),
    url("../images/owners.jpg"); */
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section-2.full-screen.interior-full-screen.loan-landing {
  background-image: -webkit-gradient(
      linear,
      right top,
      left top,
      color-stop(30%, transparent),
      color-stop(86%, #115781)
    ),
    url("../images/man-ipad.jpg");
  background-image: linear-gradient(270deg, transparent 30%, #115781 86%),
    url("../images/man-ipad.jpg");
  background-position: 0px 0px, 0% 0%;
  background-size: auto, cover;
}

.section-2.full-screen.interior-full-screen.staff {
  background-image: -webkit-gradient(
      linear,
      right top,
      left top,
      color-stop(30%, transparent),
      color-stop(86%, #115781)
    ),
    url("../images/team.jpeg");
  background-image: linear-gradient(270deg, transparent 30%, #115781 86%),
    url("../images/team.jpeg");
  background-position: 0px 0px, 50% 50%;
}

.section-2.full-screen.interior-full-screen.base {
  background-image: -webkit-gradient(
      linear,
      right top,
      left top,
      color-stop(30%, transparent),
      color-stop(86%, #115781)
    ),
    url("../images/kid-dad.jpg");
  background-image: linear-gradient(270deg, transparent 30%, #115781 86%),
    url("../images/kid-dad.jpg");
  background-position: 0px 0px, 100% 0%;
  background-size: auto, cover;
}

.section-2.bg-light {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f4f5f7;
}
.section-2.bg-light + .section-2.bg-light .wrapper {
  padding-top: 0;
}

.section-2.interior-header-no-photo {
  padding-bottom: 0px;
  padding-top: 0;
}

.short-paragraph {
  width: 75%;
}

.value-proposition-container {
  width: 40%;
  color: #fff;
}

.hero-buttons {
  margin-top: 40px;
}

.social-media-icon {
  padding: 8px;
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
}

.footer-text-no-link {
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  opacity: 1;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  cursor: pointer;
}

.footer-text-no-link a{
  
  color: #fff;
  display: block;
  width: max-content;
  margin: 1em 0 0;
}

.footer-text-no-link:hover {
  opacity: 1;
}

.footer-text-no-link.w--current {
  opacity: 1;
  font-weight: 500;
}

.footer-link {
  margin-bottom: 7px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 2px solid rgba(173, 189, 56, 0.22);
  opacity: 1;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #d7e764;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}

.footer-link:hover {
  border-bottom: 2px solid #adbd38;
  opacity: 1;
}

.footer-link.w--current {
  opacity: 1;
  font-weight: 500;
}

.footer-link.social {
  width: 40px;
  margin-right: 11px;
  border-bottom-style: none;
}

.row-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.footer-links-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;
}

.footer-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.4em;
  text-decoration: none;
  font-weight: bold;
}

.footer-heading.link {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 3px solid rgba(173, 189, 56, 0.19);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #d1e162;
  text-decoration: none;
}

.footer-heading.link:hover {
  border-bottom-color: #d1e162;
}

.footer-heading.highlight,
.footer-heading.button {
  background-color: #7ca03d;

  padding: 10px 25px;

  border: 0;
  border-radius: 4px;
  transition: background-color 300ms ease;
  color: #fff;
  font-weight: bold;
  margin-top: 10px;
}
.footer-heading.highlight:hover,
.footer-heading.button:hover {
  background-color: #adbd38;
}

.wrapper-2 {
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 30px 0px;
  -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;
}

.footer-contact {
  margin-top: 7px;
  margin-bottom: 7px;
}

.footer-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-height: 200px;
  /* margin-top: 9px;
  margin-bottom: 9px; */
  margin: 15px 0;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-img img {
  max-height: 100px;
}

.image {
  width: 100px;
}

.cfe-icon {
  /* width: 75px; */
  max-width: 100px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 24px;
}

.apply-category-box {
  margin-bottom: 40px;
  padding: 31px 32px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
  border-width: 1px;
  border-color: #b4afaf;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: 0 0 12px -4px rgba(0, 0, 0, 0.11);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  text-align: center;
  

  min-width: 100%;
}

.apply-category-box{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.apply-category-box .button.feature{
  margin-top: auto;
}

.apply-category-box:hover {
  -webkit-transform: translate(0px, 3px);
  -ms-transform: translate(0px, 3px);
  transform: translate(0px, 3px);
}

.wrapper-3 {
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 30px;
  -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;
}

.wrapper-3.centre-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.answer p,
.answer-text {
  margin-top: 8px;
  color: #383838;
  font-size: 18px;
}

.question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.answer {
  display: block;
  overflow: hidden;
  padding-right: 8px;
  /* padding-left: 64px; */
  /* padding-left: 53px; */
  color: #9096a4;
}

.row-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.question-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-bottom: 24px;
  padding: 20px 32px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(146, 146, 146, 0.2) rgba(146, 146, 146, 0.2) #e9e9e9;
  border-radius: 0px;
  background-color: #fff;
  text-align: left;
  text-decoration: none;rem()
  cursor: pointer;
}

.question-container:hover {
  background-color: #f2faf8;
}

.question-text {
  margin-top: 15px;
  /* margin-left: 24px; */
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #115781;
  font-size: 24px;
  text-align: left;
}

.service-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6px;
  margin-bottom: 0px;
  padding: 0px;
  float: left;
  -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: 2px;
  border-color: #158873;
  border-radius: 50%;
  color: #158873;
  font-size: 30px;
  font-weight: 700;
  text-align: center;

  min-width: 30px;

}

.question-arrow-icon {
  margin-top: 26px;
  margin-right: 8px;
  margin-left: 24px;
  color: #adbd38;
}

.full-width {
  width: 100%;
}

.process-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 85px;
  margin-bottom: 50px;
}

.process-item.last {
  position: relative;
  /* margin-bottom: -143px; */
  margin-bottom: -20px;
  background-color: #12294c;
}

.process-item.last._2 {
  background-color: #f5f4f4;
}

.process-dot {
  width: 25px;
  height: 25px;
  margin-top: 0px;
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100px;
  background-color: #adbd38;
}

.process-item-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* margin-top: -20px;
  margin-bottom: 59px; */
}

.process-item-heading {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #158873;
  font-size: 28px;
  line-height: 1.3em;
}

.process-container {
  position: relative;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 20px;
  
}

.process-line {
  position: absolute;
  left: 12px;
  top: 20px;
  right: auto;
  bottom: auto;
  width: 2px;
  height: 100%;
  background-color: #adbd38;
}

.intro-paragraph {
  opacity: 0.5;
  color: #fff;
  font-size: 22px;
  line-height: 1.5em;
  font-weight: 300;
  text-align: center;
}

.intro-paragraph.ain {
  font-size: 32px;
}

.centre-align {
  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;
  text-align: center;
}

.intro-hero-headline {
  margin-bottom: 30px;
  color: #fff;
  font-size: 60px;
  line-height: 1em;
  font-weight: 300;
  letter-spacing: 0px;
}

.main-link {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom-style: none;
  color: #fff;
  font-size: 18px;
}

.list-page {
  position: relative;
  display: block;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dark {
  background-color: #12294c;
}

.nav-icon {
  display: block;
  width: 15px;
  margin-right: 0px;
  margin-left: 8px;
  padding-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #4e4e4e;
}

.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0px;
  -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;
  align-self: center;
  border-bottom-style: none;
  color: #fff;
  font-weight: 700;
}

.dropdown-item-wrapper {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 32px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  box-shadow: 18px 0 0 8px rgba(0, 0, 0, 0.4);
}

.dropdown-item-wrapper.expanded {
  display: block;
  margin-bottom: 10px;
  padding-right: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-shadow: none;
  font-family: proxima-nova, sans-serif;
}

.nav-main {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99;
  display: none;
  width: 100%;
  height: auto;
  border-bottom: 1px none #d1d1d1;
  background-color: #fff;
}

.dropdown-menu-items {
  padding: 28px 24px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-bottom: 2px solid #fff;
  border-left: 3px none #792962;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: proxima-nova, sans-serif;
  color: #2c2c2c;
  font-size: 17px;
  text-decoration: none;
}

.dropdown-menu-items:hover {
  border-bottom: 2px solid #adbd38;
  color: #7ca03d;
}

.dropdown-list {
  top: 82px;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0px;
  margin-top: 18px;
  background-color: #fff;
  box-shadow: 8px 0 12px 0 rgba(0, 0, 0, 0.19);
}

.dropdown-list.what-we-fund {
  left: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  height: auto;
  padding: 0px 5%;
  box-shadow: 2px 13px 14px -17px rgba(0, 0, 0, 0.19);
}

.dropdown-list.about {
  height: auto;
  margin-top: 21px;
  padding-top: 0px;
  padding-bottom: 0px;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.05);
}

.nav-link {
  padding: 11px 0px;
  -webkit-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
  font-family: proxima-nova, sans-serif;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-transform: none;
  cursor: pointer;
}

.nav-link:hover {
  color: #adbd38;
}

.nav-link.w--current {
  border-bottom: 3px solid #de5000;
  color: #de5000;
}

.nav-link.highlight {
  padding-right: 21px;
  padding-left: 21px;
  border-radius: 4px;
  background-color: #7ca03d;
  -webkit-transition-property: all;
  transition-property: all;
  color: #fff;
}

.nav-link.highlight:hover {
  background-color: #158873;
}

.nav-point-wrapper {
  position: static;
  margin-right: 0px;
  margin-left: 0px;
  padding: 29px 18px;
}

.nav-point-wrapper.dropdown {
  position: static;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 30px;
  padding-right: 13px;
  padding-bottom: 30px;
}

.dropdown-toggle {
  padding: 0px 18px 0px 0px;
  color: #fff;
}

.centered_w1 {
  display: block;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2em;
  padding-left: 2em;
}

.centered_w1.nav-wrapper {
  position: static;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  padding-right: 0em;
  padding-left: 0em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e4e4e4;
  background-color: transparent;
}

.nav-menu {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 31px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading {
  color: #fff;
  font-size: 45px;
  line-height: 1.2em;
}

.heading.display {
  font-family: "Zilla Slab", sans-serif;
  font-size: 55px;
  font-weight: 500;
}

.heading.no-img {
  margin-top: 0;
  margin-bottom: 0px;
  color: #115781;
}

.small-divider {
  width: 100px;
  height: 3px;
  margin: 30px auto 61px;
  background-color: #115781;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#adbd38),
    to(#115781)
  );
  background-image: linear-gradient(180deg, #adbd38, #115781);
}

.dropdown-menu-item-expanded {
  width: 20%;
  margin-top: 33px;
  margin-right: 30px;
  margin-bottom: 8px;
  padding-bottom: 13px;
  padding-left: 66px;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
}

.dropdown-menu-item-expanded:hover {
  border-left: 2px none #115781;
  border-bottom-color: #adbd38;
}

.dropdown-menu-item-expanded.charter {
  background-image: url("../images/icon_Charter-Schools.svg");
  background-position: 0px 0px;
  background-size: 55px;
  background-repeat: no-repeat;
}

.dropdown-menu-item-expanded.affordable {
  background-image: url("../images/icon_Affordable.svg");
  background-position: 0px 0px;
  background-size: 55px;
  background-repeat: no-repeat;
}

.dropdown-menu-item-expanded.community {
  background-image: url("../images/icon_Community.svg");
  background-position: 0px 0px;
  background-size: 55px;
  background-repeat: no-repeat;
}

.dropdown-menu-item-expanded.green-energy {
  background-image: url("../images/icon_Green-Energy.svg");
  background-position: 0px 0px;
  background-size: 55px;
  background-repeat: no-repeat;
}

.dropdown-menu-item-expanded.small-biz {
  background-image: url("../images/icon_Small-Busines.svg");
  background-position: 0px 0px;
  background-size: 55px;
  background-repeat: no-repeat;
}

.dropdown-menu-item-expanded.homes {
  background-image: url("../images/icon_Home-Ownership.svg");
  background-position: 0px 0px;
  background-size: 55px;
  background-repeat: no-repeat;
}

.dropdown-menu-item-expanded.nonprofit {
  background-image: url("../images/icon_Nonprofit.svg");
  background-position: 0px 0px;
  background-size: 55px;
  background-repeat: no-repeat;
}

.dropdown-menu-item-expanded.jobs {
  background-image: url("../images/jobs-01.svg");
  background-position: 0px 0px;
  background-size: 55px;
  background-repeat: no-repeat;
}

.dropdown-menu-item-expanded.staff {
  background-image: url("../images/staff.svg");
  background-position: 0px 0px;
  background-size: 55px;
  background-repeat: no-repeat;
}

.dropdown-menu-item-expanded.board {
  background-image: url("../images/board.svg");
  background-position: 0px 0px;
  background-size: 55px;
  background-repeat: no-repeat;
}

.dropdown-menu-item-expanded.about {
  background-image: url("../images/cfe-icon.jpg");
  background-position: 0px 0px;
  background-size: 55px;
  background-repeat: no-repeat;
}

.dropdown-menu-item-expanded-link {
  margin-bottom: 10px;
  font-family: proxima-nova, sans-serif;
  color: #383838;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
}

.dropdown-item-desc {
  color: #424242;
  font-weight: 300;
  text-decoration: none;
}

.dropdown-intro {
  margin-top: 0px;
  margin-bottom: 13px;
  padding-bottom: 10px;
  border-top: 1px solid #adbd38;
  border-bottom: 1px none #adbd38;
  font-family: proxima-nova, sans-serif;
}

.dropdown-text-link {
  display: inline-block;
  margin-top: 20px;
  border-bottom-style: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #7ca03d;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.dropdown-text-link:hover {
  color: #158873;
}

.mobile-nav {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10000;
  display: none;
  width: 300px;
  padding-right: 23px;
  padding-left: 23px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}

.simple-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding-right: 0px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: transparent;
}

.simple-menu-button {
  top: 0px;
  right: 0px;
  z-index: 15000;
  display: none;
  overflow: hidden;
  width: 60px;
  height: 60px;
  padding: 0px;
  background-color: transparent;
}

.simple-menu-button.w--open {
  position: relative;
  left: auto;
  top: 10px;
  right: 10px;
  bottom: auto;
  background-color: transparent;
}

.line-1 {
  position: absolute;
  left: 0px;
  top: 10px;
  right: 0px;
  z-index: 2;
  display: block;
  width: 35px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #12294c;
}

.line-1.simple {
  top: 18px;
  background-color: #115781;
}

.line-2 {
  position: absolute;
  left: 0px;
  top: 20px;
  right: 0px;
  z-index: 1;
  display: block;
  width: 35px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #7a7a7a;
}

.line-2.simple {
  top: 28px;
  background-color: #115781;
}

.line-3 {
  position: absolute;
  left: 0px;
  top: 30px;
  right: 0px;
  z-index: 2;
  display: block;
  width: 35px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #7a7a7a;
}

.line-3.simple {
  top: 38px;
  background-color: #115781;
}

._2-nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2000;
  display: block;
  background-color: #fff;
}

._2-nav-container {
  position: relative;
  z-index: 8000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 2%;
  padding-left: 2%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid $light-gray;
  box-shadow: 2px 2px 14px -4px rgba(0, 0, 0, 0.16);
}

._2-nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 17px;
  border-bottom-style: none;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: proxima-nova, sans-serif;
  color: #383838;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
}

._2-nav-link:hover {
  color: #adbd38;
}

._2-nav-link.button {
  margin-left: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #7ca03d;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  color: #fff;
  text-align: center;
}

._2-nav-link.button:hover {
  background-color: #158873;
}

._2-nav-link.button.mobile {
  margin-top: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

._2-nav-link.language {
  padding-right: 0px;
  color: #115781;
  font-size: 14px;
  font-weight: 700;
  text-transform: none;
}

._2-nav-link.language:hover {
  color: #adbd38;
}

._2-nav-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._2-nav-content-wrapper {
  display: block;
  overflow: hidden;
  padding-right: 2%;
  padding-left: 2%;
  box-shadow: 0 6px 13px -6px rgba(0, 0, 0, 0.22);
}

.page-overlay {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
}

.hp-highlight-heading {
  margin: 0;
  margin-bottom: 30px;
  color: #fff;
  line-height: 1.2em;
}

.hp-highlight-heading.display {
  font-family: "Zilla Slab", sans-serif;
  font-size: 36px;
}

.top-left-corner {
  position: absolute;
  /* left: -40px; */
  /* top: -40px; */
  top: 0;
  left: -50px;

  right: auto;
  bottom: auto;
  width: 50px;
  height: 50px;
  border-top: 5px solid #fff;
  border-left: 5px solid #fff;
}

.top-left-corner.darker {
  left: -10px;
  top: -10px;
  width: 20px;
  height: 20px;
  border-top-color: #adbd38;
  border-left-color: #adbd38;
}

.top-left-corner.text-highlight {
  left: -15px;
  top: -15px;
  width: 20px;
  height: 20px;
  border-top-color: #adbd38;
  border-left-color: #adbd38;
}

.bottom-right-corner {
  position: absolute;
  left: auto;
  top: auto;
  right: -10px;
  bottom: -10px;
  z-index: auto;
  width: 20px;
  height: 20px;
  border-style: none solid solid none;
  border-width: 5px;
  border-color: #fff #adbd38 #adbd38 #fff;
}

.hp-highlight-desc {
  margin-bottom: 30px;
  padding-right: 60px;
  font-size: 18px;
}
rem() .benefit {
  position: relative;
}

.mobile-img {
  display: none;
}

.social-wrap {
  margin-top: 5px;
  margin-left: -10px;
}

.display {
  font-family: "Zilla Slab", sans-serif;
  font-size: 36px;
}

.benefit-img {
  position: relative;
  margin-bottom: 20px;
}

.cdfi {
  width: 100px;
}

.footer-brand {
  width: 90%;
  max-width: 250px;
  margin-bottom: 9px;
  margin-left: -12px;
  border-bottom-style: none;
}

.mobile-nav-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.dropdown-menu-item-expanded-mobile {
  width: 100%;
  margin-top: 3px;
  margin-right: 30px;
  margin-bottom: 8px;
  padding-bottom: 13px;
  padding-left: 66px;
  border-bottom: 1px solid #cacaca;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
}

.dropdown-menu-item-expanded-mobile:hover {
  border-left: 2px none #115781;
  border-bottom-color: #adbd38;
}

.dropdown-menu-item-expanded-mobile.jobs {
  background-image: url("../images/jobs-01.svg");
  background-position: 0px 0px;
  background-size: 55px;
  background-repeat: no-repeat;
}

.dropdown-menu-item-expanded-mobile.staff {
  background-image: url("../images/staff.svg");
  background-position: 0px 0px;
  background-size: 55px;
  background-repeat: no-repeat;
}

.dropdown-menu-item-expanded-mobile.board {
  background-image: url("../images/board.svg");
  background-position: 0px 0px;
  background-size: 55px;
  background-repeat: no-repeat;
}

.dropdown-menu-item-expanded-mobile.about {
  background-image: url("../images/cfe-icon.jpg");
  background-position: 0px 0px;
  background-size: 55px;
  background-repeat: no-repeat;
}

.loan-type-heading {
  color: #115781;
}

.application-icon {
  width: 80px;
  height: auto;
  margin-right: 39px;
  margin-bottom: 17px;
  margin-left: 13px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.loan-process-details {
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 300;
}
.loan-process-details > p{
  margin-bottom: 0;
}

.section-interior-block {
  position: relative;
  display: block;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.divider {
  width: 100px;
  height: 2px;
  margin: 70px auto;
  background-color: #2571be;
}

.highlight-text-box {
  position: relative;
  max-width: 300px;
  margin: 45px 0px 33px 58px;
  float: right;
  color: #7ca03d;
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 700;
}

.text-block {
  font-size: 24px;
  line-height: 1.3em;
}

.content-image-container-2 {
  display: block;
  overflow: hidden;
  width: 40%;
  margin: 0px auto 43px 48px;
  float: right;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.caption {
  margin-top: 12px;
  padding-bottom: 15px;
  border-bottom: 1px solid #bdbdbd;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.section-header-copy {
  display: block;
  margin: 0px auto 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #115781;
  text-align: center;
}

.image-list-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-img-contain {
  position: relative;
  width: 100%;
  margin-right: 23px;
  margin-bottom: 20px;
}

.image-list-single-contain {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 29%;
  margin-right: 2%;
  margin-bottom: 57px;
  margin-left: 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom-style: none;
  box-shadow: 0 0 11px -4px rgba(0, 0, 0, 0.27);
}

.image-list-single-contain:hover {
  border-bottom-style: none;
  box-shadow: 0 0 11px -3px rgba(0, 0, 0, 0.47);
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}

.image-list-text {
  width: 100%;
  padding: 0px 19px 19px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.title {
  margin-bottom: 0px;
  color: #383838;
}

.staff-name {
  margin-top: 0px;
  color: #115781;
  font-size: 28px;
  line-height: 1.3em;
  margin-bottom: 5px;
}

.bottom-right-corner-white {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  /* bottom: 30px; */
  bottom: 0;
  z-index: auto;
  width: 50px;
  height: 50px;
  border-style: none solid solid none;
  border-width: 5px;
  border-color: #fff #fff #fff #fff;
}

.text-field {
  height: 55px;
  margin-bottom: 0px;
  border: 1px none #000;
  border-radius: 5px;
  color: #222;
  font-size: 16px;
}

.text-field::-webkit-input-placeholder {
  color: #111;
}

.text-field:-ms-input-placeholder {
  color: #111;
}

.text-field::-ms-input-placeholder {
  color: #111;
}

.text-field::placeholder {
  color: #111;
}

.text-field.margin-bottom {
  margin-bottom: 10px;
  border-style: solid;
  border-color: #d8d8d8;
}

.checkbox-label {
  display: none;
  font-size: 14px;
  font-weight: 700;
}

.cookies-font {
  margin-bottom: 0px;
}

.cookies-font.check {
  margin-left: 13px;
  font-size: 16px;
  font-weight: 400;
}

.form {
  display: -ms-grid;
  display: grid;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.form.schelude {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.checkbox-field {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox-field.contact-check {
  margin-top: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.checkbox-field.contact-check.less-margin {
  margin-top: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox {
  width: 14px;
  height: 14px;
  margin-top: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: none;
  background-color: #fff;
}

.checkbox.w--redirected-checked {
  background-color: #2e856e;
  background-size: 8px;
}

.checkbox.move {
  position: relative;
  top: 4px;
  width: 20px;
  height: 20px;
  margin-top: -9px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-color: #bdbdbd;
}

.error-message {
  width: 100%;
  border-radius: 10px;
  background-color: #f64d52;
  color: #fff;
  text-align: center;
}

.success-message {
  border-radius: 10px;
  background-color: #2e856e;
  color: #fff;
  font-size: 17px;
}

.form-dropdown {
  height: 55px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
  background-color: #fff;
  font-size: 16px;
}

.text-field.area {
  height: 200px;
}

.row-4.img-text {
  padding-top: 73px;
  padding-bottom: 73px;
  /* -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center; */
  align-items: flex-start;
}

.big-text-block-heading {
  margin-top: 0px;
  margin-bottom: 0px;
}

.form-label {
  margin-bottom: 4px;
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  .wrapper {
    padding-right: 43px;
    padding-left: 43px;
  }

  .dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .row.reverse {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .row.dropdown {
    padding-right: 0px;
    padding-left: 0px;
  }

  .col {
    width: 50%;
    margin-bottom: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .col.lg-1 {
    display: none;
  }

  .col.lg-1.hidden-lg-down {
    display: none;
  }

  .col.lg-1.hidden-lg-down {
    display: none;
  }

  .col.lg-4 {
    width: 50%;
  }

  .col.lg-5 {
    width: 100%;
  }

  .col.lg-3 {
    width: 33%;
  }

  .col.lg-8 {
    width: 100%;
  }

  .col.lg-8.md-4 {
    width: 100%;
  }

  .col.lg-2.hidden-md-down {
    display: none;
  }

  .col.lg-8.flex-stretch {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .col.story-desc {
    width: 50%;
  }

  .col.loan-types {
    width: 50%;
  }

  .col.lg-2 {
    width: 45%;
    margin-right: 14px;
  }

  .col.lg-6 {
    width: 48%;
    margin-right: 14px;
  }

  .margin-bottom {
    margin-bottom: 40px;
  }

  .paragraph-small.short-paragraph {
    width: 100%;
  }

  .paragraph-small.short-paragraph {
    width: 100%;
  }

  .section-header {
    margin-bottom: 40px;
  }

  .section-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-2.full-screen {
    min-height: 800px;
  }

  .section-2.full-screen.background-image-side {
    min-height: 600px;
  }

  .section-2.full-screen.interior-full-screen {
    min-height: 600px;
  }

  .section-2.full-screen.interior-full-screen.loan-landing {
    min-height: 400px;
  }

  .value-proposition-container {
    display: block;
    width: 60%;
    margin-right: auto;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    {float:left; margin-right:30px; margin-bottom:30px; margin-top:0;}
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-buttons {
    margin-top: 30px;
  }

  .footer-link.social {
    width: 40px;
    margin-right: 3px;
    border-bottom-style: none;
  }

  .row-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-links-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-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .wrapper-2 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .footer-img {
    width: 45%;
    margin-bottom: 32px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .apply-category-box {
    margin-bottom: 40px;
  }

  .wrapper-3 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .row-3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .service-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
  }

  .process-item-heading {
    font-size: 26px;
  }

  .intro-hero-headline {
    font-size: 92px;
    letter-spacing: -2px;
  }

  .list-page {
    padding-bottom: 50px;
  }

  .nav-icon {
    width: 13px;
    margin-top: 0px;
  }

  .logo {
    width: 150px;
  }

  .dropdown-item-wrapper.expanded {
    padding-right: 0px;
  }

  .dropdown-list {
    margin-top: 10px;
  }

  .nav-link {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 14px;
  }

  .nav-link.w--current {
    padding-bottom: 2px;
  }

  .nav-link.highlight {
    padding: 6px 13px;
  }

  .nav-point-wrapper {
    padding-right: 9px;
    padding-left: 9px;
    font-size: 13px;
  }

  .centered_w1 {
    padding-right: 42px;
    padding-left: 42px;
  }

  .centered_w1.nav-wrapper {
    padding-right: 1em;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-menu {
    padding-right: 0px;
  }

  .heading {
    font-size: 38px;
  }

  .dropdown-menu-item-expanded {
    width: 45%;
  }

  ._2-nav-link {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
  }

  .loan-process-details {
    font-size: 18px;
  }

  .section-interior-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-header-copy {
    margin-bottom: 40px;
  }

  .image-list-single-contain {
    width: 46%;
  }

  .title {
    font-size: 14px;
  }

  .staff-name {
    font-size: 22px;
  }

  .cookies-font {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .form {
    width: 100%;
  }

  .form.schelude {
    width: 50%;
  }

  .row-4 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.sm-align-centre :last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .wrapper {
    margin-top: 0px;
    margin-bottom: 0px;
    /* padding-top: 50px;
    padding-bottom: 0px; */
  }

  .wrapper.narrow.hp-higlight {
    width: 80%;
  }

  .wrapper.story {
    margin-top: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .wrapper.small-padding {
    padding-top: 20px;
  }

  .sm-align-centre {
    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;
    text-align: center;
  }

  .row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .row.benefits {
    margin-bottom: 10px;
  }

  .side-image {
    margin-bottom: 20px;
  }

  .button.center {
    margin-top: 0px;
  }

  .col.lg-6 {
    width: 100%;
  }

  .col.lg-4.sm-2 {
    width: 100%;
  }

  .col.lg-4.sm-2.lg-vertical-align {
    width: 100%;
  }

  .col.lg-5 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .col.lg-3 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .col.story-desc {
    width: 100%;
  }

  .col.lg-2 {
    width: 100%;
    height: 50%;
  }

  .col.lg-6 {
    width: 100%;
    height: 50%;
  }

  .paragraph-small.short-paragraph {
    width: 100%;
  }

  .paragraph-small.short-paragraph {
    width: 100%;
  }

  .section-header {
    margin-bottom: 30px;
    font-size: 28px;
  }

  .section-2.full-screen {
    min-height: 600px;
  }

  .section-2.full-screen.background-image-side {
    min-height: 400px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: linear-gradient(350deg, transparent 21%, #115781 64%),
      url("../images/hero-img.jpg");
    background-position: 0px 0px, 50% 100%;
    background-size: auto, contain;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .section-2.full-screen.interior-full-screen {
    min-height: 400px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #115781;
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(13%, transparent),
        color-stop(50%, #115781)
      );
      /* url("../images/owners.jpg");
    background-image: linear-gradient(0deg, transparent 13%, #115781 50%),
      url("../images/owners.jpg"); */
    background-position: 0px 0px, 50% 150px;

    background-position: 0 0, center;
    /* background-size: auto, contain; */
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .section-2.full-screen.interior-full-screen.loan-landing {
    background-image: linear-gradient(358deg, transparent, #115781 51%),
      url("../images/man-ipad.jpg");
    background-position: 0px 0px, 50% 150px;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .section-2.interior-header-no-photo {
    padding-top: 0px;
  }

  .value-proposition-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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;
    text-align: left;
  }

  .hero-buttons {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .footer-link {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .row-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-links-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -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;
    text-align: center;
  }

  .footer-heading.link {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .wrapper-2 {
    padding-top: 30px;
  }

  .footer-img {
    max-height: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .wrapper-3 {
    padding-top: 30px;
  }

  .row-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .question-container {
    margin-bottom: 16px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .question-text {
    margin-top: 8px;
  }

  .process-item.last {
    margin-bottom: -100px;
  }

  .intro-hero-headline {
    margin-bottom: 20px;
    font-size: 82px;
  }

  .nav-icon {
    position: relative;
    display: block;
    margin-left: 5px;
  }

  .dropdown-item-wrapper {
    padding-right: 0px;
    -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;
    box-shadow: none;
  }

  .nav-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    -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;
  }

  .dropdown-menu-items {
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .dropdown-list {
    position: relative;
    top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    margin-top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    box-shadow: none;
  }

  .dropdown-list.what-we-fund {
    overflow: hidden;
  }

  .nav-link {
    font-size: 20px;
    text-align: left;
  }

  .nav-point-wrapper.dropdown {
    position: relative;
    display: block;
    padding: 4px 0px;
    text-align: left;
  }

  .dropdown-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .centered_w1 {
    padding-right: 36px;
    padding-left: 36px;
  }

  .centered_w1.nav-wrapper {
    display: block;
    width: 100%;
    border-bottom-style: none;
  }

  .nav-menu {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .heading {
    margin-top: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 26px;
    text-align: left;
  }

  .small-divider {
    margin-top: 24px;
    margin-bottom: 34px;
  }

  .mobile-nav {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 2000;
    display: block;
    overflow: hidden;
    width: 300px;
    height: auto;
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
    background-color: #fff;
  }

  .body {
    height: 100%;
  }

  .simple-menu-button {
    position: relative;
    display: block;
    margin-right: 11px;
  }

  .full-page {
    position: relative;
  }

  .main-content {
    position: relative;
  }

  ._2-nav {
    position: relative;
  }

  ._2-nav-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom-style: none;
  }

  ._2-nav-link {
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 22px;
    line-height: 1.3em;
  }

  ._2-nav-link.button.mobile {
    max-width: 250px;
    margin-right: auto;
    margin-left: auto;
  }

  ._2-nav-link.language {
    padding-left: 0px;
    font-size: 20px;
    text-align: center;
  }

  ._2-nav-holder {
    display: none;
  }

  ._2-nav-content-wrapper {
    display: none;
  }

  .top-left-corner {
    left: -30px;
    /* top: -30px; */
    top: 0;
  }

  .bottom-right-corner {
    right: -10px;
    bottom: -10px;
  }

  .benefit {
    margin-bottom: 30px;
  }

  .dropdown-menu-item-expanded-mobile {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .section-interior-block {
    padding-top: 0px;
  }

  .highlight-text-box {
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .content-image-container-2 {
    width: 100%;
  }

  .section-header-copy {
    margin-bottom: 30px;
    font-size: 28px;
  }

  .image-list-single-contain {
    margin-bottom: 30px;
  }

  .bottom-right-corner-white {
    right: -10px;
    bottom: -10px;
  }

  .form.schelude {
    width: 100%;
  }

  .row-4 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .row-4.img-text {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .big-text-block-heading {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 26px;
  }

  .wrapper {
    /* margin-top: 22px; */
    padding-bottom: 40px;
    padding-top: 40px;
    padding-right: 5%;
    padding-left: 5%;
  }

  .wrapper.narrow.hp-higlight {
    width: 100%;
    margin-bottom: 0px;
    padding-right: 5%;
    padding-left: 5%;
  }

  .wrapper.story {
    margin-bottom: 0px;
  }

  .wrapper.small-padding {
    margin-top: 0px;
  }

  .wrapper.process {
    margin-top: 0px;
  }

  .row.benefits {
    margin-bottom: 0px;
  }

  .side-image {
    margin-bottom: 20px;
  }

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

  .button.light {
    margin-bottom: 0px;
    text-align: center;
  }

  .col {
    margin-bottom: 0px;
  }

  .col.lg-6 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .col.lg-4 {
    width: 100%;
  }

  .col.lg-5 {
    width: 100%;
  }

  .col.lg-3 {
    padding-right: 0%;
    padding-left: 0%;
  }

  .col.story-desc {
    padding-right: 0%;
    padding-left: 0px;
  }

  .col.loan-types {
    width: 100%;
  }

  .col.lg-2 {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .col.lg-6 {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .col.narrow {
    width: 90%;
  }

  .margin-bottom {
    margin-bottom: 20px;
  }

  .section.highlight {
    margin-top: 0px;
    padding-top: 17px;
    padding-bottom: 44px;
  }

  .section-2.full-screen.background-image-side {
    min-height: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #115781;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .section-2.full-screen.interior-full-screen {
    min-height: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #115781;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .section-2.full-screen.interior-full-screen.loan-landing {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .section-2.full-screen.interior-full-screen.staff {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .section-2.full-screen.interior-full-screen.base {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .section-2.interior-header-no-photo {
    padding-top: 0px;
  }

  .short-paragraph {
    width: 100%;
  }

  .hero-buttons {
    width: 100%;
    margin-top: 15px;
    text-align: center;
  }

  .social-media-icon {
    padding: 0px;
  }

  .footer-link.social {
    margin-right: 15px;
    margin-left: 15px;
    padding-right: 4px;
    padding-left: 4px;
  }

  .row-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wrapper-2 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .wrapper-3 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .answer {
    padding-left: 0px;
  }

  .question-text {
    margin-bottom: 8px;
    margin-left: 0px;
  }

  .question-arrow-icon {
    margin-left: 16px;
  }

  .process-item-text {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .process-item-heading {
    font-size: 22px;
  }

  .intro-hero-headline {
    font-size: 26px;
    line-height: 1.1em;
    letter-spacing: 0px;
  }

  .list-page {
    padding-top: 0px;
  }

  .nav-link {
    font-size: 7vw;
  }

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

  .bottom-benefits {
    display: block;
  }

  .mobile-nav {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .simple-nav {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .hp-highlight-heading {
    margin-bottom: 20px;
    font-size: 26px;
  }

  .top-left-corner {
    left: -6%;
    display: none;
  }

  .top-left-corner.text-highlight {
    display: block;
  }

  .bottom-right-corner {
    display: none;
  }

  .mobile-img {
    display: block;
    margin-top: 14px;
  }

  .social-wrap {
    margin-top: 17px;
    margin-left: 0px;
  }

  .loan-process-details {
    font-size: 16px;
  }

  .section-interior-block {
    padding-top: 0px;
  }

  .highlight-text-box {
    margin-left: 15px;
    float: none;
  }

  .image-list-single-contain {
    width: 100%;
  }

  .bottom-right-corner-white {
    display: none;
  }

  .text-field {
    margin-bottom: 10px;
  }

  .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;
    grid-column-gap: 15px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .checkbox-field {
    margin-top: 10px;
  }

  .checkbox {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .row-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}



body.page-id-2597 .alignleft {float:left; margin-right:30px; margin-bottom:30px; margin-top:0;}
body.page-id-2597 h1.heading {display:none;}
/* .hero__image:before {
background-image: linear-gradient(270deg,transparent 30%,#115781 86%);
}*/


body.page-id-2630 .alignleft {float:left; margin-right:30px; margin-bottom:30px; margin-top:0;}
body.page-id-2651 .alignleft {float:left; margin-right:20px; margin-bottom:10px; margin-top:0;}
