/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, input, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
border: 0;
font-size: 100%;
margin: 0;
outline: 0;
padding: 0;
vertical-align: baseline;
}
body { line-height: 1; margin:0; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
:focus { outline: 0; } /* remember to define focus styles! */
ins { text-decoration: none; } /* remember to highlight inserts somehow! */
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; } /* tables still need 'cellspacing="0"' in the markup */
/* custom */
ul { list-style: none; }
p, ul, dl, dd {
font-weight: normal;
margin: 0;
padding: 0;
}
address { font-style: normal; }
figure { margin: 0; }
/*
 * Position subscript and superscript content without affecting line-height
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}
/* Global
================================================== */
body {
background: #FFF;
position: relative;
z-index: 1;
}
body, p, td, input, select, textarea, li {
color: #555;
font-family: helvetica, arial;
font-size: 13px;
}
p {
line-height: 1.2;
}
a, a:link { color: #09f; text-decoration: none; }
a:visited { color: #09f; }
a:focus { outline: 0; text-decoration: underline; }
a:hover { cursor: pointer; text-decoration: underline; }
a:active { color: #09f; outline: 0; text-decoration: underline; }
a.selected {color: #ff3399;}
/* Headings */
h1, h2, h3, h4, h5, h6 {
color: #282828;
font-size: 15px;
text-transform: uppercase;
font-family: "futura-pt-1","futura-pt-2", sans-serif;
font-weight: 800;
font-display: swap;
}
h1 { font-size: 28px; }
h2 { font-size: 24px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
color: inherit;
font: inherit;
text-transform: inherit;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.ir {
    display: block;
    border: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
}

/* Structure
-------------------------------------------------- */
.content_container {
display: block;
clear: both;
margin: 0 auto;
text-align: left;
width: 100%;
}

.main_container {
display: block;
margin: 0 auto;
position: relative;
max-width: 1258px;
width:95%;
}

/* Modals
-------------------------------------------------- */
.modal_container { display: none; }

p.error { width: 260px; }

p.error label.error { 
    clear: none; 
    float: right; 
    color: #F39;
    text-align: right;
    font-weight: bold;
    max-width: 150px;
}

p.error input {
    color: #F39;
    border-color: #F39;
}

/* Asides
------------------------------------------------- */
aside {
background-color: #282828;
float: left;
}
aside h4 {
color: #FFF;
float: left;
font-family: "futura-pt-1","futura-pt-2", sans-serif;
font-size: 18px;
margin-bottom: 20px;
}
aside dl {
clear: left;
color: #FFF;
font-family: "kulturista-web-1", "kulturista-web-2", helvetica, arial;
text-align: center;
}
aside dt { font-weight: 600; }

aside dd {
font-size: 13px;
font-weight: 400;
margin: 4px 0 30px 0;
}
aside p {
background-color: #000;
clear: left;
color: #FFF;
float: left;
font-family: kulturista-web-1, kulturista-web-2, Georgia, serif;
font-size: 28px;
font-weight: 600;
text-align: center;
padding: 10px 0;
width: 100%;
}
aside ul { clear: left; }
aside li, aside img { float: left; }

/* Thumbnails and Avatars */
aside.thumbs li {
position: relative;
}
aside.thumbs a { text-decoration: none; }
aside.thumbs li img {
transition: opacity 0.2s ease-in;
-moz-transition: opacity 0.2s ease-in;
-o-transition: opacity 0.2s ease-in;
-webkit-transition: opacity 0.2s ease-in;      
}
aside.thumbs li strong {
background: #f39;
border-radius: 2px;
color: #FFF;
font-size: 13px; 
display: block;
left: 0;
height: 100%; 
opacity: 0;
position: absolute;
text-indent: -9999em;
top: 0;
transition: opacity 0.2s ease-in;
width: 100%;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
-moz-transition: opacity 0.2s ease-in;
-o-transition: opacity 0.2s ease-in;
-webkit-transition: opacity 0.2s ease-in;  
}
aside.thumbs li:hover strong {
height: auto;
left: 50%;
opacity: 1;
margin-left: -50px;
padding: 8px;
text-align: center;
text-decoration: none;
text-indent: 0;
top: -38px;
width: 84px;
}
aside.thumbs li span {
opacity: 0;
-moz-transition: opacity 0.2s ease-in;
-o-transition: opacity 0.2s ease-in;
-webkit-transition: opacity 0.2s ease-in;  
}
aside.thumbs li:hover span { 
bottom: -6px;
border-top: 6px solid #f39;
border-left: 5px solid transparent; 
border-right: 5px solid transparent; 
display: block;
height: 0;
left: 45%;
opacity: 1; 
position: absolute;
width: 0; 
}
aside.thumbs li:hover { background: #f39; }
aside.thumbs img:hover { opacity: 0.7; }

.instagram:before { content: "\f16d"; }
.tumblr:before { content: "\f173"; }
.linkedin:before { content: "\f08c"; }
.flickr:before {content: "\f16e"; } 
.vimeo:before { content: "\f16a"; }
.youtube:before { content: "\f167"; }
.flickr {content: "\f16e"; }
 
/* Utility
-------------------------------------------------- */
/* clearfix */
.cf:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.cf { display: inline-block; }
html[xmlns] .cf { display: block; }
* html .cf { height: 1%; }

/* 404 and 50 error pages */
.error_page .topbar_container {
    margin-bottom: 173px;
}
.error_page h2 {
    margin-bottom: 10px;
}


/* messages */
#session_messages {
display: block;
width: 100%;
max-width: 1258px;
margin: 20px auto;
}
#session_messages li {
margin: 0 0 10px 0;
font-weight: bold;
padding: 2em;
margin-bottom: 18px;
background-color: #FCF8E3;
color: #282828;
font-size:15px;
}
#session_messages li.error {
background-color: #F2DEDE;
}
#session_messages li.success {
background-color: #e6f5ed;
}
#session_messages li.info {
background-color: #D9EDF7;
}

/* image display when starting a thread */
.profile_container section.post img{
    max-width: 556px;
}
/* image display commenting on a submission or thread */
#comments.comments img{
    max-width: 562px;
}
#comments.comments .comment blockquote img{
    max-width:200px;
}
/* image display when starting a news post */
.profile_container.blog img{
    max-width: 600px;
}


/* misc common */
.delete_form{
    display:inline;
}
.delete_form input[type='submit']{
    margin:0;
    padding:0;
    display:inline;
    color: #999;
    font-size: 10px;
    line-height: 16px;
    font-family: helvetica, arial;
    background:none;
    border-radius:none;
    webkit-border-radius:none;
    height:auto;
    text-transform:none;
    float:none;
    font-weight:normal;
}

/* paging */
/* This is the old school template tag paginator */
.page h6,
.page ol,
.page li {
display: inline;
float: left;
margin-right: 3px;
}
.page h6 {
color: #555;
font: normal 13px Helvetica, Arial, Sans-serif;
text-transform: none;
}
.page li a {
border: solid 1px #e5e5e5;
padding: 2px 5px;
text-decoration: none;
color:#555;
}
.page li a:hover {
background: #e5e5e5;
}
.page .current a,
.page .current a:hover{
cursor: default;
background-color: #e5e5e5;
}

.group:before, .group:after { content: ""; display: table; }
.group:after { clear: both; }
.group { *zoom: 1; }
.visuallyhidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}

/* recaptcha */
#recaptcha_errors + .recaptcha-form-field {
    border-color: #ff3794;
}

h3 small {
    color:#09f;
    text-transform:none;
    font-weight: normal;
    font-family: helvetica, arial;
    font-size: 13px;
    margin-left:5px;
}

h3 small a {
    color:#09f;
}

.valid-green {
    color: green;
}

/* Import main aggregate */
.h2 {
  font-family: "futura-pt-1", "futura-pt-2", sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase; }

.h4 {
  color: #4e4e4e;
  font-family: "futura-pt-1", "futura-pt-2", sans-serif;
  font-size: 0.9rem;
  font-weight: 800;
  text-transform: uppercase; }

.boxed-price {
  background: #09f;
  bottom: 2px;
  color: white;
  font-family: "futura-pt-1", "futura-pt-2", sans-serif;
  font-size: 0.76rem;
  font-weight: 800;
  left: 0;
  padding: 0.25rem 0.5rem;
  position: absolute;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.25, 0.84, 0.325);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.25, 0.84, 0.325);
  -ms-transition: all 200ms cubic-bezier(0.25, 0.25, 0.84, 0.325);
  -o-transition: all 200ms cubic-bezier(0.25, 0.25, 0.84, 0.325);
  transition: all 200ms cubic-bezier(0.25, 0.25, 0.84, 0.325);
  /* custom */ }

.strike_price,
.strike-price {
  font-weight: 300;
  margin: 0 0.25rem 0 0;
  text-decoration: line-through; }

.shaker {
  -webkit-animation: shake 1s infinite linear;
  -moz-animation: shake 1s infinite linear;
  -o-animation: shake 1s infinite linear;
  animation: shake 1s infinite linear;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }

@-moz-keyframes shake {
  0%, 100% {
    -moz-transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -moz-transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -moz-transform: translate3d(10px, 0, 0); } }
@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0); } }
@-o-keyframes shake {
  0%, 100% {
    -o-transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -o-transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -o-transform: translate3d(10px, 0, 0); } }
@keyframes shake {
  0%, 100% {
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0); } }
.th-spin, .th-loader, .fa-spinner {
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg); } }
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(359deg); } }
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(359deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }
.animated {
  -webkit-animation-duration: 900ms;
  animation-duration: 900ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1); }
  50% {
    -webkit-transform: scale(1.05); }
  100% {
    -webkit-transform: scale(1); } }
@keyframes pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.05); }
  100% {
    transform: scale(1); } }
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px); } }
@keyframes shake {
  0%, 100% {
    transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    transform: translateX(10px); } }
.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@keyframes shine {
  to {
    background-position-x: -200%; } }
.button-internal-tools {
  background: #282828;
  color: #fff;
  font-weight: 300; }
  .button-internal-tools:hover {
    background: rgba(229, 229, 229, 0.9);
    color: #282828; }
  .button-internal-tools a {
    color: #fff;
    display: block;
    text-decoration: none; }
    .button-internal-tools a:hover {
      color: #282828; }

#submit_button,
.button,
input[name="login_threadless"],
input[type="submit"] {
  display: inline-block;
  padding: 0.7rem 1rem;
  border-radius: 5px;
  background-color: #09f !important;
  border: none !important;
  color: white !important;
  cursor: pointer;
  font-family: "futura-pt-1", "futura-pt-2", sans-serif;
  font-weight: 900;
  text-transform: uppercase; }

button[type=submit] {
  cursor: pointer; }

input[type="submit"][disabled],
input[type="submit"][disabled]:hover,
input[type="button"][disabled],
input[type="button"][disabled]:hover,
.search input[type="submit"][disabled],
.search input[type="submit"][disabled]:hover,
button[disabled],
button[disabled]:hover,
.button.disabled,
.button.disabled:hover,
.progress_nav a.disabled,
.progress_nav a.disabled:hover {
  background-color: #777 !important;
  color: #eee;
  cursor: default; }

.th-btn {
  background: white;
  border-radius: 0;
  clear: none !important;
  float: none !important;
  font-family: "futura-pt-1", "futura-pt-2", sans-serif;
  font-weight: 500;
  height: auto;
  line-height: 1.5;
  padding: 0; }

.th-btn-formedit {
  color: #282828;
  line-height: 1.1; }
  .th-btn-formedit:hover {
    background: white;
    color: #282828;
    text-decoration: underline; }
  .th-btn-formedit:active {
    color: #09f; }

.user-prompt-dramatic {
  border: solid 1px #a8a8a8;
  color: #282828 !important;
  clear: both;
  display: inline-block;
  line-height: 1.4;
  font-weight: 800;
  margin: 1.5rem auto 0;
  padding: 0.75rem 1rem;
  text-transform: uppercase;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  -webkit-transition: all 100ms cubic-bezier(0.25, 0.25, 0.84, 0.325);
  -moz-transition: all 100ms cubic-bezier(0.25, 0.25, 0.84, 0.325);
  -ms-transition: all 100ms cubic-bezier(0.25, 0.25, 0.84, 0.325);
  -o-transition: all 100ms cubic-bezier(0.25, 0.25, 0.84, 0.325);
  transition: all 100ms cubic-bezier(0.25, 0.25, 0.84, 0.325);
  /* custom */ }
  .user-prompt-dramatic:hover {
    background: #09f;
    border: solid 1px #09f;
    color: white !important;
    text-decoration: none; }
  .user-prompt-dramatic:active {
    background: #006bb3; }

.user-prompt-simple {
  border-bottom: solid 2px #282828;
  display: inline-block;
  padding: 0 0 0.25rem 0; }

.th-loader {
  border: solid 2px #09f;
  color: #09f;
  display: block;
  height: 2rem;
  width: 2rem; }

.th-loader-centered .th-loader {
  position: relative;
  left: 50%;
  margin: 1rem 0 2rem -1rem; }

.fa-spinner {
  color: #09f; }
  .fa-spinner.fa-spin-blue {
    color: #09f; }

.th-date {
  color: rgba(102, 102, 102, 0.8);
  display: block;
  font-size: 0.7rem; }

.th-user-conditions {
  font-size: 1rem;
  font-weight: 600;
  top: -0.09em; }

.th-removed {
  display: none !important; }

.visuallyhidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.th-opacity-visible {
  opacity: 1 !important; }

.th-opacity-hidden {
  opacity: 0 !important; }

.share-icon--facebook {
  color: #3b5998; }

.share-icon--tiktok {
  color: #2a0a21; }

.share-icon--pinterest {
  color: #cb2027; }

.share-icon--youtube {
  color: #fa141b; }

.share-icon--instagram {
  color: #125688; }

.share-icon--discord {
  color: #7289da; }

.square-image-outer {
  background-color: white;
  display: block;
  position: relative; }
  .square-image-outer:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%; }
  .square-image-outer > picture,
  .square-image-outer > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%; }

.nls-nav {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODRDQTFERDhCRjk5MTFFNDg3NjhEQzYzMzg0NzM2RDYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODRDQTFERDdCRjk5MTFFNDg3NjhEQzYzMzg0NzM2RDYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxOUZBNDZDMUEyMUIxMUU0ODZDQ0JDOEE5ODA4RkUwQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxOUZBNDZDMkEyMUIxMUU0ODZDQ0JDOEE5ODA4RkUwQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PtaB3HgAAAAqSURBVHjaYvj///9NEH769Ol/UtkM5GoE0QzkagRrHnX2qLOHqbMBAgwA7yhTjE22ZlIAAAAASUVORK5CYII=) repeat left top transparent;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  /* needed for artist dashboard */
  font-size: 13px; }
  .nls-nav._is-on {
    overflow: visible;
    display: block;
    z-index: 5; }
  .nls-nav .button {
    width: 100%;
    padding: 0;
    text-align: center;
    float: none;
    display: block; }
  .nls-nav a {
    color: #282828;
    cursor: pointer; }
    .nls-nav a:hover {
      color: #09f;
      cursor: pointer; }
  .nls-nav .nls-divider {
    border-top: 1px solid #dadada;
    margin-top: 8px; }
  .nls-nav header {
    border-bottom: 1px solid #dadada;
    margin: 0 auto;
    padding: 10px 0 55px 0;
    width: 95%;
    max-width: 1258px;
    -webkit-transition: all 100ms cubic-bezier(0.25, 0.25, 0.84, 0.325);
    -moz-transition: all 100ms cubic-bezier(0.25, 0.25, 0.84, 0.325);
    -ms-transition: all 100ms cubic-bezier(0.25, 0.25, 0.84, 0.325);
    -o-transition: all 100ms cubic-bezier(0.25, 0.25, 0.84, 0.325);
    transition: all 100ms cubic-bezier(0.25, 0.25, 0.84, 0.325);
    /* custom */
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: flex-end;
    -moz-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    .nls-nav header .nls-logo {
      margin: 0 auto 0 0; }
      .nls-nav header .nls-logo img {
        width: 120px;
        max-width: 100%; }
  .nls-nav .nls-avatar {
    position: relative; }
    .nls-nav .nls-avatar img {
      border: 1px solid #dadada;
      border-radius: 25px;
      width: 100%; }
  .nls-nav .nls-user {
    margin-left: 10px;
    position: relative;
    width: 50px; }
    .nls-nav .nls-user:hover {
      cursor: pointer; }
      .nls-nav .nls-user:hover .nls-avatar img {
        border-radius: 25px 25px 0 0;
        border-bottom: 1px solid white; }
      .nls-nav .nls-user:hover .nls-user-subnav {
        z-index: 4000;
        display: block; }
  .nls-nav .nls-user-subnav {
    display: none;
    border: 1px solid #dadada;
    border-radius: 5px 0 5px 5px;
    background: white;
    position: absolute;
    top: 48px;
    right: -2px;
    width: 440px; }
    .nls-nav .nls-user-subnav .nls-divider {
      padding-top: 11px; }
  .nls-nav .nls-subnav-column {
    box-sizing: border-box;
    float: left;
    padding: 20px;
    text-align: left;
    width: 50%; }
    .nls-nav .nls-subnav-column li {
      font-size: 14px;
      padding: 3px 0;
      white-space: nowrap;
      text-align: left; }
  .nls-nav .search {
    flex-basis: 40%;
    margin: 0 10px 0 6px;
    font-size: 0;
    position: absolute;
    height: 35px;
    top: 75px;
    left: 1%;
    width: 96%; }
    .nls-nav .search input,
    .nls-nav .search button {
      position: absolute;
      font-size: 16px;
      height: 35px;
      line-height: 35px;
      box-sizing: border-box;
      display: inline-block;
      padding: 0;
      margin: 0;
      border: none;
      -webkit-appearance: none; }
    .nls-nav .search input[type=text] {
      background: white;
      border: 1px solid #dadada;
      border-radius: 10px;
      padding: 0 12px;
      left: 0;
      width: 100%;
      z-index: 1;
      transition: 0.4s; }
      .nls-nav .search input[type=text]:hover {
        border: 1px solid #aaa; }
      .nls-nav .search input[type=text]:focus {
        border: 1px solid #09f;
        outline: none; }
    .nls-nav .search button {
      width: 40px;
      right: 0;
      background: transparent;
      font-family: "futura-pt-1","futura-pt-2",sans-serif;
      font-weight: 600;
      text-transform: uppercase;
      color: #282828;
      padding: 0 12px;
      z-index: 5; }
  .nls-nav .icon {
    display: inline-block;
    text-align: center;
    position: relative;
    font-size: 1.2em;
    padding: 7px;
    border-radius: 10px 10px 0 0;
    border: 1px solid rgba(0, 0, 0, 0);
    height: 18px; }
    .nls-nav .icon.open {
      z-index: 2501;
      border: 1px solid #dadada;
      border-bottom: 1px solid rgba(0, 0, 0, 0); }
  .nls-nav .nls-globe, .nls-nav .nls-cart, .nls-nav .nls-heart {
    padding: 7px 0; }
  .nls-nav .icon .msg-bug, .nls-nav .icon .nls-bug {
    position: absolute;
    border-radius: 9px;
    width: 15px;
    height: 15px;
    display: block;
    right: -3px;
    top: -3px;
    background: #f39;
    color: white;
    font-size: 9px;
    text-align: center;
    line-height: 15px; }
  @media only screen and (min-width: 980px) {
    .nls-nav .nls-globe, .nls-nav .nls-cart, .nls-nav .nls-heart {
      padding: 7px; }
    .nls-nav .icon .msg-bug, .nls-nav .icon .nls-bug {
      width: 18px;
      height: 18px;
      right: -3px;
      top: -3px;
      line-height: 18px;
      font-size: 10px; } }
  .nls-nav .button {
    line-height: 2; }
    .nls-nav .button:hover {
      color: white; }
  .nls-nav .login_show {
    margin: 6px 0 0 0;
    font-size: 12px; }
    .nls-nav .login_show a {
      color: #09f; }

.nls-subnav .department-subnav--container .nls-subnav-item-artists-subnav {
  margin-bottom: 12px; }
  .nls-subnav .department-subnav--container .nls-subnav-item-artists-subnav ul {
    margin-top: 8px; }
    .nls-subnav .department-subnav--container .nls-subnav-item-artists-subnav ul li {
      display: inline-block;
      width: 15.7vw;
      padding: 0;
      margin: 0; }
      .nls-subnav .department-subnav--container .nls-subnav-item-artists-subnav ul li a {
        padding: 6px;
        margin: 0 4px 4px 0;
        display: block;
        box-sizing: border-box;
        border: 1px solid #dadada;
        border-radius: 5px; }
        .nls-subnav .department-subnav--container .nls-subnav-item-artists-subnav ul li a:hover {
          border: 2px solid #09f;
          padding: 5px; }
        .nls-subnav .department-subnav--container .nls-subnav-item-artists-subnav ul li a img {
          width: 100%; }

.nls-bars {
  display: block;
  margin-right: 6px; }
  ._is-on .nls-bars {
    margin: 0.65em 0 2em 0;
    font-size: 1.2em; }
    ._is-on .nls-bars:link, ._is-on .nls-bars:visited, ._is-on .nls-bars:hover, ._is-on .nls-bars:active {
      color: #282828; }

.nls-subnav {
  display: none;
  height: 100%;
  width: 60vw;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  margin: 0;
  background: white;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.8);
  padding: 20px;
  text-align: left; }
  .nls-subnav._is-on {
    display: block;
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
    z-index: 51; }

.nls-subnav-adjacent {
  -webkit-transition: -webkit-transform 0.2s ease-in;
  -moz-transition: -moz-transform 0.2s ease-in;
  -ms-transition: -ms-transform 0.2s ease-in;
  -ms-input-transition: -ms-input-transform 0.2s ease-in;
  -o-transition: -o-transform 0.2s ease-in; }
  .nls-subnav-adjacent._is-on {
    -webkit-transition: -webkit-transform 0.2s ease-in;
    -webkit-transform: translateX(60%) translateZ(0);
    -moz-transition: -moz-transform 0.2s ease-in;
    -moz-transform: translateX(60%) translateZ(0);
    -ms-transition: -ms-transform 0.2s ease-in;
    -ms-transform: translateX(60%) translateZ(0);
    -ms-input-transition: -ms-input-transform 0.2s ease-in;
    -ms-input-transform: translateX(60%) translateZ(0);
    -o-transition: -o-transform 0.2s ease-in;
    -o-transform: translateX(60%) translateZ(0);
    transform: translateX(60%) translateZ(0);
    transition: transform 0.2s ease-in;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%; }
    .nls-subnav-adjacent._is-on::before {
      content: "";
      display: block;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 1000;
      height: 100%;
      width: 100%;
      background: rgba(0, 0, 0, 0.5); }

.nls-department-subnav {
  clear: left;
  float: none;
  margin: 0 0 20px 0; }
  .nls-department-subnav._is-on {
    display: block; }
  .nls-department-subnav .department-subnav-link,
  .nls-department-subnav .department-subnav-link--nosubnav {
    color: #282828;
    display: block;
    font-family: "futura-pt-1", "futura-pt-2", sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 0 0 8px 0;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 16px; }
  .nls-department-subnav.nls-department-subnav-discover-divider {
    border-top: 1px solid #dadada; }
    @media only screen and (min-width: 52rem) {
      .nls-department-subnav.nls-department-subnav-discover-divider {
        border-left: 1px solid #dadada;
        border-top: none;
        height: 20px;
        padding-right: 12px;
        margin-left: 12px; } }
  .nls-department-subnav .pink {
    color: #f39; }
  .nls-department-subnav.nls-department-subnav-sale .nls-subnav-item .pink {
    color: #282828; }
  .nls-department-subnav sup {
    font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 9px;
    color: #f39; }

.nls-subnav-feature img {
  max-width: 150px; }

.nls-subnav-category {
  color: #282828;
  font-size: 15px;
  font-weight: bold; }

.nls-social-menu li {
  display: inline-block;
  float: left;
  margin: 0 2px; }
  .nls-social-menu li:last-child {
    margin-right: 0; }

.nls-social-menu li a:hover, .footer-social-menu li a:hover {
  filter: brightness(1.2); }

.nls-subnav-item-discover-more, .nls-subnav-item-shop-all {
  clear: both;
  width: calc(100% - 10px);
  border-top: 1px solid #dadada;
  margin-top: 20px;
  padding-top: 11px; }
  .nls-subnav-item-discover-more span, .nls-subnav-item-shop-all span {
    font-weight: normal;
    display: block;
    padding-top: 3px;
    line-height: 1.2;
    font-size: 14px;
    color: #282828; }
  .nls-subnav-item-discover-more a, .nls-subnav-item-shop-all a {
    font-size: 14px;
    font-weight: bold;
    color: #09f; }
    .nls-subnav-item-discover-more a:hover, .nls-subnav-item-shop-all a:hover {
      color: #282828;
      text-decoration: none; }
      .nls-subnav-item-discover-more a:hover span, .nls-subnav-item-shop-all a:hover span {
        color: #282828;
        text-decoration: none; }

.nls-subnav.burgerMenu .department-subnav--list {
  display: none;
  border: none;
  padding: 0;
  margin: 0;
  float: none;
  width: auto;
  height: 0;
  position: static;
  top: auto;
  left: auto;
  background: none; }
  .nls-subnav.burgerMenu .department-subnav--list._is-on {
    display: block;
    height: auto; }
  .nls-subnav.burgerMenu .department-subnav--list a {
    color: #282828;
    font-size: 14px;
    display: block;
    padding: 8px 0; }
.nls-subnav.burgerMenu .nls-subnav-feature {
  display: none; }

@media only screen and (min-width: 52rem) {
  .nls-subnav._is-on.burgerMenu {
    display: none; }

  .nls-nav .nls-bars {
    display: none; }
  .nls-nav header {
    padding: 0; }
  .nls-nav .search {
    position: relative;
    top: 0;
    left: 0;
    width: auto; }
  .nls-nav .nls-department-subnav-sell-your-art, .nls-nav .nls-department-subnav-shop-dashboard {
    display: none; }
  .nls-nav .nls-subnav {
    background: none;
    box-shadow: none;
    padding: 5px 0 10px 0;
    position: relative;
    max-width: 97%;
    width: 900px;
    margin: 0 auto;
    overflow: visible;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
  .nls-nav .department-subnav--container {
    border: 1px solid #dadada;
    background: white;
    display: none;
    position: absolute;
    top: 35px;
    left: 0px;
    border-radius: 5px 5px 5px 5px;
    padding: 30px 20px;
    width: 100%;
    z-index: 4000;
    box-sizing: border-box; }
    .nls-nav .department-subnav--container .nls-subnav-item-artists-subnav {
      margin-bottom: 0; }
      .nls-nav .department-subnav--container .nls-subnav-item-artists-subnav ul li {
        width: 75px; }
  .nls-nav .nls-department-subnav {
    cursor: pointer;
    float: none;
    margin: 0;
    /*position: relative;*/ }
    .nls-nav .nls-department-subnav.nls-department-subnav-discover-divider {
      margin-left: 12px; }
    .nls-nav .nls-department-subnav.nls-department-subnav-first .department-subnav--container {
      border-radius: 0 5px 5px 5px; }
    .nls-nav .nls-department-subnav.nls-department-subnav-last .department-subnav--container {
      border-radius: 5px 0 5px 5px; }
    .nls-nav .nls-department-subnav .department-subnav-link,
    .nls-nav .nls-department-subnav .department-subnav-link--nosubnav {
      position: relative;
      padding: 8px 8px 6px 8px;
      display: block;
      white-space: nowrap;
      border: 1px solid rgba(255, 255, 255, 0);
      border-bottom: none;
      border-radius: 5px 5px 0 0;
      font-size: 14px; }
    .nls-nav .nls-department-subnav:hover {
      cursor: pointer;
      z-index: 3000; }
      .nls-nav .nls-department-subnav:hover > .department-subnav--container {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        z-index: 3000; }
      .nls-nav .nls-department-subnav:hover .department-subnav-link {
        cursor: pointer;
        border: 1px solid #dadada;
        background: white;
        border-bottom: none;
        text-decoration: none;
        z-index: 3001; }
      .nls-nav .nls-department-subnav:hover .department-subnav-link--nosubnav {
        background: none;
        border: 1px solid rgba(255, 255, 255, 0);
        border-bottom: none; }
  .nls-nav .department-subnav--list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    max-width: 830px;
    margin: 0 auto; }
    .nls-nav .department-subnav--list a {
      padding: 0; }
  .nls-nav .nls-subnav-item {
    font-size: 14px;
    box-sizing: border-box;
    display: block;
    float: none;
    text-align: left;
    padding: 4px 0; }
  .nls-nav .nls-subnav-category {
    float: none;
    min-width: 150px;
    padding-right: 10px;
    box-sizing: border-box; }
    .nls-nav .nls-subnav-category ul {
      display: block;
      margin-top: 4px; }
    .nls-nav .nls-subnav-category li {
      font-size: 14px;
      box-sizing: border-box;
      display: block;
      float: none;
      text-align: left;
      padding: 4px 0; }
      .nls-nav .nls-subnav-category li ul.nls-social-menu {
        max-width: 150px; }
        .nls-nav .nls-subnav-category li ul.nls-social-menu li {
          display: inline-block;
          float: left; }
          .nls-nav .nls-subnav-category li ul.nls-social-menu li:last-child {
            margin-right: 0; } }
@media only screen and (min-width: 980px) {
  .nls-nav header .nls-logo a img {
    width: 140px;
    margin: 12px 0 10px 0; }
  .nls-nav .nls-department-subnav .department-subnav-link,
  .nls-nav .nls-department-subnav .department-subnav-link--nosubnav {
    font-size: 15px; } }
.nls-nav.cart header {
  border-bottom: 0; }

.freeShippingBanner {
  position: relative; }
  .freeShippingBanner img {
    max-width: 100%; }

[data-tooltip] {
  position: relative; }

[data-tooltip]:after {
  content: attr(data-tooltip);
  display: none;
  position: absolute;
  background: #282828;
  color: #fff;
  border-radius: 5px;
  padding: 6px 10px;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  font-size: 0.7rem;
  line-height: 1.4;
  top: 100%;
  z-index: 1000; }

[data-tooltip]:hover:after {
  display: block; }

/*# sourceMappingURL=__navigation.css.map */
