<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#mainContentContainerDiv
{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-content: center;
    -webkit-align-content: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;    
    margin-bottom: 80px;
}

#mainContentContainerDiv[data-num-slides='0']
{
    margin-top: 40px;
}

.sectionDiv
{
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 1px solid #CCCCCC; 
}



.sectionHeaderDiv
{
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
}

.sectionContentDiv
{
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    margin-top: 30px;
}

h1, h2
{
    display: inline-block;
    width: 100%;
    font-size: 16pt;
    font-family: montserratregular, oswald, cabin, helvetica, oswald;
    font-weight: normal;
    line-height: 100%;
    letter-spacing: -0.5px;
    word-spacing: 0px;
    padding-bottom: 0px;
    border-bottom: none;
    box-shadow: none;
    color: #444444;
    text-shadow: none;
    text-transform: uppercase;
    letter-spacing: 0px;
    word-spacing: 2px;

}

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

.headerSubtext
{
    display: inline-block;
    width: 100%;
    max-width: 90%;
    padding-top: 0px;
    font-family: avenir, helvetica, arial;
    font-size: 12pt;
    color: #666666;
    line-height: 140%;
}

#sectionDivAbout .headerSubtext
{
    max-width: 100%;
}

#sectionDivAbout[data-headshot-exists='1'] .headerSubtext
{
    text-align: left;
}

.headerSubtext a:link, .headerSubtext a:visited, .headerSubtext a:active
{
    font-size: inherit;
    font-weight: inherit;
    color: #335577;
    text-decoration: underline;
}


/* Slides */

#slideshowParentContainerDiv
{
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 0px;
    border-bottom: 0px;    
}

#slideshowParentDiv
{
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 0px;
    padding-bottom: 40%;
    border: 1px solid #CCCCCC;
	border-radius: 4px;
    overflow: hidden;
    box-shadow: 0px 20px 4px -10px rgba(0,0,0,0.025);
}

.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: cover;
    background-repeat: repeat-y;
    outline-offset: -2px;    
}

#slideshowArrowLeft
{
    box-sizing: border-box;
    position: absolute;
    left: 0px;
    top: 50%;
    top: calc(50% - 40px);
    padding: 15px;
    opacity: 1.0;
    filter: alpha(opacity=100);
    border: 2px solid transparent;
}

#slideshowArrowRight
{
    box-sizing: border-box;
    position: absolute;
    right: 0px;
    top: 50%;
    top: calc(50% - 40px);
    padding: 15px;
    opacity: 1.0;
    filter: alpha(opacity=100);
    border: 2px solid transparent;
}

#slideshowArrowLeftLink:focus #slideshowArrowLeft, #slideshowArrowRightLink:focus #slideshowArrowRight
{
    border: 2px solid #90BAFE;
}

#slideshowSquaresContainerDiv
{
    position: absolute;
    box-sizing: border-box;
    right: 20px;
    bottom: 20px;
    z-index: 5;
}

#slideshowParentDiv.noArrowsSquares #slideshowSquaresContainerDiv
{
    display: none;
}

#slideshowParentDiv.noArrowsSquares #slideshowArrowLeftLink, #slideshowParentDiv.noArrowsSquares #slideshowArrowRightLink
{
    display: none;
}

.slideSquare
{
    float: left;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    overflow: hidden;
    background-color: #AAAAAA;
    border: 1px solid #444444;
    border-radius: 0px;
    box-shadow: none;
    margin-left: 8px;
    cursor: pointer;
}

.slideSquare:first-of-type
{
    margin-left: 0px;
}

.slideSquareSelected
{
    background-color: #FFFFFF;
}


/* Collections: Square */
#collectionsContainerDivSquare
{
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -webkit-align-items: flex-start;
    -webkit-align-content: flex-start; 
}

.collectionDivSquare
{
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    width: 22%;
    border: none;
    background-color: #FFFFFF;
    overflow: hidden;
    margin-bottom: 25px;
    position: relative;
}

.collectionDivSquare img
{
    float: left;
    width: 100%;
    overflow: hidden;
}

.collectionDivSquare &gt; p
{
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    bottom: 0px;    
    text-align: center;
    color: rgba(255,255,255,1.0);
    text-transform: uppercase;
    font-size: 10pt;
    font-family: montserratregular, oswald;
    letter-spacing: 0.5px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 12px;
    padding-bottom: 10px;

    background: linear-gradient(rgba(0,0,0,0.0), rgba(0,0,0,0.80));
    background: -webkit-linear-gradient(rgba(0,0,0,0.0), rgba(0,0,0,0.80));
    background: -o-linear-gradient(rgba(0,0,0,0.0), rgba(0,0,0,0.80));
    background: -moz-linear-gradient(rgba(0,0,0,0.0), rgba(0,0,0,0.80));    
    
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.collectionDivSquare:hover &gt; p
{
    background: linear-gradient(rgba(0,0,0,0.0), rgba(0,0,0,1.0));
    background: -webkit-linear-gradient(rgba(0,0,0,0.0), rgba(0,0,0,1.0));
    background: -o-linear-gradient(rgba(0,0,0,0.0), rgba(0,0,0,1.0));
    background: -moz-linear-gradient(rgba(0,0,0,0.0), rgba(0,0,0,1.0));
}




/* Collections: Five Image Grid */

#collectionsContainerDivGrid,
#subjectsContainerDivGrid
{
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -webkit-align-items: flex-start;
    -webkit-align-content: flex-start;
}

.collectionHomepageContainerDiv,
.subjectHomepageContainerDiv
{
    display: inline-block;
    box-sizing: border-box;
    width: 30%;
    padding-bottom: 0px;
    vertical-align: top;
    text-align: center;
    margin-bottom: 60px;
}

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

.collectionHomepageImageDiv img,
.subjectHomepageImageDiv img
{
	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);	
}

.collectionHomepageImageDiv img:nth-child(1),
.subjectHomepageImageDiv img:nth-child(1)
{
	grid-row: span 2;
	grid-column: span 2;
}

.collectionHomepageImageDiv img[data-light-image = '1'],
.subjectHomepageImageDiv img[data-light-image = '1']
{
	border: 1px solid #CCCCCC;
}

.collectionHomepageImageProductDiv
{
    text-align: center;
}

.collectionHomepageImageProductDiv img,
.collectionHomepageImageProductDiv img:nth-child(1)
{
    float: none;
    display: inline-block;
    width: 100%;
    max-width: 30%;
    margin: 0%;
    border: none;
    box-shadow: none;
    vertical-align: top;
}

.collectionHomepageGhostButton,
.collectionHomepageGhostButton:active,
.collectionHomepageGhostButton:link,
.collectionHomepageGhostButton:hover,
.collectionHomepageGhostButton:visited
{
    display: inline-block;
    padding: 15px;
    font-size: 12pt;
    font-family: cabin;
    border: 2px solid #999999;
}

.collectionHomepageGhostButton:hover
{
    border: 2px solid #444444;
}


.collectionimagediv a:nth-child(n + 6) img
{
    margin-bottom: 0%;
}

.buttonWhiteLabelWebsiteHomepage,
.buttonWhiteLabelWebsiteHomepage:link,
.buttonWhiteLabelWebsiteHomepage:active,
.buttonWhiteLabelWebsiteHomepage:hover,
.buttonWhiteLabelWebsiteHomepage:visited
{
    float: none;
    display: inline-block;
    padding: 10px;
	padding-left: 15px;
	padding-right: 15px;
    margin-left: 5px;
    margin-right: 5px;        
    text-align: center;
    font-size: 11pt;
    font-family: cabin, oswald, arial;
    text-transform: none;
    color: #444444;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    background-color: rgba(255,255,255,1.00);
	box-shadow: 0px 10px 4px -4px rgba(0,0,0,0.05);
    letter-spacing: 0.5px;
    word-spacing: 2px;
}

.buttonWhiteLabelWebsiteHomepage:hover
{
    color: #FFFFFF;
    border: 1px solid rgba(106,201,157,1.00);
    background-color: rgba(106,201,157,1.00);
}    

.buttonWhiteLabelWebsiteHomepageSubject,
.buttonWhiteLabelWebsiteHomepageSubject:link,
.buttonWhiteLabelWebsiteHomepageSubject:active,
.buttonWhiteLabelWebsiteHomepageSubject:hover,
.buttonWhiteLabelWebsiteHomepageSubject:visited
{
    float: none;
    display: inline-block;
    padding: 10px;
	padding-left: 15px;
	padding-right: 15px;
    margin-left: 5px;
    margin-right: 5px;        
    text-align: center;
    font-size: 11pt;
    font-family: cabin, oswald, arial;
    text-transform: none;
    color: #444444;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    background-color: rgba(255,255,255,1.00);
	box-shadow: 0px 10px 4px -4px rgba(0,0,0,0.025);
    letter-spacing: 0.5px;
    word-spacing: 2px;
}

.buttonWhiteLabelWebsiteHomepageSubject:hover
{
    color: #FFFFFF;
    border: 1px solid #444444;
    background-color: #444444;
    border: 1px solid rgba(106,201,157,1.00);
    background-color: rgba(106,201,157,1.00);	
}    


.buttonWhiteLabelWebsiteHomepageCollectionGrid,
.buttonWhiteLabelWebsiteHomepageCollectionGrid:link,
.buttonWhiteLabelWebsiteHomepageCollectionGrid:active,
.buttonWhiteLabelWebsiteHomepageCollectionGrid:hover,
.buttonWhiteLabelWebsiteHomepageCollectionGrid:visited
{
    float: none;
    display: inline-block;
    padding: 10px;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 5px;
    text-align: center;
    font-size: 11pt;
    font-family: cabin, oswald, arial;
    text-transform: none;
    color: #444444;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    background-color: rgba(255,255,255,1.00);
	box-shadow: 0px 10px 4px -4px rgba(0,0,0,0.025);
    letter-spacing: 0.5px;
    word-spacing: 2px;
}

.buttonWhiteLabelWebsiteHomepageCollectionGrid:hover
{
    color: #FFFFFF;
    border: 1px solid rgba(106,201,157,1.00);
    background-color: rgba(106,201,157,1.00);	
}    

.textWhiteLabelWebsiteHomepageCollectionGrid
{
	margin-top: 8px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 9pt;
	font-family: avenir, cabin, oswald, arial;
	font-weight: normal;
	color: #444444;
	letter-spacing: 0px;
	word-spacing: 0px;
	text-transform: uppercase;
}

#buttonWhiteLabelWebsiteHomepagePrevious
{
    padding-left: 30px;
    background-image: url('/assets/images/HomePageSlideshowArrowLeft.gif');
    background-position: 10% center;
    background-repeat: no-repeat;
    background-size: 15px 15px;
}

#buttonWhiteLabelWebsiteHomepageNext
{
    padding-right: 30px;
    background-image: url('/assets/images/HomePageSlideshowArrowRight.gif');
    background-position: 90% center;
    background-repeat: no-repeat;
    background-size: 15px 15px;
}


/* Artwork Images */
#imageFlowContainerDiv
{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    /*justify-content: space-between;
    -webkit-justify-content: space-between;*/
    justify-content: center;
    -webkit-justify-content: center;    
    box-sizing: border-box;
    width: 100%;
    text-align: left;
}

.flowDiv
{
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    flex: none;
    -webkit-flex: none;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
    border: none;
    border-radius: 0px;
    background-position: center center;
    background-size: cover;
    cursor: pointer;
    cursor: hand;
    box-shadow: 2px 2px 8px #EEEEEE;
    box-shadow: none;
}

.flowImage
{
    position: absolute;
    box-sizing: border-box;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: none;
	border-radius: 2px;
    z-index: 0;
    box-shadow: 0px 16px 4px -8px rgba(0,0,0,0.050);	
}

.flowImage[data-light-image="1"]
{
    border: 1px solid #DDDDDD;
}

.flowDivtitle, .flowDivtitle2
{
    position: absolute;
    bottom: 0px;
    height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    z-index: 2;
    text-align: left;
    visibility: hidden;
    overflow: hidden;
    border: none;
    box-shadow: none;
}

.flowDivtitle
{
    background: linear-gradient(transparent, #000000, #000000);
    background: -webkit-linear-gradient(transparent, #000000, #000000);
    background: -o-linear-gradient(transparent, #000000, #000000);
    background: -moz-linear-gradient(transparent, #000000, #000000);
    opacity: 0.60;
    filter: alpha(opacity=60);

}

.flowDivtitle2
{
    opacity: 1.00;
    filter: alpha(opacity=100);
}

.flowDiv:hover .flowDivtitle, .flowDiv:hover .flowDivtitle2
{
    visibility: visible;
}

.flowDivtitle2 &gt; p
{
    padding-left: 10px;
    padding-top: 5px;
    font: 9pt arial;
    color: #FFFFFF;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#homepageHeadshot
{
    float: left;
    width: 30%;
    max-width: 200px;
    margin-right: 40px;
    margin-bottom: 40px;
	border: 1px solid #CCCCCC;
    border-radius: 4px;
	box-shadow: 0px 16px 4px -8px rgba(0,0,0,0.075);
}


@media screen and (max-width: 840px)
{
    h1, h2
    {
        font-size: 18pt;
    }    
    
    .headerSubtext
    {
        font-size: 11pt;
    }    
    
    .collectionHomepageContainerDiv
    {
        width: 47%;
    }        
    
    .subjectHomepageContainerDiv
    {
        width: 47%;
    } 	
	
    .imageFlowTab:link,
	.imageFlowTab:active,
	.imageFlowTab:visited
    {
        font-size: 11pt;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 5px;
        padding-bottom: 12px;
    }

    .imageFlowTab:nth-child(n + 4)
	{
        display: none;
    }

    .collectionGroupTab:nth-child(n + 3)
	{
        display: none;
    }

    #slideshowParentDiv
    {
        border-left: none;
        border-right: none;
        box-shadow: none;
    }

    .collectionDivSquare
    {
        width: 45%;
    }

    .featuredImagesDiv
    {
        width: 25%;
    }

    .featuredImagesDiv:nth-child(n+21)
    {
        display: none;
    }

}


@media screen and (max-width: 640px)
{
    #headerNavigationContainerDiv2019
        {
        margin-bottom: 0px !important;
    }
    
    #mainContentContainerDiv
        {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }
    
    #mainContentContainerDiv .sectionDiv
        {
        width: calc(100% - 40px);
    }
    
    #mainContentContainerDiv #slideshowParentContainerDiv
        {
        width: 100%;
    }
    
    #slideshowParentDiv
        {
        padding-bottom: 100%;
    }

    #slideshowSquaresContainerDiv
        {
        visibility: hidden;
    }

    #slideshowArrowLeft
        {
        padding-left: 5px;
    }

    #slideshowArrowRight
        {
        padding-right: 5px;
    }

    .collectionHomepageContainerDiv
    {
        width: 100%;
    }
    
    .collectionDivSquare
    {
        width: 45%;
    }

    .featuredCollectionDiv
    {
        width: 100%;
        margin-bottom: 40px;
    }
	
    .subjectHomepageContainerDiv
    {
        width: 100%;
    }	

    .featuredImagesDiv:nth-child(n+13)
    {
        display: none;
    }
}


@media screen and (max-width: 400px)
{
    .featuredImagesDiv
        {
        width: 50%;
    }

}

</pre></body></html>