body {
  pointer-events: none;
}
#page {
  pointer-events: all;
}
#masthead {
  pointer-events: all;
}
#header-additions {
  display: none;
}
#primary-menu {
  background: transparent !important;
}
.ss-content {
  pointer-events: all;
}


.wam-250-wrapper {
  /*width: 100%;
  height: 100dvh;
  display: flex;*/
  position: fixed;
  top: 0;
  left: 0;
  margin-left: 52px;
  width: calc(100% - 52px);
  height: calc(100dvh - 52px);
  z-index: -1;
}
.wam-250-map {
  width: 100%;
  height: 100dvh;
}
.wam-250-refocus-map {
  position: absolute;
  background : #333;
  color: white;
  font-family: FuturaBold, Arial;
  text-transform: uppercase;
  font-size: 16px;
  z-index: 10;
  margin-left: 50%;
  translate: -50% 0px;
  bottom: 0;
  display: flex;
  gap: 10px;
  /*margin-bottom: 20px;*/
  padding: 8px 15px 5px 15px;
  cursor: pointer;
  line-height: 1.2;
  align-items: center;
  border-radius: 30px;
  pointer-events: none;
  opacity: 0;
  transition: 300ms;
}
.wam-250-refocus-map.is-open {
  opacity: 1;
  pointer-events: all;
}
.wam-250-refocus-map.is-off-left {
  margin-left: 25%;
}
.wam-250-refocus-map:hover {
  opacity: 0.8;
}
.wam-250-hidden {
  display: none;
}
body .site-logo {
  display: none;
}
.wam-250-logo-desktop {
  display: block;
  position: absolute;
  z-index: 999;
  margin-top: 70px;
  margin-left: 20px;
  width: 170px;
}
.wam-250-logo-mobile {
  display: none;
}
.wam-250-intro-text {
  font-family: Georgia;
  position: absolute;
  z-index: 999;
  width: 220px;
  margin-top: 250px;
  font-size: 14px;
  line-height: 1.4;
  margin-left: 25px;
}
.wam-250-link-text {
  font-family: FuturaBold, Arial;
  margin-top: 10px;
  text-transform: uppercase;
  color: #d53c38;
  display: flex;
  gap: 5px;
  align-items: center;
  cursor: pointer;
}
.wam-250-link-text:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  #top-coord-bar {
    display: none;
  }
  #customWrap {
    padding-top: 0px !important;
  }
  .wam-250-wrapper {
    margin-left: 0px;
    width: 100%;
    height: 100dvh;
    /*margin-top: 51px;*/
  }
  .wam-250-map {
    /*width: 80%;*/
    /*margin-left: 10%;*/
    height: 80dvh;
  }
  .wam-250-logo-desktop {
    display: none;
  }
  .wam-250-logo-mobile {
    display: block;
    position: absolute;
    z-index: 999;
    margin-top: 20px;
    margin-left: 20px;
    width: 170px;
  }
  .wam-250-intro-text {
    display: none;
  }
}
.wam-250-categories {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: 10px;
  padding: 3px;
  width: 350px;
  border-radius: 0px;
  background: transparent !important;
  border: 2px black solid;
  font-family: Futura, Arial;
}
@media screen and (max-width: 768px) {
  .wam-250-categories {
    margin-left: 0px;
    background: #e4d7b6 !important;
    width: 100%;
    z-index:999;
    border : none;
    padding: 0px;
  }
}

.wam-250-category-container {
  font-size: 12px;
  margin-bottom: 17px;
}
.wam-250-categories-internal {
  border: 3px black solid;
  padding: 17px;
  border-radius: 0px;
  background: #e4d7b6;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .wam-250-categories-internal {
    border-left: none;
    border-right: none;
    border-bottom: none;
  }
}
.wam-250-categories-header-container {
  display: flex;
  gap: 10px;
  align-items: baseline;
  font-size: 12px;
  line-height: 1;
  font-weight: 200;
  margin-bottom: 10px;
}
.wam-250-categories-header {
  font-family: FuturaBold, Arial;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 16px;
}
.wam-250-categories-internal hr {
  border: 1px #888 solid;
  margin-top: 0px;
  margin-bottom: 0px;
}
.wam-250-colonial-container {
  font-size: 12px;
  font-weight: 200;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 17px;
  margin-bottom: 17px;
}

.wam-250-category-bottom-container {
  display: flex;
  gap: 10px;
  font-size: 12px;
}
.wam-250-pdf {
  display: flex;
  gap: 10px;
  padding-top: 15px;
  width: 75%;
  align-items: center;
}
.wam-250-pdf-text-container {
  width: 80%;
  font-family: Futura, Arial;
  cursor: pointer;
}
.wam-250-pdf-title {
  font-family: FuturaBold, Arial;
  margin-bottom: 5px;
}
.wam-250-icons {
  border-left: 2px #888 solid;
  padding-left: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 10px;
  cursor: pointer;
}

.wam-250-sidebar {
  font-family: Georgia;
  transition-duration: 500ms;
  width: 50vw;
  background: #282728;
  position: fixed;
  margin-right: -50vw;
  right: 0;
  top: 0;
  height: 100dvh;
  overflow-y: hidden;
  z-index: 999999;
}
@media screen and (min-width: 1900px) {
  .wam-250-sidebar {
    width: 40vw;
    margin-right: -40vw;
  }
}
.wam-250-sidebar.open {
  /*margin-left: 50vw;*/
  margin-right: 0vw;
  right: 0;
}
@media screen and (max-width: 768px) {
  .wam-250-sidebar {
    top: auto;
    bottom: 0;
    width: 100vw;
    margin-right: 0vw;
    margin-bottom: -70dvh;
    height: 70dvh;
    padding-bottom: 100px;
  }
  .wam-250-sidebar.open {
    margin-bottom: 0vw;
  }
}
.wam-250-sidebar .wam-sidebar-close {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  margin: 15px;
}
.wam-250-sidebar-loader-container {
  display: none;
  width: 100%;
  height: 100dvh;
  align-items: center;
  justify-content: center;
}
.wam-250-sidebar-loader-container.open {
  display: flex;
}
.wam-250-sidebar-loader {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: #fff;
  animation: wam-spin 0.9s linear infinite;
  will-change: transform;
}
@keyframes wam-spin {
    to { transform: rotate(360deg); }
}
.wam-250-iframe {
  width: 100%;
  height: 100dvh;
}
@media screen and (max-width: 768px) {
  .wam-250-iframe {
    height: 70dvh;
  }
}
.wam-sidebar-content {
  background: #282728;
  min-height: 100dvh;
}
.wam-sidebar-content.wam-print-content {
  background: #dfd2b1;
}
.wam-sidebar-content .wam-250-image {
  height: 30dvh;
  width: 100%;
  background-size: cover;
}
.wam-sidebar-content .wam-250-caption {
  font-size: 12px;
  color: white;
  font-style: italic;
  padding-left: 60px;
}
@media screen and (max-width: 468px) {
  .wam-sidebar-content .wam-250-caption {
    padding-left: 25px;
  }
}
.wam-sidebar-content.wam-print-content .wam-250-caption {
  color: black;
  padding-left: 0px;
}
.wam-sidebar-content .wam-250-info-container {
  display: flex;
  gap: 20px;
}
.wam-sidebar-content .wam-250-metadata-container {
  width: 60%;
  display: grid;
  gap: 10px;
  grid-template-columns: 50% 50%;
}
.wam-sidebar-content .wam-250-metadata-container .wam-250-metadata-title,
.wam-sidebar-content .wam-250-info-container .wam-250-metadata-title {
  font-size: 12px;
  font-family: FuturaBold, Arial;
  text-transform: uppercase;
  line-height: 1.2;
  color: #e4d7b6;
}
.wam-sidebar-content.wam-print-content .wam-250-metadata-container .wam-250-metadata-title,
.wam-sidebar-content.wam-print-content .wam-250-info-container .wam-250-metadata-title {
  color: black;
}
.wam-sidebar-content .wam-250-metadata-container .wam-250-metadata-entry-container {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-bottom: 20px;
}
.wam-sidebar-content .wam-250-metadata-container .wam-250-metadata-entry-container .wam-250-metadata-entry,
.wam-sidebar-content .wam-250-info-container .wam-250-metadata-entry-container .wam-250-metadata-entry {
  font-size: 12px;
  font-family: Futura, Arial;
  text-transform: uppercase;
  line-height: 1.2;
  color: #e4d7b6;
}
.wam-sidebar-content.wam-print-content .wam-250-metadata-container .wam-250-metadata-entry-container .wam-250-metadata-entry,
.wam-sidebar-content.wam-print-content .wam-250-info-container .wam-250-metadata-entry-container .wam-250-metadata-entry {
  color: black;
}
.wam-sidebar-content .wam-250-themes {
  width: 40%;
  border-left : 2px solid #e4d7b6;
  padding-left: 20px;
}
.wam-sidebar-content.wam-print-content .wam-250-themes {
  border-left : 2px solid black;
}
.wam-sidebar-content .wam-250-themes .wam-250-theme {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 20px;
}
.wam-sidebar-content .wam-250-secondary-themes {
  display: flex;
  gap: 10px;
  align-items: center;
  opacity: 80%;
}
.wam-sidebar-content .wam-250-themes .wam-250-theme .wam-250-metadata-image {
  width: 50px;
}
@media screen and (max-width: 768px) {
  .wam-sidebar-content .wam-250-info-container,
  .wam-sidebar-content.wam-print-content .wam-250-info-container {
    flex-direction: column;
  }
  .wam-sidebar-content .wam-250-metadata-container,
  .wam-sidebar-content.wam-print-content .wam-250-metadata-container {
    width: 100%;
  }
  .wam-sidebar-content .wam-250-metadata-container .wam-250-metadata-entry-container,
  .wam-sidebar-content.wam-print-content .wam-250-metadata-container .wam-250-metadata-entry-container {
    padding-bottom: 10px;
  }
  .wam-sidebar-content .wam-250-themes, .wam-sidebar-content.wam-print-content .wam-250-themes {
    border-top : 2px solid #e4d7b6;
    padding-top: 20px;
    width: 100%;
    border-left: none;
    padding-left: 0px;
  }
}
@media screen and (max-width: 468px) {
  .wam-sidebar-content .wam-250-themes, .wam-sidebar-content.wam-print-content .wam-250-themes {
    padding-top: 20px;
  }
  .wam-sidebar-content .wam-250-info-container {
    gap: 10px;
  }
}
.wam-sidebar-content .wam-250-text {
  padding: 35px;
  padding-left: 60px;
  padding-right: 100px;
}
@media screen and (max-width: 468px) {
  .wam-sidebar-content .wam-250-text {
    padding: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.wam-sidebar-content.wam-print-content .wam-250-text {
  padding: 25px 0px;
}
.wam-sidebar-content .wam-250-title {
  font-family: FuturaBold, Arial;
  font-size: 32px;
  color: #da504f;
  margin-bottom: 20px;
}
.wam-sidebar-content.wam-print-content .wam-250-title {
  color: black;
}
.wam-sidebar-content .wam-250-byline-container {
  border-top: 2px solid #e4d7b6;
  padding-top: 10px;
}
.wam-sidebar-content.wam-print-content .wam-250-byline-container {
  border-top: 2px solid black;
}
.wam-sidebar-content .wam-250-byline {
  color : #e4d7b6;
  margin-top: 5px;
  line-height: 1.4;
  font-size: 14px;
}
.wam-sidebar-content.wam-print-content .wam-250-byline {
  color : black;
}
.wam-sidebar-content .wam-250-body {
  padding-top: 10px;
  font-size: 18px;
  line-height: 1.5;
  color: #FFF;
}
.wam-sidebar-content.wam-print-content .wam-250-body {
  color: black;
}
.wam-sidebar-content .wam-250-body p {
  margin-top: 10px;
  margin-bottom: 10px;
}
.wam-sidebar-content .wam-250-links {
  margin-top: 50px;
  display: flex;
  gap: 20px;
}
.wam-sidebar-content .wam-250-links > div {
  width: 50%;
}
.wam-sidebar-content .wam-250-links .wam-250-link-title {
  font-family: FuturaBold, Arial;
  font-size: 24px;
  text-transform: uppercase;
  color: #da504f;
}
.wam-sidebar-content.wam-print-content .wam-250-links .wam-250-link-title {
  color: black;
}
.wam-sidebar-content .wam-250-links .wam-250-link-entries ul {
  font-family: Futura, Arial;
  padding-left: 0;
  margin-left: 18px;
  font-size: 15px;
  line-height: 1.8;
  color: #FFF;
}
.wam-sidebar-content.wam-print-content .wam-250-links .wam-250-link-entries ul {
  color: black;
}
.wam-sidebar-content .wam-250-links .wam-250-link-entries ul li a {
  color: #fff;
  text-decoration: underline;
}
.wam-sidebar-content.wam-print-content .wam-250-links .wam-250-link-entries ul li a {
  color: black;
}
.wam-sidebar-content .wam-250-links .wam-250-link-entries ul li a:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .wam-sidebar-content .wam-250-links {
    flex-direction: column;
  }
  .wam-sidebar-content .wam-250-links > div {
    width: 100%;
  }
}
.page-template-map-template .site-footer {
  display: none;
}


.wam-250-list {
  display: none;
  position: fixed;
  top: 0;
  width: calc(100% - 52px);
  height: 100dvh;
  padding: 100px 20px 20px 300px;
  background: rgba(255, 255, 255, 1);
  overflow-y: auto;
}
.wam-250-category-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  row-gap: 100px;
  margin-top: 120px;
  margin-left: 150px;
}
.wam-250-mobile-header-bg-list {
  display: none;
}
@media screen and (max-width: 768px) {
  .wam-250-list {
    width: 100%;
    height: 100dvh;
    padding: 20px;
  }
  .wam-250-mobile-header-bg-list {
    display: block;
    background: white;
    top: 0;
    width: 100%;
    position: fixed;
    height: 100px;
  }
  .wam-250-category-list {
    margin: 0px;
    margin-top: 100px;
    display: block;
  }
  .wam-250-category-list > div {
    width: 100%;
    margin-bottom: 40px;
  }
}
.wam-250-category-list-header {
  display: flex;
  gap: 10px;
  font-size: 15px;
  line-height: 1.2;
  align-items: center;
  font-family: FuturaBold, Arial;
}
.wam-250-category-list-header img {
  width: 30px;
  height: 30px;
  max-width: none;
  /*max-width: fit-content;*/
}
@media screen and (max-width: 768px) {
  .wam-250-category-list-header img {
    width: 30px;
    height: 30px;
  }
}
.wam-250-category-list-posts {
  font-family: Georgia;
  margin-top: 20px;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  line-height: 1.2;
}
.wam-250-list-post {
  font-size: 14px;
  cursor: pointer;
}
.wam-250-list-post:hover {
  opacity: 0.8;
}

/* Select2 */
#wam-250-select {
  width: 100%;
  font-size: 12px;
  line-height: 1;
  display: none;
}
.ss-list {
  font-size: 14px;
  line-height: 1.3;
}
.ss-content .ss-option:hover {
  background-color: #AAA !important;
}
.ss-content .ss-option.ss-highlighted {
  background-color: #333 !important;
  color: #FFF !important;
}
.ss-content .ss-option.ss-selected {
  background-color: #333 !important;
  color: #FFF !important;
}
.ss-value, .ss-value .ss-value-text, .ss-values .ss-max  {
  color: #333 !important;
}
.ss-value, .ss-value .ss-value-text, .ss-values .ss-max {
  background-color: #FFF !important;
  border-color: transparent !important;
  border-radius: 999px !important; /* optional, rounder pill */
}
.ss-value .ss-value-delete {
  color: #000 !important;
}


.wam-250-category-container ul.select2-selection__rendered {
  margin-left: 0px;
  margin-bottom: 0px;
}
.wam-250-category-container ul.select2-selection__rendered li.select2-selection__choice {
  margin: 0px;
  margin-right: 5px;
}
.select2-container--default.select2-container--below .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
  padding-right: 30px; /* make room for arrow */
}
.select2-container--default .select2-selection--multiple::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #666;
  pointer-events: none;
}
.select2-container--default .select2-selection--multiple {
  position: relative;
}
.select2-container .select2-results__option {
  font-size: 12px; /* or whatever matches your UI */
  line-height: 1.4;
}
.select2-container .select2-search--dropdown .select2-search__field {
  font-size: 12px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  margin: 3px 4px 3px 0;
  line-height: 1.4;
  border-radius: 3px; /* or higher for rounder pills */
  height: auto; /* override any fixed height fighting you */
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  margin-right: 5px;
  /*line-height: 1;*/
  vertical-align: middle;
}
.select2-container--default .select2-selection--multiple {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  min-height: 38px; /* match your input height */
  padding: 2px 30px 2px 4px; /* right padding leaves room for caret */
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
  width: 100%;
}

/* Custom toggle */
.toggle {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 20px;
}

.toggle input {
    opacity: 0;
    width: 0;
    height: 0;
}

.toggle-slider {
    position: absolute;
    cursor: pointer;
    inset: 0;
    background: #FFF;
    border-radius: 26px;
    transition: .2s;
}

.toggle-slider:before {
    content: "";
    position: absolute;
    height: 14px;
    width: 14px;
    left: 3px;
    bottom: 3px;
    background: black;
    border-radius: 50%;
    transition: .2s;
}

input:checked + .toggle-slider {
    background: black; /* WP admin blue */
}
input:checked + .toggle-slider:before {
    background: white;
}

input:checked + .toggle-slider:before {
    transform: translateX(15px);
}

/* Modal */
.wam-250-modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  justify-content: center;
  align-items: flex-start;
  overflow-y: auto;
  padding: 40px 20px;
}
.wam-250-modal-overlay.is-open {
  display: flex;
}
.wam-250-modal-box {
  background: #e4d7b6;
  border-radius: 8px;
  max-width: 740px;
  width: 100%;
  position: relative;
}
.wam-250-modal-close {
  position: absolute;
  top: 20px;
  right: 24px;
  font-size: 50px;
  color: black;
  background: none;
  border: none;
  cursor: pointer;
  line-height: 1;
  cursor: pointer;
}
.wam-250-modal-close:hover {
  opacity: 0.8;
}
.wam-250-modal-content {
  padding: 48px;
  max-height: 75dvh;
  overflow-y: auto;
}
.wam-250-modal-content::-webkit-scrollbar {
  width: 8px;
}
.wam-250-modal-content::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 4px;
}
.wam-250-modal-content::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}
.wam-250-modal-content h1 {
  text-transform: uppercase;
  color : #d53c38;
  font-family: FuturaBold, Arial;
  margin-bottom: 20px;
}
.wam-250-modal-content h2 {
  color : #d53c38;
  font-family: FuturaBold, Arial;
  margin-bottom: 20px;
}
.wam-250-modal-content h3 {
  color : #d53c38;
  font-family: FuturaBold, Arial;
  margin-bottom: 20px;
  font-size: 22px;
}
.wam-250-modal-content p {
  font-size: 16px;
  line-height: 1.5;
}


.wam-print-content .html-250-iframe {
  width: 100%;
  height: fit-content;
  margin-bottom: 40px;
}
.wam-print-content .wam-250-red {
  font-family: FuturaBold, Arial;
  color: #da504f;
}
.wam-print-content .wam-250-intro-title {
  text-transform: uppercase;
}
.wam-print-content .wam-250-intro-text {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.wam-print-content .wam-250-intro-list {
  padding-left: 0px;
  margin-top: 10px;
  margin-left: 0px;
  list-style-type: none;
  margin-bottom: 0px;
}
.wam-print-content .wam-250-intro-list li {
  display: flex;
  items-align: center;
  gap: 10px;
}
.wam-250-html-tag-header {
  display: flex;
  gap: 15px;
  margin-top: 100px;
  margin-bottom: 60px;
}
.wam-250-html-tag-header-theme {
  font-size: 14px;
  text-transform: uppercase;
  font-family: FuturaBold, Arial;
  line-height: 1.4;
}
.wam-250-html-tag-header-text {
  font-size: 14px;
  text-transform: uppercase;
  font-family: Futura, Arial;
  line-height: 1.4;
}


.page-template-html-template .grid-container {
  margin-left: 0px;
}
.page-template-html-template #html-250-page {
  margin-left: 350px;
}
@media screen and (max-width: 768px) {
  .page-template-html-template .container.grid-container {
    margin: 0px;
  }
  .page-template-html-template .headerBGWrapper {
    height: 70px;
  }
  .page-template-html-template #html-250-page {
    margin-left: auto;
    padding: 20px;
    width: 100%;
  }
}
@media print {
  body {
    background-image: none !important;
  }
  html, body {
    background: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .wam-sidebar-content.wam-print-content {
    background: white;
  }
  h1, h2, h3, ul, li, p {
    break-inside: avoid !important;
    display: table !important;
  }
  .page-break {
    page-break-before: always;
  }
  @page {
    margin: 1cm 1cm;  /* top/bottom, left/right */
  }
  .page-template-html-template #html-250-page {
    margin-left: 0px;
  }
  .wam-250-wrapper, #top-coord-bar, .headerBGWrapper, .site-footer {
    display: none;
  }
  .body {
    background-image: none;
    background: white;
  }
  .html-250-iframe {
    min-height: none;
  }
}
