@import url("https://fonts.googleapis.com/css?family=Ubuntu");
body,
html {
  font-family: 'Roboto', sans-serif;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 16px;
}

.homepage .body {
  background-color: #333333;
}

.homepage .listed-search {
  margin-top: 40px;
}

.homepage .listed-search #listedSearch {
  background-color: #1469ab;
  color: #fff;
  border-style: none;
  box-shadow: 0px 2px 8px 0 rgba(0, 0, 0, 0.3);
}

.homepage .listed-search #listedSearch:hover {
  background-color: #0085fc;
}

.homepage #text-carousel {
  width: 100%;
  height: auto;
  padding: 25px;
  background-color: #001a3a;
}

.homepage #text-carousel .carousel-control {
  width: 12%;
  top: -8px;
}

.homepage #text-carousel .carousel-control.right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, transparent 100%);
}

.homepage #text-carousel .carousel-control.left {
  background-image: linear-gradient(to right, transparent 0, rgba(0, 0, 0, 0.0001) 100%);
}

.homepage #text-carousel .carousel-control .glyphicon-chevron-right {
  right: 50%;
}

.homepage #text-carousel .carousel-control .glyphicon-chevron-left {
  left: 50%;
}

.homepage #text-carousel .carousel-content {
  color: #ffffff;
  color: black;
  display: flex;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 14px;
  height: 110px;
}

.homepage #text-carousel .carousel-content a {
  color: #ffffff;
  position: relative;
  bottom: 15px;
}

.homepage #text-carousel .carousel-content .carousel-content-container {
  margin: 0 auto;
}

.homepage #text-carousel .carousel-content .img-container {
  margin-right: 15px;
  float: left;
}

.homepage #text-carousel .carousel-content .img-container #houseIcon {
  width: 25px;
}

.homepage #text-carousel .carousel-content .img-container img {
  width: 26px;
}

.homepage #text-carousel .carousel-content .title {
  display: inline-block;
  margin-right: 15px;
  float: left;
}

.homepage #text-carousel .carousel-content .mini-desc {
  color: #ffffff;
  position: relative;
  top: 5px;
  float: right;
}

.homepage #text-carousel .carousel-indicators {
  bottom: 6px;
  z-index: 5;
}

.homepage #text-carousel .carousel-indicators li {
  height: 7px;
  width: 7px;
  background-color: #ffffff;
}

.homepage #text-carousel .carousel-indicators li.active {
  background-color: #f1bf1a;
  border-color: #f1bf1a;
  height: 9px;
  width: 9px;
}

.homepage .hero-container,
.homepage .hero-container .container {
  height: 376px;
}

.homepage .hero-container .start-saving-text,
.homepage .hero-container .container .start-saving-text {
  font-size: 20px;
}

.homepage .hero-container {
  background: url("/images/index/hero-bg.jpg") center right;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  height: 740px;
}

.homepage .hero-container h1, .homepage .hero-container p {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.homepage .hero-container .no-closing-btn {
  padding: 10px 15px;
  color: #ffffff;
  width: 100%;
  border-radius: 6px;
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.5), 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  border: solid 3px #ffffff;
  background: transparent;
  margin-bottom: 15px;
  font-weight: bold;
  transition: all .5s;
}

.homepage .hero-container .no-closing-btn:hover {
  box-shadow: inset 0 2px 20px 0 rgba(0, 0, 0, 0.8), 0 2px 20px 0 rgba(0, 0, 0, 0.8);
}

.homepage .hero-container .no-closing-btn-custom {
  padding: 10px 15px;
  color: #ffffff;
  max-width: 100%;
  width: 512px;
  border-radius: 6px;
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.5), 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  border: solid 3px #ffffff;
  background: transparent;
  margin-bottom: 15px;
  font-weight: bold;
  transition: all .5s;
  white-space: normal;
  margin-top: 16px;
}

.homepage .hero-container .no-closing-btn-custom:hover {
  box-shadow: inset 0 2px 20px 0 rgba(0, 0, 0, 0.8), 0 2px 20px 0 rgba(0, 0, 0, 0.8);
}

.homepage .hero-container .let-me-pay-box {
  width: 100%;
  padding: 7px 15px;
  height: 54px;
  background-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 6px 10px 0 rgba(8, 32, 54, 0.5);
  font-style: italic;
  margin-top: 20px;
}

.homepage .hero-container .let-me-pay-box #payClosingCostContainer {
  text-align: center;
}

.homepage .hero-container .let-me-pay-box .title {
  font-size: 16px;
  text-shadow: none;
  margin-bottom: 0;
}

.homepage .hero-container .let-me-pay-box .ceo-text {
  font-size: 12px;
  text-shadow: none;
}

.homepage .hero-container .suit-rp {
  position: absolute;
  right: -56px;
  bottom: 0;
  width: 206px;
}

.homepage .hero-container .video-container-homepage {
  width: 100%;
}

.homepage .hero-container .video-container-homepage iframe {
  border: none;
  box-shadow: 0 9px 13px 0 rgba(0, 0, 0, 0.5);
  height: 315px;
  width: 100%;
}

.homepage .hero-container .grand-prix-spacer {
  padding-top: 30px;
}

.homepage .text-slides-container {
  background-color: #001a3a;
  color: #ffffff;
  position: relative;
}

.homepage .text-slides-container a {
  color: #ffffff;
}

.homepage .text-slides-container .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.homepage .text-slides-container .slick-dots {
  bottom: 12px;
}

.homepage .text-slides-container .slick-dots li {
  margin: 0;
}

.homepage .text-slides-container .slick-dots li button:before {
  font-size: 7px;
  color: #ffffff;
  opacity: 1;
}

.homepage .text-slides-container .slick-dots li.slick-active button:before {
  color: #f1bf1a;
}

.homepage .text-slides-container .item {
  height: 138px;
  padding: 20px 25px;
}

.homepage .text-slides-container .item .item-desc .img-container {
  display: inline-block;
  height: 100px;
  float: left;
  margin-right: 10px;
}

.homepage .text-slides-container .item .item-desc .img-container .text-icon {
  width: 20px;
}

.homepage .text-slides-container .item .item-desc #featuredListingsTitle {
  position: relative;
  bottom: 6px;
}

.homepage .text-slides-container .item .item-desc #featuredListingsDesc {
  position: relative;
  bottom: 6px;
}

.homepage .text-slides-container .item .item-desc .title {
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 0;
}

.homepage .text-slides-container .item .item-desc .mini-desc {
  font-size: 12px;
  line-height: 1.42;
  font-weight: 100;
}

.homepage .text-slides-container .slick-carousel-indicators {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}

.homepage .text-slides-container .slick-carousel-indicators li {
  position: absolute;
  top: 39px;
  z-index: 1;
  cursor: pointer;
  font-size: 36px;
  color: #ffffff;
  display: inline-block;
}

.homepage .text-slides-container .slick-carousel-indicators li.prev {
  left: 0;
}

.homepage .text-slides-container .slick-carousel-indicators li.next {
  right: 0;
}

.homepage .text-slides-container .slick-carousel-indicators li.active {
  background-color: #f1bf1a;
}

.homepage .rp-funding-differences {
  min-height: 512px;
  background-color: rgba(25, 127, 252, 0.05);
  padding-top: 26px;
  padding-bottom: 26px;
}

.homepage .rp-funding-differences .less-gutter .column:nth-child(odd) {
  padding-right: 7.5px;
}

.homepage .rp-funding-differences .less-gutter .column:nth-child(even) {
  padding-left: 7.5px;
}

.homepage .rp-funding-differences .title {
  font-size: 18px;
  text-align: center;
  margin-bottom: 26px;
  font-weight: bold;
}

.homepage .rp-funding-differences .difference {
  height: 131px;
  border-radius: 6px;
  background: #ffffff;
  margin-bottom: 15px;
  text-align: center;
  padding: 10px;
  border: 2px solid transparent;
  transition: all .3s, opacity .6s;
  cursor: pointer;
  color: #000000;
  text-decoration: none;
  display: block;
}

.homepage .rp-funding-differences .difference:hover {
  border-color: #1469ab;
}

.homepage .rp-funding-differences .difference .difference-img {
  max-width: 80px;
  margin: 0 auto;
}

.homepage .rp-funding-differences .difference .difference-text {
  line-height: normal;
}

.homepage .rp-funding-differences .difference .custom-difference-img {
  padding: 10px 16px;
}

.homepage .about {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

.homepage .about .title {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 18px;
}

.homepage .about .about-carousel {
  position: relative;
}

.homepage .about .about-carousel .slick-carousel-indicators {
  list-style: none;
  padding: 0;
  margin: 0;
}

.homepage .about .about-carousel .slick-carousel-indicators li {
  position: absolute;
  top: 455px;
  cursor: pointer;
  display: inline-block;
  color: #1469ab;
  font-size: 48px;
}

.homepage .about .about-carousel .slick-carousel-indicators li.slick-disabled {
  opacity: .5;
}

.homepage .about .about-carousel .slick-carousel-indicators li.next {
  right: 0;
}

.homepage .about .about-carousel .slick-carousel-indicators li.active {
  background-color: #1469ab;
}

.homepage .about .about-carousel .about-slides {
  height: 457px;
}

.homepage .about .about-carousel .about-slides .slick-dots {
  bottom: -45px;
}

.homepage .about .about-carousel .about-slides .slick-dots li {
  margin: 0;
}

.homepage .about .about-carousel .about-slides .slick-dots li button:before {
  font-size: 11px;
  color: #979797;
}

.homepage .about .about-carousel .about-slides .slick-dots li.slick-active button:before {
  color: #1469ab;
}

.homepage .about .about-carousel .about-slides .item {
  border: 1px solid #979797;
}

.homepage .about .about-carousel .about-slides .item a:hover {
  text-decoration: none;
}

.homepage .about .about-carousel .about-slides .item #communityText {
  font-size: 16px;
}

.homepage .about .about-carousel .about-slides .item .small-rp {
  background: url("/images/small-rp.jpg");
}

.homepage .about .about-carousel .about-slides .item .rp-interview {
  background: url("/images/rpinterview.jpg");
}

.homepage .about .about-carousel .about-slides .item .money {
  background: url("/images/money.jpg");
}

.homepage .about .about-carousel .about-slides .item .woman-child {
  background: url("/images/testimonials.png");
}

.homepage .about .about-carousel .about-slides .item .community {
  background: url("/images/community.png");
}

.homepage .about .about-carousel .about-slides .item .about-rp-funding {
  background: url("/images/rp_funding_history.png");
}

.homepage .about .about-carousel .about-slides .item .slide-image {
  height: 299px;
  background-repeat: no-repeat;
  background-size: cover;
}

.homepage .about .about-carousel .about-slides .item .slide-desc {
  padding: 16px;
  text-align: center;
}

.homepage .about .about-carousel .about-slides .item .slide-desc .slide-title {
  font-size: 18px;
  margin-bottom: 15px;
  color: #000000;
}

.homepage .about .about-carousel .about-slides .item .slide-desc p {
  color: #000000;
}

.homepage .about .about-carousel .about-slides .item .slide-desc .slide-text {
  font-size: 12px;
  line-height: 1.5;
}

.homepage .about .about-carousel .about-slides .item .slide-desc .learn-more-btn {
  width: 156px;
  margin: 0 auto;
  height: 42px;
  padding: 10px 6px;
  border-radius: 6px;
  background: transparent;
  font-size: 16px;
  font-weight: bold;
  border: solid 2px #1469ab;
  color: #1469ab;
}

.homepage .about .about-carousel .about-slides .item .slide-desc .learn-more-btn:hover {
  text-decoration: underline;
}

.homepage .featured-homes-header {
  text-align: center;
  margin-bottom: 35px;
}

.homepage .featured-homes-header h2 {
  font-family: Roboto;
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.1px;
  text-align: center;
  color: #30302f;
  margin-bottom: 30px;
}

.homepage .featured-homes-header .text-container {
  width: 76%;
  margin: 0 auto;
}

.homepage .featured-homes-header .text-container p {
  font-family: Roboto;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: 0.1px;
  text-align: center;
  color: #30302f;
}

.homepage .featured-homes-header .text-container p:last-child {
  margin: 0 auto;
  margin-top: 20px;
}

.homepage .featured-homes-body h1 {
  font-family: Roboto;
  font-size: 26px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.1px;
  margin: 12px;
  margin-top: 34px;
  color: #454545;
}

.homepage .featured-homes-body b {
  color: #1469ab;
  font-weight: 600;
}

.homepage .featured-homes-body p {
  font-family: Roboto;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: 0px;
  color: #30302f;
  width: 100%;
  padding: 20px;
  display: inline-block;
}

.homepage .featured-homes-body .featured-title {
  text-decoration: none;
}

.homepage .featured-homes-body .line {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #eee;
  position: relative;
  top: 10px;
}

.homepage .featured-homes-body .city-link {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  margin-top: 10px;
  margin-left: 25px;
}

.homepage .featured-homes-body .listing-card-container {
  margin-bottom: 30px;
  margin-right: 15px;
  padding-left: 9px;
  width: 100%;
}

.homepage .featured-homes-body .listing-card-container .listing-card {
  width: 100%;
  position: relative;
  right: 15px;
  margin-top: 30px;
}

.homepage .featured-homes-body .listing-card-container .listing-card .card-info-container .left {
  position: absolute;
}

.homepage .featured-homes-body .listing-card-container .listing-card .card-info-container .left .address span:nth-child(1) {
  font-size: 12px !important;
}

.homepage .featured-homes-body .listing-card-container .listing-card .card-info-container .left .address .city-state-zip {
  font-size: 12px !important;
}

.homepage .featured-homes-body .listing-card-container .listing-card .card-info-container .right {
  margin-right: 14px !important;
}

.homepage .other-cities h1 {
  font-family: Roboto;
  font-size: 36px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.1px;
  color: #30302f;
  margin-top: 30px;
  margin-left: 20px;
}

.homepage .other-cities ul {
  padding: 25px;
}

.homepage .other-cities li {
  display: inline-block;
  list-style-type: none;
  font-family: Roboto;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: 0px;
  color: #1469ab;
  margin-right: 20px;
}

.homepage .other-cities li a:hover {
  cursor: pointer;
}

.homepage .search {
  margin: 20px;
}

.homepage #endLine {
  margin-top: 40px;
  margin-bottom: 40px;
  border-color: #9e9e9e;
}

.footer-hr-container hr {
  border-color: #979797;
}

.gp-stpete__section {
  background: url("/images/gp-background.png") no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.gp-stpete__section .gp-stpete__content {
  color: #fff;
  text-align: center;
  max-width: 684px;
  padding: 42px 0;
}

.gp-stpete__section .gp-stpete__content h3 {
  font-size: 24px;
  margin-bottom: 8px;
  margin-top: 0;
}

.gp-stpete__section .gp-stpete__content h1 {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 0;
}

.gp-stpete__section .gp-stpete__content p {
  padding: 0 13rem;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 20px;
}

.gp-stpete__section .gp-stpete__content .gp-stpete__button {
  background-color: #FF8F00;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  border-radius: 4px;
  display: block;
  max-width: 210px;
  margin: 0 auto;
  color: #fff;
  padding: 16px 0;
}

@media (max-width: 899px) {
  .homepage .hero-container .grand-prix-spacer {
    padding-top: 0;
  }
}

@media (max-width: 499px) {
  .gp-stpete__section {
    background: url("/images/gp-mobile-bg.png") no-repeat;
    background-size: cover;
  }
  .gp-stpete__section .gp-stpete__content h3 {
    font-size: 20px;
  }
  .gp-stpete__section .gp-stpete__content h1 {
    font-size: 28px;
  }
  .gp-stpete__section .gp-stpete__content p {
    padding: 0 6rem;
  }
  .gp-stpete__section .gp-stpete__content .gp-stpete__button {
    font-size: 18px;
    padding: 14px 0;
  }
}

@media (min-width: 992px) {
  .homepage .hero-container h1 {
    margin-top: 100px;
  }
}

@media (min-width: 768px) {
  .homepage .city-link {
    float: right;
  }
  .homepage .other-cities ul {
    padding: 0;
  }
  .homepage .other-cities h1 {
    margin-left: 0;
  }
  .homepage .search {
    margin: auto;
    margin-top: 20px;
  }
  .homepage #text-carousel .carousel-content {
    height: auto;
  }
  .homepage #text-carousel .carousel-content .mini-desc {
    float: none;
  }
  .homepage .featured-homes-body h1 {
    font-size: 36px;
    margin: 0;
    margin-top: 40px;
  }
  .homepage .featured-homes-body p {
    padding: 0;
    width: 75%;
  }
  .homepage .featured-homes-body .city-link {
    margin-top: 0px;
    margin-left: 0;
  }
  .homepage .hero-container,
  .homepage .hero-container .container {
    height: 639px;
  }
  .homepage .hero-container .container h1 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 25px;
  }
  .homepage .hero-container .container .hero-text {
    padding-right: 0;
  }
  .homepage .hero-container .container p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 100;
  }
  .homepage .hero-container .container .start-saving-text {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
  }
  .homepage .hero-container .container .no-closing-btn {
    margin-right: 22px;
    font-size: 16px;
    padding: 12px 22px;
    width: 243px;
  }
  .homepage .hero-container .container .no-closing-btn-custom {
    margin-right: 22px;
    font-size: 16px;
    padding: 12px 22px;
  }
  .homepage .hero-container .container .let-me-pay-box {
    padding-top: 20px;
    padding-bottom: 12px;
    width: 100%;
    height: 100%;
    margin-top: 20px;
  }
  .homepage .hero-container .container .let-me-pay-box .title {
    font-size: 26px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
    margin-bottom: 5px;
    font-weight: bold;
  }
  .homepage .hero-container .container .let-me-pay-box .ceo-text {
    font-size: 18px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
  }
  .homepage .hero-container .container .suit-rp {
    right: 30px;
    bottom: 0;
    height: 615px;
    width: auto;
  }
  .homepage .hero-container .container .video-container-homepage iframe {
    margin-top: 100px;
  }
  .homepage .text-slides-container .slick-carousel-indicators li {
    top: 28px;
  }
  .homepage .text-slides-container .item {
    height: 109px;
    padding: 24px 84px;
  }
  .homepage .text-slides-container .item .item-desc .title {
    font-size: 24px;
  }
  .homepage .text-slides-container .item .item-desc .mini-desc {
    font-size: 16px;
  }
  .homepage .text-slides-container .item .item-desc .img-container .text-icon {
    width: 28px;
  }
  .homepage .rp-funding-differences {
    padding-top: 39px;
    padding-bottom: 60px;
    min-height: 593px;
  }
  .homepage .rp-funding-differences .less-gutter .column:nth-child(odd) {
    padding-right: 15px;
  }
  .homepage .rp-funding-differences .less-gutter .column:nth-child(even) {
    padding-left: 15px;
  }
  .homepage .rp-funding-differences .title {
    font-size: 24px;
  }
  .homepage .rp-funding-differences .difference {
    height: 188px;
    margin-bottom: 30px;
  }
  .homepage .rp-funding-differences .difference .difference-img {
    margin-top: 28px;
    margin-bottom: 11px;
  }
  .homepage .rp-funding-differences .difference .difference-img.stopwatch, .homepage .rp-funding-differences .difference .difference-img.verified, .homepage .rp-funding-differences .difference .difference-img.credit-butler, .homepage .rp-funding-differences .difference .difference-img.fast-document {
    height: 80px;
    margin-top: 28px;
  }
  .homepage .rp-funding-differences .difference .difference-text {
    font-size: 20px;
  }
  .homepage .about {
    padding-top: 65px;
    padding-bottom: 35px;
  }
  .homepage .about .title {
    font-size: 24px;
    margin-bottom: 59px;
  }
  .homepage .about .about-carousel {
    margin: 0 auto;
    width: 100%;
  }
  .homepage .about .about-carousel .slick-carousel-indicators {
    list-style: none;
    padding: 0;
    margin: 0;
    bottom: -48px;
  }
  .homepage .about .about-carousel .slick-carousel-indicators li {
    position: absolute;
    top: 25%;
    cursor: pointer;
    display: inline-block;
    color: #1469ab;
    font-size: 48px;
  }
  .homepage .about .about-carousel .slick-carousel-indicators li.slick-disabled {
    opacity: .5;
  }
  .homepage .about .about-carousel .slick-carousel-indicators li.prev {
    left: -54px;
  }
  .homepage .about .about-carousel .slick-carousel-indicators li.next {
    right: -54px;
  }
  .homepage .about .about-carousel .slick-carousel-indicators li.active {
    background-color: #1469ab;
  }
  .homepage .about .about-carousel .about-slides .slick-dots {
    bottom: -12px;
  }
  .homepage .about .about-carousel .about-slides .item {
    border: 1px solid #979797;
    width: 285px;
    height: 385px;
    margin-top: 15px;
    cursor: pointer;
    position: relative;
  }
  .homepage .about .about-carousel .about-slides .item.slick-active:not(.slick-current) {
    border-left-color: transparent;
  }
  .homepage .about .about-carousel .about-slides .item .slide-image {
    height: 250px;
  }
  .homepage .about .about-carousel .about-slides .item .slide-desc {
    background: #ffffff;
    transition: height .5s ease;
    font-weight: bold;
    height: 135px;
    padding: 26px;
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .homepage .about .about-carousel .about-slides .item .slide-desc .slide-title {
    margin-bottom: 20px;
  }
  .homepage .about .about-carousel .about-slides .item .slide-desc .details {
    display: none;
  }
  .homepage .about .about-carousel .about-slides .item:hover .slide-desc {
    height: 200px;
  }
  .homepage .about .about-carousel .about-slides .item:hover .slide-desc .details {
    display: block;
  }
  .homepage .about .about-carousel .about-slides .item:hover .slide-desc .details .slide-text {
    margin-bottom: 25px;
  }
  .homepage .about .about-carousel .carousel-control {
    background: none;
    width: 15px;
    top: 28%;
    color: #1469ab;
    font-size: 48px;
  }
  .homepage .about .about-carousel .carousel-control.left {
    left: -55px;
  }
  .homepage .about .about-carousel .carousel-control.right {
    right: -55px;
  }
  .homepage .about img {
    max-width: 285px;
  }
}

@media (min-width: 992px) {
  .homepage .carousel-content .img-container #houseIcon {
    width: 32px;
  }
  .homepage .hero-container .container h1 {
    font-size: 36px;
  }
  .homepage .hero-container .container .start-saving-text {
    margin-top: 37px;
  }
  .homepage .hero-container .container .let-me-pay-box {
    margin-top: 36px;
    height: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    width: 100%;
    text-align: left;
  }
  .homepage .hero-container .container .let-me-pay-box #payClosingCostContainer {
    text-align: left;
    padding-left: 30px;
  }
  .homepage .hero-container .container .let-me-pay-box .title {
    font-size: 24px;
  }
  .homepage #communityText {
    position: relative;
    top: -12px;
    margin-bottom: 0px;
  }
  .homepage .hero-container .no-closing-btn {
    padding: 10px 15px;
    color: #ffffff;
    width: 196px;
    border-radius: 6px;
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.5), 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    border: solid 3px #ffffff;
    background: transparent;
    margin-bottom: 15px;
    font-weight: bold;
    transition: all .5s;
  }
  .homepage .hero-container .no-closing-btn:hover {
    box-shadow: inset 0 2px 20px 0 rgba(0, 0, 0, 0.8), 0 2px 20px 0 rgba(0, 0, 0, 0.8);
  }
  .homepage .hero-container .video-container-homepage iframe {
    border: none;
    box-shadow: 0 9px 13px 0 rgba(0, 0, 0, 0.5);
    height: 315px;
    width: 100%;
    margin-top: 100px;
  }
  .homepage .listing-card {
    width: 33% !important;
    min-width: 364px !important;
    margin-top: 30px !important;
  }
  .homepage .listing-card .card-info-container .left {
    position: absolute;
  }
  .homepage .listing-card .card-info-container .left .address span:nth-child(1) {
    font-size: 14px !important;
  }
}

@media (min-width: 1200px) {
  .homepage {
    padding-top: 60px;
  }
  .homepage .hero-container h1, .homepage .hero-container .container h1 {
    font-size: 40px;
  }
  .homepage .hero-container .hero-text, .homepage .hero-container .container .hero-text {
    font-size: 18px;
  }
  .homepage #communityText {
    position: relative;
    top: 0px;
    margin-bottom: 20px;
  }
  .homepage .text-slides-container .item {
    padding-top: 36px;
  }
  .homepage .text-slides-container .item .item-desc .img-container {
    margin-right: 15px;
  }
  .homepage .text-slides-container .item .item-desc .title {
    display: inline-block;
    margin-top: 6px;
    margin-right: 15px;
    vertical-align: sub;
  }
}

.approval-butler .hero-container {
  background: url("/images/approval-butler/butler-hero-bg.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.approval-butler .hero-container h1, .approval-butler .hero-container p {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.approval-butler .hero-container .hero-description-text {
  color: #fefefe;
  line-height: 24px;
  font-style: normal;
  font-stretch: normal;
  text-align: justify;
}

.approval-butler .first-text-block {
  color: #525252;
}

.approval-butler .first-text-block .block-heading {
  font-weight: bold;
  line-height: 29px;
  text-align: justify;
}

.approval-butler .first-text-block .block-text {
  line-height: 24px;
  text-align: justify;
}

.approval-butler .second-text-block {
  background-color: #1469ab;
  color: #ffffff;
}

.approval-butler .second-text-block .block-heading {
  font-weight: bold;
  line-height: 1.45;
  text-align: left;
}

.approval-butler .second-text-block .block-text {
  line-height: 1.71;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  text-align: justify;
}

.approval-butler .how-it-works {
  background-color: #f1f1f1;
}

.approval-butler .how-it-works .how-it-works-title {
  font-weight: bold;
  text-align: center;
  color: #151515;
}

.approval-butler .how-it-works .about {
  position: relative;
}

.approval-butler .how-it-works .about .about-carousel {
  position: relative;
  padding-right: 74px;
  padding-left: 74px;
}

.approval-butler .how-it-works .about .about-carousel .slick-carousel-indicators {
  list-style: none;
  padding: 0;
  margin: 0;
  bottom: -48px;
}

.approval-butler .how-it-works .about .about-carousel .slick-carousel-indicators li {
  position: absolute;
  top: 34%;
  cursor: pointer;
  display: inline-block;
  color: #1469ab;
  font-size: 72px;
}

.approval-butler .how-it-works .about .about-carousel .slick-carousel-indicators li.prev {
  left: 0;
}

.approval-butler .how-it-works .about .about-carousel .slick-carousel-indicators li.next {
  right: 0;
}

.approval-butler .how-it-works .about .about-carousel .slick-carousel-indicators li.active {
  background-color: #1469ab;
}

.approval-butler .how-it-works .about .about-carousel .about-slides {
  height: 351px;
}

.approval-butler .how-it-works .about .about-carousel .about-slides .slick-dots {
  position: relative;
}

.approval-butler .how-it-works .about .about-carousel .about-slides .slick-dots li {
  margin: 0;
}

.approval-butler .how-it-works .about .about-carousel .about-slides .slick-dots li button:before {
  font-size: 11px;
  color: #979797;
}

.approval-butler .how-it-works .about .about-carousel .about-slides .slick-dots li.slick-active button:before {
  color: #1469ab;
}

.approval-butler .how-it-works .about .about-carousel .about-slides .item {
  border: 1px solid #979797;
  background: #ffffff;
}

.approval-butler .how-it-works .about .about-carousel .about-slides .item .meet-expert {
  background: url("/images/approval-butler/meet-expert.jpg");
}

.approval-butler .how-it-works .about .about-carousel .about-slides .item .analyze {
  background: url("/images/approval-butler/analyze.jpg");
}

.approval-butler .how-it-works .about .about-carousel .about-slides .item .take-action {
  background: url("/images/approval-butler/take-action.jpg");
}

.approval-butler .how-it-works .about .about-carousel .about-slides .item .on-track {
  background: url("/images/approval-butler/stay-on-track.jpg");
}

.approval-butler .how-it-works .about .about-carousel .about-slides .item .slide-image {
  height: 351px;
  width: 45%;
  margin-right: 68px;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
}

.approval-butler .how-it-works .about .about-carousel .about-slides .item .slide-desc {
  text-align: left;
  padding-top: 96px;
}

.approval-butler .how-it-works .about .about-carousel .about-slides .item .slide-desc .slide-title {
  font-size: 24px;
  margin-bottom: 15px;
  color: #444444;
}

.approval-butler .how-it-works .about .about-carousel .about-slides .item .slide-desc .slide-text {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.71;
  padding-right: 34px;
}

.approval-butler .disclaimer {
  text-align: center;
}

@media (max-width: 768px) {
  .approval-butler .hero-container,
  .approval-butler .hero-container .container {
    padding-bottom: 15px;
  }
  .approval-butler .hero-container {
    background-position: bottom right;
    overflow: visible;
  }
  .approval-butler .hero-container .container .hero-description-text {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
  }
  .approval-butler .hero-container .container h1 {
    font-weight: bold;
    margin-top: 10px;
  }
  .approval-butler .hero-container .container p {
    font-size: 24px;
    line-height: 1.42;
    text-align: center;
  }
  .approval-butler .disclaimer {
    margin-top: 30px;
  }
}

@media (min-width: 768px) {
  .approval-butler .hero-container {
    padding-bottom: 50px;
  }
  .approval-butler .hero-container .container h1 {
    margin-top: 50px;
    margin-bottom: 25px;
  }
  .approval-butler .hero-container .container .hero-description-text {
    margin-top: 25px;
  }
}

@media (min-width: 769px) {
  .approval-butler .hero-container .container h1 {
    font-weight: bold;
    line-height: 52px;
  }
  .approval-butler .hero-container .container p {
    font-size: 24px;
    font-family: Roboto;
    line-height: normal;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    text-align: justify;
    color: #ffffff;
  }
}

@media (max-width: 992px) {
  .approval-butler .how-it-works .about {
    padding-top: 0;
  }
  .approval-butler .how-it-works .about .about-carousel {
    height: auto;
    padding-right: 0;
    padding-left: 0;
  }
  .approval-butler .how-it-works .about .about-carousel .about-slides .slick-dots {
    position: relative;
  }
  .approval-butler .how-it-works .about .about-carousel .about-slides .item .slide-image {
    float: none;
    height: 184px;
    width: 100%;
  }
  .approval-butler .how-it-works .about .about-carousel .about-slides .item .slide-desc {
    height: auto;
    width: 100%;
    padding: 10px;
  }
  .approval-butler .how-it-works .about .about-carousel .about-slides .item .slide-desc .slide-text {
    padding-right: 0;
  }
}

@media (min-width: 1200px) {
  .approval-butler .text-slides-container .item {
    padding-top: 36px;
  }
}

.accelerated-closing-page .hero-container {
  background: url("/images/closing-costs-refinance/closingcostmobile-bg.jpg") center right;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.accelerated-closing-page .hero-container h1 {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  font-weight: bold;
}

.accelerated-closing-page .hero-container p {
  font-size: 14px;
}

.accelerated-closing-page .in-between-text p {
  margin-top: 20px;
  line-height: 1.5;
}

.accelerated-closing-page .carousel-container {
  background-color: #f1f1f1;
  padding-bottom: 75px;
}

.accelerated-closing-page .carousel-container h2 {
  color: #303030;
  margin-bottom: 30px;
  margin-top: 40px;
}

.accelerated-closing-page .carousel-container .carousel {
  position: relative;
}

.accelerated-closing-page .carousel-container .carousel .about-carousel {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.accelerated-closing-page .carousel-container .carousel .about-carousel .slick-carousel-indicators {
  list-style: none;
  padding: 0;
  margin: 0;
  bottom: -48px;
}

.accelerated-closing-page .carousel-container .carousel .about-carousel .slick-carousel-indicators li {
  position: absolute;
  top: 34%;
  cursor: pointer;
  display: inline-block;
  color: #1469ab;
  font-size: 72px;
}

.accelerated-closing-page .carousel-container .carousel .about-carousel .slick-carousel-indicators li.prev {
  left: -50px;
}

.accelerated-closing-page .carousel-container .carousel .about-carousel .slick-carousel-indicators li.next {
  right: -50px;
}

.accelerated-closing-page .carousel-container .carousel .about-carousel .slick-carousel-indicators li.active {
  background-color: #1469ab;
}

.accelerated-closing-page .carousel-container .carousel .about-carousel .about-slides .slick-dots {
  position: relative;
}

.accelerated-closing-page .carousel-container .carousel .about-carousel .about-slides .slick-dots li {
  margin: 0;
}

.accelerated-closing-page .carousel-container .carousel .about-carousel .about-slides .slick-dots li button:before {
  font-size: 11px;
  color: #979797;
}

.accelerated-closing-page .carousel-container .carousel .about-carousel .about-slides .slick-dots li.slick-active button:before {
  color: #1469ab;
}

.accelerated-closing-page .carousel-container .carousel .about-carousel .about-slides .item {
  border: 1px solid #979797;
  background-color: #ffffff;
}

.accelerated-closing-page .carousel-container .carousel .about-carousel .about-slides .item .one-process {
  background: url("/images/closing-costs-refinance/allinoneprocessing.jpg");
}

.accelerated-closing-page .carousel-container .carousel .about-carousel .about-slides .item .stay-informed {
  background: url("/images/closing-costs-refinance/stayinformed.jpg");
}

.accelerated-closing-page .carousel-container .carousel .about-carousel .about-slides .item .dedicated {
  background: url("/images/closing-costs-refinance/dedicatedteam.jpg");
}

.accelerated-closing-page .carousel-container .carousel .about-carousel .about-slides .item .challenge {
  background: url("/images/closing-costs-refinance/1000challenge-09.jpg");
}

.accelerated-closing-page .carousel-container .carousel .about-carousel .about-slides .item .slide-image {
  height: 351px;
  width: 100%;
  margin-right: 68px;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
}

.accelerated-closing-page .carousel-container .carousel .about-carousel .about-slides .item .slide-desc {
  text-align: left;
  padding-top: 96px;
  margin-left: 10px;
}

.accelerated-closing-page .carousel-container .carousel .about-carousel .about-slides .item .slide-desc .slide-title {
  font-size: 14px;
  margin-bottom: 15px;
  margin-top: 15px;
  color: #444444;
}

.accelerated-closing-page .carousel-container .carousel .about-carousel .about-slides .item .slide-desc .slide-text {
  font-size: 12px;
  font-weight: 300;
  line-height: 2;
  padding-right: 34px;
}

.accelerated-closing-page .learn-more-section .arrow {
  border-top-color: #f1f1f1;
}

@media (min-width: 768px) {
  .accelerated-closing-page .hero-container {
    background: url("/images/closing-costs-refinance/acceleratedclosingbg.jpg") center right;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .accelerated-closing-page .hero-container h1 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
  }
  .accelerated-closing-page .hero-container h2 {
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    line-height: 1.4;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .accelerated-closing-page .hero-container p {
    font-size: 16px;
    margin-bottom: 0;
  }
  .accelerated-closing-page .carousel-container .carousel .about-carousel {
    width: 85%;
  }
  .accelerated-closing-page .carousel-container .carousel .about-carousel .about-slides {
    height: 351px;
  }
  .accelerated-closing-page .carousel-container .carousel .about-carousel .about-slides .slick-dots {
    bottom: -25px;
  }
  .accelerated-closing-page .carousel-container .carousel .about-carousel .about-slides .item .slide-image {
    height: 351px;
    width: 45%;
  }
  .accelerated-closing-page .carousel-container .carousel .about-carousel .about-slides .item .slide-desc {
    padding-top: 40px;
  }
  .accelerated-closing-page .carousel-container .carousel .about-carousel .about-slides .item .slide-desc .slide-title {
    font-size: 24px;
  }
  .accelerated-closing-page .carousel-container .carousel .about-carousel .about-slides .item .slide-desc .slide-text {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .accelerated-closing-page .about-carousel {
    height: auto;
    padding-right: 0;
    padding-left: 0;
  }
  .accelerated-closing-page .about-carousel .about-slides .slick-dots {
    position: relative;
  }
  .accelerated-closing-page .about-carousel .about-slides .item .slide-image {
    float: none;
    height: 184px;
    width: 100%;
  }
  .accelerated-closing-page .about-carousel .about-slides .item .slide-desc {
    height: auto;
    width: 100%;
    padding: 10px;
  }
  .accelerated-closing-page .about-carousel .about-slides .item .slide-desc .slide-text {
    padding-right: 0;
  }
}

.fastdoc-page .hero-container {
  padding: 70px;
  background: url("/images/fastdoc/fastdoc-hero.jpg") center right;
  height: 450px;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
}

.fastdoc-page .hero-container h1 {
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  color: #fefefe;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.fastdoc-page .hero-container p {
  font-weight: 200;
  max-width: 550px;
}

.fast-doc-container .affix {
  width: 265px;
  top: 148px;
}

.fast-doc-container .affix-bottom {
  position: absolute;
  width: 265px;
}

.fast-doc-container .fast-doc-bonus {
  font-weight: 700;
  margin-top: 30px;
}

.fast-doc-container .basic-doc-title {
  margin-top: 30px;
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  text-align: left;
  color: #474747;
}

.fast-doc-container .basic-doc-body {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  color: #474747;
}

.fast-doc-container .section-links-container {
  display: none;
  z-index: 5;
  height: 196px;
  border-radius: 6px;
  background-color: #1469ab;
  border: solid 1px #e3e3e3;
  padding: 30px;
}

.fast-doc-container .section-links-container a {
  display: block;
  margin-bottom: 15px;
  height: 25px;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  text-align: left;
  color: #ffffff;
}

.fast-doc-container .section-links-container-fixed {
  height: 196px;
  border-radius: 6px;
  background-color: #1469ab;
  border: solid 1px #e3e3e3;
  padding: 30px;
}

.fast-doc-container .section-links-container-fixed a {
  display: block;
  margin-bottom: 15px;
  height: 25px;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  text-align: left;
  color: #ffffff;
}

.fast-doc-container .accordian-section h2 {
  margin-left: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
}

.fast-doc-container .accordian-section .accordian-start {
  border-radius: 6px 6px 0 0;
}

.fast-doc-container .accordian-section .accordian-end {
  border-radius: 0px 0px 6px 6px;
}

.fast-doc-container .accordian-section .accordian-btn {
  width: 100%;
  height: 68px;
  background-color: #f7f7f7;
  border: solid 1px #e2e2e2;
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  padding-left: 20px;
  text-align: left;
  color: #474747;
}

.fast-doc-container .accordian-section .accordian-btn:focus {
  outline: 0;
}

.fast-doc-container .accordian-section .accordian-btn .fa {
  float: right;
  margin-right: 20px;
  font-weight: 900;
}

.fast-doc-container .accordian-section .accordian-btn .fa-angle-down {
  display: none;
}

.fast-doc-container .accordian-section .accordian-btn.collapsed .fa-angle-down {
  display: inline-block;
}

.fast-doc-container .accordian-section .accordian-btn.collapsed .fa-angle-up {
  display: none;
}

.fast-doc-container .accordian-section .accordian-dropdown {
  padding-top: 15px;
  width: 100%;
  background-color: #ffffff;
  border: solid 1px #e2e2e2;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  text-align: left;
  color: #474747;
}

.disclaimer-container {
  margin-top: 50px;
  color: #ffffff;
}

.disclaimer-container .disclaimer-row {
  color: #ffffff;
  height: 211px;
  font-size: 25px;
  text-align: center;
  background-color: #1469ab;
  padding: 40px;
  font-weight: 900;
}

.disclaimer-container .disclaimer-row p:first-child {
  margin-top: 40px;
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  text-align: center;
  color: #ffffff;
}

.disclaimer-container .disclaimer-row p:last-child {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  text-align: center;
  color: #ffffff;
}

.fastdoc-page .learn-more-section .arrow {
  border-top-color: #1469ab;
}

@media (max-width: 768px) {
  .fast-doc-container .fast-doc-bonus {
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.45;
    text-align: left;
    color: #525252;
  }
  .fast-doc-container .basic-doc-title {
    margin-top: 30px;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    text-align: left;
    color: #474747;
  }
  .fast-doc-container .basic-doc-body {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    text-align: left;
    color: #525252;
    margin-bottom: 20px;
  }
  .fast-doc-container .section-links-container-fixed {
    display: none;
  }
  .fast-doc-container .section-links-container {
    display: block;
  }
  .fast-doc-container .section-links-container a {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 0;
  }
  .fast-doc-container .accordian-section h2 {
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    text-align: left;
    color: #474747;
  }
  .fast-doc-container .accordian-section .accordian-btn {
    width: 100%;
    height: 68px;
    background-color: #f7f7f7;
    border: solid 1px #e2e2e2;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    text-align: left;
    color: #474747;
  }
  .fast-doc-container .accordian-section .accordian-btn .accordian-long-text {
    display: inline-block;
    width: 85%;
  }
  .fast-doc-container .accordian-section .accordian-btn .fa-long-text {
    margin-top: 8px;
  }
  .fast-doc-container .accordian-section .accordian-btn .fa {
    float: right;
    margin-right: 20px;
    font-weight: 900;
  }
  .fast-doc-container .accordian-section .accordian-btn .fa-angle-down {
    display: none;
  }
  .fast-doc-container .accordian-section .accordian-btn.collapsed .fa-angle-down {
    display: inline-block;
  }
  .fast-doc-container .accordian-section .accordian-btn.collapsed .fa-angle-up {
    display: none;
  }
  .fast-doc-container .accordian-section .accordian-btn:focus {
    outline: 0;
  }
  .fast-doc-container .accordian-section .accordian-dropdown {
    padding-top: 15px;
    width: 100%;
    background-color: #ffffff;
    border: solid 1px #e2e2e2;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    text-align: left;
    color: #474747;
  }
  .disclaimer-container {
    margin-top: 50px;
  }
  .disclaimer-container .disclaimer-row {
    height: 353px;
    background-color: #1469ab;
    padding: 20px;
  }
  .disclaimer-container .disclaimer-row p:first-child {
    margin-top: 20px;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    text-align: center;
    color: #ffffff;
  }
  .disclaimer-container .disclaimer-row p:last-child {
    margin-top: 60px;
    width: 100%;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    text-align: center;
    color: #ffffff;
  }
  .fastdoc-page .hero-container {
    background: url("../images/fastdoc/fastdoc-hero.jpg") center right;
    height: 480px;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    padding: 20px 20px 20px 20px;
  }
  .fastdoc-page .hero-container h1 {
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    color: #fefefe;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    margin-top: 0;
  }
  .fastdoc-page .hero-container h1 span {
    font-size: 30px;
    font-weight: 900;
  }
  .fastdoc-page .hero-container h2 {
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  }
  .fastdoc-page .hero-container p {
    max-width: 100%;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    margin: 0;
    text-align: center;
    text-align: justify;
    color: #fefefe;
  }
}

@media (min-width: 768px) {
  .fastdoc-page .hero-container {
    padding-top: 50px;
    padding-bottom: 50px;
    height: auto;
  }
  .fastdoc-page .hero-container h1,
  .fastdoc-page .hero-container h2 {
    margin-top: 0;
    margin-bottom: 25px;
  }
  .fastdoc-page .hero-container p {
    margin-bottom: 0;
  }
}

@media (max-width: 992px) {
  .fast-doc-container .section-links-container-fixed {
    display: none;
  }
  .fast-doc-container .section-links-container {
    display: block;
  }
  .fast-doc-container .section-links-container a {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 0;
  }
}

.contact-us-page .hero-container {
  background: #001a3a;
  padding-top: 40px;
  color: #ffffff;
}

.contact-us-page .hero-container h1 {
  margin-bottom: 30px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.contact-us-page .hero-container .hero-text {
  font-size: 18px;
  margin-bottom: 30px;
}

.contact-us-page .hero-container .contact-form {
  background: #ffffff;
  padding: 25px 15px 15px;
  margin-bottom: 15px;
  max-width: 487px;
  min-height: 423px;
}

.contact-us-page .hero-container .contact-form .title {
  color: #000000;
  font-size: 18px;
  font-weight: bold;
}

.contact-us-page .hero-container .contact-form .form-group {
  margin-bottom: 20px;
}

.contact-us-page .hero-container .contact-form input {
  height: 40px;
  border: solid 1px #e0e0e0;
  margin-bottom: 10px;
  border-radius: 0;
}

.contact-us-page .hero-container .contact-form textarea {
  border-radius: 0;
  height: 108px;
  margin-bottom: 10px;
}

.contact-us-page .hero-container .contact-form button {
  height: 40px;
  border-radius: 6px;
  background-color: #ffffff;
  border: solid 3px #1469ab;
  color: #1469ab;
  width: 100%;
  font-weight: bold;
}

.contact-us-page .hero-container .contact-form .success {
  text-align: center;
  margin-top: 30%;
}

.contact-us-page .hero-container .contact-form .success p {
  font-size: 18px;
  color: #000000;
}

.contact-us-page .hero-container .contact-form .success p.thanks-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #1469ab;
}

.contact-us-page .content-container {
  padding-top: 15px;
  padding-bottom: 40px;
  background: #f6f6f6;
}

.contact-us-page .content-container .address {
  font-size: 18px;
}

.contact-us-page .content-container .map {
  border: solid 1px #979797;
  width: 100%;
  height: 278px;
  margin-top: 15px;
}

.contact-us-page .learn-more-section .arrow {
  border-top-color: #f6f6f6;
}

@media (min-width: 768px) {
  .contact-us-page .hero-container {
    padding-top: 50px;
  }
  .contact-us-page .content-container .map {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .contact-us-page .hero-container h1 {
    margin-top: 95px;
  }
  .contact-us-page .hero-container .hero-text {
    font-size: 24px;
  }
  .contact-us-page .hero-container .contact-form {
    padding: 45px 47px 47px;
    margin-bottom: 50px;
    min-height: 526px;
    float: right;
    width: 100%;
  }
  .contact-us-page .hero-container .contact-form .title {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .contact-us-page .hero-container .contact-form input {
    height: 45px;
    font-size: 18px;
  }
  .contact-us-page .hero-container .contact-form textarea {
    font-size: 18px;
  }
  .contact-us-page .hero-container .contact-form button {
    height: 52px;
    width: 133px;
    border-radius: 6px;
    font-size: 18px;
    font-weight: bold;
  }
  .contact-us-page .content-container {
    padding-bottom: 56px;
  }
  .contact-us-page .content-container .map {
    margin-top: 48px;
    width: 378px;
    height: 359px;
  }
  .contact-us-page .content-container .address {
    margin-top: 130px;
    font-size: 24px;
  }
}

.no-closing-cost .hero-section {
  background: #1469ab url("/images/no-closing-cost/hero.jpg") no-repeat;
  background-size: cover;
  color: #ffffff;
  background-repeat: none;
  overflow: hidden;
  position: relative;
  padding-bottom: 0;
}

.no-closing-cost .hero-section h1 {
  font-weight: bold;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.no-closing-cost .hero-section h1 span {
  font-weight: 100;
  margin-bottom: 10px;
  display: block;
}

.no-closing-cost .hero-section h2 {
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  line-height: 1.4;
  margin-bottom: 25px;
}

.no-closing-cost .hero-section .the-form {
  background-color: #ffffff;
  border-radius: 8px;
  margin-bottom: 30px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.5);
  font-family: 'Ubuntu', sans-serif;
}

.no-closing-cost .hero-section .the-form form {
  padding: 15px;
  color: black;
}

.no-closing-cost .hero-section .the-form form h3 {
  font-weight: normal;
  font-size: 24px;
  margin-bottom: 15px;
  margin-top: 0;
  letter-spacing: 0px;
}

.no-closing-cost .hero-section .the-form form input {
  border-radius: 8px;
}

.no-closing-cost .hero-section .the-form form label {
  color: #666;
}

.no-closing-cost .hero-section .the-form form .submit-button-holder {
  text-align: center;
}

.no-closing-cost .hero-section .the-form form .submit-button-holder button {
  width: 100%;
  background-color: #ff8f00;
  color: white;
  margin-bottom: 10px;
  padding: 10px;
  border: none;
  box-shadow: 0px 2px 8px 0 rgba(0, 0, 0, 0.3);
}

.no-closing-cost .hero-section .the-form form .submit-button-holder button:hover {
  background-color: #FFBA64;
}

.no-closing-cost .hero-section .cta-bar {
  color: white;
  background-color: #001a3a;
  width: 100%;
}

.no-closing-cost .hero-section .cta-bar span {
  font-size: 16px;
  display: block;
  padding-bottom: 10px;
  padding-top: 10px;
}

.no-closing-cost .hero-section .cta-bar i {
  display: none;
}

.no-closing-cost #cc-state-container {
  margin: auto;
  padding-top: 30px;
  padding-bottom: 10px;
}

.no-closing-cost #cc-state-container .cc-state-select-inner {
  margin-left: 16.66666667%;
  width: 66.66666667%;
}

.no-closing-cost .content-section {
  padding-top: 28px;
}

.no-closing-cost .content-section p {
  line-height: 1.71;
}

.no-closing-cost .content-section p.bbb-text {
  line-height: .7;
}

.no-closing-cost .content-section .title {
  font-size: 20px;
  font-weight: bold;
}

.no-closing-cost .content-section .reasons .reason-item {
  margin-bottom: 10px;
}

.no-closing-cost .content-section .reasons img {
  width: 20px;
  border: none;
  float: left;
  margin-right: 20px;
}

.no-closing-cost .content-section .reasons p {
  float: left;
}

.no-closing-cost .banner-section {
  background: #1469ab;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #ffffff;
}

.no-closing-cost .banner-section p {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}

.no-closing-cost .lendor-fees-section {
  background: #f8f8f8;
}

.no-closing-cost .lendor-fees-section .title {
  font-size: 20px;
  font-weight: bold;
}

.no-closing-cost .lendor-fees-section img {
  height: 625px;
  background: #1469ab;
  width: 100%;
  border: none;
}

.no-closing-cost .lendor-fees-section .claim-btn {
  width: 100%;
  white-space: normal;
  color: #ffffff;
  background: #1469ab;
  margin: 18px auto;
  padding-top: 18px;
  padding-bottom: 18px;
}

.no-closing-cost .lendor-fees-section .claim-btn:hover {
  background-color: #0068c5;
}

.no-closing-cost .video-section {
  margin-bottom: 20px;
}

.no-closing-cost .video-section .video {
  height: 209px;
  background: #1469ab;
  margin-left: -15px;
  margin-right: -45px;
}

.no-closing-cost .video-section .video-info {
  text-align: center;
  padding-top: 35px;
  padding-bottom: 35px;
  margin-left: -15px;
  margin-right: -15px;
}

.no-closing-cost .video-section .video-info .title {
  font-size: 24px;
  font-weight: bold;
}

.no-closing-cost .video-section .video-info .link {
  font-size: 18px;
  text-decoration: underline;
}

.no-closing-cost .video-section .container h2 {
  text-align: center;
}

.no-closing-cost .call-to-action-container {
  background: #1469ab;
}

.no-closing-cost .call-to-action-container .call-to-action {
  color: #ffffff;
  min-height: 211px;
  text-align: center;
  background-color: #1469ab;
  padding-top: 40px;
  padding-bottom: 40px;
  font-weight: 900;
}

.no-closing-cost .call-to-action-container .call-to-action p {
  margin-bottom: 30px;
  font-size: 26px;
}

.no-closing-cost .call-to-action-container .call-to-action a {
  text-decoration: none;
  width: 442px;
  height: 52px;
  background-color: transparent;
  border-radius: 8px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  border: solid 3px #ffffff;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  padding: 14px 45px;
}

.no-closing-cost .grand-prix-spacer {
  padding-top: 40px;
}

@media (max-width: 899px) {
  .no-closing-cost .grand-prix-spacer {
    padding-top: 20px;
  }
}

@media (min-width: 768px) {
  .no-closing-cost .hero-section {
    padding-top: 50px;
    padding-bottom: 0;
    height: auto;
  }
  .no-closing-cost .hero-section .container {
    display: flex;
    align-items: center;
  }
  .no-closing-cost .hero-section h1 {
    margin-top: 0;
    margin-bottom: 8px;
  }
  .no-closing-cost .hero-section h1 span {
    font-weight: bold;
  }
  .no-closing-cost .hero-section h2 {
    margin-top: 25px;
  }
  .no-closing-cost .hero-section p {
    margin-bottom: 0;
  }
  .no-closing-cost #cc-state-container {
    margin: auto;
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .no-closing-cost #cc-state-container .cc-state-select-inner {
    margin-left: 41.66666667%;
    width: 16.66666667%;
  }
  .no-closing-cost .content-section {
    padding-top: 77px;
    padding-bottom: 0;
  }
  .no-closing-cost .content-section p {
    font-size: 16px;
    margin-bottom: 36px;
  }
  .no-closing-cost .content-section p.bbb-text {
    line-height: 1.71;
  }
  .no-closing-cost .content-section .title {
    font-size: 24px;
    margin-bottom: 30px;
    margin-top: 80px;
  }
  .no-closing-cost .content-section .title.other {
    text-align: center;
    font-size: 36px;
  }
  .no-closing-cost .content-section .reasons .reason-item {
    min-height: 227px;
  }
  .no-closing-cost .content-section .reasons img {
    float: none;
    margin: 0 auto 15px;
    background: #ffffff;
  }
  .no-closing-cost .content-section .reasons img.phone-check {
    width: 60px;
    margin-top: 16px;
  }
  .no-closing-cost .content-section .reasons img.bbb {
    width: 75px;
    margin-top: 25px;
    margin-bottom: 34px;
  }
  .no-closing-cost .content-section .reasons img.ribbon {
    width: 50px;
  }
  .no-closing-cost .content-section .reasons img.calendar {
    margin-top: 14px;
    width: 60px;
  }
  .no-closing-cost .content-section .reasons img.stamp {
    margin-top: 16px;
    width: 45px;
  }
  .no-closing-cost .content-section .reasons img.fees {
    margin-top: 6px;
    width: 78px;
  }
  .no-closing-cost .content-section .reasons img.hand-shake {
    width: 70px;
  }
  .no-closing-cost .content-section .reasons img.folder {
    margin-top: 5px;
    width: 78px;
  }
  .no-closing-cost .content-section .reasons p {
    font-size: 16px;
    text-align: center;
    float: none;
    margin-bottom: 40px;
  }
  .no-closing-cost .banner-section {
    padding-top: 52px;
    height: 528px;
    position: absolute;
    width: 100%;
    z-index: -1;
  }
  .no-closing-cost .banner-section p {
    font-size: 36px;
    font-weight: bold;
  }
  .no-closing-cost .lendor-fees-section {
    background: #ffffff;
  }
  .no-closing-cost .lendor-fees-section .claim-btn {
    font-size: 24px;
    display: block;
    padding: 20px 25px;
  }
  .no-closing-cost .video-section {
    margin-bottom: 30px;
  }
  .no-closing-cost .video-section .video {
    margin: 0;
    height: 313px;
  }
  .no-closing-cost .video-section .video-info {
    margin: 0;
    padding-top: 0;
  }
  .no-closing-cost .video-section .video-info .title {
    font-size: 36px;
    margin-bottom: 35px;
  }
  .no-closing-cost .video-section .video-info .link {
    color: #000000;
  }
}

@media (min-width: 992px) {
  .no-closing-cost .hero-section {
    box-shadow: 0 6px 10px 0 rgba(8, 32, 54, 0.5);
    overflow: visible;
  }
  .no-closing-cost .hero-section .form-positioner {
    z-index: 1;
    bottom: -6px;
  }
  .no-closing-cost .hero-section .form-positioner .the-form {
    margin-bottom: 0;
  }
  .no-closing-cost .hero-section .cta-bar {
    position: absolute;
    bottom: 0;
  }
  .no-closing-cost .hero-section .cta-bar span {
    font-size: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .no-closing-cost .hero-section .cta-bar span i {
    display: inline;
  }
  .no-closing-cost .content-section .reasons .reason-item {
    min-height: 200px;
  }
  .no-closing-cost .lendor-fees-section {
    background: #ffffff;
  }
  .no-closing-cost .lendor-fees-section .claim-btn {
    width: 65%;
    margin-top: 20px;
  }
  .no-closing-cost .video-section .video-info {
    padding-top: 35px;
  }
}

@media (min-width: 1199px) {
  .no-closing-cost .hero-section .cta-bar span {
    font-size: 24px;
  }
  .no-closing-cost .hero-section .subtitle {
    margin-bottom: 25px;
    margin-top: 25px;
  }
}

.about-rp-page .hero-section {
  background: url("/images/about-rp/hero.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  padding-top: 24px;
  padding-bottom: 30px;
}

.about-rp-page .hero-section h1 {
  margin-top: 0;
  font-weight: bold;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.about-rp-page .hero-section p {
  font-size: 18px;
}

.about-rp-page .hero-section .sub-title {
  font-size: 24px;
  display: block;
  margin-top: 15px;
  margin-bottom: 25px;
}

.about-rp-page .hero-section .video-container iframe {
  width: 100%;
  height: 166px;
  border: none;
  box-shadow: 0 9px 13px 0 rgba(0, 0, 0, 0.5);
}

.about-rp-page .hero-section .grand-prix-spacer {
  padding-top: 10px;
}

.about-rp-page .content-section {
  position: relative;
}

.about-rp-page .content-section .main-robert-row {
  position: relative;
  margin-right: -15px;
  margin-left: -15px;
}

.about-rp-page .content-section .main-robert-row h2 {
  width: 55%;
  margin-bottom: 75px;
  padding-top: 30px;
  color: #1469ab;
}

.about-rp-page .content-section .main-robert-row .page-rp {
  position: absolute;
  right: 0;
  top: -20px;
  width: 100px;
}

.about-rp-page .content-section .main-robert-row p {
  font-size: 18px;
}

.about-rp-page .content-section .starting-over-row {
  margin-top: 40px;
}

.about-rp-page .content-section .starting-over-row,
.about-rp-page .content-section .changing-row,
.about-rp-page .content-section .standing-up-row,
.about-rp-page .content-section .expanding-row {
  background: #f8f8f8;
  padding-bottom: 30px;
}

.about-rp-page .content-section .starting-over-row .img-container,
.about-rp-page .content-section .changing-row .img-container,
.about-rp-page .content-section .standing-up-row .img-container,
.about-rp-page .content-section .expanding-row .img-container {
  padding-right: 0;
  padding-left: 0;
}

.about-rp-page .content-section .starting-over-row .img-container img,
.about-rp-page .content-section .changing-row .img-container img,
.about-rp-page .content-section .standing-up-row .img-container img,
.about-rp-page .content-section .expanding-row .img-container img {
  height: 244px;
  background: #1469ab;
  width: 100%;
}

.about-rp-page .content-section .starting-over-row h2,
.about-rp-page .content-section .changing-row h2,
.about-rp-page .content-section .standing-up-row h2,
.about-rp-page .content-section .expanding-row h2 {
  margin-bottom: 30px;
}

.about-rp-page .content-section .starting-over-row p,
.about-rp-page .content-section .changing-row p,
.about-rp-page .content-section .standing-up-row p,
.about-rp-page .content-section .expanding-row p {
  font-size: 18px;
}

.about-rp-page .content-section .expanding-row {
  padding-bottom: 50px;
}

.about-rp-page .learn-more-section .arrow {
  border-top-color: #f8f8f8;
}

@media (max-width: 899px) {
  .about-rp-page .hero-section .grand-prix-spacer {
    padding-top: 20px;
  }
}

@media (min-width: 768px) {
  .about-rp-page .hero-section {
    padding-top: 50px;
    padding-bottom: 200px;
  }
  .about-rp-page .hero-section h1 {
    margin-top: 0;
    margin-bottom: 25px;
  }
  .about-rp-page .hero-section p {
    font-size: 16px;
    line-height: 2.13;
  }
  .about-rp-page .hero-section .sub-title {
    font-size: 36px;
    display: inline;
    font-weight: bold;
  }
  .about-rp-page .hero-section .video-container iframe {
    margin-top: 25px;
    height: 258px;
  }
  .about-rp-page .content-section {
    background: #f8f8f8;
  }
  .about-rp-page .content-section .main-robert-row {
    position: absolute;
    top: -110px;
    margin-right: 0;
    margin-left: 0;
    padding: 44px 0 50px 30px;
    border: solid 1px #979797;
    background: #ffffff;
  }
  .about-rp-page .content-section .main-robert-row h2 {
    margin-top: 0;
    margin-bottom: 50px;
    padding: 0;
    width: 100%;
  }
  .about-rp-page .content-section .main-robert-row .page-rp {
    right: -1px;
    bottom: 0;
    top: -418px;
  }
  .about-rp-page .content-section .starting-over-row {
    margin-top: 400px;
  }
  .about-rp-page .content-section .starting-over-row,
  .about-rp-page .content-section .changing-row,
  .about-rp-page .content-section .standing-up-row,
  .about-rp-page .content-section .expanding-row,
  .about-rp-page .content-section .starting-over-row {
    margin-bottom: 60px;
  }
  .about-rp-page .content-section .starting-over-row .img-container,
  .about-rp-page .content-section .changing-row .img-container,
  .about-rp-page .content-section .standing-up-row .img-container,
  .about-rp-page .content-section .expanding-row .img-container,
  .about-rp-page .content-section .starting-over-row .img-container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .about-rp-page .content-section .starting-over-row .img-container img,
  .about-rp-page .content-section .changing-row .img-container img,
  .about-rp-page .content-section .standing-up-row .img-container img,
  .about-rp-page .content-section .expanding-row .img-container img,
  .about-rp-page .content-section .starting-over-row .img-container img {
    height: auto;
    width: 100%;
  }
  .about-rp-page .content-section .starting-over-row .txt-container,
  .about-rp-page .content-section .standing-up-row .txt-container {
    padding-right: 100px;
  }
  .about-rp-page .content-section .changing-row .txt-container,
  .about-rp-page .content-section .expanding-row .txt-container {
    padding-left: 100px;
  }
}

@media (min-width: 992px) {
  .about-rp-page .content-section .main-robert-row h2 {
    margin-top: 0;
    margin-bottom: 25px;
    padding: 0;
    width: 100%;
  }
  .about-rp-page .content-section .main-robert-row .page-rp {
    right: -1px;
    bottom: 0;
    width: 389px;
    top: -113px;
  }
  .about-rp-page .content-section .starting-over-row {
    margin-top: 500px;
  }
}

@media (min-width: 1200px) {
  .about-rp-page .content-section .main-robert-row .page-rp {
    right: -1px;
    bottom: 0;
    width: 389px;
    top: -188px;
  }
  .about-rp-page .content-section .starting-over-row {
    margin-top: 400px;
  }
}

.careers-page .hero-container {
  padding-top: 35px;
  background: url("/images/careers/careers-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 44%;
  color: #ffffff;
}

.careers-page .hero-container h1 {
  margin-bottom: 35px;
}

.careers-page .hero-container p {
  margin-bottom: 35px;
}

.careers-page .hero-container .email {
  font-size: 18px;
  text-decoration: underline;
  color: #ffffff;
  margin-bottom: 35px;
  display: inline-block;
}

.careers-page .content-container {
  padding-top: 44px;
}

.careers-page .content-container h2 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 0;
}

.careers-page .content-container .positions .position {
  margin-bottom: 50px;
}

.careers-page .content-container .positions .position .position-title {
  font-size: 24px;
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 25px;
  display: inline-block;
  cursor: pointer;
}

.careers-page .content-container .positions .position .position-location,
.careers-page .content-container .positions .position .position-state {
  font-size: 18px;
  margin-bottom: 0;
}

.careers-page .content-container .positions .position .position-state {
  margin-bottom: 10px;
}

.careers-page .content-container .disclaimer {
  font-size: 12px;
  margin-bottom: 50px;
}

.career-details-page .hero-container {
  padding-top: 22px;
  padding-bottom: 32px;
  background: #003c5c;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  color: #ffffff;
}

.career-details-page .hero-container h1 {
  font-size: 34px;
  margin-top: 0;
}

.career-details-page .hero-container .position-location,
.career-details-page .hero-container .position-state {
  font-size: 24px;
}

.career-details-page .content-container {
  padding-bottom: 30px;
}

.career-details-page .content-container h2 {
  font-size: 24px;
}

.career-details-page .content-container p {
  font-size: 18px;
}

@media (min-width: 768px) {
  .careers-page .hero-container h1 {
    font-size: 48px;
    font-weight: bold;
    line-height: 1.08;
    margin-bottom: 30px;
  }
  .careers-page .hero-container p {
    font-size: 24px;
    font-weight: 100;
  }
  .careers-page .hero-container .email {
    font-size: 24px;
    margin-bottom: 60px;
  }
  .careers-page .content-container {
    padding-top: 30px;
  }
  .careers-page .content-container h2 {
    font-size: 36px;
    margin-bottom: 36px;
  }
  .careers-page .content-container .positions .position .position-title {
    margin-bottom: 18px;
  }
  .careers-page .content-container hr {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .careers-page .content-container .disclaimer {
    margin-bottom: 40px;
  }
  .career-details-page .hero-container {
    padding-top: 54px;
  }
  .career-details-page .hero-container h1 {
    font-size: 48px;
    font-weight: bold;
    line-height: 1.08;
    margin-bottom: 20px;
  }
  .career-details-page .hero-container .position-location {
    font-size: 24px;
    font-weight: bold;
  }
  .career-details-page .hero-container .position-text {
    font-size: 24px;
    font-weight: 100;
  }
  .career-details-page .content-container {
    padding-top: 38px;
  }
  .career-details-page .content-container h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 28px;
  }
  .career-details-page .content-container p {
    margin-bottom: 44px;
    font-size: 24px;
    line-height: 1.42;
  }
}

.hero-title {
  padding-top: 25px;
}

.content-section {
  padding: 15px;
}

.boxsizingBorder {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.covid-form {
  padding: 50px;
}

.default-form-inputs {
  max-width: 350px;
}

.pre-approval-page .hero-container {
  padding: 30px 70px 70px 50px;
  background: url("/images/pre-approval/pre-approval-hero.jpg") center right;
  height: 450px;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
}

.pre-approval-page .hero-container h1 {
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.08;
  text-align: left;
  color: #fefefe;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.pre-approval-page .hero-container h1 span {
  font-size: 48px;
  line-height: 1.44;
}

.pre-approval-page .hero-container a {
  cursor: pointer;
  color: #ffffff;
  font-weight: 700;
}

.pre-approval-page .hero-container p {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  text-align: left;
  color: #fefefe;
}

.pre-approval-page .what-is-container {
  margin-top: 20px;
}

.pre-approval-page .what-is-container a {
  cursor: pointer;
  font-weight: 700;
}

.pre-approval-page .what-is-container h2 {
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.45;
  text-align: justify;
  color: #525252;
}

.pre-approval-page .what-is-container p {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  text-align: justify;
  color: #525252;
}

.pre-approval-page .why-pre-approval-container {
  text-align: center;
  margin-bottom: 50px;
}

.pre-approval-page .why-pre-approval-container h3 {
  text-align: justify;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.81;
  color: #525252;
  margin-bottom: 60px;
}

.pre-approval-page .why-pre-approval-container .text-icon {
  width: 35%;
}

.pre-approval-page .why-pre-approval-container .col-sm-4:first-child,
.pre-approval-page .why-pre-approval-container .col-sm-4:nth-child(2) {
  border-right: solid 1px #979797;
}

.pre-approval-page .why-pre-approval-container .paper-svg {
  padding-top: 27px;
}

.pre-approval-page .why-pre-approval-container p {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  text-align: justify;
  color: #525252;
}

.pre-approval-page .why-pre-approval-container span {
  text-align: left;
  display: block;
  padding-top: 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.33;
}

.pre-approval-page .how-it-works {
  background-color: #f1f1f1;
}

.pre-approval-page .how-it-works .how-it-works-title-mobile {
  display: none;
}

.pre-approval-page .how-it-works .how-it-works-title {
  font-size: 32px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  text-align: center;
  color: #151515;
}

.pre-approval-page .how-it-works .about {
  position: relative;
}

.pre-approval-page .how-it-works .about .about-carousel {
  position: relative;
  padding-right: 74px;
  padding-left: 74px;
}

.pre-approval-page .how-it-works .about .about-carousel .slick-carousel-indicators {
  list-style: none;
  padding: 0;
  margin: 0;
  bottom: -48px;
}

.pre-approval-page .how-it-works .about .about-carousel .slick-carousel-indicators li {
  position: absolute;
  top: 34%;
  cursor: pointer;
  display: inline-block;
  color: #1469ab;
  font-size: 72px;
}

.pre-approval-page .how-it-works .about .about-carousel .slick-carousel-indicators li.prev {
  left: 0;
}

.pre-approval-page .how-it-works .about .about-carousel .slick-carousel-indicators li.next {
  right: 0;
}

.pre-approval-page .how-it-works .about .about-carousel .slick-carousel-indicators li.active {
  background-color: #1469ab;
}

.pre-approval-page .how-it-works .about .about-carousel .about-slides {
  height: 351px;
}

.pre-approval-page .how-it-works .about .about-carousel .about-slides .slick-dots {
  position: relative;
}

.pre-approval-page .how-it-works .about .about-carousel .about-slides .slick-dots li {
  margin: 0;
}

.pre-approval-page .how-it-works .about .about-carousel .about-slides .slick-dots li button:before {
  font-size: 11px;
  color: #979797;
}

.pre-approval-page .how-it-works .about .about-carousel .about-slides .slick-dots li.slick-active button:before {
  color: #1469ab;
}

.pre-approval-page .how-it-works .about .about-carousel .about-slides .item {
  border: 1px solid #979797;
  background-color: #ffffff;
}

.pre-approval-page .how-it-works .about .about-carousel .about-slides .item .meet-expert {
  background: url("/images/pre-approval/preapprovalstock.jpg");
}

.pre-approval-page .how-it-works .about .about-carousel .about-slides .item .analyze {
  background: url("/images/pre-approval/proofofassets.jpg");
}

.pre-approval-page .how-it-works .about .about-carousel .about-slides .item .take-action {
  background: url("/images/pre-approval/creditscore.jpg");
}

.pre-approval-page .how-it-works .about .about-carousel .about-slides .item .on-track {
  background: url("/images/pre-approval/requireddocuments.jpg");
}

.pre-approval-page .how-it-works .about .about-carousel .about-slides .item .slide-image {
  height: 351px;
  width: 45%;
  margin-right: 68px;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
}

.pre-approval-page .how-it-works .about .about-carousel .about-slides .item .slide-desc {
  text-align: left;
  padding-top: 70px;
}

.pre-approval-page .how-it-works .about .about-carousel .about-slides .item .slide-desc .slide-title {
  font-size: 24px;
  margin-bottom: 15px;
  color: #444444;
}

.pre-approval-page .how-it-works .about .about-carousel .about-slides .item .slide-desc .slide-text {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.71;
  padding-right: 34px;
}

.pre-approval-page .approval-seal-container {
  padding: 40px;
}

.pre-approval-page .approval-seal-container .seal-img-mobile-title {
  display: none;
}

.pre-approval-page .approval-seal-container h2 {
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  text-align: left;
  color: #3e3c3c;
}

.pre-approval-page .approval-seal-container p {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  text-align: left;
  color: #3e3c3c;
}

@media (max-width: 768px) {
  .pre-approval-page #heroContainer {
    padding: 0 0 0 0;
    height: initial;
    background: url("/images/pre-approval/pre-approval-hero.jpg") center right;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
  }
  .pre-approval-page #heroContainer .container h1 {
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.08;
    text-align: left;
    color: #fefefe;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  }
  .pre-approval-page #heroContainer .container h1 span {
    font-size: 24px;
    line-height: 1.44;
  }
  .pre-approval-page #heroContainer .container p {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    text-align: left;
    color: #fefefe;
  }
  .pre-approval-page .what-is-container {
    margin-top: 0;
  }
  .pre-approval-page .what-is-container h2 {
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.45;
    text-align: justify;
    color: #525252;
  }
  .pre-approval-page .what-is-container p {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    text-align: justify;
    color: #525252;
  }
  .pre-approval-page .why-pre-approval-container {
    text-align: center;
    margin-bottom: 50px;
  }
  .pre-approval-page .why-pre-approval-container h3 {
    display: none;
  }
  .pre-approval-page .why-pre-approval-container .col-sm-4:first-child,
  .pre-approval-page .why-pre-approval-container .col-sm-4:nth-child(2) {
    border: none;
  }
  .pre-approval-page .why-pre-approval-container .paper-svg {
    padding-top: 40px;
  }
  .pre-approval-page .why-pre-approval-container p {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    text-align: justify;
    color: #525252;
  }
  .pre-approval-page .why-pre-approval-container span {
    text-align: left;
    display: block;
    padding-top: 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.33;
  }
  .pre-approval-page .how-it-works {
    background-color: #f1f1f1;
    padding-bottom: 100px;
  }
  .pre-approval-page .how-it-works .how-it-works-title {
    display: none;
  }
  .pre-approval-page .how-it-works .how-it-works-title-mobile {
    margin-top: 0;
    margin-bottom: 20px;
    display: block;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    text-align: center;
    color: #151515;
  }
}

@media (min-width: 768px) {
  .pre-approval-page .hero-container {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pre-approval-page .hero-container h1 {
    margin-top: 0;
    margin-bottom: 25px;
  }
  .pre-approval-page .hero-container p:last-child {
    margin-bottom: 0;
  }
  .pre-approval-page .why-pre-approval-container .text-icon {
    width: 35%;
  }
  .pre-approval-page .why-pre-approval-container .text-icon.house-svg {
    margin-top: 18px;
  }
}

@media (max-width: 992px) {
  .pre-approval-page .hero-container {
    padding: 0px 70px 70px 70px;
    background: url("/images/pre-approval/pre-approval-hero.jpg") center right;
    height: 450px;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
  }
  .pre-approval-page .hero-container h1 {
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.08;
    text-align: left;
    color: #fefefe;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  }
  .pre-approval-page .hero-container h1 span {
    font-size: 36px;
    line-height: 1.44;
  }
  .pre-approval-page .hero-container p {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    text-align: left;
    color: #fefefe;
  }
  .pre-approval-page .how-it-works .about {
    padding-top: 0;
  }
  .pre-approval-page .how-it-works .about .about-carousel {
    height: auto;
    padding-right: 0;
    padding-left: 0;
  }
  .pre-approval-page .how-it-works .about .about-carousel .about-slides .slick-dots {
    position: relative;
  }
  .pre-approval-page .how-it-works .about .about-carousel .about-slides .proof-of-income-slide .slide-desc {
    padding-bottom: 32px !important;
  }
  .pre-approval-page .how-it-works .about .about-carousel .about-slides .required-docs-slide .slide-desc {
    padding-bottom: 32px !important;
  }
  .pre-approval-page .how-it-works .about .about-carousel .about-slides .item .slide-image {
    float: none;
    height: 184px;
    width: 100%;
  }
  .pre-approval-page .how-it-works .about .about-carousel .about-slides .item .slide-desc {
    height: auto;
    width: 100%;
    padding: 10px;
  }
  .pre-approval-page .how-it-works .about .about-carousel .about-slides .item .slide-desc .slide-text {
    padding-right: 0;
  }
  .pre-approval-page .approval-seal-container {
    padding: 40px;
    text-align: center;
  }
  .pre-approval-page .approval-seal-container .seal-img {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .pre-approval-page .approval-seal-container .seal-img-mobile-title {
    text-align: center;
    display: block;
  }
  .pre-approval-page .approval-seal-container .seal-img-title {
    display: none;
  }
  .pre-approval-page .approval-seal-container p {
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    color: #3e3c3c;
  }
}

@media (max-width: 1200px) {
  .pre-approval-page .hero-container {
    padding: 40px 0 0 0;
    background: url("/images/pre-approval/pre-approval-hero.jpg") center right;
    height: 450px;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
  }
  .pre-approval-page .hero-container h1 {
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.08;
    text-align: left;
    color: #fefefe;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  }
  .pre-approval-page .hero-container h1 span {
    font-size: 36px;
    line-height: 1.44;
  }
  .pre-approval-page .hero-container p {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    text-align: left;
    color: #fefefe;
  }
}

.community-involvement-page .hero-container {
  background: url("/images/communityinvolvement/communityinvolvement-mobilebg.jpg") center right;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.community-involvement-page .hero-container h1 {
  font-weight: bold;
  line-height: 1.25;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.community-involvement-page .hero-container p {
  font-size: 18px;
  line-height: 1.3333333;
}

.community-involvement-page .body-container {
  color: #525252;
}

.community-involvement-page .body-container h2 {
  font-weight: bold;
  line-height: 1.25;
}

.community-involvement-page .body-container p {
  font-size: 14px;
  line-height: 1.78;
}

.community-involvement-page .body-container h3 {
  font-weight: bold;
  line-height: 1.777777;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .community-involvement-page .hero-container {
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: auto;
    background: url("/images/communityinvolvement/communityinvolvement-desktop.jpg") center right;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .community-involvement-page .hero-container h1 {
    margin-top: 0;
    margin-bottom: 25px;
  }
  .community-involvement-page .hero-container p {
    font-size: 24px;
    margin-bottom: 0;
  }
  .community-involvement-page .body-container {
    background-color: #f8f8f8;
  }
  .community-involvement-page .body-container p {
    font-size: 24px;
  }
  .community-involvement-page .learn-more-section .arrow {
    border-top-color: #f8f8f8;
  }
}

.feedback-page .form-container {
  background-color: #1469ab;
  color: #ffffff;
}

.feedback-page .form-container h1 {
  font-weight: bold;
  line-height: 1.27;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.feedback-page .form-container p {
  font-size: 14px;
  line-height: 1.71;
}

.feedback-page .form-container .feedback {
  margin-right: auto;
  margin-left: auto;
  background-color: #ffffff;
  color: #000000;
  margin-bottom: 40px;
  padding: 5px 15px 15px;
}

.feedback-page .form-container .feedback h3 {
  font-weight: bold;
  margin-bottom: 20px;
}

.feedback-page .form-container .feedback .form-group input, .feedback-page .form-container .feedback .form-group textarea {
  border-radius: 0;
  border-color: #e0e0e0;
  font-size: 14px;
}

.feedback-page .form-container .feedback button {
  border-radius: 6px;
  border: 3px solid #1469ab;
  color: #1469ab;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
}

.feedback-page .form-container .feedback .success {
  text-align: center;
  margin-top: 30%;
}

.feedback-page .form-container .feedback .success p {
  font-size: 18px;
  color: #000000;
}

.feedback-page .form-container .feedback .success p.thanks-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #1469ab;
}

.feedback-page .learn-more-section .arrow {
  border-top-color: #003c5c;
}

@media (min-width: 768px) {
  .feedback-page .form-container .text {
    padding-top: 50px;
  }
  .feedback-page .form-container p {
    font-size: 18px;
    line-height: 1.41;
  }
  .feedback-page .form-container .feedback {
    width: 487px;
    margin-top: 50px;
    margin-bottom: 50px;
    min-height: 500px;
    padding: 15px 45px 15px;
  }
  .feedback-page .form-container .feedback input, .feedback-page .form-container .feedback textarea {
    font-size: 18px;
  }
  .feedback-page .form-container .feedback textarea {
    height: 108px;
  }
  .feedback-page .form-container .feedback .form-group {
    margin-bottom: 20px;
  }
  .feedback-page .form-container .feedback input {
    height: 47px;
  }
  .feedback-page .form-container .feedback button {
    width: auto;
    height: auto;
    display: inline-block;
    font-size: 18px;
    padding: 10px 35px;
  }
}

@media (min-width: 768px) {
  .feedback-page .form-container .feedback {
    float: right;
  }
}

.zero-lending .hero-container {
  background: url("/images/zero-lending/zero-lending-hero.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  position: relative;
  padding-bottom: 0;
}

.zero-lending .hero-container .the-form {
  font-family: 'Ubuntu', sans-serif;
  background-color: #ffffff;
  border-radius: 8px;
  margin-bottom: 30px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.5);
}

.zero-lending .hero-container .the-form form {
  padding: 15px;
  color: black;
}

.zero-lending .hero-container .the-form form h3 {
  font-weight: normal;
  font-size: 24px;
  margin-bottom: 15px;
  margin-top: 0;
  letter-spacing: 0px;
}

.zero-lending .hero-container .the-form form input {
  border-radius: 8px;
}

.zero-lending .hero-container .the-form form select {
  margin-bottom: 15px;
}

.zero-lending .hero-container .the-form form label {
  color: #666;
}

.zero-lending .hero-container .the-form form .submit-button-holder {
  text-align: center;
}

.zero-lending .hero-container .the-form form .submit-button-holder button {
  width: 100%;
  background-color: #ff8f00;
  color: white;
  margin-bottom: 10px;
  padding: 10px;
}

.zero-lending .hero-container .the-form form .submit-button-holder button:hover {
  background-color: #FFBA64;
}

.zero-lending .hero-container .cta-bar {
  color: white;
  background-color: #001a3a;
  width: 100%;
}

.zero-lending .hero-container .cta-bar span {
  font-size: 16px;
  display: block;
  padding-bottom: 10px;
  padding-top: 10px;
}

.zero-lending .hero-container .cta-bar i {
  display: none;
}

.zero-lending .hero-container h1, .zero-lending .hero-container p {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.zero-lending .hero-container .hero-description-text {
  color: #fefefe;
  line-height: 24px;
  font-style: normal;
  font-stretch: normal;
  text-align: justify;
}

.zero-lending .ways-to-save h3 {
  text-align: center;
  color: #151515;
  margin-bottom: 20px;
}

.zero-lending .ways-to-save p {
  text-align: left;
  color: #525252;
  font-size: 16px;
  line-height: 26px;
}

.zero-lending .ways-to-save p i {
  color: #1a83c6;
}

.zero-lending .how-rp-saves {
  background-color: #f1f1f1;
}

.zero-lending .how-rp-saves h2 {
  text-align: center;
}

.zero-lending .how-rp-saves .slider {
  clear: both;
}

.zero-lending .how-rp-saves .about {
  position: relative;
}

.zero-lending .how-rp-saves .about .about-carousel {
  position: relative;
  padding-right: 74px;
  padding-left: 74px;
}

.zero-lending .how-rp-saves .about .about-carousel .slick-carousel-indicators {
  list-style: none;
  padding: 0;
  margin: 0;
  bottom: -48px;
}

.zero-lending .how-rp-saves .about .about-carousel .slick-carousel-indicators li {
  position: absolute;
  top: 34%;
  cursor: pointer;
  display: inline-block;
  color: #1469ab;
  font-size: 72px;
}

.zero-lending .how-rp-saves .about .about-carousel .slick-carousel-indicators li.prev {
  left: 0;
}

.zero-lending .how-rp-saves .about .about-carousel .slick-carousel-indicators li.next {
  right: 0;
}

.zero-lending .how-rp-saves .about .about-carousel .slick-carousel-indicators li.active {
  background-color: #1469ab;
}

.zero-lending .how-rp-saves .about .about-carousel .about-slides {
  height: 351px;
}

.zero-lending .how-rp-saves .about .about-carousel .about-slides .slick-dots {
  position: relative;
}

.zero-lending .how-rp-saves .about .about-carousel .about-slides .slick-dots li {
  margin: 0;
}

.zero-lending .how-rp-saves .about .about-carousel .about-slides .slick-dots li button:before {
  font-size: 11px;
  color: #979797;
}

.zero-lending .how-rp-saves .about .about-carousel .about-slides .slick-dots li.slick-active button:before {
  color: #1469ab;
}

.zero-lending .how-rp-saves .about .about-carousel .about-slides .item {
  background: #ffffff;
  border: 1px solid #979797;
}

.zero-lending .how-rp-saves .about .about-carousel .about-slides .item .changing-industry {
  background: url("/images/zero-lending/changingindustry.jpg");
}

.zero-lending .how-rp-saves .about .about-carousel .about-slides .item .customer-service {
  background: url("/images/zero-lending/customerservice.jpg");
}

.zero-lending .how-rp-saves .about .about-carousel .about-slides .item .all-in-one {
  background: url("/images/zero-lending/allinoneprocessing.jpg");
}

.zero-lending .how-rp-saves .about .about-carousel .about-slides .item .we-pay-fees {
  background: url("/images/zero-lending/wepayyourlenderfees.jpg");
}

.zero-lending .how-rp-saves .about .about-carousel .about-slides .item .slide-image {
  height: 351px;
  width: 45%;
  margin-right: 68px;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
}

.zero-lending .how-rp-saves .about .about-carousel .about-slides .item .slide-desc {
  height: 351px;
  text-align: left;
  padding-top: 55px;
}

.zero-lending .how-rp-saves .about .about-carousel .about-slides .item .slide-desc .slide-title {
  font-size: 24px;
  margin-bottom: 15px;
  color: #444444;
}

.zero-lending .how-rp-saves .about .about-carousel .about-slides .item .slide-desc .slide-text {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.71;
  padding-right: 34px;
}

.zero-lending .we-pay-all h2 {
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  color: #151515;
  margin-bottom: 30px;
}

.zero-lending .we-pay-all .info-text {
  font-size: 18px;
  line-height: 24px;
}

.zero-lending .we-pay-all p {
  margin-top: 20px;
}

.zero-lending .we-pay-all .disclaimer {
  line-height: 17px;
}

.zero-lending .we-pay-all a {
  color: #1469ab;
  cursor: pointer;
}

.zero-lending .grand-prix-spacer {
  padding-top: 40px;
}

@media (max-width: 899px) {
  .zero-lending .grand-prix-spacer {
    padding-top: 20px;
  }
}

@media (max-width: 768px) {
  .zero-lending .hero-container,
  .zero-lending .hero-container {
    overflow: visible;
  }
  .zero-lending .hero-container .container .hero-description-text {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
  }
  .zero-lending .hero-container .container h1 {
    font-weight: bold;
    margin-top: 10px;
    text-align: left;
  }
  .zero-lending .hero-container .container p {
    font-size: 24px;
    line-height: 1.42;
    text-align: left;
  }
  .ways-to-save p {
    color: #525252;
  }
  .how-rp-saves {
    color: #525252;
  }
  .how-rp-saves h2 {
    padding-bottom: 30px;
  }
  .how-rp-saves .watch h3 {
    text-align: left;
    color: #525252;
  }
  .how-rp-saves .watch p {
    text-align: left;
    color: #525252;
  }
  .we-pay-all {
    color: #525252;
  }
  .we-pay-all h2 {
    color: #525252;
  }
}

@media (min-width: 769px) {
  .zero-lending .hero-container .container {
    height: auto;
  }
  .zero-lending .hero-container .container h1 {
    font-weight: bold;
    line-height: 52px;
    margin-bottom: 0;
  }
  .zero-lending .hero-container .container h2 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .zero-lending .hero-container .container p {
    font-size: 24px;
    line-height: normal;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    text-align: justify;
    color: #ffffff;
  }
  .zero-lending .ways-to-save p {
    font-size: 20px;
    line-height: 43px;
  }
  .zero-lending .how-rp-saves .watch h3 {
    text-align: center;
    color: #000000;
  }
  .zero-lending .how-rp-saves .watch p {
    text-align: center;
  }
  .zero-lending .how-rp-saves .about .about-carousel .about-slides .item {
    background: #ffffff;
  }
  .zero-lending .how-rp-saves .about .about-carousel .about-slides .item .slide-desc .slide-text {
    line-height: 2;
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .zero-lending .hero-container {
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.5);
  }
  .zero-lending .hero-container .form-positioner {
    z-index: 1;
    bottom: -6px;
  }
  .zero-lending .hero-container .form-positioner .the-form {
    margin-bottom: 0;
  }
  .zero-lending .hero-container .cta-bar {
    position: absolute;
    bottom: 0;
  }
  .zero-lending .hero-container .cta-bar span {
    font-size: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .zero-lending .hero-container .cta-bar span i {
    display: inline;
  }
}

@media (max-width: 992px) {
  .zero-lending .how-rp-saves .about {
    padding-top: 0;
  }
  .zero-lending .how-rp-saves .about .about-carousel {
    height: auto;
    padding-right: 0;
    padding-left: 0;
  }
  .zero-lending .how-rp-saves .about .about-carousel .about-slides {
    height: auto;
  }
  .zero-lending .how-rp-saves .about .about-carousel .about-slides .slick-dots {
    position: relative;
  }
  .zero-lending .how-rp-saves .about .about-carousel .about-slides .item .slide-image {
    float: none;
    height: 300px;
    width: 100%;
  }
  .zero-lending .how-rp-saves .about .about-carousel .about-slides .item .slide-desc {
    height: auto;
    width: 100%;
    padding: 10px;
  }
  .zero-lending .how-rp-saves .about .about-carousel .about-slides .item .slide-desc .slide-text {
    padding-right: 0;
  }
}

@media (min-width: 1199px) {
  .zero-lending .hero-container .cta-bar span {
    font-size: 24px;
  }
  .zero-lending .hero-container .subtitle {
    margin-bottom: 25px;
    margin-top: 25px;
  }
}

.refinance-closing-costs-page .hero-container {
  background: url("/images/refinance/refinance-cc-hero-mobile.png") center right;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.refinance-closing-costs-page .hero-container .container .row {
  display: flex;
  align-items: center;
}

.refinance-closing-costs-page .hero-container .hero-text h1 {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  font-weight: bold;
  color: #fefefe;
  margin-bottom: 0;
  margin-top: 20px;
}

.refinance-closing-costs-page .hero-container .hero-text p {
  font-size: 16px;
  color: #fefefe;
  line-height: 1.71;
  margin-bottom: 20px;
  width: 100%;
}

.refinance-closing-costs-page .hero-container .subtitle {
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  margin-bottom: 5px;
  margin-top: 5px;
}

.refinance-closing-costs-page .hero-container .the-form {
  font-family: 'Ubuntu', sans-serif;
  background-color: #ffffff;
  border-radius: 8px;
  margin-bottom: 30px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.5);
}

.refinance-closing-costs-page .hero-container .the-form form {
  padding: 15px;
  color: #000000;
}

.refinance-closing-costs-page .hero-container .the-form form h3 {
  font-weight: normal;
  margin-bottom: 15px;
  margin-top: 0;
  font-size: 24px;
  letter-spacing: 0px;
}

.refinance-closing-costs-page .hero-container .the-form form input {
  border-radius: 8px;
}

.refinance-closing-costs-page .hero-container .the-form form label {
  color: #666;
}

.refinance-closing-costs-page .hero-container .the-form form .submit-button-holder {
  text-align: center;
}

.refinance-closing-costs-page .hero-container .the-form form .submit-button-holder button {
  width: 100%;
  background-color: #ff8f00;
  color: #ffffff;
  margin-bottom: 10px;
  padding: 10px;
  border: none;
  box-shadow: 0px 2px 8px 0 rgba(0, 0, 0, 0.3);
}

.refinance-closing-costs-page .hero-container .the-form form .submit-button-holder button:hover {
  background-color: #FFBA64;
}

.refinance-closing-costs-page .hero-container .cta-bar {
  color: #ffffff;
  background-color: #001a3a;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}

.refinance-closing-costs-page .hero-container .cta-bar span {
  font-size: 16px;
  display: block;
  padding-bottom: 10px;
  padding-top: 10px;
}

.refinance-closing-costs-page .hero-container .cta-bar span i {
  display: none;
}

.refinance-closing-costs-page #cc-state-container {
  margin: auto;
  padding-top: 30px;
  padding-bottom: 10px;
}

.refinance-closing-costs-page #cc-state-container .cc-state-select-inner {
  margin-left: 16.66666667%;
  width: 66.66666667%;
}

.refinance-closing-costs-page .text-container {
  margin-top: 50px;
}

.refinance-closing-costs-page .text-container h2 {
  font-size: 36px;
  text-align: left;
}

.refinance-closing-costs-page .text-container h4 {
  font-size: 36px;
}

.refinance-closing-costs-page .text-container img {
  width: 230px;
}

.refinance-closing-costs-page .text-container .mobile-reason-icons {
  text-align: center;
}

.refinance-closing-costs-page .text-container p:first-child {
  color: #777;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 1px;
}

.refinance-closing-costs-page .text-container p {
  color: #999;
  font-size: 18px;
  line-height: 1.5;
}

.refinance-closing-costs-page .text-container .video-section .video {
  height: 275px;
  margin-left: -15px;
  margin-right: -45px;
  margin-top: 30px;
}

.refinance-closing-costs-page .text-container .video-section .link-container {
  margin-top: 60px;
  margin-bottom: 30px;
  padding: 0;
}

.refinance-closing-costs-page .text-container .video-section .link-container .link {
  color: #000000;
  text-align: center;
  border: 3px solid #1469ab;
  border-radius: 8px;
  padding: 10px 10px;
}

.refinance-closing-costs-page .banner-section {
  background: #1469ab;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #ffffff;
}

.refinance-closing-costs-page .banner-section h2 {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}

.refinance-closing-costs-page .closing-cost-refinance__section {
  margin: 50px 0 60px;
}

.refinance-closing-costs-page .closing-cost-refinance__section .container .closing-cost-refinance__row {
  display: flex;
  align-items: flex-start;
}

.refinance-closing-costs-page .closing-cost-refinance__section .container .closing-cost-refinance__row .closing-cost-refinance__program-img-left {
  width: 180px;
  margin-right: 30px;
}

.refinance-closing-costs-page .closing-cost-refinance__section .container .closing-cost-refinance__row .closing-cost-refinance__program-img-right {
  width: 180px;
  margin-left: 30px;
}

.refinance-closing-costs-page .closing-cost-refinance__section .container .closing-cost-refinance__row .content {
  max-width: 550px;
}

.refinance-closing-costs-page .closing-cost-refinance__section .container .closing-cost-refinance__row .content p {
  margin-bottom: 30px;
  color: #999;
  font-size: 18px;
  line-height: 26px;
}

.refinance-closing-costs-page .closing-cost-refinance__section .container .flex-end {
  justify-content: flex-end;
}

.refinance-closing-costs-page .lendor-fees-section {
  padding-top: 20px;
  background: #f8f8f8;
}

.refinance-closing-costs-page .lendor-fees-section .title {
  font-size: 20px;
  font-weight: bold;
}

.refinance-closing-costs-page .lendor-fees-section img {
  height: 625px;
  width: 100%;
  border: none;
}

.refinance-closing-costs-page .lendor-fees-section .claim-btn {
  width: 100%;
  white-space: normal;
  color: #ffffff;
  background: #1469ab;
  margin: 24px auto;
  padding-top: 18px;
  padding-bottom: 18px;
}

.refinance-closing-costs-page .lendor-fees-section .claim-btn:hover {
  background-color: #0068c5;
}

.refinance-closing-costs-page .icons-container h3 {
  margin-bottom: 30px;
  margin-top: 0;
  font-size: 22px;
  font-weight: bold;
  color: #525252;
}

.refinance-closing-costs-page .icons-container .icon-text-wrap .other-reasons-icons {
  margin-bottom: 40px;
  height: auto;
  width: 82px;
  float: left;
  clear: both;
}

.refinance-closing-costs-page .icons-container .icon-text-wrap p {
  font-size: 14px;
  color: #000000;
  margin-top: 15px;
  margin-left: 10px;
  float: left;
  font-weight: bold;
}

.refinance-closing-costs-page .icons-container .icon-text-wrap:first-child p {
  margin-top: 25px;
}

.refinance-closing-costs-page .grand-prix-spacer {
  padding-top: 40px;
}

@media (max-width: 499px) {
  .refinance-closing-costs-page .hero-container .container .row {
    flex-wrap: wrap;
  }
  .refinance-closing-costs-page .container .closing-cost-refinance__row {
    flex-wrap: wrap;
  }
  .refinance-closing-costs-page .container .flex-end {
    flex-wrap: wrap-reverse;
  }
}

@media (max-width: 899px) {
  .refinance-closing-costs-page .grand-prix-spacer {
    padding-top: 20px;
  }
}

@media (min-width: 768px) {
  .refinance-closing-costs-page .calculator-section {
    margin-top: 380px;
  }
  .refinance-closing-costs-page .hero-container {
    background: url("/images/refinance/refinance-cc-hero-desktop.png") center right;
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 0;
    height: 640px;
  }
  .refinance-closing-costs-page .hero-container .hero-text p {
    margin-bottom: 0;
  }
  .refinance-closing-costs-page .hero-container h1 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .refinance-closing-costs-page .hero-container h1 span {
    font-size: 48px;
    font-weight: bold;
  }
  .refinance-closing-costs-page .hero-container h1 span:first-child {
    font-size: 36px;
    font-weight: 500;
  }
  .refinance-closing-costs-page .hero-container h2 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .refinance-closing-costs-page .hero-container p {
    width: 50%;
    font-weight: normal;
  }
  .refinance-closing-costs-page #cc-state-container {
    margin: auto;
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .refinance-closing-costs-page #cc-state-container .cc-state-select-inner {
    margin-left: 41.66666667%;
    width: 16.66666667%;
  }
  .refinance-closing-costs-page .banner-section {
    padding-top: 30px;
    height: 528px;
    position: absolute;
    width: 100%;
    z-index: -1;
  }
  .refinance-closing-costs-page .banner-section h2 {
    font-size: 36px;
    letter-spacing: 1.7;
    font-weight: 500;
  }
  .refinance-closing-costs-page .banner-section p {
    font-size: 14px;
    line-height: 1.7;
    font-weight: 100;
    text-align: justify;
  }
  .refinance-closing-costs-page .lendor-fees-section {
    background: #ffffff;
  }
  .refinance-closing-costs-page .lendor-fees-section .claim-btn {
    font-size: 24px;
    display: block;
    padding: 20px 25px;
  }
  .refinance-closing-costs-page .text-container img {
    width: 250px;
    height: auto;
  }
  .refinance-closing-costs-page .text-container .video-section {
    margin-bottom: 90px;
  }
  .refinance-closing-costs-page .text-container .video-section .video {
    margin: 20px 0;
    height: 313px;
  }
  .refinance-closing-costs-page .text-container .video-section .link-container {
    margin-top: 20px;
  }
}

@media (min-width: 992px) {
  .refinance-closing-costs-page .calculator-section {
    margin-top: 275px;
  }
  .refinance-closing-costs-page .hero-container {
    box-shadow: 0 6px 10px 0 rgba(8, 32, 54, 0.5);
    overflow: visible;
    padding-top: 50px;
  }
  .refinance-closing-costs-page .hero-container .hero-text h1 {
    margin-top: 25px;
    margin-bottom: 5px;
  }
  .refinance-closing-costs-page .hero-container .form-positioner {
    z-index: 1;
    bottom: -6px;
  }
  .refinance-closing-costs-page .hero-container .form-positioner .the-form {
    margin-bottom: 0;
  }
  .refinance-closing-costs-page .hero-container .cta-bar {
    position: absolute;
    bottom: 0;
  }
  .refinance-closing-costs-page .hero-container .cta-bar span {
    font-size: 24px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .refinance-closing-costs-page .hero-container .cta-bar span i {
    display: inline;
  }
  .refinance-closing-costs-page .lendor-fees-section {
    background: #ffffff;
  }
  .refinance-closing-costs-page .lendor-fees-section .claim-btn {
    width: 65%;
    margin-top: 0;
  }
  .refinance-closing-costs-page .icons-container {
    margin-bottom: 60px;
  }
  .refinance-closing-costs-page .icons-container h3 {
    margin-top: 30px;
    margin-bottom: 60px;
    text-align: center;
  }
  .refinance-closing-costs-page .icons-container .icon-text-wrap {
    text-align: center;
  }
  .refinance-closing-costs-page .icons-container .icon-text-wrap .other-reasons-icons {
    margin-bottom: 15px;
    float: none;
    clear: none;
  }
  .refinance-closing-costs-page .icons-container .icon-text-wrap p {
    float: none;
  }
  .refinance-closing-costs-page .icons-container .icon-text-wrap:first-child p {
    margin-top: -12px;
  }
  .refinance-closing-costs-page .text-container .text-holder {
    margin-top: 71px;
  }
  .refinance-closing-costs-page .text-container h4 {
    font-size: 24px;
  }
  .refinance-closing-costs-page .text-container img {
    width: auto;
  }
}

@media (min-width: 1199px) {
  .refinance-closing-costs-page .subtitle {
    margin-bottom: 25px !important;
    margin-top: 25px !important;
  }
}

.about-rp-funding-page a {
  font-weight: bold;
  text-decoration: underline;
}

.about-rp-funding-page .content-section {
  padding-bottom: 50px;
}

.about-rp-funding-page .content-section h1 {
  font-weight: bold;
  margin-bottom: 30px;
}

.about-rp-funding-page .content-section p {
  font-size: 18px;
}

.about-rp-funding-page .content-section h2 {
  font-weight: bold;
  margin-bottom: 28px;
  margin-top: 50px;
}

.about-rp-funding-page .content-section a {
  text-decoration: underline;
  font-weight: bold;
}

.about-rp-funding-page .content-section hr {
  margin-bottom: -25px;
}

.about-rp-funding-page .content-section .rp-block {
  background: #1469ab;
  position: relative;
  padding: 28px 15px;
  color: #ffffff;
  margin: 34px -15px 0;
  z-index: 1;
}

.about-rp-funding-page .content-section .rp-block a {
  color: #ffffff;
}

.about-rp-funding-page .content-section .rp-block h2 {
  margin-top: 0;
}

.about-rp-funding-page .content-section .rp-block .rp-image {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 200px;
  opacity: 0.35;
}

@media (min-width: 768px) {
  .about-rp-funding-page .content-section {
    padding-top: 50px;
    padding-bottom: 150px;
  }
  .about-rp-funding-page .content-section h2 {
    margin-top: 80px;
  }
  .about-rp-funding-page .content-section p {
    font-size: 24px;
  }
  .about-rp-funding-page .content-section .rp-block {
    margin-top: 75px;
    height: auto;
    padding: 32px 30px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    background-color: #1469ab;
    border: 1px solid #f6f6f6;
  }
  .about-rp-funding-page .content-section .rp-block .rp-image {
    width: 353px;
    opacity: 1;
  }
}

.bbb-complaints-page {
  padding-top: 36px;
  padding-bottom: 30px;
}

.bbb-complaints-page a {
  font-weight: bold;
  text-decoration: underline;
}

.bbb-complaints-page h1 {
  margin-bottom: 36px;
}

.bbb-complaints-page p {
  font-size: 18px;
}

.bbb-complaints-page h2,
.bbb-complaints-page h3 {
  margin-top: 52px;
  margin-bottom: 35px;
}

.bbb-complaints-page h3 {
  margin-bottom: 30px;
}

.bbb-complaints-page ul {
  padding-left: 20px;
  font-size: 18px;
}

.bbb-complaints-page img {
  margin: 40px auto 0;
}

@media (min-width: 768px) {
  .bbb-complaints-page {
    padding-top: 30px;
  }
  .bbb-complaints-page h1 {
    font-weight: bold;
    margin-bottom: 25px;
  }
  .bbb-complaints-page p {
    font-size: 24px;
  }
  .bbb-complaints-page h2 {
    margin-top: 38px;
  }
  .bbb-complaints-page h3 {
    margin-top: 38px;
  }
  .bbb-complaints-page ul {
    font-size: 24px;
    margin-top: 54px;
    margin-bottom: 54px;
    list-style: none;
    padding: 0;
  }
  .bbb-complaints-page ul li {
    margin-bottom: 5px;
  }
  .bbb-complaints-page ul li:before {
    content: "*";
    margin-right: 15px;
  }
  .bbb-complaints-page img {
    margin-left: 0;
    margin-right: 0;
  }
}

.branch-location-page {
  padding-bottom: 20px;
}

.branch-location-page a {
  font-weight: bold;
  text-decoration: underline;
}

.branch-location-page .hero-container {
  padding-top: 36px;
  padding-bottom: 44px;
  background: url("/images/branches/hero.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
}

.branch-location-page .hero-container h1 {
  margin-top: 0;
  margin-bottom: 30px;
}

.branch-location-page .hero-container p {
  font-size: 18px;
}

.branch-location-page .content-container h2 {
  text-align: center;
  margin-bottom: 25px;
}

.branch-location-page .content-container .col {
  padding-right: 0;
  padding-left: 0;
}

.branch-location-page .content-container img {
  background: #1469ab;
  height: 322px;
  width: 100%;
  margin-bottom: 20px;
}

.branch-location-page a {
  font-weight: bold;
  text-decoration: underline;
}

.branch-location-page .hero-container {
  padding-top: 38px;
  padding-bottom: 52px;
  background: url("/images/branches/hero.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
}

.branch-location-page .hero-container h1 {
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 35px;
}

.branch-location-page .hero-container p {
  font-size: 18px;
}

.branch-location-page .content-container .img-container {
  padding-left: 0;
  padding-right: 0;
}

.branch-location-page .content-container .branch-img {
  width: 100%;
  min-height: 265px;
  margin: 28px auto 0;
  background: #1469ab;
  display: block;
}

.branch-location-page .content-container .address {
  padding-bottom: 30px;
  text-align: center;
}

.branch-location-page .content-container .address h2 {
  font-weight: bold;
}

.branch-location-page .content-container .address p {
  font-size: 18px;
}

.branch-location-page .content-container .address .address-text {
  font-weight: bold;
  margin-bottom: 0;
}

.branch-location-page .content-container .address .phone {
  margin-top: 30px;
}

.branch-location-page .map-container {
  height: 221px;
}

.branch-location-page .map-container .map {
  height: 221px;
  width: 100%;
  border: none;
}

.branch-location-page .exec-container {
  background: #e7e7e7;
  padding-top: 15px;
  padding-bottom: 15px;
}

.branch-location-page .exec-container img {
  background: #1469ab;
  width: 100%;
  min-height: 300px;
}

.branch-location-page .exec-container p {
  font-size: 18px;
}

.branch-location-page .exec-container .exec-name {
  font-size: 20px;
  margin-bottom: 0;
}

.branch-location-page .exec-container .about-exec {
  text-align: center;
}

.branch-location-page .learn-more-section .arrow {
  border-top-color: #e7e7e7;
}

.branch-location-page .learn-more-section .arrow.white-arrow {
  border-top-color: #ffffff;
}

.branch-location-page .advertise-box {
  padding-top: 25px;
  padding-bottom: 25px;
}

@media (min-width: 768px) {
  .branch-locations-page .hero-container {
    padding-top: 50px;
    padding-bottom: 68px;
  }
  .branch-locations-page .hero-container p {
    font-size: 24px;
  }
  .branch-locations-page .content-container {
    padding-top: 38px;
  }
  .branch-locations-page .content-container .col {
    padding-left: 15px;
    padding-right: 15px;
  }
  .branch-locations-page .content-container img {
    height: 312px;
  }
  .branch-location-page .hero-container {
    padding-top: 77px;
  }
  .branch-location-page .hero-container p {
    font-size: 24px;
  }
  .branch-location-page .content-container {
    padding-top: 66px;
    padding-bottom: 66px;
  }
  .branch-location-page .content-container .branch-img {
    margin: 0;
  }
  .branch-location-page .content-container .img-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .branch-location-page .content-container .address {
    padding-left: 66px;
  }
  .branch-location-page .content-container .address p {
    font-size: 24px;
  }
  .branch-location-page .content-container .address .address-text {
    font-weight: normal;
  }
  .branch-location-page .content-container .address .phone {
    margin-top: 5px;
  }
  .branch-location-page .map-container {
    height: 399px;
  }
  .branch-location-page .map-container .map {
    height: 399px;
  }
  .branch-location-page .exec-container {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .branch-location-page .exec-container img {
    height: 273px;
  }
  .branch-location-page .exec-container .about-exec {
    padding-left: 20px;
  }
  .branch-location-page .exec-container .about-exec .exec-name {
    margin-top: 15px;
  }
  .branch-location-page .exec-container .about-exec p {
    font-size: 24px;
  }
}

@media (min-width: 992px) {
  .branch-location-page .content-container .address {
    text-align: left;
    padding-top: 70px;
  }
  .branch-location-page .exec-container .about-exec {
    text-align: left;
  }
  .branch-location-page .exec-container img {
    width: initial;
    margin: 0 auto;
  }
}

.loan-servicing-page p {
  line-height: 1.71;
}

.loan-servicing-page hr {
  margin-top: 35px;
  margin-bottom: 35px;
  border-color: #979797;
}

.loan-servicing-page h2 {
  font-weight: bold;
}

.loan-servicing-page .customer-service-section p {
  font-size: 16px;
}

.loan-servicing-page .correspondence-section p,
.loan-servicing-page .payment-options-section p,
.loan-servicing-page .updating-records-section p,
.loan-servicing-page .property-tax-section p {
  font-size: 18px;
}

@media (min-width: 768px) {
  .loan-servicing-page h1 {
    padding-top: 50px;
  }
  .loan-servicing-page p {
    font-size: 24px;
  }
  .loan-servicing-page .customer-service-section p,
  .loan-servicing-page .correspondence-section p,
  .loan-servicing-page .payment-options-section p,
  .loan-servicing-page .updating-records-section p,
  .loan-servicing-page .property-tax-section p {
    font-size: 24px;
  }
  .loan-servicing-page a,
  .loan-servicing-page h3 {
    font-weight: bold;
  }
}

.money-minutes-page a {
  font-weight: bold;
  text-decoration: underline;
}

.money-minutes-page .hero-container {
  background: url("/images/money/hero.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 42px;
  padding-bottom: 30px;
  color: #ffffff;
}

.money-minutes-page .hero-container h1 {
  margin-bottom: 35px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.money-minutes-page .hero-container p {
  font-size: 18px;
  font-weight: 100;
}

.money-minutes-page .rp-msg-container .container {
  padding-left: 0;
  padding-right: 0;
}

.money-minutes-page .rp-msg-container h2 {
  font-weight: bold;
  color: #1469ab;
  margin-top: 30px;
}

.money-minutes-page .rp-msg-container p {
  font-size: 18px;
  margin-bottom: 24px;
}

.money-minutes-page .rp-msg-container .right-content {
  background: #1469ab;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.money-minutes-page .rp-msg-container .right-content img {
  width: 100%;
}

.money-minutes-page .content-container {
  background: #f8f8f8;
}

.money-minutes-page .content-container p {
  font-size: 18px;
}

.money-minutes-page .content-container .location h3 {
  margin-bottom: 10px;
}

.money-minutes-page .content-container .location p {
  font-size: 20px;
  font-weight: normal;
}

.money-minutes-page .content-container .broadcast-info-row {
  padding-top: 34px;
}

.money-minutes-page .content-container .broadcast-info-row .broadcast-img-container {
  background: #1469ab;
  margin-right: 35px;
  margin-bottom: 35px;
  display: inline-block;
  float: left;
}

.money-minutes-page .read-container {
  font-size: 18px;
  padding-bottom: 24px;
}

@media (min-width: 768px) {
  .money-minutes-page .hero-container {
    padding-top: 50px;
    padding-bottom: 145px;
  }
  .money-minutes-page .hero-container h1 {
    margin-top: 0;
    margin-bottom: 25px;
  }
  .money-minutes-page .hero-container p {
    font-size: 24px;
  }
  .money-minutes-page .rp-msg-container {
    padding-top: 10px;
    position: relative;
  }
  .money-minutes-page .rp-msg-container .rp-msg-inner-content {
    position: absolute;
    left: 0;
    right: 0;
    top: -115px;
  }
  .money-minutes-page .rp-msg-container .rp-msg-inner-content .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .money-minutes-page .rp-msg-container .rp-msg-inner-content .msg {
    border: solid 1px #979797;
    background: #ffffff;
  }
  .money-minutes-page .rp-msg-container .rp-msg-inner-content .msg .left-content h2 {
    margin-bottom: 28px;
  }
  .money-minutes-page .rp-msg-container .rp-msg-inner-content .msg .right-content img {
    width: initial;
    height: 251px;
    margin: 0 -55px;
  }
  .money-minutes-page .content-container {
    margin-top: 0;
    padding-bottom: 70px;
    padding-top: 126px;
  }
  .money-minutes-page .read-container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .money-minutes-page .read-container p {
    line-height: 1.5;
  }
}

@media (min-width: 992px) {
  .money-minutes-page .rp-msg-container .rp-msg-inner-content .msg .left-content {
    padding: 45px 38px;
  }
  .money-minutes-page .rp-msg-container .rp-msg-inner-content .msg .right-content img {
    height: 323px;
  }
  .money-minutes-page .content-container {
    padding-top: 226px;
  }
}

@media (min-width: 1200px) {
  .money-minutes-page .rp-msg-container {
    padding: 0;
  }
  .money-minutes-page .rp-msg-container .rp-msg-inner-content .msg {
    border: none;
  }
  .money-minutes-page .rp-msg-container .rp-msg-inner-content .msg .left-col {
    border: solid 1px #979797;
  }
  .money-minutes-page .rp-msg-container .rp-msg-inner-content .msg .right-content {
    height: 300px;
  }
  .money-minutes-page .rp-msg-container .rp-msg-inner-content .msg .right-content img {
    width: 116%;
    height: auto;
    margin-left: -25px;
  }
}

.va-loans-page .content-container {
  padding-bottom: 40px;
}

.va-loans-page .content-container h1,
.va-loans-page .content-container h2 {
  margin-top: 28px;
}

.va-loans-page .content-container p {
  font-size: 18px;
}

.va-loans-page .content-container ul {
  padding-left: 20px;
  font-size: 16px;
}

@media (min-width: 768px) {
  .va-loans-page .content-container p {
    font-size: 24px;
  }
  .va-loans-page .content-container ul {
    font-size: 20px;
  }
  .va-loans-page .content-container h1,
  .va-loans-page .content-container h2 {
    margin-bottom: 24px;
  }
}

.mortgage-license-page .content-container h1 {
  margin-bottom: 30px;
}

.mortgage-license-page .content-container p {
  font-size: 18px;
}

.mortgage-license-page .content-container hr {
  margin-top: 28px;
  border-top-color: #979797;
  margin-bottom: 28px;
}

.mortgage-license-page .content-container .license-locations p {
  font-size: 18px;
  margin-bottom: 36px;
}

.mortgage-license-page .content-container .license-locations b {
  display: block;
  font-size: 24px;
}

@media (min-width: 768px) {
  .mortgage-license-page {
    padding-bottom: 30px;
  }
  .mortgage-license-page .content-container h1 {
    margin-top: 40px;
  }
  .mortgage-license-page .content-container p {
    font-size: 20px;
  }
  .mortgage-license-page .content-container .license-locations p {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .mortgage-license-page .content-container .license-locations b {
    display: inline-block;
    margin-top: 20px;
    font-size: 22px;
    padding-right: 12px;
  }
}

.history-rp-funding-page a {
  text-decoration: underline;
}

.history-rp-funding-page h2 {
  margin-top: 8px;
}

.history-rp-funding-page .content-section h1 {
  color: #1469ab;
}

.history-rp-funding-page .content-section .sub-heading {
  font-size: 24px;
}

.history-rp-funding-page .slider-section {
  padding-bottom: 15px;
  margin-bottom: 35px;
  border-bottom: 1px solid #979797;
}

.history-rp-funding-page .slider-section .timeline .year-container {
  background-color: #1469ab;
}

.history-rp-funding-page .slider-section .timeline .year-container .year {
  color: #ffffff;
  background: #1469ab;
  font-size: 48px;
  text-align: center;
  font-weight: bold;
}

.history-rp-funding-page .slider-section .timeline .year-info {
  padding-top: 10px;
  padding-right: 15px;
  padding-left: 15px;
  line-height: 1.71;
}

.history-rp-funding-page .slider-section .timeline .slick-dots li.slick-active button:before {
  color: #1469ab;
}

.history-rp-funding-page .slider-section .timeline .slick-dots li button:before {
  font-size: 11px;
}

.history-rp-funding-page .slider-section .timeline .slick-carousel-indicators {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}

.history-rp-funding-page .slider-section .timeline .slick-carousel-indicators li {
  position: absolute;
  top: 5px;
  z-index: 1;
  cursor: pointer;
  font-size: 40px;
  color: #ffffff;
  display: inline-block;
}

.history-rp-funding-page .slider-section .timeline .slick-carousel-indicators li.prev {
  left: 10px;
}

.history-rp-funding-page .slider-section .timeline .slick-carousel-indicators li.next {
  right: 10px;
}

@media (min-width: 768px) {
  .history-rp-funding-page h2 {
    margin-top: 0;
  }
  .history-rp-funding-page .content-section h1 {
    margin-top: 60px;
  }
  .history-rp-funding-page .content-section p {
    font-size: 18px;
  }
  .history-rp-funding-page .slider-section {
    border-bottom: none;
    margin-top: 30px;
  }
  .history-rp-funding-page .slider-section .timeline {
    margin-top: 55px;
    position: relative;
  }
  .history-rp-funding-page .slider-section .timeline .row {
    margin-bottom: 50px;
  }
  .history-rp-funding-page .slider-section .timeline p {
    font-size: 18px;
  }
  .history-rp-funding-page .slider-section .timeline .bar {
    width: 1px;
    background: #979797;
    bottom: 0;
    top: 0;
    height: auto;
    position: absolute;
    left: 250px;
    margin: -40px 0;
  }
  .history-rp-funding-page .slider-section .timeline .bar .ball {
    width: 22px;
    height: 22px;
    background-color: #d8d8d8;
    border: solid 1px #979797;
    border-radius: 50%;
    margin-left: -11px;
    margin-top: 54px;
  }
  .history-rp-funding-page .slider-section .timeline .bar .ball.two-thousand-eight {
    margin-top: 138px;
  }
  .history-rp-funding-page .slider-section .timeline .bar .ball.two-thousand-nine {
    margin-top: 184px;
  }
  .history-rp-funding-page .slider-section .timeline .bar .ball.two-thousand-ten {
    margin-top: 32px;
  }
  .history-rp-funding-page .slider-section .timeline .bar .ball.two-thousand-eleven {
    margin-top: 32px;
  }
  .history-rp-funding-page .slider-section .timeline .bar .ball.two-thousand-twelve {
    margin-top: 143px;
  }
  .history-rp-funding-page .slider-section .timeline .bar .ball.two-thousand-thriteen {
    margin-top: 140px;
  }
  .history-rp-funding-page .slider-section .timeline .bar .ball.two-thousand-fourteen {
    margin-top: 184px;
  }
  .history-rp-funding-page .slider-section .timeline .bar .ball.two-thousand-fifteen {
    margin-top: 164px;
  }
  .history-rp-funding-page .slider-section .timeline .bar .ball.two-thousand-sixteen {
    margin-top: 138px;
  }
  .history-rp-funding-page .slider-section .timeline .bar .ball.two-thousand-seventeen {
    margin-top: 86px;
  }
  .history-rp-funding-page .slider-section .timeline .bar .ball.two-thousand-eighteen {
    margin-top: 188px;
  }
  .history-rp-funding-page .slider-section .timeline .year-container {
    background-color: transparent;
  }
  .history-rp-funding-page .slider-section .timeline .year-container .year {
    background: #1469ab;
    color: #ffffff;
    padding: 9px 30px;
    min-width: 140px;
    border-radius: 24px;
    display: inline-block;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
  }
}

.opt-out-page .opt-out-form {
  width: 100%;
  border: 1px solid #e0e0e0;
  padding: 15px 15px 0;
  margin-top: 25px;
  margin-bottom: 50px;
}

.opt-out-page .opt-out-form .success p {
  font-size: 16px;
}

.opt-out-page .opt-out-form .success p.thanks-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #1469ab;
}

.opt-out-page .opt-out-form .form-group {
  width: 100%;
}

.opt-out-page .opt-out-form .form-group input {
  z-index: 1;
  height: 45px;
  margin-bottom: 20px;
}

.opt-out-page .opt-out-form button {
  width: 100%;
  height: 52px;
  border-radius: 6px;
  border: solid 3px #1469ab;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .opt-out-page .opt-out-form {
    width: 487px;
    height: 517px;
    padding: 48px;
  }
  .opt-out-page .opt-out-form button {
    width: 133px;
  }
}

.after-mortgage-page .hero-container {
  background: url("/images/after-purchase-mortgage/after-purchase-hero-mobile.png") center right;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.after-mortgage-page .hero-container .row {
  display: flex;
  align-items: center;
}

.after-mortgage-page .hero-container .hero-text h1 {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  font-weight: bold;
  color: #fefefe;
  margin-bottom: 10px;
  max-width: 667px;
}

.after-mortgage-page .hero-container .hero-text p {
  font-size: 16px;
  color: #fefefe;
  line-height: 22px;
  margin-bottom: 20px;
  max-width: 667px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.after-mortgage-page .hero-container .cta-bar {
  position: absolute;
  bottom: 0;
}

.after-mortgage-page .hero-container .cta-bar span {
  font-size: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
}

.after-mortgage-page .hero-container .cta-bar span i {
  display: inline;
}

.after-mortgage-page .hero-container .the-form {
  font-family: 'Ubuntu', sans-serif;
  background-color: #ffffff;
  border-radius: 8px;
  margin-bottom: 30px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.5);
}

.after-mortgage-page .hero-container .the-form form {
  padding: 15px;
  color: #000000;
}

.after-mortgage-page .hero-container .the-form form h3 {
  font-weight: normal;
  margin-bottom: 15px;
  margin-top: 0;
  font-size: 24px;
  letter-spacing: 0px;
}

.after-mortgage-page .hero-container .the-form form input {
  border-radius: 8px;
}

.after-mortgage-page .hero-container .the-form form label {
  color: #666;
}

.after-mortgage-page .hero-container .the-form form .submit-button-holder {
  text-align: center;
}

.after-mortgage-page .hero-container .the-form form .submit-button-holder button {
  width: 100%;
  background-color: #ff8f00;
  color: #ffffff;
  margin-bottom: 10px;
  padding: 10px;
  border: none;
  box-shadow: 0px 2px 8px 0 rgba(0, 0, 0, 0.3);
}

.after-mortgage-page .hero-container .the-form form .submit-button-holder button:hover {
  background-color: #FFBA64;
}

.after-mortgage-page .hero-container .form-positioner {
  z-index: 1;
  bottom: 20px;
  margin-top: 30px;
}

.after-mortgage-page .hero-container .form-positioner .the-form {
  margin-bottom: 0;
}

.after-mortgage-page .hero-container .cta-bar {
  color: #ffffff;
  background-color: #001a3a;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}

.after-mortgage-page .hero-container .cta-bar span {
  font-size: 16px;
  display: block;
  padding-bottom: 10px;
  padding-top: 10px;
}

.after-mortgage-page .hero-container .cta-bar span i {
  display: none;
}

.after-mortgage-page p {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 20px;
}

.after-mortgage-page hr {
  margin-top: 35px;
  margin-bottom: 35px;
  border-color: #979797;
}

.after-mortgage-page .disclaimer {
  font-size: 12px;
  line-height: 1.2;
}

.after-mortgage-page h1, .after-mortgage-page h2, .after-mortgage-page h3 {
  font-weight: bold;
}

.after-mortgage-page h3 {
  font-size: 22px;
  color: #1469AB;
}

.after-mortgage-page .icon-color {
  color: #FF8F00;
  margin-right: 4px;
}

.after-mortgage-page ul li {
  font-size: 20px;
}

.after-mortgage-page .spacer {
  margin-top: 30px;
}

.after-mortgage-page .after-mortgage__million-section {
  padding: 30px;
}

.after-mortgage-page .after-mortgage__million-section h2 {
  color: #1C75BC;
  max-width: 710px;
  margin: 0 auto;
  font-weight: normal;
  text-align: center;
  font-size: 28px;
}

@media (max-width: 899px) {
  .after-mortgage-page .grand-prix-spacer {
    padding-top: 0;
  }
  .after-mortgage-page .after-mortgage__million-section h2 {
    font-size: 22px;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .after-mortgage-page .hero-container .hero-text h1 {
    font-size: 45px;
  }
}

@media (min-width: 768px) {
  .after-mortgage-page .hero-container {
    background: url("/images/after-purchase-mortgage/after-purchase-hero-desktop.png") center right;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 0;
  }
  .after-mortgage-page .hero-container .hero-text p {
    margin-bottom: 0;
  }
  .after-mortgage-page .hero-container h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 34px;
  }
  .after-mortgage-page .hero-container h1 span {
    font-size: 48px;
    font-weight: bold;
  }
  .after-mortgage-page .hero-container h1 span:first-child {
    font-size: 36px;
    font-weight: 500;
  }
  .after-mortgage-page .hero-container h2 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .after-mortgage-page .hero-container p {
    font-weight: normal;
  }
  .after-mortgage-page .hero-container .cta-bar {
    position: absolute;
    bottom: 0;
  }
  .after-mortgage-page .hero-container .cta-bar span {
    font-size: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .after-mortgage-page .hero-container .cta-bar span i {
    display: inline;
  }
  .after-mortgage-page .disclaimer {
    font-size: 14px;
    padding-bottom: 30px;
  }
}

@media (max-width: 499px) {
  .after-mortgage-page .hero-container .row {
    flex-wrap: wrap;
  }
}

.after-purchase-reno-page .hero-container {
  background: url("/images/after-purchase-reno/after-purchase-reno-hero-mobile.png") center right;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.after-purchase-reno-page .hero-container .hero-text h1 {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  font-weight: bold;
  color: #fefefe;
  margin-bottom: 10px;
  max-width: 610px;
}

.after-purchase-reno-page .hero-container .hero-text p {
  font-size: 16px;
  color: #fefefe;
  line-height: 22px;
  margin-bottom: 20px;
  width: 100%;
}

.after-purchase-reno-page .hero-container .row {
  display: flex;
  align-items: center;
}

.after-purchase-reno-page .hero-container .the-form {
  font-family: 'Ubuntu', sans-serif;
  background-color: #ffffff;
  border-radius: 8px;
  margin-bottom: 30px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.5);
}

.after-purchase-reno-page .hero-container .the-form form {
  padding: 15px;
  color: #000000;
}

.after-purchase-reno-page .hero-container .the-form form h3 {
  font-weight: normal;
  margin-bottom: 15px;
  margin-top: 0;
  font-size: 24px;
  letter-spacing: 0px;
}

.after-purchase-reno-page .hero-container .the-form form input {
  border-radius: 8px;
}

.after-purchase-reno-page .hero-container .the-form form label {
  color: #666;
}

.after-purchase-reno-page .hero-container .the-form form .submit-button-holder {
  text-align: center;
}

.after-purchase-reno-page .hero-container .the-form form .submit-button-holder button {
  width: 100%;
  background-color: #ff8f00;
  color: #ffffff;
  margin-bottom: 10px;
  padding: 10px;
  border: none;
  box-shadow: 0px 2px 8px 0 rgba(0, 0, 0, 0.3);
}

.after-purchase-reno-page .hero-container .the-form form .submit-button-holder button:hover {
  background-color: #FFBA64;
}

.after-purchase-reno-page .hero-container .form-positioner {
  z-index: 1;
  bottom: -6px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.after-purchase-reno-page .hero-container .form-positioner .the-form {
  margin-bottom: 0;
}

.after-purchase-reno-page .hero-container .cta-bar {
  color: #ffffff;
  background-color: #001a3a;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}

.after-purchase-reno-page .hero-container .cta-bar span {
  font-size: 16px;
  display: block;
  padding-bottom: 10px;
  padding-top: 10px;
}

.after-purchase-reno-page .hero-container .cta-bar span i {
  display: none;
}

.after-purchase-reno-page h1, .after-purchase-reno-page h2, .after-purchase-reno-page h3 {
  font-weight: bold;
}

.after-purchase-reno-page .container h1 {
  margin-top: 30px;
}

.after-purchase-reno-page p {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 20px;
}

.after-purchase-reno-page .icon-color {
  color: #FF8F00;
  margin-right: 4px;
}

.after-purchase-reno-page .after-purchase-renovation__dark-box {
  background-color: #001a3a;
  padding: 26px 40px;
  max-width: 980px;
  position: relative;
  margin: 60px auto 80px;
}

.after-purchase-reno-page .after-purchase-renovation__dark-box .example-equals {
  max-width: 460px;
}

.after-purchase-reno-page .after-purchase-renovation__dark-box .example-equals .accent-color {
  color: #3CBC9F;
}

.after-purchase-reno-page .after-purchase-renovation__dark-box .example-equals h3 {
  font-size: 36px;
  color: #fff;
  margin-top: 6px;
}

.after-purchase-reno-page .after-purchase-renovation__dark-box .example-equals p {
  font-size: 16px;
  color: #fff;
}

.after-purchase-reno-page .after-purchase-renovation__dark-box .example-equals .disclaimer {
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  margin-top: 20px;
  opacity: 0.75;
}

.after-purchase-reno-page .after-purchase-renovation__dark-box .after-purchase-renovation__house-wrap {
  display: flex;
  justify-content: flex-end;
  margin-left: 20px;
}

.after-purchase-reno-page .after-purchase-renovation__dark-box .after-purchase-renovation__house-wrap .example-house {
  width: 350px;
  position: absolute;
  bottom: 0;
  padding-left: 50px;
}

.after-purchase-reno-page .after-purchase-renovation__dark-box .example-row-underlined {
  display: flex;
  border-bottom: 4px solid #FEBF2E;
  max-width: 460px;
}

.after-purchase-reno-page .after-purchase-renovation__dark-box .example-row-underlined .minus {
  font-size: 36px;
  color: #FEBF2E;
  margin: 0 8px;
}

.after-purchase-reno-page .after-purchase-renovation__dark-box .example-row-underlined .example-col p {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 4px;
  color: #fff;
}

.after-purchase-reno-page .after-purchase-renovation__dark-box .example-row-underlined .example-col h3 {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  margin-top: 0;
}

.after-purchase-reno-page .after-purchase-renovation__dark-box .example-row {
  display: flex;
  margin-bottom: 20px;
}

.after-purchase-reno-page .after-purchase-renovation__dark-box .example-row .minus {
  font-size: 36px;
  color: #FEBF2E;
  margin: 0 8px;
}

.after-purchase-reno-page .after-purchase-renovation__dark-box .example-row .example-col {
  margin-right: 20px;
}

.after-purchase-reno-page .after-purchase-renovation__dark-box .example-row .example-col p {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 4px;
  color: #fff;
}

.after-purchase-reno-page .after-purchase-renovation__dark-box .example-row .example-col h3 {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  margin-top: 0;
}

.after-purchase-reno-page .spacer {
  margin-top: 30px;
}

@media (max-width: 899px) {
  .after-purchase-renovation__dark-box {
    padding: 20px;
  }
  .after-purchase-renovation__dark-box .example-house {
    display: none;
  }
}

@media (max-width: 499px) {
  .after-purchase-reno-page .hero-container .row {
    flex-wrap: wrap;
  }
  .after-purchase-reno-page .after-purchase-renovation__dark-box {
    padding: 26px 20px;
  }
  .after-purchase-reno-page .after-purchase-renovation__dark-box .example-row {
    flex-wrap: wrap;
  }
}

@media (min-width: 768px) {
  .after-purchase-reno-page .hero-container {
    background: url("/images/after-purchase-reno/after-purchase-reno-hero-desktop.png") center right;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 0;
  }
  .after-purchase-reno-page .hero-container .hero-text p {
    margin-bottom: 0;
  }
  .after-purchase-reno-page .hero-container h1 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .after-purchase-reno-page .hero-container h1 span {
    font-size: 48px;
    font-weight: bold;
  }
  .after-purchase-reno-page .hero-container h1 span:first-child {
    font-size: 36px;
    font-weight: 500;
  }
  .after-purchase-reno-page .hero-container h2 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .after-purchase-reno-page .hero-container p {
    width: 50%;
    font-weight: normal;
  }
}

@media (min-width: 992px) {
  .after-purchase-reno-page .hero-container .cta-bar {
    position: absolute;
    bottom: 0;
  }
  .after-purchase-reno-page .hero-container .cta-bar span {
    font-size: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .after-purchase-reno-page .hero-container .cta-bar span i {
    display: inline;
  }
}

.investment-prop-refi-page .hero-container {
  background: #1469ab url("/images/investment-prop/investment-prop-hero-mobile.png") no-repeat;
  background-size: cover;
  color: #ffffff;
  background-repeat: none;
  overflow: hidden;
  position: relative;
  padding-bottom: 0;
}

.investment-prop-refi-page .hero-container .hero-text h1 {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  font-weight: bold;
  color: #fefefe;
  margin-bottom: 10px;
}

.investment-prop-refi-page .hero-container .hero-text p {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  font-size: 16px;
  color: #fefefe;
  line-height: 22px;
  margin-bottom: 20px;
  width: 100%;
}

.investment-prop-refi-page .hero-container .row {
  display: flex;
  align-items: center;
}

.investment-prop-refi-page .hero-container .the-form {
  font-family: 'Ubuntu', sans-serif;
  background-color: #ffffff;
  border-radius: 8px;
  margin-bottom: 30px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.5);
}

.investment-prop-refi-page .hero-container .the-form form {
  padding: 15px;
  color: #000000;
}

.investment-prop-refi-page .hero-container .the-form form h3 {
  font-weight: normal;
  margin-bottom: 15px;
  margin-top: 0;
  font-size: 24px;
  letter-spacing: 0px;
}

.investment-prop-refi-page .hero-container .the-form form input {
  border-radius: 8px;
}

.investment-prop-refi-page .hero-container .the-form form label {
  color: #666;
}

.investment-prop-refi-page .hero-container .the-form form .submit-button-holder {
  text-align: center;
}

.investment-prop-refi-page .hero-container .the-form form .submit-button-holder button {
  width: 100%;
  background-color: #ff8f00;
  color: #ffffff;
  margin-bottom: 10px;
  padding: 10px;
  border: none;
  box-shadow: 0px 2px 8px 0 rgba(0, 0, 0, 0.3);
}

.investment-prop-refi-page .hero-container .the-form form .submit-button-holder button:hover {
  background-color: #FFBA64;
}

.investment-prop-refi-page .hero-container .form-positioner {
  z-index: 1;
  bottom: -6px;
  margin-top: 40px;
  margin-bottom: 30px;
}

.investment-prop-refi-page .hero-container .form-positioner .the-form {
  margin-bottom: 0;
}

.investment-prop-refi-page .hero-container .cta-bar {
  color: #ffffff;
  background-color: #001a3a;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}

.investment-prop-refi-page .hero-container .cta-bar span {
  font-size: 16px;
  display: block;
  padding-bottom: 10px;
  padding-top: 10px;
}

.investment-prop-refi-page .hero-container .cta-bar span i {
  display: none;
}

.investment-prop-refi-page .spacer {
  margin: 20px auto 50px;
}

.investment-prop-refi-page h1, .investment-prop-refi-page h2, .investment-prop-refi-page h3 {
  font-weight: bold;
}

.investment-prop-refi-page .centered-header {
  text-align: center;
}

.investment-prop-refi-page .container h1 {
  margin-top: 30px;
}

.investment-prop-refi-page p {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 20px;
}

.investment-prop-refi-page ul li {
  font-size: 20px;
  line-height: 26px;
}

.investment-prop-refi-page .icon-color {
  color: #FF8F00;
  margin-right: 4px;
}

.investment-prop-refi-page .investment-prop__dark-box {
  background-color: #001a3a;
  padding: 26px 40px;
  max-width: 800px;
  position: relative;
  margin: 60px auto 0;
}

.investment-prop-refi-page .investment-prop__dark-box .example-equals {
  max-width: 400px;
}

.investment-prop-refi-page .investment-prop__dark-box .example-equals .accent-color {
  color: #3CBC9F;
}

.investment-prop-refi-page .investment-prop__dark-box .example-equals h3 {
  font-size: 36px;
  color: #fff;
  margin-top: 6px;
}

.investment-prop-refi-page .investment-prop__dark-box .example-equals p {
  font-size: 16px;
  color: #fff;
}

.investment-prop-refi-page .investment-prop__dark-box .example-equals .disclaimer {
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  margin-top: 20px;
  opacity: 0.75;
}

.investment-prop-refi-page .investment-prop__dark-box .investment-prop__house-wrap {
  display: flex;
  justify-content: flex-end;
  margin-left: 20px;
}

.investment-prop-refi-page .investment-prop__dark-box .investment-prop__house-wrap .example-house {
  width: 350px;
  position: absolute;
  bottom: 0;
  padding-left: 50px;
}

.investment-prop-refi-page .investment-prop__dark-box .example-row {
  display: flex;
  border-bottom: 4px solid #FEBF2E;
  max-width: 400px;
}

.investment-prop-refi-page .investment-prop__dark-box .example-row .minus {
  font-size: 36px;
  color: #FEBF2E;
  margin: 0 8px;
}

.investment-prop-refi-page .investment-prop__dark-box .example-row .example-col p {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 4px;
  color: #fff;
}

.investment-prop-refi-page .investment-prop__dark-box .example-row .example-col h3 {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  margin-top: 0;
}

.investment-prop-refi-page .investment-prop__million {
  background: #1C75BC;
  padding: 40px;
  margin-bottom: 16px;
}

.investment-prop-refi-page .investment-prop__million h3 {
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 0;
  margin-top: 0;
  color: #fff;
}

.investment-prop-refi-page .investment-prop__million h1 {
  font-size: 45px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
}

@media (max-width: 899px) {
  .investment-prop__dark-box {
    padding: 20px;
  }
  .investment-prop__dark-box .example-house {
    display: none;
  }
}

@media (max-width: 499px) {
  .investment-prop-refi-page .hero-container .row {
    flex-wrap: wrap;
  }
  .investment-prop-refi-page .hero-container .form-positioner {
    margin-top: 0;
  }
  .investment-prop-refi-page .investment-prop__dark-box {
    padding: 26px 20px;
  }
}

@media (min-width: 768px) {
  .investment-prop-refi-page .hero-container {
    padding-bottom: 0;
    height: auto;
  }
  .investment-prop-refi-page .hero-container .hero-text p {
    margin-bottom: 0;
  }
  .investment-prop-refi-page .hero-container h1 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .investment-prop-refi-page .hero-container h1 span {
    font-size: 48px;
    font-weight: bold;
  }
  .investment-prop-refi-page .hero-container h1 span:first-child {
    font-size: 36px;
    font-weight: 500;
  }
  .investment-prop-refi-page .hero-container h2 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .investment-prop-refi-page .hero-container p {
    width: 50%;
    font-weight: normal;
  }
}

@media (min-width: 992px) {
  .investment-prop-refi-page .hero-container {
    background: url("/images/investment-prop/investment-prop-hero-desktop.png") center right;
    box-shadow: 0 6px 10px 0 rgba(8, 32, 54, 0.5);
    overflow: visible;
  }
  .investment-prop-refi-page .hero-container .form-positioner {
    z-index: 1;
    bottom: -6px;
  }
  .investment-prop-refi-page .hero-container .form-positioner .the-form {
    margin-bottom: 0;
  }
  .investment-prop-refi-page .hero-container .cta-bar {
    position: absolute;
    bottom: 0;
  }
  .investment-prop-refi-page .hero-container .cta-bar span {
    font-size: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .investment-prop-refi-page .hero-container .cta-bar span i {
    display: inline;
  }
}

.divorce-refi-page .hero-container {
  background: url("/images/divorce-refinance/divorce-refinance-mobile.png") center right;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.divorce-refi-page .hero-container .hero-text h1 {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  font-weight: bold;
  color: #fefefe;
  margin-bottom: 10px;
}

.divorce-refi-page .hero-container .hero-text p {
  font-size: 16px;
  color: #fefefe;
  line-height: 22px;
  margin-bottom: 20px;
  width: 100%;
}

.divorce-refi-page .hero-container .row {
  display: flex;
  align-items: center;
}

.divorce-refi-page .hero-container .the-form {
  font-family: 'Ubuntu', sans-serif;
  background-color: #ffffff;
  border-radius: 8px;
  margin-bottom: 30px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.5);
}

.divorce-refi-page .hero-container .the-form form {
  padding: 15px;
  color: #000000;
}

.divorce-refi-page .hero-container .the-form form h3 {
  font-weight: normal;
  margin-bottom: 15px;
  margin-top: 0;
  font-size: 24px;
  letter-spacing: 0px;
}

.divorce-refi-page .hero-container .the-form form input {
  border-radius: 8px;
}

.divorce-refi-page .hero-container .the-form form label {
  color: #666;
}

.divorce-refi-page .hero-container .the-form form .submit-button-holder {
  text-align: center;
}

.divorce-refi-page .hero-container .the-form form .submit-button-holder button {
  width: 100%;
  background-color: #ff8f00;
  color: #ffffff;
  margin-bottom: 10px;
  padding: 10px;
  border: none;
  box-shadow: 0px 2px 8px 0 rgba(0, 0, 0, 0.3);
}

.divorce-refi-page .hero-container .the-form form .submit-button-holder button:hover {
  background-color: #FFBA64;
}

.divorce-refi-page .hero-container .form-positioner {
  z-index: 1;
  bottom: -6px;
  margin-top: 30px;
}

.divorce-refi-page .hero-container .form-positioner .the-form {
  margin-bottom: 0;
}

.divorce-refi-page .hero-container .cta-bar {
  color: #ffffff;
  background-color: #001a3a;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}

.divorce-refi-page .hero-container .cta-bar span {
  font-size: 16px;
  display: block;
  padding-bottom: 10px;
  padding-top: 10px;
}

.divorce-refi-page .hero-container .cta-bar span i {
  display: none;
}

.divorce-refi-page .hero-container .container .divorce-refinance__icons {
  max-width: 130px;
  margin-bottom: 8px;
}

.divorce-refi-page .hero-container .container .reasons {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}

.divorce-refi-page .hero-container .container .icon-text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.divorce-refi-page .spacer {
  margin: 20px auto 50px;
}

.divorce-refi-page h1, .divorce-refi-page h2, .divorce-refi-page h3 {
  font-weight: bold;
}

.divorce-refi-page .container h1 {
  margin-top: 30px;
}

.divorce-refi-page p {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 20px;
}

.divorce-refi-page ol li {
  font-size: 20px;
  line-height: 26px;
}

.divorce-refi-page .icon-color {
  color: #FF8F00;
  margin-right: 4px;
}

.divorce-refi-page .divorce-refi-page__dark-box {
  background-color: #001a3a;
  padding: 26px 40px;
  max-width: 800px;
  position: relative;
  margin: 60px auto 0;
}

.divorce-refi-page .divorce-refi-page__dark-box .example-equals {
  max-width: 400px;
}

.divorce-refi-page .divorce-refi-page__dark-box .example-equals .accent-color {
  color: #3CBC9F;
}

.divorce-refi-page .divorce-refi-page__dark-box .example-equals h3 {
  font-size: 36px;
  color: #fff;
  margin-top: 6px;
}

.divorce-refi-page .divorce-refi-page__dark-box .example-equals p {
  font-size: 16px;
  color: #fff;
}

.divorce-refi-page .divorce-refi-page__dark-box .example-equals .disclaimer {
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  margin-top: 20px;
  opacity: 0.75;
}

.divorce-refi-page .divorce-refi-page__dark-box .divorce-refi-page__house-wrap {
  display: flex;
  justify-content: flex-end;
  margin-left: 20px;
}

.divorce-refi-page .divorce-refi-page__dark-box .divorce-refi-page__house-wrap .example-house {
  width: 350px;
  position: absolute;
  bottom: 0;
  padding-left: 50px;
}

.divorce-refi-page .divorce-refi-page__dark-box .example-row {
  display: flex;
  border-bottom: 4px solid #FEBF2E;
  max-width: 400px;
}

.divorce-refi-page .divorce-refi-page__dark-box .example-row .minus {
  font-size: 36px;
  color: #FEBF2E;
  margin: 0 8px;
}

.divorce-refi-page .divorce-refi-page__dark-box .example-row .example-col p {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 4px;
  color: #fff;
}

.divorce-refi-page .divorce-refi-page__dark-box .example-row .example-col h3 {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  margin-top: 0;
}

.divorce-refi-page .divorce-refi__million {
  background: #1C75BC;
  padding: 40px;
  margin-bottom: 16px;
}

.divorce-refi-page .divorce-refi__million h3 {
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 0;
  margin-top: 0;
  color: #fff;
}

.divorce-refi-page .divorce-refi__million h1 {
  font-size: 45px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
}

.divorce-refi-page .reason {
  display: flex;
  margin-bottom: 16px;
}

.divorce-refi-page .reason p {
  margin-bottom: 0;
}

.divorce-refi-page .reason .number {
  background: #FF8F00;
  min-width: 26px;
  height: 26px;
  border-radius: 50%;
  font-size: 20px;
  padding: 4px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  margin-top: 2px;
  font-weight: bold;
}

.divorce-refi-page .icons-row {
  display: flex;
  justify-content: center;
}

@media (min-width: 992px) {
  .divorce-refi-page .hero-container {
    box-shadow: 0 6px 10px 0 rgba(8, 32, 54, 0.5);
    overflow: visible;
  }
  .divorce-refi-page .hero-container .form-positioner {
    z-index: 1;
    bottom: -6px;
  }
  .divorce-refi-page .hero-container .form-positioner .the-form {
    margin-bottom: 0;
  }
  .divorce-refi-page .hero-container .cta-bar {
    position: absolute;
    bottom: 0;
  }
  .divorce-refi-page .hero-container .cta-bar span {
    font-size: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .divorce-refi-page .hero-container .cta-bar span i {
    display: inline;
  }
  .divorce-refi-page .container .divorce-refinance__icons {
    max-width: 130px;
    margin-bottom: 8px;
  }
  .divorce-refi-page .container .reasons {
    font-size: 18px;
    font-weight: bold;
    color: #000;
  }
  .divorce-refi-page .container .icon-text-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 499px) {
  .divorce-refi-page .hero-container .row {
    flex-wrap: wrap;
  }
  .divorce-refi-page .hero-container .form-positioner {
    margin-top: 0;
  }
  .divorce-refi-page .container .divorce-refinance__icons {
    max-width: 130px;
    margin-bottom: 8px;
  }
  .divorce-refi-page .container .reasons {
    font-size: 18px;
    font-weight: bold;
    color: #000;
  }
  .divorce-refi-page .container .icon-text-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .divorce-refi-page .container .icons-row {
    flex-direction: column;
  }
}

@media (min-width: 992px) {
  .divorce-refi-page .hero-container {
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 0;
    background: url("/images/divorce-refinance/divorce-refinance-desktop.png") center right;
  }
  .divorce-refi-page .hero-container .hero-text p {
    margin-bottom: 0;
  }
  .divorce-refi-page .hero-container h1 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .divorce-refi-page .hero-container h1 span {
    font-size: 48px;
    font-weight: bold;
  }
  .divorce-refi-page .hero-container h1 span:first-child {
    font-size: 36px;
    font-weight: 500;
  }
  .divorce-refi-page .hero-container h2 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .divorce-refi-page .hero-container p {
    width: 50%;
    font-weight: normal;
  }
  .divorce-refi-page .container .divorce-refinance__icons {
    max-width: 130px;
    margin-bottom: 8px;
  }
  .divorce-refi-page .container .reasons {
    font-size: 18px;
    font-weight: bold;
    color: #000;
  }
  .divorce-refi-page .container .icon-text-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.manufactured-refi-page .hero-container {
  background: #1469ab url("/images/no-closing-cost/hero.jpg") no-repeat;
  background-size: cover;
  color: #ffffff;
  background-repeat: none;
  overflow: hidden;
  position: relative;
  padding-bottom: 0;
}

.manufactured-refi-page .hero-container .hero-text h1 {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  font-weight: bold;
  color: #fefefe;
  margin-bottom: 10px;
  max-width: 700px;
}

.manufactured-refi-page .hero-container .hero-text p {
  font-size: 16px;
  color: #fefefe;
  line-height: 22px;
  margin-bottom: 20px;
  max-width: 700px;
}

.manufactured-refi-page .hero-container .row {
  display: flex;
  align-items: center;
}

.manufactured-refi-page .hero-container .the-form {
  font-family: 'Ubuntu', sans-serif;
  background-color: #ffffff;
  border-radius: 8px;
  margin-bottom: 30px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.5);
}

.manufactured-refi-page .hero-container .the-form form {
  padding: 15px;
  color: #000000;
}

.manufactured-refi-page .hero-container .the-form form h3 {
  font-weight: normal;
  margin-bottom: 15px;
  margin-top: 0;
  font-size: 24px;
  letter-spacing: 0px;
}

.manufactured-refi-page .hero-container .the-form form input {
  border-radius: 8px;
}

.manufactured-refi-page .hero-container .the-form form label {
  color: #666;
}

.manufactured-refi-page .hero-container .the-form form .submit-button-holder {
  text-align: center;
}

.manufactured-refi-page .hero-container .the-form form .submit-button-holder button {
  width: 100%;
  background-color: #ff8f00;
  color: #ffffff;
  margin-bottom: 10px;
  padding: 10px;
  border: none;
  box-shadow: 0px 2px 8px 0 rgba(0, 0, 0, 0.3);
}

.manufactured-refi-page .hero-container .the-form form .submit-button-holder button:hover {
  background-color: #FFBA64;
}

.manufactured-refi-page .hero-container .form-positioner {
  z-index: 1;
  bottom: -6px;
  margin-top: 30px;
}

.manufactured-refi-page .hero-container .form-positioner .the-form {
  margin-bottom: 0;
}

.manufactured-refi-page .hero-container .cta-bar {
  color: #ffffff;
  background-color: #001a3a;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}

.manufactured-refi-page .hero-container .cta-bar span {
  font-size: 16px;
  display: block;
  padding-bottom: 10px;
  padding-top: 10px;
}

.manufactured-refi-page .hero-container .cta-bar span i {
  display: none;
}

.manufactured-refi-page .spacer {
  margin: 40px auto 50px;
}

.manufactured-refi-page h1, .manufactured-refi-page h2, .manufactured-refi-page h3 {
  font-weight: bold;
}

.manufactured-refi-page .container h1 {
  margin-top: 30px;
}

.manufactured-refi-page p {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 20px;
}

.manufactured-refi-page ul li, .manufactured-refi-page ol li {
  font-size: 20px;
  line-height: 26px;
}

.manufactured-refi-page .subnote {
  margin-left: 26px;
}

.manufactured-refi-page .manufactured-refi__dark-box {
  background-color: #001a3a;
  padding: 26px 40px;
  max-width: 800px;
  position: relative;
  margin: 60px auto 0;
}

.manufactured-refi-page .manufactured-refi__dark-box .example-equals {
  max-width: 400px;
}

.manufactured-refi-page .manufactured-refi__dark-box .example-equals .accent-color {
  color: #3CBC9F;
}

.manufactured-refi-page .manufactured-refi__dark-box .example-equals h3 {
  font-size: 36px;
  color: #fff;
  margin-top: 6px;
}

.manufactured-refi-page .manufactured-refi__dark-box .example-equals p {
  font-size: 16px;
  color: #fff;
}

.manufactured-refi-page .manufactured-refi__dark-box .example-equals .disclaimer {
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  margin-top: 20px;
  opacity: 0.75;
}

.manufactured-refi-page .manufactured-refi__dark-box .manufactured-refi__house-wrap {
  display: flex;
  justify-content: flex-end;
  margin-left: 20px;
}

.manufactured-refi-page .manufactured-refi__dark-box .manufactured-refi__house-wrap .example-house {
  max-width: 350px;
  position: absolute;
  bottom: 0;
  padding-left: 50px;
}

.manufactured-refi-page .manufactured-refi__dark-box .example-row {
  display: flex;
  border-bottom: 4px solid #FEBF2E;
  max-width: 400px;
}

.manufactured-refi-page .manufactured-refi__dark-box .example-row .minus {
  font-size: 36px;
  color: #FEBF2E;
  margin: 0 8px;
}

.manufactured-refi-page .manufactured-refi__dark-box .example-row .example-col p {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 4px;
  color: #fff;
}

.manufactured-refi-page .manufactured-refi__dark-box .example-row .example-col h3 {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  margin-top: 0;
}

@media (max-width: 899px) {
  .manufactured-refi__dark-box {
    padding: 20px;
  }
  .manufactured-refi__dark-box .example-house {
    width: 300px;
  }
}

@media (max-width: 499px) {
  .manufactured-refi-page .hero-container .row {
    flex-wrap: wrap;
  }
  .manufactured-refi-page .manufactured-refi__dark-box {
    flex-wrap: wrap;
    padding: 26px 20px;
  }
  .manufactured-refi-page .manufactured-refi__dark-box .example-house {
    display: none;
  }
}

@media (min-width: 768px) {
  .manufactured-refi-page .hero-container {
    padding-bottom: 0;
    height: auto;
  }
  .manufactured-refi-page .hero-container .hero-text p {
    margin-bottom: 0;
  }
  .manufactured-refi-page .hero-container h1 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .manufactured-refi-page .hero-container h1 span {
    font-size: 48px;
    font-weight: bold;
  }
  .manufactured-refi-page .hero-container h1 span:first-child {
    font-size: 36px;
    font-weight: 500;
  }
  .manufactured-refi-page .hero-container h2 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .manufactured-refi-page .hero-container p {
    width: 50%;
    font-weight: normal;
  }
}

@media (min-width: 992px) {
  .manufactured-refi-page .hero-container {
    box-shadow: 0 6px 10px 0 rgba(8, 32, 54, 0.5);
    overflow: visible;
  }
  .manufactured-refi-page .hero-container .form-positioner {
    z-index: 1;
    bottom: -6px;
  }
  .manufactured-refi-page .hero-container .form-positioner .the-form {
    margin-bottom: 0;
  }
  .manufactured-refi-page .hero-container .cta-bar {
    position: absolute;
    bottom: 0;
  }
  .manufactured-refi-page .hero-container .cta-bar span {
    font-size: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .manufactured-refi-page .hero-container .cta-bar span i {
    display: inline;
  }
}

.home-reno-refi-page .hero-container {
  background: url("/images/closing-costs-refinance/closingcostmobile-bg.jpg") center right;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.home-reno-refi-page .hero-container .hero-text h1 {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  font-weight: bold;
  color: #fefefe;
  margin-bottom: 10px;
}

.home-reno-refi-page .hero-container .hero-text p {
  font-size: 16px;
  color: #fefefe;
  line-height: 22px;
  margin-bottom: 20px;
  width: 100%;
}

.home-reno-refi-page .hero-container .row {
  display: flex;
  align-items: center;
}

.home-reno-refi-page .hero-container .the-form {
  font-family: 'Ubuntu', sans-serif;
  background-color: #ffffff;
  border-radius: 8px;
  margin-bottom: 30px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.5);
}

.home-reno-refi-page .hero-container .the-form form {
  padding: 15px;
  color: #000000;
}

.home-reno-refi-page .hero-container .the-form form h3 {
  font-weight: normal;
  margin-bottom: 15px;
  margin-top: 0;
  font-size: 24px;
  letter-spacing: 0px;
}

.home-reno-refi-page .hero-container .the-form form input {
  border-radius: 8px;
}

.home-reno-refi-page .hero-container .the-form form label {
  color: #666;
}

.home-reno-refi-page .hero-container .the-form form .submit-button-holder {
  text-align: center;
}

.home-reno-refi-page .hero-container .the-form form .submit-button-holder button {
  width: 100%;
  background-color: #ff8f00;
  color: #ffffff;
  margin-bottom: 10px;
  padding: 10px;
  border: none;
  box-shadow: 0px 2px 8px 0 rgba(0, 0, 0, 0.3);
}

.home-reno-refi-page .hero-container .the-form form .submit-button-holder button:hover {
  background-color: #FFBA64;
}

.home-reno-refi-page .hero-container .form-positioner {
  z-index: 1;
  bottom: -6px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.home-reno-refi-page .hero-container .form-positioner .the-form {
  margin-bottom: 0;
}

.home-reno-refi-page .hero-container .cta-bar {
  color: #ffffff;
  background-color: #001a3a;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}

.home-reno-refi-page .hero-container .cta-bar span {
  font-size: 16px;
  display: block;
  padding-bottom: 10px;
  padding-top: 10px;
}

.home-reno-refi-page .hero-container .cta-bar span i {
  display: none;
}

.home-reno-refi-page h1, .home-reno-refi-page h2, .home-reno-refi-page h3 {
  font-weight: bold;
}

.home-reno-refi-page .container h1 {
  margin-top: 30px;
}

.home-reno-refi-page p {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 20px;
}

.home-reno-refi-page .icon-color {
  color: #FF8F00;
  margin-right: 4px;
}

.home-reno-refi-page .home-reno-refi__dark-box {
  background-color: #001a3a;
  padding: 26px 40px;
  max-width: 980px;
  position: relative;
  margin: 60px auto 80px;
}

.home-reno-refi-page .home-reno-refi__dark-box .example-equals {
  max-width: 460px;
}

.home-reno-refi-page .home-reno-refi__dark-box .example-equals .accent-color {
  color: #3CBC9F;
}

.home-reno-refi-page .home-reno-refi__dark-box .example-equals h3 {
  font-size: 36px;
  color: #fff;
  margin-top: 6px;
}

.home-reno-refi-page .home-reno-refi__dark-box .example-equals p {
  font-size: 16px;
  color: #fff;
}

.home-reno-refi-page .home-reno-refi__dark-box .example-equals .disclaimer {
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  margin-top: 20px;
  opacity: 0.75;
}

.home-reno-refi-page .home-reno-refi__dark-box .home-reno-refi__house-wrap {
  display: flex;
  justify-content: flex-end;
  margin-left: 20px;
}

.home-reno-refi-page .home-reno-refi__dark-box .home-reno-refi__house-wrap .example-house {
  width: 350px;
  position: absolute;
  bottom: 0;
  padding-left: 50px;
}

.home-reno-refi-page .home-reno-refi__dark-box .example-row-underlined {
  display: flex;
  border-bottom: 4px solid #FEBF2E;
  max-width: 460px;
}

.home-reno-refi-page .home-reno-refi__dark-box .example-row-underlined .minus {
  font-size: 36px;
  color: #FEBF2E;
  margin: 0 8px;
}

.home-reno-refi-page .home-reno-refi__dark-box .example-row-underlined .example-col p {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 4px;
  color: #fff;
}

.home-reno-refi-page .home-reno-refi__dark-box .example-row-underlined .example-col h3 {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  margin-top: 0;
}

.home-reno-refi-page .home-reno-refi__dark-box .example-row {
  display: flex;
  margin-bottom: 20px;
}

.home-reno-refi-page .home-reno-refi__dark-box .example-row .minus {
  font-size: 36px;
  color: #FEBF2E;
  margin: 0 8px;
}

.home-reno-refi-page .home-reno-refi__dark-box .example-row .example-col {
  margin-right: 20px;
}

.home-reno-refi-page .home-reno-refi__dark-box .example-row .example-col p {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 4px;
  color: #fff;
}

.home-reno-refi-page .home-reno-refi__dark-box .example-row .example-col h3 {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  margin-top: 0;
}

.home-reno-refi-page .spacer {
  margin-top: 30px;
}

@media (max-width: 899px) {
  .home-reno-refi__dark-box {
    padding: 20px;
  }
  .home-reno-refi__dark-box .example-house {
    display: none;
  }
}

@media (max-width: 499px) {
  .home-reno-refi-page .hero-container .row {
    flex-wrap: wrap;
  }
  .home-reno-refi-page .home-reno-refi__dark-box {
    padding: 26px 20px;
  }
  .home-reno-refi-page .home-reno-refi__dark-box .example-row {
    flex-wrap: wrap;
  }
}

@media (min-width: 768px) {
  .home-reno-refi-page .hero-container {
    background: url("/images/closing-costs-refinance/closingcost-desktopbg.jpg") center right;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 0;
  }
  .home-reno-refi-page .hero-container .hero-text p {
    margin-bottom: 0;
  }
  .home-reno-refi-page .hero-container h1 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .home-reno-refi-page .hero-container h1 span {
    font-size: 48px;
    font-weight: bold;
  }
  .home-reno-refi-page .hero-container h1 span:first-child {
    font-size: 36px;
    font-weight: 500;
  }
  .home-reno-refi-page .hero-container h2 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .home-reno-refi-page .hero-container p {
    width: 50%;
    font-weight: normal;
  }
}

@media (min-width: 992px) {
  .home-reno-refi-page .hero-container .cta-bar {
    position: absolute;
    bottom: 0;
  }
  .home-reno-refi-page .hero-container .cta-bar span {
    font-size: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .home-reno-refi-page .hero-container .cta-bar span i {
    display: inline;
  }
}

.testimonials-page .hero-container {
  background: url("/images/index/hero-bg.jpg") center right;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.testimonials-page .hero-container h1 {
  font-weight: bold;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.testimonials-page .hero-container p {
  font-size: 14px;
  text-align: center;
  font-style: italic;
  line-height: 1.5;
}

.testimonials-page .hero-container .name-location {
  opacity: 0.5;
  font-weight: bold;
  font-style: normal;
  font-size: 10px;
}

.testimonials-page .hero-container .wistia_embed {
  height: 300px;
  box-shadow: 0 9px 13px 0 rgba(0, 0, 0, 0.5);
}

.testimonials-page .hero-container .testimonial-video {
  margin-bottom: 20px;
}

.testimonials-page p {
  font-size: 12px;
}

.testimonials-page .name-location {
  font-size: 10px;
}

.testimonials-page .body-container .middle {
  margin-bottom: 40px;
  margin-top: 20px;
}

.testimonials-page .body-container .middle .wall-of-fame-title p {
  font-size: 16px;
  margin-bottom: 40px;
}

.testimonials-page .body-container .middle-video-container {
  min-height: 150px;
}

.testimonials-page .body-container .middle-video-container .wistia_embed {
  height: 120px;
}

.testimonials-page .body-container .middle-video-container .testimonial-video {
  max-height: 150px;
  width: 100%;
}

.testimonials-page .body-container .middle-video-container .video-content {
  padding-right: 0;
}

.testimonials-page .body-container .middle-video-container .text-content {
  padding-left: 0;
}

.testimonials-page .body-container .middle-video-container .content {
  padding: 15px;
  height: 120px;
  background-color: #1469ab;
  text-align: right;
  color: #ffffff;
  position: relative;
}

.testimonials-page .body-container .middle-video-container .content .quote-container {
  position: absolute;
  bottom: 0;
  right: 15px;
}

.testimonials-page .body-container .middle-video-container .content hr {
  margin: 10px 0;
}

.testimonials-page .body-container .middle-video-container .content p {
  font-style: italic;
}

.testimonials-page .body-container .middle-video-container .content .name-location {
  font-weight: bold;
  opacity: 0.5;
}

.testimonials-page .body-container .video-container {
  min-height: 150px;
  margin-bottom: 90px;
}

.testimonials-page .body-container .video-container .testimonial-video {
  max-height: 150px;
}

.testimonials-page .body-container .video-container .testimonial-video .wistia_embed {
  height: 150px;
}

@media (min-width: 768px) {
  .testimonials-page .hero-container {
    min-height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .testimonials-page .hero-container h1 {
    margin-top: 0;
    margin-bottom: 25px;
  }
  .testimonials-page .hero-container h2 {
    margin-top: 0;
    margin-bottom: 25px;
    line-height: 1.4;
  }
  .testimonials-page .hero-container p {
    margin-bottom: 0;
    font-size: 20px;
  }
  .testimonials-page .hero-container .name-location {
    font-size: 14px;
  }
  .testimonials-page .body-container .middle-video-container .wistia_embed {
    height: 250px;
  }
  .testimonials-page .body-container .middle-video-container .testimonial-video {
    max-height: 250px;
  }
  .testimonials-page .body-container .middle-video-container .content {
    height: 250px;
  }
  .testimonials-page .body-container .middle-video-container .content p {
    font-size: 24px;
  }
  .testimonials-page .body-container .middle-video-container .content .name-location {
    font-size: 12px;
  }
  .testimonials-page .body-container .video-container p {
    font-size: 14px;
  }
  .testimonials-page .body-container .video-container .name-location {
    font-size: 12px;
  }
}

.article-page .article-header-container h2 {
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  text-align: left;
  color: #525252;
}

.article-page .article-header-container .article-summary {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  text-align: left;
  color: #525252;
}

.article-page .article-header-container .published-date-container {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 30px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  text-align: left;
  color: #525252;
}

.article-page .article-header-container .social-col-mobile {
  display: none;
}

.article-page .article-header-container .social-col-mobile .fa {
  margin-right: 20px;
  cursor: pointer;
  margin-bottom: 30px;
  font-size: 50px;
}

.article-page .article-header-container .social-col-mobile .fa-facebook-square {
  color: #3B5998;
}

.article-page .article-header-container .social-col-mobile .fa-twitter-square {
  color: #00aced;
}

.article-page .article-header-container .social-col-mobile .fa-google-plus-square {
  color: #d34836;
}

.article-page .banner {
  margin-bottom: 30px;
  width: 100%;
}

.article-page .article-content-container {
  margin-bottom: 40px;
}

.article-page .article-content-container .video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.article-page .article-content-container .video iframe,
.article-page .article-content-container .video object,
.article-page .article-content-container .video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.article-page .article-content-container .about {
  position: relative;
}

.article-page .article-content-container .about .about-carousel {
  position: relative;
  padding-right: 74px;
  padding-left: 74px;
}

.article-page .article-content-container .about .about-carousel .slick-carousel-indicators {
  list-style: none;
  padding: 0;
  margin: 0;
  bottom: -48px;
}

.article-page .article-content-container .about .about-carousel .slick-carousel-indicators .slick-arrow {
  padding-right: 20px;
  padding-left: 20px;
}

.article-page .article-content-container .about .about-carousel .slick-carousel-indicators li {
  position: absolute;
  top: 34%;
  cursor: pointer;
  display: inline-block;
  color: #1469ab;
  font-size: 72px;
}

.article-page .article-content-container .about .about-carousel .slick-carousel-indicators li.prev {
  left: 0;
}

.article-page .article-content-container .about .about-carousel .slick-carousel-indicators li.next {
  right: 0;
}

.article-page .article-content-container .about .about-carousel .slick-carousel-indicators li.active {
  background-color: #1469ab;
}

.article-page .article-content-container .about .about-carousel .about-slides .slick-dots {
  position: relative;
  bottom: 0px;
}

.article-page .article-content-container .about .about-carousel .about-slides .slick-dots li {
  margin: 0;
}

.article-page .article-content-container .about .about-carousel .about-slides .slick-dots li button:before {
  font-size: 11px;
  color: #979797;
}

.article-page .article-content-container .about .about-carousel .about-slides .slick-dots li.slick-active button:before {
  color: #1469ab;
}

.article-page .article-content-container .about .about-carousel .about-slides .item {
  border: 1px solid #979797;
  background: #ffffff;
}

.article-page .article-content-container .about .about-carousel .about-slides .item .slide-image {
  margin-bottom: 0px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
}

.article-page .article-content-container .main-content {
  font-size: 16px;
}

.article-page .article-content-container .main-content img {
  width: 100%;
  margin-bottom: 20px;
}

.article-page .article-content-container .main-content h1 {
  font-size: 25px;
}

.article-page .article-content-container .fa {
  cursor: pointer;
  margin-bottom: 30px;
  font-size: 50px;
}

.article-page .article-content-container .fa-facebook-square {
  color: #3B5998;
}

.article-page .article-content-container .fa-twitter-square {
  color: #00aced;
}

.article-page .article-content-container .fa-google-plus-square {
  color: #d34836;
}

.article-page .article-content-container .related-articles-container .related-article-link {
  text-decoration: none;
  color: #000000;
}

.article-page .article-content-container .related-articles-container .related-article-link:hover .related-article .related-title {
  text-decoration: underline;
}

.article-page .article-content-container .related-articles-container .related-article {
  cursor: pointer;
  border-bottom: solid 1px #979797;
}

.article-page .article-content-container .related-articles-container .related-article .related-title {
  font-weight: 700;
  font-size: 14px;
}

.article-page .article-content-container .related-articles-container .related-article .related-desc {
  font-size: 12px;
}

.article-page .article-content-container .related-articles-container .related-article:last-child {
  border-bottom: none;
}

.article-page .article-content-container .related-articles-container .related-article img {
  width: 100%;
}

@media (max-width: 768px) {
  .article-page .article-header-container h2 {
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    text-align: left;
    color: #525252;
  }
  .article-page .article-header-container p {
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    text-align: left;
    color: #525252;
  }
  .article-page .article-header-container .published-date-container {
    margin-top: 20px;
    margin-bottom: 30px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    text-align: left;
    color: #525252;
  }
  .article-page .article-header-container .social-col-mobile {
    display: block;
  }
  .article-page .banner-col {
    padding: 0;
  }
  .article-page .article-content-container .related-articles-container {
    display: none;
  }
  .article-page .article-content-container .social-col {
    display: none;
  }
}

@media (max-width: 992px) {
  .article-page .article-content-container .how-it-works .about {
    padding-top: 0;
  }
  .article-page .article-content-container .how-it-works .about .about-carousel {
    height: auto;
    padding-right: 0;
    padding-left: 0;
  }
  .article-page .article-content-container .how-it-works .about .about-carousel .about-slides .slick-dots {
    top: 25px;
    position: relative;
  }
  .article-page .article-content-container .how-it-works .about .about-carousel .about-slides .item .slide-image {
    float: none;
    height: 184px;
    width: 100%;
  }
  .article-page .article-content-container .how-it-works .about .about-carousel .about-slides .item .slide-desc {
    height: auto;
    width: 100%;
    padding: 10px;
  }
  .article-page .article-content-container .how-it-works .about .about-carousel .about-slides .item .slide-desc .slide-text {
    padding-right: 0;
  }
}

.error-page-container .learn-more-section .arrow {
  border-top: 12px solid #003c5c;
}

.error-page-container .hero-container {
  padding: 30px 70px 70px 100px;
  background: url("/images/error/error.jpg") center right;
  height: 450px;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
}

.error-page-container .hero-container h1 {
  margin-top: 70px;
  font-size: 72px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.1px;
  color: #ffffff;
}

.error-page-container .hero-container .does-not-exist-message {
  font-size: 36px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.1px;
  text-align: left;
  color: #ffffff;
}

.error-page-container .hero-container .back-on-track-message {
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0;
  text-align: left;
  color: #ffffff;
}

.error-page-container .hero-container a {
  padding: 10px;
  color: #1469ab;
  margin-right: 20px;
  width: 97px;
  height: 41px;
  border-radius: 6px;
  background-color: #ffffff;
}

@media (max-width: 768px) {
  .error-page-container .hero-container {
    padding: 0;
  }
}

.harp-page p {
  font-size: 22px;
}

.harp-page ul {
  font-size: 18px;
}

.harp-page .apply-now {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 40px;
}

.harp-page .apply-now a {
  background-color: #1469ab;
  font-size: 20px;
  padding: 10px;
}

.calculator-section {
  padding-top: 42px;
}

.calculator-section .title {
  font-size: 20px;
  font-weight: bold;
}

.calculator-section .input-group {
  z-index: 1;
}

.calculator-section .loan-amount {
  font-size: 18px;
  border: solid 1px #e0e0e0;
  height: 39px;
  border-radius: 0;
}

.calculator-section .left-container .total-state .state-select #cc-state-selector {
  width: 160px;
}

.calculator-section .calculate-btn {
  border-radius: 0;
  font-size: 18px;
  border: solid 1px #e0e0e0;
  background: #eaeaea;
  font-weight: 100;
}

.calculator-section .sub-title, .calculator-section .total-label {
  font-size: 24px;
}

.calculator-section .min-max {
  margin-top: 20px;
  color: #cccccc;
}

.calculator-section .calc-label {
  width: 100%;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 20px;
}

.calculator-section .value {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
  float: right;
}

.calculator-section .total-value {
  font-size: 40px;
  margin-bottom: 30px;
}

.calculator-section .total-value .total-value-val {
  border: 5px solid #1469ab;
  padding: 10px 15px;
}

.calculator-section .disclaimer {
  font-size: 10px;
}

.calculator-section .cross {
  vertical-align: super;
  font-size: 10px;
}

.calculator-section .cross.super-cross {
  position: absolute;
}

.calculator-section .rangeslider {
  margin-top: 60px;
}

.calculator-section .rangeslider--horizontal {
  height: 10px;
}

.calculator-section .rangeslider__fill {
  background: #245a99;
}

.calculator-section .rangeslider__handle {
  width: 28px;
  height: 28px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  border: solid 2px #245a99;
}

.calculator-section .rangeslider__handle__value {
  transition: background-color .2s,  box-shadow .1s, transform .1s;
  box-sizing: border-box;
  width: 75px;
  text-align: center;
  padding: 6px;
  background-color: #ffffff;
  color: #245a99;
  left: -23.5px;
  top: -45px;
  position: absolute;
  white-space: nowrap;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

.calculator-section .rangeslider__handle__value:before {
  transition: border-top-color .2s;
  position: absolute;
  bottom: -6px;
  left: calc(50% - 6px);
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid;
  border-top-color: #ffffff;
}

.calculator-section .fees {
  margin-top: 75px;
}

@media (min-width: 768px) {
  .calculator-section {
    margin-top: 103px;
  }
  .calculator-section .title {
    font-size: 24px;
  }
  .calculator-section .calculator-container {
    background: #ffffff;
    padding: 0;
    border: 1px solid #979797;
  }
  .calculator-section .calculator-container .left-container {
    padding: 24px 42px;
  }
  .calculator-section .calculator-container .chart-container {
    padding: 24px 42px;
    background: #f8f8f8;
  }
  .calculator-section .calculator-container .chart-container canvas {
    height: 630px;
    width: 100%;
  }
}

.apply-page .hero-section {
  background: #1469ab url("/images/applyhero.jpg") no-repeat;
  background-size: cover;
  color: #ffffff;
  background-repeat: none;
  overflow: hidden;
  position: relative;
  padding-bottom: 0;
}

.apply-page .hero-section h1 {
  font-weight: bold;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.apply-page .hero-section h1 span {
  font-weight: 100;
  margin-bottom: 10px;
  display: block;
}

.apply-page .hero-section h2 {
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  line-height: 1.4;
  margin-bottom: 25px;
}

.apply-page .hero-section .the-form {
  font-family: 'Ubuntu', sans-serif;
  background-color: #ffffff;
  border-radius: 8px;
  margin-bottom: 30px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.5);
}

.apply-page .hero-section .the-form form {
  padding: 15px;
  color: black;
}

.apply-page .hero-section .the-form form h3 {
  font-weight: normal;
  font-size: 24px;
  margin-bottom: 15px;
  margin-top: 0;
  letter-spacing: 0px;
}

.apply-page .hero-section .the-form form input {
  border-radius: 8px;
}

.apply-page .hero-section .the-form form select {
  margin-bottom: 15px;
}

.apply-page .hero-section .the-form form label {
  color: #666;
}

.apply-page .hero-section .the-form form .submit-button-holder {
  text-align: center;
}

.apply-page .hero-section .the-form form .submit-button-holder button {
  width: 100%;
  background-color: #ff8f00;
  color: white;
  margin-bottom: 10px;
  padding: 10px;
}

.apply-page .hero-section .the-form form .submit-button-holder button:hover {
  background-color: #FFBA64;
}

.apply-page .hero-section .cta-bar {
  color: white;
  background-color: #001a3a;
  width: 100%;
}

.apply-page .hero-section .cta-bar span {
  font-size: 16px;
  display: block;
  padding-bottom: 10px;
  padding-top: 10px;
}

.apply-page .hero-section .cta-bar i {
  display: none;
}

.apply-page .content-section {
  padding-top: 28px;
}

.apply-page .content-section p {
  line-height: 1.71;
}

.apply-page .content-section p.bbb-text {
  line-height: .7;
}

.apply-page .content-section .title {
  font-size: 20px;
  font-weight: bold;
}

.apply-page .content-section .reasons .reason-item {
  margin-bottom: 10px;
}

.apply-page .content-section .reasons img {
  width: 20px;
  border: none;
  float: left;
  margin-right: 20px;
}

.apply-page .content-section .reasons p {
  float: left;
}

.apply-page .banner-section {
  background: #1469ab;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #ffffff;
}

.apply-page .banner-section p {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}

.apply-page .lendor-fees-section {
  background: #f8f8f8;
}

.apply-page .lendor-fees-section .title {
  font-size: 20px;
  font-weight: bold;
}

.apply-page .lendor-fees-section img {
  height: 625px;
  background: #1469ab;
  width: 100%;
  border: none;
}

.apply-page .lendor-fees-section .claim-btn {
  width: 100%;
  white-space: normal;
  color: #ffffff;
  background: #1469ab;
  margin: 18px auto;
  padding-top: 18px;
  padding-bottom: 18px;
}

.apply-page .video-section {
  margin-bottom: 20px;
}

.apply-page .video-section .video {
  height: 209px;
  background: #1469ab;
  margin-left: -15px;
  margin-right: -45px;
}

.apply-page .video-section .video-info {
  text-align: center;
  padding-top: 35px;
  padding-bottom: 35px;
  margin-left: -15px;
  margin-right: -15px;
}

.apply-page .video-section .video-info .title {
  font-size: 24px;
  font-weight: bold;
}

.apply-page .video-section .video-info .link {
  font-size: 18px;
  text-decoration: underline;
}

.apply-page .call-to-action-container {
  background: #1469ab;
}

.apply-page .call-to-action-container .call-to-action {
  color: #ffffff;
  min-height: 211px;
  text-align: center;
  background-color: #1469ab;
  padding-top: 40px;
  padding-bottom: 40px;
  font-weight: 900;
}

.apply-page .call-to-action-container .call-to-action p {
  margin-bottom: 30px;
  font-size: 26px;
}

.apply-page .call-to-action-container .call-to-action a {
  text-decoration: none;
  width: 442px;
  height: 52px;
  background-color: transparent;
  border-radius: 8px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  border: solid 3px #ffffff;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  padding: 14px 45px;
}

.apply-page .grand-prix-spacer {
  padding-top: 40px;
}

@media (max-width: 499px) {
  .apply-page .grand-prix-spacer {
    padding-top: 50px;
  }
}

@media (min-width: 768px) {
  .apply-page .hero-section {
    padding-top: 50px;
    padding-bottom: 0;
    height: auto;
  }
  .apply-page .hero-section h1 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .apply-page .hero-section h1 span {
    font-weight: bold;
  }
  .apply-page .hero-section h2 {
    margin-top: 25px;
  }
  .apply-page .hero-section p {
    margin-bottom: 0;
  }
  .apply-page .content-section {
    padding-top: 77px;
    padding-bottom: 0;
  }
  .apply-page .content-section p {
    font-size: 16px;
    margin-bottom: 36px;
  }
  .apply-page .content-section p.bbb-text {
    line-height: 1.71;
  }
  .apply-page .content-section .title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .apply-page .content-section .title.other {
    text-align: center;
    font-size: 36px;
  }
  .apply-page .content-section .reasons .reason-item {
    min-height: 227px;
  }
  .apply-page .content-section .reasons img {
    float: none;
    margin: 0 auto 15px;
    background: #ffffff;
  }
  .apply-page .content-section .reasons img.phone-check {
    width: 60px;
    margin-top: 16px;
  }
  .apply-page .content-section .reasons img.bbb {
    width: 75px;
    margin-top: 25px;
    margin-bottom: 34px;
  }
  .apply-page .content-section .reasons img.ribbon {
    width: 50px;
  }
  .apply-page .content-section .reasons img.calendar {
    margin-top: 14px;
    width: 60px;
  }
  .apply-page .content-section .reasons img.stamp {
    margin-top: 16px;
    width: 45px;
  }
  .apply-page .content-section .reasons img.fees {
    margin-top: 6px;
    width: 78px;
  }
  .apply-page .content-section .reasons img.hand-shake {
    width: 70px;
  }
  .apply-page .content-section .reasons img.folder {
    margin-top: 5px;
    width: 78px;
  }
  .apply-page .content-section .reasons p {
    font-size: 16px;
    text-align: center;
    float: none;
    margin-bottom: 40px;
  }
  .apply-page .banner-section {
    padding-top: 52px;
    height: 528px;
    position: absolute;
    width: 100%;
    z-index: -1;
  }
  .apply-page .banner-section p {
    font-size: 36px;
    font-weight: bold;
  }
  .apply-page .lendor-fees-section {
    background: #ffffff;
  }
  .apply-page .lendor-fees-section .claim-btn {
    font-size: 24px;
    display: block;
    padding: 20px 25px;
  }
  .apply-page .video-section {
    margin-bottom: 30px;
  }
  .apply-page .video-section .video {
    margin: 0;
    height: 313px;
  }
  .apply-page .video-section .video-info {
    margin: 0;
    padding-top: 0;
  }
  .apply-page .video-section .video-info .title {
    font-size: 36px;
    margin-bottom: 35px;
  }
  .apply-page .video-section .video-info .link {
    color: #000000;
  }
}

@media (min-width: 992px) {
  .apply-page .hero-section {
    box-shadow: 0 6px 10px 0 rgba(8, 32, 54, 0.5);
    overflow: visible;
  }
  .apply-page .hero-section .form-positioner {
    z-index: 1;
    bottom: -6px;
  }
  .apply-page .hero-section .form-positioner .the-form {
    margin-bottom: 0;
  }
  .apply-page .hero-section .cta-bar {
    position: absolute;
    bottom: 0;
  }
  .apply-page .hero-section .cta-bar span {
    font-size: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .apply-page .hero-section .cta-bar span i {
    display: inline;
  }
  .apply-page .content-section .reasons .reason-item {
    min-height: 200px;
  }
  .apply-page .lendor-fees-section {
    background: #ffffff;
  }
  .apply-page .lendor-fees-section .claim-btn {
    width: 65%;
    margin-top: 20px;
  }
  .apply-page .video-section .video-info {
    padding-top: 35px;
  }
}

@media (min-width: 1199px) {
  .apply-page .hero-section .cta-bar span {
    font-size: 24px;
  }
  .apply-page .hero-section .subtitle {
    margin-bottom: 25px;
    margin-top: 25px;
  }
}

.consumerportal-login .learn-more-section .arrow {
  border-top: 12px solid #f8f8f8;
}

.consumerportal-login .holder {
  margin-top: 5%;
  margin-bottom: 5%;
}

.consumerportal-login .holder .greeting .rpfunding-logo-holder {
  padding-left: 60px;
  padding-right: 60px;
  margin-bottom: 30px;
}

.consumerportal-login .holder .greeting p {
  text-align: center;
}

.consumerportal-login .holder .greeting hr {
  margin-top: 30px;
  margin-bottom: 30px;
}

.consumerportal-login .holder .greeting .lock-img {
  display: none;
}

.consumerportal-login .holder .form-container .sign-in-form {
  height: auto;
  border-radius: 5px;
  background-color: #ffffff;
  padding: 15px;
  font-family: 'Ubuntu', sans-serif;
}

.consumerportal-login .holder .form-container .sign-in-form form {
  padding-top: 10px;
}

.consumerportal-login .holder .form-container .sign-in-form .tiny-lock-holder {
  position: absolute;
  top: 5px;
  right: 22px;
}

.consumerportal-login .holder .form-container .sign-in-form .tiny-lock-holder img {
  width: 10px;
}

.consumerportal-login .holder .form-container .sign-in-form h3 {
  margin-top: 0;
  color: #1469ab;
  font-size: 16px;
  padding-right: 15px;
}

.consumerportal-login .holder .form-container .sign-in-form label {
  color: #666;
}

.consumerportal-login .holder .form-container .sign-in-form .btn-default {
  width: 100%;
  padding: 10px;
  margin-top: 15px;
  background-color: #1469ab;
  font-size: 16px;
  color: white;
}

.consumerportal-login .loan-servicing-content {
  background-color: #f8f8f8;
  padding-top: 15px;
  padding-bottom: 50px;
}

.consumerportal-login .loan-servicing-content .panel-default {
  width: fit-content;
}

@media (min-width: 992px) {
  .consumerportal-login .holder .greeting {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .consumerportal-login .holder .greeting .lock-img {
    padding-top: 30px;
    margin: auto;
    width: 60px;
    display: block;
  }
  .consumerportal-login .holder .form-container .sign-in-form .tiny-lock-holder {
    padding-top: 5px;
  }
}

@media (min-width: 768px) {
  .consumerportal-login .holder .form-container .sign-in-form {
    border: 1px solid #efefef;
    box-shadow: 0 5px 12px 0 rgba(217, 226, 233, 0.5);
    background-color: #f9f9f9;
  }
}

@media (max-width: 499px) {
  .consumerportal-login .grand-prix-spacer {
    padding-top: 50px;
  }
}

.grand-prix__wrapper {
  text-align: center;
}

.grand-prix__wrapper .grand-prix__photo-banner {
  max-width: 1366px;
  width: 100%;
}

.grand-prix__wrapper .grand-prix__button {
  background-color: #FF8F00;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  border-radius: 4px;
  display: block;
  max-width: 210px;
  margin: 20px auto 0;
  color: #fff;
  padding: 16px 0;
}

.grand-prix__wrapper .grand-prix__section {
  max-width: 1366px;
  margin: 0 auto;
  padding: 60px 0 60px 0;
}

.grand-prix__wrapper .grand-prix__section .grand-prix__logo-full {
  width: 350px;
}

.grand-prix__wrapper .grand-prix__section h3 {
  font-size: 24px;
  margin-bottom: 8px;
  margin-top: 0;
}

.grand-prix__wrapper .grand-prix__section h1 {
  font-size: 40px;
  margin-top: 16px;
  margin-bottom: 0;
}

.grand-prix__wrapper .grand-prix__section p {
  font-size: 18px;
  line-height: 24px;
  color: #707070;
  max-width: 500px;
  margin: 0 auto;
}

.grand-prix__wrapper .grand-prix__section .grand-prix__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px 0;
}

.grand-prix__wrapper .grand-prix__section .grand-prix__row .grand-prix__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 3rem;
}

.grand-prix__wrapper .grand-prix__section .grand-prix__row .grand-prix__item img {
  margin-bottom: 30px;
}

.grand-prix__wrapper .grand-prix__section .grand-prix__row .grand-prix__item h4 {
  font-size: 22px;
  margin-bottom: 4px;
}

.grand-prix__wrapper .grand-prix__section .grand-prix__row .grand-prix__item p {
  font-size: 20px;
  line-height: 26px;
  color: #707070;
}

.grand-prix__wrapper .grand-prix__cta-section {
  background: #003C5C;
  padding: 60px 0 80px;
}

.grand-prix__wrapper .grand-prix__cta-section h1 {
  color: #fff;
  font-size: 40px;
}

.grand-prix__wrapper .grand-prix__cta-section p {
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  max-width: 480px;
  margin: 0 auto;
}

@media (max-width: 899px) {
  .grand-prix__wrapper .grand-prix__section {
    padding: 0px 20px 60px 20px;
  }
  .grand-prix__wrapper .grand-prix__section .grand-prix__logo-full {
    margin-top: 40px;
  }
  .grand-prix__wrapper .grand-prix__section .grand-prix__row .grand-prix__item {
    padding: 0 2rem;
  }
}

@media (max-width: 499px) {
  .grand-prix__wrapper .grand-prix__section p {
    padding: 0 20px;
  }
  .grand-prix__wrapper .grand-prix__section h1 {
    font-size: 35px;
  }
  .grand-prix__wrapper .grand-prix__section .grand-prix__row {
    padding: 50px 0 30px;
    flex-wrap: wrap;
  }
  .grand-prix__wrapper .grand-prix__section .grand-prix__row .grand-prix__item {
    margin-bottom: 40px;
  }
  .grand-prix__wrapper .grand-prix__cta-section h1 {
    font-size: 35px;
  }
  .grand-prix__wrapper .grand-prix__cta-section p {
    padding: 0 20px;
  }
}

.cashout-refinance-page .hero-container {
  background: url("/images/cash-out-refinance/cashout-hero-mobile.png") center right;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.cashout-refinance-page .hero-container .hero-text h1 {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  font-weight: bold;
  color: #fefefe;
  margin-bottom: 10px;
}

.cashout-refinance-page .hero-container .hero-text p {
  font-size: 16px;
  color: #fefefe;
  line-height: 22px;
  margin-bottom: 20px;
  width: 100%;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.cashout-refinance-page .hero-container .the-form {
  font-family: 'Ubuntu', sans-serif;
  background-color: #ffffff;
  border-radius: 8px;
  margin-bottom: 30px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.5);
}

.cashout-refinance-page .hero-container .the-form form {
  padding: 15px;
  color: #000000;
}

.cashout-refinance-page .hero-container .the-form form h3 {
  font-weight: normal;
  margin-bottom: 15px;
  margin-top: 0;
  font-size: 24px;
  letter-spacing: 0px;
}

.cashout-refinance-page .hero-container .the-form form input {
  border-radius: 8px;
}

.cashout-refinance-page .hero-container .the-form form label {
  color: #666;
}

.cashout-refinance-page .hero-container .the-form form .submit-button-holder {
  text-align: center;
}

.cashout-refinance-page .hero-container .the-form form .submit-button-holder button {
  width: 100%;
  background-color: #ff8f00;
  color: #ffffff;
  margin-bottom: 10px;
  padding: 10px;
  border: none;
  box-shadow: 0px 2px 8px 0 rgba(0, 0, 0, 0.3);
}

.cashout-refinance-page .hero-container .the-form form .submit-button-holder button:hover {
  background-color: #FFBA64;
}

.cashout-refinance-page .hero-container .form-positioner {
  z-index: 1;
  bottom: -6px;
  margin-top: 30px;
}

.cashout-refinance-page .hero-container .form-positioner .the-form {
  margin-bottom: 0;
}

.cashout-refinance-page .hero-container .cta-bar {
  color: #ffffff;
  background-color: #001a3a;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}

.cashout-refinance-page .hero-container .cta-bar span {
  font-size: 16px;
  display: block;
  padding-bottom: 10px;
  padding-top: 10px;
}

.cashout-refinance-page .hero-container .cta-bar span i {
  display: none;
}

.cash-out-refinance__section {
  margin: 30px 0 50px;
}

.cash-out-refinance__section p {
  color: #777;
  font-size: 16px;
  line-height: 22px;
}

.cash-out-refinance__section .cash-out-icons {
  width: 130px;
  max-width: 130px;
  margin-bottom: 20px;
}

.cash-out-refinance__section .cash-out-refinance__icon-text {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}

.cash-out-refinance__section .cash-out-refinance__icons-row {
  display: flex;
}

.cash-out-refinance__section .cash-out-refinance__icons-row .cash-out-refinance__icons {
  display: flex;
  justify-content: space-between;
  width: 65%;
}

.cash-out-refinance__section .cash-out-refinance__icons-row .lady-weights {
  width: 180px;
}

.cash-out-refinance__section .icon-text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cash-out-refinance__section .cash-out-refinance__dark-box {
  background-color: #001a3a;
  padding: 26px 40px;
  max-width: 800px;
  position: relative;
  margin: 60px auto 0;
}

.cash-out-refinance__section .cash-out-refinance__dark-box .example-equals {
  max-width: 400px;
}

.cash-out-refinance__section .cash-out-refinance__dark-box .example-equals .accent-color {
  color: #3CBC9F;
}

.cash-out-refinance__section .cash-out-refinance__dark-box .example-equals h3 {
  font-size: 36px;
  color: #fff;
  margin-top: 6px;
}

.cash-out-refinance__section .cash-out-refinance__dark-box .example-equals p {
  font-size: 16px;
  color: #fff;
}

.cash-out-refinance__section .cash-out-refinance__dark-box .example-equals .disclaimer {
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  margin-top: 20px;
  opacity: 0.75;
}

.cash-out-refinance__section .cash-out-refinance__dark-box .cash-out-refinance__house-wrap {
  display: flex;
  justify-content: flex-end;
  margin-left: 20px;
}

.cash-out-refinance__section .cash-out-refinance__dark-box .cash-out-refinance__house-wrap .example-house {
  width: 350px;
  position: absolute;
  bottom: 0;
  padding-left: 50px;
}

.cash-out-refinance__section .cash-out-refinance__dark-box .example-row {
  display: flex;
  border-bottom: 4px solid #FEBF2E;
  max-width: 400px;
}

.cash-out-refinance__section .cash-out-refinance__dark-box .example-row .minus {
  font-size: 36px;
  color: #FEBF2E;
  margin: 0 8px;
}

.cash-out-refinance__section .cash-out-refinance__dark-box .example-row .example-col p {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 4px;
  color: #fff;
}

.cash-out-refinance__section .cash-out-refinance__dark-box .example-row .example-col h3 {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  margin-top: 0;
}

.cash-out-refinance__section .cash-out-refinance__box-wrapper {
  display: flex;
  justify-content: flex-end;
}

.cash-out-refinance__section .cash-out-refinance__million {
  background: #1C75BC;
  padding: 40px;
}

.cash-out-refinance__section .cash-out-refinance__million h3 {
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 0;
  margin-top: 0;
  color: #fff;
}

.cash-out-refinance__section .cash-out-refinance__million h1 {
  font-size: 45px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
}

.cash-out-refinance__section .cash-out-refinance__row {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cash-out-refinance__section .cash-out-refinance__row .calculator-img {
  max-width: 300px;
}

.cash-out-refinance__section .cash-out-refinance__row .content {
  max-width: 500px;
}

.cash-out-refinance__section .cash-out-refinance__row .content h3 {
  font-size: 25px;
  line-height: 30px;
  color: #1C75BC;
  font-weight: bold;
}

.cash-out-refinance__section .cash-out-refinance__row .content .cash-out-refinance__link {
  text-decoration: underline;
}

.cash-out-refinance__section-bg {
  padding: 30px 50px;
  margin-bottom: 10px;
}

.cash-out-refinance__section-bg h1 {
  text-align: center;
}

.cash-out-refinance__section-bg .cash-out-refinance__row {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}

.cash-out-refinance__section-bg .cash-out-refinance__row .cash-out-refinance__diff-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0 15px;
  max-width: 270px;
  text-align: center;
}

.cash-out-refinance__section-bg .cash-out-refinance__row .cash-out-refinance__diff-item p {
  font-size: 16px;
  margin: 0;
}

.cash-out-refinance__section-bg .cash-out-refinance__row .cash-out-refinance__diff-item .diff-icon {
  width: auto;
  height: 50px;
  display: block;
  margin-bottom: 16px;
}

.cash-out-refinance__section-bg .cash-out-refinance__row .cash-out-refinance__diff-item .custom {
  height: 42px;
  margin-bottom: 24px;
}

.cash-out-refinance__icons {
  margin: 0 auto;
}

@media (max-width: 899px) {
  .cash-out-refinance__section .cash-out-icons {
    width: 100px;
  }
}

@media (max-width: 499px) {
  .cashout-refinance-page .hero-container .row {
    flex-wrap: wrap;
  }
  .cashout-refinance-page .hero-container .form-positioner {
    margin-top: 0;
  }
  .cashout-refinance-page .cash-out-refinance__section .cash-out-refinance__dark-box {
    padding: 26px 20px;
  }
  .cashout-refinance-page .cash-out-refinance__section .cash-out-refinance__dark-box .cash-out-refinance__house-wrap .example-house {
    display: none;
  }
  .cashout-refinance-page .cash-out-refinance__section .cash-out-refinance__row {
    flex-wrap: wrap;
    margin: 20px 0;
  }
  .cashout-refinance-page .cash-out-refinance__section .cash-out-refinance__icons-row {
    flex-direction: column;
    align-items: flex-end;
  }
  .cashout-refinance-page .cash-out-refinance__section .cash-out-refinance__icons-row .cash-out-refinance__icons {
    width: 100%;
  }
  .cashout-refinance-page .cash-out-refinance__section-bg {
    padding: 30px 20px;
  }
  .cashout-refinance-page .cash-out-refinance__section-bg .cash-out-refinance__row {
    flex-wrap: wrap;
  }
  .cashout-refinance-page .cash-out-refinance__section-bg .cash-out-refinance__row .cash-out-refinance__diff-item {
    margin: 0 0 40px;
  }
  .cashout-refinance-page .cash-out-refinance__section-bg .cash-out-refinance__row .cash-out-refinance__diff-item .diff-icon {
    height: 70px;
  }
}

@media (min-width: 992px) {
  .cashout-refinance-page .hero-container {
    background: url("/images/cash-out-refinance/cashout-hero-desktop.png") center right;
    box-shadow: 0 6px 10px 0 rgba(8, 32, 54, 0.5);
    overflow: visible;
    background-size: cover;
    height: 680px;
  }
  .cashout-refinance-page .hero-container .form-positioner {
    z-index: 1;
    bottom: -6px;
  }
  .cashout-refinance-page .hero-container .form-positioner .the-form {
    margin-bottom: 0;
  }
  .cashout-refinance-page .hero-container .cta-bar {
    position: absolute;
    bottom: 0;
  }
  .cashout-refinance-page .hero-container .cta-bar span {
    font-size: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .cashout-refinance-page .hero-container .cta-bar span i {
    display: inline;
  }
  .cashout-refinance-page .hero-container .container .row {
    display: flex;
    align-items: center;
  }
}

.errorHide {
  display: none;
}

.errorShow {
  display: block;
  color: #a94442;
}

.debt-consolidation-page h1 {
  font-weight: bold;
}

.debt-consolidation-page .hero-container {
  background: url("/images/debt-consolidation/debt-consolidation-mobile-bg.png") center right;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.debt-consolidation-page .hero-container .hero-text h1 {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  font-weight: bold;
  color: #fefefe;
  margin-bottom: 10px;
}

.debt-consolidation-page .hero-container .hero-text p {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  font-size: 16px;
  color: #fefefe;
  line-height: 22px;
  margin-bottom: 20px;
  max-width: 700px;
}

.debt-consolidation-page .hero-container .the-form {
  font-family: 'Ubuntu', sans-serif;
  background-color: #ffffff;
  border-radius: 8px;
  margin-bottom: 30px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.5);
}

.debt-consolidation-page .hero-container .the-form form {
  padding: 15px;
  color: #000000;
}

.debt-consolidation-page .hero-container .the-form form h3 {
  font-weight: normal;
  margin-bottom: 15px;
  margin-top: 0;
  font-size: 24px;
  letter-spacing: 0px;
}

.debt-consolidation-page .hero-container .the-form form input {
  border-radius: 8px;
}

.debt-consolidation-page .hero-container .the-form form label {
  color: #666;
}

.debt-consolidation-page .hero-container .the-form form .submit-button-holder {
  text-align: center;
}

.debt-consolidation-page .hero-container .the-form form .submit-button-holder button {
  width: 100%;
  background-color: #ff8f00;
  color: #ffffff;
  margin-bottom: 10px;
  padding: 10px;
  border: none;
  box-shadow: 0px 2px 8px 0 rgba(0, 0, 0, 0.3);
}

.debt-consolidation-page .hero-container .the-form form .submit-button-holder button:hover {
  background-color: #FFBA64;
}

.debt-consolidation-page .hero-container .form-positioner {
  z-index: 1;
  bottom: -6px;
  margin-top: 56px;
}

.debt-consolidation-page .hero-container .form-positioner .the-form {
  margin-bottom: 0;
}

.debt-consolidation-page .hero-container .cta-bar {
  color: #ffffff;
  background-color: #001a3a;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}

.debt-consolidation-page .hero-container .cta-bar span {
  font-size: 16px;
  display: block;
  padding-bottom: 10px;
  padding-top: 10px;
}

.debt-consolidation-page .hero-container .cta-bar span i {
  display: none;
}

.debt-consolidation__section {
  margin: 30px 0 50px;
}

.debt-consolidation__section .row {
  display: flex;
  align-items: center;
}

.debt-consolidation__section p {
  color: #777;
  font-size: 16px;
  line-height: 22px;
}

.debt-consolidation__section .debt-icons {
  width: 130px;
  max-width: 130px;
  margin-bottom: 20px;
}

.debt-consolidation__section .debt-consolidation__icon-text {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}

.debt-consolidation__section .debt-consolidation__icons-row {
  display: flex;
}

.debt-consolidation__section .debt-consolidation__icons-row .debt-consolidation__icons {
  display: flex;
  justify-content: space-between;
  width: 65%;
}

.debt-consolidation__section .debt-consolidation__icons-row .lady-weights {
  width: 180px;
}

.debt-consolidation__section .icon-text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.debt-consolidation__section .debt-consolidation__dark-box {
  background-color: #001a3a;
  padding: 26px 40px;
  max-width: 800px;
  position: relative;
  margin: 60px auto 0;
}

.debt-consolidation__section .debt-consolidation__dark-box .example-equals {
  max-width: 400px;
}

.debt-consolidation__section .debt-consolidation__dark-box .example-equals .accent-color {
  color: #3CBC9F;
}

.debt-consolidation__section .debt-consolidation__dark-box .example-equals h3 {
  font-size: 36px;
  color: #fff;
  margin-top: 6px;
}

.debt-consolidation__section .debt-consolidation__dark-box .example-equals p {
  font-size: 16px;
  color: #fff;
}

.debt-consolidation__section .debt-consolidation__dark-box .example-equals .disclaimer {
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  margin-top: 20px;
  opacity: 0.75;
}

.debt-consolidation__section .debt-consolidation__dark-box .debt-consolidation__house-wrap {
  display: flex;
  justify-content: flex-end;
  margin-left: 20px;
}

.debt-consolidation__section .debt-consolidation__dark-box .debt-consolidation__house-wrap .example-house {
  width: 350px;
  position: absolute;
  bottom: 0;
  padding-left: 50px;
}

.debt-consolidation__section .debt-consolidation__dark-box .example-row {
  display: flex;
  border-bottom: 4px solid #FEBF2E;
  max-width: 400px;
}

.debt-consolidation__section .debt-consolidation__dark-box .example-row .minus {
  font-size: 36px;
  color: #FEBF2E;
  margin: 0 8px;
}

.debt-consolidation__section .debt-consolidation__dark-box .example-row .example-col p {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 4px;
  color: #fff;
}

.debt-consolidation__section .debt-consolidation__dark-box .example-row .example-col h3 {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  margin-top: 0;
}

.debt-consolidation__section .debt-consolidation__box-wrapper {
  display: flex;
  justify-content: flex-end;
}

.debt-consolidation__section .debt-consolidation__million {
  background: #1C75BC;
  padding: 40px;
}

.debt-consolidation__section .debt-consolidation__million h3 {
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 0;
  margin-top: 0;
  color: #fff;
}

.debt-consolidation__section .debt-consolidation__million h1 {
  font-size: 45px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
}

.debt-consolidation__section-bg {
  padding: 30px 50px;
  margin-bottom: 10px;
}

.debt-consolidation__section-bg h1 {
  text-align: center;
}

.debt-consolidation__section-bg .debt-consolidation__row {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}

.debt-consolidation__section-bg .debt-consolidation__row .debt-consolidation__diff-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0 15px;
  max-width: 270px;
  text-align: center;
}

.debt-consolidation__section-bg .debt-consolidation__row .debt-consolidation__diff-item p {
  font-size: 16px;
  margin: 0;
}

.debt-consolidation__section-bg .debt-consolidation__row .debt-consolidation__diff-item .diff-icon {
  width: auto;
  height: 50px;
  display: block;
  margin-bottom: 16px;
}

.debt-consolidation__section-bg .debt-consolidation__row .debt-consolidation__diff-item .custom {
  height: 42px;
  margin-bottom: 24px;
}

.debt-consolidation__icons {
  margin: 0 auto;
}

@media (max-width: 899px) {
  .debt-consolidation__section .debt-icons {
    width: 100px;
  }
}

@media (max-width: 499px) {
  .debt-consolidation-page .hero-container .form-positioner {
    margin-top: 0;
  }
  .debt-consolidation-page .debt-consolidation__section .debt-consolidation__dark-box {
    padding: 26px 20px;
  }
  .debt-consolidation-page .debt-consolidation__section .debt-consolidation__dark-box .debt-consolidation__house-wrap .example-house {
    display: none;
  }
  .debt-consolidation-page .debt-consolidation__section .debt-consolidation__row {
    flex-wrap: wrap;
    margin: 20px 0;
  }
  .debt-consolidation-page .debt-consolidation__section .debt-consolidation__icons-row {
    flex-direction: column;
    align-items: flex-end;
  }
  .debt-consolidation-page .debt-consolidation__section .debt-consolidation__icons-row .debt-consolidation__icons {
    width: 100%;
  }
  .debt-consolidation-page .debt-consolidation__section-bg {
    padding: 30px 20px;
  }
  .debt-consolidation-page .debt-consolidation__section-bg .debt-consolidation__row {
    flex-wrap: wrap;
  }
  .debt-consolidation-page .debt-consolidation__section-bg .debt-consolidation__row .debt-consolidation__diff-item {
    margin: 0 0 40px;
  }
  .debt-consolidation-page .debt-consolidation__section-bg .debt-consolidation__row .debt-consolidation__diff-item .diff-icon {
    height: 70px;
  }
}

@media (min-width: 992px) {
  .debt-consolidation-page .hero-container {
    background: url("/images/debt-consolidation/debt-consolidation-desktop-bg.png") center right;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    height: 703px;
  }
  .debt-consolidation-page .hero-container .cta-bar {
    position: absolute;
    bottom: 0;
  }
  .debt-consolidation-page .hero-container .cta-bar span {
    font-size: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .debt-consolidation-page .hero-container .cta-bar span i {
    display: inline;
  }
  .debt-consolidation-page .hero-container .row {
    display: flex;
    align-items: center;
  }
}

.short-refinance-page .hero-container {
  background: url("/images/short-refinance/short-refinance-mobile.png") center right;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.short-refinance-page .hero-container .hero-text h1 {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  font-weight: bold;
  color: #fefefe;
  margin-bottom: 10px;
}

.short-refinance-page .hero-container .hero-text p {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  font-size: 16px;
  color: #fefefe;
  line-height: 22px;
  margin-bottom: 20px;
  width: 100%;
}

.short-refinance-page .hero-container .row {
  display: flex;
  align-items: center;
}

.short-refinance-page .hero-container .the-form {
  font-family: 'Ubuntu', sans-serif;
  background-color: #ffffff;
  border-radius: 8px;
  margin-bottom: 30px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.5);
}

.short-refinance-page .hero-container .the-form form {
  padding: 15px;
  color: #000000;
}

.short-refinance-page .hero-container .the-form form h3 {
  font-weight: normal;
  margin-bottom: 15px;
  margin-top: 0;
  font-size: 24px;
  letter-spacing: 0px;
}

.short-refinance-page .hero-container .the-form form input {
  border-radius: 8px;
}

.short-refinance-page .hero-container .the-form form label {
  color: #666;
}

.short-refinance-page .hero-container .the-form form .submit-button-holder {
  text-align: center;
}

.short-refinance-page .hero-container .the-form form .submit-button-holder button {
  width: 100%;
  background-color: #ff8f00;
  color: #ffffff;
  margin-bottom: 10px;
  padding: 10px;
  border: none;
  box-shadow: 0px 2px 8px 0 rgba(0, 0, 0, 0.3);
}

.short-refinance-page .hero-container .the-form form .submit-button-holder button:hover {
  background-color: #FFBA64;
}

.short-refinance-page .hero-container .form-positioner {
  z-index: 1;
  bottom: -6px;
  margin-top: 30px;
}

.short-refinance-page .hero-container .form-positioner .the-form {
  margin-bottom: 0;
}

.short-refinance-page .hero-container .cta-bar {
  color: #ffffff;
  background-color: #001a3a;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}

.short-refinance-page .hero-container .cta-bar span {
  font-size: 16px;
  display: block;
  padding-bottom: 10px;
  padding-top: 10px;
}

.short-refinance-page .hero-container .cta-bar span i {
  display: none;
}

.short-refinance-page .hero-container .container .short-refinance__icons {
  max-width: 130px;
  margin-bottom: 8px;
}

.short-refinance-page .hero-container .container .reasons {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin-bottom: 6px;
}

.short-refinance-page .hero-container .container .icon-text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.short-refinance-page .short-refinance__row {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}

.short-refinance-page .short-refinance__row .short-refinance__diff-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0 15px;
  max-width: 270px;
  text-align: center;
}

.short-refinance-page .short-refinance__row .short-refinance__diff-item p {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

.short-refinance-page .short-refinance__row .short-refinance__diff-item .diff-icon {
  width: auto;
  height: 50px;
  display: block;
  margin-bottom: 16px;
}

.short-refinance-page .short-refinance__row .short-refinance__diff-item .custom {
  height: 42px;
  margin-bottom: 24px;
}

.short-refinance-page .spacer {
  margin: 20px auto 50px;
}

.short-refinance-page h1, .short-refinance-page h2, .short-refinance-page h3 {
  font-weight: bold;
}

.short-refinance-page .header-centered {
  text-align: center;
}

.short-refinance-page .subparagraph {
  font-size: 20px;
  text-align: center;
}

.short-refinance-page .container h1 {
  margin-top: 30px;
}

.short-refinance-page .short-refinance__compare-row {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 50px;
}

.short-refinance-page .short-refinance__card {
  background: #F0EFEF;
  border-radius: 6px;
  width: 388px;
  max-width: 100%;
  color: #000;
  margin: 0 12px;
}

.short-refinance-page .short-refinance__card .short-refinance__card-header {
  border-radius: 6px 6px 0 0;
  color: #fff;
  padding: 18px 0;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}

.short-refinance-page .short-refinance__card .content {
  padding: 24px 20px;
}

.short-refinance-page .short-refinance__card .content .info-row {
  display: flex;
  margin-bottom: 20px;
}

.short-refinance-page .short-refinance__card .content .info-row .info-col {
  margin-right: 40px;
}

.short-refinance-page .short-refinance__card .content .info-row .info-col .info-label {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 4px;
}

.short-refinance-page .short-refinance__card .content .info-row .info-col .value {
  font-size: 40px;
  font-weight: bold;
  margin: 0;
}

.short-refinance-page .short-refinance__card .content .info-row .info-col .savings {
  color: #03A21C;
}

.short-refinance-page .fifteen {
  background: #1C75BC;
  border: 1px solid #1C75BC;
}

.short-refinance-page .thirty {
  background: #414141;
  border: 1px solid #414141;
}

.short-refinance-page p {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 20px;
}

.short-refinance-page ul li {
  font-size: 20px;
  line-height: 26px;
}

.short-refinance-page .reason {
  display: flex;
  margin-bottom: 16px;
}

.short-refinance-page .reason p {
  margin-bottom: 0;
}

.short-refinance-page .reason .number {
  background: #FF8F00;
  min-width: 26px;
  height: 26px;
  border-radius: 50%;
  font-size: 20px;
  padding: 4px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  margin-top: 2px;
  font-weight: bold;
}

.short-refinance-page .icons-row {
  display: flex;
  justify-content: center;
}

@media (min-width: 992px) {
  .short-refinance-page .hero-container {
    background: url("/images/short-refinance/short-refinance-desktop.png") center right;
    box-shadow: 0 6px 10px 0 rgba(8, 32, 54, 0.5);
    overflow: visible;
  }
  .short-refinance-page .hero-container .form-positioner {
    z-index: 1;
    bottom: -6px;
  }
  .short-refinance-page .hero-container .form-positioner .the-form {
    margin-bottom: 0;
  }
  .short-refinance-page .hero-container .cta-bar {
    position: absolute;
    bottom: 0;
  }
  .short-refinance-page .hero-container .cta-bar span {
    font-size: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .short-refinance-page .hero-container .cta-bar span i {
    display: inline;
  }
  .short-refinance-page .container .short-refinance__icons {
    max-width: 130px;
    margin-bottom: 8px;
  }
  .short-refinance-page .container .reasons {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin-bottom: 6px;
  }
  .short-refinance-page .container .description {
    font-size: 18px;
    text-align: center;
  }
  .short-refinance-page .container .icon-text-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 499px) {
  .short-refinance-page .hero-container .row {
    flex-wrap: wrap;
  }
  .short-refinance-page .container .short-refinance__icons {
    max-width: 130px;
    margin-bottom: 8px;
  }
  .short-refinance-page .container .reasons {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin-bottom: 4px;
  }
  .short-refinance-page .container .description {
    font-size: 18px;
    text-align: center;
  }
  .short-refinance-page .container .icon-text-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .short-refinance-page .container .icons-row {
    flex-direction: column;
  }
  .short-refinance-page .short-refinance__compare-row {
    flex-wrap: wrap;
  }
  .short-refinance-page .short-refinance__card {
    margin: 0 0 18px;
  }
  .short-refinance-page .short-refinance__row {
    flex-wrap: wrap;
  }
  .short-refinance-page .short-refinance__row .short-refinance__diff-item {
    margin: 0 0 40px;
  }
  .short-refinance-page .short-refinance__row .short-refinance__diff-item .diff-icon {
    height: 70px;
  }
}

@media (min-width: 768px) {
  .short-refinance-page .hero-container {
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 0;
  }
  .short-refinance-page .hero-container .hero-text p {
    margin-bottom: 0;
  }
  .short-refinance-page .hero-container h1 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .short-refinance-page .hero-container h1 span {
    font-size: 48px;
    font-weight: bold;
  }
  .short-refinance-page .hero-container h1 span:first-child {
    font-size: 36px;
    font-weight: 500;
  }
  .short-refinance-page .hero-container h2 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .short-refinance-page .hero-container p {
    width: 50%;
    font-weight: normal;
  }
  .short-refinance-page .container .short-refinance__icons {
    max-width: 130px;
    margin-bottom: 8px;
  }
  .short-refinance-page .container .reasons {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin-bottom: 4px;
    text-align: center;
  }
  .short-refinance-page .container .description {
    text-align: center;
    font-size: 18px;
  }
  .short-refinance-page .container .icon-text-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.paid-house-refi-page .hero-container {
  background: url("/images/paid-house-refi/paid-house-hero-mobile.png") center right;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.paid-house-refi-page .hero-container .hero-text h1 {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  font-weight: bold;
  color: #fefefe;
  margin-bottom: 10px;
}

.paid-house-refi-page .hero-container .hero-text p {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  font-size: 16px;
  color: #fefefe;
  line-height: 22px;
  margin-bottom: 20px;
  width: 100%;
}

.paid-house-refi-page .hero-container .row {
  display: flex;
  align-items: center;
}

.paid-house-refi-page .hero-container .the-form {
  font-family: 'Ubuntu', sans-serif;
  background-color: #ffffff;
  border-radius: 8px;
  margin-bottom: 30px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.5);
}

.paid-house-refi-page .hero-container .the-form form {
  padding: 15px;
  color: #000000;
}

.paid-house-refi-page .hero-container .the-form form h3 {
  font-weight: normal;
  margin-bottom: 15px;
  margin-top: 0;
  font-size: 24px;
  letter-spacing: 0px;
}

.paid-house-refi-page .hero-container .the-form form input {
  border-radius: 8px;
}

.paid-house-refi-page .hero-container .the-form form label {
  color: #666;
}

.paid-house-refi-page .hero-container .the-form form .submit-button-holder {
  text-align: center;
}

.paid-house-refi-page .hero-container .the-form form .submit-button-holder button {
  width: 100%;
  background-color: #ff8f00;
  color: #ffffff;
  margin-bottom: 10px;
  padding: 10px;
  border: none;
  box-shadow: 0px 2px 8px 0 rgba(0, 0, 0, 0.3);
}

.paid-house-refi-page .hero-container .the-form form .submit-button-holder button:hover {
  background-color: #FFBA64;
}

.paid-house-refi-page .hero-container .form-positioner {
  z-index: 1;
  bottom: -6px;
  margin-top: 30px;
}

.paid-house-refi-page .hero-container .form-positioner .the-form {
  margin-bottom: 0;
}

.paid-house-refi-page .hero-container .cta-bar {
  color: #ffffff;
  background-color: #001a3a;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}

.paid-house-refi-page .hero-container .cta-bar span {
  font-size: 16px;
  display: block;
  padding-bottom: 10px;
  padding-top: 10px;
}

.paid-house-refi-page .hero-container .cta-bar span i {
  display: none;
}

.paid-house-refi-page .hero-container .container .divorce-refinance__icons {
  max-width: 130px;
  margin-bottom: 8px;
}

.paid-house-refi-page .hero-container .container .reasons {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}

.paid-house-refi-page .hero-container .container .icon-text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.paid-house-refi-page .spacer {
  margin: 20px auto 50px;
}

.paid-house-refi-page h1, .paid-house-refi-page h2, .paid-house-refi-page h3 {
  font-weight: bold;
}

.paid-house-refi-page .header-centered {
  text-align: center;
}

.paid-house-refi-page .container h1 {
  margin-top: 30px;
}

.paid-house-refi-page p {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 20px;
}

.paid-house-refi-page ul li {
  font-size: 20px;
  line-height: 26px;
}

.paid-house-refi-page .icons-row {
  display: flex;
  justify-content: center;
}

.paid-house-refi-page .paid-house-refi__row {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}

.paid-house-refi-page .paid-house-refi__row .paid-house-refi__diff-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0 15px;
  max-width: 270px;
  text-align: center;
}

.paid-house-refi-page .paid-house-refi__row .paid-house-refi__diff-item p {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

.paid-house-refi-page .paid-house-refi__row .paid-house-refi__diff-item .diff-icon {
  width: auto;
  height: 50px;
  display: block;
  margin-bottom: 16px;
}

.paid-house-refi-page .paid-house-refi__row .paid-house-refi__diff-item .custom {
  height: 42px;
  margin-bottom: 24px;
}

@media (min-width: 992px) {
  .paid-house-refi-page .hero-container {
    box-shadow: 0 6px 10px 0 rgba(8, 32, 54, 0.5);
    overflow: visible;
    background: url("/images/paid-house-refi/paid-house-hero-desktop.png") center right;
    height: 660px;
  }
  .paid-house-refi-page .hero-container .form-positioner {
    z-index: 1;
    bottom: -6px;
  }
  .paid-house-refi-page .hero-container .form-positioner .the-form {
    margin-bottom: 0;
  }
  .paid-house-refi-page .hero-container .cta-bar {
    position: absolute;
    bottom: 0;
  }
  .paid-house-refi-page .hero-container .cta-bar span {
    font-size: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .paid-house-refi-page .hero-container .cta-bar span i {
    display: inline;
  }
  .paid-house-refi-page .container .divorce-refinance__icons {
    max-width: 130px;
    margin-bottom: 8px;
  }
  .paid-house-refi-page .container .reasons {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin-bottom: 4px;
  }
  .paid-house-refi-page .container .description {
    font-size: 18px;
    text-align: center;
  }
  .paid-house-refi-page .container .icon-text-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 499px) {
  .paid-house-refi-page .hero-container .row {
    flex-wrap: wrap;
  }
  .paid-house-refi-page .hero-container .form-positioner {
    margin-top: 0;
  }
  .paid-house-refi-page .container .divorce-refinance__icons {
    max-width: 130px;
    margin-bottom: 8px;
  }
  .paid-house-refi-page .container .reasons {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin-bottom: 4px;
  }
  .paid-house-refi-page .container .description {
    font-size: 18px;
    text-align: center;
  }
  .paid-house-refi-page .container .icon-text-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .paid-house-refi-page .container .icons-row {
    flex-direction: column;
  }
  .paid-house-refi-page .paid-house-refi__row {
    flex-wrap: wrap;
  }
  .paid-house-refi-page .paid-house-refi__row .paid-house-refi__diff-item {
    margin-right: 0;
    margin-bottom: 26px;
  }
  .paid-house-refi-page .paid-house-refi__row .paid-house-refi__diff-item .diff-icon {
    height: 70px;
  }
}

@media (min-width: 768px) {
  .paid-house-refi-page .hero-container {
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 0;
  }
  .paid-house-refi-page .hero-container .hero-text p {
    margin-bottom: 0;
  }
  .paid-house-refi-page .hero-container h1 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .paid-house-refi-page .hero-container h1 span {
    font-size: 48px;
    font-weight: bold;
  }
  .paid-house-refi-page .hero-container h1 span:first-child {
    font-size: 36px;
    font-weight: 500;
  }
  .paid-house-refi-page .hero-container h2 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .paid-house-refi-page .hero-container p {
    width: 50%;
    font-weight: normal;
  }
  .paid-house-refi-page .container .divorce-refinance__icons {
    max-width: 130px;
    margin-bottom: 8px;
  }
  .paid-house-refi-page .container .reasons {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin-bottom: 4px;
  }
  .paid-house-refi-page .container .description {
    font-size: 18px;
    text-align: center;
  }
  .paid-house-refi-page .container .icon-text-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.mortgage-insurance-refi-page .hero-container {
  background: url("/images/mortgage-insurance-refi/mortgage-insurance-hero-mobile.png") center right;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.mortgage-insurance-refi-page .hero-container .hero-text h1 {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  font-weight: bold;
  color: #fefefe;
  margin-bottom: 10px;
}

.mortgage-insurance-refi-page .hero-container .hero-text p {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  font-size: 16px;
  color: #fefefe;
  line-height: 22px;
  margin-bottom: 20px;
  width: 100%;
}

.mortgage-insurance-refi-page .hero-container .row {
  display: flex;
  align-items: center;
}

.mortgage-insurance-refi-page .hero-container .the-form {
  font-family: 'Ubuntu', sans-serif;
  background-color: #ffffff;
  border-radius: 8px;
  margin-bottom: 30px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.5);
}

.mortgage-insurance-refi-page .hero-container .the-form form {
  padding: 15px;
  color: #000000;
}

.mortgage-insurance-refi-page .hero-container .the-form form h3 {
  font-weight: normal;
  margin-bottom: 15px;
  margin-top: 0;
  font-size: 24px;
  letter-spacing: 0px;
}

.mortgage-insurance-refi-page .hero-container .the-form form input {
  border-radius: 8px;
}

.mortgage-insurance-refi-page .hero-container .the-form form label {
  color: #666;
}

.mortgage-insurance-refi-page .hero-container .the-form form .submit-button-holder {
  text-align: center;
}

.mortgage-insurance-refi-page .hero-container .the-form form .submit-button-holder button {
  width: 100%;
  background-color: #ff8f00;
  color: #ffffff;
  margin-bottom: 10px;
  padding: 10px;
  border: none;
  box-shadow: 0px 2px 8px 0 rgba(0, 0, 0, 0.3);
}

.mortgage-insurance-refi-page .hero-container .the-form form .submit-button-holder button:hover {
  background-color: #FFBA64;
}

.mortgage-insurance-refi-page .hero-container .form-positioner {
  z-index: 1;
  bottom: -6px;
  margin-top: 30px;
}

.mortgage-insurance-refi-page .hero-container .form-positioner .the-form {
  margin-bottom: 0;
}

.mortgage-insurance-refi-page .hero-container .cta-bar {
  color: #ffffff;
  background-color: #001a3a;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}

.mortgage-insurance-refi-page .hero-container .cta-bar span {
  font-size: 16px;
  display: block;
  padding-bottom: 10px;
  padding-top: 10px;
}

.mortgage-insurance-refi-page .hero-container .cta-bar span i {
  display: none;
}

.mortgage-insurance-refi-page h1, .mortgage-insurance-refi-page h2, .mortgage-insurance-refi-page h3 {
  font-weight: bold;
}

.mortgage-insurance-refi-page .header-centered {
  text-align: center;
}

.mortgage-insurance-refi-page .way {
  display: flex;
  margin: 20px 0;
}

.mortgage-insurance-refi-page .way .ways-icon {
  max-width: 200px;
}

.mortgage-insurance-refi-page .way .content .ways-title {
  font-size: 22px;
  color: #1469ab;
}

.mortgage-insurance-refi-page p {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 20px;
}

.mortgage-insurance-refi-page .spacer {
  margin-top: 30px;
}

.mortgage-insurance-refi-page .mortgage-insurance-refi__million {
  background: #1C75BC;
  padding: 40px;
  margin-bottom: 16px;
}

.mortgage-insurance-refi-page .mortgage-insurance-refi__million h3 {
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 0;
  margin-top: 0;
  color: #fff;
}

.mortgage-insurance-refi-page .mortgage-insurance-refi__million h1 {
  font-size: 45px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
}

.mortgage-insurance-refi-page .mortgage-insurance-refi__row {
  display: flex;
  justify-content: center;
  margin: 30px 0 50px;
}

.mortgage-insurance-refi-page .mortgage-insurance-refi__row .mortgage-insurance-refi__diff-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0 15px;
  max-width: 270px;
  text-align: center;
}

.mortgage-insurance-refi-page .mortgage-insurance-refi__row .mortgage-insurance-refi__diff-item p {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

.mortgage-insurance-refi-page .mortgage-insurance-refi__row .mortgage-insurance-refi__diff-item .diff-icon {
  width: auto;
  height: 50px;
  display: block;
  margin-bottom: 16px;
}

.mortgage-insurance-refi-page .mortgage-insurance-refi__row .mortgage-insurance-refi__diff-item .custom {
  height: 42px;
  margin-bottom: 24px;
}

@media (min-width: 992px) {
  .mortgage-insurance-refi-page .hero-container {
    background: url("/images/mortgage-insurance-refi/mortgage-insurance-hero-desktop.png") center right;
    box-shadow: 0 6px 10px 0 rgba(8, 32, 54, 0.5);
    overflow: visible;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .mortgage-insurance-refi-page .hero-container .form-positioner {
    z-index: 1;
    bottom: -6px;
  }
  .mortgage-insurance-refi-page .hero-container .form-positioner .the-form {
    margin-bottom: 0;
  }
  .mortgage-insurance-refi-page .hero-container .cta-bar {
    position: absolute;
    bottom: 0;
  }
  .mortgage-insurance-refi-page .hero-container .cta-bar span {
    font-size: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .mortgage-insurance-refi-page .hero-container .cta-bar span i {
    display: inline;
  }
}

@media (max-width: 499px) {
  .mortgage-insurance-refi-page .hero-container .row {
    flex-wrap: wrap;
  }
  .mortgage-insurance-refi-page .hero-container .form-positioner {
    margin-top: 0;
  }
  .mortgage-insurance-refi-page .way {
    flex-wrap: wrap;
  }
  .mortgage-insurance-refi-page .row-reverse {
    flex-wrap: wrap-reverse;
  }
  .mortgage-insurance-refi-page .mortgage-insurance-refi__row {
    flex-wrap: wrap;
  }
  .mortgage-insurance-refi-page .mortgage-insurance-refi__row .mortgage-insurance-refi__diff-item {
    margin: 0 0 40px;
  }
  .mortgage-insurance-refi-page .mortgage-insurance-refi__row .mortgage-insurance-refi__diff-item .diff-icon {
    height: 70px;
  }
}

.reverse-mortgage-page .hero-container {
  background: url("/images/reverse-mortgage/reverse-mortgage-hero-mobile.png") center right;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.reverse-mortgage-page .hero-container .hero-text h1 {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  font-weight: bold;
  color: #fefefe;
  margin-bottom: 10px;
}

.reverse-mortgage-page .hero-container .hero-text p {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  font-size: 16px;
  color: #fefefe;
  line-height: 22px;
  margin-bottom: 20px;
  width: 100%;
}

.reverse-mortgage-page .hero-container .row {
  display: flex;
  align-items: center;
}

.reverse-mortgage-page .hero-container .the-form {
  font-family: 'Ubuntu', sans-serif;
  background-color: #ffffff;
  border-radius: 8px;
  margin-bottom: 30px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.5);
}

.reverse-mortgage-page .hero-container .the-form form {
  padding: 15px;
  color: #000000;
}

.reverse-mortgage-page .hero-container .the-form form h3 {
  font-weight: normal;
  margin-bottom: 15px;
  margin-top: 0;
  font-size: 24px;
  letter-spacing: 0px;
}

.reverse-mortgage-page .hero-container .the-form form input {
  border-radius: 8px;
}

.reverse-mortgage-page .hero-container .the-form form label {
  color: #666;
}

.reverse-mortgage-page .hero-container .the-form form .submit-button-holder {
  text-align: center;
}

.reverse-mortgage-page .hero-container .the-form form .submit-button-holder button {
  width: 100%;
  background-color: #ff8f00;
  color: #ffffff;
  margin-bottom: 10px;
  padding: 10px;
  border: none;
  box-shadow: 0px 2px 8px 0 rgba(0, 0, 0, 0.3);
}

.reverse-mortgage-page .hero-container .the-form form .submit-button-holder button:hover {
  background-color: #FFBA64;
}

.reverse-mortgage-page .hero-container .form-positioner {
  z-index: 1;
  bottom: -6px;
}

.reverse-mortgage-page .hero-container .form-positioner .the-form {
  margin-bottom: 0;
}

.reverse-mortgage-page .hero-container .cta-bar {
  color: #ffffff;
  background-color: #001a3a;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}

.reverse-mortgage-page .hero-container .cta-bar span {
  font-size: 16px;
  display: block;
  padding-bottom: 10px;
  padding-top: 10px;
}

.reverse-mortgage-page .hero-container .cta-bar span i {
  display: none;
}

.reverse-mortgage-page .hero-container .container .reverse-mortgage__icons {
  max-width: 130px;
  margin-bottom: 8px;
}

.reverse-mortgage-page .hero-container .container .reasons {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}

.reverse-mortgage-page .hero-container .container .description {
  font-size: 18px;
  text-align: center;
}

.reverse-mortgage-page .hero-container .container .icon-text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.reverse-mortgage-page .spacer {
  margin: 20px auto 50px;
}

.reverse-mortgage-page h1, .reverse-mortgage-page h2, .reverse-mortgage-page h3 {
  font-weight: bold;
}

.reverse-mortgage-page .header-centered {
  text-align: center;
}

.reverse-mortgage-page .container h1 {
  margin-top: 30px;
}

.reverse-mortgage-page p {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 20px;
}

.reverse-mortgage-page ul li {
  font-size: 20px;
  line-height: 26px;
}

.reverse-mortgage-page .icon-color {
  color: #FF8F00;
  margin-right: 4px;
}

.reverse-mortgage-page .icons-row {
  display: flex;
  justify-content: center;
}

.reverse-mortgage-page .reverse-mortgage__row {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}

.reverse-mortgage-page .reverse-mortgage__row .reverse-mortgage__diff-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0 15px;
  max-width: 270px;
  text-align: center;
}

.reverse-mortgage-page .reverse-mortgage__row .reverse-mortgage__diff-item p {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

.reverse-mortgage-page .reverse-mortgage__row .reverse-mortgage__diff-item .diff-icon {
  width: auto;
  height: 50px;
  display: block;
  margin-bottom: 16px;
}

.reverse-mortgage-page .reverse-mortgage__row .reverse-mortgage__diff-item .custom {
  height: 42px;
  margin-bottom: 24px;
}

@media (min-width: 992px) {
  .reverse-mortgage-page .hero-container {
    box-shadow: 0 6px 10px 0 rgba(8, 32, 54, 0.5);
    overflow: visible;
    background: url("/images/reverse-mortgage/reverse-mortgage-hero-desktop.png") center right;
    height: 700px;
  }
  .reverse-mortgage-page .hero-container h1 {
    font-size: 46px;
    margin-top: 50px;
  }
  .reverse-mortgage-page .hero-container .form-positioner {
    z-index: 1;
    bottom: -6px;
  }
  .reverse-mortgage-page .hero-container .form-positioner .the-form {
    margin-bottom: 0;
  }
  .reverse-mortgage-page .hero-container .cta-bar {
    position: absolute;
    bottom: 0;
  }
  .reverse-mortgage-page .hero-container .cta-bar span {
    font-size: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .reverse-mortgage-page .hero-container .cta-bar span i {
    display: inline;
  }
  .reverse-mortgage-page .container .reverse-mortgage__icons {
    max-width: 130px;
    margin-bottom: 8px;
  }
  .reverse-mortgage-page .container .reasons {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin-bottom: 4px;
  }
  .reverse-mortgage-page .container .description {
    font-size: 18px;
    text-align: center;
  }
  .reverse-mortgage-page .container .description {
    font-size: 18px;
    text-align: center;
  }
  .reverse-mortgage-page .container .icon-text-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 499px) {
  .reverse-mortgage-page .hero-container .row {
    flex-wrap: wrap;
  }
  .reverse-mortgage-page .hero-container .form-positioner {
    margin-top: 0;
  }
  .reverse-mortgage-page .container .reverse-mortgage__icons {
    max-width: 130px;
    margin-bottom: 8px;
  }
  .reverse-mortgage-page .container .reasons {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin-bottom: 4px;
  }
  .reverse-mortgage-page .container .description {
    font-size: 18px;
    text-align: center;
  }
  .reverse-mortgage-page .container .icon-text-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }
  .reverse-mortgage-page .container .icons-row {
    flex-direction: column;
  }
  .reverse-mortgage-page .reverse-mortgage__row {
    flex-wrap: wrap;
  }
  .reverse-mortgage-page .reverse-mortgage__row .reverse-mortgage__diff-item {
    margin: 0 0 40px;
  }
  .reverse-mortgage-page .reverse-mortgage__row .reverse-mortgage__diff-item .diff-icon {
    height: 70px;
  }
}

@media (min-width: 768px) {
  .reverse-mortgage-page .hero-container {
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 0;
  }
  .reverse-mortgage-page .hero-container .hero-text p {
    margin-bottom: 0;
  }
  .reverse-mortgage-page .hero-container h1 {
    margin-bottom: 0;
  }
  .reverse-mortgage-page .hero-container h1 span {
    font-size: 48px;
    font-weight: bold;
  }
  .reverse-mortgage-page .hero-container h1 span:first-child {
    font-size: 36px;
    font-weight: 500;
  }
  .reverse-mortgage-page .hero-container h2 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .reverse-mortgage-page .hero-container p {
    width: 50%;
    font-weight: normal;
  }
  .reverse-mortgage-page .container .reverse-mortgage__icons {
    max-width: 130px;
    margin-bottom: 8px;
  }
  .reverse-mortgage-page .container .reasons {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin-bottom: 4px;
  }
  .reverse-mortgage-page .container .description {
    font-size: 18px;
    text-align: center;
  }
  .reverse-mortgage-page .container .icon-text-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.fha-conventional-refi-page .hero-container {
  background: url("/images/fha-conventional/fha-conventional-mobile.png") center right;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.fha-conventional-refi-page .hero-container .hero-text h1 {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  font-weight: bold;
  color: #fefefe;
  margin-bottom: 10px;
}

.fha-conventional-refi-page .hero-container .hero-text p {
  font-size: 16px;
  color: #fefefe;
  line-height: 22px;
  margin-bottom: 20px;
  width: 100%;
}

.fha-conventional-refi-page .hero-container .row {
  display: flex;
  align-items: center;
}

.fha-conventional-refi-page .hero-container .the-form {
  font-family: 'Ubuntu', sans-serif;
  background-color: #ffffff;
  border-radius: 8px;
  margin-bottom: 30px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.5);
}

.fha-conventional-refi-page .hero-container .the-form form {
  padding: 15px;
  color: #000000;
}

.fha-conventional-refi-page .hero-container .the-form form h3 {
  font-weight: normal;
  margin-bottom: 15px;
  margin-top: 0;
  font-size: 24px;
  letter-spacing: 0px;
}

.fha-conventional-refi-page .hero-container .the-form form input {
  border-radius: 8px;
}

.fha-conventional-refi-page .hero-container .the-form form label {
  color: #666;
}

.fha-conventional-refi-page .hero-container .the-form form .submit-button-holder {
  text-align: center;
}

.fha-conventional-refi-page .hero-container .the-form form .submit-button-holder button {
  width: 100%;
  background-color: #ff8f00;
  color: #ffffff;
  margin-bottom: 10px;
  padding: 10px;
  border: none;
  box-shadow: 0px 2px 8px 0 rgba(0, 0, 0, 0.3);
}

.fha-conventional-refi-page .hero-container .the-form form .submit-button-holder button:hover {
  background-color: #FFBA64;
}

.fha-conventional-refi-page .hero-container .form-positioner {
  z-index: 1;
  bottom: -6px;
  margin-top: 30px;
}

.fha-conventional-refi-page .hero-container .form-positioner .the-form {
  margin-bottom: 0;
}

.fha-conventional-refi-page .hero-container .cta-bar {
  color: #ffffff;
  background-color: #001a3a;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}

.fha-conventional-refi-page .hero-container .cta-bar span {
  font-size: 16px;
  display: block;
  padding-bottom: 10px;
  padding-top: 10px;
}

.fha-conventional-refi-page .hero-container .cta-bar span i {
  display: none;
}

.fha-conventional-refi-page .hero-container .container .divorce-refinance__icons {
  max-width: 130px;
  margin-bottom: 8px;
}

.fha-conventional-refi-page .hero-container .container .reasons {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin-bottom: 4px;
}

.fha-conventional-refi-page .hero-container .container .description {
  font-size: 18px;
  text-align: center;
}

.fha-conventional-refi-page .hero-container .container .icon-text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.fha-conventional-refi-page .hero-container .fha-conventional-refi__cc {
  text-align: center;
}

.fha-conventional-refi-page .spacer {
  margin: 20px auto 50px;
}

.fha-conventional-refi-page h1, .fha-conventional-refi-page h2, .fha-conventional-refi-page h3 {
  font-weight: bold;
}

.fha-conventional-refi-page .centered-header {
  text-align: center;
}

.fha-conventional-refi-page .container h1 {
  margin-top: 30px;
}

.fha-conventional-refi-page p {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 20px;
}

.fha-conventional-refi-page ul li {
  font-size: 20px;
  line-height: 26px;
}

.fha-conventional-refi-page .icon-color {
  color: #FF8F00;
  margin-right: 4px;
}

.fha-conventional-refi-page .fha-conventional-refi__million {
  background: #1C75BC;
  padding: 40px;
  margin-bottom: 16px;
  text-align: center;
}

.fha-conventional-refi-page .fha-conventional-refi__million h3 {
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 0;
  margin-top: 0;
  color: #fff;
}

.fha-conventional-refi-page .fha-conventional-refi__million h1 {
  font-size: 45px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
}

.fha-conventional-refi-page .reason {
  display: flex;
  margin-bottom: 16px;
}

.fha-conventional-refi-page .reason p {
  margin-bottom: 0;
}

.fha-conventional-refi-page .reason .number {
  background: #FF8F00;
  min-width: 26px;
  height: 26px;
  border-radius: 50%;
  font-size: 20px;
  padding: 4px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  margin-top: 2px;
  font-weight: bold;
}

.fha-conventional-refi-page .icons-row {
  display: flex;
  justify-content: center;
}

.fha-conventional-refi-page .fha-conventional-refi__row {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}

.fha-conventional-refi-page .fha-conventional-refi__row .fha-conventional-refi__diff-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0 15px;
  max-width: 270px;
  text-align: center;
}

.fha-conventional-refi-page .fha-conventional-refi__row .fha-conventional-refi__diff-item p {
  font-size: 16px;
  margin: 0;
}

.fha-conventional-refi-page .fha-conventional-refi__row .fha-conventional-refi__diff-item .diff-icon {
  width: auto;
  height: 50px;
  display: block;
  margin-bottom: 16px;
}

.fha-conventional-refi-page .fha-conventional-refi__row .fha-conventional-refi__diff-item .custom {
  height: 42px;
  margin-bottom: 24px;
}

@media (min-width: 992px) {
  .fha-conventional-refi-page .hero-container {
    box-shadow: 0 6px 10px 0 rgba(8, 32, 54, 0.5);
    overflow: visible;
  }
  .fha-conventional-refi-page .hero-container .form-positioner {
    z-index: 1;
    bottom: -6px;
  }
  .fha-conventional-refi-page .hero-container .form-positioner .the-form {
    margin-bottom: 0;
  }
  .fha-conventional-refi-page .hero-container .cta-bar {
    position: absolute;
    bottom: 0;
  }
  .fha-conventional-refi-page .hero-container .cta-bar span {
    font-size: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .fha-conventional-refi-page .hero-container .cta-bar span i {
    display: inline;
  }
  .fha-conventional-refi-page .container .divorce-refinance__icons {
    max-width: 130px;
    margin-bottom: 8px;
  }
  .fha-conventional-refi-page .container .reasons {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin-bottom: 4px;
  }
  .fha-conventional-refi-page .container .description {
    font-size: 18px;
    text-align: center;
  }
  .fha-conventional-refi-page .container .icon-text-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 499px) {
  .fha-conventional-refi-page .hero-container .row {
    flex-wrap: wrap;
  }
  .fha-conventional-refi-page .container .divorce-refinance__icons {
    max-width: 130px;
    margin-bottom: 8px;
  }
  .fha-conventional-refi-page .container .reasons {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin-bottom: 4px;
  }
  .fha-conventional-refi-page .container .description {
    font-size: 18px;
    text-align: center;
  }
  .fha-conventional-refi-page .container .icon-text-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .fha-conventional-refi-page .container .icons-row {
    flex-direction: column;
  }
  .fha-conventional-refi-page .container .fha-conventional-refi__row {
    flex-wrap: wrap;
  }
  .fha-conventional-refi-page .container .fha-conventional-refi__row .fha-conventional-refi__diff-item {
    margin: 0 0 40px;
  }
  .fha-conventional-refi-page .container .fha-conventional-refi__row .fha-conventional-refi__diff-item .diff-icon {
    height: 70px;
  }
  .fha-conventional-refi-page .container .form-positioner {
    margin-top: 0;
  }
  .fha-conventional-refi-page .fha-conventional-refi__cc {
    text-align: center;
  }
}

@media (min-width: 992px) {
  .fha-conventional-refi-page .hero-container {
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 0;
    background: url("/images/fha-conventional/fha-conventional-desktop.png") center right;
  }
  .fha-conventional-refi-page .hero-container .hero-text p {
    margin-bottom: 0;
  }
  .fha-conventional-refi-page .hero-container h1 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .fha-conventional-refi-page .hero-container h1 span {
    font-size: 48px;
    font-weight: bold;
  }
  .fha-conventional-refi-page .hero-container h1 span:first-child {
    font-size: 36px;
    font-weight: 500;
  }
  .fha-conventional-refi-page .hero-container h2 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .fha-conventional-refi-page .hero-container p {
    width: 50%;
    font-weight: normal;
  }
  .fha-conventional-refi-page .container .divorce-refinance__icons {
    max-width: 130px;
    margin-bottom: 8px;
  }
  .fha-conventional-refi-page .container .reasons {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin-bottom: 4px;
  }
  .fha-conventional-refi-page .container .description {
    font-size: 18px;
    text-align: center;
  }
  .fha-conventional-refi-page .container .icon-text-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .fha-conventional-refi-page .fha-conventional-refi__cc {
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
  }
}

/* listing pages */
.single-property-page {
  /* ending */
}

.single-property-page .the-form .submit-button-holder {
  text-align: center;
  padding-bottom: 15px;
}

.single-property-page .res-badge {
  margin: 0 auto;
  border: solid 20px;
  color: #1469ab;
  border-radius: 50%;
  width: 180px;
  height: 180px;
  background-color: #efefef;
  text-align: center;
  padding-left: 6px;
  padding-right: 6px;
  background-color: #FFFFFF;
  position: relative;
  bottom: 0;
  margin-top: 30px;
  margin-bottom: 30px;
}

.single-property-page .res-badge h3 {
  margin-top: 16px;
  margin-bottom: 0;
}

.single-property-page .res-badge h4 {
  font-size: 16px;
}

.single-property-page .res-badge #fourStarButton {
  color: #1469ab;
  border: none;
  background-color: rgba(128, 128, 128, 0);
  padding-bottom: 0;
}

.single-property-page .res-badge #fourStarButton:hover {
  border: none;
  background-color: rgba(128, 128, 128, 0);
}

.single-property-page .res-badge #fourStarButton:focus {
  outline: none;
}

.single-property-page #mortgageStatsMobile .total {
  text-align: center;
  color: #ffffff;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: roboto;
  background-color: #1469ab;
}

.single-property-page #mortgageStatsMobile .chart-container {
  background-color: #efefef;
  text-align: center;
}

.single-property-page #mortgageStatsMobile .chart-container .vchart-title p {
  padding-top: 15px;
}

.single-property-page #mortgageStatsMobile .chart-container .vchart-bar {
  top: 14px;
}

.single-property-page #mortgageStatsMobile .chart-container .vchart-bar-container .vchart-values-0 {
  right: 23px;
}

.single-property-page #mortgageStatsMobile .chart-container .vchart-bar-container .vchart-values {
  right: 26px;
}

.single-property-page #mortgageStatsMobile .chart-container .chart-container-footer .loan-amount-text {
  display: inline-block;
}

.single-property-page #mortgageStatsMobile .chart-container .chart-container-footer #loanAmount {
  display: inline-block;
  padding-left: 10px;
  color: #3377b7;
  font-weight: 800;
}

.single-property-page #mortgageStatsMobile .chart-container .claim-this {
  height: 45px;
  border-radius: 50px;
  background-color: #1469ab;
  background-image: linear-gradient(-180deg, #378dd0, #1469ab 90%);
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.7px;
  text-align: center;
  color: #ffffff;
  border: none;
  width: 90%;
  box-shadow: 0px 2px 8px 0 rgba(0, 0, 0, 0.3);
  margin-bottom: 15px;
}

.single-property-page #mortgageStatsMobile .chart-container .claim-this:hover {
  background-image: linear-gradient(-180deg, #0085fc, #1686dd 90%);
}

.single-property-page .modal-body {
  height: 584px;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  padding: 34px;
  width: 100%;
  height: 100%;
}

.single-property-page .modal-body form input {
  width: 100%;
  margin-bottom: 13px;
  height: 45px;
  border-radius: 50px;
  padding-left: 20px;
}

.single-property-page .modal-body form input:focus {
  outline: none;
}

.single-property-page .modal-body form textarea {
  height: 137px;
  border-radius: 1px;
  border: solid 1px #e5e5e5;
  margin-bottom: 18px;
  padding-top: 5px;
  padding-left: 14px;
  width: 100%;
}

.single-property-page .modal-body form textarea:focus {
  outline: none;
}

.single-property-page .modal-body img {
  display: inline-block;
}

.single-property-page .modal-body p {
  font-family: Roboto;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 4.08;
  letter-spacing: 1.2px;
  color: #555555;
  padding-right: 130px;
  height: fit-content;
  width: fit-content;
}

.single-property-page .modal-body button {
  height: 45px;
  border-radius: 50px;
  background-color: #1469ab;
  color: #ffffff;
  border: none;
  box-shadow: 0px 2px 8px 0 rgba(0, 0, 0, 0.3);
  width: 100%;
}

.single-property-page .modal-body button:hover {
  cursor: pointer;
  background-color: #0085fc;
}

.single-property-page .modal-body button:focus {
  outline: none;
}

.single-property-page .modal-body #chaticonImg {
  display: inline-block;
  height: 90px;
  float: left;
  position: relative;
  top: -5px;
}

.single-property-page .modal-body .get-in-touch {
  font-family: Roboto;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.22;
  letter-spacing: 0.2px;
  color: #555555;
  display: inline-block;
  width: 60%;
  float: left;
  margin-left: 12px;
  margin-top: 20px;
}

.single-property-page #map {
  height: 100%;
  height: 350px;
}

.single-property-page .login-control {
  display: none;
}

.single-property-page #carouselContainer {
  width: 100%;
  height: 100%;
}

.single-property-page #carouselContainer a {
  width: 50px;
}

.single-property-page #carouselContainer #carousel {
  box-shadow: 0px 2px 8px 0 rgba(0, 0, 0, 0.3);
}

.single-property-page #carouselContainer .mobile-only-amount {
  height: 58px;
  background-color: #1469ab;
  color: #ffffff;
  font-family: Roboto;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  padding-top: 14px;
  padding-left: 30px;
  margin-top: 20px;
  box-shadow: 0px 2px 8px 0 rgba(0, 0, 0, 0.3);
}

.single-property-page #carouselContainer .mobile-only-amount img {
  display: inline-block;
  height: 30px;
  padding-right: 20px;
}

.single-property-page #carouselContainer .mobile-only-amount .mobile-closing-cost {
  display: inline-block;
  border-bottom: 1px solid #ffffff;
}

.single-property-page #carouselContainer .mobile-only-amount .mobile-closing-cost a {
  color: white;
}

.single-property-page #carouselContainer .col-md-12 {
  padding-left: 0px;
  padding-right: 0px;
}

.single-property-page #carouselContainer .carousel-indicators {
  z-index: 1;
}

.single-property-page #carouselContainer .carousel-indicators li {
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
}

.single-property-page #carouselContainer .carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.single-property-page #carouselContainer .carousel-control:hover .glyphicon-chevron-right {
  color: white;
}

.single-property-page #carouselContainer .carousel-control:hover .glyphicon-chevron-left {
  color: white;
}

.single-property-page #carouselContainer .glyphicon-chevron-right {
  margin-right: 0px;
  font-size: 30px;
}

.single-property-page #carouselContainer .glyphicon-chevron-right:hover {
  cursor: pointer;
}

.single-property-page #carouselContainer .glyphicon-chevron-left {
  margin-left: 0px;
  font-size: 30px;
}

.single-property-page #carouselContainer .glyphicon-chevron-left {
  cursor: pointer;
}

.single-property-page #carouselImgContainer {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.single-property-page #carouselImgContainer img {
  width: 100%;
}

.single-property-page #subNavContainer {
  border-bottom: 2px solid #ebebeb;
}

.single-property-page #subNavContainer #subNav {
  margin-top: 15px;
  margin-bottom: 15px;
  /* Safari 4.0 - 8.0 */
}

.single-property-page #subNavContainer #subNav .moving-text {
  white-space: nowrap;
  position: relative;
  height: 20px;
  text-transform: uppercase;
  -webkit-animation: mymove 8s linear infinite;
  /* Safari 4.0 - 8.0 */
  white-space: nowrap;
  animation: mymove 8s linear infinite alternate;
}

@-webkit-keyframes mymove {
  from {
    left: 0;
  }
  to {
    left: -140px;
  }
}

@keyframes mymove {
  from {
    left: 0;
  }
  to {
    left: -140px;
  }
}

.single-property-page #subNavContainer #subNav a {
  margin-right: 50px;
  font-size: 14px;
  color: #929292;
  width: 60px;
}

.single-property-page #subNavContainer #subNav ul {
  list-style: none;
  padding-left: 0px;
}

.single-property-page #subNavContainer #subNav li {
  display: inline-block;
}

.single-property-page #subNavContainer #subNav a:hover {
  text-decoration: none;
  color: #145EA1;
  cursor: pointer;
}

.single-property-page #infoContainer #overviewContainer {
  padding-right: 15px;
  padding-left: 15px;
}

.single-property-page #infoContainer .container {
  padding-left: 0px;
  padding-right: 0px;
}

.single-property-page #infoContainer .col-xs-9, .single-property-page #infoContainer .col-xs-3 {
  padding-left: 10px;
  padding-right: 10px;
}

.single-property-page #infoContainer .overview-left {
  padding-left: 0px;
}

.single-property-page #infoContainer .overview-left h1 {
  height: 49px;
  font-family: Roboto;
  font-size: 28px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.36;
  letter-spacing: 0.3px;
  color: #555555;
  margin-top: 20px;
  margin-bottom: 0px;
  position: relative;
  top: 8px;
}

.single-property-page #infoContainer .overview-left .property-sold-date {
  color: #ce0a0a;
  font-size: 18px;
  margin-bottom: 0px;
}

.single-property-page #infoContainer .overview-left h5 {
  margin-top: 20px;
  font-family: Roboto;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.2px;
  color: #555555;
  margin-bottom: 0px;
}

.single-property-page #infoContainer .overview-left .address {
  height: 16px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.2px;
  color: #555555;
}

.single-property-page #infoContainer .overview-left .views {
  width: 67px;
  height: 16px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.2px;
  color: #555555;
}

.single-property-page #infoContainer .overview-right {
  text-align: right;
}

.single-property-page #infoContainer .save-button {
  display: inline-block;
}

.single-property-page #infoContainer .share-button {
  display: inline-block;
  width: 103px;
  height: 35px;
  border-radius: 50px;
  background-color: #1469ab;
  background-image: linear-gradient(-180deg, #378dd0, #1469ab 90%);
  text-align: left;
  padding-left: 24px;
  padding-top: 7px;
  color: white;
  margin-top: 28px;
  box-shadow: 0px 2px 8px 0 rgba(0, 0, 0, 0.3);
}

.single-property-page #infoContainer .share-button p {
  width: fit-content;
  display: inline-block;
}

.single-property-page #infoContainer .share-button i {
  display: inline-block;
  margin-left: 5px;
}

.single-property-page #infoContainer .share-button:hover {
  text-decoration: none;
  cursor: pointer;
  background-image: linear-gradient(-180deg, #0085fc, #1686dd 90%);
}

.single-property-page #infoContainer .claim-this-offer {
  height: 584px;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  padding: 34px;
  width: 100%;
  margin-bottom: 50px;
  height: 100%;
}

.single-property-page #infoContainer .claim-this-offer form input {
  width: 100%;
  margin-bottom: 13px;
  height: 45px;
  border-radius: 50px;
  padding-left: 20px;
}

.single-property-page #infoContainer .claim-this-offer form input:focus {
  outline: none;
}

.single-property-page #infoContainer .claim-this-offer form textarea {
  height: 137px;
  border-radius: 1px;
  border: solid 1px #e5e5e5;
  margin-bottom: 18px;
  padding-top: 5px;
  padding-left: 14px;
  width: 100%;
}

.single-property-page #infoContainer .claim-this-offer form textarea:focus {
  outline: none;
}

.single-property-page #infoContainer .claim-this-offer img {
  display: inline-block;
}

.single-property-page #infoContainer .claim-this-offer p {
  font-family: Roboto;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 4.08;
  letter-spacing: 1.2px;
  color: #555555;
  padding-right: 130px;
  height: fit-content;
  width: fit-content;
}

.single-property-page #infoContainer .claim-this-offer button {
  height: 45px;
  border-radius: 50px;
  background-color: #1469ab;
  background-image: linear-gradient(-180deg, #378dd0, #1469ab 90%);
  color: #ffffff;
  border: none;
  box-shadow: 0px 2px 8px 0 rgba(0, 0, 0, 0.3);
  width: 100%;
}

.single-property-page #infoContainer .claim-this-offer button:hover {
  cursor: pointer;
  background-image: linear-gradient(-180deg, #0085fc, #1686dd 90%);
}

.single-property-page #infoContainer .claim-this-offer button:focus {
  outline: none;
}

.single-property-page #infoContainer .claim-this-offer label {
  color: #555555;
}

.single-property-page #infoContainer .claim-this-offer #chaticonImg {
  display: inline-block;
  height: 90px;
  float: left;
  position: relative;
  top: -5px;
}

.single-property-page #infoContainer .claim-this-offer .get-in-touch {
  font-family: Roboto;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.22;
  letter-spacing: 0.2px;
  color: #555555;
  display: inline-block;
  width: 60%;
  float: left;
  margin-left: 12px;
}

.single-property-page #infoContainer #detailsContainer {
  margin-top: 10px;
  padding-right: 15px;
  padding-left: 15px;
}

.single-property-page #infoContainer #detailsContainer .details-p-tag {
  font-family: Roboto;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0.2px;
  color: #555555;
  padding-top: 5px;
}

.single-property-page #infoContainer #detailsContainer .details-p-tag-desc {
  font-family: Roboto;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0.2px;
  color: #555555;
  margin-top: 26px;
}

.single-property-page #infoContainer #detailsContainer #listedLogo h2 {
  display: inline-block;
  font-family: Roboto;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0.2px;
  color: #555555;
}

.single-property-page #infoContainer #detailsContainer #listedLogo img {
  display: inline-block;
  height: 84px;
  position: relative;
  left: -45px;
}

.single-property-page #infoContainer #detailsContainer #detailsButton {
  width: 100%;
  height: 45px;
  border-radius: 50px;
  background-color: #1469ab;
  background-image: linear-gradient(-180deg, #378dd0, #1469ab 90%);
  color: #ffffff;
  border: none;
  margin-top: 6px;
  box-shadow: 0px 2px 8px 0 rgba(0, 0, 0, 0.3);
}

.single-property-page #infoContainer #detailsContainer #detailsButton:hover {
  background-image: linear-gradient(-180deg, #0085fc, #1686dd 90%);
}

.single-property-page #infoContainer #detailsContainer #listingCardContainer {
  margin-right: 15px;
  padding-left: 9px;
  width: 100%;
}

.single-property-page #infoContainer #detailsContainer #listingCardContainer .listing-card {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
}

.single-property-page #infoContainer #detailsContainer #listingCardContainer .listing-card .card-hero {
  min-height: 218.66px;
}

.single-property-page #infoContainer #detailsContainer #listingCardContainer .listing-card .card-info-container .left {
  position: absolute;
}

.single-property-page #infoContainer #detailsContainer #listingCardContainer .listing-card .card-info-container .right {
  left: 10px;
}

.single-property-page #infoContainer #detailsContainer #listingCardContainer .listing-card .card-info-container:hover {
  cursor: pointer;
}

.single-property-page #infoContainer #detailsContainer .calendar {
  width: 298px;
  border: none;
}

.single-property-page #infoContainer #detailsContainer .calendar td {
  padding-top: 8px;
}

.single-property-page #infoContainer #detailsContainer .calendar .sui-header {
  margin-bottom: 20px;
}

.single-property-page #infoContainer #detailsContainer .calendar .sui-footer {
  padding-top: 12px;
}

.single-property-page #infoContainer #detailsContainer .calendar .sui-footer span {
  font-size: 15px;
}

.single-property-page #infoContainer #detailsContainer .calendar .sui-prev .sui-left-arrow {
  border-right-color: #145EA1;
  margin-left: 2px;
}

.single-property-page #infoContainer #detailsContainer .calendar .sui-prev:hover {
  cursor: pointer;
}

.single-property-page #infoContainer #detailsContainer .calendar .sui-prev:hover .sui-left-arrow {
  border-right-color: white;
}

.single-property-page #infoContainer #detailsContainer .calendar .sui-next .sui-right-arrow {
  border-left-color: #145EA1;
  margin-right: 2px;
}

.single-property-page #infoContainer #detailsContainer .calendar .sui-next:hover {
  cursor: pointer;
}

.single-property-page #infoContainer #detailsContainer .calendar .sui-next:hover .sui-right-arrow {
  border-left-color: white;
}

.single-property-page #infoContainer #detailsContainer #appointment {
  width: 100%;
}

.single-property-page #infoContainer #detailsContainer #appointment .get-n-send {
  border-top: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}

.single-property-page #infoContainer #detailsContainer #appointment .get-n-send input {
  margin-right: 10px;
  width: 113px;
  height: 35px;
  border-radius: 50px;
  border: solid 1px #d7d7d7;
}

.single-property-page #infoContainer #detailsContainer #appointment .get-n-send #appDate {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  font-family: Roboto;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0px;
  color: #000000;
  position: relative;
  top: 3px;
}

.single-property-page #infoContainer #detailsContainer #appointment .get-n-send .schedule-header i {
  display: inline-block;
  font-size: 25px;
  margin-left: 10px;
  margin-right: 20px;
  margin-top: 14px;
}

.single-property-page #infoContainer #detailsContainer #appointment .get-n-send .schedule-header h4 {
  display: inline-block;
  font-family: Roboto;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.2px;
  color: #555555;
}

.single-property-page #infoContainer #detailsContainer #appointment .get-n-send .send-section {
  padding-bottom: 14px;
}

.single-property-page #infoContainer #detailsContainer #appointment .get-n-send .send-section #atimepicker button {
  border-radius: 50px;
  width: 116px;
  margin-right: 6px;
  color: #555555;
}

.single-property-page #infoContainer #detailsContainer #appointment .get-n-send .send-section #atimepicker button i {
  font-weight: 600;
  font-size: 20px;
  margin-left: 5px;
  color: #555555;
}

.single-property-page #infoContainer #detailsContainer #appointment .get-n-send .send-section .open .dropdown-menu {
  max-height: 200px;
  overflow: scroll;
}

.single-property-page #infoContainer #detailsContainer #appointment .get-n-send .send-section .search-button {
  height: 35px;
  border-radius: 50px;
  background-color: #1469ab;
  background-image: linear-gradient(-180deg, #378dd0, #1469ab 90%);
  border: none;
  color: #ffffff;
  font-weight: 300;
  width: 169px;
  font-size: 13px;
  box-shadow: 0px 2px 8px 0 rgba(0, 0, 0, 0.3);
}

.single-property-page #infoContainer #detailsContainer #appointment .times {
  height: 184px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border: solid 1px #e0e0e0;
  background-color: #f6f6f6;
  padding-top: 18px;
}

.single-property-page #infoContainer #detailsContainer #appointment .times .time-button {
  display: inline-block;
  width: 25%;
  height: 35px;
  border-radius: 6px;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.08), 0 2px 4px 0 transparent;
  background-color: #ffffff;
  margin: 8px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  text-align: center;
  line-height: normal;
  letter-spacing: 0px;
  padding-top: 7px;
  color: #4c4c4c;
}

.single-property-page #infoContainer #detailsContainer #appointment .times .time-button i {
  font-size: 18px;
  display: none;
}

.single-property-page #infoContainer #detailsContainer #appointment .times .time-button:hover {
  background-color: #1fe575;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.09), 0 2px 4px 0 rgba(0, 0, 0, 0.22);
  color: #ffffff;
  font-weight: 400;
  cursor: pointer;
}

.single-property-page #infoContainer #detailsContainer .details-h5 {
  width: 150px;
  height: 30px;
  font-family: Roboto;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 4.08;
  letter-spacing: 1.2px;
  color: #555555;
  margin-bottom: 13px;
}

.single-property-page #infoContainer #detailsContainer .img-container {
  margin-bottom: 20px;
}

.single-property-page #infoContainer #detailsContainer .img-container div {
  padding: 10px;
  display: inline-block;
  width: 90px;
  height: 61px;
  border-radius: 5px;
  background-color: #f6f6f6;
  text-align: center;
  margin-right: 8px;
  margin-bottom: 8px;
}

.single-property-page #infoContainer #detailsContainer .img-container img {
  height: 25px;
  margin-bottom: 2px;
}

.single-property-page #infoContainer #detailsContainer .img-container p {
  font-family: Roboto;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.2px;
  text-align: center;
  color: #555555;
  margin: 0 auto;
  width: 100%;
}

.single-property-page #infoContainer #detailsContainer #location {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 4.08;
  letter-spacing: 1.2px;
  color: #555555;
  margin-bottom: 0px;
}

.single-property-page #infoContainer #detailsContainer .line {
  height: 0.1px;
  border: solid 0.5px #e5e5e5;
  margin-top: 28px;
  margin-bottom: 28px;
}

.single-property-page #infoContainer #detailsContainer .schedule {
  height: 340px;
  margin-bottom: 40px;
  text-align: center;
}

.single-property-page #infoContainer #detailsContainer .schedule h3 {
  color: #555555;
}

.single-property-page #infoContainer #detailsContainer .schedule #mobileTime input {
  height: 35px;
  border-radius: 50px;
  border: solid 1px #d7d7d7;
  text-align: center;
  width: 100px;
}

.single-property-page #infoContainer #detailsContainer .schedule #mobileTime button {
  height: 35px;
  width: 162px;
  border-radius: 50px;
  background-color: #1469ab;
  background-image: linear-gradient(-180deg, #378dd0, #1469ab 90%);
  border: none;
  color: #ffffff;
  font-weight: 300;
  font-size: 13px;
  margin: 0 auto;
  box-shadow: 0px 2px 8px 0 rgba(0, 0, 0, 0.3);
}

.single-property-page #infoContainer #detailsContainer .schedule #mobileTime button:hover {
  background-image: linear-gradient(-180deg, #0085fc, #1686dd 90%);
}

.single-property-page #infoContainer #detailsContainer .open-house p {
  font-family: Roboto;
  font-family: Roboto;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 1.2px;
  color: #555555;
  margin-bottom: 0px;
}

.single-property-page #infoContainer #detailsContainer .open-house .date-time h6, .single-property-page #infoContainer #detailsContainer .open-house .date-time p {
  display: inline-block;
  width: 50%;
}

.single-property-page #infoContainer #detailsContainer .open-house .date-time h6 {
  font-family: Roboto;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.72;
  letter-spacing: 0.1px;
  color: #555555;
  margin-bottom: 0px;
  width: fit-content;
}

.single-property-page #infoContainer #detailsContainer .open-house .date-time p {
  text-align: right;
  padding-right: 10px;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 3.5;
  color: #555555;
}

.single-property-page #infoContainer #detailsContainer .open-house #second {
  margin-top: 0px;
}

.single-property-page #infoContainer #detailsContainer .map-img {
  height: 309px;
  background-color: #e8e8e8;
  margin-bottom: 40px;
}

.single-property-page #infoContainer #detailsContainer .whats-nearby p {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 3;
  letter-spacing: 1.2px;
  color: #555555;
  margin-bottom: 0px;
}

.single-property-page #infoContainer #detailsContainer .whats-nearby a {
  font-family: Roboto;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  color: #1469ab;
}

.single-property-page #infoContainer #detailsContainer .whats-nearby .places-container {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
}

.single-property-page #infoContainer #detailsContainer .in-the-area {
  margin-top: 20px;
  height: 260px;
}

.single-property-page #infoContainer #detailsContainer .in-the-area p {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 4.08;
  letter-spacing: 1.2px;
  color: #555555;
  margin-bottom: 6px;
}

.single-property-page #infoContainer #detailsContainer .in-the-area .list h6 {
  width: 48%;
  height: 21px;
  font-family: Roboto;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0px;
  color: #333333;
  display: inline-block;
  margin-top: 6px;
  margin-bottom: 6px;
  text-align: center;
}

.single-property-page #infoContainer #detailsContainer .nearby-places-img {
  width: 100%;
}

.single-property-page #infoContainer #detailsContainer .nearby-places-na {
  height: 309px;
  background-color: #e8e8e8;
}

.single-property-page #infoContainer #detailsContainer .similar-homes-4sale {
  margin-top: 10px;
}

.single-property-page #infoContainer #detailsContainer .similar-homes-4sale h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
  font-family: Roboto;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.08;
  letter-spacing: 1.2px;
  color: #555555;
}

.single-property-page #mortgageStats {
  width: 100%;
}

.single-property-page #mortgageStats .mortgage-stats {
  display: none;
  margin-top: 40px;
  margin-bottom: 26px;
}

.single-property-page #mortgageStats .mortgage-stats .total {
  margin-top: 20px;
  padding-top: 16px;
  height: 160px;
  background-color: #1469ab;
  color: white;
  text-align: center;
  width: 100%;
}

.single-property-page #mortgageStats .mortgage-stats .total h5 {
  padding-right: 10px;
  padding-left: 10px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  text-align: center;
  color: #ffffff;
  margin-top: 20px;
}

.single-property-page #mortgageStats .mortgage-stats .total h1 {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  font-size: 30px;
}

.single-property-page #mortgageStats .mortgage-stats .chart-container {
  height: 460px;
  background-color: #f6f6f6;
  border: solid 1px #e5e5e5;
  width: 100%;
}

.single-property-page #mortgageStats .mortgage-stats .chart-container #myChart {
  height: 252px;
  padding: 8px;
  padding-top: 12px;
}

.single-property-page #mortgageStats .mortgage-stats .chart-container .vchart-title p {
  font-size: 15px;
}

.single-property-page #mortgageStats .mortgage-stats .chart-container .when-using-listed {
  padding-top: 10px;
  height: 14px;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.3px;
  text-align: center;
  color: #929191;
}

.single-property-page #mortgageStats .mortgage-stats .chart-container .chart-container-footer button {
  display: block;
  width: 290px;
  height: 45px;
  border-radius: 50px;
  background-color: #1469ab;
  background-image: linear-gradient(-180deg, #378dd0, #1469ab 90%);
  margin: 0 auto;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.7px;
  text-align: center;
  color: #ffffff;
  border: none;
  width: 90%;
  box-shadow: 0px 2px 8px 0 rgba(0, 0, 0, 0.3);
}

.single-property-page #mortgageStats .mortgage-stats .chart-container .chart-container-footer button:hover {
  background-image: linear-gradient(-180deg, #0085fc, #1686dd 90%);
}

.single-property-page #mortgageStats .mortgage-stats .chart-container .chart-container-footer #loanAmount {
  display: inline-block;
  font-family: Roboto;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.4px;
  color: #343232;
  margin-bottom: 6px;
}

.single-property-page #mortgageStats .mortgage-stats .chart-container .chart-container-footer .loan-amount-text {
  display: inline-block;
  margin-left: 20px;
  margin-right: 16px;
  height: 16px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.3px;
  color: #444444;
}

.single-property-page #mortgageStats .mortgage-stats .chart-container .chart-container-footer .based-on-ltv {
  text-align: center;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.2px;
  color: #929191;
  margin-bottom: 26px;
}

@media (min-width: 992px) {
  .single-property-page .res-badge {
    margin: 0;
    bottom: 8px;
  }
  .single-property-page #sliderContainer {
    padding-bottom: 14px;
  }
  .single-property-page #carouselImgContainer .item {
    background-color: black;
  }
  .single-property-page #carouselImgContainer img {
    height: 600px;
    width: auto;
    margin: 0 auto;
  }
  .single-property-page #carouselContainer a {
    width: 80px;
  }
  .single-property-page #carouselContainer #carousel {
    box-shadow: none;
  }
  .single-property-page #mortgageStats .mortgage-stats .chart-container {
    height: 430px;
  }
  .single-property-page #mortgageStats .mortgage-stats .chart-container .vchart-bar-container .vchart-values-0 {
    right: 3px;
  }
  .single-property-page #mortgageStats .mortgage-stats .chart-container .vchart-bar-container .vchart-values {
    right: 16px;
  }
  .single-property-page #infoContainer #detailsContainer #listingCardContainer .listing-card {
    width: 49%;
    min-width: 358px;
    padding-left: 14px;
  }
  .single-property-page #infoContainer #detailsContainer #listingCardContainer .listing-card .card-hero {
    min-height: 295.7px;
  }
  .single-property-page #infoContainer #detailsContainer #appointment {
    width: 55%;
    padding-left: 40px;
    float: left;
  }
  .single-property-page #infoContainer #detailsContainer #appointment .get-n-send {
    border-top: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
  }
  .single-property-page #infoContainer #detailsContainer #appointment .get-n-send input {
    margin-right: 10px;
    width: 113px;
    height: 35px;
    border-radius: 50px;
    border: solid 1px #d7d7d7;
  }
  .single-property-page #infoContainer #detailsContainer #appointment .get-n-send #appDate {
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
    font-family: Roboto;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0px;
    color: #000000;
  }
  .single-property-page #infoContainer #detailsContainer #appointment .get-n-send .schedule-header i {
    display: inline-block;
    font-size: 25px;
    margin-left: 10px;
    margin-right: 20px;
    margin-top: 14px;
  }
  .single-property-page #infoContainer #detailsContainer #appointment .get-n-send .schedule-header h4 {
    display: inline-block;
    font-family: Roboto;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.2px;
    color: #555555;
  }
  .single-property-page #infoContainer #detailsContainer #appointment .get-n-send .send-section {
    padding-bottom: 14px;
  }
  .single-property-page #infoContainer #detailsContainer #appointment .get-n-send .send-section #atimepicker button {
    border-radius: 50px;
    width: 116px;
    margin-right: 6px;
    color: #555555;
  }
  .single-property-page #infoContainer #detailsContainer #appointment .get-n-send .send-section #atimepicker button i {
    font-weight: 600;
    font-size: 20px;
    margin-left: 5px;
    color: #555555;
  }
  .single-property-page #infoContainer #detailsContainer #appointment .get-n-send .send-section .open .dropdown-menu {
    max-height: 200px;
    overflow: scroll;
  }
  .single-property-page #infoContainer #detailsContainer #appointment .get-n-send .send-section .search-button {
    height: 35px;
    border-radius: 50px;
    background-color: #1469ab;
    border: none;
    color: #ffffff;
    font-weight: 300;
    font-size: 13px;
    margin-top: 14px;
    box-shadow: 0px 2px 8px 0 rgba(0, 0, 0, 0.3);
  }
  .single-property-page #infoContainer #detailsContainer #appointment .get-n-send .send-section .search-button:hover {
    cursor: pointer;
    background-image: linear-gradient(-180deg, #0085fc, #1686dd 90%);
  }
  .single-property-page #infoContainer #detailsContainer #appointment .times .time-button i {
    color: #1469ab;
  }
  .single-property-page #infoContainer #detailsContainer #appointment .times .time-button:hover {
    background-color: #1fe575;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.09), 0 2px 4px 0 rgba(0, 0, 0, 0.22);
    color: #ffffff;
    font-weight: 400;
    cursor: pointer;
  }
  .single-property-page #infoContainer #detailsContainer #appointment .times .time-button:hover i {
    color: #ffffff;
  }
  .single-property-page #infoContainer #detailsContainer .calendar {
    font-weight: 300;
    border: none;
    float: left;
  }
  .single-property-page #infoContainer #detailsContainer .calendar th {
    text-align: center;
    border: none;
    padding-bottom: 15px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    color: #929292;
  }
  .single-property-page #infoContainer #detailsContainer .calendar td {
    padding-top: 0;
    padding-bottom: 10px;
    font-family: Roboto;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.1px;
  }
  .single-property-page #infoContainer #detailsContainer .calendar #calendarLine {
    height: 7px;
    background-color: #1469ab;
    position: relative;
    top: 3px;
    width: 100%;
  }
  .single-property-page #infoContainer #detailsContainer .calendar .sui-text {
    font-weight: 400;
    font-size: 16px;
    color: #929292;
  }
  .single-property-page #infoContainer #detailsContainer .calendar .sui-text:hover {
    color: white;
    cursor: pointer;
  }
  .single-property-page #infoContainer #detailsContainer .calendar .sui-header {
    margin-bottom: 0px;
    margin-top: 20px;
  }
  .single-property-page #infoContainer #detailsContainer .calendar .sui-calendar-view {
    margin-top: 30px;
  }
  .single-property-page #infoContainer #detailsContainer .calendar .sui-footer {
    display: none;
    padding-top: 0;
  }
  .single-property-page #infoContainer #detailsContainer .open-house .date-time {
    width: 50%;
  }
  .single-property-page #infoContainer #detailsContainer .open-house .date-time p {
    text-align: left;
  }
  .single-property-page #infoContainer #detailsContainer .open-house .date-time h6 {
    width: fit-content;
    margin-right: 38px;
  }
  .single-property-page #infoContainer #detailsContainer .whats-nearby p {
    display: inline-block;
    width: 50%;
    margin-right: 158px;
  }
  .single-property-page #infoContainer #detailsContainer .whats-nearby a {
    display: inline-block;
  }
  .single-property-page #infoContainer #detailsContainer .whats-nearby .places-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-gap: 40px;
    margin-top: 36px;
  }
  .single-property-page #infoContainer #detailsContainer .in-the-area .list h6 {
    width: 25%;
  }
  .single-property-page #infoContainer .overview-left .property-sold-date {
    font-size: 28px;
    margin-bottom: -40px;
  }
  .single-property-page #infoContainer .overview-left h1 {
    margin-top: 40px;
    font-size: 36px;
    top: 0;
  }
  .single-property-page #infoContainer .overview-left h5 {
    font-size: 20px;
  }
  .single-property-page #infoContainer .overview-left .address {
    font-style: italic;
    margin-top: 2px;
  }
  .single-property-page #infoContainer .share-button {
    margin-top: 48px;
    margin-right: 40px;
  }
  .single-property-page .glyphicon-chevron-right {
    margin-right: -10px !important;
  }
  .single-property-page .glyphicon-chevron-left {
    margin-left: -10px !important;
  }
  .single-property-page .claim-this-offer form textarea {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .single-property-page #infoContainer #detailsContainer .in-the-area .list h6 {
    text-align: left;
    width: 44%;
  }
}

@media (min-width: 1200px) {
  .single-property-page #infoContainer #detailsContainer #listingCardContainer .listing-card .card-hero {
    min-height: 265px;
  }
}

@media (min-width: 1330px) {
  .single-property-page #mortgageStats {
    width: 25%;
  }
  .single-property-page #mortgageStats .mortgage-stats {
    display: block;
  }
  .single-property-page #mortgageStats .mortgage-stats .total {
    width: 356px;
  }
  .single-property-page #mortgageStats .mortgage-stats .total h1 {
    font-size: 48px;
  }
  .single-property-page #mortgageStats .mortgage-stats .total h5 {
    margin-top: 4px;
  }
  .single-property-page #mortgageStats .mortgage-stats .chart-container {
    display: block;
    width: 356px;
  }
  .single-property-page #mortgageStats .mortgage-stats .chart-container .vchart-title p {
    font-size: 12px;
  }
  .single-property-page #mortgageStats .mortgage-stats .chart-container .chart-container-footer button {
    width: 80%;
  }
  .single-property-page #infoContainer #detailsContainer #listingCardContainer {
    margin-bottom: 50px;
  }
  .single-property-page #infoContainer .claim-this-offer {
    display: block;
    width: 354px;
  }
  .single-property-page #infoContainer .claim-this-offer button {
    width: 150px;
  }
}

.listing-card {
  margin-top: 15px;
  min-width: 358px;
}

.listing-card .ribbon {
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}

.listing-card .ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #1469ab;
  background: linear-gradient(#187fce 0%, #1469ab 100%);
  box-shadow: 0 3px 10px -5px black;
  position: absolute;
  top: 19px;
  left: -21px;
}

.listing-card .ribbon span:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #1469ab;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #1469ab;
}

.listing-card .ribbon span:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #1469ab;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #1469ab;
}

.listing-card .carousel-inner {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}

.listing-card .carousel-inner .item img {
  width: -webkit-fill-available;
}

.listing-card .custom-controls {
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 1;
  width: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.listing-card .custom-controls:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.listing-card .custom-controls.right {
  right: 0;
  left: auto;
  border-top-right-radius: 6px;
}

.listing-card .custom-controls.left {
  border-top-left-radius: 6px;
}

.listing-card .custom-controls .glyphicon {
  font-size: 18px;
  color: #ffffff;
}

.listing-card .custom-controls .glyphicon-chevron-right {
  margin-right: -15px;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-top: -10px;
  right: 54%;
}

.listing-card .custom-controls .glyphicon-chevron-left {
  margin-left: -15px;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-top: -10px;
  left: 60%;
}

.listing-card .card-info-container {
  background-color: white;
  height: 116px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.15);
  position: relative;
  bottom: 6px;
}

.listing-card .card-info-container:hover {
  background-color: #efefef;
  cursor: pointer;
}

.listing-card .floater {
  padding: 8px;
  position: relative;
  top: -8px;
  line-height: normal;
  float: right;
  color: white;
  width: 52%;
  background-color: #1469ab;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(-180deg, #378dd0, #1469ab 90%);
  color: #fff;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.listing-card .floater .money-icon {
  width: 27px;
  margin-top: 6%;
  margin-left: 5px;
  float: left;
  margin-right: 5px;
}

.listing-card .floater .money-icon img {
  position: relative;
  top: -6px;
  left: -3px;
}

.listing-card .floater a {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.5px;
  color: white;
  text-decoration: underline;
}

.listing-card .card-info-container .left {
  float: left;
  margin-left: 14px;
  margin-top: 10px;
}

.listing-card .card-info-container .right {
  float: right;
  clear: right;
  margin-right: 23px;
  margin-top: 10px;
  position: relative;
  bottom: 5px;
  color: black;
}

.listing-card .beds, .listing-card .baths {
  float: left;
}

.listing-card .beds {
  margin-right: 15px;
}

.listing-card .footage {
  float: left;
  clear: both;
  margin-top: 5px;
}

.listing-card .right span {
  color: #cfcfcf;
}

.listing-card .left .price span:nth-child(1) {
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.2px;
  color: #555555;
}

.listing-card .left .price .actual-price {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.2px;
  color: #555555;
}

.listing-card .left .address span:nth-child(1) {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1px;
  color: #555555;
}

.listing-card .left .address .city-state-zip {
  font-size: 13px;
  font-weight: normal;
  font-style: italic;
  letter-spacing: 0.2px;
  color: #555555;
}

@media (min-width: 992px) {
  .listing-card {
    min-width: 358px;
  }
  .listing-card .custom-controls .glyphicon-chevron-left {
    left: 38%;
  }
  .listing-card .custom-controls .glyphicon-chevron-right {
    right: 38%;
  }
}

@media (min-width: 768px) {
  .listing-card {
    min-width: 349px;
  }
}

.neighborhood-report-div {
  display: inline-block;
  width: fit-content;
  margin-bottom: 10px;
}

.neighborhood-report-div img {
  height: 64px;
}

.neighborhood-report-div .text {
  display: inline-block;
}

.neighborhood-report-div .text h1 {
  margin-top: -12px;
  font-size: 22px;
  font-weight: 600;
  position: relative;
  top: 10px;
}

.neighborhood-report-div .text h5 {
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 12px;
}

@media (min-width: 992px) {
  .neighborhood-report-div {
    margin-bottom: 0px;
  }
  .neighborhood-report-div img {
    height: 90px;
    position: relative;
    bottom: 16px;
  }
  .neighborhood-report-div .text {
    display: inline-block;
  }
  .neighborhood-report-div .text h1 {
    margin-top: -2px;
    font-size: 34px;
    top: 0;
  }
  .neighborhood-report-div .text h5 {
    font-size: 16px;
    bottom: 0;
  }
}

.property-results .search-container {
  height: 45px;
}

.property-results .search-container input {
  text-indent: 30px;
  width: 100%;
  height: 45px;
  background-image: url("./images/listings/savingshandicon_blue.svg") no-repeat 7px 7px;
  padding-left: 30px;
  border-left: none;
}

.property-results .search-container .fa-search {
  color: #333;
  position: absolute;
  top: 69px;
  left: 25px;
  font-size: 15px;
}

.property-results .content-wrapper .listing-container {
  background-color: white;
  padding: 10px;
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: scroll;
}

.property-results .content-wrapper .listing-container .listing-header {
  clear: both;
  float: left;
  width: 100%;
  display: block;
  margin-top: 10px;
}

.property-results .content-wrapper .listing-container .listing-header h3 {
  margin-top: 0px;
  margin-left: 10px;
  float: left;
}

.property-results .content-wrapper .listing-container .listing-header .map-checkbox-holder {
  float: right;
}

.property-results .content-wrapper .listing-container .listing-header .map-checkbox-holder .checkbox {
  margin-top: 0px;
}

.property-results .content-wrapper .listing-container .stats .stat-container {
  float: left;
  width: 33.333333333%;
  padding: 5px;
}

.property-results .content-wrapper .listing-container .stats .stat-container .stat-box {
  text-align: center;
  padding-top: 8px;
  height: 60px;
  border-radius: 6px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
}

.property-results .content-wrapper .listing-container .stats .stat-container .stat-box span {
  display: inline;
}

.property-results .content-wrapper .listing-container .stats .stat-container .stat-box .light {
  font-family: Roboto;
  font-size: 11px;
  color: #a1a1a1;
}

.property-results .content-wrapper .listing-container .stats .stat-container .stat-box .blue {
  font-family: Roboto;
  font-weight: bold;
  color: #1569ab;
  font-size: 14px;
}

.property-results .content-wrapper .listing-container .card-container {
  float: left;
}

.property-results .content-wrapper .listing-container .card-container .listing-card {
  padding-left: 7.5px;
  padding-right: 7.5px;
  width: 350px;
  height: 339px;
  display: inline;
}

.property-results .content-wrapper .listing-container .card-container .listing-card .card-info-container .left {
  float: left;
  position: absolute;
}

.property-results .content-wrapper .listing-container .card-container .listing-card .card-info-container .left .address span:nth-child(1) {
  font-size: 12px;
}

.property-results .content-wrapper .map-container {
  visibility: hidden;
  right: 0;
  bottom: 0;
  position: fixed;
  z-index: -1;
  top: 98px;
  width: 100%;
}

.property-results .content-wrapper .map-container #map {
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .property-results .search-container {
    width: 100%;
    z-index: 6;
  }
  .property-results .search-container .fa-search {
    top: 15px;
  }
  .property-results .content-wrapper .map-container {
    top: 129px;
  }
}

@media (min-width: 992px) {
  .property-results .search-container {
    margin-top: 81px;
    position: fixed;
  }
  .property-results .content-wrapper .listing-container {
    float: left;
    width: 365px;
    margin-top: 126px;
  }
  .property-results .content-wrapper .listing-container .listing-card {
    display: block;
    float: left;
  }
  .property-results .content-wrapper .map-container {
    visibility: visible;
    top: 126px;
    left: 365px;
    height: auto;
    width: auto;
  }
}

@media (min-width: 1200px) {
  .property-results .content-wrapper .listing-container {
    width: 720px;
  }
  .property-results .content-wrapper .listing-container .stats .stat-container .stat-box {
    text-align: center;
    padding-top: 5px;
  }
  .property-results .content-wrapper .listing-container .stats .stat-container .stat-box .light {
    font-family: Roboto;
    font-size: 14px;
    color: #a1a1a1;
  }
  .property-results .content-wrapper .listing-container .stats .stat-container .stat-box .blue {
    font-family: Roboto;
    font-weight: bold;
    color: #1569ab;
    font-size: 22px;
  }
  .property-results .content-wrapper .map-container {
    left: 720px;
  }
}

.search-page {
  background: url(/images/no-closing-cost/search-page2.jpg) center center no-repeat;
  background-size: contain;
  background-position-x: 100%, center;
  width: 100%;
  height: 40%;
  position: relative;
  z-index: 0;
  overflow: hidden;
  background-position: 50%;
  background-size: cover;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.search-page .listed-search {
  position: relative;
  top: 34%;
}

.search-page .listed-search h2 {
  font-size: 16px;
  margin: 0 auto;
  margin-bottom: 30px;
  color: #fff;
  width: fit-content;
  text-shadow: 0 0 4px #666;
}

.search-page .listed-search .form-group {
  width: fit-content;
  width: -moz-fit-content;
  margin: 0 auto;
}

.search-page .listed-search .form-group form .search-bar-container {
  width: -moz-fit-container;
}

.search-page .listed-search .form-group form .search-bar-container #listedSearchBar {
  width: 100%;
  height: 50px;
  font-size: 14px;
  border: none;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.search-page .listed-search .form-group form .search-bar-container #listedSearchBar:hover {
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.search-page .listed-search .form-group form .search-bar-container #listedSearch {
  border: none;
  color: #fff;
  background-color: #1e71bc;
  height: 36px;
  width: 18%;
  position: relative;
  bottom: 43px;
  left: 80.5%;
  font-size: 12px;
  transition: all .15s ease-in-out;
}

.search-page .listed-search .form-group form .search-bar-container #listedSearch:hover {
  background-color: #0a81ed;
}

@media (min-width: 768px) {
  .search-page {
    height: 80%;
  }
  .search-page .listed-search {
    top: 46%;
  }
  .search-page .listed-search h2 {
    font-size: 30px;
  }
  .search-page .listed-search .form-group form .search-bar-container #listedSearchBar {
    font-size: 18px;
    height: 60px;
  }
  .search-page .listed-search .form-group form .search-bar-container #listedSearch {
    font-size: 18px;
    height: 46px;
    bottom: 53px;
  }
}

/* 3rd party */
.wickedpicker {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-shadow: 0 0 0 1px rgba(14, 41, 57, 0.12), 0 2px 5px rgba(14, 41, 57, 0.44), inset 0 -1px 2px rgba(14, 41, 57, 0.15);
  background: #fefefe;
  margin: 0 auto;
  border-radius: 0.1px;
  width: 270px;
  height: 130px;
  font-size: 14px;
  display: none;
}

.wickedpicker__title {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
  position: relative;
  background: #f2f2f2;
  margin: 0 auto;
  border-bottom: 1px solid #e5e5e5;
  padding: 12px 11px 10px 15px;
  color: #4C4C4C;
  font-size: inherit;
}

.wickedpicker__close {
  -webkit-transform: translateY(-25%);
  -moz-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  -o-transform: translateY(-25%);
  transform: translateY(-25%);
  position: absolute;
  top: 25%;
  right: 10px;
  color: #34495e;
  cursor: pointer;
}

.wickedpicker__close:before {
  content: '\00d7';
}

.wickedpicker__controls {
  padding: 10px 0;
  line-height: normal;
  margin: 0;
  margin-top: 18px;
}

.wickedpicker__controls__control, .wickedpicker__controls__control--separator {
  vertical-align: middle;
  display: inline-block;
  font-size: inherit;
  margin: 0 auto;
  width: 35px;
  letter-spacing: 1.3px;
}

.wickedpicker__controls__control-up, .wickedpicker__controls__control-down {
  color: #34495e;
  position: relative;
  display: block;
  margin: 3px auto;
  font-size: 18px;
  cursor: pointer;
}

.wickedpicker__controls__control-up:before {
  content: ' ';
  height: 0px;
  position: absolute;
  top: -20px;
  right: 2px;
  border: 10px solid transparent;
  border-bottom-color: #1469ab;
}

.wickedpicker__controls__control-down:after {
  content: ' ';
  height: 0px;
  position: absolute;
  right: 2px;
  border: 10px solid transparent;
  border-top-color: #1469ab;
}

.wickedpicker__controls__control--separator {
  width: 5px;
}

.text-center, .wickedpicker__title, .wickedpicker__controls, .wickedpicker__controls__control, .wickedpicker__controls__control--separator, .wickedpicker__controls__control-up, .wickedpicker__controls__control-down {
  text-align: center;
  padding-top: 4px;
}

.hover-state {
  color: #3498db;
}

@font-face {
  font-family: 'fontello';
  src: url("../fonts/fontello.eot?52602240");
  src: url("../fonts/fontello.eot?52602240#iefix") format("embedded-opentype"), url("../fonts/fontello.woff?52602240") format("woff"), url("../fonts/fontello.ttf?52602240") format("truetype"), url("../fonts/fontello.svg?52602240#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fontello:before, .wickedpicker__controls__control-up:before, .fontello-after:after, .wickedpicker__controls__control-down:after {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.loader {
  color: #fff;
  position: fixed;
  box-sizing: border-box;
  left: -9999px;
  top: -9999px;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: 999999;
}

.loader:after, .loader:before {
  box-sizing: border-box;
  display: none;
}

.loader.is-active {
  background-color: rgba(0, 0, 0, 0.85);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.loader.is-active:after, .loader.is-active:before {
  display: block;
}

@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}

@keyframes blink {
  0% {
    opacity: .5;
  }
  to {
    opacity: 1;
  }
}

.loader[data-text]:before {
  position: fixed;
  left: 0;
  top: 50%;
  color: currentColor;
  font-family: Helvetica,Arial,sans-serif;
  text-align: center;
  width: 100%;
  font-size: 14px;
}

.loader[data-text=""]:before {
  content: "Loading";
}

.loader[data-text]:not([data-text=""]):before {
  content: attr(data-text);
}

.loader[data-text][data-blink]:before {
  animation: blink 1s linear infinite alternate;
}

.loader-default[data-text]:before {
  top: calc(50% - 63px);
}

.loader-default:after {
  content: "";
  position: fixed;
  width: 48px;
  height: 48px;
  border: 8px solid #fff;
  border-left-color: transparent;
  border-radius: 50%;
  top: calc(50% - 24px);
  left: calc(50% - 24px);
  animation: rotation 1s linear infinite;
}

.loader-default[data-half]:after {
  border-right-color: transparent;
}

.loader-default[data-inverse]:after {
  animation-direction: reverse;
}

.loader-double:after, .loader-double:before {
  content: "";
  position: fixed;
  border-radius: 50%;
  border: 8px solid;
  animation: rotation 1s linear infinite;
}

.loader-double:after {
  width: 48px;
  height: 48px;
  border-color: #fff;
  border-left-color: transparent;
  top: calc(50% - 24px);
  left: calc(50% - 24px);
}

.loader-double:before {
  width: 64px;
  height: 64px;
  border-color: #eb974e;
  border-right-color: transparent;
  animation-duration: 2s;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
}

.loader-bar[data-text]:before {
  top: calc(50% - 40px);
  color: #fff;
}

.loader-bar:after {
  content: "";
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 20px;
  transform: translate(-50%, -50%);
  background: linear-gradient(-45deg, #4183d7 25%, #52b3d9 0, #52b3d9 50%, #4183d7 0, #4183d7 75%, #52b3d9 0, #52b3d9);
  background-size: 20px 20px;
  box-shadow: inset 0 10px 0 rgba(255, 255, 255, 0.2), 0 0 0 5px rgba(0, 0, 0, 0.2);
  animation: moveBar 1.5s linear infinite reverse;
}

.loader-bar[data-rounded]:after {
  border-radius: 15px;
}

.loader-bar[data-inverse]:after {
  animation-direction: normal;
}

@keyframes moveBar {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 20px 20px;
  }
}

.loader-bar-ping-pong:before {
  width: 200px;
  background-color: #000;
}

.loader-bar-ping-pong:after, .loader-bar-ping-pong:before {
  content: "";
  height: 20px;
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 100px);
}

.loader-bar-ping-pong:after {
  width: 50px;
  background-color: #f19;
  animation: moveBarPingPong .5s linear infinite alternate;
}

.loader-bar-ping-pong[data-rounded]:before {
  border-radius: 10px;
}

.loader-bar-ping-pong[data-rounded]:after {
  border-radius: 50%;
  width: 20px;
  animation-name: moveBarPingPongRounded;
}

@keyframes moveBarPingPong {
  0% {
    left: calc(50% - 100px);
  }
  to {
    left: calc(50% - -50px);
  }
}

@keyframes moveBarPingPongRounded {
  0% {
    left: calc(50% - 100px);
  }
  to {
    left: calc(50% - -80px);
  }
}

@keyframes corners {
  6% {
    width: 60px;
    height: 15px;
  }
  25% {
    width: 15px;
    height: 15px;
    left: calc(100% - 15px);
    top: 0;
  }
  31% {
    height: 60px;
  }
  50% {
    height: 15px;
    top: calc(100% - 15px);
    left: calc(100% - 15px);
  }
  56% {
    width: 60px;
  }
  75% {
    width: 15px;
    left: 0;
    top: calc(100% - 15px);
  }
  81% {
    height: 60px;
  }
}

.loader-border[data-text]:before {
  color: #fff;
}

.loader-border:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #ff0;
  animation: corners 3s ease both infinite;
}

.loader-ball:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 1;
  animation: kickBall 1s infinite alternate ease-in both;
}

.loader-ball[data-shadow]:before {
  box-shadow: inset -5px -5px 10px 0 rgba(0, 0, 0, 0.5);
}

.loader-ball:after {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  width: 45px;
  height: 20px;
  top: calc(50% + 10px);
  left: 50%;
  margin: 0 0 0 -22.5px;
  z-index: 0;
  animation: shadow 1s infinite alternate ease-out both;
}

@keyframes shadow {
  0% {
    background-color: transparent;
    transform: scale(0);
  }
  40% {
    background-color: transparent;
    transform: scale(0);
  }
  95% {
    background-color: rgba(0, 0, 0, 0.75);
    transform: scale(1);
  }
  to {
    background-color: rgba(0, 0, 0, 0.75);
    transform: scale(1);
  }
}

@keyframes kickBall {
  0% {
    transform: translateY(-80px) scaleX(0.95);
  }
  90% {
    border-radius: 50%;
  }
  to {
    transform: translateY(0) scaleX(1);
    border-radius: 50% 50% 20% 20%;
  }
}

.loader-smartphone:after {
  content: "";
  color: #fff;
  font-size: 12px;
  font-family: Helvetica,Arial,sans-serif;
  text-align: center;
  line-height: 120px;
  position: fixed;
  left: 50%;
  top: 50%;
  width: 70px;
  height: 130px;
  margin: -65px 0 0 -35px;
  border: 5px solid #fd0;
  border-radius: 10px;
  box-shadow: inset 0 5px 0 0 #fd0;
  background: radial-gradient(circle at 50% 90%, rgba(0, 0, 0, 0.5) 6px, transparent 0), linear-gradient(0deg, #fd0 22px, transparent 0), linear-gradient(0deg, rgba(0, 0, 0, 0.5) 22px, rgba(0, 0, 0, 0.5));
  animation: shake 2s cubic-bezier(0.36, 0.07, 0.19, 0.97) both infinite;
}

.loader-smartphone[data-screen=""]:after {
  content: "Loading";
}

.loader-smartphone:not([data-screen=""]):after {
  content: attr(data-screen);
}

@keyframes shake {
  5% {
    transform: translate3d(-1px, 0, 0);
  }
  10% {
    transform: translate3d(1px, 0, 0);
  }
  15% {
    transform: translate3d(-1px, 0, 0);
  }
  20% {
    transform: translate3d(1px, 0, 0);
  }
  25% {
    transform: translate3d(-1px, 0, 0);
  }
  30% {
    transform: translate3d(1px, 0, 0);
  }
  35% {
    transform: translate3d(-1px, 0, 0);
  }
  40% {
    transform: translate3d(1px, 0, 0);
  }
  45% {
    transform: translate3d(-1px, 0, 0);
  }
  50% {
    transform: translate3d(1px, 0, 0);
  }
  55% {
    transform: translate3d(-1px, 0, 0);
  }
}

.loader-clock:before {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: -60px 0 0 -60px;
  background: linear-gradient(180deg, transparent 50%, #f5f5f5 0), linear-gradient(90deg, transparent 55px, #2ecc71 0, #2ecc71 65px, transparent 0), linear-gradient(180deg, #f5f5f5 50%, #f5f5f5 0);
  box-shadow: inset 0 0 0 10px #f5f5f5,0 0 0 5px #555,0 0 0 10px #7b7b7b;
  animation: rotation infinite 2s linear;
}

.loader-clock:after, .loader-clock:before {
  content: "";
  position: fixed;
  left: 50%;
  top: 50%;
  overflow: hidden;
}

.loader-clock:after {
  width: 60px;
  height: 40px;
  margin: -20px 0 0 -15px;
  border-radius: 20px 0 0 20px;
  background: radial-gradient(circle at 14px 20px, #25a25a 10px, transparent 0), radial-gradient(circle at 14px 20px, #1b7943 14px, transparent 0), linear-gradient(180deg, transparent 15px, #2ecc71 0, #2ecc71 25px, transparent 0);
  animation: rotation infinite 24s linear;
  transform-origin: 15px center;
}

.loader-curtain:after, .loader-curtain:before {
  position: fixed;
  width: 100%;
  top: 50%;
  margin-top: -35px;
  font-size: 70px;
  text-align: center;
  font-family: Helvetica,Arial,sans-serif;
  overflow: hidden;
  line-height: 1.2;
  content: "Loading";
}

.loader-curtain:before {
  color: #666;
}

.loader-curtain:after {
  color: #fff;
  height: 0;
  animation: curtain 1s linear infinite alternate both;
}

.loader-curtain[data-curtain-text]:not([data-curtain-text=""]):after, .loader-curtain[data-curtain-text]:not([data-curtain-text=""]):before {
  content: attr(data-curtain-text);
}

.loader-curtain[data-brazilian]:before {
  color: #f1c40f;
}

.loader-curtain[data-brazilian]:after {
  color: #2ecc71;
}

.loader-curtain[data-colorful]:before {
  animation: maskColorful 2s linear infinite alternate both;
}

.loader-curtain[data-colorful]:after {
  animation: curtain 1s linear infinite alternate both,maskColorful-front 2s 1s linear infinite alternate both;
  color: #000;
}

@keyframes maskColorful {
  0% {
    color: #3498db;
  }
  49.5% {
    color: #3498db;
  }
  50.5% {
    color: #e74c3c;
  }
  to {
    color: #e74c3c;
  }
}

@keyframes maskColorful-front {
  0% {
    color: #2ecc71;
  }
  49.5% {
    color: #2ecc71;
  }
  50.5% {
    color: #f1c40f;
  }
  to {
    color: #f1c40f;
  }
}

@keyframes curtain {
  0% {
    height: 0;
  }
  to {
    height: 84px;
  }
}

.loader-music:after, .loader-music:before {
  content: "";
  position: fixed;
  width: 240px;
  height: 240px;
  top: 50%;
  left: 50%;
  margin: -120px 0 0 -120px;
  border-radius: 50%;
  text-align: center;
  line-height: 240px;
  color: #fff;
  font-size: 40px;
  font-family: Helvetica,Arial,sans-serif;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  letter-spacing: -1px;
}

.loader-music:after {
  backface-visibility: hidden;
}

.loader-music[data-hey-oh]:after, .loader-music[data-hey-oh]:before {
  box-shadow: 0 0 0 10px;
}

.loader-music[data-hey-oh]:before {
  background-color: #fff;
  color: #000;
  animation: coinBack 2.5s linear infinite,oh 5s 1.25s linear infinite both;
}

.loader-music[data-hey-oh]:after {
  background-color: #000;
  animation: coin 2.5s linear infinite,hey 5s linear infinite both;
}

.loader-music[data-no-cry]:after, .loader-music[data-no-cry]:before {
  background: linear-gradient(45deg, #009b3a 50%, #fed100 51%);
  box-shadow: 0 0 0 10px #000;
}

.loader-music[data-no-cry]:before {
  animation: coinBack 2.5s linear infinite,cry 5s 1.25s linear infinite both;
}

.loader-music[data-no-cry]:after {
  animation: coin 2.5s linear infinite,no 5s linear infinite both;
}

.loader-music[data-we-are]:before {
  animation: coinBack 2.5s linear infinite,theWorld 5s 1.25s linear infinite both;
  background: radial-gradient(ellipse at center, #4ecdc4 0, #556270);
}

.loader-music[data-we-are]:after {
  animation: coin 2.5s linear infinite,weAre 5s linear infinite both;
  background: radial-gradient(ellipse at center, #26d0ce 0, #1a2980);
}

.loader-music[data-rock-you]:before {
  animation: coinBack 2.5s linear infinite,rockYou 5s 1.25s linear infinite both;
  background: #444;
}

.loader-music[data-rock-you]:after {
  animation: coin 2.5s linear infinite,weWill 5s linear infinite both;
  background: #96281b;
}

@keyframes coin {
  to {
    transform: rotateY(359deg);
  }
}

@keyframes coinBack {
  0% {
    transform: rotateY(180deg);
  }
  50% {
    transform: rotateY(1turn);
  }
  to {
    transform: rotateY(180deg);
  }
}

@keyframes hey {
  0% {
    content: "Hey!";
  }
  50% {
    content: "Let's!";
  }
  to {
    content: "Hey!";
  }
}

@keyframes oh {
  0% {
    content: "Oh!";
  }
  50% {
    content: "Go!";
  }
  to {
    content: "Oh!";
  }
}

@keyframes no {
  0% {
    content: "No...";
  }
  50% {
    content: "no";
  }
  to {
    content: "No...";
  }
}

@keyframes cry {
  0% {
    content: "woman";
  }
  50% {
    content: "cry!";
  }
  to {
    content: "woman";
  }
}

@keyframes weAre {
  0% {
    content: "We are";
  }
  50% {
    content: "we are";
  }
  to {
    content: "We are";
  }
}

@keyframes theWorld {
  0% {
    content: "the world,";
  }
  50% {
    content: "the children!";
  }
  to {
    content: "the world,";
  }
}

@keyframes weWill {
  0% {
    content: "We will,";
  }
  50% {
    content: "rock you!";
  }
  to {
    content: "We will,";
  }
}

@keyframes rockYou {
  0% {
    content: "we will";
  }
  50% {
    content: "\1F918";
  }
  to {
    content: "we will";
  }
}

.loader-pokeball:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  margin: -50px 0 0 -50px;
  background: linear-gradient(180deg, red 42%, #000 0, #000 58%, #fff 0);
  background-repeat: no-repeat;
  background-color: #fff;
  border-radius: 50%;
  z-index: 1;
  animation: movePokeball 1s linear infinite both;
}

.loader-pokeball:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -12px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 2;
  animation: movePokeball 1s linear infinite both,flashPokeball .5s infinite alternate;
  border: 2px solid #000;
  box-shadow: 0 0 0 5px #fff,0 0 0 10px #000;
}

@keyframes movePokeball {
  0% {
    transform: translateX(0) rotate(0);
  }
  15% {
    transform: translatex(-10px) rotate(-5deg);
  }
  30% {
    transform: translateX(10px) rotate(5deg);
  }
  45% {
    transform: translatex(0) rotate(0);
  }
}

@keyframes flashPokeball {
  0% {
    background-color: #fff;
  }
  to {
    background-color: #fd0;
  }
}

.loader-bouncing:after, .loader-bouncing:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  border-radius: 50%;
  background-color: #fff;
  animation: kick .6s infinite alternate;
}

.loader-bouncing:after {
  margin-left: -30px;
  animation: kick .6s infinite alternate;
}

.loader-bouncing:before {
  animation-delay: .2s;
}

@keyframes kick {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: .3;
    transform: translateY(-1rem);
  }
}

.datalist-polyfill {
  list-style: none;
  display: none;
  background: white;
  box-shadow: 0 2px 2px #999;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  max-height: 300px;
  overflow-y: auto;
}

.datalist-polyfill:empty {
  display: none !important;
}

.datalist-polyfill li {
  padding: 3px;
  font: 13px "Lucida Grande", Sans-Serif;
}

.datalist-polyfill__active {
  background: #3875d7;
  color: white;
}

.no-wrap {
  white-space: nowrap;
}

.required_input {
  display: none;
}

.navbar {
  border: none;
  padding-top: 0;
}

.navbar .sub-nav {
  text-align: center;
  width: 100%;
  background-color: white;
  position: relative;
  top: 0;
}

.navbar .sub-nav ul {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 0px;
  font-size: 22px;
}

.navbar .sub-nav li {
  font-size: 11px;
  display: inline-block;
  padding-right: 2px;
  padding-left: 2px;
}

.navbar .sub-nav li a {
  color: black;
}

.navbar .sub-nav li a:hover {
  text-decoration: none;
  font-weight: 600;
  color: #3e74a9;
}

.navbar .sub-nav li span .header__gp-icon {
  height: 24px;
  margin-top: -3px;
  margin-right: 5px;
}

.navbar .sub-nav .container {
  padding-left: 0px;
  padding-right: 0px;
}

.navbar .sub-nav .pipe {
  display: inline-block;
  color: black;
}

.navbar .complianceText {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.leaflet-popup-content {
  height: 100px;
  width: 200px;
}

.inline {
  display: inline;
}

.inline-block {
  display: inline-block;
}

.border-none {
  border-style: none;
}

.block {
  display: block;
}

.pointer {
  cursor: pointer;
}

.underline {
  text-decoration: underline;
}

.bold {
  font-weight: bold;
}

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

.color-white {
  color: #ffffff;
}

.color-black {
  color: #000000;
}

.color-grey {
  color: #cccccc;
}

.underline {
  text-decoration: underline;
}

.color-red,
.error {
  color: #d9534f;
}

.site-color-blue {
  color: #1469ab;
}

.site-bg-blue {
  background-color: #1469ab;
}

.pointer {
  cursor: pointer;
}

.text-bold {
  font-weight: bold;
}

.text-light {
  font-weight: lighter;
}

.text-normal {
  font-weight: normal;
}

.relative {
  position: relative;
}

.cp-terms-wrap {
  text-align: center;
}

.cp-terms-wrap a {
  text-decoration: underline;
}

.loginLink {
  text-align: center;
  margin-bottom: 4px;
}

.loginLink a {
  font-size: 18px;
}

header {
  position: relative;
  z-index: 6;
  background: #1469ab;
  color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

header .burger-number {
  margin-top: 17px;
}

header .navbar-header {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

header .navbar-collapse {
  box-shadow: none;
}

header .navbar-toggle .fa-times {
  display: block;
  font-size: 18px;
  width: 17px;
  height: 17px;
}

header .navbar-toggle .icon-bar {
  display: none;
}

header .navbar-toggle.collapsed .fa-times {
  display: none;
}

header .navbar-toggle.collapsed .icon-bar {
  display: block;
}

header .navbar-toggle .icon-bar {
  background: #ffffff;
  width: 17px;
  height: 3px;
  border-radius: 10px;
}

header .logo {
  width: 100px;
  margin-top: 6px;
}

header .navbar-nav a {
  color: #ffffff;
}

header .navbar-nav a:hover {
  background-color: #001a3a;
}

header .gp-stpete__banner, header .gp-stpete__banner--nofixed {
  background: #fff;
  padding: 10px 0;
}

header .gp-stpete__banner .gp-stpete__row, header .gp-stpete__banner--nofixed .gp-stpete__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .gp-stpete__banner .gp-stpete__row h1, header .gp-stpete__banner--nofixed .gp-stpete__row h1 {
  font-size: 20px;
  color: #000;
  margin-bottom: 0;
  margin-top: 0;
}

header .gp-stpete__banner .gp-stpete__row .gp-stpete__button-sml, header .gp-stpete__banner--nofixed .gp-stpete__row .gp-stpete__button-sml {
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  background: #FF8F00;
  border-radius: 2px;
  padding: 7px 16px;
}

header .gp-stpete__banner .gp-stpete__row .gp-stpete__bullet, header .gp-stpete__banner--nofixed .gp-stpete__row .gp-stpete__bullet {
  color: #FF8F00;
}

header .gp-stpete__banner .gp-stpete__row .gp-stpete__banner-img, header .gp-stpete__banner--nofixed .gp-stpete__row .gp-stpete__banner-img {
  width: 175px;
}

header .mobile-banner {
  background: #303134;
  padding: 10px 0;
  font-weight: bold;
  z-index: 1;
  width: 100%;
}

header .mobile-banner a {
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 10px;
  display: inline-block;
  padding: 7px 10px;
  width: 100%;
  font-size: 14px;
  text-align: center;
}

header .mobile-banner a:hover {
  text-decoration: none;
}

header .mobile-banner i {
  color: #1469ab;
  font-size: 18px;
}

header .mobile-banner .default-text {
  display: inline-block;
}

header .mobile-banner .floating-text {
  display: none;
}

header .mobile-banner .second-btn img {
  height: 20px;
  margin-right: 5px;
  vertical-align: bottom;
}

header .mobile-banner.floating {
  top: -40px;
  position: fixed;
  padding-top: 50px;
  animation-name: slideDown;
  animation-duration: 450ms;
  animation-timing-function: ease;
}

header .mobile-banner.floating a {
  width: 47%;
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
  float: left;
}

header .mobile-banner.floating .default-text {
  display: none;
}

header .mobile-banner.floating .floating-text {
  display: inline-block;
}

header .mobile-banner.floating .second-btn {
  margin-left: 15px;
  float: right;
}

header .banner-placeholder {
  height: 102px;
  width: 100%;
}

header .gp-spacer {
  margin-top: 58px;
}

footer {
  padding-bottom: 56px;
}

footer .links {
  background: #1469ab;
  margin: 0;
  padding: 15px 0 10px;
}

footer .links a {
  display: block;
  color: #ffffff;
  margin-bottom: 5px;
  font-weight: 100;
}

footer .grid-footer-nav {
  padding: 0;
}

footer .grid-footer-nav .link-group {
  width: 100%;
}

footer .grid-footer-nav .link-group .title-container {
  width: 100%;
  background-color: #e8e8e8;
  padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 16px;
  color: #575757;
}

footer .grid-footer-nav .link-group .links-container ul {
  padding: 0;
  list-style: none;
}

footer .grid-footer-nav .link-group .links-container ul li {
  padding-left: 15px;
  margin-top: 5px;
}

footer .grid-footer-nav .link-group .links-container ul li a {
  color: #737373;
}

footer .grid-footer-nav .link-group .links-container ul li a:hover {
  text-decoration: none;
  font-weight: 600;
  color: #3e74a9;
}

footer .copy-section {
  color: #a09f9f;
}

footer .logos {
  text-align: center;
}

footer .logos .logo {
  display: inline-block;
}

footer .logos .logo.bbb {
  width: 92px;
}

footer .logos .logo.fha {
  width: 93px;
}

footer .logos .logo.equal {
  width: 52px;
}

.learn-more-section {
  background: #003c5c;
  padding-top: 24px;
  padding-bottom: 24px;
  color: #ffffff;
  text-align: center;
  position: relative;
}

.learn-more-section .arrow {
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 46%;
  width: 0;
  height: 0;
  border-left: 12px solid #003c5c;
  border-right: 12px solid #003c5c;
  border-top: 12px solid #ffffff;
}

.learn-more-section .title {
  font-size: 30px;
  font-weight: 500;
}

.learn-more-section a {
  text-decoration: none;
  color: #ffffff;
  display: block;
  margin-bottom: 20px;
}

.learn-more-section a:hover {
  text-decoration: underline;
}

.margin0 {
  margin: 0;
}

.margin5 {
  margin: 5px;
}

.margin10 {
  margin: 10px;
}

.margin15 {
  margin: 15px;
}

.margin20 {
  margin: 20px;
}

.margin25 {
  margin: 25px;
}

.margin30 {
  margin: 30px;
}

.mt0 {
  margin-top: 0;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mr0 {
  margin-right: 0;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr25 {
  margin-right: 25px;
}

.mr30 {
  margin-right: 30px;
}

.mb0 {
  margin-bottom: 0;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.ml0 {
  margin-left: 0;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.ml30 {
  margin-left: 30px;
}

.padding0 {
  padding: 0;
}

.padding5 {
  padding: 5px;
}

.padding10 {
  padding: 10px;
}

.padding15 {
  padding: 15px;
}

.padding20 {
  padding: 20px;
}

.padding25 {
  padding: 25px;
}

.padding30 {
  padding: 30px;
}

.padding35 {
  padding: 35px;
}

.padding40 {
  padding: 40px;
}

.padding45 {
  padding: 45px;
}

.padding50 {
  padding: 50px;
}

.pt0 {
  padding-top: 0;
}

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pr0 {
  padding-right: 0;
}

.pr5 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pr25 {
  padding-right: 25px;
}

.pr30 {
  padding-right: 30px;
}

.pb0 {
  padding-bottom: 0;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

.pl0 {
  padding-left: 0;
}

.pl5 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl25 {
  padding-left: 25px;
}

.pl30 {
  padding-left: 30px;
}

.fs2 {
  font-size: 2px;
}

.fs4 {
  font-size: 4px;
}

.fs6 {
  font-size: 6px;
}

.fs8 {
  font-size: 8px;
}

.fs10 {
  font-size: 10px;
}

.fs12 {
  font-size: 12px;
}

.fs14 {
  font-size: 14px;
}

.fs16 {
  font-size: 16px;
}

.fs18 {
  font-size: 18px;
}

.fs20 {
  font-size: 20px;
}

.fs22 {
  font-size: 22px;
}

.fs24 {
  font-size: 24px;
}

.fs26 {
  font-size: 26px;
}

.fs28 {
  font-size: 28px;
}

.fs30 {
  font-size: 30px;
}

.fs32 {
  font-size: 32px;
}

.fs34 {
  font-size: 34px;
}

.fs36 {
  font-size: 36px;
}

.fs38 {
  font-size: 38px;
}

.fs40 {
  font-size: 40px;
}

.width0 {
  width: 0;
}

.width5 {
  width: 5%;
}

.width10 {
  width: 10%;
}

.width15 {
  width: 15%;
}

.width20 {
  width: 20%;
}

.width25 {
  width: 25%;
}

.width30 {
  width: 30%;
}

.width35 {
  width: 35%;
}

.width40 {
  width: 40%;
}

.width45 {
  width: 45%;
}

.width50 {
  width: 50%;
}

.width55 {
  width: 55%;
}

.width60 {
  width: 60%;
}

.width65 {
  width: 65%;
}

.width70 {
  width: 70%;
}

.width75 {
  width: 75%;
}

.width80 {
  width: 80%;
}

.width85 {
  width: 85%;
}

.width90 {
  width: 90%;
}

.width95 {
  width: 95%;
}

.width100 {
  width: 100%;
}

/* Font Weight */
.fw100 {
  font-weight: 100;
}

.fw200 {
  font-weight: 200;
}

.fw300 {
  font-weight: 300;
}

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

.fw700 {
  font-weight: 700;
}

.fw800 {
  font-weight: 800;
}

.fw900 {
  font-weight: 900;
}

@media (max-width: 499px) {
  .gp-stpete__banner {
    position: fixed;
    width: 100%;
    box-shadow: 0 0 16px 0 rgba(70, 70, 70, 0.24);
  }
  .gp-stpete__banner--nofixed {
    width: 100%;
    box-shadow: 0 0 16px 0 rgba(70, 70, 70, 0.24);
  }
}

@media (max-width: 899px) {
  .gp-stpete__banner .gp-stpete__row h1, .gp-stpete__banner--nofixed .gp-stpete__row h1 {
    display: none;
  }
}

@media (min-width: 768px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 18px;
  }
  h3 {
    font-size: 16px;
  }
  header .logo {
    width: 148px;
    margin-top: 4px;
  }
  header nav {
    padding-top: 4px;
  }
  header .navbar-header {
    float: none;
    box-shadow: none;
  }
  header .navbar-toggle {
    display: block;
  }
  header .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  header .navbar-collapse.collapse {
    display: none !important;
  }
  header .navbar-collapse.collapse.in {
    display: block !important;
  }
  header .navbar-nav {
    float: none !important;
    margin: 7.5px -15px;
  }
  header .navbar-nav > li {
    float: none;
  }
  header .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  header .navbar-nav > li > a:hover {
    text-decoration: underline;
  }
  header .navbar-brand {
    padding-top: 12px;
  }
  header .navbar-brand .logo {
    width: 200px;
    margin-top: 0;
  }
  header .navbar-nav a:hover {
    background: transparent;
  }
  header .navbar-nav .call-text {
    font-size: 24px;
    font-weight: bold;
  }
  footer .links {
    padding: 0;
    margin-bottom: 10px;
    text-align: center;
  }
  footer .links a {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  footer .grid-footer-nav {
    margin-bottom: 50px;
  }
  footer .grid-footer-nav .info {
    margin-top: 62px;
    margin-bottom: 36px;
  }
  footer .grid-footer-nav .info .panel {
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 0 !important;
  }
  footer .grid-footer-nav .info .title {
    font-size: 18px;
    font-weight: bold;
  }
  footer .grid-footer-nav .info .panel-heading .panel-title {
    background-color: white;
  }
  footer .grid-footer-nav .info .panel-heading .panel-title a:hover {
    text-decoration: none;
    cursor: default;
  }
  footer .grid-footer-nav .info .panel-heading .panel-title a {
    padding: 0 !important;
    pointer-events: none;
    font-size: 18px;
    font-weight: bold;
  }
  footer .grid-footer-nav .info .panel-heading .panel-title i {
    visibility: hidden;
  }
  footer .grid-footer-nav .info .panel-body {
    padding: 0;
  }
  footer .grid-footer-nav .info .collapse {
    display: block;
  }
  footer .logos {
    text-align: left;
  }
  footer .logos .logo.bbb {
    width: 137px;
    margin-right: 45px;
  }
  footer .logos .logo.fha {
    width: 137px;
  }
  footer .logos .logo.equal {
    width: 67px;
  }
  .start-saving-section {
    background-color: #001a3a;
    padding-top: 24px;
    padding-bottom: 28px;
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
  }
  .start-saving-section,
  .start-saving-section .saving-btn,
  .start-saving-section span {
    transition: all .3s;
  }
  .start-saving-section.floating {
    position: fixed;
    top: 81px;
    width: 100%;
    z-index: 2;
    padding-top: 11px;
    padding-bottom: 15px;
    box-shadow: 0 6px 10px 0 rgba(8, 32, 54, 0.5);
  }
  .start-saving-section.floating span {
    font-size: 18px;
  }
  .start-saving-section.floating .saving-btn {
    padding-top: 6px;
    padding-bottom: 6px;
    font-weight: normal;
  }
  .start-saving-section .saving-btn {
    width: 242px;
    height: 52px;
    border-radius: 8px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    border: solid 3px #ffffff;
    font-size: 16px;
    font-weight: 900;
    color: #ffffff;
    padding: 14px 22px;
    margin-right: 12px;
  }
  .learn-more-section {
    padding-top: 48px;
    padding-bottom: 74px;
  }
  .learn-more-section .arrow {
    left: 49%;
  }
  .learn-more-section .title {
    margin-bottom: 35px;
  }
  .learn-more-section a {
    display: inline;
    margin-right: 12px;
  }
  .canvas-wrapper {
    width: 100%;
  }
}

@media (min-width: 992px) {
  h1 {
    font-size: 48px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 20px;
  }
  .sticky {
    position: fixed;
    width: 100%;
    z-index: 6;
  }
  .sticky + div {
    padding-top: 65px;
  }
  .navbar .sub-nav li {
    font-size: 12px;
  }
  footer .links {
    padding: 0;
    margin-bottom: 40px;
    text-align: left;
  }
  footer .links a {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 50px;
    padding-top: 38px;
    padding-bottom: 38px;
  }
  footer .grid-footer-nav .link-group {
    width: 20%;
    padding-right: 15px;
    float: left;
  }
  footer .grid-footer-nav .link-group .title-container {
    padding-left: 0;
    background-color: transparent;
  }
  footer .grid-footer-nav .link-group .links-container ul {
    list-style: none;
  }
  footer .grid-footer-nav .link-group .links-container ul li {
    padding-left: 0;
  }
  footer .grid-footer-nav .link-group .custom {
    margin-top: 71px;
  }
  .pre-approved-logo img {
    height: 60px;
  }
  .learn-more-section a {
    margin-right: 10px;
  }
}

@media (min-width: 1200px) {
  header .navbar-nav {
    float: right !important;
    margin: 0;
  }
  header .navbar-header {
    float: left;
  }
  header .navbar-toggle {
    display: none;
  }
  header .navbar-collapse {
    border-top: 0;
    box-shadow: none;
  }
  header .navbar-collapse.collapse {
    display: block !important;
  }
  header .navbar-nav > li {
    float: left;
  }
  header .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 400;
  }
  header .navbar-nav > li > a:hover {
    font-weight: 600;
    text-decoration: none;
  }
  header .navbar-nav > li > a::after {
    display: block;
    content: attr(title);
    font-weight: bold;
    height: 0;
    overflow: hidden;
    visibility: hidden;
  }
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  50% {
    transform: translateY(10%);
  }
  100% {
    transform: translateY(0%);
  }
}

.equity-img {
  max-width: 110px !important;
  width: 110px;
}

.about-slides {
  display: none;
}
