/*HEADER,HOMEPAGE,FOOTER STYLES */
.hidden {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

#divworkspacearea {
    max-width: 1240px;
    padding: 20px 10px 20px 10px;
    margin: 0 auto;
}

.grid-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1220px;
    padding-left: 10px;
    padding-right: 10px;
}

.HomePageForm #divworkspacearea {
    max-width: 1220px;
    padding: 0;
}

*:focus {
    outline: none;
}

img {
    border: 0;
}

h1 {
    margin: 0;
    padding: 0;
}

h2 {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
    padding: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

body {
    margin: 0 auto;
    background-color: #FFF;
    font-family: 'Open Sans', sans-serif;
}

.stickleybanner img {
    width: 100%;
    height: auto;
    display: block;
}

#mobilebar {
    width: 100%;
    background-color: #000;
}

.mobilebarsocial {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 10px;
    float: left;
}

.mobilebarsocial li {
    list-style: none;
    display: inline;
    margin-right: 3px;
}

.mobilebarsocial li a {
    color: #fff;
}

.mobilebarsocial li a:hover {
    color: #676767;
}

.mobilebarnav {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 16px;
    float: right;
}

.mobilebarnav li {
    list-style: none;
    display: inline-block;
    padding-left: 10px;
}

.mobilebarnav li:hover {
    cursor: pointer;
}

.mobilebarnav li a {
    color: #fff;
    z-index: 2;
    position: relative;
    text-decoration: none;
}

.mobilebarnav li a:hover {
    color: #676767;
    text-decoration: none;
}

.mobilebarnav ul li ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 10px;
    right: 0;
    -webkit-transition: opacity .5s, top 1s, visibility .5s;
    -moz-transition: opacity .5s, top 1s, visibility .5s;
    -ms-transition: opacity .5s, top 1s, visibility .5s;
    transition: opacity .5s, top 1s, visibility .5s;
    z-index: -1;
}

.mobilebarnav ul li:hover ul {
    visibility: visible;
    opacity: 1;
    right: 0px;
    top: 35px;
    background: #000000;
    padding-bottom: 25px;
    z-index: 1;
}

.mobilebarnav ul li ul li {
    width: 121px;
    margin-left: -10px;
    display: block;
    position: relative;
    clear: both;
    top: 17px;
    width: 100%;
}

.mobilebarnav ul li ul li a {
    padding: 10px;
    display: block;
    width: 100%;
    box-sizing: border-box;
}

/* Header */

.headerlogo {
    margin: 20px 0 20px 10px;
}

.headerlogo img {
    max-width: 100%;
    height: auto;
    margin: 0px;
}

.topnav {
    margin: 20px 0;
    text-align: right;
}

.topnav li {
    position: relative;
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
    padding: 0 13px 0 13px;
}

.topnav li:hover ul {
    display: block;
}

.topnav>ul>li:first-child {
    border-right: 1px solid #888;
}

.topnav>ul>li:last-child {
    padding-right: 0;
}

.topnav li a {
    color: #888;
    text-decoration: none;
}

.topnav li a:hover {
    color: #888;
    text-decoration: underline;
}

.topnav li>ul {
    position: absolute;
    top: 10px;
    left: 6px;
    background: #fff;
    border: 1px solid #888;
    text-align: left;
    z-index: 300;
    margin-top: 10px;
    display: none;
}

.topnav li>ul li {
    width: 110px;
    padding: 3px 0 3px 8px;
    clear: both;
    float: left;
}

.topnav li>ul li a {
    display: block;
    color: #888;
}

.topnav li>ul li a:hover {
    color: #888;
    text-decoration: underline;
}

.accountnav:hover {
    text-decoration: none !important;
}

.headersearch {
    position: relative;
    text-align: right;
}

.headersearch input {
    width: 195px;
    height: 30px;
    color: #888;
    padding: 0 30px 0 10px;
}

.headersearch span {
    position: absolute;
    right: 10px;
    top: 8px;
    color: #909090;
    cursor: pointer;
}

.navborder {
    width: 100%;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 20px;
}

#mainnav {
    height: 43px;
    line-height: 43px;
}

#mainnav ul {
    list-style: none;
    padding-left: 45px;
}

#mainnav ul li {
    display: block;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    z-index: 200;
    float: left;
}

#mainnav li ul {
    display: none;
    padding: 0;
}

#mainnav ul li a {
    display: block;
    text-decoration: none;
    color: #333333;
    height: 43px;
    padding: 0 18px;
    white-space: nowrap;
}

#mainnav ul li:hover a {
    color: #ababab;
}

#mainnav li:hover ul {
    display: block;
    position: absolute;
    z-index: 200;
    -moz-box-shadow: 7px 5px 5px #000;
    -webkit-box-shadow: 7px 5px 5px #000;
    box-shadow: 7px 5px 5px #000;
}

#mainnav li:hover li {
    width: 180px;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    clear: both;
}
#mainnav li.nav_wide:hover li {
    width: 200px;
}

#mainnav li:hover li a {
    background-color: #FFF;
    color: #202020;
    position: relative;
    text-transform: none;
    height: 30px;
    line-height: 30px;
    left: 0px;
    top: 0px;
    z-index: 200;
}

#mainnav li:hover li a:hover {
    text-decoration: underline;
}

#mobilenav {
    line-height: 43px;
    line-height: 43px;
    text-align: center;
    background-color: #fff;
}

#mobilenav ul {
    list-style: none;
}

#mobilenav ul li {
    display: block;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    z-index: 200;
}

#mobilenav li ul {
    display: none;
}

#mobilenav ul li a {
    display: block;
    text-decoration: none;
    color: #202020;
    white-space: nowrap;
}

#mobilenav ul li:hover a {
    text-decoration: none;
    color: #202020;
}

#mobilenav li:hover ul {
    width: 100%;
    display: block;
    position: absolute;
    z-index: 200;
}

#mobilenav li:hover li {
    width: 100%;
    clear: both;
}

#mobilenav li:hover li a {
    background-color: #efefef;
    position: relative;
    border-top: 1px solid #fff;
    height: 35px;
    line-height: 35px;
    color: #202020;
    left: 0;
    top: 0;
    z-index: 200;
}

#mobilenav li:hover li a:hover {
    text-decoration: underline;
    color: #9f9f9f;
}

.navpromo {
    color: #c03333 !important;
}

/* End Header */

/* Homepage */

#homebanner {
    margin-bottom: 20px;
}

#homebanner img {
    width: 100%;
    height: auto;
}

.owl-pagination {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.owl-theme .owl-controls .owl-page span {
    margin: 5px 5px !important;
}

.owl-buttons {
    display: none;
}

.owl-stage {
    margin: 0 auto;
}

.shopbyroomcontent {
    position: relative;
    margin-bottom: 20px;
}

.shopbyroompic img {
    width: 100%;
    height: auto;
    display: block;
}

.shopbyroomtitle {
    position: absolute;
    bottom: 22px;
    left: 23px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    text-transform: uppercase;
}

.banner-spotlight {
    position: absolute;
    top: 15px;
}

.spotlighttext {
    color: #000;
}

.shopbyroomtitle p {
    font-size: 25px;
    line-height: 1.25;
    font-weight: 500;
    margin-bottom: 10px;
}

.shopbyroomtitle a {
    font-size: 16px;
    font-weight: 600;
    color: #f2b000;
    text-decoration: none;
}

.whitetext {
    color: #fff !important;
}

.shopbyroomtitle a:hover {
    text-decoration: underline;
}

.shopbyroomcontent-lg p {
    font-size: 50px;
    line-height: 60px;
    font-weight: 500;
}

.shopbyroomcontent-lg a {
    font-size: 20px;
}

.titlebackground {
    width: 130px;
    text-align: center;
    background: #f2b000;
    font-size: 14px !important;
    line-height: 14px !important;
    font-weight: 600;
    padding: 5px 0;
    margin: 0;
    display: block;
}

.titlebackgroundcustom {
    width: 155px;
}

.homepagetitle {
    margin: 10px 0;
}

.homepagetitle p {
    font-size: 20px;
    color: #333;
}

.shopbyroomcontentbackground {
    background: #284d72;
    color: #fff;
    text-align: center;
    padding: 15px;
}

.shopbyroomcontentcustom .bannerline1 {
    font-size: 30px;
    line-height: 55px;
    font-weight: 600;
}

.shopbyroomcontentcustom .bannerline2 {
    font-size: 100px;
    line-height: 86px;
    font-weight: 600;
    padding-bottom: 11px;
}

.shopbyroomcontentcustom .bannerline3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    padding-top: 15px;
}

.shopbyroomcontentcustom .bannerbutton {
    width: 170px;
    font-size: 20px;
    font-weight: 600;
    border: 1px solid #fff;
    margin: 18px auto;
    padding: 5px 0;
}

.shopbyroomcontentcustom .bannerbutton a {
    color: #fff;
    text-decoration: none;
}

.shopbyroomcontentcustom .bannerbutton a:hover {
    color: #fff;
}

.shopbyroompic>a::after {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
}

.homepagetext {
    margin: 10px 0;
}

.homepagetext p {
    font-size: 14px;
    line-height: 28px;
}

.homepagevideo {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
    margin: 10px 0 20px 0;
}

.homepagevideo img {
    width: 100%;
    height: auto;
}

.homepagevideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* End Homepage */

/* Footer */

.footerbordertop {
    border-top: 8px solid #909090;
    margin-top: 50px;
}

.footernav {
    margin: 20px 0;
}

.footernav li {
    display: inline-block;
    font-weight: 600;
    padding: 0 15px;
}

.footernav li:first-child {
    padding-left: 0;
}

.footernav li:last-child {
    padding-right: 0;
}

.footernav li a {
    font-size: 15px;
    color: #444444;
    text-decoration: none;
}

.footernav li a:hover {
    color: #444444;
    text-decoration: underline;
}

.socialmediaicons {
    margin: 15px 0 10px 0;
}

.socialmediaicons li {
    display: inline-block;
    padding: 0 1px;
}

.socialmediaicons li a {
    color: #909090;
}

.footercolumn {
    margin-bottom: 20px;
}

.footercolumn a {
    text-decoration: none;
}

.footerheading {
    font-size: 15px;
    color: #444;
    text-transform: uppercase;
    padding-bottom: 10px;
    display: block;
}

.footercolumn li {
    display: block;
}

.footercolumn li a {
    font-size: 13px;
    color: #555;
    text-decoration: none;
}

.footercolumn li a:hover {
    text-decoration: underline;
}

.footercolumn p {
    font-size: 13px;
    color: #555;
}

.footercolumn p a {
    font-size: 13px;
    color: #555;
    text-decoration: none;
}

.footercolumn p a:hover {
    text-decoration: underline;
}

.footercontenttop {
    margin: 20px 0;
    border-bottom: 1px solid #d8d8d8;
}

.footercontentbottom {
    margin: 30px 0 0 0;
    border-bottom: 1px solid #d8d8d8;
}

#copyright {
    padding-top: 15px;
    padding-bottom: 20px;
}

#copyright p {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #202020;
}

#copyright a {
    color: #202020;
    text-decoration: none;
}

#copyright a:hover {
    text-decoration: underline;
}

#seocopy {
    text-align: right;
    padding-top: 15px;
    padding-bottom: 20px;
}

#seocopy a {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #202020;
    text-decoration: none;
}

#seocopy a:hover {
    text-decoration: underline;
}

#seocontentbox {
    max-width: 100%;
    border: 1px solid #fff;
    background-color: #FFF;
    padding: 15px;
    text-align: left;
    margin-top: 0;
    margin-bottom: 15px;
}

#seocontentbox p {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    line-height: 18px;
    color: #202020;
}

#scrolldiv {
    display: none;
}

/* End Footer */

/* Meet Our Designers */

.teambox {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    /*background-color: #ededed;*/
    /*border: 1px solid #aaa04e;*/
    /*border: 1px solid #d1d1d1;*/
}

.teambox p {
    padding-left: 15px;
    padding-right: 15px;
}

#teampage h2 {
    padding: 0.67em 0em;
    padding-left: 15px;
    font-weight: normal;
}

.teamboxleft {
    width: 28%;
    padding-left: 2%;
    float: left;
}

.teamboxleft img {
    width: 100%;
    height: auto;
}

.teamboxright {
    width: 70%;
    float: left;
}

.teamboxright p {
    font-family: Arial, sans-serif;
    font-size: 14px !important;
    color: #1d1d1d;
}

.teamname {
    font-size: 16px;
    font-weight: bold;
}

.teamthumbnails * {
    margin: 0;
    padding: 0;
}

.teamthumbnails {
    width: 100%;
    /*background-color: #ededed;*/
    /*border: 1px solid #d1d1d1;*/
    margin-top: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.teamthumbnails ul {
    padding-left: 10px !important;
}

.teamthumbnails li {
    list-style: none;
    padding-left: 5px;
    padding-right: 15px;
    padding-bottom: 20px !important;
    text-align: center;
    float: left;
}

.teamthumbnails li a {
    font-family: Arial, sans-serif;
    font-size: 11px;
    color: #1d1d1d;
    line-height: 14px;
}

.teamthumbnails img {
    width: 125px;
}

/* End Meet Our Designers */

/* meet-our-staff.inc */
#servicesnav ul {
    margin-left: 0px;
    width: 100%;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#servicesnav li {
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    list-style: none;
    display: inline;
    padding-right: 5px;
    padding-left: 5px;

    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float: left;
    width: 20%;
}

#servicesnav li a {
    color: #000;
}

#servicesnav a:link,
#servicesnav a:visited {
    text-decoration: none;
}

#storeownercontainer {
    padding-bottom: 15px;
}

/* Design Center Page */

#dcourdesigner p {
    font-size: 14px;
    line-height: 20px;
    color: #2a2a2a;
}

#dcourdesigner {
    margin-bottom: 25px;
}

#dcourdesigner a {
    display: block;
    padding-top: 7px;
    padding-bottom: 7px;
    width: 290px;
    background-color: #2a2a2a;
    color: #FFF;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
}

#dcourdesigner a:hover {
    background-color: #484848;
}

/* End Design Center Page */

.emailiframe {
    width: 100%;
}

.emailiframe iframe {
    width: 100%;
    min-height: 250px;
    border: 0;
}

@media all and (max-width: 863px) {
    #servicesnav li {
        display: block;
        line-height: 30px;
        float: none;
        text-align: left;
        width: 100%;
    }

    .subbannertitle a {
        font-size: 16px;
    }
}


/* END meet-our-staff.inc */



@media screen and (max-width: 400px) {

    .headerlogo {
        text-align: center;
        margin: 20px 0 0 0;
    }

    .headersearch {
        margin-bottom: 20px;
    }

    #homevideo {
        margin-right: 0px;
    }

    .footercolumn {
        padding-left: 0;
    }

}

@media screen and (max-width: 414px) {

    .teamboxleft {
        width: 90%;
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 15px;
        float: none;
    }

    .teamboxleft img {
        max-width: 100%;
        height: auto;
    }

    .teamboxright {
        width: 100%;
        float: none;
    }

    .teamthumbnails ul {
        padding-left: 0px !important;
    }

}

@media screen and (max-width: 767px) {
    .headersearch span {
        position: relative;
        left: -30px;
        right: unset;
        top: unset;
    }

    .headerlogo {
        text-align: center;
        margin: 20px 0 0 0;
    }

    .headersearch {
        margin-bottom: 20px;
        text-align: center;
    }

    .footernav li {
        display: block;
        padding: 0;
    }

    .shopbyroomcontent-lg p {
        font-size: 32px;
        line-height: 42px;
    }
    
    .topnav {
        text-align: center;
    }
    .topnav>ul>li:last-child {
        padding-right: 13px;
    }
    .headersearch input {
        padding: 0 10px;
        width:70%;
        margin-left: 20px;
    }

}


@media screen and (min-width: 768px) and (max-width: 900px) {

    .topnav li {
        font-size: 12px;
        padding: 0 2px;
    }

    #mainnav ul {
        padding-left: 0;
    }

    #mainnav ul li a {
        padding-left: 4px;
        padding-right: 4px;
    }

    #mainnav ul li {
        font-size: 14px;
    }

    #mainnav li:hover li {
        width: 149px;
    }

    #mainnav li:hover li a {
        left: 0;
    }

    .shopbyroomcontent-lg p {
        font-size: 42px;
        line-height: 52px;
    }

    .footernav li {
        padding: 0 3px;
    }

    .footernav li a {
        font-size: 11px;
    }


}

@media screen and (min-width: 901px) and (max-width: 1200px) {

    .topnav li {
        font-size: 12px;
        padding: 0 5px;
    }

    #mainnav ul {
        padding-left: 0;
    }

    #mainnav ul li a {
        padding-left: 12px;
        padding-right: 12px;
    }

    #mainnav ul li {
        font-size: 14px;
    }

    #mainnav li:hover li a {
        left: 0;
    }

    .footernav li {
        padding: 0 5px;
    }

    .footernav li a {
        font-size: 12px;
    }

}

@media screen and (min-width: 1350px) {

    #scrolldiv {
        display: block;
    }

    #scrolldiv a {
        font-family: Arial, sans-serif;
        font-size: 14px;
        font-weight: normal;
    }

    .scrolltotop {
        width: 30px;
        height: 30px;
        padding: 10px;
        text-align: center;
        color: #cfcfcf;
        text-decoration: none;
        position: fixed;
        bottom: 30px;
        right: 20px;
        display: none;
    }

    .scrolltotop:hover {
        color: #a2a2a2;
        text-decoration: none;
    }

}

@media screen and (max-width: 1350px) {
    .topnav li>ul {
        left: unset;
        right: -10px;
    }
}

@media print {

    .no-print,
    .no-print * {
        display: none !important;
    }
}

/*added styles to hide tracking pixel*/

.mnipixel {
    display: none !important;
}

/*career.inc*/
.career-available {
    text-align: center;
}

.career-available h2 {
    text-decoration: underline;
    margin-bottom: 30px;
}

.career-available a {
    text-decoration: none;
    color: #000;
}

.career-available a:hover {
    text-decoration: underline;
}

.career-available hr {
    margin: 30px 0;
}

/***displayflyer.aspx***/
/***Zendesk #48885***/
.NonYoutubeFlyerViewLargerImageAnchor {
    display: none;
}

/**rugs.inc**/
/**49993 5/24/2019 JD**/
#rugs .rugs-container {
    text-align: center;
}

.rugs-container div {
    margin-bottom: 3%;
    margin-right: 2%;
    width: 23%;
    float: left;
}

#rugs .rugs-container img {
    width: 100%;
    height: auto;
    max-width: 200px;
}


@media screen and (min-width: 401px) and (max-width: 1024px) {
    .rugs-container div {  
        width: 47%;
        margin-bottom: 5%;
        margin-right: 3%;
    }
}

@media screen and (max-width: 401px) {
    .rugs-container div {
        width: 100%;
        margin-bottom: 5%;
        margin-right: 0;
    }
}



/* 57761 1/23/20 JD */
.top-header-bar {
    text-align: center;
}

.top-header-bar p {
    padding: 5px 0px;
}

.top-header-bar a {
    text-decoration: none;
}

.top-header-bar a:hover {
    text-decoration: underline;
}

/* Zendesk #58113 - SG - Projects Gallery page */
#projects-page .project-container {
    padding: 25px 0 35px;
    border-bottom: 1px solid #d8d8d8;
}

#projects-page .project-container:last-child {
    border: none;
}

#projects-page h2 {
    font-size: 1.25rem;
    margin: 15px 0 10px;
}

#projects-page p {
    margin-bottom: 20px;
}

#projects-page .owl-carousel {
    padding: 0 40px;
    margin: 0 -40px;
}

#projects-page .owl-nav {
    display: none;
    margin: 0;
}

#projects-page .owl-carousel:hover .owl-nav {
    display: block;
}

#projects-page .owl-prev,
#projects-page .owl-next {
    position: absolute;
    margin: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    color: #909090;
}

#projects-page .owl-prev.disabled,
#projects-page .owl-next.disabled {
    display: none;
}

#projects-page .owl-prev:hover,
#projects-page .owl-next:hover {
    background: transparent;
    color: #000;
}

#projects-page .owl-prev {
    left: 0px;
}

#projects-page .owl-next {
    right: 0px;
}

/* END Projects Gallery page */

/* financing.inc */
#financing-page h2 {
    font-size: 4em;
    line-height: 1em;
    font-weight: 400;
}

#financing-page h3 {
    font-size: 7em;
    line-height: .7em;
    font-weight: 400;
    margin: 0;
}

#financing-page h4 {
    font-size: 2em;
    line-height: 1.5em;
    font-weight: 100;
    margin: 0;
}

#financing-page sup {
    font-size: .7em;
}

#financing-page .financing-page-button {
    display: inline-block;
    color: #fff;
    background-color: #2eb1ea;
    border: 1px solid #2eb1ea;
    border-radius: 5px;
    padding: 5px 25px;
    text-decoration: none;
}

#financing-page .header {
    display: grid;
    grid-template-columns: 50% 50%;
    justify-content: center;
    align-items: center;
}

#financing-page .header div:first-of-type {
    text-align: left;
}

#financing-page .header div:last-of-type {
    text-align: right;
}

#financing-page .hero {
    display: grid;
    grid-template-columns: 30% 70%;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}

#financing-page .hero div:first-of-type {
    text-align: center;
    margin-bottom: 30px;
}

#financing-page .hero div:last-of-type {
    margin-left: 20px;
}

#financing-page .banner-1 {
    display: grid;
    grid-template-columns: 10% 90%;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}

#financing-page .banner-1 p {
    font-size: 1.5em;
    line-height: 1em;
}

#financing-page .banner-1 img {
    margin-top: 10px;
}

#financing-page .banner-1 div:first-of-type {
    position: relative;
}

#financing-page .banner-1 div:last-of-type {
    text-align: center;
    background-color: #fac40b;
    padding: 25px 0;
    margin-left: -30px;
    width: 103.5%;
}

#financing-page .table {
    display: grid;
    grid-template-columns: 40% 30% 30%;
    justify-content: center;
    align-items: start;
    margin-bottom: 50px;
    padding-bottom: 50px;
}

#financing-page .table div {
    padding: 10px;
    box-sizing: border-box;
}

#financing-page .table ul {
    margin: 0;
    list-style: disc;
}

#financing-page .table ul li {
    padding: 10px;
}

#financing-page .banner-2 {
    display: grid;
    grid-template-columns: 80% 20%;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    padding: 10px 20px;
    background-color: #202020;
    color: #fff;
}

#financing-page .faq {
    display: grid;
    grid-template-columns: 49% 49%;
    grid-gap: 20px;
    justify-content: center;
    align-items: start;
    margin-bottom: 50px;
}

#financing-page .faq div {
    background-color: #eee;
    padding: 20px;
    padding-bottom: 40px;
}

#financing-page .faq a {
    text-decoration: none;
}

#financing-page .faq ul {
    list-style: disc;
}

#financing-page .fine-print p {
    font-size: .9em;
}

@media screen and (max-width:1024px) {
    #financing-page h2 {
        font-size: 2em;
    }

    #financing-page h4 {
        font-size: 1.5em;
    }

    #financing-page h3 {
        font-size: 5em;
    }

    #financing-page .banner-2 {
        grid-template-columns: 70% 30%;
    }
}

@media screen and (max-width:992px) {
    #financing-page .banner-1 {
        grid-template-columns: 20% 80%;
    }

    #financing-page .banner-1 div:last-of-type {
        margin-left: 0px;
    }

}

@media screen and (max-width: 768px) {

    #financing-page .header,
    #financing-page .hero,
    #financing-page .banner-1,
    #financing-page .table,
    #financing-page .banner-2,
    #financing-page .faq {
        grid-template-columns: 100%;
    }

    #financing-page .header div,
    #financing-page .banner-1,
    #financing-page .banner-2 {
        text-align: center !important;
    }

    #financing-page .header div:last-of-type {
        margin-top: 20px;
    }

    #financing-page .hero div:last-of-type {
        margin-left: 0px;
    }

    #financing-page .banner-2 div:last-of-type {
        margin-top: 30px;
    }

    #financing-page .table div {
        border: none !important;
        padding-left: 0 !important;
    }
}

/* Design Center buttons #66933 12/17/20 JD */

.design-center-buttons {
    display: inline-flex;
}

.design-center-buttons p {
    flex: 50%;
    margin: 10px;
}

@media screen and (max-width: 1150px) {
    .design-center-buttons {
        display: block;
    }
}

/* 67535 1/13/20 JD */
.addinfoform input {
    width: 5%;
}

/* 68965 Homepage sLideshow */
#homeslide .owl-prev,
#homeslide .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

#homeslide .owl-prev:hover,
#homeslide .owl-next:hover {
    color: #555;
}

#homeslide .owl-prev {
    left: 0;
}

#homeslide .owl-next {
    right: 0;
}

/* our-locations.inc */
#our-locations .locations div {
    margin: 30px 0;
}

#our-locations .locations h2 {
    margin: 20px 0 7px 0;
}

#our-locations .locations h3 {
    margin: 10px 0 7px 0;
}

#our-locations .locations p {
    line-height: 2;
}

#our-locations .locations iframe {
    margin: 20px 0!important;
}

#our-locations .locations .button {
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    background-color: #333;
    color: #fff;
    padding: 5px 10px;
    margin: 30px 10px 30px 0px;
}

/*79787*/
.LoginPageContainer {
    width: 280px;
}

/* menu width fix */
#Entertainment > li > a {
    width: 170px;
}

/* (new) portfolio landing page */

#portfolio-page a {
    color: #000;
}

#portfolio-container * {
    box-sizing: border-box;
}

#portfolio-page > div > p {
    font-size: 14px;
    line-height: 20px;
}

#portfolio-container {
    margin-top: 30px;
}

.portfolio-row {
    display: flex;
    margin-bottom: 40px;
}

.portfolio-project {
    flex: 0 0 50%;
}

.portfolio-project:first-of-type {
    padding-right: 10px;
}

.portfolio-project:last-of-type {
    padding-left: 10px;
}

.portfolio-project img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 15px;
}

.portfolio-project > a {
    text-decoration: none;
}

.portfolio-project .title {
    font-weight: bold;
}

.portfolio-project .sub-title {
    font-size: 14px;
}

.portfolio-project > a:hover .title {
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
    .portfolio-row {
        flex-direction: column;
        margin-bottom: 0;
    }
    
    .portfolio-project {
        flex: 0 0 100%;
        margin-bottom: 40px;
    }
    
    .portfolio-project:first-of-type {
        padding-right: 0;
    }
    
    .portfolio-project:last-of-type {
        padding-left: 0;
    }
}

/* end (new) portfolio landing page */