/***********************************************************************************
 * HEADER, HOMEPAGE, FOOTER STYLES
 **********************************************************************************/


#divworkspacearea {
    max-width: 1320px;
    padding: 20px 10px 20px 10px;
    margin: 0 auto;
}

.grid-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1320px;
    padding-left: 10px;
    padding-right: 10px;
}

.HomePageForm #divworkspacearea {
    max-width: 100%;
    position: relative;
    z-index: 100;
    padding: 0;
}

*:focus {
    outline: none;
}

img {
    border: 0;
}

h1 {
    margin: 0;
    padding: 0;
}

h2 {
    margin: 0;
    padding: 0;
}

h3 {
    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;
}

.hidden {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

#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: #ff8502;
}

.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: #ff8502;
    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;
}

#header {
    width: 100%;
    background-color: #FFF;
}

#headerleft {
    width: 15%;
    float: left;
}

#logo {
    margin-top: 20px;
    text-align: center;
}

#logo img {
    max-width: 100%;
    height: auto;
}

#headermiddle {
    width: 60%;
    float: left;
}

#searchbox {
    width: 348px;
    padding: 33px 0;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    float: left;
}

#searchboxleft {
    width: 39px;
    height: 39px;
    float: left;
}

#searchboxleft a {
    display: block;
    width: 39px;
    height: 39px;
    line-height: 46px;
    background-color: #fff;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #848383;
    text-align: center;
    text-decoration: none;
}

#searchboxleft a:hover {
    color: #3c3c3c;
}

#searchboxright {
    width: 309px;
    height: 39px;
    float: left;
}

#searchboxright input {
    width: 298px;
    height: 31px;
    font-family: "Raleway", Arial, sans-serif;
    font-size: 14px;
    color: #2a2a2a;
    padding: 3px 3px 3px 6px;
    border: 1px solid #fff;
}

#headerright {
    width: 25%;
    float: right;
}

.headerphone {
    text-align: right;
    margin-top: 10px;
    padding-right: 26px;
}

.headerphone p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #303c41;
    font-weight: 600;
}

.headerphone p a {

    text-decoration: none;
    color: #303c41;

}

.headerphone p a:hover {
    text-decoration: underline
}



#accountnav {
    padding-top: 20px;
    padding-right: 15px;
    float: right;
}

#accountnav ul {
    padding-right: 10px;
    list-style: none;
    right: 0;
}

#accountnav ul li {
    display: block;
    font-family: "Raleway", Arial, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    float: right;
}

#accountnav li ul {
    display: none;
}

#accountnav ul li a {
    display: block;
    text-decoration: none;
    color: #2a2a2a;
    height: 16px;
    padding-right: 6px;
    padding-left: 6px;
    white-space: nowrap;
}

#accountnav ul li a:hover {
    text-decoration: underline
}

#accountnav li:hover ul {
    display: block;
    position: absolute;
    z-index: 9999;
}

#accountnav li:hover li {
    width: 140px;
    font-size: 12px;
    font-family: "Raleway", Arial, sans-serif;
    font-size: 12px;
    clear: both;
}

#accountnav li:hover li a {
    background-color: #fff;
    color: #2a2a2a;
    position: relative;
    height: 25px;
    line-height: 25px;
    left: 0px;
    top: 10px;
    z-index: 800;
    border: 0;
    text-transform: none;
}

#accountnav li:hover li a:hover {
    text-decoration: underline;
}

.fixed {
    position: fixed !important;
    top: 0px;
}

.fixedFix {
    top: 100px !important;
}

#mainnav {
    width: 100%;
    height: 43px;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    background-color: #FFF;
    position: relative;
    z-index: 800;
}

#mainnav ul {
    margin-left: -727px;
    left: 50%;
    position: absolute;
    list-style: none;
}

#mainnav ul li {
    display: block;
    position: relative;
    font-family: "Raleway", Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    float: left;
}

#mainnav li ul {
    display: none;
}

#mainnav ul li a {
    display: block;
    text-decoration: none;
    color: #2a2a2a;
    height: 43px;
    line-height: 43px;
    padding-right: 57px;
    padding-left: 57px;
    white-space: nowrap;
}

#mainnav ul li:hover a {
    color: #2a2a2a;
}

#mainnav li:hover ul {
    display: block;
    position: absolute;
    z-index: 200;
    margin-left: 0;
    left: 0;
    background-color: #FFF;
    padding-bottom: 15px;
}

#mainnav li:hover li {
    width: 230px;
    font-size: 12px;
    font-family: "Raleway", Arial, sans-serif;
    font-weight: 400;
    text-align: left;
    clear: both;
}

#mainnav li:hover li a {
    background-color: #fff;
    color: #2a2a2a;
    position: relative;
    text-transform: none;
    height: 26px;
    line-height: 26px;
    z-index: 200;
}

#mainnav li:hover li a:hover {
    text-decoration: underline;
}

#mobilenav {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    line-height: 43px;
    margin-top: 15px;
    text-align: center;
}

#mobilenav ul {
    list-style: none;
}

#mobilenav ul li {
    display: block;
    position: relative;
    font-family: "Raleway", Arial, sans-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: #000;
    white-space: nowrap;
}

#mobilenav ul li:hover a {
    text-decoration: none;
    color: #000;
}

#mobilenav li li a {
    background-color: #fff;
    color: #2a2a2a;
    position: relative;
    border-top: 1px solid #e1e1e1;
    height: 35px;
    font-weight: 400;
    line-height: 35px;
    left: 0;
    top: 0;
    z-index: 200;
}

#mobilenav li:hover li a:hover {
    text-decoration: underline;
}

#homebanner {
    width: 100%;
    position: relative;
}

#homebanner img {
    width: 100%;
    height: auto;
    display: block;
}

#promobox {
    position: absolute;
    top: 10%;
    left: 5%;
    /*background: rgba(255, 255, 255, .8);
    padding: 60px 100px;*/
}

#promoboxcopy {
    text-align: center;
}

#promoboxcopy img {
    width: 100%;
}

#promoboxcopy a {
    font-family: "Raleway", Arial, sans-serif;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    color: #2a2a2a;
    text-decoration: none;
    display: inline-block;
    padding: 15px 50px;
    border: 1px solid #2a2a2a;
}

#promoboxcopy a:hover {
    background: rgba(255, 255, 255, 0.9);
}

.promocopysmall {
    font-family: "Raleway", Arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    color: #2a2a2a;
    line-height: 26px;
}

.promocopylarge {
    font-family: "Raleway", Arial, sans-serif;
    font-weight: 600;
    font-size: 70px;
    text-transform: uppercase;
    color: #2a2a2a;
}

#shopdepartmentbrand {
    margin-top: 63px;
    text-align: center;
}

#shopdepartmentbrand li {
    list-style: none;
    display: inline;
    font-family: "Raleway", Arial, sans-serif;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    border-left: 1px solid #e1e1e1;
    padding: 0 27px;
}

#shopdepartmentbrand li a {
    color: #ccc;
    border-bottom: 3px solid #ccc;
    padding-bottom: 5px;
    text-decoration: none;
}

.shopactive {
    color: #2a2a2a !important;
    border-bottom: 3px solid #2a2a2a !important;
}

.shopdepartmentbox {
    width: 100%;
    border: 1px solid #d1d1d1;
    margin-top: 50px;
}

.shopdeartmentboxleft {
    width: 60%;
    float: left;
}

.shopdepartmentboxpic img {
    width: 100%;
    height: auto;
    display: block;
}

.shopdepartmentboxright {
    width: 40%;
    float: left;
}

.shopdepartmentboxcopy {
    font-family: "Raleway", Arial, sans-serif;
    text-align: center;
}

.shopdepartmentboxcopy a {
    text-decoration: none;
}

.departmentheadingone {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: #2a2a2a;
    display: inline-block;
    margin-top: 25%;
}

.departmentheadingtwo {
    font-size: 27px;
    font-weight: 600;
    color: #2a2a2a;
    display: inline-block;
    margin-top: 15px;
}

.departmentheadingthree {
    font-size: 14px;
    font-weight: 600;
    color: #7a7a7a;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 70px;
}

.departmentheadingthree:hover {
    text-decoration: underline;
}

#shopbrandcontainer {
    display: none;
}

#shopbrandbox {
    width: 96%;
    border: 1px solid #d1d1d1;
    margin-top: 50px;
    text-align: center;
    padding: 2% 2% 0 2%
}

#shopbrandbox p {
    font-family: "Raleway", Arial, sans-serif;
    font-size: 16px;
    color: #2a2a2a;
    font-weight: 400;
    line-height: 24px;
}

.shopbrandheading {
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 25px;
    margin-top: 10px;
    display: inline-block;
}

#shopbrandbox #brandslist {
    margin-top: 30px !important;
    margin-bottom: 0 !important;
    text-align: center;
}

#homedesigncenter {
    width: 100%;
    margin-top: 75px;
    position: relative;
}

#homedesigncenter img {
    width: 100%;
    height: auto;
    display: block;
}

#homedesigncentercopy {
    width: 100%;
    position: absolute;
    top: 25%;
    text-align: center;
}

#homedesigncentercopy p {
    font-family: "Raleway", Arial, sans-serif;
    font-size: 25px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
}

.homebold {
    font-size: 35px;
    font-weight: 600;
    text-transform: none;
}

#homedesigncentercopy a {
    font-family: "Raleway", Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    padding: 20px 66px;
    border: 1px solid #fff;
    margin-top: 10px;
}

#homedesigncentercopy a:hover {
    background: rgba(0, 0, 0, 0.2);
}

#whoweare {
    margin-top: 120px;
    margin-bottom: 170px;
    text-align: center;
}

#whoweare p {
    font-family: "Raleway", Arial, sans-serif;
    font-size: 17px;
    font-weight: 300;
    color: #2a2a2a;
    line-height: 24px;
}

.whoweareheading {
    font-size: 27px;
    font-weight: 600;
}

#footertop {
    width: 100%;
    padding: 30px 0;
    border-top: 1px solid #e1e1e1;
}

#footersocial {
    width: 100%;
    text-align: center;
}

#footersocial ul {
    margin-top: 10px;
    margin-left: 10px;
}

#footersocial li {
    list-style: none;
    display: inline;
    padding: 0 5px;
}

#footersocial li a {
    color: #696969;
    text-decoration: none;
}

#footersocial li a:hover {
    color: #2e2e2e;
}

#footercontainer {
    width: 84%;
    background-color: #f3f3f3;
    padding: 37px 8%;
}

.footerheading {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #2a2a2a;
    margin-bottom: 15px;
    margin-top: 20px;
    display: inline-block;
}

.footercolumn {
    width: 23%;
    padding-right: 2%;
    float: left;
}

.footercolumn li {
    list-style: none;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    line-height: 25px;
}

.footercolumn li a {
    color: #696969;
    text-decoration: none;
}

.footercolumn li a:hover {
    text-decoration: underline;
}

.footercolumn p {
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    line-height: 25px;
    color: #696969;
}

.footercolumn a {
    color: #696969;
    text-decoration: none;
}

.footercolumn a:hover {
    text-decoration: underline;
}

#logonewsletter {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #f3f3f3;
}

#footerlogo {
    width: 22%;
    padding-left: 3%;
    margin-top: 6px;
    float: left;
}

#footerlogo img {
    max-width: 100%;
    height: auto;
}

#newsletterbox {
    width: 72%;
    padding-right: 3%;
    float: right;
}

#newsletterboxleft {
    width: 343px;
    float: right;
}

#newsletterboxleft input {
    width: 328px;
    height: 33px;
    line-height: 33px;
    background-color: #f3f3f3;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    color: #2a2a2a;
    padding: 5px 5px 5px 10px;
    border: 1px solid #c6c6c6;
}

#newsletterboxright {
    width: 124px;
    float: right;
}

#newsletterboxright input {
    width: 124px;
    height: 45px;
    line-height: 43px;
    background-color: #f3f3f3;
    font-family: "Raleway", sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #2a2a2a;
    border-top: 1px solid #c6c6c6;
    border-right: 1px solid #c6c6c6;
    border-bottom: 1px solid #c6c6c6;
    cursor: pointer;
}

#newsletterboxright input:hover {
    background: rgba(0, 0, 0, 0.1);
}

#copyrightcontainer {
    width: 100%;
    background-color: #d2d2d2;
    padding: 28px 0;
}

#copyright {
    text-align: center;
}

#copyright p {
    font-family: "Raleway", sans-serif;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    color: #2a2a2a;
}

#copyright a {
    color: #2a2a2a;
    text-decoration: none;
}

#copyright a:hover {
    text-decoration: underline;
}

#seocontentbox {
    max-width: 100%;
    text-align: left;
    margin-top: 0;
    margin-bottom: 15px;
    margin-top: 15px;
}

#seocontentbox p {
    font-family: "Raleway", sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #2a2a2a;
}

#scrolldiv {
    display: none;
}

@media screen and (max-width: 477px) {

    #logo {
        margin-bottom: 15px;
    }

    #headerleft {
        width: 100%;
        float: none;
    }

    #headermiddle {
        width: 100%;
        float: none;
    }

    #searchbox {
        width: 248px;
        padding: 0;
        border: 1px solid #e1e1e1;
        margin-left: 10px;
    }

    #searchboxright {
        width: 209px;
        height: 39px;
        float: left;
    }

    #searchboxright input {
        width: 198px;
    }

    #headerright {
        width: 100%;
        float: none;
    }

    #accountnav {
        padding-top: 13px;
        padding-right: 0px;
        padding-left: 10px;
        float: left;
    }

    #promobox {
        display: none;
    }

    #shopdepartmentbrand {
        margin-top: 30px;
    }

    #shopdepartmentbrand li {
        list-style: none;
        display: block;
        font-family: "Raleway", Arial, sans-serif;
        font-weight: 600;
        font-size: 16px;
        text-transform: uppercase;
        border-left: 0;
        padding: 15px 0 0 0;
    }

    #shopdepartmentbrand li a {
        width: 230px;
        display: inline-block;
        color: #ccc;
        border: 1px solid #ccc;
        padding: 12px 0;
        text-decoration: none;
    }

    .shopactive {
        color: #2a2a2a !important;
        border-bottom: 1px solid #ccc !important;
    }

    .shopdepartmentbox {
        margin-top: 40px;
    }

    .shopdeartmentboxleft {
        width: 100%;
        float: none;
    }

    .shopdepartmentboxright {
        width: 100%;
        float: none;
    }

    .departmentheadingone {
        margin-top: 35px;
    }

    .departmentheadingtwo {
        margin-top: 15px;
    }

    .departmentheadingthree {
        margin-top: 35px;
        margin-bottom: 50px;
    }

    #homedesigncenter {
        margin-top: 65px;
        border-bottom: 1px solid #d1d1d1;
        padding-bottom: 55px;
    }

    #homedesigncentercopy {
        width: 100%;
        position: static;
        top: 0;
        margin-top: 35px;
    }

    #homedesigncentercopy p {
        font-size: 18px;
        color: #2a2a2a;
    }

    .homebold {
        font-size: 27px;
    }

    #homedesigncentercopy a {
        font-size: 16px;
        color: #2a2a2a;
        padding: 15px 55px;
        border: 1px solid #2a2a2a;
        margin-top: 10px;
    }

    #whoweare {
        margin-top: 80px;
        margin-bottom: 120px;
    }

    #whoweare p {
        font-size: 17px;
    }

    .whoweareheading {
        font-size: 27px;
    }

    #footercontainer {
        width: 94%;
        background-color: #f3f3f3;
        border-top: 1px solid #dedede;
        padding: 37px 3%;
    }

    .footercolumn {
        width: 100%;
        text-align: center;
        float: none;
    }

    #logonewsletter {
        width: 100%;
        padding-top: 25px;
        padding-bottom: 25px;
        background-color: #f3f3f3;
    }

    #footerlogo {
        width: 100%;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 30px;
        text-align: center;
        float: none;
    }

    #footerlogo img {
        max-width: 100%;
        height: auto;
    }

    #newsletterbox {
        width: 97%;
        padding-right: 3%;
        float: right;
    }

    #newsletterboxleft {
        width: 173px;
    }

    #newsletterboxleft input {
        width: 158px;
    }

    #newsletterboxright {
        width: 80px;
    }

    #newsletterboxright input {
        width: 80px;
    }

}

@media screen and (min-width: 478px) and (max-width: 767px) {

    #logo {
        margin-bottom: 15px;
    }

    #headerleft {
        width: 100%;
        float: none;
    }

    #headermiddle {
        width: 100%;
        float: none;
    }

    #searchbox {
        width: 248px;
        padding: 0;
        border: 1px solid #e1e1e1;
        margin-left: 10px;
    }

    #searchboxright {
        width: 209px;
        height: 39px;
        float: left;
    }

    #searchboxright input {
        width: 198px;
    }

    #headerright {
        width: 100%;
        float: none;
    }

    #accountnav {
        padding-top: 13px;
        padding-right: 0px;
        padding-left: 10px;
        float: right;
    }

    #promobox {
        display: none;
    }

    #shopdepartmentbrand {
        margin-top: 43px;
    }

    #shopdepartmentbrand li {
        font-size: 16px;
        padding: 0 15px;
    }

    .shopdepartmentbox {
        margin-top: 40px;
    }

    .shopdeartmentboxleft {
        width: 100%;
        float: none;
    }

    .shopdepartmentboxright {
        width: 100%;
        float: none;
    }

    .departmentheadingone {
        margin-top: 35px;
    }

    .departmentheadingtwo {
        margin-top: 15px;
    }

    .departmentheadingthree {
        margin-top: 35px;
        margin-bottom: 50px;
    }

    #homedesigncenter {
        margin-top: 65px;
        border-bottom: 1px solid #d1d1d1;
        padding-bottom: 55px;
    }

    #homedesigncentercopy {
        width: 100%;
        position: static;
        top: 0;
        margin-top: 35px;
    }

    #homedesigncentercopy p {
        font-size: 18px;
        color: #2a2a2a;
    }

    .homebold {
        font-size: 27px;
    }

    #homedesigncentercopy a {
        font-size: 16px;
        color: #2a2a2a;
        padding: 15px 55px;
        border: 1px solid #2a2a2a;
        margin-top: 10px;
    }

    #whoweare {
        margin-top: 80px;
        margin-bottom: 120px;
    }

    #whoweare p {
        font-size: 17px;
    }

    .whoweareheading {
        font-size: 27px;
    }

    #footercontainer {
        width: 94%;
        background-color: #f3f3f3;
        border-top: 1px solid #dedede;
        padding: 37px 3%;
    }

    .mobiletabletclear {
        clear: both;
    }

    .footercolumn {
        width: 48%;
        padding-right: 2%;
        float: left;
    }

    #logonewsletter {
        width: 100%;
        padding-top: 25px;
        padding-bottom: 25px;
        background-color: #f3f3f3;
    }

    #footerlogo {
        width: 100%;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 30px;
        text-align: center;
        float: none;
    }

    #footerlogo img {
        max-width: 100%;
        height: auto;
    }

    #newsletterbox {
        width: 97%;
        padding-right: 3%;
        float: right;
    }

    #newsletterboxleft {
        width: 243px;
    }

    #newsletterboxleft input {
        width: 228px;
    }

    #newsletterboxright {
        width: 124px;
    }

    #newsletterboxright input {
        width: 124px;
    }

}

@media screen and (min-width: 768px) and (max-width: 949px) {

    #headerleft {
        width: 25%;
        float: left;
    }

    #headermiddle {
        width: 40%;
        float: left;
    }

    #searchbox {
        width: 298px;
        padding: 33px 0;
    }

    #searchboxright {
        width: 259px;
        height: 39px;
        float: left;
    }

    #searchboxright input {
        width: 248px;
    }

    #headerright {
        width: 35%;
    }

    #homedesigncentercopy {
        top: 10%;
    }

    #homedesigncentercopy a {
        padding: 15px 55px;
    }

    .headerphone p {
        font-size: 13px;

    }

}

@media screen and (min-width: 950px) and (max-width: 1265px) {

    #headerleft {
        width: 20%;
        float: left;
    }

    #headermiddle {
        width: 40%;
        float: left;
    }

    #headerright {
        width: 40%;
    }

    #homedesigncentercopy {
        top: 15%;
    }

}

@media screen and (min-width: 768px) and (max-width: 974px) {

    #promobox {
        top: 6%;
        left: 3%;
        padding: 20px 60px;
    }

    #promoboxcopy a {
        font-size: 16px;
        padding: 10px 40px;
    }

    .promocopysmall {
        font-size: 16px;
    }

    .promocopylarge {
        font-size: 50px;
    }

}

@media screen and (min-width: 975px) and (max-width: 1310px) {

    #promobox {
        top: 6%;
        left: 3%;
        padding: 30px 70px;
    }

    #promoboxcopy a {
        font-size: 18px;
        padding: 15px 50px;
    }

    .promocopysmall {
        font-size: 18px;
    }

    .promocopylarge {
        font-size: 60px;
    }

}

@media screen and (min-width: 768px) and (max-width: 1110px) {

    #mainnav ul li {
        font-size: 13px;
    }

    #mainnav ul {
        margin-left: -372px;
    }

    #mainnav ul li a {
        padding-right: 10px;
        padding-left: 10px;
    }

    #mainnav li:hover li {
        width: 180px;
    }

    .departmentheadingone {
        margin-top: 17%;
    }

    .departmentheadingthree {
        margin-top: 60px;
    }

}

@media screen and (min-width: 1111px) and (max-width: 1500px) {

    #mainnav ul {
        margin-left: -535px;
    }

    #mainnav ul li a {
        padding-right: 30px;
        padding-left: 30px;
    }

}

@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;
        z-index: 500;
        display: none;
    }

    .scrolltotop:hover {
        color: #a2a2a2;
        text-decoration: none;
    }
}

/***********************************************************************************
 * END HEADER, HOMEPAGE, FOOTER STYLES
 **********************************************************************************/

/* 70616 JD */


.headerphone p a {
    margin-left: 10px;
}

@media screen and (max-width: 768px) {
    .headerphone {
        text-align: center;
        margin: 0 auto;

    }
}