#headerNavigationDiscoverLink
{
    border-color: rgba(0,0,0,0.10);
}

h1
{
    float: none;
    display: inline-block;
    width: 100%;
    padding: 0px;
    margin: 0px;
    margin-top: 20px;
    font-size: 18pt;
    font-family: montserratregular, cabin, oswald, arial;
    font-weight: normal;
    text-shadow: none;
    border-bottom: 1px solid #CCCCCC;
    border-bottom: none;
    text-align: center;
    text-transform: uppercase;
}

h1::after
{
    display: block;
    width: 100px;
    height: 2px;
    overflow: hidden;
    background-color: #CCCCCC;
    content: "";
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 10pt;
    line-height: 0%;
}

#h2ContainerDiv
{
    display: inline-block;
    width: 100%;
    padding-bottom: 0px;
}

h2
{
    display: inline-block;
    width: 100%;
    max-width: 100%;
    padding-top: 0px;
    padding-bottom: 20px;
    color: #555555;
    font-size: 12pt;
    font-family: avenir, helvetica, arial;
    font-weight: normal;
    word-spacing: 0px;
    text-shadow: none;
    text-align: center;
    line-height: 140%;
}

.subtitle
{
    display: inline-block;
    width: 100%;
    padding-top: 0px;
    margin-bottom: 30px;
    font-size: 12pt;
    font-family: avenir, helvetica, arial;
    color: #666666;
    line-height: 150%;
}

#searchcollectiongroupsdiv
{
    display: inline-block;
    width: 100%;
    max-width: 300px;
    height: 30px;
    overflow: hidden;
    margin-top: 0px;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 0px;
    box-shadow: none;
    vertical-align: top;
}

.optionsDiv
{
    display: none;
    box-sizing: border-box;
    width: 100%;
    padding: 25px;
    margin-top: 0px;
    border: 1px solid #999999;
    text-align: justify;
    background-image: url('https://images.fineartamerica.com/public/assets/images/BackgroundTextureGray.gif');
    background-position: top left;
    background-repeat: repeat;
}


.optionsDiv > p
{
    display: inline-block;
    width: 100%;
    font-size: 16pt;
    font-family: montserratregular, oswald, arial;
    color: #444444;
    padding-bottom: 10px;
    margin-bottom: 25px;
    border-bottom: 1px solid #999999;
    box-shadow: none;
    text-align: center;
}

#allDropDownsContainerDiv
{
    display: inline-block;
    width: 100%;
    padding-top: 25px;
    margin-top: 25px;
    border-top: 1px solid #999999;
    text-align: justify;    
}



.customdropdowncontainer
{
    display: inline-block;
    box-sizing: border-box;
    width: 12%;
    margin: 0px;
    vertical-align: top;
    padding-bottom: 15px;
    text-align: left;
}

.customdropdowncontainer > p
{
    float: left;
    width: 100%;
    padding-bottom: 4px;
    font-size: 8pt;
    font-family: helvetica, arial;
    color: #666666;
    letter-spacing: 0.5px;
    text-shadow: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: uppercase;
}

.customdropdowncontainerhighlighted > p
{
    width: calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
}

.imageX
{
    float: right;
    padding-left: 3px;
    padding-top: 0px;
}

.customdropdown
{
    display: inline-flex;
    display: -webkit-inline-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;    

    box-sizing: border-box;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 2px;
    background-color: #FFFFFF;
    border-radius: 0px;
    box-shadow: none;
    cursor: pointer;
    cursor: hand;

    border: 1px solid transparent;
    border-top: 1px solid #DDDDDD;
    border-radius: 0px;
}

.customdropdownhighlighted,
.customdropdown:focus,
.customdropdown:hover
{
    padding-left: 8px;
    padding-right: 8px;
    background-color: #F5F5F5;
}

.customdropdownselected
{
    border: 1px solid #999999;
    background-color: #172333;
}

.customdropdownhighlighted
{
    border: 1px solid #AAAAAA;
    background-color: #FCFCFC;
}

.customdropdownhighlighted:hover
{
    background-color: #FFFFFF;
}

.customdropdown p
{
    display: inline-block;
    font-size: 9pt;
    font-family: arial;
    width: 100%;
    width: calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
}

.customdropdownhighlighted:hover p
{
    color: #000000;
}

.customdropdownhighlighted p
{
    color: #444444;
}

.customdropdown > img
{
    display: inline-block;
    max-height: 9px;
}

.customdropdownarrowdown
{
    float: left;
    margin-left: 8px;
    margin-top: 8px;
    vertical-align: top;
    width: 0px;
    height: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #444444;
}

.optionsGroupDiv
{
    display: inline-block;
    vertical-align: top;
    width: 22%;
    padding-bottom: 25px;
}


.dropdownmenutextdiv
{
    display: inline-block;
    box-sizing: border-box;
    width: 15%;
    padding-left: 1%;
    padding-right: 1%;
    min-width: 150px;
    vertical-align: top;
    padding-bottom: 30px;
}

.dropdownmenutextdiv > div:nth-child(1)
{
    float: left;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 10px;
    border-bottom: 1px solid #999999;
    margin-bottom: 10px;
    box-shadow: none;
    text-align: left;

}

.dropdownmenutextdiv > div:nth-child(1) > p:nth-child(1)
{
    float: left;
    font-size: 10pt;
    font-family: montserratregular, oswald, arial;
    letter-spacing: 0.5px;
    color: #444444;
    text-shadow: none;
    text-decoration: none;
    text-transform: uppercase;
}

.dropdownmenutextdiv > div:nth-child(1) > p:nth-child(1) a, .dropdownmenutextdiv > div:nth-child(1) > p:nth-child(1) a:link
{
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
    text-shadow: inherit;
    text-decoration: inherit;
}

.dropdownmenutextdiv > div:nth-child(1) > p:nth-child(1) a:hover
{
    color: #000000;
    text-shadow: none;
}

.dropdownmenutextdiv > div:nth-child(1) > p:nth-child(2)
{
    float: right;
    padding-top: 8px;
    font: 9pt arial;
}

.dropdownmenutextdiv > div:nth-child(1) > p:nth-child(2) a, .dropdownmenutextdiv > div:nth-child(1) > p:nth-child(2) a:link
{
    font: 9pt arial;
    color: #444442;
    text-decoration: underline;
}


.dropdownmenutextlist
{
    display: inline-block;
    width: 100%;
    padding-top: 0px;
}

.dropdownmenutextlist > li
{
    display: inline-block;
    width: 100%;
    background-image: none;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: left;
    font-size: 10pt;
}

.dropdownmenutextlist > li:hover
{
    background-color: #EEEEEE;
    border-radius: 2px;
}

.dropdownmenutextlist > li > a
{
    display: inline-block;
    width: calc(100% - 18px);
    width: -webkit-calc(100% - 18px);
    width: -moz-calc(100% - 18px);
    padding-left: 0px;
    font-size: 10pt;
    font-family: arial;
    font-weight: normal;
    color: #222222;
    text-decoration: none;
}

.dropdownmenutextlist > li:hover > a
{
    color: #000000;
    text-decoration: underline;
}

#collectionsContainerDiv
{
    float: none;
    display: inline-block;
    width: 100%;
    padding-bottom: 5px;
    padding-top: 35px;
    text-align: justify;    
}

.collectionName
{
    float: left;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14pt;
    font-family: cabin, oswald, arial;
    color: #444444;
    text-shadow: none;
}

.collectionImageContainerDiv
{
	display: inline-grid;
	box-sizing: border-box;
	width: 100%;
	margin-top: 20px;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: 1fr 1fr;
	gap: 10px;
	border: none;
}

.collectionImageContainerDiv[data-product-type = 'product']
{
	margin-top: 30px;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 1fr;
	gap: 30px;
}

.collectionImage
{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 4px;
	background-color: #EEEEEE;
	box-shadow: 0px 8px 8px -5px rgba(0,0,0,0.20);	
}

.collectionImage[data-light-image = '1']
{
	border: 1px solid #CCCCCC;
}

.collectionImage:nth-of-type(1)
{
	grid-row: span 2;
	grid-column: span 2;
}

.collectionProductImage
{
	width: 100%;
	height: 100%;
	object-fit: cover;
	background-color: #EEEEEE;
}

.collectionProductImage:nth-of-type(n+4)
{
    display: none;
}

.collectionKeywords
{
    float: left;
    width: 100%;
    font-size: 9pt;
    font-family: arial;
}

.collectionKeywords a, .collectionKeywords a:link, .collectionKeywords a:active, .collectionKeywords a:visited, .collectionKeywords a:hover
{
    font-size: inherit;
    font-family: inherit;
    color: #999999;
    text-decoration: none;
}

.collectionKeywords a:hover
{
    color: #444444;
    text-decoration: underline;
}

.collectionDiv
{
    display: inline-block;
    box-sizing: border-box;
    width: 46%;
    padding-bottom: 60px;
    vertical-align: top;
}


/* New Code */

.container
{
    max-width: 1200px;
}

#slideshowParentContainer
{
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    border-top: 1px solid #CCCCCC;
}

#slideshowParent
{
    display: inline-block;
    position: relative;
    width: 100%;
    height: 0px;
    padding-bottom: 60%;
    border: none;
    overflow: hidden;
    box-shadow: 0px 0px 20px #AAAAAA;
    box-shadow: none;
}

.slideDiv
{
    z-index: 0;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0%;
    width: 100%;
    background-color: #444444;
    background-image: none;
    background-position: center;
    background-size: 100%;
    background-repeat: repeat-y;
    cursor: pointer;
    cursor: hand;
}



/* Slide With No Background */
.slideTextDivNoBackground
{
    float: left;
    width: 100%;
    padding-left: 0%;
    padding-top: 11%;
    overflow: visible;
    vertical-align: middle;
}

.slideTextDivNoBackground > h2
{
    display: inline-block;
    width: 100%;
    font-size: 4vw;
    font-family: avenir;
    font-weight: normal;
    color: #FFFFFF;
    text-shadow: 0.05em 0.05em 0.075em rgba(0, 0, 0, 0.60);
    line-height: 100%;
    letter-spacing: 0px;
}

.slideTextDivNoBackground > p
{
    display: inline-block;
    width: 100%;
    padding-top: 1%;
    font-size: 1.5vw;
    font-family: avenir;
    font-weight: normal;
    color: #FFFFFF;
    text-shadow: 0.1em 0.1em 0.1em #000000;
    line-height: 100%;
    letter-spacing: 0px;
}


#slideshowArrowLeft
{
    position: absolute;
    left: 0px;
    top: 50%;
    top: calc(50% - 50px);
    padding: 30px;
    padding-left: 15px;
    opacity: 0.85;
    border: none;
}

#slideshowArrowLeft:hover
{
    opacity: 1;
}   

#slideshowArrowRight
{
    position: absolute;
    right: 0px;
    top: 50%;
    top: calc(50% - 50px);
    padding: 30px;
    padding-right: 15px;
    opacity: 0.85;
    border: none;
}

#slideshowArrowRight:hover
{
    opacity: 1;
}   

.buttonSlideshow
{
    display: inline-block;
    padding-left: 2.5%;
    padding-right: 2.5%;
    padding-top: 1.5%;
    padding-bottom: 1.5%;
    margin-top: 2%;
    vertical-align: middle;
    font-size: 1.25vw;
    font-family: oswald, arial;
    font-weight: normal;
    color: #FFFFFF;
    border-radius: 0px;
    background-color: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 1.0);
    box-shadow: 0.5em 0.5em 1em rgba(0, 0, 0, 0.5);
    box-shadow: none;
    white-space: nowrap;
}

.buttonSlideshow:hover
{
    background-color: rgba(0,0,0,0.40);
}

.buttonSlideshow span
{
    font-size: 1.25vw;
    font-family: inherit;
    font-weight: inherit;
    color: #FFFFFF;
    text-shadow: 0.1em 0.1em 0.2em #000000;
    display: inline-block;
    text-transform: none;
}


.slideshowSquare
{
    float: left;
    width: 12px;
    height: 12px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 1.0);
    border-radius: 0px;
    box-shadow: none;
    margin-right: 8px;
    cursor: pointer;
    cursor: hand;   
}

.slideshowSquareNotSelected
{
    background-color: rgba(255, 255, 255, 0.25);
}

.slideshowSquareSelected
{
    background-color: rgba(255, 255, 255, 1.0);
}

.lifestyleContainerDiv
{
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
    border: none;   
}

.lifestyleContainerDiv > p
{
    display: inline-block;
    font-size: 12pt;
    font-family: avenir, helvetica, avenir;
    margin-top: 0px;
    color: #666666;
    line-height: 140%;
}

.lifestyleImageContainerDiv
{
    display: inline-block;
    width: 100%;
    margin-top: 40px;
    text-align: justify;

}

.lifestyleImageDiv
{
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    position: relative;
    background-size: cover;
    width: 32.0%;
    height: 0px;
    padding-bottom: 22%;
    border: none;
    margin-bottom: 1.5%;
}   

.lifestyleImageDiv > div
{
    box-sizing: border-box;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    position: absolute;
    bottom: 0px;
    text-align: left;
    
}

.lifestyleImageDiv > div > p
{
    display: inline-block;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 10pt;
    font-family: montserratregular, avenir;
    font-weight: normal;
    background-color: rgba(255, 255, 255, 0.60);
    color: #222222;
    text-transform: uppercase;
    word-spacing: 2px;
    border: 1px solid rgba(255, 255, 255, 0.80);
    border-radius: 2px;
    border: none;
}

.lifestyleImageDiv:hover > div > p
{
    background-color: rgba(255, 255, 255, 0.90);
    box-shadow: 0px 0px 8px rgba(0,0,0,0.5);
    box-shadow: none;
}

.lifestyleImageDiv > div > p
{
    margin-bottom: 20px;
}   

.lifestyleSpreadDiv
{
    display: inline-block;
    width: 100%;
    height: 0px;
    overflow: hidden;
}


#productGroupContainerDiv
{
    display: inline-block;
    width: 100%;
}

.productGroupDiv
{
    display: inline-block;
    width: 100%;
    padding-top: 60px;
    margin-bottom: 80px;
    border-top: 1px solid #DDDDDD;
}   

.productGroupTitle
{
    display: none;
    width: 100%;
    padding-bottom: 15px;
    font-size: 18pt;
    font-family: avenir;
    font-weight: bold;
    border-bottom: 1px solid #EEEEEE;
}

.productContainerDiv
{
    display: inline-block;
    width: 100%;
    text-align: center;
}

.productDiv
{
    display: inline-block;
    width: 20%;
    margin-bottom: 25px;
    padding-left: 2%;
    padding-right: 2%;
}

.productContainerDiv p
{
    display: inline-block;
    width: 100%;
    padding-top: 10px;
    font-size: 12pt;
    font-family: avenir, oswald, arial;
}

.productGroupButton, .productGroupButton:link, .productGroupButton:active, .productGroupButton:visited
{
    display: inline-block;
    padding: 15px;
    border: 2px solid #8DD4B3;
    font-size: 10pt;
    font-family: montserratregular, cabin, avenir;
    font-weight: normal;
    text-transform: uppercase;
    color: #444444;
    word-spacing: 2px;
}

.productGroupButton:hover
{
    background-color: #8DD4B3;
    color: #FFFFFF;
}

.bottomTextParent
{
    display: inline-block;
    width: 100%;
    padding-top: 25px;
    margin-bottom: 25px;

}

.bottomTextParent > p
{
    color: #444444;
    font: 18pt avenir !important;
    font-weight: bold;
    margin-bottom: 5px;
    text-transform: uppercase;
    border-bottom: 1px solid #444444;
    padding-bottom: 25px;
}

.bottomText
{
    display: inline-block;
    width: 48%;
    margin-bottom: 25px;
    margin-top: 25px;
}


.bottomText p
{
    color: #444444;
    font: 14pt avenir;
    padding-bottom: 15px;
}

.bottomText a
{
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    color: #444444;
    font: 10pt avenir;
    text-transform: uppercase;
}

.bottomText a:hover
{
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    color: #5DDBD3;
    font: 10pt avenir;
    text-transform: uppercase;
}

.youtubeVideoParentContainer
{
    display: inline-block;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    border-top: 1px solid #CCCCCC;
}

.youtubeVideoParentDiv
{
    display: inline-block;
    position: relative;
    width: 100%;
    height: 0px;
    padding-bottom: 56.25%;
}

.youtubeVideo
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    width: calc(100% - 2px);
    height: 100%;
    border: 1px solid #999999;
    box-shadow: none;       
}   

/* End New Code */

.buttonShowAllCollections, .buttonShowAllCollections:active, .buttonShowAllCollections:link, .buttonShowAllCollections:visited
{
    display: inline-block;
    box-sizing: border-box;
    padding: 5px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 10pt;
    font-family: arial;
    color: #444444;
    background-color: #FFFFFF;
    border: 1px solid #999999;
}

@media screen and (max-width: 840px)
{
    .customdropdowncontainer
    {
        width: 21%;
    }

    .customdropdowncontainer:nth-of-type(n+5)
    {
        display: none;
    }

    .optionsGroupDiv
    {
        width: 30%;
    }

    .collectionDiv
    {
        width: 100%;
        padding-bottom: 20px;
    }
    
    
    /* New Code */
    #slideshowParentcontainer
        {
        width: 100%;
        margin-top: 0px;
    }

    #slideshowParent
        {
        float: left;
        position: relative;
        width: 100%;
        height: 0px;
        padding-bottom: 100%;
        border: none;
        overflow: hidden;
    }

    #slideshowArrowLeft
        {
        padding-left: 5px;
    }

    #slideshowArrowRight
        {
        padding-left: 5px;
    }       
    
    #slideshowSquares
        {
        visibility: hidden;
    }       
    
    .slideDiv
        {
        background-position: center center;
        background-size: cover;
    }
    
    .slideTextDivNoBackground
        {
        padding-top: 40%;
    }
    
    .slideTextDivNoBackground > h2
        {
        display: inline-block;
        width: 70%;
        padding-left: 14%;
        padding-right: 14%;
        font-size: 20pt;
        font-family: avenir;
        font-weight: bold;
        color: #FFFFFF;
        text-shadow: 0.05em 0.05em 0.075em rgba(0, 0, 0, 0.80);
        line-height: 100%;
        letter-spacing: 0px;
    }       
    
    .slideTextDivNoBackground > p
        {
        display: none;
    }

    .buttonSlideshow
        {
        display: inline-block;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 10px;
        margin-bottom: 0px;
        vertical-align: middle;
        font-size: 10pt;
        font-family: oswald, arial;
        font-weight: normal;
        color: #FFFFFF;
        border-radius: 0px;
        background-color: rgba(0, 0, 0, 0.35);
        border: 2px solid rgba(255, 255, 255, 1.0);
        box-shadow: 0.5em 0.5em 1em rgba(0, 0, 0, 0.5);
        box-shadow: none;
        white-space: nowrap;
    }
    
    .buttonSlideshow span
        {
        font-size: 10pt;
    }


    .lifestyleImageDiv
        {
        width: 100%;
        padding-bottom: 65%;
        margin-bottom: 40px;
    }

    .lifestyleImageDiv > div
        {

        width: 100%;
        position: absolute;
        bottom: 10px;
        text-align: center;


    }
    
    .lifestyleImageDiv > div > p
        {
        margin-bottom: 20px;
        opacity: 0.80;
    }

    .productDiv
    {
        display: inline-block;
        width: 40%;
        margin-bottom: 25px;
    }    
    /* End of New Code */

}

@media screen and (max-width: 640px)
{
    h1
        {
        margin-top: 0px;
        margin-bottom: 10px;
        font-size: 16pt;
    }
    
    h1::after
        {
        display: none;
    }    
    
    #h2ContainerDiv
    {
        display: none;
    }
    
    #searchcollectiongroupsdiv
    {    
        width: 100%;
        max-width: 100%;
        margin-top: 20px;
    }
    
    .dropdownmenutextdiv
    {
        width: 100%;
        min-width: 100%;
    }
    
    #allDropDownsContainerDiv
    {
        padding-top: 0px;
        margin-top: 10px;
        border-top: none;
    }
    
    .optionsDiv
    {
        margin-bottom: 40px;
    }    
    
    .customdropdowncontainer
    {
        width: 46%;
    }

    .customdropdowncontainer:nth-of-type(n+3)
    {
        display: none;
    }
    
    #collectionsContainerDiv
    {
        padding-top: 0px;
    }
    
    .collectionName
    {
        font-size: 12pt;
    }
    
    .optionsGroupDiv
    {
        width: 45%;
    }

}

@media screen and (max-width: 480px)
{
    .customdropdowncontainer:nth-child(n + 3)
    {
        display: none;
    }

    .optionsDiv
    {
        text-align: center;
    }

    .optionsGroupDiv
    {
        width: 75%;
    }
}
