/*
1. Global Classes
1a. Typography
2. Header
3. Nav
4. Banner
5. Content-about
6. Testimonial
7. Testimonials
8. Three-step-horizontal
9. Offer-section
10. Features-section
12. Benefits
13. Cta-section
14. Lpvideo-container
15. Sell-house-form
16. Featured-section
17. Lp-video-container
18. Three-icons
19. Contact-me
20. Faq-section
21. gift
22. How-section
23. Investors
24. Reasons-for-selling
25. Private-money
26. Resources
27. Page-heading
28. P-content
29. Text-8-img-4
30. Text-9-img-3
31. Home Sale Cost Calculator
32. More Info Form
33. Footer
34. Blog



*/
/***********************************************************************************************************************
  Global Classes
  *******************************************************************************************************************/

@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700);
@import url(//shared.leadpropeller.com/css/font-awesome.min.css);
body {
    margin: 0;
    color: #707070;
    overflow-x: hidden;
    font-weight: normal;
    background-color: #333946;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased !important;
    font: 18px/24px 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.lpeditable.lphiding {
    display: none;
}
section {
    padding: 60px 0 60px;
    background: white;
}
.section-title {
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}
.form-group {
    margin: 0;
    padding: 0;
}
.error {
    top: 0;
    z-index: 2;
    float: right;
    color: #20232b;
    position: relative;
    margin: -69px 15px 0 0;
}
:-webkit-ui-invalid:not(output) {
    box-shadow: none;
}
:-moz-ui-invalid:not(output) {
    box-shadow: none;
}
:-ms-ui-invalid:not(output) {
    box-shadow: none;
}
:-o-ui-invalid:not(output) {
    box-shadow: none;
}
ui-invalid:not(output) {
    box-shadow: none;
}
.alert-nesto {
    color: #ffffff;
    background-color: #e4545b;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.fa-lock {
    margin: 0 5px 0 0;
}

#contact-section .alert.alert-nesto {
    margin-bottom: 30px;
}
.contact-me img {display:none;}
#contact-section .alert {
    -webkit-border: none;
    -moz-border: none;
    -o-border: none;
    border: none;
}
.sellerror {
    top: 0;
    z-index: 2;
    float: right;
    color: #20232b;
    position: relative;
    margin: -47px 15px 0 0;
}
iframe {
    max-width:100%;
}
.btn {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.form-horizontal {
    max-width: 650px;
    margin: 0 auto;
}
.label-lg {
    font-size: 16px;
    font-weight: bold;
    color: #444;
    line-height: 35px;
    /*text-align: right;*/

    height: 35px;
}
.label-wrap {
    line-height: 18px;
    height: 36px;
}
.form-group {
    margin-bottom: 5px;
}
#short-form .has-error {
    border: none !important;
}

.lp-accent-color {
    background-color: #333946;
    position: relative;
}
.push-down {
    margin-top: 100px;
}
.button {
    -webkit-font-smoothing: antialiased;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    padding: 13px 32px;
    font-weight: 600;
    font-size: 20px;
    color: #fff !important;
    text-shadow: rgba(0, 0, 0, 0.2) 0 -1px 0;
    border: 0px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 1px 2px, inset rgba(255, 255, 255, 0.88) 0px 1px 3px -1px;
    background-color: #4589E3;
    transition: all 0.2s linear;
}
.added-section {
    padding: 30px 0;
    background-color: #ffffff;
}
#home-section {
    padding-left: 1px;
}
.added-section h2 {
    padding-bottom: 30px;
    font-size: 40px;
}
.added-section blockquote.testimonial {
    margin: 40px auto;
    width: 80%;
    color: #ffffff;
    background-color: #5470A0;
}
.added-section blockquote.testimonial .quoted {
    padding-left: 10%;
}
.small-section-title {
    margin-bottom: 50px;
    font-size: 25px;
}
button {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #20232b;
}
button:focus,
button:active:focus,
button.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
button:hover,
button:focus {
    color: #333;
    text-decoration: none;
    background-color: #abbac3;
}
button:active,
button.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
button.disabled,
button[disabled],
fieldset[disabled] button {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}
.list-none {
    list-style-type: none;
}
form.custom-built-form input,
form.custom-built-form select {
    margin-bottom: 0;
}
form.custom-built-form .form-group {
    margin-bottom: 15px;
}
.custom-error-message {
    color: #ff0000;
}
.main-section,
.grey-section,
.white-section {
    /*padding: 0;*/

    width: 100%;
    display: block;
    margin: 0 auto;
    /*overflow: hidden;*/

    position: relative;
}
.grey-section {
    background-color: #f7f7f7;
}
.grey-section h6 {
    color: #e4545b;
}
section.wide.highlighted-text {
    height: 120px;
    padding-top: 40px !important;
}
.arrow-block {
    display: none;
}
.separator {
    width: 100%;
    height: 3px;
    display: none;
    position: relative;
    margin: 20px auto 15px;
}
/***********************************************************************************************************************
  Typography
  *******************************************************************************************************************/

a {
    color: #e4545b;
}
a,
a > * {
    outline: none;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a:focus,
a:hover {
    outline: none;
    color: #333946;
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    color: black;
    line-height: 1.2;
    font-weight: normal;
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
h1 {
    font-size: 30px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 12px;
}
p {
    margin: 0 0 10px;
}
b,
strong {
    font-weight: 700;
}
.features-section h2, .cta-section h2 {
    text-transform: uppercase;
}
::selection {
    color: #ffffff;
    text-shadow: none;
    background-color: #20232b;
}
::-webkit-selection {
    color: #ffffff;
    text-shadow: none;
    background-color: #20232b;
}
::-moz-selection {
    color: #ffffff;
    text-shadow: none;
    background-color: #20232b;
}
.lp-text-color {
    color: #20232b;
}
a.button:hover {
    text-decoration: none;
}
.main {
    color: #1d2225;
    font-size: 22px;
}
.main>a {
    color: #9099AD;
}
.main>a:hover {
    color: #e4545b;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
    padding-top: 20px;
    padding-bottom: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.h2 {
    text-align: center;
    background: white;
    margin-bottom: 0px;
}
.h2 h2 {
    color: black;
}
i {
    font-size: 12px;
}
section.h2 {
    padding: 0px;
}
.dark-red {
    color: #8b0000;
}
h2, .phone-cta span {
    font-weight: 700;
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom:50px;
}
/***********************************************************************************************************************
  header section
  *******************************************************************************************************************/

header {
    background-color: #ffffff;
    overflow: hidden;
}
header #logo {
    padding-top: 1.5%;
    padding-bottom: 1.5%;
    text-align: center;
}
header #top-bbb {
    padding-top: 2.3%;
    padding-bottom: 1.5%;
}
header #top-bbb img {
    max-height:50px;
}
header #logo img {
    width: 100%;
}
header #callus {
    padding-top: 1.5%;
    padding-bottom: 1.5%;
    text-align: left;
    font-size: 30px;
    font-weight: 900;
    color: #000000;
    width:250px;
    float: right;
}
.rocket-header {
    display: none;
}
#callus:after {
    top: 20%;
    left: -20%;
    width: 50px;
    height: 100%;
    color: #e4545b;
    font-size: 50px;
    content: '\f095';
    text-align: right;
    line-height: 62px;
    position: absolute;
    font-family: 'FontAwesome';
}
/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {}
/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {}
/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {

    header #callus {
        text-align: center;
        margin:auto;
        float: none;
    }
    header #logo img {
        width: 60%;
        max-width: 250px;
    }
}
/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {}
/***********************************************************************************************************************
  nav section
  *******************************************************************************************************************/
.lpcontainer .navbar {
    margin-bottom: 0;
    background: #20232b;
    -webkit-border: 0;
    -moz-border: 0;
    -o-border: 0;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.lpcontainer .navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
    margin-left: 0;
}
.lpcontainer .navbar-brand {
    padding: 15px;
    height: 40px;
}
.lpcontainer .navbar-nav > li > a {
    padding: 10px;
    color: #ffffff;
    font-size: 15px;
    letter-spacing: 1px;
}
.lpcontainer .navbar-nav > li > a:hover {
    font-size: 15px;
}
.lpcontainer .navbar-nav > li {
    /*margin-left: 10px;*/
    position: relative;
}
.lpcontainer .navbar-nav > li:first-child {
    margin-left: 0;
}
.lpcontainer .nav > li > a:hover,
.nav > li > a:focus, .navbar-nav>.active>a {
    background-color: transparent !important;
}
.lpcontainer .navbar-nav > li:hover,
.navbar-nav > li.active {
    color: #ffffff;
    background-color: #333946;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.lpcontainer .navbar-header a {
    color: #ffffff;
    font-size: 30px;
    line-height: 40px;
}
.lpcontainer .navbar-header a:hover {
    color: #ffffff;
}
a.pull-left.navbar-brand-logo img.lpeditable {
    width: 200px;
    height: 50px;
}
ul.dropdown-menu li:first-of-type {
    color: black;
}
ul.dropdown-menu li p {
    padding: 3px 20px;
}
/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {
    .navbar-header {
        float: none;
        text-align: center;
    }
    .navbar-brand,
    .nav.navbar-nav.navbar-right {
        float: none;
        margin: 0 auto;
        text-align: center;
    }
    .navbar-nav > li {
        float: none;
        display: inline-block;
    }
}
/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {}
/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
    .navbar-toggle {
        color: #ffffff;
        padding: 7px 10px;
        -webkit-border: 1px solid #ffffff;
        -moz-border: 1px solid #ffffff;
        -o-border: 1px solid #ffffff;
        border: 1px solid #ffffff;
    }
    div.navbar-collapse ul li {width:100%;}
    .navbar-nav {
        margin-top: 27px;
    }
    .navbar-collapse {
        -webkit-border: 0;
        -moz-border: 0;
        -o-border: 0;
        border: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
    }
    .navbar-nav > li {
        text-align: center;
        margin: 0 auto 10px;
    }
    .navbar-nav > li:last-child {
        margin: 0;
    }
    nav div.container.reversed {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
    }
    .navbar-header.reversed {
        order: 2;
        /*margin-left: 100px !important;*/
    }
    .navbar-collapse.reversed {
        order: 1;
    }
}
/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {
    .navbar-header a {
        font-size: 24px;
    }
}
/***********************************************************************************************************************
  banner section
  *******************************************************************************************************************/
section.banner button {
    margin-top: 5px;
}
.hero-content-text li.lpeditable {
    color: #ffffff;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    text-align: left;
}
.hero-content-text h4 {
    color: #ffffff;
    font-weight: 600;
    line-height: 30px;
    font-size: 26px;
}
.hero-content-text .call-now {
    padding: 3px 8px;
    margin: 0 auto 5px auto;
    background: rgba(0, 0, 0, 0.15);
}
.hero-content-text {
    max-width: 500px;
    padding: 10px 10px 10px 10px;
    margin: auto;
    background: rgba(0, 0, 0, 0.45);
    color:white;
}
.banner .target-city {
    color: #e4545b;
    font-weight: 700;
}
section.banner div.banner-sub-container {
    display: flex;
    padding: 15px;
}
.banner-container {
    background: rgba(0,0,0,.5);
    padding: 50px 0 50px;
}
#short-form label {
    color: white;
}
.hero-content-form {
    margin: 0 0 0 auto;
    max-width:500px;
    padding-left: 10px;
}
#short-form {
    max-width: 400px;
    margin: 0 auto;
    padding: 10px;
    min-width:350px;
    background: rgba(0,0,0,.45);
    border: solid white 1px;
}
#short-form h3 {
    color: #ffffff;
    padding-bottom: 10px;
    padding-top: 0px;
    font-size: 30px;
    text-align:center;
}
#short-form input {
    background: rgba(0,0,0,.1);
    border: solid white 2px;
    color: white;
}
#short-form label {
    text-align: left;
}
.home-image-style2 {
    display: none;
}
.bg {
    padding-top: 80px;
    background: rgba(0, 0, 0, .4);
    height: 100%;
}
.hero-text h1,
.hero-text p {
    color: white;
    font-size: 45px;
    margin-bottom: 10px;
    line-height: 1.2;
}
.hero-text p {
    font-size: 30px;
}
.hero-text {
    margin-bottom: 40px;
    text-align: center;
}
.banner {
    background-image: url(//shared.leadpropeller.com/images/defaults/background14.jpg);
    background-size: cover;
    height: auto;
    background-attachment: fixed;
    padding-top: 0px;
    padding-bottom: 0px;
}
.testimonials-block-container {
    display: none;
}
.arrow-block {
    display: none;
}
.testimonials-block-container {
    width: 100%;
    z-index: 10;
    display: block;
    position: relative;
    margin: 7px auto 30px;
}
.testimonials-block-container .testimonials-block-header {
    width: 90%;
    display: block;
    margin: 0 auto;
    margin-left: 0px;
    color: #121212;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    border-radius: 4px;
    position: relative;
    padding: 15px 20px;
    letter-spacing: 2px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    font-family: 'j.d.regular', Helvetica, sans-serif, serif;
}
.testimonials-block-container .testimonials-block-footer {
    width: 100%;
    display: block;
    text-align: left;
    overflow: hidden;
    padding-left: 15px;
    position: relative;
    margin: 15px auto 0;
}
.testimonials-block-container .testimonials-block-header:after {
    z-index: 2;
    margin-left: 1px;
    margin-top: -2px;
    border-top: 20px solid #ffffff;
}
.testimonials-block-container .testimonials-block-header:after,
.testimonials-block-container .testimonials-block-header:before {
    width: 0;
    height: 0;
    top: 100%;
    content: '';
    left: 110px;
    position: absolute;
    border-right: 20px solid transparent;
}
.banner .testimonials-block-header {
    display: none;
}
@media only screen and (max-width: 768px) {
    .hero-content-form {
        margin: 0 auto;
    }
}
/***********************************************************************************************************************
  content-about section
  *******************************************************************************************************************/

.content-about {
    background: white;
    position: relative;
}
.content-about::after {
    left: 50%;
    top: -32px;
    width: 60px;
    height: 60px;
    color: #20232b;
    font-size: 24px;
    content: '\f0f2';
    line-height: 54px;
    text-align: center;
    position: absolute;
    margin-left: -30px;
    background-color: #ffffff;
    font-family: 'FontAwesome';
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-border: 4px solid #20232b;
    -moz-border: 4px solid #20232b;
    -o-border: 4px solid #20232b;
    border: 4px solid #20232b;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/***********************************************************************************************************************
  testimonial section
  *******************************************************************************************************************/

.testimonial {
    margin: 0;
    padding: 100px 0;
    position: relative;
    -webkit-border-top: 4px solid #20232b;
    -moz-border-top: 4px solid #20232b;
    -o-border-top: 4px solid #20232b;
    border-top: 4px solid #20232b;
    background: #333946;
}
.testimonial::after {
    left: 50%;
    top: -32px;
    width: 60px;
    height: 60px;
    color: #20232b;
    font-size: 26px;
    content: '\f10e';
    line-height: 56px;
    text-align: center;
    position: absolute;
    margin-left: -30px;
    background-color: #ffffff;
    font-family: 'FontAwesome';
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-border: 4px solid #20232b;
    -moz-border: 4px solid #20232b;
    -o-border: 4px solid #20232b;
    border: 4px solid #20232b;
}
.testimonial blockquote {
    padding: 30px;
    font-size: 20px;
    line-height: 30px;
    position: relative;
    text-align: center;
    border-left: solid white 0px;
    color: white;
}
.testimonial blockquote::before {
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    color: #e4545b;
    font-size: 24px;
    content: '\f10e';
    line-height: 24px;
    position: absolute;
    text-align: center;
    font-family: 'FontAwesome';
}
.testimonial blockquote::after {
    left: 0;
    width: 24px;
    height: 24px;
    color: #e4545b;
    font-size: 24px;
    content: '\f10d';
    line-height: 24px;
    position: absolute;
    text-align: center;
    font-family: 'FontAwesome';
}
.testimonial span {
    width: auto;
    color: #e4545b;
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    margin-top: 40px;
}
/***********************************************************************************************************************
    testimonials section
    *******************************************************************************************************************/

.ratings img {
    margin-bottom: 15px;
}

.client img {
    width: 50px;
}
/***********************************************************************************************************************
  three-step-horizontal section
  *******************************************************************************************************************/

.three-step-horizontal {
    text-align: center;
    background: white;
    position: relative;
}
.three-step-horizontal::after {
    left: 50%;
    top: -32px;
    width: 60px;
    height: 60px;
    color: #20232b;
    font-size: 28px;
    content: '\f015';
    line-height: 54px;
    text-align: center;
    position: absolute;
    margin-left: -30px;
    background-color: #ffffff;
    font-family: 'FontAwesome';
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-border: 4px solid #20232b;
    -moz-border: 4px solid #20232b;
    -o-border: 4px solid #20232b;
    border: 4px solid #20232b;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.three-step-horizontal h3 {
    margin-top: 30px;
}
/***********************************************************************************************************************
  offer-section section
  *******************************************************************************************************************/
section.offer-section h3 {
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
    color: white;
}
section.offer-section {
    background: #333946;
    color: white;
}
section.offer-section h6{
    color: white;
}
section.offer-section .title-block-container h3 {
    margin-bottom: 15px;
}
.content-block-container img {
    width: 100%;
    display: block;
    border-radius: 4px;
    margin: 0 auto 20px;
    height: 205px;
}
.title-block-container {
    width: 100%;
    z-index: 10;
    display: block;
    font-size: 18px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}
.title-block-container *:last-child {
    margin-bottom: 15px;
}
section.offer-section:after {
    left: 50%;
    top: -32px;
    width: 60px;
    height: 60px;
    color: #20232b;
    font-size: 26px;
    content: '\f007';
    line-height: 54px;
    text-align: center;
    position: absolute;
    margin-left: -30px;
    background-color: #ffffff;
    font-family: 'FontAwesome';
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-border: 4px solid #20232b;
    -moz-border: 4px solid #20232b;
    -o-border: 4px solid #20232b;
    border: 4px solid #20232b;
}
/***********************************************************************************************************************
  features-section section
  *******************************************************************************************************************/

.features-section .content-block-container {
    margin-top: 50px;
}
.features-section .content-block-container p {
    font-size: 14px;
}
.features .col-sm-5 {
    margin-bottom: 30px;
}
.features-section::after {
    left: 50%;
    top: -32px;
    width: 60px;
    height: 60px;
    color: #20232b;
    font-size: 24px;
    content: '\f128';
    line-height: 54px;
    text-align: center;
    position: absolute;
    margin-left: -30px;
    background-color: #ffffff;
    font-family: 'FontAwesome';
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-border: 4px solid #20232b;
    -moz-border: 4px solid #20232b;
    -o-border: 4px solid #20232b;
    border: 4px solid #20232b;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/***********************************************************************************************************************
  benefits section
  *******************************************************************************************************************/

.benefits .features .number {
    float: left;
    width: 50px;
    height: 50px;
    color: #ffffff;
    font-size: 24px;
    line-height: 38px;
    text-align: center;
    position: relative;
    margin-right: 30px;
    display: inline-block;
    background-color: #333946;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-border: 6px solid #e4545b;
    -moz-border: 6px solid #e4545b;
    -o-border: 6px solid #e4545b;
    border: 6px solid #e4545b;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.benefits .features p:before {
    top: 0;
    width: 6px;
    left: 64px;
    content: '';
    height: 50px;
    position: absolute;
    background-color: #e4545b;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.benefits {
    margin: 0;
    padding: 100px 0;
    position: relative;
    -webkit-border-top: 4px solid #20232b;
    -moz-border-top: 4px solid #20232b;
    -o-border-top: 4px solid #20232b;
    border-top: 4px solid #20232b;
    color: white !important;
    background-color: #333946;
}
.benefits p,
.benefits h2 {
    color: white;
}
.benefits h1 {
    font-size: 40px;
}
.benefits p {
    font-size: 18px;
}
.benefits:after {
    left: 50%;
    top: -32px;
    width: 60px;
    height: 60px;
    color: #20232b;
    font-size: 30px;
    content: '\f091';
    line-height: 56px;
    text-align: center;
    position: absolute;
    margin-left: -30px;
    background-color: #ffffff;
    font-family: 'FontAwesome';
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-border: 4px solid #20232b;
    -moz-border: 4px solid #20232b;
    -o-border: 4px solid #20232b;
    border: 4px solid #20232b;
    z-index: 999;
}
.benefits span.fa-smile-o {
    display: none;
}
.benefits div.col-sm-5:hover > div.number {
    color: #e4545b;
    border: 6px solid white;
}
.benefits div.col-sm-5:hover > p::before {
    background-color: white;
}
/***********************************************************************************************************************
  cta-section section
  *******************************************************************************************************************/

.cta-section, .phone-cta {
    height: auto;
    padding:60px 0 60px;
    background: #333946;
    color: white;
    text-align: center;
}
.cta-section h2 {
    color: white !important;
}
.cta-section a {
    margin-top: 20px;
    max-width:250px;
}
.cta-section::after {
    left: 50%;
    top: -32px;
    width: 60px;
    height: 60px;
    color: #20232b;
    font-size: 24px;
    content: '\f155';
    line-height: 54px;
    text-align: center;
    position: absolute;
    margin-left: -30px;
    background-color: #ffffff;
    font-family: 'FontAwesome';
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-border: 4px solid #20232b;
    -moz-border: 4px solid #20232b;
    -o-border: 4px solid #20232b;
    border: 4px solid #20232b;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/***********************************************************************************************************************
  lpvideo-container section
  *******************************************************************************************************************/

.lpvideo-container {
    width: 100%;
    position: relative;
}
.lpvideo-container::after {
    left: 50%;
    top: -32px;
    width: 60px;
    height: 60px;
    color: #20232b;
    font-size: 24px;
    content: '\f03d';
    line-height: 54px;
    text-align: center;
    position: absolute;
    margin-left: -30px;
    background-color: #ffffff;
    font-family: 'FontAwesome';
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-border: 4px solid #20232b;
    -moz-border: 4px solid #20232b;
    -o-border: 4px solid #20232b;
    border: 4px solid #20232b;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/***********************************************************************************************************************
  sell-house-form section
  *******************************************************************************************************************/

.sell-form-h2 h2 {
    font-weight: 700;
    text-transform: uppercase;
}
.sell-house-form {
    background: white;
    margin-top: 0px;
    position: relative;
}
.sell-house-form label {
    margin-bottom: 5px;
    margin-top: 15px;
    font-size: 18px;
    font-weight: 300;
}
.sell-house-form input:hover {
    border: 2px solid #e4545b;
}
.sell-house-form .form-horizontal {
    width: 65%;
    margin: auto;
    text-align: center;
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .sell-house-form .form-horizontal {
        width:80%;
    }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .sell-house-form .form-horizontal {
        width:100%;
    }
}
.sell-house-form button {
    background-color: #20232b !important;
}
/*.form-horizontal .col-sm-7 {width:100%;}*/

.form-horizontal {
    margin-bottom: 15px;
}
.sell-form-h2 {
    background: white;
}
.sell-form-h2 {
    margin-bottom: 0px;
}
/*.sell-house-form .col-sm-7 {margin-left: 0px;}*/

.sell-house-form label {
    text-align: left;
}
.sell-house-form input {
    border: solid black 2px;
}
.sell-house-form button {
    background: #4589E3;
    margin-top: 20px;
}
section.sell-house-form:after,
section.contact-me::after {
    left: 50%;
    top: -32px;
    width: 60px;
    height: 60px;
    color: #20232b;
    font-size: 24px;
    content: '\f0e0';
    line-height: 54px;
    text-align: center;
    position: absolute;
    margin-left: -30px;
    background-color: #ffffff;
    font-family: 'FontAwesome';
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-border: 4px solid #20232b;
    -moz-border: 4px solid #20232b;
    -o-border: 4px solid #20232b;
    border: 4px solid #20232b;
}
/***********************************************************************************************************************
  featured-section section
  *******************************************************************************************************************/
/***********************************************************************************************************************
  lp-video-container section
  *******************************************************************************************************************/

section.lpvideo-container div.lpvideo .sub1 {
    max-width: 560px;
    margin: 0 auto;
    padding: 5px;
}
section.lpvideo-container div.lpvideo .sub2 {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}
section.lpvideo-container .lpvideo {
    text-align:center;
}
/***********************************************************************************************************************
  three-icons section
  *******************************************************************************************************************/
/***********************************************************************************************************************
  contact-me section
  *******************************************************************************************************************/

.contact-me {
    position: relative;
}
.contact-me button {
    background: #20232b;
    margin: 10px 0 10px 0;
}
.contact-me input, .contact-me textarea {
    border: 2px solid #20232b;
}
.contact-me form {max-width: 100%;}
.contact-me form .form-group {width:49.5%;display: inline-block; margin:auto}
.contact-me form .form-group .col-xs-12 {padding: 0;}
@media screen and (max-width: 768px) {
    .contact-me form .form-group {width:100%;}
}
/***********************************************************************************************************************
  faq-section section
  *******************************************************************************************************************/

.faq-section {
    background-color: #ffffff;
}
.faq-section {
    margin: 0;
    padding: 100px 0;
    position: relative;
    -webkit-border-top: 4px solid #20232b;
    -moz-border-top: 4px solid #20232b;
    -o-border-top: 4px solid #20232b;
    border-top: 4px solid #20232b;
}
.faq-section:after {
    left: 50%;
    top: -32px;
    width: 60px;
    height: 60px;
    color: #20232b;
    font-size: 26px;
    content: '\f128';
    line-height: 56px;
    text-align: center;
    position: absolute;
    margin-left: -30px;
    background-color: #ffffff;
    font-family: 'FontAwesome';
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-border: 4px solid #20232b;
    -moz-border: 4px solid #20232b;
    -o-border: 4px solid #20232b;
    border: 4px solid #20232b;
}
.faq {
    padding: 34px;
    font-size: 20px;
    line-height: 30px;
    position: relative;
    margin-bottom: 30px;
    -webkit-border-radius: 60px 0;
    -moz-border-radius: 60px 0;
    -o-border-radius: 60px 0;
    border-radius: 60px 0;
    -webkit-border: 4px solid #20232b;
    -moz-border: 4px solid #20232b;
    -o-border: 4px solid #20232b;
    border: 4px solid #20232b;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.faq {
    padding: 34px;
    padding-top: 34px;
    padding-right: 34px;
    padding-bottom: 34px;
    padding-left: 34px;
    font-size: 20px;
    line-height: 30px;
    position: relative;
    margin-bottom: 30px;
    -webkit-border-radius: 60px 0;
    -moz-border-radius: 60px 0;
    -o-border-radius: 60px 0;
    border-radius: 60px 0;
    -webkit-border: 4px solid #20232b;
    -moz-border: 4px solid #20232b;
    -o-border: 4px solid #20232b;
    border: 4px solid #20232b;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.faq:nth-child(odd) {
    color: #ffffff;
    background-color: #333946;
}
.faq:nth-child(odd) .testimonials-author span:last-child {
    color: #ffffff;
}
.faq:nth-child(odd) .testimonials-author span:first-child:after {
    color: #ffffff;
}
.faq:hover {
    -webkit-box-shadow: 4px 4px 4px #888888;
    -moz-box-shadow: 4px 4px 4px #888888;
    -o-box-shadow: 4px 4px 4px #888888;
    box-shadow: 4px 4px 4px #888888;
}
.contemp-faq {
    display: none;
}
.faq:nth-child(odd) {
    color: #ffffff;
    background-color: #333946;
}
/***********************************************************************************************************************
  gift section
  *******************************************************************************************************************/
#giftform button {
    background: #20232b;
}
/***********************************************************************************************************************
  how-section section
  *******************************************************************************************************************/

.how-step {
    width: 300px;
    height: 300px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.how-section .row {
    margin-bottom: 50px;
}
#how-step-1::before {
    background: #333946;
    border-radius: 50%;
    content: '1';
    color: white;
    left: 50%;
    margin-left: -30px;
    padding: 12px;
    border: solid 5px #333946;
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 25px;
    position: absolute;
    display: block;
    vertical-align: middle;
    margin-top: -145px;
    -webkit-transition-duration: .5s;
    /* Safari */

    transition-duration: .5s;
}
#how-step-2::before {
    background: #333946;
    border-radius: 50%;
    content: '2';
    color: white;
    left: 50%;
    margin-left: -30px;
    padding: 12px;
    width: 60px;
    height: 60px;
    border: solid 5px #333946;
    text-align: center;
    font-size: 25px;
    position: absolute;
    display: block;
    vertical-align: middle;
    margin-top: -145px;
    -webkit-transition-duration: .5s;
    /* Safari */

    transition-duration: .5s;
}
#how-step-3::before {
    background: #333946;
    border-radius: 50%;
    content: '3';
    color: white;
    left: 50%;
    margin-left: -30px;
    padding: 12px;
    border: solid 5px #333946;
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 25px;
    position: absolute;
    display: block;
    vertical-align: middle;
    margin-top: -145px;
    -webkit-transition-duration: .5s;
    /* Safari */

    transition-duration: .5s;
}
.how-section p {
    margin-bottom: 100px;
}
.how-section {
    padding-top: 100px !important;
}
#how-step-1:hover::before {
    background-color: #e4545b;
}
#how-step-2:hover::before {
    background-color: #e4545b;
}
#how-step-3:hover::before {
    background-color: #e4545b;
}
.how-section img {
    display: none;
}
/***********************************************************************************************************************
  investors section
  *******************************************************************************************************************/
#investorform label {
    text-align: right;
}
#investorform button {
    margin-left: 52%;
    width: 48%;
    background: #20232b;
}
/***********************************************************************************************************************
  reasons-for-selling section
  *******************************************************************************************************************/
/***********************************************************************************************************************
  private-money section
  *******************************************************************************************************************/

#privatemoneyform button {
    font-size: 25px;
    padding: 10px 0;
}
/***********************************************************************************************************************
  resources section
  *******************************************************************************************************************/
/***********************************************************************************************************************
  page-heading section
  *******************************************************************************************************************/

.highlighted-text,
.page-heading {
    /*background: #2c3e50;*/

    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    color: #7f8c8d;
    font-family: ProximaNova, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #ffffff;
    font-weight: 300;
    -webkit-transition: 0.25s color, 0.25s background-color;
    -moz-transition: 0.25s color, 0.25s background-color;
    -o-transition: 0.25s color, 0.25s background-color;
    transition: 0.25s color, 0.25s background-color;
    margin-top: 0px;
}
.page-heading h1,
.page-heading h4 {
    color: white;
    font-weight: 500;
    font-size: 44px;
}
.page-heading h4 {
    font-size: 24px;
}
section.phone-cta:after {
    left: 50%;
    top: -32px;
    width: 60px;
    height: 60px;
    color: #20232b;
    font-size: 26px;
    content: '\f095';
    line-height: 56px;
    text-align: center;
    position: absolute;
    margin-left: -30px;
    background-color: #ffffff;
    font-family: 'FontAwesome';
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-border: 4px solid #20232b;
    -moz-border: 4px solid #20232b;
    -o-border: 4px solid #20232b;
    border: 4px solid #20232b;
}
.phone-cta a {
    color: white;
}
.phone-cta a:hover,
.phone-cta a:active {
    color: #e4545b;
}
/***********************************************************************************************************************
  p-content section
  *******************************************************************************************************************/
/***********************************************************************************************************************
  text-8-img-4 section
  *******************************************************************************************************************/
/***********************************************************************************************************************
  text-9-img-3 section
  *******************************************************************************************************************/
/***********************************************************************************************************************
  Home Sale Cost Calculator
  *******************************************************************************************************************/

section.home-sale-cost #escrowed {
    display: none;
}
/***********************************************************************************************************************
  More Info Form
  *******************************************************************************************************************/

#moreinfoform label {
    width: 100%;
    font-weight: normal;
}
#moreinfoform .col-sm-6 {
    width: 100%;
}
/***********************************************************************************************************************
  footer section
  *******************************************************************************************************************/

footer .copyright-span,
footer .privacy-span,
footer .investors-span,
footer .powered-by-external{
    display:none;
}
footer div.bbb-logo-block-container {
    text-align:center;
}
footer div.bbb-logo-block-container img {
    max-height: 50px;
}

footer {
    background-color: #20232b;
    color: #ffffff; /* #d4d4d4; */
    font-weight: 400;
    padding-top: 20px;
    text-align: center;
}
footer .footer-links-wrapper {
    margin-bottom: 15px;
}
footer a,
footer a:visited {
    color: #fff;
}
footer a:active,
footer a:focus,
footer a:hover {
    background-color: transparent;
    color: #8993a2;
    text-decoration: none;
}

footer .footer-headline {
    margin-bottom: 20px;
}
footer .footer-headline h3 {
    margin-top: 15px;
    color: #e4545b;
}
footer .copyright a, footer .powered-by a {
    color: #e4545b;
}
footer .social-icons ul {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
    list-style: none;
    text-align: center;
}
footer .social-icons ul li {
    padding: 0;
    margin: 0 5px 10px;
    display: inline-block;
}
footer .social-icons ul li a {
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    display: block;
    color: #ffffff;
    width: 30px;
}
footer .social-icons ul li a:hover { background-color: gray; }
footer .social-icons ul li a i { line-height: 30px; }

footer .footer-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
footer .footer-links ul li {
    margin: 0 20px;
    display: inline-block;
    position: relative;
}
footer .footer-links ul li ul{
    margin-left: -100px;
}
footer .footer-links ul.footer-nav-bar {
    width: 100%;
    margin-bottom: 30px;
}
footer .footer-links {
    text-align:center;
    margin-top: 15px;
}

footer .copyright {
    padding: 10px;
    margin-top: 30px;
    font-size: 14px;
}
footer .copyright > span,
footer .copyright > a {
    float: left;
}
footer .copyright-statement {
    margin-right: 10px;
    font-weight: 100;
}
footer > div.copyright.lpeditable > div > span:nth-child(1),
footer > div.copyright.lpeditable > div > a:nth-child(2) {
    float:left;
}
footer .powered-by {
    float: right;
}

footer .dropdown-menu > li > a,
footer .dropdown-menu > li > a:visited {
    color: #8993a2;
}

footer .dropdown-menu > li > a:hover,
footer .dropdown-menu > li > a:active,
footer .dropdown-menu > li > a:focus {
    background: lightgray;
    color: #8993a2;
}
footer .dropdown-menu > li > p {color:black;font-weight:500;}
footer .nav .open>a,
footer .nav .open>a:hover,
footer .nav .open>a:focus {
    background-color: transparent;
}

@media only screen and (max-width : 979px) {
    footer .copyright {font-size: 12px;}
    footer .powered-by {float: none;display: block;}
    footer > div.copyright.lpeditable > div > span:nth-child(1),
    footer > div.copyright.lpeditable > div > a:nth-child(2) {
        float: none;
    }
    footer .footer-headline h3 {
        margin-top: 50px;
        margin-bottom:-15px;
    }
}

@media only screen and (max-width : 767px) {
    footer {padding-bottom: 100px;}
    footer .footer-links {padding-top:10px; margin-top: 10px; margin-bottom:-25px}
    footer .footer-links ul li {display:block;}
    footer .footer-links ul li a {line-height: 40px;}
    footer .footer-links ul li ul {margin-left: 0px;}
    footer .copyright {text-align: center;}
    footer .copyright > span{float: none;}
    footer .powered-by {float: none;display: block;}
    footer .dropdown-menu > li > p {color:white;}
    footer .footer-links ul li {display: block;}
    footer .footer-links {padding-top:50px;}
    footer .footer-links ul li {display:block;}
    footer .footer-links ul li ul{margin-left: 0px;}
    footer .footer-links-wrapper {margin-bottom: 0px;}
}


/***********************************************************************************************************************
  Blog
  *******************************************************************************************************************/

.blog_body_selector .lpcontainer {background: rgb(243,243,243);}
.blog_body_selector .single-item, .blog_body_selector .sidebar, .blog_body_selector .blog-single {background:white;padding: 15px;}
.blog_body_selector h3 {font-weight:bold;}
.blog_body_selector h4 {color:#2c3e50; font-weight:bold;}
.blog_body_selector h2, .blog_body_selector h1 {color: #2c3e50; font-weight:bold;}
.blog_body_selector .sidebar a, .recentcomments {color:#e4545b;font-size:16px;}
.blog_body_selector #commentform a {color: #e4545b;}
.blog_body_selector div.meta, .blog_body_selector .meta a {color: #2c3e50 !important;}
.blog_body_selector #submit {background: #e4545b; border: none;}
.blog_body_selector footer {background:#2c3e50;}


/***********************************************************************************************************************
  global media queries
  *******************************************************************************************************************/
/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {}
/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {}
/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
    .hero-content > .col-sm-6 {
        background: rgba(0,
        0,
        0,
        0.15);
        padding-top: 10px;
    }
    #callus::after {display:none;}
    .small-section-title {
        margin-top: 20px;
    }
    .main {
        margin: 20px 0px 10px 10px;
    }
    .phone-cta span {
        font-size: 30px;
    }
    .sub {
        margin: 20px 0px 10px 80px;
    }
    .resource-set {
        margin: 50px;
    }
    .resource-set h3 {
        text-align: center;
        margin-bottom: 10px;
    }
    .form-horizontal {
        width: 100% !important;
    }
    .hero-text h1,
    .hero-text p {
        font-size: 30px;
    }
    h2 {
        font-size: 30px;
    }
    #investorform button {
        margin: 0;
        width: 100%;
    }
    .testimonial {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .button {
        font-size: 20px;
        width: 100%;
    }
    .testimonial {
        padding: 5px 5px 5px 5px;
    }
    .highlighted-text {
        font-size: 20px;
    }
    .hero-content-form {
        padding: 10px 0;
    }
    .how-step {
        width: 250px;
        height: 250px;
    }
    .page-heading h1 {
        font-size: 22px;
    }
    .page-heading h4 {
        font-size: 18px;
    }
    .three-icons {
        margin-top: 0px;
    }
    .form-horizontal h2 {
        text-align: center;
    }
    .private-money {
        margin-top: 0px;
    }
    section.banner div.banner-sub-container {
        display: block;
    }
    #short-form {
        min-width: 100%;
    }
    .img-thumbnail {margin-top: 15px;}
}
/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {
    .lpcontainer .navbar-header a {font-size: 18px; line-height: 15px;}
}
.phone-cta .phone_link::before {content: ''; display: block;}
.form-horizontal .form-group {text-align: left;}

.readmorebtn, .maine-top-header
{
    display: none;
}
#brightdiv, #forbright
{
    display: none;
}
.animated {
    animation-name: none !important;
}