/** HEADER, HOMEPAGE, FOOTER **/

.hidden {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

#divworkspacearea {
    max-width: 1180px;
    padding: 20px 10px 20px 10px;
    margin: 0 auto;
}

.grid-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    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;
}

body {
    margin: 0 auto;
    background-color: #FFF;
    font-family: Arial, sans-serif;
}

#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: #af0606;
}

.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: #af0606;
    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: 0;
    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;
}

#topbar {
    width: 100%;
    background-color: #ededed;
}

#subnav {
    text-align: right;
    margin-top: 5px;
    margin-bottom: 5px;
}

#subnav li {
    list-style: none;
    display: inline;
    font-family: Arial, sans-serif;
    font-size: 12px;
    border-left: 1px solid #444444;
    padding-left: 10px;
    padding-right: 5px;
}

#subnav li:first-child {
    border: 0;
}

#subnav li a {
    color: #444444;
    text-decoration: none;
}

#subnav li a:hover {
    text-decoration: underline;
}

#logo {
    margin-top: 19px;
    margin-bottom: 19px;
}

#logo img {
    max-width: 100%;
    height: auto;
}

#phonenumber {
    line-height: 22px;
    margin-top: 20px;
    text-align: center;
}

#phonenumber p {
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #606060;
    text-align: right;
}

#phonenumber a {
    text-decoration: none;
    color: #606060;
}

#searchbox {
    width: 262px;
    height: 24px;
    margin-top: 17px;
    margin-bottom: 5px;
    float: right;
}

#searchboxleft {
    width: 242px;
    height: 24px;
    float: left;
}

#searchboxleft input {
    width: 234px;
    height: 16px;
    line-height: 16px;
    font-family: Arial, sans-serif;
    font-size: 11px;
    color: #bdbdbd;
    background-color: #FFF;
    border: 1px solid #e9e9e9;
    padding: 3px;
}

#searchboxright {
    width: 20px;
    height: 24px;
    line-height: 24px;
    cursor: pointer;
    background-color: #444444;
    color: #FFF;
    text-align: center;
    float: left;
}

#searchboxright:hover {
    background-color: #af0606;
}

#accountnav {
    text-align: right;
    clear: both;
}

#accountnav li {
    list-style: none;
    display: inline;
    font-family: Arial, sans-serif;
    font-size: 11px;
    padding-left: 6px;
    color: #acacac;
}

#accountnav li a {
    text-decoration: none;
    color: #acacac;
}

#accountnav li a:hover {
    text-decoration: underline;
}

#mainnav {
    height: 43px;
    line-height: 43px;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
}

#mainnav ul {
    list-style: none;
    padding-left: 45px;
}

#mainnav ul li {
    display: block;
    position: relative;
    font-family: "Helvetica-Light", Arial, sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    z-index: 200;
    float: left;
}

#mainnav li ul {
    display: none;
}

#mainnav ul li a {
    display: block;
    text-decoration: none;
    color: #403f3f;
    height: 43px;
    padding: 0 15px;
    white-space: nowrap;
}

#mainnav ul li:hover a {
    color: #af0606;
}

#mainnav li:hover ul {
    display: block;
    position: absolute;
    z-index: 200;
}

#mainnav li:hover li {
    width: 180px;
    font-size: 12px;
    font-family: Arial, sans-serif;
    font-weight: normal;
    clear: both;
}

#mainnav li:hover li a {
    background-color: #FFF;
    color: #828282;
    position: relative;
    text-transform: none;
    height: 30px;
    line-height: 30px;
    left: -45px;
    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;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
}

#mobilenav ul {
    list-style: none;
}

#mobilenav ul li {
    display: block;
    position: relative;
    font-family: "Helvetica Light", Arial, 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: #606060;
    white-space: nowrap;
}

#mobilenav ul li:hover a {
    text-decoration: none;
    color: #af0606;
}

#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: #f2f2f2;
    position: relative;
    border-top: 1px solid #fff;
    height: 35px;
    line-height: 35px;
    color: #606060;
    left: 0;
    top: 0;
    z-index: 200;
}

#mobilenav li:hover li a:hover {
    text-decoration: underline;
    color: #606060;
}

#homemessage {
    background-color: #ededed;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#homemessagecopy {
    font-family: Times New Roman, sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #FFF;
}

#homemessagecopy a {
    color: #af0606;
    text-decoration: none;
}

#homebanner {
    margin-bottom: 5px;
}

#homebanner img {
    max-width: 100%;
    height: auto;
}

#homebannerslides .item img {
    display: block;
    width: 100%;
    height: auto;
}

#homebanner .owl-buttons {
    display: none;
}

#homebanner .owl-theme .owl-controls {
    text-align: right !important;
}

#homebanner .owl-theme .owl-controls .owl-page span {
    margin: 2px 4px !important;
    width: 11px !important;
    height: 11px !important;
    background: #2a2a2a !important;
}

.hometitle {
    margin-top: 10px !important;
    margin-bottom: 25px !important;
    background: url('https://www.gracefurniture.com/css/20085/images/dashedborder.png') repeat-x 0px 16px;
}

.hometitleheading h1 {
    font-family: Times New Roman, sans-serif;
    font-size: 29px;
    font-weight: normal;
    text-transform: uppercase;
    padding-right: 15px !important;
    background-color: #FFF;
    display: inline-block;
}

.hometitleheading h2 {
    font-family: Times New Roman, sans-serif;
    font-size: 29px;
    font-weight: normal;
    text-transform: uppercase;
    padding-right: 15px !important;
    background-color: #FFF;
    display: inline-block;
}

.subbanner {
    margin-bottom: 15px !important;
}

.subbanner img {
    width: 100%;
    height: auto;
}

.homevideo {
    margin-right: 20px;
    margin-bottom: 10px;
}

.homevideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.homevideo iframe,
.homevideo object,
.homevideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.homevideo img {
    max-width: 100%;
    height: auto;
}

#homecopy p {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #717171;
    line-height: 22px;
}

#footerbg {
    width: 100%;
    background-color: #ededed;
    margin-top: 75px;
}

#footerbar {
    background-color: #e5e5e5;
    position: relative;
    top: -20px;
}

#newsletterbox {
    height: 26px;
    margin-top: 16px;
    margin-bottom: 16px;
    margin-left: 5px;
}

#newsletterboxleft {
    width: 192px;
    height: 26px;
    padding-right: 5px;
    float: left;
}

#newsletterboxleft input {
    width: 181px;
    height: 18px;
    line-height: 16px;
    font-family: Arial, sans-serif;
    font-size: 11px;
    color: #bdbdbd;
    background-color: #FFF;
    border: 1px solid #FFF;
    padding: 3px 3px 3px 6px;
}

#newsletterboxright {
    width: 76px;
    height: 26px;
    cursor: pointer;
    float: left;
}

#footerbarright {
    text-align: right;
}

#footerbarright ul {
    margin-top: 14px;
    margin-right: 5px;
}

#footerbarright li {
    list-style: none;
    display: inline;
    margin-left: 3px;
}

#footerbarright li a {
    color: #2a2a2a;
}

#footerbarright li a:hover {
    color: #af0606;
}

#footerborder {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #FFF;
    position: relative;
    top: -20px;
}

.footercolumn {
    padding-left: 10px;
}

#footerlogo {
    margin-top: 15px;
    margin-left: 15px;
}

#footerlogo img {
    max-width: 100%;
    height: auto;
}

.footercolumn h2 {
    font-family: Arial, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #2a2a2a;
    padding-bottom: 15px;
    padding-top: 10px;
}

.footercolumn li {
    list-style: none;
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 18px;
}

.footercolumn li a {
    color: #828282;
    text-decoration: none;
}

.footercolumn li a:hover {
    text-decoration: underline;
}

.footercolumn p {
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #828282;
}

.footercolumn a {
    color: #828282;
    text-decoration: none;
}

.footercolumn a:hover {
    text-decoration: underline;
}

#copyright {
    padding-top: 15px;
    padding-bottom: 20px;
    position: relative;
    top: -20px;
}

#copyright p {
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #828282;
}

#copyright a {
    color: #828282;
    text-decoration: none;
}

#copyright a:hover {
    text-decoration: underline;
}

#seocopy {
    text-align: right;
    padding-top: 15px;
    padding-bottom: 20px;
    position: relative;
    top: -20px;
}

#seocopy a {
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #828282;
    text-decoration: none;
}

#seocopy a:hover {
    text-decoration: underline;
}

#seocontentbox {
    max-width: 100%;
    border: 1px solid #dedede;
    background-color: #FFF;
    padding: 15px;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 15px;
    position: relative;
    top: -20px;
}

#seocontentbox p {
    font-family: Arial, sans-serif;
    font-size: 11px;
    line-height: 18px;
    color: #828282;
}

/* Clearance Page */

.clearanceimage img {
    width: 100%;
    height: auto;
}

.clearancetext {
    text-align: center;
    padding: 20px 10px;
}

.clearancetext p {
    font-size: 15px;
}

.clearancetext h3 {
    font-size: 17px;
    font-weight: normal;
    color: #000;
}

.clearancetext h2 {
    font-size: 20px;
    color: #ff0000;
}

/* End Clearance Page */

/* Talented Sales Team page */

.teamborder {
    border-top: 1px solid #000;
    margin: 20px 0;
}

/* End Talented Sales Team page */

@media screen and (max-width: 400px) {

    #topbar {
        display: none;
    }

    #logo {
        text-align: center;
        margin: 20px 0;
    }

    #logo img {
        width: 250px;
    }

    #phonenumber {
        margin-top: 10px;
    }

    #accountnav {
        margin-bottom: 10px;
    }

    #searchbox {
        width: 232px;
    }

    #searchboxleft {
        width: 212px;
    }

    #searchboxleft input {
        width: 204px;
    }

    #footerbarright {
        text-align: left;
        padding-top: 30px;
    }

    #newsletterbox {
        margin-bottom: 0;
    }

    #footerbarright {
        margin-bottom: 10px;
    }

    #newsletterboxright {
        float: none;
        padding-top: 5px;
        clear: both;
    }

}

@media screen and (min-width: 401px) and (max-width: 767px) {

    #topbar {
        display: none;
    }

    #logo {
        text-align: center;
        margin: 20px 0;
    }

    #logo img {
        width: 250px;
    }

    #phonenumber {
        margin-top: 10px;
    }

    #accountnav {
        margin-bottom: 10px;
    }

    #footerbarright {
        text-align: left;
    }

    #newsletterbox {
        margin-bottom: 0;
    }

    #footerbarright {
        margin-bottom: 10px;
    }

}

@media screen and (min-width: 768px) and (max-width: 899px) {

    #subnav li {
        font-size: 11px;
        padding-left: 5px;
        padding-right: 5px;
    }

}

@media screen and (min-width: 900px) and (max-width: 1200px) {

    #mainnav ul {
        padding-left: 0;
    }

    #mainnav ul li a {
        padding-left: 1vw;
        padding-right: 1vw;

    }

    #mainnav ul li {
        font-size: 14px;
    }

    #mainnav li:hover li a {
        left: 0;
    }

}

@media print {

    .no-print,
    .no-print * {
        display: none !important;
    }
}


/***********************************************************************************
 * END HEADER, HOMEPAGE, FOOTER STYLES
 **********************************************************************************/

.PDFAttachments {
    display: none !important;
}

#header-address {
    text-align: right;
    width: 370px;
}

#header-address a {
    text-decoration: none;
    color: #606060;
}

#header-address a:hover {
    text-decoration: underline;
}

#header-address p {
    font-size: 17px;
}

#header-address span {
    padding: 10px 0px;
}

#header-hours {
    margin-top: 20px;
    margin-left: 55%;
    text-align: center;
    color: #828282;
    font-size: 15px;
}

@media screen and (max-width: 767px) {
    #header-address span {
        display: none;
    }

    #header-address {
        text-align: center;
        width: 100%;
    }

    #header-address {
        text-align: center;
    }

    #header-address p {
        margin-top: 0px;
    }

    #header-hours {
        margin-left: 0;
    }
}

.awards {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.awards div {
    display: flex;
}