@font-face
{
    font-family: avenir;
    font-display: swap;
    src: url('https://render.fineartamerica.com/font/proxima-nova.otf');
}

@font-face
{
    font-family: condeNast;
    font-display: swap;
    src: url('https://render.fineartamerica.com/font/condenastsansregular.otf');
}

@font-face
{
    font-family: miller;
    font-display: swap;
    src: url('https://render.fineartamerica.com/font/millerdisplayroman.otf');
}

#headerAnnouncementDiv
{
	display: inline-block;
    min-width: 100%;
    background-color: #283038;
}

#headerAnnouncementDiv .container
{
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
}

#headerAnnouncementDiv p
{
    font-size: 10pt;
    font-family: cabin, oswald, arial;
    color: #999999;
    letter-spacing: 0.5px;
    word-spacing: 1px;
}

#headerAnnouncementDiv a,
#headerAnnouncementDiv a:link
{
    font-size: inherit;
    font-family: inherit;
    color: #EEEEEE;
    text-decoration: none;  
}

#headerAnnouncementDiv a:hover
{
    text-decoration: underline;
}


#headerCustomContainerDiv
{
    min-width: 100%;
    background-color: #FFFFFF;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-color: #FDFDFD;
    line-height: 0px;
    text-align: center;
}

#headerCustomDiv
{
	display: inline-flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: space-between;	
    min-width: 100%;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: justify;
    line-height: 0px;
    vertical-align: top;
}

#headerCustomLogoDiv
{
    display: inline-block;
    vertical-align: middle;
    order: 1;
    max-width: 225px;
    text-align: left;
}

#linkCustomLogoDesktop
{
	display: inline-block;
}

#headerCustomLogoDesktop
{
    display: inline-block;
    max-width: 100%;
    max-height: 35px;
}

#linkCustomLogoMobile
{
	display: none;
}

#headerCustomLogoMobile
{
	display: inline-block;
	max-width: 100%;
	max-height: 20px;
}  

#headerCustomMainLinksContainer
{
	display: inline-flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	flex-grow: 0.25;
	order: 1;
}

.headerCustomNavigationLinks,
.headerCustomNavigationLinks:active,
.headerCustomNavigationLinks:link,
.headerCustomNavigationLinks:visited,
.headerCustomNavigationLinks:hover
{
    display: inline-block;
    vertical-align: middle;
    padding-left: 8px;
    padding-right: 8px;
    border: none;
    font-size: 11pt;
    font-family: condeNast, montserratregular, oswald, arial, helvatica, sans-serif;
    letter-spacing: 0px;
    color: #000000;
    text-transform: none;
}

.headerCustomNavigationLinks:hover
{
  text-decoration: underline;
  text-decoration-color: black;
  text-underline-offset: 3px;
}

#headerCustomSearchForm
{
    position: relative;
    display: inline-flex;
	flex-direction: row;
    justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
    height: 32px;
    background-color: #FFFFFF;
    border: 1px solid #000000;
	border-radius: 0px;
    text-align: left;
}

#headerCustomSearchTypeDiv
{
    display: inline-block;
    width: 85px;
    height: 100%;
    background-color: #FFFFFF;
    border-right: 1px solid #DDDDDD;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
    text-align: center;
    cursor: pointer;
    display: none;
}

#searchTypeOptionsHeader
{
	position: absolute;
	box-sizing: border-box;
	top: -1px;
	left: -1px;
	width: 88px;
	z-index: 5000000;
	text-align: center;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	border-top-left-radius: 4px;
	display: none;
}

.searchTypeOptionsContainer a
.searchTypeOptionsContainer a:active,
.searchTypeOptionsContainer a:link,
.searchTypeOptionsContainer a:visited
.searchTypeOptionsContainer a:hover
{
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	padding: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 8pt;
	font-family: arial;
	text-decoration: none;
}

.searchTypeOptionsContainer a:hover
{
	background-color: #000000;
	color: #FFFFFF;
}

#headerCustomSearchTag
{
    display: inline-block;
	box-sizing: border-box;
    width: 120px;
	height: 100%;
    padding-left: 10px;
    background-color: #FFFFFF;
    border: none;
	border-radius: 4px;
    box-shadow: none;
    outline: none;
    font-size: 9pt;
	font-family: condeNast, arial;
    color: #000000;
}

#headerCustomSearchTag::placeholder
{
	color: #000000;
}

#mobileNavigationSearchInput::placeholder
{
	color: #000000;
}

#headerCustomNavigationSearchLink
{
    display: none;
}

#headerCustomNavigationSearchIcon
{
	display: inline-block;
	max-height: 30px;
	margin-top: 2px;
}

#headerCustomRightContainerDiv
{
	display: inline-flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: flex-end;
	flex-grow: 0;
	column-gap: 15px;
	order: 1;
}

#headerCustomNavigationUserIcon,
#iconShoppingCart
{
	display: inline-block;
	max-height: 30px;
}



/* Navigation Menu - Second Level*/
#headerCustomNavigationMenuContainerDiv
{
    min-width: 100%;
    height: 34px;
    margin-bottom: 15px;
    background-color: #FFFFFF;
    border-top: 1px solid #CCCCCC;
    border-bottom: none;
    box-shadow: none;
    text-align: center;
}

/* Navigation Menu - Second Level for Single Row Header*/
#headerCustomNavigationSingleRowMenuContainerDiv
{
	display: block;
	box-sizing: border-box;
	position: relative;
    min-width: 100%;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    margin-bottom: 15px;
    border-top: 1px solid #CCCCCC;
    text-align: center;
}

#headerCustomNavigationMenuDiv
{
    display: inline-block;
    position: relative;
    width: 100%;
    z-index: 1000;
}

#headerCustomNavigationSingleRowMenuDiv
{
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    z-index: 1000;
    line-height: 0px;
    font-size: 0px;
    height: 0px;
}


#headerCustomNavigationMenuLeftDiv
{
    float: left;
}

#headerCustomNavigationMenuRightDiv
{
    float: right;
    padding-right: 0px;
}

.headerCustomNavigationMenu
{
    margin: 0px;
    padding: 0px;
    z-index: 50000;
}

.headerCustomNavigationMenu > li
{
    float: left;
    padding: 0px;
    margin: 0px;
    list-style: none;
    font: 10pt arial;
}

.headerCustomNavigationMenu > li > a
{
    display: inline-block;
    overflow: hidden;
    height: 20px;
    margin: 0px;
    padding: 0px;
    padding-top: 10px;
    padding-bottom: 4px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: transparent;
    color: #444444;
    text-align: center;
    text-decoration: none;
    font-family: nevis, montserratregular, oswald, arial, helvatica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    letter-spacing: 2px;
    text-shadow: none;
    background-image: none;
    background-position: top left;
    background-repeat: repeat-y;
    opacity: 1.00;
    transition: background-color 0s;
    line-height: 100%;
    vertical-align: middle;
}

.headerCustomNavigationMenu > li:hover > a
{
    color: #FFFFFF;
    background-color: #374353;
    opacity: 1.0;
    text-shadow: none;
}

.headerCustomNavigationMenu > li:nth-child(2) > a
{
    padding-left: 0px;
    padding-right: 15px;
}

.headerCustomNavigationMenu > li:nth-child(2):hover > a
{
    padding-left: 7px;
    padding-right: 8px;
}

/* Three Lines: Level #1 */
#navigationTopLinkThreeLinesSingleRow
{
    display: none;
    vertical-align: middle;
    cursor: pointer;
}

#navigationTopLinkThreeLinesSingleRow > a > div
{
    display: block;
    width: 100%;
    height: 1px;
    margin-top: 7px;
	margin-bottom: 7px;
    overflow: hidden;
    border-radius: 0px;
    background-color: #444444;
}

#navigationTopLinkThreeLinesSingleRow:hover > a > div
{
    background-color: #000000;
}


/* Three Lines: Level #2 */
#navigationTopLinkThreeLines
{
    display: none;
}

#navigationTopLinkThreeLines > a > div
{
    background-color: #444444;
}

#navigationTopLinkThreeLines:hover > a > div
{
    background-color: #FFFFFF;
}



#headerarrow
{
    position: absolute;
    z-index: 5001;
    top: -24px;
    width: 47px;
    height: 24px;
    overflow: hidden;
    visibility: hidden;
}

.headerCustomNavigationMenuDropdown
{
    position: absolute;
    left: 0px;
    top: 34px;
    z-index: 5000;
    width: 100%;
    box-sizing: border-box;
    padding: 25px;
    visibility: hidden;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    font-size: 10pt;
}

.headerCustomNavigationMenuDropdownTopLevel
{
    top: -1px;
}

.headerCustomNavigationMenuDropdownOneLevelOnly
{
    top: -1px;
}

#headerCustomDropDownSearchForm
{
    position: relative;
    display: inline-block;
    height: 50px;
    width: 75%;
    max-width: 500px;
    border: 1px solid #CCCCCC;
    text-align: left;
}


.buttonHeaderCustomNavigationMenuClose:link,
.buttonHeaderCustomNavigationMenuClose:active,
.buttonHeaderCustomNavigationMenuClose:visited,
.buttonHeaderCustomNavigationMenuClose:hover
{
    float: right;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    font: 9pt arial;
    text-decoration: none;
    background-color: #6A7476;
    border-radius: 2px;
    color: #FFFFFF;
}

.buttonHeaderCustomNavigationMenuClose:hover
{
    background-color: #374353;
}

.headerCustomNavigationMenuTextDiv
{
    float: none;
    display: inline-block;
    width: 15%;
    padding-left: 1%;
    padding-right: 1%;
    min-width: 180px;
    vertical-align: top;
    padding-top: 15px;
	padding-bottom: 15px;
}

.headerCustomNavigationMenuTextDiv > div:nth-child(1)
{
    float: left;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 5px;
    border-bottom: none;
    box-shadow: none;
    text-align: left;

}

.headerCustomNavigationMenuTextDiv > div:nth-child(1) > p:nth-child(1)
{
    float: left;
    font-size: 13pt;
    font-family: miller, arial, sans-serif;
    letter-spacing: 0.5px;
    color: #000000;
    text-shadow: none;
    text-decoration: none;
}

.headerCustomNavigationMenuTextDiv > div:nth-child(1) > p:nth-child(1) a, 
.headerCustomNavigationMenuTextDiv > 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;
}

.headerCustomNavigationMenuTextDiv > div:nth-child(1) > p:nth-child(1) a:hover
{
    color: #000000;
}

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

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


.headerCustomNavigationMenuTextList
{
    display: inline-block;
    width: 100%;
    padding-top: 10px;
}

.headerCustomNavigationMenuTextList > li
{
    display: inline-block;
    width: 100%;
    padding-bottom: 5px;
    text-align: left;
}

.headerCustomNavigationMenuTextList > li > a
{
    display: inline-block;
    width: 100%;
    padding-left: 0px;
    font-size: 11pt;
    font-family: condeNast, helvetica, avenir;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
}

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


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

.headerCustomNavigationMenuLargeTextList > li
{
    display: inline-block;
    font-size: 18pt;
    font-family: oswald, arial, Helvetica, sans-serif;
    color: #444444;
    padding-left: 10px;
    padding-right: 10px;
}

.headerCustomNavigationMenuLargeTextList > li > a,
.headerCustomNavigationMenuLargeTextList > li > a:link
{
    font-size: inherit;
    font-family: inherit;
    color: inherit;

}

.headerCustomNavigationMenuLargeTextList > li > a:hover
{
    color: #335599;

}


/* Mobile Navigation Menu */
#mobileNavigationDiv
{
    display: none;
    position: fixed;
    z-index: 10001;
    left: 0px;
    top: 0px;
    width: 100px;
    height: 0px;
    min-height: 500px;
    padding-top: 10px;
    background-color: #FFFFFF;
    border-right: 1px solid #444444;
    transition: width 0.125s;
    text-align: center;
}

#mobileNavigationBackgroundDiv
{
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0px;
    top: 0px;
    width: 0px;
    height: 0px;
    background-color: rgba(0,0,0,0.50);
}

#mobileNavigationInnerDiv
{
    display: inline-block;
    width: 90%;
    margin-top: 5px;
    position: relative;
}

.mobileNavigationListContainer
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    display: none;
    transition: all 0.5s ease-in-out;
}

.mobileheaderCustomNavigationMenuTopList
{
    width: 100%;
}

.mobileheaderCustomNavigationMenuTopList > li
{
    display: inline-block;
    width: 100%;
    border-top: 1px solid #CCCCCC;
    font-size: 14pt;
    font-family: oswald, arial, helvetica, sans-serif;
    color: #444444;
    list-style: none;
    text-align: left;
}

.mobileheaderCustomNavigationMenuTopList > li:last-child
{
    border-bottom: 1px solid #CCCCCC;
}

.mobileheaderCustomNavigationMenuTopList > li a,
.mobileheaderCustomNavigationMenuTopList > li a:link,
.mobileheaderCustomNavigationMenuTopList > li a:active,
.mobileheaderCustomNavigationMenuTopList > li a:visited,
.mobileheaderCustomNavigationMenuTopList > li a:hover
{
    display: inline-block;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: inherit;
    font-family: inherit;
    color: inherit;
}

.mobileheaderCustomNavigationMenuSubList
{
    display: none;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 15px;
}

.mobileheaderCustomNavigationMenuSubList > li
{
    display: inline-block;
    width: 100%;
    border: none;
    font-size: 10pt;
    font-family: oswald, arial, Helvetica, sans-serif;
    color: #666666;
    list-style: none;
    text-align: left;
}

.mobileheaderCustomNavigationMenuSubList > li:last-child
{
    border-bottom: none;
}

.mobileheaderCustomNavigationMenuSubList > li > a
{
    display: inline-block;
    width: 100%;
    font-size: inherit;
    font-family: inherit;
    color: inherit;
    padding-left: 0px;
}

.mobileNavigationLinkLeftArrow,
.mobileNavigationLinkLeftArrow:link,
.mobileNavigationLinkLeftArrow:active,
.mobileNavigationLinkLeftArrow:visited,
.mobileNavigationLinkLeftArrow:hover
{
    float: left;
    font-size: 12pt;
    font-family: oswald, arial, Helvetica, sans-serif;
    color: #666666;
    margin-top: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 25px;
    background-image: url('/images/iconLeftArrowMobileNavigation.jpg');
    background-size: auto 70%;
    background-position: 0% center;
    background-repeat: no-repeat;
}

.mobileNavigationLinkRightArrow
{
    background-image: url('/assets/images/whiteLabelWebsites/condeNast/condeNastIconArrowRight.svg');
    background-size: auto 30%;
    background-position: 100% center;
    background-repeat: no-repeat;
}

.mobileNavigationLinkDownArrow
{
	background-image: url('/assets/images/whiteLabelWebsites/condeNast/condeNastIconPlus.svg');
	background-size: auto 40%;
    background-position: 100% center;
    background-repeat: no-repeat;
}

[data-expanded = '1'] .mobileNavigationLinkDownArrow
{
	background-image: url('/assets/images/whiteLabelWebsites/condeNast/condeNastIconMinus.svg');	
}

.mobileNavigationButtonBack
{	
	background-image: url('/assets/images/whiteLabelWebsites/condeNast/condeNastIconArrowLeft.png');
    background-size: auto 100%;	
	color: #000000;
	text-transform: none;
}

.mobileNavigationLinkRightArrow
{
    background-image: url('/assets/images/whiteLabelWebsites/condeNast/condeNastIconArrowRight.svg');
    background-size: auto 40%;
}


.mobileNavigationButtonClose
{
	display: inline-block;
    width: 20px;
    height: 20px;
	background-image: url('/assets/images/whiteLabelWebsites/condeNast/condeNastIconClose.svg');
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    cursor: pointer;
}


#mobileNavigationCustomSearchInputContainerDiv
{
	border: 1px solid #000000;
	border-radius: 4px;
}

.mobileNavigationMenuTopList > li
{
	font-family: condeNast;
	color: #000000;
	border-top: 1px solid #000000;
}

.mobileNavigationMenuTopList > li:nth-of-type(1)
{
	border-top: none;
}

.mobileNavigationMenuTopList > li:last-child
{
    border-bottom: none;
}

.mobileNavigationMenuSubList > li
{
    font-size: 11pt;
    font-family: condeNast;
    color: #000000;
}

.breadcrumblist
{
    font: 8pt arial;
    color: #222222;
    text-transform: uppercase;
}

.breadcrumblist li
{
    text-transform: uppercase;
}

.breadcrumblist a,
.breadcrumblist a:link,
.breadcrumblist a:visited,
.breadcrumblist a:hover,
.breadcrumblist a:active
{
    color: #222222;
}

.breadcrumblist a:hover
{
    color: #222222;
    text-decoration: underline;
}

.headerCustomNavigationMenuTextList sup
{
    padding-left: 5px;
    font-size: 7pt;
    font-family: arial;
    color: #FF0000;
    text-decoration: none;
}


#menuBrands .headerCustomNavigationMenuTextDiv
{
    width: 20%
}







/* Media Queries */
@media screen and (max-width: 880px)
{
    #headerCustomLogoDiv
    {
        max-width: 150px;
    }

    #headerCustomSearchForm
    {
        display: none;
    }

}

@media screen and (max-width: 640px)
{

    #headerCustomContainerDiv .container
    {
		box-sizing: border-box;	
        width: 100%;
		padding-left: 15px;
		padding-right: 15px;
    }

    #headerCustomNavigationMenuContainerDiv .container
    {
        width: 100%;
    }

    #navigationTopLinkThreeLines
    {
        display: inline-block;
    }

    #navigationTopLinkThreeLinesSingleRow
    {
        display: inline-block;
		width: 60px;
    }

	#linkCustomLogoDesktop
	{
		display: none;
	}
	
	#linkCustomLogoMobile
	{
		display: inline-block;
		margin-top: 3px;
	}

	#headerCustomMainLinksContainer
	{
		display: none;
	}	
	
	#headerCustomRightContainerDiv
	{
		column-gap: 10px;
	}	
	
	#iconShoppingCart
	{
		margin-top: 2px;
	}
	
}
 

/* These are styles for the product pages. */
#bodyProduct h1
{
    font-family: nevis;
    font-weight: normal;
    font-size: 11pt;
    letter-spacing: 0.5px;
    word-spacing: 2px;
    text-transform: uppercase;
}


#bodyProduct #previousNextDiv,
#bodyArtwork #previousNextDiv
{
    float: left;
    padding-top: 10px;
}

#bodyProduct #previousNextDiv p,
#bodyArtwork #previousNextDiv p
{
    display: inline-block;
    font: 9pt arial;
    color: #000000;
    vertical-align: middle;
}

#bodyProduct #previousNextDiv #verticalLine,
#bodyArtwork #previousNextDiv #verticalLine
{
    display: inline-block;
    font: 10pt arial;
    color: #BBBBBB;
    vertical-align: middle;
}

#bodyProduct #previousNextDiv a,
#bodyProduct #previousNextDiv a:link,
#bodyProduct #previousNextDiv a:active,
#bodyArtwork #previousNextDiv a,
#bodyArtwork #previousNextDiv a:link,
#bodyArtwork #previousNextDiv a:active
{
    font: inherit;
    color: inherit;
    font-weight: normal;
    text-decoration: none;
    text-shadow: none;
}

#bodyProduct #artistHeadshotAndNameDiv
{
    padding-top: 5px;
}

#bodyProduct #artistHeadshot
{
    display: none;
}

#bodyProduct #artistName
{
    font-size: 8pt;
    text-transform: uppercase;
}


#bodyProduct .price
{
    padding-top: 2px;
    font-size: 24pt;
    font-family: nevis;
    font-weight: normal;
    color: #000000;
    letter-spacing: 0px;
}

#bodyProduct #showPriceDetails
{
    font-size: 8pt;
}

#bodyProduct #buttonaddtocart
{
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 9pt;
    font-family: nevis, arial;
    border-radius: 0px;
}

#bodyProduct #addToFavorites
{
    font: 8pt arial;
}

#bodyProduct .menuTab
{
    height: 23px;
    padding-top: 5px;
    font-size: 7pt;
    font-family: nevis;
    text-transform: uppercase;
    border: 1px solid #FFFFFF;
    border-bottom: none;
}

#bodyProduct .menuTabSelected
{
    height: 24px;
    border: 1px solid #AAAAAA;
    border-bottom: none;
}

#bodyProduct .menuTab:hover
{
    border: 1px solid #EEEEEE;
    background-color: #EEEEEE;
    border-bottom: none;
}

#bodyProduct .menuTabSelected:hover
{
    border: 1px solid #AAAAAA;
    background-color: #EEEEEE;
    border-bottom: none;
}

#bodyProduct .printSizeDiv .optionselected,
#bodyProduct .printSizeDiv .optionnotselected
{
    width: 15px;
    height: 15px;
    margin-left: 10px;
}

#bodyProduct .printSizeDiv .optionselected
{
    background-color: #AAAAAA;
    width: 15px;
    height: 15px;
    border: 1px solid #000000;
    box-shadow: 0px 1px 3px #CCCCCC;
    box-shadow: none;
}

#bodyProduct .printSizeDiv p
{
    display: inline-block;
    vertical-align: middle;
    font-size: 9pt;
    font-family: nevis, oswald, arial;
    color: #000000;
    letter-spacing: 0px;
}

#bodyProduct .printSizeDiv p:nth-child(2)
{
    width: 70px;
    padding-left: 20px;
}

#bodyProduct .printSizeDiv p:nth-child(3)
{
    width: 25px;
}

#bodyProduct .printSizeDiv p:nth-child(4)
{
    padding-left: 10px;
}