@charset "UTF-8";
/*------------------------------------*\
  Main scss file
\*------------------------------------*/
/*!
 * TIFY v0.23.1
 * (c) 2020 Tobias SchÃ¤fer (https://aspectis.net/)
 * AGPL-3.0
 * https://github.com/tify-iiif-viewer/tify
 */
.tify-badge {
  background: #06b;
  border-radius: 2px;
  color: #fff;
  font-size: .6875em;
  font-weight: 700;
  padding: 3px;
  vertical-align: middle; }

@font-face {
  font-family: Material Icons;
  font-style: normal;
  font-weight: 400;
  src: url(MaterialIcons-Regular.0509ab0.woff2) format("woff2"), url(MaterialIcons-Regular.29b882f.woff) format("woff"); }

.tify-badge, .tify-icon {
  display: inline-block;
  font-style: normal;
  line-height: 1; }

.tify-icon {
  direction: ltr;
  font-family: Material Icons;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: normal;
  overflow: hidden;
  text-transform: none;
  vertical-align: top;
  white-space: nowrap;
  width: 1em;
  word-wrap: normal;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga"; }

.tify-icon.-light {
  opacity: .8; }

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

.tify-export_toggle, .tify-header_button, .tify-info_toggle, .tify-page-select_button, .tify-scan_page-button, .tify-scan_reset, .tify-toc_toggle, .tify-toc_toggle-all {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f2f2f2));
  background: linear-gradient(180deg, #fff, #f2f2f2);
  border: 0;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 0.5px rgba(0, 0, 0, 0.08), 0 0.5px 3px rgba(0, 0, 0, 0.24);
  box-shadow: 0 0 0.5px rgba(0, 0, 0, 0.08), 0 0.5px 3px rgba(0, 0, 0, 0.24);
  color: #333;
  cursor: pointer;
  display: inline-block;
  font: inherit;
  outline: 0;
  padding: 6px;
  text-align: center;
  text-shadow: 0 1px rgba(255, 255, 255, 0.9);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle; }

.tify-export_toggle:active, .tify-export_toggle:focus, .tify-export_toggle:hover, .tify-header_button:active, .tify-header_button:focus, .tify-header_button:hover, .tify-info_toggle:active, .tify-info_toggle:focus, .tify-info_toggle:hover, .tify-page-select_button:active, .tify-page-select_button:focus, .tify-page-select_button:hover, .tify-scan_page-button:active, .tify-scan_page-button:focus, .tify-scan_page-button:hover, .tify-scan_reset:active, .tify-scan_reset:focus, .tify-scan_reset:hover, .tify-toc_toggle-all:active, .tify-toc_toggle-all:focus, .tify-toc_toggle-all:hover, .tify-toc_toggle:active, .tify-toc_toggle:focus, .tify-toc_toggle:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#e6e6e6));
  background: linear-gradient(180deg, #f2f2f2, #e6e6e6);
  color: #292929; }

.tify-export_toggle:active:not(:disabled), .tify-header_button:active:not(:disabled), .tify-info_toggle:active:not(:disabled), .tify-page-select_button:active:not(:disabled), .tify-scan_page-button:active:not(:disabled), .tify-scan_reset:active:not(:disabled), .tify-toc_toggle-all:active:not(:disabled), .tify-toc_toggle:active:not(:disabled) {
  -webkit-box-shadow: 0 0.5px 6px rgba(0, 0, 0, 0.24) inset;
  box-shadow: inset 0 0.5px 6px rgba(0, 0, 0, 0.24); }

.tify-export_toggle[disabled], .tify-header_button[disabled], .tify-info_toggle[disabled], .tify-page-select_button[disabled], .tify-scan_page-button[disabled], .tify-scan_reset[disabled], .tify-toc_toggle-all[disabled], .tify-toc_toggle[disabled] {
  color: #ccc; }

.tify-export_toggle::-moz-focus-inner, .tify-header_button::-moz-focus-inner, .tify-info_toggle::-moz-focus-inner, .tify-page-select_button::-moz-focus-inner, .tify-scan_page-button::-moz-focus-inner, .tify-scan_reset::-moz-focus-inner, .tify-toc_toggle-all::-moz-focus-inner, .tify-toc_toggle::-moz-focus-inner {
  border-style: none;
  padding: 0; }

.tify-header_button.-active {
  background: -webkit-gradient(linear, left top, left bottom, from(#1a75c2), to(#005ca8));
  background: linear-gradient(180deg, #1a75c2, #005ca8);
  color: #fff;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.24); }

.tify-header_button.-active:active, .tify-header_button.-active:focus, .tify-header_button.-active:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#005ca8), to(#004783));
  background: linear-gradient(180deg, #005ca8, #004783); }

.tify-export_toggle, .tify-info_toggle, .tify-toc_toggle-all {
  font-size: 14px;
  padding: 0 6px; }

.tify-header_button.-warning {
  background: -webkit-gradient(linear, left top, left bottom, from(#c2661a), to(#a84d00));
  background: linear-gradient(180deg, #c2661a, #a84d00);
  color: #fff;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.24); }

.tify-header_button.-warning:active, .tify-header_button.-warning:focus, .tify-header_button.-warning:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#a84d00), to(#833c00));
  background: linear-gradient(180deg, #a84d00, #833c00); }

.tify-export, .tify-fulltext, .tify-help, .tify-info, .tify-scan, .tify-thumbnails, .tify-toc {
  -webkit-box-shadow: -1px 0 0 rgba(0, 0, 0, 0.1), 1px 0 0 rgba(255, 255, 255, 0.2) inset;
  box-shadow: -1px 0 0 rgba(0, 0, 0, 0.1), inset 1px 0 0 rgba(255, 255, 255, 0.2);
  background: #fff;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 360px;
  overflow-y: auto;
  position: relative;
  -webkit-transition: visibility .2s,width .2s;
  transition: visibility .2s,width .2s; }

.tify-app.-medium .tify-export, .tify-app.-medium .tify-fulltext, .tify-app.-medium .tify-help, .tify-app.-medium .tify-info, .tify-app.-medium .tify-scan, .tify-app.-medium .tify-thumbnails, .tify-app.-medium .tify-toc {
  border: 0;
  bottom: 0;
  min-width: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0; }

.tify-export:first-child, .tify-fulltext:first-child, .tify-help:first-child, .tify-info:first-child, .tify-scan:first-child, .tify-thumbnails:first-child, .tify-toc:first-child {
  border: 0; }

.-active.tify-export, .-active.tify-fulltext, .-active.tify-help, .-active.tify-info, .-active.tify-scan, .-active.tify-thumbnails, .-active.tify-toc {
  display: block; }

.-always-active.tify-export, .-always-active.tify-fulltext, .-always-active.tify-help, .-always-active.tify-info, .-always-active.tify-scan, .-always-active.tify-thumbnails, .-always-active.tify-toc {
  display: block !important; }

.tify-app {
  bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;
  font-size: 16px;
  height: 100%;
  left: 0;
  line-height: 24px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0; }

.tify-app *, .tify-app :after, .tify-app :before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

.tify-app a {
  color: #06b;
  word-wrap: break-word; }

.tify-app h3 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.24);
  font-size: 1.125em;
  font-weight: 400;
  padding: 0 0 5px;
  margin: 0 0 18px; }

.tify-app h4 {
  color: #707070;
  font-size: 1em;
  font-weight: 400;
  margin: 0; }

.tify-app h4:nth-of-type(n+2) {
  margin-top: 12px; }

.tify-app label {
  cursor: pointer; }

.tify-app p {
  margin: 0 0 12px; }

.tify-app [type=text], .tify-app select, .tify-app textarea {
  -webkit-transition: border .2s;
  transition: border .2s;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.24);
  border-radius: 2px;
  font: inherit;
  padding: 5px .5em; }

.tify-app [type=text]:focus, .tify-app select:focus, .tify-app textarea:focus {
  border-color: #06b;
  outline: 0; }

.tify-app ul {
  margin: 0 0 24px;
  padding: 0 0 0 24px; }

.tify-app_error {
  background: rgba(221, 34, 34, 0.8);
  border-radius: 0 2px 0 0;
  bottom: 0;
  color: #fff;
  font-weight: 700;
  max-width: 90%;
  padding: 6px;
  position: absolute; }

.tify-app_error-close {
  background: 0;
  border: 0;
  color: #fff;
  cursor: pointer;
  float: left;
  margin: -6px 0 -6px -6px;
  padding: 6px; }

.tify-app_error-close:active, .tify-app_error-close:focus, .tify-app_error-close:hover {
  background: rgba(0, 0, 0, 0.08); }

.tify-app_loading {
  -webkit-animation: fadeIn .5s .5s forwards,spin 1.2s ease-in-out infinite;
  animation: fadeIn .5s .5s forwards,spin 1.2s ease-in-out infinite;
  background: #75acda;
  border-radius: 2px;
  bottom: 12px;
  height: 36px;
  left: 12px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 36px; }

.tify-app_loading.-centered {
  height: 48px;
  left: 50%;
  margin: -24px;
  top: 50%;
  width: 48px; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  to {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@keyframes spin {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  to {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

.tify-app_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  position: relative; }

.tify-header {
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 -1px 0 rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.2);
  background: #e7e7e7;
  padding: 3px; }

.tify-header, .tify-header_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.tify-header_column {
  min-width: 0; }

.tify-header_column:first-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.tify-app.-small .tify-header_column:first-child {
  margin-bottom: -6px; }

.tify-header_column.-controls-toggle {
  display: none; }

.tify-app.-large .tify-header_column.-controls-toggle {
  display: block; }

.tify-app.-large .tify-header_column.-controls {
  background: #fff;
  border: 2px solid #fff;
  border-radius: 2px;
  -webkit-filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.5));
  margin: 6px 0;
  min-width: 6em;
  overflow: visible;
  position: absolute;
  text-shadow: none;
  z-index: 9;
  right: 6px;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: none;
  min-width: 10em;
  top: 42px; }

.tify-app.-large .tify-header_column.-controls, .tify-app.-large .tify-header_column.-controls _:-ms-lang(x) {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5); }

.tify-app.-large .tify-header_column.-controls:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: -1;
  top: -6px;
  right: 24px; }

.tify-app.-large .tify-header_column.-controls.-visible {
  display: block; }

.tify-header_button-group {
  border-radius: 2px;
  -webkit-box-shadow: 0 0 0.5px rgba(0, 0, 0, 0.08), 0 0.5px 3px rgba(0, 0, 0, 0.24);
  box-shadow: 0 0 0.5px rgba(0, 0, 0, 0.08), 0 0.5px 3px rgba(0, 0, 0, 0.24);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 3px;
  position: relative; }

.tify-app.-small .tify-header_button-group.-pagination {
  display: none; }

.tify-header_button-group.-popup {
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 -1px 0 rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.2);
  border-radius: 0 0 2px 2px;
  display: none;
  margin: 2px -2px -2px;
  overflow: hidden; }

.tify-app.-small .tify-header_button-group.-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.tify-app.-large .tify-header_button-group.-view {
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  margin: 0; }

.tify-header_button {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.tify-header_button + .tify-header_button {
  -webkit-box-shadow: -1px 0 0 rgba(0, 0, 0, 0.1), 1px 0 0 rgba(255, 255, 255, 0.2) inset;
  box-shadow: -1px 0 0 rgba(0, 0, 0, 0.1), inset 1px 0 0 rgba(255, 255, 255, 0.2);
  z-index: 0; }

.tify-header_button:first-child {
  border-radius: 2px 0 0 2px; }

.tify-header_button:last-child {
  border-radius: 0 2px 2px 0; }

.tify-header_button:only-child {
  border-radius: 2px; }

.tify-header_button.-icon-only {
  font-size: 0; }

.tify-app.-large .tify-header_button.-icon-only {
  font-size: inherit; }

.tify-header_button.-scan {
  display: none !important; }

.tify-app.-medium .tify-header_button.-scan {
  display: block !important; }

.tify-header_button.-scan + .tify-header_button {
  border-radius: 2px 0 0 2px;
  -webkit-box-shadow: none;
  box-shadow: none; }

.tify-header_button-group.-popup .tify-header_button + .tify-header_button {
  -webkit-box-shadow: -1px 0 0 rgba(0, 0, 0, 0.1), 1px 0 0 rgba(255, 255, 255, 0.2) inset;
  box-shadow: -1px 0 0 rgba(0, 0, 0, 0.1), inset 1px 0 0 rgba(255, 255, 255, 0.2); }

.tify-app.-large .tify-header_button-group.-view .tify-header_button {
  background: #fff;
  border-radius: 0;
  display: block;
  text-align: left;
  width: 100%; }

.tify-app.-large .tify-header_button-group.-view .tify-header_button.-active {
  background: #06b;
  text-shadow: none; }

.tify-app.-large .tify-header_button-group.-view .tify-header_button:not(.-active):active, .tify-app.-large .tify-header_button-group.-view .tify-header_button:not(.-active):focus, .tify-app.-large .tify-header_button-group.-view .tify-header_button:not(.-active):hover {
  background: rgba(0, 0, 0, 0.08); }

.tify-app.-large .tify-header_button-group.-view > .tify-header_button {
  -webkit-box-shadow: none;
  box-shadow: none; }

.tify-header_title {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 30px;
  margin: 6px 3px;
  overflow: hidden;
  padding: 0;
  text-overflow: ellipsis;
  white-space: nowrap; }

.tify-app.-small .tify-header_title {
  font-size: 1rem; }

.tify-page-select_button {
  border-radius: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  margin: -6px;
  max-width: 30vw;
  min-width: 72px;
  overflow: hidden;
  padding: 6px 12px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap; }

.tify-app.-tiny .tify-page-select_button {
  max-width: 48px;
  min-width: 48px;
  overflow: hidden;
  padding: 6px;
  white-space: nowrap; }

.tify-page-select_dropdown {
  background: #fff;
  border: 2px solid #fff;
  border-radius: 2px;
  -webkit-filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.5));
  min-width: 6em;
  overflow: visible;
  position: absolute;
  text-shadow: none;
  z-index: 9;
  left: 0;
  margin: 12px 0 6px;
  max-width: 100%; }

.tify-page-select_dropdown, .tify-page-select_dropdown _:-ms-lang(x) {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5); }

.tify-page-select_dropdown:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: -1;
  top: -6px;
  left: 24px; }

.tify-app.-small .tify-page-select_dropdown {
  left: 0; }

.tify-page-select_filter {
  background: #fff;
  padding: 6px; }

.tify-page-select_input {
  width: 100%; }

.tify-page-select_list {
  background: #fff;
  list-style: none;
  margin: 0;
  max-height: 264px;
  min-width: 100%;
  overflow-y: scroll;
  padding: 0;
  position: relative; }

.tify-page-select_list > li {
  border-top: 1px solid rgba(0, 0, 0, 0.24);
  padding: 3px .5em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.tify-page-select_list > li:active, .tify-page-select_list > li:focus, .tify-page-select_list > li:hover {
  background: rgba(0, 0, 0, 0.08);
  color: #06b; }

.tify-page-select_list > li.-current {
  background: rgba(0, 0, 0, 0.08);
  color: #707070;
  font-weight: 700; }

.tify-page-select_list > li.-highlighted {
  background: #06b;
  color: #fff; }

.tify-export {
  padding: 12px; }

.tify-export_container {
  margin: -12px 0 24px; }

.tify-export_toc {
  border: 1px solid rgba(0, 0, 0, 0.24);
  border-radius: 2px;
  margin: 12px 0 0;
  padding: 12px; }

.tify-export_toc ul {
  margin: 0 0 0 12px;
  padding: 0; }

.tify-fulltext {
  overflow-y: auto;
  padding: 12px; }

.tify-fulltext_none {
  color: #707070;
  font-style: italic; }

.tify-fulltext_separator {
  background: rgba(0, 0, 0, 0.24);
  border: 0;
  height: 1px;
  margin: 24px 0 23px; }

.tify-fulltext_text {
  margin-left: 1em;
  text-indent: -1em;
  word-break: break-word; }

.tify-fulltext_text p {
  margin: 0 0 1em; }

.tify-help {
  overflow-y: auto;
  padding: 12px; }

.tify-help_section {
  margin-bottom: 24px; }

.tify-help_section.-about dl {
  margin: 0; }

.tify-help_section.-about dl:after {
  clear: both;
  content: "";
  display: block; }

.tify-help_section.-about dd {
  float: left;
  margin: 0 0 12px;
  width: calc(100% - 6em); }

.tify-help_section.-about dt {
  clear: left;
  color: #707070;
  float: left;
  font-weight: 700;
  margin: 0 0 12px;
  padding: 0 .5em 0 0;
  width: 6em; }

.tify-info {
  overflow-y: auto;
  padding: 12px; }

.tify-info_content {
  position: relative; }

.tify-info_content.-collapsed:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
  background: linear-gradient(rgba(255, 255, 255, 0), #fff);
  bottom: 0;
  content: "";
  height: 40%;
  position: absolute;
  width: 100%; }

.tify-info_logo {
  display: block;
  max-height: 60px;
  max-width: 100%;
  height: auto;
  width: auto; }

.tify-info_metadata > div {
  margin-bottom: 12px; }

.tify-info_section {
  margin-bottom: 24px;
  word-break: break-word; }

.tify-info_toggle {
  margin: 6px 0 0; }

.tify-scan {
  background: #666 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEElEQVQImWNgwAGkcElgAgAEogAbFZcwKQAAAABJRU5ErkJggg==);
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.tify-scan_buttons {
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  float: left;
  margin: 6px;
  position: relative;
  z-index: 9; }

.tify-scan_button {
  background: none;
  border: 0;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  height: 36px;
  outline: 0;
  padding: 0;
  position: relative;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.6), 0 0 2px rgba(0, 0, 0, 0.6);
  width: 36px; }

.tify-scan_button:active, .tify-scan_button:focus, .tify-scan_button:hover {
  background: rgba(0, 0, 0, 0.24);
  color: #fff; }

.tify-scan_button:active:not(:disabled) {
  -webkit-box-shadow: 0 0.5px 6px rgba(0, 0, 0, 0.24) inset;
  box-shadow: inset 0 0.5px 6px rgba(0, 0, 0, 0.24); }

.tify-scan_button[disabled] {
  opacity: .3; }

.tify-scan_button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

.tify-scan_button.-active:after {
  background: #06b;
  -webkit-box-shadow: 0 0 6px #75acda;
  box-shadow: 0 0 6px #75acda;
  content: "";
  border-radius: 50%;
  display: block;
  height: .5em;
  position: absolute;
  right: 6px;
  top: 6px;
  width: .5em; }

.tify-scan_filters {
  position: relative; }

.tify-scan_filter-popup {
  background: #fff;
  border: 2px solid #fff;
  border-radius: 2px;
  -webkit-filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.5));
  margin: 6px 0;
  min-width: 6em;
  overflow: visible;
  position: absolute;
  text-shadow: none;
  z-index: 9;
  left: 0;
  left: 48px;
  padding: 12px;
  top: -20px;
  width: 240px; }

.tify-scan_filter-popup, .tify-scan_filter-popup _:-ms-lang(x) {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5); }

.tify-scan_filter-popup:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: -1;
  left: -6px;
  top: 24px; }

.tify-scan_filter-popup > p {
  margin: 0; }

.tify-scan_filter-popup > p + p {
  margin-top: 12px; }

.tify-scan_image {
  height: 100%;
  position: absolute;
  white-space: nowrap;
  width: 100%; }

.tify-scan_image .openseadragon-canvas {
  outline: 0; }

.tify-scan_page-button {
  background: rgba(255, 255, 255, 0.3);
  border: 0;
  -webkit-box-shadow: 0 0 0.5px rgba(0, 0, 0, 0.08), 0 0.5px 3px rgba(0, 0, 0, 0.24);
  box-shadow: 0 0 0.5px rgba(0, 0, 0, 0.08), 0 0.5px 3px rgba(0, 0, 0, 0.24);
  height: 60px;
  margin-top: -30px;
  padding: 0;
  position: absolute;
  text-shadow: none;
  top: 50%;
  width: 30px;
  z-index: 9; }

@media (max-height: 479px) {
  .tify-scan_page-button {
    top: 75%; } }

.tify-scan_page-button.-previous {
  border-radius: 0 30px 30px 0;
  left: 0;
  text-align: left; }

.tify-scan_page-button.-next {
  border-radius: 30px 0 0 30px;
  right: 0;
  text-align: right; }

.tify-scan_page-button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

.tify-scan_range {
  -webkit-appearance: none;
  margin: 6px 0 -6px;
  width: 100%; }

.tify-scan_range::-webkit-slider-runnable-track {
  cursor: pointer;
  height: 6px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  width: 100%;
  background: rgba(0, 0, 0, 0.24);
  border-radius: 2px;
  -webkit-box-shadow: 0 -1px rgba(0, 0, 0, 0.24);
  box-shadow: 0 -1px rgba(0, 0, 0, 0.24);
  margin: 0; }

.tify-scan_range::-webkit-slider-thumb {
  background: -webkit-gradient(linear, left top, left bottom, from(#3385c9), to(#06b));
  background: linear-gradient(180deg, #3385c9, #06b);
  border: 0;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 0.5px rgba(0, 0, 0, 0.08), 0 0.5px 3px rgba(0, 0, 0, 0.24);
  box-shadow: 0 0 0.5px rgba(0, 0, 0, 0.08), 0 0.5px 3px rgba(0, 0, 0, 0.24);
  cursor: pointer;
  height: 24px;
  width: 12px;
  -webkit-appearance: none;
  margin-top: -10px; }

.tify-scan_range::-moz-range-track {
  cursor: pointer;
  height: 6px;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
  width: 100%;
  background: rgba(0, 0, 0, 0.24);
  border: 0;
  border-radius: 2px; }

.tify-scan_range::-moz-range-thumb {
  background: linear-gradient(180deg, #3385c9, #06b);
  border: 0;
  border-radius: 2px;
  box-shadow: 0 0 0.5px rgba(0, 0, 0, 0.08), 0 0.5px 3px rgba(0, 0, 0, 0.24);
  cursor: pointer;
  height: 24px;
  width: 12px; }

.tify-scan_range::-ms-track {
  cursor: pointer;
  height: 6px;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
  width: 100%;
  background: transparent;
  border-color: transparent;
  border-width: 12px 0;
  color: transparent;
  margin: -6px 0; }

.tify-scan_range::-ms-fill-lower, .tify-scan_range::-ms-fill-upper {
  background: rgba(0, 0, 0, 0.24);
  border-radius: 4px; }

.tify-scan_range::-ms-thumb {
  background: linear-gradient(180deg, #3385c9, #06b);
  border: 0;
  border-radius: 2px;
  box-shadow: 0 0 0.5px rgba(0, 0, 0, 0.08), 0 0.5px 3px rgba(0, 0, 0, 0.24);
  cursor: pointer;
  height: 24px;
  width: 12px;
  margin-top: 0; }

.tify-scan_range:focus {
  outline: 0; }

.tify-scan_range:focus::-webkit-slider-runnable-track {
  background: #75acda; }

.tify-scan_range:focus::-webkit-slider-thumb {
  background: -webkit-gradient(linear, left top, left bottom, from(#06b), to(#005296));
  background: linear-gradient(180deg, #06b, #005296);
  -webkit-box-shadow: 0 0 0 6px rgba(187, 224, 255, 0.3);
  box-shadow: 0 0 0 6px rgba(187, 224, 255, 0.3); }

.tify-scan_range:focus::-moz-range-track {
  background: #75acda; }

.tify-scan_range:focus::-moz-range-thumb {
  background: linear-gradient(180deg, #06b, #005296);
  box-shadow: 0 0 0 6px rgba(187, 224, 255, 0.3); }

.tify-scan_range:focus::-ms-fill-lower, .tify-scan_range:focus::-ms-fill-upper {
  background: #75acda; }

.tify-scan_range:focus::-ms-thumb {
  background: linear-gradient(180deg, #06b, #005296);
  box-shadow: 0 0 0 6px rgba(187, 224, 255, 0.3); }

.tify-scan_reset {
  border-radius: 2px;
  -webkit-box-shadow: 0 0 0.5px rgba(0, 0, 0, 0.08), 0 0.5px 3px rgba(0, 0, 0, 0.24);
  box-shadow: 0 0 0.5px rgba(0, 0, 0, 0.08), 0 0.5px 3px rgba(0, 0, 0, 0.24);
  width: 100%; }

.tify-thumbnails {
  min-height: 100%;
  padding: 12px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.tify-thumbnails_list {
  margin: -6px; }

.tify-thumbnails_item {
  -webkit-transition: -webkit-filter .2s;
  transition: -webkit-filter .2s;
  transition: filter .2s;
  transition: filter .2s,-webkit-filter .2s;
  background: #333;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  float: left;
  height: 132px;
  margin: 6px;
  overflow: hidden;
  position: relative;
  width: 96px; }

.tify-thumbnails_item:active, .tify-thumbnails_item:focus, .tify-thumbnails_item:hover {
  background: #1a4d77;
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2); }

.tify-thumbnails_item img {
  display: block;
  max-height: 108px;
  margin: auto;
  pointer-events: none;
  max-width: 100%; }

.tify-thumbnails_item.-current {
  outline: 6px solid #75acda; }

.tify-thumbnails_page {
  -webkit-transition: background .2s;
  transition: background .2s;
  bottom: 0;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 700;
  height: 24px;
  overflow: hidden;
  padding: 0 6px;
  position: absolute;
  text-align: center;
  text-overflow: ellipsis;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.24);
  white-space: nowrap;
  width: 100%; }

.tify-thumbnails_item.-current .tify-thumbnails_page {
  background: #06b; }

.tify-toc_label, .tify-toc_page {
  -webkit-transition: background .2s;
  transition: background .2s;
  background: #fff;
  position: relative;
  z-index: 1; }

.tify-toc {
  overflow-y: auto;
  padding: 12px;
  position: relative;
  z-index: 0; }

.tify-toc ul {
  margin: 0 0 0 12px;
  padding: 0; }

.tify-toc_header {
  margin: 0 12px 12px; }

.tify-toc_label {
  padding-right: .2em; }

.tify-toc_link {
  -webkit-transition: background .2s;
  transition: background .2s;
  border-radius: 2px;
  color: #06b;
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none; }

.tify-toc_link:active, .tify-toc_link:active > span, .tify-toc_link:focus, .tify-toc_link:focus > span, .tify-toc_link:hover, .tify-toc_link:hover > span {
  background: #ebf3fa; }

.tify-toc_link.-dots:after {
  bottom: 6px;
  content: "";
  left: .2em;
  min-width: 4em;
  border-bottom: 1px dotted;
  position: absolute;
  right: .2em; }

.tify-toc_list {
  position: relative;
  z-index: 0; }

.tify-toc_list .tify-toc_list {
  margin: 6px 0 0 30px; }

.tify-toc_page {
  float: right;
  padding-left: .2em;
  z-index: 1; }

.tify-toc_structure {
  display: block;
  position: relative; }

.tify-toc_structure.-current {
  -webkit-box-shadow: -16px 0 0 1px #fff,-24px 0 #75acda;
  box-shadow: -16px 0 0 1px #fff,-24px 0 #75acda; }

.tify-toc_structure.-expanded:after {
  border-left: 1px solid #75acda;
  content: "";
  left: 12px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -2; }

.tify-toc_structure + .tify-toc_structure {
  margin-top: 6px; }

.tify-toc_structure .tify-toc_structure:before {
  border-top: 1px solid #75acda;
  content: "";
  display: block;
  height: 100%;
  left: -18px;
  position: absolute;
  top: 12px;
  width: 12px; }

.tify-toc_structure .tify-toc_structure:not(.-current):last-child:before {
  background: #fff; }

.tify-toc_toggle-all {
  margin: 6px 0 0; }

.tify-toc_toggle {
  border-radius: 2px;
  -webkit-box-shadow: 0 0 0.5px rgba(0, 0, 0, 0.08), 0 0.5px 3px rgba(0, 0, 0, 0.24);
  box-shadow: 0 0 0.5px rgba(0, 0, 0, 0.08), 0 0.5px 3px rgba(0, 0, 0, 0.24);
  float: left;
  margin: 0 6px 0 0;
  padding: 0;
  position: relative; }

.tify-toc_toggle:after {
  content: "";
  border-bottom: 6px solid #fff;
  bottom: -6px;
  left: 12px;
  pointer-events: none;
  position: absolute;
  width: 1px;
  z-index: -1; }

#IIIF-viewer {
  position: relative;
  height: 100%;
  margin: 0 2em; }
  #IIIF-viewer button.tify-header_button:nth-child(n+4) {
    display: none; }
  #IIIF-viewer .tify-header {
    background-color: #423f3c;
    color: white; }

/*------------------------------------*\
  Settings
\*------------------------------------*/
/*------------------------------------*\
    Settings: Base
\*------------------------------------*/
/*------------------------------------*\
  Tools
\*------------------------------------*/
/*------------------------------------*\
  Tools: Font breakpoints
\*------------------------------------*/
/*------------------------------------*\
  Tools: Include media
\*------------------------------------*/
.loader,
.loader:before,
.loader:after {
  border-radius: 50%; }

.loader {
  color: #AA2232;
  font-size: 11px;
  text-indent: -99999em;
  margin-left: 1em;
  position: relative;
  width: 22px;
  height: 22px;
  box-shadow: inset 0 0 0 2px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0); }

.loader:before,
.loader:after {
  position: absolute;
  content: '';
  width: 12px;
  height: 24px;
  top: -1px;
  background: white; }

.loader:before {
  border-radius: 24px 0 0 24px;
  left: -1px;
  -webkit-transform-origin: 13px 13px;
  transform-origin: 12px 12px;
  -webkit-animation: load2 1s infinite ease .75s;
  animation: load2 1s infinite ease .75s; }

.loader:after {
  border-radius: 0 24px 24px 0;
  left: 11px;
  -webkit-transform-origin: 0 12px;
  transform-origin: 0 12px;
  -webkit-animation: load2 1s infinite ease;
  animation: load2 1s infinite ease; }

@-webkit-keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/*------------------------------------*\
  Generic
\*------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h3, h4, h5, h6, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*------------------------------------*\
  Font: Akkurat
\*------------------------------------*/
@font-face {
  font-family: "Akkurat";
  src: url(../fonts/akkurat/lineto-akkurat-pro-light.eot);
  src: url(../fonts/akkurat/lineto-akkurat-pro-light.eot?#iefix) format("embedded-opentype"), url(../fonts/akkurat/lineto-akkurat-pro-light.woff) format("woff");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: "Akkurat";
  src: url(../fonts/akkurat/lineto-akkurat-pro-lightitalic.eot);
  src: url(../fonts/akkurat/lineto-akkurat-pro-lightitalic.eot?#iefix) format("embedded-opentype"), url(../fonts/akkurat/lineto-akkurat-pro-lightItalic.woff) format("woff");
  font-weight: 100;
  font-style: italic; }

@font-face {
  font-family: "Akkurat";
  src: url(../fonts/akkurat/lineto-akkurat-pro-regular.eot);
  src: url(../fonts/akkurat/lineto-akkurat-pro-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/akkurat/lineto-akkurat-pro-regular.woff) format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Akkurat";
  src: url(../fonts/akkurat/lineto-akkurat-pro-Italic.eot);
  src: url(../fonts/akkurat/lineto-akkurat-pro-Italic.eot?#iefix) format("embedded-opentype"), url(../fonts/akkurat/lineto-akkurat-pro-Italic.woff) format("woff");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: "Akkurat";
  src: url(../fonts/akkurat/lineto-akkurat-pro-bold.eot);
  src: url(../fonts/akkurat/lineto-akkurat-pro-bold.eot?#iefix) format("embedded-opentype"), url(../fonts/akkurat/lineto-akkurat-pro-bold.woff) format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "Akkurat";
  src: url(../fonts/akkurat/lineto-akkurat-pro-boldItalic.eot);
  src: url(../fonts/akkurat/lineto-akkurat-pro-boldItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/akkurat/lineto-akkurat-pro-boldItalic.woff) format("woff");
  font-weight: 700;
  font-style: italic; }

/*------------------------------------*\
  Font: Akkurat Mono
\*------------------------------------*/
@font-face {
  font-family: "Akkurat Mono";
  src: url(../fonts/akkurat-mono/lineto-akkuratmono-pro-regular.eot);
  src: url(../fonts/akkurat-mono/lineto-akkuratmono-pro-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/akkurat-mono/lineto-akkuratmono-pro-regular.woff) format("woff");
  font-weight: 400;
  font-style: normal; }

/*------------------------------------*\
  Base
\*------------------------------------*/
/*------------------------------------*\
  Base: html + body
\*------------------------------------*/
/**
 * High-, page-level styling.
 *
 * 1. Force scrollbars to always be visible to prevent awkward âjumpsâ when
 *    navigating between pages that do/do not have enough content to produce
 *    scrollbars naturally.
 * 2. Ensure the page always fills at least the entire height of the viewport.
 * 3. Prevent certain mobile browsers from automatically zooming fonts.
 * 4. Fonts on OSX will look more consistent with other systems that do not
 *    render text using sub-pixel anti-aliasing.
 */
html {
  overflow-x: hidden;
  overflow-y: scroll;
  /* [1] */
  height: 100%;
  min-height: 100%;
  /* [2] */
  -webkit-text-size-adjust: 100%;
  /* [3] */
  -ms-text-size-adjust: 100%;
  /* [3] */
  -moz-osx-font-smoothing: grayscale;
  /* [4] */
  -webkit-font-smoothing: antialiased;
  /* [4] */
  box-sizing: border-box; }

body {
  height: 100%;
  min-height: 100%;
  /* [2] */
  background-color: #2c2f38;
  font-family: "Akkurat", "sans-serif";
  font-variant-ligatures: no-common-ligatures;
  line-height: 1;
  color: #3a2e2d;
  font-size: 16px; }
  @media (min-width: 720px) {
    body {
      font-size: 18px; } }
  @media (min-width: 1280px) {
    body {
      font-size: 20px; } }

*, *:before, *:after {
  box-sizing: inherit; }

main {
  display: block; }

/*------------------------------------*\
  Base: strong
\*------------------------------------*/
strong {
  font-weight: bold; }

/*------------------------------------*\
  Base: em
\*------------------------------------*/
em {
  font-style: italic; }

/*------------------------------------*\
  Base: img
\*------------------------------------*/
/**
 * 1. Fluid images for responsive purposes.
 * 2. Offset `alt` text from surrounding copy.
 * 3. Setting `vertical-align` removes the whitespace that appears under `img`
 *    elements when they are dropped into a page as-is. Safer alternative to
 *    using `display: block;`.
 */
img {
  display: block;
  max-width: 100%;
  /* [1] */
  font-style: italic;
  /* [2] */
  vertical-align: middle;
  /* [3] */ }

/**
 * 1. Google Maps breaks if `max-width: 100%` acts upon it; use their selector
 *    to remove the effects.
 * 2. If a `width` and/or `height` attribute have been explicitly defined, letâs
 *    not make the image fluid.
 */
.gm-style img,
img[width],
img[height] {
  /* [2] */
  max-width: none; }

/*------------------------------------*\
  Base: svg
\*------------------------------------*/
svg {
  display: inline; }

/*------------------------------------*\
  Base: a
\*------------------------------------*/
a {
  color: inherit;
  text-decoration: underline; }
  a:hover {
    outline: none; }

/*------------------------------------*\
  Base: Button
\*------------------------------------*/
/* Reset `button` and button-style `input` default styles */
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: button;
  /* for input */
  -webkit-user-select: none;
  /* for button */
  -moz-user-select: none;
  -ms-user-select: none; }
  input[type="submit"]:hover,
  input[type="reset"]:hover,
  input[type="button"]:hover,
  button:hover {
    outline: none; }

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* Make `a` like a button */
[role="button"] {
  color: inherit;
  cursor: default;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  white-space: pre;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }

/*------------------------------------*\
  Base: form
\*------------------------------------*/
input[placeholder] {
  text-overflow: ellipsis; }

input::placeholder,
input::-webkit-input-placeholder,
input:-moz-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.75); }

::-moz-placeholder {
  text-overflow: ellipsis; }

input:-moz-placeholder {
  text-overflow: ellipsis; }

input[type="search"] {
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }

textarea,
input[type=text],
input[type=password],
input[type=color],
input[type=date],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url] {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  border-radius: 0;
  outline: none;
  display: block;
  margin: 0;
  width: 100%;
  font-family: "Akkurat Mono", "monospace";
  font-variant-ligatures: no-common-ligatures;
  background-color: #fff;
  border: 2px solid #4F4F4F;
  border-bottom-color: #808080;
  font-size: 1em;
  line-height: 1em;
  padding: .75em; }

select {
  font-size: 1em;
  padding: 0 35px 0 16px;
  border: 2px solid #4F4F4F;
  border-radius: 0px;
  font-size: 14px;
  font-weight: normal;
  height: 30px;
  background-color: #fff;
  appearance: button; }

input.input--full,
textarea.input--full {
  width: 100%; }

input.input--inline,
textarea.input--inline {
  display: inline-block; }

input.input--inline + input.input--inline,
.button--inline + input.input--inline,
textarea.input--inline + input.input--inline,
.button--inline +
textarea.input--inline, input.input--inline +
textarea.input--inline,
textarea.input--inline +
textarea.input--inline {
  margin-left: 1em; }

input[aria-invalid="true"],
textarea[aria-invalid="true"] {
  border: 2px solid #AA2232 !important; }

label {
  display: inline-block;
  cursor: pointer; }
  label[aria-invalid="true"] {
    color: #AA2232; }

fieldset {
  margin: 0; }

legend {
  display: block; }

pre {
  font-family: "Akkurat Mono", "monospace";
  font-size: 13px;
  font-weight: 100; }

.hyphenate {
  hyphens: auto; }

/*------------------------------------*\
  Themes
\*------------------------------------*/
/*------------------------------------*\
  Theme: user-state
\*------------------------------------*/
/*------------------------------------*\
  Theme: search-input-state
\*------------------------------------*/
/*------------------------------------*\
  Objects
\*------------------------------------*/
.o-row {
  position: relative; }

.o-row__header,
.o-row__footer {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 309px; }
  @media (min-width: 360px) {
    .o-row__header,
    .o-row__footer {
      max-width: 321px; } }
  @media (min-width: 375px) {
    .o-row__header,
    .o-row__footer {
      max-width: 321px; } }
  @media (min-width: 400px) {
    .o-row__header,
    .o-row__footer {
      max-width: 361px; } }
  @media (min-width: 640px) {
    .o-row__header,
    .o-row__footer {
      max-width: 617px; } }
  @media (min-width: 720px) {
    .o-row__header,
    .o-row__footer {
      max-width: 641px; } }
  @media (min-width: 1024px) {
    .o-row__header,
    .o-row__footer {
      max-width: 961px; } }
  @media (min-width: 1280px) {
    .o-row__header,
    .o-row__footer {
      max-width: 1081px; } }
  @media (min-width: 1600px) {
    .o-row__header,
    .o-row__footer {
      max-width: 1081px; } }
  @media (min-width: 1920px) {
    .o-row__header,
    .o-row__footer {
      max-width: 1081px; } }

.o-row__content {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 309px; }
  @media (min-width: 360px) {
    .o-row__content {
      max-width: 321px; } }
  @media (min-width: 375px) {
    .o-row__content {
      max-width: 321px; } }
  @media (min-width: 400px) {
    .o-row__content {
      max-width: 361px; } }
  @media (min-width: 640px) {
    .o-row__content {
      max-width: 617px; } }
  @media (min-width: 720px) {
    .o-row__content {
      max-width: 641px; } }
  @media (min-width: 1024px) {
    .o-row__content {
      max-width: 961px; } }
  @media (min-width: 1280px) {
    .o-row__content {
      max-width: 1081px; } }
  @media (min-width: 1600px) {
    .o-row__content {
      max-width: 1081px; } }
  @media (min-width: 1920px) {
    .o-row__content {
      max-width: 1081px; } }

.o-row__content--small {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 309px; }
  @media (min-width: 360px) {
    .o-row__content--small {
      max-width: 321px; } }
  @media (min-width: 375px) {
    .o-row__content--small {
      max-width: 321px; } }
  @media (min-width: 400px) {
    .o-row__content--small {
      max-width: 361px; } }
  @media (min-width: 640px) {
    .o-row__content--small {
      max-width: 617px; } }
  @media (min-width: 720px) {
    .o-row__content--small {
      max-width: 641px; } }
  @media (min-width: 1024px) {
    .o-row__content--small {
      max-width: 641px; } }
  @media (min-width: 1280px) {
    .o-row__content--small {
      max-width: 721px; } }
  @media (min-width: 1600px) {
    .o-row__content--small {
      max-width: 721px; } }
  @media (min-width: 1920px) {
    .o-row__content--small {
      max-width: 721px; } }

.o-row__content--2 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 309px; }
  @media (min-width: 360px) {
    .o-row__content--2 {
      max-width: 321px; } }
  @media (min-width: 375px) {
    .o-row__content--2 {
      max-width: 321px; } }
  @media (min-width: 400px) {
    .o-row__content--2 {
      max-width: 361px; } }
  @media (min-width: 720px) {
    .o-row__content--2 {
      max-width: 321px; } }
  @media (min-width: 1024px) {
    .o-row__content--2 {
      max-width: 321px; } }
  @media (min-width: 1280px) {
    .o-row__content--2 {
      max-width: 361px; } }
  @media (min-width: 1600px) {
    .o-row__content--2 {
      max-width: 361px; } }
  @media (min-width: 1920px) {
    .o-row__content--2 {
      max-width: 361px; } }

.o-row__content--3 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 309px; }
  @media (min-width: 360px) {
    .o-row__content--3 {
      max-width: 321px; } }
  @media (min-width: 375px) {
    .o-row__content--3 {
      max-width: 321px; } }
  @media (min-width: 400px) {
    .o-row__content--3 {
      max-width: 361px; } }
  @media (min-width: 640px) {
    .o-row__content--3 {
      max-width: 463px; } }
  @media (min-width: 720px) {
    .o-row__content--3 {
      max-width: 481px; } }
  @media (min-width: 1024px) {
    .o-row__content--3 {
      max-width: 481px; } }
  @media (min-width: 1280px) {
    .o-row__content--3 {
      max-width: 541px; } }
  @media (min-width: 1600px) {
    .o-row__content--3 {
      max-width: 541px; } }
  @media (min-width: 1920px) {
    .o-row__content--3 {
      max-width: 541px; } }

.o-row__content--4 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 309px; }
  @media (min-width: 360px) {
    .o-row__content--4 {
      max-width: 321px; } }
  @media (min-width: 375px) {
    .o-row__content--4 {
      max-width: 321px; } }
  @media (min-width: 400px) {
    .o-row__content--4 {
      max-width: 361px; } }
  @media (min-width: 640px) {
    .o-row__content--4 {
      max-width: 617px; } }
  @media (min-width: 720px) {
    .o-row__content--4 {
      max-width: 641px; } }
  @media (min-width: 1024px) {
    .o-row__content--4 {
      max-width: 641px; } }
  @media (min-width: 1280px) {
    .o-row__content--4 {
      max-width: 721px; } }
  @media (min-width: 1600px) {
    .o-row__content--4 {
      max-width: 721px; } }
  @media (min-width: 1920px) {
    .o-row__content--4 {
      max-width: 721px; } }

.o-row__content--5 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 309px; }
  @media (min-width: 360px) {
    .o-row__content--5 {
      max-width: 321px; } }
  @media (min-width: 375px) {
    .o-row__content--5 {
      max-width: 321px; } }
  @media (min-width: 400px) {
    .o-row__content--5 {
      max-width: 361px; } }
  @media (min-width: 640px) {
    .o-row__content--5 {
      max-width: 617px; } }
  @media (min-width: 720px) {
    .o-row__content--5 {
      max-width: 641px; } }
  @media (min-width: 1024px) {
    .o-row__content--5 {
      max-width: 801px; } }
  @media (min-width: 1280px) {
    .o-row__content--5 {
      max-width: 901px; } }
  @media (min-width: 1600px) {
    .o-row__content--5 {
      max-width: 901px; } }
  @media (min-width: 1920px) {
    .o-row__content--5 {
      max-width: 901px; } }

.o-row__content--6 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 309px; }
  @media (min-width: 360px) {
    .o-row__content--6 {
      max-width: 321px; } }
  @media (min-width: 375px) {
    .o-row__content--6 {
      max-width: 321px; } }
  @media (min-width: 400px) {
    .o-row__content--6 {
      max-width: 361px; } }
  @media (min-width: 640px) {
    .o-row__content--6 {
      max-width: 617px; } }
  @media (min-width: 720px) {
    .o-row__content--6 {
      max-width: 641px; } }
  @media (min-width: 1024px) {
    .o-row__content--6 {
      max-width: 961px; } }
  @media (min-width: 1280px) {
    .o-row__content--6 {
      max-width: 1081px; } }
  @media (min-width: 1600px) {
    .o-row__content--6 {
      max-width: 1081px; } }
  @media (min-width: 1920px) {
    .o-row__content--6 {
      max-width: 1081px; } }

.o-row__content--8 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 309px; }
  @media (min-width: 360px) {
    .o-row__content--8 {
      max-width: 321px; } }
  @media (min-width: 375px) {
    .o-row__content--8 {
      max-width: 321px; } }
  @media (min-width: 400px) {
    .o-row__content--8 {
      max-width: 361px; } }
  @media (min-width: 640px) {
    .o-row__content--8 {
      max-width: 617px; } }
  @media (min-width: 720px) {
    .o-row__content--8 {
      max-width: 641px; } }
  @media (min-width: 1024px) {
    .o-row__content--8 {
      max-width: 961px; } }
  @media (min-width: 1280px) {
    .o-row__content--8 {
      max-width: 1081px; } }
  @media (min-width: 1600px) {
    .o-row__content--8 {
      max-width: 1441px; } }
  @media (min-width: 1920px) {
    .o-row__content--8 {
      max-width: 1441px; } }

.o-row__content--10 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 309px; }
  @media (min-width: 360px) {
    .o-row__content--10 {
      max-width: 321px; } }
  @media (min-width: 375px) {
    .o-row__content--10 {
      max-width: 321px; } }
  @media (min-width: 400px) {
    .o-row__content--10 {
      max-width: 361px; } }
  @media (min-width: 640px) {
    .o-row__content--10 {
      max-width: 617px; } }
  @media (min-width: 720px) {
    .o-row__content--10 {
      max-width: 641px; } }
  @media (min-width: 1024px) {
    .o-row__content--10 {
      max-width: 961px; } }
  @media (min-width: 1280px) {
    .o-row__content--10 {
      max-width: 1081px; } }
  @media (min-width: 1600px) {
    .o-row__content--10 {
      max-width: 1441px; } }
  @media (min-width: 1920px) {
    .o-row__content--10 {
      max-width: 1801px; } }

.o-row__header {
  padding-left: 6px;
  padding-right: 6px; }
  @media (min-width: 360px) {
    .o-row__header {
      padding-left: 7px;
      padding-right: 7px; } }
  @media (min-width: 400px) {
    .o-row__header {
      padding-left: 8px;
      padding-right: 8px; } }
  @media (min-width: 640px) {
    .o-row__header {
      padding-left: 6px;
      padding-right: 6px; } }
  @media (min-width: 720px) {
    .o-row__header {
      padding-left: 7px;
      padding-right: 7px; } }
  @media (min-width: 1280px) {
    .o-row__header {
      padding-left: 8px;
      padding-right: 8px; } }

.o-row__content-padding {
  padding: 0 1em; }
  @media (min-width: 640px) {
    .o-row__content-padding {
      padding: 0; } }
  @media (min-width: 1024px) {
    .o-row__content-padding {
      padding: 0 .5em; } }

.o-row__content-padding-top {
  padding-top: 1.5em; }

.o-row__content-padding-bottom {
  padding-bottom: 1.5em; }

.o-row__footer {
  text-align: center; }

.o-module {
  float: left;
  padding: 0;
  position: relative;
  margin-bottom: 12px; }
  @media (min-width: 360px) {
    .o-module {
      margin-bottom: 14px; } }
  @media (min-width: 400px) {
    .o-module {
      margin-bottom: 16px; } }
  @media (min-width: 640px) {
    .o-module {
      margin-bottom: 12px; } }
  @media (min-width: 720px) {
    .o-module {
      margin-bottom: 14px; } }
  @media (min-width: 1280px) {
    .o-module {
      margin-bottom: 16px; } }

.o-module--small {
  width: 154px;
  padding-left: 6px;
  padding-right: 6px; }
  @media (min-width: 360px) {
    .o-module--small {
      width: 160px;
      padding-left: 7px;
      padding-right: 7px; } }
  @media (min-width: 400px) {
    .o-module--small {
      width: 180px;
      padding-left: 8px;
      padding-right: 8px; } }
  @media (min-width: 640px) {
    .o-module--small {
      width: 154px;
      padding-left: 6px;
      padding-right: 6px; } }
  @media (min-width: 720px) {
    .o-module--small {
      width: 160px;
      padding-left: 7px;
      padding-right: 7px; } }
  @media (min-width: 1280px) {
    .o-module--small {
      width: 180px;
      padding-left: 8px;
      padding-right: 8px; } }

.o-module--medium {
  width: 308px;
  padding-left: 6px;
  padding-right: 6px; }
  @media (min-width: 360px) {
    .o-module--medium {
      width: 320px;
      padding-left: 7px;
      padding-right: 7px; } }
  @media (min-width: 400px) {
    .o-module--medium {
      width: 360px;
      padding-left: 8px;
      padding-right: 8px; } }
  @media (min-width: 640px) {
    .o-module--medium {
      width: 308px;
      padding-left: 6px;
      padding-right: 6px; } }
  @media (min-width: 720px) {
    .o-module--medium {
      width: 320px;
      padding-left: 7px;
      padding-right: 7px; } }
  @media (min-width: 1280px) {
    .o-module--medium {
      width: 360px;
      padding-left: 8px;
      padding-right: 8px; } }

.o-module--large {
  width: 100%;
  padding-left: 6px;
  padding-right: 6px; }
  @media (min-width: 360px) {
    .o-module--large {
      padding-left: 7px;
      padding-right: 7px; } }
  @media (min-width: 400px) {
    .o-module--large {
      padding-left: 8px;
      padding-right: 8px; } }
  @media (min-width: 640px) {
    .o-module--large {
      padding-left: 6px;
      padding-right: 6px; } }
  @media (min-width: 720px) {
    .o-module--large {
      padding-left: 7px;
      padding-right: 7px; } }
  @media (min-width: 1280px) {
    .o-module--large {
      padding-left: 8px;
      padding-right: 8px; } }

.o-module--hidden {
  display: none; }

@keyframes module-slide-in {
  0% {
    left: -16px; }
  100% {
    left: 0;
    opacity: 1; } }

.o-floating-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000; }
  .t-has-context-bar .o-floating-header {
    top: 64px; }
    @media (min-width: 720px) {
      .t-has-context-bar .o-floating-header {
        top: 72px; } }
    @media (min-width: 1280px) {
      .t-has-context-bar .o-floating-header {
        top: 80px; } }

/*------------------------------------*\
  Components
\*------------------------------------*/
.c-a--dotted {
  border-bottom: 1px dotted;
  text-decoration: none; }
  .c-a--dotted:hover, .c-a--dotted:active, .c-a--dotted:focus {
    text-decoration: none; }

.c-h1, .c-h2, .c-h3, .c-h4 {
  font-weight: bold;
  margin: 1em 0 .5em 0; }

.c-h1 {
  font-size: 1.5em; }

.c-h2 {
  font-size: 1.3em; }

.c-h3 {
  font-size: 1em; }

.c-h4 {
  font-size: 1em; }

.c-p {
  line-height: 1.2;
  margin: 0 0 1em 0; }

.c-button {
  display: inline-block;
  background-color: transparent;
  text-transform: none;
  font-size: inherit;
  font-weight: bold;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  transition: opacity 150ms ease-in-out;
  text-decoration: none;
  height: 1.8em;
  line-height: 1.8em;
  color: #000;
  border-color: #000; }
  .c-button:hover, .c-button:focus, .c-button:active {
    text-decoration: none; }

.c-button--small {
  font-size: .75em;
  padding: 10px 1.5em 0 1.5em;
  line-height: .75em;
  height: 30px;
  border-width: 2px;
  border-radius: 2px; }

.c-button--large {
  font-size: 1em;
  padding: 0.75em 1.5em;
  height: 2.5em;
  line-height: 1em;
  border-radius: 2px; }

.c-button--xl {
  font-size: 1em;
  font-weight: normal;
  padding: 5px 1.5em 0 1.5em;
  height: 42px;
  border-width: 2px;
  border-radius: 2px; }
  @media (min-width: 720px) {
    .c-button--xl {
      height: 48px; } }
  @media (min-width: 1280px) {
    .c-button--xl {
      height: 52px; } }

.c-button--disabled {
  opacity: .5; }

.c-button--white {
  color: #fff;
  border-color: #fff; }

.c-button--grey {
  border-color: #4F4F4F;
  background-color: #f2f2f2;
  transition: all 150ms; }
  .no-touchevents .c-button--grey:hover, .c-button--grey.is-active {
    background-color: #4F4F4F;
    color: #fff; }

.c-button--grey-border {
  border-color: #4F4F4F; }

.c-button--blue {
  color: #0666b0;
  border-color: #0666b0; }

.c-button--border {
  border-style: solid;
  border-width: 2px; }

.c-button--mono {
  font-family: "Akkurat Mono", "monospace";
  padding-top: 11px;
  font-size: 12px; }

.c-button--mono-large {
  font-family: "Akkurat Mono", "monospace";
  padding-top: 10px;
  font-size: 14px; }

.c-button--border-square {
  border-radius: 0; }

.c-button--border-thin {
  border-style: solid;
  border-width: 1px; }

.c-button--light {
  font-weight: normal; }

.c-button--weight-normal {
  font-weight: normal; }

.c-button__icon {
  display: inline-block;
  width: 1.8em;
  height: 1.8em;
  float: left;
  position: relative; }
  .c-button__icon svg {
    display: block;
    width: 100%; }

.c-button__icon--circle {
  border-radius: 100%;
  overflow: hidden;
  width: 2em;
  height: 2em;
  margin: -2px;
  border-width: 2px;
  border-style: solid;
  border-color: white; }

.c-button__icon--move-left {
  margin-left: -4px; }

.c-button__label {
  display: inline-block;
  float: left;
  padding-left: .75em;
  font-size: .75em;
  font-weight: bold; }

.c-button__icon-label {
  position: absolute;
  top: 0;
  width: 100%;
  display: block;
  line-height: 2.5em;
  text-align: center;
  font-size: .75em;
  font-weight: bold; }

.c-list {
  list-style: square;
  margin-left: 1em;
  list-style-position: outside; }
  .c-list li {
    margin: .5em 1em;
    line-height: 1.3; }

li.c-list__new-item {
  list-style: none;
  margin-left: -1em;
  margin-top: 1em;
  font-size: .9em;
  font-style: italic; }

/*------------------------------------*\
  Component: c-overlay
\*------------------------------------*/
.c-overlay {
  background-color: rgba(0, 0, 0, 0.85);
  transition: opacity ease-in-out 250ms;
  opacity: 0;
  width: 0;
  height: 0; }
  .t-overlay-state .c-overlay {
    opacity: 1;
    pointer-events: all;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); }

/*------------------------------------*\
  Component: c-logo-svg
\*------------------------------------*/
.c-logo-svg {
  height: 100%; }

.c-logo-svg__border,
.c-logo-svg__d,
.c-logo-svg__m {
  fill: #000; }
  .t-header-color-white .c-logo-svg__border, .t-header-color-white
  .c-logo-svg__d, .t-header-color-white
  .c-logo-svg__m {
    fill: #fff; }
  .t-menu-state .c-logo-svg__border, .t-menu-state
  .c-logo-svg__d, .t-menu-state
  .c-logo-svg__m {
    fill: #fff; }

/*------------------------------------*\
  Component: c-header-main-bar
\*------------------------------------*/
.c-header-main-bar {
  background-color: #ffffff; }
  .o-floating-header .c-header-main-bar {
    background-color: transparent; }
  .t-edit .c-header-main-bar {
    background-color: #f2f2f2; }

.c-header-main-bar__wrap {
  max-width: 1600px;
  height: 64px;
  position: relative;
  margin: 0 auto;
  -ms-user-select: none;
  /* IE 10+ */
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none; }
  @media (min-width: 720px) {
    .c-header-main-bar__wrap {
      height: 72px; } }
  @media (min-width: 1280px) {
    .c-header-main-bar__wrap {
      height: 80px; } }

/*------------------------------------*\
  Component: c-header-indent
\*------------------------------------*/
.c-header-ident {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .t-menu-state .c-header-ident {
    z-index: 2000; }

.c-header-ident__logo {
  margin: 17px 0 0 12px;
  height: 30px;
  width: auto;
  display: inline-block;
  float: left; }
  @media (min-width: 720px) {
    .c-header-ident__logo {
      height: 32px;
      margin: 20px 0 0 14px; } }
  @media (min-width: 1280px) {
    .c-header-ident__logo {
      margin: 22px 0 0 20px;
      height: 36px; } }

.c-header-ident__label {
  display: inline-block;
  text-decoration: none;
  line-height: 1.8em;
  margin: 19px 0 0 8px;
  float: left;
  font-weight: bold;
  font-size: 16px;
  max-width: 160px; }
  .t-header-color-white .c-header-ident__label {
    color: #fff; }
  .c-header-ident__label.has-search-in-header {
    max-width: 118px; }
  @media (min-width: 360px) {
    .c-header-ident__label {
      max-width: 200px; }
      .c-header-ident__label.has-search-in-header {
        max-width: 158px; } }
  @media (min-width: 375px) {
    .c-header-ident__label {
      max-width: 215px; }
      .c-header-ident__label.has-search-in-header {
        max-width: 173px; } }
  @media (min-width: 400px) {
    .c-header-ident__label {
      max-width: 60%; }
      .c-header-ident__label.has-search-in-header {
        max-width: 50%; } }
  @media (min-width: 720px) {
    .c-header-ident__label {
      margin: 23px 0 0 14px; }
      .c-header-ident__label.has-search-in-header {
        max-width: 28%; } }
  @media (min-width: 1024px) {
    .c-header-ident__label {
      margin: 23px 0 0 14px; }
      .c-header-ident__label.has-search-in-header {
        max-width: 22%; } }
  @media (min-width: 1280px) {
    .c-header-ident__label {
      font-size: 20px;
      margin: 22px 0 0 16px; } }
  .c-header-ident__label:hover, .c-header-ident__label:active, .c-header-ident__label:focus {
    text-decoration: none; }

.c-header-ident__name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  .t-menu-state .c-header-ident__name {
    color: #fff; }

/*------------------------------------*\
  Component: c-header-menu
\*------------------------------------*/
.c-header-menu {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none; }
  .t-overlay-state .c-header-menu {
    z-index: 2100; }

.c-header-menu__button-padder {
  float: left;
  pointer-events: all;
  display: none;
  width: auto; }
  @media (min-width: 1024px) {
    .c-header-menu__button-padder {
      margin: 18px 16px 0 0;
      height: 36px; } }
  @media (min-width: 1280px) {
    .c-header-menu__button-padder {
      margin: 23px 19px 0 0;
      height: 36px; } }

@media (min-width: 1024px) {
  .c-header-menu__button-padder--edit {
    display: block; } }

@media (min-width: 1280px) {
  .c-header-menu__button-padder--locale {
    display: block; } }

@media (min-width: 1280px) {
  .c-header-menu__button-padder--user {
    display: block; } }

.c-header-menu__button-padder--search {
  display: block;
  background-color: #f2f2f2; }
  .t-menu-state .c-header-menu__button-padder--search {
    display: none; }
  @media (min-width: 720px) {
    .c-header-menu__button-padder--search {
      display: none; } }
  .c-header-menu__button-padder--search .svg-button-circle-border-fill {
    fill: #f2f2f2; }
  .c-header-menu__button-padder--search .c-input-icon__icon, .c-header-menu__button-padder--search .c-input-icon__fill {
    fill: #000; }

.c-header-menu__button-padder--circle {
  width: 42px;
  height: 42px;
  margin: 11px 12px 0 0; }
  @media (min-width: 1280px) {
    .c-header-menu__button-padder--circle {
      margin: 21px 19px 0 0;
      height: 48px; } }

.c-header-menu__button {
  float: left;
  width: 36px;
  height: 36px;
  position: relative;
  text-decoration: none; }
  .c-header-menu__button:hover, .c-header-menu__button:focus, .c-header-menu__button:active {
    text-decoration: none; }
  .t-overlay-state .c-header-menu__button {
    display: none; }

.c-header-menu__button--circle {
  width: 42px;
  height: 42px; }
  @media (min-width: 1280px) {
    .c-header-menu__button--circle {
      width: 48px;
      height: 48px; } }

.c-header-menu__button-label {
  font-family: "Akkurat Mono", "monospace";
  font-size: 14px;
  font-weight: bold;
  line-height: 36px;
  text-align: center;
  letter-spacing: 1px;
  width: 100%;
  display: block;
  text-transform: uppercase; }
  .t-header-color-white .c-header-menu__button-label {
    color: #fff; }

.c-header-menu__button-label--circle {
  line-height: 48px; }

.c-header-menu__icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  stroke: #000; }
  .t-header-color-white .c-header-menu__icon {
    stroke: #fff; }
  .c-header-menu__icon svg {
    max-width: 100%; }

/*------------------------------------*\
  Component: c-main-nav + c-main-nav-toggler + c-main-nav-home-link
\*------------------------------------*/
.c-main-nav-home-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2000; }

.c-main-nav-home-link__wrap {
  max-width: 1600px;
  margin: 0 auto; }

.c-main-nav-home-link__link {
  display: none; }
  .t-menu-state .c-main-nav-home-link__link {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    margin: 24px 0 0 12px; }
    @media (min-width: 720px) {
      .t-menu-state .c-main-nav-home-link__link {
        margin-top: 29px; } }
    @media (min-width: 1280px) {
      .t-menu-state .c-main-nav-home-link__link {
        margin-top: 35px; } }
    .t-menu-state .c-main-nav-home-link__link:hover, .t-menu-state .c-main-nav-home-link__link:active, .t-menu-state .c-main-nav-home-link__link:focus {
      text-decoration: none; }

.c-main-nav {
  display: none; }
  .t-menu-state .c-main-nav {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 308px;
    margin: 0 auto;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2000; }
    @media (min-width: 360px) {
      .t-menu-state .c-main-nav {
        max-width: 320px; } }
    @media (min-width: 375px) {
      .t-menu-state .c-main-nav {
        max-width: 320px; } }
    @media (min-width: 400px) {
      .t-menu-state .c-main-nav {
        max-width: 360px; } }
    @media (min-width: 640px) {
      .t-menu-state .c-main-nav {
        max-width: 462px; } }
    @media (min-width: 720px) {
      .t-menu-state .c-main-nav {
        max-width: 640px; } }
    @media (min-width: 1024px) {
      .t-menu-state .c-main-nav {
        max-width: 640px; } }
    @media (min-width: 1280px) {
      .t-menu-state .c-main-nav {
        max-width: 720px; } }
    @media (min-width: 1600px) {
      .t-menu-state .c-main-nav {
        max-width: 720px; } }
    @media (min-width: 1920px) {
      .t-menu-state .c-main-nav {
        max-width: 720px; } }

.c-main-nav__wrap {
  margin-left: 6px;
  margin-right: 6px;
  margin-top: 80px; }
  @media (min-width: 360px) {
    .c-main-nav__wrap {
      margin-left: 7px;
      margin-right: 7px; } }
  @media (min-width: 400px) {
    .c-main-nav__wrap {
      margin-left: 8px;
      margin-right: 8px; } }
  @media (min-width: 640px) {
    .c-main-nav__wrap {
      margin-left: 6px;
      margin-right: 6px; } }
  @media (min-width: 720px) {
    .c-main-nav__wrap {
      margin-left: 7px;
      margin-right: 7px; } }
  @media (min-width: 1280px) {
    .c-main-nav__wrap {
      margin-left: 8px;
      margin-right: 8px; } }
  .t-has-context-bar .c-main-nav__wrap {
    margin-top: 144px; }
  @media (min-width: 720px) {
    .c-main-nav__wrap {
      margin-top: 120px; }
      .t-has-context-bar .c-main-nav__wrap {
        margin-top: 196px; } }
  @media (min-width: 1280px) {
    .c-main-nav__wrap {
      margin-top: 124px; }
      .t-has-context-bar .c-main-nav__wrap {
        margin-top: 214px; } }

.c-main-nav__home-link {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  text-decoration: none; }
  .c-main-nav__home-link:hover, .c-main-nav__home-link:active, .c-main-nav__home-link:focus {
    text-decoration: none; }

.c-main-nav__lang-box {
  padding: .5em 1em;
  border: 1px solid #4F4F4F;
  text-align: center; }

.c-main-nav__lang-link {
  color: #fff;
  text-decoration: none;
  font-family: "Akkurat Mono", "monospace";
  font-size: .825em; }
  .c-main-nav__lang-link.is-active {
    color: #4F4F4F; }
    .c-main-nav__lang-link.is-active:hover {
      border-bottom: 1px solid #4F4F4F; }
  .c-main-nav__lang-link:hover, .c-main-nav__lang-link:active, .c-main-nav__lang-link:focus {
    text-decoration: none;
    border-bottom: 1px solid #fff; }
  .c-main-nav__lang-link + .c-main-nav__lang-link {
    margin-left: .5em; }

.c-main-nav__menu-list {
  text-align: center; }

.c-main-nav__menu-link {
  display: block;
  border-bottom: 1px solid #4F4F4F;
  color: #fff;
  text-decoration: none;
  font-size: 1.25em;
  padding: .8em 0; }
  .c-main-nav__menu-link:first-of-type {
    margin-top: 1em; }
    @media (min-width: 1024px) {
      .c-main-nav__menu-link:first-of-type {
        margin-top: 51px; } }
    @media (min-width: 1280px) {
      .c-main-nav__menu-link:first-of-type {
        margin-top: 53px; } }
  .c-main-nav__menu-link:last-of-type {
    border-bottom: none; }
  .c-main-nav__menu-link:hover, .c-main-nav__menu-link:active, .c-main-nav__menu-link:focus {
    text-decoration: none; }

.c-main-nav-toggler {
  width: auto;
  pointer-events: all;
  text-decoration: none;
  display: block;
  float: right; }
  @media (min-width: 720px) {
    .c-main-nav-toggler {
      padding-left: .5em; } }

.c-main-nav-toggler__label, .c-main-nav-toggler__label--close {
  display: none; }
  .t-header-color-white .c-main-nav-toggler__label, .t-header-color-white .c-main-nav-toggler__label--close {
    color: #fff; }
  @media (min-width: 720px) {
    .c-main-nav-toggler__label, .c-main-nav-toggler__label--close {
      font-size: 16px;
      float: left;
      display: inline-block;
      margin: 30px -1px 0 0; } }
  @media (min-width: 1280px) {
    .c-main-nav-toggler__label, .c-main-nav-toggler__label--close {
      margin: 30px -1px 0 0;
      font-size: 20px; } }
  .t-overlay-state .c-main-nav-toggler__label, .t-overlay-state .c-main-nav-toggler__label--close {
    display: none; }

.c-main-nav-toggler__label--close {
  display: none;
  color: #fff; }
  @media (min-width: 720px) {
    .t-overlay-state .c-main-nav-toggler__label--close {
      display: inline-block; } }

.c-main-nav-toggler__icon, .c-main-nav-toggler__icon--close {
  width: 36px;
  height: 36px;
  margin: 14px 6px 0 0;
  fill: inherit; }
  .t-header-color-white .c-main-nav-toggler__icon, .t-header-color-white .c-main-nav-toggler__icon--close {
    fill: #fff; }
  @media (min-width: 720px) {
    .c-main-nav-toggler__icon, .c-main-nav-toggler__icon--close {
      margin: 20px 14px 0 0; } }
  @media (min-width: 1280px) {
    .c-main-nav-toggler__icon, .c-main-nav-toggler__icon--close {
      margin: 25px 15px 0 0; } }
  .t-overlay-state .c-main-nav-toggler__icon, .t-overlay-state .c-main-nav-toggler__icon--close {
    display: none; }

.c-main-nav-toggler__icon--close {
  display: none; }
  .t-overlay-state .c-main-nav-toggler__icon--close {
    display: inline; }

.c-main-content {
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  width: 100%; }
  .t-edit .c-main-content {
    background-color: #f2f2f2; }

.c-overlay-form {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2100;
  top: 80px;
  color: #fff; }
  @media (min-width: 720px) {
    .c-overlay-form {
      top: 120px; } }
  @media (min-width: 1280px) {
    .c-overlay-form {
      top: 134px; } }

.c-overlay-form__container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 308px;
  padding-left: 6px;
  padding-right: 6px; }
  @media (min-width: 360px) {
    .c-overlay-form__container {
      max-width: 320px; } }
  @media (min-width: 375px) {
    .c-overlay-form__container {
      max-width: 320px; } }
  @media (min-width: 400px) {
    .c-overlay-form__container {
      max-width: 360px; } }
  @media (min-width: 640px) {
    .c-overlay-form__container {
      max-width: 462px; } }
  @media (min-width: 720px) {
    .c-overlay-form__container {
      max-width: 640px; } }
  @media (min-width: 1024px) {
    .c-overlay-form__container {
      max-width: 640px; } }
  @media (min-width: 1280px) {
    .c-overlay-form__container {
      max-width: 720px; } }
  @media (min-width: 1600px) {
    .c-overlay-form__container {
      max-width: 720px; } }
  @media (min-width: 1920px) {
    .c-overlay-form__container {
      max-width: 720px; } }
  @media (min-width: 360px) {
    .c-overlay-form__container {
      padding-left: 7px;
      padding-right: 7px; } }
  @media (min-width: 400px) {
    .c-overlay-form__container {
      padding-left: 8px;
      padding-right: 8px; } }
  @media (min-width: 640px) {
    .c-overlay-form__container {
      padding-left: 6px;
      padding-right: 6px; } }
  @media (min-width: 720px) {
    .c-overlay-form__container {
      padding-left: 7px;
      padding-right: 7px; } }
  @media (min-width: 1280px) {
    .c-overlay-form__container {
      padding-left: 8px;
      padding-right: 8px; } }

.form__group {
  margin-bottom: 15px; }
  .form__group:last-child {
    margin-bottom: 0; }

.form__button {
  border: 1px solid;
  border-radius: 2px;
  font-size: 1em;
  line-height: 1.5;
  padding: 0.5em;
  width: 100%;
  text-align: center; }
  .form__button .button__icon {
    display: inline-block;
    vertical-align: middle;
    width: 1.5em;
    height: 1.5em;
    padding: 0; }
  .form__button .button__label {
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    color: #4F4F4F; }
  .form__button .button__icon + .button__label {
    margin-left: 0.5em; }

.form__input {
  position: relative; }
  .form__input input[type=text],
  .form__input input[type=password],
  .form__input input[type=date],
  .form__input input[type=search],
  .form__input input[type=url],
  .form__input input[type=number],
  .form__input textarea {
    font-family: "Akkurat Mono", "monospace";
    font-variant-ligatures: no-common-ligatures;
    background-color: #fff;
    border: 1px solid #4F4F4F;
    font-size: 1em;
    line-height: 1.5em;
    padding: 0.5em 0.75em; }

.input--checkbox input, .input--radio input {
  display: none; }

.input--checkbox label, .input--radio label {
  display: inline-block;
  line-height: 1.5em;
  margin-top: 0.25em; }

.input--checkbox input + label:before, .input--radio input + label:before {
  content: '';
  float: left;
  display: block;
  line-height: 2;
  width: 1.5em;
  height: 1.5em;
  background-color: transparent;
  border: 3px solid white;
  margin-right: 0.5em;
  font-size: 1em;
  line-height: 1.5;
  text-align: center; }

.input--checkbox input + label:hover:before, .input--radio input + label:hover:before {
  background-color: white; }

.input--checkbox input + label:before, .input--radio input + label:before, .input--checkbox input + label:before, .input--radio input + label:before {
  font-family: "m24-nav";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.25;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit;
  content: ''; }

.input--checkbox input[checked="checked"] + label:before, .input--radio input[checked="checked"] + label:before,
.input--checkbox input:checked + label:before,
.input--radio input:checked + label:before {
  content: '\2611'; }

.form__input.icon--left input,
.form__input.icon--left textarea {
  padding-left: 3em; }

.form__input.icon--right input,
.form__input.icon--right textarea {
  padding-right: 3em; }

.input__icon {
  pointer-events: none;
  position: absolute;
  opacity: 0.25;
  top: 0;
  display: block;
  width: 3em;
  height: 3em;
  padding: 0.875em;
  color: Black; }
  input:focus + .input__icon,
  textarea:focus + .input__icon {
    opacity: 1; }
  .icon--left .input__icon {
    left: 0; }
  .icon--right .input__icon {
    right: 0; }
  .input__icon svg {
    width: 100%;
    height: 100%; }

.input--radio label:before {
  border-radius: 50%; }

.input--wrapper {
  background-color: #fff;
  border: 1px solid #4F4F4F;
  font-size: 1em;
  line-height: 1.5em;
  padding: 0.5em 0.75em; }
  .input--wrapper label {
    display: inline; }
  .input--wrapper input[type=text],
  .input--wrapper input[type=password],
  .input--wrapper input[type=date],
  .input--wrapper input[type=search],
  .input--wrapper input[type=url],
  .input--wrapper input[type=number],
  .input--wrapper textarea {
    display: inline;
    width: auto;
    border: none;
    padding: 0 0.25em; }
  .input--wrapper.icon--left {
    padding-left: 3em; }
  .input--wrapper.icon--right {
    padding-right: 3em; }

.input--switch {
  -ms-user-select: none;
  /* IE 10+ */
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  padding: 0.5em; }
  .input--switch input {
    display: none; }
  .input--switch label {
    display: inline-block; }
  .input--wrapper .input--switch {
    padding: 0; }

.switch__bool {
  position: relative;
  font-size: 1em;
  line-height: 1.5;
  border: 1px solid;
  margin: -1px -0.25em;
  border-radius: 1.5em;
  background-color: #4F4F4F;
  border-color: #4F4F4F;
  color: white;
  padding-left: 1.75em;
  padding-right: 1em; }
  .switch__bool:before {
    border-radius: 50%;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1.5em;
    height: 1.5em;
    border: 2px solid;
    border-color: inherit;
    background-color: white; }
  .switch__bool .bool-false {
    display: block; }
  .switch__bool .bool-true {
    display: none; }
  .switch__bool:before {
    right: auto;
    left: 0; }
  input:checked + .switch__bool {
    background-color: #0666b0;
    border-color: #0666b0;
    color: white;
    padding-left: 1em;
    padding-right: 1.75em; }
    input:checked + .switch__bool .bool-true {
      display: block; }
    input:checked + .switch__bool .bool-false {
      display: none; }
    input:checked + .switch__bool:before {
      left: auto;
      right: 0; }

.form__label {
  font-size: 1em; }

.label--small {
  font-size: 0.875em;
  line-height: 1; }

.options--x .form__input {
  display: inline-block; }

.options--x .form__input + .form__input {
  margin-left: 1em; }

.form__select select {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Akkurat Mono", "monospace";
  font-variant-ligatures: no-common-ligatures;
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #4F4F4F;
  font-size: 1em;
  line-height: 1.5em;
  padding: 0.5em 0.75em; }

.input--wrapper .form__select {
  margin: -1px -0.25em; }
  .input--wrapper .form__select select {
    padding-top: 0;
    padding-bottom: 0;
    border: 1px solid;
    background-color: #4F4F4F;
    border-color: #4F4F4F;
    color: white;
    border-radius: 1.5em; }
  .input--wrapper .form__select .select__icon {
    top: -0.5em;
    color: white; }

.form__select {
  position: relative; }
  .form__select select {
    padding-right: 2em; }

.select__icon {
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.5;
  display: block;
  width: 2em;
  height: 2.5em;
  padding: 0.5em 0.25em;
  color: Black; }
  .select__icon svg {
    width: 100%;
    height: 100%;
    fill: currentColor; }

/*------------------------------------*\
  Component: c-input-icon
\*------------------------------------*/
.c-input-icon {
  position: relative; }

.c-input-icon__icon {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
  width: 3em;
  height: 3em;
  padding: 0.875em;
  fill: #4F4F4F; }

.c-input-icon__fill {
  fill: #4F4F4F; }

.c-input-icon__icon--large {
  padding: 0.6em; }

.c-search-map,
.c-search-map__map-layer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.c-search-map__map-layer-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 3em; }
  @media (min-width: 720px) {
    .c-search-map__map-layer-container {
      bottom: 0; } }

.c-search-map__map-layer {
  height: 100%; }

.c-search-map__cluster-marker {
  background-color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  position: absolute;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12), 0 3px 6px rgba(0, 0, 0, 0.08); }
  .c-search-map__cluster-marker.is-size-2 {
    width: 40px;
    height: 40px; }
  .c-search-map__cluster-marker.is-size-3 {
    width: 45px;
    height: 45px; }
  .c-search-map__cluster-marker.is-size-4 {
    width: 50px;
    height: 50px; }
  .c-search-map__cluster-marker.is-size-5 {
    width: 55px;
    height: 55px; }
  .c-search-map__cluster-marker.is-size-6 {
    width: 60px;
    height: 60px; }
  .c-search-map__cluster-marker.is-size-7 {
    width: 65px;
    height: 65px; }

.c-search-map__cluster-marker-label {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "Akkurat", "sans-serif";
  font-size: 14px; }

.c-search-map__object-marker {
  width: 60px;
  height: 60px;
  background-color: #fff;
  position: absolute;
  -moz-transform: translate(-50%, -100%);
  -o-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  margin-top: -8px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12), 0 3px 6px rgba(0, 0, 0, 0.08); }

.c-search-map__object-marker-image {
  position: absolute;
  background-position: center;
  background-size: cover;
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px; }

.c-search-map__object-marker-label {
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: 6px;
  right: 6px;
  overflow: hidden;
  font-family: "Akkurat", "sans-serif";
  font-size: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical; }

.c-search-map__object-marker-arrow {
  position: absolute;
  top: 100%;
  left: 50%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff; }

.c-search-map__search-box-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 45px;
  padding: 1em 2em 0 1em;
  z-index: 200;
  margin-top: 0;
  transition: all 250ms; }
  .t-result-list-active .c-search-map__search-box-container {
    margin-top: -100%; }
  @media (min-width: 720px) {
    .c-search-map__search-box-container {
      width: 400px; }
      .t-result-list-active .c-search-map__search-box-container {
        margin-top: 0; } }

.c-search-map__result-container {
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  bottom: 0;
  right: 0;
  transition: all 250ms;
  margin-top: -3em;
  overflow: hidden; }
  .t-result-list-active .c-search-map__result-container {
    top: 0;
    margin-top: 0; }
  @media (min-width: 720px) {
    .c-search-map__result-container {
      width: 400px; }
      .t-result-list-active .c-search-map__result-container {
        padding-top: 4em;
        background-color: rgba(255, 255, 255, 0.9); } }

.c-search-map__result-container-overlay {
  display: none; }
  .c-search-map__result-container-overlay.is-active {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3); }

.c-search-map__result-count {
  height: 3em;
  padding: 1em;
  margin-left: 3em;
  margin-top: 0;
  transition: all 250ms; }

.c-search-map__result-count-toggler-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer; }
  .t-result-list-active .c-search-map__result-count-toggler-overlay {
    display: none; }

.c-search-map__result-list-toggle-button {
  position: absolute;
  left: 0;
  top: 0;
  height: 3em;
  width: 3.5em;
  padding: .75em .5em .75em 1em;
  transform: rotate(90deg);
  transition: all 250ms; }
  .c-search-map__result-list-toggle-button svg {
    max-width: 100%;
    max-height: 100%; }
  .t-result-list-active .c-search-map__result-list-toggle-button {
    transform: none; }
  @media (min-width: 720px) {
    .t-result-list-active .c-search-map__result-list-toggle-button {
      top: 4em; } }

.c-search-map__object-preview-wrap,
.c-search-map__result-list-wrap {
  position: absolute;
  top: 7em;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  overflow: auto;
  transition: all 250ms; }
  .t-result-list-active .c-search-map__object-preview-wrap, .t-result-list-active
  .c-search-map__result-list-wrap {
    display: block; }

.c-search-map__result-list-wrap {
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0); }
  .t-object-preview-active .c-search-map__result-list-wrap {
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }

.c-search-map__object-preview-wrap {
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }
  .t-object-preview-active .c-search-map__object-preview-wrap {
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }

.c-search-map__result-list {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 308px; }
  @media (min-width: 360px) {
    .c-search-map__result-list {
      max-width: 320px; } }
  @media (min-width: 375px) {
    .c-search-map__result-list {
      max-width: 320px; } }
  @media (min-width: 400px) {
    .c-search-map__result-list {
      max-width: 360px; } }
  @media (min-width: 640px) {
    .c-search-map__result-list {
      max-width: 308px; } }
  @media (min-width: 720px) {
    .c-search-map__result-list {
      max-width: 320px; } }
  @media (min-width: 1024px) {
    .c-search-map__result-list {
      max-width: 320px; } }
  @media (min-width: 1280px) {
    .c-search-map__result-list {
      max-width: 360px; } }
  @media (min-width: 1600px) {
    .c-search-map__result-list {
      max-width: 360px; } }
  @media (min-width: 1920px) {
    .c-search-map__result-list {
      max-width: 360px; } }

.c-search-map__result-list-button-wrap {
  padding: 2em 0;
  text-align: center; }

.c-search-map__result-list-button {
  display: none; }
  .c-search-map__result-list-button.is-active {
    display: inline-block; }

.c-search-map__close-wrap {
  position: absolute;
  top: 1em;
  right: 1em; }

.c-search-map__close-button,
.c-search-map__close-button svg {
  width: 45px;
  height: 45px; }

/*------------------------------------*\
  Component: c-search-box
\*------------------------------------*/
.c-search-box-wrap {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 0; }

.c-search-box--extended-background {
  height: 320px;
  position: absolute;
  width: 100%;
  background-color: #f2f2f2; }
  @media screen and (min-width: 720px) and (min-height: 480px), screen and (min-width: 1024px) {
    .c-search-box--extended-background {
      height: 400px; } }
  @media screen and (min-width: 720px) and (min-height: 480px) and (min-width: 720px) and (min-height: 580px), screen and (min-width: 1024px) and (min-width: 720px) and (min-height: 580px) {
    .c-search-box--extended-background {
      height: 500px; } }
  @media screen and (min-width: 1280px) {
    .c-search-box--extended-background {
      height: 480px; } }
  @media screen and (min-width: 1280px) and (min-width: 1280px) and (min-height: 740px) {
    .c-search-box--extended-background {
      height: 580px; } }
  @media screen and (min-width: 1280px) and (min-width: 1280px) and (min-height: 840px) {
    .c-search-box--extended-background {
      height: 680px; } }
  @media print {
    .c-search-box--extended-background {
      width: 100%;
      max-width: 100%; } }

.c-search-box-wrap--below-context {
  top: 64px; }
  @media (min-width: 720px) {
    .c-search-box-wrap--below-context {
      top: 76px; } }
  @media (min-width: 1280px) {
    .c-search-box-wrap--below-context {
      top: 90px; } }

.c-search-box-wrap--standalone {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  height: auto;
  background-color: #f2f2f2;
  padding-bottom: 2em; }

.c-search-box-wrap--standalone-floating {
  background: none; }

.c-search-box-wrap--extended-margin-below {
  padding-bottom: 27px; }
  @media (min-width: 720px) {
    .c-search-box-wrap--extended-margin-below {
      padding-bottom: 40px; } }
  @media (min-width: 1280px) {
    .c-search-box-wrap--extended-margin-below {
      padding-bottom: 44px; } }

.c-search-box {
  background: none;
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 308px; }
  @media (min-width: 360px) {
    .c-search-box {
      max-width: 320px; } }
  @media (min-width: 375px) {
    .c-search-box {
      max-width: 320px; } }
  @media (min-width: 400px) {
    .c-search-box {
      max-width: 360px; } }
  @media (min-width: 640px) {
    .c-search-box {
      max-width: 462px; } }
  @media (min-width: 720px) {
    .c-search-box {
      max-width: 640px; } }
  @media (min-width: 1024px) {
    .c-search-box {
      max-width: 640px; } }
  @media (min-width: 1280px) {
    .c-search-box {
      max-width: 720px; } }
  @media (min-width: 1600px) {
    .c-search-box {
      max-width: 720px; } }
  @media (min-width: 1920px) {
    .c-search-box {
      max-width: 720px; } }
  @media (min-width: 1024px) {
    .c-search-box {
      padding: 0; } }

.c-search-box--header {
  margin-bottom: 1em;
  display: none;
  margin-top: 17px; }
  @media (min-width: 720px) {
    .c-search-box--header {
      margin-left: auto;
      margin-right: auto;
      max-width: 160px; } }
  @media (min-width: 1024px) {
    .c-search-box--header {
      max-width: 320px; } }
  @media (min-width: 1280px) {
    .c-search-box--header {
      max-width: 360px; } }
  @media (min-width: 1600px) {
    .c-search-box--header {
      max-width: 720px; } }
  @media (min-width: 1920px) {
    .c-search-box--header {
      max-width: 720px; } }
  .t-search-input-state .c-search-box--header {
    display: block;
    margin-top: 76px; }
  @media (min-width: 720px) {
    .c-search-box--header {
      display: block; }
      .t-search-input-state .c-search-box--header {
        margin-top: 17px; } }
    @media (min-width: 720px) and (min-width: 720px) {
      .t-search-input-state .c-search-box--header {
        margin-left: auto;
        margin-right: auto;
        max-width: 640px; } }
    @media (min-width: 720px) and (min-width: 1024px) {
      .t-search-input-state .c-search-box--header {
        max-width: 640px; } }
    @media (min-width: 720px) and (min-width: 1280px) {
      .t-search-input-state .c-search-box--header {
        max-width: 720px; } }
    @media (min-width: 720px) and (min-width: 1600px) {
      .t-search-input-state .c-search-box--header {
        max-width: 720px; } }
    @media (min-width: 720px) and (min-width: 1920px) {
      .t-search-input-state .c-search-box--header {
        max-width: 720px; } }
  @media (min-width: 1024px) {
    .t-search-input-state .c-search-box--header {
      margin-top: 17px; } }
  @media (min-width: 1280px) {
    .c-search-box--header {
      margin-top: 23px; }
      .t-search-input-state .c-search-box--header {
        margin-top: 23px; } }

.c-search-box__wrap {
  position: relative;
  margin-left: 6px;
  margin-right: 6px; }
  @media (min-width: 360px) {
    .c-search-box__wrap {
      margin-left: 7px;
      margin-right: 7px; } }
  @media (min-width: 400px) {
    .c-search-box__wrap {
      margin-left: 8px;
      margin-right: 8px; } }
  @media (min-width: 640px) {
    .c-search-box__wrap {
      margin-left: 6px;
      margin-right: 6px; } }
  @media (min-width: 720px) {
    .c-search-box__wrap {
      margin-left: 7px;
      margin-right: 7px; } }
  @media (min-width: 1280px) {
    .c-search-box__wrap {
      margin-left: 8px;
      margin-right: 8px; } }
  .t-menu-state .c-search-box__wrap {
    opacity: 0; }

.c-search-box__fieldset {
  font-size: 0.75em; }
  .t-search-input-state .c-search-box__fieldset {
    z-index: 2001; }

.c-search-box__fieldset--header {
  font-size: 14px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0; }

.c-search-box__fieldset--standalone {
  font-size: 14px;
  padding-top: 27px; }
  @media (min-width: 720px) {
    .c-search-box__fieldset--standalone {
      padding-top: 40px; }
      .c-search-box__fieldset--standalone .c-input-icon__icon {
        margin-top: 3px; } }
  @media (min-width: 1280px) {
    .c-search-box__fieldset--standalone {
      padding-top: 44px; }
      .c-search-box__fieldset--standalone .c-input-icon__icon {
        margin-top: 5px; }
      .c-search-box__fieldset--standalone .c-search-box__suggestion-count {
        right: 15px; } }

.c-search-box__input[type=search] {
  padding-left: 3em;
  padding-right: 21px; }
  .t-search-input-state .c-search-box__input[type=search] {
    border-color: #fff; }

.t-search-input-state .c-search-box__input-group {
  z-index: 2001; }

.t-advanced-filter .c-search-box__normal {
  display: none; }

@media (min-width: 1024px) {
  .c-search-box__input--header[type=search] {
    padding-right: 5em; } }

@media (min-width: 1280px) {
  .c-search-box__input--header[type=search] {
    padding-top: 12px;
    padding-bottom: 11px; } }

.c-search-box__input--standalone[type=search] {
  background: #fff; }
  @media (min-width: 720px) {
    .c-search-box__input--standalone[type=search] {
      padding-top: 14px;
      padding-bottom: 13px; } }
  @media (min-width: 1280px) {
    .c-search-box__input--standalone[type=search] {
      padding-top: 16px;
      padding-bottom: 15px; } }

.c-search-box__submit-button {
  position: absolute;
  top: 9px;
  right: 9px;
  margin-top: -1px;
  font-family: Akkurat Mono, monospace;
  line-height: 1.5;
  padding: 0.25em 1em;
  font-size: 0.875em;
  text-decoration: none;
  border-radius: 2px;
  background-color: #fff;
  border: 1px solid #4F4F4F;
  color: #3a2e2d;
  cursor: pointer;
  display: none; }
  .no-touchevents .c-search-box__submit-button:hover {
    background-color: #3a2e2d;
    border-color: #3a2e2d;
    color: #fff; }
  .t-search-input-state .c-search-box__submit-button {
    display: block; }
  @media (min-width: 1024px) {
    .no-touchevents .c-search-box__input[type=search]:hover .c-search-box__submit-button {
      display: block; } }
  @media (min-width: 1280px) {
    .c-search-box__submit-button {
      top: 10px;
      right: 10px; } }

@media (min-width: 1280px) {
  .c-search-box__submit-button--standalone {
    top: 15px;
    right: 15px; } }

.c-search-box__suggestion {
  margin: 0;
  font-size: 14px;
  position: relative;
  display: none;
  opacity: 0;
  transition: opacity ease-in-out 250ms;
  -webkit-user-select: none; }
  .t-search-input-state .c-search-box__suggestion {
    opacity: 1;
    display: block; }

.c-search-box__suggestion-list {
  z-index: 2002;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.c-search-box__suggestion-item-wrap {
  display: block; }

.c-search-box__suggestion-item {
  padding: 0.75em 3em .75em .5em;
  display: block;
  line-height: 1.5;
  font-size: 14px;
  background-color: #fff;
  color: #4F4F4F;
  border-top: 1px solid #4F4F4F;
  height: 46px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  position: relative; }
  .no-touchevents .c-search-box__suggestion-item:hover {
    background-color: #f2f2f2; }
  .c-search-box__suggestion-item:hover, .c-search-box__suggestion-item:focus, .c-search-box__suggestion-item:active {
    text-decoration: none; }

.c-search-box__suggestion-item--selected {
  background-color: #f2f2f2;
  color: #3a2e2d; }

.c-search-box__suggestion-item-wrap {
  display: block;
  overflow: hidden; }
  .c-search-box__suggestion-item-wrap * {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }

.c-search-box__suggestion-view-all {
  margin-left: 1em; }

.c-search-box__suggestion-count {
  display: none; }
  @media (min-width: 720px) {
    .c-search-box__suggestion-count {
      position: absolute;
      right: .75em;
      color: #3a2e2d;
      background-color: #d9d9d9;
      padding: .2em .5em;
      font-size: .875em;
      border-radius: 3px;
      display: inline-block; }
      .c-search-box__suggestion-count:empty {
        display: none; } }

.t-advanced-filter .c-search-filters__advanced-button-icon svg {
  transform: rotate(180deg); }

.c-search-box-advanced {
  display: none;
  font-size: 14px;
  line-height: 1.5; }
  .c-search-box-advanced select {
    height: auto;
    -webkit-appearance: none;
    outline: none; }
  .c-search-box-advanced input[type="search"],
  .c-search-box-advanced textarea {
    padding-top: 9px;
    padding-right: 21px;
    padding-bottom: 8px;
    padding-left: 3em;
    border-width: 2px; }
    @media (min-width: 720px) {
      .c-search-box-advanced input[type="search"],
      .c-search-box-advanced textarea {
        padding-top: 12px;
        padding-bottom: 11px; } }
    @media (min-width: 1280px) {
      .c-search-box-advanced input[type="search"],
      .c-search-box-advanced textarea {
        padding-top: 14px;
        padding-bottom: 13px; } }
  .t-advanced-filter .c-search-box-advanced {
    display: block; }
  @media (min-width: 720px) {
    .c-search-box-advanced .input__icon {
      margin-top: 3px; } }
  @media (min-width: 1280px) {
    .c-search-box-advanced .input__icon {
      margin-top: 5px; } }

.c-search-box-advanced__query {
  padding: 6px 0; }
  @media (min-width: 720px) {
    .c-search-box-advanced__query {
      padding: 7px 0; } }

.c-query__group {
  padding: 3px;
  margin: 0 -6px; }
  .c-query__group:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 720px) {
    .c-query__group {
      padding: 0;
      margin: 0 -7px; } }

.c-query__field {
  float: left;
  width: 100%;
  position: relative;
  padding: 3px; }
  @media (min-width: 720px) {
    .c-query__field {
      padding: 7px; } }
  .c-query__field .form__input + .form__input,
  .c-query__field .form__select + .form__select {
    margin-top: 6px; }
    @media (min-width: 720px) {
      .c-query__field .form__input + .form__input,
      .c-query__field .form__select + .form__select {
        margin-top: 7px; } }

.c-query__field--type {
  width: 50%; }
  @media (min-width: 720px) {
    .c-query__field--type {
      width: 25%; } }
  @media (min-width: 1024px) {
    .c-query__field--type {
      width: 33.33333%; } }
  [data-type="bool"] .c-query__field--type {
    width: 100%; }
    @media (min-width: 720px) {
      [data-type="bool"] .c-query__field--type {
        width: 50%; } }

.c-query__field--scope {
  width: 50%; }
  @media (min-width: 720px) {
    .c-query__field--scope {
      width: 25%; } }
  @media (min-width: 1024px) {
    .c-query__field--scope {
      width: 16.66667%; } }
  [data-type="bool"] .c-query__field--scope {
    display: none; }

.c-query__field--input {
  position: relative; }
  @media (min-width: 720px) {
    .c-query__field--input {
      width: 50%; } }

.c-query__field .form__button {
  background-color: transparent;
  color: black;
  font-size: 14px; }
  .c-query__field .form__button.button--remove {
    position: absolute;
    top: -1px;
    right: 0;
    border-color: transparent;
    padding: 0.5em;
    width: auto; }
    .c-query__field .form__button.button--remove .button__icon {
      display: block; }
    .c-query__field .form__button.button--remove .button__label {
      display: none; }
  .c-query__field .form__button.button--add {
    margin-top: 3px;
    border-color: transparent;
    float: right;
    width: auto;
    padding: 0.25em 0; }
    .c-query__field .form__button.button--add .button__label {
      font-weight: normal; }
    @media (min-width: 720px) {
      .c-query__field .form__button.button--add {
        position: absolute;
        bottom: 8px;
        left: 100%;
        margin-left: -3.5px;
        margin-top: 0;
        border-color: transparent;
        padding: 0.5em;
        width: auto; }
        .c-query__field .form__button.button--add .button__icon {
          display: block; }
        .c-query__field .form__button.button--add .button__label {
          display: none; } }
    [data-type="bool"] .c-query__field .form__button.button--add {
      display: none; }

.c-search-box .button--submit {
  position: absolute;
  top: 9px;
  right: 9px;
  margin-top: -1px;
  font-family: Akkurat Mono, monospace;
  line-height: 1.5;
  padding: 0.25em 1em;
  font-size: 0.875em;
  text-decoration: none;
  border-radius: 2px;
  background-color: #fff;
  border: 1px solid #4F4F4F;
  color: #3a2e2d;
  cursor: pointer;
  display: block; }
  .no-touchevents .c-search-box .button--submit:hover {
    background-color: #3a2e2d;
    border-color: #3a2e2d;
    color: #fff; }
  .t-search-input-state .c-search-box .button--submit {
    display: block; }
  @media (min-width: 1024px) {
    .no-touchevents .c-search-box__input[type=search]:hover .c-search-box .button--submit {
      display: block; } }

@media (min-width: 720px) {
  .nav-search-simple .button--submit {
    top: 12px;
    right: 12px; } }

@media (min-width: 1280px) {
  .nav-search-simple .button--submit {
    top: 14px;
    right: 14px; } }

.c-search-box-advanced .button--submit {
  position: absolute;
  margin-top: 0;
  margin-bottom: -1px;
  top: auto;
  bottom: 9px;
  right: 9px; }
  @media (min-width: 720px) {
    .c-search-box-advanced .button--submit {
      bottom: 12px;
      right: 12px; } }
  @media (min-width: 1280px) {
    .c-search-box-advanced .button--submit {
      bottom: 14px;
      right: 14px; } }

.c-search-filters {
  display: block;
  margin-top: 1em;
  text-align: center;
  font-size: 16px;
  position: relative; }

.t-advanced-filter .c-search-filters__normal-container {
  display: none; }

@media (min-width: 720px) {
  .c-search-filters__item--inline {
    display: inline;
    position: relative;
    margin-left: 0; }
    .c-search-filters__item--inline ~ .c-search-filters__item--inline {
      margin-left: 1px; }
    .c-search-filters__item--inline:after {
      content: ' ';
      width: 0;
      display: inline-block; } }

.c-search-filters__item-adder {
  display: none; }
  @media (min-width: 720px) {
    .c-search-filters__item-adder {
      display: inline;
      width: 0;
      position: relative; }
      .c-search-filters__item-adder:after {
        content: ' ';
        width: 0;
        display: inline-block; } }

.c-search-filters__item-adder-icon {
  position: absolute;
  right: -4px;
  top: 6px;
  width: 7px;
  height: 7px;
  fill: rgba(170, 34, 50, 0.5); }
  .c-search-filters__item-adder-icon svg {
    position: absolute;
    top: 0;
    left: 0; }

.c-search-filters__button-group {
  display: none;
  position: relative;
  font-size: 14px;
  padding: 0; }
  .t-search-filter-state .c-search-filters__button-group {
    display: block; }
    @media (min-width: 720px) {
      .t-search-filter-state .c-search-filters__button-group {
        display: inline-block; } }
  @media (min-width: 720px) {
    .c-search-filters__button-group {
      display: inline-block; } }

.c-search-filters__button-group--mobile {
  display: block; }
  @media (min-width: 720px) {
    .c-search-filters__button-group--mobile {
      display: none; } }
  .t-search-filter-state .c-search-filters__button-group--mobile {
    display: none; }

.c-search-filters__button-wrap {
  display: block;
  font-size: 1em;
  line-height: 1.5;
  position: relative; }

.c-search-filters__children {
  z-index: 2002;
  text-align: center;
  display: none;
  pointer-events: none;
  margin-top: .5em; }
  @media (min-width: 720px) {
    .c-search-filters__children {
      position: absolute;
      top: 100%;
      left: -400%;
      right: -400%;
      margin-bottom: 0; } }
  .t-search-filter-state .c-search-filters__children {
    display: block; }

.c-search-filters__children--above {
  margin-top: 0; }
  @media (min-width: 720px) {
    .c-search-filters__children--above {
      margin-bottom: 1em;
      position: absolute;
      top: auto;
      left: 40px;
      right: 40px;
      bottom: 100%;
      left: -400%;
      right: -400%; } }

.c-search-filters__button {
  display: block;
  background-color: transparent;
  border-radius: 2px;
  border: 1px solid;
  font-family: "Akkurat Mono", "monospace";
  text-decoration: none;
  position: relative;
  white-space: nowrap;
  text-decoration: none;
  pointer-events: all;
  transition: background-color 150ms, border-color 150ms, opacity 250ms;
  margin: 8px 0;
  padding: 9.5px 1em; }
  @media (min-width: 720px) {
    .c-search-filters__button {
      padding: 0.25em 1em;
      margin: 0 8px;
      display: inline-block; } }
  .c-search-filters__button:hover, .c-search-filters__button:focus, .c-search-filters__button:active {
    text-decoration: none; }
  .t-search-filter-state .c-search-filters__button {
    z-index: 2002; }
    @media (max-width: 719px) {
      .t-search-filter-state .c-search-filters__button.is-not-current {
        display: none; } }

.c-search-filters__button--top-margin {
  margin-top: .5em; }

.c-search-filters__item--bottom-margin {
  margin-bottom: .5em; }

.c-search-filters__button--arrow {
  position: relative; }
  .c-search-filters__button--arrow:after {
    display: inline-block;
    font-size: 7px;
    position: relative;
    width: 8px;
    height: 8px;
    margin-right: -7px;
    margin-left: 8px;
    content: 'â¼'; }
  .c-search-filters__button--arrow.is-current:after {
    content: 'â²'; }

.c-search-filters__button--with-icon {
  padding-right: 21px; }

.c-search-filters__button--fullsize {
  max-width: none; }

.c-search-filters__button--no-pill {
  border: none; }

.c-search-filters__button--topic {
  border-color: #AA2232;
  background-color: rgba(170, 34, 50, 0);
  color: #AA2232;
  fill: #AA2232; }
  .no-touchevents .c-search-filters__button--topic:hover, .c-search-filters__button--topic.is-active {
    border-color: transparent;
    background-color: #AA2232;
    color: #fff;
    fill: #fff; }

.c-search-filters__button--topic-light {
  border: 1px solid transparent;
  background-color: rgba(170, 34, 50, 0.5);
  color: #fff; }
  .no-touchevents .c-search-filters__button--topic-light:hover {
    background-color: #aa2232; }

.c-search-filters__button--place {
  background-color: rgba(6, 102, 176, 0);
  border-color: #0666b0;
  color: #0666b0;
  fill: #0666b0; }
  .no-touchevents .c-search-filters__button--place:hover, .c-search-filters__button--place.is-active {
    border-color: transparent;
    background-color: #0666b0;
    color: #fff;
    fill: #fff; }

.c-search-filters__button--place-light {
  border: 1px solid transparent;
  background-color: rgba(6, 102, 176, 0.5);
  color: #fff; }
  .no-touchevents .c-search-filters__button--place-light:hover {
    background-color: #0666b0; }

.c-search-filters__button--time {
  background-color: rgba(79, 79, 79, 0);
  border-color: #4F4F4F;
  fill: #4F4F4F; }
  .t-search-filter-state .c-search-filters__button--time {
    color: #4F4F4F;
    fill: #4F4F4F; }
  .no-touchevents .c-search-filters__button--time:hover, .c-search-filters__button--time.is-active {
    border-color: transparent;
    background-color: #4F4F4F;
    color: #fff;
    fill: #fff; }

.c-search-filters__button--time-light {
  border: 1px solid transparent;
  background-color: rgba(79, 79, 79, 0.5);
  color: #fff; }
  .no-touchevents .c-search-filters__button--time-light:hover {
    background-color: #4f4f4f; }

.no-touchevents .c-search-filters__button--hover-remove:hover {
  border: 1px solid transparent;
  background-color: rgba(170, 34, 50, 0.5);
  text-decoration: line-through; }

.c-search-filters__button--view-all {
  border-color: #4F4F4F;
  display: block;
  margin: 0; }

.c-search-button__button-icon {
  position: relative;
  top: 5px;
  left: 7px; }
  @media (min-width: 720px) {
    .c-search-button__button-icon {
      position: absolute;
      right: 7px;
      left: auto;
      top: 11px;
      width: 7px;
      height: 7px; } }
  .c-search-button__button-icon svg {
    position: absolute;
    top: 0;
    left: 0; }

.c-search-button__button-x-wrap {
  position: relative; }
  @media (min-width: 720px) {
    .c-search-button__button-x-wrap {
      position: absolute; } }

.c-search-button__button-x {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(45deg);
  fill: rgba(255, 255, 255, 0.5); }
  .no-touchevents .c-search-filters__button:hover .c-search-button__button-x {
    fill: #fff; }

.is-current > .c-search-button__button-arrow {
  transform: rotate(180deg); }

.c-search-button__label {
  display: inline;
  width: 100%;
  max-width: 14em;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1em; }
  @media (min-width: 720px) {
    .c-search-button__label {
      display: inline; } }

.c-search-button__label--small {
  font-size: 12px; }

.c-search-filters__back-button-container {
  display: none;
  position: absolute;
  top: -55px;
  left: -2px;
  cursor: pointer;
  z-index: 2001;
  font-size: 14px;
  font-family: "Akkurat Mono", "monospace";
  line-height: 14px;
  padding: 8px; }
  .t-search-filter-state .c-search-filters__back-button-container.is-active {
    display: block; }
    @media (min-width: 720px) {
      .t-search-filter-state .c-search-filters__back-button-container.is-active {
        display: none; } }

.c-search-filters__back-button-arrow {
  width: 20px;
  display: inline-block;
  fill: #fff; }
  .c-search-filters__back-button-arrow svg {
    margin-bottom: -5px; }

.c-search-filters__back-button-label {
  display: inline-block;
  color: #fff;
  margin-left: 5px; }

.c-search-advanced {
  text-align: right;
  position: relative;
  margin-top: 12px; }
  @media (min-width: 720px) {
    .c-search-advanced {
      position: absolute;
      top: 0;
      right: 0;
      margin-top: 0; } }

.c-search-filters__advanced-button {
  font-size: 14px;
  color: #4F4F4F;
  text-decoration: none; }
  .c-search-filters__advanced-button:hover, .c-search-filters__advanced-button:active, .c-search-filters__advanced-button:focus {
    text-decoration: none; }

.c-search-filters__advanced-button-icon {
  display: inline-block;
  top: 2px;
  position: relative; }

.search-filters__other-container {
  margin: 2em 0 1em 0;
  display: none; }

.c-search-summary {
  clear: both;
  width: 100%; }

.c-search-summary__title {
  font-size: 1.25em;
  line-height: 1.25em;
  font-weight: bold; }

.c-search-list {
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: left; }

.c-search-list__wrap--other {
  display: none; }
  .c-search-list__wrap--other.is-active {
    display: block; }

.c-search-results {
  background-color: #fff;
  padding-bottom: 1.5em; }

.c-search-results--mainsearch {
  background-color: #f2f2f2;
  margin-bottom: 2em; }

.c-search-results--timeline {
  padding-top: 54px; }

.c-search-results--firstsearch {
  padding-top: 2em; }

.c-search-results__title-wrap {
  padding-bottom: 1em;
  float: left; }

.c-search-results__title {
  font-size: 1.25em;
  line-height: 1.25em;
  font-weight: bold;
  padding-top: 0; }

.c-search-results__title-block {
  display: inline-block; }
  .c-search-results__title-block:empty {
    display: none; }

.c-search-results__title-link {
  border-bottom: 1px solid #3a2e2d;
  text-decoration: none; }
  .c-search-results__title-link:hover, .c-search-results__title-link:focus, .c-search-results__title-link:active {
    text-decoration: none; }

.c-search-results__description {
  padding: 1em 0; }

.c-search-results__more-button {
  color: #0666b0;
  border: 2px solid #0666b0;
  transition: background-color 150ms, color 150ms; }
  .no-touchevents .c-search-results__more-button:hover, .c-search-results__more-button:focus, .c-search-results__more-button:active {
    color: #fff;
    text-decoration: none;
    background-color: #0666b0; }

.c-search-results__detail-button {
  display: inline-block;
  text-decoration: none;
  float: right;
  margin-bottom: 1em; }
  .c-search-results__detail-button:hover, .c-search-results__detail-button:active, .c-search-results__detail-button:focus {
    text-decoration: none; }

.c-search-results__detail-button-icon {
  float: left; }

.c-search-results__detail-button-label {
  float: right;
  font-size: 14px;
  padding-top: 6px;
  padding-left: 7px; }

.c-search-results__view-type-button {
  position: absolute;
  left: 0;
  right: 0;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 6px;
  padding-bottom: 6px; }
  @media (min-width: 360px) {
    .c-search-results__view-type-button {
      padding-left: 7px;
      padding-right: 7px; } }
  @media (min-width: 400px) {
    .c-search-results__view-type-button {
      padding-left: 8px;
      padding-right: 8px; } }
  @media (min-width: 640px) {
    .c-search-results__view-type-button {
      padding-left: 6px;
      padding-right: 6px; } }
  @media (min-width: 720px) {
    .c-search-results__view-type-button {
      padding-left: 7px;
      padding-right: 7px; } }
  @media (min-width: 1280px) {
    .c-search-results__view-type-button {
      padding-left: 8px;
      padding-right: 8px; } }
  @media (min-width: 360px) {
    .c-search-results__view-type-button {
      padding-top: 7px;
      padding-bottom: 7px; } }
  @media (min-width: 400px) {
    .c-search-results__view-type-button {
      padding-top: 8px;
      padding-bottom: 8px; } }
  @media (min-width: 640px) {
    .c-search-results__view-type-button {
      padding-top: 6px;
      padding-bottom: 6px; } }
  @media (min-width: 720px) {
    .c-search-results__view-type-button {
      padding-top: 7px;
      padding-bottom: 7px; } }
  @media (min-width: 1280px) {
    .c-search-results__view-type-button {
      padding-top: 8px;
      padding-bottom: 8px; } }

.c-search-results__view-type-button {
  top: 0;
  bottom: 50%;
  padding-top: 0; }

.c-search-results__view-type-button--bottom {
  top: 50%;
  bottom: 0;
  padding-bottom: 0; }

.c-search-results__view-type-button-wrap {
  background-color: #fff;
  height: 100%;
  box-shadow: 0 1.5px 2px rgba(0, 0, 0, 0.06), 0 1.5px 1.5px rgba(0, 0, 0, 0.06);
  transition: all 250ms;
  display: block;
  text-decoration: none; }
  .c-search-results__view-type-button-wrap:hover, .c-search-results__view-type-button-wrap:focus, .c-search-results__view-type-button-wrap:active {
    text-decoration: none; }
  .no-touchevents .c-search-results__view-type-button-wrap:hover {
    -moz-transform: translate(0, -2px);
    -o-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    -webkit-transform: translate(0, -2px);
    transform: translate(0, -2px);
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12), 0 3px 6px rgba(0, 0, 0, 0.08); }

.c-search-results__view-type-button-wrap--empty {
  box-shadow: none;
  background-color: transparent;
  border: 1px solid #d9d9d9; }
  .no-touchevents .c-search-results__view-type-button-wrap--empty:hover {
    transform: none;
    box-shadow: none; }

.c-search-results__view-type-button-icon {
  text-align: center;
  padding-top: 22px; }

.c-search-results__view-type-button-icon--map {
  padding-bottom: 5px; }

.c-search-results__view-type-button-icon--timeline {
  padding-top: 29px;
  padding-bottom: 11px; }

.c-search-results__view-type-button-label,
.c-search-results__view-type-button-count {
  text-align: center;
  font-size: 14px; }

.c-search-results__view-type-button-label {
  font-weight: bold;
  padding-bottom: 5px; }

.c-search-results__sort-order-wrap {
  text-align: right;
  margin-bottom: 12px;
  border-top: 1px solid #4F4F4F;
  padding-top: 12px;
  padding-left: 9px;
  padding-right: 9px; }

.c-search-results__sort {
  float: left; }

.c-search-results__order {
  float: right; }

.c-search-results__order-long-label {
  display: none; }
  @media (min-width: 640px) {
    .c-search-results__order-long-label {
      display: inline; } }

.c-search-results__empty-block {
  height: 4em; }

.c-search-query-field {
  margin-bottom: 6px; }
  .c-search-query-field .c-search-query-field__row {
    margin-bottom: 6px; }
    .c-search-query-field .c-search-query-field__row.c-search-query-field__row--sub {
      margin-right: 8%;
      text-align: right; }
  .c-search-query-field.c-search-query-field--horizontal .c-search-query-field__item {
    display: inline-block;
    margin-right: 6px; }
    .c-search-query-field.c-search-query-field--horizontal .c-search-query-field__item:last-child {
      margin-right: 0; }
    .c-search-query-field.c-search-query-field--horizontal .c-search-query-field__item .c-search-query-field__item__sub {
      display: inline-block;
      margin-right: 4px; }
  .c-search-query-field .c-search-query-field__item--type {
    width: 22%; }
  .c-search-query-field .c-search-query-field__item--state {
    width: 22%; }
  .c-search-query-field .c-search-query-field__item--text {
    width: 37%; }
  .c-search-query-field .c-search-query-field__item--years {
    width: 19%; }
  .c-search-query-field .c-search-query-field__item--remove {
    width: 8%;
    font-weight: bold;
    color: red; }
  .c-search-query-field .c-search-query-field__item--add-copy {
    width: 4%;
    padding: 6px;
    border: 1px solid black;
    border-radius: 50%;
    font-weight: bold;
    text-decoration: none; }
  .c-search-query-field.c-search-query-field--is-Copy .c-search-query-field__label {
    width: 15%; }
  .c-search-query-field.c-search-query-field--is-Copy .c-search-query-field__state-selector {
    width: 15%; }
  .c-search-query-field.c-search-query-field--is-Copy .c-search-query-field__input {
    width: 60%; }
  .c-search-query-field.c-search-query-field--is-Copy .c-search-query-field__remove {
    width: 10%; }
  .c-search-query-field.c-search-query-field--is-Copy .c-search-query-field__add-copy {
    display: none;
    width: 0; }

.c-search-timeline {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 308px; }
  @media (min-width: 360px) {
    .c-search-timeline {
      max-width: 320px; } }
  @media (min-width: 375px) {
    .c-search-timeline {
      max-width: 320px; } }
  @media (min-width: 400px) {
    .c-search-timeline {
      max-width: 360px; } }
  @media (min-width: 640px) {
    .c-search-timeline {
      max-width: 462px; } }
  @media (min-width: 720px) {
    .c-search-timeline {
      max-width: 480px; } }
  @media (min-width: 1024px) {
    .c-search-timeline {
      max-width: 960px; } }
  @media (min-width: 1280px) {
    .c-search-timeline {
      max-width: 1080px; } }
  @media (min-width: 1600px) {
    .c-search-timeline {
      max-width: 1440px; } }
  @media (min-width: 1920px) {
    .c-search-timeline {
      max-width: 1800px; } }

.c-search-timeline--full {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 308px; }
  @media (min-width: 360px) {
    .c-search-timeline--full {
      max-width: 320px; } }
  @media (min-width: 375px) {
    .c-search-timeline--full {
      max-width: 320px; } }
  @media (min-width: 400px) {
    .c-search-timeline--full {
      max-width: 360px; } }
  @media (min-width: 640px) {
    .c-search-timeline--full {
      max-width: 616px; } }
  @media (min-width: 720px) {
    .c-search-timeline--full {
      max-width: 640px; } }
  @media (min-width: 1024px) {
    .c-search-timeline--full {
      max-width: 960px; } }
  @media (min-width: 1280px) {
    .c-search-timeline--full {
      max-width: 1080px; } }
  @media (min-width: 1600px) {
    .c-search-timeline--full {
      max-width: 1440px; } }
  @media (min-width: 1920px) {
    .c-search-timeline--full {
      max-width: 1800px; } }

.c-search-timeline__path {
  text-align: center;
  position: relative; }

.c-search-timeline__path-row {
  margin-top: 7px; }

.c-search-timeline__path-row-wrap {
  display: inline-block;
  position: relative; }
  @media (min-width: 1024px) {
    .c-search-timeline__path-row-wrap {
      position: static; } }

.c-search-timeline__path-row-padding {
  margin-top: 19px; }

.c-search-timeline__path-nav {
  position: absolute;
  bottom: 0;
  z-index: 0; }
  @media (min-width: 1024px) {
    .c-search-timeline__path-nav {
      width: 50%; } }

.c-search-timeline__path-nav--prev {
  text-align: left;
  right: 100%;
  -moz-transform: translateX(-12px);
  -o-transform: translateX(-12px);
  -ms-transform: translateX(-12px);
  -webkit-transform: translateX(-12px);
  transform: translateX(-12px); }
  @media (min-width: 1024px) {
    .c-search-timeline__path-nav--prev {
      transform: none;
      right: auto;
      left: 0; } }

.c-search-timeline__path-nav--next {
  text-align: right;
  left: 100%;
  -moz-transform: translateX(12px);
  -o-transform: translateX(12px);
  -ms-transform: translateX(12px);
  -webkit-transform: translateX(12px);
  transform: translateX(12px); }
  @media (min-width: 1024px) {
    .c-search-timeline__path-nav--next {
      transform: none;
      left: auto;
      right: 0; } }

.c-search-timeline__path-nav-button-padder-right,
.c-search-timeline__path-nav-button-padder-left {
  display: inline;
  background-color: #f2f2f2;
  z-index: 2;
  position: relative; }

@media (min-width: 1024px) {
  .c-search-timeline__path-nav-button-padder-left {
    padding-left: 12px; } }

@media (min-width: 1024px) {
  .c-search-timeline__path-nav-button-padder-right {
    padding-right: 12px; } }

.c-search-timeline__path-nav-button {
  z-index: 2;
  font-family: "Akkurat Mono", "monospace";
  font-weight: normal;
  padding: 10px 0 0 0;
  font-size: 14px;
  text-decoration: none;
  transition: background-color 150ms, color 150ms; }
  .c-search-timeline__path-nav-button:hover, .c-search-timeline__path-nav-button:focus, .c-search-timeline__path-nav-button:active {
    text-decoration: none; }
  @media (min-width: 1024px) {
    .c-search-timeline__path-nav-button {
      border: 1px solid #4F4F4F;
      padding-left: 1.5em;
      padding-right: 1.5em; }
      .no-touchevents .c-search-timeline__path-nav-button:hover {
        background-color: #4F4F4F;
        color: #fff; } }

.c-search-timeline__path-nav-button-label {
  display: none; }
  @media (min-width: 1024px) {
    .c-search-timeline__path-nav-button-label {
      display: inline; } }

.c-search-timeline__path-nav-button-icon {
  display: inline; }
  @media (min-width: 1024px) {
    .c-search-timeline__path-nav-button-icon {
      display: none; } }

.c-search-timeline__path-nav-line {
  display: none; }
  @media (min-width: 1024px) {
    .c-search-timeline__path-nav-line {
      display: block;
      height: 2px;
      width: 100%;
      z-index: 1;
      position: absolute;
      top: 50%;
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      background-image: linear-gradient(to right, #4F4F4F 40%, rgba(79, 79, 79, 0) 0%);
      background-position: bottom;
      background-size: 12px 2px;
      background-repeat: repeat-x; } }

.c-search-timeline__title {
  margin-top: 48px;
  margin-bottom: 20px;
  text-align: center; }

.c-search-timeline__view-type-buttons {
  text-align: center;
  margin-bottom: 20px; }

.c-search-timeline__view-type-button {
  float: none;
  margin-bottom: 0; }

.c-search-timeline__view-type-button + .c-search-timeline__view-type-button {
  margin-left: 12px; }

.c-search-timeline__line {
  width: 2px;
  background-color: #4F4F4F;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  left: 50%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.c-search-timeline__line-dot {
  width: 1em;
  height: 1em;
  border-radius: 1em;
  left: 50%;
  position: absolute;
  top: 0;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #4F4F4F; }

.c-search-timeline__line-dot--bottom {
  top: auto;
  bottom: 0; }

.c-search-timeline__group-wrap {
  min-height: 450px;
  margin-bottom: 2em;
  margin-top: -25%; }
  @media (max-width: 1024px) {
    .c-search-timeline__group-wrap {
      min-height: 400px; } }
  @media (min-width: 1024px) {
    .c-search-timeline__group-wrap {
      margin-bottom: 0;
      margin-top: -15%; } }
  @media (min-width: 1280px) {
    .c-search-timeline__group-wrap {
      margin-top: -14%; } }
  @media (min-width: 1600px) {
    .c-search-timeline__group-wrap {
      margin-top: -10%; } }
  @media (min-width: 1920px) {
    .c-search-timeline__group-wrap {
      margin-top: -7%; } }

.c-search-timeline__group-wrap--first {
  padding-top: 135px;
  margin-top: 0;
  margin-bottom: 135px; }
  @media (min-width: 640px) {
    .c-search-timeline__group-wrap--first {
      padding-top: 0px;
      margin-bottom: 30px; } }
  @media (min-width: 1024px) {
    .c-search-timeline__group-wrap--first {
      margin-bottom: 0; } }

.c-search-timeline__group-wrap--full {
  margin-top: 60px;
  margin-bottom: 0; }

.c-search-timeline__group {
  position: relative;
  width: 100%; }
  @media (min-width: 1024px) {
    .c-search-timeline__group {
      margin-left: auto;
      margin-right: auto;
      max-width: 480px; } }
  @media (min-width: 1280px) {
    .c-search-timeline__group {
      max-width: 540px; } }
  @media (min-width: 1600px) {
    .c-search-timeline__group {
      max-width: 720px; } }
  @media (min-width: 1920px) {
    .c-search-timeline__group {
      max-width: 900px; } }
  @media (min-width: 1024px) {
    .c-search-timeline__group {
      float: left; } }

@media (min-width: 1024px) {
  .c-search-timeline__group--right {
    float: right; } }

.c-search-timeline__group--first {
  width: 100%; }

.c-search-timeline__group-label-container {
  display: none; }
  @media (min-width: 1024px) {
    .c-search-timeline__group-label-container {
      display: block;
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: -8px;
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); } }

@media (min-width: 1024px) {
  .c-search-timeline__group-label-container--right {
    right: 0;
    left: auto; } }

.c-search-timeline__group-label-line {
  width: 114px;
  position: absolute;
  left: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #4F4F4F;
  height: 2px; }
  @media (min-width: 1280px) {
    .c-search-timeline__group-label-line {
      width: 127px; } }

@media (min-width: 1024px) {
  .c-search-timeline__group-label-line--right {
    left: auto;
    right: 0; } }

.c-search-timeline__group-label {
  display: block;
  max-width: 12em;
  padding: .5em 1.5em;
  border-radius: 2px;
  font-size: 14px;
  line-height: 1.4em;
  font-family: "Akkurat Mono", "monospace";
  text-align: center;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #4F4F4F;
  color: #fff;
  text-decoration: none; }
  .c-search-timeline__group-label:hover, .c-search-timeline__group-label:active, .c-search-timeline__group-label:focus {
    text-decoration: none; }

@media (min-width: 1024px) {
  .c-search-timeline__group-label--right {
    -moz-transform: translateX(50%);
    -o-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -webkit-transform: translateX(50%);
    transform: translateX(50%); } }

.c-search-timeline__items-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 308px; }
  @media (min-width: 360px) {
    .c-search-timeline__items-container {
      max-width: 320px; } }
  @media (min-width: 375px) {
    .c-search-timeline__items-container {
      max-width: 320px; } }
  @media (min-width: 400px) {
    .c-search-timeline__items-container {
      max-width: 360px; } }
  @media (min-width: 640px) {
    .c-search-timeline__items-container {
      max-width: 308px; } }
  @media (min-width: 720px) {
    .c-search-timeline__items-container {
      max-width: 320px; } }
  @media (min-width: 1024px) {
    .c-search-timeline__items-container {
      max-width: 320px; } }
  @media (min-width: 1280px) {
    .c-search-timeline__items-container {
      max-width: 360px; } }
  @media (min-width: 1600px) {
    .c-search-timeline__items-container {
      max-width: 540px; } }
  @media (min-width: 1920px) {
    .c-search-timeline__items-container {
      max-width: 720px; } }
  @media (min-width: 1024px) {
    .c-search-timeline__items-container {
      margin: 0 0 0 0;
      display: flex;
      justify-content: flex-end;
      flex-flow: row wrap;
      float: left; } }

@media (min-width: 1024px) {
  .c-search-timeline__items-container--right {
    justify-content: flex-start;
    float: right; } }

.c-search-timeline__items-container--right .u-search-item {
  float: left; }

.c-search-timeline__items-container--full {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 308px; }
  @media (min-width: 360px) {
    .c-search-timeline__items-container--full {
      max-width: 320px; } }
  @media (min-width: 375px) {
    .c-search-timeline__items-container--full {
      max-width: 320px; } }
  @media (min-width: 400px) {
    .c-search-timeline__items-container--full {
      max-width: 360px; } }
  @media (min-width: 640px) {
    .c-search-timeline__items-container--full {
      max-width: 462px; } }
  @media (min-width: 720px) {
    .c-search-timeline__items-container--full {
      max-width: 480px; } }
  @media (min-width: 1024px) {
    .c-search-timeline__items-container--full {
      max-width: 480px; } }
  @media (min-width: 1280px) {
    .c-search-timeline__items-container--full {
      max-width: 540px; } }
  @media (min-width: 1600px) {
    .c-search-timeline__items-container--full {
      max-width: 1440px; } }
  @media (min-width: 1920px) {
    .c-search-timeline__items-container--full {
      max-width: 1440px; } }

.c-search-timeline__group-link-container {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 900; }
  @media (min-width: 640px) {
    .c-search-timeline__group-link-container {
      display: none; } }

@media (min-width: 640px) and (max-width: 1024px) {
  .c-search-timeline__group-link-container {
    top: 130px; } }

@media (min-width: 640px) {
  .c-search-timeline__group-link-container--4 {
    display: block; } }

@media (min-width: 1600px) {
  .c-search-timeline__group-link-container--4 {
    display: none; } }

@media (min-width: 1600px) {
  .c-search-timeline__group-link-container--6 {
    display: block; } }

@media (min-width: 1920px) {
  .c-search-timeline__group-link-container--6 {
    display: none; } }

@media (min-width: 1920px) {
  .c-search-timeline__group-link-container--8 {
    display: block; } }

.c-search-timeline__group-link-circle {
  width: 180px;
  height: 180px;
  border-radius: 180px;
  background-color: #4F4F4F;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  @media (min-width: 1024px) {
    .c-search-timeline__group-link-circle {
      left: 60px;
      margin-top: -7px; } }

@media (min-width: 1024px) {
  .c-search-timeline__group-link-circle--right {
    left: 80%; } }

@media (min-width: 1600px) {
  .c-search-timeline__group-link-circle--right {
    left: 89%; } }

.c-search-timeline__group-link-circle--full {
  top: 180%; }
  @media (min-width: 720px) {
    .c-search-timeline__group-link-circle--full {
      top: 0; } }

.c-search-timeline__group-link-number {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 120px; }

.c-search-timeline__group-link-number-long-label {
  display: block;
  font-size: 16px;
  padding-bottom: 6px; }
  @media (min-width: 1024px) {
    .c-search-timeline__group-link-number-long-label {
      display: none; } }

.c-search-timeline__group-link-number-short-label {
  font-size: 14px; }
  @media (min-width: 1024px) {
    .c-search-timeline__group-link-number-short-label {
      font-size: inherit; } }

.c-search-timeline__items-container .u-search-item--2, .c-search-timeline__items-container .u-search-item--3, .c-search-timeline__items-container .u-search-item--4, .c-search-timeline__items-container .u-search-item--5, .c-search-timeline__items-container .u-search-item--6, .c-search-timeline__items-container .u-search-item--7 {
  display: none; }

@media (min-width: 640px) {
  .c-search-timeline__items-container .u-search-item--2 {
    display: block; }
  .c-search-timeline__items-container .u-search-item--3 {
    display: block; } }

@media (min-width: 1600px) {
  .c-search-timeline__items-container .u-search-item--4 {
    display: block; }
  .c-search-timeline__items-container .u-search-item--5 {
    display: block; } }

@media (min-width: 1920px) {
  .c-search-timeline__items-container .u-search-item--6 {
    display: block; }
  .c-search-timeline__items-container .u-search-item--7 {
    display: block; } }

.c-search-timeline__items-container--grouped-2 {
  padding-top: 4em;
  padding-bottom: 4em; }
  .c-search-timeline__items-container--grouped-2 .u-search-item--0 {
    transform: rotate(4deg);
    position: absolute;
    margin-top: -40%;
    margin-left: 7%; }
  .c-search-timeline__items-container--grouped-2 .u-search-item--1 {
    transform: rotate(-2deg);
    position: absolute;
    margin-top: -35%;
    margin-left: 45%; }
  @media (min-width: 640px) {
    .c-search-timeline__items-container--grouped-2 .u-search-item--0,
    .c-search-timeline__items-container--grouped-2 .u-search-item--1 {
      transform: none;
      position: static;
      margin-top: 0;
      margin-left: 0; } }

.c-search-timeline__items-container--grouped-2.c-search-timeline__items-container--right .u-search-item--0 {
  transform: rotate(-5deg);
  position: absolute;
  margin-top: -36%;
  margin-left: 8%; }

.c-search-timeline__items-container--grouped-2.c-search-timeline__items-container--right .u-search-item--1 {
  transform: rotate(2deg);
  position: absolute;
  margin-top: -39%;
  margin-left: 47%; }

@media (min-width: 640px) {
  .c-search-timeline__items-container--grouped-2.c-search-timeline__items-container--right .u-search-item--0,
  .c-search-timeline__items-container--grouped-2.c-search-timeline__items-container--right .u-search-item--1 {
    transform: none;
    position: static;
    margin-top: 0;
    margin-left: 0; } }

.c-search-timeline__items-container--grouped-2.c-search-timeline__items-container--full .u-search-item--0 {
  margin-top: 0; }

.c-search-timeline__items-container--grouped-2.c-search-timeline__items-container--full .u-search-item--1 {
  margin-top: 0; }

@media (min-width: 640px) {
  .c-search-timeline__items-container--grouped-4,
  .c-search-timeline__items-container--grouped-4.c-search-timeline__items-container--right {
    padding-top: 4em;
    padding-bottom: 4em; }
    .c-search-timeline__items-container--grouped-4 .u-search-item--0,
    .c-search-timeline__items-container--grouped-4.c-search-timeline__items-container--right .u-search-item--0 {
      transform: rotate(2deg);
      position: absolute;
      margin-top: -6%;
      margin-left: 10%; }
    .c-search-timeline__items-container--grouped-4 .u-search-item--3,
    .c-search-timeline__items-container--grouped-4.c-search-timeline__items-container--right .u-search-item--3 {
      position: absolute;
      transform: rotate(4deg);
      margin-top: 8%;
      margin-left: 20%; } }

@media (min-width: 1024px) {
  .c-search-timeline__items-container--grouped-4 {
    padding-top: 4em;
    padding-bottom: 4em; }
    .c-search-timeline__items-container--grouped-4 .u-search-item--0 {
      transform: rotate(2deg);
      position: absolute;
      margin-top: -6%;
      margin-left: -40%; }
    .c-search-timeline__items-container--grouped-4 .u-search-item--3 {
      position: absolute;
      transform: rotate(4deg);
      margin-top: 8%;
      margin-left: -30%; } }

@media (min-width: 1600px) {
  .c-search-timeline__items-container--grouped-4 {
    padding-top: 0;
    padding-bottom: 0; }
    .c-search-timeline__items-container--grouped-4 .u-search-item--0,
    .c-search-timeline__items-container--grouped-4 .u-search-item--3 {
      transform: none;
      position: static;
      margin-top: 0;
      margin-left: 0; } }

@media (min-width: 1600px) {
  .c-search-timeline__items-container--grouped-6 {
    padding-top: 4em;
    padding-bottom: 4em; }
    .c-search-timeline__items-container--grouped-6 .u-search-item--0 {
      transform: rotate(2deg);
      position: absolute;
      margin-top: -6%;
      margin-left: -50%; }
    .c-search-timeline__items-container--grouped-6 .u-search-item--4 {
      position: absolute;
      transform: rotate(4deg);
      margin-top: 8%;
      margin-left: -14%; }
    .c-search-timeline__items-container--grouped-6 .u-search-item--5 {
      position: absolute;
      transform: rotate(-2deg);
      margin-top: 8%;
      margin-left: -59%; } }

@media (min-width: 1920px) {
  .c-search-timeline__items-container--grouped-6 {
    padding-top: 0;
    padding-bottom: 0; }
    .c-search-timeline__items-container--grouped-6 .u-search-item--0,
    .c-search-timeline__items-container--grouped-6 .u-search-item--3,
    .c-search-timeline__items-container--grouped-6 .u-search-item--4,
    .c-search-timeline__items-container--grouped-6 .u-search-item--5 {
      transform: none;
      position: static;
      margin-top: 0;
      margin-left: 0; } }

@media (min-width: 1600px) {
  .c-search-timeline__items-container--grouped-6.c-search-timeline__items-container--right .u-search-item--0 {
    transform: rotate(2deg);
    position: absolute;
    margin-top: -6%;
    margin-left: 18%; }
  .c-search-timeline__items-container--grouped-6.c-search-timeline__items-container--right .u-search-item--4 {
    position: absolute;
    transform: rotate(4deg);
    margin-top: 8%;
    margin-left: 14%; }
  .c-search-timeline__items-container--grouped-6.c-search-timeline__items-container--right .u-search-item--5 {
    position: absolute;
    transform: rotate(-2deg);
    margin-top: 8%;
    margin-left: 51%; } }

@media (min-width: 1920px) {
  .c-search-timeline__items-container--grouped-8 {
    padding-top: 4em;
    padding-bottom: 4em; }
    .c-search-timeline__items-container--grouped-8 .u-search-item--0 {
      transform: rotate(2deg);
      position: absolute;
      margin-top: -6%;
      margin-left: -62%; }
    .c-search-timeline__items-container--grouped-8 .u-search-item--1 {
      transform: rotate(4deg);
      position: absolute;
      margin-top: -4%;
      margin-left: -14%; }
    .c-search-timeline__items-container--grouped-8 .u-search-item--6 {
      transform: rotate(-4deg);
      position: absolute;
      margin-top: 8%;
      margin-left: -64%; }
    .c-search-timeline__items-container--grouped-8 .u-search-item--7 {
      transform: rotate(2deg);
      position: absolute;
      margin-top: 8%;
      margin-left: -30%; } }

@media (min-width: 1920px) {
  .c-search-timeline__items-container--grouped-8.c-search-timeline__items-container--right .u-search-item--0 {
    transform: rotate(2deg);
    position: absolute;
    margin-top: -6%;
    margin-left: 11%; }
  .c-search-timeline__items-container--grouped-8.c-search-timeline__items-container--right .u-search-item--1 {
    transform: rotate(4deg);
    position: absolute;
    margin-top: -4%;
    margin-left: 38%; }
  .c-search-timeline__items-container--grouped-8.c-search-timeline__items-container--right .u-search-item--6 {
    transform: rotate(-4deg);
    position: absolute;
    margin-top: 8%;
    margin-left: 8%; }
  .c-search-timeline__items-container--grouped-8.c-search-timeline__items-container--right .u-search-item--7 {
    transform: rotate(2deg);
    position: absolute;
    margin-top: 8%;
    margin-left: 50%; } }

.c-search-table__container {
  position: relative; }

.c-search-table__item {
  display: block;
  width: 100%;
  background-color: #d9d9d9;
  margin-bottom: 1px;
  position: relative;
  box-shadow: 0 1.5px 2px rgba(0, 0, 0, 0.06), 0 1.5px 1.5px rgba(0, 0, 0, 0.06); }

.c-search-table__item--bright {
  background-color: #fff; }

.c-search-table__media-container {
  position: relative;
  float: left;
  width: 102px;
  height: 102px;
  margin-top: 12px; }
  @media (min-width: 640px) {
    .c-search-table__media-container {
      width: 110px;
      height: 110px;
      margin-bottom: 12px; } }

.c-search-table__media-container-wrap {
  width: 84px;
  height: 100%;
  margin-left: 9px;
  position: relative; }
  @media (min-width: 720px) {
    .c-search-table__media-container-wrap {
      width: 92px; } }

.c-search-table__media-container-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  margin: auto;
  max-width: 100%;
  max-height: 100%; }

.c-search-table__content-wrap {
  padding-left: 6px;
  padding-right: 6px;
  position: relative;
  width: 203px;
  float: left;
  height: 114px; }
  @media (min-width: 360px) {
    .c-search-table__content-wrap {
      padding-left: 7px;
      padding-right: 7px; } }
  @media (min-width: 400px) {
    .c-search-table__content-wrap {
      padding-left: 8px;
      padding-right: 8px; } }
  @media (min-width: 640px) {
    .c-search-table__content-wrap {
      padding-left: 6px;
      padding-right: 6px; } }
  @media (min-width: 720px) {
    .c-search-table__content-wrap {
      padding-left: 7px;
      padding-right: 7px; } }
  @media (min-width: 1280px) {
    .c-search-table__content-wrap {
      padding-left: 8px;
      padding-right: 8px; } }
  @media (min-width: 360px) {
    .c-search-table__content-wrap {
      width: 215px; } }
  @media (min-width: 400px) {
    .c-search-table__content-wrap {
      width: 255px; } }
  @media (min-width: 640px) {
    .c-search-table__content-wrap {
      width: 503px;
      height: auto;
      margin-top: 12px; } }
  @media (min-width: 720px) {
    .c-search-table__content-wrap {
      width: 527px; } }
  @media (min-width: 1280px) {
    .c-search-table__content-wrap {
      width: 650px; } }

.c-search-table__content-title-wrap {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media (min-width: 640px) {
    .c-search-table__content-title-wrap {
      position: inherit;
      top: auto;
      transform: none; } }

.c-search-table__content-title,
.c-search-table__content-description {
  font-size: 14px;
  line-height: 1.25;
  max-height: 3.7em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.c-search-table__content-title {
  font-weight: bold; }

.c-search-table__right-wrap {
  width: 100%;
  float: left; }
  @media (min-width: 640px) {
    .c-search-table__right-wrap {
      width: 503px; } }
  @media (min-width: 720px) {
    .c-search-table__right-wrap {
      width: 527px; } }
  @media (min-width: 1024px) {
    .c-search-table__right-wrap {
      width: 320px;
      float: right; } }

.c-search-table__right {
  padding-left: 6px;
  padding-right: 6px;
  width: 50%;
  float: left;
  font-size: 14px;
  position: relative;
  padding-top: 12px;
  padding-bottom: 12px; }
  @media (min-width: 360px) {
    .c-search-table__right {
      padding-left: 7px;
      padding-right: 7px; } }
  @media (min-width: 400px) {
    .c-search-table__right {
      padding-left: 8px;
      padding-right: 8px; } }
  @media (min-width: 640px) {
    .c-search-table__right {
      padding-left: 6px;
      padding-right: 6px; } }
  @media (min-width: 720px) {
    .c-search-table__right {
      padding-left: 7px;
      padding-right: 7px; } }
  @media (min-width: 1280px) {
    .c-search-table__right {
      padding-left: 8px;
      padding-right: 8px; } }

.c-search-table__right--full {
  width: 100%; }

.c-search-table__detail-padÂ  {
  height: 0; }

.c-search-table__detail-pad + .c-search-table__detail {
  margin-top: 1.25em; }

.c-search-table__detail {
  line-height: 1.25; }

.c-search-table__detail--force-wrap {
  word-wrap: break-word; }

.c-search-table__detail--one-line {
  height: 1.25em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.c-search-table__detail--mono {
  font-family: "Akkurat Mono", "monospace"; }

.c-search-table__detail--secondary {
  color: #4F4F4F; }

.c-search-table__detail--inline {
  display: inline;
  padding-right: 6px; }

.c-search-table__detail--label {
  color: #4F4F4F;
  font-weight: bold; }

.c-search-table__comment-count {
  position: absolute;
  top: 12px;
  right: 12px;
  height: 18px; }

.c-search-table__comment-count-label {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 12px;
  color: #fff; }

.c-search-feature {
  position: relative;
  text-align: center;
  height: 320px; }
  @media screen and (min-width: 720px) and (min-height: 480px), screen and (min-width: 1024px) {
    .c-search-feature {
      height: 400px; } }
  @media screen and (min-width: 720px) and (min-height: 480px) and (min-width: 720px) and (min-height: 580px), screen and (min-width: 1024px) and (min-width: 720px) and (min-height: 580px) {
    .c-search-feature {
      height: 500px; } }
  @media screen and (min-width: 1280px) {
    .c-search-feature {
      height: 480px; } }
  @media screen and (min-width: 1280px) and (min-width: 1280px) and (min-height: 740px) {
    .c-search-feature {
      height: 580px; } }
  @media screen and (min-width: 1280px) and (min-width: 1280px) and (min-height: 840px) {
    .c-search-feature {
      height: 680px; } }
  @media print {
    .c-search-feature {
      width: 100%;
      max-width: 100%; } }

.c-search-feature__wrap {
  position: absolute;
  left: 50%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 320px;
  width: 680px; }
  @media screen and (min-width: 720px) and (min-height: 480px), screen and (min-width: 1024px) {
    .c-search-feature__wrap {
      height: 400px;
      width: 850px; } }
  @media screen and (min-width: 720px) and (min-height: 480px) and (min-width: 720px) and (min-height: 580px), screen and (min-width: 1024px) and (min-width: 720px) and (min-height: 580px) {
    .c-search-feature__wrap {
      height: 500px;
      width: 1062.5px; } }
  @media screen and (min-width: 1280px) {
    .c-search-feature__wrap {
      height: 480px;
      width: 1020px; } }
  @media screen and (min-width: 1280px) and (min-width: 1280px) and (min-height: 740px) {
    .c-search-feature__wrap {
      height: 580px;
      width: 1232.5px; } }
  @media screen and (min-width: 1280px) and (min-width: 1280px) and (min-height: 840px) {
    .c-search-feature__wrap {
      height: 680px;
      width: 1445px; } }
  @media print {
    .c-search-feature__wrap {
      width: 100%;
      max-width: 100%; } }

.c-search-feature__row {
  height: 50%;
  position: relative;
  opacity: 0;
  transform: scale(0.95);
  transform-origin: 50% 125%; }
  .c-search-feature__row > div {
    transition: all 0.5s;
    transform: scale(0.95);
    transform-origin: 50% 125%; }
  .c-search-feature__row > div:first-child {
    transform-origin: 150% 125%; }
  .c-search-feature__row > div:last-child {
    transform-origin: -150% 125%; }
  .c-search-feature__row + .c-search-feature__row {
    transform-origin: 50% -25%; }
    .c-search-feature__row + .c-search-feature__row > div {
      transform-origin: 50% -25%; }
    .c-search-feature__row + .c-search-feature__row > div:first-child {
      transform-origin: 150% -25%; }
    .c-search-feature__row + .c-search-feature__row > div:last-child {
      transform-origin: -150% -25%; }

.c-search-feature-slider__active-slide .c-search-feature__info-box {
  background-color: black;
  opacity: 1; }
  .c-search-feature-slider__active-slide .c-search-feature__info-box.is--topic {
    background-color: #aa2232; }
  .c-search-feature-slider__active-slide .c-search-feature__info-box.is--place {
    background-color: #0666b0; }

.c-search-feature-slider__active-slide .c-search-feature__row {
  opacity: 1;
  transform: scale(1); }
  .c-search-feature-slider__active-slide .c-search-feature__row > div {
    transform: scale(1); }

.c-search-feature__anchor {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }
  .c-search-feature__anchor.is-bottom {
    bottom: auto;
    top: 0; }

.c-search-feature__anchor-wrap {
  display: inline-block;
  height: 100%;
  position: relative; }

.c-search-feature__image {
  max-width: 100%; }

.c-search-feature__info-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 500;
  color: #fff;
  opacity: .5;
  transition: opacity .5s;
  z-index: 1001;
  /*

  width: 213px;
  height: 213px;

  @include media('>=phone360') {
    width: 219px;
    height: 219px;
  }

  @include media('>=phone400') {
    width: 246px;
    height: 246px;
  }

  @include media('>=phablet') {
    width: 306px;
    height: 306px;
  }

  @media (min-width: 1280px) and (max-height: 700px) {
    width: 344px;
    height: 344px;
  }
  
  */ }

.c-search-feature__info-box {
  width: 220px;
  height: 220px;
  font-size: 14px; }
  @media (min-width: 360px) {
    .c-search-feature__info-box {
      width: 246px;
      height: 246px; } }
  @media (min-width: 640px) {
    .c-search-feature__info-box {
      width: 276px;
      height: 276px;
      font-size: 15px; } }
  @media (min-width: 720px) {
    .c-search-feature__info-box {
      width: 306px;
      height: 306px;
      font-size: 16px; } }

.c-search-feature__info-box-content {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .c-search-feature__info-box-content .c-button {
    border-color: #fff;
    border: 2px solid;
    margin: .5em 0; }
  .c-search-feature__info-box-content .c-filters__item {
    font-size: 1.125em;
    line-height: 1.4;
    padding: 0.675em 1.125em;
    color: white !important; }
    .c-search-feature__info-box-content .c-filters__item + div {
      font-weight: bold; }

.c-search-feature__info-box-label {
  padding: 1em 0; }

.c-search-feature-slider {
  position: relative; }

.c-search-feature-slider__navigation-container {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.c-search-feature-slider__navigation-container {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 36px;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1000;
  pointer-events: none; }

.c-search-feature-slider__prev,
.c-search-feature-slider__next {
  width: 36px;
  height: 36px;
  position: absolute;
  opacity: .8;
  pointer-events: all; }
  .c-search-feature-slider__prev svg,
  .c-search-feature-slider__next svg {
    width: 100%;
    height: 100%; }

.c-search-feature-slider__prev {
  left: 0; }

.c-search-feature-slider__next {
  right: 0; }

.c-search-feature-collage {
  position: relative;
  display: flex;
  flex-wrap: wrap; }
  .c-search-feature-collage li {
    height: 100px; }
    @media screen and (min-width: 720px) {
      .c-search-feature-collage li {
        height: 125px; } }
    @media screen and (min-width: 1280px) {
      .c-search-feature-collage li {
        height: 150px; } }
    .c-search-feature-collage li img {
      width: auto;
      height: 100%; }
  .c-search-feature-collage + h1 {
    position: absolute;
    top: 46%;
    width: 100%;
    text-align: center;
    font-size: 1.3em;
    color: #fff;
    z-index: 1; }
    @media screen and (max-width: 639px) {
      .c-search-feature-collage + h1 {
        top: 44%;
        font-size: 1em; } }
    @media screen and (min-width: 1280px) {
      .c-search-feature-collage + h1 {
        top: 48%; } }
    .c-search-feature-collage + h1 a {
      display: inline-block;
      font-weight: bold; }

.c-stack-button {
  display: inline-block;
  width: 25%;
  max-width: 90px;
  margin-bottom: 1em;
  cursor: pointer;
  user-select: none;
  font-size: 12px; }
  @media (min-width: 512px) {
    .c-stack-button {
      width: 16.66666%; } }
  @media (min-width: 640px) {
    .c-stack-button {
      width: 12.5%; } }
  @media (min-width: 1024px) {
    .c-stack-button {
      max-width: 8.3333333%; } }

.c-stack-button--inline {
  width: 50%;
  max-width: 50%; }

.c-stack-button__bg {
  border: 1px solid #d9d9d9;
  display: block;
  padding-bottom: 82.22222222%;
  margin: 0 0.5em;
  position: relative; }

.c-stack-button__bg--1,
.c-stack-button__bg--2 {
  border: none;
  transition: all 150ms; }
  .c-stack-button__bg--1:before, .c-stack-button__bg--1:after,
  .c-stack-button__bg--2:before,
  .c-stack-button__bg--2:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    box-shadow: 0 1.5px 2px rgba(0, 0, 0, 0.06), 0 1.5px 1.5px rgba(0, 0, 0, 0.06); }
  .c-stack-button__bg--1:after,
  .c-stack-button__bg--2:after {
    display: none;
    z-index: 1;
    transform: rotate(5deg); }
  .no-touchevents .c-stack-button__bg--1:hover, .no-touchevents
  .c-stack-button__bg--2:hover {
    -moz-transform: translate(0, -2px);
    -o-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    -webkit-transform: translate(0, -2px);
    transform: translate(0, -2px); }
    .no-touchevents .c-stack-button__bg--1:hover:before, .no-touchevents
    .c-stack-button__bg--2:hover:before {
      -moz-transform: translate(-1px, -1px);
      -o-transform: translate(-1px, -1px);
      -ms-transform: translate(-1px, -1px);
      -webkit-transform: translate(-1px, -1px);
      transform: translate(-1px, -1px); }
    .no-touchevents .c-stack-button__bg--1:hover:after, .no-touchevents
    .c-stack-button__bg--2:hover:after {
      -moz-transform: translate(2px, 2px);
      -o-transform: translate(2px, 2px);
      -ms-transform: translate(2px, 2px);
      -webkit-transform: translate(2px, 2px);
      transform: translate(2px, 2px); }

.c-stack-button__bg--2:after {
  display: block; }

.c-stack-button__content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: auto;
  z-index: 5;
  -moz-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%); }

.c-stack-button__count,
.c-stack-button__label {
  width: 100%;
  text-align: center;
  font-size: 1em; }

.c-stack-button__count {
  font-family: "Akkurat Mono", "monospace"; }

.c-stack-button__label {
  font-size: 0.8125em;
  margin-top: 0.25em;
  padding: 0 2px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.c-module-box {
  position: relative;
  float: left;
  background-color: #f2f2f2;
  width: 100%;
  color: #3a2e2d;
  box-shadow: 0 1.5px 2px rgba(0, 0, 0, 0.06), 0 1.5px 1.5px rgba(0, 0, 0, 0.06);
  transition: all 250ms;
  height: 213px; }
  @media (min-width: 360px) {
    .c-module-box {
      height: 219px; } }
  @media (min-width: 400px) {
    .c-module-box {
      height: 246px; } }
  @media (min-width: 640px) {
    .c-module-box {
      height: 213px; } }
  @media (min-width: 720px) {
    .c-module-box {
      height: 219px; } }
  @media (min-width: 1280px) {
    .c-module-box {
      height: 246px; } }
  .no-touchevents .c-module-box:hover {
    -moz-transform: translate(0, -2px);
    -o-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    -webkit-transform: translate(0, -2px);
    transform: translate(0, -2px);
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12), 0 3px 6px rgba(0, 0, 0, 0.08); }

.c-module-box--large {
  height: 219px; }
  @media (min-width: 360px) {
    .c-module-box--large {
      height: 219px; } }
  @media (min-width: 400px) {
    .c-module-box--large {
      height: 219px; } }
  @media (min-width: 640px) {
    .c-module-box--large {
      height: 373px; } }
  @media (min-width: 720px) {
    .c-module-box--large {
      height: 373px; } }
  @media (min-width: 1280px) {
    .c-module-box--large {
      height: 373px; } }

.c-module-box--bright {
  background-color: #fff; }

.c-module-box--dark {
  background-color: #3a2e2d;
  color: #fff; }

.c-module-box--dark-stack,
.c-module-box--bright-stack {
  box-shadow: none;
  transform: scale(0.975);
  cursor: pointer; }
  .no-touchevents .c-module-box--dark-stack:hover, .no-touchevents
  .c-module-box--bright-stack:hover {
    transform: none;
    box-shadow: none;
    transform: scale(1); }

.c-module-box--dark-stack {
  color: #fff; }

.c-module-box--bright-stack {
  color: #3a2e2d; }

.c-module-box--slide-in {
  opacity: 0;
  animation: module-slide-in 250ms forwards;
  animation-delay: 0; }

.c-module-box__media {
  float: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 33.33333%;
  overflow: hidden; }

.c-module-box__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  max-width: 90%;
  max-height: 90%;
  margin: auto; }

.c-module-box__footer {
  position: absolute;
  bottom: .7em;
  left: .7em;
  font-size: .625em;
  opacity: .5; }

.c-module-box__content-wrap {
  position: absolute;
  top: 66.66667%;
  bottom: 0;
  padding: 0 0.5em;
  font-size: 0.875em;
  max-width: 100%; }

.c-module-box__content-wrap--prioritized {
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0;
  right: 0;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 1em;
  z-index: 10; }

.c-module-box__content-wrap--no-media {
  top: 1em; }

.c-module-box__content-body {
  display: block;
  line-height: 1.25;
  width: 100%;
  max-height: 5.55em;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-wrap: break-all;
  hyphens: auto;
  font-size: 13px; }
  @media (min-width: 1280px) {
    .c-module-box__content-body {
      font-size: 14px; } }

.c-module-box__content-body--prioritized {
  text-align: center;
  font-size: 15px; }
  @media (min-width: 1280px) {
    .c-module-box__content-body--prioritized {
      font-size: 16px; } }

.c-module-box__content-body--no-media {
  display: block;
  max-height: none; }

.c-module-box__content-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: 2.25em;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis; }

.c-module-box__content-description {
  margin-top: .5em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  max-height: 7.5em;
  -webkit-line-clamp: 6;
  overflow: hidden;
  text-overflow: ellipsis; }

.c-module-box__view-all-button-wrap {
  font-size: 0.875em; }

.c-module-box__title {
  font-size: 1.0625em;
  line-height: 1.3em;
  font-weight: bold;
  height: 2.6em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.c-module-box__title--small {
  font-size: 0.9375em;
  height: 3.9em;
  -webkit-line-clamp: 3;
  font-weight: normal;
  text-align: left; }

.c-module-box__byline {
  font-family: "Akkurat Mono", "monospace";
  font-size: 0.85em;
  margin-top: 0.5em;
  line-height: 1.25; }

.c-module-box__byline--small {
  font-size: 0.75em;
  text-align: left; }

.c-module-box__description {
  height: 2.5em;
  font-size: 0.875em;
  margin-top: 0.5em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: left; }

.c-module-box__description--no-media {
  height: 7.5em;
  -webkit-line-clamp: 6; }

.c-module-box__stack-title {
  font-weight: normal;
  font-size: 0.75em;
  text-decoration: none;
  display: inline-block;
  padding: 0.25em 1em;
  position: relative;
  margin-top: 0.666666667em; }

.c-module-box__stack-list {
  list-style: none;
  padding: 0;
  margin: 1.3125em 0.4375em; }

.c-module-box__stack-list-item {
  margin: 1em 0; }

.c-module-box__stack-list-link {
  font-weight: bold;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  text-decoration: none; }

.c-module-box__stack-list-button {
  margin-top: .5em; }

.c-module-box__background-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 3;
  background-color: #3a2e2d;
  box-shadow: 0 1.5px 2px rgba(0, 0, 0, 0.06), 0 1.5px 1.5px rgba(0, 0, 0, 0.06);
  transition: all 250ms;
  transform: rotate(1.5deg); }

.c-module-box__background-wrap--bright {
  background-color: #fff; }

.c-module-box__background-wrap--rot1 {
  z-index: 2;
  transform: none; }

.c-module-box__background-wrap--rot2 {
  z-index: 1;
  transform: rotate(-1.5deg); }

.c-module-box__background-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.4;
  background-image: inherit;
  background-position: center;
  background-size: cover; }

.no-touchevents .c-module-box--dark-stack:hover .c-module-box__background-wrap,
.no-touchevents .c-module-box--bright-stack:hover .c-module-box__background-wrap {
  -moz-transform: translate(-0.25em, -0.25em);
  -o-transform: translate(-0.25em, -0.25em);
  -ms-transform: translate(-0.25em, -0.25em);
  -webkit-transform: translate(-0.25em, -0.25em);
  transform: translate(-0.25em, -0.25em); }

.no-touchevents .c-module-box--dark-stack:hover .c-module-box__background-wrap--rot1,
.no-touchevents .c-module-box--bright-stack:hover .c-module-box__background-wrap--rot1 {
  transform: none; }

.no-touchevents .c-module-box--dark-stack:hover .c-module-box__background-wrap--rot2,
.no-touchevents .c-module-box--bright-stack:hover .c-module-box__background-wrap--rot2 {
  -moz-transform: translate(0.25em, 0.25em);
  -o-transform: translate(0.25em, 0.25em);
  -ms-transform: translate(0.25em, 0.25em);
  -webkit-transform: translate(0.25em, 0.25em);
  transform: translate(0.25em, 0.25em); }

.c-module-box__add-to-list-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  transition: background-color 150ms;
  margin-left: 6px;
  margin-right: 6px; }
  .c-module-box__add-to-list-wrap.is-in-list {
    background-color: rgba(128, 128, 128, 0.5);
    pointer-events: all; }
  @media (min-width: 360px) {
    .c-module-box__add-to-list-wrap {
      margin-left: 7px;
      margin-right: 7px; } }
  @media (min-width: 400px) {
    .c-module-box__add-to-list-wrap {
      margin-left: 8px;
      margin-right: 8px; } }
  @media (min-width: 640px) {
    .c-module-box__add-to-list-wrap {
      margin-left: 6px;
      margin-right: 6px; } }
  @media (min-width: 720px) {
    .c-module-box__add-to-list-wrap {
      margin-left: 7px;
      margin-right: 7px; } }
  @media (min-width: 1280px) {
    .c-module-box__add-to-list-wrap {
      margin-left: 8px;
      margin-right: 8px; } }

.c-module-box__add-to-list-button {
  position: absolute;
  top: 0;
  bottom: 33.3333333%;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.45);
  pointer-events: all;
  cursor: pointer;
  transition: background-color 150ms; }
  .is-in-list .c-module-box__add-to-list-button {
    background-color: rgba(255, 255, 255, 0); }
  .no-touchevents .c-module-box__add-to-list-button:hover {
    background-color: rgba(255, 255, 255, 0.8); }
  .no-touchevents .is-in-list .c-module-box__add-to-list-button:hover {
    background-color: rgba(255, 255, 255, 0); }

.c-module-box__add-to-list-button-content {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center; }

.c-module-box__add-to-list-button-icon {
  text-align: center; }
  .c-module-box__add-to-list-button-icon svg {
    transition: fill 150ms; }

.c-module-box__add-to-list-button-icon--plus {
  display: inline-block; }
  .c-module-box__add-to-list-button-icon--plus svg {
    fill: #000; }
  .is-in-list .c-module-box__add-to-list-button-icon--plus {
    display: none; }
    .is-in-list .c-module-box__add-to-list-button-icon--plus svg {
      fill: #fff; }

.c-module-box__add-to-list-button-icon--minus {
  display: none; }
  .c-module-box__add-to-list-button-icon--minus svg {
    fill: #fff; }
  .is-in-list .c-module-box__add-to-list-button-icon--minus {
    display: inline-block; }
    .is-in-list .c-module-box__add-to-list-button-icon--minus svg {
      fill: #000; }

.c-module-box__add-to-list-button-label {
  text-align: center;
  font-size: 13px;
  padding-top: 12px; }

.c-module-box__add-to-list-button-label--add {
  display: block; }
  .is-in-list .c-module-box__add-to-list-button-label--add {
    display: none; }

.c-module-box__add-to-list-button-label--remove {
  display: none; }
  .is-in-list .c-module-box__add-to-list-button-label--remove {
    display: block; }

.c-list-object__link {
  text-decoration: none; }
  .c-list-object__link:hover, .c-list-object__link:active, .c-list-object__link:focus {
    text-decoration: none; }

.c-list-object__read-more {
  font-size: .825em; }

.c-list-object__image-box {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 154px;
  height: 154px;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 6px;
  padding-bottom: 6px;
  display: inline-block;
  margin: 0;
  float: left; }
  @media (min-width: 360px) {
    .c-list-object__image-box {
      max-width: 160px; } }
  @media (min-width: 375px) {
    .c-list-object__image-box {
      max-width: 160px; } }
  @media (min-width: 400px) {
    .c-list-object__image-box {
      max-width: 180px; } }
  @media (min-width: 720px) {
    .c-list-object__image-box {
      max-width: 160px; } }
  @media (min-width: 1024px) {
    .c-list-object__image-box {
      max-width: 160px; } }
  @media (min-width: 1280px) {
    .c-list-object__image-box {
      max-width: 180px; } }
  @media (min-width: 1600px) {
    .c-list-object__image-box {
      max-width: 180px; } }
  @media (min-width: 1920px) {
    .c-list-object__image-box {
      max-width: 180px; } }
  @media (min-width: 360px) {
    .c-list-object__image-box {
      height: 160px; } }
  @media (min-width: 375px) {
    .c-list-object__image-box {
      height: 160px; } }
  @media (min-width: 400px) {
    .c-list-object__image-box {
      height: 180px; } }
  @media (min-width: 640px) {
    .c-list-object__image-box {
      height: 154px; } }
  @media (min-width: 720px) {
    .c-list-object__image-box {
      height: 160px; } }
  @media (min-width: 1024px) {
    .c-list-object__image-box {
      height: 160px; } }
  @media (min-width: 1280px) {
    .c-list-object__image-box {
      height: 180px; } }
  @media (min-width: 1600px) {
    .c-list-object__image-box {
      height: 180px; } }
  @media (min-width: 1920px) {
    .c-list-object__image-box {
      height: 180px; } }
  @media (min-width: 360px) {
    .c-list-object__image-box {
      padding-left: 7px;
      padding-right: 7px; } }
  @media (min-width: 400px) {
    .c-list-object__image-box {
      padding-left: 8px;
      padding-right: 8px; } }
  @media (min-width: 640px) {
    .c-list-object__image-box {
      padding-left: 6px;
      padding-right: 6px; } }
  @media (min-width: 720px) {
    .c-list-object__image-box {
      padding-left: 7px;
      padding-right: 7px; } }
  @media (min-width: 1280px) {
    .c-list-object__image-box {
      padding-left: 8px;
      padding-right: 8px; } }
  @media (min-width: 360px) {
    .c-list-object__image-box {
      padding-top: 7px;
      padding-bottom: 7px; } }
  @media (min-width: 400px) {
    .c-list-object__image-box {
      padding-top: 8px;
      padding-bottom: 8px; } }
  @media (min-width: 640px) {
    .c-list-object__image-box {
      padding-top: 6px;
      padding-bottom: 6px; } }
  @media (min-width: 720px) {
    .c-list-object__image-box {
      padding-top: 7px;
      padding-bottom: 7px; } }
  @media (min-width: 1280px) {
    .c-list-object__image-box {
      padding-top: 8px;
      padding-bottom: 8px; } }

.c-list-object__image-box--0-1,
.c-list-object__image-box--0-2,
.c-list-object__image-box--0-3,
.c-list-object__image-box--0-4,
.c-list-object__image-box--0-5,
.c-list-object__image-box--1-2 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 308px;
  height: 308px;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 6px;
  padding-bottom: 6px; }
  @media (min-width: 360px) {
    .c-list-object__image-box--0-1,
    .c-list-object__image-box--0-2,
    .c-list-object__image-box--0-3,
    .c-list-object__image-box--0-4,
    .c-list-object__image-box--0-5,
    .c-list-object__image-box--1-2 {
      max-width: 320px; } }
  @media (min-width: 375px) {
    .c-list-object__image-box--0-1,
    .c-list-object__image-box--0-2,
    .c-list-object__image-box--0-3,
    .c-list-object__image-box--0-4,
    .c-list-object__image-box--0-5,
    .c-list-object__image-box--1-2 {
      max-width: 320px; } }
  @media (min-width: 400px) {
    .c-list-object__image-box--0-1,
    .c-list-object__image-box--0-2,
    .c-list-object__image-box--0-3,
    .c-list-object__image-box--0-4,
    .c-list-object__image-box--0-5,
    .c-list-object__image-box--1-2 {
      max-width: 360px; } }
  @media (min-width: 720px) {
    .c-list-object__image-box--0-1,
    .c-list-object__image-box--0-2,
    .c-list-object__image-box--0-3,
    .c-list-object__image-box--0-4,
    .c-list-object__image-box--0-5,
    .c-list-object__image-box--1-2 {
      max-width: 320px; } }
  @media (min-width: 1024px) {
    .c-list-object__image-box--0-1,
    .c-list-object__image-box--0-2,
    .c-list-object__image-box--0-3,
    .c-list-object__image-box--0-4,
    .c-list-object__image-box--0-5,
    .c-list-object__image-box--1-2 {
      max-width: 320px; } }
  @media (min-width: 1280px) {
    .c-list-object__image-box--0-1,
    .c-list-object__image-box--0-2,
    .c-list-object__image-box--0-3,
    .c-list-object__image-box--0-4,
    .c-list-object__image-box--0-5,
    .c-list-object__image-box--1-2 {
      max-width: 360px; } }
  @media (min-width: 1600px) {
    .c-list-object__image-box--0-1,
    .c-list-object__image-box--0-2,
    .c-list-object__image-box--0-3,
    .c-list-object__image-box--0-4,
    .c-list-object__image-box--0-5,
    .c-list-object__image-box--1-2 {
      max-width: 360px; } }
  @media (min-width: 1920px) {
    .c-list-object__image-box--0-1,
    .c-list-object__image-box--0-2,
    .c-list-object__image-box--0-3,
    .c-list-object__image-box--0-4,
    .c-list-object__image-box--0-5,
    .c-list-object__image-box--1-2 {
      max-width: 360px; } }
  @media (min-width: 360px) {
    .c-list-object__image-box--0-1,
    .c-list-object__image-box--0-2,
    .c-list-object__image-box--0-3,
    .c-list-object__image-box--0-4,
    .c-list-object__image-box--0-5,
    .c-list-object__image-box--1-2 {
      height: 320px; } }
  @media (min-width: 375px) {
    .c-list-object__image-box--0-1,
    .c-list-object__image-box--0-2,
    .c-list-object__image-box--0-3,
    .c-list-object__image-box--0-4,
    .c-list-object__image-box--0-5,
    .c-list-object__image-box--1-2 {
      height: 320px; } }
  @media (min-width: 400px) {
    .c-list-object__image-box--0-1,
    .c-list-object__image-box--0-2,
    .c-list-object__image-box--0-3,
    .c-list-object__image-box--0-4,
    .c-list-object__image-box--0-5,
    .c-list-object__image-box--1-2 {
      height: 360px; } }
  @media (min-width: 640px) {
    .c-list-object__image-box--0-1,
    .c-list-object__image-box--0-2,
    .c-list-object__image-box--0-3,
    .c-list-object__image-box--0-4,
    .c-list-object__image-box--0-5,
    .c-list-object__image-box--1-2 {
      height: 308px; } }
  @media (min-width: 720px) {
    .c-list-object__image-box--0-1,
    .c-list-object__image-box--0-2,
    .c-list-object__image-box--0-3,
    .c-list-object__image-box--0-4,
    .c-list-object__image-box--0-5,
    .c-list-object__image-box--1-2 {
      height: 320px; } }
  @media (min-width: 1024px) {
    .c-list-object__image-box--0-1,
    .c-list-object__image-box--0-2,
    .c-list-object__image-box--0-3,
    .c-list-object__image-box--0-4,
    .c-list-object__image-box--0-5,
    .c-list-object__image-box--1-2 {
      height: 320px; } }
  @media (min-width: 1280px) {
    .c-list-object__image-box--0-1,
    .c-list-object__image-box--0-2,
    .c-list-object__image-box--0-3,
    .c-list-object__image-box--0-4,
    .c-list-object__image-box--0-5,
    .c-list-object__image-box--1-2 {
      height: 360px; } }
  @media (min-width: 1600px) {
    .c-list-object__image-box--0-1,
    .c-list-object__image-box--0-2,
    .c-list-object__image-box--0-3,
    .c-list-object__image-box--0-4,
    .c-list-object__image-box--0-5,
    .c-list-object__image-box--1-2 {
      height: 360px; } }
  @media (min-width: 1920px) {
    .c-list-object__image-box--0-1,
    .c-list-object__image-box--0-2,
    .c-list-object__image-box--0-3,
    .c-list-object__image-box--0-4,
    .c-list-object__image-box--0-5,
    .c-list-object__image-box--1-2 {
      height: 360px; } }
  @media (min-width: 360px) {
    .c-list-object__image-box--0-1,
    .c-list-object__image-box--0-2,
    .c-list-object__image-box--0-3,
    .c-list-object__image-box--0-4,
    .c-list-object__image-box--0-5,
    .c-list-object__image-box--1-2 {
      padding-left: 7px;
      padding-right: 7px; } }
  @media (min-width: 400px) {
    .c-list-object__image-box--0-1,
    .c-list-object__image-box--0-2,
    .c-list-object__image-box--0-3,
    .c-list-object__image-box--0-4,
    .c-list-object__image-box--0-5,
    .c-list-object__image-box--1-2 {
      padding-left: 8px;
      padding-right: 8px; } }
  @media (min-width: 640px) {
    .c-list-object__image-box--0-1,
    .c-list-object__image-box--0-2,
    .c-list-object__image-box--0-3,
    .c-list-object__image-box--0-4,
    .c-list-object__image-box--0-5,
    .c-list-object__image-box--1-2 {
      padding-left: 6px;
      padding-right: 6px; } }
  @media (min-width: 720px) {
    .c-list-object__image-box--0-1,
    .c-list-object__image-box--0-2,
    .c-list-object__image-box--0-3,
    .c-list-object__image-box--0-4,
    .c-list-object__image-box--0-5,
    .c-list-object__image-box--1-2 {
      padding-left: 7px;
      padding-right: 7px; } }
  @media (min-width: 1280px) {
    .c-list-object__image-box--0-1,
    .c-list-object__image-box--0-2,
    .c-list-object__image-box--0-3,
    .c-list-object__image-box--0-4,
    .c-list-object__image-box--0-5,
    .c-list-object__image-box--1-2 {
      padding-left: 8px;
      padding-right: 8px; } }
  @media (min-width: 360px) {
    .c-list-object__image-box--0-1,
    .c-list-object__image-box--0-2,
    .c-list-object__image-box--0-3,
    .c-list-object__image-box--0-4,
    .c-list-object__image-box--0-5,
    .c-list-object__image-box--1-2 {
      padding-top: 7px;
      padding-bottom: 7px; } }
  @media (min-width: 400px) {
    .c-list-object__image-box--0-1,
    .c-list-object__image-box--0-2,
    .c-list-object__image-box--0-3,
    .c-list-object__image-box--0-4,
    .c-list-object__image-box--0-5,
    .c-list-object__image-box--1-2 {
      padding-top: 8px;
      padding-bottom: 8px; } }
  @media (min-width: 640px) {
    .c-list-object__image-box--0-1,
    .c-list-object__image-box--0-2,
    .c-list-object__image-box--0-3,
    .c-list-object__image-box--0-4,
    .c-list-object__image-box--0-5,
    .c-list-object__image-box--1-2 {
      padding-top: 6px;
      padding-bottom: 6px; } }
  @media (min-width: 720px) {
    .c-list-object__image-box--0-1,
    .c-list-object__image-box--0-2,
    .c-list-object__image-box--0-3,
    .c-list-object__image-box--0-4,
    .c-list-object__image-box--0-5,
    .c-list-object__image-box--1-2 {
      padding-top: 7px;
      padding-bottom: 7px; } }
  @media (min-width: 1280px) {
    .c-list-object__image-box--0-1,
    .c-list-object__image-box--0-2,
    .c-list-object__image-box--0-3,
    .c-list-object__image-box--0-4,
    .c-list-object__image-box--0-5,
    .c-list-object__image-box--1-2 {
      padding-top: 8px;
      padding-bottom: 8px; } }

.c-list-object__image-box--1-3 {
  margin-right: 1px; }

.c-list-object__image-box-wrap {
  width: 100%;
  height: 100%;
  padding: 1em;
  position: relative;
  background-color: #4F4F4F; }

.c-list-object__image-box-image {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.c-list-ghost {
  width: 30px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 1000;
  display: none; }
  .c-list-ghost.is-active {
    display: block;
    transition: all 250ms ease-out; }

.c-filters {
  float: left;
  font-size: 12px;
  -webkit-user-select: none;
  vertical-align: middle;
  white-space: normal;
  display: block; }

.c-filters__item-wrap {
  display: inline-block;
  vertical-align: middle;
  white-space: normal; }

.c-filters__item-wrap--adder:before {
  display: inline-block;
  vertical-align: middle;
  width: 1.5em;
  content: '+';
  font-size: 1em;
  line-height: 1.5;
  text-align: center; }

.c-filters__item {
  display: inline-block;
  vertical-align: middle;
  font-size: 1em;
  line-height: 1.5;
  border-radius: 2px;
  border: 1px solid;
  color: #3a2e2d;
  border-color: #ccc;
  text-decoration: none;
  padding: 0.25em 1em;
  position: relative;
  white-space: nowrap;
  font-family: "Akkurat Mono", "monospace"; }

.c-filters__item--query {
  color: #3a2e2d;
  padding-left: 0;
  padding-right: 0;
  border-color: transparent;
  border-bottom-color: #ccc; }
  .c-filters__item--query:before {
    content: "Â«"; }
  .c-filters__item--query:after {
    content: "Â»"; }
  .c-filters__item--query.is-single {
    border-bottom-color: transparent; }

.c-filters__item--topic,
.c-filters__item--subject {
  background-color: #AA2232;
  border-color: #AA2232;
  color: #fff; }
  .c-filters__item--topic.is-outline,
  .c-filters__item--subject.is-outline {
    background-color: transparent;
    color: #AA2232; }

.c-filters__item--place {
  background-color: #0666b0;
  border-color: #0666b0;
  color: #fff; }
  .c-filters__item--place.is-outline {
    background-color: transparent;
    color: #0666b0; }

.c-filters__item--time {
  background-color: #4F4F4F;
  border-color: #4F4F4F;
  color: #fff; }
  .c-filters__item--time.is-outline {
    background-color: transparent;
    color: #4F4F4F; }

/*

.c-filters__item--other {
  background-color: $base-color;
  border-color: $base-color;
  color: #fff;

  &.is-outline {
    background-color: transparent;
    color: $base-color;
  }
}

*/
.c-context {
  background-color: #3a2e2d;
  position: relative;
  overflow: hidden;
  height: 64px; }
  @media (min-width: 720px) {
    .c-context {
      height: 76px; } }
  @media (min-width: 1280px) {
    .c-context {
      height: 90px; } }

.c-context__wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }

.c-context__back-button {
  position: absolute;
  left: 1em;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1000;
  padding-left: 1em;
  padding-right: 1em; }
  @media (min-width: 640px) {
    .c-context__back-button {
      padding-left: 1.5em;
      padding-right: 1.5em; } }

.c-context__back-button-arrow {
  display: inline-block;
  font-family: "Akkurat Mono", "monospace";
  font-size: 1.5em;
  padding-top: 2px; }
  @media (min-width: 640px) {
    .c-context__back-button-arrow {
      font-size: 1em;
      margin-left: -10px; } }

.c-context__back-button-label {
  display: none; }
  @media (min-width: 640px) {
    .c-context__back-button-label {
      display: inline; } }

.c-context__list {
  position: relative; }

.c-context__item {
  position: absolute;
  top: 0;
  left: 50%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 64px;
  height: 64px; }
  @media (min-width: 720px) {
    .c-context__item {
      width: 76px;
      height: 76px; } }
  @media (min-width: 1280px) {
    .c-context__item {
      width: 90px;
      height: 90px; } }

.c-context__item-bg {
  width: 100%;
  height: 100%;
  opacity: .5;
  z-index: 1;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.c-context__item-bg--not-active {
  -webkit-filter: grayscale(100%);
  filter: gray; }

.c-context__content-container {
  padding: .5em;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 100;
  transition: opacity 150ms ease-in-out;
  opacity: 0; }
  .no-touchevents .c-context__content-container:hover {
    opacity: 1; }

.c-context__content-container--active {
  opacity: 1; }

.c-context__content {
  font-family: "Akkurat Mono", "monospace";
  font-size: .75em;
  position: absolute;
  padding: 0.5em 0.75em;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  border-radius: 2px;
  border: 1px solid #fff; }

.c-context__content--active {
  width: 100%;
  height: 100%;
  display: block;
  transform: none;
  position: relative;
  left: auto; }

.c-context__number-label {
  color: #fff;
  height: auto;
  display: block; }

.c-context__number-label--active {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.c-collect-bar {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1500; }
  .c-collect-bar .c-collect-bar__group {
    display: none;
    height: 80px;
    padding-top: 10px;
    float: left;
    text-align: center;
    width: 100%;
    overflow: hidden;
    color: #f2f2f2;
    z-index: 1500; }
    @media (min-width: 720px) {
      .c-collect-bar .c-collect-bar__group {
        padding-top: 35px;
        height: 120px; } }
    @media (min-width: 1280px) {
      .c-collect-bar .c-collect-bar__group {
        padding-top: 43px;
        height: 160px; } }
    .c-collect-bar .c-collect-bar__group.c-collect-bar__group--collect {
      background-color: rgba(0, 0, 0, 0.85); }
    .c-collect-bar .c-collect-bar__group.c-collect-bar__group--order {
      background-color: rgba(79, 79, 79, 0.85); }
      .c-collect-bar .c-collect-bar__group.c-collect-bar__group--order .c-collect-bar__group__label {
        color: #000; }
    .c-collect-bar .c-collect-bar__group.c-collect-bar__group--active {
      display: block; }
    .c-collect-bar .c-collect-bar__group.c-collect-bar__group--half {
      width: 50%; }
  .c-collect-bar .c-collect-bar__count-box {
    border: 1px solid #fff;
    text-align: center;
    font-size: 20px;
    width: 64px;
    height: 50px;
    line-height: 50px; }
    @media (min-width: 1280px) {
      .c-collect-bar .c-collect-bar__count-box {
        font-size: 24px;
        width: 100px;
        height: 74px;
        line-height: 74px; } }
  .t-overlay-state .c-collect-bar {
    display: none; }

.c-collect-bar__group__label {
  display: block;
  font-size: 14px;
  padding-bottom: 3px; }
  @media (min-width: 720px) {
    .c-collect-bar__group__label + .c-collect-bar__group__label {
      margin-left: 16px; } }
  @media (min-width: 720px) {
    .c-collect-bar__group__label.c-collect-bar__group__label--phone {
      display: none; } }
  .c-collect-bar__group__label.c-collect-bar__group__label--tablet {
    display: none; }
    @media (min-width: 720px) {
      .c-collect-bar__group__label.c-collect-bar__group__label--tablet {
        display: inline-block; } }
  .c-collect-bar__group__label a.c-collect-bar__group__label__cancel {
    height: 30px;
    padding: 10px 0 0 0;
    color: #000000;
    line-height: .75em;
    font-size: .75em;
    font-weight: bold;
    text-decoration: underline; }
  @media (min-width: 720px) {
    .c-collect-bar__group__label {
      display: inline-block;
      height: 50px;
      line-height: 50px; } }

.c-collect-bar__list-collect-info {
  opacity: 1;
  transition: opacity 150ms ease-in; }
  .c-collect-bar__list-collect-info.is-hidden {
    opacity: 0; }

.c-object--dark {
  background-color: #f2f2f2; }

.c-object__bottom-section {
  background-color: #f2f2f2;
  margin-top: 2em;
  padding: 2em 0; }

.c-object__content-wrap {
  padding-left: 6px;
  padding-right: 6px;
  line-height: 1.5em; }
  @media (min-width: 360px) {
    .c-object__content-wrap {
      padding-left: 7px;
      padding-right: 7px; } }
  @media (min-width: 400px) {
    .c-object__content-wrap {
      padding-left: 8px;
      padding-right: 8px; } }
  @media (min-width: 640px) {
    .c-object__content-wrap {
      padding-left: 6px;
      padding-right: 6px; } }
  @media (min-width: 720px) {
    .c-object__content-wrap {
      padding-left: 7px;
      padding-right: 7px; } }
  @media (min-width: 1280px) {
    .c-object__content-wrap {
      padding-left: 8px;
      padding-right: 8px; } }

.c-object__title {
  font-size: 1.5em;
  line-height: 1.25;
  font-weight: bold;
  padding-top: 0.25em;
  margin-bottom: 0.25em; }
  .c-object__title .c-edit__title__trigger {
    float: right;
    padding-left: .75em;
    font-size: .75em;
    font-weight: bold;
    text-decoration: none; }

.c-object__action-buttons {
  margin: 2em 0 1em 0; }

.c-object__action-buttons-item {
  float: left;
  margin-right: 1em; }

.c-object__action-buttons-label {
  color: #4F4F4F; }

.c-object__info-section--no-title {
  border-top: 1px solid #4F4F4F;
  margin-top: 1em;
  padding-top: .875em; }

.c-object__info-section-title {
  border-bottom: 1px solid #4F4F4F;
  margin-top: 2em;
  margin-bottom: 1em;
  padding-bottom: .5em;
  display: block;
  font-weight: bold; }

.c-object__info-section-title--no-border {
  border-bottom: none;
  margin-bottom: .5em; }

.c-object__info-section-title--sub {
  font-weight: lighter;
  border-bottom: none;
  margin-top: 1.5em;
  margin-bottom: 0; }

.c-object__title-with-icon {
  margin-top: 3em;
  margin-bottom: 1em;
  font-weight: bold;
  line-height: 1.8em; }

.c-object__title-icon {
  width: 1.8em;
  height: 1.8em;
  float: left; }
  .c-object__title-icon svg {
    max-width: 100%; }

.c-object__title-with-icon-label {
  float: left;
  padding-left: .75em; }

.maps-container-btn {
  width: 100%;
  text-align: left; }

.c-object__maps-container {
  height: auto; }

.c-object__maps-container.show {
  height: 480px;
  margin-bottom: 1em; }

.template--investigation .map-container {
  display: none; }
  .template--investigation .map-container.show {
    display: block;
    height: 100%; }

.c-object__read-more-container {
  padding: 1em 0 2em 0;
  text-align: center; }

.c-object__order-wrap {
  margin-top: 30px;
  padding: 30px;
  background-color: #4F4F4F;
  color: #fff; }

.c-object__order-image-wrap {
  width: 35%;
  float: left;
  position: relative;
  text-align: center; }

.c-object__order-text-wrap {
  width: 65%;
  float: right;
  padding-top: 12px;
  padding-left: 30px;
  text-align: center; }

.c-media-slider {
  background-color: #f2f2f2;
  position: relative;
  height: 320px; }
  @media screen and (min-width: 720px) and (min-height: 480px), screen and (min-width: 1024px) {
    .c-media-slider {
      height: 400px; } }
  @media screen and (min-width: 720px) and (min-height: 480px) and (min-width: 720px) and (min-height: 580px), screen and (min-width: 1024px) and (min-width: 720px) and (min-height: 580px) {
    .c-media-slider {
      height: 500px; } }
  @media screen and (min-width: 1280px) {
    .c-media-slider {
      height: 480px; } }
  @media screen and (min-width: 1280px) and (min-width: 1280px) and (min-height: 740px) {
    .c-media-slider {
      height: 580px; } }
  @media screen and (min-width: 1280px) and (min-width: 1280px) and (min-height: 840px) {
    .c-media-slider {
      height: 680px; } }
  @media print {
    .c-media-slider {
      width: 100%;
      max-width: 100%; } }
  .c-media-slider:after {
    content: "";
    display: table;
    clear: both; }

.c-media-slider--small {
  height: 320px; }

.c-media-slider__container {
  position: relative;
  width: 100%; }
  @media (min-width: 1024px) {
    .c-media-slider__container {
      margin-left: auto;
      margin-right: auto;
      max-width: 960px; } }
  @media (min-width: 1280px) {
    .c-media-slider__container {
      max-width: 1080px; } }
  @media (min-width: 1600px) {
    .c-media-slider__container {
      max-width: 1440px; } }
  @media (min-width: 1920px) {
    .c-media-slider__container {
      max-width: 1440px; } }

.c-media-slider__container--small {
  width: 100%; }

.c-media-slider__list {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative; }
  .c-media-slider__list:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }

.c-media-slider__slide-container {
  -webkit-backface-visibility: hidden;
  list-style: none;
  zoom: 1;
  display: block;
  opacity: .7;
  background-color: #4F4F4F;
  height: 320px;
  transition: opacity 250ms;
  position: relative; }
  @media screen and (min-width: 720px) and (min-height: 480px), screen and (min-width: 1024px) {
    .c-media-slider__slide-container {
      height: 400px; } }
  @media screen and (min-width: 720px) and (min-height: 480px) and (min-width: 720px) and (min-height: 580px), screen and (min-width: 1024px) and (min-width: 720px) and (min-height: 580px) {
    .c-media-slider__slide-container {
      height: 500px; } }
  @media screen and (min-width: 1280px) {
    .c-media-slider__slide-container {
      height: 480px; } }
  @media screen and (min-width: 1280px) and (min-width: 1280px) and (min-height: 740px) {
    .c-media-slider__slide-container {
      height: 580px; } }
  @media screen and (min-width: 1280px) and (min-width: 1280px) and (min-height: 840px) {
    .c-media-slider__slide-container {
      height: 680px; } }
  @media print {
    .c-media-slider__slide-container {
      width: 100%;
      max-width: 100%; } }

.c-media-slider__slide-container--small {
  height: 320px; }

.c-media-slider__active-slide {
  opacity: 1; }

.c-media-slider__slide-content {
  padding-top: 1em;
  padding-bottom: 4em;
  width: 100%;
  height: 100%;
  position: relative;
  display: block; }
  @media (min-width: 720px) {
    .c-media-slider__slide-content {
      padding: 2em 2em 4em 2em; } }

.c-media-slider__slide-content--no-padding {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0; }

.c-media-slider__slide-image {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  position: relative;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.c-media-slider__navigation-container {
  position: absolute;
  z-index: 501;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  opacity: 0;
  transition: opacity 250ms;
  pointer-events: none; }

.no-touchevents .c-media-slider:hover .c-media-slider__navigation-container {
  opacity: 1; }

.c-media-slider__next,
.c-media-slider__prev {
  text-decoration: none;
  position: relative;
  width: 2em;
  height: 2em;
  float: left;
  pointer-events: all; }
  .c-media-slider__next:hover, .c-media-slider__next:focus, .c-media-slider__next:active,
  .c-media-slider__prev:hover,
  .c-media-slider__prev:focus,
  .c-media-slider__prev:active {
    text-decoration: none; }

.c-media-slider__next {
  float: right; }
  @media (min-width: 1024px) {
    .c-media-slider__next {
      margin-right: -29px; } }
  @media (min-width: 1280px) {
    .c-media-slider__next {
      margin-right: -2em; } }

@media (min-width: 1024px) {
  .c-media-slider__prev {
    margin-left: -29px; } }

@media (min-width: 1280px) {
  .c-media-slider__prev {
    margin-left: -2em; } }

.c-media-slider__next--small,
.c-media-slider__prev--small {
  margin-left: 0;
  margin-right: 0; }

.c-media-slider__next.c-media-slider__disabled,
.c-media-slider__prev.c-media-slider__disabled {
  display: none; }

.c-media-slider__next-label,
.c-media-slider__prev-label {
  font-size: .75em;
  padding: 0 .25em;
  text-transform: uppercase;
  letter-spacing: 0.075em; }

.c-media-slider__next-label--object {
  display: none; }

.c-media-slider__next-icon,
.c-media-slider__prev-icon {
  position: absolute;
  right: .5em;
  width: 2em;
  height: 2em;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

@media (min-width: 720px) {
  .c-media-slider__next-icon\@\>\=tablet,
  .c-media-slider__prev-icon\@\>\=tablet {
    position: absolute;
    right: -2em;
    width: 2em;
    height: 2em;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); } }

.c-media-slider__prev-icon\@\>\=tablet {
  right: auto;
  left: -2em; }

.c-media-slider__controls-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 500; }

.c-media-slider__grid-control {
  position: absolute;
  bottom: 1.625em;
  left: 1.625em; }

.c-media-slider__license-wrap {
  display: none; }
  @media (min-width: 720px) {
    .c-media-slider__license-wrap {
      font-size: 12px;
      position: absolute;
      bottom: 20px;
      right: 25px; }
      .c-media-slider__active-slide .c-media-slider__license-wrap {
        display: block; } }

.c-media-slider__license-box {
  text-align: right; }

.c-media-slider__license-box--special {
  font-style: italic;
  opacity: .8; }

.c-media-slider__license-link {
  text-decoration: none;
  opacity: .6; }
  .c-media-slider__license-link:active, .c-media-slider__license-link:focus, .c-media-slider__license-link:hover {
    opacity: 1;
    text-decoration: none; }

.c-media-slider__license-image {
  transform: scale(90%);
  display: inline;
  padding-left: 6px;
  margin-top: -2px; }

.c-media-grid-slider {
  background-color: #f2f2f2;
  position: relative; }
  .c-media-grid-slider:after {
    content: "";
    display: table;
    clear: both; }

.c-media-grid-slider__container {
  position: relative; }

@media (min-width: 720px) {
  .c-media-grid-slider__container\@\>\=tablet {
    width: 83.333333%;
    max-width: 1200px;
    margin: 0 auto; } }

.c-media-grid-slider__viewportÂ  {
  background-color: red; }

.c-media-grid-slider__list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .c-media-grid-slider__list:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }

.c-media-grid-slider__slide-container {
  -webkit-backface-visibility: hidden;
  list-style: none;
  zoom: 1;
  display: block;
  background-color: #4F4F4F;
  position: relative;
  z-index: -1000; }

.c-media-grid-slider__slide-content-wrap1 {
  width: 100%;
  padding-bottom: 56.25%;
  user-select: none;
  position: relative; }

.c-media-grid-slider__slide-content-wrap2 {
  position: absolute;
  width: 100%;
  padding-bottom: 50%; }

.c-media-grid-slider__slide-content {
  margin: 1em;
  position: absolute;
  height: 100%; }

.c-media-grid-slider__slide-image-box {
  display: inline-block;
  max-width: 25%;
  padding: 1em; }

.c-media-grid-slider__slide-image {
  margin: auto;
  max-width: 174px;
  max-height: 174px;
  top: 50%;
  position: relative;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.c-media-grid-slider__navigation-container {
  position: absolute;
  z-index: 501;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  opacity: 0;
  transition: opacity 250ms; }

.no-touchevents .c-media-grid-slider:hover .c-media-grid-slider__navigation-container {
  opacity: 1; }

.c-media-grid-slider__next,
.c-media-grid-slider__prev {
  text-decoration: none;
  position: relative; }
  .c-media-grid-slider__next:hover, .c-media-grid-slider__next:focus, .c-media-grid-slider__next:active,
  .c-media-grid-slider__prev:hover,
  .c-media-grid-slider__prev:focus,
  .c-media-grid-slider__prev:active {
    text-decoration: none; }

.c-media-grid-slider__next {
  float: right; }

.c-media-grid-slider__next.c-media-grid-slider__disabled,
.c-media-grid-slider__prev.c-media-grid-slider__disabled {
  display: none; }

.c-media-grid-slider__next-label,
.c-media-grid-slider__prev-label {
  font-size: .75em;
  padding: 0 .25em;
  text-transform: uppercase;
  letter-spacing: 0.075em; }

.c-media-grid-slider__next-label--object {
  display: none; }

.c-media-grid-slider__next-icon,
.c-media-grid-slider__prev-icon {
  position: absolute;
  right: -2em;
  width: 2em;
  height: 2em;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.c-media-grid-slider__prev-icon {
  right: auto;
  left: -2em; }

.c-add-feature {
  display: none;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0; }
  .t-add-feature-state .c-add-feature {
    display: block;
    z-index: 3000; }

.c-add-feature__wrap {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 309px;
  color: #fff;
  display: none; }
  @media (min-width: 360px) {
    .c-add-feature__wrap {
      max-width: 321px; } }
  @media (min-width: 375px) {
    .c-add-feature__wrap {
      max-width: 321px; } }
  @media (min-width: 400px) {
    .c-add-feature__wrap {
      max-width: 361px; } }
  @media (min-width: 640px) {
    .c-add-feature__wrap {
      max-width: 617px; } }
  @media (min-width: 720px) {
    .c-add-feature__wrap {
      max-width: 641px; } }
  @media (min-width: 1024px) {
    .c-add-feature__wrap {
      max-width: 641px; } }
  @media (min-width: 1280px) {
    .c-add-feature__wrap {
      max-width: 721px; } }
  @media (min-width: 1600px) {
    .c-add-feature__wrap {
      max-width: 721px; } }
  @media (min-width: 1920px) {
    .c-add-feature__wrap {
      max-width: 721px; } }
  .c-add-feature__wrap.is-active {
    display: block; }

.c-add-feature__image-wrap {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-content: flex-start; }

.c-add-feature__image-box {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 154px;
  height: 154px;
  display: flex;
  position: relative;
  padding-left: 6px;
  padding-right: 6px;
  margin-top: 6px;
  margin-bottom: 6px; }
  @media (min-width: 360px) {
    .c-add-feature__image-box {
      max-width: 160px; } }
  @media (min-width: 375px) {
    .c-add-feature__image-box {
      max-width: 160px; } }
  @media (min-width: 400px) {
    .c-add-feature__image-box {
      max-width: 180px; } }
  @media (min-width: 720px) {
    .c-add-feature__image-box {
      max-width: 160px; } }
  @media (min-width: 1024px) {
    .c-add-feature__image-box {
      max-width: 160px; } }
  @media (min-width: 1280px) {
    .c-add-feature__image-box {
      max-width: 180px; } }
  @media (min-width: 1600px) {
    .c-add-feature__image-box {
      max-width: 180px; } }
  @media (min-width: 1920px) {
    .c-add-feature__image-box {
      max-width: 180px; } }
  @media (min-width: 360px) {
    .c-add-feature__image-box {
      height: 160px; } }
  @media (min-width: 375px) {
    .c-add-feature__image-box {
      height: 160px; } }
  @media (min-width: 400px) {
    .c-add-feature__image-box {
      height: 180px; } }
  @media (min-width: 640px) {
    .c-add-feature__image-box {
      height: 154px; } }
  @media (min-width: 720px) {
    .c-add-feature__image-box {
      height: 160px; } }
  @media (min-width: 1024px) {
    .c-add-feature__image-box {
      height: 160px; } }
  @media (min-width: 1280px) {
    .c-add-feature__image-box {
      height: 180px; } }
  @media (min-width: 1600px) {
    .c-add-feature__image-box {
      height: 180px; } }
  @media (min-width: 1920px) {
    .c-add-feature__image-box {
      height: 180px; } }
  @media (min-width: 360px) {
    .c-add-feature__image-box {
      padding-left: 7px;
      padding-right: 7px; } }
  @media (min-width: 400px) {
    .c-add-feature__image-box {
      padding-left: 8px;
      padding-right: 8px; } }
  @media (min-width: 640px) {
    .c-add-feature__image-box {
      padding-left: 6px;
      padding-right: 6px; } }
  @media (min-width: 720px) {
    .c-add-feature__image-box {
      padding-left: 7px;
      padding-right: 7px; } }
  @media (min-width: 1280px) {
    .c-add-feature__image-box {
      padding-left: 8px;
      padding-right: 8px; } }
  @media (min-width: 360px) {
    .c-add-feature__image-box {
      margin-top: 7px;
      margin-bottom: 7px; } }
  @media (min-width: 400px) {
    .c-add-feature__image-box {
      margin-top: 8px;
      margin-bottom: 8px; } }
  @media (min-width: 640px) {
    .c-add-feature__image-box {
      margin-top: 6px;
      margin-bottom: 6px; } }
  @media (min-width: 720px) {
    .c-add-feature__image-box {
      margin-top: 7px;
      margin-bottom: 7px; } }
  @media (min-width: 1280px) {
    .c-add-feature__image-box {
      margin-top: 8px;
      margin-bottom: 8px; } }

.c-add-feature__image-box-wrap {
  height: 154px;
  background-color: #0f0f0f;
  position: relative;
  float: left;
  width: 100%; }
  @media (min-width: 360px) {
    .c-add-feature__image-box-wrap {
      height: 160px; } }
  @media (min-width: 375px) {
    .c-add-feature__image-box-wrap {
      height: 160px; } }
  @media (min-width: 400px) {
    .c-add-feature__image-box-wrap {
      height: 180px; } }
  @media (min-width: 640px) {
    .c-add-feature__image-box-wrap {
      height: 154px; } }
  @media (min-width: 720px) {
    .c-add-feature__image-box-wrap {
      height: 160px; } }
  @media (min-width: 1024px) {
    .c-add-feature__image-box-wrap {
      height: 160px; } }
  @media (min-width: 1280px) {
    .c-add-feature__image-box-wrap {
      height: 180px; } }
  @media (min-width: 1600px) {
    .c-add-feature__image-box-wrap {
      height: 180px; } }
  @media (min-width: 1920px) {
    .c-add-feature__image-box-wrap {
      height: 180px; } }

.c-add-feature__image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%; }

.c-media-gallery {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #4F4F4F; }

.c-media-gallery__media-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 6em;
  right: 0;
  background-color: #4F4F4F; }
  @media (min-width: 1024px) {
    .c-media-gallery__media-container {
      bottom: 0;
      right: 480px; }
      .is-info-toggled .c-media-gallery__media-container {
        right: 64px; } }

.c-media-gallery__info-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 70%;
  border-top: 1px solid #363636;
  background-color: #4F4F4F;
  transition: height 150ms ease-out; }
  .is-info-toggled .c-media-gallery__info-container {
    height: 48px; }
  @media (min-width: 1024px) {
    .c-media-gallery__info-container {
      top: 0;
      left: auto;
      height: auto;
      width: 480px;
      transition: width 150ms ease-out;
      border-top: 0;
      border-left: 1px solid #363636; }
      .is-info-toggled .c-media-gallery__info-container {
        width: 64px;
        height: auto; } }

.c-media-gallery__info-container__content {
  display: block;
  width: 100%;
  font-size: 14px;
  padding-left: 12px;
  padding-right: 12px;
  opacity: 1;
  transition: opacity 150ms ease-out;
  position: absolute;
  top: 78px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  padding-bottom: 2em; }
  .is-info-toggled .c-media-gallery__info-container__content {
    opacity: 0; }
  @media (min-width: 1024px) {
    .c-media-gallery__info-container__content {
      width: 356px;
      padding-left: 30px;
      font-size: 16px;
      right: auto;
      top: 72px; } }

.c-media-gallery__info-container__navigation {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  height: 47px;
  width: auto;
  background-color: #4F4F4F;
  padding: 8px; }
  @media (min-width: 1024px) {
    .c-media-gallery__info-container__navigation {
      bottom: 0;
      left: auto;
      top: 68px;
      height: auto;
      display: block;
      border-color: inherit;
      padding-left: 7px;
      padding-bottom: 0; } }

.c-media-gallery__navigation-group {
  float: right;
  display: inline-block; }
  @media (min-width: 1024px) {
    .c-media-gallery__navigation-group {
      display: inline;
      float: none; } }

.c-media-gallery__info-description {
  line-height: 1.5em;
  color: #000; }

.c-media-gallery__download-button {
  margin-top: 30px;
  text-decoration: none;
  height: 36px;
  display: none; }
  .c-media-gallery__download-button:hover, .c-media-gallery__download-button:active, .c-media-gallery__download-button:focus {
    text-decoration: none; }
  .c-media-gallery__download-button.is-active {
    display: inline-block; }

.c-media-gallery__download-button-icon {
  float: left; }

.c-media-gallery__download-button-label {
  display: inline-block;
  float: left;
  line-height: 36px;
  padding-left: 14px;
  color: #000; }

.c-media-gallery__close-button {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1000; }

.c-media-gallery__index-wrap {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  float: left;
  padding-right: 8px; }
  @media (min-width: 1024px) {
    .c-media-gallery__index-wrap {
      display: block;
      height: auto;
      line-height: inherit;
      float: none;
      padding-right: 0; } }

.c-media-gallery__toolbar-button {
  display: inline-block;
  text-decoration: none;
  height: 30px;
  width: 30px; }
  .c-media-gallery__toolbar-button svg {
    width: 30px;
    height: 30px; }
  .c-media-gallery__toolbar-button:hover, .c-media-gallery__toolbar-button:active, .c-media-gallery__toolbar-button:focus {
    text-decoration: none; }
  @media (min-width: 1024px) {
    .c-media-gallery__toolbar-button {
      margin-top: 5px;
      height: auto;
      width: auto;
      display: block; }
      .c-media-gallery__toolbar-button svg {
        width: auto;
        height: auto; } }

.c-media-gallery__license-wrap {
  display: none;
  font-size: 13px;
  margin-top: 30px; }
  .c-media-gallery__license-wrap.is-active {
    display: block; }

.c-media-gallery__license-box {
  padding-top: 6px; }

.c-media-gallery__zoom-container {
  position: absolute;
  top: 8px;
  left: 8px;
  display: inline-block;
  z-index: 1000; }

.c-media-gallery__zoom-button {
  float: left; }

.c-media-gallery__zoom-label {
  line-height: 24px;
  float: left;
  font-family: "Akkurat Mono", "monospace";
  font-size: 16px;
  width: 54px;
  text-align: center; }

.c-object-link {
  text-decoration: None;
  padding-bottom: 2em; }
  .c-object-link:hover, .c-object-linkactive, .c-object-link:focus {
    text-decoration: None; }
  .c-object-link:hover .c-object-link__title {
    text-decoration: underline; }

.c-object-link__title {
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: .9em;
  line-height: 1.2; }

.c-object-link__desc {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: .9em;
  line-height: 1.2; }

.c-order-image__checkout-terms {
  font-size: 14px; }

.c-order-image__checkout-form {
  margin-top: 60px; }

.c-order-image__checkout-form-button-wrap {
  margin: 30px 0 60px 0; }

.c-owner-header {
  position: relative;
  background-color: #f2f2f2;
  z-index: 0;
  height: 320px; }
  @media (min-width: 360px) {
    .c-owner-header {
      height: 360px; } }
  @media (min-width: 375px) {
    .c-owner-header {
      height: 375px; } }
  @media (min-width: 400px) {
    .c-owner-header {
      height: 400px; } }
  @media (min-width: 640px) {
    .c-owner-header {
      height: 480px; } }
  @media (min-width: 720px) {
    .c-owner-header {
      height: 540px; } }
  @media (min-width: 1024px) {
    .c-owner-header {
      height: 620px; } }
  @media (min-width: 1280px) {
    .c-owner-header {
      height: 690px; } }
  @media (min-width: 1600px) {
    .c-owner-header {
      height: 900px; } }

.c-owner-header__bg-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  max-width: 1600px;
  margin: 0 auto; }

.c-owner-header__box-wrap {
  margin: 0 auto;
  position: relative;
  top: -167px;
  left: 0;
  right: 0;
  z-index: 2; }

.c-owner-header__box {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 308px;
  background-color: #0f0f0f;
  color: #fff;
  min-height: 300px;
  position: relative; }
  @media (min-width: 360px) {
    .c-owner-header__box {
      max-width: 320px; } }
  @media (min-width: 375px) {
    .c-owner-header__box {
      max-width: 320px; } }
  @media (min-width: 400px) {
    .c-owner-header__box {
      max-width: 360px; } }
  @media (min-width: 640px) {
    .c-owner-header__box {
      max-width: 616px; } }
  @media (min-width: 720px) {
    .c-owner-header__box {
      max-width: 640px; } }
  @media (min-width: 1024px) {
    .c-owner-header__box {
      max-width: 960px; } }
  @media (min-width: 1280px) {
    .c-owner-header__box {
      max-width: 1080px; } }
  @media (min-width: 1600px) {
    .c-owner-header__box {
      max-width: 1080px; } }
  @media (min-width: 1920px) {
    .c-owner-header__box {
      max-width: 1080px; } }

.c-owner-header__box-logo--setup-1 {
  width: 16.666666%;
  position: absolute;
  text-align: center;
  margin-left: 8.33333%;
  margin-top: 70px; }
  .c-owner-header__box-logo--setup-1 img {
    max-width: 90%; }

.c-owner-header__box-text--setup-1 {
  padding-top: 56px;
  padding-bottom: 56px;
  margin-left: 33.33333%;
  margin-right: 8.33333%;
  line-height: 2em; }

.c-owner-header__box-text__links {
  padding-top: 1em; }
  .c-owner-header__box-text__links a + a {
    padding-left: 2em; }

.c-owner-map {
  height: 480px; }

.c-object-type-box {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 77px;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 6px;
  padding-bottom: 6px;
  float: left; }
  @media (min-width: 360px) {
    .c-object-type-box {
      max-width: 80px; } }
  @media (min-width: 375px) {
    .c-object-type-box {
      max-width: 80px; } }
  @media (min-width: 400px) {
    .c-object-type-box {
      max-width: 90px; } }
  @media (min-width: 640px) {
    .c-object-type-box {
      max-width: 154px; } }
  @media (min-width: 720px) {
    .c-object-type-box {
      max-width: 160px; } }
  @media (min-width: 1024px) {
    .c-object-type-box {
      max-width: 160px; } }
  @media (min-width: 1280px) {
    .c-object-type-box {
      max-width: 180px; } }
  @media (min-width: 1600px) {
    .c-object-type-box {
      max-width: 180px; } }
  @media (min-width: 1920px) {
    .c-object-type-box {
      max-width: 180px; } }
  @media (min-width: 360px) {
    .c-object-type-box {
      padding-left: 7px;
      padding-right: 7px; } }
  @media (min-width: 400px) {
    .c-object-type-box {
      padding-left: 8px;
      padding-right: 8px; } }
  @media (min-width: 640px) {
    .c-object-type-box {
      padding-left: 6px;
      padding-right: 6px; } }
  @media (min-width: 720px) {
    .c-object-type-box {
      padding-left: 7px;
      padding-right: 7px; } }
  @media (min-width: 1280px) {
    .c-object-type-box {
      padding-left: 8px;
      padding-right: 8px; } }
  @media (min-width: 360px) {
    .c-object-type-box {
      padding-top: 7px;
      padding-bottom: 7px; } }
  @media (min-width: 400px) {
    .c-object-type-box {
      padding-top: 8px;
      padding-bottom: 8px; } }
  @media (min-width: 640px) {
    .c-object-type-box {
      padding-top: 6px;
      padding-bottom: 6px; } }
  @media (min-width: 720px) {
    .c-object-type-box {
      padding-top: 7px;
      padding-bottom: 7px; } }
  @media (min-width: 1280px) {
    .c-object-type-box {
      padding-top: 8px;
      padding-bottom: 8px; } }

.c-object-type-box__container {
  height: 77px;
  background-color: #d9d9d9;
  position: relative; }
  @media (min-width: 360px) {
    .c-object-type-box__container {
      height: 80px; } }
  @media (min-width: 375px) {
    .c-object-type-box__container {
      height: 80px; } }
  @media (min-width: 400px) {
    .c-object-type-box__container {
      height: 90px; } }
  @media (min-width: 640px) {
    .c-object-type-box__container {
      height: 154px; } }
  @media (min-width: 720px) {
    .c-object-type-box__container {
      height: 160px; } }
  @media (min-width: 1024px) {
    .c-object-type-box__container {
      height: 160px; } }
  @media (min-width: 1280px) {
    .c-object-type-box__container {
      height: 180px; } }
  @media (min-width: 1600px) {
    .c-object-type-box__container {
      height: 180px; } }
  @media (min-width: 1920px) {
    .c-object-type-box__container {
      height: 180px; } }

.c-object-type-box__content {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.c-object-type-box__count {
  font-size: .9em; }
  .c-object-type-box__count Â  {
    font-size: 1.2em; }

.c-object-type-box__label {
  font-size: .7em;
  padding-top: 6px; }
  .c-object-type-box__label Â  {
    font-size: .8em; }

.c-debug-timers {
  position: relative;
  font-size: 11px;
  padding-top: 25px;
  font-family: "Akkurat Mono", "monospace";
  color: white; }

.c-debug-timers__title {
  font-size: 1.5em;
  margin-left: 20px;
  color: #eee; }

.c-debug-timers__box {
  overflow: auto;
  max-height: 450px;
  padding: 15px 20px 5px; }
  .c-debug-timers__box.is-enabled {
    display: block; }

.c-debug-timers__bar {
  margin: 15px 0 20px;
  height: 5px;
  background-color: rgba(255, 255, 255, 0.6);
  width: 100%;
  min-width: 2px;
  position: relative; }

.c-debug-timers__bar--relative {
  background-color: white;
  margin-left: attr(data-start-p);
  width: attr(data-duration-p); }

.c-debug-timers__label {
  position: absolute;
  top: -14px;
  right: 0;
  color: #eee;
  font-weight: 100;
  width: 500px;
  text-align: right;
  overflow: hidden; }
  .no-touchevents .c-debug-timers__label:hover {
    white-space: normal;
    overflow: visible; }

.c-debug-timers__duration {
  padding-left: 5px;
  color: #ddd;
  font-style: italic; }

/*------------------------------------*\
  Scopes
\*------------------------------------*/
.s-search-summary-items {
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: left;
  text-align: left; }
  @media (min-width: 1024px) {
    .s-search-summary-items {
      display: block; } }
  .s-search-summary-items.c-search-summary--show-all .c-stack-button {
    display: inline-block; }
  .s-search-summary-items.c-search-summary--show-all .c-stack-button--show-all {
    display: none; }
  .s-search-summary-items .c-stack-button {
    display: none;
    order: 999; }
  .s-search-summary-items .c-stack-button--show-all {
    display: inline-block; }
  .s-search-summary-items .c-stack-button--list-order-3-0,
  .s-search-summary-items .c-stack-button--list-order-3-1,
  .s-search-summary-items .c-stack-button--list-order-3-2,
  .s-search-summary-items .c-stack-button--list-order-5-0,
  .s-search-summary-items .c-stack-button--list-order-5-1,
  .s-search-summary-items .c-stack-button--list-order-5-2,
  .s-search-summary-items .c-stack-button--list-order-7-0,
  .s-search-summary-items .c-stack-button--list-order-7-1,
  .s-search-summary-items .c-stack-button--list-order-7-2 {
    display: inline-block; }
  .s-search-summary-items .c-stack-button--list-order-3-0,
  .s-search-summary-items .c-stack-button--list-order-5-0,
  .s-search-summary-items .c-stack-button--list-order-7-0 {
    order: 0; }
  .s-search-summary-items .c-stack-button--list-order-3-1,
  .s-search-summary-items .c-stack-button--list-order-5-1,
  .s-search-summary-items .c-stack-button--list-order-7-1 {
    order: 1; }
  .s-search-summary-items .c-stack-button--list-order-3-2,
  .s-search-summary-items .c-stack-button--list-order-5-2,
  .s-search-summary-items .c-stack-button--list-order-7-2 {
    order: 2; }
  @media (min-width: 512px) {
    .s-search-summary-items .c-stack-button--list-order-5-3,
    .s-search-summary-items .c-stack-button--list-order-5-4,
    .s-search-summary-items .c-stack-button--list-order-7-3,
    .s-search-summary-items .c-stack-button--list-order-7-4 {
      display: inline-block; } }
  @media (min-width: 640px) {
    .s-search-summary-items .c-stack-button--list-order-7-5,
    .s-search-summary-items .c-stack-button--list-order-7-6 {
      display: inline-block; } }
  @media (min-width: 1024px) {
    .s-search-summary-items .c-stack-button {
      display: inline-block; }
    .s-search-summary-items .c-stack-button--show-all {
      display: none; } }

.s-story {
  line-height: 1.5em; }
  .s-story p {
    margin-top: .5em;
    margin-bottom: 1em; }
  .s-story strong {
    font-weight: bold; }
  .s-story ul {
    list-style: disc;
    margin-top: 1em;
    margin-bottom: 1em; }
    .s-story ul li {
      margin-top: 0.125em;
      margin-left: 1.5em; }
  .s-story .c-h2 {
    padding-top: 1.5em;
    margin-bottom: 1em;
    margin-top: 0; }

/*------------------------------------*\
  Utilities
\*------------------------------------*/
.u-bg--grey-light {
  background-color: #f2f2f2; }

.o-row:after, .c-button:after, .c-context__wrap:after, .c-collect-bar:after, .c-object__title-with-icon:after, .c-object__order-wrap:after, .module__content:after, .module--media:after, .row__grid:after, .row__footer:after, .row--grid .group:after, .row--grid-wide .group:after, .row--lightbox-wide .group:after, .row--grid-full .group:after, .row--lightbox-full .group:after, .row--lightbox .group:after, .dropdown--options > li:after, .buttongroup--options-owner .buttongroup__options .option__index:after, .buttongroup--options-view .buttongroup__options .option__list:after, .nav-search:after, .nav-search-map:after, .nav-search__options:after, .query__section:after, .query__header:after, .query__footer:after, .query__group:after, .footer:after, .footer__menu:after, .footer__social:after, .footer__ident:after, .header:after, .nav-browse:after, [data-menu="true"] .header__user:after, .header .header__grid:after,
.header.header--small .header__grid:after,
.template--article .header .header__grid:after,
.header.header--large .header__grid:after, .context__grid:after, .overlay:after, .content__overlay:after, .collect:after, .nav-collect-list:after, .article__media:after, .article__head:after, .template--user .user__head:after, .article__body:after, .template--user .user__body:after, .article__foot:after, .data:after, .article__cover:after, .article__content:after, .article__metadata:after, .module--byline:after, .row:after, .row__content:after, .row--search-table .row__summary:after, .row--lighttable:after, .media--slideshow:after, .section:after, .section__header:after,
.section__footer:after, .section--row-help .section__header:after,
.section--row-help .section__footer:after, .section--row-help .row:after, .section--row-related .section__header:after, .section--row-related .section__footer:after, .section--order-images:after, .section--order-images .section__grid:after, .section--social-media .section__header:after,
.section--social-media .section__footer:after, .section--social-media .row:after, .row--wikipedia:after, .comment:after, .comment__byline:after, .form--comment .fieldset--byline:after, .form--inquiry .fieldset--byline:after, .form--inquiry .fieldset--recipient:after, .form--inquiry .fieldset--inquiry:after,
.form--inquiry .fieldset--details:after, .content:after, .row--search-table .row__header:after, .table__header:after, .table__item:after, .section--search .section__header:after, .section--search-primary .section__header:after, .section--search-secondary .section__header:after, .section--search-inline .section__header:after, .section--search .section__footer:after, .section--search-primary .section__footer:after, .section--search-secondary .section__footer:after, .section--search-inline .section__footer:after, .section--search-primary .row__primary:after,
.section--search-primary .row__summary:after,
.section--search-primary .row__secondary:after, .template--object .object:after, .folder:after, .section--folder .section__header:after, .section--folder .section__footer:after, .frontpage__head:after, .frontpage__body:after, .section--add-to-list .section__footer:after, .row--order-review:after, .map__list:after {
  content: "";
  display: table;
  clear: both; }

.u-float-left {
  float: left; }

.u-float-right {
  float: right; }

.u-mono {
  font-family: "Akkurat Mono", "monospace"; }

.s-search-list-order-modifier--0 .u-search-item {
  display: none; }

.s-search-list-order-modifier--0 .u-search-item--view-type-buttons {
  display: inherit;
  order: 6; }

.s-search-list-order-modifier--0 .u-search-item--0,
.s-search-list-order-modifier--0 .u-search-item--1,
.s-search-list-order-modifier--0 .u-search-item--2,
.s-search-list-order-modifier--0 .u-search-item--3,
.s-search-list-order-modifier--0 .u-search-item--4 {
  display: inherit; }

@media (min-width: 640px) {
  .s-search-list-order-modifier--0 .u-search-item--5,
  .s-search-list-order-modifier--0 .u-search-item--6 {
    display: inherit; } }

@media (min-width: 1024px) {
  .s-search-list-order-modifier--0 .u-search-item--7,
  .s-search-list-order-modifier--0 .u-search-item--8,
  .s-search-list-order-modifier--0 .u-search-item--9,
  .s-search-list-order-modifier--0 .u-search-item--10 {
    display: inherit; } }

@media (min-width: 1600px) {
  .s-search-list-order-modifier--0 .u-search-item--11,
  .s-search-list-order-modifier--0 .u-search-item--12,
  .s-search-list-order-modifier--0 .u-search-item--13,
  .s-search-list-order-modifier--0 .u-search-item--14 {
    display: inherit; } }

@media (min-width: 1920px) {
  .s-search-list-order-modifier--0 .u-search-item--15,
  .s-search-list-order-modifier--0 .u-search-item--16,
  .s-search-list-order-modifier--0 .u-search-item--17,
  .s-search-list-order-modifier--0 .u-search-item--18 {
    display: inherit; } }

.s-search-list-order-modifier--other--0 .u-search-item--4 {
  display: none; }

@media (min-width: 640px) {
  .s-search-list-order-modifier--other--0 .u-search-item--5,
  .s-search-list-order-modifier--other--0 .u-search-item--6 {
    display: none; } }

@media (min-width: 1024px) {
  .s-search-list-order-modifier--other--0 .u-search-item--7,
  .s-search-list-order-modifier--other--0 .u-search-item--8,
  .s-search-list-order-modifier--other--0 .u-search-item--9,
  .s-search-list-order-modifier--other--0 .u-search-item--10 {
    display: none; } }

@media (min-width: 1600px) {
  .s-search-list-order-modifier--other--0 .u-search-item--12,
  .s-search-list-order-modifier--other--0 .u-search-item--12,
  .s-search-list-order-modifier--other--0 .u-search-item--13,
  .s-search-list-order-modifier--other--0 .u-search-item--14 {
    display: none; } }

@media (min-width: 1920px) {
  .s-search-list-order-modifier--other--0 .u-search-item--15,
  .s-search-list-order-modifier--other--0 .u-search-item--16,
  .s-search-list-order-modifier--other--0 .u-search-item--17,
  .s-search-list-order-modifier--other--0 .u-search-item--18 {
    display: none; } }

.s-search-list-order-modifier--1 .u-search-item {
  display: none;
  order: 20; }

.s-search-list-order-modifier--1 .u-search-item--view-type-buttons {
  display: inherit; }

.s-search-list-order-modifier--1 .u-search-item--p {
  order: 2; }

.s-search-list-order-modifier--1 .u-search-item--0 {
  order: 0; }

.s-search-list-order-modifier--1 .u-search-item--1 {
  order: 1; }

.s-search-list-order-modifier--1 .u-search-item--0,
.s-search-list-order-modifier--1 .u-search-item--1,
.s-search-list-order-modifier--1 .u-search-item--2,
.s-search-list-order-modifier--1 .u-search-item--3,
.s-search-list-order-modifier--1 .u-search-item--4 {
  display: inherit; }

@media (min-width: 640px) {
  .s-search-list-order-modifier--1 .u-search-item--p {
    order: 4; }
  .s-search-list-order-modifier--1 .u-search-item--2 {
    order: 2; }
  .s-search-list-order-modifier--1 .u-search-item--3 {
    order: 3; }
  .s-search-list-order-modifier--1 .u-search-item--5,
  .s-search-list-order-modifier--1 .u-search-item--6,
  .s-search-list-order-modifier--1 .u-search-item--7,
  .s-search-list-order-modifier--1 .u-search-item--8 {
    display: inherit; } }

@media (min-width: 1024px) {
  .s-search-list-order-modifier--1 .u-search-item--p {
    order: 6; }
  .s-search-list-order-modifier--1 .u-search-item--4 {
    order: 4; }
  .s-search-list-order-modifier--1 .u-search-item--5 {
    order: 3; } }

@media (min-width: 1600px) {
  .s-search-list-order-modifier--1 .u-search-item--p {
    order: 10; }
  .s-search-list-order-modifier--1 .u-search-item--6 {
    order: 6; }
  .s-search-list-order-modifier--1 .u-search-item--7 {
    order: 7; }
  .s-search-list-order-modifier--1 .u-search-item--8 {
    order: 8; }
  .s-search-list-order-modifier--1 .u-search-item--9 {
    order: 9; }
  .s-search-list-order-modifier--1 .u-search-item--9,
  .s-search-list-order-modifier--1 .u-search-item--10,
  .s-search-list-order-modifier--1 .u-search-item--11,
  .s-search-list-order-modifier--1 .u-search-item--12 {
    display: inherit; } }

@media (min-width: 1920px) {
  .s-search-list-order-modifier--1 .u-search-item--p {
    order: 12; }
  .s-search-list-order-modifier--1 .u-search-item--9 {
    order: 9; }
  .s-search-list-order-modifier--1 .u-search-item--10 {
    order: 10; }
  .s-search-list-order-modifier--1 .u-search-item--11 {
    order: 11; }
  .s-search-list-order-modifier--1 .u-search-item--13,
  .s-search-list-order-modifier--1 .u-search-item--14,
  .s-search-list-order-modifier--1 .u-search-item--15,
  .s-search-list-order-modifier--1 .u-search-item--16 {
    display: inherit; } }

.s-search-list-order-modifier--other--1 .u-search-item--4 {
  display: none; }

@media (min-width: 640px) {
  .s-search-list-order-modifier--other--1 .u-search-item--5,
  .s-search-list-order-modifier--other--1 .u-search-item--6,
  .s-search-list-order-modifier--other--1 .u-search-item--7,
  .s-search-list-order-modifier--other--1 .u-search-item--8 {
    display: none; } }

@media (min-width: 1600px) {
  .s-search-list-order-modifier--other--1 .u-search-item--9,
  .s-search-list-order-modifier--other--1 .u-search-item--10,
  .s-search-list-order-modifier--other--1 .u-search-item--11,
  .s-search-list-order-modifier--other--1 .u-search-item--12 {
    display: none; } }

@media (min-width: 1920px) {
  .s-search-list-order-modifier--other--1 .u-search-item--13,
  .s-search-list-order-modifier--other--1 .u-search-item--14,
  .s-search-list-order-modifier--other--1 .u-search-item--15,
  .s-search-list-order-modifier--other--1 .u-search-item--16 {
    display: none; } }

.s-search-list-order-modifier--2 .u-search-item {
  display: none;
  order: 20; }

.s-search-list-order-modifier--2 .u-search-item--view-type-buttons {
  display: inherit;
  order: 4; }

.s-search-list-order-modifier--2 .u-search-item--p0 {
  order: 2; }

.s-search-list-order-modifier--2 .u-search-item--p1 {
  order: 5; }

.s-search-list-order-modifier--2 .u-search-item--0,
.s-search-list-order-modifier--2 .u-search-item--1,
.s-search-list-order-modifier--2 .u-search-item--2 {
  display: inherit; }

.s-search-list-order-modifier--2 .u-search-item--0 {
  order: 0; }

.s-search-list-order-modifier--2 .u-search-item--1 {
  order: 1; }

.s-search-list-order-modifier--2 .u-search-item--2 {
  order: 3; }

.s-search-list-order-modifier--2 .u-search-item--3 {
  order: 4; }

@media (min-width: 640px) {
  .s-search-list-order-modifier--2 .u-search-item--view-type-buttons {
    display: inherit;
    order: 20; }
  .s-search-list-order-modifier--2 .u-search-item--p0 {
    order: 4; }
  .s-search-list-order-modifier--2 .u-search-item--p1 {
    order: 5; }
  .s-search-list-order-modifier--2 .u-search-item--3 {
    order: 3; }
  .s-search-list-order-modifier--2 .u-search-item--4 {
    order: 7; }
  .s-search-list-order-modifier--2 .u-search-item--3,
  .s-search-list-order-modifier--2 .u-search-item--4,
  .s-search-list-order-modifier--2 .u-search-item--5,
  .s-search-list-order-modifier--2 .u-search-item--6 {
    display: inherit; } }

@media (min-width: 1024px) {
  .s-search-list-order-modifier--2 .u-search-item--p0 {
    order: 6; }
  .s-search-list-order-modifier--2 .u-search-item--p1 {
    order: 7; }
  .s-search-list-order-modifier--2 .u-search-item--4 {
    order: 4; }
  .s-search-list-order-modifier--2 .u-search-item--5 {
    order: 5; } }

@media (min-width: 1600px) {
  .s-search-list-order-modifier--2 .u-search-item--p0 {
    order: 9; }
  .s-search-list-order-modifier--2 .u-search-item--p1 {
    order: 10; }
  .s-search-list-order-modifier--2 .u-search-item--6 {
    order: 6; }
  .s-search-list-order-modifier--2 .u-search-item--7 {
    order: 7; }
  .s-search-list-order-modifier--2 .u-search-item--8 {
    order: 8; }
  .s-search-list-order-modifier--2 .u-search-item--7,
  .s-search-list-order-modifier--2 .u-search-item--8,
  .s-search-list-order-modifier--2 .u-search-item--9,
  .s-search-list-order-modifier--2 .u-search-item--10 {
    display: inherit; } }

@media (min-width: 1920px) {
  .s-search-list-order-modifier--2 .u-search-item--p0 {
    order: 12; }
  .s-search-list-order-modifier--2 .u-search-item--p1 {
    order: 13; }
  .s-search-list-order-modifier--2 .u-search-item--9 {
    order: 9; }
  .s-search-list-order-modifier--2 .u-search-item--10 {
    order: 10; }
  .s-search-list-order-modifier--2 .u-search-item--11 {
    order: 11; }
  .s-search-list-order-modifier--2 .u-search-item--11,
  .s-search-list-order-modifier--2 .u-search-item--12,
  .s-search-list-order-modifier--2 .u-search-item--13,
  .s-search-list-order-modifier--2 .u-search-item--14 {
    display: inherit; } }

.s-search-list-order-modifier--other--2 .u-search-item--3,
.s-search-list-order-modifier--other--2 .u-search-item--4 {
  display: inherit; }

@media (min-width: 640px) {
  .s-search-list-order-modifier--other--2 .u-search-item--3,
  .s-search-list-order-modifier--other--2 .u-search-item--4,
  .s-search-list-order-modifier--other--2 .u-search-item--5,
  .s-search-list-order-modifier--other--2 .u-search-item--6 {
    display: none; } }

@media (min-width: 1600px) {
  .s-search-list-order-modifier--other--2 .u-search-item--7,
  .s-search-list-order-modifier--other--2 .u-search-item--8,
  .s-search-list-order-modifier--other--2 .u-search-item--9,
  .s-search-list-order-modifier--other--2 .u-search-item--10 {
    display: none; } }

@media (min-width: 1920px) {
  .s-search-list-order-modifier--other--2 .u-search-item--11,
  .s-search-list-order-modifier--other--2 .u-search-item--12,
  .s-search-list-order-modifier--other--2 .u-search-item--13,
  .s-search-list-order-modifier--other--2 .u-search-item--14 {
    display: none; } }

.u-search-facet-item {
  padding-left: 0;
  padding-right: 0; }

.u-pointer-events {
  pointer-events: all; }

.u-no-pointer-events {
  pointer-events: none; }

.u-no-underline {
  text-decoration: none; }

.u-white-space--pre-wrap {
  white-space: pre-wrap; }

.text .text--red {
  color: red; }

a.him {
  height: 50px;
  width: 188px;
  display: table;
  margin: 40px auto 0 auto;
  font-size: 14px;
  text-decoration: none; }
  a.him div {
    background: url(https://dms-cf-04.dimu.org/image/02348wmXCoRu?&mediaType=image/png) no-repeat center;
    background-size: contain;
    width: 50px; }
  a.him p {
    padding: 10px 0 0 12px; }
  a.him div, a.him p {
    display: table-cell; }

[aria-hidden="true"] {
  visibility: hidden; }

[aria-expanded="false"] [role="group"] {
  display: none; }

*,
:before,
:after {
  box-sizing: border-box; }

html {
  overflow-x: hidden;
  overflow-y: scroll;
  height: 100%;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

body {
  height: 100%;
  min-height: 100%; }

@media print {
  @page {
    font-family: Helvetica, 'Arial', sans-serif;
    margin-bottom: 1.5cm;
    margin-left: 3cm;
    margin-right: 2cm;
    margin-top: 1.5cm;
    size: A4;
    orphans: 4;
    widows: 5; }
  .c-debug-timers {
    display: none; }
  .article__bodytext {
    page-break-before: avoid; }
  .article__metadata {
    page-break-inside: avoid; }
  .article__grid, .module--article-cover .module__head, .module--object-head .module__head, .module--object-next .module__head {
    page-break-inside: auto; }
  .button {
    display: none; }
    .button .button--text-expand {
      display: none !important; }
  .list--comments .list__item {
    page-break-inside: avoid; }
  .login {
    display: none; }
  .meta__list[data-container='tag-list'] li:only-child {
    display: none; }
  .media--image img {
    opacity: 100% !important;
    width: unset !important;
    max-width: fit-content !important; }
  .module__grid, .button--module, .table__item {
    page-break-inside: avoid; }
  .media--slideshow .media--image {
    padding: 0 0 2em 0 !important;
    margin: 0 0 0 0;
    width: fit-content !important;
    max-width: fit-content !important; }
  .row__auto {
    max-width: 100%;
    min-width: 100%;
    page-break-inside: avoid; }
  .row__content {
    display: inline-block !important;
    flex-flow: row wrap !important;
    page-break-inside: avoid !important; }
  .row--grid, .row--grid-wide, .row--lightbox-wide, .row--grid-full, .row--lightbox-full, .row--lightbox {
    max-width: none !important; }
  .article__content {
    page-break-inside: avoid !important;
    max-width: none !important; }
  .section--folder {
    page-break-inside: avoid; }
  .section--row-related {
    display: none; }
  .section--comments {
    page-break-inside: avoid; }
  div .module__grid, div .button--module, div .table__item {
    page-break-inside: avoid; }
  figure {
    page-break-inside: avoid; }
  img {
    page-break-inside: avoid; }
  h2 {
    page-break-after: avoid; }
  h2 + ul {
    page-break-inside: avoid; }
  #exhibition-media {
    opacity: 1 !important; }
  .section--auto {
    max-width: none !important;
    page-break-inside: avoid; }
  .row--slideshow, .row--slideshow-wide, .row--slideshow-full {
    margin: 0 !important; }
  .slick-slide[aria-selected="true"] {
    display: block; }
  .slick-slide[aria-selected="false"] {
    visibility: hidden !important; }
  video {
    display: none; }
  iframe[src*='youtube'] {
    display: none; } }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  font-family: "Akkurat", "sans-serif";
  color: #3a2e2d;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 1; }
  @media (min-width: 720px) {
    body {
      font-size: 18px; } }
  @media (min-width: 1280px) {
    body {
      font-size: 20px; } }

aÂ  {
  color: inherit;
  text-decoration: none; }

a[href^=tel] {
  text-decoration: none;
  color: inherit; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

button,
input[type=submit],
input[type=button] {
  display: block;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  border-radius: 0;
  border: none;
  margin: 0; }

input[placeholder] {
  text-overflow: ellipsis; }

::-moz-placeholder {
  text-overflow: ellipsis; }

input:-moz-placeholder {
  text-overflow: ellipsis; }

input[type="search"] {
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }

textarea,
input[type=text],
input[type=password],
input[type=color],
input[type=date],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url] {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  border-radius: 0;
  outline: none;
  display: block;
  border: none;
  margin: 0; }

input.input--full,
textarea.input--full {
  width: 100%; }

input.input--inline,
textarea.input--inline {
  display: inline-block; }

input.input--inline + input.input--inline,
.button--inline + input.input--inline,
textarea.input--inline + input.input--inline,
.button--inline +
textarea.input--inline, input.input--inline +
textarea.input--inline,
textarea.input--inline +
textarea.input--inline {
  margin-left: 1em; }

label {
  display: inline-block;
  cursor: pointer; }

fieldset {
  margin: 0; }

legend {
  display: block; }

ul,
ol {
  margin: 0;
  padding: 0; }

ol {
  list-style: decimal; }

.t-uppercase {
  text-transform: uppercase;
  font-variant-numeric: lining-nums;
  -moz-font-feature-settings: "lnum";
  -webkit-font-feature-settings: "lnum";
  font-feature-settings: "lnum"; }

.f-italic,
.t-italic {
  font-style: italic; }

.t-uppercase-italic,
.t-italic-uppercase {
  font-style: italic;
  text-transform: uppercase;
  font-variant-numeric: lining-nums;
  -moz-font-feature-settings: "lnum";
  -webkit-font-feature-settings: "lnum";
  font-feature-settings: "lnum"; }

.a-center {
  text-align: center; }

.a-left {
  text-align: left; }

.a-right {
  text-align: right; }

.f-thin {
  font-weight: 100; }

.f-light {
  font-weight: 300; }

.f-regular {
  font-weight: 400; }

.f-medium {
  font-weight: 500; }

.f-semibold {
  font-weight: 600; }

.f-bold {
  font-weight: 700; }

.f-extrabold {
  font-weight: 800; }

.f-black {
  font-weight: 900; }

.media__label {
  font-size: 0.875em;
  line-height: 1.35; }

.media__reference {
  font-weight: 400; }

.media--image {
  position: relative;
  height: 100%;
  background-image: none; }
  .media--image img {
    position: relative;
    display: block;
    width: 100%;
    max-width: none; }
  .media--image:after {
    position: absolute;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

div.media--dummy {
  padding-top: 100%;
  background: #f2f2f2; }

.media--iframe {
  position: relative;
  z-index: 3;
  display: block;
  width: 100%; }
  .media--iframe iframe {
    width: 100%; }

.media--document {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .media--document > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 90%;
    max-height: 90%;
    margin: auto; }

.format--4-1 {
  width: 100%;
  height: 0;
  padding-bottom: 25%; }

.format--3-1 {
  width: 100%;
  height: 0;
  padding-bottom: 33.33333%; }

.format--2-1 {
  width: 100%;
  height: 0;
  padding-bottom: 50%; }

.format--16-9 {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; }

.format--3-2 {
  width: 100%;
  height: 0;
  padding-bottom: 66.66667%; }

.format--4-3 {
  width: 100%;
  height: 0;
  padding-bottom: 75%; }

.format--1-1 {
  width: 100%;
  height: 0;
  padding-bottom: 100%; }

.format--3-4 {
  width: 100%;
  height: 0;
  padding-bottom: 133.33333%; }

.format--2-3 {
  width: 100%;
  height: 0;
  padding-bottom: 150%; }

.format--1-2 {
  width: 100%;
  height: 0;
  padding-bottom: 200%; }

.media--contain {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }
  .media--contain iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.media--frame {
  background-image: none; }
  .media--frame img,
  .media--frame iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    max-width: 90%;
    max-height: 90%;
    margin: auto; }

.media--cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .media--cover iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .media--cover:not(#exhibition-media) img {
    display: none; }

.module, .button--summary, .section--search-primary .row__buttons {
  position: relative; }
  .module[aria-hidden="true"], .button--summary[aria-hidden="true"], .section--search-primary .row__buttons[aria-hidden="true"] {
    display: none; }

.module__grid, .button--module, .table__item {
  display: block; }

.module__content {
  position: relative;
  z-index: 10; }
  .module__content a, .module__content a:visited {
    text-decoration: none;
    color: inherit; }

.module__head,
.module__body,
.module__foot {
  display: block; }

.module__heading img {
  display: inline-block; }

.module__typography, .module--grid,
.module--card {
  font-size: 14px;
  line-height: 1.4;
  border-color: inherit; }
  .module__typography h2, .module--grid h2, .module--card h2, .module__typography .h2, .module--grid .h2, .module--card .h2 {
    font-size: 1.2em;
    line-height: 1.2; }
  .module__typography h3, .module--grid h3, .module--card h3, .module__typography .h3, .module--grid .h3, .module--card .h3 {
    font-size: 1em; }
    .module__typography h3 + *, .module--grid h3 + *, .module--card h3 + *, .module__typography .h3 + *, .module--grid .h3 + *, .module--card .h3 + * {
      margin-top: 0.25em; }
    .module__typography h3 + h4, .module--grid h3 + h4, .module--card h3 + h4, .module__typography h3 p, .module--grid h3 p, .module--card h3 p, .module__typography .h3 + h4, .module--grid .h3 + h4, .module--card .h3 + h4, .module__typography .h3 p, .module--grid .h3 p, .module--card .h3 p {
      margin-top: 0; }
  .module__typography h4, .module--grid h4, .module--card h4, .module__typography .h4, .module--grid .h4, .module--card .h4 {
    font-size: 1em; }
    .module__typography h4 + *, .module--grid h4 + *, .module--card h4 + *, .module__typography .h4 + *, .module--grid .h4 + *, .module--card .h4 + * {
      margin-top: 0; }
  .module__typography p + p, .module--grid p + p, .module--card p + p {
    margin-top: 1em; }
  .module__typography ul + *, .module--grid ul + *, .module--card ul + *, .module__typography p + *, .module--grid p + *, .module--card p + *, .module__typography address + *, .module--grid address + *, .module--card address + * {
    margin-top: 1em; }
  .module__typography ul, .module--grid ul, .module--card ul, .module__typography ol, .module--grid ol, .module--card ol {
    overflow: hidden;
    margin-top: 1em;
    margin-bottom: 1em; }
  .module__typography ul li, .module--grid ul li, .module--card ul li, .module__typography ol li, .module--grid ol li, .module--card ol li {
    margin-left: 1.5em; }
    .module__typography ul li + li, .module--grid ul li + li, .module--card ul li + li, .module__typography ol li + li, .module--grid ol li + li, .module--card ol li + li {
      margin-top: 0.25em; }
  .module__typography ul, .module--grid ul, .module--card ul {
    list-style: disc; }
    .module__typography ul ul, .module--grid ul ul, .module--card ul ul {
      margin-top: 0.25em;
      margin-bottom: 0.25em;
      list-style: disc; }
  .module__typography ol, .module--grid ol, .module--card ol {
    list-style: decimal; }
    .module__typography ol ol, .module--grid ol ol, .module--card ol ol {
      margin-top: 0.25em;
      margin-bottom: 0.25em;
      list-style: decimal; }
  .module__typography blockquote, .module--grid blockquote, .module--card blockquote {
    font-size: 1em;
    line-height: 1.5; }
    .module__typography blockquote > *, .module--grid blockquote > *, .module--card blockquote > * {
      margin-bottom: 0; }
      .module__typography blockquote > *:before, .module--grid blockquote > *:before, .module--card blockquote > *:before {
        content: "Â«"; }
      .module__typography blockquote > *:after, .module--grid blockquote > *:after, .module--card blockquote > *:after {
        content: "Â»"; }
      .module__typography blockquote > * + *, .module--grid blockquote > * + *, .module--card blockquote > * + * {
        margin-top: 1em; }
    .module__typography blockquote + figcaption, .module--grid blockquote + figcaption, .module--card blockquote + figcaption {
      font-size: 0.75em;
      text-align: right;
      margin-top: 1em; }
      .module__typography blockquote + figcaption:before, .module--grid blockquote + figcaption:before, .module--card blockquote + figcaption:before {
        content: 'â '; }
  .module__typography strong, .module--grid strong, .module--card strong {
    font-weight: 600; }
  .module__typography em, .module--grid em, .module--card em {
    font-weight: 400; }

svg.module__icon {
  font-size: inherit;
  /* 18px */
  width: 3.75em;
  height: 3.75em;
  margin-top: -0.25em;
  margin-left: -0.25em; }

.module__icon {
  display: block;
  font-size: 3.75em;
  line-height: 1;
  margin-top: -0.05em;
  margin-left: -0.05em;
  margin-right: -0.05em; }

.module__media {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  max-width: none;
  height: auto;
  z-index: 0; }

.module ul.module__list, .button--summary ul.module__list, .section--search-primary .row__buttons ul.module__list,
.module__list {
  list-style: none;
  margin-top: 1em;
  border-color: inherit; }
  .module ul.module__list ul, .button--summary ul.module__list ul, .section--search-primary .row__buttons ul.module__list ul,
  .module__list ul {
    border-color: inherit;
    list-style: none;
    padding: 0;
    margin: 0; }
  .module ul.module__list li, .button--summary ul.module__list li, .section--search-primary .row__buttons ul.module__list li,
  .module__list li {
    border-color: inherit;
    padding: 0;
    margin-left: 0;
    margin-top: 0.25em; }
  .module ul.module__list > li, .button--summary ul.module__list > li, .section--search-primary .row__buttons ul.module__list > li,
  .module__list > li {
    border-color: inherit; }
    .module ul.module__list > li + li h3, .button--summary ul.module__list > li + li h3, .section--search-primary .row__buttons ul.module__list > li + li h3,
    .module__list > li + li h3 {
      margin-top: 1em;
      margin-bottom: 0.25em; }

.module ul.module__links, .button--summary ul.module__links, .section--search-primary .row__buttons ul.module__links,
.module__links {
  list-style: none;
  margin-top: 1em; }
  .module ul.module__links li, .button--summary ul.module__links li, .section--search-primary .row__buttons ul.module__links li,
  .module__links li {
    padding: 0;
    margin: 0.5em 0; }
    .module ul.module__links li + li, .button--summary ul.module__links li + li, .section--search-primary .row__buttons ul.module__links li + li,
    .module__links li + li {
      border-top: 1px solid;
      border-color: inherit; }
  .module ul.module__links a, .button--summary ul.module__links a, .section--search-primary .row__buttons ul.module__links a,
  .module__links a {
    text-decoration: none; }

.module ul.module__buttons, .button--summary ul.module__buttons, .section--search-primary .row__buttons ul.module__buttons,
.module__buttons {
  list-style: none;
  margin: 0.5em -0.5em; }
  .module ul.module__buttons li, .button--summary ul.module__buttons li, .section--search-primary .row__buttons ul.module__buttons li,
  .module__buttons li {
    display: inline-block;
    margin: 0.5em; }

.module__button {
  display: inline-block;
  background-color: transparent;
  border: 1px solid;
  padding: 1em 1.5em;
  font-size: 0.75em;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none; }
  .module__button:hover {
    cursor: pointer; }
  .module__button.button--large, .module__button.button--login {
    font-size: 1em; }
  .module__button .button__icon {
    display: inline-block; }
    .module__button .button__icon + .button__label {
      margin-left: 0.5em; }
  .module__button .button__label {
    display: inline-block; }

.module__action {
  font-size: 0.875em; }

.row--auto .module--media .module__media.media--auto,
.row--left .module--media .module__media.media--auto,
.row--right .module--media .module__media.media--auto,
.row--wide .module--media .module__media.media--auto,
.section--wide .section__header .module--media .module__media.media--auto,
.section--row-features .section__header .module--media .module__media.media--auto,
.section--wide .section__footer .module--media .module__media.media--auto,
.section--row-features .section__footer .module--media .module__media.media--auto,
.row--grid .module--media .module__media.media--auto,
.row--grid-wide .module--media .module__media.media--auto,
.row--lightbox-wide .module--media .module__media.media--auto,
.row--grid-full .module--media .module__media.media--auto,
.row--lightbox-full .module--media .module__media.media--auto,
.row--lightbox .module--media .module__media.media--auto,
.row--grid-wide .module--media .module__media.media--auto,
.row--lightbox-wide .module--media .module__media.media--auto,
.row--grid-full .module--media .module__media.media--auto,
.row--lightbox-full .module--media .module__media.media--auto {
  background-image: none !important;
  padding-bottom: 0; }
  .row--auto .module--media .module__media.media--auto img,
  .row--auto .module--media .module__media.media--auto iframe,
  .row--left .module--media .module__media.media--auto img,
  .row--left .module--media .module__media.media--auto iframe,
  .row--right .module--media .module__media.media--auto img,
  .row--right .module--media .module__media.media--auto iframe,
  .row--wide .module--media .module__media.media--auto img,
  .section--wide .section__header .module--media .module__media.media--auto img,
  .section--row-features .section__header .module--media .module__media.media--auto img,
  .section--wide .section__footer .module--media .module__media.media--auto img,
  .section--row-features .section__footer .module--media .module__media.media--auto img,
  .row--wide .module--media .module__media.media--auto iframe,
  .section--wide .section__header .module--media .module__media.media--auto iframe,
  .section--row-features .section__header .module--media .module__media.media--auto iframe,
  .section--wide .section__footer .module--media .module__media.media--auto iframe,
  .section--row-features .section__footer .module--media .module__media.media--auto iframe,
  .row--grid .module--media .module__media.media--auto img,
  .row--grid-wide .module--media .module__media.media--auto img,
  .row--lightbox-wide .module--media .module__media.media--auto img,
  .row--grid-full .module--media .module__media.media--auto img,
  .row--lightbox-full .module--media .module__media.media--auto img,
  .row--lightbox .module--media .module__media.media--auto img,
  .row--grid .module--media .module__media.media--auto iframe,
  .row--grid-wide .module--media .module__media.media--auto iframe,
  .row--lightbox-wide .module--media .module__media.media--auto iframe,
  .row--grid-full .module--media .module__media.media--auto iframe,
  .row--lightbox-full .module--media .module__media.media--auto iframe,
  .row--lightbox .module--media .module__media.media--auto iframe,
  .row--grid-wide .module--media .module__media.media--auto img,
  .row--lightbox-wide .module--media .module__media.media--auto img,
  .row--grid-wide .module--media .module__media.media--auto iframe,
  .row--lightbox-wide .module--media .module__media.media--auto iframe,
  .row--grid-full .module--media .module__media.media--auto img,
  .row--lightbox-full .module--media .module__media.media--auto img,
  .row--grid-full .module--media .module__media.media--auto iframe,
  .row--lightbox-full .module--media .module__media.media--auto iframe {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    max-width: none; }

.row--auto .module--media .module__media.media--frame,
.row--left .module--media .module__media.media--frame,
.row--right .module--media .module__media.media--frame,
.row--wide .module--media .module__media.media--frame,
.section--wide .section__header .module--media .module__media.media--frame,
.section--row-features .section__header .module--media .module__media.media--frame,
.section--wide .section__footer .module--media .module__media.media--frame,
.section--row-features .section__footer .module--media .module__media.media--frame,
.row--grid .module--media .module__media.media--frame,
.row--grid-wide .module--media .module__media.media--frame,
.row--lightbox-wide .module--media .module__media.media--frame,
.row--grid-full .module--media .module__media.media--frame,
.row--lightbox-full .module--media .module__media.media--frame,
.row--lightbox .module--media .module__media.media--frame,
.row--grid-wide .module--media .module__media.media--frame,
.row--lightbox-wide .module--media .module__media.media--frame,
.row--grid-full .module--media .module__media.media--frame,
.row--lightbox-full .module--media .module__media.media--frame {
  background-image: none !important; }

.row--auto .module--media .module__media.format--auto,
.row--left .module--media .module__media.format--auto,
.row--right .module--media .module__media.format--auto,
.row--wide .module--media .module__media.format--auto,
.section--wide .section__header .module--media .module__media.format--auto,
.section--row-features .section__header .module--media .module__media.format--auto,
.section--wide .section__footer .module--media .module__media.format--auto,
.section--row-features .section__footer .module--media .module__media.format--auto,
.row--grid .module--media .module__media.format--auto,
.row--grid-wide .module--media .module__media.format--auto,
.row--lightbox-wide .module--media .module__media.format--auto,
.row--grid-full .module--media .module__media.format--auto,
.row--lightbox-full .module--media .module__media.format--auto,
.row--lightbox .module--media .module__media.format--auto,
.row--grid-wide .module--media .module__media.format--auto,
.row--lightbox-wide .module--media .module__media.format--auto,
.row--grid-full .module--media .module__media.format--auto,
.row--lightbox-full .module--media .module__media.format--auto {
  background-image: none !important;
  padding-bottom: 0; }
  .row--auto .module--media .module__media.format--auto img,
  .row--auto .module--media .module__media.format--auto iframe,
  .row--left .module--media .module__media.format--auto img,
  .row--left .module--media .module__media.format--auto iframe,
  .row--right .module--media .module__media.format--auto img,
  .row--right .module--media .module__media.format--auto iframe,
  .row--wide .module--media .module__media.format--auto img,
  .section--wide .section__header .module--media .module__media.format--auto img,
  .section--row-features .section__header .module--media .module__media.format--auto img,
  .section--wide .section__footer .module--media .module__media.format--auto img,
  .section--row-features .section__footer .module--media .module__media.format--auto img,
  .row--wide .module--media .module__media.format--auto iframe,
  .section--wide .section__header .module--media .module__media.format--auto iframe,
  .section--row-features .section__header .module--media .module__media.format--auto iframe,
  .section--wide .section__footer .module--media .module__media.format--auto iframe,
  .section--row-features .section__footer .module--media .module__media.format--auto iframe,
  .row--grid .module--media .module__media.format--auto img,
  .row--grid-wide .module--media .module__media.format--auto img,
  .row--lightbox-wide .module--media .module__media.format--auto img,
  .row--grid-full .module--media .module__media.format--auto img,
  .row--lightbox-full .module--media .module__media.format--auto img,
  .row--lightbox .module--media .module__media.format--auto img,
  .row--grid .module--media .module__media.format--auto iframe,
  .row--grid-wide .module--media .module__media.format--auto iframe,
  .row--lightbox-wide .module--media .module__media.format--auto iframe,
  .row--grid-full .module--media .module__media.format--auto iframe,
  .row--lightbox-full .module--media .module__media.format--auto iframe,
  .row--lightbox .module--media .module__media.format--auto iframe,
  .row--grid-wide .module--media .module__media.format--auto img,
  .row--lightbox-wide .module--media .module__media.format--auto img,
  .row--grid-wide .module--media .module__media.format--auto iframe,
  .row--lightbox-wide .module--media .module__media.format--auto iframe,
  .row--grid-full .module--media .module__media.format--auto img,
  .row--lightbox-full .module--media .module__media.format--auto img,
  .row--grid-full .module--media .module__media.format--auto iframe,
  .row--lightbox-full .module--media .module__media.format--auto iframe {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    max-width: none; }

.row--full .module--media .module__media.media--auto {
  background-image: none !important;
  padding-bottom: 0; }
  .row--full .module--media .module__media.media--auto img,
  .row--full .module--media .module__media.media--auto iframe {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    max-width: none; }

.row--full .module--media .module__media.media--frame {
  background-image: none !important; }

.row--full .module--media .module__media.format--auto {
  background-image: none !important;
  padding-bottom: 0; }
  .row--full .module--media .module__media.format--auto img,
  .row--full .module--media .module__media.format--auto iframe {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    max-width: none; }

.row--full .module--media .module__content {
  padding-left: 0.5em;
  padding-right: 0.5em; }
  @media (min-width: 1464px) {
    .row--full .module--media .module__content {
      padding-left: 0;
      padding-right: 0; } }

.row--slideshow .module--media .module__media, .row--slideshow-wide .module--media .module__media, .row--slideshow-full .module--media .module__media,
.row--slideshow-wide .module--media .module__media {
  width: 100%;
  height: 0; }
  .row--slideshow .module--media .module__media.media--auto, .row--slideshow-wide .module--media .module__media.media--auto, .row--slideshow-full .module--media .module__media.media--auto,
  .row--slideshow-wide .module--media .module__media.media--auto {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
    .row--slideshow .module--media .module__media.media--auto iframe, .row--slideshow-wide .module--media .module__media.media--auto iframe, .row--slideshow-full .module--media .module__media.media--auto iframe,
    .row--slideshow-wide .module--media .module__media.media--auto iframe {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
  .row--slideshow .module--media .module__media.media--frame, .row--slideshow-wide .module--media .module__media.media--frame, .row--slideshow-full .module--media .module__media.media--frame,
  .row--slideshow-wide .module--media .module__media.media--frame {
    background-image: none !important; }

.row--slideshow-full .module--media .module__media {
  width: 100%;
  height: 0; }
  .row--slideshow-full .module--media .module__media.media--auto {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
    .row--slideshow-full .module--media .module__media.media--auto iframe {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
  .row--slideshow-full .module--media .module__media.media--frame {
    background-image: none !important; }

.row--slideshow-full .module--media .module__content {
  padding-left: 0.5em;
  padding-right: 0.5em; }
  @media (min-width: 1464px) {
    .row--slideshow-full .module--media .module__content {
      padding-left: 0;
      padding-right: 0; } }

.row--lightbox .module--media .module__media,
.row--lightbox-wide .module--media .module__media,
.row--lightbox-full .module--media .module__media {
  background-image: none !important;
  background-image: none;
  width: 100%;
  height: 0;
  padding-bottom: 100%; }
  .row--lightbox .module--media .module__media img,
  .row--lightbox .module--media .module__media iframe,
  .row--lightbox-wide .module--media .module__media img,
  .row--lightbox-wide .module--media .module__media iframe,
  .row--lightbox-full .module--media .module__media img,
  .row--lightbox-full .module--media .module__media iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    max-width: 90%;
    max-height: 90%;
    margin: auto; }

.row--lightbox .module--media .module__content,
.row--lightbox-wide .module--media .module__content,
.row--lightbox-full .module--media .module__content {
  display: none; }

.row--lightbox .module--media .media__credit,
.row--lightbox-wide .module--media .media__credit,
.row--lightbox-full .module--media .media__credit {
  position: absolute;
  bottom: 0;
  left: 0; }

.row--lighttable .module--media .module__content,
.row--lighttable-wide .module--media .module__content,
.row--lighttable-full .module--media .module__content {
  display: none; }

.row--lighttable .module--media .media__credit,
.row--lighttable-wide .module--media .media__credit,
.row--lighttable-full .module--media .media__credit {
  position: absolute;
  bottom: 0;
  left: 0; }

.module--media {
  display: block;
  position: relative;
  max-width: none;
  height: auto;
  z-index: 0; }
  .module--media .module__grid, .module--media .button--module, .module--media .table__item {
    position: relative;
    overflow: hidden; }
  .module--media .module__media {
    z-index: 1; }
  .module--media .module__content {
    z-index: 2; }
  .module--media .nav-fullscreen {
    display: block;
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    padding: 0.5em; }
  .module--media .module__content {
    padding-top: 0.5em; }

.nav-dots {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .nav-dots li {
    font-size: 1em;
    position: relative;
    display: inline-block;
    margin: 0 0.25em;
    width: 1em;
    height: 1em;
    cursor: pointer;
    opacity: 1; }
    .nav-dots li[aria-hidden="true"] {
      display: block;
      visibility: visible;
      opacity: 0.5; }
  .nav-dots button,
  .nav-dots a {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 50%;
    background-color: #fff;
    text-indent: -999em;
    /* make the text accessible to screen readers */
    cursor: pointer; }
  .nav-dots button:focus,
  .nav-dots a:focus {
    outline: none; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  /*
    
    img {
        display: block;
    }

    &.slick-loading img {
        display: none;
    }

    display: none;

    &.dragging img {
        pointer-events: none;
    }

    */ }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.row.row--img-left, .row.row--img-right {
  max-width: 50%;
  margin-top: 0.3em !important;
  padding-bottom: 16px; }

.row.row--img-left {
  float: left;
  padding-right: 16px; }

.row.row--img-right {
  float: right;
  padding-left: 16px; }

.row__grid {
  position: relative; }

.row__content:not(.slick-slider) {
  display: flex;
  flex-flow: row wrap; }
  @media (min-width: 641px) {
    .row--grid-wide .row__content:not(.slick-slider), .row--lightbox-wide .row__content:not(.slick-slider) {
      flex-flow: column wrap;
      align-content: center; } }
  @media (max-width: 639px) {
    .row__content:not(.slick-slider) {
      height: auto !important; } }

.row__header {
  padding: 6px; }
  @media (min-width: 360px) {
    .row__header {
      padding: 7px; } }
  @media (min-width: 400px) {
    .row__header {
      padding: 8px; } }
  @media (min-width: 640px) {
    .row__header {
      padding: 6px; } }
  @media (min-width: 720px) {
    .row__header {
      padding: 7px; } }
  @media (min-width: 1280px) {
    .row__header {
      padding: 8px; } }

.row__title {
  font-size: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 0.5em; }

.row__footer {
  text-align: center; }

.row__nav {
  display: none; }

.row--center, .section--row-help .row, .section--order-images .row, .section--social-media .row {
  float: right;
  width: auto;
  position: relative;
  left: -50%;
  /* or right 50% */ }
  .row--center .row__grid, .section--row-help .row .row__grid, .section--order-images .row .row__grid, .section--social-media .row .row__grid {
    position: relative;
    left: 50%; }

.row__nav {
  display: none;
  pointer-events: none; }
  .row__nav .nav-fullscreen,
  .row__nav .nav-controls,
  .row__nav .nav-pages,
  .row__nav .nav-prev,
  .row__nav .nav-next,
  .row__nav .nav-info,
  .row__nav .nav-zoom,
  .row__nav .nav-dots {
    display: none;
    pointer-events: all; }

.row__grid,
.row__nav {
  border-color: inherit; }

.row--1 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 142px; }
  @media (min-width: 360px) {
    .row--1 {
      max-width: 146px; } }
  @media (min-width: 375px) {
    .row--1 {
      max-width: 146px; } }
  @media (min-width: 400px) {
    .row--1 {
      max-width: 164px; } }
  @media (min-width: 720px) {
    .row--1 {
      max-width: 146px; } }
  @media (min-width: 1024px) {
    .row--1 {
      max-width: 146px; } }
  @media (min-width: 1280px) {
    .row--1 {
      max-width: 164px; } }
  @media (min-width: 1600px) {
    .row--1 {
      max-width: 164px; } }
  @media (min-width: 1920px) {
    .row--1 {
      max-width: 164px; } }

.section--auto .section__header[data-max-columns="2"],
.section--auto .section__footer[data-max-columns="2"], .row--2, .row--auto[data-max-columns="2"] {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 296px; }
  @media (min-width: 360px) {
    .section--auto .section__header[data-max-columns="2"],
    .section--auto .section__footer[data-max-columns="2"], .row--2, .row--auto[data-max-columns="2"] {
      max-width: 306px; } }
  @media (min-width: 375px) {
    .section--auto .section__header[data-max-columns="2"],
    .section--auto .section__footer[data-max-columns="2"], .row--2, .row--auto[data-max-columns="2"] {
      max-width: 306px; } }
  @media (min-width: 400px) {
    .section--auto .section__header[data-max-columns="2"],
    .section--auto .section__footer[data-max-columns="2"], .row--2, .row--auto[data-max-columns="2"] {
      max-width: 344px; } }
  @media (min-width: 720px) {
    .section--auto .section__header[data-max-columns="2"],
    .section--auto .section__footer[data-max-columns="2"], .row--2, .row--auto[data-max-columns="2"] {
      max-width: 306px; } }
  @media (min-width: 1024px) {
    .section--auto .section__header[data-max-columns="2"],
    .section--auto .section__footer[data-max-columns="2"], .row--2, .row--auto[data-max-columns="2"] {
      max-width: 306px; } }
  @media (min-width: 1280px) {
    .section--auto .section__header[data-max-columns="2"],
    .section--auto .section__footer[data-max-columns="2"], .row--2, .row--auto[data-max-columns="2"] {
      max-width: 344px; } }
  @media (min-width: 1600px) {
    .section--auto .section__header[data-max-columns="2"],
    .section--auto .section__footer[data-max-columns="2"], .row--2, .row--auto[data-max-columns="2"] {
      max-width: 344px; } }
  @media (min-width: 1920px) {
    .section--auto .section__header[data-max-columns="2"],
    .section--auto .section__footer[data-max-columns="2"], .row--2, .row--auto[data-max-columns="2"] {
      max-width: 344px; } }

.section--auto .section__header[data-max-columns="3"],
.section--auto .section__footer[data-max-columns="3"], .row--3, .row--auto[data-max-columns="3"] {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 296px; }
  @media (min-width: 360px) {
    .section--auto .section__header[data-max-columns="3"],
    .section--auto .section__footer[data-max-columns="3"], .row--3, .row--auto[data-max-columns="3"] {
      max-width: 306px; } }
  @media (min-width: 375px) {
    .section--auto .section__header[data-max-columns="3"],
    .section--auto .section__footer[data-max-columns="3"], .row--3, .row--auto[data-max-columns="3"] {
      max-width: 306px; } }
  @media (min-width: 400px) {
    .section--auto .section__header[data-max-columns="3"],
    .section--auto .section__footer[data-max-columns="3"], .row--3, .row--auto[data-max-columns="3"] {
      max-width: 344px; } }
  @media (min-width: 640px) {
    .section--auto .section__header[data-max-columns="3"],
    .section--auto .section__footer[data-max-columns="3"], .row--3, .row--auto[data-max-columns="3"] {
      max-width: 450px; } }
  @media (min-width: 720px) {
    .section--auto .section__header[data-max-columns="3"],
    .section--auto .section__footer[data-max-columns="3"], .row--3, .row--auto[data-max-columns="3"] {
      max-width: 466px; } }
  @media (min-width: 1024px) {
    .section--auto .section__header[data-max-columns="3"],
    .section--auto .section__footer[data-max-columns="3"], .row--3, .row--auto[data-max-columns="3"] {
      max-width: 466px; } }
  @media (min-width: 1280px) {
    .section--auto .section__header[data-max-columns="3"],
    .section--auto .section__footer[data-max-columns="3"], .row--3, .row--auto[data-max-columns="3"] {
      max-width: 524px; } }
  @media (min-width: 1600px) {
    .section--auto .section__header[data-max-columns="3"],
    .section--auto .section__footer[data-max-columns="3"], .row--3, .row--auto[data-max-columns="3"] {
      max-width: 524px; } }
  @media (min-width: 1920px) {
    .section--auto .section__header[data-max-columns="3"],
    .section--auto .section__footer[data-max-columns="3"], .row--3, .row--auto[data-max-columns="3"] {
      max-width: 524px; } }

.section--auto .section__header[data-max-columns="4"],
.section--auto .section__footer[data-max-columns="4"], .row--4, .row--auto, .row--auto[data-max-columns="4"] {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 296px; }
  @media (min-width: 360px) {
    .section--auto .section__header[data-max-columns="4"],
    .section--auto .section__footer[data-max-columns="4"], .row--4, .row--auto, .row--auto[data-max-columns="4"] {
      max-width: 306px; } }
  @media (min-width: 375px) {
    .section--auto .section__header[data-max-columns="4"],
    .section--auto .section__footer[data-max-columns="4"], .row--4, .row--auto, .row--auto[data-max-columns="4"] {
      max-width: 306px; } }
  @media (min-width: 400px) {
    .section--auto .section__header[data-max-columns="4"],
    .section--auto .section__footer[data-max-columns="4"], .row--4, .row--auto, .row--auto[data-max-columns="4"] {
      max-width: 344px; } }
  @media (min-width: 640px) {
    .section--auto .section__header[data-max-columns="4"],
    .section--auto .section__footer[data-max-columns="4"], .row--4, .row--auto, .row--auto[data-max-columns="4"] {
      max-width: 604px; } }
  @media (min-width: 720px) {
    .section--auto .section__header[data-max-columns="4"],
    .section--auto .section__footer[data-max-columns="4"], .row--4, .row--auto, .row--auto[data-max-columns="4"] {
      max-width: 626px; } }
  @media (min-width: 1024px) {
    .section--auto .section__header[data-max-columns="4"],
    .section--auto .section__footer[data-max-columns="4"], .row--4, .row--auto, .row--auto[data-max-columns="4"] {
      max-width: 626px; } }
  @media (min-width: 1280px) {
    .section--auto .section__header[data-max-columns="4"],
    .section--auto .section__footer[data-max-columns="4"], .row--4, .row--auto, .row--auto[data-max-columns="4"] {
      max-width: 704px; } }
  @media (min-width: 1600px) {
    .section--auto .section__header[data-max-columns="4"],
    .section--auto .section__footer[data-max-columns="4"], .row--4, .row--auto, .row--auto[data-max-columns="4"] {
      max-width: 704px; } }
  @media (min-width: 1920px) {
    .section--auto .section__header[data-max-columns="4"],
    .section--auto .section__footer[data-max-columns="4"], .row--4, .row--auto, .row--auto[data-max-columns="4"] {
      max-width: 704px; } }

.section--auto .section__header[data-max-columns="5"],
.section--auto .section__footer[data-max-columns="5"], .row--5, .row--auto[data-max-columns="5"] {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 296px; }
  @media (min-width: 360px) {
    .section--auto .section__header[data-max-columns="5"],
    .section--auto .section__footer[data-max-columns="5"], .row--5, .row--auto[data-max-columns="5"] {
      max-width: 306px; } }
  @media (min-width: 375px) {
    .section--auto .section__header[data-max-columns="5"],
    .section--auto .section__footer[data-max-columns="5"], .row--5, .row--auto[data-max-columns="5"] {
      max-width: 306px; } }
  @media (min-width: 400px) {
    .section--auto .section__header[data-max-columns="5"],
    .section--auto .section__footer[data-max-columns="5"], .row--5, .row--auto[data-max-columns="5"] {
      max-width: 344px; } }
  @media (min-width: 640px) {
    .section--auto .section__header[data-max-columns="5"],
    .section--auto .section__footer[data-max-columns="5"], .row--5, .row--auto[data-max-columns="5"] {
      max-width: 450px; } }
  @media (min-width: 720px) {
    .section--auto .section__header[data-max-columns="5"],
    .section--auto .section__footer[data-max-columns="5"], .row--5, .row--auto[data-max-columns="5"] {
      max-width: 466px; } }
  @media (min-width: 1024px) {
    .section--auto .section__header[data-max-columns="5"],
    .section--auto .section__footer[data-max-columns="5"], .row--5, .row--auto[data-max-columns="5"] {
      max-width: 786px; } }
  @media (min-width: 1280px) {
    .section--auto .section__header[data-max-columns="5"],
    .section--auto .section__footer[data-max-columns="5"], .row--5, .row--auto[data-max-columns="5"] {
      max-width: 884px; } }
  @media (min-width: 1600px) {
    .section--auto .section__header[data-max-columns="5"],
    .section--auto .section__footer[data-max-columns="5"], .row--5, .row--auto[data-max-columns="5"] {
      max-width: 884px; } }
  @media (min-width: 1920px) {
    .section--auto .section__header[data-max-columns="5"],
    .section--auto .section__footer[data-max-columns="5"], .row--5, .row--auto[data-max-columns="5"] {
      max-width: 884px; } }

.section--auto .section__header[data-max-columns="6"],
.section--auto .section__footer[data-max-columns="6"], .row--6, .row--auto[data-max-columns="6"], .row--wide, .section--wide .section__header, .section--row-features .section__header,
.section--wide .section__footer,
.section--row-features .section__footer {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 296px; }
  @media (min-width: 360px) {
    .section--auto .section__header[data-max-columns="6"],
    .section--auto .section__footer[data-max-columns="6"], .row--6, .row--auto[data-max-columns="6"], .row--wide, .section--wide .section__header, .section--row-features .section__header,
    .section--wide .section__footer,
    .section--row-features .section__footer {
      max-width: 306px; } }
  @media (min-width: 375px) {
    .section--auto .section__header[data-max-columns="6"],
    .section--auto .section__footer[data-max-columns="6"], .row--6, .row--auto[data-max-columns="6"], .row--wide, .section--wide .section__header, .section--row-features .section__header,
    .section--wide .section__footer,
    .section--row-features .section__footer {
      max-width: 306px; } }
  @media (min-width: 400px) {
    .section--auto .section__header[data-max-columns="6"],
    .section--auto .section__footer[data-max-columns="6"], .row--6, .row--auto[data-max-columns="6"], .row--wide, .section--wide .section__header, .section--row-features .section__header,
    .section--wide .section__footer,
    .section--row-features .section__footer {
      max-width: 344px; } }
  @media (min-width: 640px) {
    .section--auto .section__header[data-max-columns="6"],
    .section--auto .section__footer[data-max-columns="6"], .row--6, .row--auto[data-max-columns="6"], .row--wide, .section--wide .section__header, .section--row-features .section__header,
    .section--wide .section__footer,
    .section--row-features .section__footer {
      max-width: 604px; } }
  @media (min-width: 720px) {
    .section--auto .section__header[data-max-columns="6"],
    .section--auto .section__footer[data-max-columns="6"], .row--6, .row--auto[data-max-columns="6"], .row--wide, .section--wide .section__header, .section--row-features .section__header,
    .section--wide .section__footer,
    .section--row-features .section__footer {
      max-width: 626px; } }
  @media (min-width: 1024px) {
    .section--auto .section__header[data-max-columns="6"],
    .section--auto .section__footer[data-max-columns="6"], .row--6, .row--auto[data-max-columns="6"], .row--wide, .section--wide .section__header, .section--row-features .section__header,
    .section--wide .section__footer,
    .section--row-features .section__footer {
      max-width: 946px; } }
  @media (min-width: 1280px) {
    .section--auto .section__header[data-max-columns="6"],
    .section--auto .section__footer[data-max-columns="6"], .row--6, .row--auto[data-max-columns="6"], .row--wide, .section--wide .section__header, .section--row-features .section__header,
    .section--wide .section__footer,
    .section--row-features .section__footer {
      max-width: 1064px; } }
  @media (min-width: 1600px) {
    .section--auto .section__header[data-max-columns="6"],
    .section--auto .section__footer[data-max-columns="6"], .row--6, .row--auto[data-max-columns="6"], .row--wide, .section--wide .section__header, .section--row-features .section__header,
    .section--wide .section__footer,
    .section--row-features .section__footer {
      max-width: 1064px; } }
  @media (min-width: 1920px) {
    .section--auto .section__header[data-max-columns="6"],
    .section--auto .section__footer[data-max-columns="6"], .row--6, .row--auto[data-max-columns="6"], .row--wide, .section--wide .section__header, .section--row-features .section__header,
    .section--wide .section__footer,
    .section--row-features .section__footer {
      max-width: 1064px; } }

.section--auto .section__header[data-max-columns="8"],
.section--auto .section__footer[data-max-columns="8"], .row--8, .row--auto[data-max-columns="8"] {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 296px; }
  @media (min-width: 360px) {
    .section--auto .section__header[data-max-columns="8"],
    .section--auto .section__footer[data-max-columns="8"], .row--8, .row--auto[data-max-columns="8"] {
      max-width: 306px; } }
  @media (min-width: 375px) {
    .section--auto .section__header[data-max-columns="8"],
    .section--auto .section__footer[data-max-columns="8"], .row--8, .row--auto[data-max-columns="8"] {
      max-width: 306px; } }
  @media (min-width: 400px) {
    .section--auto .section__header[data-max-columns="8"],
    .section--auto .section__footer[data-max-columns="8"], .row--8, .row--auto[data-max-columns="8"] {
      max-width: 344px; } }
  @media (min-width: 640px) {
    .section--auto .section__header[data-max-columns="8"],
    .section--auto .section__footer[data-max-columns="8"], .row--8, .row--auto[data-max-columns="8"] {
      max-width: 604px; } }
  @media (min-width: 720px) {
    .section--auto .section__header[data-max-columns="8"],
    .section--auto .section__footer[data-max-columns="8"], .row--8, .row--auto[data-max-columns="8"] {
      max-width: 626px; } }
  @media (min-width: 1024px) {
    .section--auto .section__header[data-max-columns="8"],
    .section--auto .section__footer[data-max-columns="8"], .row--8, .row--auto[data-max-columns="8"] {
      max-width: 946px; } }
  @media (min-width: 1280px) {
    .section--auto .section__header[data-max-columns="8"],
    .section--auto .section__footer[data-max-columns="8"], .row--8, .row--auto[data-max-columns="8"] {
      max-width: 1064px; } }
  @media (min-width: 1600px) {
    .section--auto .section__header[data-max-columns="8"],
    .section--auto .section__footer[data-max-columns="8"], .row--8, .row--auto[data-max-columns="8"] {
      max-width: 1424px; } }
  @media (min-width: 1920px) {
    .section--auto .section__header[data-max-columns="8"],
    .section--auto .section__footer[data-max-columns="8"], .row--8, .row--auto[data-max-columns="8"] {
      max-width: 1424px; } }

.section--auto .section__header[data-max-columns="10"],
.section--auto .section__footer[data-max-columns="10"], .row--10, .row--auto[data-max-columns="10"] {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 296px; }
  @media (min-width: 360px) {
    .section--auto .section__header[data-max-columns="10"],
    .section--auto .section__footer[data-max-columns="10"], .row--10, .row--auto[data-max-columns="10"] {
      max-width: 306px; } }
  @media (min-width: 375px) {
    .section--auto .section__header[data-max-columns="10"],
    .section--auto .section__footer[data-max-columns="10"], .row--10, .row--auto[data-max-columns="10"] {
      max-width: 306px; } }
  @media (min-width: 400px) {
    .section--auto .section__header[data-max-columns="10"],
    .section--auto .section__footer[data-max-columns="10"], .row--10, .row--auto[data-max-columns="10"] {
      max-width: 344px; } }
  @media (min-width: 640px) {
    .section--auto .section__header[data-max-columns="10"],
    .section--auto .section__footer[data-max-columns="10"], .row--10, .row--auto[data-max-columns="10"] {
      max-width: 604px; } }
  @media (min-width: 720px) {
    .section--auto .section__header[data-max-columns="10"],
    .section--auto .section__footer[data-max-columns="10"], .row--10, .row--auto[data-max-columns="10"] {
      max-width: 626px; } }
  @media (min-width: 1024px) {
    .section--auto .section__header[data-max-columns="10"],
    .section--auto .section__footer[data-max-columns="10"], .row--10, .row--auto[data-max-columns="10"] {
      max-width: 946px; } }
  @media (min-width: 1280px) {
    .section--auto .section__header[data-max-columns="10"],
    .section--auto .section__footer[data-max-columns="10"], .row--10, .row--auto[data-max-columns="10"] {
      max-width: 1064px; } }
  @media (min-width: 1600px) {
    .section--auto .section__header[data-max-columns="10"],
    .section--auto .section__footer[data-max-columns="10"], .row--10, .row--auto[data-max-columns="10"] {
      max-width: 1424px; } }
  @media (min-width: 1920px) {
    .section--auto .section__header[data-max-columns="10"],
    .section--auto .section__footer[data-max-columns="10"], .row--10, .row--auto[data-max-columns="10"] {
      max-width: 1784px; } }

.section--auto .section__header,
.section--auto .section__footer {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 296px;
  margin-bottom: 1.5em; }
  @media (min-width: 360px) {
    .section--auto .section__header,
    .section--auto .section__footer {
      max-width: 306px; } }
  @media (min-width: 375px) {
    .section--auto .section__header,
    .section--auto .section__footer {
      max-width: 306px; } }
  @media (min-width: 400px) {
    .section--auto .section__header,
    .section--auto .section__footer {
      max-width: 344px; } }
  @media (min-width: 640px) {
    .section--auto .section__header,
    .section--auto .section__footer {
      max-width: 604px; } }
  @media (min-width: 720px) {
    .section--auto .section__header,
    .section--auto .section__footer {
      max-width: 626px; } }
  @media (min-width: 1024px) {
    .section--auto .section__header,
    .section--auto .section__footer {
      max-width: 626px; } }
  @media (min-width: 1280px) {
    .section--auto .section__header,
    .section--auto .section__footer {
      max-width: 704px; } }
  @media (min-width: 1600px) {
    .section--auto .section__header,
    .section--auto .section__footer {
      max-width: 704px; } }
  @media (min-width: 1920px) {
    .section--auto .section__header,
    .section--auto .section__footer {
      max-width: 704px; } }
  .section--auto .section__header .row__grid, .section--auto .section__footer .row__grid {
    margin: -6px; }
    @media (min-width: 360px) {
      .section--auto .section__header .row__grid, .section--auto .section__footer .row__grid {
        margin: -7px; } }
    @media (min-width: 400px) {
      .section--auto .section__header .row__grid, .section--auto .section__footer .row__grid {
        margin: -8px; } }
    @media (min-width: 640px) {
      .section--auto .section__header .row__grid, .section--auto .section__footer .row__grid {
        margin: -6px; } }
    @media (min-width: 720px) {
      .section--auto .section__header .row__grid, .section--auto .section__footer .row__grid {
        margin: -7px; } }
    @media (min-width: 1280px) {
      .section--auto .section__header .row__grid, .section--auto .section__footer .row__grid {
        margin: -8px; } }
  .section--auto .section__header .module, .section--auto .section__footer .module, .section--auto .section__header .button--summary, .section--auto .section__footer .button--summary, .section--auto .section__header .section--search-primary .row__buttons, .section--search-primary .section--auto .section__header .row__buttons, .section--auto .section__footer .section--search-primary .row__buttons, .section--search-primary .section--auto .section__footer .row__buttons {
    width: 100%;
    padding: 6px; }
    @media (min-width: 360px) {
      .section--auto .section__header .module, .section--auto .section__footer .module, .section--auto .section__header .button--summary, .section--auto .section__footer .button--summary, .section--auto .section__header .section--search-primary .row__buttons, .section--search-primary .section--auto .section__header .row__buttons, .section--auto .section__footer .section--search-primary .row__buttons, .section--search-primary .section--auto .section__footer .row__buttons {
        padding: 7px; } }
    @media (min-width: 400px) {
      .section--auto .section__header .module, .section--auto .section__footer .module, .section--auto .section__header .button--summary, .section--auto .section__footer .button--summary, .section--auto .section__header .section--search-primary .row__buttons, .section--search-primary .section--auto .section__header .row__buttons, .section--auto .section__footer .section--search-primary .row__buttons, .section--search-primary .section--auto .section__footer .row__buttons {
        padding: 8px; } }
    @media (min-width: 640px) {
      .section--auto .section__header .module, .section--auto .section__footer .module, .section--auto .section__header .button--summary, .section--auto .section__footer .button--summary, .section--auto .section__header .section--search-primary .row__buttons, .section--search-primary .section--auto .section__header .row__buttons, .section--auto .section__footer .section--search-primary .row__buttons, .section--search-primary .section--auto .section__footer .row__buttons {
        padding: 6px; } }
    @media (min-width: 720px) {
      .section--auto .section__header .module, .section--auto .section__footer .module, .section--auto .section__header .button--summary, .section--auto .section__footer .button--summary, .section--auto .section__header .section--search-primary .row__buttons, .section--search-primary .section--auto .section__header .row__buttons, .section--auto .section__footer .section--search-primary .row__buttons, .section--search-primary .section--auto .section__footer .row__buttons {
        padding: 7px; } }
    @media (min-width: 1280px) {
      .section--auto .section__header .module, .section--auto .section__footer .module, .section--auto .section__header .button--summary, .section--auto .section__footer .button--summary, .section--auto .section__header .section--search-primary .row__buttons, .section--search-primary .section--auto .section__header .row__buttons, .section--auto .section__footer .section--search-primary .row__buttons, .section--search-primary .section--auto .section__footer .row__buttons {
        padding: 8px; } }

.row--left,
.row--right {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 142px; }
  @media (min-width: 360px) {
    .row--left,
    .row--right {
      max-width: 146px; } }
  @media (min-width: 375px) {
    .row--left,
    .row--right {
      max-width: 146px; } }
  @media (min-width: 400px) {
    .row--left,
    .row--right {
      max-width: 164px; } }
  @media (min-width: 640px) {
    .row--left,
    .row--right {
      max-width: 296px; } }
  @media (min-width: 720px) {
    .row--left,
    .row--right {
      max-width: 306px; } }
  @media (min-width: 1024px) {
    .row--left,
    .row--right {
      max-width: 306px; } }
  @media (min-width: 1280px) {
    .row--left,
    .row--right {
      max-width: 344px; } }
  @media (min-width: 1600px) {
    .row--left,
    .row--right {
      max-width: 344px; } }
  @media (min-width: 1920px) {
    .row--left,
    .row--right {
      max-width: 344px; } }

.row--left {
  float: left;
  margin-bottom: 1.5em;
  margin-right: 0.75em;
  margin-top: 0.5em; }
  .row--left .row__grid {
    margin: 0px; }
    @media (min-width: 360px) {
      .row--left .row__grid {
        margin: 0px; } }
    @media (min-width: 400px) {
      .row--left .row__grid {
        margin: 0px; } }
    @media (min-width: 640px) {
      .row--left .row__grid {
        margin: 0px; } }
    @media (min-width: 720px) {
      .row--left .row__grid {
        margin: 0px; } }
    @media (min-width: 1280px) {
      .row--left .row__grid {
        margin: 0px; } }
  .row--left .module, .row--left .button--summary, .row--left .section--search-primary .row__buttons, .section--search-primary .row--left .row__buttons {
    padding: 0px;
    width: 100%;
    margin-bottom: 1em; }
    @media (min-width: 360px) {
      .row--left .module, .row--left .button--summary, .row--left .section--search-primary .row__buttons, .section--search-primary .row--left .row__buttons {
        padding: 0px; } }
    @media (min-width: 400px) {
      .row--left .module, .row--left .button--summary, .row--left .section--search-primary .row__buttons, .section--search-primary .row--left .row__buttons {
        padding: 0px; } }
    @media (min-width: 640px) {
      .row--left .module, .row--left .button--summary, .row--left .section--search-primary .row__buttons, .section--search-primary .row--left .row__buttons {
        padding: 0px; } }
    @media (min-width: 720px) {
      .row--left .module, .row--left .button--summary, .row--left .section--search-primary .row__buttons, .section--search-primary .row--left .row__buttons {
        padding: 0px; } }
    @media (min-width: 1280px) {
      .row--left .module, .row--left .button--summary, .row--left .section--search-primary .row__buttons, .section--search-primary .row--left .row__buttons {
        padding: 0px; } }
  .row--left .module__media {
    width: 100%; }
  .row--left .module__content {
    width: 100%; }

.row--right {
  float: right;
  margin-bottom: 1.5em;
  margin-left: 0.75em;
  margin-top: 0.5em; }
  .row--right .row__grid {
    margin: 0px; }
    @media (min-width: 360px) {
      .row--right .row__grid {
        margin: 0px; } }
    @media (min-width: 400px) {
      .row--right .row__grid {
        margin: 0px; } }
    @media (min-width: 640px) {
      .row--right .row__grid {
        margin: 0px; } }
    @media (min-width: 720px) {
      .row--right .row__grid {
        margin: 0px; } }
    @media (min-width: 1280px) {
      .row--right .row__grid {
        margin: 0px; } }
  .row--right .module, .row--right .button--summary, .row--right .section--search-primary .row__buttons, .section--search-primary .row--right .row__buttons {
    padding: 0px;
    width: 100%;
    margin-bottom: 1em; }
    @media (min-width: 360px) {
      .row--right .module, .row--right .button--summary, .row--right .section--search-primary .row__buttons, .section--search-primary .row--right .row__buttons {
        padding: 0px; } }
    @media (min-width: 400px) {
      .row--right .module, .row--right .button--summary, .row--right .section--search-primary .row__buttons, .section--search-primary .row--right .row__buttons {
        padding: 0px; } }
    @media (min-width: 640px) {
      .row--right .module, .row--right .button--summary, .row--right .section--search-primary .row__buttons, .section--search-primary .row--right .row__buttons {
        padding: 0px; } }
    @media (min-width: 720px) {
      .row--right .module, .row--right .button--summary, .row--right .section--search-primary .row__buttons, .section--search-primary .row--right .row__buttons {
        padding: 0px; } }
    @media (min-width: 1280px) {
      .row--right .module, .row--right .button--summary, .row--right .section--search-primary .row__buttons, .section--search-primary .row--right .row__buttons {
        padding: 0px; } }
  .row--right .module__media {
    width: 100%; }
  .row--right .module__content {
    width: 100%; }

.row[aria-expanded="false"] .row__secondary {
  display: none; }

.row[aria-expanded="true"] .row__footer {
  display: none; }

.row--grid, .row--grid-wide, .row--lightbox-wide, .row--grid-full, .row--lightbox-full, .row--lightbox {
  position: relative;
  margin-bottom: 1.5em;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 296px;
  background-color: inherit !important;
  color: inherit !important; }
  @media (min-width: 360px) {
    .row--grid, .row--grid-wide, .row--lightbox-wide, .row--grid-full, .row--lightbox-full, .row--lightbox {
      max-width: 306px; } }
  @media (min-width: 375px) {
    .row--grid, .row--grid-wide, .row--lightbox-wide, .row--grid-full, .row--lightbox-full, .row--lightbox {
      max-width: 306px; } }
  @media (min-width: 400px) {
    .row--grid, .row--grid-wide, .row--lightbox-wide, .row--grid-full, .row--lightbox-full, .row--lightbox {
      max-width: 344px; } }
  @media (min-width: 640px) {
    .row--grid, .row--grid-wide, .row--lightbox-wide, .row--grid-full, .row--lightbox-full, .row--lightbox {
      max-width: 604px; } }
  @media (min-width: 720px) {
    .row--grid, .row--grid-wide, .row--lightbox-wide, .row--grid-full, .row--lightbox-full, .row--lightbox {
      max-width: 626px; } }
  @media (min-width: 1024px) {
    .row--grid, .row--grid-wide, .row--lightbox-wide, .row--grid-full, .row--lightbox-full, .row--lightbox {
      max-width: 626px; } }
  @media (min-width: 1280px) {
    .row--grid, .row--grid-wide, .row--lightbox-wide, .row--grid-full, .row--lightbox-full, .row--lightbox {
      max-width: 704px; } }
  @media (min-width: 1600px) {
    .row--grid, .row--grid-wide, .row--lightbox-wide, .row--grid-full, .row--lightbox-full, .row--lightbox {
      max-width: 704px; } }
  @media (min-width: 1920px) {
    .row--grid, .row--grid-wide, .row--lightbox-wide, .row--grid-full, .row--lightbox-full, .row--lightbox {
      max-width: 704px; } }
  .row--grid[data-max-columns="2"], .row--grid-wide[data-max-columns="2"], .row--lightbox-wide[data-max-columns="2"], .row--grid-full[data-max-columns="2"], .row--lightbox-full[data-max-columns="2"], .row--lightbox[data-max-columns="2"] {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 296px; }
    @media (min-width: 360px) {
      .row--grid[data-max-columns="2"], .row--grid-wide[data-max-columns="2"], .row--lightbox-wide[data-max-columns="2"], .row--grid-full[data-max-columns="2"], .row--lightbox-full[data-max-columns="2"], .row--lightbox[data-max-columns="2"] {
        max-width: 306px; } }
    @media (min-width: 375px) {
      .row--grid[data-max-columns="2"], .row--grid-wide[data-max-columns="2"], .row--lightbox-wide[data-max-columns="2"], .row--grid-full[data-max-columns="2"], .row--lightbox-full[data-max-columns="2"], .row--lightbox[data-max-columns="2"] {
        max-width: 306px; } }
    @media (min-width: 400px) {
      .row--grid[data-max-columns="2"], .row--grid-wide[data-max-columns="2"], .row--lightbox-wide[data-max-columns="2"], .row--grid-full[data-max-columns="2"], .row--lightbox-full[data-max-columns="2"], .row--lightbox[data-max-columns="2"] {
        max-width: 344px; } }
    @media (min-width: 720px) {
      .row--grid[data-max-columns="2"], .row--grid-wide[data-max-columns="2"], .row--lightbox-wide[data-max-columns="2"], .row--grid-full[data-max-columns="2"], .row--lightbox-full[data-max-columns="2"], .row--lightbox[data-max-columns="2"] {
        max-width: 306px; } }
    @media (min-width: 1024px) {
      .row--grid[data-max-columns="2"], .row--grid-wide[data-max-columns="2"], .row--lightbox-wide[data-max-columns="2"], .row--grid-full[data-max-columns="2"], .row--lightbox-full[data-max-columns="2"], .row--lightbox[data-max-columns="2"] {
        max-width: 306px; } }
    @media (min-width: 1280px) {
      .row--grid[data-max-columns="2"], .row--grid-wide[data-max-columns="2"], .row--lightbox-wide[data-max-columns="2"], .row--grid-full[data-max-columns="2"], .row--lightbox-full[data-max-columns="2"], .row--lightbox[data-max-columns="2"] {
        max-width: 344px; } }
    @media (min-width: 1600px) {
      .row--grid[data-max-columns="2"], .row--grid-wide[data-max-columns="2"], .row--lightbox-wide[data-max-columns="2"], .row--grid-full[data-max-columns="2"], .row--lightbox-full[data-max-columns="2"], .row--lightbox[data-max-columns="2"] {
        max-width: 344px; } }
    @media (min-width: 1920px) {
      .row--grid[data-max-columns="2"], .row--grid-wide[data-max-columns="2"], .row--lightbox-wide[data-max-columns="2"], .row--grid-full[data-max-columns="2"], .row--lightbox-full[data-max-columns="2"], .row--lightbox[data-max-columns="2"] {
        max-width: 344px; } }
  .row--grid[data-max-columns="3"], .row--grid-wide[data-max-columns="3"], .row--lightbox-wide[data-max-columns="3"], .row--grid-full[data-max-columns="3"], .row--lightbox-full[data-max-columns="3"], .row--lightbox[data-max-columns="3"] {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 296px; }
    @media (min-width: 360px) {
      .row--grid[data-max-columns="3"], .row--grid-wide[data-max-columns="3"], .row--lightbox-wide[data-max-columns="3"], .row--grid-full[data-max-columns="3"], .row--lightbox-full[data-max-columns="3"], .row--lightbox[data-max-columns="3"] {
        max-width: 306px; } }
    @media (min-width: 375px) {
      .row--grid[data-max-columns="3"], .row--grid-wide[data-max-columns="3"], .row--lightbox-wide[data-max-columns="3"], .row--grid-full[data-max-columns="3"], .row--lightbox-full[data-max-columns="3"], .row--lightbox[data-max-columns="3"] {
        max-width: 306px; } }
    @media (min-width: 400px) {
      .row--grid[data-max-columns="3"], .row--grid-wide[data-max-columns="3"], .row--lightbox-wide[data-max-columns="3"], .row--grid-full[data-max-columns="3"], .row--lightbox-full[data-max-columns="3"], .row--lightbox[data-max-columns="3"] {
        max-width: 344px; } }
    @media (min-width: 640px) {
      .row--grid[data-max-columns="3"], .row--grid-wide[data-max-columns="3"], .row--lightbox-wide[data-max-columns="3"], .row--grid-full[data-max-columns="3"], .row--lightbox-full[data-max-columns="3"], .row--lightbox[data-max-columns="3"] {
        max-width: 450px; } }
    @media (min-width: 720px) {
      .row--grid[data-max-columns="3"], .row--grid-wide[data-max-columns="3"], .row--lightbox-wide[data-max-columns="3"], .row--grid-full[data-max-columns="3"], .row--lightbox-full[data-max-columns="3"], .row--lightbox[data-max-columns="3"] {
        max-width: 466px; } }
    @media (min-width: 1024px) {
      .row--grid[data-max-columns="3"], .row--grid-wide[data-max-columns="3"], .row--lightbox-wide[data-max-columns="3"], .row--grid-full[data-max-columns="3"], .row--lightbox-full[data-max-columns="3"], .row--lightbox[data-max-columns="3"] {
        max-width: 466px; } }
    @media (min-width: 1280px) {
      .row--grid[data-max-columns="3"], .row--grid-wide[data-max-columns="3"], .row--lightbox-wide[data-max-columns="3"], .row--grid-full[data-max-columns="3"], .row--lightbox-full[data-max-columns="3"], .row--lightbox[data-max-columns="3"] {
        max-width: 524px; } }
    @media (min-width: 1600px) {
      .row--grid[data-max-columns="3"], .row--grid-wide[data-max-columns="3"], .row--lightbox-wide[data-max-columns="3"], .row--grid-full[data-max-columns="3"], .row--lightbox-full[data-max-columns="3"], .row--lightbox[data-max-columns="3"] {
        max-width: 524px; } }
    @media (min-width: 1920px) {
      .row--grid[data-max-columns="3"], .row--grid-wide[data-max-columns="3"], .row--lightbox-wide[data-max-columns="3"], .row--grid-full[data-max-columns="3"], .row--lightbox-full[data-max-columns="3"], .row--lightbox[data-max-columns="3"] {
        max-width: 524px; } }
  .row--grid[data-max-columns="4"], .row--grid-wide[data-max-columns="4"], .row--lightbox-wide[data-max-columns="4"], .row--grid-full[data-max-columns="4"], .row--lightbox-full[data-max-columns="4"], .row--lightbox[data-max-columns="4"] {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 296px; }
    @media (min-width: 360px) {
      .row--grid[data-max-columns="4"], .row--grid-wide[data-max-columns="4"], .row--lightbox-wide[data-max-columns="4"], .row--grid-full[data-max-columns="4"], .row--lightbox-full[data-max-columns="4"], .row--lightbox[data-max-columns="4"] {
        max-width: 306px; } }
    @media (min-width: 375px) {
      .row--grid[data-max-columns="4"], .row--grid-wide[data-max-columns="4"], .row--lightbox-wide[data-max-columns="4"], .row--grid-full[data-max-columns="4"], .row--lightbox-full[data-max-columns="4"], .row--lightbox[data-max-columns="4"] {
        max-width: 306px; } }
    @media (min-width: 400px) {
      .row--grid[data-max-columns="4"], .row--grid-wide[data-max-columns="4"], .row--lightbox-wide[data-max-columns="4"], .row--grid-full[data-max-columns="4"], .row--lightbox-full[data-max-columns="4"], .row--lightbox[data-max-columns="4"] {
        max-width: 344px; } }
    @media (min-width: 640px) {
      .row--grid[data-max-columns="4"], .row--grid-wide[data-max-columns="4"], .row--lightbox-wide[data-max-columns="4"], .row--grid-full[data-max-columns="4"], .row--lightbox-full[data-max-columns="4"], .row--lightbox[data-max-columns="4"] {
        max-width: 604px; } }
    @media (min-width: 720px) {
      .row--grid[data-max-columns="4"], .row--grid-wide[data-max-columns="4"], .row--lightbox-wide[data-max-columns="4"], .row--grid-full[data-max-columns="4"], .row--lightbox-full[data-max-columns="4"], .row--lightbox[data-max-columns="4"] {
        max-width: 626px; } }
    @media (min-width: 1024px) {
      .row--grid[data-max-columns="4"], .row--grid-wide[data-max-columns="4"], .row--lightbox-wide[data-max-columns="4"], .row--grid-full[data-max-columns="4"], .row--lightbox-full[data-max-columns="4"], .row--lightbox[data-max-columns="4"] {
        max-width: 626px; } }
    @media (min-width: 1280px) {
      .row--grid[data-max-columns="4"], .row--grid-wide[data-max-columns="4"], .row--lightbox-wide[data-max-columns="4"], .row--grid-full[data-max-columns="4"], .row--lightbox-full[data-max-columns="4"], .row--lightbox[data-max-columns="4"] {
        max-width: 704px; } }
    @media (min-width: 1600px) {
      .row--grid[data-max-columns="4"], .row--grid-wide[data-max-columns="4"], .row--lightbox-wide[data-max-columns="4"], .row--grid-full[data-max-columns="4"], .row--lightbox-full[data-max-columns="4"], .row--lightbox[data-max-columns="4"] {
        max-width: 704px; } }
    @media (min-width: 1920px) {
      .row--grid[data-max-columns="4"], .row--grid-wide[data-max-columns="4"], .row--lightbox-wide[data-max-columns="4"], .row--grid-full[data-max-columns="4"], .row--lightbox-full[data-max-columns="4"], .row--lightbox[data-max-columns="4"] {
        max-width: 704px; } }
  .row--grid[data-max-columns="5"], .row--grid-wide[data-max-columns="5"], .row--lightbox-wide[data-max-columns="5"], .row--grid-full[data-max-columns="5"], .row--lightbox-full[data-max-columns="5"], .row--lightbox[data-max-columns="5"] {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 296px; }
    @media (min-width: 360px) {
      .row--grid[data-max-columns="5"], .row--grid-wide[data-max-columns="5"], .row--lightbox-wide[data-max-columns="5"], .row--grid-full[data-max-columns="5"], .row--lightbox-full[data-max-columns="5"], .row--lightbox[data-max-columns="5"] {
        max-width: 306px; } }
    @media (min-width: 375px) {
      .row--grid[data-max-columns="5"], .row--grid-wide[data-max-columns="5"], .row--lightbox-wide[data-max-columns="5"], .row--grid-full[data-max-columns="5"], .row--lightbox-full[data-max-columns="5"], .row--lightbox[data-max-columns="5"] {
        max-width: 306px; } }
    @media (min-width: 400px) {
      .row--grid[data-max-columns="5"], .row--grid-wide[data-max-columns="5"], .row--lightbox-wide[data-max-columns="5"], .row--grid-full[data-max-columns="5"], .row--lightbox-full[data-max-columns="5"], .row--lightbox[data-max-columns="5"] {
        max-width: 344px; } }
    @media (min-width: 640px) {
      .row--grid[data-max-columns="5"], .row--grid-wide[data-max-columns="5"], .row--lightbox-wide[data-max-columns="5"], .row--grid-full[data-max-columns="5"], .row--lightbox-full[data-max-columns="5"], .row--lightbox[data-max-columns="5"] {
        max-width: 450px; } }
    @media (min-width: 720px) {
      .row--grid[data-max-columns="5"], .row--grid-wide[data-max-columns="5"], .row--lightbox-wide[data-max-columns="5"], .row--grid-full[data-max-columns="5"], .row--lightbox-full[data-max-columns="5"], .row--lightbox[data-max-columns="5"] {
        max-width: 466px; } }
    @media (min-width: 1024px) {
      .row--grid[data-max-columns="5"], .row--grid-wide[data-max-columns="5"], .row--lightbox-wide[data-max-columns="5"], .row--grid-full[data-max-columns="5"], .row--lightbox-full[data-max-columns="5"], .row--lightbox[data-max-columns="5"] {
        max-width: 786px; } }
    @media (min-width: 1280px) {
      .row--grid[data-max-columns="5"], .row--grid-wide[data-max-columns="5"], .row--lightbox-wide[data-max-columns="5"], .row--grid-full[data-max-columns="5"], .row--lightbox-full[data-max-columns="5"], .row--lightbox[data-max-columns="5"] {
        max-width: 884px; } }
    @media (min-width: 1600px) {
      .row--grid[data-max-columns="5"], .row--grid-wide[data-max-columns="5"], .row--lightbox-wide[data-max-columns="5"], .row--grid-full[data-max-columns="5"], .row--lightbox-full[data-max-columns="5"], .row--lightbox[data-max-columns="5"] {
        max-width: 884px; } }
    @media (min-width: 1920px) {
      .row--grid[data-max-columns="5"], .row--grid-wide[data-max-columns="5"], .row--lightbox-wide[data-max-columns="5"], .row--grid-full[data-max-columns="5"], .row--lightbox-full[data-max-columns="5"], .row--lightbox[data-max-columns="5"] {
        max-width: 884px; } }
  .row--grid[data-max-columns="6"], .row--grid-wide[data-max-columns="6"], .row--lightbox-wide[data-max-columns="6"], .row--grid-full[data-max-columns="6"], .row--lightbox-full[data-max-columns="6"], .row--lightbox[data-max-columns="6"] {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 296px; }
    @media (min-width: 360px) {
      .row--grid[data-max-columns="6"], .row--grid-wide[data-max-columns="6"], .row--lightbox-wide[data-max-columns="6"], .row--grid-full[data-max-columns="6"], .row--lightbox-full[data-max-columns="6"], .row--lightbox[data-max-columns="6"] {
        max-width: 306px; } }
    @media (min-width: 375px) {
      .row--grid[data-max-columns="6"], .row--grid-wide[data-max-columns="6"], .row--lightbox-wide[data-max-columns="6"], .row--grid-full[data-max-columns="6"], .row--lightbox-full[data-max-columns="6"], .row--lightbox[data-max-columns="6"] {
        max-width: 306px; } }
    @media (min-width: 400px) {
      .row--grid[data-max-columns="6"], .row--grid-wide[data-max-columns="6"], .row--lightbox-wide[data-max-columns="6"], .row--grid-full[data-max-columns="6"], .row--lightbox-full[data-max-columns="6"], .row--lightbox[data-max-columns="6"] {
        max-width: 344px; } }
    @media (min-width: 640px) {
      .row--grid[data-max-columns="6"], .row--grid-wide[data-max-columns="6"], .row--lightbox-wide[data-max-columns="6"], .row--grid-full[data-max-columns="6"], .row--lightbox-full[data-max-columns="6"], .row--lightbox[data-max-columns="6"] {
        max-width: 604px; } }
    @media (min-width: 720px) {
      .row--grid[data-max-columns="6"], .row--grid-wide[data-max-columns="6"], .row--lightbox-wide[data-max-columns="6"], .row--grid-full[data-max-columns="6"], .row--lightbox-full[data-max-columns="6"], .row--lightbox[data-max-columns="6"] {
        max-width: 626px; } }
    @media (min-width: 1024px) {
      .row--grid[data-max-columns="6"], .row--grid-wide[data-max-columns="6"], .row--lightbox-wide[data-max-columns="6"], .row--grid-full[data-max-columns="6"], .row--lightbox-full[data-max-columns="6"], .row--lightbox[data-max-columns="6"] {
        max-width: 946px; } }
    @media (min-width: 1280px) {
      .row--grid[data-max-columns="6"], .row--grid-wide[data-max-columns="6"], .row--lightbox-wide[data-max-columns="6"], .row--grid-full[data-max-columns="6"], .row--lightbox-full[data-max-columns="6"], .row--lightbox[data-max-columns="6"] {
        max-width: 1064px; } }
    @media (min-width: 1600px) {
      .row--grid[data-max-columns="6"], .row--grid-wide[data-max-columns="6"], .row--lightbox-wide[data-max-columns="6"], .row--grid-full[data-max-columns="6"], .row--lightbox-full[data-max-columns="6"], .row--lightbox[data-max-columns="6"] {
        max-width: 1064px; } }
    @media (min-width: 1920px) {
      .row--grid[data-max-columns="6"], .row--grid-wide[data-max-columns="6"], .row--lightbox-wide[data-max-columns="6"], .row--grid-full[data-max-columns="6"], .row--lightbox-full[data-max-columns="6"], .row--lightbox[data-max-columns="6"] {
        max-width: 1064px; } }
  .row--grid[data-max-columns="8"], .row--grid-wide[data-max-columns="8"], .row--lightbox-wide[data-max-columns="8"], .row--grid-full[data-max-columns="8"], .row--lightbox-full[data-max-columns="8"], .row--lightbox[data-max-columns="8"] {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 296px; }
    @media (min-width: 360px) {
      .row--grid[data-max-columns="8"], .row--grid-wide[data-max-columns="8"], .row--lightbox-wide[data-max-columns="8"], .row--grid-full[data-max-columns="8"], .row--lightbox-full[data-max-columns="8"], .row--lightbox[data-max-columns="8"] {
        max-width: 306px; } }
    @media (min-width: 375px) {
      .row--grid[data-max-columns="8"], .row--grid-wide[data-max-columns="8"], .row--lightbox-wide[data-max-columns="8"], .row--grid-full[data-max-columns="8"], .row--lightbox-full[data-max-columns="8"], .row--lightbox[data-max-columns="8"] {
        max-width: 306px; } }
    @media (min-width: 400px) {
      .row--grid[data-max-columns="8"], .row--grid-wide[data-max-columns="8"], .row--lightbox-wide[data-max-columns="8"], .row--grid-full[data-max-columns="8"], .row--lightbox-full[data-max-columns="8"], .row--lightbox[data-max-columns="8"] {
        max-width: 344px; } }
    @media (min-width: 640px) {
      .row--grid[data-max-columns="8"], .row--grid-wide[data-max-columns="8"], .row--lightbox-wide[data-max-columns="8"], .row--grid-full[data-max-columns="8"], .row--lightbox-full[data-max-columns="8"], .row--lightbox[data-max-columns="8"] {
        max-width: 604px; } }
    @media (min-width: 720px) {
      .row--grid[data-max-columns="8"], .row--grid-wide[data-max-columns="8"], .row--lightbox-wide[data-max-columns="8"], .row--grid-full[data-max-columns="8"], .row--lightbox-full[data-max-columns="8"], .row--lightbox[data-max-columns="8"] {
        max-width: 626px; } }
    @media (min-width: 1024px) {
      .row--grid[data-max-columns="8"], .row--grid-wide[data-max-columns="8"], .row--lightbox-wide[data-max-columns="8"], .row--grid-full[data-max-columns="8"], .row--lightbox-full[data-max-columns="8"], .row--lightbox[data-max-columns="8"] {
        max-width: 946px; } }
    @media (min-width: 1280px) {
      .row--grid[data-max-columns="8"], .row--grid-wide[data-max-columns="8"], .row--lightbox-wide[data-max-columns="8"], .row--grid-full[data-max-columns="8"], .row--lightbox-full[data-max-columns="8"], .row--lightbox[data-max-columns="8"] {
        max-width: 1064px; } }
    @media (min-width: 1600px) {
      .row--grid[data-max-columns="8"], .row--grid-wide[data-max-columns="8"], .row--lightbox-wide[data-max-columns="8"], .row--grid-full[data-max-columns="8"], .row--lightbox-full[data-max-columns="8"], .row--lightbox[data-max-columns="8"] {
        max-width: 1424px; } }
    @media (min-width: 1920px) {
      .row--grid[data-max-columns="8"], .row--grid-wide[data-max-columns="8"], .row--lightbox-wide[data-max-columns="8"], .row--grid-full[data-max-columns="8"], .row--lightbox-full[data-max-columns="8"], .row--lightbox[data-max-columns="8"] {
        max-width: 1424px; } }
  .row--grid[data-max-columns="10"], .row--grid-wide[data-max-columns="10"], .row--lightbox-wide[data-max-columns="10"], .row--grid-full[data-max-columns="10"], .row--lightbox-full[data-max-columns="10"], .row--lightbox[data-max-columns="10"] {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 296px; }
    @media (min-width: 360px) {
      .row--grid[data-max-columns="10"], .row--grid-wide[data-max-columns="10"], .row--lightbox-wide[data-max-columns="10"], .row--grid-full[data-max-columns="10"], .row--lightbox-full[data-max-columns="10"], .row--lightbox[data-max-columns="10"] {
        max-width: 306px; } }
    @media (min-width: 375px) {
      .row--grid[data-max-columns="10"], .row--grid-wide[data-max-columns="10"], .row--lightbox-wide[data-max-columns="10"], .row--grid-full[data-max-columns="10"], .row--lightbox-full[data-max-columns="10"], .row--lightbox[data-max-columns="10"] {
        max-width: 306px; } }
    @media (min-width: 400px) {
      .row--grid[data-max-columns="10"], .row--grid-wide[data-max-columns="10"], .row--lightbox-wide[data-max-columns="10"], .row--grid-full[data-max-columns="10"], .row--lightbox-full[data-max-columns="10"], .row--lightbox[data-max-columns="10"] {
        max-width: 344px; } }
    @media (min-width: 640px) {
      .row--grid[data-max-columns="10"], .row--grid-wide[data-max-columns="10"], .row--lightbox-wide[data-max-columns="10"], .row--grid-full[data-max-columns="10"], .row--lightbox-full[data-max-columns="10"], .row--lightbox[data-max-columns="10"] {
        max-width: 604px; } }
    @media (min-width: 720px) {
      .row--grid[data-max-columns="10"], .row--grid-wide[data-max-columns="10"], .row--lightbox-wide[data-max-columns="10"], .row--grid-full[data-max-columns="10"], .row--lightbox-full[data-max-columns="10"], .row--lightbox[data-max-columns="10"] {
        max-width: 626px; } }
    @media (min-width: 1024px) {
      .row--grid[data-max-columns="10"], .row--grid-wide[data-max-columns="10"], .row--lightbox-wide[data-max-columns="10"], .row--grid-full[data-max-columns="10"], .row--lightbox-full[data-max-columns="10"], .row--lightbox[data-max-columns="10"] {
        max-width: 946px; } }
    @media (min-width: 1280px) {
      .row--grid[data-max-columns="10"], .row--grid-wide[data-max-columns="10"], .row--lightbox-wide[data-max-columns="10"], .row--grid-full[data-max-columns="10"], .row--lightbox-full[data-max-columns="10"], .row--lightbox[data-max-columns="10"] {
        max-width: 1064px; } }
    @media (min-width: 1600px) {
      .row--grid[data-max-columns="10"], .row--grid-wide[data-max-columns="10"], .row--lightbox-wide[data-max-columns="10"], .row--grid-full[data-max-columns="10"], .row--lightbox-full[data-max-columns="10"], .row--lightbox[data-max-columns="10"] {
        max-width: 1424px; } }
    @media (min-width: 1920px) {
      .row--grid[data-max-columns="10"], .row--grid-wide[data-max-columns="10"], .row--lightbox-wide[data-max-columns="10"], .row--grid-full[data-max-columns="10"], .row--lightbox-full[data-max-columns="10"], .row--lightbox[data-max-columns="10"] {
        max-width: 1784px; } }
  .row--grid .row__grid, .row--grid-wide .row__grid, .row--lightbox-wide .row__grid, .row--grid-full .row__grid, .row--lightbox-full .row__grid, .row--lightbox .row__grid {
    margin: -6px; }
    @media (min-width: 360px) {
      .row--grid .row__grid, .row--grid-wide .row__grid, .row--lightbox-wide .row__grid, .row--grid-full .row__grid, .row--lightbox-full .row__grid, .row--lightbox .row__grid {
        margin: -7px; } }
    @media (min-width: 400px) {
      .row--grid .row__grid, .row--grid-wide .row__grid, .row--lightbox-wide .row__grid, .row--grid-full .row__grid, .row--lightbox-full .row__grid, .row--lightbox .row__grid {
        margin: -8px; } }
    @media (min-width: 640px) {
      .row--grid .row__grid, .row--grid-wide .row__grid, .row--lightbox-wide .row__grid, .row--grid-full .row__grid, .row--lightbox-full .row__grid, .row--lightbox .row__grid {
        margin: -6px; } }
    @media (min-width: 720px) {
      .row--grid .row__grid, .row--grid-wide .row__grid, .row--lightbox-wide .row__grid, .row--grid-full .row__grid, .row--lightbox-full .row__grid, .row--lightbox .row__grid {
        margin: -7px; } }
    @media (min-width: 1280px) {
      .row--grid .row__grid, .row--grid-wide .row__grid, .row--lightbox-wide .row__grid, .row--grid-full .row__grid, .row--lightbox-full .row__grid, .row--lightbox .row__grid {
        margin: -8px; } }
  .row--grid .module, .row--grid-wide .module, .row--lightbox-wide .module, .row--grid-full .module, .row--lightbox-full .module, .row--lightbox .module, .row--grid .button--summary, .row--grid-wide .button--summary, .row--lightbox-wide .button--summary, .row--grid-full .button--summary, .row--lightbox-full .button--summary, .row--lightbox .button--summary, .row--grid .section--search-primary .row__buttons, .section--search-primary .row--grid .row__buttons, .row--grid-wide .section--search-primary .row__buttons, .section--search-primary .row--grid-wide .row__buttons, .row--lightbox-wide .section--search-primary .row__buttons, .section--search-primary .row--lightbox-wide .row__buttons, .row--grid-full .section--search-primary .row__buttons, .section--search-primary .row--grid-full .row__buttons, .row--lightbox-full .section--search-primary .row__buttons, .section--search-primary .row--lightbox-full .row__buttons, .row--lightbox .section--search-primary .row__buttons, .section--search-primary .row--lightbox .row__buttons {
    float: left;
    padding: 6px; }
    @media (min-width: 360px) {
      .row--grid .module, .row--grid-wide .module, .row--lightbox-wide .module, .row--grid-full .module, .row--lightbox-full .module, .row--lightbox .module, .row--grid .button--summary, .row--grid-wide .button--summary, .row--lightbox-wide .button--summary, .row--grid-full .button--summary, .row--lightbox-full .button--summary, .row--lightbox .button--summary, .row--grid .section--search-primary .row__buttons, .section--search-primary .row--grid .row__buttons, .row--grid-wide .section--search-primary .row__buttons, .section--search-primary .row--grid-wide .row__buttons, .row--lightbox-wide .section--search-primary .row__buttons, .section--search-primary .row--lightbox-wide .row__buttons, .row--grid-full .section--search-primary .row__buttons, .section--search-primary .row--grid-full .row__buttons, .row--lightbox-full .section--search-primary .row__buttons, .section--search-primary .row--lightbox-full .row__buttons, .row--lightbox .section--search-primary .row__buttons, .section--search-primary .row--lightbox .row__buttons {
        padding: 7px; } }
    @media (min-width: 400px) {
      .row--grid .module, .row--grid-wide .module, .row--lightbox-wide .module, .row--grid-full .module, .row--lightbox-full .module, .row--lightbox .module, .row--grid .button--summary, .row--grid-wide .button--summary, .row--lightbox-wide .button--summary, .row--grid-full .button--summary, .row--lightbox-full .button--summary, .row--lightbox .button--summary, .row--grid .section--search-primary .row__buttons, .section--search-primary .row--grid .row__buttons, .row--grid-wide .section--search-primary .row__buttons, .section--search-primary .row--grid-wide .row__buttons, .row--lightbox-wide .section--search-primary .row__buttons, .section--search-primary .row--lightbox-wide .row__buttons, .row--grid-full .section--search-primary .row__buttons, .section--search-primary .row--grid-full .row__buttons, .row--lightbox-full .section--search-primary .row__buttons, .section--search-primary .row--lightbox-full .row__buttons, .row--lightbox .section--search-primary .row__buttons, .section--search-primary .row--lightbox .row__buttons {
        padding: 8px; } }
    @media (min-width: 640px) {
      .row--grid .module, .row--grid-wide .module, .row--lightbox-wide .module, .row--grid-full .module, .row--lightbox-full .module, .row--lightbox .module, .row--grid .button--summary, .row--grid-wide .button--summary, .row--lightbox-wide .button--summary, .row--grid-full .button--summary, .row--lightbox-full .button--summary, .row--lightbox .button--summary, .row--grid .section--search-primary .row__buttons, .section--search-primary .row--grid .row__buttons, .row--grid-wide .section--search-primary .row__buttons, .section--search-primary .row--grid-wide .row__buttons, .row--lightbox-wide .section--search-primary .row__buttons, .section--search-primary .row--lightbox-wide .row__buttons, .row--grid-full .section--search-primary .row__buttons, .section--search-primary .row--grid-full .row__buttons, .row--lightbox-full .section--search-primary .row__buttons, .section--search-primary .row--lightbox-full .row__buttons, .row--lightbox .section--search-primary .row__buttons, .section--search-primary .row--lightbox .row__buttons {
        padding: 6px; } }
    @media (min-width: 720px) {
      .row--grid .module, .row--grid-wide .module, .row--lightbox-wide .module, .row--grid-full .module, .row--lightbox-full .module, .row--lightbox .module, .row--grid .button--summary, .row--grid-wide .button--summary, .row--lightbox-wide .button--summary, .row--grid-full .button--summary, .row--lightbox-full .button--summary, .row--lightbox .button--summary, .row--grid .section--search-primary .row__buttons, .section--search-primary .row--grid .row__buttons, .row--grid-wide .section--search-primary .row__buttons, .section--search-primary .row--grid-wide .row__buttons, .row--lightbox-wide .section--search-primary .row__buttons, .section--search-primary .row--lightbox-wide .row__buttons, .row--grid-full .section--search-primary .row__buttons, .section--search-primary .row--grid-full .row__buttons, .row--lightbox-full .section--search-primary .row__buttons, .section--search-primary .row--lightbox-full .row__buttons, .row--lightbox .section--search-primary .row__buttons, .section--search-primary .row--lightbox .row__buttons {
        padding: 7px; } }
    @media (min-width: 1280px) {
      .row--grid .module, .row--grid-wide .module, .row--lightbox-wide .module, .row--grid-full .module, .row--lightbox-full .module, .row--lightbox .module, .row--grid .button--summary, .row--grid-wide .button--summary, .row--lightbox-wide .button--summary, .row--grid-full .button--summary, .row--lightbox-full .button--summary, .row--lightbox .button--summary, .row--grid .section--search-primary .row__buttons, .section--search-primary .row--grid .row__buttons, .row--grid-wide .section--search-primary .row__buttons, .section--search-primary .row--grid-wide .row__buttons, .row--lightbox-wide .section--search-primary .row__buttons, .section--search-primary .row--lightbox-wide .row__buttons, .row--grid-full .section--search-primary .row__buttons, .section--search-primary .row--grid-full .row__buttons, .row--lightbox-full .section--search-primary .row__buttons, .section--search-primary .row--lightbox-full .row__buttons, .row--lightbox .section--search-primary .row__buttons, .section--search-primary .row--lightbox .row__buttons {
        padding: 8px; } }
  .row--grid .module--small, .row--grid-wide .module--small, .row--lightbox-wide .module--small, .row--grid-full .module--small, .row--lightbox-full .module--small, .row--lightbox .module--small, .row--grid .section--search-primary .row__buttons, .section--search-primary .row--grid .row__buttons, .row--grid-wide .section--search-primary .row__buttons, .section--search-primary .row--grid-wide .row__buttons, .row--lightbox-wide .section--search-primary .row__buttons, .section--search-primary .row--lightbox-wide .row__buttons, .row--grid-full .section--search-primary .row__buttons, .section--search-primary .row--grid-full .row__buttons, .row--lightbox-full .section--search-primary .row__buttons, .section--search-primary .row--lightbox-full .row__buttons, .row--lightbox .section--search-primary .row__buttons, .section--search-primary .row--lightbox .row__buttons {
    width: 154px; }
    @media (min-width: 360px) {
      .row--grid .module--small, .row--grid-wide .module--small, .row--lightbox-wide .module--small, .row--grid-full .module--small, .row--lightbox-full .module--small, .row--lightbox .module--small, .row--grid .section--search-primary .row__buttons, .section--search-primary .row--grid .row__buttons, .row--grid-wide .section--search-primary .row__buttons, .section--search-primary .row--grid-wide .row__buttons, .row--lightbox-wide .section--search-primary .row__buttons, .section--search-primary .row--lightbox-wide .row__buttons, .row--grid-full .section--search-primary .row__buttons, .section--search-primary .row--grid-full .row__buttons, .row--lightbox-full .section--search-primary .row__buttons, .section--search-primary .row--lightbox-full .row__buttons, .row--lightbox .section--search-primary .row__buttons, .section--search-primary .row--lightbox .row__buttons {
        width: 160px; } }
    @media (min-width: 400px) {
      .row--grid .module--small, .row--grid-wide .module--small, .row--lightbox-wide .module--small, .row--grid-full .module--small, .row--lightbox-full .module--small, .row--lightbox .module--small, .row--grid .section--search-primary .row__buttons, .section--search-primary .row--grid .row__buttons, .row--grid-wide .section--search-primary .row__buttons, .section--search-primary .row--grid-wide .row__buttons, .row--lightbox-wide .section--search-primary .row__buttons, .section--search-primary .row--lightbox-wide .row__buttons, .row--grid-full .section--search-primary .row__buttons, .section--search-primary .row--grid-full .row__buttons, .row--lightbox-full .section--search-primary .row__buttons, .section--search-primary .row--lightbox-full .row__buttons, .row--lightbox .section--search-primary .row__buttons, .section--search-primary .row--lightbox .row__buttons {
        width: 180px; } }
    @media (min-width: 640px) {
      .row--grid .module--small, .row--grid-wide .module--small, .row--lightbox-wide .module--small, .row--grid-full .module--small, .row--lightbox-full .module--small, .row--lightbox .module--small, .row--grid .section--search-primary .row__buttons, .section--search-primary .row--grid .row__buttons, .row--grid-wide .section--search-primary .row__buttons, .section--search-primary .row--grid-wide .row__buttons, .row--lightbox-wide .section--search-primary .row__buttons, .section--search-primary .row--lightbox-wide .row__buttons, .row--grid-full .section--search-primary .row__buttons, .section--search-primary .row--grid-full .row__buttons, .row--lightbox-full .section--search-primary .row__buttons, .section--search-primary .row--lightbox-full .row__buttons, .row--lightbox .section--search-primary .row__buttons, .section--search-primary .row--lightbox .row__buttons {
        width: 154px; } }
    @media (min-width: 720px) {
      .row--grid .module--small, .row--grid-wide .module--small, .row--lightbox-wide .module--small, .row--grid-full .module--small, .row--lightbox-full .module--small, .row--lightbox .module--small, .row--grid .section--search-primary .row__buttons, .section--search-primary .row--grid .row__buttons, .row--grid-wide .section--search-primary .row__buttons, .section--search-primary .row--grid-wide .row__buttons, .row--lightbox-wide .section--search-primary .row__buttons, .section--search-primary .row--lightbox-wide .row__buttons, .row--grid-full .section--search-primary .row__buttons, .section--search-primary .row--grid-full .row__buttons, .row--lightbox-full .section--search-primary .row__buttons, .section--search-primary .row--lightbox-full .row__buttons, .row--lightbox .section--search-primary .row__buttons, .section--search-primary .row--lightbox .row__buttons {
        width: 160px; } }
    @media (min-width: 1280px) {
      .row--grid .module--small, .row--grid-wide .module--small, .row--lightbox-wide .module--small, .row--grid-full .module--small, .row--lightbox-full .module--small, .row--lightbox .module--small, .row--grid .section--search-primary .row__buttons, .section--search-primary .row--grid .row__buttons, .row--grid-wide .section--search-primary .row__buttons, .section--search-primary .row--grid-wide .row__buttons, .row--lightbox-wide .section--search-primary .row__buttons, .section--search-primary .row--lightbox-wide .row__buttons, .row--grid-full .section--search-primary .row__buttons, .section--search-primary .row--grid-full .row__buttons, .row--lightbox-full .section--search-primary .row__buttons, .section--search-primary .row--lightbox-full .row__buttons, .row--lightbox .section--search-primary .row__buttons, .section--search-primary .row--lightbox .row__buttons {
        width: 180px; } }
    .row--grid .module--small .button--fullscreen, .row--grid-wide .module--small .button--fullscreen, .row--lightbox-wide .module--small .button--fullscreen, .row--grid-full .module--small .button--fullscreen, .row--lightbox-full .module--small .button--fullscreen, .row--lightbox .module--small .button--fullscreen, .row--grid .section--search-primary .row__buttons .button--fullscreen, .section--search-primary .row--grid .row__buttons .button--fullscreen, .row--grid-wide .section--search-primary .row__buttons .button--fullscreen, .section--search-primary .row--grid-wide .row__buttons .button--fullscreen, .row--lightbox-wide .section--search-primary .row__buttons .button--fullscreen, .section--search-primary .row--lightbox-wide .row__buttons .button--fullscreen, .row--grid-full .section--search-primary .row__buttons .button--fullscreen, .section--search-primary .row--grid-full .row__buttons .button--fullscreen, .row--lightbox-full .section--search-primary .row__buttons .button--fullscreen, .section--search-primary .row--lightbox-full .row__buttons .button--fullscreen, .row--lightbox .section--search-primary .row__buttons .button--fullscreen, .section--search-primary .row--lightbox .row__buttons .button--fullscreen {
      font-size: 0.75em; }
  .row--grid .module--medium, .row--grid-wide .module--medium, .row--lightbox-wide .module--medium, .row--grid-full .module--medium, .row--lightbox-full .module--medium, .row--lightbox .module--medium {
    width: 308px; }
    @media (min-width: 360px) {
      .row--grid .module--medium, .row--grid-wide .module--medium, .row--lightbox-wide .module--medium, .row--grid-full .module--medium, .row--lightbox-full .module--medium, .row--lightbox .module--medium {
        width: 320px; } }
    @media (min-width: 400px) {
      .row--grid .module--medium, .row--grid-wide .module--medium, .row--lightbox-wide .module--medium, .row--grid-full .module--medium, .row--lightbox-full .module--medium, .row--lightbox .module--medium {
        width: 360px; } }
    @media (min-width: 640px) {
      .row--grid .module--medium, .row--grid-wide .module--medium, .row--lightbox-wide .module--medium, .row--grid-full .module--medium, .row--lightbox-full .module--medium, .row--lightbox .module--medium {
        width: 308px; } }
    @media (min-width: 720px) {
      .row--grid .module--medium, .row--grid-wide .module--medium, .row--lightbox-wide .module--medium, .row--grid-full .module--medium, .row--lightbox-full .module--medium, .row--lightbox .module--medium {
        width: 320px; } }
    @media (min-width: 1280px) {
      .row--grid .module--medium, .row--grid-wide .module--medium, .row--lightbox-wide .module--medium, .row--grid-full .module--medium, .row--lightbox-full .module--medium, .row--lightbox .module--medium {
        width: 360px; } }
  .row--grid .module--large, .row--grid-wide .module--large, .row--lightbox-wide .module--large, .row--grid-full .module--large, .row--lightbox-full .module--large, .row--lightbox .module--large {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 308px; }
    @media (min-width: 360px) {
      .row--grid .module--large, .row--grid-wide .module--large, .row--lightbox-wide .module--large, .row--grid-full .module--large, .row--lightbox-full .module--large, .row--lightbox .module--large {
        max-width: 320px; } }
    @media (min-width: 375px) {
      .row--grid .module--large, .row--grid-wide .module--large, .row--lightbox-wide .module--large, .row--grid-full .module--large, .row--lightbox-full .module--large, .row--lightbox .module--large {
        max-width: 320px; } }
    @media (min-width: 400px) {
      .row--grid .module--large, .row--grid-wide .module--large, .row--lightbox-wide .module--large, .row--grid-full .module--large, .row--lightbox-full .module--large, .row--lightbox .module--large {
        max-width: 360px; } }
    @media (min-width: 640px) {
      .row--grid .module--large, .row--grid-wide .module--large, .row--lightbox-wide .module--large, .row--grid-full .module--large, .row--lightbox-full .module--large, .row--lightbox .module--large {
        max-width: 616px; } }
    @media (min-width: 720px) {
      .row--grid .module--large, .row--grid-wide .module--large, .row--lightbox-wide .module--large, .row--grid-full .module--large, .row--lightbox-full .module--large, .row--lightbox .module--large {
        max-width: 640px; } }
    @media (min-width: 1024px) {
      .row--grid .module--large, .row--grid-wide .module--large, .row--lightbox-wide .module--large, .row--grid-full .module--large, .row--lightbox-full .module--large, .row--lightbox .module--large {
        max-width: 640px; } }
    @media (min-width: 1280px) {
      .row--grid .module--large, .row--grid-wide .module--large, .row--lightbox-wide .module--large, .row--grid-full .module--large, .row--lightbox-full .module--large, .row--lightbox .module--large {
        max-width: 720px; } }
    @media (min-width: 1600px) {
      .row--grid .module--large, .row--grid-wide .module--large, .row--lightbox-wide .module--large, .row--grid-full .module--large, .row--lightbox-full .module--large, .row--lightbox .module--large {
        max-width: 720px; } }
    @media (min-width: 1920px) {
      .row--grid .module--large, .row--grid-wide .module--large, .row--lightbox-wide .module--large, .row--grid-full .module--large, .row--lightbox-full .module--large, .row--lightbox .module--large {
        max-width: 720px; } }
  .row--grid .module--xlarge, .row--grid-wide .module--xlarge, .row--lightbox-wide .module--xlarge, .row--grid-full .module--xlarge, .row--lightbox-full .module--xlarge, .row--lightbox .module--xlarge {
    width: 100%;
    max-width: none; }

.row--grid-wide, .row--lightbox-wide {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 296px; }
  @media (min-width: 360px) {
    .row--grid-wide, .row--lightbox-wide {
      max-width: 306px; } }
  @media (min-width: 375px) {
    .row--grid-wide, .row--lightbox-wide {
      max-width: 306px; } }
  @media (min-width: 400px) {
    .row--grid-wide, .row--lightbox-wide {
      max-width: 344px; } }
  @media (min-width: 640px) {
    .row--grid-wide, .row--lightbox-wide {
      max-width: 604px; } }
  @media (min-width: 720px) {
    .row--grid-wide, .row--lightbox-wide {
      max-width: 626px; } }
  @media (min-width: 1024px) {
    .row--grid-wide, .row--lightbox-wide {
      max-width: 946px; } }
  @media (min-width: 1280px) {
    .row--grid-wide, .row--lightbox-wide {
      max-width: 1064px; } }
  @media (min-width: 1600px) {
    .row--grid-wide, .row--lightbox-wide {
      max-width: 1064px; } }
  @media (min-width: 1920px) {
    .row--grid-wide, .row--lightbox-wide {
      max-width: 1064px; } }

.row--grid-full, .row--lightbox-full {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 296px; }
  @media (min-width: 360px) {
    .row--grid-full, .row--lightbox-full {
      max-width: 306px; } }
  @media (min-width: 375px) {
    .row--grid-full, .row--lightbox-full {
      max-width: 306px; } }
  @media (min-width: 400px) {
    .row--grid-full, .row--lightbox-full {
      max-width: 344px; } }
  @media (min-width: 640px) {
    .row--grid-full, .row--lightbox-full {
      max-width: 604px; } }
  @media (min-width: 720px) {
    .row--grid-full, .row--lightbox-full {
      max-width: 626px; } }
  @media (min-width: 1024px) {
    .row--grid-full, .row--lightbox-full {
      max-width: 946px; } }
  @media (min-width: 1280px) {
    .row--grid-full, .row--lightbox-full {
      max-width: 1064px; } }
  @media (min-width: 1600px) {
    .row--grid-full, .row--lightbox-full {
      max-width: 1424px; } }
  @media (min-width: 1920px) {
    .row--grid-full, .row--lightbox-full {
      max-width: 1424px; } }

.row--grid .group__header, .row--grid-wide .group__header, .row--lightbox-wide .group__header, .row--grid-full .group__header, .row--lightbox-full .group__header, .row--lightbox .group__header {
  padding: 6px; }
  @media (min-width: 360px) {
    .row--grid .group__header, .row--grid-wide .group__header, .row--lightbox-wide .group__header, .row--grid-full .group__header, .row--lightbox-full .group__header, .row--lightbox .group__header {
      padding: 7px; } }
  @media (min-width: 400px) {
    .row--grid .group__header, .row--grid-wide .group__header, .row--lightbox-wide .group__header, .row--grid-full .group__header, .row--lightbox-full .group__header, .row--lightbox .group__header {
      padding: 8px; } }
  @media (min-width: 640px) {
    .row--grid .group__header, .row--grid-wide .group__header, .row--lightbox-wide .group__header, .row--grid-full .group__header, .row--lightbox-full .group__header, .row--lightbox .group__header {
      padding: 6px; } }
  @media (min-width: 720px) {
    .row--grid .group__header, .row--grid-wide .group__header, .row--lightbox-wide .group__header, .row--grid-full .group__header, .row--lightbox-full .group__header, .row--lightbox .group__header {
      padding: 7px; } }
  @media (min-width: 1280px) {
    .row--grid .group__header, .row--grid-wide .group__header, .row--lightbox-wide .group__header, .row--grid-full .group__header, .row--lightbox-full .group__header, .row--lightbox .group__header {
      padding: 8px; } }

.row--grid .group__title, .row--grid-wide .group__title, .row--lightbox-wide .group__title, .row--grid-full .group__title, .row--lightbox-full .group__title, .row--lightbox .group__title {
  font-size: 1.25em; }

.row--slideshow, .row--slideshow-wide, .row--slideshow-full {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 296px;
  margin-bottom: 1.5em; }
  @media (min-width: 360px) {
    .row--slideshow, .row--slideshow-wide, .row--slideshow-full {
      max-width: 306px; } }
  @media (min-width: 375px) {
    .row--slideshow, .row--slideshow-wide, .row--slideshow-full {
      max-width: 306px; } }
  @media (min-width: 400px) {
    .row--slideshow, .row--slideshow-wide, .row--slideshow-full {
      max-width: 344px; } }
  @media (min-width: 640px) {
    .row--slideshow, .row--slideshow-wide, .row--slideshow-full {
      max-width: 604px; } }
  @media (min-width: 720px) {
    .row--slideshow, .row--slideshow-wide, .row--slideshow-full {
      max-width: 626px; } }
  @media (min-width: 1024px) {
    .row--slideshow, .row--slideshow-wide, .row--slideshow-full {
      max-width: 626px; } }
  @media (min-width: 1280px) {
    .row--slideshow, .row--slideshow-wide, .row--slideshow-full {
      max-width: 704px; } }
  @media (min-width: 1600px) {
    .row--slideshow, .row--slideshow-wide, .row--slideshow-full {
      max-width: 704px; } }
  @media (min-width: 1920px) {
    .row--slideshow, .row--slideshow-wide, .row--slideshow-full {
      max-width: 704px; } }
  .row--slideshow .row__content, .row--slideshow-wide .row__content, .row--slideshow-full .row__content {
    z-index: 1; }
  .row--slideshow .row__nav, .row--slideshow-wide .row__nav, .row--slideshow-full .row__nav {
    z-index: auto; }
    .row--slideshow .row__nav *, .row--slideshow-wide .row__nav *, .row--slideshow-full .row__nav * {
      z-index: 2; }
  .row--slideshow .slick-list, .row--slideshow-wide .slick-list, .row--slideshow-full .slick-list {
    overflow: visible; }
  .row--slideshow .slick-slide, .row--slideshow-wide .slick-slide, .row--slideshow-full .slick-slide {
    display: block;
    visibility: visible; }
  .row--slideshow .module[aria-hidden="true"], .row--slideshow-wide .module[aria-hidden="true"], .row--slideshow-full .module[aria-hidden="true"], .row--slideshow .button--summary[aria-hidden="true"], .row--slideshow-wide .button--summary[aria-hidden="true"], .row--slideshow-full .button--summary[aria-hidden="true"], .row--slideshow .section--search-primary .row__buttons[aria-hidden="true"], .section--search-primary .row--slideshow .row__buttons[aria-hidden="true"], .row--slideshow-wide .section--search-primary .row__buttons[aria-hidden="true"], .section--search-primary .row--slideshow-wide .row__buttons[aria-hidden="true"], .row--slideshow-full .section--search-primary .row__buttons[aria-hidden="true"], .section--search-primary .row--slideshow-full .row__buttons[aria-hidden="true"] {
    display: block;
    opacity: 0.25; }
    .row--slideshow .module[aria-hidden="true"] .module__content, .row--slideshow-wide .module[aria-hidden="true"] .module__content, .row--slideshow-full .module[aria-hidden="true"] .module__content, .row--slideshow .button--summary[aria-hidden="true"] .module__content, .row--slideshow-wide .button--summary[aria-hidden="true"] .module__content, .row--slideshow-full .button--summary[aria-hidden="true"] .module__content, .row--slideshow .section--search-primary .row__buttons[aria-hidden="true"] .module__content, .section--search-primary .row--slideshow .row__buttons[aria-hidden="true"] .module__content, .row--slideshow-wide .section--search-primary .row__buttons[aria-hidden="true"] .module__content, .section--search-primary .row--slideshow-wide .row__buttons[aria-hidden="true"] .module__content, .row--slideshow-full .section--search-primary .row__buttons[aria-hidden="true"] .module__content, .section--search-primary .row--slideshow-full .row__buttons[aria-hidden="true"] .module__content {
      display: none; }
  .row--slideshow .module, .row--slideshow-wide .module, .row--slideshow-full .module, .row--slideshow .button--summary, .row--slideshow-wide .button--summary, .row--slideshow-full .button--summary, .row--slideshow .section--search-primary .row__buttons, .section--search-primary .row--slideshow .row__buttons, .row--slideshow-wide .section--search-primary .row__buttons, .section--search-primary .row--slideshow-wide .row__buttons, .row--slideshow-full .section--search-primary .row__buttons, .section--search-primary .row--slideshow-full .row__buttons {
    opacity: 1;
    transition: opacity 0.25s linear;
    width: 100%;
    max-width: none; }
  .row--slideshow .format--auto, .row--slideshow-wide .format--auto, .row--slideshow-full .format--auto {
    width: 100%;
    height: 0;
    padding-bottom: 66.66667%; }
    @media (min-width: 640px) {
      .row--slideshow .format--auto, .row--slideshow-wide .format--auto, .row--slideshow-full .format--auto {
        width: 100%;
        height: 0;
        padding-bottom: 56.25%; } }

.row--slideshow-wide {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 296px; }
  @media (min-width: 360px) {
    .row--slideshow-wide {
      max-width: 306px; } }
  @media (min-width: 375px) {
    .row--slideshow-wide {
      max-width: 306px; } }
  @media (min-width: 400px) {
    .row--slideshow-wide {
      max-width: 344px; } }
  @media (min-width: 640px) {
    .row--slideshow-wide {
      max-width: 604px; } }
  @media (min-width: 720px) {
    .row--slideshow-wide {
      max-width: 626px; } }
  @media (min-width: 1024px) {
    .row--slideshow-wide {
      max-width: 946px; } }
  @media (min-width: 1280px) {
    .row--slideshow-wide {
      max-width: 1064px; } }
  @media (min-width: 1600px) {
    .row--slideshow-wide {
      max-width: 1064px; } }
  @media (min-width: 1920px) {
    .row--slideshow-wide {
      max-width: 1064px; } }
  @media (min-width: 1024px) {
    .row--slideshow-wide .format--auto {
      width: 100%;
      height: 0;
      padding-bottom: 50%; } }

.row--slideshow-full {
  max-width: 1440px; }
  @media (min-width: 1024px) {
    .row--slideshow-full .format--auto {
      width: 100%;
      height: 0;
      padding-bottom: 50%; } }

.row--slideshow .row__nav, .row--slideshow-wide .row__nav, .row--slideshow-full .row__nav {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  font-size: 0.875em;
  opacity: 0;
  transition: opacity 0.125s; }

.row--slideshow:hover .row__nav, .row--slideshow-wide:hover .row__nav, .row--slideshow-full:hover .row__nav {
  opacity: 1; }

.row--slideshow .nav-fullscreen, .row--slideshow-wide .nav-fullscreen, .row--slideshow-full .nav-fullscreen {
  display: block;
  pointer-events: all;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  padding: 0.5em; }

.row--slideshow .nav-prev, .row--slideshow-wide .nav-prev, .row--slideshow-full .nav-prev,
.row--slideshow .nav-next,
.row--slideshow-wide .nav-next,
.row--slideshow-full .nav-next {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .row--slideshow .nav-prev[aria-disabled="true"], .row--slideshow-wide .nav-prev[aria-disabled="true"], .row--slideshow-full .nav-prev[aria-disabled="true"],
  .row--slideshow .nav-next[aria-disabled="true"],
  .row--slideshow-wide .nav-next[aria-disabled="true"],
  .row--slideshow-full .nav-next[aria-disabled="true"] {
    display: none !important; }

.row--slideshow .nav-prev, .row--slideshow-wide .nav-prev, .row--slideshow-full .nav-prev {
  left: -100%;
  right: 100%;
  margin-right: -3em; }
  @media (min-width: 640px) {
    .row--slideshow .nav-prev, .row--slideshow-wide .nav-prev, .row--slideshow-full .nav-prev {
      margin-right: 0; } }


.row--slideshow .nav-next,
.row--slideshow-wide .nav-next,
.row--slideshow-full .nav-next {
  left: 100%;
  right: -100%;
  margin-left: -3em; }
  @media (min-width: 640px) {
    
    .row--slideshow .nav-next,
    .row--slideshow-wide .nav-next,
    .row--slideshow-full .nav-next {
      margin-left: 0;
      color: inherit; } }

.row--slideshow .button--prev, .row--slideshow-wide .button--prev, .row--slideshow-full .button--prev,
.row--slideshow .button--next,
.row--slideshow-wide .button--next,
.row--slideshow-full .button--next {
  position: absolute;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: opacity 0.125s;
  opacity: 1; }
  .row--slideshow .button--prev .button__icon, .row--slideshow-wide .button--prev .button__icon, .row--slideshow-full .button--prev .button__icon,
  .row--slideshow .button--next .button__icon,
  .row--slideshow-wide .button--next .button__icon,
  .row--slideshow-full .button--next .button__icon {
    border: none; }
  .row--slideshow .button--prev[aria-disabled="true"], .row--slideshow-wide .button--prev[aria-disabled="true"], .row--slideshow-full .button--prev[aria-disabled="true"],
  .row--slideshow .button--next[aria-disabled="true"],
  .row--slideshow-wide .button--next[aria-disabled="true"],
  .row--slideshow-full .button--next[aria-disabled="true"] {
    pointer-events: none;
    opacity: 0; }

.row--slideshow .button--prev, .row--slideshow-wide .button--prev, .row--slideshow-full .button--prev {
  position: absolute;
  right: 0; }


.row--slideshow .button--next,
.row--slideshow-wide .button--next,
.row--slideshow-full .button--next {
  position: absolute;
  left: 0; }

.row--slideshow .nav-controls, .row--slideshow-wide .nav-controls, .row--slideshow-full .nav-controls {
  display: block;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.5em; }

.row--slideshow .nav-pages, .row--slideshow-wide .nav-pages, .row--slideshow-full .nav-pages {
  position: absolute;
  left: 0;
  top: 100%;
  color: inherit; }
  .row--slideshow .nav-pages i:after, .row--slideshow-wide .nav-pages i:after, .row--slideshow-full .nav-pages i:after {
    content: '/'; }

.row--slideshow .nav-dots, .row--slideshow-wide .nav-dots, .row--slideshow-full .nav-dots {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0.5em;
  left: 0;
  z-index: 5;
  display: block;
  text-align: center; }
  .row--slideshow .nav-dots li, .row--slideshow-wide .nav-dots li, .row--slideshow-full .nav-dots li {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 4px; }

.row--slideshow-full .nav-prev {
  margin-right: -3em; }

.row--slideshow-full .nav-next {
  margin-left: -3em; }

.row--slideshow .module .nav-fullscreen, .row--slideshow-wide .module .nav-fullscreen, .row--slideshow-full .module .nav-fullscreen, .row--slideshow .button--summary .nav-fullscreen, .row--slideshow-wide .button--summary .nav-fullscreen, .row--slideshow-full .button--summary .nav-fullscreen, .row--slideshow .section--search-primary .row__buttons .nav-fullscreen, .section--search-primary .row--slideshow .row__buttons .nav-fullscreen, .row--slideshow-wide .section--search-primary .row__buttons .nav-fullscreen, .section--search-primary .row--slideshow-wide .row__buttons .nav-fullscreen, .row--slideshow-full .section--search-primary .row__buttons .nav-fullscreen, .section--search-primary .row--slideshow-full .row__buttons .nav-fullscreen {
  display: none; }

.form input[type=text],
.form input[type=date],
.form input[type=search],
.form input[type=url],
.form input[type=number],
.form textarea {
  font-weight: 400; }

.form__label {
  font-weight: 600; }

.form__input {
  font-weight: 400;
  background-color: white;
  color: black; }

.input__icon {
  font-family: m24-nav;
  color: inherit; }

.input--checkbox label:before, .input--radio label:before,
.input--radio label:before {
  font-family: m24-nav; }

.input--checkbox .form__input.input--checkbox label:before, .input--radio .form__input.input--checkbox label:before, .input--checkbox .form__input.input--radio label:before, .input--radio .form__input.input--radio label:before,
.input--checkbox .form__input.input--radio label:before,
.input--radio .form__input.input--radio label:before,
.input--radio .form__input.input--checkbox label:before,
.input--radio .form__input.input--radio label:before,
.input--radio .form__input.input--radio label:before {
  border-color: white; }

.input--checkbox .form__input.input--checkbox input[checked="checked"] + label:before, .input--radio .form__input.input--checkbox input[checked="checked"] + label:before, .input--checkbox .form__input.input--radio input[checked="checked"] + label:before, .input--radio .form__input.input--radio input[checked="checked"] + label:before,
.input--checkbox .form__input.input--checkbox input:checked + label:before,
.input--radio .form__input.input--checkbox input:checked + label:before,
.input--checkbox .form__input.input--radio input:checked + label:before,
.input--radio .form__input.input--radio input:checked + label:before,
.input--checkbox .form__input.input--radio input[checked="checked"] + label:before,
.input--radio .form__input.input--radio input[checked="checked"] + label:before,
.input--checkbox .form__input.input--radio input:checked + label:before,
.input--radio .form__input.input--radio input:checked + label:before,
.input--radio .form__input.input--checkbox input[checked="checked"] + label:before,
.input--radio .form__input.input--radio input[checked="checked"] + label:before,
.input--radio .form__input.input--checkbox input:checked + label:before,
.input--radio .form__input.input--radio input:checked + label:before,
.input--radio .form__input.input--radio input[checked="checked"] + label:before,
.input--radio .form__input.input--radio input:checked + label:before {
  background-color: white; }

.button__icon {
  font-family: m24-nav; }

.button--primary .button__icon {
  display: none; }

body {
  background-color: #ccc; }

.header {
  display: none; }

.header__context {
  border-bottom: 1px solid;
  border-color: inherit; }
  .header__context svg {
    fill: inherit; }
  .header__context + .header__grid {
    margin-top: -1px; }

.footer {
  display: none; }

.footer__path {
  display: none; }

.footer__parent {
  display: none; }

.article {
  font-weight: 400; }
  .article h2 {
    font-weight: 700; }
  .article h3 {
    font-weight: 600; }
  .article h4 {
    font-weight: 600; }

.article__title {
  font-weight: 700; }

.module, .button--summary, .section--search-primary .row__buttons {
  font-weight: 400; }

.module h1, .button--summary h1, .section--search-primary .row__buttons h1 {
  font-weight: 600; }

.module h2, .button--summary h2, .section--search-primary .row__buttons h2 {
  font-weight: 600; }

.module h3, .button--summary h3, .section--search-primary .row__buttons h3 {
  font-weight: 600; }

.module h4, .button--summary h4, .section--search-primary .row__buttons h4 {
  font-weight: 600; }

.marker__icon {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50% 50% 50% 0;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }
  .marker__icon:before {
    content: ''; }
  .marker__icon:after {
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '+';
    display: block;
    font-size: 16px;
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: auto;
    left: 2px;
    text-align: center; }

.marker__icon--selected:after, .map-marker[aria-selected="true"]:after {
  content: '';
  display: block;
  position: absolute;
  top: 25%;
  left: 25%;
  right: 25%;
  z-index: 2;
  width: 50%;
  height: 50%;
  background-color: currentcolor;
  border-radius: 50%; }

.map-marker {
  width: 20px;
  height: 20px;
  -moz-transform: translate(-50%, -100%);
  -o-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%); }
  .map-marker .marker__label {
    top: 22px; }
  .map-marker:before {
    content: '';
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    height: 14px;
    width: 14px;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: -2px;
    margin-left: -7px;
    -moz-transform: rotateX(55deg);
    -o-transform: rotateX(55deg);
    -ms-transform: rotateX(55deg);
    -webkit-transform: rotateX(55deg);
    transform: rotateX(55deg); }

.marker__icon {
  background-color: #423f3c;
  color: white; }

.skin {
  background-color: white; }

.skin-light {
  background-color: #f2f2f2;
  color: black; }

.skin-dark {
  background-color: #423f3c;
  color: white; }

.section--search-feature {
  position: relative;
  text-align: center;
  height: 320px;
  margin: 2em 0; }
  @media screen and (min-width: 720px) and (min-height: 480px), screen and (min-width: 1024px) {
    .section--search-feature {
      height: 400px; } }
  @media screen and (min-width: 720px) and (min-height: 480px) and (min-width: 720px) and (min-height: 580px), screen and (min-width: 1024px) and (min-width: 720px) and (min-height: 580px) {
    .section--search-feature {
      height: 500px; } }
  @media screen and (min-width: 1280px) {
    .section--search-feature {
      height: 480px; } }
  @media screen and (min-width: 1280px) and (min-width: 1280px) and (min-height: 740px) {
    .section--search-feature {
      height: 580px; } }
  @media screen and (min-width: 1280px) and (min-width: 1280px) and (min-height: 840px) {
    .section--search-feature {
      height: 680px; } }

.section--search-feature__placeholder {
  position: absolute;
  left: 50%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 320px;
  width: 680px; }
  @media screen and (min-width: 720px) and (min-height: 480px), screen and (min-width: 1024px) {
    .section--search-feature__placeholder {
      height: 400px;
      width: 850px; } }
  @media screen and (min-width: 720px) and (min-height: 480px) and (min-width: 720px) and (min-height: 580px), screen and (min-width: 1024px) and (min-width: 720px) and (min-height: 580px) {
    .section--search-feature__placeholder {
      height: 500px;
      width: 1062.5px; } }
  @media screen and (min-width: 1280px) {
    .section--search-feature__placeholder {
      height: 480px;
      width: 1020px; } }
  @media screen and (min-width: 1280px) and (min-width: 1280px) and (min-height: 740px) {
    .section--search-feature__placeholder {
      height: 580px;
      width: 1232.5px; } }
  @media screen and (min-width: 1280px) and (min-width: 1280px) and (min-height: 840px) {
    .section--search-feature__placeholder {
      height: 680px;
      width: 1445px; } }
  .section--search-feature__placeholder img {
    display: block;
    width: 100%; }

.module--search-feature {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 500;
  color: #fff;
  transition: opacity .5s;
  z-index: 1001;
  width: 220px;
  height: 220px;
  font-size: 14px; }
  @media (min-width: 360px) {
    .module--search-feature {
      width: 246px;
      height: 246px; } }
  @media (min-width: 640px) {
    .module--search-feature {
      width: 276px;
      height: 276px;
      font-size: 15px; } }
  @media (min-width: 720px) {
    .module--search-feature {
      width: 306px;
      height: 306px;
      font-size: 16px; } }

.module--search-feature__grid {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.module--search-feature__label {
  margin: 1em 0; }

.module--search-feature__query {
  font-family: "Akkurat Mono", monospace;
  font-size: 1.125em;
  line-height: 1.4;
  padding: 0.675em 1.125em;
  border-color: #ccc;
  border: 2px solid;
  border-radius: 2px;
  margin: .5em 0; }

.module--search-feature__hits {
  font-weight: bold;
  margin: 1em 0; }

.row--slideshow .row__grid, .row--slideshow-wide .row__grid, .row--slideshow-full .row__grid {
  margin: 0 !important; }

.row--slideshow .module, .row--slideshow-wide .module, .row--slideshow-full .module, .row--slideshow .button--summary, .row--slideshow-wide .button--summary, .row--slideshow-full .button--summary, .row--slideshow .section--search-primary .row__buttons, .section--search-primary .row--slideshow .row__buttons, .row--slideshow-wide .section--search-primary .row__buttons, .section--search-primary .row--slideshow-wide .row__buttons, .row--slideshow-full .section--search-primary .row__buttons, .section--search-primary .row--slideshow-full .row__buttons {
  padding: 0 !important; }

.row--slideshow .row__nav .button, .row--slideshow-wide .row__nav .button, .row--slideshow-full .row__nav .button {
  color: black; }

.row--slideshow .row__nav .button__icon, .row--slideshow-wide .row__nav .button__icon, .row--slideshow-full .row__nav .button__icon {
  padding: 0; }

.row--slideshow .row__nav svg *, .row--slideshow-wide .row__nav svg *, .row--slideshow-full .row__nav svg * {
  fill: black; }

.row--slideshow .slick-slide[aria-hidden="true"] .module, .row--slideshow-wide .slick-slide[aria-hidden="true"] .module, .row--slideshow-full .slick-slide[aria-hidden="true"] .module, .row--slideshow .slick-slide[aria-hidden="true"] .button--summary, .row--slideshow-wide .slick-slide[aria-hidden="true"] .button--summary, .row--slideshow-full .slick-slide[aria-hidden="true"] .button--summary, .row--slideshow .slick-slide[aria-hidden="true"] .section--search-primary .row__buttons, .section--search-primary .row--slideshow .slick-slide[aria-hidden="true"] .row__buttons, .row--slideshow-wide .slick-slide[aria-hidden="true"] .section--search-primary .row__buttons, .section--search-primary .row--slideshow-wide .slick-slide[aria-hidden="true"] .row__buttons, .row--slideshow-full .slick-slide[aria-hidden="true"] .section--search-primary .row__buttons, .section--search-primary .row--slideshow-full .slick-slide[aria-hidden="true"] .row__buttons {
  opacity: 0.7; }

.row--slideshow .slick-slide[aria-hidden="true"] .module__content, .row--slideshow-wide .slick-slide[aria-hidden="true"] .module__content, .row--slideshow-full .slick-slide[aria-hidden="true"] .module__content {
  display: none; }

.row--grid .row__footer, .row--grid-wide .row__footer, .row--lightbox-wide .row__footer, .row--grid-full .row__footer, .row--lightbox-full .row__footer, .row--lightbox .row__footer {
  margin-top: 1em; }

.template--owner .header {
  background-color: transparent;
  position: absolute; }

.template--owner .article {
  background-color: white; }

.owner__cover {
  position: relative;
  width: 100%;
  height: 384px; }
  @media screen and (min-width: 720px) and (min-height: 480px), screen and (min-width: 1024px) {
    .owner__cover {
      height: 472px; } }
  @media screen and (min-width: 720px) and (min-height: 480px) and (min-width: 720px) and (min-height: 580px), screen and (min-width: 1024px) and (min-width: 720px) and (min-height: 580px) {
    .owner__cover {
      height: 572px; } }
  @media screen and (min-width: 1280px) {
    .owner__cover {
      height: 560px; } }
  @media screen and (min-width: 1280px) and (min-width: 1280px) and (min-height: 740px) {
    .owner__cover {
      height: 660px; } }
  @media screen and (min-width: 1280px) and (min-width: 1280px) and (min-height: 840px) {
    .owner__cover {
      height: 760px; } }

.owner__media {
  position: relative;
  width: 100%;
  max-width: 1680px;
  height: 384px;
  overflow: hidden;
  margin: auto; }
  @media screen and (min-width: 720px) and (min-height: 480px), screen and (min-width: 1024px) {
    .owner__media {
      height: 472px; } }
  @media screen and (min-width: 720px) and (min-height: 480px) and (min-width: 720px) and (min-height: 580px), screen and (min-width: 1024px) and (min-width: 720px) and (min-height: 580px) {
    .owner__media {
      height: 572px; } }
  @media screen and (min-width: 1280px) {
    .owner__media {
      height: 560px; } }
  @media screen and (min-width: 1280px) and (min-width: 1280px) and (min-height: 740px) {
    .owner__media {
      height: 660px; } }
  @media screen and (min-width: 1280px) and (min-width: 1280px) and (min-height: 840px) {
    .owner__media {
      height: 760px; } }

.owner__intro {
  position: relative;
  z-index: 1000;
  background-color: #3a2e2d;
  width: 100%;
  margin: 0 auto;
  max-width: 296px;
  min-height: 272px;
  margin-top: -68px; }
  @media (min-width: 360px) {
    .owner__intro {
      max-width: 346px; } }
  @media (min-width: 640px) {
    .owner__intro {
      max-width: 466px; } }
  @media (min-width: 720px) {
    .owner__intro {
      max-width: 626px; } }
  @media (min-width: 1024px) {
    .owner__intro {
      max-width: 946px; } }
  @media (min-width: 1280px) {
    .owner__intro {
      max-width: 1064px; } }
  @media (min-width: 360px) {
    .owner__intro {
      min-height: 292px;
      margin-top: -73px; } }
  @media (min-width: 640px) {
    .owner__intro {
      min-height: 146px; } }
  @media (min-width: 1024px) {
    .owner__intro {
      min-height: 219px;
      margin-top: -109.5px; } }
  @media (min-width: 1280px) {
    .owner__intro {
      min-height: 246px;
      margin-top: -123px; } }

.owner__logo {
  position: relative;
  z-index: 1;
  width: 136px;
  height: 136px;
  margin: 0 auto; }
  @media (min-width: 360px) {
    .owner__logo {
      width: 146px;
      height: 146px; } }
  .owner__logo > img,
  .owner__logo > svg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto; }
  .owner__logo > svg {
    fill: currentColor; }

.owner__intro.layout--portrait .owner__logo > img,
.owner__intro.layout--portrait .owner__logo > svg,
.owner__intro.layout--square .owner__logo > img,
.owner__intro.layout--square .owner__logo > svg {
  width: 60%;
  max-width: 60%;
  height: auto;
  max-height: 90%; }

@media (min-width: 640px) {
  .owner__intro.layout--portrait .owner__logo,
  .owner__intro.layout--square .owner__logo {
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    width: 146px;
    height: 100%; }
  .owner__intro.layout--portrait .owner__info,
  .owner__intro.layout--square .owner__info {
    padding: 28px;
    padding-left: 146px; } }

@media (min-width: 1024px) {
  .owner__intro.layout--portrait .owner__logo,
  .owner__intro.layout--square .owner__logo {
    width: 219px; }
    .owner__intro.layout--portrait .owner__logo > img,
    .owner__intro.layout--portrait .owner__logo > svg,
    .owner__intro.layout--square .owner__logo > img,
    .owner__intro.layout--square .owner__logo > svg {
      width: 50%;
      max-width: 50%;
      height: auto;
      max-height: 75%; }
  .owner__intro.layout--portrait .owner__info,
  .owner__intro.layout--square .owner__info {
    padding: 42px;
    padding-left: 219px; } }

@media (min-width: 1280px) {
  .owner__intro.layout--portrait .owner__logo,
  .owner__intro.layout--square .owner__logo {
    width: 246px; }
  .owner__intro.layout--portrait .owner__info,
  .owner__intro.layout--square .owner__info {
    padding: 48px;
    padding-left: 246px; } }

.owner__intro.layout--landscape .owner__logo {
  width: 100%; }
  .owner__intro.layout--landscape .owner__logo > img,
  .owner__intro.layout--landscape .owner__logo > svg {
    width: auto;
    max-width: 90%;
    height: 21.91781%; }

@media (min-width: 640px) {
  .owner__intro.layout--landscape .owner__logo {
    position: relative;
    width: 100%;
    text-align: center;
    padding-top: 28px;
    height: 60px; }
    .owner__intro.layout--landscape .owner__logo > img,
    .owner__intro.layout--landscape .owner__logo > svg {
      position: relative;
      width: auto;
      height: 100%;
      max-width: none;
      max-height: none; }
  .owner__intro.layout--landscape .owner__info {
    margin-top: -14px; } }

@media (min-width: 1024px) {
  .owner__intro.layout--landscape .owner__logo {
    height: 64px; } }

@media (min-width: 1280px) {
  .owner__intro.layout--landscape .owner__logo {
    padding-top: 32px;
    height: 72px; }
  .owner__intro.layout--landscape .owner__info {
    margin-top: -16px; } }

.owner__info {
  padding: 24px;
  padding-top: 0; }
  @media (min-width: 640px) {
    .owner__info {
      padding: 28px; } }
  @media (min-width: 1280px) {
    .owner__info {
      padding: 32px; } }

.owner__action {
  margin-top: 1.5em;
  font-size: 16px;
  line-height: 1.5; }

/* Refactored styles */
.button {
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-family: "Akkurat", sans-serif;
  background-color: transparent;
  color: inherit; }
  .button:hover {
    cursor: pointer; }
  .content__overlay .button, .order--checkout .button, .order--review .button, .header__nav .button.button--login, .template--user .user__body .button {
    color: white;
    border-color: white; }
    .content__overlay .button.button--overlay.button--new, .order--checkout .button.button--overlay.button--new, .order--review .button.button--overlay.button--new, .header__nav .button.button--login.button--overlay.button--new, .template--user .user__body .button.button--overlay.button--new {
      color: black; }
    .content__overlay .button.button--link:hover, .content__overlay .nav-path > li a.button:hover, .nav-path > li .content__overlay a.button:hover, .order--checkout .button.button--link:hover, .order--checkout .nav-path > li a.button:hover, .nav-path > li .order--checkout a.button:hover, .order--review .button.button--link:hover, .order--review .nav-path > li a.button:hover, .nav-path > li .order--review a.button:hover, .header__nav .button.button--login.button--link:hover, .header__nav .nav-path > li a.button.button--login:hover, .nav-path > li .header__nav a.button.button--login:hover, .template--user .user__body .button.button--link:hover, .template--user .user__body .nav-path > li a.button:hover, .nav-path > li .template--user .user__body a.button:hover {
      border-color: white; }
    .content__overlay .button.button--secondary:hover, .content__overlay .button.button--login:hover, .order--checkout .button.button--secondary:hover, .order--checkout .button.button--login:hover, .order--review .button.button--secondary:hover, .order--review .button.button--login:hover, .header__nav .button.button--login.button--secondary:hover, .header__nav .button.button--login.button--login:hover, .template--user .user__body .button.button--secondary:hover, .template--user .user__body .button.button--login:hover {
      background-color: white;
      border-color: white;
      color: black; }

.button__icon svg {
  fill: currentColor; }

.color-white .button__icon svg {
  fill: currentColor; }

.color-black .button__icon svg {
  fill: currentColor; }

.button__icon--solid .icon__border, [data-user="true"] .button--user .button__icon .icon__border, [data-cart="true"] .button--cart .button__icon .icon__border {
  display: none; }

.icon__label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  width: 100%;
  font-family: "Akkurat", sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 30px;
  text-align: center; }
  @media screen and (min-width: 720px) and (min-height: 480px), screen and (min-width: 1024px) {
    .icon__label {
      font-size: 13px;
      line-height: 32px; } }
  @media (min-width: 1280px) {
    .icon__label {
      font-size: 14px;
      line-height: 36px; } }

.icon__label--large, .button__icon--large .icon__label, .button--circle .button__icon .icon__label, .button--fullscreen .button__icon .icon__label, .toggle--search .button__icon .icon__label, .button--user .button__icon .icon__label, .button--cart .button__icon .icon__label, .map__nav .button--close .button__icon .icon__label, .button--play-large .button__icon .icon__label {
  font-size: 14px; }
  @media screen and (min-width: 720px) and (min-height: 480px), screen and (min-width: 1024px) {
    .icon__label--large, .button__icon--large .icon__label, .button--circle .button__icon .icon__label, .button--fullscreen .button__icon .icon__label, .toggle--search .button__icon .icon__label, .button--user .button__icon .icon__label, .button--cart .button__icon .icon__label, .map__nav .button--close .button__icon .icon__label, .button--play-large .button__icon .icon__label {
      font-size: 15px; } }
  @media (min-width: 1280px) {
    .icon__label--large, .button__icon--large .icon__label, .button--circle .button__icon .icon__label, .button--fullscreen .button__icon .icon__label, .toggle--search .button__icon .icon__label, .button--user .button__icon .icon__label, .button--cart .button__icon .icon__label, .map__nav .button--close .button__icon .icon__label, .button--play-large .button__icon .icon__label {
      font-size: 16px; } }

.icon__label--xl, .button__icon--xl .icon__label, .button--circle--xl .button__icon .icon__label, [data-menu="true"] .nav-user .button--user .button__icon .icon__label {
  font-size: 20px; }
  @media screen and (min-width: 720px) and (min-height: 480px), screen and (min-width: 1024px) {
    .icon__label--xl, .button__icon--xl .icon__label, .button--circle--xl .button__icon .icon__label, [data-menu="true"] .nav-user .button--user .button__icon .icon__label {
      font-size: 22px; } }
  @media (min-width: 1280px) {
    .icon__label--xl, .button__icon--xl .icon__label, .button--circle--xl .button__icon .icon__label, [data-menu="true"] .nav-user .button--user .button__icon .icon__label {
      font-size: 24px; } }

.button__icon--xl, .button--circle--xl .button__icon, [data-menu="true"] .nav-user .button--user .button__icon {
  display: block;
  color: inherit;
  position: relative;
  width: 64px;
  height: 64px; }
  @media screen and (min-width: 720px) and (min-height: 480px), screen and (min-width: 1024px) {
    .button__icon--xl, .button--circle--xl .button__icon, [data-menu="true"] .nav-user .button--user .button__icon {
      width: 68px;
      height: 68px; } }
  @media (min-width: 1280px) {
    .button__icon--xl, .button--circle--xl .button__icon, [data-menu="true"] .nav-user .button--user .button__icon {
      width: 72px;
      height: 72px; } }
  .button__icon--xl svg, .button--circle--xl .button__icon svg, [data-menu="true"] .nav-user .button--user .button__icon svg {
    display: block;
    width: 100%;
    height: 100%; }
  .button__icon--xl .icon__label, .button--circle--xl .button__icon .icon__label, [data-menu="true"] .nav-user .button--user .button__icon .icon__label {
    padding: 18px 0; }

.button__icon--large, .button--circle .button__icon, .button--fullscreen .button__icon, .toggle--search .button__icon, .button--user .button__icon, .button--cart .button__icon, .map__nav .button--close .button__icon, .button--play-large .button__icon {
  display: block;
  color: inherit;
  position: relative;
  width: 42px;
  height: 42px; }
  @media screen and (min-width: 720px) and (min-height: 480px), screen and (min-width: 1024px) {
    .button__icon--large, .button--circle .button__icon, .button--fullscreen .button__icon, .toggle--search .button__icon, .button--user .button__icon, .button--cart .button__icon, .map__nav .button--close .button__icon, .button--play-large .button__icon {
      width: 44px;
      height: 44px; } }
  @media (min-width: 1280px) {
    .button__icon--large, .button--circle .button__icon, .button--fullscreen .button__icon, .toggle--search .button__icon, .button--user .button__icon, .button--cart .button__icon, .map__nav .button--close .button__icon, .button--play-large .button__icon {
      width: 48px;
      height: 48px; } }
  .button__icon--large svg, .button--circle .button__icon svg, .button--fullscreen .button__icon svg, .toggle--search .button__icon svg, .button--user .button__icon svg, .button--cart .button__icon svg, .map__nav .button--close .button__icon svg, .button--play-large .button__icon svg {
    display: block;
    width: 100%;
    height: 100%; }
  .button__icon--large .icon__label, .button--circle .button__icon .icon__label, .button--fullscreen .button__icon .icon__label, .toggle--search .button__icon .icon__label, .button--user .button__icon .icon__label, .button--cart .button__icon .icon__label, .map__nav .button--close .button__icon .icon__label, .button--play-large .button__icon .icon__label {
    padding: 6px 0; }

.button__icon--medium, .button--square .button__icon, .toggle--languages .button__icon, .controls--video .button--play .button__icon, .section__icon {
  display: block;
  color: inherit;
  position: relative;
  overflow: visible;
  width: 30px;
  height: 30px; }
  @media screen and (min-width: 720px) and (min-height: 480px), screen and (min-width: 1024px) {
    .button__icon--medium, .button--square .button__icon, .toggle--languages .button__icon, .controls--video .button--play .button__icon, .section__icon {
      width: 32px;
      height: 32px; } }
  @media (min-width: 1280px) {
    .button__icon--medium, .button--square .button__icon, .toggle--languages .button__icon, .controls--video .button--play .button__icon, .section__icon {
      width: 36px;
      height: 36px; } }
  .button__icon--medium svg, .button--square .button__icon svg, .toggle--languages .button__icon svg, .controls--video .button--play .button__icon svg, .section__icon svg {
    display: block;
    width: 100%;
    height: auto; }

.button__icon--small {
  display: block;
  color: inherit;
  position: relative;
  overflow: visible;
  width: 20px;
  height: 20px; }
  @media screen and (min-width: 720px) and (min-height: 480px), screen and (min-width: 1024px) {
    .button__icon--small {
      width: 22px;
      height: 22px; } }
  @media (min-width: 1280px) {
    .button__icon--small {
      width: 24px;
      height: 24px; } }
  .button__icon--small svg {
    display: block;
    width: 100%;
    height: auto; }

.button__bubble,
.label__bubble,
.icon__bubble {
  display: inline-block;
  background-color: #AA2232;
  color: white;
  border: 2px solid;
  font-weight: bold;
  text-align: center;
  font-family: "Akkurat", sans-serif;
  font-size: 12px;
  line-height: 18px;
  min-width: 22px;
  height: 22x;
  padding: 0 0.25em;
  border-radius: 11px; }
  @media screen and (min-width: 720px) and (min-height: 480px), screen and (min-width: 1024px) {
    .button__bubble,
    .label__bubble,
    .icon__bubble {
      font-size: 13px; } }
  @media (min-width: 1280px) {
    .button__bubble,
    .label__bubble,
    .icon__bubble {
      font-size: 14px;
      line-height: 20px;
      min-width: 24px;
      height: 24px;
      border-radius: 12px; } }
  .button__bubble[data-count="0"],
  .label__bubble[data-count="0"],
  .icon__bubble[data-count="0"] {
    display: none; }

.button--disabled, button[disabled], .button[aria-disabled="true"], [data-cart="false"] .button--checkout, [data-cart="false"] .button--cart {
  pointer-events: none; }

.button[aria-hidden="true"] {
  display: none; }

.button--solid, .button--primary, .button--secondary {
  color: black;
  border-color: black; }
  .button--solid:hover, .button--primary:hover, .button--secondary:hover, .button--solid[haspopup="true"][aria-expanded="true"], .button--primary[haspopup="true"][aria-expanded="true"], .button--secondary[haspopup="true"][aria-expanded="true"] {
    background-color: black;
    border-color: black;
    color: white; }
  .color-black .button--solid, .color-black .button--primary, .color-black .button--secondary {
    color: black;
    border-color: black; }
  .color-black .button--solid:hover, .color-black .button--primary:hover, .color-black .button--secondary:hover {
    background-color: black;
    color: white; }
  .color-white .button--solid, .color-white .button--primary, .color-white .button--secondary {
    color: white;
    border-color: white; }
  .color-white .button--solid:hover, .color-white .button--primary:hover, .color-white .button--secondary:hover,
  .color-white .button--solid[haspopup="true"][aria-expanded="true"],
  .color-white .button--primary[haspopup="true"][aria-expanded="true"],
  .color-white .button--secondary[haspopup="true"][aria-expanded="true"] {
    background-color: white;
    color: black; }

.button--small {
  padding: 0.5em 1.5em;
  border: 2px solid;
  border-radius: 1px;
  font-size: 0.75em;
  font-weight: bold;
  line-height: 1.25;
  color: black;
  border-color: black; }
  .button--small.button--disabled, button.button--small[disabled], .button--small.button[aria-disabled="true"], [data-cart="false"] .button--small.button--checkout, [data-cart="false"] .button--small.button--cart {
    opacity: 0.5; }
  .button--small .button__label {
    color: inherit;
    display: inline-block; }
  .button--small:hover {
    background-color: black;
    border-color: black;
    color: white; }
  .color-black .button--small {
    color: black;
    border-color: black; }
    .color-black .button--small:hover {
      background-color: black;
      color: white; }
  .color-white .button--small {
    color: white;
    border-color: white; }
    .color-white .button--small:hover {
      background-color: white;
      color: black; }

.button--large, .button--login {
  padding: 0 1em;
  border: 2px solid;
  border-radius: 2px;
  font-size: 14px;
  font-weight: bold;
  line-height: 36px;
  height: 40px;
  overflow: visible;
  color: black;
  border-color: black; }
  .button--large.button--disabled, button.button--large[disabled], button.button--login[disabled], .button--large.button[aria-disabled="true"], .button.button--login[aria-disabled="true"], .button--disabled.button--login, [data-cart="false"] .button--login.button--checkout, [data-cart="false"] .button--login.button--cart, [data-cart="false"] .button--large.button--checkout, [data-cart="false"] .button--large.button--cart {
    opacity: 0.5; }
  @media screen and (min-width: 720px) and (min-height: 480px), screen and (min-width: 1024px) {
    .button--large, .button--login {
      font-size: 16px;
      line-height: 40px;
      height: 44px; } }
  @media (min-width: 1280px) {
    .button--large, .button--login {
      line-height: 44px;
      height: 48px; } }
  .button--large:hover, .button--login:hover {
    background-color: black;
    border-color: black;
    color: white; }
  .color-black .button--large, .color-black .button--login {
    color: black;
    border-color: black; }
    .color-black .button--large:hover, .color-black .button--login:hover {
      background-color: black;
      color: white; }
  .color-white .button--large, .color-white .button--login {
    color: white;
    border-color: white; }
    .color-white .button--large:hover, .color-white .button--login:hover {
      background-color: white;
      color: black; }

.button--primary {
  border: 2px solid;
  border-radius: 2px;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  padding: 0.75em 1.5em; }
  .button--primary.button--disabled, button.button--primary[disabled], .button--primary.button[aria-disabled="true"], [data-cart="false"] .button--primary.button--checkout, [data-cart="false"] .button--primary.button--cart {
    opacity: 0.5; }
  @media screen and (min-width: 720px) and (min-height: 480px), screen and (min-width: 1024px) {
    .button--primary {
      font-size: 18px; } }
  @media (min-width: 1280px) {
    .button--primary {
      font-size: 20px; } }
  .button--primary .button__icon {
    float: left;
    color: inherit;
    width: 1.5em;
    height: 1.5em;
    margin: -0.25em -0.75em; }
    .button--primary .button__icon > svg {
      color: inherit;
      width: 100%;
      height: 100%; }
      .button--primary .button__icon > svg * {
        fill: currentColor; }
  .button--primary .button__label {
    float: left;
    color: inherit; }
  .button--primary .button__icon + .button__label {
    margin-left: 1em; }

.button--secondary {
  border: 2px solid;
  border-radius: 2px;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  padding: 0.5em 0.75em; }
  .button--secondary.button--disabled, button.button--secondary[disabled], .button--secondary.button[aria-disabled="true"], [data-cart="false"] .button--secondary.button--checkout, [data-cart="false"] .button--secondary.button--cart {
    opacity: 0.5; }
  @media screen and (min-width: 720px) and (min-height: 480px), screen and (min-width: 1024px) {
    .button--secondary {
      font-size: 16px; } }
  .button--secondary .button__icon {
    float: left;
    color: inherit;
    width: 1.5em;
    height: 1.5em;
    margin: -0.25em; }
    .button--secondary .button__icon > svg {
      color: inherit;
      width: 100%;
      height: 100%; }
      .button--secondary .button__icon > svg * {
        fill: currentColor; }
  .button--secondary .button__label {
    float: left;
    color: inherit; }
  .button--secondary .button__icon + .button__label {
    margin-left: 0.5em; }
  .button--secondary .button__action {
    float: left;
    margin-top: -2px;
    margin-bottom: -2px; }
  .button--secondary .button__controls {
    position: relative;
    float: right;
    color: inherit;
    width: 2em;
    height: 1.5em;
    margin-top: -0.25em;
    margin-right: -0.75em;
    margin-bottom: -0.25em; }
    .button--secondary .button__controls:after {
      content: '';
      display: block;
      position: absolute;
      top: 0.625em;
      right: 0.625em;
      border-left: 0.375em solid transparent;
      border-right: 0.375em solid transparent;
      border-top: 0.375em solid currentColor; }
  .button--secondary .button__action + .button__controls {
    border-left: 1px solid rgba(0, 0, 0, 0.5);
    margin-left: 0.5em; }

.button--alert {
  line-height: 1;
  padding: 0.5em 0.75em;
  color: red;
  border: 2px solid red;
  border-radius: 1px;
  font-weight: bold; }
  .button--alert:hover {
    background-color: red;
    border-color: red;
    color: white; }
  .button--alert.button--link, .nav-path > li a.button--alert {
    color: red; }
    .button--alert.button--link:hover, .nav-path > li a.button--alert:hover {
      border-color: red;
      background-color: transparent; }

.button--link, .nav-path > li a, .button--text {
  display: inline;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
  text-decoration: none;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  border-left: none; }
  .button--link.button--disabled, button.button--link[disabled], .button--link.button[aria-disabled="true"], .nav-path > li a.button[aria-disabled="true"], [data-cart="false"] .button--link.button--checkout, [data-cart="false"] .nav-path > li a.button--checkout, .nav-path > li [data-cart="false"] a.button--checkout, [data-cart="false"] .button--link.button--cart, [data-cart="false"] .nav-path > li a.button--cart, .nav-path > li [data-cart="false"] a.button--cart, .nav-path > li a.button--disabled, .button--text.button--disabled, button.button--text[disabled], .button--text.button[aria-disabled="true"], [data-cart="false"] .button--text.button--checkout, [data-cart="false"] .button--text.button--cart {
    opacity: 0.5; }
  .button--link:hover, .nav-path > li a:hover, .button--text:hover {
    border-color: black; }
  .content__overlay .button--link, .content__overlay .nav-path > li a, .nav-path > li .content__overlay a, .order--checkout .button--link, .order--checkout .nav-path > li a, .nav-path > li .order--checkout a, .content__overlay .button--text, .order--checkout .button--text {
    border-color: rgba(255, 255, 255, 0.5); }
  .content__overlay .button--link:hover, .content__overlay .nav-path > li a:hover, .nav-path > li .content__overlay a:hover, .content__overlay .button--text:hover {
    border-color: white; }

.button--link, .nav-path > li a {
  font-weight: bold; }

.button__icon--circle, .button--circle .button__icon, .button--fullscreen .button__icon, .toggle--search .button__icon, .button--user .button__icon, .button--cart .button__icon, .map__nav .button--close .button__icon, .button--circle--xl .button__icon {
  border-radius: 100%; }

.button--circle, .button--fullscreen, .toggle--search, .button--user, .button--cart, .map__nav .button--close {
  font-size: 16px;
  font-weight: normal;
  line-height: 42px; }
  @media screen and (min-width: 720px) and (min-height: 480px), screen and (min-width: 1024px) {
    .button--circle, .button--fullscreen, .toggle--search, .button--user, .button--cart, .map__nav .button--close {
      font-size: 18px;
      line-height: 44px; } }
  @media (min-width: 1280px) {
    .button--circle, .button--fullscreen, .toggle--search, .button--user, .button--cart, .map__nav .button--close {
      font-size: 20px;
      line-height: 48px; } }
  .button--circle .icon__bubble, .button--fullscreen .icon__bubble, .toggle--search .icon__bubble, .button--user .icon__bubble, .button--cart .icon__bubble, .map__nav .button--close .icon__bubble {
    position: absolute;
    top: -2px;
    right: -8px; }
  .button--circle .button__label, .button--fullscreen .button__label, .toggle--search .button__label, .button--user .button__label, .button--cart .button__label, .map__nav .button--close .button__label {
    display: none; }
  .color-black .button--circle, .color-black .button--fullscreen, .color-black .toggle--search, .color-black .button--user, .color-black .button--cart, .color-black .map__nav .button--close, .map__nav .color-black .button--close {
    color: black; }
    .color-black .button--circle svg *, .color-black .button--fullscreen svg *, .color-black .toggle--search svg *, .color-black .button--user svg *, .color-black .button--cart svg *, .color-black .map__nav .button--close svg *, .map__nav .color-black .button--close svg * {
      fill: currentColor; }
  .color-white .button--circle, .color-white .button--fullscreen, .color-white .toggle--search, .color-white .button--user, .color-white .button--cart, .color-white .map__nav .button--close, .map__nav .color-white .button--close {
    color: white; }
    .color-white .button--circle svg *, .color-white .button--fullscreen svg *, .color-white .toggle--search svg *, .color-white .button--user svg *, .color-white .button--cart svg *, .color-white .map__nav .button--close svg *, .map__nav .color-white .button--close svg * {
      fill: currentColor; }

.button--circle--xl {
  font-size: 16px;
  font-weight: normal;
  line-height: 42px; }
  @media screen and (min-width: 720px) and (min-height: 480px), screen and (min-width: 1024px) {
    .button--circle--xl {
      font-size: 18px;
      line-height: 44px; } }
  @media (min-width: 1280px) {
    .button--circle--xl {
      font-size: 20px;
      line-height: 48px; } }
  .button--circle--xl .icon__bubble {
    position: absolute;
    top: -2px;
    right: -8px; }
  .button--circle--xl .button__label {
    display: none; }
  .color-black .button--circle--xl {
    color: black; }
    .color-black .button--circle--xl svg * {
      fill: currentColor; }
  .color-white .button--circle--xl {
    color: white; }
    .color-white .button--circle--xl svg * {
      fill: currentColor; }

.button--square, .toggle--languages {
  font-size: 14px;
  font-weight: normal;
  line-height: 30px; }
  @media screen and (min-width: 720px) and (min-height: 480px), screen and (min-width: 1024px) {
    .button--square, .toggle--languages {
      font-size: 16px;
      line-height: 32px; } }
  @media (min-width: 1280px) {
    .button--square, .toggle--languages {
      font-size: 18px;
      line-height: 36px; } }
  .button--square .button__icon, .toggle--languages .button__icon {
    color: inherit; }
  .button--square .button__label, .toggle--languages .button__label {
    display: none; }
  .color-black .button--square, .color-black .toggle--languages {
    color: black; }
    .color-black .button--square svg *, .color-black .toggle--languages svg * {
      fill: currentColor; }
  .color-white .button--square, .color-white .toggle--languages {
    color: white; }
    .color-white .button--square svg *, .color-white .toggle--languages svg * {
      fill: currentColor; }

.button--action, .button--volume,
.color-black .button--action,
.color-black .button--volume {
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  padding: 0.625em 0; }
  .button--action.button--disabled, button.button--action[disabled], button.button--volume[disabled], .button--action.button[aria-disabled="true"], .button.button--volume[aria-disabled="true"], [data-cart="false"] .button--action.button--checkout, [data-cart="false"] .button--checkout.button--volume, [data-cart="false"] .button--action.button--cart, [data-cart="false"] .button--cart.button--volume, .button--disabled.button--volume,
  .color-black .button--action.button--disabled,
  .color-black button.button--action[disabled],
  .color-black button.button--volume[disabled],
  .color-black .button--action.button[aria-disabled="true"],
  .color-black .button.button--volume[aria-disabled="true"],
  .color-black [data-cart="false"] .button--action.button--checkout,
  [data-cart="false"] .color-black .button--action.button--checkout,
  .color-black [data-cart="false"] .button--checkout.button--volume,
  [data-cart="false"] .color-black .button--checkout.button--volume,
  .color-black [data-cart="false"] .button--action.button--cart,
  [data-cart="false"] .color-black .button--action.button--cart,
  .color-black [data-cart="false"] .button--cart.button--volume,
  [data-cart="false"] .color-black .button--cart.button--volume,
  .color-black .button--disabled.button--volume {
    opacity: 0.5; }
  @media screen and (min-width: 720px) and (min-height: 480px), screen and (min-width: 1024px) {
    .button--action, .button--volume,
    .color-black .button--action,
    .color-black .button--volume {
      font-size: 16px; } }
  .button--action .button__icon, .button--volume .button__icon,
  .color-black .button--action .button__icon,
  .color-black .button--volume .button__icon {
    position: relative;
    float: left;
    color: inherit;
    margin: -0.625em 0;
    width: 32px;
    height: 32px; }
    .button--action .button__icon svg, .button--volume .button__icon svg,
    .color-black .button--action .button__icon svg,
    .color-black .button--volume .button__icon svg {
      display: block;
      max-width: 100%;
      max-height: 100%; }
    .button--action .button__icon.icon--small, .button--volume .button__icon.icon--small,
    .color-black .button--action .button__icon.icon--small,
    .color-black .button--volume .button__icon.icon--small {
      width: 20px;
      padding: 6px 0; }
      @media screen and (min-width: 720px) and (min-height: 480px), screen and (min-width: 1024px) {
        .button--action .button__icon.icon--small, .button--volume .button__icon.icon--small,
        .color-black .button--action .button__icon.icon--small,
        .color-black .button--volume .button__icon.icon--small {
          width: 24px; } }
  .button--action .button__icon + .button__label, .button--volume .button__icon + .button__label,
  .color-black .button--action .button__icon + .button__label,
  .color-black .button--volume .button__icon + .button__label {
    float: left;
    margin-left: 0.5em;
    color: #595959; }
  .button--action[data-item-action], .button--volume[data-item-action],
  .color-black .button--action[data-item-action],
  .color-black .button--volume[data-item-action] {
    display: none; }
  [data-item-state="collect"] .button--action[data-item-action="list-collect"], [data-item-state="collect"] .button--volume[data-item-action="list-collect"], [data-item-state="collect"] .color-black .button--action[data-item-action="list-collect"], [data-item-state="collect"] .color-black .button--volume[data-item-action="list-collect"] {
    display: inline-block; }
  [data-item-state="add"] .button--action[data-item-action="list-add"], [data-item-state="add"] .button--volume[data-item-action="list-add"], [data-item-state="add"] .color-black .button--action[data-item-action="list-add"], [data-item-state="add"] .color-black .button--volume[data-item-action="list-add"] {
    display: inline-block; }
  [data-item-state="remove"] .button--action[data-item-action="list-remove"], [data-item-state="remove"] .button--volume[data-item-action="list-remove"], [data-item-state="remove"] .color-black .button--action[data-item-action="list-remove"], [data-item-state="remove"] .color-black .button--volume[data-item-action="list-remove"] {
    display: inline-block; }

.template--fullscreen .button--action .button__icon, .template--fullscreen .button--volume .button__icon, .template--fullscreen .button--action .button__label, .template--fullscreen .button--volume .button__label {
  display: table-cell;
  float: none; }

.template--fullscreen .button--action .button__label, .template--fullscreen .button--volume .button__label {
  padding-left: 8px;
  vertical-align: middle; }

.color-white .button--action .button__icon, .color-white .button--volume .button__icon {
  color: white; }

.color-white .button--action .button__label, .color-white .button--volume .button__label {
  color: #f2f2f2; }

.color-white .button--action.button--edit svg *, .color-white .button--edit.button--volume svg * {
  fill: currentColor; }

.button--comments .button__icon svg,
.color-black .button--comments .button__icon svg {
  height: 40px;
  overflow: visible; }
  @media screen and (min-width: 720px) and (min-height: 480px), screen and (min-width: 1024px) {
    .button--comments .button__icon svg,
    .color-black .button--comments .button__icon svg {
      height: 44px; } }

.button--comments .icon__label,
.color-black .button--comments .icon__label {
  font-size: 14px;
  line-height: 32px; }

.button--set-public .button__icon svg {
  margin: -1px;
  overflow: visible; }

.button--share .button__icon {
  border-radius: 50%;
  box-shadow: 0 0 0 2px white; }

.button--share .button__icon + .button__icon {
  margin-left: -0.25em; }

.bg-white .button--share .button__icon {
  box-shadow: 0 0 0 2px white; }

.bg-light .button--share .button__icon {
  box-shadow: 0 0 0 2px #f2f2f2; }

.bg-dark .button--share .button__icon {
  box-shadow: 0 0 0 2px #423f3c; }

.button--overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  overflow: visible;
  outline: none;
  width: 100%;
  height: 34px;
  font-size: 12px; }
  @media screen and (min-width: 720px) and (min-height: 480px), screen and (min-width: 1024px) {
    .button--overlay {
      height: 36px; } }
  @media (min-width: 1280px) {
    .button--overlay {
      height: 40px; } }
  .button--overlay .button__icon {
    width: 34px;
    height: 34px;
    margin: 0 auto; }
    @media screen and (min-width: 720px) and (min-height: 480px), screen and (min-width: 1024px) {
      .button--overlay .button__icon {
        width: 36px;
        height: 36px; } }
    @media (min-width: 1280px) {
      .button--overlay .button__icon {
        width: 40px;
        height: 40px; } }
    .button--overlay .button__icon svg {
      display: block;
      fill: currentColor;
      width: 100%;
      height: 100%; }
      .button--overlay .button__icon svg * {
        fill: inherit; }
  @media screen and (min-width: 720px) and (min-height: 480px), screen and (min-width: 1024px) {
    .button--overlay {
      font-size: 13px; } }
  @media (min-width: 1280px) {
    .button--overlay {
      font-size: 14px; } }
  .button--overlay .button__label {
    position: absolute;
    top: 100%;
    right: 0;
    bottom: auto;
    left: 0;
    margin: auto;
    margin-top: 0.5em;
    text-align: center;
    font-size: 1em;
    font-weight: normal;
    line-height: 1; }

.button--text-collapse,
.button--text-expand {
  display: inline-block; }
  .button--text-collapse .button__icon,
  .button--text-expand .button__icon {
    display: inline-block;
    vertical-align: middle;
    width: 1.25em;
    height: 1.25em;
    border-radius: 100%;
    border: 1px solid rgba(0, 0, 0, 0.5); }
    .button--text-collapse .button__icon svg,
    .button--text-expand .button__icon svg {
      width: 100%;
      height: 100%; }
      .button--text-collapse .button__icon svg *,
      .button--text-expand .button__icon svg * {
        fill: currentColor; }
  .button--text-collapse .button__label,
  .button--text-expand .button__label {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.125em;
    font-size: 0.875em;
    border-bottom: 1px dotted; }
  .button--text-collapse .button__label,
  .button--text-expand .button__label {
    border-color: rgba(0, 0, 0, 0.5); }
  .button--text-collapse:hover .button__label,
  .button--text-expand:hover .button__label {
    border-color: black; }
  .color-black .button--text-collapse .button__icon,
  .color-black .button--text-collapse .button__label, .color-black
  .button--text-expand .button__icon,
  .color-black
  .button--text-expand .button__label {
    border-color: rgba(0, 0, 0, 0.5); }
  .color-black .button--text-collapse:hover .button__label, .color-black
  .button--text-expand:hover .button__label {
    border-color: black; }
  .color-white .button--text-collapse .button__icon,
  .color-white .button--text-collapse .button__label, .color-white
  .button--text-expand .button__icon,
  .color-white
  .button--text-expand .button__label {
    border-color: rgba(255, 255, 255, 0.5); }
  .color-white .button--text-collapse:hover .button__label, .color-white
  .button--text-expand:hover .button__label {
    border-color: white; }

@media print {
  .button--text-collapse, button--text-expand {
    display: none; } }

.button--fullscreen svg * {
  fill: currentColor; }

.button--fullscreen .icon__shape {
  color: black; }

.button--fullscreen .icon__border {
  color: rgba(0, 0, 0, 0.5); }

.button--fullscreen:hover .button__icon {
  background-color: #0666b0; }

.button--fullscreen:hover .icon__shape {
  color: white; }

.button--fullscreen:hover .icon__border {
  display: none; }

.button--filter {
  position: relative;
  display: block;
  width: 100%;
  background-color: transparent;
  border: 1px solid;
  border-radius: 2px;
  font-family: "Akkurat Mono", monospace;
  line-height: 1.5;
  line-height: 21px;
  white-space: nowrap;
  text-decoration: none;
  pointer-events: all;
  transition: background-color .15s, border-color .15s, opacity .25s; }
  @media (min-width: 720px) {
    .button--filter {
      display: inline-block;
      width: auto; } }
  .button--filter .button__label {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 9.5px 1em; }
    @media (min-width: 720px) {
      .button--filter .button__label {
        padding: .3em 1em; } }
  .button--filter .button__value {
    display: block;
    float: left;
    width: auto;
    max-width: 12em;
    overflow: hidden;
    text-overflow: ellipsis; }
  .button--filter .button__count {
    display: block;
    float: left;
    font-size: smaller;
    margin-left: 0.25em;
    margin-right: -0.25em; }
    .button--filter .button__count:before {
      content: "("; }
    .button--filter .button__count:after {
      content: ")"; }
  .button--filter[data-filter="type,topic"], .button--filter[data-filter="subject"], .button--filter[data-filter="topic"], .button--filter[data-filter="type"] {
    border-color: transparent;
    background-color: rgba(170, 34, 50, 0.5);
    color: white; }
    .button--filter[data-filter="type,topic"].button--filter-toggle, .button--filter[data-filter="subject"].button--filter-toggle, .button--filter[data-filter="topic"].button--filter-toggle, .button--filter[data-filter="type"].button--filter-toggle {
      background-color: rgba(170, 34, 50, 0);
      border-color: #AA2232;
      color: #AA2232;
      fill: #AA2232; }
    [aria-expanded="true"] .button--filter[data-filter="type,topic"], .button--filter[data-filter="type,topic"][aria-expanded="true"], [aria-expanded="true"] .button--filter[data-filter="subject"], .button--filter[data-filter="subject"][aria-expanded="true"], [aria-expanded="true"] .button--filter[data-filter="topic"], .button--filter[data-filter="topic"][aria-expanded="true"], [aria-expanded="true"] .button--filter[data-filter="type"], .button--filter[data-filter="type"][aria-expanded="true"] {
      z-index: 2001; }
    .button--filter[data-filter="type,topic"] [data-value="false"], .button--filter[data-filter="type,topic"].button--filter-reset, .button--filter[data-filter="subject"] [data-value="false"], .button--filter[data-filter="subject"].button--filter-reset, .button--filter[data-filter="topic"] [data-value="false"], .button--filter[data-filter="topic"].button--filter-reset, .button--filter[data-filter="type"] [data-value="false"], .button--filter[data-filter="type"].button--filter-reset {
      background-color: rgba(170, 34, 50, 0);
      border-color: #AA2232;
      color: #AA2232;
      fill: #AA2232; }
    .button--filter[data-filter="type,topic"]:hover, .button--filter[data-filter="type,topic"][aria-selected="true"], .button--filter[data-filter="type,topic"].button--filter-remove, .button--filter[data-filter="subject"]:hover, .button--filter[data-filter="subject"][aria-selected="true"], .button--filter[data-filter="subject"].button--filter-remove, .button--filter[data-filter="topic"]:hover, .button--filter[data-filter="topic"][aria-selected="true"], .button--filter[data-filter="topic"].button--filter-remove, .button--filter[data-filter="type"]:hover, .button--filter[data-filter="type"][aria-selected="true"], .button--filter[data-filter="type"].button--filter-remove {
      border-color: transparent;
      background-color: #AA2232;
      color: white; }
    .button--filter[data-filter="type,topic"][data-action="filter-remove"]:hover, .button--filter[data-filter="subject"][data-action="filter-remove"]:hover, .button--filter[data-filter="topic"][data-action="filter-remove"]:hover, .button--filter[data-filter="type"][data-action="filter-remove"]:hover {
      border-color: transparent;
      background-color: rgba(170, 34, 50, 0.5);
      color: white; }
  .button--filter[data-filter="place"] {
    border-color: transparent;
    background-color: rgba(6, 102, 176, 0.5);
    color: white; }
    .button--filter[data-filter="place"].button--filter-toggle {
      background-color: rgba(6, 102, 176, 0);
      border-color: #0666b0;
      color: #0666b0;
      fill: #0666b0; }
    [aria-expanded="true"] .button--filter[data-filter="place"], .button--filter[data-filter="place"][aria-expanded="true"] {
      z-index: 2001; }
    .button--filter[data-filter="place"] [data-value="false"], .button--filter[data-filter="place"].button--filter-reset {
      background-color: rgba(6, 102, 176, 0);
      border-color: #0666b0;
      color: #0666b0;
      fill: #0666b0; }
    .button--filter[data-filter="place"]:hover, .button--filter[data-filter="place"][aria-selected="true"], .button--filter[data-filter="place"].button--filter-remove {
      border-color: transparent;
      background-color: #0666b0;
      color: white; }
    .button--filter[data-filter="place"][data-action="filter-remove"]:hover {
      border-color: transparent;
      background-color: rgba(6, 102, 176, 0.5);
      color: white; }
  .button--filter[data-filter="time"] {
    border-color: transparent;
    background-color: rgba(15, 15, 15, 0.5);
    color: white; }
    .button--filter[data-filter="time"].button--filter-toggle {
      background-color: rgba(15, 15, 15, 0);
      border-color: #0f0f0f;
      color: #0f0f0f;
      fill: #0f0f0f; }
    [aria-expanded="true"] .button--filter[data-filter="time"], .button--filter[data-filter="time"][aria-expanded="true"] {
      z-index: 2001; }
    .button--filter[data-filter="time"] [data-value="false"], .button--filter[data-filter="time"].button--filter-reset {
      background-color: rgba(15, 15, 15, 0);
      border-color: #0f0f0f;
      color: #0f0f0f;
      fill: #0f0f0f; }
    .button--filter[data-filter="time"]:hover, .button--filter[data-filter="time"][aria-selected="true"], .button--filter[data-filter="time"].button--filter-remove {
      border-color: transparent;
      background-color: #0f0f0f;
      color: white; }
    .button--filter[data-filter="time"][data-action="filter-remove"]:hover {
      border-color: transparent;
      background-color: rgba(15, 15, 15, 0.5);
      color: white; }

.button--filter-toggle .button__value {
  margin-right: 0.5em; }

.button--filter-toggle .button__label {
  padding-right: 0.75em; }
  .button--filter-toggle .button__label:after {
    content: "\25BE"; }

.button--filter-include .button__value {
  margin-right: 0.5em; }

.button--filter-include .button__label {
  padding-right: 0.75em; }
  .button--filter-include .button__label:after {
    content: "\25BE"; }

.button--filter-expand[aria-expanded="true"] {
  display: none; }

.button--filter-remove .button__count {
  display: none; }

.button--filter-remove .button__value {
  margin-right: 0.5em; }

.button--filter-remove .button__label {
  padding-right: 0.75em; }
  .button--filter-remove .button__label:after {
    content: "\00D7"; }

.button--filter-remove:hover .button__value {
  text-decoration: line-through; }

.button--option {
  display: inline-block;
  border: none;
  text-align: left;
  font-size: 1em;
  line-height: 1.5;
  position: relative; }
  .button--option .button__icon {
    position: absolute;
    left: 0;
    width: 1.5em;
    height: 1.5em; }
    .button--option .button__icon svg {
      width: 100%;
      height: 100%;
      fill: currentColor; }
      .button--option .button__icon svg * {
        fill: currentColor; }
    .button--option .button__icon + .button__label {
      margin-left: 1.75em; }
  .button--option .button__label {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.5; }
  .button--option .button__count {
    font-size: smaller; }
    .button--option .button__count:before {
      content: "("; }
    .button--option .button__count:after {
      content: ")"; }
  .button--option .button__prefix {
    display: inline;
    vertical-align: middle; }
    .button--option .button__prefix:after {
      display: inline;
      content: ':'; }
  .button--option .button__value {
    display: inline;
    vertical-align: middle; }
    .button--option .button__value.value--false {
      text-decoration: line-through; }
    .button--option .button__value + .button__value:before {
      content: ' + ';
      text-decoration: none; }

.button--option-toggle .button__label:after {
  content: "\25BE"; }

.button--option-simple .button__label:after {
  content: "\25BE"; }

.button--option-advanced .button__label:after {
  content: "\2192"; }

.button--option-link .button__icon:not(.view) {
  left: -0.25em;
  border-radius: 100%;
  background-color: white;
  color: #d9d9d9; }
  @media (min-width: 1024px) {
    .button--option-link .button__icon:not(.view) {
      background-color: #f2f2f2; } }
  .button--option-link .button__icon:not(.view) svg {
    position: absolute;
    left: 0.25em; }

.option__item[aria-selected="true"] .button--option-link {
  color: #0666b0; }
  .option__item[aria-selected="true"] .button--option-link .button__icon {
    color: inherit;
    background-color: transparent; }

.option__item.groupselect .button--option-link {
  font-weight: bold; }

.option__item.groupselect:hover ~ .option__item .button--option-link .button__icon, .button--option-link:hover .button__icon {
  color: black; }

.button--option-link:hover .button__label {
  text-decoration: underline; }

.buttongroup {
  list-style: none; }

.buttongroup--primary {
  font-size: 1em;
  line-height: 1.25;
  margin: 0 -6px; }
  .buttongroup--primary > li {
    display: inline-block;
    vertical-align: middle;
    padding: 6px; }
    .buttongroup--primary > li .button {
      vertical-align: middle; }
    .buttongroup--primary > li .button--link, .buttongroup--primary > li .nav-path > li a, .nav-path > li .buttongroup--primary > li a {
      vertical-align: top; }

.buttongroup--secondary {
  font-size: 14px;
  line-height: 1;
  margin: 0 -6px; }
  @media screen and (min-width: 720px) and (min-height: 480px), screen and (min-width: 1024px) {
    .buttongroup--secondary {
      font-size: 16px; } }
  .buttongroup--secondary > li {
    display: inline-block;
    vertical-align: middle;
    padding: 6px; }
    .buttongroup--secondary > li .button {
      vertical-align: middle; }
    .buttongroup--secondary > li .button--link, .buttongroup--secondary > li .nav-path > li a, .nav-path > li .buttongroup--secondary > li a {
      vertical-align: top; }

.buttongroup--dropdown {
  display: inline-block;
  position: relative; }
  .buttongroup--dropdown .dropdown {
    position: absolute; }

.dropdown {
  display: block;
  position: absolute;
  z-index: 1000; }
  .dropdown[aria-expanded="false"] {
    display: none; }

.dropdown--options {
  background-color: white;
  color: black;
  border: 2px solid;
  margin-top: -2px; }
  .dropdown--options .button {
    display: block;
    padding: 0.75em 1em; }
    .color-white .dropdown--options .button {
      color: black; }
  .dropdown--options .button--primary,
  .dropdown--options .button--secondary {
    border: none;
    border-radius: 0;
    white-space: nowrap;
    float: left;
    min-width: 100%; }
  .dropdown--options > li {
    display: block; }
  .dropdown--options > li + li {
    border-top: 1px solid rgba(0, 0, 0, 0.5); }

.buttongroup--options[aria-expanded="false"] .buttongroup__options {
  display: none !important; }

.buttongroup--options .buttongroup__options .option__list {
  display: block;
  text-align: left; }

.buttongroup--options .buttongroup__options [class^='option__list sub'] {
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  padding-top: 0.75em; }

.buttongroup--options .buttongroup__options .option__item {
  display: block;
  margin: 0.75em; }
  .buttongroup--options .buttongroup__options .option__item .option__list {
    margin-left: -0.75em;
    margin-right: -0.75em; }

.buttongroup--options .buttongroup__options .item--group {
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  padding-top: 0.75em; }
  .buttongroup--options .buttongroup__options .item--group > .button .button__label {
    font-weight: bold; }

@media (max-width: 1023px) {
  .buttongroup--options .button--option-toggle {
    display: block;
    width: 100%;
    padding: 0.5em 0.75em;
    text-align: left; }
    .buttongroup--options .button--option-toggle .button__icon {
      left: 0.75em; }
  .buttongroup--options .buttongroup__options {
    padding: 0.5em;
    margin-top: -0.5em; } }

@media (min-width: 1024px) {
  .buttongroup--options .button--option-toggle {
    display: block;
    position: relative; }
  .buttongroup--options[aria-expanded="true"] .button--option-toggle:before {
    border-bottom: 8px solid black;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    z-index: 2002;
    left: 0;
    bottom: -10px;
    width: 0; }
  .buttongroup--options[aria-expanded="true"] .button--option-toggle:after {
    border-bottom: 8px solid white;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    z-index: 2002;
    left: 0;
    bottom: -11px;
    width: 0; }
  .buttongroup--options .buttongroup__options:not(.options--order) {
    display: block;
    padding: 0.75em 0.5em;
    position: absolute;
    z-index: 2001;
    top: 10px;
    margin-top: 1.5em;
    margin-right: -1em;
    margin-left: -1em;
    background-color: white;
    border: 1px solid black;
    border-radius: 2px;
    box-shadow: 0 1.5px 2px rgba(0, 0, 0, 0.06), 0 1.5px 1.5px rgba(0, 0, 0, 0.06);
    left: 0; } }
  @media (min-width: 1024px) and (min-width: 360px) {
    .buttongroup--options .buttongroup__options:not(.options--order) {
      width: 212px; } }
  @media (min-width: 1024px) and (min-width: 400px) {
    .buttongroup--options .buttongroup__options:not(.options--order) {
      width: 238px; } }
  @media (min-width: 1024px) and (min-width: 640px) {
    .buttongroup--options .buttongroup__options:not(.options--order) {
      width: 207px; } }
  @media (min-width: 1024px) and (min-width: 720px) {
    .buttongroup--options .buttongroup__options:not(.options--order) {
      width: 212px; } }
  @media (min-width: 1024px) and (min-width: 1280px) {
    .buttongroup--options .buttongroup__options:not(.options--order) {
      width: 238px; } }

@media (min-width: 1024px) {
  .buttongroup--options .buttongroup__options.options--order {
    display: block;
    padding: 0.75em 0.5em;
    position: absolute;
    z-index: 2001;
    top: 10px;
    margin-top: 1.5em;
    margin-right: -1em;
    margin-left: -1em;
    background-color: white;
    border: 1px solid black;
    border-radius: 2px;
    box-shadow: 0 1.5px 2px rgba(0, 0, 0, 0.06), 0 1.5px 1.5px rgba(0, 0, 0, 0.06);
    right: 0; } }
  @media (min-width: 1024px) and (min-width: 360px) {
    .buttongroup--options .buttongroup__options.options--order {
      width: 212px; } }
  @media (min-width: 1024px) and (min-width: 400px) {
    .buttongroup--options .buttongroup__options.options--order {
      width: 238px; } }
  @media (min-width: 1024px) and (min-width: 640px) {
    .buttongroup--options .buttongroup__options.options--order {
      width: 207px; } }
  @media (min-width: 1024px) and (min-width: 720px) {
    .buttongroup--options .buttongroup__options.options--order {
      width: 212px; } }
  @media (min-width: 1024px) and (min-width: 1280px) {
    .buttongroup--options .buttongroup__options.options--order {
      width: 238px; } }

.buttongroup--options-owner .buttongroup__options .option__search {
  display: block;
  position: relative; }
  .buttongroup--options-owner .buttongroup__options .option__search input[type="text"] {
    font-family: inherit;
    font-size: 1em;
    line-height: 1.5;
    padding: 0.75em;
    padding-left: 2.5em;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25); }
  .buttongroup--options-owner .buttongroup__options .option__search .input__icon {
    width: 1em;
    height: 1em;
    padding: 0;
    margin: 1em 0.75em; }

.buttongroup--options-owner .buttongroup__options .option__item[aria-hidden="true"] {
  display: none; }

.buttongroup--options-owner .buttongroup__options .option__index {
  display: block;
  margin: 0.75em 0.25em; }

.buttongroup--options-owner .buttongroup__options .index__item {
  float: left;
  display: block;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5;
  text-align: center;
  cursor: pointer; }
  .buttongroup--options-owner .buttongroup__options .index__item .index__link {
    display: block;
    text-decoration: none;
    border-radius: 100%; }
  .buttongroup--options-owner .buttongroup__options .index__item:hover .index__link {
    text-decoration: underline; }
  .buttongroup--options-owner .buttongroup__options .index__item[aria-selected="true"] .index__link {
    background-color: #8da4d5; }

@media (min-width: 1024px) {
  .buttongroup--options-sort .buttongroup__options {
    left: auto;
    right: 0; } }

.buttongroup--options-view .buttongroup__options .option__list {
  display: inline-block;
  text-align: center;
  padding: 0.5em; }

.buttongroup--options-view .buttongroup__options .option__item {
  display: inline-block;
  padding: 0.25em;
  margin: 0; }

.buttongroup--options-view .buttongroup__options .button--option .button__icon {
  opacity: 1; }

@media (min-width: 1024px) {
  .buttongroup--options-view .buttongroup__options {
    left: auto;
    right: 0; }
    .buttongroup--options-view .buttongroup__options .option__list {
      display: block;
      padding: 0; }
    .buttongroup--options-view .buttongroup__options .option__item {
      float: left;
      width: 33.33333%;
      padding: 0.25em;
      margin: 0; }
    .buttongroup--options-view .buttongroup__options .button--option {
      display: block;
      text-align: center;
      padding: 0.5em 0; }
      .buttongroup--options-view .buttongroup__options .button--option .button__icon {
        display: block;
        opacity: 1;
        position: relative;
        left: 2px;
        width: 1.5em;
        height: 1.5em;
        margin: 0 auto; }
        .buttongroup--options-view .buttongroup__options .button--option .button__icon + .button__label {
          display: block;
          margin: auto; } }

.form__label {
  font-size: 1em; }
  .form__label.h4 {
    margin-bottom: 0.5em; }

.label--small {
  font-size: 0.875em;
  line-height: 1; }

.form__honeypot[type=text] {
  display: none; }

.form__input {
  position: relative; }
  .form__input input[type=text],
  .form__input input[type=email],
  .form__input input[type=password],
  .form__input input[type=date],
  .form__input input[type=search],
  .form__input input[type=url],
  .form__input input[type=number],
  .form__input textarea {
    width: 100%;
    height: auto;
    font-family: "Akkurat Mono", monospace;
    font-variant-ligatures: no-common-ligatures;
    background-color: #fff;
    border: 1px solid #4F4F4F;
    font-size: 1em;
    line-height: 1.5em;
    padding: 0.5em 0.75em; }
    .form__input input[type=text]::-webkit-input-placeholder, .form__input input[type=email]::-webkit-input-placeholder, .form__input input[type=password]::-webkit-input-placeholder, .form__input input[type=date]::-webkit-input-placeholder, .form__input input[type=search]::-webkit-input-placeholder, .form__input input[type=url]::-webkit-input-placeholder, .form__input input[type=number]::-webkit-input-placeholder, .form__input textarea::-webkit-input-placeholder {
      color: rgba(0, 0, 0, 0.35); }
    .form__input input[type=text]:-moz-placeholder, .form__input input[type=email]:-moz-placeholder, .form__input input[type=password]:-moz-placeholder, .form__input input[type=date]:-moz-placeholder, .form__input input[type=search]:-moz-placeholder, .form__input input[type=url]:-moz-placeholder, .form__input input[type=number]:-moz-placeholder, .form__input textarea:-moz-placeholder {
      color: rgba(0, 0, 0, 0.35); }
    .form__input input[type=text]::-moz-placeholder, .form__input input[type=email]::-moz-placeholder, .form__input input[type=password]::-moz-placeholder, .form__input input[type=date]::-moz-placeholder, .form__input input[type=search]::-moz-placeholder, .form__input input[type=url]::-moz-placeholder, .form__input input[type=number]::-moz-placeholder, .form__input textarea::-moz-placeholder {
      color: rgba(0, 0, 0, 0.35); }
    .form__input input[type=text]:-ms-input-placeholder, .form__input input[type=email]:-ms-input-placeholder, .form__input input[type=password]:-ms-input-placeholder, .form__input input[type=date]:-ms-input-placeholder, .form__input input[type=search]:-ms-input-placeholder, .form__input input[type=url]:-ms-input-placeholder, .form__input input[type=number]:-ms-input-placeholder, .form__input textarea:-ms-input-placeholder {
      color: rgba(0, 0, 0, 0.35); }
    .form__input input[type=text][disabled="disabled"],
    .form__input input[type=email][disabled="disabled"],
    .form__input input[type=password][disabled="disabled"],
    .form__input input[type=date][disabled="disabled"],
    .form__input input[type=search][disabled="disabled"],
    .form__input input[type=url][disabled="disabled"],
    .form__input input[type=number][disabled="disabled"],
    .form__input textarea[disabled="disabled"] {
      background-color: transparent; }

.form__input--dark {
  background-color: transparent;
  color: white; }
  .form__input--dark::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.65); }
  .form__input--dark:-moz-placeholder {
    color: rgba(255, 255, 255, 0.65); }
  .form__input--dark::-moz-placeholder {
    color: rgba(255, 255, 255, 0.65); }
  .form__input--dark:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.65); }

.form__input.icon--left input,
.form__input.icon--left textarea {
  padding-left: 3em; }

.form__input.icon--right input,
.form__input.icon--right textarea {
  padding-right: 3em; }

.input__icon {
  pointer-events: none;
  position: absolute;
  color: #4F4F4F;
  opacity: 1;
  top: 0;
  display: block;
  width: 3em;
  height: 3em;
  padding: 0.875em; }
  input:focus + .input__icon,
  textarea:focus + .input__icon {
    opacity: 1; }
  .icon--left .input__icon {
    left: 0; }
  .icon--right .input__icon {
    right: 0; }
  .input__icon svg {
    width: 100%;
    height: 100%; }

.input--wrapper {
  background-color: #fff;
  border: 1px solid #4F4F4F;
  font-size: 1em;
  line-height: 1.5em;
  padding: 0.5em 0.75em; }
  .input--wrapper label {
    display: inline; }
  .input--wrapper input[type=text],
  .input--wrapper input[type=password],
  .input--wrapper input[type=date],
  .input--wrapper input[type=search],
  .input--wrapper input[type=url],
  .input--wrapper input[type=number],
  .input--wrapper textarea {
    display: inline;
    width: auto;
    border: none;
    padding: 0 0.25em; }
  .input--wrapper.icon--left {
    padding-left: 3em; }
  .input--wrapper.icon--right {
    padding-right: 3em; }

.form__select select {
  width: 100%;
  height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Akkurat Mono", monospace;
  font-variant-ligatures: no-common-ligatures;
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #4F4F4F;
  font-size: 1em;
  line-height: 1.5;
  padding: 0.5em 0.75em; }

.input--wrapper .form__select {
  margin: -1px -0.25em; }
  .input--wrapper .form__select select {
    padding-top: 0;
    padding-bottom: 0;
    border: 1px solid;
    background-color: #4F4F4F;
    border-color: #4F4F4F;
    color: white;
    border-radius: 1.5em; }
  .input--wrapper .form__select .select__icon {
    top: -0.5em;
    color: white; }

.form__select {
  position: relative; }
  .form__select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 2em; }
  .form__select select::-ms-expand {
    display: none; }

.select__icon {
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.5;
  display: block;
  width: 2em;
  height: 2.5em;
  padding: 0.5em 0.25em;
  color: Black; }
  .select__icon svg {
    width: 100%;
    height: 100%;
    fill: currentColor; }

@keyframes tags--bump {}@keyframes tagify--pulse {
  25% {
    background: rgba(255, 255, 255, 0.6); } }

.input--tags tags {
  display: block;
  background-color: #fff;
  border: 1px solid #4F4F4F;
  font-family: "Akkurat Mono", monospace;
  font-variant-ligatures: no-common-ligatures;
  font-size: 1em;
  line-height: 1.5;
  cursor: text;
  overflow: hidden;
  padding: 0.25em; }
  .input--tags tags > input,
  .input--tags tags > textarea {
    display: none !important; }
  .input--tags tags > div {
    position: relative;
    display: inline-block;
    min-width: 1em;
    margin: 0 0.25em; }
    .input--tags tags > div > input {
      display: block;
      font-family: inherit;
      font-size: 1em;
      line-height: 1.5;
      min-width: 130px;
      padding: 0.25em;
      margin: 0;
      border: none; }
      .input--tags tags > div > input:focus {
        outline: none; }
      .input--tags tags > div > input.placeholder ~ span {
        opacity: 1;
        transform: none; }
    .input--tags tags > div > span {
      position: absolute;
      line-height: 1.5;
      top: 0.25em;
      right: auto;
      bottom: auto;
      left: 0.25em;
      color: rgba(0, 0, 0, 0.35);
      opacity: 0;
      z-index: 1;
      white-space: nowrap;
      pointer-events: none; }

.input--tags tag {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  color: black;
  transition: .13s ease-out;
  padding: 0 0.75em;
  background-color: #4F4F4F;
  color: white;
  border-radius: 1.5em;
  position: relative;
  cursor: default;
  transition: .13s ease-out;
  animation: .3s tags--bump 1 ease-out;
  margin: 0.25em;
  /*
		margin-top: 0.25em;
		margin-left: 0.25em;
		margin-right: 0.25em;
		margin-bottom: 0.25em;
		*/ }
  .input--tags tag > div {
    vertical-align: top;
    position: relative;
    box-sizing: border-box;
    max-width: 100%;
    padding-right: 0.75em; }
    .input--tags tag > div > span {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      display: inline-block;
      vertical-align: top;
      width: 100%;
      transition: .1s; }
  .input--tags tag x {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    transition: .2s ease-out;
    cursor: pointer;
    font-size: 1em;
    line-height: 1.5;
    width: 1.5em;
    text-align: center;
    border-radius: 50%;
    color: inherit;
    opacity: 0.5; }
    .input--tags tag x::after {
      content: "\00D7"; }
    .input--tags tag x:hover {
      opacity: 1; }
      .input--tags tag x:hover + div > span {
        text-decoration: line-through;
        opacity: .5; }
  .input--tags tag.tagify--noAnim {
    animation: none; }
  .input--tags tag.tagify--hide {
    width: 0 !important;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    opacity: 0;
    transform: scale(0);
    transition: .3s;
    pointer-events: none; }
  .input--tags tag.tagify--mark div::before {
    animation: .3s tagify--pulse 2 ease-out; }
  .input--tags tag.tagify--notAllowed div > span {
    opacity: .5; }
  .input--tags tag.tagify--notAllowed div::before {
    background: rgba(255, 255, 255, 0.44);
    transition: .2s; }

.input--tags input::-webkit-calendar-picker-indicator {
  display: none; }

.input--switch {
  -ms-user-select: none;
  /* IE 10+ */
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  padding: 0.5em; }
  .input--switch input {
    display: none; }
  .input--switch label {
    display: inline-block; }
  .input--wrapper .input--switch {
    padding: 0; }

.switch__bool {
  position: relative;
  font-size: 1em;
  line-height: 1.5;
  border: 1px solid;
  margin: -1px -0.25em;
  border-radius: 1.5em;
  background-color: #4F4F4F;
  border-color: #4F4F4F;
  color: white;
  padding-left: 1.75em;
  padding-right: 1em; }
  .switch__bool:before {
    border-radius: 50%;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1.5em;
    height: 1.5em;
    border: 2px solid;
    border-color: inherit;
    background-color: white; }
  .switch__bool .bool-false {
    display: block; }
  .switch__bool .bool-true {
    display: none; }
  .switch__bool:before {
    right: auto;
    left: 0; }
  input:checked + .switch__bool {
    background-color: #0666b0;
    border-color: #0666b0;
    color: white;
    padding-left: 1em;
    padding-right: 1.75em; }
    input:checked + .switch__bool .bool-true {
      display: block; }
    input:checked + .switch__bool .bool-false {
      display: none; }
    input:checked + .switch__bool:before {
      left: auto;
      right: 0; }

.form__button {
  display: block;
  border: 1px solid;
  border-radius: 2px;
  font-size: 1em;
  line-height: 1.5;
  padding: 0.5em 0.75em;
  width: 100%;
  text-align: center;
  text-decoration: none; }
  .form__button .button__icon {
    display: inline-block;
    vertical-align: middle;
    width: 1.5em;
    height: 1.5em;
    padding: 0; }
  .form__button .button__label {
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    color: #4F4F4F; }
  .form__button .button__icon + .button__label,
  .form__button .button__label + .button__icon {
    margin-left: 0.5em; }
  .form__button:hover {
    cursor: pointer; }

.form__fieldset {
  margin-bottom: 1.5em; }
  .form__fieldset + .form__fieldset {
    margin-top: 1.5em; }

.form__group {
  margin: -0.5em; }

.form__item {
  padding: 0.5em; }
  .form__item.item--postcode {
    float: left;
    width: 33.33333%; }
    @media (min-width: 640px) {
      .form__item.item--postcode {
        width: 25%; } }
  .form__item.item--postoffice {
    float: left;
    width: 66.66667%; }
    @media (min-width: 640px) {
      .form__item.item--postoffice {
        width: 75%; } }

.nav-search, .nav-search-map, .nav-search-simple {
  font-size: 14px;
  line-height: 1.5; }

.nav-search {
  display: none;
  width: 100%;
  margin-top: 15px; }

.nav-search-map {
  display: block;
  width: 100%;
  margin-top: 15px; }

.nav-languages {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 296px; }
  @media (min-width: 360px) {
    .nav-languages {
      max-width: 306px; } }
  @media (min-width: 375px) {
    .nav-languages {
      max-width: 306px; } }
  @media (min-width: 400px) {
    .nav-languages {
      max-width: 344px; } }
  @media (min-width: 640px) {
    .nav-languages {
      max-width: 450px; } }
  @media (min-width: 720px) {
    .nav-languages {
      max-width: 626px; } }
  @media (min-width: 1024px) {
    .nav-languages {
      max-width: 626px; } }
  @media (min-width: 1280px) {
    .nav-languages {
      max-width: 704px; } }
  @media (min-width: 1600px) {
    .nav-languages {
      max-width: 704px; } }
  @media (min-width: 1920px) {
    .nav-languages {
      max-width: 704px; } }

.nav-search-simple, .nav-search-advanced {
  padding-top: 27px;
  padding-bottom: 27px; }
  @media screen and (min-width: 720px) and (min-height: 480px), screen and (min-width: 1024px) {
    .nav-search-simple, .nav-search-advanced {
      padding-top: 40px;
      padding-bottom: 40px; } }
  @media (min-width: 1280px) {
    .nav-search-simple, .nav-search-advanced {
      padding-top: 44px;
      padding-bottom: 44px; } }

.nav-search__input input[type="search"],
.nav-search__input textarea {
  padding-top: 9px;
  padding-right: 21px;
  padding-bottom: 8px;
  padding-left: 3em;
  border-width: 2px; }

.nav-search__input input[type="search"] + .input__icon + .button--submit {
  display: none; }

.advanced-search-active .nav-search__input input[type="search"] + .input__icon + .button--submit {
  display: block;
  z-index: 0; }

.template:not(.template--owner_search) .nav-search__input input[type="search"]:focus {
  background-color: white;
  border-color: white; }
  .template:not(.template--owner_search) .nav-search__input input[type="search"]:focus + .input__icon + .button--submit {
    display: block; }

.nav-search__input input[type="search"]::placeholder {
  color: rgba(0, 0, 0, 0.35); }

@media (min-width: 720px) {
  .nav-search-simple .nav-search__input input[type="search"], .header--large .header__search .nav-search__input input[type="search"],
  .nav-search-simple .nav-search__input textarea,
  .header--large .header__search .nav-search__input textarea {
    padding-top: 12px;
    padding-bottom: 11px; } }

@media (min-width: 1280px) {
  .nav-search-simple .nav-search__input input[type="search"], .header--large .header__search .nav-search__input input[type="search"],
  .nav-search-simple .nav-search__input textarea,
  .header--large .header__search .nav-search__input textarea {
    padding-top: 14px;
    padding-bottom: 13px; } }

@media (min-width: 720px) {
  .nav-search-simple .nav-search__input .input__icon, .header--large .header__search .nav-search__input .input__icon {
    margin-top: 3px; } }

@media (min-width: 1280px) {
  .nav-search-simple .nav-search__input .input__icon, .header--large .header__search .nav-search__input .input__icon {
    margin-top: 5px; } }

[data-search-input="true"] .nav-search__input {
  position: relative;
  z-index: 3000; }

.nav-search__input .button--submit {
  position: absolute;
  z-index: 3000;
  top: 9px;
  right: 9px;
  margin-top: -1px;
  font-family: Akkurat Mono, monospace;
  line-height: 1.5;
  padding: 0.25em 1em;
  font-size: 0.875em;
  text-decoration: none;
  border-radius: 2px;
  background-color: #fff;
  border: 1px solid #4F4F4F;
  color: #3a2e2d !important;
  cursor: pointer;
  display: block; }
  .nav-search__input .button--submit:hover {
    background-color: #3a2e2d;
    border-color: #3a2e2d;
    color: white !important; }

@media (min-width: 720px) {
  .nav-search__input--large .button--submit {
    top: 12px;
    right: 12px; } }

@media (min-width: 1280px) {
  .nav-search__input--large .button--submit {
    top: 14px;
    right: 14px; } }

.nav-search__suggest {
  position: relative;
  -webkit-user-select: none;
  font-size: 14px;
  margin: 0;
  display: none;
  opacity: 0;
  transition: opacity ease-in-out 250ms; }
  [data-search-input="true"] .nav-search__suggest {
    display: block;
    opacity: 1; }

.suggest__list {
  position: absolute;
  z-index: 2002;
  top: 0;
  left: 0;
  right: 0; }

.suggest__item {
  display: block;
  overflow: hidden; }

.suggest__link {
  display: flex;
  flex-flow: wrap;
  border-top: 1px solid #4F4F4F;
  padding: 8px 3em 8px 1em;
  background-color: #fff;
  color: #4F4F4F;
  text-decoration: none; }
  .suggest__link:hover, .suggest__link:focus, .suggest__link:active {
    text-decoration: none; }
  .no-touchevents .suggest__link:hover {
    background-color: #f2f2f2; }
  .suggest__link[aria-selected="true"] {
    background-color: #f2f2f2;
    color: #3a2e2d; }

.suggest__filters,
.suggest__label {
  vertical-align: middle;
  font-size: 14px;
  line-height: 26px; }

.suggest__filters .suggest__query {
  margin-top: -1px; }

.suggest__context .suggest__query {
  margin-top: -1px;
  margin-left: 0.5em; }

.suggest__count {
  display: none; }
  @media (min-width: 720px) {
    .suggest__count {
      display: inline-block;
      position: absolute;
      right: .75em;
      background-color: #d9d9d9;
      color: #3a2e2d;
      padding: .25em .5em;
      font-size: 12px;
      line-height: 1.5;
      border-radius: 3px; }
      .suggest__count:empty {
        display: none; } }

.suggest__query {
  font-size: 12px;
  -webkit-user-select: none;
  vertical-align: middle;
  white-space: normal;
  margin-right: 0.5em; }
  .suggest__query:empty {
    display: none; }
  .suggest__query + .suggest__query {
    margin-left: -0.5em; }
    .suggest__query + .suggest__query:before {
      display: inline-block;
      vertical-align: middle;
      width: 1.5em;
      content: '+';
      font-size: 1em;
      line-height: 1.5;
      text-align: center; }

.suggest__filter {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  font-family: "Akkurat Mono", monospace;
  font-size: 1em;
  line-height: 1.5;
  border-radius: 2px;
  border: 1px solid;
  color: #3a2e2d;
  border-color: #ccc;
  text-decoration: none;
  padding: 0.25em 1em; }
  .suggest__filter.filter--query {
    color: #3a2e2d;
    padding-left: 0;
    padding-right: 0;
    border-color: transparent;
    border-radius: 0;
    border-bottom-color: #ccc; }
    .suggest__filter.filter--query:before {
      content: "Â«"; }
    .suggest__filter.filter--query:after {
      content: "Â»"; }
  .suggest__filter.filter--topic, .suggest__filter.filter--subject {
    background-color: #AA2232;
    border-color: #AA2232;
    color: #fff; }
  .suggest__filter.filter--place {
    background-color: #0666b0;
    border-color: #0666b0;
    color: #fff; }
  .suggest__filter.filter--time {
    background-color: #4F4F4F;
    border-color: #4F4F4F;
    color: #fff; }

.nav-search__filters {
  display: block;
  position: relative;
  font-size: 14px;
  text-align: center;
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 296px; }
  @media (min-width: 360px) {
    .nav-search__filters {
      max-width: 306px; } }
  @media (min-width: 375px) {
    .nav-search__filters {
      max-width: 306px; } }
  @media (min-width: 400px) {
    .nav-search__filters {
      max-width: 344px; } }
  @media (min-width: 640px) {
    .nav-search__filters {
      max-width: 450px; } }
  @media (min-width: 720px) {
    .nav-search__filters {
      max-width: 466px; } }
  @media (min-width: 1024px) {
    .nav-search__filters {
      max-width: 466px; } }
  @media (min-width: 1280px) {
    .nav-search__filters {
      max-width: 524px; } }
  @media (min-width: 1600px) {
    .nav-search__filters {
      max-width: 524px; } }
  @media (min-width: 1920px) {
    .nav-search__filters {
      max-width: 524px; } }
  @media (min-width: 720px) {
    .nav-search__filters {
      max-width: 100%; } }
  .nav-search__filters .buttongroup--filters {
    display: none; }
  @media (min-width: 720px) {
    .nav-search__filters > .button--filter-toggle {
      display: none; }
    .nav-search__filters .buttongroup--filters {
      display: block; } }
  .nav-search__filters[aria-expanded="true"] > .button--filter-toggle {
    display: none; }
  .nav-search__filters[aria-expanded="true"] .buttongroup--filters {
    display: block; }
  @media (min-width: 720px) {
    .nav-search__filters[aria-expanded="true"] .search__filter[aria-expanded="false"] {
      display: inline-block; } }

.search__filter {
  position: relative;
  display: block;
  margin: 8px 0;
  font-size: 14px; }
  @media (min-width: 720px) {
    .search__filter {
      display: inline-block;
      margin: 0 8px; } }
  .search__filter .filter__parents,
  .search__filter .filter__children {
    display: none; }
  .search__filter[aria-expanded="true"] {
    z-index: 2002; }
    .search__filter[aria-expanded="true"] .filter__parents,
    .search__filter[aria-expanded="true"] .filter__children {
      display: block; }

.filter__back {
  display: block;
  position: absolute;
  top: -54px;
  font-family: "Akkurat Mono", monospace;
  font-size: 14px;
  line-height: 1.5;
  padding-top: 9px;
  padding-right: 3em;
  padding-bottom: 8px;
  padding-left: 3em; }
  @media (min-width: 720px) {
    .filter__back {
      display: none; } }
  .filter__back[aria-expanded="false"] {
    display: none; }
  .filter__back:before {
    position: absolute;
    left: 0;
    width: 2em;
    text-align: center;
    font-size: 1.5em;
    line-height: 1;
    content: "\2190"; }

.filter__group {
  display: block;
  position: relative;
  display: block;
  font-size: 1em;
  line-height: 1.5; }
  @media (min-width: 720px) {
    .filter__group {
      display: inline-block; } }

@media (min-width: 720px) {
  .filter__selected {
    display: inline-block; }
    .filter__selected li {
      display: inline-block;
      margin: 0; } }

.filter__reset {
  margin-bottom: 8px; }

.filter__parents {
  font-size: 12px; }
  @media (min-width: 720px) {
    .filter__parents {
      position: absolute;
      top: auto;
      right: -400%;
      bottom: 100%;
      left: -400%; } }

@media (min-width: 720px) {
  .filter__children {
    position: absolute;
    top: 100%;
    left: -400%;
    right: -400%; } }

.filter__list[aria-expanded="false"] {
  display: none; }

@media (min-width: 720px) {
  .filter__list {
    margin: 8px 0; }
    .filter__list + .filter__list {
      margin-top: -4px; } }

.filter__item {
  margin: 7px 0; }
  @media (min-width: 720px) {
    .filter__item {
      margin: 4px 0; } }

.filter__orphans {
  margin-top: 1em; }

.nav-search__options {
  display: block;
  position: relative;
  width: 100%;
  font-size: 14px;
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  margin-top: 0.5em;
  padding-top: 0.5em; }
  @media (min-width: 1024px) {
    .nav-search__options {
      margin-left: auto;
      margin-right: auto;
      max-width: 946px; } }
  @media (min-width: 1280px) {
    .nav-search__options {
      max-width: 1064px; } }
  @media (min-width: 1600px) {
    .nav-search__options {
      max-width: 1064px; } }
  @media (min-width: 1920px) {
    .nav-search__options {
      max-width: 1064px; } }
  .nav-search__options .button--option-simple,
  .nav-search__options .button--option-advanced {
    display: inline-block; }
    .nav-search__options .button--option-simple + .button--option,
    .nav-search__options .button--option-advanced + .button--option {
      margin-left: 0.5em; }
  .nav-search__options .search__options {
    display: block; }
  @media (max-width: 1023px) {
    .nav-search__options {
      margin-left: auto;
      margin-right: auto;
      width: 100%;
      max-width: 296px; } }
  @media (max-width: 1023px) and (min-width: 360px) {
    .nav-search__options {
      max-width: 306px; } }
  @media (max-width: 1023px) and (min-width: 375px) {
    .nav-search__options {
      max-width: 306px; } }
  @media (max-width: 1023px) and (min-width: 400px) {
    .nav-search__options {
      max-width: 344px; } }
  @media (max-width: 1023px) and (min-width: 640px) {
    .nav-search__options {
      max-width: 450px; } }
  @media (max-width: 1023px) and (min-width: 720px) {
    .nav-search__options {
      max-width: 626px; } }
  @media (max-width: 1023px) and (min-width: 1024px) {
    .nav-search__options {
      max-width: 626px; } }
  @media (max-width: 1023px) and (min-width: 1280px) {
    .nav-search__options {
      max-width: 704px; } }
  @media (max-width: 1023px) and (min-width: 1600px) {
    .nav-search__options {
      max-width: 704px; } }
  @media (max-width: 1023px) and (min-width: 1920px) {
    .nav-search__options {
      max-width: 704px; } }
  @media (max-width: 1023px) {
      .nav-search__options[aria-expanded="false"] .search__options {
        display: none; }
      .nav-search__options .search__options {
        border: 1px solid #4F4F4F;
        border-radius: 2px;
        margin-top: 0.5em; }
      .nav-search__options .search__options + .search__options {
        margin-top: 1em; }
      .nav-search__options .buttongroup + .buttongroup {
        border-top: 1px solid #4F4F4F; } }
  @media (min-width: 1024px) {
    .nav-search__options {
      text-align: left; }
      .nav-search__options .button--option-simple {
        display: none; }
      .nav-search__options .button--option-advanced {
        position: absolute;
        top: -156px;
        left: 800px; } }
    @media (min-width: 1024px) and (min-width: 1280px) {
      .nav-search__options .button--option-advanced {
        top: -164px;
        left: 900px; } }
  @media (min-width: 1024px) {
      .nav-search__options .search__options--filters {
        float: left; }
      .nav-search__options .search__options--display {
        float: right; }
      .nav-search__options .buttongroup {
        position: relative;
        display: inline-block; }
        .nav-search__options .buttongroup + .buttongroup {
          margin-left: 0.5em; }
      .nav-search__options .buttongroup--options-view {
        position: absolute;
        right: 0;
        top: -2.5em; } }

.nav-search-simple .nav-search__input,
.nav-search-simple .nav-search__suggest {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 296px; }
  @media (min-width: 360px) {
    .nav-search-simple .nav-search__input,
    .nav-search-simple .nav-search__suggest {
      max-width: 306px; } }
  @media (min-width: 375px) {
    .nav-search-simple .nav-search__input,
    .nav-search-simple .nav-search__suggest {
      max-width: 306px; } }
  @media (min-width: 400px) {
    .nav-search-simple .nav-search__input,
    .nav-search-simple .nav-search__suggest {
      max-width: 344px; } }
  @media (min-width: 640px) {
    .nav-search-simple .nav-search__input,
    .nav-search-simple .nav-search__suggest {
      max-width: 450px; } }
  @media (min-width: 720px) {
    .nav-search-simple .nav-search__input,
    .nav-search-simple .nav-search__suggest {
      max-width: 626px; } }
  @media (min-width: 1024px) {
    .nav-search-simple .nav-search__input,
    .nav-search-simple .nav-search__suggest {
      max-width: 626px; } }
  @media (min-width: 1280px) {
    .nav-search-simple .nav-search__input,
    .nav-search-simple .nav-search__suggest {
      max-width: 704px; } }
  @media (min-width: 1600px) {
    .nav-search-simple .nav-search__input,
    .nav-search-simple .nav-search__suggest {
      max-width: 704px; } }
  @media (min-width: 1920px) {
    .nav-search-simple .nav-search__input,
    .nav-search-simple .nav-search__suggest {
      max-width: 704px; } }

.query__section {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 296px; }
  @media (min-width: 360px) {
    .query__section {
      max-width: 306px; } }
  @media (min-width: 375px) {
    .query__section {
      max-width: 306px; } }
  @media (min-width: 400px) {
    .query__section {
      max-width: 344px; } }
  @media (min-width: 640px) {
    .query__section {
      max-width: 450px; } }
  @media (min-width: 720px) {
    .query__section {
      max-width: 466px; } }
  @media (min-width: 1024px) {
    .query__section {
      max-width: 626px; } }
  @media (min-width: 1280px) {
    .query__section {
      max-width: 704px; } }
  @media (min-width: 1600px) {
    .query__section {
      max-width: 704px; } }
  @media (min-width: 1920px) {
    .query__section {
      max-width: 704px; } }
  .query__section + .query__section {
    margin-top: 1.5em; }
  .query__section[aria-hidden="true"] {
    display: none; }

.query__header {
  font-size: 1em;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 1em; }

.query__footer {
  margin-top: 1.5em; }

.query__group {
  position: relative;
  font-size: 14px;
  line-height: 1.5; }
  @media (min-width: 720px) {
    .query__group {
      margin: -6px; } }
  @media (min-width: 720px) and (min-width: 360px) {
    .query__group {
      margin: -7px; } }
  @media (min-width: 720px) and (min-width: 400px) {
    .query__group {
      margin: -8px; } }
  @media (min-width: 720px) and (min-width: 640px) {
    .query__group {
      margin: -6px; } }
  @media (min-width: 720px) and (min-width: 720px) {
    .query__group {
      margin: -7px; } }
  @media (min-width: 720px) and (min-width: 1280px) {
    .query__group {
      margin: -8px; } }
  .query__group + .query__group {
    margin-top: 0.5em; }
  .query__group[aria-expanded="false"] {
    display: none; }
  @media (min-width: 720px) {
    .query__group {
      padding: 6px; } }
  @media (min-width: 720px) and (min-width: 360px) {
    .query__group {
      padding: 7px; } }
  @media (min-width: 720px) and (min-width: 400px) {
    .query__group {
      padding: 8px; } }
  @media (min-width: 720px) and (min-width: 640px) {
    .query__group {
      padding: 6px; } }
  @media (min-width: 720px) and (min-width: 720px) {
    .query__group {
      padding: 7px; } }
  @media (min-width: 720px) and (min-width: 1280px) {
    .query__group {
      padding: 8px; } }
  .query__group .form__input + .form__input {
    margin-top: -1px; }

.query__label {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 308px;
  font-size: 1em;
  line-height: 1.5;
  margin-top: 0.5em;
  margin-bottom: 0.5em; }
  @media (min-width: 360px) {
    .query__label {
      max-width: 320px; } }
  @media (min-width: 375px) {
    .query__label {
      max-width: 320px; } }
  @media (min-width: 400px) {
    .query__label {
      max-width: 360px; } }
  @media (min-width: 720px) {
    .query__label {
      max-width: 160px; } }
  @media (min-width: 1024px) {
    .query__label {
      max-width: 160px; } }
  @media (min-width: 1280px) {
    .query__label {
      max-width: 180px; } }
  @media (min-width: 1600px) {
    .query__label {
      max-width: 180px; } }
  @media (min-width: 1920px) {
    .query__label {
      max-width: 180px; } }
  @media (min-width: 720px) {
    .query__label {
      padding: 6px;
      font-size: 1.125em;
      line-height: 1.25;
      position: absolute;
      top: 0;
      right: 100%;
      text-align: right; } }
  @media (min-width: 720px) and (min-width: 360px) {
    .query__label {
      padding: 7px; } }
  @media (min-width: 720px) and (min-width: 400px) {
    .query__label {
      padding: 8px; } }
  @media (min-width: 720px) and (min-width: 640px) {
    .query__label {
      padding: 6px; } }
  @media (min-width: 720px) and (min-width: 720px) {
    .query__label {
      padding: 7px; } }
  @media (min-width: 720px) and (min-width: 1280px) {
    .query__label {
      padding: 8px; } }

.query__descr {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 308px;
  font-size: 12px;
  line-height: 1.5;
  margin-top: 0.5em; }
  @media (min-width: 360px) {
    .query__descr {
      max-width: 320px; } }
  @media (min-width: 375px) {
    .query__descr {
      max-width: 320px; } }
  @media (min-width: 400px) {
    .query__descr {
      max-width: 360px; } }
  @media (min-width: 640px) {
    .query__descr {
      max-width: 462px; } }
  @media (min-width: 720px) {
    .query__descr {
      max-width: 480px; } }
  @media (min-width: 1024px) {
    .query__descr {
      max-width: 160px; } }
  @media (min-width: 1280px) {
    .query__descr {
      max-width: 180px; } }
  @media (min-width: 1600px) {
    .query__descr {
      max-width: 180px; } }
  @media (min-width: 1920px) {
    .query__descr {
      max-width: 180px; } }
  @media (min-width: 1024px) {
    .query__descr {
      padding: 6px;
      margin-top: -0.5em;
      position: absolute;
      top: 0;
      left: 100%;
      margin-top: 0; } }
  @media (min-width: 1024px) and (min-width: 360px) {
    .query__descr {
      padding: 7px; } }
  @media (min-width: 1024px) and (min-width: 400px) {
    .query__descr {
      padding: 8px; } }
  @media (min-width: 1024px) and (min-width: 640px) {
    .query__descr {
      padding: 6px; } }
  @media (min-width: 1024px) and (min-width: 720px) {
    .query__descr {
      padding: 7px; } }
  @media (min-width: 1024px) and (min-width: 1280px) {
    .query__descr {
      padding: 8px; } }
  .query__descr i {
    font-style: italic; }

.query__group .form__select select {
  background-color: #4F4F4F;
  border-color: #4F4F4F; }

.query__group .form__select[data-value=""] select {
  background-color: white;
  border-color: #d9d9d9;
  color: black; }

.query__group .form__select[data-value=""] .select__icon {
  color: black; }

.nav-search-advanced__filter {
  display: block;
  position: relative;
  font-size: 14px; }
  @media (min-width: 720px) {
    .nav-search-advanced__filter {
      margin: -0.5em; } }
  .nav-search-advanced__filter .filter__section {
    display: block;
    margin: 0.5em 0; }
    @media (min-width: 720px) {
      .nav-search-advanced__filter .filter__section {
        display: inline-block;
        margin: 0.5em; } }
    .nav-search-advanced__filter .filter__section[aria-expanded="true"] {
      display: none; }
  .nav-search-advanced__filter .button {
    display: block;
    width: 100%; }
    @media (min-width: 720px) {
      .nav-search-advanced__filter .button {
        display: inline-block;
        width: auto; } }

.button--query-remove {
  background-color: transparent;
  color: black;
  border-color: transparent;
  font-size: 1em;
  line-height: 1.5;
  width: auto;
  padding: 0.5em;
  position: absolute;
  top: -1px;
  right: 0; }
  .button--query-remove .button__icon {
    display: block;
    font-size: 1em;
    width: 1.5em;
    height: 1.5em;
    /*

		&:before {
			font-size: 1em;
			display: block;
			width: 1em;
			height: 1em;
			margin: -1px;
		}
		
		*/ }
    .button--query-remove .button__icon svg {
      display: block;
      width: 100%;
      height: 100%; }
  .button--query-remove .button__label {
    display: none; }

.button--query-add {
  border-color: rgba(0, 0, 0, 0.25);
  margin-top: 0.5em; }
  .button--query-add .button__label {
    font-weight: normal;
    color: #4F4F4F; }
  @media (min-width: 720px) {
    .button--query-add {
      background-color: transparent;
      color: black;
      border-color: transparent;
      font-size: 1em;
      line-height: 1.5;
      width: auto;
      padding: 0.5em;
      position: absolute;
      bottom: -1px;
      left: 100%;
      white-space: nowrap; }
      .button--query-add .button__icon {
        display: block;
        font-size: 1em;
        width: 1.5em;
        height: 1.5em;
        /*

		&:before {
			font-size: 1em;
			display: block;
			width: 1em;
			height: 1em;
			margin: -1px;
		}
		
		*/ }
        .button--query-add .button__icon svg {
          display: block;
          width: 100%;
          height: 100%; }
      .button--query-add .button__label {
        display: none; }
      .button--query-add .button__icon,
      .button--query-add .button__label {
        display: inline-block; } }

#filter-af-topic .input--tags tag {
  background-color: #AA2232;
  border-color: #AA2232; }

#filter-af-place .input--tags tag {
  background-color: #0666b0;
  border-color: #0666b0; }

#search-debug .syntax {
  font-family: "Akkurat Mono", monospace;
  border: 1px solid;
  padding: 0.5em;
  margin: 0.5em 0; }

.footer {
  display: block;
  background-color: #2C2F38;
  color: white; }
  .footer a {
    text-decoration: none; }
  @media print {
    .footer {
      display: none; } }

.footer__grid {
  padding: 12px 0;
  color: inherit;
  display: block;
  width: 100%;
  margin: 0 auto; }
  @media (min-width: 360px) {
    .footer__grid {
      padding: 14px 0; } }
  @media (min-width: 1280px) {
    .footer__grid {
      padding: 16px 0; } }
  @media (min-width: 720px) {
    .footer__grid {
      max-width: 640px; } }
  @media (min-width: 1024px) {
    .footer__grid {
      max-width: 960px; } }
  @media (min-width: 1280px) {
    .footer__grid {
      max-width: 1080px; } }

@media (min-width: 1024px) {
  .footer__menu, .footer__social {
    float: left; }
  .footer__social {
    float: right; } }

.footer__menu, .footer__social {
  color: inherit;
  display: block;
  font-size: 16px;
  line-height: 24px; }
  @media (min-width: 1280px) {
    .footer__menu, .footer__social {
      font-size: 18px; } }
  @media print {
    .footer__menu, .footer__social {
      display: none; } }
  .footer__menu ul, .footer__social ul {
    display: block;
    color: inherit; }
  .footer__menu li, .footer__social li {
    display: block;
    color: inherit; }
  .footer__menu li + li, .footer__social li + li {
    border-top: 1px solid rgba(255, 255, 255, 0.25); }
  .footer__menu a, .footer__social a {
    display: block;
    color: inherit;
    text-align: center;
    text-decoration: none;
    padding: 12px 0; }
    @media (min-width: 360px) {
      .footer__menu a, .footer__social a {
        padding: 14px 0; } }
    @media (min-width: 1024px) {
      .footer__menu a:hover, .footer__social a:hover {
        border-bottom: 1px solid rgba(255, 255, 255, 0.25);
        margin-bottom: -1px; } }
  @media (min-width: 720px) {
    .footer__menu, .footer__social {
      padding: 0 7px; } }
  @media (min-width: 1024px) {
    .footer__menu, .footer__social {
      padding: 0; }
      .footer__menu ul, .footer__social ul {
        padding: 14px 7px; } }
    @media (min-width: 1024px) and (min-width: 1280px) {
      .footer__menu ul, .footer__social ul {
        padding: 16px 8px; } }
  @media (min-width: 1024px) {
      .footer__menu li, .footer__social li {
        display: inline; }
      .footer__menu li + li, .footer__social li + li {
        margin-left: 1em;
        border: none; }
      .footer__menu a, .footer__social a {
        display: inline;
        padding: 0; } }

.footer__social li {
  border-top: 1px solid rgba(255, 255, 255, 0.25); }
  @media (min-width: 1024px) {
    .footer__social li {
      border-top: none; } }

@media (min-width: 1024px) {
  .footer__social .button:hover {
    border-bottom: 0;
    margin-bottom: 0; }
    .footer__social .button:hover .button__label {
      border-bottom: 1px solid rgba(255, 255, 255, 0.25);
      margin-bottom: -1px; } }

.footer__social .button--facebook {
  color: #F07D8E; }

.footer__social .button__icon {
  display: inline-block;
  vertical-align: top;
  font-size: 24px;
  width: 24px;
  height: 24px; }

.footer__social .button__label {
  display: inline-block; }

.footer__social .button__icon + .button__label {
  margin-left: 0.5em; }

.footer__browse, .header__browse {
  clear: both;
  display: block;
  width: 100%;
  margin: 0 auto;
  max-width: 308px; }
  @media (min-width: 360px) {
    .footer__browse, .header__browse {
      max-width: 360px; } }
  @media (min-width: 640px) {
    .footer__browse, .header__browse {
      max-width: 616px; } }
  @media (min-width: 720px) {
    .footer__browse, .header__browse {
      max-width: 640px; } }
  @media (min-width: 1024px) {
    .footer__browse, .header__browse {
      max-width: 960px; } }
  @media (min-width: 1280px) {
    .footer__browse, .header__browse {
      max-width: 1080px; } }
  @media print {
    .footer__browse, .header__browse {
      display: none; } }

.footer__ident {
  clear: both;
  width: 100%;
  display: block;
  text-align: center;
  position: relative;
  color: inherit;
  padding: 12px; }
  @media (min-width: 360px) {
    .footer__ident {
      padding: 14px; } }
  @media (min-width: 1280px) {
    .footer__ident {
      padding: 16px; } }
  @media print {
    .footer__ident {
      color: black; } }
  .footer__ident .nav-home {
    color: inherit; }
  .footer__ident .dm_version {
    font-size: .8rem; }

.footer__logo {
  width: 60px;
  height: 30px;
  margin: 0 auto; }
  @media (min-width: 1024px) {
    .footer__logo {
      width: 64px;
      height: 32px; } }
  @media (min-width: 1280px) {
    .footer__logo {
      width: 72px;
      height: 36px; } }
  .footer__logo svg {
    width: auto;
    height: 100%;
    fill: currentColor; }

.footer__name {
  margin: 0 auto;
  padding-top: .6rem;
  font-weight: bold;
  font-size: 12px; }
  @media (min-width: 1024px) {
    .footer__name {
      font-size: 13px; } }
  @media (min-width: 1280px) {
    .footer__name {
      font-size: 14px; } }

.footer__privacy {
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  padding: 0 1em;
  margin-bottom: 1.5em; }

.footer__copyright {
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  padding: 0 1em;
  margin-bottom: 1.5em; }

.header {
  width: 100%;
  display: block;
  background-color: white;
  color: black; }

.header__grid {
  display: flex;
  width: 100%;
  max-width: 1600px;
  max-height: 80px;
  margin: 0 auto;
  color: inherit; }

.header__overlay {
  transition: opacity ease-in-out 250ms;
  opacity: 0;
  width: 0;
  height: 0; }
  [data-overlay="true"] .header__overlay {
    opacity: 1;
    pointer-events: all;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); }

.toggle--navigation {
  z-index: 2001;
  display: flex;
  color: inherit;
  margin: 0 0 0 auto;
  padding: 0 6px; }
  .color-white .toggle--navigation, .toggle--navigation.color-white {
    color: white; }
  .color-black .toggle--navigation, .toggle--navigation.color-black {
    color: black; }
  .toggle--navigation .button__label,
  .toggle--navigation .button__icon {
    color: inherit; }
  .toggle--navigation svg {
    fill: currentColor; }
  @media screen and (min-width: 720px) and (min-height: 480px), screen and (min-width: 1024px) {
    .toggle--navigation {
      padding: 0 7px; } }
  @media (min-width: 1280px) {
    .toggle--navigation {
      padding: 0 8px; } }
  .toggle--navigation .button__icon {
    padding: 14px 0;
    display: block; }
    @media screen and (min-width: 720px) and (min-height: 480px), screen and (min-width: 1024px) {
      .toggle--navigation .button__icon {
        padding: 18px 0; } }
    @media (min-width: 1280px) {
      .toggle--navigation .button__icon {
        padding: 22px 0px; } }
    .toggle--navigation .button__icon svg {
      display: block;
      width: 36px;
      height: 36px; }
  .toggle--navigation .icon__bubble {
    position: absolute;
    top: 9px;
    right: 1px; }
    @media screen and (min-width: 720px) and (min-height: 480px), screen and (min-width: 1024px) {
      .toggle--navigation .icon__bubble {
        display: none; } }
  .toggle--navigation .button__label {
    display: none;
    font-weight: normal; }
    @media screen and (min-width: 720px) and (min-height: 480px), screen and (min-width: 1024px) {
      .toggle--navigation .button__label {
        display: block;
        font-size: 18px;
        line-height: 32px;
        padding: 20px 0.25em; } }
    @media (min-width: 1280px) {
      .toggle--navigation .button__label {
        font-size: 20px;
        line-height: 36px;
        padding: 22px 0.25em; } }
  .toggle--navigation .button__expand {
    display: flex; }
  .toggle--navigation .button__collapse {
    display: none; }

.header__ident {
  align-items: center;
  display: flex;
  color: inherit;
  margin: 17px 0 17px 12px;
  z-index: 1999; }
  [data-overlay="true"] .header__ident {
    z-index: 2001; }
  .template--frontpage .header__ident {
    z-index: 0; }
  .color-white .header__ident, .header__ident.color-white {
    color: white; }
  .color-black .header__ident, .header__ident.color-black {
    color: black; }
  .header__ident a {
    color: inherit;
    text-decoration: none; }
  .header__ident > a {
    display: flex;
    align-items: center; }
  .template--frontpage .header__ident, .template--search .header__ident, [data-search-input="true"] .header__ident {
    flex-grow: 1; }
  @media screen and (min-width: 720px) and (min-height: 480px), screen and (min-width: 1024px) {
    .header__ident {
      margin: 20px 14px; } }
  @media screen and (min-width: 1280px) {
    .header__ident {
      margin: 22px 16px; } }
  @media (max-width: 480px) {
    .header__ident .header__logo {
      width: auto;
      height: 20px; }
    .header__ident .header__name {
      font-size: 12px; } }

.header__logo {
  display: block;
  color: inherit;
  width: 58.33333px;
  height: 30px;
  margin-right: .5em; }
  @media screen and (min-width: 720px) and (min-height: 480px), screen and (min-width: 1024px) {
    .header__logo {
      width: 62.22222px;
      height: 32px; } }
  @media (min-width: 1280px) {
    .header__logo {
      width: 70px;
      height: 36px; } }
  .header__logo svg {
    display: block;
    width: auto;
    height: 100%;
    fill: currentColor; }
    .header__logo svg * {
      fill: inherit; }

.header__name {
  color: inherit;
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  text-overflow: ellipsis; }
  @media screen and (min-width: 720px) and (min-height: 480px), screen and (min-width: 1024px) {
    .header__name {
      font-size: 18px; } }
  @media (min-width: 1280px) {
    .header__name {
      font-size: 20px; } }

.toggle--search {
  margin: 14px 6px; }
  .toggle--search .button__icon {
    background-color: #f2f2f2;
    color: black; }
  .toggle--search .button__label {
    display: none; }

[data-search-input="true"] .header__search .nav-search, .template--frontpage .header__search .nav-search, .template--owner .header__search .nav-search {
  display: block;
  width: 75%;
  max-width: 704px;
  margin-left: auto;
  margin-right: auto; }

.header__search {
  display: flex;
  flex: 1 0 auto;
  justify-content: flex-end;
  z-index: 1999;
  pointer-events: none; }
  .template--frontpage .header__search, .template--owner .header__search {
    position: absolute;
    right: 0;
    left: 0;
    bottom: auto; }
  .header__search .toggle--search, .header__search .nav-search {
    pointer-events: all; }
  [data-search-input="true"] .header__search {
    flex: 0 0 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    z-index: 3001; }
    [data-search-input="true"] .header__search .toggle--search {
      display: none; }

@media screen and (min-width: 1024px) and (min-height: 480px) {
  .toggle--search {
    display: none; }
  .header__search {
    flex: 1 0 300px; }
  .nav-search {
    display: block;
    padding: 0 7px; } }

@media screen and (min-width: 1280px) {
  .nav-search {
    display: block;
    margin-top: 19px; } }

@media (max-width: 480px) {
  body:not(.template--frontpage):not(.template--owner) .header__search {
    display: none; }
  .header__search .nav-search__input input[type="search"] {
    height: 42px;
    font-size: .75em; } }

.header__nav {
  display: flex;
  flex: 0 0 auto;
  z-index: 1000;
  color: inherit;
  margin: 5px 0; }
  [data-overlay="true"] .header__nav {
    position: relative; }
  .header__nav li {
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7); }
  @media screen and (min-width: 1024px) and (min-height: 480px) {
    .header__nav {
      flex: 1 0 auto;
      margin: 8px 0; } }
  @media (min-width: 1280px) {
    .header__nav {
      margin: 10px 0; } }
  .header__nav .header__languages {
    margin-left: auto; }
  .header__nav .button {
    float: left; }
  .header__nav .button--square, .header__nav .toggle--languages {
    margin: 12px 6px; }
  .header__nav .button--circle, .header__nav .button--fullscreen, .header__nav .toggle--search, .header__nav .button--user, .header__nav .button--cart, .header__nav .map__nav .button--close, .map__nav .header__nav .button--close {
    margin-top: 6px;
    margin-left: 6px; }
  .header__nav.color-white {
    color: white; }
  .header__nav.color-black {
    color: black; }
  [data-menu="true"] .header__nav {
    position: absolute;
    display: block;
    z-index: 2001;
    clear: both;
    float: none;
    margin: 0;
    top: 64px;
    right: 0;
    bottom: auto;
    left: 0; }
    @media screen and (min-width: 720px) and (min-height: 480px), screen and (min-width: 1024px) {
      [data-menu="true"] .header__nav {
        top: 72px; } }
    @media screen and (min-width: 1280px) {
      [data-menu="true"] .header__nav {
        top: 80px; } }
  .template--owner[data-menu="false"] .header__nav {
    display: none; }

.toggle--languages {
  display: none; }
  @media screen and (min-width: 720px) and (min-height: 480px), screen and (min-width: 1024px) {
    .toggle--languages {
      display: block; } }

.nav-languages {
  display: none; }

[data-menu="true"] .header__languages {
  display: block;
  width: 100%; }

[data-menu="true"] .nav-languages {
  display: block; }

.nav-languages {
  border: 1px solid;
  border-color: #4F4F4F;
  margin-left: auto;
  margin-right: auto;
  margin-top: 27px;
  margin-bottom: 27px;
  padding-top: 10px;
  padding-bottom: 9px;
  font-family: "Akkurat Mono", monospace;
  line-height: 21px;
  text-align: center;
  font-size: 12px; }
  @media screen and (min-width: 720px) and (min-height: 480px), screen and (min-width: 1024px) {
    .nav-languages {
      margin-top: 40px;
      margin-bottom: 40px; } }
  @media screen and (min-width: 1280px) {
    .nav-languages {
      margin-top: 44px;
      margin-bottom: 44px; } }
  @media (min-width: 720px) {
    .nav-languages {
      padding-top: 13px;
      padding-bottom: 12px; } }
  @media (min-width: 1280px) {
    .nav-languages {
      padding-top: 15px;
      padding-bottom: 14px; } }
  @media (min-width: 720px) {
    .nav-languages {
      font-size: 13px; } }
  @media (min-width: 1280px) {
    .nav-languages {
      font-size: 14px; } }
  .nav-languages li {
    display: inline-block;
    padding: 0 0.25em; }
  .nav-languages a {
    text-decoration: none; }
    .nav-languages a:hover {
      border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
    .nav-languages a[aria-selected="true"] {
      pointer-events: none;
      color: #4F4F4F; }

.header__browse {
  display: none; }
  [data-menu="true"] .header__browse {
    display: block; }

.header__browse--inline, .template--frontpage[data-overlay="false"] .header__browse {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  text-align: center; }
  @media (min-width: 1024px) {
    .header__browse--inline, .template--frontpage[data-overlay="false"] .header__browse {
      display: block;
      max-width: 640px;
      margin-top: 25px; } }
  @media (min-width: 1280px) {
    .header__browse--inline, .template--frontpage[data-overlay="false"] .header__browse {
      max-width: 720px; } }
  .header__browse--inline .nav-browse, .template--frontpage[data-overlay="false"] .header__browse .nav-browse {
    display: none; }
  .header__browse--inline .nav-browse--large, .template--frontpage[data-overlay="false"] .header__browse .nav-browse--large {
    display: inline-block;
    width: auto;
    margin: 0 auto; }
    .header__browse--inline .nav-browse--large li, .template--frontpage[data-overlay="false"] .header__browse .nav-browse--large li {
      float: none;
      display: inline-block;
      width: auto; }
    .header__browse--inline .nav-browse--large a, .template--frontpage[data-overlay="false"] .header__browse .nav-browse--large a {
      display: inline;
      border: none;
      padding: 0;
      height: auto;
      word-spacing: -.4em; }
      .header__browse--inline .nav-browse--large a:hover, .template--frontpage[data-overlay="false"] .header__browse .nav-browse--large a:hover {
        border-bottom: 1px solid;
        border-color: rgba(0, 0, 0, 0.5); }

.nav-browse {
  font-family: "Akkurat Mono", monospace;
  color: inherit;
  font-size: 12px;
  line-height: 14px; }
  .nav-browse li {
    float: left;
    padding: 6px; }
    @media (min-width: 360px) {
      .nav-browse li {
        padding: 7px; } }
    @media (min-width: 640px) {
      .nav-browse li {
        padding: 6px; } }
    @media (min-width: 720px) {
      .nav-browse li {
        padding: 7px; } }
    @media (min-width: 1280px) {
      .nav-browse li {
        padding: 8px; } }
  .nav-browse a {
    display: block;
    border: 2px solid;
    color: inherit;
    text-align: center;
    height: 48px;
    padding-top: 17px;
    padding-left: 3px;
    padding-right: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none; }
  @media (min-width: 1024px) {
    .nav-browse {
      font-size: 13px;
      line-height: 1; }
      .nav-browse a {
        height: 64px;
        padding-top: 24px; } }
  @media (min-width: 1280px) {
    .nav-browse {
      font-size: 14px; }
      .nav-browse a {
        height: 72px;
        padding-top: 27px; } }

.nav-browse--large li {
  width: 50%; }
  @media (min-width: 1024px) {
    .nav-browse--large li {
      width: 33.33333%; } }

.nav-browse--medium li {
  width: 33.33333%;
  /* four items */ }
  .nav-browse--medium li:first-child:nth-last-child(4),
  .nav-browse--medium li:first-child:nth-last-child(4) ~ li {
    width: 25%; }

.nav-browse--small li {
  width: 25%; }
  @media (min-width: 1024px) {
    .nav-browse--small li {
      width: 12.5%; } }

@media (max-width: 1023px) {
  .nav-browse--small a {
    padding-top: 10px;
    padding-left: 6px;
    text-align: left; } }

.button--user {
  display: none; }
  @media screen and (min-width: 720px) and (min-height: 480px), screen and (min-width: 1024px) {
    .button--user {
      display: block; } }
  [data-user="true"] .button--user .button__icon {
    background-color: #4F4F4F;
    color: white; }

.button--login {
  display: none; }

.nav-user__login_msg {
  display: none;
  margin: 1em 0; }

[data-menu="true"] {
  /*
	
	// center user navigation
	
	@include media(">=tablet") {
		
		.header__user {
			float: right;
			width: auto;
			
			position: relative;
			left: -50%;
		}
	
		.nav-user {
			position: relative;
			left: 50%;
			
			max-width: none;
			
		}

	}
	
	
	*/ }
  [data-menu="true"] .header__user {
    clear: both;
    display: block;
    width: 100%;
    margin-bottom: 27px; }
    @media screen and (min-width: 720px) and (min-height: 480px), screen and (min-width: 1024px) {
      [data-menu="true"] .header__user {
        margin-bottom: 40px; } }
    @media screen and (min-width: 1280px) {
      [data-menu="true"] .header__user {
        margin-bottom: 44px; } }
    [data-menu="true"] .header__user .nav-user__login_msg {
      display: block; }
  [data-menu="true"] .nav-user {
    display: block;
    margin: 0 auto;
    max-width: 296px; }
    @media (min-width: 360px) {
      [data-menu="true"] .nav-user {
        max-width: 346px; } }
    @media (min-width: 640px) {
      [data-menu="true"] .nav-user {
        max-width: 466px; } }
    @media (min-width: 720px) {
      [data-menu="true"] .nav-user {
        max-width: 626px; } }
    @media (min-width: 1280px) {
      [data-menu="true"] .nav-user {
        max-width: 704px; } }

.nav-user {
  float: left; }
  .nav-user > li {
    float: left; }
  .nav-user .button {
    float: left; }
  [data-menu="true"] .nav-user {
    float: none;
    /*

		// large, display inline-block

		@include media(">=tablet") {
			
			> li {
				float: left;
				padding: 0 0.5em;
				
				+ li {
					border-top: none;
					padding: 0 0.5em;
				}
				
			}
			
		}
		
		*/ }
    [data-menu="true"] .nav-user > li {
      float: none;
      text-align: center; }
      [data-menu="true"] .nav-user > li + li {
        border-top: 1px solid;
        border-color: #4F4F4F;
        padding: 1em 0; }
    [data-menu="true"] .nav-user .nav-user__login + .nav-user__profile {
      border-top: none; }
      [data-menu="true"] .nav-user .nav-user__login + .nav-user__profile .button__icon {
        display: none; }
    [data-menu="true"] .nav-user .nav-user__login_msg {
      display: block; }
    [data-menu="true"] .nav-user .button {
      float: none;
      display: inline-block;
      margin: 0 auto;
      /*

			@include media(">=tablet") {
				display: block;
			}
			
			*/ }
    [data-menu="true"] .nav-user .button__label {
      display: block;
      white-space: nowrap; }
    [data-menu="true"] .nav-user .button--user {
      /*
			
			// large screens, float left
			
			@include media(">=tablet") {

				.button__icon {
					float: left;
					margin-right: 0.5em;
				}
				
				.button__label {
					float: left;
				}
				
			}
			
			*/ }
      [data-menu="true"] .nav-user .button--user .button__icon {
        margin: 0 auto; }
      [data-menu="true"] .nav-user .button--user .button__label {
        font-size: 1.25em;
        margin: 0 auto; }
    [data-menu="true"] .nav-user .button--cart .button__icon {
      float: right;
      margin-left: 0.5em; }
    [data-menu="true"] .nav-user .button--cart .button__label {
      float: left;
      font-size: 1.25em; }

[data-menu="true"] .nav-user__profile {
  display: block; }

.nav-user__action {
  display: none;
  margin-bottom: 1em;
  font-size: 14px;
  /*

	// large screens, position absolute
	
	@include media(">=tablet") {

		position: absolute;
		
		white-space: nowrap;
		
		top: 42px;
		left: 64px + 18px;

		@media screen and (min-width: $tablet-min-width) and (min-height: $tablet-min-height), screen and (min-width: $desktop-min-width) {
			top: 44px;
			left: 68px + 18px;
		}
	
		@include media(">=1280px") {
			top: 48px;
			left: 72px + 20px;
		}

	}
	
	*/ }
  [data-menu="true"] .nav-user__action {
    display: block; }
  @media screen and (min-width: 720px) and (min-height: 480px), screen and (min-width: 1024px) {
    .nav-user__action {
      font-size: 16px; } }
  .nav-user__action > li {
    display: inline-block; }
    .nav-user__action > li + li {
      margin-left: 0.5em; }
  .nav-user__action a {
    text-decoration: none; }
    .nav-user__action a:hover {
      border-bottom: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }

[data-order-images="true"] .header__nav {
  z-index: 2001; }

.nav-user__cart {
  display: none; }
  [data-cart="true"] .nav-user__cart {
    display: block; }

.button--cart {
  display: none; }
  .button--cart.button--disabled, button.button--cart[disabled], .button--cart.button[aria-disabled="true"], [data-cart="false"] .button--cart {
    opacity: 0.5; }
  @media screen and (min-width: 720px) and (min-height: 480px), screen and (min-width: 1024px) {
    [data-cart="true"] .button--cart {
      display: block; } }
  [data-cart="true"] .button--cart .button__icon {
    background-color: #f2f2f2;
    color: black; }

.header--small .button--edit, .template--article .header .button--edit,
.header--small .button--languages,
.template--article .header .button--languages,
.header--small .button--user,
.template--article .header .button--user {
  display: none; }

.header--small .button--search, .template--article .header .button--search {
  display: block; }

@media screen and (min-width: 720px) and (min-height: 480px), screen and (min-width: 1024px) {
  .header--small .button--search, .template--article .header .button--search {
    display: none; }
  
  .header--small .button--languages,
  .template--article .header .button--languages,
  .header--small .button--user,
  .template--article .header .button--user {
    display: block; } }

.header--large .header__search {
  top: 64px; }
  .header--large .header__search .toggle--search {
    display: none; }
  .header--large .header__search .nav-search {
    margin-top: 27px;
    margin-bottom: 27px; }
    @media screen and (min-width: 720px) and (min-height: 480px), screen and (min-width: 1024px) {
      .header--large .header__search .nav-search {
        margin-top: 40px;
        margin-bottom: 40px; } }
    @media (min-width: 1280px) {
      .header--large .header__search .nav-search {
        margin-top: 44px;
        margin-bottom: 44px; } }
  @media screen and (min-width: 720px) and (min-height: 480px), screen and (min-width: 1024px) {
    .header--large .header__search {
      top: 72px; } }
  @media screen and (min-width: 1280px) {
    .header--large .header__search {
      top: 80px; } }

.header--large .button--search,
.header--large .button--edit,
.header--large .button--languages,
.header--large .button--user {
  display: none; }

@media screen and (min-width: 720px) and (min-height: 480px), screen and (min-width: 1024px) {
  .header--large .button--languages,
  .header--large .button--user {
    display: block; } }

.header--absolute {
  position: absolute;
  background-color: transparent; }

.header--light .nav-search__input input[type="search"], .template--folder[data-edit="true"] .header .nav-search__input input[type="search"] {
  color: black; }

.header--light .nav-search__input input[type="search"]:focus, .template--folder[data-edit="true"] .header .nav-search__input input[type="search"]:focus {
  background-color: white;
  border-color: white;
  color: black; }

.header--dark .nav-search__input input[type="search"], .template--folder-collect .header .nav-search__input input[type="search"] {
  color: white; }

.header--dark .nav-search__input input[type="search"]::placeholder, .template--folder-collect .header .nav-search__input input[type="search"]::placeholder {
  color: rgba(255, 255, 255, 0.75); }

.header--dark .nav-search__input input[type="search"]:focus, .template--folder-collect .header .nav-search__input input[type="search"]:focus {
  background-color: white;
  border-color: white;
  color: black; }

.header--dark .nav-search__input input[type="search"]:focus::placeholder, .template--folder-collect .header .nav-search__input input[type="search"]:focus::placeholder {
  color: rgba(0, 0, 0, 0.35); }

@media print {
  .header .header__search,
  .header .header__overlay,
  .header .header__nav,
  .header .button--toggle,
  .header.header--small .header__search,
  .template--article .header .header__search,
  .header.header--small .header__overlay,
  .template--article .header .header__overlay,
  .header.header--small .header__nav,
  .template--article .header .header__nav,
  .header.header--small .button--toggle,
  .template--article .header .button--toggle,
  .header.header--large .header__search,
  .header.header--large .header__overlay,
  .header.header--large .header__nav,
  .header.header--large .button--toggle {
    display: none; }
  .header .header__grid,
  .header.header--small .header__grid,
  .template--article .header .header__grid,
  .header.header--large .header__grid {
    display: block;
    text-align: center; }
  .header .header__ident,
  .header.header--small .header__ident,
  .template--article .header .header__ident,
  .header.header--large .header__ident {
    float: none;
    width: auto;
    padding: 0.5em;
    margin: 0 auto; }
  .header .header__logo,
  .header.header--small .header__logo,
  .template--article .header .header__logo,
  .header.header--large .header__logo {
    float: none;
    display: inline-block; }
  .header .header__name,
  .header.header--small .header__name,
  .template--article .header .header__name,
  .header.header--large .header__name {
    float: none;
    display: inline-block;
    width: auto;
    max-width: none; } }

.context {
  position: relative;
  overflow: hidden;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari*/
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
  width: 100%;
  height: 1em;
  font-size: 64px; }
  @media screen and (min-width: 720px) and (min-height: 480px), screen and (min-width: 1024px) {
    .context {
      font-size: 72px; } }
  @media screen and (min-width: 1280px) {
    .context {
      font-size: 80px; } }
  @media print {
    .context {
      display: none; } }

.context__grid {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }
  .context__grid .button--back {
    position: absolute;
    z-index: 1000;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid white;
    border-radius: 2px;
    padding: .5em .75em;
    left: 1em;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .context__grid .button--back .button__label {
      display: none; }
    @media screen and (min-width: 720px) and (min-height: 480px), screen and (min-width: 1024px) {
      .context__grid .button--back {
        font-size: 14px; }
        .context__grid .button--back .button__label {
          display: inline-block; } }
    @media screen and (min-width: 1280px) {
      .context__grid .button--back {
        font-size: 15px; } }

.nav-context {
  position: relative; }
  .nav-context li {
    position: absolute;
    top: 0;
    width: 1em;
    height: 1em;
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }

.nav-context__item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.button--context {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 100;
  font-family: "Akkurat Mono", monospace;
  font-size: 12px;
  text-align: center; }
  @media screen and (min-width: 720px) and (min-height: 480px), screen and (min-width: 1024px) {
    .button--context {
      font-size: 14px; } }
  .button--context .button__image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .35;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    [aria-selected="false"] .button--context .button__image {
      -webkit-filter: grayscale(100%);
      filter: gray; }
  [aria-selected="false"] .button--context:hover .button__label, .nav-context__item[aria-selected="false"]:focus .button--context .button__label {
    opacity: 1;
    border-color: white; }
  .button--context .button__label {
    position: absolute;
    z-index: 2;
    border: 1px solid;
    border-color: transparent;
    border-radius: 2px; }
    [aria-selected="true"] .button--context .button__label {
      top: .5em;
      right: .5em;
      bottom: .5em;
      left: .5em;
      border-color: white;
      line-height: 48px; }
      @media screen and (min-width: 720px) and (min-height: 480px), screen and (min-width: 1024px) {
        [aria-selected="true"] .button--context .button__label {
          line-height: 56px; } }
      @media screen and (min-width: 1280px) {
        [aria-selected="true"] .button--context .button__label {
          line-height: 64px; } }
    [aria-selected="false"] .button--context .button__label {
      top: 50%;
      left: 50%;
      padding: .5em .75em;
      opacity: 0.25;
      transition: opacity 150ms ease-in-out;
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.overlay {
  position: fixed;
  z-index: 3000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none; }
  .overlay a, .overlay button, .overlay form {
    pointer-events: all; }

.overlay--delete {
  display: none; }
  [data-edit-delete="true"] .overlay--delete {
    display: block; }

[data-search-input="true"] .header__overlay, [data-edit-delete="true"], [data-menu="true"], [data-add-to-list="true"], [data-order-images="true"] {
  pointer-events: none; }
  [data-search-input="true"] .header__overlay .header__ident, [data-edit-delete="true"] .header__ident, [data-menu="true"] .header__ident, [data-add-to-list="true"] .header__ident, [data-order-images="true"] .header__ident {
    z-index: 2001; }
  [data-search-input="true"] .header__overlay .button--toggle, [data-edit-delete="true"] .button--toggle, [data-menu="true"] .button--toggle, [data-add-to-list="true"] .button--toggle, [data-order-images="true"] .button--toggle {
    display: none; }
  [data-search-input="true"] .header__overlay .toggle--navigation, [data-edit-delete="true"] .toggle--navigation, [data-menu="true"] .toggle--navigation, [data-add-to-list="true"] .toggle--navigation, [data-order-images="true"] .toggle--navigation {
    display: block; }
    [data-search-input="true"] .header__overlay .toggle--navigation .button__expand, [data-edit-delete="true"] .toggle--navigation .button__expand, [data-menu="true"] .toggle--navigation .button__expand, [data-add-to-list="true"] .toggle--navigation .button__expand, [data-order-images="true"] .toggle--navigation .button__expand {
      display: none; }
    [data-search-input="true"] .header__overlay .toggle--navigation .button__collapse, [data-edit-delete="true"] .toggle--navigation .button__collapse, [data-menu="true"] .toggle--navigation .button__collapse, [data-add-to-list="true"] .toggle--navigation .button__collapse, [data-order-images="true"] .toggle--navigation .button__collapse {
      display: flex; }
  [data-search-input="true"] .header__overlay a, [data-edit-delete="true"] a, [data-menu="true"] a, [data-add-to-list="true"] a, [data-order-images="true"] a, [data-search-input="true"] .header__overlay button, [data-edit-delete="true"] button, [data-menu="true"] button, [data-add-to-list="true"] button, [data-order-images="true"] button, [data-search-input="true"] .header__overlay form, [data-edit-delete="true"] form, [data-menu="true"] form, [data-add-to-list="true"] form, [data-order-images="true"] form {
    pointer-events: all; }

.overlay__article .article__head, .overlay .article__head, .content__overlay .article__head, .overlay__article .template--user .user__head, .template--user .overlay__article .user__head, .overlay .template--user .user__head, .template--user .overlay .user__head, .content__overlay .template--user .user__head, .template--user .content__overlay .user__head,
.overlay__article .article__body,
.overlay .article__body,
.content__overlay .article__body,
.overlay__article .template--user .user__body,
.template--user .overlay__article .user__body,
.overlay .template--user .user__body,
.template--user .overlay .user__body,
.content__overlay .template--user .user__body,
.template--user .content__overlay .user__body,
.overlay__article .article__foot,
.overlay .article__foot,
.content__overlay .article__foot {
  text-align: center; }


.overlay__article .article__body,
.overlay .article__body,
.content__overlay .article__body,
.overlay__article .template--user .user__body,
.template--user .overlay__article .user__body,
.overlay .template--user .user__body,
.template--user .overlay .user__body,
.content__overlay .template--user .user__body,
.template--user .content__overlay .user__body {
  padding-bottom: 0; }

.overlay__article .article__typography .data, .overlay .article__typography .data, .content__overlay .article__typography .data {
  border: 1px solid;
  border-color: rgba(255, 255, 255, 0.25); }

.overlay__article .article__typography a, .overlay .article__typography a, .content__overlay .article__typography a {
  color: white;
  border-color: rgba(255, 255, 255, 0.25); }
  .overlay__article .article__typography a:hover, .overlay .article__typography a:hover, .content__overlay .article__typography a:hover {
    border-color: white; }

.content__overlay {
  position: absolute;
  z-index: 3000;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  pointer-events: none; }
  .content__overlay a, .content__overlay button, .content__overlay form {
    pointer-events: all; }

[data-menu="true"] {
  pointer-events: all; }

.overlay--share {
  display: none; }
  [data-share-dialog="true"] .overlay--share {
    display: block; }

[data-share-dialog="true"] .header__overlay {
  z-index: 3000; }

.overlay--share .article {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center; }

.overlay--share .button--circle, .overlay--share .button--fullscreen, .overlay--share .toggle--search, .overlay--share .button--user, .overlay--share .button--cart, .overlay--share .map__nav .button--close, .map__nav .overlay--share .button--close {
  width: 48px;
  height: 48px; }
  @media (min-width: 720px) {
    .overlay--share .button--circle, .overlay--share .button--fullscreen, .overlay--share .toggle--search, .overlay--share .button--user, .overlay--share .button--cart, .overlay--share .map__nav .button--close, .map__nav .overlay--share .button--close {
      width: 54px;
      height: 54px; } }
  @media (min-width: 1280px) {
    .overlay--share .button--circle, .overlay--share .button--fullscreen, .overlay--share .toggle--search, .overlay--share .button--user, .overlay--share .button--cart, .overlay--share .map__nav .button--close, .map__nav .overlay--share .button--close {
      width: 60px;
      height: 60px; } }
  .overlay--share .button--circle svg, .overlay--share .button--fullscreen svg, .overlay--share .toggle--search svg, .overlay--share .button--user svg, .overlay--share .button--cart svg, .overlay--share .map__nav .button--close svg, .map__nav .overlay--share .button--close svg {
    width: 100%;
    height: 100%; }

.overlay--share .form__fieldset {
  margin-top: 1em; }

.overlay--share .form__input input {
  padding-left: 2.5em; }

.overlay--share .form__input .input__icon {
  width: 2.5em;
  height: 2.5em;
  padding: 0.75em; }

.overlay--share .form__input .button--submit {
  position: absolute;
  z-index: 3000;
  top: 50%;
  right: 0.4em;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: Akkurat Mono, monospace;
  line-height: 1.5;
  padding: 0.25em 1em;
  font-size: 0.875em;
  text-decoration: none;
  border-radius: 2px;
  background-color: #fff;
  border: 1px solid #4F4F4F;
  color: #3a2e2d;
  cursor: pointer;
  display: block; }
  .overlay--share .form__input .button--submit:hover {
    background-color: #3a2e2d;
    border-color: #3a2e2d;
    color: white; }

.overlay--share .email__share {
  margin-top: 1.5rem; }
  .overlay--share .email__share a {
    padding: 0 5px 0 30px;
    color: white !important;
    border-color: white !important; }
  .overlay--share .email__share svg {
    position: absolute;
    margin: 5px;
    stroke: white; }

.overlay--add-to-list {
  display: none; }
  .overlay--add-to-list [aria-hidden="true"] {
    display: none; }
  [data-add-to-list="true"] .overlay--add-to-list {
    display: block; }

.overlay--order-images {
  display: none; }
  [data-order-images="true"] .overlay--order-images {
    display: block; }

[data-order-images="true"] .nav-user {
  display: block; }

[data-order-images="true"] .nav-user__profile {
  display: none; }

[data-order-images="true"] .nav-user__cart {
  display: block; }

[data-order-images="true"] .button--cart {
  display: block; }

/* STATE: collect bar is open

make room for collect-bar above footer.

*/
[data-collect="true"] .collect {
  display: block; }

[data-collect="true"] .content {
  padding-bottom: 64px; }
  @media screen and (min-width: 720px) and (min-height: 480px), screen and (min-width: 1024px) {
    [data-collect="true"] .content {
      padding-bottom: 72px; } }
  @media screen and (min-width: 1280px) {
    [data-collect="true"] .content {
      padding-bottom: 80px; } }

/* STATE: footer is visible or not

false: fix collect bar to bottom of screen
false: attach collect bar to bottom of content

*/
.collect {
  width: 100%;
  display: none;
  height: 64px; }
  @media screen and (min-width: 720px) and (min-height: 480px), screen and (min-width: 1024px) {
    .collect {
      height: 72px; } }
  @media screen and (min-width: 1280px) {
    .collect {
      height: 80px; } }

.collect--relative, [data-footer-is-visible="true"] .collect {
  position: relative;
  z-index: 1500;
  margin-top: -64px; }
  @media screen and (min-width: 720px) and (min-height: 480px), screen and (min-width: 1024px) {
    .collect--relative, [data-footer-is-visible="true"] .collect {
      margin-top: -72px; } }
  @media screen and (min-width: 1280px) {
    .collect--relative, [data-footer-is-visible="true"] .collect {
      margin-top: -80px; } }

.collect--fixed, [data-footer-is-visible="false"] .collect {
  position: fixed;
  z-index: 1500;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0; }

.nav-collect-list {
  position: relative;
  text-align: center;
  width: 100%;
  display: block;
  height: 64px; }
  @media screen and (min-width: 720px) and (min-height: 480px), screen and (min-width: 1024px) {
    .nav-collect-list {
      height: 72px; } }
  @media screen and (min-width: 1280px) {
    .nav-collect-list {
      height: 80px; } }
  .nav-collect-list .buttongroup {
    margin: 0;
    position: absolute;
    top: 50%;
    right: 0;
    bottom: auto;
    left: 0;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .nav-collect-list .prefix {
    display: none; }
  @media (min-width: 720px) {
    .nav-collect-list .prefix {
      display: inline; } }

.button--collect-list {
  display: inline-block;
  margin: 6px 0;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  line-height: 38px;
  width: 54px;
  height: 40px;
  border: 2px solid;
  border-radius: 1px; }
  .button--collect-list .button__label {
    display: none; }
  @media screen and (min-width: 720px) and (min-height: 480px), screen and (min-width: 1024px) {
    .button--collect-list {
      font-size: 20px;
      line-height: 46px;
      width: 64px;
      height: 48px; } }
  @media (min-width: 1280px) {
    .button--collect-list {
      font-size: 24px;
      line-height: 54px;
      width: 74px;
      height: 56px; } }

.meta__list {
  font-size: 0.875em;
  line-height: 1.5;
  border-top: 1px solid;
  border-color: #4F4F4F;
  padding-top: 1em;
  margin-top: 1em;
  margin-bottom: 1em; }
  .meta__list .expandable {
    border: none;
    margin: 0;
    padding-bottom: 1em;
    font-size: 1em; }
    .meta__list .expandable[aria-expanded="false"] li:nth-child(n+4), .meta__list .expandable[aria-expanded="false"] p:nth-child(n+4) {
      display: none; }
    .meta__list .expandable[aria-expanded="false"] + .button--text-expand + .button--text-collapse {
      display: none; }
    .meta__list .expandable[aria-expanded="true"] + .button--text-expand {
      display: none; }
  .meta__list .expandable_txt {
    display: inline-block; }
    .meta__list .expandable_txt[aria-expanded="false"] + .button--text-expand + .button--text-collapse, .meta__list .expandable_txt[aria-expanded="false"] .expanded_value {
      display: none; }
    .meta__list .expandable_txt[aria-expanded="true"] + .button--text-expand, .meta__list .expandable_txt[aria-expanded="true"] .collapsed_value {
      display: none; }
  .meta__list li + li {
    margin-top: 0.75em; }
  .meta__list li > ul:not(.expandable) li {
    margin-top: 0; }
  .meta__list p + p {
    margin-top: 0.75em; }
  .meta__list a {
    text-decoration: none; }
    .meta__list a[download].meta__link.link-- {
      display: table; }
      .meta__list a[download].meta__link.link--:first-of-type:nth-last-of-type(1) {
        display: inline-block; }
    .meta__list a.img_recognition_login {
      font-size: 16px;
      text-decoration: underline; }
  .meta__list .img_recognition_expl {
    font-size: 16px; }
    .meta__list .img_recognition_expl > svg {
      width: 16px;
      height: 16px;
      top: 1px;
      position: relative; }

.meta__details {
  display: none;
  background-color: #f2f2f2;
  padding: 1em;
  font-size: 0.875em; }

@media print {
  .meta__list .expandable[aria-expanded="false"] li:nth-child(n+4), .meta__list .expandable[aria-expanded="false"] p:nth-child(n+4) {
    display: inline-block; } }

.meta__label {
  display: block; }
  .meta__label:first-child, .meta__label:first-child:nth-last-child(2),
  .meta__label:first-child + .meta__label:last-child {
    display: inline-block; }

.meta__label {
  font-family: "Akkurat Mono", monospace;
  font-weight: normal;
  font-size: 0.75em;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  color: #676767; }
  .meta__label:after {
    content: ':'; }
  .meta__label.label--large {
    font-size: 1em;
    text-transform: none;
    letter-spacing: 0; }

.meta__id {
  font-family: "Akkurat Mono", monospace;
  font-weight: normal; }

.meta__code {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid rgba(79, 79, 79, 0.5);
  padding: 0.25em 0.5em;
  border-radius: 2px;
  margin: -1px 0;
  font-size: 0.625em;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.075em; }

.meta__link {
  text-decoration: none;
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.5); }
  .meta__link:hover {
    text-decoration: none;
    border-color: inherit; }
  .meta__link.link--expand {
    border-bottom: 1px dotted; }
  .meta__link.link--subject, .meta__link.link--topic {
    color: #AA2232;
    border-color: rgba(170, 34, 50, 0.5); }
    .meta__link.link--subject:hover, .meta__link.link--topic:hover {
      border-color: inherit; }
  .meta__link.link--place {
    color: #0666b0;
    border-color: rgba(6, 102, 176, 0.5); }
    .meta__link.link--place:hover {
      border-color: inherit; }
  .content__overlay .meta__link, .order--checkout .meta__link {
    border-color: rgba(255, 255, 255, 0.5); }
    .content__overlay .meta__link:hover, .order--checkout .meta__link:hover {
      border-color: white; }

.metadata--tags[aria-hidden="true"] {
  display: none; }

.meta__tag {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid rgba(79, 79, 79, 0.5);
  padding: 0.25em 0.5em;
  border-radius: 2px;
  margin-bottom: 3px;
  font-size: 0.875em;
  line-height: 1;
  font-weight: normal; }
  .meta__tag:first-child {
    margin-left: 0; }
  .meta__tag small {
    position: relative;
    top: 3px;
    font-size: 0.7em;
    vertical-align: text-top; }
  .meta__tag a.meta__tag__remove {
    display: inline-block;
    margin-left: 4px;
    text-decoration: none;
    vertical-align: bottom; }
    .meta__tag a.meta__tag__remove svg {
      width: 0.875em;
      height: 0.875em;
      margin-bottom: -2px; }
  .meta__tag a.meta__tag__upvote > svg, .meta__tag a.meta__tag__downvote > svg, .meta__tag .img_recognition_expl > svg {
    width: 16px;
    height: 16px;
    top: 1px;
    position: relative; }

@media print {
  .metadata__edit {
    display: none; } }

.nav-path {
  display: block;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1;
  padding: 6px 12px; }
  @media screen and (min-width: 720px) and (min-height: 480px), screen and (min-width: 1024px) {
    .nav-path {
      font-size: 16px; } }
  @media screen and (min-width: 720px) and (min-height: 480px), screen and (min-width: 1024px) {
    .nav-path {
      padding: 7px 14px; } }
  @media screen and (min-width: 1280px) {
    .nav-path {
      padding: 8px 16px; } }
  .nav-path > li {
    display: inline-block;
    vertical-align: middle; }
    .nav-path > li a {
      vertical-align: top; }
    .nav-path > li + li:before {
      display: inline;
      margin: 0 0.25em;
      content: '/'; }

.article__grid, .module--article-cover .module__head, .module--object-head .module__head, .module--object-next .module__head {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 296px; }
  @media (min-width: 360px) {
    .article__grid, .module--article-cover .module__head, .module--object-head .module__head, .module--object-next .module__head {
      max-width: 306px; } }
  @media (min-width: 375px) {
    .article__grid, .module--article-cover .module__head, .module--object-head .module__head, .module--object-next .module__head {
      max-width: 306px; } }
  @media (min-width: 400px) {
    .article__grid, .module--article-cover .module__head, .module--object-head .module__head, .module--object-next .module__head {
      max-width: 344px; } }
  @media (min-width: 640px) {
    .article__grid, .module--article-cover .module__head, .module--object-head .module__head, .module--object-next .module__head {
      max-width: 450px; } }
  @media (min-width: 720px) {
    .article__grid, .module--article-cover .module__head, .module--object-head .module__head, .module--object-next .module__head {
      max-width: 626px; } }
  @media (min-width: 1024px) {
    .article__grid, .module--article-cover .module__head, .module--object-head .module__head, .module--object-next .module__head {
      max-width: 626px; } }
  @media (min-width: 1280px) {
    .article__grid, .module--article-cover .module__head, .module--object-head .module__head, .module--object-next .module__head {
      max-width: 704px; } }
  @media (min-width: 1600px) {
    .article__grid, .module--article-cover .module__head, .module--object-head .module__head, .module--object-next .module__head {
      max-width: 704px; } }
  @media (min-width: 1920px) {
    .article__grid, .module--article-cover .module__head, .module--object-head .module__head, .module--object-next .module__head {
      max-width: 704px; } }
  @media print {
    .article__grid, .module--article-cover .module__head, .module--object-head .module__head, .module--object-next .module__head {
      max-width: 100%; } }

.article {
  padding-bottom: 2em; }

.article__head, .template--user .user__head {
  position: relative;
  padding-top: 1.5em; }
  .article__head .article__cover, .template--user .user__head .article__cover {
    margin-top: -1.5em; }
    .article__head .article__cover + .image__info, .template--user .user__head .article__cover + .image__info {
      margin-bottom: 1.5em;
      padding: 0.25em 0;
      line-height: 1.25; }
      .article__head .article__cover + .image__info .article__content, .template--user .user__head .article__cover + .image__info .article__content {
        width: 100%; }
        @media (min-width: 1024px) {
          .article__head .article__cover + .image__info .article__content, .template--user .user__head .article__cover + .image__info .article__content {
            margin-left: auto;
            margin-right: auto;
            max-width: 960px; } }
        @media (min-width: 1280px) {
          .article__head .article__cover + .image__info .article__content, .template--user .user__head .article__cover + .image__info .article__content {
            max-width: 1080px; } }
        @media (min-width: 1600px) {
          .article__head .article__cover + .image__info .article__content, .template--user .user__head .article__cover + .image__info .article__content {
            max-width: 1440px; } }
        @media (min-width: 1920px) {
          .article__head .article__cover + .image__info .article__content, .template--user .user__head .article__cover + .image__info .article__content {
            max-width: 1440px; } }
  .article__head .nav-path, .template--user .user__head .nav-path {
    margin-top: -1.5em;
    margin-bottom: 1.5em; }

.article__head--background, .object--kulturnav .article__head, .object--list .article__head, .template--user .user__head {
  padding-top: 2em;
  padding-bottom: 1.5em; }
  .article__head--background .nav-path, .object--kulturnav .article__head .nav-path, .object--list .article__head .nav-path, .template--user .user__head .nav-path {
    margin-top: -2em;
    margin-bottom: 2em; }
  .article__head--background + .article__body, .object--kulturnav .article__head + .article__body, .template--user .object--kulturnav .user__head + .article__body, .object--list .article__head + .article__body, .template--user .object--list .user__head + .article__body, .template--user .user__head + .article__body, .template--user .article__head--background + .user__body, .object--kulturnav .template--user .article__head + .user__body, .template--user .object--kulturnav .article__head + .user__body, .template--user .object--kulturnav .user__head + .user__body, .object--list .template--user .article__head + .user__body, .template--user .object--list .article__head + .user__body, .template--user .object--list .user__head + .user__body, .template--user .user__head + .user__body {
    padding-top: 1.5em; }
  .article__media + .article__head--background, .object--kulturnav .article__media + .article__head, .template--user .object--kulturnav .article__media + .user__head, .object--list .article__media + .article__head, .template--user .object--list .article__media + .user__head, .template--user .article__media + .user__head {
    padding-bottom: 0; }
    .article__media + .article__head--background + .article__body, .object--kulturnav .article__media + .article__head + .article__body, .template--user .object--kulturnav .article__media + .user__head + .article__body, .object--list .article__media + .article__head + .article__body, .template--user .object--list .article__media + .user__head + .article__body, .template--user .article__media + .user__head + .article__body, .template--user .article__media + .article__head--background + .user__body, .object--kulturnav .template--user .article__media + .article__head + .user__body, .template--user .object--kulturnav .article__media + .article__head + .user__body, .template--user .object--kulturnav .article__media + .user__head + .user__body, .object--list .template--user .article__media + .article__head + .user__body, .template--user .object--list .article__media + .article__head + .user__body, .template--user .object--list .article__media + .user__head + .user__body, .template--user .article__media + .user__head + .user__body {
      padding-top: 0; }

.article__body, .template--user .user__body {
  padding-bottom: 1.5em; }

.article__foot {
  padding-top: 1.5em;
  padding-bottom: 1.5em; }

@media print {
  .article__grid ul[class='meta__list'], .module--article-cover .module__head ul[class='meta__list'], .module--object-head .module__head ul[class='meta__list'], .module--object-next .module__head ul[class='meta__list'] {
    border-top: .1em solid; }
  .article__grid li h3, .module--article-cover .module__head li h3, .module--object-head .module__head li h3, .module--object-next .module__head li h3 {
    margin-top: .5em; } }

body {
  line-height: 1.5; }

.a-center {
  text-align: center; }

h1 {
  font-size: 1.5em;
  line-height: 1.25;
  font-weight: bold;
  padding: 0;
  margin: 0; }

h3 {
  font-size: 1em;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 0.5em; }

h4 {
  font-size: 0.75em;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 0; }

small {
  font-size: 0.75em;
  vertical-align: middle; }

.data {
  padding: 0.75em;
  font-size: 0.75em;
  font-family: "Akkurat Mono", monospace;
  word-break: break-all;
  margin-bottom: 1.5em; }

.edit {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  background-image: linear-gradient(to top, rgba(79, 79, 79, 0.5), rgba(79, 79, 79, 0.5) 1px, transparent 1px, transparent);
  background-position: bottom center; }
  .edit input,
  .edit textarea {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    box-sizing: content-box;
    width: 100%;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    resize: none;
    overflow: auto;
    background-color: transparent;
    color: inherit;
    color: black; }
    .edit input::-webkit-input-placeholder, .edit textarea::-webkit-input-placeholder {
      color: rgba(0, 0, 0, 0.35); }
    .edit input:-moz-placeholder, .edit textarea:-moz-placeholder {
      color: rgba(0, 0, 0, 0.35); }
    .edit input::-moz-placeholder, .edit textarea::-moz-placeholder {
      color: rgba(0, 0, 0, 0.35); }
    .edit input:-ms-input-placeholder, .edit textarea:-ms-input-placeholder {
      color: rgba(0, 0, 0, 0.35); }

blockquote {
  font-size: 1em;
  line-height: 1.5; }
  blockquote > * {
    margin-bottom: 0; }
    blockquote > *:before {
      content: "Â«"; }
    blockquote > *:after {
      content: "Â»"; }
    blockquote > * + * {
      margin-top: 1em; }
  blockquote + figcaption {
    font-size: 0.75em;
    text-align: right;
    margin-top: 1em; }
    blockquote + figcaption:before {
      content: 'â '; }

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 0.5em;
  margin-bottom: 1em; }
  table th {
    font-weight: bolder; }
  table th, table td {
    vertical-align: top;
    padding: 0.25em 0.5em;
    border: 1px solid;
    font-variant-numeric: tabular-nums;
    -moz-font-feature-settings: "tnum";
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum"; }
    table th[align="center"], table td[align="center"] {
      text-align: center; }

.article__cover {
  height: 320px;
  position: relative;
  display: flex;
  background-color: #423f3c;
  color: white; }
  @media screen and (min-width: 720px) and (min-height: 480px), screen and (min-width: 1024px) {
    .article__cover {
      height: 400px; } }
  @media screen and (min-width: 720px) and (min-height: 480px) and (min-width: 720px) and (min-height: 580px), screen and (min-width: 1024px) and (min-width: 720px) and (min-height: 580px) {
    .article__cover {
      height: 500px; } }
  @media screen and (min-width: 1280px) {
    .article__cover {
      height: 480px; } }
  @media screen and (min-width: 1280px) and (min-width: 1280px) and (min-height: 740px) {
    .article__cover {
      height: 580px; } }
  @media screen and (min-width: 1280px) and (min-width: 1280px) and (min-height: 840px) {
    .article__cover {
      height: 680px; } }
  .article__cover > img {
    margin: auto;
    max-height: 90%; }
  .article__cover .module__head {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 296px; }
    @media (min-width: 360px) {
      .article__cover .module__head {
        max-width: 306px; } }
    @media (min-width: 375px) {
      .article__cover .module__head {
        max-width: 306px; } }
    @media (min-width: 400px) {
      .article__cover .module__head {
        max-width: 344px; } }
    @media (min-width: 640px) {
      .article__cover .module__head {
        max-width: 450px; } }
    @media (min-width: 720px) {
      .article__cover .module__head {
        max-width: 626px; } }
    @media (min-width: 1024px) {
      .article__cover .module__head {
        max-width: 626px; } }
    @media (min-width: 1280px) {
      .article__cover .module__head {
        max-width: 704px; } }
    @media (min-width: 1600px) {
      .article__cover .module__head {
        max-width: 704px; } }
    @media (min-width: 1920px) {
      .article__cover .module__head {
        max-width: 704px; } }
  .object--exhibition .article__cover .article__media {
    width: 100%;
    overflow: hidden;
    background-color: transparent; }
    @media (min-width: 1024px) {
      .object--exhibition .article__cover .article__media {
        max-width: 960px;
        margin: 0 auto; } }
    @media (min-width: 1280px) {
      .object--exhibition .article__cover .article__media {
        max-width: 1080px; } }
    @media (min-width: 1600px) {
      .object--exhibition .article__cover .article__media {
        max-width: 1440px; } }
    .object--exhibition .article__cover .article__media .media--image {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    .object--exhibition .article__cover .article__media .media__caption {
      color: inherit;
      position: absolute;
      top: auto;
      right: 0;
      bottom: 0;
      left: 0;
      font-size: 1em;
      opacity: 0.5;
      padding: 0.75em; }
  .object--exhibition .article__cover .article__content {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 0;
    left: 0;
    bottom: auto;
    transform: translateY(-50%); }
  .article__cover .article__title h1 {
    margin: 0; }
  .article__cover .article__title + .article__byline,
  .article__cover .article__title + .module--byline {
    margin-top: 0.5em; }
  .article__cover + .article__content {
    margin-top: 1.5em; }
    .article__cover + .article__content .image__info {
      margin-top: -1.5em; }

@media print {
  .article__cover {
    display: inline;
    width: 100%; } }

.article__content {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 296px; }
  @media (min-width: 360px) {
    .article__content {
      max-width: 306px; } }
  @media (min-width: 375px) {
    .article__content {
      max-width: 306px; } }
  @media (min-width: 400px) {
    .article__content {
      max-width: 344px; } }
  @media (min-width: 640px) {
    .article__content {
      max-width: 604px; } }
  @media (min-width: 720px) {
    .article__content {
      max-width: 626px; } }
  @media (min-width: 1024px) {
    .article__content {
      max-width: 626px; } }
  @media (min-width: 1280px) {
    .article__content {
      max-width: 704px; } }
  @media (min-width: 1600px) {
    .article__content {
      max-width: 704px; } }
  @media (min-width: 1920px) {
    .article__content {
      max-width: 704px; } }
  .article__content.layout--wide {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 296px; }
    @media (min-width: 360px) {
      .article__content.layout--wide {
        max-width: 306px; } }
    @media (min-width: 375px) {
      .article__content.layout--wide {
        max-width: 306px; } }
    @media (min-width: 400px) {
      .article__content.layout--wide {
        max-width: 344px; } }
    @media (min-width: 640px) {
      .article__content.layout--wide {
        max-width: 604px; } }
    @media (min-width: 720px) {
      .article__content.layout--wide {
        max-width: 626px; } }
    @media (min-width: 1024px) {
      .article__content.layout--wide {
        max-width: 946px; } }
    @media (min-width: 1280px) {
      .article__content.layout--wide {
        max-width: 1064px; } }
    @media (min-width: 1600px) {
      .article__content.layout--wide {
        max-width: 1064px; } }
    @media (min-width: 1920px) {
      .article__content.layout--wide {
        max-width: 1064px; } }
  .article__content h2 {
    font-size: 1.25em;
    line-height: 1.25;
    font-weight: bold;
    margin-top: 1.5em;
    margin-bottom: 1em; }
  .article__content ul {
    list-style: disc;
    margin-top: 1em;
    margin-bottom: 1em; }
    .article__content ul li {
      margin-left: 1.5em; }
      .article__content ul li + li {
        margin-top: 0.125em; }
    .article__content ul ul {
      margin-top: 0.25em;
      margin-bottom: 0.25em;
      list-style: disc; }
  .article__content ol {
    list-style: decimal;
    margin-top: 1em;
    margin-bottom: 1em; }
    .article__content ol li {
      margin-left: 1.5em; }
    .article__content ol ol {
      margin-top: 0.25em;
      margin-bottom: 0.25em;
      list-style: decimal; }
  .article__content .row {
    margin-top: 0.5em; }

.content__body[aria-expanded="false"] {
  display: none; }

.article__title + .article__leadtext,
.article__byline + .article__leadtext {
  margin-top: 1em; }

.article__leadtext[aria-expanded="true"] .text__collapsed {
  display: none; }

.article__leadtext[aria-expanded="true"] .text__expanded {
  display: block; }

.article__leadtext[aria-expanded="false"] .text__collapsed {
  display: block; }

.article__leadtext[aria-expanded="false"] .text__expanded {
  display: none; }

@media print {
  .article__leadtext[aria-expanded="true"] .text__collapsed {
    display: none; }
  .article__leadtext[aria-expanded="true"] .text__expanded {
    display: block; }
  .article__leadtext[aria-expanded="false"] .text__collapsed {
    display: none; }
  .article__leadtext[aria-expanded="false"] .text__expanded {
    display: block; } }

.article__byline {
  font-family: "Akkurat Mono", monospace;
  font-size: 0.85em;
  line-height: 1.5; }
  .article__byline p {
    margin-top: 0; }

.article__metadata h2, .article__metadata h3 {
  font-weight: bold;
  margin-top: 1.5em;
  font-size: 100%; }

.article__action + .article__metadata h2 {
  display: none; }

.article__action {
  margin-top: 1.5em;
  font-size: 16px;
  line-height: 1.5; }
  @media (min-width: 1024px) {
    .article__head .article__action .buttongroup--secondary, .template--user .user__head .article__action .buttongroup--secondary {
      margin-right: -72px; } }
  @media print {
    .article__action {
      display: none; } }
  .article__action input#accept {
    margin-top: 1em; }
  .article__action input#accept ~ label {
    display: initial;
    font-style: italic; }
    .article__action input#accept ~ label::after {
      display: block;
      margin-bottom: 1em;
      content: ""; }
  .article__action .order_submit {
    display: none; }
  .article__action input#accept:checked ~ .order_submit {
    display: block; }
  .article__action input#accept ~ .cancel::before {
    display: block;
    content: ""; }
  .article__action input#accept:checked ~ .cancel {
    display: none; }

.article__message {
  margin-top: 1.5em;
  font-size: 16px;
  line-height: 1.5; }
  .article__message[aria-expanded="false"] {
    display: none; }

.module--byline {
  width: 100%;
  padding: 0; }
  .module--byline .module__content {
    font-family: "Akkurat Mono", monospace;
    font-size: 0.85em; }
    .module--byline .module__content strong {
      font-weight: normal; }
    .module--byline .module__content em {
      font-size: 0.75em;
      font-style: normal;
      text-transform: uppercase;
      letter-spacing: 0.075em; }

.module, .button--summary, .section--search-primary .row__buttons {
  float: left;
  padding: 6px; }
  @media (min-width: 360px) {
    .module, .button--summary, .section--search-primary .row__buttons {
      padding: 7px; } }
  @media (min-width: 400px) {
    .module, .button--summary, .section--search-primary .row__buttons {
      padding: 8px; } }
  @media (min-width: 640px) {
    .module, .button--summary, .section--search-primary .row__buttons {
      padding: 6px; } }
  @media (min-width: 720px) {
    .module, .button--summary, .section--search-primary .row__buttons {
      padding: 7px; } }
  @media (min-width: 1280px) {
    .module, .button--summary, .section--search-primary .row__buttons {
      padding: 8px; } }
  .module a, .button--summary a, .section--search-primary .row__buttons a {
    text-decoration: none; }
  .module[aria-hidden="true"], .button--summary[aria-hidden="true"], .section--search-primary .row__buttons[aria-hidden="true"] {
    display: none; }
  .module .module__action, .button--summary .module__action, .section--search-primary .row__buttons .module__action {
    z-index: 50; }

.module__grid, .button--module, .table__item {
  position: relative;
  width: 100%;
  display: block; }
  @media print {
    .module__grid, .button--module, .table__item {
      border: 1px solid; } }

.media--fixed {
  position: relative;
  background-color: #4F4F4F; }
  .media--fixed > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto; }

.media--square, .table__item .media--logo, .module--order-image .module__media, .row--order-review .module__media {
  position: relative; }
  .module--small .media--square, .section--search-primary .row__buttons .media--square, .module--small .table__item .media--logo, .table__item .module--small .media--logo, .section--search-primary .row__buttons .table__item .media--logo, .table__item .section--search-primary .row__buttons .media--logo, .module--small .module--order-image .module__media, .module--order-image .module--small .module__media, .section--search-primary .row__buttons .module--order-image .module__media, .module--order-image .section--search-primary .row__buttons .module__media, .module--small .row--order-review .module__media, .row--order-review .module--small .module__media, .section--search-primary .row__buttons .row--order-review .module__media, .row--order-review .section--search-primary .row__buttons .module__media {
    width: 142px;
    height: 142px; }
    @media (min-width: 360px) {
      .module--small .media--square, .section--search-primary .row__buttons .media--square, .module--small .table__item .media--logo, .table__item .module--small .media--logo, .section--search-primary .row__buttons .table__item .media--logo, .table__item .section--search-primary .row__buttons .media--logo, .module--small .module--order-image .module__media, .module--order-image .module--small .module__media, .section--search-primary .row__buttons .module--order-image .module__media, .module--order-image .section--search-primary .row__buttons .module__media, .module--small .row--order-review .module__media, .row--order-review .module--small .module__media, .section--search-primary .row__buttons .row--order-review .module__media, .row--order-review .section--search-primary .row__buttons .module__media {
        width: 146px;
        height: 146px; } }
    @media (min-width: 400px) {
      .module--small .media--square, .section--search-primary .row__buttons .media--square, .module--small .table__item .media--logo, .table__item .module--small .media--logo, .section--search-primary .row__buttons .table__item .media--logo, .table__item .section--search-primary .row__buttons .media--logo, .module--small .module--order-image .module__media, .module--order-image .module--small .module__media, .section--search-primary .row__buttons .module--order-image .module__media, .module--order-image .section--search-primary .row__buttons .module__media, .module--small .row--order-review .module__media, .row--order-review .module--small .module__media, .section--search-primary .row__buttons .row--order-review .module__media, .row--order-review .section--search-primary .row__buttons .module__media {
        width: 164px;
        height: 164px; } }
    @media (min-width: 640px) {
      .module--small .media--square, .section--search-primary .row__buttons .media--square, .module--small .table__item .media--logo, .table__item .module--small .media--logo, .section--search-primary .row__buttons .table__item .media--logo, .table__item .section--search-primary .row__buttons .media--logo, .module--small .module--order-image .module__media, .module--order-image .module--small .module__media, .section--search-primary .row__buttons .module--order-image .module__media, .module--order-image .section--search-primary .row__buttons .module__media, .module--small .row--order-review .module__media, .row--order-review .module--small .module__media, .section--search-primary .row__buttons .row--order-review .module__media, .row--order-review .section--search-primary .row__buttons .module__media {
        width: 142px;
        height: 142px; } }
    @media (min-width: 720px) {
      .module--small .media--square, .section--search-primary .row__buttons .media--square, .module--small .table__item .media--logo, .table__item .module--small .media--logo, .section--search-primary .row__buttons .table__item .media--logo, .table__item .section--search-primary .row__buttons .media--logo, .module--small .module--order-image .module__media, .module--order-image .module--small .module__media, .section--search-primary .row__buttons .module--order-image .module__media, .module--order-image .section--search-primary .row__buttons .module__media, .module--small .row--order-review .module__media, .row--order-review .module--small .module__media, .section--search-primary .row__buttons .row--order-review .module__media, .row--order-review .section--search-primary .row__buttons .module__media {
        width: 146px;
        height: 146px; } }
    @media (min-width: 1280px) {
      .module--small .media--square, .section--search-primary .row__buttons .media--square, .module--small .table__item .media--logo, .table__item .module--small .media--logo, .section--search-primary .row__buttons .table__item .media--logo, .table__item .section--search-primary .row__buttons .media--logo, .module--small .module--order-image .module__media, .module--order-image .module--small .module__media, .section--search-primary .row__buttons .module--order-image .module__media, .module--order-image .section--search-primary .row__buttons .module__media, .module--small .row--order-review .module__media, .row--order-review .module--small .module__media, .section--search-primary .row__buttons .row--order-review .module__media, .row--order-review .section--search-primary .row__buttons .module__media {
        width: 164px;
        height: 164px; } }
  .module--medium .media--square, .module--medium .table__item .media--logo, .table__item .module--medium .media--logo, .module--medium .module--order-image .module__media, .module--order-image .module--medium .module__media, .module--medium .row--order-review .module__media, .row--order-review .module--medium .module__media {
    width: 296px;
    height: 296px; }
    @media (min-width: 360px) {
      .module--medium .media--square, .module--medium .table__item .media--logo, .table__item .module--medium .media--logo, .module--medium .module--order-image .module__media, .module--order-image .module--medium .module__media, .module--medium .row--order-review .module__media, .row--order-review .module--medium .module__media {
        width: 306px;
        height: 306px; } }
    @media (min-width: 400px) {
      .module--medium .media--square, .module--medium .table__item .media--logo, .table__item .module--medium .media--logo, .module--medium .module--order-image .module__media, .module--order-image .module--medium .module__media, .module--medium .row--order-review .module__media, .row--order-review .module--medium .module__media {
        width: 344px;
        height: 344px; } }
    @media (min-width: 640px) {
      .module--medium .media--square, .module--medium .table__item .media--logo, .table__item .module--medium .media--logo, .module--medium .module--order-image .module__media, .module--order-image .module--medium .module__media, .module--medium .row--order-review .module__media, .row--order-review .module--medium .module__media {
        width: 296px;
        height: 296px; } }
    @media (min-width: 720px) {
      .module--medium .media--square, .module--medium .table__item .media--logo, .table__item .module--medium .media--logo, .module--medium .module--order-image .module__media, .module--order-image .module--medium .module__media, .module--medium .row--order-review .module__media, .row--order-review .module--medium .module__media {
        width: 306px;
        height: 306px; } }
    @media (min-width: 1280px) {
      .module--medium .media--square, .module--medium .table__item .media--logo, .table__item .module--medium .media--logo, .module--medium .module--order-image .module__media, .module--order-image .module--medium .module__media, .module--medium .row--order-review .module__media, .row--order-review .module--medium .module__media {
        width: 344px;
        height: 344px; } }
  .media--square > img, .table__item .media--logo > img, .module--order-image .module__media > img, .row--order-review .module__media > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 90%;
    max-height: 90%;
    margin: auto; }
  .media--square > svg, .table__item .media--logo > svg, .module--order-image .module__media > svg, .row--order-review .module__media > svg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 90%;
    max-height: 90%;
    margin: auto; }

.media--folder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .media--folder > div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: inherit;
    background-position: center;
    background-size: cover;
    overflow: hidden; }

.module--small .media--folder[data-size="6"] [data-media="0"], .section--search-primary .row__buttons .media--folder[data-size="6"] [data-media="0"],
.module--small .media--folder[data-size="6"] [data-media="1"],
.section--search-primary .row__buttons .media--folder[data-size="6"] [data-media="1"] {
  top: 0;
  bottom: 66.66667%; }

.module--small .media--folder[data-size="6"] [data-media="2"], .section--search-primary .row__buttons .media--folder[data-size="6"] [data-media="2"],
.module--small .media--folder[data-size="6"] [data-media="3"],
.section--search-primary .row__buttons .media--folder[data-size="6"] [data-media="3"] {
  top: 33.33333%;
  bottom: 33.33333%; }

.module--small .media--folder[data-size="6"] [data-media="4"], .section--search-primary .row__buttons .media--folder[data-size="6"] [data-media="4"],
.module--small .media--folder[data-size="6"] [data-media="5"],
.section--search-primary .row__buttons .media--folder[data-size="6"] [data-media="5"] {
  top: 66.66667%;
  bottom: 0; }

.module--small .media--folder[data-size="6"] [data-media="0"], .section--search-primary .row__buttons .media--folder[data-size="6"] [data-media="0"], .module--small .media--folder[data-size="6"] [data-media="2"], .section--search-primary .row__buttons .media--folder[data-size="6"] [data-media="2"], .module--small .media--folder[data-size="6"] [data-media="4"], .section--search-primary .row__buttons .media--folder[data-size="6"] [data-media="4"] {
  left: 0;
  right: 50%; }


.module--small .media--folder[data-size="6"] [data-media="1"],
.section--search-primary .row__buttons .media--folder[data-size="6"] [data-media="1"],
.module--small .media--folder[data-size="6"] [data-media="3"],
.section--search-primary .row__buttons .media--folder[data-size="6"] [data-media="3"],
.module--small .media--folder[data-size="6"] [data-media="5"],
.section--search-primary .row__buttons .media--folder[data-size="6"] [data-media="5"] {
  left: 50%;
  right: 0; }

.module--medium .media--folder[data-size="6"] [data-media="0"],
.module--medium .media--folder[data-size="6"] [data-media="1"],
.module--medium .media--folder[data-size="6"] [data-media="2"] {
  top: 0;
  bottom: 50%; }

.module--medium .media--folder[data-size="6"] [data-media="3"],
.module--medium .media--folder[data-size="6"] [data-media="4"],
.module--medium .media--folder[data-size="6"] [data-media="5"] {
  top: 50%;
  bottom: 0; }

.module--medium .media--folder[data-size="6"] [data-media="0"],
.module--medium .media--folder[data-size="6"] [data-media="3"] {
  left: 0;
  right: 66.66667%; }

.module--medium .media--folder[data-size="6"] [data-media="1"],
.module--medium .media--folder[data-size="6"] [data-media="4"] {
  left: 33.33333%;
  right: 33.33333%; }

.module--medium .media--folder[data-size="6"] [data-media="2"],
.module--medium .media--folder[data-size="6"] [data-media="5"] {
  left: 66.66667%;
  right: 0; }

.module--small .media--folder[data-size="12"] [data-media="0"], .section--search-primary .row__buttons .media--folder[data-size="12"] [data-media="0"],
.module--small .media--folder[data-size="12"] [data-media="1"],
.section--search-primary .row__buttons .media--folder[data-size="12"] [data-media="1"],
.module--small .media--folder[data-size="12"] [data-media="2"],
.section--search-primary .row__buttons .media--folder[data-size="12"] [data-media="2"] {
  top: 0;
  bottom: 75%; }

.module--small .media--folder[data-size="12"] [data-media="3"], .section--search-primary .row__buttons .media--folder[data-size="12"] [data-media="3"],
.module--small .media--folder[data-size="12"] [data-media="4"],
.section--search-primary .row__buttons .media--folder[data-size="12"] [data-media="4"],
.module--small .media--folder[data-size="12"] [data-media="5"],
.section--search-primary .row__buttons .media--folder[data-size="12"] [data-media="5"] {
  top: 25%;
  bottom: 50%; }

.module--small .media--folder[data-size="12"] [data-media="6"], .section--search-primary .row__buttons .media--folder[data-size="12"] [data-media="6"],
.module--small .media--folder[data-size="12"] [data-media="7"],
.section--search-primary .row__buttons .media--folder[data-size="12"] [data-media="7"],
.module--small .media--folder[data-size="12"] [data-media="8"],
.section--search-primary .row__buttons .media--folder[data-size="12"] [data-media="8"] {
  top: 50%;
  bottom: 25%; }

.module--small .media--folder[data-size="12"] [data-media="9"], .section--search-primary .row__buttons .media--folder[data-size="12"] [data-media="9"],
.module--small .media--folder[data-size="12"] [data-media="10"],
.section--search-primary .row__buttons .media--folder[data-size="12"] [data-media="10"],
.module--small .media--folder[data-size="12"] [data-media="11"],
.section--search-primary .row__buttons .media--folder[data-size="12"] [data-media="11"] {
  top: 75%;
  bottom: 0; }

.module--small .media--folder[data-size="12"] [data-media="0"], .section--search-primary .row__buttons .media--folder[data-size="12"] [data-media="0"], .module--small .media--folder[data-size="12"] [data-media="3"], .section--search-primary .row__buttons .media--folder[data-size="12"] [data-media="3"], .module--small .media--folder[data-size="12"] [data-media="6"], .section--search-primary .row__buttons .media--folder[data-size="12"] [data-media="6"], .module--small .media--folder[data-size="12"] [data-media="9"], .section--search-primary .row__buttons .media--folder[data-size="12"] [data-media="9"] {
  left: 0;
  right: 66.66667%; }


.module--small .media--folder[data-size="12"] [data-media="1"],
.section--search-primary .row__buttons .media--folder[data-size="12"] [data-media="1"],
.module--small .media--folder[data-size="12"] [data-media="4"],
.section--search-primary .row__buttons .media--folder[data-size="12"] [data-media="4"],
.module--small .media--folder[data-size="12"] [data-media="7"],
.section--search-primary .row__buttons .media--folder[data-size="12"] [data-media="7"],
.module--small .media--folder[data-size="12"] [data-media="10"],
.section--search-primary .row__buttons .media--folder[data-size="12"] [data-media="10"] {
  left: 33.33333%;
  right: 33.33333%; }


.module--small .media--folder[data-size="12"] [data-media="2"],
.section--search-primary .row__buttons .media--folder[data-size="12"] [data-media="2"],
.module--small .media--folder[data-size="12"] [data-media="5"],
.section--search-primary .row__buttons .media--folder[data-size="12"] [data-media="5"],
.module--small .media--folder[data-size="12"] [data-media="8"],
.section--search-primary .row__buttons .media--folder[data-size="12"] [data-media="8"],
.module--small .media--folder[data-size="12"] [data-media="11"],
.section--search-primary .row__buttons .media--folder[data-size="12"] [data-media="11"] {
  left: 66.66667%;
  right: 0; }

.module--medium .media--folder[data-size="12"] [data-media="0"],
.module--medium .media--folder[data-size="12"] [data-media="1"],
.module--medium .media--folder[data-size="12"] [data-media="2"],
.module--medium .media--folder[data-size="12"] [data-media="3"] {
  top: 0;
  bottom: 66.66667%; }

.module--medium .media--folder[data-size="12"] [data-media="4"],
.module--medium .media--folder[data-size="12"] [data-media="5"],
.module--medium .media--folder[data-size="12"] [data-media="6"],
.module--medium .media--folder[data-size="12"] [data-media="7"] {
  top: 33.33333%;
  bottom: 33.33333%; }

.module--medium .media--folder[data-size="12"] [data-media="8"],
.module--medium .media--folder[data-size="12"] [data-media="9"],
.module--medium .media--folder[data-size="12"] [data-media="10"],
.module--medium .media--folder[data-size="12"] [data-media="11"] {
  top: 66.66667%;
  bottom: 0; }

.module--medium .media--folder[data-size="12"] [data-media="0"],
.module--medium .media--folder[data-size="12"] [data-media="4"],
.module--medium .media--folder[data-size="12"] [data-media="8"] {
  left: 0;
  right: 75%; }

.module--medium .media--folder[data-size="12"] [data-media="1"],
.module--medium .media--folder[data-size="12"] [data-media="5"],
.module--medium .media--folder[data-size="12"] [data-media="9"] {
  left: 25%;
  right: 50%; }

.module--medium .media--folder[data-size="12"] [data-media="2"],
.module--medium .media--folder[data-size="12"] [data-media="6"],
.module--medium .media--folder[data-size="12"] [data-media="10"] {
  left: 50%;
  right: 25%; }

.module--medium .media--folder[data-size="12"] [data-media="3"],
.module--medium .media--folder[data-size="12"] [data-media="7"],
.module--medium .media--folder[data-size="12"] [data-media="11"] {
  left: 75%;
  right: 0; }

.media--dm-object {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: none !important;
  background-image: none; }
  .media--dm-object img,
  .media--dm-object iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    max-width: 90%;
    max-height: 90%;
    margin: auto; }

.media--dm-cover, .module--dm-owner .module__media, .module--dm-exhibition .module__media, .module--dm-folder .module__media[data-size="auto"], .module--dm-investigation .module__media[data-size="auto"], .module--dm-name .module__media[data-size="auto"] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.35;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .media--dm-cover iframe, .module--dm-owner .module__media iframe, .module--dm-exhibition .module__media iframe, .module--dm-folder .module__media[data-size="auto"] iframe, .module--dm-investigation .module__media[data-size="auto"] iframe, .module--dm-name .module__media[data-size="auto"] iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .media--dm-cover:not(#exhibition-media) img, .module--dm-owner .module__media:not(#exhibition-media) img, .module--dm-exhibition .module__media:not(#exhibition-media) img, .module--dm-folder .module__media:not(#exhibition-media)[data-size="auto"] img, .module--dm-investigation .module__media:not(#exhibition-media)[data-size="auto"] img, .module--dm-name .module__media:not(#exhibition-media)[data-size="auto"] img {
    display: none; }

.media--dm-folder, .module--dm-folder .module__media, .module--dm-investigation .module__media, .module--dm-name .module__media {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.35; }
  .media--dm-folder .media__image, .module--dm-folder .module__media .media__image, .module--dm-investigation .module__media .media__image, .module--dm-name .module__media .media__image {
    position: absolute;
    background-image: inherit;
    background-position: center;
    background-size: cover; }
    .media--dm-folder .media__image > img, .module--dm-folder .module__media .media__image > img, .module--dm-investigation .module__media .media__image > img, .module--dm-name .module__media .media__image > img {
      display: none; }

.media--dm-6-small [data-index="0"], .module--dm-folder.module--small .module__media[data-size="6"] [data-index="0"], .section--search-primary .module--dm-folder.row__buttons .module__media[data-size="6"] [data-index="0"], .module--dm-investigation.module--small .module__media[data-size="6"] [data-index="0"], .section--search-primary .module--dm-investigation.row__buttons .module__media[data-size="6"] [data-index="0"], .module--dm-name.module--small .module__media[data-size="6"] [data-index="0"], .section--search-primary .module--dm-name.row__buttons .module__media[data-size="6"] [data-index="0"],
.media--dm-6-small [data-index="1"],
.module--dm-folder.module--small .module__media[data-size="6"] [data-index="1"],
.section--search-primary .module--dm-folder.row__buttons .module__media[data-size="6"] [data-index="1"],
.module--dm-investigation.module--small .module__media[data-size="6"] [data-index="1"],
.section--search-primary .module--dm-investigation.row__buttons .module__media[data-size="6"] [data-index="1"],
.module--dm-name.module--small .module__media[data-size="6"] [data-index="1"],
.section--search-primary .module--dm-name.row__buttons .module__media[data-size="6"] [data-index="1"] {
  top: 0;
  bottom: 66.66667%; }

.media--dm-6-small [data-index="2"], .module--dm-folder.module--small .module__media[data-size="6"] [data-index="2"], .section--search-primary .module--dm-folder.row__buttons .module__media[data-size="6"] [data-index="2"], .module--dm-investigation.module--small .module__media[data-size="6"] [data-index="2"], .section--search-primary .module--dm-investigation.row__buttons .module__media[data-size="6"] [data-index="2"], .module--dm-name.module--small .module__media[data-size="6"] [data-index="2"], .section--search-primary .module--dm-name.row__buttons .module__media[data-size="6"] [data-index="2"],
.media--dm-6-small [data-index="3"],
.module--dm-folder.module--small .module__media[data-size="6"] [data-index="3"],
.section--search-primary .module--dm-folder.row__buttons .module__media[data-size="6"] [data-index="3"],
.module--dm-investigation.module--small .module__media[data-size="6"] [data-index="3"],
.section--search-primary .module--dm-investigation.row__buttons .module__media[data-size="6"] [data-index="3"],
.module--dm-name.module--small .module__media[data-size="6"] [data-index="3"],
.section--search-primary .module--dm-name.row__buttons .module__media[data-size="6"] [data-index="3"] {
  top: 33.33333%;
  bottom: 33.33333%; }

.media--dm-6-small [data-index="4"], .module--dm-folder.module--small .module__media[data-size="6"] [data-index="4"], .section--search-primary .module--dm-folder.row__buttons .module__media[data-size="6"] [data-index="4"], .module--dm-investigation.module--small .module__media[data-size="6"] [data-index="4"], .section--search-primary .module--dm-investigation.row__buttons .module__media[data-size="6"] [data-index="4"], .module--dm-name.module--small .module__media[data-size="6"] [data-index="4"], .section--search-primary .module--dm-name.row__buttons .module__media[data-size="6"] [data-index="4"],
.media--dm-6-small [data-index="5"],
.module--dm-folder.module--small .module__media[data-size="6"] [data-index="5"],
.section--search-primary .module--dm-folder.row__buttons .module__media[data-size="6"] [data-index="5"],
.module--dm-investigation.module--small .module__media[data-size="6"] [data-index="5"],
.section--search-primary .module--dm-investigation.row__buttons .module__media[data-size="6"] [data-index="5"],
.module--dm-name.module--small .module__media[data-size="6"] [data-index="5"],
.section--search-primary .module--dm-name.row__buttons .module__media[data-size="6"] [data-index="5"] {
  top: 66.66667%;
  bottom: 0; }

.media--dm-6-small [data-index="0"], .module--dm-folder.module--small .module__media[data-size="6"] [data-index="0"], .section--search-primary .module--dm-folder.row__buttons .module__media[data-size="6"] [data-index="0"], .module--dm-investigation.module--small .module__media[data-size="6"] [data-index="0"], .section--search-primary .module--dm-investigation.row__buttons .module__media[data-size="6"] [data-index="0"], .module--dm-name.module--small .module__media[data-size="6"] [data-index="0"], .section--search-primary .module--dm-name.row__buttons .module__media[data-size="6"] [data-index="0"], .media--dm-6-small [data-index="2"], .module--dm-folder.module--small .module__media[data-size="6"] [data-index="2"], .section--search-primary .module--dm-folder.row__buttons .module__media[data-size="6"] [data-index="2"], .module--dm-investigation.module--small .module__media[data-size="6"] [data-index="2"], .section--search-primary .module--dm-investigation.row__buttons .module__media[data-size="6"] [data-index="2"], .module--dm-name.module--small .module__media[data-size="6"] [data-index="2"], .section--search-primary .module--dm-name.row__buttons .module__media[data-size="6"] [data-index="2"], .media--dm-6-small [data-index="4"], .module--dm-folder.module--small .module__media[data-size="6"] [data-index="4"], .section--search-primary .module--dm-folder.row__buttons .module__media[data-size="6"] [data-index="4"], .module--dm-investigation.module--small .module__media[data-size="6"] [data-index="4"], .section--search-primary .module--dm-investigation.row__buttons .module__media[data-size="6"] [data-index="4"], .module--dm-name.module--small .module__media[data-size="6"] [data-index="4"], .section--search-primary .module--dm-name.row__buttons .module__media[data-size="6"] [data-index="4"] {
  left: 0;
  right: 50%; }


.media--dm-6-small [data-index="1"],
.module--dm-folder.module--small .module__media[data-size="6"] [data-index="1"],
.section--search-primary .module--dm-folder.row__buttons .module__media[data-size="6"] [data-index="1"],
.module--dm-investigation.module--small .module__media[data-size="6"] [data-index="1"],
.section--search-primary .module--dm-investigation.row__buttons .module__media[data-size="6"] [data-index="1"],
.module--dm-name.module--small .module__media[data-size="6"] [data-index="1"],
.section--search-primary .module--dm-name.row__buttons .module__media[data-size="6"] [data-index="1"],
.media--dm-6-small [data-index="3"],
.module--dm-folder.module--small .module__media[data-size="6"] [data-index="3"],
.section--search-primary .module--dm-folder.row__buttons .module__media[data-size="6"] [data-index="3"],
.module--dm-investigation.module--small .module__media[data-size="6"] [data-index="3"],
.section--search-primary .module--dm-investigation.row__buttons .module__media[data-size="6"] [data-index="3"],
.module--dm-name.module--small .module__media[data-size="6"] [data-index="3"],
.section--search-primary .module--dm-name.row__buttons .module__media[data-size="6"] [data-index="3"],
.media--dm-6-small [data-index="5"],
.module--dm-folder.module--small .module__media[data-size="6"] [data-index="5"],
.section--search-primary .module--dm-folder.row__buttons .module__media[data-size="6"] [data-index="5"],
.module--dm-investigation.module--small .module__media[data-size="6"] [data-index="5"],
.section--search-primary .module--dm-investigation.row__buttons .module__media[data-size="6"] [data-index="5"],
.module--dm-name.module--small .module__media[data-size="6"] [data-index="5"],
.section--search-primary .module--dm-name.row__buttons .module__media[data-size="6"] [data-index="5"] {
  left: 50%;
  right: 0; }

.media--dm-6-medium [data-index="0"], .module--dm-folder .module__media[data-size="6"] [data-index="0"], .module--dm-investigation .module__media[data-size="6"] [data-index="0"], .module--dm-name .module__media[data-size="6"] [data-index="0"],
.media--dm-6-medium [data-index="1"],
.module--dm-folder .module__media[data-size="6"] [data-index="1"],
.module--dm-investigation .module__media[data-size="6"] [data-index="1"],
.module--dm-name .module__media[data-size="6"] [data-index="1"],
.media--dm-6-medium [data-index="2"],
.module--dm-folder .module__media[data-size="6"] [data-index="2"],
.module--dm-investigation .module__media[data-size="6"] [data-index="2"],
.module--dm-name .module__media[data-size="6"] [data-index="2"] {
  top: 0;
  bottom: 50%; }

.media--dm-6-medium [data-index="3"], .module--dm-folder .module__media[data-size="6"] [data-index="3"], .module--dm-investigation .module__media[data-size="6"] [data-index="3"], .module--dm-name .module__media[data-size="6"] [data-index="3"],
.media--dm-6-medium [data-index="4"],
.module--dm-folder .module__media[data-size="6"] [data-index="4"],
.module--dm-investigation .module__media[data-size="6"] [data-index="4"],
.module--dm-name .module__media[data-size="6"] [data-index="4"],
.media--dm-6-medium [data-index="5"],
.module--dm-folder .module__media[data-size="6"] [data-index="5"],
.module--dm-investigation .module__media[data-size="6"] [data-index="5"],
.module--dm-name .module__media[data-size="6"] [data-index="5"] {
  top: 50%;
  bottom: 0; }

.media--dm-6-medium [data-index="0"], .module--dm-folder .module__media[data-size="6"] [data-index="0"], .module--dm-investigation .module__media[data-size="6"] [data-index="0"], .module--dm-name .module__media[data-size="6"] [data-index="0"], .media--dm-6-medium [data-index="3"], .module--dm-folder .module__media[data-size="6"] [data-index="3"], .module--dm-investigation .module__media[data-size="6"] [data-index="3"], .module--dm-name .module__media[data-size="6"] [data-index="3"] {
  left: 0;
  right: 66.66667%; }


.media--dm-6-medium [data-index="1"],
.module--dm-folder .module__media[data-size="6"] [data-index="1"],
.module--dm-investigation .module__media[data-size="6"] [data-index="1"],
.module--dm-name .module__media[data-size="6"] [data-index="1"],
.media--dm-6-medium [data-index="4"],
.module--dm-folder .module__media[data-size="6"] [data-index="4"],
.module--dm-investigation .module__media[data-size="6"] [data-index="4"],
.module--dm-name .module__media[data-size="6"] [data-index="4"] {
  left: 33.33333%;
  right: 33.33333%; }


.media--dm-6-medium [data-index="2"],
.module--dm-folder .module__media[data-size="6"] [data-index="2"],
.module--dm-investigation .module__media[data-size="6"] [data-index="2"],
.module--dm-name .module__media[data-size="6"] [data-index="2"],
.media--dm-6-medium [data-index="5"],
.module--dm-folder .module__media[data-size="6"] [data-index="5"],
.module--dm-investigation .module__media[data-size="6"] [data-index="5"],
.module--dm-name .module__media[data-size="6"] [data-index="5"] {
  left: 66.66667%;
  right: 0; }

.media--dm-12-small [data-index="0"], .module--dm-folder.module--small .module__media[data-size="12"] [data-index="0"], .section--search-primary .module--dm-folder.row__buttons .module__media[data-size="12"] [data-index="0"], .module--dm-investigation.module--small .module__media[data-size="12"] [data-index="0"], .section--search-primary .module--dm-investigation.row__buttons .module__media[data-size="12"] [data-index="0"], .module--dm-name.module--small .module__media[data-size="12"] [data-index="0"], .section--search-primary .module--dm-name.row__buttons .module__media[data-size="12"] [data-index="0"],
.media--dm-12-small [data-index="1"],
.module--dm-folder.module--small .module__media[data-size="12"] [data-index="1"],
.section--search-primary .module--dm-folder.row__buttons .module__media[data-size="12"] [data-index="1"],
.module--dm-investigation.module--small .module__media[data-size="12"] [data-index="1"],
.section--search-primary .module--dm-investigation.row__buttons .module__media[data-size="12"] [data-index="1"],
.module--dm-name.module--small .module__media[data-size="12"] [data-index="1"],
.section--search-primary .module--dm-name.row__buttons .module__media[data-size="12"] [data-index="1"],
.media--dm-12-small [data-index="2"],
.module--dm-folder.module--small .module__media[data-size="12"] [data-index="2"],
.section--search-primary .module--dm-folder.row__buttons .module__media[data-size="12"] [data-index="2"],
.module--dm-investigation.module--small .module__media[data-size="12"] [data-index="2"],
.section--search-primary .module--dm-investigation.row__buttons .module__media[data-size="12"] [data-index="2"],
.module--dm-name.module--small .module__media[data-size="12"] [data-index="2"],
.section--search-primary .module--dm-name.row__buttons .module__media[data-size="12"] [data-index="2"] {
  top: 0;
  bottom: 75%; }

.media--dm-12-small [data-index="3"], .module--dm-folder.module--small .module__media[data-size="12"] [data-index="3"], .section--search-primary .module--dm-folder.row__buttons .module__media[data-size="12"] [data-index="3"], .module--dm-investigation.module--small .module__media[data-size="12"] [data-index="3"], .section--search-primary .module--dm-investigation.row__buttons .module__media[data-size="12"] [data-index="3"], .module--dm-name.module--small .module__media[data-size="12"] [data-index="3"], .section--search-primary .module--dm-name.row__buttons .module__media[data-size="12"] [data-index="3"],
.media--dm-12-small [data-index="4"],
.module--dm-folder.module--small .module__media[data-size="12"] [data-index="4"],
.section--search-primary .module--dm-folder.row__buttons .module__media[data-size="12"] [data-index="4"],
.module--dm-investigation.module--small .module__media[data-size="12"] [data-index="4"],
.section--search-primary .module--dm-investigation.row__buttons .module__media[data-size="12"] [data-index="4"],
.module--dm-name.module--small .module__media[data-size="12"] [data-index="4"],
.section--search-primary .module--dm-name.row__buttons .module__media[data-size="12"] [data-index="4"],
.media--dm-12-small [data-index="5"],
.module--dm-folder.module--small .module__media[data-size="12"] [data-index="5"],
.section--search-primary .module--dm-folder.row__buttons .module__media[data-size="12"] [data-index="5"],
.module--dm-investigation.module--small .module__media[data-size="12"] [data-index="5"],
.section--search-primary .module--dm-investigation.row__buttons .module__media[data-size="12"] [data-index="5"],
.module--dm-name.module--small .module__media[data-size="12"] [data-index="5"],
.section--search-primary .module--dm-name.row__buttons .module__media[data-size="12"] [data-index="5"] {
  top: 25%;
  bottom: 50%; }

.media--dm-12-small [data-index="6"], .module--dm-folder.module--small .module__media[data-size="12"] [data-index="6"], .section--search-primary .module--dm-folder.row__buttons .module__media[data-size="12"] [data-index="6"], .module--dm-investigation.module--small .module__media[data-size="12"] [data-index="6"], .section--search-primary .module--dm-investigation.row__buttons .module__media[data-size="12"] [data-index="6"], .module--dm-name.module--small .module__media[data-size="12"] [data-index="6"], .section--search-primary .module--dm-name.row__buttons .module__media[data-size="12"] [data-index="6"],
.media--dm-12-small [data-index="7"],
.module--dm-folder.module--small .module__media[data-size="12"] [data-index="7"],
.section--search-primary .module--dm-folder.row__buttons .module__media[data-size="12"] [data-index="7"],
.module--dm-investigation.module--small .module__media[data-size="12"] [data-index="7"],
.section--search-primary .module--dm-investigation.row__buttons .module__media[data-size="12"] [data-index="7"],
.module--dm-name.module--small .module__media[data-size="12"] [data-index="7"],
.section--search-primary .module--dm-name.row__buttons .module__media[data-size="12"] [data-index="7"],
.media--dm-12-small [data-index="8"],
.module--dm-folder.module--small .module__media[data-size="12"] [data-index="8"],
.section--search-primary .module--dm-folder.row__buttons .module__media[data-size="12"] [data-index="8"],
.module--dm-investigation.module--small .module__media[data-size="12"] [data-index="8"],
.section--search-primary .module--dm-investigation.row__buttons .module__media[data-size="12"] [data-index="8"],
.module--dm-name.module--small .module__media[data-size="12"] [data-index="8"],
.section--search-primary .module--dm-name.row__buttons .module__media[data-size="12"] [data-index="8"] {
  top: 50%;
  bottom: 25%; }

.media--dm-12-small [data-index="9"], .module--dm-folder.module--small .module__media[data-size="12"] [data-index="9"], .section--search-primary .module--dm-folder.row__buttons .module__media[data-size="12"] [data-index="9"], .module--dm-investigation.module--small .module__media[data-size="12"] [data-index="9"], .section--search-primary .module--dm-investigation.row__buttons .module__media[data-size="12"] [data-index="9"], .module--dm-name.module--small .module__media[data-size="12"] [data-index="9"], .section--search-primary .module--dm-name.row__buttons .module__media[data-size="12"] [data-index="9"],
.media--dm-12-small [data-index="10"],
.module--dm-folder.module--small .module__media[data-size="12"] [data-index="10"],
.section--search-primary .module--dm-folder.row__buttons .module__media[data-size="12"] [data-index="10"],
.module--dm-investigation.module--small .module__media[data-size="12"] [data-index="10"],
.section--search-primary .module--dm-investigation.row__buttons .module__media[data-size="12"] [data-index="10"],
.module--dm-name.module--small .module__media[data-size="12"] [data-index="10"],
.section--search-primary .module--dm-name.row__buttons .module__media[data-size="12"] [data-index="10"],
.media--dm-12-small [data-index="11"],
.module--dm-folder.module--small .module__media[data-size="12"] [data-index="11"],
.section--search-primary .module--dm-folder.row__buttons .module__media[data-size="12"] [data-index="11"],
.module--dm-investigation.module--small .module__media[data-size="12"] [data-index="11"],
.section--search-primary .module--dm-investigation.row__buttons .module__media[data-size="12"] [data-index="11"],
.module--dm-name.module--small .module__media[data-size="12"] [data-index="11"],
.section--search-primary .module--dm-name.row__buttons .module__media[data-size="12"] [data-index="11"] {
  top: 75%;
  bottom: 0; }

.media--dm-12-small [data-index="0"], .module--dm-folder.module--small .module__media[data-size="12"] [data-index="0"], .section--search-primary .module--dm-folder.row__buttons .module__media[data-size="12"] [data-index="0"], .module--dm-investigation.module--small .module__media[data-size="12"] [data-index="0"], .section--search-primary .module--dm-investigation.row__buttons .module__media[data-size="12"] [data-index="0"], .module--dm-name.module--small .module__media[data-size="12"] [data-index="0"], .section--search-primary .module--dm-name.row__buttons .module__media[data-size="12"] [data-index="0"], .media--dm-12-small [data-index="3"], .module--dm-folder.module--small .module__media[data-size="12"] [data-index="3"], .section--search-primary .module--dm-folder.row__buttons .module__media[data-size="12"] [data-index="3"], .module--dm-investigation.module--small .module__media[data-size="12"] [data-index="3"], .section--search-primary .module--dm-investigation.row__buttons .module__media[data-size="12"] [data-index="3"], .module--dm-name.module--small .module__media[data-size="12"] [data-index="3"], .section--search-primary .module--dm-name.row__buttons .module__media[data-size="12"] [data-index="3"], .media--dm-12-small [data-index="6"], .module--dm-folder.module--small .module__media[data-size="12"] [data-index="6"], .section--search-primary .module--dm-folder.row__buttons .module__media[data-size="12"] [data-index="6"], .module--dm-investigation.module--small .module__media[data-size="12"] [data-index="6"], .section--search-primary .module--dm-investigation.row__buttons .module__media[data-size="12"] [data-index="6"], .module--dm-name.module--small .module__media[data-size="12"] [data-index="6"], .section--search-primary .module--dm-name.row__buttons .module__media[data-size="12"] [data-index="6"], .media--dm-12-small [data-index="9"], .module--dm-folder.module--small .module__media[data-size="12"] [data-index="9"], .section--search-primary .module--dm-folder.row__buttons .module__media[data-size="12"] [data-index="9"], .module--dm-investigation.module--small .module__media[data-size="12"] [data-index="9"], .section--search-primary .module--dm-investigation.row__buttons .module__media[data-size="12"] [data-index="9"], .module--dm-name.module--small .module__media[data-size="12"] [data-index="9"], .section--search-primary .module--dm-name.row__buttons .module__media[data-size="12"] [data-index="9"] {
  left: 0;
  right: 66.66667%; }


.media--dm-12-small [data-index="1"],
.module--dm-folder.module--small .module__media[data-size="12"] [data-index="1"],
.section--search-primary .module--dm-folder.row__buttons .module__media[data-size="12"] [data-index="1"],
.module--dm-investigation.module--small .module__media[data-size="12"] [data-index="1"],
.section--search-primary .module--dm-investigation.row__buttons .module__media[data-size="12"] [data-index="1"],
.module--dm-name.module--small .module__media[data-size="12"] [data-index="1"],
.section--search-primary .module--dm-name.row__buttons .module__media[data-size="12"] [data-index="1"],
.media--dm-12-small [data-index="4"],
.module--dm-folder.module--small .module__media[data-size="12"] [data-index="4"],
.section--search-primary .module--dm-folder.row__buttons .module__media[data-size="12"] [data-index="4"],
.module--dm-investigation.module--small .module__media[data-size="12"] [data-index="4"],
.section--search-primary .module--dm-investigation.row__buttons .module__media[data-size="12"] [data-index="4"],
.module--dm-name.module--small .module__media[data-size="12"] [data-index="4"],
.section--search-primary .module--dm-name.row__buttons .module__media[data-size="12"] [data-index="4"],
.media--dm-12-small [data-index="7"],
.module--dm-folder.module--small .module__media[data-size="12"] [data-index="7"],
.section--search-primary .module--dm-folder.row__buttons .module__media[data-size="12"] [data-index="7"],
.module--dm-investigation.module--small .module__media[data-size="12"] [data-index="7"],
.section--search-primary .module--dm-investigation.row__buttons .module__media[data-size="12"] [data-index="7"],
.module--dm-name.module--small .module__media[data-size="12"] [data-index="7"],
.section--search-primary .module--dm-name.row__buttons .module__media[data-size="12"] [data-index="7"],
.media--dm-12-small [data-index="10"],
.module--dm-folder.module--small .module__media[data-size="12"] [data-index="10"],
.section--search-primary .module--dm-folder.row__buttons .module__media[data-size="12"] [data-index="10"],
.module--dm-investigation.module--small .module__media[data-size="12"] [data-index="10"],
.section--search-primary .module--dm-investigation.row__buttons .module__media[data-size="12"] [data-index="10"],
.module--dm-name.module--small .module__media[data-size="12"] [data-index="10"],
.section--search-primary .module--dm-name.row__buttons .module__media[data-size="12"] [data-index="10"] {
  left: 33.33333%;
  right: 33.33333%; }


.media--dm-12-small [data-index="2"],
.module--dm-folder.module--small .module__media[data-size="12"] [data-index="2"],
.section--search-primary .module--dm-folder.row__buttons .module__media[data-size="12"] [data-index="2"],
.module--dm-investigation.module--small .module__media[data-size="12"] [data-index="2"],
.section--search-primary .module--dm-investigation.row__buttons .module__media[data-size="12"] [data-index="2"],
.module--dm-name.module--small .module__media[data-size="12"] [data-index="2"],
.section--search-primary .module--dm-name.row__buttons .module__media[data-size="12"] [data-index="2"],
.media--dm-12-small [data-index="5"],
.module--dm-folder.module--small .module__media[data-size="12"] [data-index="5"],
.section--search-primary .module--dm-folder.row__buttons .module__media[data-size="12"] [data-index="5"],
.module--dm-investigation.module--small .module__media[data-size="12"] [data-index="5"],
.section--search-primary .module--dm-investigation.row__buttons .module__media[data-size="12"] [data-index="5"],
.module--dm-name.module--small .module__media[data-size="12"] [data-index="5"],
.section--search-primary .module--dm-name.row__buttons .module__media[data-size="12"] [data-index="5"],
.media--dm-12-small [data-index="8"],
.module--dm-folder.module--small .module__media[data-size="12"] [data-index="8"],
.section--search-primary .module--dm-folder.row__buttons .module__media[data-size="12"] [data-index="8"],
.module--dm-investigation.module--small .module__media[data-size="12"] [data-index="8"],
.section--search-primary .module--dm-investigation.row__buttons .module__media[data-size="12"] [data-index="8"],
.module--dm-name.module--small .module__media[data-size="12"] [data-index="8"],
.section--search-primary .module--dm-name.row__buttons .module__media[data-size="12"] [data-index="8"],
.media--dm-12-small [data-index="11"],
.module--dm-folder.module--small .module__media[data-size="12"] [data-index="11"],
.section--search-primary .module--dm-folder.row__buttons .module__media[data-size="12"] [data-index="11"],
.module--dm-investigation.module--small .module__media[data-size="12"] [data-index="11"],
.section--search-primary .module--dm-investigation.row__buttons .module__media[data-size="12"] [data-index="11"],
.module--dm-name.module--small .module__media[data-size="12"] [data-index="11"],
.section--search-primary .module--dm-name.row__buttons .module__media[data-size="12"] [data-index="11"] {
  left: 66.66667%;
  right: 0; }

.media--dm-12-medium [data-index="0"], .module--dm-folder .module__media[data-size="12"] [data-index="0"], .module--dm-investigation .module__media[data-size="12"] [data-index="0"], .module--dm-name .module__media[data-size="12"] [data-index="0"],
.media--dm-12-medium [data-index="1"],
.module--dm-folder .module__media[data-size="12"] [data-index="1"],
.module--dm-investigation .module__media[data-size="12"] [data-index="1"],
.module--dm-name .module__media[data-size="12"] [data-index="1"],
.media--dm-12-medium [data-index="2"],
.module--dm-folder .module__media[data-size="12"] [data-index="2"],
.module--dm-investigation .module__media[data-size="12"] [data-index="2"],
.module--dm-name .module__media[data-size="12"] [data-index="2"],
.media--dm-12-medium [data-index="3"],
.module--dm-folder .module__media[data-size="12"] [data-index="3"],
.module--dm-investigation .module__media[data-size="12"] [data-index="3"],
.module--dm-name .module__media[data-size="12"] [data-index="3"] {
  top: 0;
  bottom: 66.66667%; }

.media--dm-12-medium [data-index="4"], .module--dm-folder .module__media[data-size="12"] [data-index="4"], .module--dm-investigation .module__media[data-size="12"] [data-index="4"], .module--dm-name .module__media[data-size="12"] [data-index="4"],
.media--dm-12-medium [data-index="5"],
.module--dm-folder .module__media[data-size="12"] [data-index="5"],
.module--dm-investigation .module__media[data-size="12"] [data-index="5"],
.module--dm-name .module__media[data-size="12"] [data-index="5"],
.media--dm-12-medium [data-index="6"],
.module--dm-folder .module__media[data-size="12"] [data-index="6"],
.module--dm-investigation .module__media[data-size="12"] [data-index="6"],
.module--dm-name .module__media[data-size="12"] [data-index="6"],
.media--dm-12-medium [data-index="7"],
.module--dm-folder .module__media[data-size="12"] [data-index="7"],
.module--dm-investigation .module__media[data-size="12"] [data-index="7"],
.module--dm-name .module__media[data-size="12"] [data-index="7"] {
  top: 33.33333%;
  bottom: 33.33333%; }

.media--dm-12-medium [data-index="8"], .module--dm-folder .module__media[data-size="12"] [data-index="8"], .module--dm-investigation .module__media[data-size="12"] [data-index="8"], .module--dm-name .module__media[data-size="12"] [data-index="8"],
.media--dm-12-medium [data-index="9"],
.module--dm-folder .module__media[data-size="12"] [data-index="9"],
.module--dm-investigation .module__media[data-size="12"] [data-index="9"],
.module--dm-name .module__media[data-size="12"] [data-index="9"],
.media--dm-12-medium [data-index="10"],
.module--dm-folder .module__media[data-size="12"] [data-index="10"],
.module--dm-investigation .module__media[data-size="12"] [data-index="10"],
.module--dm-name .module__media[data-size="12"] [data-index="10"],
.media--dm-12-medium [data-index="11"],
.module--dm-folder .module__media[data-size="12"] [data-index="11"],
.module--dm-investigation .module__media[data-size="12"] [data-index="11"],
.module--dm-name .module__media[data-size="12"] [data-index="11"] {
  top: 66.66667%;
  bottom: 0; }

.media--dm-12-medium [data-index="0"], .module--dm-folder .module__media[data-size="12"] [data-index="0"], .module--dm-investigation .module__media[data-size="12"] [data-index="0"], .module--dm-name .module__media[data-size="12"] [data-index="0"], .media--dm-12-medium [data-index="4"], .module--dm-folder .module__media[data-size="12"] [data-index="4"], .module--dm-investigation .module__media[data-size="12"] [data-index="4"], .module--dm-name .module__media[data-size="12"] [data-index="4"], .media--dm-12-medium [data-index="8"], .module--dm-folder .module__media[data-size="12"] [data-index="8"], .module--dm-investigation .module__media[data-size="12"] [data-index="8"], .module--dm-name .module__media[data-size="12"] [data-index="8"] {
  left: 0;
  right: 75%; }


.media--dm-12-medium [data-index="1"],
.module--dm-folder .module__media[data-size="12"] [data-index="1"],
.module--dm-investigation .module__media[data-size="12"] [data-index="1"],
.module--dm-name .module__media[data-size="12"] [data-index="1"],
.media--dm-12-medium [data-index="5"],
.module--dm-folder .module__media[data-size="12"] [data-index="5"],
.module--dm-investigation .module__media[data-size="12"] [data-index="5"],
.module--dm-name .module__media[data-size="12"] [data-index="5"],
.media--dm-12-medium [data-index="9"],
.module--dm-folder .module__media[data-size="12"] [data-index="9"],
.module--dm-investigation .module__media[data-size="12"] [data-index="9"],
.module--dm-name .module__media[data-size="12"] [data-index="9"] {
  left: 25%;
  right: 50%; }


.media--dm-12-medium [data-index="2"],
.module--dm-folder .module__media[data-size="12"] [data-index="2"],
.module--dm-investigation .module__media[data-size="12"] [data-index="2"],
.module--dm-name .module__media[data-size="12"] [data-index="2"],
.media--dm-12-medium [data-index="6"],
.module--dm-folder .module__media[data-size="12"] [data-index="6"],
.module--dm-investigation .module__media[data-size="12"] [data-index="6"],
.module--dm-name .module__media[data-size="12"] [data-index="6"],
.media--dm-12-medium [data-index="10"],
.module--dm-folder .module__media[data-size="12"] [data-index="10"],
.module--dm-investigation .module__media[data-size="12"] [data-index="10"],
.module--dm-name .module__media[data-size="12"] [data-index="10"] {
  left: 50%;
  right: 25%; }


.media--dm-12-medium [data-index="3"],
.module--dm-folder .module__media[data-size="12"] [data-index="3"],
.module--dm-investigation .module__media[data-size="12"] [data-index="3"],
.module--dm-name .module__media[data-size="12"] [data-index="3"],
.media--dm-12-medium [data-index="7"],
.module--dm-folder .module__media[data-size="12"] [data-index="7"],
.module--dm-investigation .module__media[data-size="12"] [data-index="7"],
.module--dm-name .module__media[data-size="12"] [data-index="7"],
.media--dm-12-medium [data-index="11"],
.module--dm-folder .module__media[data-size="12"] [data-index="11"],
.module--dm-investigation .module__media[data-size="12"] [data-index="11"],
.module--dm-name .module__media[data-size="12"] [data-index="11"] {
  left: 75%;
  right: 0; }

.module__title {
  margin: 0;
  max-height: 2.6em;
  display: -webkit-box;
  font-size: 1.0625em;
  font-weight: bold;
  line-height: 1.3em;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }
  .module--small .module__title, .section--search-primary .row__buttons .module__title {
    max-height: 3.9em;
    -webkit-line-clamp: 3; }

.module__identifier {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }
  .module__title + .module__identifier {
    margin-top: 0.5em; }

.module__descr, .stack__descr {
  margin: 0;
  font-size: 1em;
  line-height: 1.25;
  overflow: hidden;
  text-overflow: ellipsis;
  hyphens: auto; }
  .module__title + .module__descr, .module__title + .stack__descr,
  .module__identifier + .module__descr,
  .module__identifier + .stack__descr {
    margin-top: 1em; }
  [data-item-state="edit"] .module__descr, [data-item-state="edit"] .stack__descr {
    max-height: 2.5em;
    -webkit-line-clamp: 2; }

p.module__descr + p.module__descr, p.stack__descr + p.module__descr, p.module__descr + p.stack__descr, p.stack__descr + p.stack__descr {
  margin-top: 3px; }

p.module__descr.producer, p.producer.stack__descr {
  max-height: 2.5em;
  font-style: italic; }

.module__byline {
  margin: 0.5em 0 0;
  font-family: "Akkurat Mono", monospace;
  font-size: 0.75em;
  line-height: 1.25;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.module__address {
  font-size: 0.85em;
  margin-top: 0.5em;
  line-height: 1.25; }

.stack__count {
  font-size: 0.85em;
  line-height: 1.25; }

.stack__descr {
  padding: 0 1.5em; }
  .stack__descr + .stack__count {
    margin-top: 0.5em; }
  .stack__descr a {
    font-weight: bold;
    border-bottom: 1px solid;
    border-color: transparent; }
    .stack__descr a:hover {
      border-color: rgba(0, 0, 0, 0.5); }
    .color-white .stack__descr a:hover {
      border-color: rgba(255, 255, 255, 0.5); }

.stack__list {
  list-style: none;
  margin: 1.25em 1em; }
  .stack__list li + li {
    display: block;
    margin-top: 0.8em; }
  .stack__list a {
    display: inline-block;
    font-size: 1em;
    line-height: 1.2;
    font-weight: bold;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px solid;
    border-color: transparent; }
    .stack__list a:hover {
      border-color: rgba(0, 0, 0, 0.5); }
    .color-white .stack__list a:hover {
      border-color: rgba(255, 255, 255, 0.5); }

.module__typography--small, .module--dm.module--small, .section--search-primary .module--dm.row__buttons {
  font-size: 13px; }
  @media (min-width: 1280px) {
    .module__typography--small, .module--dm.module--small, .section--search-primary .module--dm.row__buttons {
      font-size: 14px; } }

.module__typography--medium, .module--dm.module--medium, .module--dm-more.module--small, .section--search-primary .module--dm-more.row__buttons {
  font-size: 15px; }
  @media (min-width: 1280px) {
    .module__typography--medium, .module--dm.module--medium, .module--dm-more.module--small, .section--search-primary .module--dm-more.row__buttons {
      font-size: 16px; } }

.module__caption {
  display: block; }
  .module__caption + .module__caption {
    display: block;
    margin-top: 0.5em; }

.media__caption {
  display: inline-block;
  font-size: 0.875em;
  font-weight: 600;
  line-height: 1.35; }
  article.article .media__caption, article.owner .media__caption {
    display: inline;
    font-size: .8em; }
    article.article .media__caption, article.article .media__caption + .media__credit, article.owner .media__caption, article.owner .media__caption + .media__credit {
      padding-right: .3em; }

.media__credit {
  font-size: 0.75em;
  line-height: 1.35; }

.media__license {
  display: inline-block;
  font-size: 1em;
  line-height: 1.35;
  text-decoration: none; }

.license__icon {
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em; }
  .license__icon svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: currentColor; }

article.object .license__icon + .license__label {
  display: none; }

.license__label {
  display: inline-block;
  font-size: 0.75em; }

.c-meta-list__license-link {
  text-decoration: none;
  display: inline-block;
  vertical-align: middle; }
  .media__credit + .c-meta-list__license-link, .meta__link + .c-meta-list__license-link {
    margin-left: .25em; }

.module--dm[data-item-state] .module__action {
  display: none; }

.module--dm[data-item-state="new"] .module__content {
  display: none; }

.module--dm[data-item-state="new"] .action--new {
  display: block; }

.module--dm[data-item-state="new"] .button--overlay .button__label {
  font-size: 1.2em; }

.module--dm[data-item-state="edit"] .action--edit {
  display: block; }

.module--dm[data-item-state="delete"] .module__grid, .module--dm[data-item-state="delete"] .button--module, .module--dm[data-item-state="delete"] .table__item,
.bg-light .module--dm[data-item-state="delete"] .module__grid,
.bg-light .module--dm[data-item-state="delete"] .button--module,
.bg-light .module--dm[data-item-state="delete"] .table__item {
  background-color: #AA2232 !important; }

.module--dm[data-item-state="delete"] .module__media,
.bg-light .module--dm[data-item-state="delete"] .module__media {
  opacity: .35; }

.module--dm[data-item-state="delete"] .module__content,
.bg-light .module--dm[data-item-state="delete"] .module__content {
  opacity: .35; }

.module--dm[data-item-state="delete"] .action--delete,
.bg-light .module--dm[data-item-state="delete"] .action--delete {
  display: block; }

.module--dm[data-item-state="collect"] .button {
  color: black; }

.module--dm[data-item-state="collect"] .button--add,
.module--dm[data-item-state="collect"] .button--remove {
  display: none; }

.module--dm[data-item-state="collect"] .button--stop {
  pointer-events: all; }

.module--dm[data-item-state="collect"] .action--collect {
  display: block; }

.module--dm[data-item-state="add"] .module__media > div,
.module--dm[data-item-state="add"] .module__media > img {
  opacity: .35; }

.module--dm[data-item-state="add"] .action--collect {
  display: block; }

.module--dm[data-item-state="add"] .button {
  color: black; }

.module--dm[data-item-state="add"] .button--stop,
.module--dm[data-item-state="add"] .button--remove {
  display: none; }

.module--dm[data-item-state="add"] .action--edit {
  display: block; }

.module--dm[data-item-state="remove"] .module__grid, .module--dm[data-item-state="remove"] .button--module, .module--dm[data-item-state="remove"] .table__item,
.bg-dark .module--dm[data-item-state="remove"] .module__grid,
.bg-dark .module--dm[data-item-state="remove"] .button--module,
.bg-dark .module--dm[data-item-state="remove"] .table__item,
.bg-light .module--dm[data-item-state="remove"] .module__grid,
.bg-light .module--dm[data-item-state="remove"] .button--module,
.bg-light .module--dm[data-item-state="remove"] .table__item {
  background-color: #d9dfeb; }

.module--dm[data-item-state="remove"] .module__media,
.bg-dark .module--dm[data-item-state="remove"] .module__media,
.bg-light .module--dm[data-item-state="remove"] .module__media {
  opacity: .35; }

.module--dm[data-item-state="remove"] .action--collect,
.bg-dark .module--dm[data-item-state="remove"] .action--collect,
.bg-light .module--dm[data-item-state="remove"] .action--collect {
  display: block; }

.module--dm[data-item-state="remove"] .button,
.bg-dark .module--dm[data-item-state="remove"] .button,
.bg-light .module--dm[data-item-state="remove"] .button {
  color: black; }

.module--dm[data-item-state="remove"] .button--stop,
.module--dm[data-item-state="remove"] .button--add,
.bg-dark .module--dm[data-item-state="remove"] .button--stop,
.bg-dark .module--dm[data-item-state="remove"] .button--add,
.bg-light .module--dm[data-item-state="remove"] .button--stop,
.bg-light .module--dm[data-item-state="remove"] .button--add {
  display: none; }

.module--dm[data-item-state="remove"] .action--edit,
.bg-dark .module--dm[data-item-state="remove"] .action--edit,
.bg-light .module--dm[data-item-state="remove"] .action--edit {
  display: block; }

.module__action {
  color: inherit; }

.module__action.action--new,
.module__action.action--collect {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.module__action.action--collect {
  pointer-events: none; }
  .module__action.action--collect .button {
    pointer-events: all;
    color: inherit; }

.module__action.action--edit {
  position: absolute;
  top: auto;
  right: 12px;
  bottom: 12px;
  left: 12px;
  font-size: 12px; }
  .module__action.action--edit .button {
    position: absolute;
    z-index: 10;
    height: 24px;
    line-height: 24px;
    color: inherit; }
  .module__action.action--edit .button__icon {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    color: inherit; }
    .module__action.action--edit .button__icon svg {
      width: 100%;
      height: 100%; }
    .module__action.action--edit .button__icon svg * {
      fill: currentColor; }
  .module__action.action--edit .button__label {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    line-height: 24px;
    color: inherit; }
  .module__action.action--edit .button--edit {
    bottom: 0;
    left: 0; }
    .module__action.action--edit .button--edit .button__icon {
      float: left;
      margin-right: 0.5em; }
  .module__action.action--edit .button--delete {
    bottom: 0;
    right: 0; }
    .module__action.action--edit .button--delete .button__icon {
      float: right;
      margin-left: 0.5em; }
  .module__action.action--edit .button--expand,
  .module__action.action--edit .button--collapse {
    bottom: 0;
    left: 0; }
    .module__action.action--edit .button--expand .button__label,
    .module__action.action--edit .button--collapse .button__label {
      float: left; }
    .module__action.action--edit .button--expand .button__icon,
    .module__action.action--edit .button--collapse .button__icon {
      float: right;
      margin-left: 0.25em; }

.module__action.action--delete {
  position: absolute;
  top: 50%;
  right: 12px;
  bottom: auto;
  left: 12px;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center; }
  .module__action.action--delete p + .buttongroup {
    margin-top: 0.75em; }

.module__metadata {
  font-size: 0.875em;
  line-height: 1.5;
  margin-top: 1em;
  margin-bottom: 1em; }
  .module__metadata li > ul,
  .module__metadata li + li {
    margin-top: 0.75em; }
  .module__metadata a {
    text-decoration: none; }

.module__comments {
  position: absolute;
  z-index: 20;
  bottom: 8px;
  right: 6px;
  font-size: 0.75em;
  width: 1.5em;
  height: 1.5em; }

.comments__icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 122.22222%; }
  .comments__icon svg {
    width: 100%;
    height: 100%; }

.comments__label {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff; }

.module--small, .section--search-primary .row__buttons {
  width: 154px; }
  @media (min-width: 360px) {
    .module--small, .section--search-primary .row__buttons {
      width: 160px; } }
  @media (min-width: 400px) {
    .module--small, .section--search-primary .row__buttons {
      width: 180px; } }
  @media (min-width: 640px) {
    .module--small, .section--search-primary .row__buttons {
      width: 154px; } }
  @media (min-width: 720px) {
    .module--small, .section--search-primary .row__buttons {
      width: 160px; } }
  @media (min-width: 1280px) {
    .module--small, .section--search-primary .row__buttons {
      width: 180px; } }

.module--medium {
  width: 308px; }
  @media (min-width: 360px) {
    .module--medium {
      width: 320px; } }
  @media (min-width: 400px) {
    .module--medium {
      width: 360px; } }
  @media (min-width: 640px) {
    .module--medium {
      width: 308px; } }
  @media (min-width: 720px) {
    .module--medium {
      width: 320px; } }
  @media (min-width: 1280px) {
    .module--medium {
      width: 360px; } }

.module--xl {
  width: 100%; }

.module--dm {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
	                                  supported by Chrome and Opera */ }
  .module--dm.module--xl .module__grid, .module--dm.module--xl .button--module, .module--dm.module--xl .table__item {
    height: 320px; }
    @media screen and (min-width: 720px) and (min-height: 480px), screen and (min-width: 1024px) {
      .module--dm.module--xl .module__grid, .module--dm.module--xl .button--module, .module--dm.module--xl .table__item {
        height: 400px; } }
  @media screen and (min-width: 720px) and (min-height: 480px) and (min-width: 720px) and (min-height: 580px), screen and (min-width: 1024px) and (min-width: 720px) and (min-height: 580px) {
    .module--dm.module--xl .module__grid, .module--dm.module--xl .button--module, .module--dm.module--xl .table__item {
      height: 500px; } }
    @media screen and (min-width: 1280px) {
      .module--dm.module--xl .module__grid, .module--dm.module--xl .button--module, .module--dm.module--xl .table__item {
        height: 480px; } }
  @media screen and (min-width: 1280px) and (min-width: 1280px) and (min-height: 740px) {
    .module--dm.module--xl .module__grid, .module--dm.module--xl .button--module, .module--dm.module--xl .table__item {
      height: 580px; } }
  @media screen and (min-width: 1280px) and (min-width: 1280px) and (min-height: 840px) {
    .module--dm.module--xl .module__grid, .module--dm.module--xl .button--module, .module--dm.module--xl .table__item {
      height: 680px; } }
  .module--dm.module--small .module__grid, .section--search-primary .module--dm.row__buttons .module__grid, .module--dm.module--small .button--module, .section--search-primary .module--dm.row__buttons .button--module, .module--dm.module--small .table__item, .section--search-primary .module--dm.row__buttons .table__item, .module--dm.module--medium .module__grid, .module--dm.module--medium .button--module, .module--dm.module--medium .table__item {
    height: 246px; }
  .module--dm.module--large .module__grid, .module--dm.module--large .button--module, .module--dm.module--large .table__item {
    height: 438px; }
    @media (min-width: 360px) {
      .module--dm.module--large .module__grid, .module--dm.module--large .button--module, .module--dm.module--large .table__item {
        height: 452px; } }
    @media (min-width: 400px) {
      .module--dm.module--large .module__grid, .module--dm.module--large .button--module, .module--dm.module--large .table__item {
        height: 508px; } }
    @media (min-width: 640px) {
      .module--dm.module--large .module__grid, .module--dm.module--large .button--module, .module--dm.module--large .table__item {
        height: 438px; } }
    @media (min-width: 720px) {
      .module--dm.module--large .module__grid, .module--dm.module--large .button--module, .module--dm.module--large .table__item {
        height: 452px; } }
    @media (min-width: 1280px) {
      .module--dm.module--large .module__grid, .module--dm.module--large .button--module, .module--dm.module--large .table__item {
        height: 508px; } }
  .module--dm .module__content .module__body {
    display: flex;
    justify-content: center;
    flex-direction: column;
    word-break: break-word; }
  .module--dm .module__grid, .module--dm .button--module, .module--dm .table__item {
    width: 100%; }
    .no-touchevents .module--dm .module__grid:hover, .no-touchevents .module--dm .button--module:hover, .no-touchevents .module--dm .table__item:hover {
      -moz-transform: translate(0, -2px);
      -o-transform: translate(0, -2px);
      -ms-transform: translate(0, -2px);
      -webkit-transform: translate(0, -2px);
      transform: translate(0, -2px);
      box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12), 0 3px 6px rgba(0, 0, 0, 0.08); }
  .module--dm .module__meta {
    font-size: 0.85em;
    opacity: 0.7;
    margin: .3em 0 0; }
  .module--dm:not(.module--dm-object) .module__content, .module--dm:not(.module--dm-object) .module__content .module__body {
    height: 100%; }
  .module--dm:not(.module--dm-object) .module__content, .module--dm:not(.module--dm-object):not(.module--small) .module__content .module__body {
    padding: 1em; }

.module--dm-object .module__grid, .module--dm-object .button--module, .module--dm-object .table__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: .6em;
  background-color: white;
  color: #3a2e2d; }
  .section--search-secondary .module--dm-object .module__grid, .section--search-secondary .module--dm-object .button--module, .section--search-secondary .module--dm-object .table__item,
  .section--row-related .module--dm-object .module__grid,
  .section--row-related .module--dm-object .button--module,
  .section--row-related .module--dm-object .table__item,
  .section--row-latest .module--dm-object .module__grid,
  .section--row-comments .module--dm-object .module__grid,
  .section--row-latest .module--dm-object .button--module,
  .section--row-comments .module--dm-object .button--module,
  .section--row-latest .module--dm-object .table__item,
  .section--row-comments .module--dm-object .table__item,
  .section--related-search .module--dm-object .module__grid,
  .section--related-search .module--dm-object .button--module,
  .section--related-search .module--dm-object .table__item,
  .article__body .module--dm-object .module__grid,
  .template--user .user__body .module--dm-object .module__grid,
  .article__body .module--dm-object .button--module,
  .template--user .user__body .module--dm-object .button--module,
  .article__body .module--dm-object .table__item,
  .template--user .user__body .module--dm-object .table__item {
    background-color: #f2f2f2;
    color: #3a2e2d; }

.bg-light .module--dm-object .module__grid, .bg-light .module--dm-object .button--module, .bg-light .module--dm-object .table__item {
  background-color: white;
  color: #3a2e2d; }

.module--dm-object .module__action.action--collect {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  padding-bottom: 100%; }

.module--dm-object .module__title {
  font-weight: normal; }

.module--dm-object.report .module__title {
  -webkit-line-clamp: 10;
  max-height: 13em; }

.module--dm-object .module__media {
  height: 124px;
  margin-bottom: .6em; }
  .module--dm-object .module__media > img {
    width: 100%;
    height: 100%;
    object-fit: contain; }

.module--dm-object.module--small .module__title + .module__descr, .section--search-primary .module--dm-object.row__buttons .module__title + .module__descr, .module--dm-object.module--small .module__title + .stack__descr, .section--search-primary .module--dm-object.row__buttons .module__title + .stack__descr {
  font-size: .875em;
  max-height: 7.5em;
  -webkit-line-clamp: 6; }

.module--dm-object.module--medium .module__descr, .module--dm-object.module--medium .stack__descr {
  font-size: .875em;
  text-align: left; }

.module--dm-media .module__grid, .module--dm-media .button--module, .module--dm-media .table__item {
  position: relative; }

.module--dm-media .module__media {
  background-color: grey; }

.module--dm-media .module__content {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .module--dm-media .module__content a:hover {
    border-bottom: 1px solid;
    border-color: rgba(255, 255, 255, 0.5); }

.module--dm-media .module__footer {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0.625em;
  left: 0.625em; }

.module--dm-media.module--stack .module__content {
  display: none; }

.module--dm-media.module--stack .module__media > img {
  opacity: 1; }

.section--row-related .module--dm-name .module__grid, .section--row-related .module--dm-name .button--module, .section--row-related .module--dm-name .table__item {
  background-color: #f2f2f2;
  color: #3a2e2d; }

.bg-light .module--dm-name .module__grid, .bg-light .module--dm-name .button--module, .bg-light .module--dm-name .table__item {
  background-color: white;
  color: #3a2e2d; }

.module--dm-name .module__media {
  -webkit-filter: grayscale(100%);
  filter: url(data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='gray'><feColorMatrix in='SourceGraphic' type='saturate' values='0' /></filter></svg>#gray);
  filter: grayscale(100%);
  opacity: 0.25; }

.module--dm-name .module__content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.module--dm-name .module__footer {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0.625em;
  left: 0.625em; }

.module--dm-name.module--small .module__title + .module__descr, .section--search-primary .module--dm-name.row__buttons .module__title + .module__descr, .module--dm-name.module--small .module__title + .stack__descr, .section--search-primary .module--dm-name.row__buttons .module__title + .stack__descr {
  font-size: 0.875em;
  max-height: 7.5em;
  -webkit-line-clamp: 6; }

.module--dm-name.module--medium .module__content {
  padding: 1em;
  top: 25%; }

.module--dm-name.module--medium .module__descr, .module--dm-name.module--medium .stack__descr {
  font-size: 0.875em;
  text-align: left; }

.module--dm-feature .module__count, .module--dm-owner .module__count, .module--dm-exhibition .module__count, .module--dm-folder .module__count, .module--dm-investigation .module__count, .module--dm-name .module__count, .module--dm-folder .module__count, .module--dm-investigation .module__count, .module--dm-name .module__count {
  font-size: 0.85em;
  margin-top: 0.25em; }

.module--dm-feature .module__footer, .module--dm-owner .module__footer, .module--dm-exhibition .module__footer, .module--dm-folder .module__footer, .module--dm-investigation .module__footer, .module--dm-name .module__footer, .module--dm-folder .module__footer, .module--dm-investigation .module__footer, .module--dm-name .module__footer {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0.625em;
  left: 0.625em; }

.module--dm-feature.module--xl, .module--xl.module--dm-owner, .module--xl.module--dm-exhibition, .module--xl.module--dm-folder, .module--xl.module--dm-investigation, .module--xl.module--dm-name, .module--dm-folder.module--xl, .module--dm-investigation.module--xl, .module--dm-name.module--xl {
  text-align: center; }

.module--dm-feature.module--medium, .module--medium.module--dm-owner, .module--medium.module--dm-exhibition, .module--medium.module--dm-folder, .module--medium.module--dm-investigation, .module--medium.module--dm-name, .module--dm-folder.module--medium, .module--dm-investigation.module--medium, .module--dm-name.module--medium {
  text-align: center; }

.module--dm-feature.module--small, .module--small.module--dm-owner, .section--search-primary .module--dm-owner.row__buttons, .module--small.module--dm-exhibition, .section--search-primary .module--dm-exhibition.row__buttons, .module--small.module--dm-folder, .section--search-primary .module--dm-folder.row__buttons, .module--small.module--dm-investigation, .section--search-primary .module--dm-investigation.row__buttons, .module--small.module--dm-name, .section--search-primary .module--dm-name.row__buttons, .section--search-primary .module--dm-feature.row__buttons, .module--dm-folder.module--small, .section--search-primary .module--dm-folder.row__buttons, .module--dm-investigation.module--small, .section--search-primary .module--dm-investigation.row__buttons, .module--dm-name.module--small, .section--search-primary .module--dm-name.row__buttons {
  text-align: left; }
  .module--dm-feature.module--small .module__body, .module--small.module--dm-owner .module__body, .section--search-primary .module--dm-owner.row__buttons .module__body, .module--small.module--dm-exhibition .module__body, .section--search-primary .module--dm-exhibition.row__buttons .module__body, .module--small.module--dm-folder .module__body, .section--search-primary .module--dm-folder.row__buttons .module__body, .module--small.module--dm-investigation .module__body, .section--search-primary .module--dm-investigation.row__buttons .module__body, .module--small.module--dm-name .module__body, .section--search-primary .module--dm-name.row__buttons .module__body, .section--search-primary .module--dm-feature.row__buttons .module__body, .module--dm-folder.module--small .module__body, .section--search-primary .module--dm-folder.row__buttons .module__body, .module--dm-investigation.module--small .module__body, .section--search-primary .module--dm-investigation.row__buttons .module__body, .module--dm-name.module--small .module__body, .section--search-primary .module--dm-name.row__buttons .module__body {
    top: 25%;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }

.module--dm-owner.module--stack .module__grid .module__media:before, .module--dm-owner.module--stack .button--module .module__media:before, .module--dm-owner.module--stack .table__item .module__media:before {
  background: #fff; }

.template--owner_search .module--dm-owner .module__media {
  opacity: 1; }

.template--owner_search .module--dm-owner .module__body {
  height: 100%; }
  .template--owner_search .module--dm-owner .module__body > h2 {
    margin-top: 4em; }
  .template--owner_search .module--dm-owner .module__body .ingress {
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: .5em;
    background: rgba(255, 255, 255, 0.8); }
    .template--owner_search .module--dm-owner .module__body .ingress p {
      margin-top: .5em; }

.template--user .module--dm-list .module__grid, .template--user .module--dm-list .button--module, .template--user .module--dm-list .table__item {
  background-color: white;
  color: #3a2e2d; }

.module--dm-list .module__content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 2em 0.75em; }

.module--dm-list .module__count {
  font-size: 0.85em;
  margin-top: 0.25em; }

.module--dm-list .module__footer {
  display: none; }

.module--dm-folder[data-item-state="collect"], .module--dm-investigation[data-item-state="collect"], .module--dm-name[data-item-state="collect"] {
  text-align: left; }
  .module--dm-folder[data-item-state="collect"] .module__content, .module--dm-investigation[data-item-state="collect"] .module__content, .module--dm-name[data-item-state="collect"] .module__content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    padding: 2em 0.75em; }

.module--dm-article .module__grid, .module--dm-article .button--module, .module--dm-article .table__item {
  display: flex;
  flex-direction: column;
  background-color: white; }
  .module--dm-article .module__grid .media--article, .module--dm-article .button--module .media--article, .module--dm-article .table__item .media--article {
    display: flex;
    align-items: center;
    min-height: 150px;
    padding: 12px;
    background-color: #423f3c; }
    .module--dm-article .module__grid .media--article img, .module--dm-article .button--module .media--article img, .module--dm-article .table__item .media--article img {
      max-height: 100%;
      margin: 0 auto; }
  .module--dm-article .module__grid .module__body, .module--dm-article .button--module .module__body, .module--dm-article .table__item .module__body {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: .5em;
    justify-content: center; }
    .module--dm-article .module__grid .module__body .module__title, .module--dm-article .button--module .module__body .module__title, .module--dm-article .table__item .module__body .module__title {
      font-size: 1em; }
  .section--search-secondary .module--dm-article .module__grid, .section--search-secondary .module--dm-article .button--module, .section--search-secondary .module--dm-article .table__item,
  .section--row-related .module--dm-article .module__grid,
  .section--row-related .module--dm-article .button--module,
  .section--row-related .module--dm-article .table__item,
  .section--row-latest .module--dm-article .module__grid,
  .section--row-comments .module--dm-article .module__grid,
  .section--row-latest .module--dm-article .button--module,
  .section--row-comments .module--dm-article .button--module,
  .section--row-latest .module--dm-article .table__item,
  .section--row-comments .module--dm-article .table__item,
  .section--related-search .module--dm-article .module__grid,
  .section--related-search .module--dm-article .button--module,
  .section--related-search .module--dm-article .table__item,
  .template--frontpage .module--dm-article .module__grid,
  .template--frontpage .module--dm-article .button--module,
  .template--frontpage .module--dm-article .table__item {
    background-color: #f2f2f2;
    color: #3a2e2d; }

.module--stack .module__grid, .module--stack .button--module, .module--stack .table__item {
  box-shadow: none;
  transform: scale(0.975);
  cursor: pointer; }
  .no-touchevents .module--stack .module__grid:hover, .no-touchevents .module--stack .button--module:hover, .no-touchevents .module--stack .table__item:hover {
    transform: none;
    box-shadow: none;
    transform: scale(1); }
    .no-touchevents .module--stack .module__grid:hover .module__media, .no-touchevents .module--stack .button--module:hover .module__media, .no-touchevents .module--stack .table__item:hover .module__media {
      transform: none; }
    .no-touchevents .module--stack .module__grid:hover .module__media:first-child, .no-touchevents .module--stack .button--module:hover .module__media:first-child, .no-touchevents .module--stack .table__item:hover .module__media:first-child {
      -moz-transform: translate(-0.25em, -0.25em);
      -o-transform: translate(-0.25em, -0.25em);
      -ms-transform: translate(-0.25em, -0.25em);
      -webkit-transform: translate(-0.25em, -0.25em);
      transform: translate(-0.25em, -0.25em); }
    .no-touchevents .module--stack .module__grid:hover .module__media:nth-child(2), .no-touchevents .module--stack .button--module:hover .module__media:nth-child(2), .no-touchevents .module--stack .table__item:hover .module__media:nth-child(2) {
      -moz-transform: translate(0.25em, 0.25em);
      -o-transform: translate(0.25em, 0.25em);
      -ms-transform: translate(0.25em, 0.25em);
      -webkit-transform: translate(0.25em, 0.25em);
      transform: translate(0.25em, 0.25em); }

.module--stack .module__media {
  position: absolute;
  z-index: 2;
  opacity: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: 0 1.5px 2px rgba(0, 0, 0, 0.06), 0 1.5px 1.5px rgba(0, 0, 0, 0.06);
  transition: all 250ms; }
  .module--stack .module__media > img {
    opacity: .35; }
  .module--stack .module__media:first-child {
    z-index: 3;
    transform: rotate(1.5deg); }
  .module--stack .module__media:nth-child(2) {
    z-index: 1;
    transform: rotate(-1.5deg); }
  .module--stack .module__media:not(.media--folder):before, .module--stack .module__media.media--folder > div:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background: #000; }

.module--stack .action--edit {
  position: absolute;
  top: auto;
  right: 0.75em;
  bottom: 0.75em;
  left: 0.75em; }

.module__stack {
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center; }

.module--dm-more {
  text-align: center; }
  .module--dm-more .module__content {
    position: absolute;
    top: 50%;
    right: 0;
    bottom: auto;
    left: 0;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

.row__grid, .row--search-table .row__summary {
  margin: -6px; }
  @media (min-width: 360px) {
    .row__grid, .row--search-table .row__summary {
      margin: -7px; } }
  @media (min-width: 400px) {
    .row__grid, .row--search-table .row__summary {
      margin: -8px; } }
  @media (min-width: 640px) {
    .row__grid, .row--search-table .row__summary {
      margin: -6px; } }
  @media (min-width: 720px) {
    .row__grid, .row--search-table .row__summary {
      margin: -7px; } }
  @media (min-width: 1280px) {
    .row__grid, .row--search-table .row__summary {
      margin: -8px; } }

.row--center, .section--row-help .row, .section--order-images .row, .section--social-media .row {
  float: right;
  width: auto;
  position: relative;
  left: -50%; }
  .row--center .row__grid, .section--row-help .row .row__grid, .section--order-images .row .row__grid, .section--social-media .row .row__grid {
    position: relative;
    left: 50%; }

.row--1 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 142px; }
  @media (min-width: 360px) {
    .row--1 {
      max-width: 146px; } }
  @media (min-width: 375px) {
    .row--1 {
      max-width: 146px; } }
  @media (min-width: 400px) {
    .row--1 {
      max-width: 164px; } }
  @media (min-width: 720px) {
    .row--1 {
      max-width: 146px; } }
  @media (min-width: 1024px) {
    .row--1 {
      max-width: 146px; } }
  @media (min-width: 1280px) {
    .row--1 {
      max-width: 164px; } }
  @media (min-width: 1600px) {
    .row--1 {
      max-width: 164px; } }
  @media (min-width: 1920px) {
    .row--1 {
      max-width: 164px; } }

.section--auto .section__header[data-max-columns="2"],
.section--auto .section__footer[data-max-columns="2"], .row--2, .row--auto[data-max-columns="2"] {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 296px; }
  @media (min-width: 360px) {
    .section--auto .section__header[data-max-columns="2"],
    .section--auto .section__footer[data-max-columns="2"], .row--2, .row--auto[data-max-columns="2"] {
      max-width: 306px; } }
  @media (min-width: 375px) {
    .section--auto .section__header[data-max-columns="2"],
    .section--auto .section__footer[data-max-columns="2"], .row--2, .row--auto[data-max-columns="2"] {
      max-width: 306px; } }
  @media (min-width: 400px) {
    .section--auto .section__header[data-max-columns="2"],
    .section--auto .section__footer[data-max-columns="2"], .row--2, .row--auto[data-max-columns="2"] {
      max-width: 344px; } }
  @media (min-width: 720px) {
    .section--auto .section__header[data-max-columns="2"],
    .section--auto .section__footer[data-max-columns="2"], .row--2, .row--auto[data-max-columns="2"] {
      max-width: 306px; } }
  @media (min-width: 1024px) {
    .section--auto .section__header[data-max-columns="2"],
    .section--auto .section__footer[data-max-columns="2"], .row--2, .row--auto[data-max-columns="2"] {
      max-width: 306px; } }
  @media (min-width: 1280px) {
    .section--auto .section__header[data-max-columns="2"],
    .section--auto .section__footer[data-max-columns="2"], .row--2, .row--auto[data-max-columns="2"] {
      max-width: 344px; } }
  @media (min-width: 1600px) {
    .section--auto .section__header[data-max-columns="2"],
    .section--auto .section__footer[data-max-columns="2"], .row--2, .row--auto[data-max-columns="2"] {
      max-width: 344px; } }
  @media (min-width: 1920px) {
    .section--auto .section__header[data-max-columns="2"],
    .section--auto .section__footer[data-max-columns="2"], .row--2, .row--auto[data-max-columns="2"] {
      max-width: 344px; } }

.section--auto .section__header[data-max-columns="3"],
.section--auto .section__footer[data-max-columns="3"], .row--3, .row--auto[data-max-columns="3"] {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 296px; }
  @media (min-width: 360px) {
    .section--auto .section__header[data-max-columns="3"],
    .section--auto .section__footer[data-max-columns="3"], .row--3, .row--auto[data-max-columns="3"] {
      max-width: 306px; } }
  @media (min-width: 375px) {
    .section--auto .section__header[data-max-columns="3"],
    .section--auto .section__footer[data-max-columns="3"], .row--3, .row--auto[data-max-columns="3"] {
      max-width: 306px; } }
  @media (min-width: 400px) {
    .section--auto .section__header[data-max-columns="3"],
    .section--auto .section__footer[data-max-columns="3"], .row--3, .row--auto[data-max-columns="3"] {
      max-width: 344px; } }
  @media (min-width: 640px) {
    .section--auto .section__header[data-max-columns="3"],
    .section--auto .section__footer[data-max-columns="3"], .row--3, .row--auto[data-max-columns="3"] {
      max-width: 450px; } }
  @media (min-width: 720px) {
    .section--auto .section__header[data-max-columns="3"],
    .section--auto .section__footer[data-max-columns="3"], .row--3, .row--auto[data-max-columns="3"] {
      max-width: 466px; } }
  @media (min-width: 1024px) {
    .section--auto .section__header[data-max-columns="3"],
    .section--auto .section__footer[data-max-columns="3"], .row--3, .row--auto[data-max-columns="3"] {
      max-width: 466px; } }
  @media (min-width: 1280px) {
    .section--auto .section__header[data-max-columns="3"],
    .section--auto .section__footer[data-max-columns="3"], .row--3, .row--auto[data-max-columns="3"] {
      max-width: 524px; } }
  @media (min-width: 1600px) {
    .section--auto .section__header[data-max-columns="3"],
    .section--auto .section__footer[data-max-columns="3"], .row--3, .row--auto[data-max-columns="3"] {
      max-width: 524px; } }
  @media (min-width: 1920px) {
    .section--auto .section__header[data-max-columns="3"],
    .section--auto .section__footer[data-max-columns="3"], .row--3, .row--auto[data-max-columns="3"] {
      max-width: 524px; } }

.section--auto .section__header[data-max-columns="4"],
.section--auto .section__footer[data-max-columns="4"], .row--4, .row--auto, .row--auto[data-max-columns="4"] {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 296px; }
  @media (min-width: 360px) {
    .section--auto .section__header[data-max-columns="4"],
    .section--auto .section__footer[data-max-columns="4"], .row--4, .row--auto, .row--auto[data-max-columns="4"] {
      max-width: 306px; } }
  @media (min-width: 375px) {
    .section--auto .section__header[data-max-columns="4"],
    .section--auto .section__footer[data-max-columns="4"], .row--4, .row--auto, .row--auto[data-max-columns="4"] {
      max-width: 306px; } }
  @media (min-width: 400px) {
    .section--auto .section__header[data-max-columns="4"],
    .section--auto .section__footer[data-max-columns="4"], .row--4, .row--auto, .row--auto[data-max-columns="4"] {
      max-width: 344px; } }
  @media (min-width: 640px) {
    .section--auto .section__header[data-max-columns="4"],
    .section--auto .section__footer[data-max-columns="4"], .row--4, .row--auto, .row--auto[data-max-columns="4"] {
      max-width: 604px; } }
  @media (min-width: 720px) {
    .section--auto .section__header[data-max-columns="4"],
    .section--auto .section__footer[data-max-columns="4"], .row--4, .row--auto, .row--auto[data-max-columns="4"] {
      max-width: 626px; } }
  @media (min-width: 1024px) {
    .section--auto .section__header[data-max-columns="4"],
    .section--auto .section__footer[data-max-columns="4"], .row--4, .row--auto, .row--auto[data-max-columns="4"] {
      max-width: 626px; } }
  @media (min-width: 1280px) {
    .section--auto .section__header[data-max-columns="4"],
    .section--auto .section__footer[data-max-columns="4"], .row--4, .row--auto, .row--auto[data-max-columns="4"] {
      max-width: 704px; } }
  @media (min-width: 1600px) {
    .section--auto .section__header[data-max-columns="4"],
    .section--auto .section__footer[data-max-columns="4"], .row--4, .row--auto, .row--auto[data-max-columns="4"] {
      max-width: 704px; } }
  @media (min-width: 1920px) {
    .section--auto .section__header[data-max-columns="4"],
    .section--auto .section__footer[data-max-columns="4"], .row--4, .row--auto, .row--auto[data-max-columns="4"] {
      max-width: 704px; } }

.section--auto .section__header[data-max-columns="5"],
.section--auto .section__footer[data-max-columns="5"], .row--5, .row--auto[data-max-columns="5"] {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 296px; }
  @media (min-width: 360px) {
    .section--auto .section__header[data-max-columns="5"],
    .section--auto .section__footer[data-max-columns="5"], .row--5, .row--auto[data-max-columns="5"] {
      max-width: 306px; } }
  @media (min-width: 375px) {
    .section--auto .section__header[data-max-columns="5"],
    .section--auto .section__footer[data-max-columns="5"], .row--5, .row--auto[data-max-columns="5"] {
      max-width: 306px; } }
  @media (min-width: 400px) {
    .section--auto .section__header[data-max-columns="5"],
    .section--auto .section__footer[data-max-columns="5"], .row--5, .row--auto[data-max-columns="5"] {
      max-width: 344px; } }
  @media (min-width: 640px) {
    .section--auto .section__header[data-max-columns="5"],
    .section--auto .section__footer[data-max-columns="5"], .row--5, .row--auto[data-max-columns="5"] {
      max-width: 450px; } }
  @media (min-width: 720px) {
    .section--auto .section__header[data-max-columns="5"],
    .section--auto .section__footer[data-max-columns="5"], .row--5, .row--auto[data-max-columns="5"] {
      max-width: 466px; } }
  @media (min-width: 1024px) {
    .section--auto .section__header[data-max-columns="5"],
    .section--auto .section__footer[data-max-columns="5"], .row--5, .row--auto[data-max-columns="5"] {
      max-width: 786px; } }
  @media (min-width: 1280px) {
    .section--auto .section__header[data-max-columns="5"],
    .section--auto .section__footer[data-max-columns="5"], .row--5, .row--auto[data-max-columns="5"] {
      max-width: 884px; } }
  @media (min-width: 1600px) {
    .section--auto .section__header[data-max-columns="5"],
    .section--auto .section__footer[data-max-columns="5"], .row--5, .row--auto[data-max-columns="5"] {
      max-width: 884px; } }
  @media (min-width: 1920px) {
    .section--auto .section__header[data-max-columns="5"],
    .section--auto .section__footer[data-max-columns="5"], .row--5, .row--auto[data-max-columns="5"] {
      max-width: 884px; } }

.section--auto .section__header[data-max-columns="6"],
.section--auto .section__footer[data-max-columns="6"], .row--6, .row--auto[data-max-columns="6"], .row--wide, .section--wide .section__header, .section--row-features .section__header,
.section--wide .section__footer,
.section--row-features .section__footer {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 296px; }
  @media (min-width: 360px) {
    .section--auto .section__header[data-max-columns="6"],
    .section--auto .section__footer[data-max-columns="6"], .row--6, .row--auto[data-max-columns="6"], .row--wide, .section--wide .section__header, .section--row-features .section__header,
    .section--wide .section__footer,
    .section--row-features .section__footer {
      max-width: 306px; } }
  @media (min-width: 375px) {
    .section--auto .section__header[data-max-columns="6"],
    .section--auto .section__footer[data-max-columns="6"], .row--6, .row--auto[data-max-columns="6"], .row--wide, .section--wide .section__header, .section--row-features .section__header,
    .section--wide .section__footer,
    .section--row-features .section__footer {
      max-width: 306px; } }
  @media (min-width: 400px) {
    .section--auto .section__header[data-max-columns="6"],
    .section--auto .section__footer[data-max-columns="6"], .row--6, .row--auto[data-max-columns="6"], .row--wide, .section--wide .section__header, .section--row-features .section__header,
    .section--wide .section__footer,
    .section--row-features .section__footer {
      max-width: 344px; } }
  @media (min-width: 640px) {
    .section--auto .section__header[data-max-columns="6"],
    .section--auto .section__footer[data-max-columns="6"], .row--6, .row--auto[data-max-columns="6"], .row--wide, .section--wide .section__header, .section--row-features .section__header,
    .section--wide .section__footer,
    .section--row-features .section__footer {
      max-width: 604px; } }
  @media (min-width: 720px) {
    .section--auto .section__header[data-max-columns="6"],
    .section--auto .section__footer[data-max-columns="6"], .row--6, .row--auto[data-max-columns="6"], .row--wide, .section--wide .section__header, .section--row-features .section__header,
    .section--wide .section__footer,
    .section--row-features .section__footer {
      max-width: 626px; } }
  @media (min-width: 1024px) {
    .section--auto .section__header[data-max-columns="6"],
    .section--auto .section__footer[data-max-columns="6"], .row--6, .row--auto[data-max-columns="6"], .row--wide, .section--wide .section__header, .section--row-features .section__header,
    .section--wide .section__footer,
    .section--row-features .section__footer {
      max-width: 946px; } }
  @media (min-width: 1280px) {
    .section--auto .section__header[data-max-columns="6"],
    .section--auto .section__footer[data-max-columns="6"], .row--6, .row--auto[data-max-columns="6"], .row--wide, .section--wide .section__header, .section--row-features .section__header,
    .section--wide .section__footer,
    .section--row-features .section__footer {
      max-width: 1064px; } }
  @media (min-width: 1600px) {
    .section--auto .section__header[data-max-columns="6"],
    .section--auto .section__footer[data-max-columns="6"], .row--6, .row--auto[data-max-columns="6"], .row--wide, .section--wide .section__header, .section--row-features .section__header,
    .section--wide .section__footer,
    .section--row-features .section__footer {
      max-width: 1064px; } }
  @media (min-width: 1920px) {
    .section--auto .section__header[data-max-columns="6"],
    .section--auto .section__footer[data-max-columns="6"], .row--6, .row--auto[data-max-columns="6"], .row--wide, .section--wide .section__header, .section--row-features .section__header,
    .section--wide .section__footer,
    .section--row-features .section__footer {
      max-width: 1064px; } }

.section--auto .section__header[data-max-columns="8"],
.section--auto .section__footer[data-max-columns="8"], .row--8, .row--auto[data-max-columns="8"] {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 296px; }
  @media (min-width: 360px) {
    .section--auto .section__header[data-max-columns="8"],
    .section--auto .section__footer[data-max-columns="8"], .row--8, .row--auto[data-max-columns="8"] {
      max-width: 306px; } }
  @media (min-width: 375px) {
    .section--auto .section__header[data-max-columns="8"],
    .section--auto .section__footer[data-max-columns="8"], .row--8, .row--auto[data-max-columns="8"] {
      max-width: 306px; } }
  @media (min-width: 400px) {
    .section--auto .section__header[data-max-columns="8"],
    .section--auto .section__footer[data-max-columns="8"], .row--8, .row--auto[data-max-columns="8"] {
      max-width: 344px; } }
  @media (min-width: 640px) {
    .section--auto .section__header[data-max-columns="8"],
    .section--auto .section__footer[data-max-columns="8"], .row--8, .row--auto[data-max-columns="8"] {
      max-width: 604px; } }
  @media (min-width: 720px) {
    .section--auto .section__header[data-max-columns="8"],
    .section--auto .section__footer[data-max-columns="8"], .row--8, .row--auto[data-max-columns="8"] {
      max-width: 626px; } }
  @media (min-width: 1024px) {
    .section--auto .section__header[data-max-columns="8"],
    .section--auto .section__footer[data-max-columns="8"], .row--8, .row--auto[data-max-columns="8"] {
      max-width: 946px; } }
  @media (min-width: 1280px) {
    .section--auto .section__header[data-max-columns="8"],
    .section--auto .section__footer[data-max-columns="8"], .row--8, .row--auto[data-max-columns="8"] {
      max-width: 1064px; } }
  @media (min-width: 1600px) {
    .section--auto .section__header[data-max-columns="8"],
    .section--auto .section__footer[data-max-columns="8"], .row--8, .row--auto[data-max-columns="8"] {
      max-width: 1424px; } }
  @media (min-width: 1920px) {
    .section--auto .section__header[data-max-columns="8"],
    .section--auto .section__footer[data-max-columns="8"], .row--8, .row--auto[data-max-columns="8"] {
      max-width: 1424px; } }

.section--auto .section__header[data-max-columns="10"],
.section--auto .section__footer[data-max-columns="10"], .row--10, .row--auto[data-max-columns="10"] {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 296px; }
  @media (min-width: 360px) {
    .section--auto .section__header[data-max-columns="10"],
    .section--auto .section__footer[data-max-columns="10"], .row--10, .row--auto[data-max-columns="10"] {
      max-width: 306px; } }
  @media (min-width: 375px) {
    .section--auto .section__header[data-max-columns="10"],
    .section--auto .section__footer[data-max-columns="10"], .row--10, .row--auto[data-max-columns="10"] {
      max-width: 306px; } }
  @media (min-width: 400px) {
    .section--auto .section__header[data-max-columns="10"],
    .section--auto .section__footer[data-max-columns="10"], .row--10, .row--auto[data-max-columns="10"] {
      max-width: 344px; } }
  @media (min-width: 640px) {
    .section--auto .section__header[data-max-columns="10"],
    .section--auto .section__footer[data-max-columns="10"], .row--10, .row--auto[data-max-columns="10"] {
      max-width: 604px; } }
  @media (min-width: 720px) {
    .section--auto .section__header[data-max-columns="10"],
    .section--auto .section__footer[data-max-columns="10"], .row--10, .row--auto[data-max-columns="10"] {
      max-width: 626px; } }
  @media (min-width: 1024px) {
    .section--auto .section__header[data-max-columns="10"],
    .section--auto .section__footer[data-max-columns="10"], .row--10, .row--auto[data-max-columns="10"] {
      max-width: 946px; } }
  @media (min-width: 1280px) {
    .section--auto .section__header[data-max-columns="10"],
    .section--auto .section__footer[data-max-columns="10"], .row--10, .row--auto[data-max-columns="10"] {
      max-width: 1064px; } }
  @media (min-width: 1600px) {
    .section--auto .section__header[data-max-columns="10"],
    .section--auto .section__footer[data-max-columns="10"], .row--10, .row--auto[data-max-columns="10"] {
      max-width: 1424px; } }
  @media (min-width: 1920px) {
    .section--auto .section__header[data-max-columns="10"],
    .section--auto .section__footer[data-max-columns="10"], .row--10, .row--auto[data-max-columns="10"] {
      max-width: 1784px; } }

.row--single-auto, .row--object-types {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 296px; }
  @media (min-width: 360px) {
    .row--single-auto, .row--object-types {
      max-width: 306px; } }
  @media (min-width: 375px) {
    .row--single-auto, .row--object-types {
      max-width: 306px; } }
  @media (min-width: 400px) {
    .row--single-auto, .row--object-types {
      max-width: 344px; } }
  @media (min-width: 640px) {
    .row--single-auto, .row--object-types {
      max-width: 450px; } }
  @media (min-width: 720px) {
    .row--single-auto, .row--object-types {
      max-width: 626px; } }
  @media (min-width: 1024px) {
    .row--single-auto, .row--object-types {
      max-width: 626px; } }
  @media (min-width: 1280px) {
    .row--single-auto, .row--object-types {
      max-width: 704px; } }
  @media (min-width: 1600px) {
    .row--single-auto, .row--object-types {
      max-width: 704px; } }
  @media (min-width: 1920px) {
    .row--single-auto, .row--object-types {
      max-width: 704px; } }

.row--single-wide, .section--single-wide .section__header, .section--row-latest .section__header, .section--row-comments .section__header,
.section--single-wide .section__footer,
.section--row-latest .section__footer,
.section--row-comments .section__footer, .section--row-latest .row, .section--row-comments .row {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 296px; }
  @media (min-width: 360px) {
    .row--single-wide, .section--single-wide .section__header, .section--row-latest .section__header, .section--row-comments .section__header,
    .section--single-wide .section__footer,
    .section--row-latest .section__footer,
    .section--row-comments .section__footer, .section--row-latest .row, .section--row-comments .row {
      max-width: 306px; } }
  @media (min-width: 375px) {
    .row--single-wide, .section--single-wide .section__header, .section--row-latest .section__header, .section--row-comments .section__header,
    .section--single-wide .section__footer,
    .section--row-latest .section__footer,
    .section--row-comments .section__footer, .section--row-latest .row, .section--row-comments .row {
      max-width: 306px; } }
  @media (min-width: 400px) {
    .row--single-wide, .section--single-wide .section__header, .section--row-latest .section__header, .section--row-comments .section__header,
    .section--single-wide .section__footer,
    .section--row-latest .section__footer,
    .section--row-comments .section__footer, .section--row-latest .row, .section--row-comments .row {
      max-width: 344px; } }
  @media (min-width: 640px) {
    .row--single-wide, .section--single-wide .section__header, .section--row-latest .section__header, .section--row-comments .section__header,
    .section--single-wide .section__footer,
    .section--row-latest .section__footer,
    .section--row-comments .section__footer, .section--row-latest .row, .section--row-comments .row {
      max-width: 450px; } }
  @media (min-width: 720px) {
    .row--single-wide, .section--single-wide .section__header, .section--row-latest .section__header, .section--row-comments .section__header,
    .section--single-wide .section__footer,
    .section--row-latest .section__footer,
    .section--row-comments .section__footer, .section--row-latest .row, .section--row-comments .row {
      max-width: 626px; } }
  @media (min-width: 1024px) {
    .row--single-wide, .section--single-wide .section__header, .section--row-latest .section__header, .section--row-comments .section__header,
    .section--single-wide .section__footer,
    .section--row-latest .section__footer,
    .section--row-comments .section__footer, .section--row-latest .row, .section--row-comments .row {
      max-width: 946px; } }
  @media (min-width: 1280px) {
    .row--single-wide, .section--single-wide .section__header, .section--row-latest .section__header, .section--row-comments .section__header,
    .section--single-wide .section__footer,
    .section--row-latest .section__footer,
    .section--row-comments .section__footer, .section--row-latest .row, .section--row-comments .row {
      max-width: 1064px; } }
  @media (min-width: 1600px) {
    .row--single-wide, .section--single-wide .section__header, .section--row-latest .section__header, .section--row-comments .section__header,
    .section--single-wide .section__footer,
    .section--row-latest .section__footer,
    .section--row-comments .section__footer, .section--row-latest .row, .section--row-comments .row {
      max-width: 1064px; } }
  @media (min-width: 1920px) {
    .row--single-wide, .section--single-wide .section__header, .section--row-latest .section__header, .section--row-comments .section__header,
    .section--single-wide .section__footer,
    .section--row-latest .section__footer,
    .section--row-comments .section__footer, .section--row-latest .row, .section--row-comments .row {
      max-width: 1064px; } }

.module--image {
  font-size: 13px; }
  @media (min-width: 1280px) {
    .module--image {
      font-size: 14px; } }
  .module--image.layout--fixed .module__media {
    position: relative;
    background-color: #4F4F4F; }
    .module--image.layout--fixed .module__media > img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      max-width: none;
      height: 100%;
      margin: auto; }
    .module--image.layout--fixed .module__media > p {
      position: absolute;
      top: 0;
      font-size: 1em;
      font-weight: normal;
      line-height: 1.35;
      padding: 1em 0.5em; }

.row--lighttable {
  padding: 6px; }
  @media (min-width: 360px) {
    .row--lighttable {
      padding: 7px; } }
  @media (min-width: 400px) {
    .row--lighttable {
      padding: 8px; } }
  @media (min-width: 640px) {
    .row--lighttable {
      padding: 6px; } }
  @media (min-width: 720px) {
    .row--lighttable {
      padding: 7px; } }
  @media (min-width: 1280px) {
    .row--lighttable {
      padding: 8px; } }
  .row--lighttable .row__grid {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 296px; }
    @media (min-width: 360px) {
      .row--lighttable .row__grid {
        max-width: 306px; } }
    @media (min-width: 375px) {
      .row--lighttable .row__grid {
        max-width: 306px; } }
    @media (min-width: 400px) {
      .row--lighttable .row__grid {
        max-width: 344px; } }
    @media (min-width: 640px) {
      .row--lighttable .row__grid {
        max-width: 604px; } }
    @media (min-width: 720px) {
      .row--lighttable .row__grid {
        max-width: 626px; } }
    @media (min-width: 1024px) {
      .row--lighttable .row__grid {
        max-width: 946px; } }
    @media (min-width: 1280px) {
      .row--lighttable .row__grid {
        max-width: 1064px; } }
    @media (min-width: 1600px) {
      .row--lighttable .row__grid {
        max-width: 1424px; } }
    @media (min-width: 1920px) {
      .row--lighttable .row__grid {
        max-width: 1784px; } }
  .row--lighttable .row__content {
    margin: -6px; }
    @media (min-width: 360px) {
      .row--lighttable .row__content {
        margin: -7px; } }
    @media (min-width: 400px) {
      .row--lighttable .row__content {
        margin: -8px; } }
    @media (min-width: 640px) {
      .row--lighttable .row__content {
        margin: -6px; } }
    @media (min-width: 720px) {
      .row--lighttable .row__content {
        margin: -7px; } }
    @media (min-width: 1280px) {
      .row--lighttable .row__content {
        margin: -8px; } }
  .row--lighttable .module, .row--lighttable .button--summary, .row--lighttable .section--search-primary .row__buttons, .section--search-primary .row--lighttable .row__buttons {
    padding: 6px; }
    @media (min-width: 360px) {
      .row--lighttable .module, .row--lighttable .button--summary, .row--lighttable .section--search-primary .row__buttons, .section--search-primary .row--lighttable .row__buttons {
        padding: 7px; } }
    @media (min-width: 400px) {
      .row--lighttable .module, .row--lighttable .button--summary, .row--lighttable .section--search-primary .row__buttons, .section--search-primary .row--lighttable .row__buttons {
        padding: 8px; } }
    @media (min-width: 640px) {
      .row--lighttable .module, .row--lighttable .button--summary, .row--lighttable .section--search-primary .row__buttons, .section--search-primary .row--lighttable .row__buttons {
        padding: 6px; } }
    @media (min-width: 720px) {
      .row--lighttable .module, .row--lighttable .button--summary, .row--lighttable .section--search-primary .row__buttons, .section--search-primary .row--lighttable .row__buttons {
        padding: 7px; } }
    @media (min-width: 1280px) {
      .row--lighttable .module, .row--lighttable .button--summary, .row--lighttable .section--search-primary .row__buttons, .section--search-primary .row--lighttable .row__buttons {
        padding: 8px; } }
  .row--lighttable .module--small, .row--lighttable .section--search-primary .row__buttons, .section--search-primary .row--lighttable .row__buttons {
    width: 154px; }
    @media (min-width: 360px) {
      .row--lighttable .module--small, .row--lighttable .section--search-primary .row__buttons, .section--search-primary .row--lighttable .row__buttons {
        width: 160px; } }
    @media (min-width: 400px) {
      .row--lighttable .module--small, .row--lighttable .section--search-primary .row__buttons, .section--search-primary .row--lighttable .row__buttons {
        width: 180px; } }
    @media (min-width: 640px) {
      .row--lighttable .module--small, .row--lighttable .section--search-primary .row__buttons, .section--search-primary .row--lighttable .row__buttons {
        width: 154px; } }
    @media (min-width: 720px) {
      .row--lighttable .module--small, .row--lighttable .section--search-primary .row__buttons, .section--search-primary .row--lighttable .row__buttons {
        width: 160px; } }
    @media (min-width: 1280px) {
      .row--lighttable .module--small, .row--lighttable .section--search-primary .row__buttons, .section--search-primary .row--lighttable .row__buttons {
        width: 180px; } }
  .row--lighttable .module--medium {
    width: 308px; }
    @media (min-width: 360px) {
      .row--lighttable .module--medium {
        width: 320px; } }
    @media (min-width: 400px) {
      .row--lighttable .module--medium {
        width: 360px; } }
    @media (min-width: 640px) {
      .row--lighttable .module--medium {
        width: 308px; } }
    @media (min-width: 720px) {
      .row--lighttable .module--medium {
        width: 320px; } }
    @media (min-width: 1280px) {
      .row--lighttable .module--medium {
        width: 360px; } }
  .row--lighttable .module--large {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 308px; }
    @media (min-width: 360px) {
      .row--lighttable .module--large {
        max-width: 320px; } }
    @media (min-width: 375px) {
      .row--lighttable .module--large {
        max-width: 320px; } }
    @media (min-width: 400px) {
      .row--lighttable .module--large {
        max-width: 360px; } }
    @media (min-width: 640px) {
      .row--lighttable .module--large {
        max-width: 616px; } }
    @media (min-width: 720px) {
      .row--lighttable .module--large {
        max-width: 640px; } }
    @media (min-width: 1024px) {
      .row--lighttable .module--large {
        max-width: 640px; } }
    @media (min-width: 1280px) {
      .row--lighttable .module--large {
        max-width: 720px; } }
    @media (min-width: 1600px) {
      .row--lighttable .module--large {
        max-width: 720px; } }
    @media (min-width: 1920px) {
      .row--lighttable .module--large {
        max-width: 720px; } }
  .row--lighttable .module--xl {
    width: 100%;
    max-width: none; }

.section--lighttable .section__header {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 296px; }
  @media (min-width: 360px) {
    .section--lighttable .section__header {
      max-width: 306px; } }
  @media (min-width: 375px) {
    .section--lighttable .section__header {
      max-width: 306px; } }
  @media (min-width: 400px) {
    .section--lighttable .section__header {
      max-width: 344px; } }
  @media (min-width: 640px) {
    .section--lighttable .section__header {
      max-width: 604px; } }
  @media (min-width: 720px) {
    .section--lighttable .section__header {
      max-width: 626px; } }
  @media (min-width: 1024px) {
    .section--lighttable .section__header {
      max-width: 946px; } }
  @media (min-width: 1280px) {
    .section--lighttable .section__header {
      max-width: 1064px; } }
  @media (min-width: 1600px) {
    .section--lighttable .section__header {
      max-width: 1064px; } }
  @media (min-width: 1920px) {
    .section--lighttable .section__header {
      max-width: 1064px; } }

.openseadragon-canvas:hover {
  cursor: hand; }

.nav-zoom {
  font-size: 1em; }
  .nav-zoom .button {
    float: left; }
  .nav-zoom .button__icon {
    display: block;
    width: 1.5em;
    height: 1.5em; }
    .nav-zoom .button__icon svg {
      width: 100%;
      height: 100%; }

.button--zoom {
  font-family: "Akkurat Mono", monospace;
  font-size: 0.75em;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  padding: 0.5em; }
  .button--zoom .button__label:after {
    content: '%'; }

.module--media.layout--fullscreen .module__media, .row--fullscreen .module--media .module__media {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto; }

.module--media.layout--fullscreen .module__content, .row--fullscreen .module--media .module__content {
  position: absolute;
  z-index: 2; }
  .module--media.layout--fullscreen .module__content > *, .row--fullscreen .module--media .module__content > * {
    opacity: 0; }
  .module--media.layout--fullscreen .module__content [aria-hidden="true"], .row--fullscreen .module--media .module__content [aria-hidden="true"] {
    display: none; }

.module--media.layout--fullscreen .nav-fullscreen, .row--fullscreen .module--media .nav-fullscreen {
  display: none; }

@media (max-width: 1023px) {
  .module--media.layout--fullscreen .module__media, .row--fullscreen .module--media .module__media {
    bottom: 4em; }
  .module--media.layout--fullscreen .module__content, .row--fullscreen .module--media .module__content {
    position: absolute;
    top: 100%;
    right: 0;
    bottom: auto;
    left: 0;
    border-top: 1px solid;
    border-color: inherit;
    padding: 1em;
    padding-bottom: 4em;
    margin-top: -4em; } }

@media (min-width: 1024px) {
  .module--media.layout--fullscreen .module__media, .row--fullscreen .module--media .module__media {
    right: 4em; }
  .module--media.layout--fullscreen .module__content, .row--fullscreen .module--media .module__content {
    top: 0;
    right: 0;
    bottom: 0;
    left: 100%;
    margin-top: 0;
    margin-left: -4em;
    width: 4em;
    height: 100%;
    padding-top: 5em;
    padding-right: 5em;
    padding-bottom: 2em;
    padding-left: 2em;
    border-left: 1px solid;
    border-color: inherit; }
  .module--media.layout--fullscreen .module__head, .row--fullscreen .module--media .module__head {
    position: absolute;
    top: 5em;
    right: 0;
    width: 4em;
    text-align: center; } }

.module--media.layout--fullscreen-expanded .module__content > *, .row--fullscreen[aria-expanded="true"] .module--media .module__content > * {
  opacity: 1; }

@media (max-width: 1023px) {
  .module--media.layout--fullscreen-expanded .module__media, .row--fullscreen[aria-expanded="true"] .module--media .module__media {
    bottom: 50%; }
    .module--media.layout--fullscreen-expanded .module__media > img, .row--fullscreen[aria-expanded="true"] .module--media .module__media > img {
      margin-left: 0; }
  .module--media.layout--fullscreen-expanded .module__content, .row--fullscreen[aria-expanded="true"] .module--media .module__content {
    top: 50%;
    margin-top: 0; } }

@media (min-width: 1024px) {
  .module--media.layout--fullscreen-expanded .module__media, .row--fullscreen[aria-expanded="true"] .module--media .module__media {
    right: 33.33333%; }
    .module--media.layout--fullscreen-expanded .module__media > img, .row--fullscreen[aria-expanded="true"] .module--media .module__media > img {
      margin-top: 0; }
  .module--media.layout--fullscreen-expanded .module__content, .row--fullscreen[aria-expanded="true"] .module--media .module__content {
    width: 33.33333%;
    left: 66.66667%;
    margin-left: 0; } }

.module.layout--fullscreen, .row--fullscreen .module, .row--fullscreen .button--summary, .row--fullscreen .section--search-primary .row__buttons, .section--search-primary .row--fullscreen .row__buttons, .layout--fullscreen.button--summary, .section--search-primary .layout--fullscreen.row__buttons {
  position: relative;
  width: 100%;
  height: 100vh; }
  .module.layout--fullscreen .module__grid, .row--fullscreen .module .module__grid, .row--fullscreen .button--summary .module__grid, .row--fullscreen .section--search-primary .row__buttons .module__grid, .section--search-primary .row--fullscreen .row__buttons .module__grid, .layout--fullscreen.button--summary .module__grid, .section--search-primary .layout--fullscreen.row__buttons .module__grid, .module.layout--fullscreen .button--module, .row--fullscreen .module .button--module, .row--fullscreen .button--summary .button--module, .row--fullscreen .section--search-primary .row__buttons .button--module, .section--search-primary .row--fullscreen .row__buttons .button--module, .layout--fullscreen.button--summary .button--module, .section--search-primary .layout--fullscreen.row__buttons .button--module, .module.layout--fullscreen .table__item, .row--fullscreen .module .table__item, .row--fullscreen .button--summary .table__item, .row--fullscreen .section--search-primary .row__buttons .table__item, .section--search-primary .row--fullscreen .row__buttons .table__item, .layout--fullscreen.button--summary .table__item, .section--search-primary .layout--fullscreen.row__buttons .table__item {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.row--fullscreen {
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  max-width: none !important;
  max-height: none !important; }
  .row--fullscreen .row__grid {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0; }
  .row--fullscreen .row__content {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .row--fullscreen .module[aria-hidden="true"], .row--fullscreen .button--summary[aria-hidden="true"], .row--fullscreen .section--search-primary .row__buttons[aria-hidden="true"], .section--search-primary .row--fullscreen .row__buttons[aria-hidden="true"] {
    display: block; }
  .row--fullscreen .module, .row--fullscreen .button--summary, .row--fullscreen .section--search-primary .row__buttons, .section--search-primary .row--fullscreen .row__buttons {
    z-index: 2; }

.row--fullscreen .button--circle, .row--fullscreen .button--fullscreen, .row--fullscreen .toggle--search, .row--fullscreen .button--user, .row--fullscreen .button--cart, .row--fullscreen .map__nav .button--close, .map__nav .row--fullscreen .button--close {
  width: 3em;
  height: 3em; }
  .row--fullscreen .button--circle .button__icon, .row--fullscreen .button--fullscreen .button__icon, .row--fullscreen .toggle--search .button__icon, .row--fullscreen .button--user .button__icon, .row--fullscreen .button--cart .button__icon, .row--fullscreen .map__nav .button--close .button__icon, .map__nav .row--fullscreen .button--close .button__icon {
    display: block;
    width: 100%;
    height: 100%; }

.row--fullscreen .module__action {
  display: none; }

.row--fullscreen .row__nav {
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3; }

.row--fullscreen .nav-fullscreen {
  display: block;
  pointer-events: all;
  position: absolute;
  border-color: inherit;
  top: 0;
  right: 0;
  padding: 0.5em; }

.row--fullscreen .nav-pages {
  display: block;
  position: absolute;
  top: 4em;
  right: 0;
  width: 4em;
  text-align: center; }
  .row--fullscreen .nav-pages i:after {
    content: '/'; }

.row--fullscreen .nav-prev,
.row--fullscreen .nav-next {
  display: block;
  pointer-events: all; }

.row--fullscreen .nav-prev {
  position: absolute;
  padding: 0.5em; }
  @media (max-width: 1023px) {
    .row--fullscreen .nav-prev {
      bottom: 0;
      right: 3.5em; } }
  @media (min-width: 1024px) {
    .row--fullscreen .nav-prev {
      top: 5.5em;
      right: 0; } }

.row--fullscreen .nav-next {
  position: absolute;
  padding: 0.5em; }
  @media (max-width: 1023px) {
    .row--fullscreen .nav-next {
      bottom: 0;
      right: 0; } }
  @media (min-width: 1024px) {
    .row--fullscreen .nav-next {
      top: 9em;
      right: 0; } }

.row--fullscreen .nav-info {
  display: block;
  pointer-events: all;
  position: absolute;
  padding: 0.5em;
  padding: 0.5em; }
  @media (max-width: 1023px) {
    .row--fullscreen .nav-info {
      bottom: 0;
      left: 50%;
      -moz-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -webkit-transform: translate(-50%, 0);
      transform: translate(-50%, 0); } }
  @media (min-width: 1024px) {
    .row--fullscreen .nav-info {
      bottom: 0;
      right: 0; } }

.row--fullscreen .nav-dots {
  position: absolute;
  top: -100%; }

.row--fullscreen .nav-controls {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.5em; }

.row--fullscreen .nav-zoom {
  display: block;
  pointer-events: all;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.5em; }

.media__controls {
  font-size: 14px; }
  @media screen and (min-width: 720px) and (min-height: 480px), screen and (min-width: 1024px) {
    .media__controls {
      font-size: 16px; } }

.controls__timer {
  position: relative;
  height: 14px; }
  .controls__timer .timer__position {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 64px;
    text-align: right; }
  .controls__timer .timer__duration {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 64px;
    text-align: left; }
  .controls__timer .timer__progress, .controls__timer .volume__volumebar {
    position: absolute;
    left: 72px;
    right: 72px;
    bottom: 1em; }

.timer__position,
.timer__duration {
  font-family: "Akkurat Mono", monospace;
  font-size: 14px;
  line-height: 30px; }
  @media screen and (min-width: 720px) and (min-height: 480px), screen and (min-width: 1024px) {
    .timer__position,
    .timer__duration {
      line-height: 32px; } }
  @media (min-width: 1280px) {
    .timer__position,
    .timer__duration {
      line-height: 36px; } }

.timer__progress, .volume__volumebar {
  position: relative;
  height: 14px;
  margin: 1px 0;
  color: inherit; }
  @media screen and (min-width: 720px) and (min-height: 480px), screen and (min-width: 1024px) {
    .timer__progress, .volume__volumebar {
      margin: 0; } }
  @media (min-width: 1280px) {
    .timer__progress, .volume__volumebar {
      margin: 2px 0; } }
  .timer__progress input[type=range], .volume__volumebar input[type=range] {
    -webkit-appearance: none;
    /* Hides the slider so that custom slider can be made */
    width: 100%;
    /* Specific width is required for Firefox. */
    background: transparent;
    /* Otherwise white in Chrome */
    margin: 0; }
  .timer__progress input[type=range]::-webkit-slider-thumb, .volume__volumebar input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none; }
  .timer__progress input[type=range]:focus, .volume__volumebar input[type=range]:focus {
    outline: none;
    /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */ }
  .timer__progress input[type=range]::-ms-track, .volume__volumebar input[type=range]::-ms-track {
    width: 100%;
    margin: 0;
    cursor: pointer;
    /* Hides the slider so custom styles can be added */
    background: transparent;
    border-color: transparent;
    color: transparent; }
  .timer__progress progress, .volume__volumebar progress,
  .timer__progress progress[value],
  .volume__volumebar progress[value] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none; }

.progress__seek, .volume__input {
  /* Special styling for WebKit/Blink */
  /* All the same stuff for Firefox */
  /* All the same stuff for IE */
  width: auto;
  height: 14px;
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: -6px;
  left: 0; }
  .progress__seek::-webkit-slider-runnable-track, .volume__input::-webkit-slider-runnable-track {
    width: 100%;
    height: 14px;
    cursor: pointer;
    background-color: transparent; }
  .progress__seek:focus::-webkit-slider-runnable-track, .volume__input:focus::-webkit-slider-runnable-track {
    background-color: transparent; }
  .progress__seek::-moz-range-track, .volume__input::-moz-range-track {
    width: 100%;
    height: 14px;
    cursor: pointer;
    background-color: transparent; }
  .progress__seek::-ms-track, .volume__input::-ms-track {
    width: 100%;
    height: 14px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent; }
  .progress__seek::-ms-fill-lower, .volume__input::-ms-fill-lower {
    background-color: transparent; }
  .progress__seek:focus::-ms-fill-lower, .volume__input:focus::-ms-fill-lower {
    background-color: transparent; }
  .progress__seek::-ms-fill-upper, .volume__input::-ms-fill-upper {
    background-color: transparent; }
  .progress__seek:focus::-ms-fill-upper, .volume__input:focus::-ms-fill-upper {
    background-color: transparent; }
  .progress__seek::-webkit-slider-thumb, .volume__input::-webkit-slider-thumb {
    -webkit-appearance: none;
    cursor: pointer;
    width: 14px;
    height: 14px;
    margin-top: 0px;
    /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
    border: none;
    border-radius: 100%;
    background-color: black; }
  .progress__seek::-moz-range-thumb, .volume__input::-moz-range-thumb {
    cursor: pointer;
    width: 14px;
    height: 14px;
    border: none;
    border-radius: 100%;
    background-color: black; }
  .progress__seek::-ms-thumb, .volume__input::-ms-thumb {
    cursor: pointer;
    width: 14px;
    height: 14px;
    border: none;
    border-radius: 100%;
    background-color: black; }

.progress__buffer {
  display: none; }

.progress__played, .volume__output {
  color: inherit;
  width: 100%;
  height: 2px;
  position: absolute;
  z-index: 1;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0; }
  .progress__played[value], .volume__output[value] {
    color: black; }
  .progress__played::-webkit-progress-bar, .volume__output::-webkit-progress-bar {
    background-color: rgba(0, 0, 0, 0.25); }
  .progress__played::-moz-progress-bar, .volume__output::-moz-progress-bar {
    background-color: rgba(0, 0, 0, 0.25); }
  .progress__played::-webkit-progress-value, .volume__output::-webkit-progress-value {
    background-color: black; }

.controls__volume {
  position: relative;
  color: inherit; }
  .controls__volume .button--volume {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0; }
  .controls__volume .volume__volumebar {
    position: absolute;
    bottom: 1em;
    left: 30px;
    right: 12px; }
    @media screen and (min-width: 720px) and (min-height: 480px), screen and (min-width: 1024px) {
      .controls__volume .volume__volumebar {
        left: 32px;
        right: 14px; } }
    @media (min-width: 1280px) {
      .controls__volume .volume__volumebar {
        left: 36px;
        right: 16px; } }

.button--play .button__label,
.button--play-large .button__label {
  display: none; }

.button--play .button__play,
.button--play-large .button__play {
  display: block; }

.button--play .button__pause,
.button--play-large .button__pause {
  display: none; }

.button--play[data-paused="false"] .button__play,
.button--play-large[data-paused="false"] .button__play {
  display: none; }

.button--play[data-paused="false"] .button__pause,
.button--play-large[data-paused="false"] .button__pause {
  display: block; }

.button--play:hover .button__icon,
.button--play-large:hover .button__icon {
  background-color: #0666b0;
  color: white; }

.button--play:hover .icon__border,
.button--play-large:hover .icon__border {
  display: none; }

.button--play-large {
  font-weight: bold;
  line-height: 40px;
  white-space: nowrap; }
  @media screen and (min-width: 720px) and (min-height: 480px), screen and (min-width: 1024px) {
    .button--play-large {
      line-height: 44px; } }
  @media (min-width: 1280px) {
    .button--play-large {
      line-height: 48px; } }
  .button--play-large .button__icon {
    float: left; }
  .button--play-large .button__label {
    display: block;
    float: left;
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.25em;
    padding: 0 0.5em; }
    @media (min-width: 400px) {
      .button--play-large .button__label {
        max-width: 160px; } }
    @media (min-width: 480px) {
      .button--play-large .button__label {
        max-width: 200px; } }
    @media (min-width: 520px) {
      .button--play-large .button__label {
        max-width: 240px; } }
    @media (min-width: 768px) {
      .button--play-large .button__label {
        max-width: 300px; } }

.button--volume .button__label {
  display: none; }

.button--volume .icon__border {
  display: none; }

.button--volume .button__mute {
  display: none; }

.button--volume .button__volume {
  display: block; }

.button--volume .volume--min {
  display: none; }

.button--volume .volume--med {
  display: block; }

.button--volume .volume--max {
  display: none; }

.button--volume[data-volume="0"] .volume--min, .button--volume[data-volume="0.05"] .volume--min, .button--volume[data-volume="0.1"] .volume--min {
  display: block; }

.button--volume[data-volume="0"] .volume--med,
.button--volume[data-volume="0"] .volume--max, .button--volume[data-volume="0.05"] .volume--med,
.button--volume[data-volume="0.05"] .volume--max, .button--volume[data-volume="0.1"] .volume--med,
.button--volume[data-volume="0.1"] .volume--max {
  display: none; }

.button--volume[data-volume="0.15"] .volume--med,
.button--volume[data-volume="0.2"] .button--volume[data-volume="0.25"] .volume--med, .button--volume[data-volume="0.3"] .volume--med,
.button--volume[data-volume="0.35"] .button--volume[data-volume="0.4"] .volume--med, .button--volume[data-volume="0.45"] .volume--med, .button--volume[data-volume="0.5"] .volume--med, .button--volume[data-volume="0.55"] .volume--med, .button--volume[data-volume="0.6"] .volume--med, .button--volume[data-volume="0.65"] .volume--med, .button--volume[data-volume="0.7"] .volume--med, .button--volume[data-volume="0.75"] .volume--med, .button--volume[data-volume="0.8"] .volume--med, .button--volume[data-volume="0.85"] .volume--med, .button--volume[data-volume="0.9"] .volume--med {
  display: block; }

.button--volume[data-volume="0.15"] .volume--min,
.button--volume[data-volume="0.15"] .volume--max,
.button--volume[data-volume="0.2"] .button--volume[data-volume="0.25"] .volume--min,
.button--volume[data-volume="0.2"] .button--volume[data-volume="0.25"] .volume--max, .button--volume[data-volume="0.3"] .volume--min,
.button--volume[data-volume="0.3"] .volume--max,
.button--volume[data-volume="0.35"] .button--volume[data-volume="0.4"] .volume--min,
.button--volume[data-volume="0.35"] .button--volume[data-volume="0.4"] .volume--max, .button--volume[data-volume="0.45"] .volume--min,
.button--volume[data-volume="0.45"] .volume--max, .button--volume[data-volume="0.5"] .volume--min,
.button--volume[data-volume="0.5"] .volume--max, .button--volume[data-volume="0.55"] .volume--min,
.button--volume[data-volume="0.55"] .volume--max, .button--volume[data-volume="0.6"] .volume--min,
.button--volume[data-volume="0.6"] .volume--max, .button--volume[data-volume="0.65"] .volume--min,
.button--volume[data-volume="0.65"] .volume--max, .button--volume[data-volume="0.7"] .volume--min,
.button--volume[data-volume="0.7"] .volume--max, .button--volume[data-volume="0.75"] .volume--min,
.button--volume[data-volume="0.75"] .volume--max, .button--volume[data-volume="0.8"] .volume--min,
.button--volume[data-volume="0.8"] .volume--max, .button--volume[data-volume="0.85"] .volume--min,
.button--volume[data-volume="0.85"] .volume--max, .button--volume[data-volume="0.9"] .volume--min,
.button--volume[data-volume="0.9"] .volume--max {
  display: none; }

.button--volume[data-volume="0.95"] .volume--max, .button--volume[data-volume="1"] .volume--max {
  display: block; }

.button--volume[data-volume="0.95"] .volume--min,
.button--volume[data-volume="0.95"] .volume--med, .button--volume[data-volume="1"] .volume--min,
.button--volume[data-volume="1"] .volume--med {
  display: none; }

.button--volume[data-muted="true"] .button__mute {
  display: block; }

.button--volume[data-muted="true"] .button__volume {
  display: none; }

.controls--audio {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0; }
  @media (min-width: 768px) {
    .controls--audio {
      width: 626px;
      margin: 0 auto; } }
  @media (min-width: 1280px) {
    .controls--audio {
      width: 704px; } }
  .controls--audio .controls__timer {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 1em;
    left: 0;
    margin: auto; }
    @media (min-width: 768px) {
      .controls--audio .controls__timer {
        left: -72px;
        right: -72px; } }
  .controls--audio .controls__play {
    position: absolute;
    z-index: 1;
    top: auto;
    right: auto;
    bottom: 5em;
    left: 1em; }
    @media (min-width: 640px) {
      .controls--audio .controls__play {
        left: 72px; } }
    @media (min-width: 768px) {
      .controls--audio .controls__play {
        left: 0; } }
  .controls--audio .controls__volume {
    position: absolute;
    z-index: 2;
    top: auto;
    right: 0;
    bottom: 5em;
    left: auto;
    margin-bottom: 6px;
    width: 40%;
    max-width: 180px; }
    @media (min-width: 640px) {
      .controls--audio .controls__volume {
        right: 72px; } }
    @media (min-width: 768px) {
      .controls--audio .controls__volume {
        right: 0; } }
    @media screen and (min-width: 720px) and (min-height: 480px), screen and (min-width: 1024px) {
      .controls--audio .controls__volume {
        margin-bottom: 7px; } }
    @media (min-width: 1280px) {
      .controls--audio .controls__volume {
        margin-bottom: 9px; } }
  .controls--audio .button--play {
    display: none; }
  .controls--audio .button--play-large {
    display: block; }

.controls--video {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0; }
  .controls--video .button--play-large {
    display: none; }
  .controls--video .button--play {
    position: absolute;
    z-index: 2;
    left: 1em;
    bottom: 1em; }
  .controls--video .controls__timer {
    position: absolute;
    top: auto;
    right: 40%;
    bottom: 1em;
    left: 42px; }
    .controls--video .controls__timer .timer__progress, .controls--video .controls__timer .volume__volumebar {
      left: 12px;
      right: 0; }
    .controls--video .controls__timer .progress__seek, .controls--video .controls__timer .volume__input {
      /* Special styling for WebKit/Blink */
      /* All the same stuff for Firefox */
      /* All the same stuff for IE */ }
      .controls--video .controls__timer .progress__seek::-webkit-slider-runnable-track, .controls--video .controls__timer .volume__input::-webkit-slider-runnable-track {
        width: 100%;
        height: 14px;
        cursor: pointer;
        background-color: transparent; }
      .controls--video .controls__timer .progress__seek:focus::-webkit-slider-runnable-track, .controls--video .controls__timer .volume__input:focus::-webkit-slider-runnable-track {
        background-color: transparent; }
      .controls--video .controls__timer .progress__seek::-moz-range-track, .controls--video .controls__timer .volume__input::-moz-range-track {
        width: 100%;
        height: 14px;
        cursor: pointer;
        background-color: transparent; }
      .controls--video .controls__timer .progress__seek::-ms-track, .controls--video .controls__timer .volume__input::-ms-track {
        width: 100%;
        height: 14px;
        cursor: pointer;
        background: transparent;
        border-color: transparent;
        color: transparent; }
      .controls--video .controls__timer .progress__seek::-ms-fill-lower, .controls--video .controls__timer .volume__input::-ms-fill-lower {
        background-color: transparent; }
      .controls--video .controls__timer .progress__seek:focus::-ms-fill-lower, .controls--video .controls__timer .volume__input:focus::-ms-fill-lower {
        background-color: transparent; }
      .controls--video .controls__timer .progress__seek::-ms-fill-upper, .controls--video .controls__timer .volume__input::-ms-fill-upper {
        background-color: transparent; }
      .controls--video .controls__timer .progress__seek:focus::-ms-fill-upper, .controls--video .controls__timer .volume__input:focus::-ms-fill-upper {
        background-color: transparent; }
      .controls--video .controls__timer .progress__seek::-webkit-slider-thumb, .controls--video .controls__timer .volume__input::-webkit-slider-thumb {
        -webkit-appearance: none;
        cursor: pointer;
        width: 14px;
        height: 14px;
        margin-top: 0px;
        /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
        border: none;
        border-radius: 100%;
        background-color: white; }
      .controls--video .controls__timer .progress__seek::-moz-range-thumb, .controls--video .controls__timer .volume__input::-moz-range-thumb {
        cursor: pointer;
        width: 14px;
        height: 14px;
        border: none;
        border-radius: 100%;
        background-color: white; }
      .controls--video .controls__timer .progress__seek::-ms-thumb, .controls--video .controls__timer .volume__input::-ms-thumb {
        cursor: pointer;
        width: 14px;
        height: 14px;
        border: none;
        border-radius: 100%;
        background-color: white; }
    .controls--video .controls__timer .progress__played, .controls--video .controls__timer .volume__output {
      width: 100%;
      height: 2px; }
      .controls--video .controls__timer .progress__played[value], .controls--video .controls__timer .volume__output[value] {
        color: white; }
      .controls--video .controls__timer .progress__played::-webkit-progress-bar, .controls--video .controls__timer .volume__output::-webkit-progress-bar {
        background-color: rgba(255, 255, 255, 0.25); }
      .controls--video .controls__timer .progress__played::-moz-progress-bar, .controls--video .controls__timer .volume__output::-moz-progress-bar {
        background-color: rgba(255, 255, 255, 0.25); }
      .controls--video .controls__timer .progress__played::-webkit-progress-value, .controls--video .controls__timer .volume__output::-webkit-progress-value {
        background-color: white; }
    .controls--video .controls__timer .timer__position,
    .controls--video .controls__timer .timer__duration {
      display: none; }
    @media (min-width: 720px) {
      .controls--video .controls__timer {
        right: 30%; }
        .controls--video .controls__timer .timer__progress, .controls--video .controls__timer .volume__volumebar {
          left: 72px;
          right: 72px; }
        .controls--video .controls__timer .timer__position,
        .controls--video .controls__timer .timer__duration {
          display: block; } }
    @media (min-width: 1024px) {
      .controls--video .controls__timer {
        right: 20%; } }
    @media screen and (min-width: 720px) and (min-height: 480px), screen and (min-width: 1024px) {
      .controls--video .controls__timer {
        left: 46px; } }
    @media (min-width: 1280px) {
      .controls--video .controls__timer {
        left: 52px; } }
  .controls--video .controls__volume {
    position: absolute;
    right: 0;
    bottom: 1em;
    width: 40%; }
    .controls--video .controls__volume .volume__input {
      /* Special styling for WebKit/Blink */
      /* All the same stuff for Firefox */
      /* All the same stuff for IE */ }
      .controls--video .controls__volume .volume__input::-webkit-slider-runnable-track {
        width: 100%;
        height: 14px;
        cursor: pointer;
        background-color: transparent; }
      .controls--video .controls__volume .volume__input:focus::-webkit-slider-runnable-track {
        background-color: transparent; }
      .controls--video .controls__volume .volume__input::-moz-range-track {
        width: 100%;
        height: 14px;
        cursor: pointer;
        background-color: transparent; }
      .controls--video .controls__volume .volume__input::-ms-track {
        width: 100%;
        height: 14px;
        cursor: pointer;
        background: transparent;
        border-color: transparent;
        color: transparent; }
      .controls--video .controls__volume .volume__input::-ms-fill-lower {
        background-color: transparent; }
      .controls--video .controls__volume .volume__input:focus::-ms-fill-lower {
        background-color: transparent; }
      .controls--video .controls__volume .volume__input::-ms-fill-upper {
        background-color: transparent; }
      .controls--video .controls__volume .volume__input:focus::-ms-fill-upper {
        background-color: transparent; }
      .controls--video .controls__volume .volume__input::-webkit-slider-thumb {
        -webkit-appearance: none;
        cursor: pointer;
        width: 14px;
        height: 14px;
        margin-top: 0px;
        /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
        border: none;
        border-radius: 100%;
        background-color: white; }
      .controls--video .controls__volume .volume__input::-moz-range-thumb {
        cursor: pointer;
        width: 14px;
        height: 14px;
        border: none;
        border-radius: 100%;
        background-color: white; }
      .controls--video .controls__volume .volume__input::-ms-thumb {
        cursor: pointer;
        width: 14px;
        height: 14px;
        border: none;
        border-radius: 100%;
        background-color: white; }
    .controls--video .controls__volume .volume__output {
      width: 100%;
      height: 2px; }
      .controls--video .controls__volume .volume__output[value] {
        color: white; }
      .controls--video .controls__volume .volume__output::-webkit-progress-bar {
        background-color: rgba(255, 255, 255, 0.25); }
      .controls--video .controls__volume .volume__output::-moz-progress-bar {
        background-color: rgba(255, 255, 255, 0.25); }
      .controls--video .controls__volume .volume__output::-webkit-progress-value {
        background-color: white; }
    @media (min-width: 720px) {
      .controls--video .controls__volume {
        width: 30%; } }
    @media (min-width: 1024px) {
      .controls--video .controls__volume {
        width: 20%; } }

.media--slideshow {
  position: relative;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari*/
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */ }
  .media--slideshow .media__grid {
    position: relative; }
  .media--slideshow .media__list {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative; }
    .media--slideshow .media__list:after {
      content: "\0020";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0; }
  .media--slideshow .media__item {
    position: relative;
    display: block;
    -webkit-backface-visibility: hidden;
    zoom: 1;
    opacity: .7;
    transition: opacity 250ms; }
  .media--slideshow .module__content,
  .media--slideshow .module__action,
  .media--slideshow .media__controls {
    display: none; }
  .media--slideshow .media__active-slide {
    opacity: 1; }
    .media--slideshow .media__active-slide .module__content,
    .media--slideshow .media__active-slide .module__action {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 2;
      pointer-events: none; }
      .media--slideshow .media__active-slide .module__content a, .media--slideshow .media__active-slide .module__content button,
      .media--slideshow .media__active-slide .module__action a,
      .media--slideshow .media__active-slide .module__action button {
        pointer-events: all; }
    .media--slideshow .media__active-slide .module__content,
    .media--slideshow .media__active-slide .module__action,
    .media--slideshow .media__active-slide .media__controls {
      display: block; }

.media--slideshow .button--fullscreen {
  position: absolute;
  top: 0.5em;
  right: 0.5em; }

.media--slideshow .button--download {
  position: absolute;
  right: 1em;
  bottom: 1em; }
  .media--slideshow .button--download .button__icon,
  .media--slideshow .button--download .button__label {
    color: black; }

.media--slideshow .nav-direction {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 250ms; }

.media--slideshow:hover .nav-direction {
  opacity: 1; }

.media--slideshow .nav-next,
.media--slideshow .nav-prev {
  width: 100%;
  pointer-events: all; }
  .media--slideshow .nav-next.media__disabled,
  .media--slideshow .nav-prev.media__disabled {
    display: none; }

.media--slideshow .button--prev,
.media--slideshow .button--next,
.media--slideshow .button--continue {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
  .media--slideshow .button--prev .button__icon,
  .media--slideshow .button--next .button__icon,
  .media--slideshow .button--continue .button__icon {
    display: block;
    width: 42px;
    height: 42px; }
  .media--slideshow .button--prev svg,
  .media--slideshow .button--next svg,
  .media--slideshow .button--continue svg {
    display: block;
    width: 100%;
    height: 100%; }

.media--slideshow .nav-prev {
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  left: auto; }

.media--slideshow .button--prev {
  right: 0;
  margin-right: -42px; }

.media--slideshow .nav-next {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 100%; }

.media--slideshow .button--next {
  left: 0;
  margin-left: -42px; }

.media--slideshow .button--continue {
  right: 0;
  height: 42px;
  line-height: 42px;
  margin-left: -42px; }
  .media--slideshow .button--continue .button__label {
    display: none;
    position: absolute;
    top: 0;
    right: 100%;
    padding: 0 0.5em; }
  .media--slideshow .button--continue .button__icon {
    position: absolute;
    top: 0;
    left: 0; }

@media screen and (min-width: 720px) and (min-height: 480px), screen and (min-width: 1024px) {
  .media--slideshow-wide .button--prev .button__icon, .article__media.media--slideshow .button--prev .button__icon,
  .media--slideshow-wide .button--next .button__icon,
  .article__media.media--slideshow .button--next .button__icon,
  .media--slideshow-wide .button--continue .button__icon,
  .article__media.media--slideshow .button--continue .button__icon {
    width: 44px;
    height: 44px; } }

@media screen and (min-width: 1080px) {
  .media--slideshow-wide .button--prev .button__icon, .article__media.media--slideshow .button--prev .button__icon,
  .media--slideshow-wide .button--next .button__icon,
  .article__media.media--slideshow .button--next .button__icon,
  .media--slideshow-wide .button--continue .button__icon,
  .article__media.media--slideshow .button--continue .button__icon {
    width: 48px;
    height: 48px; } }

@media screen and (min-width: 720px) and (min-height: 480px), screen and (min-width: 1024px) {
  .media--slideshow-wide .button--prev, .article__media.media--slideshow .button--prev {
    margin-right: -44px; } }

@media screen and (min-width: 1080px) {
  .media--slideshow-wide .button--prev, .article__media.media--slideshow .button--prev {
    margin-right: 0; } }

@media screen and (min-width: 720px) and (min-height: 480px), screen and (min-width: 1024px) {
  .media--slideshow-wide .button--next, .article__media.media--slideshow .button--next {
    margin-left: -44px; } }

@media screen and (min-width: 1080px) {
  .media--slideshow-wide .button--next, .article__media.media--slideshow .button--next {
    margin-left: 0; } }

@media screen and (min-width: 720px) and (min-height: 480px), screen and (min-width: 1024px) {
  .media--slideshow-wide .button--continue, .article__media.media--slideshow .button--continue {
    height: 44px;
    line-height: 44px;
    margin-left: -44px; } }

@media screen and (min-width: 1080px) {
  .media--slideshow-wide .button--continue, .article__media.media--slideshow .button--continue {
    height: 48px;
    line-height: 48px;
    margin-left: 0; }
    .media--slideshow-wide .button--continue .button__label, .article__media.media--slideshow .button--continue .button__label {
      display: block; } }

.media--slideshow .module, .media--slideshow .button--summary, .media--slideshow .section--search-primary .row__buttons, .section--search-primary .media--slideshow .row__buttons,
.media--slideshow .module__media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.media--slideshow .module__media {
  background-color: #4F4F4F;
  color: black;
  width: 100%;
  height: 100%; }

.media--slideshow .media--image {
  padding-top: 1em;
  padding-bottom: 4em; }
  .media--slideshow .media--image > img {
    position: relative;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

.media--slideshow a.media--image:hover {
  cursor: zoom-in; }

.media--slideshow .media--audio {
  overflow: hidden; }
  .media--slideshow .media--audio > img {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    /* IE 6-9 */
    opacity: 0.25; }
  .media--slideshow .media--audio .media__controls {
    z-index: 2; }

.media--slideshow .media--video {
  color: white; }
  .media--slideshow .media--video .video-js {
    width: 100%;
    height: 100%; }
  .media--slideshow .media--video [aria-hidden="true"] {
    visibility: initial; }
  .media--slideshow .media--video .vjs-big-play-button {
    left: 45%;
    top: 45%; }

.media--slideshow .button--download .button__label {
  display: none; }

@media (min-width: 640px) {
  .media--slideshow .button--download .button__label {
    display: block; } }

@media print {
  .media--slideshow .button--download {
    display: none; } }

@media (min-width: 720px) {
  .media--slideshow-wide .media--image, .article__media.media--slideshow .media--image {
    padding: 2em 2em 4em 2em; } }

.article__media {
  height: 320px;
  position: relative;
  max-width: 100%;
  overflow: hidden; }
  @media screen and (min-width: 720px) and (min-height: 480px), screen and (min-width: 1024px) {
    .article__media {
      height: 400px; } }
  @media screen and (min-width: 720px) and (min-height: 480px) and (min-width: 720px) and (min-height: 580px), screen and (min-width: 1024px) and (min-width: 720px) and (min-height: 580px) {
    .article__media {
      height: 500px; } }
  @media screen and (min-width: 1280px) {
    .article__media {
      height: 480px; } }
  @media screen and (min-width: 1280px) and (min-width: 1280px) and (min-height: 740px) {
    .article__media {
      height: 580px; } }
  @media screen and (min-width: 1280px) and (min-width: 1280px) and (min-height: 840px) {
    .article__media {
      height: 680px; } }
  .article__media.no-media {
    height: 12em; }
  .article__media .media__grid {
    position: relative;
    width: 100%; }
    @media (min-width: 1024px) {
      .article__media .media__grid {
        margin-left: auto;
        margin-right: auto;
        max-width: 960px; } }
    @media (min-width: 1280px) {
      .article__media .media__grid {
        max-width: 1080px; } }
    @media (min-width: 1600px) {
      .article__media .media__grid {
        max-width: 1440px; } }
    @media (min-width: 1920px) {
      .article__media .media__grid {
        max-width: 1440px; } }
    @media print {
      .article__media .media__grid {
        max-width: 100%; } }
  .article__media .media__item,
  .article__media .module,
  .article__media .button--summary,
  .article__media .section--search-primary .row__buttons,
  .section--search-primary .article__media .row__buttons {
    position: relative;
    width: 100%;
    height: 320px; }
    @media screen and (min-width: 720px) and (min-height: 480px), screen and (min-width: 1024px) {
      .article__media .media__item,
      .article__media .module,
      .article__media .button--summary,
      .article__media .section--search-primary .row__buttons,
      .section--search-primary .article__media .row__buttons {
        height: 400px; } }
  @media screen and (min-width: 720px) and (min-height: 480px) and (min-width: 720px) and (min-height: 580px), screen and (min-width: 1024px) and (min-width: 720px) and (min-height: 580px) {
    .article__media .media__item,
    .article__media .module,
    .article__media .button--summary,
    .article__media .section--search-primary .row__buttons,
    .section--search-primary .article__media .row__buttons {
      height: 500px; } }
    @media screen and (min-width: 1280px) {
      .article__media .media__item,
      .article__media .module,
      .article__media .button--summary,
      .article__media .section--search-primary .row__buttons,
      .section--search-primary .article__media .row__buttons {
        height: 480px; } }
  @media screen and (min-width: 1280px) and (min-width: 1280px) and (min-height: 740px) {
    .article__media .media__item,
    .article__media .module,
    .article__media .button--summary,
    .article__media .section--search-primary .row__buttons,
    .section--search-primary .article__media .row__buttons {
      height: 580px; } }
  @media screen and (min-width: 1280px) and (min-width: 1280px) and (min-height: 840px) {
    .article__media .media__item,
    .article__media .module,
    .article__media .button--summary,
    .article__media .section--search-primary .row__buttons,
    .section--search-primary .article__media .row__buttons {
      height: 680px; } }
    @media print {
      .article__media .media__item,
      .article__media .module,
      .article__media .button--summary,
      .article__media .section--search-primary .row__buttons,
      .section--search-primary .article__media .row__buttons {
        max-width: 100%; } }
  .article__media.no-media .media__item, .article__media.no-media .media__item .module.module--object-head, .article__media.no-media .media__item .module.module--object-next, .article__media.no-media .media__item .module--object-next.button--summary, .article__media.no-media .media__item .section--search-primary .module--object-next.row__buttons, .section--search-primary .article__media.no-media .media__item .module--object-next.row__buttons, .article__media.no-media .media__item .module--object-head.button--summary, .article__media.no-media .media__item .section--search-primary .module--object-head.row__buttons, .section--search-primary .article__media.no-media .media__item .module--object-head.row__buttons {
    height: 12em; }
  .article__media .module__caption {
    position: absolute;
    left: 0.75em;
    bottom: 0.75em;
    display: block;
    max-width: 75%;
    color: black; }
    .article__media .module__caption .media__credit {
      display: inline;
      vertical-align: middle; }

.module--article-cover .module__media.media--landscape > div {
  background-size: cover; }

.module--article-cover .module__media.media--portrait > div {
  background-size: auto 110%; }

.module--article-cover .module__head {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.module--article-cover .module__title {
  font-size: 1.5em;
  line-height: 1.25;
  font-weight: bold;
  margin-bottom: 0.25em; }

.module--article-cover .module__caption {
  opacity: 0.5; }

.module--object-head .module__head, .module--object-next .module__head {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.module--object-next .module__media {
  opacity: .35; }

.module--object-next .module__head {
  text-align: center; }

.module--object-next .module__title {
  font-size: 1.5em;
  line-height: 1.25;
  font-weight: bold;
  margin-bottom: 0.25em;
  font-weight: normal; }
  .module--object-next .module__title i {
    border-bottom: 1px solid;
    border-color: rgba(0, 0, 0, 0.5); }
  .module--object-next .module__title b {
    font-weight: bold; }

.module--object-next .module__action {
  position: absolute;
  width: 100%;
  top: 0;
  right: auto;
  bottom: 0;
  left: 100%; }

.preview__media {
  width: 100%;
  height: 320px; }
  .preview__media .media__grid {
    width: 100%;
    overflow: hidden; }
  .preview__media .media__item {
    height: 320px; }
  .preview__media .module--media-cover .module__content {
    display: block; }
  .preview__media .media--image {
    padding-bottom: 1em; }
  .preview__media .module__content,
  .preview__media .module__action {
    display: none; }
  .preview__media.media--slideshow .media__active-slide .module__content,
  .preview__media.media--slideshow .media__active-slide .module__action {
    display: none; }

.folder__media {
  width: 100%;
  height: 320px; }
  @media screen and (min-width: 720px) and (min-height: 480px), screen and (min-width: 1024px) {
    .folder__media {
      height: 400px; } }
  @media screen and (min-width: 720px) and (min-height: 480px) and (min-width: 720px) and (min-height: 580px), screen and (min-width: 1024px) and (min-width: 720px) and (min-height: 580px) {
    .folder__media {
      height: 500px; } }
  @media screen and (min-width: 1280px) {
    .folder__media {
      height: 480px; } }
  @media screen and (min-width: 1280px) and (min-width: 1280px) and (min-height: 740px) {
    .folder__media {
      height: 580px; } }
  @media screen and (min-width: 1280px) and (min-width: 1280px) and (min-height: 840px) {
    .folder__media {
      height: 680px; } }
  .folder__media .media__grid {
    width: 100%;
    overflow: hidden; }
  .folder__media .media__item {
    height: 320px; }
    @media screen and (min-width: 720px) and (min-height: 480px), screen and (min-width: 1024px) {
      .folder__media .media__item {
        height: 400px; } }
  @media screen and (min-width: 720px) and (min-height: 480px) and (min-width: 720px) and (min-height: 580px), screen and (min-width: 1024px) and (min-width: 720px) and (min-height: 580px) {
    .folder__media .media__item {
      height: 500px; } }
    @media screen and (min-width: 1280px) {
      .folder__media .media__item {
        height: 480px; } }
  @media screen and (min-width: 1280px) and (min-width: 1280px) and (min-height: 740px) {
    .folder__media .media__item {
      height: 580px; } }
  @media screen and (min-width: 1280px) and (min-width: 1280px) and (min-height: 840px) {
    .folder__media .media__item {
      height: 680px; } }
  .folder__media .media--image {
    padding-bottom: 1em; }

.module--media-cover .module__content {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center; }

.skin-media {
  background-color: #4F4F4F;
  color: black;
  border-color: rgba(0, 0, 0, 0.25); }
  .skin-media .button--action .button__label, .skin-media .button--volume .button__label {
    color: black; }
  .row:not(.row--slideshow):not(.row--slideshow-wide):not(.row--slideshow-full) .skin-media.video, .row:not(.row--slideshow):not(.row--slideshow-wide):not(.row--slideshow-full) .skin-media.audio {
    background-color: transparent; }
  .row.row--slideshow .skin-media.audio audio, .row.row--slideshow-wide .skin-media.audio audio, .row.row--slideshow-full .skin-media.audio audio {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.nav-options {
  display: block;
  position: relative;
  font-size: 14px;
  text-align: center; }
  .nav-options .options {
    display: block; }
  @media (max-width: 1023px) {
    .nav-options .options {
      border: 1px solid #4F4F4F;
      border-radius: 2px;
      margin-top: 0.5em; }
    .nav-options .buttongroup + .buttongroup {
      border-top: 1px solid #4F4F4F; } }
  @media (min-width: 1024px) {
    .nav-options {
      text-align: left; }
      .nav-options .buttongroup {
        position: relative;
        display: inline-block; }
        .nav-options .buttongroup + .buttongroup {
          margin-left: 0.5em; }
      .nav-options .buttongroup--options-view {
        position: absolute;
        right: 0; } }

.section__header,
.section__footer {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 296px; }
  @media (min-width: 360px) {
    .section__header,
    .section__footer {
      max-width: 306px; } }
  @media (min-width: 375px) {
    .section__header,
    .section__footer {
      max-width: 306px; } }
  @media (min-width: 400px) {
    .section__header,
    .section__footer {
      max-width: 344px; } }
  @media (min-width: 640px) {
    .section__header,
    .section__footer {
      max-width: 604px; } }
  @media (min-width: 720px) {
    .section__header,
    .section__footer {
      max-width: 626px; } }
  @media (min-width: 1024px) {
    .section__header,
    .section__footer {
      max-width: 626px; } }
  @media (min-width: 1280px) {
    .section__header,
    .section__footer {
      max-width: 704px; } }
  @media (min-width: 1600px) {
    .section__header,
    .section__footer {
      max-width: 704px; } }
  @media (min-width: 1920px) {
    .section__header,
    .section__footer {
      max-width: 704px; } }

.section--center {
  margin-top: 1.5em;
  margin-bottom: 1.5em; }
  .section--center .section__header,
  .section--center .section__footer {
    text-align: center; }

.section--auto {
  margin-top: 1.5em;
  margin-bottom: 1.5em; }

.section--wide, .section--row-features {
  margin-top: 1.5em;
  margin-bottom: 1.5em; }

.section--single-wide, .section--row-latest, .section--row-comments {
  margin-top: 1.5em;
  margin-bottom: 1.5em; }

.section__typography, .section__header, .section__footer {
  line-height: 1.5; }
  .section__typography h1, .section__header h1, .section__footer h1 {
    display: block;
    font-size: 1.25em;
    line-height: 1.25;
    font-weight: bold; }
  .section__typography h2, .section__header h2, .section__footer h2 {
    display: block;
    font-size: 1em;
    font-weight: bold; }
  .section__typography > p, .section__header > p, .section__footer > p, .section__typography p, .section__header p, .section__footer p {
    margin-top: 0.5em;
    margin-bottom: 1em; }

.section__icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
  margin-top: -2px; }

.section__label {
  display: inline;
  vertical-align: middle; }

.section__header {
  margin-bottom: 1em; }
  .frontpage__body .section__header h2 {
    font-size: 1.25em;
    margin: 0; }

.section--map {
  margin-top: 1.5em; }

.section--row-features [data-item="4"],
.section--row-features [data-item="5"] {
  display: none; }

@media (min-width: 1024px) {
  .section--row-features [data-item="4"],
  .section--row-features [data-item="5"] {
    display: block; } }

.section--row-latest, .section--row-comments {
  margin-top: 1.5em;
  margin-bottom: 1.5em; }
  .section--row-latest [data-item="2"], .section--row-comments [data-item="2"],
  .section--row-latest [data-item="3"],
  .section--row-comments [data-item="3"] {
    display: none; }
  @media (min-width: 640px) {
    .section--row-latest [data-item="4"], .section--row-comments [data-item="4"] {
      display: none; } }
  @media (min-width: 720px) {
    .section--row-latest [data-item="4"], .section--row-comments [data-item="4"] {
      display: block; } }
  @media (min-width: 1024px) {
    .section--row-latest [data-item="2"], .section--row-comments [data-item="2"],
    .section--row-latest [data-item="3"],
    .section--row-comments [data-item="3"], .section--row-latest [data-item="4"], .section--row-comments [data-item="4"] {
      display: block; } }

.section--row-help {
  padding: 2em 0; }
  .section--row-help .section__header,
  .section--row-help .section__footer {
    clear: both;
    text-align: center; }
  .section--row-help .section__footer {
    padding-top: 1em; }
  .section--row-help [data-item="2"],
  .section--row-help [data-item="3"],
  .section--row-help [data-item="4"],
  .section--row-help [data-item="5"] {
    display: none; }
  @media (min-width: 640px) {
    .section--row-help [data-item="2"] {
      display: block; } }
  @media (min-width: 720px) {
    .section--row-help [data-item="3"] {
      display: block; } }
  @media (min-width: 1024px) {
    .section--row-help [data-item="4"] {
      display: block; } }
  @media (min-width: 1280px) {
    .section--row-help [data-item="5"] {
      display: block; } }

.section--row-related {
  margin-top: 1.5em;
  margin-bottom: 1.5em; }
  .section--row-related .section__header {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 296px; }
    @media (min-width: 360px) {
      .section--row-related .section__header {
        max-width: 306px; } }
    @media (min-width: 375px) {
      .section--row-related .section__header {
        max-width: 306px; } }
    @media (min-width: 400px) {
      .section--row-related .section__header {
        max-width: 344px; } }
    @media (min-width: 640px) {
      .section--row-related .section__header {
        max-width: 604px; } }
    @media (min-width: 720px) {
      .section--row-related .section__header {
        max-width: 626px; } }
    @media (min-width: 1024px) {
      .section--row-related .section__header {
        max-width: 626px; } }
    @media (min-width: 1280px) {
      .section--row-related .section__header {
        max-width: 704px; } }
    @media (min-width: 1600px) {
      .section--row-related .section__header {
        max-width: 704px; } }
    @media (min-width: 1920px) {
      .section--row-related .section__header {
        max-width: 704px; } }
    .section--row-related .section__header h2 {
      font-size: 1em; }
  .section--row-related .section__footer {
    text-align: center;
    margin-top: 1.5em; }
  .section--row-related > .row {
    margin-top: .25em;
    margin-bottom: 0; }

.section--object-types {
  margin-top: 1.5em;
  margin-bottom: 1.5em; }
  .section--object-types .section__header {
    text-align: center; }

.module--object-type {
  float: left;
  width: 25%;
  font-size: 11px; }
  @media (min-width: 640px) {
    .module--object-type {
      width: 14.28571%; } }
  @media (min-width: 720px) {
    .module--object-type {
      font-size: 13px; } }
  @media (min-width: 1280px) {
    .module--object-type {
      font-size: 15px; } }
  .module--object-type .module__grid, .module--object-type .button--module, .module--object-type .table__item {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    background-color: #f2f2f2;
    color: #3a2e2d;
    box-shadow: 0 1.5px 2px rgba(0, 0, 0, 0.06), 0 1.5px 1.5px rgba(0, 0, 0, 0.06);
    transition: all 250ms; }
    .no-touchevents .module--object-type .module__grid:hover, .no-touchevents .module--object-type .button--module:hover, .no-touchevents .module--object-type .table__item:hover {
      -moz-transform: translate(0, -2px);
      -o-transform: translate(0, -2px);
      -ms-transform: translate(0, -2px);
      -webkit-transform: translate(0, -2px);
      transform: translate(0, -2px);
      box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12), 0 3px 6px rgba(0, 0, 0, 0.08); }
  .module--object-type .module__content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center; }
  .module--object-type h2 {
    font-family: "Akkurat Mono", monospace;
    font-size: 1em;
    font-weight: normal; }
  .module--object-type p {
    font-size: .8125em;
    margin-top: .25em; }

.section--order-images {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 320px; }
  @media (min-width: 360px) {
    .section--order-images {
      max-width: 320px; } }
  @media (min-width: 640px) {
    .section--order-images {
      max-width: 466px; } }
  @media (min-width: 720px) {
    .section--order-images {
      max-width: 626px; } }
  @media (min-width: 1280px) {
    .section--order-images {
      max-width: 704px; } }
  .section--order-images .section__grid {
    border: 1px solid;
    border-color: #4F4F4F;
    margin: -1px;
    padding: 1.5em 0; }
    @media (min-width: 360px) {
      .section--order-images .section__grid {
        margin: 0; } }
  .section--order-images .module, .section--order-images .button--summary, .section--order-images .section--search-primary .row__buttons, .section--search-primary .section--order-images .row__buttons {
    margin: 0 auto; }
    @media (min-width: 640px) {
      .section--order-images .module, .section--order-images .button--summary, .section--order-images .section--search-primary .row__buttons, .section--search-primary .section--order-images .row__buttons {
        float: left; } }
  .section--order-images .module--content {
    position: relative; }
    .section--order-images .module--content .module__content {
      width: 100%;
      text-align: center; }
      .section--order-images .module--content .module__content p + p {
        margin-top: 1em; }
      @media (min-width: 640px) {
        .section--order-images .module--content .module__content {
          text-align: left;
          position: absolute;
          top: 50%;
          transform: translate(0, -50%); } }

.section--feature-images {
  position: relative;
  margin: 0;
  height: 320px;
  pointer-events: none;
  max-width: 100%;
  overflow: hidden; }
  @media screen and (min-width: 720px) and (min-height: 480px), screen and (min-width: 1024px) {
    .section--feature-images {
      height: 400px; } }
  @media screen and (min-width: 720px) and (min-height: 480px) and (min-width: 720px) and (min-height: 580px), screen and (min-width: 1024px) and (min-width: 720px) and (min-height: 580px) {
    .section--feature-images {
      height: 500px; } }
  @media screen and (min-width: 1280px) {
    .section--feature-images {
      height: 480px; } }
  @media screen and (min-width: 1280px) and (min-width: 1280px) and (min-height: 740px) {
    .section--feature-images {
      height: 580px; } }
  @media screen and (min-width: 1280px) and (min-width: 1280px) and (min-height: 840px) {
    .section--feature-images {
      height: 680px; } }
  .section--feature-images a {
    pointer-events: all; }
  .section--feature-images .section__content {
    position: relative;
    z-index: 1;
    margin-top: 1px;
    margin-left: -1000%;
    margin-right: -1000%;
    margin-bottom: 1px; }
  .section--feature-images .section__header {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 0;
    left: 0;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 1em;
    text-align: center; }
    .section--feature-images .section__header h1 {
      font-weight: normal;
      text-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), -1px -1px 0px rgba(0, 0, 0, 0.05), 0px 0px 5px rgba(0, 0, 0, 0.05); }
      .section--feature-images .section__header h1 i {
        white-space: nowrap; }
    .section--feature-images .section__header a {
      font-weight: bold;
      text-decoration: none;
      border-bottom: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
      .section--feature-images .section__header a:hover {
        border-color: white; }

.row--feature-images {
  clear: both;
  float: right;
  width: auto;
  position: relative;
  left: -50%;
  /* or right 50% */
  margin: 0; }
  .row--feature-images .row__content {
    position: relative;
    left: 50%; }

.module--feature-image {
  position: relative;
  display: block;
  float: left;
  overflow: hidden; }
  .module--feature-image .module__grid, .module--feature-image .button--module, .module--feature-image .table__item {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .module--feature-image .module__media {
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
    overflow: hidden; }
  .module--feature-image.module--large .module__media {
    top: 2px; }
  .module--feature-image.module--small .module__media, .section--search-primary .module--feature-image.row__buttons .module__media {
    bottom: 2px; }
  .module--feature-image[aria-hidden="true"] {
    transition: all 250ms;
    opacity: 0; }
  .module--feature-image[aria-hidden="false"] {
    opacity: 1; }
  .module--feature-image .media__background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: inherit;
    background-position: center;
    background-size: cover; }
  .module--feature-image .media__background {
    transform: scale(1.0125);
    opacity: 0.9;
    transition: all 250ms; }
  .no-touchevents .module--feature-image:hover .media__background {
    opacity: 1;
    transform: scale(1.05); }
  .module--feature-image.module--large {
    height: 160px;
    width: 160px; }
    @media screen and (min-width: 720px) and (min-height: 480px), screen and (min-width: 1024px) {
      .module--feature-image.module--large {
        height: 200px;
        width: 200px; } }
  @media screen and (min-width: 720px) and (min-height: 480px) and (min-width: 720px) and (min-height: 580px), screen and (min-width: 1024px) and (min-width: 720px) and (min-height: 580px) {
    .module--feature-image.module--large {
      height: 250px;
      width: 250px; } }
    @media screen and (min-width: 1280px) {
      .module--feature-image.module--large {
        height: 240px;
        width: 240px; } }
  @media screen and (min-width: 1280px) and (min-width: 1280px) and (min-height: 740px) {
    .module--feature-image.module--large {
      height: 290px;
      width: 290px; } }
  @media screen and (min-width: 1280px) and (min-width: 1280px) and (min-height: 840px) {
    .module--feature-image.module--large {
      height: 340px;
      width: 340px; } }
  .module--feature-image.module--medium {
    height: 106.66667px;
    width: 106.66667px; }
    @media screen and (min-width: 720px) and (min-height: 480px), screen and (min-width: 1024px) {
      .module--feature-image.module--medium {
        height: 133.33333px;
        width: 133.33333px; } }
  @media screen and (min-width: 720px) and (min-height: 480px) and (min-width: 720px) and (min-height: 580px), screen and (min-width: 1024px) and (min-width: 720px) and (min-height: 580px) {
    .module--feature-image.module--medium {
      height: 166.66667px;
      width: 166.66667px; } }
    @media screen and (min-width: 1280px) {
      .module--feature-image.module--medium {
        height: 160px;
        width: 160px; } }
  @media screen and (min-width: 1280px) and (min-width: 1280px) and (min-height: 740px) {
    .module--feature-image.module--medium {
      height: 193.33333px;
      width: 193.33333px; } }
  @media screen and (min-width: 1280px) and (min-width: 1280px) and (min-height: 840px) {
    .module--feature-image.module--medium {
      height: 226.66667px;
      width: 226.66667px; } }
  .module--feature-image.module--small, .section--search-primary .module--feature-image.row__buttons {
    height: 53.33333px;
    width: 53.33333px; }
    @media screen and (min-width: 720px) and (min-height: 480px), screen and (min-width: 1024px) {
      .module--feature-image.module--small, .section--search-primary .module--feature-image.row__buttons {
        height: 66.66667px;
        width: 66.66667px; } }
  @media screen and (min-width: 720px) and (min-height: 480px) and (min-width: 720px) and (min-height: 580px), screen and (min-width: 1024px) and (min-width: 720px) and (min-height: 580px) {
    .module--feature-image.module--small, .section--search-primary .module--feature-image.row__buttons {
      height: 83.33333px;
      width: 83.33333px; } }
    @media screen and (min-width: 1280px) {
      .module--feature-image.module--small, .section--search-primary .module--feature-image.row__buttons {
        height: 80px;
        width: 80px; } }
  @media screen and (min-width: 1280px) and (min-width: 1280px) and (min-height: 740px) {
    .module--feature-image.module--small, .section--search-primary .module--feature-image.row__buttons {
      height: 96.66667px;
      width: 96.66667px; } }
  @media screen and (min-width: 1280px) and (min-width: 1280px) and (min-height: 840px) {
    .module--feature-image.module--small, .section--search-primary .module--feature-image.row__buttons {
      height: 113.33333px;
      width: 113.33333px; } }

.section--social-media {
  background-color: #d9d9d9;
  padding: 2em 0; }
  .section--social-media .section__header,
  .section--social-media .section__footer {
    clear: both;
    text-align: center; }
  .section--social-media .section__footer {
    padding-top: 1em; }
  .section--social-media [data-item="1"],
  .section--social-media [data-item="2"] {
    display: none; }
  @media (min-width: 720px) {
    .section--social-media [data-item="1"] {
      display: block; } }
  @media (min-width: 1024px) {
    .section--social-media [data-item="2"] {
      display: block; } }

.section--related-search {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 296px; }
  @media (min-width: 360px) {
    .section--related-search {
      max-width: 306px; } }
  @media (min-width: 375px) {
    .section--related-search {
      max-width: 306px; } }
  @media (min-width: 400px) {
    .section--related-search {
      max-width: 344px; } }
  @media (min-width: 640px) {
    .section--related-search {
      max-width: 604px; } }
  @media (min-width: 720px) {
    .section--related-search {
      max-width: 626px; } }
  @media (min-width: 1024px) {
    .section--related-search {
      max-width: 946px; } }
  @media (min-width: 1280px) {
    .section--related-search {
      max-width: 1064px; } }
  @media (min-width: 1600px) {
    .section--related-search {
      max-width: 1064px; } }
  @media (min-width: 1920px) {
    .section--related-search {
      max-width: 1064px; } }
  @media print {
    .section--related-search {
      display: none; } }
  .section--related-search [data-item="3"],
  .section--related-search [data-item="4"] {
    display: none; }
  @media (min-width: 1024px) {
    .section--related-search [data-item="3"],
    .section--related-search [data-item="4"] {
      display: block; } }

.module--wikipedia {
  font-size: 0.875em;
  line-height: 1.5;
  padding-top: 0;
  padding-bottom: 0; }
  .module--wikipedia h2 {
    font-weight: bold;
    display: inline;
    border-bottom: 1px dotted;
    border-color: rgba(0, 0, 0, 0.5); }
    .module--wikipedia h2:after {
      content: ';'; }
  .module--wikipedia a:hover h2 {
    border-bottom: 1px solid;
    border-color: rgba(0, 0, 0, 0.5); }
  .module--wikipedia p {
    display: inline;
    margin: 0; }
  .module--wikipedia .module__content {
    font-style: italic;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 4.5em; }
    @media (min-width: 1024px) {
      .module--wikipedia .module__content {
        -webkit-line-clamp: 5;
        max-height: 7.5em; } }
  .module--wikipedia .blacklist {
    display: flex;
    position: relative;
    align-items: center;
    cursor: pointer;
    color: #AA2232; }
    .module--wikipedia .blacklist:after {
      position: absolute;
      content: '';
      bottom: 0;
      width: 0;
      transition: width .3s;
      border-bottom: 1px solid #AA2232; }
    .module--wikipedia .blacklist:hover:after {
      width: 100%; }
    .module--wikipedia .blacklist:focus .confirm {
      display: block; }
    .module--wikipedia .blacklist .confirm {
      display: none;
      transition: width .3s; }
      .module--wikipedia .blacklist .confirm [js-wiki-blacklist-confirm] {
        text-decoration: underline; }
      .module--wikipedia .blacklist .confirm.loading {
        display: none; }
        .module--wikipedia .blacklist .confirm.loading + .loader {
          display: block; }
    .module--wikipedia .blacklist .loader {
      display: none; }
    .module--wikipedia .blacklist .button__icon {
      height: 36px; }

.section--wikipedia {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 296px; }
  @media (min-width: 360px) {
    .section--wikipedia {
      max-width: 306px; } }
  @media (min-width: 375px) {
    .section--wikipedia {
      max-width: 306px; } }
  @media (min-width: 400px) {
    .section--wikipedia {
      max-width: 344px; } }
  @media (min-width: 640px) {
    .section--wikipedia {
      max-width: 604px; } }
  @media (min-width: 720px) {
    .section--wikipedia {
      max-width: 626px; } }
  @media (min-width: 1024px) {
    .section--wikipedia {
      max-width: 946px; } }
  @media (min-width: 1280px) {
    .section--wikipedia {
      max-width: 1064px; } }
  @media (min-width: 1600px) {
    .section--wikipedia {
      max-width: 1064px; } }
  @media (min-width: 1920px) {
    .section--wikipedia {
      max-width: 1064px; } }
  @media print {
    .section--wikipedia {
      display: none; } }

.row--wikipedia {
  margin-top: 1.5em; }
  .row--wikipedia .module, .row--wikipedia .button--summary, .row--wikipedia .section--search-primary .row__buttons, .section--search-primary .row--wikipedia .row__buttons {
    width: 100%; }
    .row--wikipedia .module + .module, .row--wikipedia .button--summary + .module, .row--wikipedia .section--search-primary .row__buttons + .module, .section--search-primary .row--wikipedia .row__buttons + .module, .row--wikipedia .module + .button--summary, .row--wikipedia .button--summary + .button--summary, .row--wikipedia .section--search-primary .row__buttons + .button--summary, .section--search-primary .row--wikipedia .row__buttons + .button--summary, .row--wikipedia .section--search-primary .module + .row__buttons, .section--search-primary .row--wikipedia .module + .row__buttons, .row--wikipedia .section--search-primary .button--summary + .row__buttons, .section--search-primary .row--wikipedia .button--summary + .row__buttons, .row--wikipedia .section--search-primary .row__buttons + .row__buttons, .section--search-primary .row--wikipedia .row__buttons + .row__buttons {
      margin-top: 1.5em; }
    @media (min-width: 1024px) {
      .row--wikipedia .module, .row--wikipedia .button--summary, .row--wikipedia .section--search-primary .row__buttons, .section--search-primary .row--wikipedia .row__buttons {
        width: 33.33333%; }
        .row--wikipedia .module + .module, .row--wikipedia .button--summary + .module, .row--wikipedia .section--search-primary .row__buttons + .module, .section--search-primary .row--wikipedia .row__buttons + .module, .row--wikipedia .module + .button--summary, .row--wikipedia .button--summary + .button--summary, .row--wikipedia .section--search-primary .row__buttons + .button--summary, .section--search-primary .row--wikipedia .row__buttons + .button--summary, .row--wikipedia .section--search-primary .module + .row__buttons, .section--search-primary .row--wikipedia .module + .row__buttons, .row--wikipedia .section--search-primary .button--summary + .row__buttons, .section--search-primary .row--wikipedia .button--summary + .row__buttons, .row--wikipedia .section--search-primary .row__buttons + .row__buttons, .section--search-primary .row--wikipedia .row__buttons + .row__buttons {
          margin-top: 0; } }

.list--comments {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 296px; }
  @media (min-width: 360px) {
    .list--comments {
      max-width: 306px; } }
  @media (min-width: 375px) {
    .list--comments {
      max-width: 306px; } }
  @media (min-width: 400px) {
    .list--comments {
      max-width: 344px; } }
  @media (min-width: 640px) {
    .list--comments {
      max-width: 604px; } }
  @media (min-width: 720px) {
    .list--comments {
      max-width: 626px; } }
  @media (min-width: 1024px) {
    .list--comments {
      max-width: 626px; } }
  @media (min-width: 1280px) {
    .list--comments {
      max-width: 704px; } }
  @media (min-width: 1600px) {
    .list--comments {
      max-width: 704px; } }
  @media (min-width: 1920px) {
    .list--comments {
      max-width: 704px; } }
  @media print {
    .list--comments {
      max-width: 100%; } }
  .list--comments .item--odd {
    margin-right: 1em; }
  .list--comments .item--even {
    margin-left: 1em; }

.comment {
  position: relative;
  margin-top: 1em;
  margin-right: 1em; }
  .comment[aria-hidden="true"] {
    display: none; }

.comment--map {
  padding-top: 6em; }

.comment__map {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #d9d9d9;
  box-shadow: 1px 1px 0 0 rgba(58, 46, 45, 0.125);
  height: 6em; }
  .comment__map .maps-container-btn {
    position: relative;
    top: 1em;
    left: 1em;
    font-size: 0.875em; }

.comment__byline, .form--comment .fieldset--byline, .form--inquiry .fieldset--byline {
  font-size: 0.75em;
  margin: 0; }
  .comment--even .comment__byline, .comment--even .form--comment .fieldset--byline, .form--comment .comment--even .fieldset--byline, .comment--even .form--inquiry .fieldset--byline, .form--inquiry .comment--even .fieldset--byline {
    float: right; }

.comment__body {
  font-size: 1em;
  line-height: 1.5;
  position: relative;
  padding: 1.5em;
  margin-bottom: 2em;
  border: 1px solid #d9d9d9;
  box-shadow: 1px 1px 0 0 rgba(58, 46, 45, 0.125);
  background-color: #fff; }
  .comment__body:before, .comment__body:after {
    border-style: solid;
    border-color: transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    top: 100%; }
  .comment__body:before {
    left: 60px;
    right: auto;
    border-color: #d9d9d9;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-width: 15px; }
  .comment__body:after {
    left: 59px;
    right: auto;
    border-color: #fff;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-width: 14px; }
  .comment--even .comment__body:before {
    left: auto;
    right: 58px; }
  .comment--even .comment__body:after {
    left: auto;
    right: 60px; }

.form--comment {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 296px; }
  @media (min-width: 360px) {
    .form--comment {
      max-width: 306px; } }
  @media (min-width: 375px) {
    .form--comment {
      max-width: 306px; } }
  @media (min-width: 400px) {
    .form--comment {
      max-width: 344px; } }
  @media (min-width: 640px) {
    .form--comment {
      max-width: 604px; } }
  @media (min-width: 720px) {
    .form--comment {
      max-width: 626px; } }
  @media (min-width: 1024px) {
    .form--comment {
      max-width: 626px; } }
  @media (min-width: 1280px) {
    .form--comment {
      max-width: 704px; } }
  @media (min-width: 1600px) {
    .form--comment {
      max-width: 704px; } }
  @media (min-width: 1920px) {
    .form--comment {
      max-width: 704px; } }
  @media print {
    .form--comment {
      display: none; } }
  .form--comment.form--odd {
    padding-right: 1em; }
  .form--comment.form--even {
    padding-left: 1em; }
  .list--comments + .form--comment {
    margin-top: 3em; }
  .form--comment .fieldset--details {
    clear: both;
    margin-top: 1.5em;
    margin-bottom: 1.5em; }
    .form--comment .fieldset--details .form__input {
      color: #0666b0; }
  .form--comment .fieldset--submit {
    margin-top: 1.5em;
    margin-bottom: 0; }
  .form--comment input[type="text"][aria-invalid="true"],
  .form--comment input[type="email"][aria-invalid="true"] {
    border-color: #AA2232; }
  .form--comment label[aria-invalid="true"] {
    color: #AA2232; }

.comment--placeholder .comment__body {
  background-color: transparent;
  border: 2px solid #4F4F4F; }
  .comment--placeholder .comment__body:before {
    border-top-color: #4F4F4F;
    border-left-color: #4F4F4F; }
  .comment--placeholder .comment__body:after {
    border-top-color: #f2f2f2;
    border-left-color: #f2f2f2; }

.comment--new .comment__body {
  padding: 0;
  border: 2px solid #4F4F4F; }
  .comment--new .comment__body:before {
    border-top-color: #4F4F4F;
    border-left-color: #4F4F4F; }
  [aria-invalid="true"] .comment--new .comment__body {
    border-color: #AA2232; }
    [aria-invalid="true"] .comment--new .comment__body:before {
      border-top-color: #AA2232;
      border-left-color: #AA2232; }

.comment--new textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  border: none;
  padding: 1.5em;
  width: 100%; }

.section--comments {
  background-color: #f2f2f2;
  padding: 2em 0; }
  .section--comments[aria-hidden="true"] {
    display: none; }
  .section--comments .section__header,
  .section--comments .section__footer {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 296px; }
    @media (min-width: 360px) {
      .section--comments .section__header,
      .section--comments .section__footer {
        max-width: 306px; } }
    @media (min-width: 375px) {
      .section--comments .section__header,
      .section--comments .section__footer {
        max-width: 306px; } }
    @media (min-width: 400px) {
      .section--comments .section__header,
      .section--comments .section__footer {
        max-width: 344px; } }
    @media (min-width: 640px) {
      .section--comments .section__header,
      .section--comments .section__footer {
        max-width: 604px; } }
    @media (min-width: 720px) {
      .section--comments .section__header,
      .section--comments .section__footer {
        max-width: 626px; } }
    @media (min-width: 1024px) {
      .section--comments .section__header,
      .section--comments .section__footer {
        max-width: 626px; } }
    @media (min-width: 1280px) {
      .section--comments .section__header,
      .section--comments .section__footer {
        max-width: 704px; } }
    @media (min-width: 1600px) {
      .section--comments .section__header,
      .section--comments .section__footer {
        max-width: 704px; } }
    @media (min-width: 1920px) {
      .section--comments .section__header,
      .section--comments .section__footer {
        max-width: 704px; } }
    @media print {
      .section--comments .section__header,
      .section--comments .section__footer {
        max-width: 100%; } }
  .section--comments .section__header > .comment_subheader {
    padding-top: 1.5em; }
  @media print {
    .section--comments {
      border-top: 1px solid; }
      .section--comments[data-comment-count="0"] {
        display: none; } }

.form--inquiry {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 296px; }
  @media (min-width: 360px) {
    .form--inquiry {
      max-width: 306px; } }
  @media (min-width: 375px) {
    .form--inquiry {
      max-width: 306px; } }
  @media (min-width: 400px) {
    .form--inquiry {
      max-width: 344px; } }
  @media (min-width: 640px) {
    .form--inquiry {
      max-width: 604px; } }
  @media (min-width: 720px) {
    .form--inquiry {
      max-width: 626px; } }
  @media (min-width: 1024px) {
    .form--inquiry {
      max-width: 626px; } }
  @media (min-width: 1280px) {
    .form--inquiry {
      max-width: 704px; } }
  @media (min-width: 1600px) {
    .form--inquiry {
      max-width: 704px; } }
  @media (min-width: 1920px) {
    .form--inquiry {
      max-width: 704px; } }
  .form--inquiry .fieldset--recipient {
    margin-top: 0;
    margin-bottom: 0; }
    .form--inquiry .fieldset--recipient input[disabled="disabled"] {
      background-color: transparent; }
  .form--inquiry .fieldset--inquiry,
  .form--inquiry .fieldset--details {
    margin-top: 0;
    margin-bottom: 1.5em; }
  .form--inquiry .fieldset--byline {
    margin-top: -1em;
    margin-bottom: 1em; }
  .form--inquiry .fieldset--submit {
    margin-top: 1.5em;
    margin-bottom: 0; }
  .form--inquiry textarea,
  .form--inquiry input[type="text"],
  .form--inquiry input[type="email"] {
    border-width: 2px; }
    .form--inquiry textarea[aria-invalid="true"],
    .form--inquiry input[type="text"][aria-invalid="true"],
    .form--inquiry input[type="email"][aria-invalid="true"] {
      border-color: #AA2232; }
  .form--inquiry label[aria-invalid="true"] {
    color: #AA2232; }

.section--inquiry {
  background-color: #f2f2f2;
  padding: 2em 0; }
  .section--inquiry[aria-hidden="true"] {
    display: none; }
  .section--inquiry .inquiry__feedback {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 296px;
    margin: 0 auto; }
    @media (min-width: 360px) {
      .section--inquiry .inquiry__feedback {
        max-width: 306px; } }
    @media (min-width: 375px) {
      .section--inquiry .inquiry__feedback {
        max-width: 306px; } }
    @media (min-width: 400px) {
      .section--inquiry .inquiry__feedback {
        max-width: 344px; } }
    @media (min-width: 640px) {
      .section--inquiry .inquiry__feedback {
        max-width: 604px; } }
    @media (min-width: 720px) {
      .section--inquiry .inquiry__feedback {
        max-width: 626px; } }
    @media (min-width: 1024px) {
      .section--inquiry .inquiry__feedback {
        max-width: 626px; } }
    @media (min-width: 1280px) {
      .section--inquiry .inquiry__feedback {
        max-width: 704px; } }
    @media (min-width: 1600px) {
      .section--inquiry .inquiry__feedback {
        max-width: 704px; } }
    @media (min-width: 1920px) {
      .section--inquiry .inquiry__feedback {
        max-width: 704px; } }
  .section--inquiry #inquiry-feedback[aria-hidden="true"], .section--inquiry #inquiry-post[aria-hidden="true"] {
    display: none; }
  .section--inquiry .section__header,
  .section--inquiry .section__footer {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 296px; }
    @media (min-width: 360px) {
      .section--inquiry .section__header,
      .section--inquiry .section__footer {
        max-width: 306px; } }
    @media (min-width: 375px) {
      .section--inquiry .section__header,
      .section--inquiry .section__footer {
        max-width: 306px; } }
    @media (min-width: 400px) {
      .section--inquiry .section__header,
      .section--inquiry .section__footer {
        max-width: 344px; } }
    @media (min-width: 640px) {
      .section--inquiry .section__header,
      .section--inquiry .section__footer {
        max-width: 604px; } }
    @media (min-width: 720px) {
      .section--inquiry .section__header,
      .section--inquiry .section__footer {
        max-width: 626px; } }
    @media (min-width: 1024px) {
      .section--inquiry .section__header,
      .section--inquiry .section__footer {
        max-width: 626px; } }
    @media (min-width: 1280px) {
      .section--inquiry .section__header,
      .section--inquiry .section__footer {
        max-width: 704px; } }
    @media (min-width: 1600px) {
      .section--inquiry .section__header,
      .section--inquiry .section__footer {
        max-width: 704px; } }
    @media (min-width: 1920px) {
      .section--inquiry .section__header,
      .section--inquiry .section__footer {
        max-width: 704px; } }

@media print {
  html, body {
    height: 99%;
    page-break-after: avoid;
    page-break-before: avoid; } }

body {
  font-family: "Akkurat", sans-serif;
  background-color: #2c2f38;
  color: #3a2e2d;
  font-size: 16px; }
  @media (min-width: 720px) {
    body {
      font-size: 18px; } }
  @media (min-width: 1280px) {
    body {
      font-size: 20px; } }

main {
  display: block; }

.header {
  background-color: white; }

.content {
  background-color: white;
  position: relative;
  width: 100%; }

.article__body .row__grid .module--media .module__content, .template--user .user__body .row__grid .module--media .module__content {
  background-color: white; }

.section--feature-images {
  background-color: #4F4F4F; }

.header--dark, .template--folder-collect .header, .header--dark .nav-search__input input[type="search"], .template--folder-collect .header .nav-search__input input[type="search"], .context, .module--dm-exhibition .module__grid, .module--dm-exhibition .button--module, .module--dm-exhibition .table__item, .module--dm-list[data-item-state="collect"] .module__grid, .module--dm-list[data-item-state="collect"] .button--module, .module--dm-list[data-item-state="collect"] .table__item, .bg-light .module--dm-list[data-item-state="collect"] .module__grid, .bg-light .module--dm-list[data-item-state="collect"] .button--module, .bg-light .module--dm-list[data-item-state="collect"] .table__item, .module--dm-folder .module__grid, .module--dm-folder .button--module, .module--dm-folder .table__item, .module--dm-investigation .module__grid, .module--dm-investigation .button--module, .module--dm-investigation .table__item, .module--dm-name.module--medium .module__grid, .module--dm-name.module--medium .button--module, .module--dm-name.module--medium .table__item, .template--order .header, .template--order .content {
  background-color: #423f3c; }

[data-search-filter="true"] .header__overlay {
  background-color: rgba(242, 242, 242, 0.85); }

.header__overlay, .nav-collect-list {
  background-color: rgba(45, 42, 38, 0.9); }

.module--dm-owner .module__grid, .module--dm-owner .button--module, .module--dm-owner .table__item {
  background-color: #d9d9d9; }

.header--light, .template--folder[data-edit="true"] .header, .header--light .nav-search__input input[type="search"], .template--folder[data-edit="true"] .header .nav-search__input input[type="search"], .module--dm-list .module__grid, .module--dm-list .button--module, .module--dm-list .table__item, .article__media, .section--row-help, .template--error .content, .search__header, .section--search-primary, .object--list .article__head, .object--list .template--user .user__head, .template--user .object--list .user__head, .template--folder .content, .template--user .user__body, .user__nav a[aria-selected="true"] {
  background-color: #f2f2f2; }

[data-overlay="false"] .header--light, [data-overlay="false"] .template--folder[data-edit="true"] .header, .template--folder[data-edit="true"] [data-overlay="false"] .header, .module--dm-owner .module__grid, .module--dm-owner .button--module, .module--dm-owner .table__item, .module--dm-list .module__grid, .module--dm-list .button--module, .module--dm-list .table__item {
  color: #3a2e2d; }

.button--overlay, .header--dark, .template--folder-collect .header, .context, [data-search-input="true"] .header__overlay .header__ident, [data-edit-delete="true"] .header__ident, [data-menu="true"] .header__ident, [data-add-to-list="true"] .header__ident, [data-order-images="true"] .header__ident,
[data-search-input="true"] .header__overlay .header__nav,
[data-edit-delete="true"] .header__nav,
[data-menu="true"] .header__nav,
[data-add-to-list="true"] .header__nav,
[data-order-images="true"] .header__nav,
[data-search-input="true"] .header__overlay .toggle--navigation,
[data-edit-delete="true"] .toggle--navigation,
[data-menu="true"] .toggle--navigation,
[data-add-to-list="true"] .toggle--navigation,
[data-order-images="true"] .toggle--navigation, .overlay__article .article__action, .overlay .article__action, .content__overlay .article__action,
.overlay__article .user__action,
.overlay .user__action,
.content__overlay .user__action, .overlay__article .article__typography, .overlay .article__typography, .content__overlay .article__typography, .overlay__article .section__header, .overlay .section__header, .content__overlay .section__header,
.overlay__article .section__footer,
.overlay .section__footer,
.content__overlay .section__footer, .nav-collect-list, .module--dm[data-item-state="delete"] .action--delete,
.bg-light .module--dm[data-item-state="delete"] .action--delete, .module--dm-media .module__grid, .module--dm-media .button--module, .module--dm-media .table__item, .module--dm-exhibition .module__grid, .module--dm-exhibition .button--module, .module--dm-exhibition .table__item, .module--dm-list[data-item-state="collect"] .module__grid, .module--dm-list[data-item-state="collect"] .button--module, .module--dm-list[data-item-state="collect"] .table__item, .bg-light .module--dm-list[data-item-state="collect"] .module__grid, .bg-light .module--dm-list[data-item-state="collect"] .button--module, .bg-light .module--dm-list[data-item-state="collect"] .table__item, .module--dm-folder .module__grid, .module--dm-folder .button--module, .module--dm-folder .table__item, .module--dm-investigation .module__grid, .module--dm-investigation .button--module, .module--dm-investigation .table__item, .module--dm-name.module--medium .module__grid, .module--dm-name.module--medium .button--module, .module--dm-name.module--medium .table__item, .module--media-cover, .section--feature-images, .owner__intro.color-white .owner__info, .template--order .header, .template--order .content, .template--order .article__action, .template--order .article__typography, .row--order-review .module, .row--order-review .button--summary, .row--order-review .section--search-primary .row__buttons, .section--search-primary .row--order-review .row__buttons {
  color: white; }

.row--order-review .meta__label {
  color: #f2f2f2; }

.template--help .header {
  background-color: #f2f2f2; }

.template--error .article__head .article__grid, .template--error .template--user .user__head .article__grid, .template--user .template--error .user__head .article__grid, .template--error .article__head .module--article-cover .module__head, .module--article-cover .template--error .article__head .module__head, .template--error .template--user .user__head .module--article-cover .module__head, .module--article-cover .template--error .template--user .user__head .module__head, .template--user .template--error .user__head .module--article-cover .module__head, .module--article-cover .template--user .template--error .user__head .module__head, .template--error .article__head .module--object-head .module__head, .module--object-head .template--error .article__head .module__head, .template--error .template--user .user__head .module--object-head .module__head, .module--object-head .template--error .template--user .user__head .module__head, .template--user .template--error .user__head .module--object-head .module__head, .module--object-head .template--user .template--error .user__head .module__head, .template--error .article__head .module--object-next .module__head, .module--object-next .template--error .article__head .module__head, .template--error .template--user .user__head .module--object-next .module__head, .module--object-next .template--error .template--user .user__head .module__head, .template--user .template--error .user__head .module--object-next .module__head, .module--object-next .template--user .template--error .user__head .module__head {
  padding: 50px;
  background-color: #E6E6E6; }
  .template--error .article__head .article__grid .article__title, .template--error .template--user .user__head .article__grid .article__title, .template--user .template--error .user__head .article__grid .article__title, .template--error .article__head .module--article-cover .module__head .article__title, .module--article-cover .template--error .article__head .module__head .article__title, .template--error .template--user .user__head .module--article-cover .module__head .article__title, .module--article-cover .template--error .template--user .user__head .module__head .article__title, .template--user .template--error .user__head .module--article-cover .module__head .article__title, .module--article-cover .template--user .template--error .user__head .module__head .article__title, .template--error .article__head .module--object-head .module__head .article__title, .module--object-head .template--error .article__head .module__head .article__title, .template--error .template--user .user__head .module--object-head .module__head .article__title, .module--object-head .template--error .template--user .user__head .module__head .article__title, .template--user .template--error .user__head .module--object-head .module__head .article__title, .module--object-head .template--user .template--error .user__head .module__head .article__title, .template--error .article__head .module--object-next .module__head .article__title, .module--object-next .template--error .article__head .module__head .article__title, .template--error .template--user .user__head .module--object-next .module__head .article__title, .module--object-next .template--error .template--user .user__head .module__head .article__title, .template--user .template--error .user__head .module--object-next .module__head .article__title, .module--object-next .template--user .template--error .user__head .module__head .article__title {
    color: red; }
  .template--error .article__head .article__grid .article__leadtext p, .template--error .template--user .user__head .article__grid .article__leadtext p, .template--user .template--error .user__head .article__grid .article__leadtext p, .template--error .article__head .module--article-cover .module__head .article__leadtext p, .module--article-cover .template--error .article__head .module__head .article__leadtext p, .template--error .template--user .user__head .module--article-cover .module__head .article__leadtext p, .module--article-cover .template--error .template--user .user__head .module__head .article__leadtext p, .template--user .template--error .user__head .module--article-cover .module__head .article__leadtext p, .module--article-cover .template--user .template--error .user__head .module__head .article__leadtext p, .template--error .article__head .module--object-head .module__head .article__leadtext p, .module--object-head .template--error .article__head .module__head .article__leadtext p, .template--error .template--user .user__head .module--object-head .module__head .article__leadtext p, .module--object-head .template--error .template--user .user__head .module__head .article__leadtext p, .template--user .template--error .user__head .module--object-head .module__head .article__leadtext p, .module--object-head .template--user .template--error .user__head .module__head .article__leadtext p, .template--error .article__head .module--object-next .module__head .article__leadtext p, .module--object-next .template--error .article__head .module__head .article__leadtext p, .template--error .template--user .user__head .module--object-next .module__head .article__leadtext p, .module--object-next .template--error .template--user .user__head .module__head .article__leadtext p, .template--user .template--error .user__head .module--object-next .module__head .article__leadtext p, .module--object-next .template--user .template--error .user__head .module__head .article__leadtext p {
    margin: 0; }

.search__header {
  display: block;
  position: relative;
  width: 100%; }
  .template--owner_search .search__header {
    z-index: 0; }

.button--search-view {
  display: inline-block;
  width: auto;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
  position: relative;
  white-space: nowrap; }
  .button--search-view .button__icon {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    margin-top: -2px; }
    .button--search-view .button__icon svg {
      width: 100%;
      height: 100%; }
  .button--search-view .button__label {
    display: inline-block;
    vertical-align: middle; }

.button--search-toggle {
  display: block;
  font-size: 14px;
  line-height: 1;
  margin-top: 1em; }
  .button--search-toggle .button__label {
    display: inline-block;
    line-height: 16px;
    color: #4F4F4F; }
  .button--search-toggle .button__icon {
    display: inline-block; }
  .button--search-toggle .button__label + .button__icon {
    margin-left: 0.25em; }
  .nav-search-advanced .button--search-toggle {
    float: right; }
    .nav-search-advanced .button--search-toggle .button__icon {
      -moz-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }

.button--module {
  background-color: white;
  box-shadow: 0 1.5px 2px rgba(0, 0, 0, 0.06), 0 1.5px 1.5px rgba(0, 0, 0, 0.06);
  transition: all 250ms;
  font-size: 13px;
  line-height: 16px;
  text-align: center; }
  .no-touchevents .button--module:hover {
    -moz-transform: translate(0, -2px);
    -o-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    -webkit-transform: translate(0, -2px);
    transform: translate(0, -2px);
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12), 0 3px 6px rgba(0, 0, 0, 0.08); }
  .button--module.button--disabled, button.button--module[disabled], .button--module.button[aria-disabled="true"], [data-cart="false"] .button--module.button--checkout, [data-cart="false"] .button--module.button--cart {
    background-color: transparent;
    box-shadow: none;
    border: 1px solid;
    border-color: #d9d9d9;
    color: #4F4F4F; }
  @media (min-width: 1280px) {
    .button--module {
      font-size: 14px;
      line-height: 18px; } }
  .button--module .button__grid {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .button--module .button__icon {
    display: block;
    margin: 0 auto; }
  .button--module .button__label {
    display: block; }
    .button--module .button__label strong {
      display: block; }
    .button--module .button__label em {
      display: block;
      font-style: normal; }

.button--module {
  height: 115px; }
  .button--module + .button {
    margin-top: 16px; }

.button--summary {
  display: block;
  width: 100%;
  font-size: 12px;
  text-align: center; }
  .button--summary .button__grid {
    position: relative;
    padding-bottom: 100%; }
  .button--summary .button__label {
    position: absolute;
    z-index: 5;
    top: 50%;
    right: 0;
    bottom: auto;
    left: 0;
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%); }
  .button--summary strong {
    display: block;
    width: 100%;
    font-family: "Akkurat Mono", monospace;
    font-weight: normal; }
  .button--summary em {
    display: block;
    width: 100%;
    margin-top: 0.25em;
    padding: 0 2px;
    font-size: 0.8125em;
    font-style: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }

.button--summary.button--disabled .button__grid, button.button--summary[disabled] .button__grid, .button--summary.button[aria-disabled="true"] .button__grid, [data-cart="false"] .button--summary.button--checkout .button__grid, [data-cart="false"] .button--summary.button--cart .button__grid {
  border: 1px solid #d9d9d9; }

.button--summary-stack .button__grid, .button--summary-single .button__grid, .button--summary-expand .button__grid {
  transition: all 150ms; }
  .button--summary-stack .button__grid:before, .button--summary-single .button__grid:before, .button--summary-expand .button__grid:before, .button--summary-stack .button__grid:after, .button--summary-single .button__grid:after, .button--summary-expand .button__grid:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: white;
    box-shadow: 0 1.5px 2px rgba(0, 0, 0, 0.06), 0 1.5px 1.5px rgba(0, 0, 0, 0.06); }
  .button--summary-stack .button__grid:after, .button--summary-single .button__grid:after, .button--summary-expand .button__grid:after {
    z-index: 1;
    transform: rotate(5deg); }
  .no-touchevents .button--summary-stack .button__grid:hover, .no-touchevents .button--summary-single .button__grid:hover, .no-touchevents .button--summary-expand .button__grid:hover {
    -moz-transform: translate(0, -2px);
    -o-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    -webkit-transform: translate(0, -2px);
    transform: translate(0, -2px); }
    .no-touchevents .button--summary-stack .button__grid:hover:before, .no-touchevents .button--summary-single .button__grid:hover:before, .no-touchevents .button--summary-expand .button__grid:hover:before {
      -moz-transform: translate(-1px, -1px);
      -o-transform: translate(-1px, -1px);
      -ms-transform: translate(-1px, -1px);
      -webkit-transform: translate(-1px, -1px);
      transform: translate(-1px, -1px); }
    .no-touchevents .button--summary-stack .button__grid:hover:after, .no-touchevents .button--summary-single .button__grid:hover:after, .no-touchevents .button--summary-expand .button__grid:hover:after {
      -moz-transform: translate(2px, 2px);
      -o-transform: translate(2px, 2px);
      -ms-transform: translate(2px, 2px);
      -webkit-transform: translate(2px, 2px);
      transform: translate(2px, 2px); }

.button--summary-single .button__grid:after {
  display: none; }

.nav-search-summary {
  clear: both;
  width: 100%;
  margin: 0 auto;
  list-style: none;
  max-width: 962px; }
  @media (min-width: 1281px) {
    .nav-search-summary {
      max-width: 1080px; } }
  .nav-search-summary li {
    float: left;
    width: 25%; }
    @media (min-width: 640px) {
      .nav-search-summary li {
        width: 12.5%; } }
    @media (min-width: 1024px) {
      .nav-search-summary li {
        width: 8.33333%; } }

.nav-search-summary {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: left;
  text-align: left; }
  .nav-search-summary li {
    display: none;
    order: 999; }
  .nav-search-summary li.search-summary__expand {
    display: block; }
  .nav-search-summary[aria-expanded="true"] li {
    display: block; }
  .nav-search-summary[aria-expanded="true"] li.search-summary__expand {
    display: none; }
  .nav-search-summary li[data-order="0"],
  .nav-search-summary li[data-order="1"],
  .nav-search-summary li[data-order="2"] {
    display: block; }
  @media (min-width: 640px) {
    .nav-search-summary li[data-order="3"],
    .nav-search-summary li[data-order="4"],
    .nav-search-summary li[data-order="5"],
    .nav-search-summary li[data-order="6"] {
      display: block; } }
  @media (min-width: 1024px) {
    .nav-search-summary li[data-order="7"],
    .nav-search-summary li[data-order="8"],
    .nav-search-summary li[data-order="9"],
    .nav-search-summary li[data-order="10"] {
      display: block; } }

.row--search-grid {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 296px; }
  @media (min-width: 360px) {
    .row--search-grid {
      max-width: 306px; } }
  @media (min-width: 375px) {
    .row--search-grid {
      max-width: 306px; } }
  @media (min-width: 400px) {
    .row--search-grid {
      max-width: 344px; } }
  @media (min-width: 640px) {
    .row--search-grid {
      max-width: 604px; } }
  @media (min-width: 720px) {
    .row--search-grid {
      max-width: 626px; } }
  @media (min-width: 1024px) {
    .row--search-grid {
      max-width: 626px; } }
  @media (min-width: 1280px) {
    .row--search-grid {
      max-width: 704px; } }
  @media (min-width: 1600px) {
    .row--search-grid {
      max-width: 704px; } }
  @media (min-width: 1920px) {
    .row--search-grid {
      max-width: 704px; } }
  .row--search-grid[data-max-columns="6"] {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 296px; }
    @media (min-width: 360px) {
      .row--search-grid[data-max-columns="6"] {
        max-width: 306px; } }
    @media (min-width: 375px) {
      .row--search-grid[data-max-columns="6"] {
        max-width: 306px; } }
    @media (min-width: 400px) {
      .row--search-grid[data-max-columns="6"] {
        max-width: 344px; } }
    @media (min-width: 640px) {
      .row--search-grid[data-max-columns="6"] {
        max-width: 604px; } }
    @media (min-width: 720px) {
      .row--search-grid[data-max-columns="6"] {
        max-width: 626px; } }
    @media (min-width: 1024px) {
      .row--search-grid[data-max-columns="6"] {
        max-width: 946px; } }
    @media (min-width: 1280px) {
      .row--search-grid[data-max-columns="6"] {
        max-width: 1064px; } }
    @media (min-width: 1600px) {
      .row--search-grid[data-max-columns="6"] {
        max-width: 1064px; } }
    @media (min-width: 1920px) {
      .row--search-grid[data-max-columns="6"] {
        max-width: 1064px; } }
  .row--search-grid[data-max-columns="8"] {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 296px; }
    @media (min-width: 360px) {
      .row--search-grid[data-max-columns="8"] {
        max-width: 306px; } }
    @media (min-width: 375px) {
      .row--search-grid[data-max-columns="8"] {
        max-width: 306px; } }
    @media (min-width: 400px) {
      .row--search-grid[data-max-columns="8"] {
        max-width: 344px; } }
    @media (min-width: 640px) {
      .row--search-grid[data-max-columns="8"] {
        max-width: 604px; } }
    @media (min-width: 720px) {
      .row--search-grid[data-max-columns="8"] {
        max-width: 626px; } }
    @media (min-width: 1024px) {
      .row--search-grid[data-max-columns="8"] {
        max-width: 946px; } }
    @media (min-width: 1280px) {
      .row--search-grid[data-max-columns="8"] {
        max-width: 1064px; } }
    @media (min-width: 1600px) {
      .row--search-grid[data-max-columns="8"] {
        max-width: 1424px; } }
    @media (min-width: 1920px) {
      .row--search-grid[data-max-columns="8"] {
        max-width: 1424px; } }
  .row--search-grid[data-max-columns="10"] {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 296px; }
    @media (min-width: 360px) {
      .row--search-grid[data-max-columns="10"] {
        max-width: 306px; } }
    @media (min-width: 375px) {
      .row--search-grid[data-max-columns="10"] {
        max-width: 306px; } }
    @media (min-width: 400px) {
      .row--search-grid[data-max-columns="10"] {
        max-width: 344px; } }
    @media (min-width: 640px) {
      .row--search-grid[data-max-columns="10"] {
        max-width: 604px; } }
    @media (min-width: 720px) {
      .row--search-grid[data-max-columns="10"] {
        max-width: 626px; } }
    @media (min-width: 1024px) {
      .row--search-grid[data-max-columns="10"] {
        max-width: 946px; } }
    @media (min-width: 1280px) {
      .row--search-grid[data-max-columns="10"] {
        max-width: 1064px; } }
    @media (min-width: 1600px) {
      .row--search-grid[data-max-columns="10"] {
        max-width: 1424px; } }
    @media (min-width: 1920px) {
      .row--search-grid[data-max-columns="10"] {
        max-width: 1784px; } }
  .row--search-grid[data-lg-doubles]:not([data-lg-doubles="0"]) .module--medium {
    order: 0; }
  .row--search-grid[data-lg-doubles]:not([data-lg-doubles="0"]) .module--small, .row--search-grid[data-lg-doubles]:not([data-lg-doubles="0"]) .section--search-primary .row__buttons, .section--search-primary .row--search-grid[data-lg-doubles]:not([data-lg-doubles="0"]) .row__buttons {
    order: 1; }
  .row--search-grid .row__primary {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: left;
    margin-right: -1px; }
    .row--search-grid .row__primary .row__buttons {
      order: 20; }
    .row--search-grid .row__primary[aria-expanded="true"] > [data-item] {
      display: inherit; }
    .row--search-grid .row__primary[aria-expanded="true"] .row__buttons {
      display: none; }
    .row--search-grid .row__primary > [data-item] {
      display: none; }
    .row--search-grid .row__primary > [data-item="feature--0"], .row--search-grid .row__primary > [data-item="feature--1"],
    .row--search-grid .row__primary > [data-parent="feature--0"], .row--search-grid .row__primary > [data-parent="feature--1"] {
      display: inherit; }
    .row--search-grid .row__primary > [aria-hidden="true"] {
      display: none; }
  .template--owner_search .row--search-grid .row__secondary .module--dm-owner {
    order: 0; }
    .template--owner_search .row--search-grid .row__secondary .module--dm-owner.module--dm.collapse {
      display: none; }
    .template--owner_search .row--search-grid .row__secondary .module--dm-owner .row__buttons {
      width: 100%; }

@media (max-width: 639px) {
  [data-row-features="0"][data-sm-doubles]:not([data-sm-doubles="0"]) .row__primary > [data-item]:nth-child(-n+3) {
    display: inherit; }
  [data-row-features="0"][data-sm-doubles]:not([data-sm-doubles="0"]) .row__secondary > [data-item]:nth-child(-n+3) {
    display: none; }
  [data-row-features="0"][data-sm-doubles="0"] .row__primary > [data-item]:nth-child(-n+7) {
    display: inherit; }
  [data-row-features="0"][data-sm-doubles="0"] .row__secondary > [data-item]:nth-child(-n+7) {
    display: none; }
  [data-row-features="0"][data-sm-doubles="1"] .row__primary > [data-item]:nth-child(-n+6) {
    display: inherit; }
  [data-row-features="0"][data-sm-doubles="1"] .row__secondary > [data-item]:nth-child(-n+6) {
    display: none; }
  [data-row-features="0"][data-sm-doubles="2"] .row__primary > [data-item]:nth-child(-n+5) {
    display: inherit; }
  [data-row-features="0"][data-sm-doubles="2"] .row__secondary > [data-item]:nth-child(-n+5) {
    display: none; }
  [data-row-features="0"][data-sm-doubles="3"] .row__primary > [data-item]:nth-child(-n+4) {
    display: inherit; }
  [data-row-features="0"][data-sm-doubles="3"] .row__secondary > [data-item]:nth-child(-n+4) {
    display: none; } }

@media (min-width: 640px) and (max-width: 1023px) {
  [data-row-features="0"][data-md-doubles]:not([data-md-doubles="0"]) .row__primary > [data-item]:nth-child(-n+5) {
    display: inherit; }
  [data-row-features="0"][data-md-doubles]:not([data-md-doubles="0"]) .row__secondary > [data-item]:nth-child(-n+5) {
    display: none; }
  [data-row-features="0"][data-md-doubles="0"] .row__primary > [data-item]:nth-child(-n+11) {
    display: inherit; }
  [data-row-features="0"][data-md-doubles="0"] .row__secondary > [data-item]:nth-child(-n+11) {
    display: none; }
  [data-row-features="0"][data-md-doubles="1"] .row__primary > [data-item]:nth-child(-n+10) {
    display: inherit; }
  [data-row-features="0"][data-md-doubles="1"] .row__secondary > [data-item]:nth-child(-n+10) {
    display: none; }
  [data-row-features="0"][data-md-doubles="2"] .row__primary > [data-item]:nth-child(-n+9) {
    display: inherit; }
  [data-row-features="0"][data-md-doubles="2"] .row__secondary > [data-item]:nth-child(-n+9) {
    display: none; }
  [data-row-features="0"][data-md-doubles="3"] .row__primary > [data-item]:nth-child(-n+8) {
    display: inherit; }
  [data-row-features="0"][data-md-doubles="3"] .row__secondary > [data-item]:nth-child(-n+8) {
    display: none; }
  [data-row-features="0"][data-md-doubles="4"] .row__primary > [data-item]:nth-child(-n+7) {
    display: inherit; }
  [data-row-features="0"][data-md-doubles="4"] .row__secondary > [data-item]:nth-child(-n+7) {
    display: none; }
  [data-row-features="0"][data-md-doubles="5"] .row__primary > [data-item]:nth-child(-n+5) {
    display: inherit; }
  [data-row-features="0"][data-md-doubles="5"] .row__secondary > [data-item]:nth-child(-n+5) {
    display: none; } }

@media (min-width: 1024px) and (max-width: 1599px) {
  [data-row-features="0"][data-lg-doubles]:not([data-lg-doubles="0"]) .row__primary > [data-item]:nth-child(-n+5) {
    display: inherit; }
  [data-row-features="0"][data-lg-doubles]:not([data-lg-doubles="0"]) .row__secondary > [data-item]:nth-child(-n+5) {
    display: none; }
  [data-row-features="0"][data-lg-doubles="0"] .row__primary > [data-item]:nth-child(-n+11) {
    display: inherit; }
  [data-row-features="0"][data-lg-doubles="0"] .row__secondary > [data-item]:nth-child(-n+11) {
    display: none; }
  [data-row-features="0"][data-lg-doubles="1"] .row__primary > [data-item]:nth-child(-n+10) {
    display: inherit; }
  [data-row-features="0"][data-lg-doubles="1"] .row__secondary > [data-item]:nth-child(-n+10) {
    display: none; }
  [data-row-features="0"][data-lg-doubles="2"] .row__primary > [data-item]:nth-child(-n+9) {
    display: inherit; }
  [data-row-features="0"][data-lg-doubles="2"] .row__secondary > [data-item]:nth-child(-n+9) {
    display: none; }
  [data-row-features="0"][data-lg-doubles="3"] .row__primary > [data-item]:nth-child(-n+8) {
    display: inherit; }
  [data-row-features="0"][data-lg-doubles="3"] .row__secondary > [data-item]:nth-child(-n+8) {
    display: none; }
  [data-row-features="0"][data-lg-doubles="4"] .row__primary > [data-item]:nth-child(-n+7) {
    display: inherit; }
  [data-row-features="0"][data-lg-doubles="4"] .row__secondary > [data-item]:nth-child(-n+7) {
    display: none; }
  [data-row-features="0"][data-lg-doubles="5"] .row__primary > [data-item]:nth-child(-n+5) {
    display: inherit; }
  [data-row-features="0"][data-lg-doubles="5"] .row__secondary > [data-item]:nth-child(-n+5) {
    display: none; } }

@media (min-width: 1600px) and (max-width: 1920px) {
  [data-row-features="0"][data-lg-doubles]:not([data-lg-doubles="0"]) .row__primary > [data-item]:nth-child(-n+7) {
    display: inherit; }
  [data-row-features="0"][data-lg-doubles]:not([data-lg-doubles="0"]) .row__secondary > [data-item]:nth-child(-n+7) {
    display: none; }
  [data-row-features="0"][data-lg-doubles="0"] .row__primary > [data-item]:nth-child(-n+15) {
    display: inherit; }
  [data-row-features="0"][data-lg-doubles="0"] .row__secondary > [data-item]:nth-child(-n+15) {
    display: none; }
  [data-row-features="0"][data-lg-doubles="1"] .row__primary > [data-item]:nth-child(-n+14) {
    display: inherit; }
  [data-row-features="0"][data-lg-doubles="1"] .row__secondary > [data-item]:nth-child(-n+14) {
    display: none; }
  [data-row-features="0"][data-lg-doubles="2"] .row__primary > [data-item]:nth-child(-n+13) {
    display: inherit; }
  [data-row-features="0"][data-lg-doubles="2"] .row__secondary > [data-item]:nth-child(-n+13) {
    display: none; }
  [data-row-features="0"][data-lg-doubles="3"] .row__primary > [data-item]:nth-child(-n+12) {
    display: inherit; }
  [data-row-features="0"][data-lg-doubles="3"] .row__secondary > [data-item]:nth-child(-n+12) {
    display: none; }
  [data-row-features="0"][data-lg-doubles="4"] .row__primary > [data-item]:nth-child(-n+11) {
    display: inherit; }
  [data-row-features="0"][data-lg-doubles="4"] .row__secondary > [data-item]:nth-child(-n+11) {
    display: none; }
  [data-row-features="0"][data-lg-doubles="5"] .row__primary > [data-item]:nth-child(-n+9) {
    display: inherit; }
  [data-row-features="0"][data-lg-doubles="5"] .row__secondary > [data-item]:nth-child(-n+9) {
    display: none; } }

@media (min-width: 1920px) {
  [data-row-features="0"][data-lg-doubles="0"] .row__primary > [data-item]:nth-child(-n+19) {
    display: inherit; }
  [data-row-features="0"][data-lg-doubles="0"] .row__secondary > [data-item]:nth-child(-n+19) {
    display: none; }
  [data-row-features="0"][data-lg-doubles="1"] .row__primary > [data-item]:nth-child(-n+18) {
    display: inherit; }
  [data-row-features="0"][data-lg-doubles="1"] .row__secondary > [data-item]:nth-child(-n+18) {
    display: none; }
  [data-row-features="0"][data-lg-doubles="2"] .row__primary > [data-item]:nth-child(-n+17) {
    display: inherit; }
  [data-row-features="0"][data-lg-doubles="2"] .row__secondary > [data-item]:nth-child(-n+17) {
    display: none; }
  [data-row-features="0"][data-lg-doubles="3"] .row__primary > [data-item]:nth-child(-n+16) {
    display: inherit; }
  [data-row-features="0"][data-lg-doubles="3"] .row__secondary > [data-item]:nth-child(-n+16) {
    display: none; }
  [data-row-features="0"][data-lg-doubles="4"] .row__primary > [data-item]:nth-child(-n+15) {
    display: inherit; }
  [data-row-features="0"][data-lg-doubles="4"] .row__secondary > [data-item]:nth-child(-n+15) {
    display: none; }
  [data-row-features="0"][data-lg-doubles="5"] .row__primary > [data-item]:nth-child(-n+13) {
    display: inherit; }
  [data-row-features="0"][data-lg-doubles="5"] .row__secondary > [data-item]:nth-child(-n+13) {
    display: none; }
  [data-row-features="0"][data-lg-doubles="6"] .row__primary > [data-item]:nth-child(-n+13) {
    display: inherit; }
  [data-row-features="0"][data-lg-doubles="6"] .row__secondary > [data-item]:nth-child(-n+13) {
    display: none; }
  [data-row-features="0"][data-lg-doubles="7"] .row__primary > [data-item]:nth-child(-n+12) {
    display: inherit; }
  [data-row-features="0"][data-lg-doubles="7"] .row__secondary > [data-item]:nth-child(-n+12) {
    display: none; }
  [data-row-features="0"][data-lg-doubles="8"] .row__primary > [data-item]:nth-child(-n+11) {
    display: inherit; }
  [data-row-features="0"][data-lg-doubles="8"] .row__secondary > [data-item]:nth-child(-n+11) {
    display: none; }
  [data-row-features="0"][data-lg-doubles="9"] .row__primary > [data-item]:nth-child(-n+10) {
    display: inherit; }
  [data-row-features="0"][data-lg-doubles="9"] .row__secondary > [data-item]:nth-child(-n+10) {
    display: none; } }

@media (max-width: 639px) {
  [data-row-features="1"][data-sm-doubles]:not([data-sm-doubles="0"]) .row__primary > [data-item]:nth-child(-n+1) {
    display: inherit; }
  [data-row-features="1"][data-sm-doubles]:not([data-sm-doubles="0"]) .row__secondary > [data-item]:nth-child(-n+1) {
    display: none; }
  [data-row-features="1"][data-sm-doubles="0"] .row__primary > [data-item]:nth-child(-n+5) {
    display: inherit; }
  [data-row-features="1"][data-sm-doubles="0"] .row__secondary > [data-item]:nth-child(-n+5) {
    display: none; }
  [data-row-features="1"][data-sm-doubles="1"] .row__primary > [data-item]:nth-child(-n+4) {
    display: inherit; }
  [data-row-features="1"][data-sm-doubles="1"] .row__secondary > [data-item]:nth-child(-n+4) {
    display: none; }
  [data-row-features="1"][data-sm-doubles="2"] .row__primary > [data-item]:nth-child(-n+3) {
    display: inherit; }
  [data-row-features="1"][data-sm-doubles="2"] .row__secondary > [data-item]:nth-child(-n+3) {
    display: none; }
  [data-row-features="1"][data-sm-doubles="3"] .row__primary > [data-item]:nth-child(-n+2) {
    display: inherit; }
  [data-row-features="1"][data-sm-doubles="3"] .row__secondary > [data-item]:nth-child(-n+2) {
    display: none; } }

@media (min-width: 640px) and (max-width: 1023px) {
  [data-row-features="1"][data-md-doubles]:not([data-md-doubles="0"]) .row__primary > [data-item]:nth-child(-n+3) {
    display: inherit; }
  [data-row-features="1"][data-md-doubles]:not([data-md-doubles="0"]) .row__secondary > [data-item]:nth-child(-n+3) {
    display: none; }
  [data-row-features="1"][data-md-doubles="0"] .row__primary > [data-item]:nth-child(-n+9) {
    display: inherit; }
  [data-row-features="1"][data-md-doubles="0"] .row__secondary > [data-item]:nth-child(-n+9) {
    display: none; }
  [data-row-features="1"][data-md-doubles="1"] .row__primary > [data-item]:nth-child(-n+8) {
    display: inherit; }
  [data-row-features="1"][data-md-doubles="1"] .row__secondary > [data-item]:nth-child(-n+8) {
    display: none; }
  [data-row-features="1"][data-md-doubles="2"] .row__primary > [data-item]:nth-child(-n+7) {
    display: inherit; }
  [data-row-features="1"][data-md-doubles="2"] .row__secondary > [data-item]:nth-child(-n+7) {
    display: none; }
  [data-row-features="1"][data-md-doubles="3"] .row__primary > [data-item]:nth-child(-n+6) {
    display: inherit; }
  [data-row-features="1"][data-md-doubles="3"] .row__secondary > [data-item]:nth-child(-n+6) {
    display: none; }
  [data-row-features="1"][data-md-doubles="4"] .row__primary > [data-item]:nth-child(-n+5) {
    display: inherit; }
  [data-row-features="1"][data-md-doubles="4"] .row__secondary > [data-item]:nth-child(-n+5) {
    display: none; }
  [data-row-features="1"][data-md-doubles="5"] .row__primary > [data-item]:nth-child(-n+3) {
    display: inherit; }
  [data-row-features="1"][data-md-doubles="5"] .row__secondary > [data-item]:nth-child(-n+3) {
    display: none; } }

@media (min-width: 1024px) and (max-width: 1599px) {
  [data-row-features="1"][data-lg-doubles]:not([data-lg-doubles="0"]) .row__primary > [data-item]:nth-child(-n+3) {
    display: inherit; }
  [data-row-features="1"][data-lg-doubles]:not([data-lg-doubles="0"]) .row__secondary > [data-item]:nth-child(-n+3) {
    display: none; }
  [data-row-features="1"][data-lg-doubles="0"] .row__primary > [data-item]:nth-child(-n+9) {
    display: inherit; }
  [data-row-features="1"][data-lg-doubles="0"] .row__secondary > [data-item]:nth-child(-n+9) {
    display: none; }
  [data-row-features="1"][data-lg-doubles="1"] .row__primary > [data-item]:nth-child(-n+8) {
    display: inherit; }
  [data-row-features="1"][data-lg-doubles="1"] .row__secondary > [data-item]:nth-child(-n+8) {
    display: none; }
  [data-row-features="1"][data-lg-doubles="2"] .row__primary > [data-item]:nth-child(-n+7) {
    display: inherit; }
  [data-row-features="1"][data-lg-doubles="2"] .row__secondary > [data-item]:nth-child(-n+7) {
    display: none; }
  [data-row-features="1"][data-lg-doubles="3"] .row__primary > [data-item]:nth-child(-n+6) {
    display: inherit; }
  [data-row-features="1"][data-lg-doubles="3"] .row__secondary > [data-item]:nth-child(-n+6) {
    display: none; }
  [data-row-features="1"][data-lg-doubles="4"] .row__primary > [data-item]:nth-child(-n+5) {
    display: inherit; }
  [data-row-features="1"][data-lg-doubles="4"] .row__secondary > [data-item]:nth-child(-n+5) {
    display: none; }
  [data-row-features="1"][data-lg-doubles="5"] .row__primary > [data-item]:nth-child(-n+3) {
    display: inherit; }
  [data-row-features="1"][data-lg-doubles="5"] .row__secondary > [data-item]:nth-child(-n+3) {
    display: none; } }

@media (min-width: 1600px) and (max-width: 1920px) {
  [data-row-features="1"][data-lg-doubles]:not([data-lg-doubles="0"]) .row__primary > [data-item]:nth-child(-n+5) {
    display: inherit; }
  [data-row-features="1"][data-lg-doubles]:not([data-lg-doubles="0"]) .row__secondary > [data-item]:nth-child(-n+5) {
    display: none; }
  [data-row-features="1"][data-lg-doubles="0"] .row__primary > [data-item]:nth-child(-n+13) {
    display: inherit; }
  [data-row-features="1"][data-lg-doubles="0"] .row__secondary > [data-item]:nth-child(-n+13) {
    display: none; }
  [data-row-features="1"][data-lg-doubles="1"] .row__primary > [data-item]:nth-child(-n+12) {
    display: inherit; }
  [data-row-features="1"][data-lg-doubles="1"] .row__secondary > [data-item]:nth-child(-n+12) {
    display: none; }
  [data-row-features="1"][data-lg-doubles="2"] .row__primary > [data-item]:nth-child(-n+11) {
    display: inherit; }
  [data-row-features="1"][data-lg-doubles="2"] .row__secondary > [data-item]:nth-child(-n+11) {
    display: none; }
  [data-row-features="1"][data-lg-doubles="3"] .row__primary > [data-item]:nth-child(-n+10) {
    display: inherit; }
  [data-row-features="1"][data-lg-doubles="3"] .row__secondary > [data-item]:nth-child(-n+10) {
    display: none; }
  [data-row-features="1"][data-lg-doubles="4"] .row__primary > [data-item]:nth-child(-n+9) {
    display: inherit; }
  [data-row-features="1"][data-lg-doubles="4"] .row__secondary > [data-item]:nth-child(-n+9) {
    display: none; }
  [data-row-features="1"][data-lg-doubles="5"] .row__primary > [data-item]:nth-child(-n+7) {
    display: inherit; }
  [data-row-features="1"][data-lg-doubles="5"] .row__secondary > [data-item]:nth-child(-n+7) {
    display: none; } }

@media (min-width: 1920px) {
  [data-row-features="1"][data-lg-doubles="0"] .row__primary > [data-item]:nth-child(-n+17) {
    display: inherit; }
  [data-row-features="1"][data-lg-doubles="0"] .row__secondary > [data-item]:nth-child(-n+17) {
    display: none; }
  [data-row-features="1"][data-lg-doubles="1"] .row__primary > [data-item]:nth-child(-n+16) {
    display: inherit; }
  [data-row-features="1"][data-lg-doubles="1"] .row__secondary > [data-item]:nth-child(-n+16) {
    display: none; }
  [data-row-features="1"][data-lg-doubles="2"] .row__primary > [data-item]:nth-child(-n+15) {
    display: inherit; }
  [data-row-features="1"][data-lg-doubles="2"] .row__secondary > [data-item]:nth-child(-n+15) {
    display: none; }
  [data-row-features="1"][data-lg-doubles="3"] .row__primary > [data-item]:nth-child(-n+14) {
    display: inherit; }
  [data-row-features="1"][data-lg-doubles="3"] .row__secondary > [data-item]:nth-child(-n+14) {
    display: none; }
  [data-row-features="1"][data-lg-doubles="4"] .row__primary > [data-item]:nth-child(-n+13) {
    display: inherit; }
  [data-row-features="1"][data-lg-doubles="4"] .row__secondary > [data-item]:nth-child(-n+13) {
    display: none; }
  [data-row-features="1"][data-lg-doubles="5"] .row__primary > [data-item]:nth-child(-n+11) {
    display: inherit; }
  [data-row-features="1"][data-lg-doubles="5"] .row__secondary > [data-item]:nth-child(-n+11) {
    display: none; }
  [data-row-features="1"][data-lg-doubles="6"] .row__primary > [data-item]:nth-child(-n+11) {
    display: inherit; }
  [data-row-features="1"][data-lg-doubles="6"] .row__secondary > [data-item]:nth-child(-n+11) {
    display: none; }
  [data-row-features="1"][data-lg-doubles="7"] .row__primary > [data-item]:nth-child(-n+10) {
    display: inherit; }
  [data-row-features="1"][data-lg-doubles="7"] .row__secondary > [data-item]:nth-child(-n+10) {
    display: none; }
  [data-row-features="1"][data-lg-doubles="8"] .row__primary > [data-item]:nth-child(-n+9) {
    display: inherit; }
  [data-row-features="1"][data-lg-doubles="8"] .row__secondary > [data-item]:nth-child(-n+9) {
    display: none; }
  [data-row-features="1"][data-lg-doubles="9"] .row__primary > [data-item]:nth-child(-n+8) {
    display: inherit; }
  [data-row-features="1"][data-lg-doubles="9"] .row__secondary > [data-item]:nth-child(-n+8) {
    display: none; } }

@media (max-width: 639px) {
  [data-row-features="2"][data-sm-doubles="0"] .row__primary > [data-item]:nth-child(-n+3) {
    display: inherit; }
  [data-row-features="2"][data-sm-doubles="0"] .row__secondary > [data-item]:nth-child(-n+3) {
    display: none; }
  [data-row-features="2"][data-sm-doubles="1"] .row__primary > [data-item]:nth-child(-n+2) {
    display: inherit; }
  [data-row-features="2"][data-sm-doubles="1"] .row__secondary > [data-item]:nth-child(-n+2) {
    display: none; }
  [data-row-features="2"][data-sm-doubles="2"] .row__primary > [data-item]:nth-child(-n+1) {
    display: inherit; }
  [data-row-features="2"][data-sm-doubles="2"] .row__secondary > [data-item]:nth-child(-n+1) {
    display: none; } }

@media (min-width: 640px) and (max-width: 1023px) {
  [data-row-features="2"][data-md-doubles]:not([data-md-doubles="0"]) .row__primary > [data-item]:nth-child(-n+1) {
    display: inherit; }
  [data-row-features="2"][data-md-doubles]:not([data-md-doubles="0"]) .row__secondary > [data-item]:nth-child(-n+1) {
    display: none; }
  [data-row-features="2"][data-md-doubles="0"] .row__primary > [data-item]:nth-child(-n+7) {
    display: inherit; }
  [data-row-features="2"][data-md-doubles="0"] .row__secondary > [data-item]:nth-child(-n+7) {
    display: none; }
  [data-row-features="2"][data-md-doubles="1"] .row__primary > [data-item]:nth-child(-n+6) {
    display: inherit; }
  [data-row-features="2"][data-md-doubles="1"] .row__secondary > [data-item]:nth-child(-n+6) {
    display: none; }
  [data-row-features="2"][data-md-doubles="2"] .row__primary > [data-item]:nth-child(-n+5) {
    display: inherit; }
  [data-row-features="2"][data-md-doubles="2"] .row__secondary > [data-item]:nth-child(-n+5) {
    display: none; }
  [data-row-features="2"][data-md-doubles="3"] .row__primary > [data-item]:nth-child(-n+4) {
    display: inherit; }
  [data-row-features="2"][data-md-doubles="3"] .row__secondary > [data-item]:nth-child(-n+4) {
    display: none; }
  [data-row-features="2"][data-md-doubles="4"] .row__primary > [data-item]:nth-child(-n+3) {
    display: inherit; }
  [data-row-features="2"][data-md-doubles="4"] .row__secondary > [data-item]:nth-child(-n+3) {
    display: none; }
  [data-row-features="2"][data-md-doubles="5"] .row__primary > [data-item]:nth-child(-n+1) {
    display: inherit; }
  [data-row-features="2"][data-md-doubles="5"] .row__secondary > [data-item]:nth-child(-n+1) {
    display: none; } }

@media (min-width: 1024px) and (max-width: 1599px) {
  [data-row-features="2"][data-lg-doubles]:not([data-lg-doubles="0"]) .row__primary > [data-item]:nth-child(-n+1) {
    display: inherit; }
  [data-row-features="2"][data-lg-doubles]:not([data-lg-doubles="0"]) .row__secondary > [data-item]:nth-child(-n+1) {
    display: none; }
  [data-row-features="2"][data-lg-doubles="0"] .row__primary > [data-item]:nth-child(-n+7) {
    display: inherit; }
  [data-row-features="2"][data-lg-doubles="0"] .row__secondary > [data-item]:nth-child(-n+7) {
    display: none; }
  [data-row-features="2"][data-lg-doubles="1"] .row__primary > [data-item]:nth-child(-n+6) {
    display: inherit; }
  [data-row-features="2"][data-lg-doubles="1"] .row__secondary > [data-item]:nth-child(-n+6) {
    display: none; }
  [data-row-features="2"][data-lg-doubles="2"] .row__primary > [data-item]:nth-child(-n+5) {
    display: inherit; }
  [data-row-features="2"][data-lg-doubles="2"] .row__secondary > [data-item]:nth-child(-n+5) {
    display: none; }
  [data-row-features="2"][data-lg-doubles="3"] .row__primary > [data-item]:nth-child(-n+4) {
    display: inherit; }
  [data-row-features="2"][data-lg-doubles="3"] .row__secondary > [data-item]:nth-child(-n+4) {
    display: none; }
  [data-row-features="2"][data-lg-doubles="4"] .row__primary > [data-item]:nth-child(-n+3) {
    display: inherit; }
  [data-row-features="2"][data-lg-doubles="4"] .row__secondary > [data-item]:nth-child(-n+3) {
    display: none; }
  [data-row-features="2"][data-lg-doubles="5"] .row__primary > [data-item]:nth-child(-n+1) {
    display: inherit; }
  [data-row-features="2"][data-lg-doubles="5"] .row__secondary > [data-item]:nth-child(-n+1) {
    display: none; } }

@media (min-width: 1600px) and (max-width: 1920px) {
  [data-row-features="2"][data-lg-doubles]:not([data-lg-doubles="0"]) .row__primary > [data-item]:nth-child(-n+3) {
    display: inherit; }
  [data-row-features="2"][data-lg-doubles]:not([data-lg-doubles="0"]) .row__secondary > [data-item]:nth-child(-n+3) {
    display: none; }
  [data-row-features="2"][data-lg-doubles="0"] .row__primary > [data-item]:nth-child(-n+11) {
    display: inherit; }
  [data-row-features="2"][data-lg-doubles="0"] .row__secondary > [data-item]:nth-child(-n+11) {
    display: none; }
  [data-row-features="2"][data-lg-doubles="1"] .row__primary > [data-item]:nth-child(-n+10) {
    display: inherit; }
  [data-row-features="2"][data-lg-doubles="1"] .row__secondary > [data-item]:nth-child(-n+10) {
    display: none; }
  [data-row-features="2"][data-lg-doubles="2"] .row__primary > [data-item]:nth-child(-n+9) {
    display: inherit; }
  [data-row-features="2"][data-lg-doubles="2"] .row__secondary > [data-item]:nth-child(-n+9) {
    display: none; }
  [data-row-features="2"][data-lg-doubles="3"] .row__primary > [data-item]:nth-child(-n+8) {
    display: inherit; }
  [data-row-features="2"][data-lg-doubles="3"] .row__secondary > [data-item]:nth-child(-n+8) {
    display: none; }
  [data-row-features="2"][data-lg-doubles="4"] .row__primary > [data-item]:nth-child(-n+7) {
    display: inherit; }
  [data-row-features="2"][data-lg-doubles="4"] .row__secondary > [data-item]:nth-child(-n+7) {
    display: none; }
  [data-row-features="2"][data-lg-doubles="5"] .row__primary > [data-item]:nth-child(-n+5) {
    display: inherit; }
  [data-row-features="2"][data-lg-doubles="5"] .row__secondary > [data-item]:nth-child(-n+5) {
    display: none; } }

@media (min-width: 1920px) {
  [data-row-features="2"][data-lg-doubles="0"] .row__primary > [data-item]:nth-child(-n+15) {
    display: inherit; }
  [data-row-features="2"][data-lg-doubles="0"] .row__secondary > [data-item]:nth-child(-n+15) {
    display: none; }
  [data-row-features="2"][data-lg-doubles="1"] .row__primary > [data-item]:nth-child(-n+14) {
    display: inherit; }
  [data-row-features="2"][data-lg-doubles="1"] .row__secondary > [data-item]:nth-child(-n+14) {
    display: none; }
  [data-row-features="2"][data-lg-doubles="2"] .row__primary > [data-item]:nth-child(-n+13) {
    display: inherit; }
  [data-row-features="2"][data-lg-doubles="2"] .row__secondary > [data-item]:nth-child(-n+13) {
    display: none; }
  [data-row-features="2"][data-lg-doubles="3"] .row__primary > [data-item]:nth-child(-n+12) {
    display: inherit; }
  [data-row-features="2"][data-lg-doubles="3"] .row__secondary > [data-item]:nth-child(-n+12) {
    display: none; }
  [data-row-features="2"][data-lg-doubles="4"] .row__primary > [data-item]:nth-child(-n+11) {
    display: inherit; }
  [data-row-features="2"][data-lg-doubles="4"] .row__secondary > [data-item]:nth-child(-n+11) {
    display: none; }
  [data-row-features="2"][data-lg-doubles="5"] .row__primary > [data-item]:nth-child(-n+9) {
    display: inherit; }
  [data-row-features="2"][data-lg-doubles="5"] .row__secondary > [data-item]:nth-child(-n+9) {
    display: none; }
  [data-row-features="2"][data-lg-doubles="6"] .row__primary > [data-item]:nth-child(-n+9) {
    display: inherit; }
  [data-row-features="2"][data-lg-doubles="6"] .row__secondary > [data-item]:nth-child(-n+9) {
    display: none; }
  [data-row-features="2"][data-lg-doubles="7"] .row__primary > [data-item]:nth-child(-n+8) {
    display: inherit; }
  [data-row-features="2"][data-lg-doubles="7"] .row__secondary > [data-item]:nth-child(-n+8) {
    display: none; }
  [data-row-features="2"][data-lg-doubles="8"] .row__primary > [data-item]:nth-child(-n+7) {
    display: inherit; }
  [data-row-features="2"][data-lg-doubles="8"] .row__secondary > [data-item]:nth-child(-n+7) {
    display: none; }
  [data-row-features="2"][data-lg-doubles="9"] .row__primary > [data-item]:nth-child(-n+6) {
    display: inherit; }
  [data-row-features="2"][data-lg-doubles="9"] .row__secondary > [data-item]:nth-child(-n+6) {
    display: none; } }

.row--search-table {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 296px; }
  @media (min-width: 360px) {
    .row--search-table {
      max-width: 306px; } }
  @media (min-width: 375px) {
    .row--search-table {
      max-width: 306px; } }
  @media (min-width: 400px) {
    .row--search-table {
      max-width: 344px; } }
  @media (min-width: 640px) {
    .row--search-table {
      max-width: 450px; } }
  @media (min-width: 720px) {
    .row--search-table {
      max-width: 626px; } }
  @media (min-width: 1024px) {
    .row--search-table {
      max-width: 946px; } }
  @media (min-width: 1280px) {
    .row--search-table {
      max-width: 1064px; } }
  @media (min-width: 1600px) {
    .row--search-table {
      max-width: 1064px; } }
  @media (min-width: 1920px) {
    .row--search-table {
      max-width: 1064px; } }
  .row--search-table .row__header {
    border-top: 1px solid #4F4F4F;
    font-size: 14px;
    padding: 12px 0; }
  .row--search-table .row__summary {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-top: 16px;
    padding-bottom: 16px; }
  .row--search-table .row__primary[aria-expanded="false"] > [data-item] {
    display: none; }
  .row--search-table .row__primary[aria-expanded="false"] > [data-item="0"] {
    display: inherit; }
  .row--search-table .row__primary[aria-expanded="false"] > [data-item="1"] {
    display: inherit; }
  .row--search-table .row__primary[aria-expanded="false"] > [data-item="2"] {
    display: inherit; }
  .row--search-table .row__primary[aria-expanded="false"] > [data-item="3"] {
    display: inherit; }
  .row--search-table .row__primary[aria-expanded="false"] > [data-item="4"] {
    display: inherit; }
  .row--search-table .row__primary[aria-expanded="false"] > [data-item="5"] {
    display: inherit; }
  .row--search-table .row__primary[aria-expanded="false"] > [data-item="6"] {
    display: inherit; }
  .row--search-table .row__primary[aria-expanded="false"] > [data-item="7"] {
    display: inherit; }
  .row--search-table .row__primary[aria-expanded="false"] > [data-item="8"] {
    display: inherit; }
  .row--search-table .row__primary[aria-expanded="false"] > [data-item="9"] {
    display: inherit; }
  .row--search-table .row__primary[aria-expanded="false"] > [data-item="10"] {
    display: inherit; }
  .row--search-table .row__primary[aria-expanded="false"] > [data-item="11"] {
    display: inherit; }
  .row--search-table .row__primary[aria-expanded="false"] > [data-item="12"] {
    display: inherit; }
  .row--search-table .row__primary[aria-expanded="false"] > [data-item="13"] {
    display: inherit; }
  .row--search-table .row__primary[aria-expanded="false"] > [data-item="14"] {
    display: inherit; }
  .row--search-table .row__primary[aria-expanded="false"] > [data-item="15"] {
    display: inherit; }
  .row--search-table .row__primary[aria-expanded="false"] > [data-item="16"] {
    display: inherit; }
  .row--search-table .row__primary[aria-expanded="false"] > [data-item="17"] {
    display: inherit; }
  .row--search-table .row__primary[aria-expanded="false"] > [data-item="18"] {
    display: inherit; }
  .row--search-table .row__primary[aria-expanded="false"] > [data-item="19"] {
    display: inherit; }
  .row--search-table .row__primary[aria-expanded="true"] > [data-item] {
    display: inherit; }

.table__header {
  border-top: 1px solid #4F4F4F;
  font-size: 14px;
  padding: 12px 0; }
  .table__header .form__select select {
    font-family: "Akkurat", sans-serif; }
  .table__header .button--sort-order[data-sort-order="desc"] .button__icon {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  .table__header .button--sort-order em {
    font-style: normal; }
    .table__header .button--sort-order em:after {
      content: ':'; }
  .table__header .button--sort-order .button__icon {
    width: 9px;
    height: 14px; }
  .table__header .option--sort {
    float: left;
    padding-right: 6px;
    width: 224px; }
    @media (min-width: 360px) {
      .table__header .option--sort {
        width: 234px; } }
    @media (min-width: 400px) {
      .table__header .option--sort {
        width: 272px; } }
    @media (min-width: 720px) {
      .table__header .option--sort {
        width: auto;
        max-width: 66.66667%; } }
  .table__header .option--order {
    float: right;
    padding-left: 6px;
    width: 72px; }
    .table__header .option--order em {
      display: none; }
    @media (min-width: 720px) {
      .table__header .option--order {
        width: auto;
        max-width: 33.33333%; }
        .table__header .option--order em {
          display: inline; } }

.table__item {
  position: relative;
  margin-top: 1px;
  background-color: white;
  width: 100%;
  min-height: 104px;
  font-size: 14px;
  line-height: 18px; }
  @media (min-width: 1280px) {
    .table__item {
      min-height: 112px; } }
  .table__item .item__grid {
    display: block; }
  .table__item a {
    text-decoration: none; }
  .table__item .item__media {
    float: left;
    position: relative;
    padding: 0;
    width: 96px;
    height: 96px;
    margin-top: 4px;
    margin-left: 7px;
    margin-bottom: 4px; }
    @media (min-width: 1280px) {
      .table__item .item__media {
        width: 108px;
        height: 108px;
        margin-top: 2px;
        margin-left: 8px;
        margin-bottom: 2px; } }
  .table__item .media--logo {
    -webkit-filter: grayscale(100%);
    filter: gray;
    opacity: .85; }
    .table__item .media--logo svg * {
      fill: black; }
  .table__item .item__content {
    display: block;
    float: left;
    width: 100%;
    padding: 12px 12px 0 12px; }
    @media (min-width: 720px) {
      .table__item .item__content {
        max-width: 522px; } }
    @media (min-width: 1280px) {
      .table__item .item__content {
        max-width: 602px; } }
  .table__item .item__title {
    font-size: 1.0625em;
    font-weight: bold;
    max-width: 100%;
    max-height: 36px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-all;
    hyphens: auto; }
  .table__item .item__descr {
    font-size: 1em;
    max-width: 100%;
    max-height: 54px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-all;
    hyphens: auto; }
  .table__item .item__comments {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 18px;
    height: 18px; }
  .table__item .comments__label {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 12px;
    color: #fff; }
  .table__item .item__metadata {
    list-style: none;
    clear: both;
    display: block;
    padding-top: 18px;
    margin-bottom: 18px;
    color: #676767; }
    .table__item .item__metadata strong {
      font-weight: normal;
      color: black; }
  .table__item .item__metadata.metadata--summary {
    margin: 0 -7px; }
    .table__item .item__metadata.metadata--summary strong {
      display: block; }
    @media (min-width: 1024px) {
      .table__item .item__metadata.metadata--summary {
        position: absolute;
        top: 12px;
        right: 0;
        padding-top: 0; } }
  @media (min-width: 1024px) and (min-width: 1280px) {
    .table__item .item__metadata.metadata--summary {
      margin: 0 -8px; } }
    .table__item .item__metadata.metadata--summary li {
      float: left;
      width: 50%;
      padding: 0 6px; }
      @media (min-width: 1024px) {
        .table__item .item__metadata.metadata--summary li {
          width: 146px;
          padding: 0 7px; } }
      @media (min-width: 1280px) {
        .table__item .item__metadata.metadata--summary li {
          width: 164px;
          padding: 0 8px; } }

.section--search .section__header, .section--search-primary .section__header, .section--search-secondary .section__header, .section--search-inline .section__header {
  position: relative;
  padding: 0 12px;
  width: 100%; }
  @media (min-width: 1024px) {
    .section--search .section__header, .section--search-primary .section__header, .section--search-secondary .section__header, .section--search-inline .section__header {
      margin-left: auto;
      margin-right: auto;
      max-width: 946px; } }
  @media (min-width: 1280px) {
    .section--search .section__header, .section--search-primary .section__header, .section--search-secondary .section__header, .section--search-inline .section__header {
      max-width: 1064px; } }
  @media (min-width: 1600px) {
    .section--search .section__header, .section--search-primary .section__header, .section--search-secondary .section__header, .section--search-inline .section__header {
      max-width: 1064px; } }
  @media (min-width: 1920px) {
    .section--search .section__header, .section--search-primary .section__header, .section--search-secondary .section__header, .section--search-inline .section__header {
      max-width: 1064px; } }
  @media (min-width: 1024px) {
    .section--search .section__header, .section--search-primary .section__header, .section--search-secondary .section__header, .section--search-inline .section__header {
      padding: 0; } }

.section--search .section__footer, .section--search-primary .section__footer, .section--search-secondary .section__footer, .section--search-inline .section__footer {
  text-align: center;
  margin-top: 1.5em; }

.search__title {
  text-align: center; }
  .search__title span {
    white-space: nowrap; }
  .search__title a {
    text-decoration: none;
    border-bottom: 1px solid;
    border-color: rgba(0, 0, 0, 0.5); }
    .search__title a:hover {
      border-color: black; }
  @media (min-width: 1024px) {
    .search__title {
      text-align: left; } }

.section--search-primary {
  margin-top: 0;
  padding-bottom: 1.5em; }
  .section--search-primary .row__secondary[aria-expanded="false"] {
    display: none; }
  .section--search-primary .section__footer .button--primary {
    color: #0666b0;
    border-color: #0666b0; }
    .section--search-primary .section__footer .button--primary:hover {
      background-color: #0666b0;
      color: white; }

.section--search-secondary {
  margin-top: 1.5em;
  margin-bottom: 1.5em; }

.section--search-inline {
  margin-top: 1.5em;
  margin-bottom: 1.5em; }
  .section--search-inline .section__header {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 296px; }
    @media (min-width: 360px) {
      .section--search-inline .section__header {
        max-width: 306px; } }
    @media (min-width: 375px) {
      .section--search-inline .section__header {
        max-width: 306px; } }
    @media (min-width: 400px) {
      .section--search-inline .section__header {
        max-width: 344px; } }
    @media (min-width: 640px) {
      .section--search-inline .section__header {
        max-width: 604px; } }
    @media (min-width: 720px) {
      .section--search-inline .section__header {
        max-width: 626px; } }
    @media (min-width: 1024px) {
      .section--search-inline .section__header {
        max-width: 626px; } }
    @media (min-width: 1280px) {
      .section--search-inline .section__header {
        max-width: 704px; } }
    @media (min-width: 1600px) {
      .section--search-inline .section__header {
        max-width: 704px; } }
    @media (min-width: 1920px) {
      .section--search-inline .section__header {
        max-width: 704px; } }
  .section--search-inline .section__footer {
    text-align: center;
    margin-top: 1.5em; }

.template--object .object {
  background-color: white; }

.template--folder[data-edit="true"] .content {
  border-top: 1px dotted #4F4F4F;
  margin-top: -1px; }

.template--folder-collect .content {
  border-top: 1px dotted #4F4F4F;
  margin-top: -1px; }

.folder__head {
  padding-top: 2em; }
  .folder__head .nav-path {
    margin-top: -2em;
    margin-bottom: 2em; }

.folder__body {
  padding-bottom: 1.5em; }

.section--folder .section__header {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 296px;
  margin-top: 1.5em;
  border-top: 1px solid #4F4F4F;
  padding-top: 0.5em;
  margin-top: 1.5em;
  border-top: 1px solid #4F4F4F;
  padding-top: 0.5em; }
  @media (min-width: 360px) {
    .section--folder .section__header {
      max-width: 306px; } }
  @media (min-width: 375px) {
    .section--folder .section__header {
      max-width: 306px; } }
  @media (min-width: 400px) {
    .section--folder .section__header {
      max-width: 344px; } }
  @media (min-width: 640px) {
    .section--folder .section__header {
      max-width: 450px; } }
  @media (min-width: 720px) {
    .section--folder .section__header {
      max-width: 626px; } }
  @media (min-width: 1024px) {
    .section--folder .section__header {
      max-width: 626px; } }
  @media (min-width: 1280px) {
    .section--folder .section__header {
      max-width: 704px; } }
  @media (min-width: 1600px) {
    .section--folder .section__header {
      max-width: 704px; } }
  @media (min-width: 1920px) {
    .section--folder .section__header {
      max-width: 704px; } }
  .section--folder .section__header h1, .section--folder .section__header h2 {
    text-align: center; }
    @media (min-width: 1024px) {
      .section--folder .section__header h1, .section--folder .section__header h2 {
        text-align: left; } }
  .section--folder .section__header h1, .section--folder .section__header .h1 {
    float: left; }
  .section--folder .section__header > .buttongroup {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-top: -2px; }
    .section--folder .section__header > .buttongroup > .dropdown {
      left: auto;
      right: 0;
      -moz-transform: translateX(0);
      -o-transform: translateX(0);
      -ms-transform: translateX(0);
      -webkit-transform: translateX(0);
      transform: translateX(0); }

.section--folder .section__footer {
  text-align: center;
  margin-top: 1.5em; }

.frontpage__head {
  position: relative;
  background-color: #f2f2f2;
  width: 100%;
  visibility: visible;
  height: 320px; }
  @media screen and (min-width: 720px) and (min-height: 480px), screen and (min-width: 1024px) {
    .frontpage__head {
      height: 400px; } }
  @media screen and (min-width: 720px) and (min-height: 480px) and (min-width: 720px) and (min-height: 580px), screen and (min-width: 1024px) and (min-width: 720px) and (min-height: 580px) {
    .frontpage__head {
      height: 500px; } }
  @media screen and (min-width: 1280px) {
    .frontpage__head {
      height: 480px; } }
  @media screen and (min-width: 1280px) and (min-width: 1280px) and (min-height: 740px) {
    .frontpage__head {
      height: 580px; } }
  @media screen and (min-width: 1280px) and (min-width: 1280px) and (min-height: 840px) {
    .frontpage__head {
      height: 680px; } }

.template--owner .header {
  background-color: transparent;
  position: absolute; }

.template--owner .article {
  background-color: white; }

.owner__cover {
  position: relative;
  width: 100%;
  height: 384px; }
  @media screen and (min-width: 720px) and (min-height: 480px), screen and (min-width: 1024px) {
    .owner__cover {
      height: 472px; } }
  @media screen and (min-width: 720px) and (min-height: 480px) and (min-width: 720px) and (min-height: 580px), screen and (min-width: 1024px) and (min-width: 720px) and (min-height: 580px) {
    .owner__cover {
      height: 572px; } }
  @media screen and (min-width: 1280px) {
    .owner__cover {
      height: 560px; } }
  @media screen and (min-width: 1280px) and (min-width: 1280px) and (min-height: 740px) {
    .owner__cover {
      height: 660px; } }
  @media screen and (min-width: 1280px) and (min-width: 1280px) and (min-height: 840px) {
    .owner__cover {
      height: 760px; } }

.owner__media {
  width: 100%;
  max-width: 1680px;
  height: 384px;
  margin: auto; }
  @media screen and (min-width: 720px) and (min-height: 480px), screen and (min-width: 1024px) {
    .owner__media {
      height: 472px; } }
  @media screen and (min-width: 720px) and (min-height: 480px) and (min-width: 720px) and (min-height: 580px), screen and (min-width: 1024px) and (min-width: 720px) and (min-height: 580px) {
    .owner__media {
      height: 572px; } }
  @media screen and (min-width: 1280px) {
    .owner__media {
      height: 560px; } }
  @media screen and (min-width: 1280px) and (min-width: 1280px) and (min-height: 740px) {
    .owner__media {
      height: 660px; } }
  @media screen and (min-width: 1280px) and (min-width: 1280px) and (min-height: 840px) {
    .owner__media {
      height: 760px; } }

.owner__intro {
  position: relative;
  z-index: 1000;
  background-color: #3a2e2d;
  width: 100%;
  margin: 0 auto;
  max-width: 296px;
  min-height: 272px;
  margin-top: -68px; }
  .owner__intro.color-white .owner__info .button--link, .owner__intro.color-white .owner__info .nav-path > li a, .nav-path > li .owner__intro.color-white .owner__info a {
    border-color: rgba(255, 255, 255, 0.5); }
  .owner__intro.color-white .owner__info .button--link:hover, .owner__intro.color-white .owner__info .nav-path > li a:hover, .nav-path > li .owner__intro.color-white .owner__info a:hover {
    border-color: white; }
  @media (min-width: 360px) {
    .owner__intro {
      max-width: 346px; } }
  @media (min-width: 640px) {
    .owner__intro {
      max-width: 466px; } }
  @media (min-width: 720px) {
    .owner__intro {
      max-width: 626px; } }
  @media (min-width: 1024px) {
    .owner__intro {
      max-width: 946px; } }
  @media (min-width: 1280px) {
    .owner__intro {
      max-width: 1064px; } }
  @media (min-width: 360px) {
    .owner__intro {
      min-height: 292px;
      margin-top: -73px; } }
  @media (min-width: 640px) {
    .owner__intro {
      min-height: 146px; } }
  @media (min-width: 1024px) {
    .owner__intro {
      min-height: 219px;
      margin-top: -109.5px; } }
  @media (min-width: 1280px) {
    .owner__intro {
      min-height: 246px;
      margin-top: -123px; } }

.owner__logo {
  position: relative;
  z-index: 1;
  width: 136px;
  height: 136px;
  margin: 0 auto; }
  @media (min-width: 360px) {
    .owner__logo {
      width: 146px;
      height: 146px; } }
  .owner__logo > img,
  .owner__logo > svg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto; }
  .owner__logo > svg {
    fill: currentColor; }

.owner__intro.layout--portrait .owner__logo > img,
.owner__intro.layout--portrait .owner__logo > svg,
.owner__intro.layout--square .owner__logo > img,
.owner__intro.layout--square .owner__logo > svg {
  width: 60%;
  max-width: 60%;
  height: auto;
  max-height: 90%; }

@media (min-width: 640px) {
  .owner__intro.layout--portrait .owner__logo,
  .owner__intro.layout--square .owner__logo {
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    width: 146px;
    height: 100%; }
  .owner__intro.layout--portrait .owner__info,
  .owner__intro.layout--square .owner__info {
    padding: 28px;
    padding-left: 146px; } }

@media (min-width: 1024px) {
  .owner__intro.layout--portrait .owner__logo,
  .owner__intro.layout--square .owner__logo {
    width: 219px; }
    .owner__intro.layout--portrait .owner__logo > img,
    .owner__intro.layout--portrait .owner__logo > svg,
    .owner__intro.layout--square .owner__logo > img,
    .owner__intro.layout--square .owner__logo > svg {
      width: 50%;
      max-width: 50%;
      height: auto;
      max-height: 75%; }
  .owner__intro.layout--portrait .owner__info,
  .owner__intro.layout--square .owner__info {
    padding: 42px;
    padding-left: 219px; } }

@media (min-width: 1280px) {
  .owner__intro.layout--portrait .owner__logo,
  .owner__intro.layout--square .owner__logo {
    width: 246px; }
  .owner__intro.layout--portrait .owner__info,
  .owner__intro.layout--square .owner__info {
    padding: 48px;
    padding-left: 246px; } }

.owner__intro.layout--landscape .owner__logo {
  width: 100%; }
  .owner__intro.layout--landscape .owner__logo > img,
  .owner__intro.layout--landscape .owner__logo > svg {
    width: auto;
    max-width: 90%;
    height: 21.91781%; }

@media (min-width: 640px) {
  .owner__intro.layout--landscape .owner__logo {
    position: relative;
    width: 100%;
    text-align: center;
    padding-top: 28px;
    height: 60px; }
    .owner__intro.layout--landscape .owner__logo > img,
    .owner__intro.layout--landscape .owner__logo > svg {
      position: relative;
      width: auto;
      height: 100%;
      max-width: none;
      max-height: none; }
  .owner__intro.layout--landscape .owner__info {
    margin-top: -14px; } }

@media (min-width: 1024px) {
  .owner__intro.layout--landscape .owner__logo {
    height: 64px; } }

@media (min-width: 1280px) {
  .owner__intro.layout--landscape .owner__logo {
    padding-top: 32px;
    height: 72px; }
  .owner__intro.layout--landscape .owner__info {
    margin-top: -16px; } }

.owner__info {
  padding: 24px;
  padding-top: 0; }
  @media (min-width: 640px) {
    .owner__info {
      padding: 28px; } }
  @media (min-width: 1280px) {
    .owner__info {
      padding: 32px; } }

.owner__action {
  margin-top: 1.5em;
  font-size: 16px;
  line-height: 1.5; }

.template--user .content {
  border-top: 1px dotted #4F4F4F;
  margin-top: -1px; }

.template--user .user__head {
  text-align: center; }

.template--user .section {
  padding-top: 1.5em;
  margin-top: 0; }

.user__nav {
  display: table;
  width: 100%;
  table-layout: fixed; }
  .user__nav ul {
    display: table-row; }
  .user__nav li {
    display: table-cell;
    width: 100%;
    text-align: center; }
  .user__nav a {
    display: block;
    position: relative;
    padding: 1em;
    font-weight: bold;
    text-decoration: none;
    color: #AA2232; }
    .user__nav a[aria-selected="true"] {
      color: black; }
  .user__nav .button__label {
    position: relative; }
  .user__nav .label__bubble {
    position: absolute;
    top: -8px;
    right: -24px; }

.user__action {
  margin-top: 1.5em;
  font-size: 16px;
  line-height: 1.5; }
  @media print {
    .user__action {
      display: none; } }

.add-to-list .article__action {
  text-align: center; }

.section--add-to-list[aria-expanded="true"] .button--expand {
  display: none; }

.section--add-to-list[aria-expanded="false"] [data-item] {
  display: none; }

.section--add-to-list[aria-expanded="false"] [data-item="new"] {
  display: block; }

.section--add-to-list[aria-expanded="false"] [data-item="0"] {
  display: block; }

.section--add-to-list[aria-expanded="false"] [data-item="1"] {
  display: block; }

.section--add-to-list[aria-expanded="false"] [data-item="2"] {
  display: block; }

.section--add-to-list[aria-expanded="false"] [data-item="3"] {
  display: block; }

.section--add-to-list[aria-expanded="false"] [data-item="4"] {
  display: block; }

.section--add-to-list[aria-expanded="false"] .button--collapse {
  display: none; }

.section--add-to-list .section__footer {
  text-align: center;
  margin-top: 1.5em; }

.user__messages {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 296px;
  margin: 1em auto;
  border: 2px solid black;
  padding: 1em;
  line-height: 1.5;
  text-align: center; }
  @media (min-width: 360px) {
    .user__messages {
      max-width: 306px; } }
  @media (min-width: 375px) {
    .user__messages {
      max-width: 306px; } }
  @media (min-width: 400px) {
    .user__messages {
      max-width: 344px; } }
  @media (min-width: 640px) {
    .user__messages {
      max-width: 604px; } }
  @media (min-width: 720px) {
    .user__messages {
      max-width: 626px; } }
  @media (min-width: 1024px) {
    .user__messages {
      max-width: 626px; } }
  @media (min-width: 1280px) {
    .user__messages {
      max-width: 704px; } }
  @media (min-width: 1600px) {
    .user__messages {
      max-width: 704px; } }
  @media (min-width: 1920px) {
    .user__messages {
      max-width: 704px; } }
  .user__messages .button--cart {
    display: inline-block; }
    .user__messages .button--cart .button__icon {
      background-color: #f2f2f2;
      color: black; }
    .user__messages .button--cart .icon__border {
      display: none; }

.user__list .list__actions--confirm {
  display: none; }

.user__list[data-confirm-delete="true"] .list__actions {
  display: none; }

.user__list[data-confirm-delete="true"] .list__actions--confirm {
  display: block; }

.template--order .header__nav,
.template--order .header__search,
.template--order .button--search {
  display: none; }

.template--order .button__bubble {
  display: none; }

.template--order .article__typography .data {
  border: 1px solid;
  border-color: rgba(255, 255, 255, 0.25); }

.template--order .article__typography a {
  color: white;
  border-color: rgba(255, 255, 255, 0.25); }
  .template--order .article__typography a:hover {
    border-color: white; }

.module--order-image .module__grid, .module--order-image .button--module, .module--order-image .table__item {
  position: relative;
  background-color: grey;
  color: white; }

.module--order-image .module__action {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.module--order-image .module__media {
  opacity: .25; }

.module--order-image[data-cart-status="false"] .button--add {
  display: block; }

.module--order-image[data-cart-status="false"] .button--remove {
  display: none; }

.module--order-image[data-cart-status="true"] .module__grid, .module--order-image[data-cart-status="true"] .button--module, .module--order-image[data-cart-status="true"] .table__item {
  background-color: #8a9bc0; }

.module--order-image[data-cart-status="true"] .button--add {
  display: none; }

.module--order-image[data-cart-status="true"] .button--remove {
  display: block; }

.row--order-review {
  position: relative;
  clear: both;
  background-color: grey;
  color: white; }
  .row--order-review + .row--order-review {
    border-top: 1px solid #423f3c; }
  .row--order-review .module__content {
    padding: 0.5em; }
  .row--order-review .button--remove {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0.5em; }
    .row--order-review .button--remove .button__label {
      float: left;
      color: black;
      margin-left: 0;
      margin-right: 0.5em; }
    .row--order-review .button--remove .button__icon {
      float: right; }
  .row--order-review .missing {
    padding: 10px;
    font-size: .9em;
    line-height: 1em;
    color: white;
    background: #AA2232; }

.map__grid {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.map__layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%; }
  .map__layer > div {
    background-color: #C8D0DC !important; }

.c-search-map__cluster-marker {
  background-color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  position: absolute;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12), 0 3px 6px rgba(0, 0, 0, 0.08); }
  .c-search-map__cluster-marker.is-size-2 {
    width: 40px;
    height: 40px; }
  .c-search-map__cluster-marker.is-size-3 {
    width: 45px;
    height: 45px; }
  .c-search-map__cluster-marker.is-size-4 {
    width: 50px;
    height: 50px; }
  .c-search-map__cluster-marker.is-size-5 {
    width: 55px;
    height: 55px; }
  .c-search-map__cluster-marker.is-size-6 {
    width: 60px;
    height: 60px; }
  .c-search-map__cluster-marker.is-size-7 {
    width: 65px;
    height: 65px; }

.c-search-map__cluster-marker-label {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "Akkurat", "sans-serif";
  font-size: 14px; }

.c-search-map__object-marker {
  width: 60px;
  height: 60px;
  background-color: #fff;
  position: absolute;
  -moz-transform: translate(-50%, -100%);
  -o-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  margin-top: -8px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12), 0 3px 6px rgba(0, 0, 0, 0.08);
  cursor: pointer; }

.c-search-map__object-marker-image {
  position: absolute;
  background-position: center;
  background-size: cover;
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px; }

.c-search-map__object-marker-label {
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: 6px;
  right: 6px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-family: "Akkurat", "sans-serif";
  font-size: 12px; }

.c-search-map__object-marker-arrow {
  position: absolute;
  top: 100%;
  left: 50%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff; }

.map--search {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.map--search {
  font-size: 16px; }
  .map--search .map__grid {
    bottom: 54px; }
    @media (min-width: 720px) {
      .map--search .map__grid {
        bottom: 0; } }

.map__search,
.map__content {
  position: relative;
  width: 100%; }
  @media (min-width: 720px) {
    .map__search,
    .map__content {
      width: 400px; } }

.map__search {
  position: absolute;
  z-index: 200;
  top: 0;
  left: 0;
  padding-top: 12px;
  padding-right: 12px;
  padding-left: 12px;
  margin-top: 0;
  transition: all 250ms; }

.map__nav {
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 54px;
  padding: 12px;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  @media (min-width: 720px) {
    .map__nav {
      top: 0;
      right: 0;
      left: auto;
      bottom: auto;
      -moz-transform: translateX(0);
      -o-transform: translateX(0);
      -ms-transform: translateX(0);
      -webkit-transform: translateX(0);
      transform: translateX(0); } }

.map__content {
  position: absolute;
  z-index: 2;
  top: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 250ms;
  margin-top: -54px;
  overflow: hidden;
  background-color: white;
  box-shadow: 0 1.5px 2px rgba(0, 0, 0, 0.06), 0 1.5px 1.5px rgba(0, 0, 0, 0.06); }
  @media (min-width: 720px) {
    .map__content {
      background-color: rgba(255, 255, 255, 0.85); } }
  @media (min-width: 720px) {
    .map__content {
      margin-top: -154px; } }
  .map__content[aria-expanded="true"] {
    top: 0;
    margin-top: 0;
    background-color: #f2f2f2; }
    @media (min-width: 720px) {
      .map__content[aria-expanded="true"] {
        background-color: #f2f2f2; } }
    @media (min-width: 720px) {
      .map__content[aria-expanded="true"] + .map__search {
        margin-top: 0; } }

.map__content[aria-expanded="true"] .map__header {
  background-color: white;
  padding-top: 54px; }

.map__footer, .map__preview .article__foot {
  text-align: center;
  background-color: #f2f2f2;
  border-top: 1px solid #4F4F4F;
  padding: 2em 1em;
  display: none; }
  .map__content[aria-expanded="true"] .map__footer, .map__content[aria-expanded="true"] .map__preview .article__foot, .map__preview .map__content[aria-expanded="true"] .article__foot {
    display: block; }

.map__results,
.map__preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 250ms;
  overflow: hidden; }
  [aria-expanded="true"] .map__results, [aria-expanded="true"]
  .map__preview {
    overflow-y: auto; }

.button--map-header {
  display: block;
  width: 100%;
  padding: 9px 6px;
  outline: none;
  font-size: 16px;
  line-height: 36px; }
  .button--map-header .button__icon {
    float: left;
    width: 36px;
    height: 36px; }
    .button--map-header .button__icon svg {
      width: 100%;
      height: 100%; }
  .button--map-header .icon__border {
    display: none; }
  .button--map-header .button__label {
    float: left;
    font-weight: bold; }
  .button--map-header[aria-expanded="true"] .button__icon {
    transform: rotate(180deg); }
  .map__preview .button--map-header[aria-expanded="true"] .button__icon {
    transform: rotate(270deg); }

.button--map-footer, .map__preview .button--expand {
  padding: 0 0.75em;
  border: 2px solid;
  border-radius: 1px;
  font-size: 14px;
  font-weight: bold;
  line-height: 28px;
  height: 32px; }
  .button--map-footer.button--disabled, button.button--map-footer[disabled], .map__preview button.button--expand[disabled], .button--map-footer.button[aria-disabled="true"], .map__preview .button.button--expand[aria-disabled="true"], [data-cart="false"] .button--map-footer.button--checkout, [data-cart="false"] .map__preview .button--checkout.button--expand, .map__preview [data-cart="false"] .button--checkout.button--expand, [data-cart="false"] .button--map-footer.button--cart, [data-cart="false"] .map__preview .button--cart.button--expand, .map__preview [data-cart="false"] .button--cart.button--expand, .map__preview .button--disabled.button--expand {
    opacity: 0.5; }

.map__results {
  position: absolute;
  display: block; }
  .map__results[aria-expanded="false"] {
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }

.map__preview {
  background-color: #f2f2f2;
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }
  .map__preview[aria-expanded="true"] {
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  .map__preview .article__head, .map__preview .template--user .user__head, .template--user .map__preview .user__head {
    background-color: white; }

.map__overlay {
  background-color: rgba(45, 42, 38, 0.45);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }
  .map__overlay[aria-hidden="true"] {
    display: none; }

.map__list {
  font-size: 14px;
  line-height: 18px; }
  .map__list li {
    display: block;
    border-top: 1px solid #4F4F4F;
    padding: 6px; }
  .map__list a {
    text-decoration: none; }
  .map__list .list__item {
    display: block;
    height: 88px; }
  .map__list .item__media {
    float: left;
    position: relative;
    margin-right: 6px;
    width: 88px;
    height: 88px; }
    .map__list .item__media > img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      max-width: 90%;
      max-height: 90%;
      margin: auto; }
  .map__list .item__content {
    display: block;
    position: relative;
    margin-left: 6px;
    margin-right: 12px; }
  .map__list .item__descr {
    height: 54px;
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis; }
  .map__list .item__details {
    margin-top: 18px;
    font-size: 13px;
    line-height: 18px;
    color: #4F4F4F;
    white-space: nowrap; }
  .map__list .item__type {
    display: none; }
  .map__list[aria-expanded="true"] {
    background-color: white; }
  .map__list[aria-expanded="false"] {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #4F4F4F; }
    .map__list[aria-expanded="false"] li {
      border-top: none;
      float: left; }
    .map__list[aria-expanded="false"] li + li {
      border-left: 1px solid #4F4F4F;
      margin-left: -1px; }
    .map__list[aria-expanded="false"] .item__media {
      margin-right: 0; }
    .map__list[aria-expanded="false"] .item__content {
      display: none; }

.map__list {
  font-size: 14px;
  line-height: 18px; }
  .map__list li {
    display: block;
    border-top: 1px solid #4F4F4F;
    padding: 6px; }
  .map__list a {
    text-decoration: none; }
  .map__list .list__item {
    display: block;
    height: 88px; }
  .map__list .item__media {
    float: left;
    position: relative;
    margin-right: 6px;
    width: 88px;
    height: 88px; }
    .map__list .item__media > img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      max-width: 90%;
      max-height: 90%;
      margin: auto; }
  .map__list .item__content {
    display: block;
    position: relative;
    margin-left: 6px;
    margin-right: 12px; }
  .map__list .item__descr {
    height: 54px;
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis; }
  .map__list .item__details {
    margin-top: 18px;
    font-size: 13px;
    line-height: 18px;
    color: #4F4F4F;
    white-space: nowrap; }
  .map__list .item__type {
    display: none; }
  .map__list[aria-expanded="true"] {
    background-color: white; }
  .map__list[aria-expanded="false"] {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #4F4F4F; }
    .map__list[aria-expanded="false"] li {
      border-top: none;
      float: left; }
    .map__list[aria-expanded="false"] li + li {
      border-left: 1px solid #4F4F4F;
      margin-left: -1px; }
    .map__list[aria-expanded="false"] .item__media {
      margin-right: 0; }
    .map__list[aria-expanded="false"] .item__content {
      display: none; }

.artifact-type .owner__intro {
  min-height: auto; }
