/*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
  REWRITES - TEST
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff*/
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #666666;
  background: #F0F0F0;
  text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
input, button, select, textarea {
  font-family: 'Open Sans', sans-serif;
}
.container {
  max-width: 970px;
}
h1 {
  font-weight: 400;
  font-size: 36px;
  line-height: 40px;
  color: #000;
}
h2 {
  font-size: 42px;
  line-height: 50px;
  color: #000;
}
h3 {
  font-weight: 300;
  font-size: 32px;
  line-height: 40px;
  color: #4C4F59;
}
h4 {
  font-weight: 100;
  font-size: 16px;
  line-height: 20px;
  color: #000;
}
h5 {
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  color: #4A4A4A;
}
h6 {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #666;
}
p {
    font-size: 16px;
    line-height: 23px;
}
.transparent {
  border-color: transparent;
  background: transparent;
  color: transparent;
}
.no-margin {
  margin: 0px;
}
.tag-margin-mini {
  margin: 5px 0px;
}
.tag-margin {
  margin: 10px 0px;
}
.tag-margin-big {
  margin: 20px 0px;
}
.tag-margin-xbig {
  margin: 40px 0px;
}
.no-margin-top {
  margin-top: 0px;
}
.no-margin-bottom {
  margin-bottom: 0px;
}

.tag-relative {
  position: relative;
}
.tag-left {
  float: left;
}

/*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
  STRUCTURE
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff*/
.header {
    background: #E8E8E5;
}
.header a.logo {
    margin-top: 26px;
    display: inline-block;
}
.header a.logo img {
    max-width: 260px;
    margin-left: 5px;
}
.wrap-site {
    width: 100%;
    float: left;
    background: #fff;
    box-shadow: 0 2px 15px 0 rgba(117,117,117,63);
}
.wrap-header {
    width: 100%;
    float: left;
    padding: 25px 40px;
    box-sizing: border-box;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background: #fff;
}
.header .wrap-logo {
    width: 100%;
    float: left;
    padding: 15px 0px;
    background: #b61b28;
}
.header .wrap-phone {
    float: right;
    text-align: right;
    position: relative;
}
.header .wrap-phone img {
    width: 72px;
    height: 72px;
    float: left;
    position: absolute;
    top: -10px;
    left: -85px;
}
.header .wrap-phone * {
  margin: 0px;
  clear: both;
}
.header .wrap-phone p {
  font-size: 17px;
  line-height: 19px;
  color: #757575;
  margin-top: 7px;
}
.header .wrap-phone span {
    font-size: 13px;
    border-top: 1px solid #E7E7E7;
    margin-top: 8px;
    padding-top: 4px;
    font-style: italic;
    color: #AE834B;
    display: inline-block;
}
.header .wrap-phone a {
  font-weight: 700;
  color: #F95D3B;
  font-size: 30px;
  line-height: 32px;
}
.header .wrap-logo .wrap-phone a:hover {
  text-decoration: none;
}
.header .btn-call {
    float: right;
    text-decoration: none !important;
    text-align: center;
    padding: 16px 13px 12px;
    background: #4cd964;
}
.header .btn-call i {
    width: 100%;
    font-size: 22px;
    line-height: 22px;
    color: #fff;
    display: inline-block;
}
.header .btn-call span {
    width: 100%;
    font-weight: 700;
    font-size: 13px;
    line-height: 13px;
    color: #fff;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    display: inline-block;
}



.header .second-bar {
  width: 100%;
  float: left;
  padding: 15px 0;
}
.header .second-bar p {
  font-weight: 400;
  font-size: 18px;
  color: #000;
  margin-bottom: 0px;
}

.content {
  width: 100%;
  float: left;
  padding: 40px;
  box-sizing: border-box;
}
.content .container {
    width: 100%;
    max-width: 100%;
}

.footer-legal {
  display: none;
}
.homepage-upsell .footer-legal {
  display: block;
}

.footer {
  width: 100%;
  float: left;
  padding: 40px 40px 30px;
  box-sizing: border-box;
  background: #757575;
  font-size: 16px;
  line-height: 18px;
  color: #F0F0F0;
}
.footer p {
    font-size: 14px;
}
.footer small {
    width: 100%;
    display: inline-block;
    font-size: 11px;
    line-height: 15px;
    margin-bottom: 20px;
}
.footer small a {
    font-size: 11px;
    line-height: 15px;
}
.footer p a {
    font-size: 14px;
}
.footer a {
  font-size: 16px;
  line-height: 18px;
  color: #F0F0F0;
}
.footer .logo_homeyou {
    width: 30px;
    margin-top: 3px;
    display: inline-block;
}
span.lowercase {
    text-transform: lowercase;
}


/*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
    PAGES
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff*/
/* Become a Pro */
.become-a-pro-button {
    width: 100%;
    float: left;
    padding: 15px;
    margin-top: 30px;
    box-sizing: border-box;
    border: 1px solid #e1e1e1;
    background: #ffffff; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#ffffff, #f0f0f0); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ffffff, #f0f0f0); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ffffff, #f0f0f0); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ffffff, #f0f0f0); /* Standard syntax */
}
.become-a-pro-button:hover {
    text-decoration: none;
    background: #f0f0f0; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#f0f0f0, #fff); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#f0f0f0, #fff); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#f0f0f0, #fff); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#f0f0f0, #fff); /* Standard syntax */
}
.become-a-pro-button img {
  max-width: 14%;
  float: left;
}
.become-a-pro-button div {
  float: left;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #666666;
  margin: 13px 0 0 15px;
  text-transform: uppercase;
}
.become-a-pro-button div span {
  color: #b48d56;
}
.become-a-pro-button i {
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  color: #9b9b9b;
  margin-left: 5px;
}
.list-margin li {
  margin-top: 10px;
  margin-bottom: 10px;
}
.become-a-pro-form legend {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.become-a-pro-form label.error {
  font-size: 11px;
  color: red;
}

.become-a-pro-new-button {
    padding: 30px 50px;
    font-size: 16px;
    line-height: 20px;
    color: #757575;
    display: inline-block;
    background: #F0F0F0;
    margin: 40px 0 60px;
    border-radius: 3px;
    border-bottom: 4px solid #B48D56;
    text-transform: uppercase;
}
.become-a-pro-new-button span {
    color: #B48D56;
}
.become-a-pro-new-button i {
    color: #B48D56;
}
.become-a-pro-new-button:hover, .become-a-pro-new-button:focus {
    text-decoration: none;
    color: #757575;
    background: #ededed;
}



/* POP UP */
.pop-up {
  width: 100%;
  height: 100%;
  float: left;
  position: fixed;
  display: none;
  left: 0px;
  top: 0px;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
}
.pop-up.activating {
  display: inherit;
}
.pop-up.activated {
  display: inline-block;
  opacity: 1;
}
.pop-up .content-wrap {
  width: 900px;
  margin: 0 auto;
}
.pop-up .content-wrap .content {
  width: 100%;
  float: left;
  text-align: center;
  position: relative;
  margin-top: 70px;
  padding: 150px 0 100px;
  background: url("/assets/269cf65e/images/pop-up-background.png") center no-repeat #efeff0;
}
.pop-up .content-wrap .content a.close_button {
  width: 30px;
  height: 30px;
  font-weight: bold;
  font-size: 12px;
  line-height: 30px;
  color: #fff;
  float: left;
  position: absolute;
  right: 0px;
  top: 0px;
  text-align: center;
  background: #808285;
}

.pop-up .content-wrap .content h3 {
  font-weight: 600;
  font-size: 37px;
  line-height: 35px;
  color: #808285;
}
.pop-up .content-wrap .content h3 span {
  font-size: 42px;
  color: #ee5024;
}
.pop-up .content-wrap .content h2 {
  font-weight: bold;
  font-size: 42px;
  line-height: 38px;
  color: #58595b;
}
.pop-up .content-wrap .content .divider {
  width: 50%;
  height: 2px;
  margin: 50px 25%;
  float: left;
  background: #a6a7a9;
}
.pop-up .content-wrap .content .btn-popup {
  width: 331px;
  height: 18px;
  display: inline-block;
  margin: 0px 8px;
  padding: 34px 0px;
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  color: #fff;
  border: 2px solid #ee5024;
  background: #ee5024;
}
.pop-up .content-wrap .content .btn-popup:hover {
  text-decoration: none;
  border: 2px solid #ce451e;
  background: #ce451e;
}
.pop-up .content-wrap .content .btn-popup span {
  font-size: 26px;
  font-weight: 600;
}
.pop-up .content-wrap .content .btn-popup.btn-no {
  color: #808285;
  border: 2px solid #b5b6b8;
  background: #fff;
}
.pop-up .content-wrap .content .btn-no:hover {
  text-decoration: none;
  border: 2px solid #b5b6b8;
  background: #eee;
}
.pop-up .content-wrap .content .content-phone {
  display: none;
}

/* Type 2 */
.pop-up.phone .content-wrap .content .content-buttons {
  display: none;
}
.pop-up.phone .content-wrap .content .content-phone {
  display: block;
}

.pop-up.phone .content-wrap .content h2 {
  font-weight: bold;
  font-size: 42px;
  line-height: 38px;
  color: #939598;
  text-transform: uppercase;
}
.pop-up.phone .content-wrap .content h3 {
  font-weight: 600;
  font-size: 30px;
  line-height: 28px;
  color: #58595b;
  text-transform: uppercase;
}
.pop-up.phone .content-wrap .content p.phone_popup {
  font-weight: 700;
  font-size: 52px;
  line-height: 50px;
  color: #f7941d;
  margin: 20px 0px 0px;
}
.pop-up.phone .content-wrap .content span.divider {
  background: none;
  font-weight: 700;
  font-size: 15px;
  line-height: 15px;
  color: #58595b;
  margin: 20px 25% 38px;
}
.pop-up.phone .content-wrap .content .btn-yes {
  width: 260px;
  height: 24px;
  padding: 14px 0px;
  font-size: 22px;
  line-height: 24px;
  border-color: #6d6f71;
  background: #6d6f71;
}

.btn-custom {
    width: auto;
    padding: 14px 20px;
    background: #F95D3B;
    border: none;
    color: #fff;
    border-bottom: 2px solid #d45839;
    font-size: 18px;
    line-height: 20px;
    text-shadow: none;
}
.btn-custom:hover {
    background: #e55437;
    color: #fff;
}

.btn-clean {
    width: auto;
    padding: 14px 20px;
    background: #fff;
    border: none;
    color: #7B7B7B;
    border-bottom: 2px solid #D1D1D1;
    font-size: 18px;
    line-height: 20px;
    text-shadow: none;
}

.btn-clean:hover {
    background: #D1D1D1;
    color: #fff;
}

.btn-border {
    width: auto;
    padding: 8px 20px;
    background: transparent;
    border: none;
    color: #fff;
    border: 4px solid #B78E55;
    box-shadow: none;
    border-radius: 10px;
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    text-shadow: none;
}
.btn-border:hover {
    box-shadow: none;
    background: #B78E55;
    border: 4px solid #B78E55;
    color: #fff;
}
span.divider {
    font-size: 24px;
    line-height: 28px;
    color: #fff;
    display: inline-block;
    margin: 8px 0px 10px;
}
.wrap-banner .wrap-banner-content-v3 h1 {
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    margin-top: 122px;
}
.wrap-banner-content-v3 .btn-custom {
    padding: 8px 30px;
    border-radius: 7px;
    font-weight: 700;
    font-size: 30px;
    line-height: 34px;
    border: 2px solid #F95D3B;
    background: #FB5D3B;
    background: -webkit-linear-gradient(#FFA492, #FA451F); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#FFA492, #FA451F); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#FFA492, #FA451F); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#FFA492, #FA451F); /* Standard syntax */
}
.wrap-banner-content-v3 .btn-custom:hover, .wrap-banner-content-v3 .btn-custom:focus, .wrap-banner-content-v3 .btn-custom:active {
    background: #FA451F;
    background: -webkit-linear-gradient(#FA451F, #FFA492); /* For Safari 5.1 to 6.0 */

    background: -o-linear-gradient(#FA451F, #FFA492); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#FA451F, #FFA492); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#FA451F, #FFA492); /* Standard syntax */
}


.wrap-banner .wrap-banner-content-v4 h3 {
    font-weight: 400;
    font-size: 28px;
    line-height: 32px;
    color: #fff;
    margin-bottom: 20px;
}
.wrap-banner .wrap-banner-content-v4 p {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    margin-top: 40px;
}
.wrap-banner .wrap-banner-content-v4 p a {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
}
.wrap-banner-content-v4 .btn-custom {
    padding: 14px 50px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
}

.loader {
    width: 100%;
    height: 100%;
    display: none !important;
    position: fixed;
    z-index: 10000000;
    top: 0px;
    left: 0px;
    background: rgba(255,255,255, 0.4);
}
.loader i.icon-spinner {
    position: fixed;
    z-index: 10000001;
    top: 30%;
    left: 50%;
    margin-left: -30px;
    font-size: 40px;
    color: #000;
}


/*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
  STEP 1
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff*/
.wrap-banner {
  width: 100%;
  height: auto;
  float: left;
  max-height: 640px;
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
  background: #E8E8E5;
}
.wrap-banner-image {
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.wrap-banner-image img {
    width: auto;
    min-height: 520px;
}
.wrap-banner-image:before {
    width: 100%;
    height: 70%;
    content: "";
    z-index: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background-repeat: repeat-x;
}
.wrap-banner .wrap-banner-content {
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;
  top: 0px;
  left: 0px;
}
.wrap-banner-image.wrap-banner-image-v3:before {
    height: 100%;
    background: rgba(0,0,0,0.5);
}
.wrap-banner .wrap-banner-content.wrap-banner-content-v3 {
    text-align: center;
}
.wrap-banner .wrap-banner-content .wrap {
    width: 100%;
    float: left;
    padding: 20px 40px;
    box-sizing: border-box;
}
.wrap-banner h1 {
    font-size: 35px;
    line-height: 40px;
    color: #fff;
    margin: 0px;
    margin-top: 40px;
}
.wrap-banner-content-new h1 {
    margin-top: 0px;
}
.wrap-banner h4 {
    color: #fff;
    font-weight: 400;
}

.wrap-banner-content-new .span7 {
    position: relative;
}
.wrap-banner-content-new .span7:after {
    width: 261px;
    height: 61px;
    float: left;
    position: absolute;
    bottom: -51px;
    right: 0px;
    content: "";
    background-image: url(/assets/269cf65e/images/arrow@2x.png);
    background-size: 261px 61px;
}


.form-quote {
  width: 65%;
  display: inline-block;
  margin: 25px 0 0 0;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  position: relative;
}
.form-quote legend {
  font-weight: 400;
  font-size: 25px;
  line-height: 29px;
  color: #b48d56;
  border: none;
  margin: 25px 0px 0;
  position: relative;
}

.form-quote fieldset {
  width: 100%;
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  padding-bottom: 25px;
}

.form-quote fieldset label {
  width: 100%;
  float: left;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #666666;
  margin: 5px 0 15px;
}
.form-quote fieldset input {
  display: inline-block;
  font-size: 20px;
  padding: 10px;
  border: 1px solid #cfcfcf;
  background: #f6f6f6;
  border-radius: 3px;
}
.form-quote fieldset input.zip-code {
  width: 80px;
}
.form-quote fieldset p.talk {
    font-size: 14px;
    line-height: 16px;
    color: #666;
    margin: 20px 0 0 0;
}
.form-quote fieldset button {
    width: 116px;
    padding: 11px 0;
    background: #F95D3B;
    border: none;
    text-transform: uppercase;
    color: #fff;
    border-bottom: 2px solid #d45839;
    font-size: 16px;
    line-height: 18px;
    text-shadow: none;
    margin-left: 8px;
}
.form-quote fieldset button:hover {
    background: #d45839;
    color: #fff;
}
.form-quote fieldset button i {
    color: #ad482f;
    margin-left: 5px;
}
.form-quote .form-stickers {
    width: 100%;
    float: left;
    padding: 15px 0;
    background: #f0f0ee;
}
.form-quote .form-stickers img {
    max-height: 32px;
    margin: 0px 10px;
}

/* SCHEDULE A CALL POPUP */
.wrap-schedule-a-call-popup {
    width: 380px;
    float: left;
    text-align: center;
    background: #fff;
}
.wrap-schedule-a-call-popup h2 {
    font-size: 22px;
    line-height: 26px;
    color: #444444;
    margin-top: 0px;
}
.wrap-schedule-a-call-popup h4 {
    font-size: 14px;
    line-height: 18px;
    color: #444444;
}
.wrap-schedule-a-call-popup input.form-control {
    font-size: 18px;
    line-height: 20px;
    padding: 20px 10px;
    background: #F6F6F6;
}
.wrap-schedule-a-call-popup #phone_number_email.error {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.wrap-schedule-a-call-popup  label.error {
    display: none !important;
}

.wrap-schedule-a-call-popup .btn-custom {
    width: 100%;
    padding: 8px 30px;
    border-radius: 7px;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    border: 2px solid #F95D3B;
    background: #FB5D3B;
    background: -webkit-linear-gradient(#FFA492, #FA451F); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#FFA492, #FA451F); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#FFA492, #FA451F); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#FFA492, #FA451F); /* Standard syntax */
}
.wrap-schedule-a-call-popup .btn-custom:hover, .wrap-schedule-a-call-popup .btn-custom:focus, .wrap-schedule-a-call-popup .btn-custom:active {
    background: #FA451F;
    background: -webkit-linear-gradient(#FA451F, #FFA492); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#FA451F, #FFA492); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#FA451F, #FFA492); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#FA451F, #FFA492); /* Standard syntax */
}

.wrap-schedule-a-call-popup .btn-clean {
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    padding: 10px;
    box-shadow: none;
    border-radius: 7px;
    border: 2px solid #D1D1D1;
}
.wrap-schedule-a-call-popup .wrap-titles i.icon {
    font-size: 80px;
    line-height: 80px;
    color: #2ECC71;
}
.wrap-schedule-a-call-popup .wrap-thank-you h2 {
    margin-top: 20px;
}

#fancybox-content {
    box-shadow: 0px 0px 0px 6px #B78E55;
    border-radius: 10px;
}


/* TYPE 2 */
.form-quote.form-quote-type-2 {
    width: 100%;
    margin: 0px;
    padding: 25px;
    box-sizing: border-box;
    box-shadow: 0 4px 0 0 #B48D56;
}
.form-quote.form-quote-type-2 legend {
    margin-top: 0px;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    color: #B48D56;
    margin-bottom: 10px;
}
.form-quote.form-quote-type-2 fieldset label {
    font-size: 16px;
    line-height: 22px;
    color: #4A4A4A;
    font-weight: 400;
    text-align: left;
}
.form-quote.form-quote-type-2 .group-radio {
    width: 100%;
    float: left;
    text-align: left;
    margin-bottom: 15px;
}
.form-quote.form-quote-type-2 .group-radio span {
    width: 100%;
    float: left;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #333;
    text-transform: uppercase;
    box-sizing: border-box;
    padding: 15px 10px;
    border: 1px solid #CDCBCC;
    border-bottom: 0px;
    cursor: pointer;
    background: #f0f0f0; /* Old browsers */
    background: -moz-linear-gradient(bottom, #f0f0f0 0%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(bottom, #f0f0f0 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top, #f0f0f0 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
}
.form-quote.form-quote-type-2 .group-radio span.selected {
    border-color: #82AA2A;
    background: #F2FBE3;
}

.form-quote.form-quote-type-2.active .group-radio span {
    cursor: progress;
}

.form-quote.form-quote-type-2 .group-radio span:first-child {
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.form-quote.form-quote-type-2 .group-radio span:last-child {
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom: 1px solid #CDCBCC;
}
.form-quote.form-quote-type-2 .group-radio span input {
    float: left;
    margin: 1px 8px 0 0;
}
.form-quote.form-quote-type-2 fieldset button {
    width: 100%;
    float: left;
    margin: 0px;
    box-sizing: border-box;
    border: none;
    border-top: 1px solid #fff;
    box-shadow: 0px 0px 0px 2px #F95D3B;
    font-size: 22px;
    line-height: 26px;
    padding: 14px 0px;
    background: #F94119; /* Old browsers */
    background: -moz-linear-gradient(bottom, #F94119 0%, #FFA592 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(bottom, #F94119 0%,#FFA592 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top, #F94119 0%,#FFA592 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFA592', endColorstr='#F94119',GradientType=0 ); /* IE6-9 */
}
.form-quote.form-quote-type-2 fieldset button:hover, .form-quote.form-quote-type-2 fieldset button:focus, .form-quote.form-quote-type-2 fieldset button:active {
    color: #fff;
    background: #FFA592; /* Old browsers */
    background: -moz-linear-gradient(bottom, #FFA592 0%, #F94119 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(bottom, #FFA592 0%,#F94119 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top, #FFA592 0%,#F94119 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.form-quote.form-quote-type-2 .form-stickers {
    padding: 0px;
    background: none;
    text-align: center;
}


.content .box-items {
  margin-top: 50px;
}

.box-items img.img-icon {
    width: 35px;
    display: inline-block;
}
.box-items img.img-icon.icon-free {
    margin-top: -5px;
}
.box-items {
    color: #757575;
}

hr.divider-hp {
    width: 80%;
    margin: 60px 0;
    display: inline-block;
}

.wrap-screenshot {
  position: relative;
}
.wrap-screenshot:before {
    width: 65px;
    height: 218px;
    position: absolute;
    top: 230px;
    left: -75px;
    content: "";
    background: url("/assets/269cf65e/images/screenshot-arrow.png");
}

.box-darker {
  width: 100%;
  float: left;
  margin-top: 40px;
  background: #fafafa;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.box-darker.box-default {
    margin-top: 0px;
}
.box-darker.box-default h1 {
    padding: 0 40px;
    box-sizing: border-box;
}
.box-brown {
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 70px 40px;
    margin: 0px 0 50px;
    background: #B48D56;
}
.box-brown .container {
    width: 100%;
    max-width: 100%;
}
.box-brown h3 {
    font-weight: 300;
    font-size: 32px;
    line-height: 36px;
    color: #fff;
}
.box-brown p {
    color: #fff;
}

.box-darker-small {
    padding: 50px 40px;
    margin: 0px;
    border: 0px;
    box-sizing: border-box;
    background: #F0F0F0;
}
.box-darker-small .container {
    width: 100%;
    max-width: 100%;
}

.form-footer.form-quote {
    width: auto;
}
.form-footer.form-quote fieldset label {
    width: auto;
    margin: 8px 20px 0 0;
    font-weight: 400;
    font-size: 32px;
    line-height: 34px;
    color: #666;
}
.form-footer.form-quote fieldset button {
    padding: 15px 0;
}
.form-footer.form-quote fieldset input {
    padding: 14px 10px;
    border-color: #b48d56;
}


.form-footer-2.form-footer.form-quote {
    margin-top: 0px;
    overflow: visible;
}
.form-footer-2.form-footer.form-quote fieldset label {
    font-size: 32px;
    line-height: 38px;
    color: #4A4A4A;
    font-weight: 300;
}
.form-footer-2.form-footer.form-quote fieldset input {
    border-color: #CDCBCC;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    padding: 14px 20px 14px 10px;
}

.form-footer-2.form-footer.form-quote fieldset button {
    box-sizing: border-box;
    border: 0px;
    border-top: 1px solid #fff;
    box-shadow: 0px 0px 0px 2px #F95D3B;
    background: #F94119; /* Old browsers */
    background: -moz-linear-gradient(bottom, #F94119 0%, #FFA592 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(bottom, #F94119 0%,#FFA592 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top, #F94119 0%,#FFA592 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFA592', endColorstr='#F94119',GradientType=0 ); /* IE6-9 */
}
.form-footer-2.form-footer.form-quote fieldset button:hover, .form-footer-2.form-footer.form-quote fieldset button:focus, .form-footer-2.form-footer.form-quote fieldset button:active {
    color: #fff;
    background: #FFA592; /* Old browsers */
    background: -moz-linear-gradient(bottom, #FFA592 0%, #F94119 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(bottom, #FFA592 0%,#F94119 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top, #FFA592 0%,#F94119 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

img.screenshot {
    width: 100%;
    float: left;
    margin-top: 8px;
}

/*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
  STEP 2
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff*/
.landing-page-steps {
    background: #E8E8E5;
}
.custom-title {
    width: 100%;
    float: left;
    position: relative;
    padding: 40px;
    box-sizing: border-box;
    background: #f8c200;
}
.custom-title h1 {
    font-weight: 600;
    font-size: 40px;
    line-height: 42px;
    color: #fff;
    margin: 0px;
}
.custom-title p {
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    margin: 16px 0 0px;
}
.wrap-steps-content {
    width: 100%;
    min-height: 650px;
    float: left;
    padding: 35px;
    border-left: 5px solid #f8c200;
    box-sizing: border-box;
    background: #fff;
}
.wrap-steps-content form {
    margin: 0px;
}

.wrap-questions {
  position: relative;
  margin-bottom: 20px;
}
.wrap-steps-content .wrap-questions:last-child {
    margin-bottom: 0px;
}
.wrap-steps-content .wrap-add-questions .wrap-questions {
    margin-bottom: 20px;
}

.wrap-questions h2 {
  font-weight: 700;
  font-size: 21px;
  line-height: 25px;
  color: #666;
  margin: 0 0 5px 0;
}
.wrap-questions p {
  color: #999;
}

.wrap-questions ul.question-options {
  margin: 0;
}
.wrap-questions ul.question-options li {
  width: 100%;
  float: left;
  margin: 2px 0;
}
.wrap-questions ul.question-options li label {
  float: left;
  border-radius: 4px;
  padding: 13px 15px;
  border: 1px solid #ccc;
  background: #fff;
}
.wrap-questions ul.question-options li label.selected {
  border: 1px solid #82AA2A;
  background-color: #F2FBE3;
}

.wrap-questions ul.question-options li input {
  float: left;
}
.wrap-questions ul.question-options li span {
  font-size: 16px;
  line-height: 20px;
  color: #666;
  text-transform: uppercase;
  margin-left: 8px;
}
.wrap-questions .textarea {
  width: 60%;
  padding: 10px;
  margin-top: 10px;
}

.wrap-questions ul.question-options label.error {
    position: absolute;
    bottom: -20px;
    left: 0px;
    font-size: 12px;
    color: #b61b28;
    float: none;
    background: none;
    padding: 0px;
    border: 0px;
}
.wrap-questions.wrap-description label.error {
    font-size: 12px;
    color: #b61b28;
    margin-top: -7px;
    margin-bottom: 5px;
}

.wrap-questions ul.question-options.disabled li label {
    background: #E8E8E5;
    cursor: progress;
}
.wrap-questions ul.question-options.disabled li label.selected {
    background-color: #F2FBE3;
}


/*ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
  STEP 3
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff*/
html.landing-page.step-3 .custom-title {
    padding: 45px 35px;
}
html.landing-page.step-3 .custom-title .wrap-title {
    position: relative;
    z-index: 10;
}
html.landing-page.step-3 .custom-title .title_background {
    position: absolute;
    right: 0px;
    top: -11px;
}
html.landing-page.step-3 .custom-title h1 {
    float: left;
}
html.landing-page.step-3 .custom-title .wrap-title span {
    float: left;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    display: inline-block;
    margin: 5px 0 0 20px;
    padding: 10px 16px;
    border-radius: 100px;
    background: #d9a407;
}
html.landing-page.step-3 .wrap-steps-content {
    padding: 0px;
}
html.landing-page.step-3 .wrap-steps-content form.form-step.homeowner-information {
    padding: 30px;
}

form.form-step.homeowner-information legend {
  color: #666;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  border: 0px;
  margin-bottom: 18px;
}
form.form-step.homeowner-information label {
  font-size: 14px;
  line-height: 16px;
  color: #666;
  font-weight: bold;
  margin-bottom: 5px;
}
form.form-step.homeowner-information label.checkbox {
  font-weight: normal;
  font-size: 13px;
  line-height: 19px;
  margin: -5px 0 10px;
}
form.form-step.homeowner-information label.error { display: none !important; }
form.form-step.homeowner-information .control-group {
  margin-bottom: 3px;
}
form.form-step.homeowner-information .address-info {
  font-size: 11px;
  margin-top: -5px;
  margin-bottom: 0px;
}
form.form-step.homeowner-information .address-info a {
    color: #fa6843;
}
form.form-step.homeowner-information .address-info span {
    font-weight: 400;
    color: #444;
}
form.form-step.homeowner-information input[type="text"],
form.form-step.homeowner-information input[type="tel"] {
  min-height: 48px;
  font-size: 14px;
  line-height: 28px;
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
  position: relative;
}
form.form-step.homeowner-information input::placeholder {
    color: #fff;
}
form.form-step.homeowner-information input[type="text"]:before,
form.form-step.homeowner-information input[type="tel"]:before {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0px;
    right: 0px;
    content: "";
    background: red;
}
form.form-step.homeowner-information input[type="text"].error,
form.form-step.homeowner-information input[type="tel"].error {
    background: #ffe8e8;
    border-color: #c35350;
}
form.form-step.homeowner-information input[type="text"].valid,
form.form-step.homeowner-information input[type="tel"].valid {
    background: url("/assets/269cf65e/images/check.png") no-repeat center right #f3fce3;
    border-color: #81ac19;
}
form.form-step.homeowner-information select {
  height: 40px;
  font-size: 14px;
  line-height: 28px;
}
form.form-step.homeowner-information input[type="submit"] {
  margin-bottom: 7px;
}
form.form-step.homeowner-information textarea {
  font-size: 12px;
  margin-bottom: 7px;
}

.wrap-city-zip-string p {
    font-size: 13px;
    line-height: 19px;
}
.wrap-city-zip-string p {
    display: none;
}

.tcpa,
.tcpa a {
    font-size: 14px;
    line-height: 20px;
    color: #757575;
}
.tcpa small {
    line-height: 17px;
    display: inline-block;
}


.sidebar {
    width: 100%;
    height: 675px;
    float: left;
    box-sizing: border-box;
    border-left: 1px solid #e6e6e3;
    background: #f9f9f9;
}
.sidebar .sidebar-box {
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 30px;
}
.sidebar .sidebar-box h3 {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #666;
    margin-top: 0px;
}
.sidebar .sidebar-box h3.bold {
    font-weight: 700;
}
.sidebar .sidebar-box img.ssl-images {
    max-width: 119px;
    margin-right: 20px;
}
.sidebar-steps {
    padding-bottom: 30px;
    border-bottom: 1px solid #e6e6e3;
}

.wrap-steps {
    width: 100%;
    float: left;
}
.wrap-steps .step {
    width: 90px;
    height: 90px;
    float: left;
    position: relative;
    border-radius: 5px;
    font-size: 13px;
    line-height: 16px;
    color: #fff;
    margin: 20px 16px 0;
    background: #5c98ff;
}
.wrap-steps .step:first-child {
    margin-left: 0px;
}
.wrap-steps .step:last-child {
    margin-right: 0px;
}
.wrap-steps .step span {
    position: absolute;
    top: -12px;
    left: 50%;
    margin-left: -12px;
    padding: 3px 7px;
    border: 2px solid #f9f9f9;
    border-radius: 500px;
    background: #5c98ff;
}
.wrap-steps .step span i {
    font-size: 10px;
}
.wrap-steps .step p {
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 26px 10px 0;
    margin: 0px;
    text-align: center;
}

.wrap-steps .step.checked {
    background: #35ce76;
}
.wrap-steps .step.checked span {
    background: #35ce76;
}


html.terms .content h5 {
    margin-top: 30px;
    margin-bottom: 15px;
    color: #333;
}
html.terms .content p,
html.terms .content strong {
    font-size: 14px;
}

html.privacy .content h5 {
    margin-top: 30px;
    margin-bottom: 15px;
    color: #333;
}
html.privacy .content p,
html.privacy .content strong {
    font-size: 14px;
}

table.california-privacy ,
table.california-privacy strong {
  font-size: 11px !important;
  text-align: left;
}
table.california-privacy th {
  font-size: 13px !important;
}


/**********************
     FUNNEL TYPE 5
**********************/
.form-quote.form-quote-type-5 {
    text-align: center;
}
.form-quote.form-quote-type-5 fieldset input {
    background: #fff;
}
.form-quote.form-quote-type-5 fieldset input.zip-code {
    width: 120px;
    display: inline-block;
}
.form-quote.form-quote-type-5 fieldset textarea {
    width: 100%;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
}


/*******************************************
            EXIT POPUP
*******************************************/
.wrap-exit-popup {
    width: 100%;
    height: 100%;
    float: left;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 1000;
    opacity: 0;
    background: rgba(117,117,117, 0.8);
}
.wrap-exit-popup .popup {
    width: 540px;
    float: left;
    background: #fff;
    box-shadow: 0 14px 8px 0 rgba(0,0,0,0.08), 0 9px 16px 4px rgba(0,0,0,0.12);
    position: absolute;
    top: 10%;
    left: 50%;
    margin-left: -300px;
}
.wrap-exit-popup .popup.animated {
  -webkit-animation-duration: .25s;
  animation-duration: .25s;
}

.wrap-exit-popup .popup .link-close {
    position: absolute;
    top: 17px;
    right: 17px;
    z-index: 10;
}
.wrap-exit-popup .popup .link-close:hover {
    text-decoration: none;
}
.wrap-exit-popup .popup .link-close i {
    font-size: 24px;
    line-height: 24px;
    color: #fff;
}
.wrap-exit-popup .popup .popup-content {
    width: 80%;
    padding: 20px 0 10px;
    margin: 0 auto;
    text-align: center;
}
.wrap-exit-popup .popup .popup-content span.title-alert {
    width: 100%;
    float: left;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #EC8833;
    text-transform: uppercase;
    margin: 0px 0 20px;
}
.wrap-exit-popup .popup .popup-content h2 {
    font-weight: 600;
    font-size: 30px;
    line-height: 34px;
    color: #4A4A4A;
}
.wrap-exit-popup .popup .popup-content h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #4A4A4A;
}
.wrap-exit-popup .popup .popup-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #9B9B9B;
}
.wrap-exit-popup .popup .popup-content p.small,
.wrap-exit-popup .popup .popup-content p.small a {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #9B9B9B;
}

.wrap-exit-popup .popup .popup-content a.btn-custom {
    margin: 30px 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    background: #5CC058;
    box-shadow: 0 16px 18px 0 rgba(0,0,0,0.13), 0 4px 6px 0 rgba(0,0,0,0.16);
    border: none;
    padding: 14px 70px;
}
.wrap-exit-popup .popup .popup-content a.btn-custom:hover,
.wrap-exit-popup .popup .popup-content a.btn-custom:focus {
    background: #64D55F;
}

.wrap-exit-popup .popup .popup-content a.btn-custom.btn-white {
    font-size: 30px;
    line-height: 34px;
    color: #71B76E;
    box-shadow: none;
    border: 1px solid #D4D4D4;
    background: transparent;
}
.wrap-exit-popup .popup .popup-content a.btn-custom i {
    top: 2px;
    position: relative;
    margin-right: 5px;
}

.wrap-exit-popup .popup .popup-footer {
    width: 100%;
    float: left;
    padding: 30px;
    box-sizing: border-box;
    background: #FAFAFA;
}
.wrap-exit-popup .popup form.call-later-form {
    margin-bottom: 0px;
}
.wrap-exit-popup .popup form.call-later-form label.error {
    display: none !important;
}
.wrap-exit-popup .popup form.call-later-form input {
    width: 63%;
    height: 50px;
    float: left;
    box-sizing: border-box;
    padding: 8px 15px;
    font-size: 16px;
    line-height: 20px;
}
.wrap-exit-popup .popup form.call-later-form input.error {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.wrap-exit-popup .popup form.call-later-form button {
    width: 33%;
    height: 50px;
    float: right;
    box-sizing: border-box;
    padding: 8px 15px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #4A4A4A;
    text-transform: uppercase;
    text-shadow: none;
    background: transparent;
    border: 1px solid #9B9B9B;
    border-radius: 4px;
}

.wrap-exit-popup.wrap-exit-popup-bg {
    background: url("/assets/269cf65e/images/exitPopupBg.jpg") top center no-repeat #F0F0F0;
}
.wrap-exit-popup.wrap-exit-popup-bg:before {
    width: 100%;
    height: 100%;
    float: left;
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    background: rgba(117,117,117, 0.8);
}
.wrap-exit-popup .popup form.call-later-form button.btn-success {
    width: 55%;
    background: #5CC058;
    border: none;
    color: #fff;
    box-shadow: 0 16px 18px 0 rgba(0,0,0,0.13), 0 4px 6px 0 rgba(0,0,0,0.16);
}
.wrap-exit-popup .popup form.call-later-form button.btn-success:hover {
    background: #64D55F;
    box-shadow: 0 16px 18px 0 rgba(0,0,0,0.13), 0 4px 6px 0 rgba(0,0,0,0.16);
    color: #fff;
}
.wrap-exit-popup.wrap-exit-popup-bg .popup .popup-footer form input {
    width: 42%;
}

/* Vertical */
.wrap-exit-popup .popup.vertical {
    width: 780px;
    margin-left: -390px;
}
.wrap-exit-popup .popup.vertical img {
    max-width: 260px;
    float: left;
}
.wrap-exit-popup .popup .popup-content {
    width: 520px;
    float: left;
    padding: 40px 40px 10px;
    margin: 0px;
    box-sizing: border-box;
}
.wrap-exit-popup .popup.vertical .popup-content h3 {
    margin: 25px 0 30px;
    font-weight: 300;
}
.wrap-exit-popup .popup.vertical .popup-footer {
    width: 520px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 14px;
}
.wrap-exit-popup .popup.vertical .popup-footer p.small {
    font-weight: 300;
    font-size: 11px;
    line-height: 14px;
    color: #9B9B9B;
    text-align: justify;
    margin: 0px;
}
.wrap-exit-popup .popup.vertical .popup-content form {
    width: 350px;
    display: inline-block;
    margin: 0 auto 20px;
}
.wrap-exit-popup .popup.vertical .popup-content form .btn.btn-success {
    width: 30%;
}
.wrap-exit-popup .popup.vertical .link-close i {
    color: #e2e2e2;
}

.wrap-exit-popup .popup.vertical .popup-success {
    width: 520px;
    float: left;
    padding: 150px 40px 0;
    margin: 0px;
    box-sizing: border-box;
    text-align: center;
}
.wrap-exit-popup .popup.vertical .popup-success h2 {
    font-weight: 600;
    font-size: 30px;
    line-height: 34px;
    color: #4A4A4A;
    margin: 20px 0 0;
}

.wrap-exit-popup .popup.vertical .popup-error {
    width: 520px;
    float: left;
    padding: 195px 40px 0;
    margin: 0px;
    box-sizing: border-box;
    text-align: center;
}
.wrap-exit-popup .popup.vertical .popup-error h2 {
    font-weight: 600;
    font-size: 30px;
    line-height: 34px;
    color: #4A4A4A;
    margin: 20px 0 0;
}

/*******************************************
            RESPONSIVE
*******************************************/

/* MOBILE DEFAULTS */
html.device-mobile .show-on-mobile { display: inline-block !important; }
html.device-mobile .hide-on-mobile { display: none !important; }

/* Large desktop */
@media (min-width: 1200px) {

    .homepage-v3 #fancybox-wrap {
        margin-top: -40px;
    }

}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
    h1 {
        font-size: 28px;
        line-height: 34px;
    }
    .header a.logo img {
        margin-top: 12px;
    }
    .wrap-banner {
        margin-bottom: 30px;
    }
    .wrap-banner h4 {
        display: none;
    }
    .wrap-banner .wrap-banner-content {
        padding-top: 10px;
    }
    .form-quote {
        width: 78%;
        margin-top: 10px;
    }
    .form-quote legend {
        font-size: 22px;
        line-height: 24px;
        margin: 15px 0 0 0;
    }
    .form-quote fieldset label {
        font-size: 12px;
        line-height: 14px;
    }
    .become-a-pro-button img {
        display: none;
    }
    .become-a-pro-button div {
        margin: 0;
        font-size: 12px;
    }
    .form-footer.form-quote {
        margin-top: 25px;
    }
    .form-footer.form-quote fieldset label {
        font-size: 26px;
    }


    .wrap-banner h1 {
        font-size: 24px;
        line-height: 28px;
    }
    .form-quote.form-quote-type-2 {
        padding: 15px;
    }
    .form-quote.form-quote-type-2 fieldset {
        padding-bottom: 10px;
    }
    .form-quote.form-quote-type-2 legend {
        font-size: 15px;
        line-height: 19px;
    }
    .form-quote.form-quote-type-2 fieldset label {
        font-size: 12px;
        line-height: 14px;
    }
    .form-quote.form-quote-type-2 .group-radio span {
        font-size: 11px;
        line-height: 13px;
        padding: 8px 7px;
    }
    .form-quote.form-quote-type-2 fieldset button {
        padding: 8px 0px;
        font-size: 14px;
        line-height: 14px;
    }
    .form-quote.form-quote-type-2 .form-stickers img {
        width: 30%;
    }
    .form-footer-2.form-footer.form-quote fieldset label {
        font-size: 26px;
        line-height: 30px;
    }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    html, body {
      overflow-x: hidden;
    }
    body {
        padding: 0px;
        font-size: 15px;
        line-height: 21px;
        color: #666;
        position: relative;
    }
    body .container {
        padding: 0px;
        box-shadow: none;
    }
    body .header .container {
        padding: 0px;
    }
    .header {
        width: 100%;
        position: fixed;
        top: 0px;
        border-bottom: 0px;
        z-index: 1000;
    }
    .header .btn-call {
        padding-bottom: 15px;
    }
    .wrap-header {
        margin-top: 0px;
        padding: 0px;
        border-radius: 0px;
    }
    .wrap-header .span6.text-left {
        width: auto;
        float: left;
    }
    .wrap-header .span6.text-right {
        width: auto;
        float: right;
    }
    .header a.logo {
        margin: 20px 15px;
    }
    .header a.logo img {
        max-width: 210px;
    }

    .loader.show {
        display: block !important;
    }

    /* HP */

    .wrap-banner {
        max-height: auto;
        margin-top: 70px;
        margin-bottom: 30px;
        background: #B48D56;
    }
    .wrap-banner .wrap-banner-content .wrap {
        padding: 15px 20px 20px;
    }
    .wrap-banner-content-new .span7:after {
        display: none;
    }
    .wrap-banner-image {
        display: none;
    }
    .wrap-banner .container {
        padding: 0px;
    }
    .wrap-banner .wrap-banner-content {
        position: relative;
        padding: 0px;
    }
    .wrap-banner .wrap-banner-content h1 {
        width: 100%;
        margin: 0px;
        float: left;
        font-size: 21px;
        line-height: 27px;
        text-align: center;
    }
    .wrap-banner .wrap-banner-content span.divider {
        font-size: 16px;
        line-height: 20px;
    }
    .wrap-banner .wrap-banner-content h4 {
        width: 100%;
        margin: 10px 0 15px;
        float: left;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
    }

    .wrap-banner .wrap-banner-content .btn-border {
        font-size: 24px;
        line-height: 30px;
        border-color: #fff;
    }

    .content {
        padding: 20px;
    }

    .content .box-items {
        margin-top: 20px;
        margin-bottom: 40px;
    }



    .become-a-pro-button {
        padding: 10px;
        margin: 20px 0 30px;
    }
    .become-a-pro-button img {
        width: 15%;
    }
    .become-a-pro-button div {
        font-size: 12px;
        margin-top: 10px;
    }

    .form-footer.form-quote {
        margin: 10px 0;
        background: transparent;
    }
    .form-footer.form-quote fieldset {
        padding-bottom: 8px;
    }
    .form-footer.form-quote fieldset label {
        width: 100%;
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .content .wrap-screenshot {
        display: none;
    }
    .box-darker-small {
        padding: 20px;
    }

    .landing-page-steps {
        margin-top: 74px;
    }
    .landing-page-steps .container {
        padding: 0px;
    }
    .custom-title {
        padding: 15px;
    }
    .custom-title h1 {
        font-size: 21px;
        line-height: 24px;
    }
    .wrap-steps-content {
        padding: 15px;
    }
    .wrap-questions h2 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .wrap-steps-content {
        min-height: 570px;
        margin-bottom: 0px;
    }
    .wrap-questions p {
        font-size: 14px;
        line-height: 16px;
        color: #999;
    }
    .wrap-questions ul.question-options {
        width: 100%;
        float: left;
    }
    .wrap-questions ul.question-options li label {
        width: 100%;
        box-sizing: border-box;
    }
    .wrap-questions .textarea {
        width: 100%;
        box-sizing: border-box;
    }

    .wrap-schedule-a-call-popup .btn-clean {
        margin-top: 10px;
    }

    html.landing-page.step-3 .custom-title .title_background {
        display: none;
    }
    html.landing-page.step-3 .custom-title {
        padding: 25px 15px;
    }
    .custom-title p {
        margin-top: 15px;
        font-size: 16px;
        line-height: 20px;
    }
    html.landing-page.step-3 .wrap-steps-content form.form-step.homeowner-information {
        padding: 15px;
        padding-bottom: 0px;
    }
    form.form-step.homeowner-information legend {
        font-size: 16px;
        line-height: 20px;
        color: #666;
    }
    .sidebar {
        display: none;
    }
    .footer {
        padding: 20px;
        text-align: center;
    }
    .footer .span3.text-right {
        text-align: center;
    }
    .footer p {
        font-size: 12px;
        line-height: 16px;
    }

    .form-footer-2.form-footer.form-quote fieldset label {
        width: 100%;
        float: left;
        margin: 0px 0 20px;
        font-size: 25px;
        line-height: 27px;
    }
    .box-brown {
        padding: 20px;
    }
    .become-a-pro-new-button {
        padding: 20px;
    }
    hr.divider-hp {
        margin: 20px 0;
    }

    /* MOBILE V2 */
    html.device-mobile .header.mobile-header-v2 .btn-call.show-on-mobile {
        display: none !important;
    }
    html.device-mobile .header.mobile-header-v2 .wrap-phone.hide-on-mobile {
        width: 100%;
        float: none;
        display: inline-block !important;
        text-align: center;
    }
    html.device-mobile .header.mobile-header-v2 .span6.text-left,
    html.device-mobile .header.mobile-header-v2 .span6.text-right {
        width: 100%;
        display: inline-block;
        text-align: center;
    }
    html.device-mobile .header.mobile-header-v2 .wrap-phone.hide-on-mobile a {
        margin-bottom: 5px;
        float: none;
        font-size: 20px;
        line-height: 22px;
        display: inline-block;
    }
    html.device-mobile .header.mobile-header-v2 .wrap-phone.hide-on-mobile p,
    html.device-mobile .header.mobile-header-v2 .wrap-phone.hide-on-mobile span {
        display: none;
    }
    html.device-mobile .header.mobile-header-v2 a.logo {
        margin: 7px 0 5px;
    }

    .wrap-city-zip-string label {
      display: none;
    }

    form.form-step.homeowner-information label {
      display: none;
    }
    form.form-step.homeowner-information input::placeholder {
        color: #999;
    }

}

@media (max-width: 420px) {
    .wrap-schedule-a-call-popup {
        width: 100%;
        max-width: 380px;
    }
}

/* Landscape phones and down */
@media (max-width: 321px) {
    .header a.logo img {
        max-width: 190px;
    }
    .header .btn-call {
        padding: 14px 10px 10px;
    }
    .wrap-banner , .landing-page-steps {
        margin-top: 68px;
    }
    .become-a-pro-button div {
        font-size: 11px;
        margin-top: 5px;
    }
    .footer {
        font-size: 11px;
    }

    .form-quote.form-quote-type-2 legend {
        font-size: 20px;
        line-height: 24px;
    }
    .wrap-banner .wrap-banner-content h1 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .form-quote.form-quote-type-2 .group-radio span {
        font-size: 12px;
        line-height: 14px;
    }

    .wrap-banner .wrap-banner-content h4 {
        display: none;
    }

    .form-quote .form-stickers img {
        width: 30%;
    }
}

.test {
  color: transparent;
}
