@charset "UTF-8";
:root {
  --colorFG: #000000;
  --colorBG: #FFFFFF;
  --colorSubdueLine:#eaeaea;
  --colorSubdueText:#aaaaaa;
  --colorHighlight:#ffb607;
  --colorHighlightText:#000000;
  --colorHighlightSubdueText:mix(black,#ffb607,50%); }

html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px; }
  @media (max-width: 767px) {
    html {
      font-size: 16px; } }
*,
*:before,
*:after {
  box-sizing: border-box; }

*:focus,
*:active {
  outline: none; }

html,
body {
  min-height: 100%;
  margin: 0;
  padding: 0; }

#main {
  padding: 8.8rem 0 0; }
  .page-id-1612 #main {
    padding-top: 9.4rem; }
  @media (max-width: 767px) {
    #main {
      padding-top: 5rem; } }
  .home #main {
    padding-top: 5.4rem; }
    @media (max-width: 767px) {
      .home #main {
        padding-top: 3.5rem; } }
@font-face {
  font-family: 'FoundersGroteskTextWeb';
  src: url("../fonts/FoundersGroteskWeb-Regular.woff2") format("woff2"), url("../fonts/FoundersGroteskWeb-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'FoundersGroteskTextWeb';
  src: url("../fonts/FoundersGroteskWeb-RegularItalic.woff2") format("woff2"), url("../fonts/FoundersGroteskWeb-RegularItalic.woff") format("woff");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'FoundersGroteskTextWeb';
  src: url("../fonts/FoundersGroteskWeb-Bold.woff2") format("woff2"), url("../fonts/FoundersGroteskWeb-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'FoundersGroteskTextWeb';
  src: url("../fonts/FoundersGroteskWeb-BoldItalic.woff2") format("woff2"), url("../fonts/FoundersGroteskWeb-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic; }

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--colorHighlight);
  color: var(--colorHighlightText);
  padding: 1rem 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 7;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  @media (max-width: 767px) {
    header {
      padding-left: 1rem;
      padding-right: 1rem; } }
  .admin-bar header {
    top: 32px; }
  @media (max-width: 767px) {
    header {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem; } }
  header span.logo {
    font-size: 1rem;
    margin: 0;
    display: flex;
    align-items: center; }
    @media (max-width: 767px) {
      header span.logo {
        width: 100%; } }
  header .sitename {
    position: relative;
    display: block;
    background-image: url(../assets/cbh-logo-black.svg);
    background-repeat: no-repeat;
    width: 186px;
    height: 68px;
    background-size: 100% auto;
    background-position: 0 50%; }
    header .sitename span {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0; }
    @media (max-width: 767px) {
      header .sitename {
        width: 100px;
        height: 50px; } }
  header .sitetitle {
    position: relative;
    margin-left: 1.5rem;
    padding-left: 1.5rem; }
    header .sitetitle:BEFORE {
      content: "";
      position: absolute;
      top: -0.75rem;
      bottom: -0.75rem;
      left: 0;
      width: 1px;
      background: var(--colorHighlightText); }
    header .sitetitle span {
      border-bottom: solid 1px transparent; }
    header .sitetitle:HOVER span, header .sitetitle:focus span {
      border-color: inherit; }
    @media (max-width: 767px) {
      header .sitetitle {
        order: -1;
        margin: 0 auto 0 0;
        padding: 0;
        text-transform: uppercase; }
        header .sitetitle:BEFORE {
          display: none; } }
    .home header .sitetitle {
      display: none; }
  header nav {
    display: flex; }
    header nav a {
      display: block;
      border-bottom: solid 1px transparent; }
      header nav a:not(:last-child) {
        margin-right: 2rem; }
      header nav a:HOVER {
        border-color: inherit; }
        header nav a:HOVER.link-w-arrow:AFTER {
          transform: translateY(-50%) translateX(6px); }
    @media (max-width: 767px) {
      header nav {
        display: none;
        position: fixed;
        top: 70px;
        left: 0;
        width: 100%;
        height: calc(100% - 70px);
        background-color: var(--colorHighlight);
        color: var(--colorHighlightText);
        flex-direction: column;
        padding-top: 0.5rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem; } }
  @media (max-width: 767px) and (max-width: 767px) {
    header nav {
      padding-left: 1rem;
      padding-right: 1rem; } }
    @media (max-width: 767px) {
        header nav a {
          font-family: 'FoundersGroteskTextWeb',Arial,sans-serif;
          font-weight: 400;
          font-size: 36px;
          line-height: 1;
          font-weight: normal;
          margin-bottom: 1rem; } }
    @media (max-width: 767px) and (min-width: 1000px) and (max-height: 750px) {
      header nav a {
        font-size: 28px; } }
    @media (max-width: 767px) {
        .nav-on header nav {
          display: flex;
          opacity: 0;
          -webkit-animation: sidebarIn 0.15s 0s forwards 1;
                  animation: sidebarIn 0.15s 0s forwards 1; } }
button.menu-toggle {
  display: block;
  width: 50px;
  height: 50px;
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  border: none;
  background: none; }
  @media (min-width: 768px) {
    button.menu-toggle {
      display: none; } }
  button.menu-toggle span {
    position: absolute;
    top: 50%;
    left: 0;
    width: 24px;
    height: 14px;
    margin: -7px 0 0 0;
    border-top: solid 2px;
    border-bottom: solid 2px;
    border-color: black;
    transition-duration: 0.15s; }
    button.menu-toggle span:BEFORE, button.menu-toggle span:AFTER {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      height: 2px;
      margin-top: -1px;
      background: black;
      transition-duration: 0.15s; }
    button.menu-toggle span:AFTER {
      opacity: 0; }
    .nav-on button.menu-toggle span {
      border-color: transparent; }
      .nav-on button.menu-toggle span:BEFORE {
        transform: rotate(-45deg); }
      .nav-on button.menu-toggle span:AFTER {
        opacity: 1;
        transform: rotate(45deg); }

footer {
  background-color: var(--colorHighlight);
  color: var(--colorHighlightText);
  margin-top: 6rem;
  padding: 1.5rem 0 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }
  @media (max-width: 767px) {
    footer {
      padding-left: 1rem;
      padding-right: 1rem; } }
  footer > :first-child {
    margin-top: 0; }
  footer > :last-child {
    margin-bottom: 0; }
  footer .copyright-notice {
    margin-bottom: 4rem; }

/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.img-gal.flickity-enabled {
  margin-bottom: 4rem; }

.carousel-cell {
  width: 100%; }

.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;
  -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;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333; }

.flickity-button:hover {
  background: white;
  cursor: pointer; }

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F; }

.flickity-button:active {
  opacity: 0.6; }

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none; }

.flickity-button-icon {
  fill: currentColor; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%); }

.flickity-prev-next-button.previous {
  left: -100px; }

.flickity-prev-next-button.next {
  right: -100px; }

@media (max-width: 800px) {
  .flickity-prev-next-button.previous {
    left: 0px; }
  .flickity-prev-next-button.next {
    right: 0px; } }

/* 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%; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -40px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.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; }

body {
  font-family: 'FoundersGroteskTextWeb',Arial,sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.05; }

.blok {
  display: block; }

a {
  color: inherit;
  text-decoration: none; }
  a.overlink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    opacity: 0 !important;
    z-index: 2; }

.overlay-wrap {
  position: relative; }

.tac {
  text-align: center; }

.tar {
  text-align: right; }

.caption {
  font-size: 16px;
  margin-top: 0.25rem; }

.link-w-arrow {
  display: inline-block;
  position: relative; }
  .link-w-arrow.ne {
    margin-right: 15px; }
  .link-w-arrow:AFTER {
    content: "";
    width: 7px;
    height: 11px;
    background-image: url(../assets/arr-e.svg);
    background-repeat: no-repeat;
    background-size: 6.06px auto;
    position: absolute;
    transform: translateY(-50%) translateX(6px);
    left: 100%;
    top: 50%;
    transition-duration: 0.2s; }
  .link-w-arrow:HOVER:AFTER, .link-w-arrow:focus:AFTER {
    transform: translateY(-50%) translateX(8px); }
  .link-w-arrow.ne:AFTER {
    top: 0.65em;
    background-image: url(../assets/arr-ne.svg);
    background-size: 10px 10px;
    width: 10px;
    height: 10px; }

hr {
  background: black;
  border: none;
  height: 1px; }

h1, .h1 {
  font-family: 'FoundersGroteskTextWeb',Arial,sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 1; }
  @media (min-width: 1000px) and (max-height: 750px) {
    h1, .h1 {
      font-size: 36px; } }
  @media (max-width: 760px) {
    h1, .h1 {
      font-size: 36px; } }
  h1.page-title, .h1.page-title {
    margin-bottom: 1.5rem; }

h5, .h5 {
  font-family: 'FoundersGroteskTextWeb',Arial,sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3125; }
  h5.w-line, .h5.w-line {
    margin: 0;
    padding: 0.25rem 0;
    border-top: solid 1px;
    border-color: var(--colorSubdueLine);
    color: var(--colorSubdueText); }
    ul + h5.w-line, ul + .h5.w-line {
      margin-top: 2.5rem; }

.subdue {
  color: var(--colorSubdueText); }

.plus {
  font-family: 'FoundersGroteskTextWeb',Arial,sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.1538; }
  @media (max-width: 760px) {
    .plus {
      font-size: 20px; } }
.img-wrap {
  position: relative;
  margin: auto; }
  .img-wrap.hor {
    width: 100%; }
    .img-wrap.hor + .img-caption {
      width: 100%; }
  .img-wrap.vert {
    width: 65%; }
    .img-wrap.vert + .img-caption {
      width: 70%; }
    @media (max-width: 767px) {
      .img-wrap.vert {
        height: 200px;
        width: auto; } }
  .img-wrap.vertX {
    width: 45%; }
    .img-wrap.vertX + .img-caption {
      width: 65%; }
    .grid-item .img-wrap.vertX {
      width: auto;
      height: 320px; }
      @media (max-width: 767px) {
        .grid-item .img-wrap.vertX {
          height: 200px; } }
    @media (min-width: 1024px) {
      .map-img .img-wrap.vertX {
        height: calc(100vh - 200px);
        width: auto; }
        .map-img .img-wrap.vertX img {
          width: auto;
          height: 100%;
          display: block;
          margin: auto; } }
  .img-wrap.squareplus {
    width: 75%; }
    .img-wrap.squareplus + .img-caption {
      width: 80%; }
  .img-wrap.squareminus {
    width: 85%; }
    .img-wrap.squareminus + .img-caption {
      width: 90%; }
  .no-img-rest .img-wrap {
    width: 100%; }
    .no-img-rest .img-wrap + .img-caption {
      width: 100%;
      margin-left: 0; }
  .img-wrap img {
    width: 100%;
    height: 100%; }
  .img-wrap + .img-caption {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.75rem; }
  .img-wrap img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain; }
  .img-wrap.cover img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%; }

.img-container:only-child .img-caption {
  max-width: none; }

.zoom-wrap {
  position: fixed;
  z-index: 8;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none; }
  .zoom-wrap.open {
    display: block; }
  .admin-bar .zoom-wrap {
    top: 32px;
    height: calc(100% - 32px); }

.zoom-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.95); }

.zoom-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.navigator {
  opacity: 1 !important;
  margin: 1rem 1rem !important;
  border: none !important;
  box-shadow: rgba(0, 0, 0, 0.8) 0 0 10px !important; }

.zoom-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
  align-items: flex-start;
  padding-top: 8px; }
  .zoom-controls:BEFORE {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 150px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
    z-index: -1; }

.img-notes {
  align-self: flex-start;
  width: 100%; }

.zoom-label {
  position: absolute;
  top: 0;
  left: 0;
  right: 250px;
  padding: 0.5rem 1rem;
  z-index: 8;
  font-family: 'FoundersGroteskTextWeb',Arial,sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.05;
  color: white; }

.zoom-button {
  cursor: pointer;
  margin-top: 5px;
  margin-left: 1.2rem; }
  .zoom-button:HOVER {
    opacity: 0.9; }

.zoom-close {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  margin-top: 7px;
  margin-right: 10px; }

.zoom-preload {
  position: absolute;
  top: 10%;
  left: 10%;
  right: 10%;
  bottom: 10%;
  text-align: center;
  color: white;
  display: none; }
  .open .zoom-preload {
    display: block;
    opacity: 0;
    -webkit-animation: fadeIn 0.2s 0.2s forwards 1;
            animation: fadeIn 0.2s 0.2s forwards 1; }
  .zoom-preload img {
    display: block;
    margin: 2rem auto 0;
    opacity: 0.4;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: 50% 50%;
       object-position: 50% 50%; }

.btn-rotate {
  margin-top: 0; }

.displayregion {
  background: rgba(255, 182, 7, 0.5) !important;
  border: none !important; }

.text a {
  border-bottom: solid 1px;
  border-color: var(--colorSubdueLine); }
  .text a:HOVER {
    border-color: var(--colorFG); }
  .text a:focus {
    border-color: var(--colorFG); }

.home-header {
  --colorSubdueLine:#c5a451;
  background-color: var(--colorHighlight);
  color: var(--colorHighlightText);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-bottom: 4rem; }
  @media (max-width: 767px) {
    .home-header {
      padding-left: 1rem;
      padding-right: 1rem; } }
  .home-header .flex-home-header {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    min-height: 70vh; }
    @media (max-width: 767px) {
      .home-header .flex-home-header {
        flex-wrap: wrap; } }
  .home-header hr {
    flex-basis: 100%;
    margin-top: 0;
    margin-bottom: 0; }
  .home-header .img {
    flex-basis: 50%;
    flex-shrink: 0; }
    @media (min-width: 768px) {
      .home-header .img {
        position: relative;
        display: flex;
        flex-direction: column;
        align-self: stretch; } }
  .home-header .text {
    flex-basis: 50%;
    flex-shrink: 0;
    padding-bottom: 4rem;
    padding-top: 1.75rem;
    margin-right: auto; }
    @media (max-width: 767px) {
      .home-header .text {
        padding-bottom: 2rem; } }
  .home-header h1 {
    font-family: 'FoundersGroteskTextWeb',Arial,sans-serif;
    font-weight: 400;
    font-size: 77px;
    font-weight: normal;
    line-height: 0.75;
    text-transform: uppercase;
    letter-spacing: -0.05em;
    margin: 0 2rem 2rem 0; }
    @media (max-width: 900px) {
      .home-header h1 {
        font-size: 60px;
        line-height: 0.9; } }
  .home-header .site-intro {
    max-width: 480px;
    margin: auto; }
    .home-header .site-intro h1 span {
      display: none; }
    .home-header .site-intro p {
      display: block;
      max-width: 414px; }
    .home-header .site-intro a {
      display: inline-block;
      border-bottom: solid 1px;
      padding-bottom: 0.2em; }
  .home-header .img-container {
    display: none;
    position: relative;
    width: 100%;
    flex-grow: 1; }
    .home-header .img-container img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .home-header .img-container.active {
      display: block; }
    @media (max-width: 767px) {
      .home-header .img-container {
        position: relative; }
        .home-header .img-container img {
          position: relative;
          width: 100%;
          height: auto; } }
  .home-header .img-container-captions {
    position: relative;
    width: 100%;
    padding: 1rem 0 1.5rem; }
    @media (max-width: 767px) {
      .home-header .img-container-captions {
        bottom: 0; } }
    .home-header .img-container-captions .img-container-text {
      width: 100%;
      max-width: 480px;
      margin: auto;
      margin-left: 0;
      display: none;
      padding-right: 2rem;
      font-size: 16px; }
      @media (max-width: 767px) {
        .home-header .img-container-captions .img-container-text:BEFORE {
          content: "Above: "; } }
      .home-header .img-container-captions .img-container-text.active {
        display: block; }
  @media (max-width: 767px) {
    .home-header {
      flex-wrap: wrap;
      min-height: 50vh;
      margin-bottom: 2rem; }
      .home-header .img {
        margin-bottom: 1rem;
        padding-top: 0.5rem; }
      .home-header .img, .home-header .text {
        flex-basis: 100%; }
      .home-header h1 {
        margin-bottom: 1rem; }
      .home-header .img-wrap {
        height: auto;
        width: auto;
        max-width: 100%; }
      .home-header .img-container-captions {
        position: relative;
        bottom: auto;
        left: 0;
        width: auto; } }
.map-page-intro {
  margin: 4rem 0 6rem; }
  @media (max-width: 900px) {
    .map-page-intro {
      margin: 2rem 0 4rem; } }
.stat-wrap {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 2rem); }
  .stat-wrap .stat-section {
    flex-basis: calc(50% - 2rem);
    border-top: solid 1px;
    border-color: var(--colorSubdueLine);
    margin-bottom: 1rem;
    margin-right: 2rem; }
    .stat-wrap .stat-section h5 {
      margin: 0.25rem 0 0;
      color: var(--colorSubdueText); }
  @media (max-width: 767px) {
    .stat-wrap {
      width: 100%; }
      .stat-wrap .stat-section {
        flex-basis: 100%;
        margin-right: 0;
        margin-bottom: 1rem; } }
  .stat-wrap a {
    border-bottom: solid 1px;
    border-color: var(--colorFG); }

input[type="text"]::-webkit-input-placeholder {
  color: #000;
  transition-duration: 0.15s; }

input[type="text"]::-moz-placeholder {
  color: #000;
  transition-duration: 0.15s; }

input[type="text"]:-ms-input-placeholder {
  color: #000;
  transition-duration: 0.15s; }

input[type="text"]:-moz-placeholder {
  color: #000;
  transition-duration: 0.15s; }

input[type="text"]:FOCUS::-webkit-input-placeholder {
  opacity: 0; }

input[type="text"]:FOCUS::-moz-placeholder {
  opacity: 0; }

input[type="text"]:FOCUS:-ms-input-placeholder {
  opacity: 0; }

input[type="text"]:FOCUS:-moz-placeholder {
  opacity: 0; }

small {
  font-family: 'FoundersGroteskTextWeb',Arial,sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3125; }

.collection-search-form {
  position: relative;
  width: 80%;
  max-width: 1080px;
  margin: auto;
  padding: 0 0 4rem 0; }
  .collection-search-form .form-contents {
    position: relative; }
  .collection-search-form input[type="text"] {
    width: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: solid 1px;
    border-color: var(--colorFG);
    padding: 2.2rem 1rem 2.2rem 80px;
    border-radius: 4px;
    font-family: 'FoundersGroteskTextWeb',Arial,sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.05;
    display: block;
    background: none;
    line-height: 1.15; }
    .page-id-1612 .collection-search-form input[type="text"] {
      padding: 1.8rem 1rem 1.9rem 80px; }
    @media (max-width: 760px) {
      .collection-search-form input[type="text"] {
        font-size: 1rem; } }
  .collection-search-form button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    display: block;
    margin: auto;
    border-radius: 0;
    background: none;
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 100%;
    padding: 0;
    background-image: url(../assets/icon-search.svg);
    background-position: 50% 50%;
    background-size: 26px 26px;
    background-repeat: no-repeat;
    cursor: pointer; }
    .collection-search-form button span {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0; }
  @media (max-width: 767px) {
    .collection-search-form {
      padding-bottom: 2rem;
      width: 100%;
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  @media (max-width: 767px) and (max-width: 767px) {
    .collection-search-form {
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media (max-width: 767px) {
      .collection-search-form input[type="text"] {
        padding: 1.2rem 0.5rem 1.2rem 45px; }
      .collection-search-form button {
        width: 50px;
        background-size: 20px 20px; } }
form.form-dropdown {
  position: relative; }
  form.form-dropdown:AFTER {
    content: "";
    position: absolute;
    right: -25px;
    width: 12px;
    height: 12px;
    top: 4px;
    border-right: solid 1px;
    border-bottom: solid 1px;
    border-color: black;
    transform: rotate(45deg); }

.collection-results-wrap, .flex-contents {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }
  @media (max-width: 767px) {
    .collection-results-wrap, .flex-contents {
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media (max-width: 900px) {
    .collection-results-wrap, .flex-contents {
      display: block; } }
  .collection-results-wrap.doubled, .flex-contents.doubled {
    padding-left: 3rem;
    padding-right: 3rem; }
    @media (max-width: 767px) {
      .collection-results-wrap.doubled, .flex-contents.doubled {
        padding-left: 2.5rem;
        padding-right: 2.5rem; } }
.page-contents {
  padding-left: 1.5rem;
  padding-right: 1.5rem; }
  @media (max-width: 767px) {
    .page-contents {
      padding-left: 1rem;
      padding-right: 1rem; } }
.page-intro.pre-grid {
  margin-bottom: 2rem; }

.page-intro h1 {
  margin: 0; }

.page-intro p {
  margin-top: 0.25rem; }

.collection-results-sidebar {
  flex-basis: 330px;
  flex-shrink: 0;
  padding-right: 70px;
  margin-bottom: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 130px; }
  @media (min-width: 901px) {
    .collection-results-sidebar {
      max-height: calc(100vh - 130px);
      overflow: auto;
      -webkit-overflow-scrolling: touch; } }
  .admin-bar .collection-results-sidebar {
    top: 162px; }
    @media (min-width: 901px) {
      .admin-bar .collection-results-sidebar {
        max-height: calc(100vh - 162px); } }
  .collection-results-sidebar h4 {
    font-family: 'FoundersGroteskTextWeb',Arial,sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.05;
    font-weight: bold;
    margin: 0; }
  .collection-results-sidebar [open] ul {
    opacity: 0;
    -webkit-animation: sidebarIn 0.15s 0s forwards 1;
            animation: sidebarIn 0.15s 0s forwards 1; }
  .collection-results-sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 1rem; }
    .collection-results-sidebar ul.tax-filtering {
      margin-bottom: 2rem; }
    .collection-results-sidebar ul a {
      text-decoration: none;
      position: relative; }
      .collection-results-sidebar ul a:BEFORE {
        position: absolute;
        content: "";
        top: 0;
        bottom: 0;
        left: -30px;
        width: 35px; }
    .collection-results-sidebar ul li {
      position: relative;
      text-indent: -1rem;
      padding-left: 1rem; }
      .collection-results-sidebar ul li:AFTER {
        content: "";
        position: absolute;
        top: 0.2rem;
        left: -1rem;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        background-color: #aaa;
        opacity: 0;
        pointer-events: none; }
      .collection-results-sidebar ul li:BEFORE {
        content: "";
        position: absolute;
        top: 0.2rem;
        left: -1rem;
        margin-left: 3px;
        z-index: 3;
        width: 14px;
        height: 14px;
        background-image: url(../assets/check.svg);
        background-repeat: no-repeat;
        opacity: 0;
        pointer-events: none; }
      .collection-results-sidebar ul li:HOVER:BEFORE {
        opacity: 1; }
      .collection-results-sidebar ul li.active:AFTER {
        opacity: 0.3; }
      .collection-results-sidebar ul li.active:BEFORE {
        opacity: 1; }
      .collection-results-sidebar ul li.active:HOVER:BEFORE {
        opacity: 0.2; }
      .collection-results-sidebar ul li.show-more {
        margin-top: 0.5rem;
        color: var(--colorSubdueText);
        padding: 0;
        text-indent: 0;
        margin-left: -1rem;
        cursor: pointer;
        display: inline-block; }
        .collection-results-sidebar ul li.show-more:HOVER {
          color: var(--colorFG); }
        .collection-results-sidebar ul li.show-more:BEFORE, .collection-results-sidebar ul li.show-more:AFTER {
          display: none !important; }
  .collection-results-sidebar .has-filter small.subdue {
    display: none; }
  @media (max-width: 900px) {
    .collection-results-sidebar {
      padding-right: 0;
      position: relative;
      top: 0; }
      .admin-bar .collection-results-sidebar {
        top: 0; } }
@-webkit-keyframes sidebarIn {
  0% {
    opacity: 0;
    transform: translateY(-10px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@keyframes sidebarIn {
  0% {
    opacity: 0;
    transform: translateY(-10px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

details {
  border-top: solid 1px;
  padding: 0 0 1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  list-style: none;
  background: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .pre-content + details {
    border-top: none; }
  details summary {
    position: relative;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 0.333rem 0 .75rem;
    cursor: pointer;
    list-style: none; }
    details summary::-webkit-details-marker {
      display: none; }
    details summary:BEFORE, details summary:AFTER {
      content: "";
      position: absolute;
      top: 50%;
      right: 5px;
      width: 17.7px;
      height: 1px;
      background: black;
      margin-top: -1px; }
    details summary:HOVER:BEFORE, details summary:HOVER:AFTER, details summary:focus:BEFORE, details summary:focus:AFTER {
      width: 20px;
      right: 4px; }
    details summary:AFTER {
      transform: rotate(90deg); }
    @media (max-width: 900px) {
      details summary {
        position: -webkit-sticky;
        position: sticky;
        top: 70px;
        background: white;
        z-index: 2; }
        .admin-bar details summary {
          top: 102px; } }
  details[open] summary:AFTER {
    opacity: 0; }
  details .initHidden {
    display: none; }

.form-intro {
  margin-top: 0; }

form.date-range {
  display: flex;
  align-items: flex-end; }
  form.date-range label {
    display: block;
    margin-bottom: 0.5rem; }
  form.date-range .form-input {
    margin-right: 0.75rem; }
  form.date-range input[type="number"] {
    border: solid 1px;
    border-color: var(--colorSubdueLine);
    padding: 0.5rem 0;
    line-height: 1.2;
    width: 3.5rem;
    text-align: center;
    font-family: 'FoundersGroteskTextWeb',Arial,sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.05; }
  form.date-range input[type="submit"] {
    border: none;
    background: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 0;
    display: block;
    font-family: 'FoundersGroteskTextWeb',Arial,sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.05;
    border-bottom: solid 1px;
    margin-bottom: 0.5rem; }

.pre-content {
  padding-bottom: 1rem;
  flex-shrink: 0;
  flex-basis: 100%;
  border-bottom: solid 1px; }
  .pre-content.pre-grid {
    margin-bottom: 2.5rem; }
  .pre-content select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    background: none;
    border-radius: 0;
    font-family: 'FoundersGroteskTextWeb',Arial,sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.05; }
  @media (max-width: 900px) {
    .pre-content {
      text-align: left;
      margin-top: 2rem; } }
.no-results-text {
  margin-top: -13px;
  font-weight: bold; }
  .no-results-text > :first-child {
    margin-top: 0; }

.pre-grid {
  position: relative;
  padding-bottom: 1rem;
  flex-shrink: 0;
  flex-basis: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }
  @media (max-width: 767px) {
    .pre-grid {
      padding-left: 1rem;
      padding-right: 1rem; } }
  .page-contents > .pre-grid {
    padding-left: 0;
    padding-right: 0; }
  .pre-grid > p:first-child {
    margin-top: 0; }
  .pre-grid > p:only-child {
    margin: 0; }

.page-anchor {
  position: absolute;
  top: -210px; }

.static-wrap {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex; }
  @media (max-width: 767px) {
    .static-wrap {
      padding-left: 1rem;
      padding-right: 1rem; } }
  .static-wrap nav {
    flex-basis: 25%;
    flex-shrink: 0;
    flex-grow: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 8rem;
    margin-bottom: auto; }
    .static-wrap nav ul {
      list-style: none;
      margin: 0 1.5rem 0 0;
      padding: 0.5rem 0;
      border-top: solid 1px; }
      .static-wrap nav ul li {
        margin-bottom: 0.5rem; }
    .static-wrap nav a {
      border-bottom: solid 1px transparent; }
  .static-wrap .page-sections {
    width: 100%; }
  @media (max-width: 767px) {
    .static-wrap {
      display: block; }
      .static-wrap nav {
        position: relative;
        top: 0;
        margin-bottom: 1rem; } }
.page-section {
  border-top: solid 1px;
  padding: 0.5rem 0 4rem; }
  .page-section h3 {
    margin: 0 0 1.5rem;
    font-size: 1rem; }
  .page-section .text {
    padding-right: 8%; }
  .page-section .text > :last-child {
    margin-bottom: 0; }

.subsection {
  display: flex;
  margin-bottom: 3rem; }
  .subsection:last-child {
    margin-bottom: 0; }
  .subsection h4 {
    flex-basis: 25%;
    flex-shrink: 0;
    flex-grow: 0;
    font-size: 1rem;
    font-weight: normal;
    margin: 0; }
  .subsection .sub-text {
    width: 100%;
    padding-right: 8%; }
    .subsection .sub-text > :first-child {
      margin-top: 0; }
    .subsection .sub-text > :last-child {
      margin-bottom: 0; }
  @media (max-width: 767px) {
    .subsection {
      display: block; }
      .subsection .sub-text {
        padding-right: 0;
        margin-top: 0.5rem;
        padding-left: 1rem; } }
.collection-results-main, .topics-grid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: baseline;
  margin-bottom: auto; }
  .single-topic .collection-results-main, .single-topic .topics-grid {
    margin-left: -17px;
    width: calc(100% + 34px);
    flex-shrink: 0; }
  .collection-results-main .grid-item, .topics-grid .grid-item {
    position: relative;
    flex-basis: 33.333%;
    padding: 10px 17px 3rem;
    flex-shrink: 0; }
    @media (min-width: 1500px) {
      .collection-results-main .grid-item, .topics-grid .grid-item {
        flex-basis: 25%; } }
    @media (max-width: 1050px) {
      .collection-results-main .grid-item, .topics-grid .grid-item {
        flex-basis: 50%; } }
    @media (max-width: 767px) {
      .collection-results-main .grid-item, .topics-grid .grid-item {
        flex-basis: 50%;
        padding-bottom: 2rem; } }
  .collection-results-main .img-container, .topics-grid .img-container {
    padding-bottom: 1.5rem;
    margin-bottom: 0.5rem;
    border-bottom: solid 1px;
    border-color: var(--colorSubdueLine); }
    @media (max-width: 767px) {
      .collection-results-main .img-container, .topics-grid .img-container {
        padding-bottom: 0.5rem; } }
  .collection-results-main span.blok, .topics-grid span.blok {
    padding-right: 1rem; }
  @media (max-width: 767px) {
    .collection-results-main, .topics-grid {
      margin-left: -0.5rem;
      width: calc(100% + 1rem); }
      .collection-results-main .pre-content, .topics-grid .pre-content {
        margin-left: 0.5rem;
        width: calc(100% - 1rem);
        flex-basis: calc(100% - 1rem); }
      .collection-results-main .grid-item, .topics-grid .grid-item {
        padding-left: 0.5rem;
        padding-right: 0.5rem; } }
.topics-grid {
  margin-left: -10px;
  width: calc(100% + 20px);
  flex-shrink: 0; }
  .topics-grid .img-wrap {
    position: relative;
    padding-bottom: 75%;
    width: 100%; }
    .topics-grid .img-wrap img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  @media (max-width: 767px) {
    .topics-grid .grid-item {
      flex-basis: 100%; } }
.grid-title {
  font-family: 'FoundersGroteskTextWeb',Arial,sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 1;
  font-weight: normal; }
  @media (min-width: 1000px) and (max-height: 750px) {
    .grid-title {
      font-size: 28px; } }
  .overlay-wrap + .grid-title {
    margin-top: 0.3rem; }

.grid-item-count {
  font-family: 'FoundersGroteskTextWeb',Arial,sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3125;
  margin-top: 0.25rem; }

.grid-item.hovered .img-wrap {
  opacity: 0.6; }

.pagination-link {
  display: flex;
  width: 100%;
  margin: 10px 17px 0;
  border-top: solid 1px;
  padding-top: 0.5rem; }
  @media (max-width: 767px) {
    .pagination-link {
      margin-left: 0.5rem;
      margin-right: 0.5rem; } }
  .pagination-link a, .pagination-link span {
    margin: 0 0.25rem;
    display: inline-block;
    padding: 0 0.15rem 0.25rem; }
  .pagination-link span {
    border-bottom: solid 1px; }
  .pagination-link .prev {
    margin-right: auto;
    margin-left: 0; }
  .pagination-link .next {
    margin-right: 0;
    margin-left: auto; }
  .pagination-link span:first-child.current {
    margin-left: auto; }

.clear-filter-button {
  display: block;
  text-align: center;
  margin: 1rem 0;
  padding: 0.85rem 0 0.95rem;
  background-color: var(--colorHighlight);
  color: var(--colorHighlightText);
  border-radius: 4px; }
  .clear-filter-button .subdue {
    color: #805b04; }
  .clear-filter-button:HOVER {
    background-color: var(--colorFG);
    color: var(--colorBG); }
    .clear-filter-button:HOVER .subdue {
      color: rgba(255, 255, 255, 0.5); }

.map-img {
  position: relative;
  margin: auto;
  text-align: center;
  cursor: zoom-in; }
  .map-img .img-wrap {
    text-align: left;
    display: inline-block; }
    @media (min-width: 1000px) {
      .map-img .img-wrap.vert, .map-img .img-wrap.vertX, .map-img .img-wrap.squareplus {
        width: auto;
        height: 78vh;
        display: inline-block;
        min-height: 600px; }
        .map-img .img-wrap.vert img, .map-img .img-wrap.vertX img, .map-img .img-wrap.squareplus img {
          height: 100%;
          width: auto; } }
  .map-img img {
    max-width: 100%;
    height: auto; }
    @media (min-width: 1000px) {
      .map-img img {
        height: auto; } }
  .map-img button {
    position: absolute;
    bottom: 0;
    left: 100%;
    background: none;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 0;
    cursor: pointer;
    margin-left: 1rem; }
    .map-img button:HOVER path.st0 {
      fill: #000000; }
    .map-img button:HOVER path:not(.st0) {
      stroke: #000000; }
    @media (max-width: 767px) {
      .map-img button {
        left: auto;
        right: 0;
        display: none; } }
  .map-img:HOVER path.st0 {
    fill: #000000; }
  .map-img:HOVER path:not(.st0) {
    stroke: #000000; }

.map-taxes ul {
  margin-top: 0;
  padding: 0;
  list-style: none;
  font-family: 'FoundersGroteskTextWeb',Arial,sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.1538; }
  @media (max-width: 760px) {
    .map-taxes ul {
      font-size: 20px; } }
  .map-taxes ul li {
    position: relative;
    margin-left: 15px;
    margin-bottom: 0.2rem; }
    .map-taxes ul li:BEFORE {
      content: "•";
      position: absolute;
      left: -15px;
      width: 15px; }

.map-taxes a {
  border-bottom: solid 1px; }
  .map-taxes a:HOVER {
    border-color: var(--colorFG); }

.map-orientation {
  display: flex;
  margin: 4rem 0; }
  .map-orientation .map-taxes {
    flex-basis: 50%;
    flex-shrink: 0;
    padding-right: 1rem; }
  .map-orientation .map-orient {
    position: relative;
    padding-left: 1rem;
    flex-basis: 50%;
    flex-shrink: 0; }
    .map-orientation .map-orient .map-wrap {
      position: relative;
      width: 100%;
      padding-bottom: 100%;
      background: #cacaca; }
      .map-orientation .map-orient .map-wrap.faux-box {
        pointer-events: none; }
        .map-orientation .map-orient .map-wrap.faux-box:BEFORE {
          content: "";
          position: absolute;
          top: 50%;
          left: 50%;
          width: 50px;
          height: 50px;
          border: solid 2px #ffb607;
          opacity: 0.5;
          z-index: 3;
          margin: -25px 0 0 -25px; }
  @media (max-width: 900px) {
    .map-orientation {
      flex-wrap: wrap; }
      .map-orientation .map-taxes, .map-orientation .map-orient {
        flex-basis: 100%;
        padding-left: 0;
        padding-right: 0; }
      .map-orientation .map-orient {
        order: -1;
        margin-bottom: 2rem; } }
#orientmap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.content-std {
  width: 60%;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 1100px) {
    .content-std {
      width: 80%; } }
  @media (max-width: 700px) {
    .content-std {
      width: 100%;
      padding-left: 1rem;
      padding-right: 1rem; }
      .content-std .content-std {
        padding-left: 0;
        padding-right: 0; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

a.sitename:focus {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5); }

nav a:focus, .sitetitle:focus span {
  border-color: rgba(0, 0, 0, 0.5); }

.grid-item a:focus {
  color: var(--colorHighlight); }

.map-taxes a:focus, .stat-wrap a:focus {
  border-color: var(--colorHighlight); }

footer a:focus {
  opacity: 0.5; }

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