.banner-t1 {
    position: relative;
}

.banner-t1 h1 {
    color: #65666a;
    font-family: 'Foundry Sans W01 Md';
    font-weight: normal;
    margin-bottom: 3px;
}

.remodel-checklist > h2 {
    padding: 0;
    margin: 0;
}

.banner-t1-content {
    background: #0f4876;
}

.banner-t1-content h2,
.find-styles,
.find-styles ul,
.design-styles {
    margin: 0;
    padding: 0;
}

.find-styles li {
    list-style-type: none;
}

.find-styles li ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.find-styles li ul li {
    width: 46.8%;
    margin-bottom: 20px;
}

.find-styles li ul li:nth-child(even) {
    padding-left: 10px;
}

.find-styles li a,
.design-styles li a {
    color: #006aa6;
    text-decoration: none;
    letter-spacing: 0.5px;
    font-family: 'Foundry Sans W01 Demi';
}

.design-styles li {
    list-style-type: none;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .banner-t1 img {
        display: none;
    }
    .banner-t1 p {
        margin-bottom: 40px;
        font-size: 16px;
        line-height: 1.4;
        font-family: 'Foundry Sans W01 Md';
        color: #55565a;
    }
    .banner-t1-content h2 {
        color: #FFF;
        font-style: normal;
        font-size: 14px;
        padding: 10px;
        border-bottom: solid 1px #FFF;
        font-family: 'Foundry Sans W01 Demi';
    }
    .banner-t1-content p,
    .remodel-checklist > h2,
    .remodel-checklist > h2 + p {
        display: none;
    }
    .remodel-checklist {
        margin-bottom: 50px;
    }
    .banner-t1-content a {
        display: none;
    }
    .design-styles li a {
        padding-bottom: 7px;
        display: inline-block;
        font-size: 1.07em;
    }

    .find-styles li{
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) {
    .r-tabs {
        margin-bottom: 50px;
    }
    .banner-t1 > p {
        margin-bottom: 30px;
    }
    .banner-t1-content {
        padding: 20px 38px 25px 35px;
        width: 314px;
        position: absolute;
        right: 30px;
        bottom: -21%;
        background: #c5ced9;
        box-sizing:  border-box;
    }
    .banner-t1-content h2,
    .banner-t1-content p {
        margin-bottom: 15px;
        font-weight: normal;
        font-style: normal;
        color: #55565a;
    }
    .banner-t1-content p {
        color:#55565a;
        font-family: 'Foundry Sans w01 Demi';
        line-height: 1.4;
        font-size: 1.099em;
        margin-bottom: 30px;
    }
    .remodel-checklist > h2 {
        text-align: center;
        font-size: 2.29em;
        font-weight: normal;
        font-style: normal;
        max-width: 1320px;
        margin: 0 auto 70px;
    }
    .remodel-checklist > h2 + p {
        text-align: center;
        line-height: 1.4;
        width: 70%;
        margin: 0 auto 50px;
    }
    .find-styles {
        max-width: 642px;
        margin: 0 auto;
        text-align:left;
    }
    .find-styles > li {
        margin-bottom: 60px;
    }
    .find-styles > li:last-child {
        /*margin-bottom: 0;*/
    }
    .find-styles li ul li {
        background: #FFF;
        margin-bottom: 0;
    }
    .find-styles li p {
        font-size: 1.28em;
        font-family: 'Foundry Sans w01 Md';
        color: #343434;
    }
    .find-styles li img {
        width: 100%;
    }
    .find-styles li ul li:nth-child(even) {
        padding: 20px;
    }
    .find-styles li a,
    .design-styles li a {
        font-size: 1.299em;
       margin-bottom: 5px;
        display: inline-block;
    }
    .resp-tabs-list li {
        font-size: 16px;
        line-height: 1.4;
        text-align: center;
    }
    .r-tabs .r-tabs-panel.r-tabs-state-active {
        text-align:center;
    }
    .design-styles {
        display: -webkit-box;
        display: -ms-flexbox;
        display: inline-flex;
        -ms-flex-wrap: wrap;
        flex-direction: column;
        flex-wrap: wrap;
       /* justify-content: space-between;*/
        max-width: 422px;
        width: 422px;
        margin: 0 auto;
        text-align: left;
    }
    .design-styles li {
       /*width: 45%;*/ 
    }
    .design-styles p {
        font-size: 1.09em;
        font-family: 'Foundry Sans w01 Md';
        color: #484848;
        line-height: 1.3;
}
    .remodel-checklist .r-tabs .r-tabs-tab{
        padding-bottom:12px;
    }
    .r-tabs .r-tabs-nav {
        max-width: 1300px;
        margin-bottom: 55px;
        border-bottom: 7px solid rgba(199,187,182,0.2);
        justify-content: center !important;
    }
    li.r-tabs-tab.r-tabs-state-active:before {
        content: "";
        display: block;
        position: absolute;
        height: 7px;
        background: #006aa6;
        width: 100%;
        box-sizing: border-box;
        left: 0;
        right: 0;
        bottom: -7px;
    }
    .r-tabs:before {
		content:none;
	}
    .r-tabs-tab.r-tabs-state-active{
        border:none;
    }
    .r-tabs .r-tabs-nav .r-tabs-tab{
        width:auto;
        padding: 0 12px 15px;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    .design-styles {
        width: 331px;
        margin-right: 1.4em;
    }
    .banner-t1-topcontent p {
        margin-bottom: 20px;
        color: #77767b;
        line-height: 1.4;
        font-size: 1.09em;
    }
    .banner-t1 {
        margin-bottom: 100px;
    }
    .banner-t1-content p {
        font-size: 0.96em;
        font-family: 'Foundry Sans w01 Lt';
        font-weight: 600;
    }
    .banner-t1-content {
        padding: 20px 30px 25px 30px;
    }
}

@media (min-width: 992px) {
    .banner-t1 {
        position: relative;
    }
    .banner-t1-topcontent {
        position: absolute;
        bottom: 30px;
        left: 40px;
        width: 50%;
        max-width: 402px;
    }
    .banner-t1 .banner-t1-topcontent h1 {
        margin-bottom: 10px;
        color: #1f1f1f;
    }
    .banner-t1 {
        margin-bottom: 100px;
    }
    .banner-t1-content {
        width: 438px;
    }
    .banner-t1-content h2 {
        
        font-size: 2.2em;
        margin-bottom: 6px;
    }
    .banner-t1-topcontent p {
        font-family: 'Foundry Sans w01 Demi';
        font-size: 1.15em;
        line-height: 1.58;
        color: #2e2e2e;
    }
}

@media(min-width: 1200px) {
    .main-content{
        margin-top: 4px;
    }
    .find-styles {
        /*max-width: 1092px;*/
        display: -webkit-box;
        display: -ms-flexbox;
        display: inline-flex;
       /* -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;*/
        flex-direction: column;
        text-align: left;
        width: 571px;
        vertical-align: top;
    }
    .find-styles > li {
       /* width: 49%;
        flex-basis:523px;*/
        margin-bottom:100px;
    }
    .find-styles > li > ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .find-styles > li > ul > li {
        width: 45%;
        flex-basis: 241px;
    }
    .banner-t1 {
        margin-bottom: 160px;
    }
    .find-styles li a
    {
        font-size: 18px;
    }
    .find-styles li p {
        font-size: 17px;
    }

}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait){
    .r-tabs .r-tabs-nav .r-tabs-tab {
        width: auto;
        padding: 0 0 15px;
    }
}