/* _content/ImproveNet/Components/AllProjects.razor.rz.scp.css */
@media (min-width: 768px) {
    .all_projects > ul[b-773t450zf1] {
        display: flex;
        flex: 0 1 auto;
        flex-wrap: wrap;
    }
}

.all_projects ul li[b-773t450zf1] {
    margin-bottom: 1.8rem;
    padding-bottom: 0;
}

.all_projects ul li a[b-773t450zf1] {
    color: #3b3835;
    font-weight: 700;
    text-decoration: underline;
}

.all_projects h5[b-773t450zf1] {
    border-top: 0.1rem solid #d6d6d6;
    padding-top: 1.5rem;
    margin-bottom: 1.8rem;
}

.all_projects h5 a[b-773t450zf1] {
    font-size: 1.6rem;
}

.all_projects .category_list[b-773t450zf1] {
    padding-left: 1.5rem;
}

.all_projects .category_list .category_list[b-773t450zf1] {
    padding-left: 0;
}

.all_projects .category_list li a[b-773t450zf1] {
    font-size: 1.4rem;
    line-height: 2.24rem;
}

.all_projects .more[b-773t450zf1],
.all_projects .expanded .has_more[b-773t450zf1] {
    display: none;
}

.all_projects .expanded .more[b-773t450zf1] {
    display: block;
}
@media (min-width: 768px) {
    .projects[b-773t450zf1] {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
}

@media (min-width: 768px) {
    .projects .column[b-773t450zf1] {
        box-sizing: border-box;
        padding: 0 1.5rem;
        width: 33.33333%;
    }
}
.has_more[b-773t450zf1] {
    color: #3b3835;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 2.24rem;
    text-decoration: underline;
}
.has_more:hover[b-773t450zf1] {
    cursor: pointer;
}
/* _content/ImproveNet/Components/MoreProjects.razor.rz.scp.css */
.projects ul li[b-zkvorwi7u6] {
    margin: 0 0 0.95rem 0;
    padding: 0;
}

@media (min-width: 768px) {
    .projects ul li[b-zkvorwi7u6] {
        box-sizing: border-box;
        display: block;
        float: left;
        margin: 1.1rem 1.1rem 0 0;
    }
}
.projects li h3[b-zkvorwi7u6] {
    background-color: #fff;
    border: 1px solid #a7a9ac;
    color: #3b3835;
    font-size: 1.8rem;
    line-height: 4.2rem;
    margin-bottom: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.projects li h3[b-zkvorwi7u6]:after {
    background-image: url("/Content/Images/arrow_right.svg");
    background-size: 7px 11px;
    content: '';
    display: block;
    height: 1.1rem;
    position: absolute;
    right: 0.8rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0.7rem;
}

.projects ul[b-zkvorwi7u6] {
    margin-bottom: 5rem;
}

@media (min-width: 768px) {
    .projects ul[b-zkvorwi7u6] {
        margin: 0 0 5rem;
    }

    .projects ul[b-zkvorwi7u6]:after {
        clear: both;
        content: '';
        display: block;
        height: 0;
        width: 100%;
    }
}

.projects ul li a[b-zkvorwi7u6] {
    color: #3b3835;
    display: block;
    font-size: 18px;
    line-height: 4.2rem;
    margin: 0;
    max-width: 100%;
    overflow: hidden;
    padding: 0 1.8rem 0 1.2rem;
    position: relative;
    text-decoration: none;
    text-overflow: ellipsis;
    text-transform: capitalize;
}

@media (min-width: 768px) {
    .projects ul li a[b-zkvorwi7u6] {
        padding: 0 5rem 0 1.2rem;
    }
}

.has_more[b-zkvorwi7u6] {
    text-decoration: underline;
}
/* _content/ImproveNet/Components/PopularProjects.razor.rz.scp.css */
.popular_projects ul[b-4enfxfiirj] {
    margin-bottom: 5.95rem;
}

@media (min-width: 768px) {
    .popular_projects ul[b-4enfxfiirj] {
        display: flex;
        flex: 0 1 auto;
        justify-content: space-between;
        margin-bottom: 7rem;
    }
}

.popular_projects li[b-4enfxfiirj] {
    margin-bottom: 0.95rem;
}

@media (min-width: 768px) {
    .popular_projects li[b-4enfxfiirj] {
        display: inline-block;
        margin-bottom: 0;
        width: calc((100% - 60px)/4);
    }
}

.popular_projects .photo[b-4enfxfiirj] {
    display: none;
}

@media (min-width: 768px) {
    .popular_projects .photo[b-4enfxfiirj] {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        display: block;
        height: 15rem;
        margin-bottom: 1rem;
        transition: opacity 0.4s;
    }
}

.popular_projects a[b-4enfxfiirj] {
    text-decoration: none;
}

.popular_projects li a:hover .photo[b-4enfxfiirj] {
    opacity: 0.8;
}

.photo.electrical[b-4enfxfiirj] {
    background-image: url("/Content/Images/electrical.jpg");
}

.photo.hvac[b-4enfxfiirj] {
    background-image: url("/Content/Images/hvac.jpg");
}

.photo.handyman[b-4enfxfiirj] {
    background-image: url("/Content/Images/handyman.jpg");
}

.photo.painter[b-4enfxfiirj] {
    background-image: url("/Content/Images/painting.jpg");
}

.popular_projects li h3[b-4enfxfiirj] {
    background-color: #fff;
    border: 1px solid #a7a9ac;
    color: #3b3835;
    font-size: 1.8rem;
    line-height: 4.2rem;
    margin-bottom: 0;
    overflow: hidden;
    padding: 0 1.8rem 0 1.2rem;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.popular_projects li h3[b-4enfxfiirj]:after {
    background-image: url("/Content/Images/arrow_right.svg");
    background-size: 7px 11px;
    content: '';
    display: block;
    height: 1.1rem;
    position: absolute;
    right: 0.8rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0.7rem;
}
/* _content/ImproveNet/Pages/Index.razor.rz.scp.css */
h1[b-oqjwqe8lii] {
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 2.835rem;
    margin-bottom: 3rem;
}

@media (min-width:768px) {
    h1[b-oqjwqe8lii] {
        font-size: 3.4rem;
        line-height: 4.08rem;
        margin-bottom: 4rem;
    }
}
/* _content/ImproveNet/Shared/MainLayout.razor.rz.scp.css */
.header[b-iw7lbzk3x4] {
    background-color: #00283b;
    margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
    .header[b-iw7lbzk3x4] {
        margin-bottom: 2.5rem;
    }
}
.header .container[b-iw7lbzk3x4] {
    display: flex;
    flex: 0 1 auto;
    height: 4.8rem;
    justify-content: space-between;
    padding: 0 0.6rem;
}
.left[b-iw7lbzk3x4] {
    display: flex;
    flex: 0 1 auto;
}
.logo[b-iw7lbzk3x4], .tagline[b-iw7lbzk3x4], .right[b-iw7lbzk3x4] {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.logo img[b-iw7lbzk3x4] {
    display: block;
    height: 3.5rem;
    width: 17.3rem;
}
.tagline[b-iw7lbzk3x4] {
    padding-left: 1.5rem;
}
@media (max-width: 767px) {
    .tagline[b-iw7lbzk3x4] {
        display: none;
        padding: 0;
    }
}
.tagline p[b-iw7lbzk3x4] {
    color: #d3d8d8;
    font-size: 1.6rem;
    font-style: italic;
    margin: 0.5rem 0 0 0;
}
.right img[b-iw7lbzk3x4] {
    width: 9.2rem;
}
.footer[b-iw7lbzk3x4] {
    background-color: #ebebeb;
    border-top: 0.6rem solid #00283b;
}
.footer__container[b-iw7lbzk3x4] {
    padding: 0 1.5rem;
}
@media (min-width: 480px) {
    .footer .container[b-iw7lbzk3x4] {
        max-width: 120rem;
    }
}
.footer__content[b-iw7lbzk3x4] {
    padding-top: 1.8rem;
}
@media (min-width: 768px) {
    .footer__content[b-iw7lbzk3x4] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 1.8rem 0;
    }
}
.footer__content ul[b-iw7lbzk3x4] {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 1rem;
    margin-bottom: 1.3rem;
    flex-flow: column nowrap;
}
@media (min-width: 480px) {
    .footer__content ul[b-iw7lbzk3x4] {
        justify-content: flex-start;
        max-width: 60rem;
    }
}
@media (min-width: 768px) {
    .footer__content ul[b-iw7lbzk3x4] {
        border-bottom: none;
        flex-flow: row wrap;
        margin-bottom: 0;
        padding-bottom: 0;
    }
}
.footer__content ul li[b-iw7lbzk3x4] {
    margin-bottom: 2rem;
}
@media (min-width: 480px) {
    .footer__content ul li[b-iw7lbzk3x4] {
        margin: .5rem 1rem .5rem 0;
    }
}
.footer__content ul li a[b-iw7lbzk3x4] {
    color: #3b3835;
    font-weight: 700;
    text-decoration: underline;
    font-size: 1.2rem;
}
@media (min-width: 480px) {
    .footer__content ul li a[b-iw7lbzk3x4] {
        font-size: 1.4rem;
    }
}
.footer__content .copyright[b-iw7lbzk3x4] {
    text-align: right;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.38rem;
    margin-bottom: 0;
}
.footer__content .copyright span[b-iw7lbzk3x4] {
    font-size: 1.2rem;
    margin-left: 0.5rem;
}
.footer__info[b-iw7lbzk3x4] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 0.7rem;
}
@media (min-width: 768px) {
    .footer__info[b-iw7lbzk3x4] {
        justify-content: flex-end;
        padding: 0;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .footer__info[b-iw7lbzk3x4] {
        max-width: 23.2rem;
    }
}
.footer__content img[b-iw7lbzk3x4] {
    height: auto;
    margin-bottom: 1rem;
    width: 10rem;
}
@media (min-width: 480px) {
    .footer__content img[b-iw7lbzk3x4] {
        margin-bottom: 0;
        flex-basis: 9.6rem;
        margin-right: 0;
    }
}
@media (max-width: 1023px) {
    .footer__content img[b-iw7lbzk3x4] {
        transform: scale(.8);
        transform-origin: left center;
    }
}
@media (min-width: 1024px) {
    .footer__content img[b-iw7lbzk3x4] {
        margin-right: 3rem;
    }
}
/* _content/ImproveNet/Shared/NavMenu.razor.rz.scp.css */
