<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Fonts */
@font-face {
  font-family: "GrotesqueStandard";
  src: url("fonts/GrotesqueMTStd.otf") format("opentype");
}
@font-face {
  font-family: "GrotesqueStandardLight";
  src: url("fonts/GrotesqueMTStd-Light.otf") format("opentype");
}
@font-face {
  font-family: "GrotesqueStandardLightCondensed";
  src: url("fonts/GrotesqueMTStd-LightCond.otf") format("opentype");
}
.light-font {
  font-family: "GrotesqueStandardLight";
}

.light-condensed-font {
  font-family: "GrotesqueStandardLightCondensed";
}

/* Colors */
/* Breakpoints */
/* Special Fancy Designer-Created Grid System (Tablet &amp; Desktop Viewports) */
@media (min-width: 768px) {
  .grid-item {
    height: auto;
  }
  .grid-item.grid-width-1 {
    width: 16.667%;
  }
  .grid-item.grid-width-2 {
    width: 33.333%;
  }
  .grid-item.grid-width-3 {
    width: 50%;
  }
  .grid-item.grid-width-4 {
    width: 66.667%;
  }
  .grid-item.grid-width-5 {
    width: 83.333%;
  }
  .grid-item.grid-width-6 {
    width: 100%;
  }
}

.subhed-upper-text {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: rgba(0, 0, 0, 0.7);
}
.body-font {
  color: #000;
  font-size: 14px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .body-font {
    font-size: 16px;
    line-height: 28px;
  }
}

.smallcaps {
  text-transform: uppercase;
  letter-spacing: 4px;
}

.black-80 {
  color: rgba(0, 0, 0, 0.8);
}

body {
  font-family: "GrotesqueStandard";
  margin: 0;
}

a:hover {
  opacity: 0.4;
}

.btn {
  cursor: pointer;
}
.btn:hover {
  opacity: 0.4;
}
.btn.disabled {
  cursor: default;
  opacity: 0.3;
}
.btn.disabled:hover {
  opacity: 0.3;
}

.loading-spinner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
}
@media (min-width: 768px) {
  .loading-spinner {
    min-height: 800px;
  }
}

.page-container {
  min-height: 600px;
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 768px) {
  .page-container {
    padding: 80px;
  }
}

.hidden {
  display: none;
}

.splash-overlay-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}
.splash-overlay-wrapper .splash-wordmark {
  width: 300px;
}
@media (min-width: 768px) {
  .splash-overlay-wrapper .splash-wordmark {
    width: 400px;
  }
}

.navigation-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
  z-index: 50;
}
@media (min-width: 768px) {
  .navigation-content {
    padding-top: 60px;
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 60px;
    flex-direction: row;
    align-items: flex-end;
  }
}
.navigation-content a {
  color: #202020;
  text-decoration: none;
}
.navigation-content .wordmark {
  width: 200px;
}
@media (min-width: 768px) {
  .navigation-content .wordmark {
    width: 250px;
  }
}
.navigation-content .nav-links-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.navigation-content .nav-links-wrapper a {
  color: #000;
  text-decoration: none;
}
.navigation-content .nav-links-wrapper a ~ a {
  margin-left: 24px;
}
@media (min-width: 768px) {
  .navigation-content .nav-links-wrapper a ~ a {
    margin-left: 48px;
  }
}

.photo-gallery-content {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 240px;
}
@media (min-width: 768px) {
  .photo-gallery-content {
    margin-top: 160px;
  }
}
.photo-gallery-content .photo-gallery-item {
  min-height: 200px;
}
@media (min-width: 768px) {
  .photo-gallery-content .photo-gallery-item {
    min-height: 780px;
  }
}
.photo-gallery-content .photo-gallery-item a:hover {
  opacity: 1;
}
.photo-gallery-content .photo-gallery-item img {
  width: 100%;
}

.certified-banner .hed-copy {
  padding-bottom: 16px;
}
.certified-banner img {
  width: 80px;
}

.about-content {
  display: flex;
  flex-direction: column;
  padding-top: 160px;
}
@media (min-width: 768px) {
  .about-content {
    padding-top: 260px;
    flex-direction: row;
  }
}
.about-content p {
  margin-bottom: 40px;
}
.about-content .appraisal-hed {
  font-family: "GrotesqueStandardLight";
  font-size: 15px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.works-content {
  display: flex;
  flex-direction: column;
  padding-top: 160px;
}
@media (min-width: 768px) {
  .works-content {
    padding-top: 224px;
    flex-direction: row;
  }
}
.works-content .past-sales-artists {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .works-content .past-sales-artists {
    margin-top: 0;
    margin-left: 8.333%;
  }
}
.works-content .hed-copy {
  font-size: 32px;
  padding-bottom: 8px;
}

.contact-content {
  min-height: 420px;
  padding-top: 100px;
}
@media (min-width: 768px) {
  .contact-content {
    padding-top: 420px;
  }
}
.contact-content h2 {
  padding-top: 16px;
  padding-bottom: 16px;
}
.contact-content .contact-body {
  display: flex;
  flex-direction: column;
  min-height: 400px;
  color: #000;
  font-size: 12px;
  line-height: 18px;
}
@media (min-width: 768px) {
  .contact-content .contact-body {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (min-width: 768px) {
  .contact-content .contact-body {
    align-items: flex-start;
  }
}
.contact-content .contact-body a {
  color: #202020;
  text-decoration: none;
}
.contact-content .phone-text {
  letter-spacing: 0.1em;
}

.artist-list-container.bullet-list .artist-list-wrapper {
  margin-top: 20px;
}
.artist-list-container.bullet-list .artist-list-wrapper .list-item {
  font-size: 15px;
  line-height: 38px;
}
.artist-list-container.bullet-list .artist-list-wrapper .list-item a {
  color: #000;
  text-decoration: none;
}
.artist-list-container.horizontal-scroller {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  overflow-x: auto;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding-left: 80px;
  padding-right: 80px;
}
.artist-list-container.horizontal-scroller .artist-list-wrapper {
  height: 100%;
}
.artist-list-container.horizontal-scroller .artist-list-wrapper .artist-list-content {
  display: flex;
  align-items: center;
  height: 100%;
}
.artist-list-container.horizontal-scroller .artist-list-wrapper .list-item {
  white-space: nowrap;
  font-family: "GrotesqueStandardLight";
  font-size: 15px;
  letter-spacing: 3px;
}
.artist-list-container.horizontal-scroller .artist-list-wrapper .list-item ~ .list-item {
  margin-left: 32px;
}
.artist-list-container.horizontal-scroller .artist-list-wrapper .list-item:last-of-type a {
  margin-right: 80px;
}
.artist-list-container.horizontal-scroller .artist-list-wrapper .list-item a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

/**
 * ARTIST PAGE
 */
.artist-content-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 144px;
}
@media (min-width: 768px) {
  .artist-content-content {
    flex-direction: row;
  }
}
.artist-content-content .artist-bio-wrapper {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .artist-content-content .artist-bio-wrapper {
    position: fixed;
    max-height: calc(100vh - 200px - 140px);
    overflow-y: auto;
    margin-right: 16px;
  }
}
.artist-content-content .artist-bio-wrapper .artist-bio-text {
  white-space: pre-line;
  margin-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .artist-content-content .artist-bio-wrapper .artist-bio-text {
    padding-right: 24px;
  }
}
.artist-content-content .contact-btn {
  border: solid 1px rgba(0, 0, 0, 0.7);
  border-radius: 4px;
  color: #000;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  height: 14px;
  line-height: 14px;
  font-size: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 12px;
  padding-right: 12px;
}

.back-button-wrapper {
  color: #666;
  text-decoration: none;
  margin-bottom: 20px;
  display: block;
  font-family: "GrotesqueStandardLight";
  font-size: 15px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.back-button-wrapper i {
  margin-right: 8px;
}

.artist-works-wrapper .artist-work {
  padding-top: 32px;
  padding-bottom: 24px;
  border-top: solid 1px #d9d9d9;
}
@media (min-width: 768px) {
  .artist-works-wrapper .artist-work:first-of-type {
    border-top: none;
  }
}
.artist-works-wrapper .work-artist {
  font-weight: bold;
}
.artist-works-wrapper .work-title {
  font-style: italic;
}

.left-scroll-trigger,
.right-scroll-trigger {
  position: fixed;
  bottom: 0;
  width: 80px;
  height: 80px;
  z-index: 999;
}

.left-scroll-trigger {
  left: 0;
}

.right-scroll-trigger {
  right: 0;
}

/**
 * WORKS CAROUSEL
 */
.works-carousel-container {
  margin-top: 40px;
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .works-carousel-container {
    margin: 0;
    padding-left: 44.667%;
  }
}
.works-carousel-container .work-wrapper {
  margin-bottom: 60px;
}
.works-carousel-container .work-wrapper .carousel-image-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
.works-carousel-container .work-wrapper .carousel-image {
  cursor: pointer;
  max-height: 370px;
  max-width: 100%;
}
.works-carousel-container .work-wrapper .carousel-image:hover {
  opacity: 0.95;
}
.works-carousel-container .work-wrapper .work-info-line {
  margin-top: 8px;
  max-width: 800px;
  font-size: 13px;
  line-height: 25px;
  letter-spacing: 1px;
}
.works-carousel-container .work-wrapper .work-info-line .work-artist {
  font-weight: bold;
}
.works-carousel-container .work-wrapper .work-info-line .work-title {
  font-style: italic;
}

.image-viewer-scrim {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.667);
  z-index: 50;
}

.image-viewer-close-btn {
  position: fixed;
  right: 5%;
  z-index: 80;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #f9f9f9;
  border: solid 2px #f9f9f9;
  top: 2%;
  width: 28px;
  height: 28px;
  font-size: 20px;
}

.image-viewer-content {
  width: 96%;
  left: 2%;
  position: fixed;
  top: 8%;
  display: flex;
  z-index: 60;
}
.image-viewer-content img {
  max-height: 88vh;
  max-width: 96vw;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 6px 6px 6px #202020;
}</pre></body></html>