html {
  margin-top: 0 !important;
  font-size: 13px; }

body {
  margin: 0;
  padding: 0;
  position: relative;
  width: 100vw;
  overflow-x: hidden;
  min-height: 100vh;
  font-family: Arial, sans-serif; }
  body img {
    max-width: 100%; }

#content {
  position: relative;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 1rem 1rem 2rem;
  max-width: 1400px; }

.author {
  padding-top: 30px;
}

a {
  color: #004785;
  text-decoration: none; }
  a:hover, a.active {
    color: black; }

.header-image {
  display: block;
  position: relative;
  width: auto;
  max-width: 100%;
  max-height: 500px; }

@media screen and (min-width: 641px) {
  #content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    max-width: 1400px;
    box-sizing: border-box;
    padding-left: 180px;
    padding-right: 2rem;
    margin-top: 15vh;
    z-index: 0; } }

@media print {
  #content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    max-width: 1400px;
    box-sizing: border-box;
    padding-left: 180px;
    padding-right: 2rem;
    margin-top: 15vh;
    z-index: 0; } }

body > .left {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: .5rem;
  margin-bottom: 1rem;
  height: 5rem;
  overflow-y: visible; }
  @media screen and (min-width: 641px) {
    body > .left {
      width: 160px;
      position: absolute;
      left: 0.5rem;
      top: 15%;
      height: auto;
      margin-bottom: 0;
      padding: 0.5rem;
      z-index: 1;
      box-sizing: border-box; } }

.logo {
  display: inline-block;
  max-height: 100%;
  width: auto;
  max-width: 50%;
  position: relative;
  z-index: 9999; }
  @media print {
    .logo img {
      height: 8.65rem !important;
      top: 6.5rem !important;
      padding-left: 1rem; } }
  .logo img {
    position: relative;
    top: -0.5rem;
    height: 6.65rem;
    width: auto; }
  @media screen and (min-width: 641px) {
    .logo {
      display: block;
      width: 100%;
      max-width: none;
      height: auto;
      float: none;
      box-sizing: border-box;
      padding-left: 1.25rem; }
      .logo img {
        width: auto;
        max-height: none;
        height: auto; } }

nav {
  display: block;
  position: absolute;
  float: right;
  box-sizing: border-box;
  padding-top: 4rem;
  height: 3rem;
  -webkit-transition: height 0.5s;
  -moz-transition: height 0.5s;
  -ms-transition: height 0.5s;
  transition: height 0.5s;
  width: 100%;
  overflow-y: hidden;
  overflow-x: visible;
  z-index: 100;
  top: 0;
  right: 0; }
  nav.active {
    height: 150vh; }
  @media screen and (min-width: 641px) {
    nav {
      float: none;
      padding-top: 1rem;
      right: 0; }
      nav:before {
        content: none; } }
  @media print {
    nav {
      overflow-y: visible;
      top: 10rem;
      left: 0.5rem; } }

.nav-inner {
  position: absolute;
  margin-bottom: 5rem;
  left: 0;
  top: 4.5rem;
  height: auto;
  width: 147px;
  z-index: 3;
  box-sizing: border-box; }

.nav-links {
  margin: 2rem 0 0 0;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  list-style: none;
  background-color: white;
  padding: 1rem 0.5rem 0; }
  @media screen and (min-width: 641px) {
    .nav-links {
      margin-top: 0; } }
  .nav-links > a > li {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 1.25rem 0.5rem;
    border-bottom: 1px solid black; }
  .nav-links > a:first-of-type > li {
    border-top: 1px solid black; }
    @media screen and (min-width: 641px) {
      .nav-links > a:first-of-type > li {
        border-top: none; } }
  .nav-links a {
    text-decoration: none; }
    .nav-links a:hover {
      color: black; }
  @media screen and (min-width: 641px) {
    .nav-links {
      border-top: 1px solid black;
      text-align: left;
      padding: 0;
      margin-top: 1rem; }
      .nav-links > a > li {
        padding: 0.75rem 0.5rem; }
      .nav-links > li {
        padding: 0.75rem 0 0.75rem 0.5rem; } }
  @media print {
    .nav-links > a > li {
      padding: 0.75rem 0.5rem; }
    .nav-links > li {
      padding: 0.75rem 0 0.75rem 0.5rem; } }

@media screen and (min-width: 641px) {
  nav, .nav-inner {
    position: relative;
    width: 100%;
    top: 0;
    height: auto; } }

@media screen and (min-width: 641px) {
  [data-template="artist"] #content .wrapper {
    box-sizing: border-box;
    padding-left: 4rem; } }

@media screen and (min-width: 1025px) {
  [data-template="artist"] #content .wrapper {
    padding-left: 8rem; } }

.artist-header h1 {
  text-transform: lowercase;
  letter-spacing: 0.1em; }

.artist-header .artist-nav {
  display: block;
  width: 100%;
  height: auto;
  position: relative; }
  .artist-header .artist-nav > ul {
    list-style: none;
    display: block;
    padding: 0;
    text-align: left; }
    .artist-header .artist-nav > ul > li {
      cursor: pointer;
      display: inline-block;
      color: #004785;
      padding: 0.5rem 0 0.25rem 0; }
      .artist-header .artist-nav > ul > li:not(:last-of-type):after {
        display: inline-block;
        content: '|';
        padding: 0 0.5rem;
        color: #004785; }
      @media screen and (min-width: 641px) {
        .artist-header .artist-nav > ul > li {
          padding-top: 0; } }

.artist-header .modals {
  position: relative;
  width: 100%;
  height: 0;
  height: auto; }

.artist-header .modals > div {
  position: absolute;
  left: 0;
  top: 0;
  background-color: white;
  width: 100%;
  max-height: 0;
  height: auto;
  z-index: 4;
  overflow-y: hidden; }
  .artist-header .modals > div > .modal-inner {
    padding: 1rem 1rem; }
    .artist-header .modals > div > .modal-inner h3 {
      margin-top: 0; }
    @media screen and (min-width: 641px) {
      .artist-header .modals > div > .modal-inner {
        padding-top: 1rem; } }

.artist-header .modals > div.active {
  max-height: none;
  position: relative; }

@media screen and (min-width: 641px) {
  body[data-template="artist"] #content {
    padding-left: 200px; } }

@media screen and (min-width: 641px) {
  [data-template="artists"] #content .wrapper {
    box-sizing: border-box;
    padding-left: 4rem; } }

@media screen and (min-width: 1025px) {
  [data-template="artists"] #content .wrapper {
    padding-left: 8rem; } }

@media print {
  [data-template="artists"] #content .wrapper {
    padding-left: 8rem; } }

.column {
  display: block;
  width: auto;
  height: auto;
  margin: 0 0 0 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box; }
  .column:first-of-type li:first-child {
    border-top: 1px solid #004785; }
  @media screen and (min-width: 641px) {
    .column {
      width: 147px;
      float: left;
      margin-right: 0.5rem;
      margin-top: 1.3rem; }
      .column li:first-child {
        border-top: 1px solid #004785; }
      .column:nth-of-type(3) li:first-child {
        border-top: none; }
      .column + .column {
        margin-top: 2.75rem; } }
  @media screen and (min-width: 900px) {
    .column {
      margin-right: 1.5rem; }
      .column:nth-of-type(3) li:first-child {
        border-top: 1px solid black; } }
  @media print {
    .column {
      width: 147px;
      float: left;
      margin-right: 1.5rem;
      margin-top: 1.3rem; }
      .column li:first-child {
        border-top: 1px solid #004785; }
      .column:nth-of-type(3) li:first-child {
        border-top: none; }
      .column + .column {
        margin-top: 2.75rem; } }

.column li {
  display: block;
  width: 147px;
  height: auto;
  text-align: left;
  border-bottom: 1px solid black; }
  .column li > a {
    padding: 0.75rem 0.5rem;
    width: auto;
    display: inline-block;
    text-transform: lowercase; }
    @media screen and (min-width: 641px) {
      .column li > a {
        padding: 0.75rem 0 0.75rem 0.5rem; } }
    .column li > a:hover {
      color: black; }

@media screen and (min-width: 641px) {
  [data-template="event"] #content .wrapper {
    box-sizing: border-box;
    padding-left: 4rem; } }

@media screen and (min-width: 1025px) {
  [data-template="event"] #content .wrapper {
    padding-left: 8rem; } }

.event-header > h2 {
  font-size: 1rem; }

section.header h1 {
  font-size: 1.5rem; }

@media screen and (min-width: 641px) {
  [data-template="events"] #content .wrapper {
    box-sizing: border-box;
    padding-left: 4rem; } }

@media screen and (min-width: 1025px) {
  [data-template="events"] #content .wrapper {
    padding-left: 8rem; } }

.calendar-container {
  width: 100%;
  max-width: 180px;
  height: auto;
  position: relative;
  display: block;
  margin: 2.5rem auto; }
  @media screen and (min-width: 641px) {
    .calendar-container {
      max-width: 240px;
      margin-top: 0; } }
  .calendar-container .calendar .ui-datepicker {
    width: 100%;
    box-sizing: border-box; }
  .calendar-container .calendar .ui-widget-header {
    border-color: #004785;
    text-align: center;
    font-weight: bold;
    position: relative;
    margin-bottom: 1em; }
    .calendar-container .calendar .ui-widget-header .ui-datepicker-prev {
      float: left;
      margin-left: 0.5em;
      cursor: pointer; }
      @media screen and (min-width: 641px) {
        .calendar-container .calendar .ui-widget-header .ui-datepicker-prev {
          margin-left: 1em; } }
    .calendar-container .calendar .ui-widget-header .ui-datepicker-next {
      float: right;
      margin-right: .5em;
      cursor: pointer; }
  .calendar-container .calendar td:not(.has-events) {
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    -ms-pointer-events: none;
    pointer-events: none; }
    .calendar-container .calendar td:not(.has-events) > a {
      color: #a9a9a9; }
  .calendar-container .calendar td.has-events > a {
    border-bottom: 2px solid #004785; }
  .calendar-container .calendar th {
    text-align: right; }
  .calendar-container .calendar td {
    text-align: right;
    padding: .25em 0; }
  .calendar-container .calendar td > a {
    color: #004785; }
  .calendar-container .calendar table {
    padding-right: 0.25em;
    width: 100%;
    height: auto; }
  @media screen and (min-width: 641px) {
    .calendar-container {
      margin: 0; } }
  @media screen and (min-width: 1025px) {
    .calendar-container {
      float: right;
      width: 27%;
      height: auto;
      margin: 1rem -3rem 0 0; } }
  @media print {
    .calendar-container {
      margin: 0; } }

section.events > h1 {
  font-size: 1.5rem; }

section.events .pagination {
  max-width: 640px; }
  section.events .pagination div {
    display: inline-block; }
    section.events .pagination div:not(:last-child):not(:first-child) {
      padding: 0 1rem;
      font-weight: bold; }
  section.events .pagination:last-child {
    margin-top: 2rem; }

@media screen and (min-width: 1025px) {
  section.events {
    float: left;
    width: 75%;
    height: auto; } }

article.event {
  box-sizing: border-box; }
  article.event .event-content {
    width: 100%;
    height: auto;
    clear: both;
    overflow: hidden; }
  article.event img {
    max-width: 100%; }
    @media screen and (min-width: 641px) {
      article.event img {
        width: 50%;
        max-width: 400px;
        float: left; } }
    @media print {
      article.event img {
        max-width: 75%; } }
  @media screen and (min-width: 641px) {
    article.event .event-text {
      width: 50%;
      max-width: 800px;
      float: left;
      padding-left: 1rem;
      box-sizing: border-box; }
      article.event .event-text h1 {
        margin-top: 0; } }

section.gallery {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin: 0 0 2rem; }

ul.slides {
  display: block;
  list-style: none;
  width: 100%;
  position: relative;
  height: auto;
  overflow-x: hidden;
  margin: 0;
  padding: 0; }

li.slide {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  height: auto;
  display: block; }
  li.slide.active {
    position: relative;
    left: 0; }

.slide-controls {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }
  .slide-controls a {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-size: 1.5rem;
    display: inline-block;
    padding-top: 0.75rem; }
    @media screen and (min-width: 641px) {
      .slide-controls a {
        font-size: 1.15rem; } }
  .slide-controls a.slide-prev:before, .slide-controls a.slide-zoom:before {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    content: '|';
    padding: 0 0.5em; }
  .slide-controls a.slide-next {
    padding-left: 0.5em;
    padding-top: 0.5em; }

.slide-image {
  width: 100%;
  height: 80vw;
  position: relative;
  background-size: contain;
  background-position: 0% 50%;
  background-repeat: no-repeat;
  background-color: transparent; }
  @media screen and (min-width: 641px) {
    .slide-image {
      height: 350px; } }
  @media screen and (min-width: 750px) {
    .slide-image {
      height: 400px; } }
  @media screen and (min-width: 850px) {
    .slide-image {
      height: 500px; } }
  @media screen and (min-width: 1025px) {
    .slide-image {
      height: 625px; } }
  @media screen and (min-width: 1200px) {
    .slide-image {
      height: 560px; } }
  @media screen and (min-width: 1300px) {
    .slide-image {
      height: 640px; } }

.slide-modal {
  position: fixed;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  z-index: 1000;
  overflow: hidden;
  background-color: white;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat; }
  .slide-modal.open {
    background-origin: content-box;
    box-sizing: border-box;
    padding: 2.5%;
    width: 100%;
    height: 100%; }
    @media screen and (max-width: 400px) {
      .slide-modal.open {
        padding: 15%; } }
    @media print {
      .slide-modal.open {
        -webkit-print-color-adjust: exact !important;
        height: 60% !important;
        margin-top: 15rem !important; } }

@media print {
  .modal-cover {
    background-color: white !important;
    height: 100% !important;
    width: 100% !important;
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important; } }

.slide-content {
  max-height: 0;
  transition: max-height .25s;
  overflow: hidden; }
  .open .slide-content {
    max-height: 300px; }

.wrapper {
  max-width: 640px; }
  @media screen and (min-width: 641px) {
    .wrapper {
      box-sizing: border-box;
      padding-left: 4rem; } }
  @media screen and (min-width: 1025px) {
    .wrapper {
      padding-left: 8rem; } }
  .wrapper h2 {
    font-size: 1.5rem; }
  .wrapper h3 {
    font-size: 1rem;
    margin-top: 2em; }

article {
  margin-top: 2rem; }
  @media screen and (min-width: 641px) {
    article {
      margin-top: 4rem; } }
  @media screen and (min-width: 1025px) {
    article {
      margin-top: 6rem; } }
  article:first-child {
    margin-top: 2rem; }
    @media screen and (min-width: 641px) {
      article:first-child {
        margin-top: 0rem; } }

.contact-nav > ul {
  list-style: none;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0; }

.contact-nav li {
  display: inline-block; }
  .contact-nav li:not(:first-of-type):before {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    content: '|';
    padding: 0 0.25em; }

#newsletter form input {
  box-sizing: border-box;
  width: 310px;
  padding: .75em;
  font-size: 1em;
  display: block;
  border: 1px solid black;
  margin-bottom: 1em; }

#newsletter form button {
  display: block;
  color: white;
  border: none;
  font-size: 1em;
  padding: 1rem 0;
  width: 310px;
  text-align: center;
  background-color: #004785; }

@media print {
  #newsletter form {
    display: none; } }

@media print {
  iframe {
    display: none; } }

@media screen and (min-width: 641px) {
  [data-template="blog"] #content .wrapper {
    box-sizing: border-box;
    padding-left: 4rem; } }

@media screen and (min-width: 1025px) {
  [data-template="blog"] #content .wrapper {
    padding-left: 8rem; } }

article.post {
  max-width: 640px;
  width: 100%;
  padding-bottom: 1rem;
  border-bottom: 1px solid #004785;
  margin-bottom: 2rem; }
  article.post .image-container > img, article.post .content img {
    max-width: 100%; 
    height: auto; }
  article.post .content img {
    margin: 1rem 0; }

form label {
  display: block;
  margin-bottom: 1rem; }

form input, form textarea {
  margin-top: .5rem;
  display: block; }

#post-1373 h1.article-h1 {
  font-size: 1.5rem; }

@media print {
  .slide-image {
    -webkit-print-color-adjust: exact !important;
    height: 25vw; } }

#post-1365 h1.article-h1 {
  font-size: 1.5rem; }

#post-1365 strong {
  font-size: 1rem; }

#post-1365 b {
  font-size: 1rem; }

#post-1365 img {
  width: auto;
  height: auto; }

#post-1372 h1.article-h1 {
  font-size: 1.5rem; }

section.artco-list h1 {
  font-size: 1.5rem; }

/*# sourceMappingURL=maps/style.css.map */
