    #headerCustomContainerDiv
    {
        background-color: transparent !important;
        border-bottom: none !important;
    }

    #headerCustomContainerDiv .container
    {
        /*max-width: 100%;*/
    }

    #headerCustomNavigationMenuContainerDiv .container
    {
        /*max-width: 100%;*/
    }

    #slideshowParentcontainer
    {
        padding-top: 0px;
    }

    #slideshowParent
    {
        padding-bottom: 35%;

    }

    .slideDiv
    {
        cursor: pointer;
        background-size: cover;
    }

    #slideshowNavigationDiv
    {
        display: flex;
        display: -webkit-flex;
        align-items: stretch;
        -webkit-align-items: stretch;
        justify-content: space-around;
        -webkit-justify-content: space-around;
        position: absolute;
        width: 100%;
        left: 0px;
        bottom: 0px;
        padding-bottom: 15px; z-index: 5;
    }



    #slideshowNavigationDiv > a, #slideshowNavigationDiv > a:link
    {
        font-size: 8pt;
        font-family: avenir;
        color: #FFFFFF;
        text-transform: uppercase;
        letter-spacing: 2px;
    }


    #everettTopCategoriesDiv
    {
        display: inline-block;
        width: 100%;
        margin-top: 40px;
        text-align: left;
    }

    #everettTopCategoriesDiv > h2
    {

        font: 10pt nevis;
        text-transform: uppercase;
        letter-spacing: 2px;
        border-bottom: none;
        margin-bottom: 0px;
        padding-bottom: 25px;

    }

    #everettTopCategoriesFlexboxDiv
    {

        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        align-content: flex-start;
        -webkit-align-content: flex-start;
        justify-content: space-between;
        -webkit-justify-content: space-between;
    }


    .everettTopCategoryDiv
    {
        vertical-align: top;
        width: 15%;
        border: none;
        overflow: hidden;
        margin-bottom: 25px;
    }

    .everettTopCategoryDiv  img
    {
        width: 100%;
    }

    .everettTopCategoryDiv > p:nth-child(2)::before
    {
        content: "";
        display: inline-block;
        width: 100%;
        height: 1px;
        line-height: 100%;
        background-color: none;
        margin-top: 5px;
        padding-bottom: 6px;
        overflow: hidden;
        background-image: url('/images/LineHorizontalBlack8x1.jpg');
        background-position: top center;
        background-repeat: no-repeat;
    }

    .everettTopCategoryDiv > p:nth-child(2)
    {
        width: 100%;
        text-align: center;
        font: 8pt nevis;
        color: #000000;
        text-transform: uppercase;
        padding-top: 10px;

    }

    .everettTopCategoryDiv a, .everettTopCategoryDiv a:link, .everettTopCategoryDiv a:active
    {
        font: inherit;
        color: inherit;
    }

    #everettFeaturedCollectionsContainerDiv
    {
        border-top: 2px solid #DDDDDD;
        margin-top: 40px;
    }

    #everettFeaturedCollectionsContainerDiv > h2
    {
        font: 10pt nevis;
        text-transform: uppercase;
        letter-spacing: 2px;
        border-bottom: none;
        margin-bottom: 0px;
        padding-top: 20px;
        padding-bottom: 40px;
        text-align: left;

    }

    #everettFeaturedCollectionsFlexboxDiv
    {

        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        align-content: flex-start;
        -webkit-align-content: flex-start;
        justify-content: space-between;
        -webkit-justify-content: space-between;
    }


    .everettFeaturedCollectionDiv
    {
        vertical-align: top;
        width: 22%;
        border: none;
        background-color: #FFFFFF;
        overflow: hidden;
        margin-bottom: 60px;
        box-shadow: none;

    }

    .everettFeaturedCollectionDiv img
    {
        width: 100%;
        overflow: hidden;
    }

    .everettFeaturedCollectionDiv > p:nth-child(2)::before
    {
        content: "";
        display: inline-block;
        width: 100%;
        height: 1px;
        line-height: 100%;    
    background-color: none;
        margin-top: 15px;
        padding-bottom: 6px;
        overflow: hidden;
        background-image: url('/images/LineHorizontalBlack8x1.jpg');
        background-position: top center;
        background-repeat: no-repeat;
    }

    .everettFeaturedCollectionDiv > p:nth-child(2)
    {

        width: 100%;
        text-align: center;
        font: 8pt nevis;
        color: #000000;
        letter-spacing: 2px;
        text-transform: uppercase;
        padding-bottom: 0px;
        padding-top: 0px;

    }

    .everettFeaturedCollectionDiv > p:nth-child(3)
    {

        width: 100%;
        text-align: center;
        font: 9pt avenir;
        letter-spacing: 1px;
        color: #000000;
        padding-bottom: 0px;
        padding-top: 10px;

    }

    .everettFeaturedCollectionDiv a, .everettFeaturedCollectionDiv a:link, .everettFeaturedCollectionDiv a:active
    {
        font: inherit;
        color: inherit;
    }




    #everettFeaturedProductsContainerDiv
    {
        margin-top: 40px;
        border-top: 2px solid #DDDDDD;
    }

    #everettFeaturedProductsContainerDiv > h2
    {

        font: 10pt nevis;
        text-transform: uppercase;
        letter-spacing: 2px;
        padding-bottom: 20px;
        text-align: left;
        padding-top: 20px;
        padding-bottom: 40px;

    }

    #everettFeaturedProductsFlexboxDiv
    {

        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        align-content: flex-start;
        -webkit-align-content: flex-start;
        justify-content: space-between;
        -webkit-justify-content: space-between;
    }


    .everettFeaturedProductDiv
    {
        display: inline-block;
        vertical-align: top;
        width: 45%;
        overflow: hidden;
        margin-bottom: 60px;
        box-shadow: none;
    }

    .everettFeaturedProductInnerFlexboxDiv
    {
        display: -webkit-flex;
        display: flex;
        width: 100%;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        align-content: flex-start;
        -webkit-align-content: flex-start;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        margin-bottom: 20px;
    }

    .everettProductDiv
    {
        width: 22%;
    }

    .everettProductDiv img
    {
        max-width: 100%;
        max-height: 200px;
    }


    .productGroupButton, .productGroupButton:link, .productGroupButton:active, .productGroupButton:visited
    {
        display: inline-block;
        padding: 15px;
        border: 1px solid #999999;
        font-size: 10pt;
        font-family: avenir;
        font-weight: bold;
        text-transform: uppercase;
        color: #444444;
    }

    .productGroupButton:hover
    {
        background-color: #EEEEEE;
    }




    #everettAboutCompanyDiv
    {
        display: inline-block;
        width: 100%;
        border-top: 2px solid #DDDDDD;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    #everettAboutCompanyDiv > h2
    {
        font: 10pt nevis;
        text-transform: uppercase;
        letter-spacing: 2px;
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: left;
    }

    #everettAboutCompanyDiv > p
    {
        width: 100%;
        text-align: left;
        font: 10pt avenir;
        padding-bottom: 20px;
    }





    @media screen and (max-width: 800px)
    {
        #slideshowParentcontainer
         {

         }

        #slideshowParent
        {

            padding-bottom: 100%;
        }

        .slideDiv
        {
            background-size: cover;
        }

        #slideshowNavigationDiv
        {
            display: none;
        }


        .everettTopCategoryDiv
        {
            width: 45%;
        }

        .everettFeaturedCollectionDiv
        {
            width: 45%;
        }

        .everettFeaturedProductDiv
        {
            width: 100%;
        }


    }
