/* HEADER, HOMEPAGE, FOOTER STYLES  **/

#divworkspacearea {
    max-width: 1040px;
    padding: 20px 0px 20px 0px;
    margin: 180px auto 0 auto;
}

.grid-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding-left: 10px;
    padding-right: 10px;
}

.hidden {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.HomePageForm #divworkspacearea {
    max-width: 100%;
    padding: 0;
}

.fixedheader {
    width: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
}

*: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: 'Crimson Text', 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;
}

.mobilebarnav {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 16px;
    float: right;
}

.mobilebarnav li {
    list-style: none;
    display: inline-block;
}

.mobilebarnav li:hover {
    cursor: pointer;
}

.mobilebarnav li a {
    color: #fff;
    z-index: 2;
    position: relative;
    text-decoration: none;
    display: block;
}

.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: 500;
}

.mobilebarnav ul li:hover ul {
    visibility: visible;
    opacity: 1;
    right: 0px;
    top: 35px;
    background: #000000;
    padding-bottom: 25px;
    z-index: 9999;
}

.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;
}

#topbarcontainer {
    width: 100%;
    background-color: #e0e0e0;
    border-bottom: 1px solid #d2d2d2;
}

#accountnav {
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: right;
}

#accountnav li {
    list-style: none;
    display: inline;
    font-family: 'Crimson Text', serif;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    padding-left: 8px;
    padding-right: 5px;
    border-left: 1px solid #848484;
}

#accountnav li:first-child {
    border: 0;
}

#accountnav li a {
    text-decoration: none;
    color: #848484;
}

#accountnav li a:hover {
    text-decoration: underline;
}

#logo {
    margin-top: 8px;
    margin-bottom: 8px;
}

#logo img {
    /*max-width: 100%;
    height: auto;*/
    width: auto;
    height: 100px;
}

#searchbox {
    width: 223px;
    height: 30px;
    margin-top: 34px;
    margin-right: 10px;
    border: 1px solid #cecece;
    float: right;
}

#searchboxright {
    width: 192px;
    height: 30px;
    float: left;
}

#searchboxright input {
    width: 187px;
    height: 22px;
    line-height: 22px;
    font-family: 'Crimson Text', serif;
    font-weight: 400;
    font-size: 11px;
    color: #b9b9b9;
    background-color: #FFF;
    padding: 3px 3px 3px 0px;
    border: 1px solid #FFF;
}

#searchboxleft {
    width: 31px;
    height: 30px;
    float: left;
}

#searchboxleft a {
    display: block;
    width: 31px;
    height: 30px;
    line-height: 30px;
    background-color: #FFF;
    font-family: 'Crimson Text', serif;
    font-size: 12px;
    font-weight: bold;
    color: #b9b9b9;
    text-align: center;
    text-decoration: none;
}

#searchboxleft a:hover {
    color: #0e0c70;
}

#checkoutbutton {
    margin-top: 36px;
    float: right;
}

#checkoutbutton a {
    display: inline-block;
    font-family: 'Crimson Text', serif;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    color: #FFF;
    background-color: #0e0c70;
    padding: 8px 12px 5px 12px;
    text-decoration: none;
}

#carticon {
    margin-top: 36px;
    padding: 6px 6px 5px 6px;
    border: 1px solid #d3d3d3;
    float: right;
}

#carticon p {
    font-family: 'Crimson Text', serif;
    font-size: 13px;
    font-weight: 400;
    color: #626262;
}

#mainnavcontainer {
    width: 100%;
    border-bottom: 1px solid #cecece;
}

ul#mainnavlinks {
    margin: 0;
    padding: 0 0 0 0px;
    list-style: none;
}

ul#mainnavlinks li {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    /*--Important--*/
}

ul#mainnavlinks li a {
    float: left;
    height: 29px;
    line-height: 29px;
    font-family: 'Crimson Text', serif;
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
    color: #626262;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
}

ul#mainnavlinks li:hover a,
ul#topnav li a:hover {
    color: #0e0c70 !important;
    border-left: 1px solid #cecece;
    border-top: 1px solid #cecece;
    border-right: 1px solid #cecece;
    height: 28px;
    line-height: 28px;
    padding-left: 9px;
    padding-right: 9px;
}

/*--Hover State--*/

ul#mainnavlinks li .subfurniture {
    width: 430px !important;
    position: absolute;
    /*--Important--*/
    z-index: 99999;
    background-color: #fff;
    padding: 0px 0px 25px 20px;
    border-left: 1px solid #cecece;
    border-right: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    text-align: left;
    display: none;
    /*--Hidden for those with js turned off--*/
    -moz-box-shadow: 7px 5px 10px #000;
    -webkit-box-shadow: 7px 5px 10px #000;
    box-shadow: 7px 5px 10px #000;
}

ul#mainnavlinks li .one {
    top: 29px;
    left: 0px;
}

ul#mainnavlinks li .two {
    top: 29px;
    left: 0px;
}

ul#mainnavlinks li .three {
    top: 29px;
    left: 0px;
}

ul#mainnavlinks li .four {
    top: 29px;
    left: 0px;
}

ul#mainnavlinks li .five {
    top: 29px;
    left: 0px;
}

ul#mainnavlinks li .six {
    top: 29px;
    left: -200px;
}

ul#mainnavlinks li .row {
    /*--If needed to break out into rows--*/
    clear: both;
    width: 100%;
    margin-bottom: 10px;
}

ul#mainnavlinks li .sub ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul#mainnavlinks .sub ul li {
    width: 100%;
    /*--Override parent list item--*/
    color: #fff;
}

ul#mainnavlinks .sub ul li h2 {
    /*--Sub nav heading style--*/
    padding: 0;
    margin: 0;
    font-family: 'Crimson Text', serif;
    font-weight: 400;
    font-size: 16px;
    font-weight: bold;
    color: #353535;
}

ul#mainnavlinks .sub ul li h2 a {
    /*--Sub nav heading link style--*/
    padding: 5px 0;
    background-image: none;
    color: #353535;
}

ul#mainnavlinks .sub ul li a {
    float: none;
    font-family: 'Crimson Text', serif;
    font-weight: 400;
    text-transform: none;
    font-size: 12px;
    text-indent: 0;
    /*--Override text-indent from parent list item--*/
    height: 26px;
    line-height: 26px;
    padding: 0px 5px 0px 0px;
    display: block;
    text-decoration: none;
    color: #353535;
    border: 0 !important;
    background: none !important;
}

ul#mainnavlinks .sub ul li a:hover {
    color: #353535;
    text-decoration: underline;
    background-position: 14px 14px;
    /*--Override background position--*/
}

.sublinkscolumn {
    width: 184px;
    line-height: 25px;
    padding-top: 10px;
    float: left;
}

.sublinkscolumn a {
    font-family: 'Crimson Text', serif;
    font-weight: 400;
    font-size: 13px !important;
    color: #353535 !important;
    text-transform: none !important;
}

.sublinkscolumn a:hover {
    text-decoration: underline !important;
    color: #0e0c70 !important;
}

.sublinkscontent {
    width: 200px;
    border: 1px solid #ccc;
    padding: 10px;
    margin: 15px 15px 0 0;
    float: right;
}

.sublinkscontentpic {
    width: 200px;
}

.sublinkscontentcopy {
    width: 200px;
}

.sublinkscontentcopy h3 {
    font-family: 'Crimson Text', serif;
    font-weight: 400;
    font-size: 14px !important;
    color: #2a2a2a;
    padding-bottom: 10px;
    text-transform: uppercase;
    padding-top: 15px;
}

.sublinkscontentcopy p {
    font-family: 'Crimson Text', serif;
    font-weight: 400;
    font-size: 12px !important;
    padding-bottom: 15px;
    color: #2a2a2a;
}

.sublinkscontentcopy a {
    font-family: 'Crimson Text', serif;
    font-weight: 400;
    font-size: 12px !important;
    text-transform: uppercase;
    color: #0e0c70 !important;
    margin-left: 3px !important;
    border: 0 !important;
    padding: 0 !important;
}

.subtitleheading {
    width: 134px;
    height: 25px;
    line-height: 25px;
    padding-bottom: 5px !important;
    padding-top: 5px !important;
}

.subtitleheading h2 {
    font-family: 'Crimson Text', serif;
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
    color: #0e0c70;
}

.subtitleheading h2 a {
    font-family: 'Crimson Text', serif;
    font-weight: 400;
    font-size: 18px !important;
    font-weight: normal !important;
    line-height: 45px !important;
    height: 45px !important;
    color: #e88239 !important;
    padding: 0 !important;
    margin: 0 !important;
}

#mobilenav {
    line-height: 38px;
    text-align: center;
    margin-top: 20px;
}

#mobilenav ul {
    list-style: none;
}

#mobilenav ul li {
    display: block;
    position: relative;
    font-family: 'Crimson Text', serif;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    z-index: 200;
}

#mobilenav li ul {
    display: none;
}

#mobilenav ul li a {
    display: block;
    text-decoration: none;
    color: #2a2a2a;
    white-space: nowrap;
}

#mobilenav ul li a:hover {
    text-decoration: underline;
}

#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: #e0e0e0;
    position: relative;
    border-top: 1px solid #fff;
    color: #2a2a2a;
    height: 35px;
    line-height: 35px;
    left: 0;
    top: 0;
    z-index: 200;
}

#mobilenav li:hover li a:hover {
    text-decoration: underline;
}

#homebanner {
    position: relative;
    z-index: 100;
    margin-top: 15px;
}

#homebanner img {
    max-width: 100%;
    height: auto;
    display: block;
}

#homebannerslides .item img {
    display: block;
    width: 100%;
    height: auto;
}

#homebanner .owl-buttons {
    display: none;
}

#homebanner .owl-theme .owl-controls {
    position: absolute !important;
    bottom: 10px !important;
    right: 12px !important;
}

#homebanner .owl-theme .owl-controls .owl-page span {
    margin: 2px 4px !important;
    width: 11px !important;
    height: 11px !important;
    background: #FFF !important;
}

.slidetitle {
    width: 400px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 40px;
    z-index: 500;
    background-color: none;
    display: none !important;
    padding-bottom: 10px;
}

.slidetitle h2 {
    font-family: 'Crimson Text', serif;
    font-weight: normal;
    font-size: 30px;
    font-style: italic;
    color: #FFF;
    text-shadow: 1px 2px 25px #000;
    padding-bottom: 15px;
}

.slidetitle h4 {
    font-family: 'Crimson Text', serif;
    font-weight: 400;
    font-size: 50px;
    line-height: 40px;
    text-transform: uppercase;
    color: #FFF;
    text-shadow: 1px 2px 55px #000;
    margin: 0;
}

.slidetitle h3 {
    font-family: 'Crimson Text', serif;
    font-weight: 400;
    font-size: 25px;
    line-height: 0;
    color: #FFF;
    text-shadow: 1px 2px 25px #000;
}

.slidetitle p {
    font-family: 'Crimson Text', serif;
    font-weight: 400;
    font-size: 16px;
    color: #FFF;
    margin-bottom: 30px;
    text-shadow: 1px 2px 25px #000;
}

.slidetitle a {
    display: inline-block;
    background-color: #fff;
    padding: 12px 30px 10px 30px;
    font-family: 'Crimson Text', serif;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    color: #0e0c70;
    text-decoration: none;
}

#subbannercontainer {
    border: 1px solid #cacaca;
    margin-top: 24px;
}

.subbannerpic {
    margin-top: 19px;
    margin-left: 10px;
    margin-right: 10px;
}

.subbannerpic img {
    width: 100%;
    height: auto;
    display: block;
}

.subbannertitle {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 20px;
}

.subbannertitle p {
    font-family: 'Crimson Text', serif;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    color: #4f4f4f;
}

.subbannertitle a {
    font-family: 'Crimson Text', serif;
    font-size: 16px;
    font-style: italic;
    color: #4f4f4f;
    text-decoration: none;
}

.subbannertitle a:hover {
    text-decoration: underline;
}

.subbannercopy {
    text-align: center;
    margin-top: 25px;
}

.subbannercopy h2 {
    font-family: 'Crimson Text', serif;
    font-weight: 400;
    font-size: 25px;
    text-transform: uppercase;
    color: #4c4d4e;
}

.subbannercopy h3 {
    font-family: 'Crimson Text', serif;
    font-size: 54px;
    font-weight: normal;
    text-transform: uppercase;
    color: #4c4d4e;
    margin: 0;
}

.subbannercopy p {
    font-family: 'Crimson Text', serif;
    font-weight: 400;
    font-size: 15px;
    color: #646464;
}

.subbannercopy a {
    display: inline-block;
    background-color: #0e0c70;
    padding: 7px 15px 5px 15px;
    font-family: 'Crimson Text', serif;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    margin-top: 35px;
}

.midsubbannerpic {
    margin-top: 20px;
}

.midsubbannerpic img {
    width: 100%;
    height: auto;
    display: block;
}

.midsubbannertitle {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 20px;
}

.midsubbannertitle p {
    font-family: 'Crimson Text', serif;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    color: #4f4f4f;
}

.midsubbannertitle a {
    font-family: 'Crimson Text', serif;
    font-size: 16px;
    font-style: italic;
    color: #4f4f4f;
    text-decoration: none;
}

.midsubbannertitle a:hover {
    text-decoration: underline;
}

.border {
    height: 1px;
    background-color: #d9d9d9;
    margin-bottom: 30px;
}

#servicestitle {
    text-align: center;
    margin-bottom: 25px;
}

#servicestitle h2 {
    font-family: 'Crimson Text', serif;
    font-size: 29px;
    font-weight: normal;
    text-transform: uppercase;
    color: #4c4d4e;
    padding-bottom: 5px;
}

#servicestitle p {
    font-family: 'Crimson Text', serif;
    font-weight: 400;
    color: #646464;
}

#homevideo {
    margin-top: 25px;
    margin-bottom: 25px;
}

#homevideo iframe {
    width: 100%;
}

.footercolumn h2 {
    font-family: 'Crimson Text', serif;
    font-weight: 400;
    font-size: 14px;
    color: #4f4f4f;
    text-transform: uppercase;
    margin-top: 25px;
    margin-bottom: 10px;
}

.footercolumn li {
    list-style: none;
    font-family: 'Crimson Text', serif;
    font-weight: 400;
    font-size: 14px;
    color: #646464;
    line-height: 24px;
}

.footercolumn a {
    text-decoration: none;
    color: #646464;
}

.footercolumn a:hover {
    text-decoration: underline;
}

.footercolumn p {
    font-family: 'Crimson Text', serif;
    font-weight: 400;
    font-size: 14px;
    color: #646464;
    line-height: 20px;
}

#newsletterheading {
    margin-top: 25px;
    margin-bottom: 10px;
    text-align: center;
}

#newsletterheading h1 {
    font-family: 'Crimson Text', serif;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    color: #0e0c70;
}

#newsletterheading p {
    font-family: 'Crimson Text', serif;
    font-size: 17px;
    font-style: italic;
    color: #0e0c70;
}

#newsletterheading a {
    color: #0e0c70;
}

#newsletter {
    width: 244px;
    height: 30px;
}

#newsletterleft {
    width: 215px;
    height: 30px;
    float: left;
}

#newsletterleft input {
    width: 205px;
    height: 22px;
    line-height: 20px;
    font-family: 'Crimson Text', serif;
    font-weight: 400;
    color: #c8c8c8;
    background-color: #FFF;
    border-left: 1px solid #c6c8c8;
    border-top: 1px solid #c6c8c8;
    border-bottom: 1px solid #c6c8c8;
    padding: 4px 3px 2px 6px;
}

#newsletterright {
    width: 29px;
    height: 30px;
    cursor: pointer;
    float: left;
}

#footersocialmedia {
    margin: 15px auto 25px auto;
    text-align: center;
}

#footersocialmedia li {
    list-style: none;
    display: inline;
    padding-right: 4px;
}

#footersocialmedia li a {
    color: #0e0c70;
    list-style: none;
}

#copyright {
    padding-top: 55px;
    padding-bottom: 20px;
}

#copyright p {
    font-family: 'Crimson Text', 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: 55px;
    padding-bottom: 20px;
}

#seocopy a {
    font-family: 'Crimson Text', 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;
}

#seocontentbox p {
    font-family: 'Crimson Text', serif;
    font-size: 11px;
    line-height: 18px;
    color: #828282;
}

#scrolldiv {
    display: none;
}

#sitesealcontainer {
    text-align: center;
}

/*added styles for email banner*/
.bottom-email {
    font-family: 'Crimson Text', serif;
    font-weight: 400;
    text-align: center;
    background-color: #0e0c71;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    max-width: 440px;
    z-index: 10000;
    padding: 5px;
}

.close-promo {
    position: absolute;
    top: 0;
    right: 3px;
}

.bottom-email a {
    color: white;
}

.bottom-email-heading {
    font-size: 1.5em;
    text-decoration: none;
    color: white;
}

.bottom-email-paragraph {
    font-size: 13px;
    text-decoration: none;
}

.bottom-email-heading:visited {
    color: white;
    text-decoration: none;
}

.bottom-email-paragraph:visited {
    color: white;
    text-decoration: none;
}

/* Join Email Popup */

div.pp_default .pp_close {
    top: 33px !important;
    right: 55px !important;
    margin-right: 0px !important
}

#joinemailoverlay {
    width: 575px;
    text-align: center;
    background: #fff;
    margin: 0 auto;
    border: 30px solid #0e0c70;
}

#joinemailoverlayform {
    width: 505px;
    margin: 50px auto 0 auto;
}

#joinemailoverlayform input {
    width: 247px;
    height: 20px;
    line-height: 20px;
    font-family: 'Crimson Text', serif;
    font-size: 16px;
    /* font-style: italic; */
    color: #a6a6a6;
    background-color: #d9d5d6;
    border: 1px solid #d7d7d7;
    padding: 3px 3px 3px 6px;
    margin-top: 12px;
    margin-bottom: 5px;
    float: left;
}

#joinemailoverlayformsubmit {
    width: 120px;
    height: 28px;
    margin: 15px auto 0 auto;
}

#joinemailpopupinputcontainer {
    width: 388px;
    height: 54px;
    margin: 0 auto 20px auto;
    background-color: #d9d5d6;
    border: 2px solid #0e0c70;
}

.JoinEmailButtonInput {
    background: linear-gradient(#0e0c70, #0e0c70) no-repeat fixed;
    width: 100px !important;
    /* text-transform: uppercase; */
    /* color: #fff !important; */
    text-align: center;
    line-height: 15px !important;
    height: 28px !important;
    margin-top: 0 !important;
}

.JoinEmailAddressInput {
    float: left;
    margin-top: 16px !important;
    margin-left: 50px;
}

.inputTextEmail {
    width: 286px;
    height: 16px;
    padding: 10px;
    float: left;
}

.wrapperJoinEmail {
    width: 652px;
    background: #ffffff;
    border: 25px solid #000000;
    margin: 100px auto;
    position: relative;
}

.containerJoinemail {
    width: 550px;
    margin: 30px auto;
    text-align: center;
}

.inputcontainer {
    width: 438px;
    margin: 0 auto;
}

.joinEmailpara1 {
    font-family: 'Crimson Text', serif;
    margin-bottom: 0px;
    font-size: 38px;
    color: #0e0c70;
}

.joinEmailpara2 {
    font-family: 'Crimson Text', serif;
    66666 font-size: 16px;
    line-height: 22px;
}

.joinEmailpara3 {
    color: #8aa73c;
    font-family: 'Crimson Text', serif;
    font-size: 24px;
    margin: 25px auto 15px auto !important;
}

.joinEmailpara4 {
    font-family: 'Crimson Text', serif;
    font-size: 16px;
    margin: 35px auto 15px;
    color: #0e0c70;
}

.btnclose {
    position: absolute;
    top: 10px;
    right: 10px;
}

div.grwf2-wrapper.wf2-embedded {
    z-index: 1 !important;
}

/* End Join Email Popup */


.joinemail-iframe iframe {
    width: 100%;
}

.heading-message {
    font-size: 1.25em;
}

.section-title {
    text-decoration: underline;
    font-size: 1.25em;
}


.employee-names a {
    float: left;
    margin-bottom: 10px;
}

.employee-names p {
    float: left;
    width: 350px;

}

#ItemSummary1_additionallinks_linkrepeater_ctl02_linkrepeater_additionallink {
    color: red;
    font-weight: bold;
}

#categorynav li {
    font-size: 14px !important;
}

/* 64083 JD 10/5/20 */
 ul#mainnavlinks li a {
    padding-left: 6px;
    padding-right: 6px;
}

@media screen and (max-width: 400px) {

    #divworkspacearea {
        margin: 0 auto;
    }

    .fixedheader {
        position: static;
    }

    #accountnav li {
        font-size: 11px;
        text-transform: none;
    }

    #logo {
        text-align: center;
        margin-top: 20px;
        margin-bottom: 0px;
    }

    #logo img {
        max-width: 100%;
        height: auto;
    }

    #logocopy {
        text-align: center;
        margin-top: 10px;
    }

    #searchbox {
        margin-top: 13px;
        float: right;
        clear: both;
    }

    #checkoutbutton {
        margin-top: 15px;
        margin-right: 10px;
        float: right;
    }

    #carticon {
        margin-top: 15px;
        float: right;
    }

    .subbannercopy a {
        margin-top: 15px;
        margin-bottom: 20px;
    }

    #newsletterheading {
        text-align: left;
    }

    #socialmedia {
        margin-left: 0px;
    }

    #seocopy {
        padding-top: 0px;
    }

    #footersocialmedia {
        text-align: left;
    }

    #sitesealcontainer {
        text-align: left;
    }

    #staticpagecontent img {
        float: none !important;
    }

    .pp_overlay {
        display: none !important;
    }

    #joinemailoverlay {
        display: none !important;
    }

    .pp_pic_holder {
        display: none !important;
    }

    .bottom-email {
        max-width: 100%;
    }

    .bottom-email-paragraph {
        display: none;
    }

    #copyright {
        padding-top: 0px;
        padding-bottom: 20px;
        margin-bottom: 10px;
    }

    .bottom-email-heading {
        font-size: 1em;
    }

    .copyright-bottom,
    .seocopy-bottom {
        margin-bottom: 10px;
    }

    .fa-times {
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 10px;
    }

}

@media screen and (min-width: 401px) and (max-width: 767px) {

    #divworkspacearea {
        margin: 0 auto;
    }

    .fixedheader {
        position: static;
    }

    #accountnav li {
        font-size: 11px;
        text-transform: none;
    }

    #logo {
        text-align: center;
        margin-top: 20px;
        margin-bottom: 0px;
    }

    #logo img {
        max-width: 100%;
        height: auto;
    }

    #searchbox {
        margin-top: 13px;
        float: right;
        clear: both;
    }

    #checkoutbutton {
        margin-top: 15px;
        margin-right: 10px;
        float: right;
    }

    #carticon {
        margin-top: 15px;
        float: right;
    }

    .subbannercopy a {
        margin-top: 15px;
        margin-bottom: 20px;
    }

    #newsletterheading {
        text-align: left;
    }

    #socialmedia {
        margin-left: 0px;
    }

    #seocopy {
        padding-top: 0px;
    }

    #footersocialmedia {
        text-align: left;
    }

    #sitesealcontainer {
        text-align: left;
    }

    #staticpagecontent img {
        float: none !important;
    }

    .pp_overlay {
        display: none !important;
    }

    #joinemailoverlay {
        display: none !important;
    }

    .pp_pic_holder {
        display: none !important;
    }

    .bottom-email {
        max-width: 100%;
    }

    .bottom-email-paragraph {
        display: none;
    }

    #copyright {
        padding-top: 0px;
        padding-bottom: 20px;
        margin-bottom: 10px;
    }

    .bottom-email-heading {
        font-size: 1em;
    }

    .copyright-bottom,
    .seocopy-bottom {
        margin-bottom: 10px;
    }

    .fa-times {
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 10px;
    }



}

@media screen and (min-width: 768px) and (max-width: 950px) {

    #searchbox {
        width: 183px;
    }

    #searchboxright {
        width: 152px;
    }

    #searchboxright input {
        width: 147px;
    }

    .hidelink {
        display: none;
    }

    ul#mainnavlinks li a {
        text-transform: none;
        padding-left: 5px;
        padding-right: 5px;
    }

    ul#mainnavlinks li:hover a,
    ul#topnav li a:hover {
        padding-left: 4px;
        padding-right: 4px;
    }

    ul#mainnavlinks li .five {
        top: 29px;
        left: -100px;
    }

    ul#mainnavlinks li .six {
        top: 29px;
        left: -350px;
    }

}

@media screen and (min-width: 900px) and (max-width: 1030px) {

    ul#mainnavlinks li a {
        font-size: 12px;
        padding-left: 6px;
        padding-right: 6px;
    }

    ul#mainnavlinks li:hover a,
    ul#topnav li a:hover {
        padding-left: 5px;
        padding-right: 5px;
    }

    ul#mainnavlinks li .six {
        top: 29px;
        left: -250px;
    }

}

@media screen and (min-width: 768px) and (max-width: 1030px) {

    .subbannercopy h2 {
        font-size: 15px;
    }

    .subbannercopy h3 {
        font-size: 44px;
    }

    .subbannercopy a {
        margin-top: 15px;
    }

    #newsletter {
        width: 174px;
        height: 30px;
    }

    #newsletterleft {
        width: 145px;
        height: 30px;
        float: left;
    }

    #newsletterleft input {
        width: 135px;
        height: 22px;
        line-height: 20px;
        font-family: 'Crimson Text', serif;
        font-weight: 400;
        color: #c8c8c8;
        background-color: #FFF;
        border-left: 1px solid #c6c8c8;
        border-top: 1px solid #c6c8c8;
        border-bottom: 1px solid #c6c8c8;
        padding: 4px 3px 2px 6px;
    }

    #newsletterright {
        width: 29px;
        height: 30px;
        cursor: pointer;
        float: left;
    }

    #newsletterheading {
        text-align: left;
    }

    #socialmedia {
        margin-left: 0px;
    }

}

@media screen and (min-width: 1220px) {

    #scrolldiv {
        display: block;
    }

    #scrolldiv a {
        font-family: 'Crimson Text', 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: 80px;
        right: 20px;
        display: none;
    }

    .scrolltotop:hover {
        color: #a2a2a2;
        text-decoration: none;
    }

}

@media print {

    .no-print,
    .no-print * {
        display: none !important;
    }
}

@media screen and (max-width: 1064px) {
    .bottom-email {
        margin-left: 0;
    }
}

/***********************************************************************************
 * END HEADER, HOMEPAGE, FOOTER STYLES
 **********************************************************************************/