/** HEADER, HOMEPAGE, FOOTER STYLES  **/
/* font-family: 'Didact Gothic', sans-serif;
    color: #7ac142;
    color: #6cc9f2;
*/

@font-face {
    font-family: "Didact Gothic";
    src: url(/css/40069/font/DidactGothic-Regular.ttf) format("truetype");
}

.LoginPageContainer {
    margin-top: 100px;
}

#divworkspacearea {
    max-width: 1320px;
    padding: 100px 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;
    margin-top: 0;
}

*:focus {
    outline: none;
}

input:focus,
textarea:focus {
    outline: 0;
    border: 1px solid #7ac142;
    -webkit-box-shadow: 0 0 5px #7ac142;
    box-shadow: 0 0 5px #7ac142;
}

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: 'Didact Gothic', sans-serif;
}

.hidden {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

header {
    background-color: #fff;
    background-color: #fff;
    height: 100px;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

#headercontainer {
    border-bottom: 2px solid #7ac142;
    background-color: #fff;
    height: 51px;
    margin-bottom: 55px;
    width: 100%;
    position: relative;
    z-index: 1001;
}

#logo {
    width: 17%;
    text-align: center;
    position: absolute;
}

#logo img {
    max-width: 100%;
    height: auto;
}

#mainnav {
    width: 68%;
    padding-top: 10px;
    display: inline-block;
    left: 17vw;
    position: relative;
}

.nav a {
    text-decoration: none;
}

.nav li {
    list-style: none;
}

.nav {
    display: inline-block;
    cursor: default;
    z-index: 500;
}

.nav>li {
    display: inline-block;
}

.nav>li>a {
    display: block;
    z-index: 510;
    padding-left: 40px;
    height: 30px;
    font-size: 18px;
    font-weight: 400;
    color: #333;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.nav>li>.nav-shop {
    position: absolute;
    top: 51px;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    display: block;
    z-index: 999;
    background-color: #fff;
    border: 2px solid #7ac142;
    border-top: none;
}

.nav .nav-column p,
.nav-nonbold-heading {
    margin: 10px 0;
    line-height: 18px;
    font-size: 14px;
}

.nav>li:hover>a {
    color: #7ac142;
}

.nav>li>.nav-shop {
    width: 150px;
    -webkit-transition: all .3s ease .15s;
    -moz-transition: all .3s ease .15s;
    -o-transition: all .3s ease .15s;
    -ms-transition: all .3s ease .15s;
    transition: all .3s ease .15s;
}

.nav>li:hover>div {
    opacity: 1;
    visibility: visible;
    overflow: visible;
}

.nav .nav-column {
    padding: 10px;
    text-align: left;
    float: left;
}

.nav .nav-column ul {
    padding-bottom: 5px;
    padding-left: 10px;
}

.nav-nonbold-heading {
    font-weight: 400 !important;
    color: #000;
}

.nav .nav-column p {
    font-weight: 600;
    color: #000;
}

.nav .nav-column p a {
    color: #000;
}

.nav .nav-column p a:hover {
    text-decoration: underline;
}

.nav .nav-column li a {
    display: block;
    line-height: 16px;
    font-weight: 400;
    font-size: 13px;
    color: #000;
    margin-bottom: 10px;
    width: 100px;
}

.nav .nav-column li a:hover {
    color: #7ac142;
    text-decoration: underline;
}

#mobilenav {
    width: 38%;
    padding-top: 34px;
    padding-left: 2%;
    float: left;
}

#mobilenav ul {
    list-style: none;
}

#mobilenav ul li {
    display: block;
    position: relative;
    font-weight: 600;
    font-size: 18px;
    z-index: 9999;
}

#mobilenav li:hover ul,
#mobilenav li:hover>ul {
    position: absolute;
    display: block;
}

#accountnav li ul,
#mobilenav li ul {
    display: none;
}

#mobilenav ul li a {
    display: block;
    color: #6cc9f2;
    white-space: nowrap;
    text-decoration: none;
}

#mobilenav ul li:hover a {
    text-decoration: none;
    color: #7ac142;
}

#mobilenav li:hover ul {
    width: 100%;
    z-index: 9999;
}

#mobilenav li:hover li {
    width: 200px;
    clear: both;
}

#mobilenav li:hover li a {
    padding-left: 20px;
    padding-top: 5px;
    background-color: #fff;
    color: #333;
    position: relative;
    border-top: 1px solid #fff;
    height: 35px;
    text-transform: none;
    font-weight: 400;
    font-size: 17px;
    line-height: 35px;
    left: 0;
    top: 0;
    z-index: 200;
}

#mobilenav li:hover li a:hover {
    text-decoration: underline;
}

.products-items {
    position: relative !important;
}

#accountsearch {
    width: 15%;
    float: right;
}

#accountnav {
    margin-top: 12px;
    position: relative;
    padding-right: 20px;
}

#accountnav ul {
    margin-right: 10px;
    list-style: none;
}

#accountnav ul li {
    display: block;
    font-size: 12px;
    float: right;
    padding-bottom: 10px;
}

#accountnav li ul {
    display: none;
}

#accountnav ul li a {
    display: block;
    text-decoration: none;
    color: #7ac142;
    height: 16px;
    margin-left: 12px;
    white-space: nowrap;
}

#accountnav>ul>li>a {
    padding-bottom: 10px;
}

#accountnav ul li:hover>a {
    text-decoration: none;
    color: #7ac142;
}

#accountnav li:hover ul {
    display: block;
    position: absolute;
    right: 28px;
    top: 28px;
    padding-top: 10px;
    z-index: 9999;
    cursor: pointer;
    background-color: #fff;
}

#accountnav li:hover li {
    width: 140px;
    font-size: 12px;
    font-weight: 700;
    text-align: right;
    clear: both;
}

#accountnav li:hover li a {
    background-color: #fff;
    color: #2a2a2a;
    position: relative;
    height: 25px;
    line-height: 25px;
    z-index: 800;
    border: 0;
    text-transform: none;
    padding-right: 10px;
}

#accountnav li:hover li a:hover {
    text-decoration: underline;
}

#headerphone {
    margin-top: 30px;
    text-align: right;
    margin-right: 15px;
}

#headerphone a {
    color: #FFF;
    text-decoration: none;
    font-size: 14px;
}

.headerquantity {
    font-size: 18px;
}

#accountsearch .fa-times {
    color: #7ac142;
}

#searchbar {
    display: none;
}

#searchboxfield input {
    width: 80%;
    height: 36px;
    right: 0;
    line-height: 36px;
    background-color: #fff;
    font-size: 16px;
    font-weight: 600;
    color: #686868;
    padding: 5px;
    margin-top: -57px;
    border: 2px solid #7ac142;
    position: absolute;
}

#homeslide {
    width: 100%;
    height: 743px;
    background-image: url("images/Static-Hero-Image.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-bottom: 20px;
}

#homeslide img {
    width: 100%;
    height: auto;
    display: block;
}

#homeslidecontent {
    padding-top: 250px;
}

#homeslidecopy {
    width: 100%;
    text-align: center;
}

#homeslidecopy p {
    font-size: 22px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 2px;
    color: #fff;
    padding: 0 5%;
}

.homeslidelarge {
    font-size: 36px;
    font-weight: 700;
}

#homeslidecopy a {
    background-color: #6cc9f2;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 12px 34px;
    margin-top: 20px;
    border: 1px solid #6cc9f2;
    ;
}

#homeslidecopy a:hover {
    background-color: #fff;
    color: #6cc9f2;
}

#homescrolldiv {
    display: none;
    text-align: center;
    margin-top: 200px;
}

.homebannerpic {
    margin-top: 30px;
}

.homebannerpic img {
    width: 100%;
    height: auto;
    display: block;
}

.homebannertitle {
    text-align: center;
    padding: 10px 0;
}

.homebannertitle a {
    font-size: 19px;
    color: #353535;
    letter-spacing: 2px;
    text-decoration: none;

}

.homebannertitle a:hover {
    text-decoration: underline;
}

#createlookcontainer {
    width: 100%;
    background: linear-gradient(#e5e5e5, #fff);
    margin-bottom: 60px;
    margin-top: 40px;
}

.hometitle {
    padding: 50px 0;
    text-align: center;
}

.hometitle p {
    font-size: 36px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: 2px;
    color: #353535;
    padding: 0 10px;
}

.homesubtitle {
    font-size: 18px;
    font-weight: 400;
}

/* Comparison Image Slider */

div#comparison {
    width: 790vw;
    height: 387vw;
    max-width: 790px;
    max-height: 387px;
    overflow: hidden;
    margin: 0 auto;
}

div#comparison figure {
    background-image: url("images/createlook-before.png");
    background-size: cover;
    position: relative;
    font-size: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}

div#comparison figure>img {
    position: relative;
    width: 100%;
}

div#comparison figure div {
    background-image: url("images/785150 Terrell-22.jpg");
    background-size: cover;
    position: absolute;
    width: 50%;
    box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    bottom: 0;
    height: 100%;
}

div#comparison input[type=range] {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    top: -2rem;
    left: -1.3%;
    background: rgba(134, 134, 134, 0.7);
    width: 102%;
}

div#comparison input[type=range]:focus {
    outline: none;
}

div#Comparison input[type=range]:active {
    outline: none;
}

div#comparison input[type=range]::-moz-range-track {
    -moz-appearance: none;
    height: 20px;
    width: 98%;
    background-color: rgba(255, 255, 255, 0.1);
    position: relative;
    outline: none;
}

div#comparison input[type=range]::active {
    border: none;
    outline: none;
}

div#comparison input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background: #353535;
    border-radius: 0;
}

div#comparison input[type=range]::-moz-range-thumb {
    -moz-appearance: none;
    width: 20px;
    height: 15px;
    background: #353535;
    border-radius: 0;
}

div#comparison input[type=range]:focus::-webkit-slider-thumb {
    background: rgba(53, 53, 53, 0.5);
}

div#comparison input[type=range]:focus::-moz-range-thumb {
    background: rgba(53, 53, 53, 0.5);
}

/* End Comparison Image Slider */

#createlookbutton {
    margin-top: 20px;
    text-align: center;
}

#createlookbutton a {
    background-color: #6cc9f2;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 12px 34px;
    margin-top: 20px;
    border: 1px solid #6cc9f2;
    ;
}

#createlookbutton a:hover {
    background-color: #fff;
    color: #6cc9f2;
}

#home-copy {
    margin: 40px 10px;
}

#home-copy h2 {
    font-size: 28px;
    color: #7ac142;
    font-weight: 100;
}

#footercontainer {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

#footertop {
    width: 100%;
    padding: 20px 0;
}

#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: #6cc9f2;
    text-decoration: none;
    font-size: 40px;
}

#footercontentcontainer {
    width: 80%;
    padding-bottom: 30px;
    border-top: 2px solid #7ac142;
    padding: 0 10% 30px 10%;
}

.footerheading {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 20px;
    display: inline-block;
}

.footercolumn {
    float: left;
}

.footercolumn:first-of-type {
    width: 50%;
}

.footercolumn:nth-of-type(2) {
    padding-right: 15%;
}

.footercolumn li {
    list-style: none;
    font-size: 14px;
    line-height: 25px;
}

.footercolumn li a {
    color: #333;
    text-decoration: none;
}

.footercolumn li a:hover {
    text-decoration: underline;
}

.footercolumn p {
    font-size: 14px;
    line-height: 25px;
    color: #333;
}

.footercolumn a {
    color: #333;
    text-decoration: none;
}

.footercolumn a:hover {
    text-decoration: underline;
}

#copyrightcontainer {
    width: 100%;
    padding: 20px 0;
    background-color: #7ac142;
}

#copyright {
    text-align: center;
}

#copyright p {
    font-size: 12px;
    line-height: 18px;
    color: #fff;
}

#copyright a {
    color: #fff;
    text-decoration: none;
}

#copyright a:hover {
    text-decoration: underline;
}

#scrolldiv {
    display: none;
}

@media screen and (min-width: 1350px) {

    #scrolldiv {
        display: block;
    }

    #scrolldiv a {

        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;
        z-index: 500;
        display: none;
    }

    .scrolltotop:hover {
        color: #a2a2a2;
        text-decoration: none;
    }

}

@media screen and (max-width: 1024px) {

    .nav>li>.nav-shop {
        width: 100%;
    }

    div#comparison {
        width: 700vw;
        height: 343vw;
        max-width: 700px;
        max-height: 343px;
    }

}


@media screen and (max-width: 767px) {

    #headercontainer {
        position: relative;
        padding-bottom: 45px;
    }

    #logo {
        width: 100%;
        float: none;
    }

    #mobilenav {
        padding-top: 24px;
    }

    #searchbar {
        width: 95%;
        padding-left: 2%;
        float: none;
        position: absolute;
        bottom: -60px;
        left: 0;
    }

    #accountsearch {
        width: 30%;
        padding-top: 9px;
    }

    #homeslide {
        height: auto;
        background-image: none;
        background-attachment: scroll;
    }

    #homeslidecontent {
        padding-top: 0;
    }

    #homeslidecopy {
        position: static;
        margin-top: 30px;
    }

    #homeslidecopy p {
        font-size: 15px;
        font-weight: 400;
        color: #292525;
    }

    .homeslidelarge {
        font-size: 40px;
    }

    div#comparison {
        width: 350vw;
        height: 171vw;
        max-width: 350px;
        max-height: 171px;
    }

    .footercolumn,
    .footercolumn:first-of-type,
    .footercolumn:nth-of-type(2) {
        width: 100%;
        text-align: center;
        float: none;
        padding: 0;
    }

}

@media screen and (max-width: 400px) {

    #homeslide {
        height: auto;
        background-image: none;
        background-attachment: scroll;
    }

    div#comparison {
        width: 300vw;
        height: 147vw;
        max-width: 300px;
        max-height: 147px;
    }

}

/***********************************************************************************
 * END HEADER, HOMEPAGE, FOOTER STYLES
 **********************************************************************************/
/*Epiphany 4 BravoV2 item information color changes*/
#item-info-container #item-info-pagination a {
    color: #000;
}

#consist-of-container .product-group-item .product-group-info p {
    color: #000;
}

#item-info-container #basic-function-icons li a .fa {
    color: #333;
}

#item-info-pricing .add-to-cart a {
    background-color: #7ac142;
    border: 1px solid #7ac142;
}

#item-info-pricing .add-to-cart a:hover {
    background-color: #fff;
    color: #7ac142;
    border: 1px solid #7ac142;
}

#email-friend a {
    color: #fff;
}

#request-information,
#email-friend {
    background-color: #7ac142;
}

#request-information:hover a,
#email-friend:hover a {
    color: #7ac142;
}

#request-information a:hover,
#email-friend a:hover {
    color: #7ac142;
    text-decoration: none;
}

#item-info-product-info .product-tab-heading.tab-active {
    border-bottom: 3px solid #7ac142;
}

#item-info-product-info .product-tab-heading {
    color: #7ac142;
}

#item-info-short-description .view-collection {
    color: #7ac142;
}

#item-info-draping .draping-pagination a {
    color: #7ac142;
}

#item-info-draping .customize-choice-tabs li.selected a span {
    background: #7ac142;
}

#snap-shot a {
    color: #7ac142;
}

#item-info-rotators .heading:after {
    background: #7ac142;
}

#item-info-draping .customize-choice-tabs li.selected a span {
    background: #7ac142;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #7ac142 !important;
}

.noUi-handle {
    background-color: #7ac142;
}

/* End Epiphany 4 BravoV2 item information color changes  */

/* .inc pages */
#contentcontainer {
    margin-left: auto;
    margin-right: auto;
    max-width: 1320px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 24px;
}

#contentcontainer h1 {
    margin: 0;
    padding: 0 0 15px;
    letter-spacing: 1px;
    font-weight: normal;
    font-size: 28px;
    font-family: century gothic;
    color: #7ac142;
}

#contentcontainer h2 {
    margin: 0;
    padding-top: 25px;
    border-bottom: 2px solid #7ac142;
    color: #6cc9f2;
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 15px;
}

#contentcontainer h3 {
    margin: 0;
    letter-spacing: 1px;
    font-weight: bold;
    font-family: century gothic;
    color: #ffffff;
}

#contentcontainer h4 {
    margin: 0;
    padding-top: 25px;
    color: #6cc9f2;
    text-transform: uppercase;
    font-size: 16px;
    padding-bottom: 15px;
}

#contentcontainer h5 {
    margin: 0;
    padding-top: 25px;
    color: #000;
    font-size: 15px;
    padding-bottom: 15px;
}

#contentcontainer img {
    max-width: 100%;
    height: auto;
}

#contentcontainer table td {
    border: 1px solid #ccc;
}

#contentcontainer .green {
    background-color: #7AC142;
    color: #FFFFFF;
    font-weight: bold;
    padding-left: 25px;
}

#contentcontainer .blue {
    background-color: #00abed;
    color: #FFFFFF;
    font-weight: bold;
    padding-left: 25px;
}

#contentcontainer .header {
    /*border-bottom: 2px solid #7AC142;*/
    color: #6cc9f2;
    font-weight: bold;
    padding-top: 25px;
}

#contentcontainer ul {
    padding-left: 40px;
}

#contentcontainer ul.menu li {
    list-style: none;
}

#contentcontainer a {
    text-decoration: none;
}

#contentcontainer .bird a {
    outline: none;
    /* get rid of dotted borders in FireFox */
    text-indent: -5000px;
    /* this move the text outside of the screen area */
    display: block;
    width: 78px;
    height: 45px;
    background: url("/css/40069/images/birds.png") 0 0 no-repeat;
}

#contentcontainer .bird a:hover {
    background: url("/css/40069/images/bird3.png") 0 0 no-repeat;
}

#contentcontainer #bannerscontainer {
    padding-bottom: 180px;
    margin: 0 auto;
    width: 950px;
}

#contentcontainer #hometxtcontainer {
    margin: 0 auto;
}

#contentcontainer #banner1 {
    float: left;
    padding-right: 25px;
}

#contentcontainer #banner2 {
    float: left;
    padding-right: 25px;
}

#contentcontainer #banner3 {
    float: left;
}

#contentcontainer #rightcontainer {
    margin: 20px 0px;
    background: #6cc9f2;
    padding: 20px;
}

#contentcontainer .design-center table {
    border: none;
}

#contentcontainer .design-center table td {
    border: none;
    padding: 10px 0 10px 10px;
}

#contentcontainer .design-center table td a {
    color: #000;
}

/* contact-us.inc */
#contact-us h2 {
    font-size: 20px;
    margin: 5px 0px;
    color: #000;
}

#contact-us p {
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 5px 10px;
}

#contact-us a {
    text-decoration: none;
    color: #2a2a2a;
}

#contact-us .contact-form {
    margin: 25px 0;
}

#contact-us .contact-form input,
#contact-us .contact-form select,
#contact-us .contact-form textarea {
    border: 1px solid #d6d6d6;
    padding: 10px;
    font-size: 16px;
    color: #2a2a2a;
    width: 100%;
    box-sizing: border-box;
    margin: 5px 0 15px 0;
}

#contact-us .contact-form input[type="submit"] {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    padding: 10px;
    font-size: 16px;
    width: 100%;
    max-width: 500px;
    cursor: pointer;
    margin: 25px 0;
}

#contact-us .contact-form input[type="submit"]:hover {
    background-color: #fff;
    color: #6cc9f2;
}

#contact-us button {
    background-color: #6cc9f2;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    width: 200px;
    border: 1px solid #6cc9f2;
    padding: 10px;
    display: block;
    text-align: center;
    margin: 25px 0;
}

#contact-us button:hover {
    background-color: #fff;
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

#pagetitle h1 {
    margin: 0;
}

.choose-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, 140px);
    justify-content: start;
    align-items: center;
    grid-gap: 20px;
}

.choose-container div {
    align-self: center;
    text-align: center;
}

.choose-container div img {
    width: 100%;
    height: auto;
    border: 2px solid #000;
}

#roomplannerpage a {
    background-color: #6cc9f2;
    color: #fff;
    border: 1px solid #6cc9f2;
}

#roomplannerpage a:hover {
    background-color: #fff;
    color: #6cc9f2;
}

/* care.inc */
.care-banner-content {
    position: relative;
    z-index: 200;
}

.care-banner-heading {
    text-align: left;
    position: absolute;
    width: 100%;
    color: #7ac142;
    font-size: 35px;
    padding-left: 10px;
}

.care-banner-heading span {
    display: block;
    margin-top: -41px;
    margin-left: 50px;
}

.care-banner-img {
    margin-bottom: 5px;
}

.care-banner-img img {
    width: 100%;
    height: auto;
    display: block;
}