@font-face {
  font-family: "gt_america_regular";
  font-display: auto;
  src: url(/assets/fonts/gt_america_regular.otf) format("otf"), url(/assets/fonts/gt_america_regular.eot) format("eot"), url(/assets/fonts/gt_america_regular.woff) format("woff"); }

@font-face {
  font-family: "gt_america_regular_italic";
  font-display: auto;
  src: url(/assets/fonts/gt_america_regular_italic.otf) format("otf"), url(/assets/fonts/gt_america_regular_italic.eot) format("eot"), url(/assets/fonts/gt_america_regular_italic.woff) format("woff"); }

@font-face {
  font-family: "gt_america_bold";
  font-display: auto;
  src: url(/assets/fonts/GT-America-Standard-Bold.otf) format("otf"), url(/assets/fonts/GT-America-Standard-Bold.eot) format("eot"), url(/assets/fonts/GT-America-Standard-Bold.woff) format("woff"); }

@font-face {
  font-family: "gt_america_bold_italic";
  font-display: auto;
  src: url(/assets/fonts/GT-America-Standard-Bold-Italic.otf) format("otf"), url(/assets/fonts/GT-America-Standard-Bold-Italic.eot) format("eot"), url(/assets/fonts/GT-America-Standard-Bold-Italic.woff) format("woff"); }

@font-face {
  font-family: "gt_america_expanded_black";
  src: url(/assets/fonts/gt_america_expanded_black.otf) format("otf"), url(/assets/fonts/gt_america_expanded_black.eot) format("eot"), url(/assets/fonts/gt_america_expanded_black.woff) format("woff"); }

@font-face {
  font-family: "gt_america_expanded_black_italic";
  font-display: auto;
  src: url(/assets/fonts/gt_america_expanded_black_italic.otf) format("otf"), url(/assets/fonts/gt_america_expanded_black_italic.eot) format("eot"), url(/assets/fonts/gt_america_expanded_black_italic.woff) format("woff"); }

@media screen {
  @-ms-viewport {
    width: device-width; }
  *,
  :before,
  :after {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent; }
  html {
    color: #000;
    width: 100%;
    padding: 0;
    margin: 0;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    /*  */
    background-color: white;
    scroll-behavior: smooth; }
  body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden; }
  body.hideSplash {
    overflow-y: scroll !important; }
  hr {
    border-bottom: 1px solid black;
    margin: 0px;
    padding: 0px; }
  img {
    display: block;
    max-width: 100%;
    margin: auto; }
  .appear-fadein {
    -webkit-animation: fadein 2s;
    /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 2s;
    /* Firefox < 16 */
    -ms-animation: fadein 2s;
    /* Internet Explorer */
    -o-animation: fadein 2s;
    /* Opera < 12.1 */
    animation: fadein 2s; }
  @keyframes fadein {
    from {
      opacity: 0; }
    to {
      opacity: 1; } }
  /* Firefox < 16 */
  @-moz-keyframes fadein {
    from {
      opacity: 0; }
    to {
      opacity: 1; } }
  /* Safari, Chrome and Opera > 12.1 */
  @-webkit-keyframes fadein {
    from {
      opacity: 0; }
    to {
      opacity: 1; } }
  /* Internet Explorer */
  @-ms-keyframes fadein {
    from {
      opacity: 0; }
    to {
      opacity: 1; } }
  /* Opera < 12.1 */
  @-o-keyframes fadein {
    from {
      opacity: 0; }
    to {
      opacity: 1; } }
  /*! Flickity v2.1.2
https://flickity.metafizzy.co
---------------------------------------------- */
  .flickity-enabled {
    position: relative; }
  .flickity-enabled:focus {
    outline: none; }
  .flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%; }
  .flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%; }
  /* draggable */
  .flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    -tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab; }
  .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing; }
  /* ---- flickity-button ---- */
  .flickity-button {
    position: absolute;
    border: none;
    color: #333; }
  .flickity-button:hover {
    cursor: pointer; }
  .flickity-button:focus {
    outline: none; }
  .flickity-button:active {
    opacity: 1; }
  .flickity-button:disabled {
    opacity: 0;
    cursor: auto;
    /* prevent disabled button from capturing pointer up event. #716 */
    pointer-events: none; }
  .flickity-button-icon {
    fill: #333; }
  /* ---- previous/next buttons ---- */
  .flickity-prev-next-button {
    top: 50%;
    width: 32px;
    height: 43px;
    margin-top: -21.5px;
    background-color: transparent; }
  .flickity-prev-next-button.previous {
    left: 10px;
    background-image: url(/assets/img/icon/arrow-left.png);
    background-repeat: no-repeat; }
  .flickity-prev-next-button.next {
    background-image: url(/assets/img/icon/arrow-right.png);
    background-repeat: no-repeat;
    right: 10px; }
  /* right to left */
  .flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px; }
  .flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px; }
  .flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
    display: none; }
  /* ---- page dots ---- */
  .flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
    display: none; }
  .flickity-rtl .flickity-page-dots {
    direction: rtl; }
  .flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: 0.25;
    cursor: pointer; }
  .flickity-page-dots .dot.is-selected {
    opacity: 1; }
  .carousel-cell {
    padding: 0 108px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; } }
  @media only screen and (max-width: 767px) {
    .carousel-cell {
      padding: 0 2vw; } }

@media screen {
  .lazyload,
  .lazyloading {
    opacity: 0; }
  .lazyloaded {
    opacity: 1;
    transition: opacity 300ms; }
  .img-holder img.lqip {
    opacity: 1;
    filter: blur(20px);
    transform: scale(1);
    transform: translateZ(0px);
    overflow: hidden;
    transition: opacity 1000ms, filter 700ms; }
  .lazyloading {
    opacity: 1 !important; }
  .img-holder img {
    transition: opacity 1000ms, filter 700ms; }
  .img-holder {
    overflow: hidden;
    display: block; }
  #lightbox {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #ffffff;
    overflow-y: hidden;
    z-index: 9999; }
    #lightbox .loader {
      position: absolute;
      top: 43vh;
      left: 45vw;
      -webkit-transition: opacity 0.5s ease-in-out;
      -moz-transition: opacity 0.5s ease-in-out;
      transition: opacity 0.5s ease-in-out;
      opacity: 0; }
    #lightbox .loader.show {
      z-index: 9;
      opacity: 1;
      -webkit-transition: opacity 0.5s ease-in-out;
      -moz-transition: opacity 0.5s ease-in-out;
      transition: opacity 0.5s ease-in-out; }
    #lightbox .container {
      background: url() no-repeat center center fixed;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      background-attachment: scroll;
      overflow-y: hidden;
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      opacity: 1; }
    #lightbox .container.hide {
      opacity: 0; }
    #lightbox .container.show {
      opacity: 1; }
    #lightbox .image {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      height: 86vh;
      margin-top: 15px;
      margin-left: 2vh;
      margin-right: 2vh; } }
    @media only screen and (max-width: 767px) {
      #lightbox .image {
        height: 82vh; } }

@media screen {
      #lightbox .image img {
        display: inline-block;
        vertical-align: middle;
        max-height: calc(100vh - 30px); } }
      @media only screen and (max-width: 767px) {
        #lightbox .image img {
          max-height: 82vh; } }

@media screen {
    #lightbox .maxout {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      height: 100vh;
      margin: 0; }
      #lightbox .maxout img {
        display: inline-block;
        vertical-align: middle;
        margin: 0 auto;
        max-height: 100vh; }
    #lightbox .caption {
      position: absolute;
      bottom: 20px;
      left: 0px;
      margin-left: 80px;
      margin-right: 80px;
      font-size: 0.9rem;
      transition: all 0.3s linear; } }
    @media only screen and (max-width: 767px) {
      #lightbox .caption {
        display: none; } }

@media screen {
    #lightbox .caption.closed {
      bottom: -200px; }
    #lightbox .caption-control.hide {
      opacity: 0; }
    #lightbox .caption-control {
      opacity: 1;
      width: 20px;
      height: 20px;
      position: absolute;
      bottom: 20px;
      left: 10px;
      transition: 0.3s;
      cursor: pointer; } }
    @media only screen and (max-width: 767px) {
      #lightbox .caption-control {
        display: none; } }

@media screen {
      #lightbox .caption-control button {
        cursor: pointer;
        background: #ffffff;
        width: 20px;
        height: 20px;
        border: 0;
        border-radius: 3px;
        font-size: 10px;
        position: relative; }
      #lightbox .caption-control button span {
        position: absolute;
        transition: 0.3s;
        background: #000000;
        border-radius: 0.5px; }
      #lightbox .caption-control button span:first-of-type {
        top: 25%;
        bottom: 25%;
        width: 10%;
        left: 45%; }
      #lightbox .caption-control button span:last-of-type {
        left: 25%;
        right: 25%;
        height: 10%;
        top: 45%; }
      #lightbox .caption-control button.open span:first-of-type,
      #lightbox .caption-control button.open span:last-of-type {
        transform: rotate(90deg); }
      #lightbox .caption-control button.open span:last-of-type {
        left: 50%;
        right: 50%; }
    #lightbox .nav {
      position: absolute;
      top: 0;
      display: block;
      z-index: 999;
      width: 100%; }
      #lightbox .nav .nav-close {
        position: absolute;
        top: 25px;
        right: 25px;
        width: 20px;
        height: 20px;
        background-size: 20px 20px;
        background-image: url(/assets/img/icon/close.png); }
      #lightbox .nav .nav-left {
        position: absolute;
        left: 25px;
        top: 47vh;
        width: 20px;
        height: 20px;
        background-size: 20px 20px;
        background-image: url(/assets/img/icon/arrow-left.png); }
      #lightbox .nav .nav-right {
        position: absolute;
        top: 47vh;
        right: 25px;
        width: 20px;
        height: 20px;
        background-size: 20px 20px;
        background-image: url(/assets/img/icon/arrow-right.png); }
    #lightbox .nav.hide {
      display: none; }
    #lightbox .slide {
      background-color: #ffffff;
      width: 100%;
      position: fixed;
      top: 0px;
      opacity: 0;
      transition: opacity 2000ms, filter 700ms; }
    #lightbox .slide.show {
      opacity: 1;
      transition: opacity 2000ms, filter 700ms; }
  #lightbox.hidden {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    transition: opacity 1s ease; }
  #lightbox.active {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    transition: opacity 1s ease; }
  .addpadding {
    padding-top: 78px; }
  .hoverPlus:hover {
    cursor: crosshair; }
  .disable-click,
  .disable-click:hover {
    cursor: text; }
  /* General css */
  .no-top-margin {
    margin-top: 0px; }
  .margin-top-1 {
    margin-top: 1rem; }
  .margin-top-2 {
    margin-top: 2rem !important; }
  .margin-top-3 {
    margin-top: 3rem; }
  .margin-top-60 {
    margin-top: 60px; }
  .margin-bottom-1 {
    margin-bottom: 1rem; }
  .margin-bottom-2 {
    margin-bottom: 2rem; }
  .noscroll {
    overflow: hidden !important;
    overflow-y: hidden !important; }
  .no-scroll {
    overflow: hidden !important;
    overflow-y: hidden !important; }
  .clickable {
    cursor: pointer; }
  .underline, div.underline {
    text-decoration: underline; }
  .cursor-close {
    cursor: url(/assets/img/icon/close.png), auto; }
  .cursor-left-arrow {
    cursor: url(/assets/img/icon/arrow-left.png), auto; }
  .cursor-right-arrow {
    cursor: url(/assets/img/icon/arrow-right.png), auto; }
  .cursor-down-arrow {
    cursor: url(/assets/img/icon/arrow-down.png), auto; }
  .noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                  supported by Chrome and Opera */ } }

@media only screen and (max-width: 758px) {
  .hide-on-mobile {
    display: none !important; } }

@media only screen and (min-width: 768px) {
  .mobile-only {
    display: none; } }

@media screen {
  html {
    font-family: "gt_america_regular", "Helvetica", "Arial", sans-serif;
    font-size: 16px;
    line-height: 1.25rem;
    font-weight: 400;
    text-align: left;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%; }
  i {
    font-family: "gt_america_regular_italic"; }
  b,
  strong {
    font-family: "gt_america_bold"; }
  b i,
  b em {
    font-family: "gt_america_bold_italic"; }
  sup {
    font-family: "gt_america_regular", "Helvetica", "Arial", sans-serif;
    font-size: 11px !important;
    line-height: 0px !important; }
  i sup {
    margin-left: 2px; }
  h1,
  h2,
  h3,
  h4,
  h5,
  p,
  ul,
  li {
    margin: 0px;
    padding: 0px; }
  a {
    text-decoration: none;
    color: black; }
  h1,
  h1 p,
  h2.h1,
  p.h1 {
    font-family: "gt_america_expanded_black", "Helvetica", "Arial", sans-serif;
    font-size: 1.8rem;
    line-height: 2.15rem; } }
  @media only screen and (max-width: 768px) {
    h1,
    h1 p,
    h2.h1,
    p.h1 {
      font-size: 1.3rem;
      line-height: 1.8rem; } }
  @media only screen and (max-width: 748px) {
    h1,
    h1 p,
    h2.h1,
    p.h1 {
      font-size: 1.2rem;
      line-height: 1.7rem; } }
  @media only screen and (min-width: 769px) and (max-width: 1979px) {
    h1,
    h1 p,
    h2.h1,
    p.h1 {
      font-size: 1.53rem;
      line-height: 1.9rem; } }

@media screen {
  p.h1 {
    font-weight: bold; }
  .p1,
  .p1 * {
    font-size: 1.7rem;
    line-height: 2.1rem; } }
  @media only screen and (min-width: 769px) and (max-width: 1979px) {
    .p1,
    .p1 * {
      font-size: 1.5rem;
      line-height: 1.85rem; } }
  @media only screen and (max-width: 768px) {
    .p1,
    .p1 * {
      font-size: 1.3rem;
      line-height: 1.8rem; } }

@media screen {
  .p2,
  p,
  li,
  .p2 * {
    font-size: 1rem;
    line-height: 1.3rem;
    text-decoration: none;
    color: black; }
  .p3,
  .p3 * {
    font-size: 0.75rem;
    line-height: 1.1rem;
    text-decoration: none;
    color: black; }
  p.ro9-header,
  .ro9-header *,
  a.ro9-header p,
  .ro9-header p,
  div.ro9-header p,
  div.ro9-header * {
    font-family: "gt_america_expanded_black", "Helvetica", "Arial", sans-serif;
    font-size: 1.8rem;
    font-weight: 900;
    line-height: 2.15rem; } }
  @media only screen and (max-width: 768px) {
    p.ro9-header,
    .ro9-header *,
    a.ro9-header p,
    .ro9-header p,
    div.ro9-header p,
    div.ro9-header * {
      font-size: 1.3rem;
      line-height: 1.8rem; } }
  @media only screen and (max-width: 748px) {
    p.ro9-header,
    .ro9-header *,
    a.ro9-header p,
    .ro9-header p,
    div.ro9-header p,
    div.ro9-header * {
      font-size: 1.2rem;
      line-height: 1.7rem; } }
  @media only screen and (min-width: 769px) and (max-width: 1979px) {
    p.ro9-header,
    .ro9-header *,
    a.ro9-header p,
    .ro9-header p,
    div.ro9-header p,
    div.ro9-header * {
      font-size: 1.53rem;
      line-height: 1.9rem; } }

@media screen {
  .caption,
  .caption div,
  .caption em {
    font-size: 0.75rem;
    line-height: 1rem; }
  .caption p,
  .caption p em {
    font-size: 0.75rem;
    line-height: 1rem; }
  .artists-grid h2.img-caption.p1,
  .artists-grid .img-caption.p1 a {
    font-size: 1.7rem;
    line-height: 2.1rem;
    font-weight: normal; } }
  @media only screen and (max-width: 1023px) {
    .artists-grid h2.img-caption.p1,
    .artists-grid .img-caption.p1 a {
      font-size: 1.5rem;
      line-height: 1.85rem; } }
  @media only screen and (min-width: 1024px) and (max-width: 1980px) {
    .artists-grid h2.img-caption.p1,
    .artists-grid .img-caption.p1 a {
      font-size: 1.5rem;
      line-height: 1.85rem; } }
  @media only screen and (max-width: 748px) {
    .artists-grid h2.img-caption.p1,
    .artists-grid .img-caption.p1 a {
      font-size: 1.3rem;
      line-height: 1.7rem; } }

@media screen {
  .boilerplate {
    margin-bottom: 25px; }
  .sub-boilertext {
    margin-bottom: 45px; }
  .sub-boilertext p {
    margin-bottom: 15px; }
  .sub-boilertext a {
    text-decoration: underline; }
  .sub-boilertext a:hover {
    text-decoration: none; }
  .bold-gt_america {
    font-family: "gt_america_expanded_black", "Helvetica", "Arial", sans-serif; }
  /* header*/
  #header {
    width: 100%;
    transition-duration: 0.7s; }
  .sticky-header {
    width: 100%;
    transition-duration: 0.7s;
    position: fixed;
    top: -100px;
    left: 0;
    background-color: white;
    z-index: 100; }
  .sticky-header.appear {
    top: 0;
    left: 0;
    z-index: 100;
    transition-duration: 0.7s; }
  .sticky-header .header-col {
    margin: 15px 0 20px; } }
  @media only screen and (max-width: 767px) {
    .sticky-header .header-col {
      margin: 10px 0 10px; } }

@media screen {
  .header-col {
    margin: 15px 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center; } }
  @media only screen and (min-width: 1980px) {
    .header-col {
      margin: 28px 0 0px; } }

@media screen {
  .header-col h1 {
    line-height: 32px;
    display: block; }
  .header .header-col h2 {
    font-family: "gt_america_expanded_black", "Helvetica", "Arial", sans-serif; }
  .handburger {
    cursor: pointer; }
  .handburger span {
    width: 31px;
    height: 1px;
    border: 1px solid black;
    display: block;
    margin-bottom: 8px; }
  .handburger span:last-child {
    margin-bottom: 0px; }
  .header.sticky .header-col {
    margin: 20px 0 20px; }
  .header.sticky .header-col h1 {
    display: none; }
  .header.sticky .header-col h2 {
    display: block; }
  /* footer */
  .footer {
    margin-top: 160px;
    margin-bottom: 30px; }
  .footer .divider {
    border-top: 1px solid black;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 1rem;
    padding: 0.5rem 0.5rem 0.5rem 1rem; }
  .subscribe-col {
    padding-top: 32px;
    display: flex;
    justify-content: space-between;
    align-items: baseline; }
  .footer-phone {
    margin-top: 24px;
    padding-left: 70px; }
  .footer .social_link {
    margin-top: 0px; } }
  @media only screen and (max-width: 758px) {
    .footer .social_link {
      margin-top: 1.5rem; } }

@media screen {
  .social_link ul li img {
    height: 25px;
    width: 25px; }
  .social_link ul {
    padding: 0px;
    margin: 0px;
    display: flex; }
  .social_link ul li {
    list-style: none;
    padding-right: 25px; }
  .social_link ul li:last-child {
    padding-right: 0px; }
  /* splash page*/
  /*Menu*/
  .roslyn-menu {
    color: white;
    position: fixed;
    top: 0;
    right: -100vw;
    height: 100vh;
    max-width: 50vw;
    width: 100%;
    padding: 120px 80px;
    transition: all 900ms ease;
    scroll-behavior: smooth; } }
  @media only screen and (min-width: 1980px) {
    .roslyn-menu {
      padding-top: 188px;
      max-width: 30vw; } }
  @media only screen and (min-width: 1366px) and (max-width: 1979px) {
    .roslyn-menu {
      max-width: 40vw; } }
  @media only screen and (max-width: 769px) {
    .roslyn-menu {
      max-width: 57vw; } }
  @media only screen and (max-width: 767px) {
    .roslyn-menu {
      max-width: 100vw;
      padding: 90px 25px; } }

@media screen {
  .roslyn-menu.show-menu {
    right: 0px; }
  .roslyn-menu .social_link ul {
    display: flex;
    justify-content: left;
    align-items: center; }
  .roslyn-menu .social_link ul li:first-child img {
    height: 33px;
    width: 33px; }
  .roslyn-menu .social_link ul li img {
    height: 25px;
    width: 25px; }
  .menu-container {
    scroll-behavior: smooth;
    overflow-y: scroll;
    max-height: 90vh;
    padding-bottom: 100px;
    -ms-overflow-style: none;
    /* IE 11 */
    scrollbar-width: none;
    /* Firefox 64 */ }
  .menu-container::-webkit-scrollbar {
    display: none; }
  .main-menu {
    background-color: black;
    z-index: 500; }
  .close-icon {
    position: absolute;
    top: 24px;
    left: 25px;
    font-size: 48px;
    cursor: pointer; } }
  @media only screen and (min-width: 1980px) {
    .close-icon {
      top: 54px; } }

@media screen {
  .roslyn-menu * {
    color: white; }
  .roslyn-menu ul li {
    list-style: none; }
  .nav-1 {
    margin-bottom: 68px; }
  .social_link {
    margin-top: 28px; }
  .nav-address {
    padding-left: 60px;
    margin-top: 60px;
    padding-bottom: 150px; }
  .nav-address p {
    padding-bottom: 25px; }
  .office-time li:nth-child(even) {
    padding-left: 60px; }
  .subscribe-menu {
    position: fixed;
    top: 0;
    right: -100vw;
    height: 100vh;
    max-width: 50vw;
    width: 100%;
    padding: 120px 80px;
    transition: all 900ms ease;
    scroll-behavior: smooth;
    color: #ffffff;
    background-color: #915ddb;
    z-index: 999; } }
  @media only screen and (min-width: 1980px) {
    .subscribe-menu {
      padding-top: 188px;
      max-width: 30vw; } }
  @media only screen and (min-width: 1366px) and (max-width: 1979px) {
    .subscribe-menu {
      max-width: 40vw; } }
  @media only screen and (max-width: 769px) {
    .subscribe-menu {
      max-width: 57vw; } }
  @media only screen and (max-width: 767px) {
    .subscribe-menu {
      max-width: 100vw;
      padding: 90px 25px; } }

@media screen {
    .subscribe-menu input,
    .subscribe-menu input:focus {
      outline: none;
      max-width: 100%;
      background: transparent;
      border-bottom: 1px solid white;
      border-top: 0px;
      border-left: 0px;
      border-right: 0px;
      color: white;
      padding: 5px; }
  .subscribe-menu.show-subscribe {
    right: 0; }
  .subscribe-form ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end; }
  .subscribe-form ul li {
    width: 50%;
    display: block;
    width: 100%;
    font-size: 1rem;
    margin-bottom: 3px; }
  .subscribe-form label {
    color: #ffffff; }
  .subscribe-form li.label {
    color: #ffffff; } }
  @media only screen and (max-width: 758px) {
    .subscribe-form li.label {
      font-size: 0.8rem; } }

@media screen {
  .subscribe-form ul li:nth-child(odd) {
    padding-right: 20px;
    line-height: 34px; }
  .subscribe-form .subscribe-btn {
    color: #ffffff;
    margin-top: 120px;
    padding: 0px; }
  .subscribe-menu .menu-container {
    height: 70vh;
    overflow-y: scroll;
    overflow-x: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin-bottom: 250px;
    padding-bottom: 150px; }
  .subscribe-page .subscribe-form *,
  .subscribe-page li.label {
    color: #000000; }
  .subscribe-page .errors div {
    display: block;
    color: red; }
  .subscribe-page input,
  .subscribe-page input:focus {
    outline: none;
    max-width: 100%;
    background: transparent;
    border-bottom: 1px solid black;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    color: black;
    padding: 5px; }
  .subscribe-page .thank-you p {
    color: black;
    line-height: 1.5rem;
    margin-bottom: 10px; }
  .errors.hide {
    display: none; }
  .errors.show {
    display: block;
    margin-bottom: 50px; }
  .errors div {
    display: block;
    color: yellow; }
  .subscribe-form.hide {
    display: none; }
  .subscribe-form.show {
    margin-bottom: 20px;
    display: block; }
  .thank-you {
    margin-bottom: 50px; }
  .thank-you p {
    color: #ffffff;
    line-height: 1.5rem;
    margin-bottom: 10px; }
  .thank-you.hide {
    display: none;
    opacity: 0; }
  .thank-you.show {
    font-size: 2rem;
    display: block;
    opacity: 1; }
  .row {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap; } }
  @media only screen and (min-width: 768px) and (max-width: 1979px) {
    .row {
      max-width: calc(960px + (2 * 0.5rem)); } }
  @media only screen and (max-width: 1979px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    .row {
      /* Retina-specific stuff here */ } }
  @media only screen and (min-width: 1980px) {
    .row {
      max-width: calc(1280px + (2 * 0.5rem)); } }

@media screen {
  .column {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 0 0.5rem;
    max-width: 100%; } }

@media only screen and (min-width: 768px) {
  .col-1 {
    max-width: 8.333333%; }
  .col-2 {
    max-width: 16.666667%; }
  .col-3 {
    max-width: 25%; }
  .col-4 {
    max-width: 33.333333%; }
  .col-5 {
    max-width: 41.666667%; }
  .col-6 {
    max-width: 50%; }
  .col-7 {
    max-width: 58.333333%; }
  .col-8 {
    max-width: 66.666667%; }
  .col-9 {
    max-width: 75%; }
  .col-10 {
    max-width: 83.333333%; }
  .col-11 {
    max-width: 91.666667%; }
  .col-12 {
    max-width: 100%; }
  .offset-4 {
    padding-left: calc(33.33333% + (2 * 0.5rem)); } }

@media screen {
  .img-caption {
    margin: 30px 0 0px;
    width: 100%;
    text-align: left; } }
  @media only screen and (max-width: 768px) {
    .img-caption {
      margin-top: 10px; } }

@media screen {
  .img-caption.paddingBottom {
    padding-bottom: 20px; }
  .text-area-1 .row {
    justify-content: flex-end; }
  .sub-nav span {
    display: block;
    cursor: pointer; }
  .sub-nav span.active {
    opacity: 0.5;
    cursor: default; }
  .text-area p {
    margin-bottom: 60px; } }
  @media only screen and (max-width: 768px) {
    .text-area p {
      margin-bottom: 30px; } }

@media screen {
  .text-area p:last-child {
    padding-bottom: 0px; }
  .text-area p .hoverImg {
    position: absolute;
    display: none;
    left: -300px; }
  .text-area p:hover .hoverImg {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9; }
  .text-area p .hoverImg img {
    max-width: 250px; }
  .text-area .artist-news-item:hover p {
    color: #808080; }
  .text-area .artist-news-item .hoverImg {
    position: absolute;
    display: none;
    left: -300px; }
  .text-area .artist-news-item:hover .hoverImg {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9; }
  .text-area .artist-news-item .hoverImg img {
    max-width: 250px; }
  .active-text {
    color: #808080; }
  .right-block {
    display: none; }
  .right-block.active {
    display: block; }
  .right-col-copy .first-para {
    padding-bottom: 76px; }
  .second-para ul {
    display: flex;
    flex-wrap: wrap; }
  .second-para ul li {
    list-style: none; }
  .second-para ul li:nth-child(odd) {
    width: 200px; }
  .second-para ul li:nth-child(even) {
    width: calc(100% - 200px); }
  .right-table {
    margin-top: 80px; }
  .right-table p {
    display: flex; }
  .right-table p span {
    display: block; }
  .right-table p span:first-child {
    width: 200px; }
  .right-table p span:nth-child(2) {
    width: calc(100% - 200px); }
  .lds-ring {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px; }
  .lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 51px;
    height: 51px;
    margin: 6px;
    border: 6px solid #cccccc;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #cccccc transparent transparent transparent; }
  .lds-ring div:nth-child(1) {
    animation-delay: -0.45s; }
  .lds-ring div:nth-child(2) {
    animation-delay: -0.3s; }
  .lds-ring div:nth-child(3) {
    animation-delay: -0.15s; }
  @keyframes lds-ring {
    0% {
      transform: rotate(0deg); }
    100% {
      transform: rotate(360deg); } }
  @keyframes circle-color-spinner-spin {
    0% {
      transform: rotate(0); }
    100% {
      transform: rotate(360deg); } }
  .circle-color-spinner {
    position: absolute;
    height: 3em;
    width: 3em;
    top: 50%;
    left: 50%;
    box-sizing: border-box;
    margin-left: -1.5em;
    margin-top: -1.5em;
    border: 0.21em solid;
    border-radius: 50%;
    box-shadow: 0px 10px 50px #fd3b3b, 10px 0px 20px #f6fd3b, -10px 0px 20px #ffffff, 0px -10px 20px #7ffd3b;
    opacity: 0.9;
    animation: circle-color-spinner-spin 1s infinite linear; }
  /*Title Module*/
  .title-module {
    margin-bottom: 2rem; } }
  @media only screen and (max-width: 768px) {
    .title-module {
      margin-bottom: 1.3rem; } }
  @media only screen and (min-width: 768px) and (max-width: 1979px) {
    .title-module {
      margin-bottom: 1.2rem; } }
  @media only screen and (min-width: 1980px) {
    .title-module {
      margin-top: 4rem;
      margin-bottom: 1.5rem; } }

@media screen {
    .title-module .title-bar {
      padding-bottom: 2rem;
      border-bottom: 1px solid black; } }
    @media only screen and (max-width: 768px) {
      .title-module .title-bar {
        padding-bottom: 0.75rem; } }
    @media only screen and (min-width: 768px) and (max-width: 1979px) {
      .title-module .title-bar {
        padding-bottom: 0.7rem; } }
    @media only screen and (min-width: 1980px) {
      .title-module .title-bar {
        padding-bottom: 1rem; } }

@media screen {
    .title-module .title-bar h1 span {
      color: #808080; }
    .title-module .date-bar {
      padding-top: 1rem; } }
    @media only screen and (max-width: 768px) {
      .title-module .date-bar {
        padding-top: 0.75rem; } }
    @media only screen and (min-width: 768px) and (max-width: 1979px) {
      .title-module .date-bar {
        padding-top: 0.75rem; } }
    @media only screen and (min-width: 1980px) {
      .title-module .date-bar {
        padding-top: 1rem; } }

@media screen {
  .splash-page .title-module .title-bar {
    border-bottom: 1px solid white; }
  .title-bar.exhibition-title h1 a {
    color: #808080; }
  /* Three up image*/
  .up-modules .row .column {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; }
  .up-modules .row .column {
    padding-bottom: 145px; }
  .up-modules .up-modules.exhibitions .row .column {
    padding-bottom: 195px; }
  .up-modules .row .column.col-12 img {
    max-height: 550px; } }
  @media only screen and (max-width: 1979px) {
    .up-modules .row .column.col-12 img {
      max-height: 550px; } }
  @media only screen and (min-width: 1980px) {
    .up-modules .row .column.col-12 img {
      max-height: 700px; } }

@media screen {
  .up-modules .row .column.col-6 img {
    max-height: 600px; } }
  @media only screen and (max-width: 1979px) {
    .up-modules .row .column.col-6 img {
      max-height: 472px; } }

@media screen {
  .up-modules .row .column.col-4 img {
    max-height: 466px; } }
  @media only screen and (max-width: 1979px) {
    .up-modules .row .column.col-4 img {
      max-height: 363.33px; } }

@media screen {
  .up-modules .img-caption {
    margin: 30px 0 45px 0;
    padding-right: 35px; } }
  @media only screen and (max-width: 768px) {
    .up-modules .img-caption {
      margin-top: 10px; } }
  @media only screen and (min-width: 768px) {
    .up-modules .img-caption {
      bottom: 0px;
      left: 10px;
      position: absolute; } }

@media screen {
  .up-modules .hero-caption {
    position: absolute;
    left: 10px;
    bottom: 0px;
    margin: 28px 0 30px; }
  .up-modules .img-title {
    left: 0px;
    margin: 28px 0 65px;
    width: 100%; }
  .up-modules .mod-date-span {
    margin-top: 22px; }
  .up-modules.artists-grid .row .column {
    padding-bottom: 115px; } }
  @media only screen and (max-width: 767px) {
    .up-modules.artists-grid .row .column {
      padding-bottom: 5px; } }
  @media only screen and (min-width: 769px) and (max-width: 1979px) {
    .up-modules.artists-grid .row .column .img-caption {
      top: 185px;
      left: 10px;
      position: absolute; } }
  @media only screen and (min-width: 1980px) {
    .up-modules.artists-grid .row .column .img-caption {
      top: 250px;
      left: 10px;
      position: absolute; } }

@media screen {
  /* image gallery */
  .hero {
    padding-bottom: 40px; }
  .hero.carousel .flickity-button {
    margin-top: -50px; } }

@media only screen and (min-width: 100px) and (max-width: 767px) {
  .hero.carousel .carousel-cell {
    height: 400px; } }

@media only screen and (min-width: 768px) and (max-width: 1979px) {
  .hero.carousel .carousel-cell {
    height: 450px; } }

@media only screen and (min-width: 1980px) {
  .hero.carousel .carousel-cell {
    max-width: 1140;
    height: 700px; } }

@media screen {
  .hero.carousel .carousel-cell img {
    max-height: 420px; } }
  @media only screen and (min-width: 100px) and (max-width: 767px) {
    .hero.carousel .carousel-cell img {
      max-height: 300px; } }
  @media only screen and (min-width: 1980px) {
    .hero.carousel .carousel-cell img {
      max-height: 670px; } }

@media screen {
  .hero.carousel .carousel-cell p {
    bottom: 0px;
    left: 0px;
    position: absolute;
    text-align: left; }
  .hero.carousel .carousel-cell .img-container {
    max-height: 550px; } }
  @media only screen and (min-width: 1980px) {
    .hero.carousel .carousel-cell .img-container {
      max-height: 900px; } }

@media screen {
  .hero.carousel .carousel-cell .img-container .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .hero.carousel .carousel-cell .img-container img {
    vertical-align: middle; }
  .hero.profile-image {
    margin: auto;
    max-width: 960px; }
    .hero.profile-image img {
      max-width: 960px;
      max-height: 550px; }
    .hero.profile-image .img-caption {
      margin-top: 10px; } }
  @media only screen and (max-width: 768px) {
    .hero.profile-image img {
      width: 100%; } }
  @media only screen and (min-width: 1980px) {
    .hero.profile-image {
      max-width: 1140px;
      margin-right: auto; }
      .hero.profile-image img {
        max-width: 1140px;
        max-height: 700px; } }

@media screen {
  #yearly-listing {
    padding-top: 30px;
    border-top: 1px solid black;
    font-variant-numeric: tabular-nums; }
  #yearly-listing li {
    cursor: pointer;
    list-style: none;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    transition: all 500ms linear; }
  #yearly-listing .schedule {
    height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    transition: all 500ms linear; }
  #yearly-listing .schedule.show {
    height: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 500ms linear;
    -moz-transition: opacity 500ms linear;
    transition: opacity 500ms linear; }
  .line-divider {
    display: block;
    height: 3px;
    border-bottom: 1px solid black; }
  .enquire {
    margin-top: 30px; }
  .sub-nav span.grayText,
  .second-para-1 span.grayText {
    opacity: 0.5; }
  .sub-nav span.NormalText,
  .second-para-1 span.NormalText {
    opacity: 1; }
  .custom-divider {
    padding-top: 34px;
    border-top: 1px solid black; }
  .text-start {
    text-indent: 50%; }
  .fade-in {
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    transition: opacity 1s ease; }
  a.artwork-enquire-link {
    text-decoration: underline; }
  #artist-footer .content.hide {
    height: 0px;
    visibility: hidden;
    position: fixed;
    top: -10000px; }
  #artist-footer .content.show {
    height: 100%;
    visibility: visible; }
  #artist-footer .nav.btn.active {
    color: #999999; } }

@media only screen and (max-width: 767px) {
  #artist-footer .sub-menu {
    transition-delay: 1s;
    padding-bottom: 25px; } }

@media only screen and (min-width: 718px) and (max-width: 768px) {
  #artist-footer .sub-menu.fixed {
    transition-delay: 1s;
    position: fixed;
    top: 135px; } }

@media only screen and (min-width: 769px) and (max-width: 1979px) {
  #artist-footer .sub-menu.fixed {
    transition-delay: 1s;
    position: fixed;
    top: 135px; } }

@media only screen and (min-width: 1980px) {
  #artist-footer .sub-menu.fixed {
    transition-delay: 1s;
    position: fixed;
    top: 180px; } }

@media screen {
  #artist-footer .about-artist .additional-text {
    padding-top: 15px;
    -webkit-transition: height 800ms;
    -moz-transition: height 800ms;
    transition: height 800ms;
    overflow: hidden; } }
  @media only screen and (min-width: 769px) {
    #artist-footer .about-artist .additional-text {
      margin-right: 135px; } }

@media screen {
    #artist-footer .about-artist .additional-text p {
      margin-bottom: 1rem; }
  #artist-footer .about-artist .additional-text.closed {
    height: 0px;
    -webkit-transition: height 800ms;
    -moz-transition: height 800ms;
    transition: height 800ms; }
  #artist-footer .about-artist .toggle-additional-text {
    margin-top: 15px; }
  #artist-footer .about-artist .boilerplate {
    margin-bottom: 15px; }
  .exhibition-text .text-container .text-area p {
    margin-bottom: 1rem; }
  .title-module.press-subject {
    margin-top: 75px; }
  .press-content p.read-more {
    margin-top: 1rem; }
  .press-content p {
    margin-bottom: 1rem; }
  .press-content p.read-more a {
    text-decoration: underline; }
  .plyr.horizontal {
    min-width: 80vw; }
  .plyr.vertical {
    min-height: 80vh; }
  .plyr__control--overlaid {
    background: rgba(200, 200, 200, 0.7);
    padding: 35px; }
  .plyr--video .plyr__control:hover {
    background: rgba(200, 195, 191, 0.9); }
  .plyr--full-ui input[type="range"] {
    color: rgba(200, 200, 200, 0.7); }
  .pricing {
    position: fixed;
    top: 20px;
    right: 20px;
    min-width: 50px;
    min-height: 50px;
    background-color: rgba(200, 200, 200, 0.7);
    border-radius: 5px;
    padding: 15px; }
  .pricing.hide {
    visibility: 0;
    display: none; }
  .pricing .item {
    margin: 3px;
    font-weight: 700;
    font-size: 12px; }
  .pricing .item.sold {
    color: red; }
  .pricing .item.available {
    color: green; } }

@media print {
  @page {
    /* size: auto; */
    /* auto is the initial value */
    size: 21cm 29.7cm;
    /* width height */
    /* this affects the margin in the printer settings */
    margin: 20mm 15mm 20mm 15mm; }
  html {
    font-family: "gt_america_regular", "Helvetica", "Arial", sans-serif;
    font-size: 16px;
    line-height: 1rem;
    font-weight: 400;
    text-align: left;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%; }
  body {
    /* width: 1400px; */
    /* margin: 25mm 25mm 25mm 25mm; */
    font-size: 5rem;
    all: unset; }
  img {
    display: block;
    max-width: 100%;
    margin: auto; }
  #body-container {
    padding-top: 10mm; }
  h1,
  h1 p {
    font-family: "gt_america_expanded_black", "Helvetica", "Arial", sans-serif;
    font-size: 1.2rem; }
  a {
    text-decoration: none;
    color: #000000; }
  p {
    font-size: 0.7rem; }
  .p2 {
    font-size: 1rem; }
  .header {
    display: block; }
  .footer {
    padding-top: 10mm;
    bottom: 0px;
    width: 100%; }
  #header {
    display: none; }
  .header .header-col h2 {
    display: none; }
  #roslyn-menu,
  .roslyn-menu {
    display: none; }
  .subscribe,
  .social_link {
    display: none; }
  .footer .divider {
    padding-top: 34px;
    border-top: 1px solid black; }
  .title-bar {
    padding-bottom: 2rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid black; }
    .title-bar h1 {
      margin: 0px;
      line-height: 1.5rem; }
    .title-bar h1 span {
      color: #808080; }
    .title-bar .date-bar {
      padding-top: 2rem; }
  .up-modules {
    text-align: left; }
    .up-modules .row .column {
      padding-bottom: 5mm;
      margin-right: 2mm;
      margin-right: 2mm; }
    .up-modules .col-4 {
      display: inline-block;
      width: 31.3%; }
    .up-modules .col-6 {
      display: inline-block;
      width: 48%; }
    .up-modules .col-12 {
      display: inline-block;
      width: 98%; }
  .press-content.row {
    text-align: left; }
    .press-content.row img {
      max-height: 50mm; }
    .press-content.row .column {
      padding-bottom: 5mm;
      margin-right: 2mm;
      margin-right: 2mm;
      vertical-align: top; }
    .press-content.row .col-4 {
      display: inline-block;
      width: 31.3%; }
    .press-content.row .col-6 {
      display: inline-block;
      width: 48%; }
    .press-content.row .col-12 {
      display: inline-block;
      width: 98%; }
  .column .boilerplate {
    margin-top: 10mm;
    margin-left: 50mm; }
    .column .boilerplate .p1 p {
      font-size: 1.4rem;
      line-height: 1.7rem; }
  .column .sub-boilertext {
    margin-left: 70mm;
    margin-bottom: 10mm; }
    .column .sub-boilertext .p2,
    .column .sub-boilertext .p2 p {
      font-size: 1rem;
      line-height: 1.3rem; }
  #artist-footer {
    page-break-before: always; }
    #artist-footer .sub-menu {
      display: none; }
  .column.menu-content {
    padding-left: 100mm; }
  .column.menu-content p {
    font-size: 1.3rem;
    line-height: 1.7rem; }
  .exhibition-text img {
    max-height: 120mm !important;
    margin: 0 auto; }
  .exhibition-text .col-8 .text-area {
    margin-left: 50mm; }
  .exhibition-text .p1 p {
    font-size: 1.4rem;
    line-height: 1.7rem; }
  .exhibition-text .p2 p {
    font-size: 1rem;
    line-height: 1.2rem; }
  .exhibition-text .text-container {
    page-break-before: always; }
  .row .column.col-12 img {
    max-height: 575px; }
  .row .column.col-6 img {
    max-height: 710px; }
  .row .column.col-4 img {
    max-height: 466px; }
  .hoverImg {
    display: none; }
  .img-caption {
    font-size: 0.5rem;
    line-height: 0.7rem;
    vertical-align: bottom;
    margin: 30px 0 45px 0; } }
