html {
    scroll-behavior: smooth;
}

.mb-only {
    display: none;
}

.inner > section {
    border: none !important;
    padding-top: 3em !important;
    padding-bottom: 3em !important;
}

.inner > section > .row {
    max-width: 100%;
    margin: 0 auto;
}

.hero .row {
    align-items: center;
}

.hero h1 {
    font-size: 59px;
    font-weight: 100;
}

span.orange-bold {
    font-weight: 700;
    color: #F6311B;
}

.button.orange-cta {
    background: #F6311B;
    color: white !important;
    font-family: 'Open Sans';
}

.button.orange-cta:hover,
.button.orange-cta:active,
.button.orange-cta:focus {
    background: white;
    color: #f6311b !important;
}

#main section:not(#lead-form) h2 {
    font-size: 45px;
    font-weight: 100;
    line-height: 1.3;
    margin-bottom: 28px;
}

section p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.no-worry ul li {
    font-size: 14px;
    position: relative;
}

.no-worry ul li:before {
    content: '';
    position: absolute;
    left: -10px;
    top: 8px;
    width: 9px;
    height: 9px;
    border-radius: 5px;
    border: 3px solid #f6311b;
}

section a {
    border-style: solid;
}

.no-worry .row {
    align-items: center;
}

section ul {
    margin-bottom: 15px;
}

.no-worry ul {
    list-style: none;
    padding-left: 30px;
}

.col-12-small.col-5.img-right {
    order: 2;
}

#lead-form > div {
    border-radius: 16px;
    padding: 0 !important;
    box-shadow: 4px 4px 6px 0px rgba(146,146,146,0.75);
    -webkit-box-shadow: 4px 4px 6px 0px rgba(146,146,146,0.75);
    -moz-box-shadow: 4px 4px 6px 0px rgba(146,146,146,0.75);
    overflow: hidden;
}

div[class^="LeadForm_leadBox"] {
    border-radius: initial;
    border-left: none;
    margin-bottom: 0;
    box-shadow: none;
}

#lead-form small {
    line-height: 1;
    margin-bottom: 20px;
}

.trust-badges {
    justify-content: center;
    gap: 3em;
    padding: 18px;
    width: 100%;
    margin: 0 auto;
    background: white;
}

section.three-steps h2 {
    text-align: center;
    max-width: 567px;
    margin: 0 auto 50px !important;
}

section.three-steps h4 {
    display: none;
}

section.three-steps .box {
    border-radius: 16px;
    box-shadow: 0 0 20px 0 #00000029;
    -webkit-box-shadow: 0 0 20px 0 #00000029;
    -moz-box-shadow: 0 0 20px 0 #00000029;
    border: none;
    max-width: 305px;
    padding: 65px 35px;
    margin: 0 auto;
}

section.three-steps .box h3 {
    font-weight: 100;
}

section.no-worry,
section#lead-form,
section.helping-people,
section.serve-houston,
section.reviews {
    background: #FEFCFA;
}

#main > div.inner {
    padding: 0;
}

#main > div.inner > * {
    padding-right: 5em;
    padding-left:  5em;
}

#main header#header {
    max-width: calc(100% - 10em);
    margin-right: auto;
    margin-left: auto;
}

section#lead-form {
    padding-top: 0 !important;
}

#main section.helping-people h2 {
    text-align: center;
    margin-bottom: 50px;
}

section.helping-people img {
    border-radius: 56px;
}


.no-worry .content-block {
    padding-right: 25px;
}

.helping-people .content-block {
    padding-left: 50px;
}

.helping-people .row {
    align-items: center;
}

.helping-people .content-block .button.orange-cta {
    margin-top: 15px;
}

section.why-big-state h2 {
    text-align: center;
    max-width: 725px;
    margin: 0 auto 25px !important;
}

section.why-big-state p.subhead {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 50px;
}

.row.five-reasons {
    justify-content: space-between;
}

.row.five-reasons > div {
    display: flex;
    align-items: flex-start;
}

.row.five-reasons > div:nth-child(-n+2) {
    margin-bottom: 25px;
}

.row.five-reasons h3 {
    font-size: 30px;
    color: #f6311b;
    margin: 0 10px 0 0;
    line-height: 1.2;
}

.row.five-reasons > div.best-reason {
    position: relative;
    margin-bottom: 35px;
    z-index: 9;
}

.row.five-reasons > div.best-reason:before {
    content: '';
    position: absolute;
    top: -20px;
    right: -20px;
    bottom: -15px;
    left: -6px;
    background: #FEFCFA;
    z-index: -1;
}

.row.five-reasons > div.best-reason ol {
    margin-bottom: 0;
    font-size: 14px;
    list-style: upper-alpha;
}

section.serve-houston > .row {
    align-items: center;
}

.serve-houston .content-block .button.orange-cta {
    margin-top: 15px;
}

section.map-location > .row {
    align-items: center;
}

span.span-head {
    font-size: 18px;
    font-weight: 900;
    color: #3d4449;
    display: block;
    line-height: 1.2;
}

span.address {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    display: block;
    padding-bottom: 3px;
}

section.reviews h2 {
    text-align: center;
}

section.reviews .img-wrap {
    text-align: center;
    margin-bottom: 27px;
}

section.reviews .content-wrap {
    max-width: 555px;
    margin: 0 auto;
}

section.reviews .content-wrap p.review {
    font-style: italic;
    font-size: 16px;
}

section.reviews .content-wrap p.reviewer {
    font-family: 'Roboto Slab';
    font-size: 18px;
    margin-bottom: 25px;
}

section.reviews .content-wrap p.reviewer span {
    font-weight: 600;
}

section.banner-cta {
    background: #f6311b;
    text-align: center;
}

section.banner-cta h2 {
    color: white;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
}

section.banner-cta h2 span.orange-bold {
    color: white;
}

a.button.white-cta {
    background: white;
    box-shadow: inset 0 0 0 2px white;
    font-family: 'Open Sans';
}

a.button.white-cta:hover,
a.button.white-cta:active,
a.button.white-cta:focus {
    background: #f6311b;
    color: white !important;
}

section.lp-footer p {
    text-align: center;
    margin: 0;
    font-size: 13px;
}

section.lp-footer {
    padding-top: 1.5em !important;
    padding-bottom: 1.5em !important;
}

@media screen and (max-width: 1280px) {
    #main header#header {
        max-width: calc(100% - 8em);
    }

    #main > div.inner > * {
        padding-right: 4em;
        padding-left:  4em;
    }
}

@media screen and (max-width: 980px) {
    .hero .dt-only {
        display: none;
    }
    
    .hero .mb-only {
        display: initial;
    }

    .hero .orange-cta.mb-only {
        display: inline-block;
    }
    
    .hero .row {
        max-width: 550px;
        text-align: center;
        margin-right: auto;
        margin-left: auto;
    }

    .hero .row > div {
        padding: 0;
    }
    
    .hero h1  {
        text-align: center;
        margin-bottom: 0;
    }

    .button.orange-cta,
    .button.white-cta{
        width: 270px;
        font-size: 20px;
        height: 62px;
        line-height: 62px;
        padding: 0;
    }
}

@media screen and (max-width: 736px) {
    .mb-only {
        display: initial;
    }
    
    #main header#header {
        max-width: calc(100% - 4em);
    }

    #main > div.inner > * {
        padding-right: 2em;
        padding-left:  2em;
    }

    section:not(#lead-form) .row > div {
        padding: 0 !important;
    }

    section:not(#lead-form) h2 {
        margin-bottom: 0;
    }

    section.map-location:not(#lead-form) h2,
    section.reviews:not(#lead-form) h2 {
        margin-bottom: 15px;
    }

    .no-worry .img-block,
    .serve-houston .img-block {
        display: none;
    }

    .no-worry h2 + div.mb-only,
    .serve-houston h2 + div.mb-only,
    .map-location .img-block{
        display: block;
        text-align: center;
    }

    .trust-badges img {
        height: 47px !important;
    }

    section.three-steps > .row > .col-12-xsmall {
        width: 100%;
    }

    section.three-steps > .row  {
        gap: 2em;
    }

    #main section.helping-people h2 {
        margin-bottom: 25px;
    }

    .helping-people .img-block {
        text-align: center;
        margin-bottom: 25px;
    }

    .row.five-reasons h3 {
        margin: 20px 10px 0 0;
    }

    .row.five-reasons > div.best-reason:before {
        display: none;
    }

    .serve-houston h2 {
        text-align: center;
    }

    section.banner-cta:not(#lead-form) h2 {
        margin-bottom: 20px;
        line-height: 1.2;
    }
}

@media screen and (max-width: 555px) {
    .hero h1 {
        font-size: 38px;
        line-height: 1.2;
    }
}

@media screen and (max-width: 450px) {
    .button.orange-cta,
    .button.white-cta{
        width: 225px;
        font-size: 17px;
    }
    
    section:not(#lead-form) h2 {
        font-size: 35px;
    }

    .trust-badges {
        gap: 10px;
    }

    .row.five-reasons h3 {
        margin: 60px 10px 0 0;
    }
}

@media screen and (max-width: 350px) {
    .button.orange-cta,
    .button.white-cta{
        width: 100%;
    }
}

/* Dallas/San Antonio Landing Page specific CSS */

section.expert-team,
section.faqs-about-selling{
    font-family: 'Roboto';
}

section.faqs-about-selling{
    background-color: #FEFCFA;
}

section.expert-team > h2,
section.faqs-about-selling > h2,
section.reviews.dallas > h2,
section.cash-dallas h2,
section.serve-dallas h2,
section.dallas-experience h2,
section.helping-dallas h2,
section.three-steps-dallas h2,
section.dallas-no-worry h2,
section.hero.hero-dallas h1,
section.reviews.san-antonio > h2,
section.cash-san-antonio h2,
section.serve-san-antonio h2,
section.san-antonio-experience h2,
section.helping-san-antonio h2,
section.three-steps-san-antonio h2,
section.san-antonio-no-worry h2,
section.hero.hero-san-antonio h1{
    font-weight: bold !important;
    color: #0C283D;
}

section.expert-team > p{
    font-size: 16px;
    color: #0C283D;
    font-weight: lighter;
}

div.bsh-contact-info > p:nth-child(1){
    font-size: 16px;
    color: #0C283D;
    font-weight: bold;
}

div.bsh-contact-info > p{
    margin-bottom: 0;
}

div.expert-profile-pics{
    display: flex;
    flex-wrap: wrap;
    max-width: 814px;
    margin: auto;
}

div.expert-profile-pics > div{
    flex: 0 0 calc(33.33% - 70px);
    margin: 0px 35px 30px 35px; 
}

div.expert-profile-pics > div > p{
    text-align: center;
    font-size: 16px;
    color: #0C283D;
    font-weight: bold;
}

div.bsh-contact-info{
    margin-bottom: 55px;
}

@media(max-width: 767px){

    div.expert-profile-pics > div{
        flex: unset;
        max-width: 220px;
    }

    div.expert-profile-pics{
    justify-content: center;
    }
    
}

/* FAQ Section */

div.faqs-drawers{
    font-size: 16px;
    color: #0C283D;
}

div.faqs-drawers span[role="term"]{
    font-weight: bold;
    cursor: pointer;
    padding: 0 20px 0 50px;
    position: relative;
    display: block;
}

div.faqs-drawers p{
    font-weight: 100;
    margin: 0 20px 25px 50px;
    margin-bottom: 25px;
    height: initial;
}

div.faqs-drawers summary{
    display: block;
    margin-bottom: 11px;
}

div.faqs-drawers summary::-webkit-details-marker {
      display: none;
}

span.chevy-arr{
  margin-right: 30px;
  position: absolute;
  left: 10px;
}

div.faqs-drawers > details{
  margin-bottom: 6px;
  padding-top: 10px;
}

details[open]{
  background-color: #EFEFEF;
}

details > div.summ-def{
  box-sizing: border-box;
   height: 0;
   opacity: 0;
   overflow: hidden;
   border: 2px solid transparent;
   transition: height 400ms ease-out, opacity 400ms ease-out;
}

details[open] > div.summ-def {
  height: auto; /* Let the browser calculate the height */
  opacity: 1;
  transition: height 400ms ease-out, opacity 400ms ease-out;
}

div.faqs-drawers span.chevy-arr > span {
  left: 10px;
  top: 2px;
}

details[open] span.chevy-arr > span {
  rotate: 90deg;
}

/* Others are saying */

section.reviews.dallas > div.img-wrap > span,
section.reviews.san-antonio > div.img-wrap > span{
  max-width: 158px !important;
}

section.reviews.dallas > div.content-wrap > p.review,
section.reviews.san-antonio > div.content-wrap > p.review{
  font-family: Helvetica;
  color: #13283B;
}

section.reviews.dallas > div.content-wrap > p.reviewer,
section.reviews.san-antonio > div.content-wrap > p.reviewer{
  text-align: center;
}

section.reviews.dallas > div.content-wrap > a,
section.reviews.san-antonio > div.content-wrap > a{
  display: block;
  width: 240px;
  margin: auto;
}

/* Cash Dallas/San Antonio Section */

section.cash-dallas p,
section.cash-dallas ul,
section.cash-san-antonio p,
section.cash-san-antonio ul{
    font-size: 16px;
    color: #0C283D;
    font-family: Roboto;
    font-weight: 100;
}

section.cash-dallas p,
section.cash-san-antonio p{
  margin-bottom: 37px;
}

section.cash-dallas ul,
section.cash-san-antonio ul{
    list-style-type: none;
    padding-left: 10px;
}

section.cash-dallas ul > li,
section.cash-san-antonio ul > li{
    position: relative;
    margin-bottom: 33px;
}

section.cash-dallas ul > li:before,
section.cash-san-antonio ul > li:before{
    content: '';
    position: absolute;
    left: -10px;
    top: 8px;
    width: 9px;
    height: 9px;
    border-radius: 5px;
    border: 3px solid #f6311b;
}

section.cash-dallas h2,
section.cash-san-antonio h2{
  margin-bottom: 5px !important;
}

@media(max-width: 736px){

  section.cash-dallas > div,
  section.cash-san-antonio > div{
    flex-direction: column-reverse;
  }

  section.cash-dallas > div > div.img-block,
  section.cash-san-antonio > div > div.img-block{
    margin-bottom: 26px;
  }
  
}

/* Serve Dallas/San Antonio */

section.serve-dallas p,
section.serve-san-antonio p{
  font-family: Roboto;
  font-size: 16px;
  color: #0C283D;
}

section.serve-dallas.img-content > div > div.img-block,
section.serve-san-antonio.img-content > div > div.img-block{
  width: 35%;
}

section.serve-dallas.img-content > div > div.content-block,
section.serve-san-antonio.img-content > div > div.content-block{
  width: 61%;
}

@media(max-width: 736px){

  section.serve-dallas.img-content > div > div.img-block,
  section.serve-san-antonio.img-content > div > div.img-block{
    width: 100%;
  }
  
  section.serve-dallas.img-content > div > div.content-block,
  section.serve-san-antonio.img-content > div > div.content-block{
    width: 100%;
  }

  section.serve-dallas div.mb-only,
  section.serve-san-antonio div.mb-only{
    max-width: 273px;
    margin: auto;
    margin-bottom: 20px;
  }
  
}

/* Dallas/SanAntonio Experience */

section.dallas-experience p,
section.dallas-experience strong,
section.dallas-experience li,
section.san-antonio-experience p,
section.san-antonio-experience strong,
section.san-antonio-experience li{
  font-size: 16px;
  color: #0C283D;
  font-family: Roboto;
}

section.dallas-experience h2,
section.san-antonio-experience h2{
  max-width: 770px !important;
}

/* Helping Dallas/San Antonio */

section.helping-dallas p,
section.helping-dallas strong,
section.helping-san-antonio p,
section.helping-san-antonio strong{
  font-size: 16px;
  font-family: Roboto;
  color: #0C283D;
}

section.helping-dallas div.img-block,
section.helping-san-antonio div.img-block{
  padding-left: 0 !important;
  width: 33%;
}

section.helping-dallas div.content-block,
section.helping-san-antonio div.content-block{
  padding-left: 30px;
  width: 67%;
}

@media(max-width: 736px){

  section.helping-dallas div.img-block,
  section.helping-san-antonio div.img-block{
    padding-left: 0 !important;
    width: 100%;
  }
  
  section.helping-dallas div.content-block,
  section.helping-san-antonio div.content-block{
    width: 100%;
  }
  
}

@media(max-width: 430px){

  section.helping-dallas a.orange-cta,
  section.serve-dallas  a.orange-cta,
  section.helping-san-antonio a.orange-cta,
  section.serve-san-antonio  a.orange-cta{
    width: 100%;
  }
  
}

/* Three steps  */

section.three-steps-dallas h2,
section.three-steps-san-antonio h2{
  max-width: 660px;
}

/* Form Dallas/San Antonio */

section.form-dallas form > div.LeadForm_item__Enhyz,
section.form-san-antonio form > div.LeadForm_item__Enhyz{
  display: none !important;
}

section.form-dallas > div > div.row.trust-badges,
section.form-san-antonio > div > div.row.trust-badges{
    background-color: transparent;
    box-shadow: none !important;
    background: transparent;
    margin-top: 20px;
}

section.form-dallas > div > div.LeadForm_leadBox__vbXaD,
section.form-san-antonio > div > div.LeadForm_leadBox__vbXaD{
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  border-left: 15px solid #F6311B;
}

section.form-dallas > div,
section.form-san-antonio > div{
  box-shadow: none !important;
}

/* Dallas/San Antonio no Worry */

section.dallas-no-worry p,
section.dallas-no-worry li,
section.dallas-no-worry strong,
section.san-antonio-no-worry p,
section.san-antonio-no-worry li,
section.san-antonio-no-worry strong{
  font-size: 16px;
  font-family: Roboto;
  color: #3D4449;
}

/* Hero */

@media(max-width: 980px){

  section.hero.hero-dallas > div > div:nth-child(2) > span,
  section.hero.hero-san-antonio > div > div:nth-child(2) > span{
    margin: 40px 0 !important;
  }
  
}

@media(max-width: 736px){

  section.expert-team > h2,
  section.faqs-about-selling > h2,
  section.reviews.dallas > h2,
  section.cash-dallas h2,
  section.serve-dallas h2,
  section.dallas-experience h2,
  section.helping-dallas h2,
  section.three-steps-dallas h2,
  section.dallas-no-worry h2,
  section.reviews.san-antonio > h2,
  section.cash-san-antonio h2,
  section.serve-san-antonio h2,
  section.san-antonio-experience h2,
  section.helping-san-antonio h2,
  section.three-steps-san-antonio h2,
  section.san-antonio-no-worry h2{
      font-size: 35px;
  }

  section.dallas-experience .row.five-reasons h3,
  section.san-antonio-experience .row.five-reasons h3{
    margin-top: 0;
  }
  
}