.slinky-menu {
    overflow: hidden;
    transform: translateZ(0)
}

.slinky-menu>ul {
    left: 0;
    position: relative;
    transform: translateZ(0)
}

.slinky-menu ul,.slinky-menu li {
    list-style: none;
    margin: 0
}

.slinky-menu ul {
    width: 100%
}

.slinky-menu a {
    align-items: center;
    display: flex
}

.slinky-menu a span {
    flex: 1;
    line-height: 1.4
}

.slinky-menu li ul {
    display: none;
    left: 100%;
    position: absolute;
    top: 0
}

.slinky-menu .header {
    display: flex
}

.slinky-menu .header .title {
    flex: 1;
    line-height: 1.4;
    margin: 0;
    order: 1
}

.slinky-theme-default {
    background: #f6f7f8
}

.slinky-theme-default .title {
    color: #333;
    padding: 1em
}

.slinky-theme-default li {
    line-height: 1
}

.slinky-theme-default a:not(.back) {
    color: #333;
    padding: 1em
}

.slinky-theme-default a:not(.back):hover {
    background: rgba(90,200,250,0.25)
}

.slinky-theme-default a:not(.back):active {
    background: rgba(90,200,250,0.5)
}

.slinky-theme-default .next::after,.slinky-theme-default .back::before {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+ICAgIDxwYXRoIGQ9Ik0xMi4yMTkgMi4yODFMMTAuNzggMy43MiAxOC4wNjIgMTFIMnYyaDE2LjA2M2wtNy4yODIgNy4yODEgMS40MzggMS40MzggOS05IC42ODctLjcxOS0uNjg3LS43MTl6IiAvPjwvc3ZnPg==) center no-repeat;
    background-size: 1em;
    content: '';
    height: 1em;
    opacity: 0.25;
    transition: 200ms;
    width: 1em
}

.slinky-theme-default .next::after {
    margin-left: 1em
}

.slinky-theme-default .back::before {
    padding: 1em;
    transform: scaleX(-1)
}

.slinky-theme-default .next:hover::after,.slinky-theme-default .back:hover::before {
    opacity: 0.75
}

.slinky-theme-default .next:active::after,.slinky-theme-default .back:active::before {
    opacity: 1
}

.slinky-theme-white {
    background: #fff
}

.slinky-theme-white.mobile_menu {
    height: 100% !important
}

.slinky-theme-white .title {
    color: #333;
    padding: 1em
}

.slinky-theme-white li {
    line-height: 1;
    margin: 1rem 0
}

.slinky-theme-white a:not(.back) {
    color: #666;
    padding: 0 0 0 1em
}

.slinky-theme-white a:not(.back):hover {
    text-decoration: none
}

.slinky-theme-white a:not(.back):active {
    background: rgba(90,200,250,0.5)
}

.slinky-theme-white .next::after,.slinky-theme-white .back::before {
    content: "\f105";
    font-family: FontAwesome;
    height: 1em;
    transition: 200ms;
    width: 1em
}

.slinky-theme-white .next::after {
    margin-bottom: 0.2em;
    margin-left: 1em
}

.slinky-theme-white .back::before {
    padding: 1em;
    transform: scaleX(-1)
}

.slinky-theme-white .next:active::after,.slinky-theme-white .back:active::before {
    opacity: 1
}

.slinky-theme-white .header {
    margin: 0
}

.slinky-theme-white .header a {
    color: #9CABB5;
    text-decoration: none
}

.slinky-theme-white .header a::before {
    color: #9CABB5;
    margin-bottom: 1.4em
}

.slinky-theme-white ul>li:nth-child(2) {
    margin-top: 0
}

.nav-drawer.with-drilldown {
    padding: 0 15px !important
}

@keyframes slideInFromTop {
    0% {
        transform: translateY(-100%)
    }

    100% {
        transform: translateY(0)
    }
}

body.when-to-build {
    font-size: 16px;
    background-color: #FFF
}

body.when-to-build .text-center {
    text-align: center
}

body.when-to-build .rebrand-banner {
    display: none
}

body.when-to-build .rebrand-banner.angi {
    animation: 500ms ease-out 0s 1 slideInFromTop;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0;
    margin: 0 auto;
    width: 100%;
    background-color: #e8fdf2;
    font-family: "National2Regular", "Helvetica", sans-serif;
    padding: 16px
}

body.when-to-build .rebrand-banner.angi .fa-close {
    width: 24px;
    height: 24px;
    margin: auto 16px;
    background-color: inherit;
    border: none
}

body.when-to-build .rebrand-banner.angi .fa-close:hover:before {
    color: #434343
}

body.when-to-build .sample-projects .slick-initialized {
    display: block
}

body.when-to-build .sample-projects__header {
    padding: 0 0
}

body.when-to-build .sample-projects__header h2,body.when-to-build .sample-projects__header h4 {
    float: none
}

body.when-to-build .sample-projects__header h4 {
    margin-top: 16px
}

body.when-to-build .sample-projects__container {
    margin-top: 45px;
    margin-bottom: 65px;
    display: none
}

body.when-to-build .sample-projects__container .slick-list {
    user-select: text
}

body.when-to-build .sample-projects__container .slick-list.draggable {
    user-select: none
}

body.when-to-build .sample-projects__container .item {
    padding: 0;
    margin-bottom: 8px;
    width: 111px;
    margin-right: 20px
}

body.when-to-build .sample-projects__container .item .key {
    margin-bottom: 4px;
    color: #9CABB5
}

body.when-to-build .sample-projects__container .card-prev,body.when-to-build .sample-projects__container .card-next {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    font-size: 28px;
    color: #9CABB5
}

body.when-to-build .sample-projects__container .card-prev {
    left: -55px
}

body.when-to-build .sample-projects__container .card-next {
    right: -38px
}

body.when-to-build .sample-projects__container .slick-track {
    padding-top: 40px
}

body.when-to-build .sample-projects__container .card-wrapper {
    outline: none
}

body.when-to-build .sample-projects__container .card-wrapper .card {
    min-height: 400px;
    border: 1px solid #EEEEEE;
    border-radius: 3.5px;
    background: #FFFFFF;
    color: #434343;
    margin: 0 20px 0 0;
    padding: 41px 24px 16px;
    position: relative
}

body.when-to-build .sample-projects__container .card-wrapper .card .icon {
    box-sizing: border-box;
    height: 50px;
    width: 50px;
    position: absolute;
    top: -6%;
    left: 42%
}

body.when-to-build .sample-projects__container .card-wrapper .card__title {
    font-size: 16px;
    text-align: center;
    margin-bottom: 8px
}

body.when-to-build .sample-projects__container .card-wrapper .card__fields {
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
    margin-right: -24px
}

body.when-to-build .sample-projects__container .card-wrapper .card__description {
    margin-top: 16px;
    font-size: 12px
}

body.when-to-build .sample-projects__container .card-wrapper .card__description .item {
    margin-bottom: 0;
    width: auto;
    max-height: 140px;
    overflow: hidden
}

body.when-to-build nav#pagination {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    margin: 2rem 0
}

body.when-to-build nav#pagination li {
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.1875rem;
    font-size: 1rem
}

body.when-to-build nav#pagination a {
    display: block;
    text-decoration: none;
    padding: 0.4375rem 0.875rem;
    border-radius: 0.1875rem;
    color: #434343
}

body.when-to-build nav#pagination .current {
    padding: 0.4375rem 0.8125rem;
    background: #00CDED;
    color: white;
    cursor: default
}

body.when-to-build nav#pagination .pagination-previous,body.when-to-build nav#pagination .pagination-next {
    width: 2.5rem;
    height: 2.5rem
}

body.when-to-build nav#pagination .pagination-previous a,body.when-to-build nav#pagination .pagination-next a {
    padding: 0.625rem
}

body.when-to-build nav#pagination .pagination-previous {
    text-align: left
}

body.when-to-build nav#pagination .pagination {
    text-align: center;
    width: 15.9375rem
}

body.when-to-build nav#pagination .pagination-next {
    text-align: right
}

body.when-to-build .row .row {
    margin-left: 0;
    margin-right: 0
}

body.when-to-build .columns {
    padding-left: 0;
    padding-right: 0
}

body.when-to-build .columns.header-logo {
    padding-left: 1em;
    padding-right: 1em
}

body.when-to-build .tooltip {
    font-size: .875em;
    border-radius: 5px;
    padding: 1.25em 1.5em
}

body.when-to-build .tooltip>.nub {
    display: none
}

body.when-to-build .tooltip .tap-to-close {
    display: none
}

body.when-to-build .text-left {
    text-align: left
}

body.when-to-build .xlarge-only,body.when-to-build .xlarge-only-inline {
    display: none
}

body.when-to-build h1 {
    font-size: 2em;
    font-weight: 300;
    line-height: 1.25em;
    text-align: center
}

body.when-to-build h2 {
    font-size: 1.625em;
    color: #434343;
    line-height: 1.25em;
    text-align: center;
    font-weight: 300
}

body.when-to-build h3 {
    font-size: 1.375em;
    font-weight: 300;
    line-height: 1.25em;
    text-align: center
}

body.when-to-build h4 {
    font-size: 1.25em;
    line-height: 1.25em;
    font-weight: 300;
    text-align: center;
    margin-top: 1em;
    width: 100%
}

body.when-to-build hr {
    overflow: hidden;
    margin-left: .75em;
    margin-bottom: 0;
    padding-bottom: .25em;
    margin-top: 1.25em
}

body.when-to-build .non-drawer-content {
    background-color: #FFF !important
}

body.when-to-build .stars {
    color: #FFB600;
    font-size: 1.125em
}

body.when-to-build .site-header {
    box-shadow: none !important
}

body.when-to-build .site-header .menu-icon::after {
    background: #979797;
    box-shadow: 0 7px 0 #979797, 0 14px 0 #979797
}

body.when-to-build .section-header {
    padding: 3em 0
}

body.when-to-build .section-header .section-sub-header {
    float: left;
    margin: 0.5em 0 0 0
}

body.when-to-build .section-header.centered h2,body.when-to-build .section-header.centered h4 {
    width: 100%;
    text-align: center
}

body.when-to-build .top-profs .section-header {
    padding-bottom: 1em
}

body.when-to-build .top-profs .profile-avatar {
    display: inline-block;
    margin-right: 5px
}

body.when-to-build .top-profs .profile-avatar img {
    height: 80px;
    width: 80px
}

body.when-to-build .top-profs .pro-card {
    min-height: auto;
    min-width: auto;
    padding: 1em
}

body.when-to-build .top-profs .review {
    color: #727272;
    font-size: 12px;
    line-height: 15px;
    border-top: 0.7px solid #D8D8D8
}

body.when-to-build .top-profs .profile-info {
    color: #434343;
    line-height: 14px;
    display: inline-block;
    vertical-align: top
}

body.when-to-build .top-profs .profile-info .name {
    font-size: 14.7px;
    font-weight: bold
}

body.when-to-build .top-profs .profile-info .ratings {
    height: 14.7px;
    width: 83.3px;
    color: #FFB600;
    font-size: 12.6px
}

body.when-to-build .top-profs .profile-info .badge {
    padding: 5px 0
}

body.when-to-build .top-profs .profile-info .badge,body.when-to-build .top-profs .profile-info .jobs {
    height: 14px;
    font-size: 11.2px
}

body.when-to-build .top-profs .profile-info .ratings,body.when-to-build .top-profs .profile-info img {
    margin-top: 2px;
    margin-right: 5px
}

body.when-to-build .top-profs .profile-info .badge img {
    margin-top: 4px;
    height: 10px;
    width: 10px
}

body.when-to-build .top-profs .profile-info .jobs img {
    height: 12px;
    width: 12px
}

body.when-to-build .customer-reviews .section-header {
    padding-bottom: 0
}

body.when-to-build .customer-reviews .customer-review {
    margin-top: 2em
}

body.when-to-build .customer-reviews .customer-reviews-title {
    padding-bottom: 1em
}

body.when-to-build .customer-reviews .customer-reviews-title * {
    display: inline-block;
    font-size: 20px;
    font-weight: 300;
    line-height: 25px
}

body.when-to-build .customer-reviews .customer-reviews-title .rating-stars-display {
    padding-right: 10px
}

body.when-to-build .customer-reviews .customer-reviews-title .region {
    color: #8fa0ab
}

body.when-to-build .faq .section-header,body.when-to-build .furniture_assembly .section-header {
    padding-bottom: 2em
}

body.when-to-build .big-block-of-text {
    padding-top: 2em
}

body.when-to-build .big-block-of-text h1 {
    text-align: left;
    padding-bottom: 0.5em
}

body.when-to-build .big-block-of-text h2 {
    width: 100%
}

@media only screen and (max-width: 1365px) {
    body.when-to-build .mount_tv-quote-bg,body.when-to-build .home_cleaning-quote-bg,body.when-to-build .mount_tv-quote-bg-webp,body.when-to-build .home_cleaning-quote-bg-webp,body.when-to-build .user-self-scheduling-bg,body.when-to-build .lamps-plus-confirmation-bg {
        min-height:16em
    }
}

@media only screen and (min-width: 1024px) {
    body.when-to-build .mount_tv-quote-bg,body.when-to-build .home_cleaning-quote-bg,body.when-to-build .mount_tv-quote-bg-webp,body.when-to-build .home_cleaning-quote-bg-webp,body.when-to-build .user-self-scheduling-bg,body.when-to-build .lamps-plus-confirmation-bg {
        min-height:20em;
        background-size: 100%;
    }
}

body.when-to-build .furniture_assembly.when-to-build {
    padding-bottom: 2em
}

body.when-to-build .disclaimer {
    color: #9CABB5;
    font-size: .75em;
    line-height: 1.25em;
    text-align: center;
    margin-top: 1em
}

body.when-to-build .disclaimer a {
    color: #9CABB5;
    text-decoration: underline;
    cursor: pointer
}

body.when-to-build .disclaimer .form-text a {
    color: #434343
}

body.when-to-build .how-it-works:not(.even-section) {
    margin-bottom: 3em
}

body.when-to-build .how-it-works .columns {
    margin-bottom: 3em
}

body.when-to-build .how-it-works .columns:last-child {
    margin-bottom: 0
}

body.when-to-build .how-it-works h3,body.when-to-build .how-it-works p {
    margin-top: 1em
}

body.when-to-build .how-it-works p {
    font-size: 18px;
    font-weight: 300;
    line-height: 23px
}

body.when-to-build .how-it-works h3 {
    font-size: 21px;
    font-weight: 300;
    line-height: 27px
}

body.when-to-build .why-handy .service,body.when-to-build .why-handy .why,body.when-to-build .services-offered .service,body.when-to-build .services-offered .why {
    margin-bottom: 1.5em
}

body.when-to-build .why-handy .fa-check,body.when-to-build .services-offered .fa-check {
    color: #8BC53E;
    text-align: center;
    margin-top: .25em
}

body.when-to-build .why-handy .section-header {
    padding-bottom: 1em
}

body.when-to-build .why-handy p {
    font-size: 1.25em;
    line-height: 1.25em;
    padding-bottom: 0.5em
}

body.when-to-build .why-handy a {
    line-height: 1.2em
}

body.when-to-build .most-trusted-name-items h4 {
    padding-top: 0px;
    margin-top: 0px;
    text-align: left
}

body.when-to-build .most-trusted-name-items .get-started {
    margin-top: 0
}

body.when-to-build .most-trusted-name-items .most-trusted-name-item {
    margin-bottom: 2em
}

body.when-to-build .most-trusted-name-items .most-trusted-name-item .description {
    padding-top: 0.5em;
    line-height: 20px
}

body.when-to-build .most-trusted ul {
    font-size: 1em;
    margin: 0.2em;
    padding-left: 1em
}

body.when-to-build .most-trusted ul li {
    list-style-type: disc
}

body.when-to-build .why-handy .get-started {
    margin-top: 1.5em
}

body.when-to-build .why-handy .get-started div {
    width: 100%;
    margin: 0
}

body.when-to-build .customer-reviews h4:not(.section-sub-header) {
    text-align: left;
    margin-top: .5em;
    margin-bottom: .75em
}

body.when-to-build .customer-reviews .customer-review {
    margin-top: 2em
}

body.when-to-build .customer-reviews .customer-review:first-child {
    margin-top: 0
}

body.when-to-build .get-started {
    margin-top: 1.5em;
    margin-bottom: 5rem;
    max-width: 16em
}

body.when-to-build .get-started button {
    font-size: 1.25em;
    padding: .5em;
    width: 100%
}

body.when-to-build .get-started .button-container {
    width: 240px
}

body.when-to-build .hours-recommendation {
    margin-top: -1.5em;
    color: #9CABB5
}

body.when-to-build .hours-recommendation select {
    text-decoration: underline;
    width: auto;
    color: #9CABB5;
    display: inline-block
}

body.when-to-build .when-phone::placeholder {
    color: #BABBBD;
    opacity: 1
}

body.when-to-build .when-phone::-ms-input-placeholder {
    color: #BABBBD
}

body.when-to-build .hide-overflow {
    white-space: nowrap;
    overflow: hidden
}

body.when-to-build .post-charges-form .form-container.service-details,body.when-to-build .self-scheduling-form .form-container.service-details {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5)
}

body.when-to-build .post-charges-form .new-credit-card-image,body.when-to-build .self-scheduling-form .new-credit-card-image {
    margin: 1em 0
}

@media only screen and (max-width: 64em) {
    body.when-to-build .post-charges-form .credit-card-number,body.when-to-build .self-scheduling-form .credit-card-number {
        margin-bottom:1em
    }
}

body.when-to-build .quote-request-form #quote_request_base_hours,body.when-to-build .post-charges-form #quote_request_base_hours,body.when-to-build .self-scheduling-form #quote_request_base_hours {
    padding-right: 0;
    width: 5em
}

body.when-to-build .quote-request-form .form-container,body.when-to-build .post-charges-form .form-container,body.when-to-build .self-scheduling-form .form-container {
    padding: 2.5em 1em;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
    margin-top: -15.5em;
    background-color: #FFF
}

@media only screen and (max-width: 40em) {
    body.when-to-build .quote-request-form .form-container,body.when-to-build .post-charges-form .form-container,body.when-to-build .self-scheduling-form .form-container {
        box-shadow:none
    }
}

body.when-to-build .quote-request-form input[type="text"],body.when-to-build .quote-request-form input[type="email"],body.when-to-build .quote-request-form input[type="tel"],body.when-to-build .quote-request-form select,body.when-to-build .post-charges-form input[type="text"],body.when-to-build .post-charges-form input[type="email"],body.when-to-build .post-charges-form input[type="tel"],body.when-to-build .post-charges-form select,body.when-to-build .self-scheduling-form input[type="text"],body.when-to-build .self-scheduling-form input[type="email"],body.when-to-build .self-scheduling-form input[type="tel"],body.when-to-build .self-scheduling-form select {
    font-size: 1em;
    padding-top: .75em;
    padding-bottom: .75em;
    line-height: 1.375em
}

body.when-to-build .quote-request-form button,body.when-to-build .post-charges-form button,body.when-to-build .self-scheduling-form button {
    font-size: 1.125em;
    padding: .5em 3.5em;
    margin-top: 1.25em;
    width: 100%
}

body.when-to-build .quote-request-form .stars,body.when-to-build .post-charges-form .stars,body.when-to-build .self-scheduling-form .stars {
    display: inline-block;
    margin-right: .5em
}

body.when-to-build .quote-request-form .form-select-wrapper,body.when-to-build .post-charges-form .form-select-wrapper,body.when-to-build .self-scheduling-form .form-select-wrapper {
    margin: 0
}

body.when-to-build .quote-request-form .form-select-wrapper:after,body.when-to-build .post-charges-form .form-select-wrapper:after,body.when-to-build .self-scheduling-form .form-select-wrapper:after {
    top: .625em
}

body.when-to-build .quote-request-form .adjacent-right,body.when-to-build .post-charges-form .adjacent-right,body.when-to-build .self-scheduling-form .adjacent-right {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

@media only screen and (min-width: 48.0625em) {
    body.when-to-build .quote-request-form .adjacent-right,body.when-to-build .post-charges-form .adjacent-right,body.when-to-build .self-scheduling-form .adjacent-right {
        padding-right:0.1em
    }
}

@media (min-width: 1281px) and (max-width: 1340px) {
    body.when-to-build .quote-request-form .pikaday.adjacent-right,body.when-to-build .post-charges-form .pikaday.adjacent-right,body.when-to-build .self-scheduling-form .pikaday.adjacent-right {
        padding-left:0.1em;
        text-align: center
    }
}

body.when-to-build .quote-request-form .adjacent-left,body.when-to-build .post-charges-form .adjacent-left,body.when-to-build .self-scheduling-form .adjacent-left {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

body.when-to-build .quote-request-form .form-element,body.when-to-build .post-charges-form .form-element,body.when-to-build .self-scheduling-form .form-element {
    padding-bottom: 1em
}

body.when-to-build .quote-request-form .header,body.when-to-build .post-charges-form .header,body.when-to-build .self-scheduling-form .header {
    margin-bottom: 1em
}

body.when-to-build .quote-request-form .reviews,body.when-to-build .post-charges-form .reviews,body.when-to-build .self-scheduling-form .reviews {
    margin-bottom: 2em
}

body.when-to-build .quote-request-form .review-count,body.when-to-build .post-charges-form .review-count,body.when-to-build .self-scheduling-form .review-count {
    display: inline-block;
    padding-left: 1em
}

body.when-to-build .build-page-mobile-receipt {
    padding: .625em 1.75em;
    border-top: 1px solid #CCC
}

body.when-to-build .build-page-mobile-receipt h1 {
    text-align: right;
    color: #00CDED;
    font-weight: bold;
    font-size: 1.5em
}

body.when-to-build .build-page-mobile-receipt h1 span {
    font-size: .675em;
    vertical-align: text-top;
    padding-left: .25em
}

body.when-to-build .build-page-mobile-receipt p {
    font-size: .875em
}

body.when-to-build .build-page-desktop-receipt {
    max-width: 18.75em;
    background-color: #FFF;
    padding: 2.375em 2em;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
    margin-top: -12em;
    margin-left: 4em
}

body.when-to-build .build-page-desktop-receipt h4 {
    font-size: 1.125em;
    margin-top: 0;
    margin-bottom: .5em
}

body.when-to-build .build-page-desktop-receipt hr {
    margin-left: -2em;
    margin-right: -2em;
    margin-bottom: 1.25em
}

body.when-to-build .build-page-desktop-receipt hr.details {
    margin-bottom: 2.5em
}

body.when-to-build .build-page-desktop-receipt .bottom-tip {
    margin-top: 6em;
    clear: both
}

body.when-to-build .even-section {
    background-color: #f9f9f9;
    padding-bottom: 2em;
    max-width: 100% !important
}

body.when-to-build .even-section.most-trusted-name {
    padding: 2em 0
}

body.when-to-build .even-section.most-trusted-name.mount_tv {
    padding-top: 2em
}

body.when-to-build .even-section.items-with-background-image {
    padding-bottom: 40px
}

body.when-to-build .mount_tv.most-trusted-name .most-trusted-name-item {
    margin-bottom: 2em
}

body.when-to-build .frame-container {
    background-color: #FFFFFF;
    border: 1.4px solid #EEEEEE;
    box-shadow: 0 2px 4px 0 #EAEAEA
}

body.when-to-build .services-offered-section {
    padding-top: 40px;
    word-wrap: break-word
}

body.when-to-build .services-offered-section .frame-container {
    border: 1px solid #FFFFFF;
    padding-bottom: 40px
}

body.when-to-build .services-offered-section .home-cleaning .pad-left {
    padding-left: 1em
}

body.when-to-build .services-offered-section h2,body.when-to-build .services-offered-section h4 {
    text-align: left
}

body.when-to-build .build-page h1 {
    font-size: 1.625em;
    font-weight: bold;
    line-height: 1.25em;
    text-align: left
}

body.when-to-build .build-page.angi {
    font-family: "National2Regular", "Helvetica", sans-serif
}

body.when-to-build .build-page.angi *:not(i) {
    font-family: inherit
}

body.when-to-build .build-page.angi .question-row .option-text {
    border-radius: 8px
}

body.when-to-build .build-page.angi .question-row .option-text.selected {
    padding: 0.75em;
    border: 1px solid #282827;
    box-shadow: inset 0px 0px 0px 1px #282827
}

body.when-to-build .build-page.quote-request-form,body.when-to-build .build-page.post-charges-form,body.when-to-build .build-page.self-scheduling-form {
    padding-top: 2em;
    margin-bottom: 2em;
    top: 9em
}

body.when-to-build .build-page.quote-request-form .header,body.when-to-build .build-page.post-charges-form .header,body.when-to-build .build-page.self-scheduling-form .header {
    margin-bottom: 1.5em
}

body.when-to-build .build-page.quote-request-form button,body.when-to-build .build-page.post-charges-form button,body.when-to-build .build-page.self-scheduling-form button {
    margin-top: 0;
    font-size: 1.5em;
    font-weight: 300;
    line-height: 1.25em;
    padding: .675em
}

body.when-to-build .build-page.quote-request-form button.post-charges-submit,body.when-to-build .build-page.post-charges-form button.post-charges-submit,body.when-to-build .build-page.self-scheduling-form button.post-charges-submit {
    font-size: 1.125em;
    padding: 1em
}

@media only screen and (min-width: 40.0625em) {
    body.when-to-build .build-page.quote-request-form button.post-charges-submit,body.when-to-build .build-page.post-charges-form button.post-charges-submit,body.when-to-build .build-page.self-scheduling-form button.post-charges-submit {
        padding:1.125em
    }
}

body.when-to-build .build-page i.fa-question-circle-o {
    padding-left: .125em
}

body.when-to-build .build-page .question-row {
    margin-bottom: 3em
}

body.when-to-build .build-page .question-row .question-text {
    margin-bottom: 1.5em
}

body.when-to-build .build-page .question-row .question {
    font-size: 1.125em
}

body.when-to-build .build-page .question-row .two-across-text,body.when-to-build .build-page .question-row .two-across-img {
    padding-right: 1em
}

body.when-to-build .build-page .question-row .option-text {
    position: relative;
    width: 100%;
    border: 1px solid #9CABB5;
    border-radius: 3px;
    padding: .75em;
    margin-bottom: 1em
}

body.when-to-build .build-page .question-row .option-text:hover {
    border: 1px solid rgba(0,0,0,0.2);
    cursor: pointer;
    transition: border 500ms
}

body.when-to-build .build-page .question-row .option-text.selected {
    border: 3px solid #00CDED;
    padding: .625em
}

body.when-to-build .build-page .question-row .option-text img {
    margin-top: -.625em;
    margin-bottom: .5em
}

body.when-to-build .build-page .question-row .option-text span {
    display: block;
    line-height: 1.25em
}

body.when-to-build .build-page .question-row .option-text span.text-only {
    line-height: 1.5em;
    margin: 1.25em 1em
}

body.when-to-build .build-page .question-row .two-across-img .option-text {
    height: 7.5em;
    padding-left: 0;
    padding-right: 0
}

body.when-to-build .faq .header {
    font-size: 2em;
    font-weight: bold;
    line-height: 1.25em;
    margin-bottom: 1em
}

body.when-to-build .faq .faq-question-text {
    font-size: 1.25em;
    line-height: 1.25em;
    padding-bottom: .5em;
    overflow: hidden;
    border-bottom: 1px solid #D1D1D1;
    margin-bottom: .75em;
    cursor: pointer
}

body.when-to-build .faq .faq-question-text .expander {
    color: #D1D1D1;
    font-size: 2em;
    line-height: .75em;
    width: 23px;
    margin-right: 20px;
    font-variant: unicase
}

body.when-to-build .faq .faq-question-text p {
    margin-left: 10px;
    width: calc(100% - 53px)
}

body.when-to-build .faq .faq-answer-text {
    clear: both;
    margin: 0 20px 2em 20px
}

body.when-to-build .faq .faq-answer-text li {
    list-style-type: disc;
    margin-left: 1.25em
}

body.when-to-build .locations h2,body.when-to-build .locations h4 {
    text-align: center;
    width: 100%
}

body.when-to-build .locations .section-header {
    padding-bottom: 2em
}

body.when-to-build .locations .frame-container {
    min-height: 340px
}

body.when-to-build .locations .locations-list {
    padding: 4em 0 4em 4em
}

body.when-to-build .locations .locations-list a,body.when-to-build .locations .locations-list a:visited,body.when-to-build .locations .locations-list .fa {
    color: #434343;
    font-size: 20px;
    line-height: 33px
}

body.when-to-build .locations .locations-list .fa {
    padding-right: 0.2em;
    line-height: 32px
}

body.when-to-build .big-block-of-text h1,body.when-to-build .big-block-of-text h2 {
    padding: 0.5em 0;
    float: unset
}

body.when-to-build .big-block-of-text p {
    padding: 0.5em 0;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5em
}

    body.when-to-build .backgrounds-room {
        background-image: url(../images/bg1.jpg)
    }

    body.when-to-build .backgrounds-tv_mount {
        background-image: url(../images/bg2.jpg)
    }

    body.when-to-build .backgrounds-practice {
        background-image: url(../images/bg3.jpg)
    }

}

body.when-to-build .items-with-background-image .item-with-background-image {
    margin: 0
}

@media only screen and (min-width: 1024px) {
    body.when-to-build .items-with-background-image .item-with-background-image {
        min-height:320px;
        width: 100%;
        background-repeat: no-repeat;
        display: flex
    }

    body.when-to-build .items-with-background-image .item-with-background-image.right {
        background-position: right top
    }

    body.when-to-build .items-with-background-image .item-with-background-image.left {
        background-position: left top
    }
}

body.when-to-build .items-with-background-image .item-with-background-image .columns {
    margin: auto;
    padding: 30px
}

body.when-to-build .items-with-background-image .item-with-background-image .columns h4 {
    margin: 0 0 0.3em 0
}

body.when-to-build .items-with-background-image .item-with-background-image h4 {
    font-size: 1.4em
}

body.when-to-build .when-to-build-bg,body.when-to-build .when-to-build-bg-webp {
    height: 260px;
    background-color: #D9E0E4;
    background-repeat: no-repeat;
    background-size: cover
}

body.when-to-build .when-main-container {
    padding: 3em 1em 0 1em;
    margin: 0
}

body.when-to-build .when-main-container .service-name-when {
    font-size: 32px;
    font-weight: 300;
    line-height: 41px;
    text-align: left
}

body.when-to-build .when-main-container .service-desc-when {
    text-align: left;
    padding: 2em 0 1em 0;
    margin-bottom: 0
}

body.when-to-build .when-main-container .service-desc-when,body.when-to-build .when-main-container .why-handy {
    font-size: 20px;
    font-weight: 300;
    line-height: 25px
}

body.when-to-build .furniture_assembly .when-checkout-container {
    padding: 1em 1em 0 1em;
    margin: 0;
    float: right;
    margin-top: -180px
}

body.when-to-build .furniture_assembly .when-checkout-container .payment-content-wrapper {
    margin: 0;
    box-shadow: unset !important
}

body.when-to-build .furniture_assembly.how-it-works {
    margin-bottom: 0;
    padding-bottom: 0
}

body.when-to-build .furniture_assembly.most-trusted-name-items .section-header {
    padding: 2em 0 1em 0
}

body.when-to-build .furniture_assembly .why-handy .why {
    margin-bottom: 0;
    max-width: 440px
}

body.when-to-build .furniture_assembly .why-handy .row {
    padding: 0.5em 0
}

body.when-to-build .furniture_assembly .why-handy .fa-check {
    text-align: left;
    width: 2em
}

body.when-to-build .furniture_assembly .checkout-row {
    padding: 0 1em
}

body.when-to-build .review_count {
    border-bottom: 0.5px solid #434343
}

body.when-to-build .review_count,body.when-to-build .review_count:hover,body.when-to-build .review_count:visited {
    color: #434343;
    text-decoration: none
}


body.when-to-build .mount_tv-quote-bg {
    background-image: url('../images/bg01.jpg');
}


@media only screen and (max-width: 540px) {
    body.when-to-build .locations-list .columns {
        width:100%
    }

    body.when-to-build .why-handy h4,body.when-to-build .why-handy h2,body.when-to-build .big-block-of-text h4,body.when-to-build .big-block-of-text h2 {
        text-align: left
    }

    body.when-to-build .customer-reviews-title .rating-stars-display {
        width: 100%
    }

    body.when-to-build .locations .frame-container .locations-list {
        padding: 2em
    }
}

@media only screen and (min-width: 767px) {
    body.when-to-build .furniture_assembly .why-handy .why {
        max-width:300px
    }
}

@media only screen and (max-width: 1024px) {
    body.when-to-build .item-with-background-image {
        padding-bottom:30px
    }
}

@media only screen and (min-width: 40.0625em) and (max-width: 1024px) {
    body.when-to-build .why-handy h4,body.when-to-build .why-handy h2,body.when-to-build .big-block-of-text h4,body.when-to-build .big-block-of-text h2 {
        text-align:left
    }

    body.when-to-build .most-trusted-name-items .most-trusted-name-item {
        float: none;
        margin-left: auto;
        margin-right: auto
    }
}

@media only screen and (min-width: 1025px) {
    body.when-to-build h2 {
        font-size:2em;
        line-height: 1.25em;
        float: left
    }

    body.when-to-build h2,body.when-to-build h4 {
        text-align: left
    }

    body.when-to-build h4 {
        clear: both;
        margin-top: 1.5em
    }


    body.when-to-build .top-profs {
        display: flex
    }

    body.when-to-build .how-it-works-items {
        display: flex
    }

    body.when-to-build .how-it-works-items .columns {
        margin-left: auto;
        margin-right: auto
    }

    body.when-to-build .how-it-works-items .columns .how-it-works-icon {
        height: 64px;
        width: 64px;
        background-repeat: no-repeat;
        display: inline-block
    }

    body.when-to-build .how-it-works-items .columns p {
        margin-left: 1em;
        margin-right: 1em
    }

    body.when-to-build .how-it-works-items .icon-pick_time {
        background-image: url(../images/icon1.svg)
    }

    body.when-to-build .how-it-works-items .icon-phone {
        background-image: url(../images/icon2.svg)
    }

    body.when-to-build .how-it-works-items .icon-pro {
        background-image: url(../images/icon3.svg)
    }

    body.when-to-build .section-header-decorated h2 {
        position: relative;
        z-index: 1;
        width: 100%;
        text-align: center;
        margin: 0
    }

    body.when-to-build .section-header-decorated h2:before {
        border-top: 1px solid #BABBBD;
        content: "";
        margin: 0 auto;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1
    }

    body.when-to-build .section-header-decorated h2 span {
        background: #FFFFFF;
        padding: 0 50px
    }

    body.when-to-build .section-description {
        margin: 0
    }

    body.when-to-build .xlarge-only {
        display: block
    }

    body.when-to-build .xlarge-only-inline {
        display: inline-block
    }

    body.when-to-build .main-body-container>.row {
        max-width: 1440px
    }

    body.when-to-build .quote-request-form .form-element {
        padding-bottom: 1.5em;
        padding-right: 0.5em;
        padding-left: 0.5em
    }

    body.when-to-build .quote-request-form button {
        margin-top: 0
    }

    body.when-to-build .mount_tv-quote-bg,body.when-to-build .home_cleaning-quote-bg,body.when-to-build .mount_tv-quote-bg-webp,body.when-to-build .home_cleaning-quote-bg-webp,body.when-to-build .user-self-scheduling-bg,body.when-to-build .lamps-plus-confirmation-bg {
        min-height: 34.25em;
        max-width: 100% !important
    }

    body.when-to-build .spacer {
        min-height: 11em
    }

    body.when-to-build .spacer.build {
        min-height: 88em
    }

    body.when-to-build .build-page-mobile-receipt {
        display: none
    }

    body.when-to-build .build-page.quote-request-form .form-container,body.when-to-build .build-page.post-charges-form .form-container,body.when-to-build .build-page.self-scheduling-form .form-container {
        margin-top: -12em;
        padding-bottom: 5em;
        padding-right: 4em
    }

    body.when-to-build .build-page.quote-request-form .form-container.service-details,body.when-to-build .build-page.post-charges-form .form-container.service-details,body.when-to-build .build-page.self-scheduling-form .form-container.service-details {
        padding: 4em 5em
    }

    body.when-to-build .build-page.quote-request-form .form-container.service-details .options-equal-height,body.when-to-build .build-page.post-charges-form .form-container.service-details .options-equal-height,body.when-to-build .build-page.self-scheduling-form .form-container.service-details .options-equal-height {
        display: flex;
        flex-wrap: wrap
    }

    body.when-to-build .build-page.quote-request-form .form-container.service-details .two-across-text,body.when-to-build .build-page.post-charges-form .form-container.service-details .two-across-text,body.when-to-build .build-page.self-scheduling-form .form-container.service-details .two-across-text {
        margin-bottom: 1em
    }

    body.when-to-build .build-page.quote-request-form .form-container.service-details .two-across-text .option-text,body.when-to-build .build-page.post-charges-form .form-container.service-details .two-across-text .option-text,body.when-to-build .build-page.self-scheduling-form .form-container.service-details .two-across-text .option-text {
        margin-bottom: 0;
        height: 100%
    }

    body.when-to-build .build-page.quote-request-form .form-container.service-details-confirmation,body.when-to-build .build-page.post-charges-form .form-container.service-details-confirmation,body.when-to-build .build-page.self-scheduling-form .form-container.service-details-confirmation {
        padding: 2em 5em 4em
    }

    body.when-to-build .most-trusted-name-items .most-trusted-name-item {
        margin-bottom: 4em
    }

    body.when-to-build .most-trusted-name-items .most-trusted-name-item:nth-child(2) {
        float: right
    }

    body.when-to-build .most-trusted-name-items .most-trusted-name-item .description {
        padding-left: 1em
    }
}

@media only screen and (min-width: 1281px) {
    body.when-to-build .tooltip {
        max-width:25%
    }

    body.when-to-build .quote-request-form .form-container,body.when-to-build .post-charges-form .form-container {
        margin-top: -10em;
        padding: 2.5em 7.5em 1em
    }

    body.when-to-build .build-page .question-row .two-across-text {
        text-align: left
    }

    body.when-to-build .why-handy .service,body.when-to-build .why-handy .why,body.when-to-build .services-offered .service,body.when-to-build .services-offered .why {
        max-width: 100%
    }
}

body.when-to-build .lamps-plus-subheading,body.when-to-build .user-self-scheduling-subheading {
    margin-top: .8em
}

body.when-to-build .lamps-plus-subheading.bold,body.when-to-build .user-self-scheduling-subheading.bold {
    font-weight: bold
}

body.when-to-build .lamps-plus-subheading.post-charges-subheading,body.when-to-build .user-self-scheduling-subheading.post-charges-subheading {
    font-weight: bold
}

body.when-to-build .lamps-plus-subheading.payment-heading,body.when-to-build .user-self-scheduling-subheading.payment-heading {
    display: none
}

@media only screen and (min-width: 48.0625em) {
    body.when-to-build .lamps-plus-subheading.payment-heading,body.when-to-build .user-self-scheduling-subheading.payment-heading {
        font-size:1.25em;
        display: block
    }
}

body.when-to-build .lamps-plus-price {
    text-align: right;
    padding-right: .5em
}

body.when-to-build .lamps-plus-price.prepaid {
    color: #8BC53E
}

body.when-to-build .lamps-plus-price.prepaid.angi {
    color: #fc5647
}

@media only screen and (min-width: 40.0625em) {
    body.when-to-build .lamps-plus-charges-summary {
        margin-bottom:1em
    }
}

body.when-to-build .lamps-plus-charges-summary hr {
    margin: 0;
    padding: 0
}

body.when-to-build .lamps-plus-summary-line {
    padding-top: 1.5em;
    padding-bottom: 1.5em
}

body.when-to-build .lamps-plus-receipt-line {
    padding-top: 1.25em
}

body.when-to-build .lamps-plus-total-charge {
    font-size: 1.2rem
}

body.when-to-build .lamps-plus-total-charge p {
    line-height: 1em
}

body.when-to-build .lamps-plus-total-charge .lamps-plus-price {
    font-weight: bold
}

body.when-to-build .lamps-plus-mail-to {
    font-size: .875em;
    padding-top: 2em
}

body.when-to-build .lamps-plus-confirmation-icon {
    color: #8BC53E;
    font-size: 2.5em;
    text-align: center;
    margin-bottom: .2em
}

body.when-to-build .lamps-plus-confirmation-icon.angi {
    color: #fc5647
}

body.when-to-build .lamps-plus-confirmation-heading {
    margin-bottom: 1em
}

body.when-to-build .lamps-plus-confirmation-heading h1 {
    font-family: "Hdy Circular", sans-serif;
    text-align: center
}

body.when-to-build .lamps-plus-confirmation-copy {
    font-size: 1.125em;
    text-align: center;
    line-height: 1.125em
}

@media only screen and (min-width: 48.0625em) {
    body.when-to-build .customer-name-field,body.when-to-build .cc-field {
        width:90%
    }
}

body.when-to-build .customer-name-field {
    height: 2.5em
}

@media only screen and (min-width: 48.0625em) {
    body.when-to-build .customer-name-field {
        height:3.5em
    }
}

body.when-to-build .mobile-receipt-container {
    display: none
}

@media only screen and (max-width: 64em) {
    body.when-to-build .mobile-receipt-container {
        display:block
    }
}

body.when-to-build .mobile-receipt-container .mobile-receipt-borders {
    border-top: 2px solid #EEEEEE;
    border-bottom: 2px solid #EEEEEE
}

body.when-to-build .mobile-receipt-container .mobile-summary-container {
    padding: .5em 1em
}

body.when-to-build .mobile-receipt-container .mobile-summary-text {
    font-size: .625em
}

body.when-to-build .mobile-receipt-container .mobile-summary-text.price-label {
    text-align: center
}

body.when-to-build .mobile-receipt-container .mobile-summary-arrow {
    padding: .75em 0
}

body.when-to-build .mobile-receipt-container .mobile-summary-subheading {
    font-size: .75em;
    line-height: 1.25em
}

body.when-to-build .mobile-receipt-container .mobile-summary-subheading.total {
    line-height: 3.5em
}

body.when-to-build .mobile-receipt-container .mobile-summary-receipt {
    padding: 0 1em 1em
}

body.when-to-build .mobile-receipt-container .mobile-summary-receipt .lamps-plus-receipt-line {
    font-size: .75em
}

body.when-to-build .mobile-receipt-container .mobile-summary-price {
    font-size: 2em;
    font-weight: bold
}

body.when-to-build .payment-info {
    padding-top: 1em;
    padding-bottom: 1em
}

body.when-to-build .payment-info .terms {
    font-size: 0.75em;
    line-height: 1em;
    margin-top: 1em;
    margin-bottom: 2em
}

@media only screen and (min-width: 48.0625em) {
    body.when-to-build .payment-info .terms {
        margin-top:2em
    }
}

body.when-to-build .payment-info .terms a {
    text-decoration: underline;
    color: #434343 !important
}

#quote_when_form.tv-mounting .form-element {
    padding-bottom: 1em
}

#quote_when_form.tv-mounting .tv-mounting-opt-in {
    padding-bottom: 1em;
    text-align: center
}

#quote_when_form.tv-mounting .tv-mounting-opt-in label {
    margin-left: 1em;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

#quote_when_form.tv-mounting .tv-mounting-opt-in label.form-error::before {
    border: 2px solid #FF5C5C
}


@media only screen and (min-width: 1025px){
    body.when-to-build .locations .locations-bg, body.when-to-build .locations-bg-webp {
        background-image: url(../images/bgweb.svg);
        background-repeat: no-repeat;
        background-position: right;
    }
}