.app-canvas {
  width: 100%;
  max-width: 1128px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

@media only screen and (max-width: 1176px) {
  .app-canvas {
    max-width: calc(100% - 64px);
  }
}
@media only screen and (max-width: 480px) {
  .app-canvas {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.a11y-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}

.clearfix {
  clear: both;
}

@-webkit-keyframes pulse {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@keyframes pulse {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.atlas {
  padding-top: 60px;
  flex: auto;
  /* clears the 'X' from Chrome */
}
.atlas--fullscreen {
  padding: 0;
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
}
.atlas__header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  background-color: lightgray;
  display: flex;
  align-items: center;
  z-index: 1;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}
.atlas__heading {
  font-weight: bold;
  font-size: 18px;
}
.atlas__bordered-heading {
  display: flex;
  white-space: nowrap;
}
.atlas__bordered-heading:after {
  content: " ";
  width: 100%;
  height: 10px;
  margin: auto 0;
  margin-left: 16px;
  flex: auto;
  background-position: center;
  background-image: url(/static/atlas/img/atlas/ui/diagonal_border_bw.png);
  background-size: contain;
  background-repeat: repeat;
}
@media only screen and (max-width: 480px) {
  .atlas__bordered-heading:after {
    background-size: cover;
  }
}
.atlas__canvas {
  display: flex;
  align-items: center;
  height: 100%;
}
@media only screen and (max-width: 480px) {
  .atlas__canvas.app-canvas {
    margin-left: -36px;
  }
}
.atlas__header-main {
  flex: auto;
  display: flex;
  height: 100%;
}
@media only screen and (max-width: 480px) {
  .atlas__header-main {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
  }
}
.atlas__header-blurb {
  position: relative;
  top: -5px;
}
.atlas__logo-link {
  border: none;
  text-decoration: none;
}
.atlas__logo {
  width: 350px;
  height: 60px;
  display: block;
}
.atlas__nav-main {
  flex: auto;
  display: flex;
  align-items: center;
}
.atlas__nav-buttons {
  border-radius: 10px;
  border: none;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 8px 12px;
}
.atlas__nav-text {
  font-size: 12px;
  display: inline-block;
  margin: auto 8px;
  max-width: 150px;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
}
@media only screen and (max-width: 480px) {
  .atlas__nav-main {
    margin: auto 0;
    border-radius: 8px;
    padding: 8px;
    position: relative;
    right: -8px;
  }
  .atlas__nav-text {
    display: none;
  }
}
.atlas__nav-share-button {
  cursor: pointer;
  display: inline-block;
  width: 16px;
  height: 16px;
  padding: 0;
  font-size: 16px;
  background: none;
  border: none;
  color: white;
}
.atlas__nav-share-button:not(:last-child) {
  margin-right: 4px;
}
.atlas__nav-share-button--fb:hover, .atlas__nav-share-button--fb:focus {
  color: #4a66ad;
}
.atlas__nav-share-button--twitter:hover, .atlas__nav-share-button--twitter:focus {
  color: #4c9feb;
}
.atlas__nav-share-button--li:hover, .atlas__nav-share-button--li:focus {
  color: #3275b0;
}
.atlas__nav-share-button--reddit:hover, .atlas__nav-share-button--reddit:focus {
  color: #eb5528;
}
.atlas__nav-share-button--link:hover, .atlas__nav-share-button--link:focus {
  color: limegreen;
}
@media only screen and (max-width: 480px) {
  .atlas__nav-share-button:not(:last-child) {
    display: none;
  }
}
.atlas__nav-links {
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: 100%;
}
.atlas__nav-links a, .atlas__nav-links a:active, .atlas__nav-links a:visited {
  color: rgba(255, 255, 255, 0.9);
}
.atlas__nav-links a:hover, .atlas__nav-links a:focus {
  color: white;
}
.atlas__nav-links > li {
  display: inline-block;
  margin-left: 16px;
  transform: skewX(-17deg);
  background-color: black;
  height: 100%;
  transition: background-color 75ms linear;
}
.atlas__nav-links > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  transition: color 75ms linear;
}
.atlas__nav-links > li:last-child {
  display: none;
}
.atlas__nav-links > li:last-child a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 480px) {
  .atlas__nav-links > li:not(:last-child) {
    display: none;
  }
  .atlas__nav-links > li:last-child {
    display: block;
  }
}
.atlas__nav-links > li:hover {
  background-color: #ffca28;
}
.atlas__nav-links > li:hover > a {
  color: rgba(0, 0, 0, 0.9);
}
.atlas__nav-links .tippy-popper {
  transform: translate3d(-160px, 60px, 0px) skewX(17deg) !important;
}
.atlas__nav-link {
  text-decoration: none;
  padding: 0 12px;
  margin: auto 0;
  transform: skewX(17deg);
  display: block;
  min-width: 30px;
}
.atlas__mobile-links {
  list-style-type: none;
  margin: 0;
  padding: 0;
  min-width: 200px;
}
.atlas__mobile-links li:not(:last-child) {
  border-bottom: 1px solid white;
}
.atlas__mobile-links a, .atlas__mobile-links a:active, .atlas__mobile-links a:visited {
  text-decoration: none;
}
.atlas__mobile-links a, .atlas__mobile-links a:active, .atlas__mobile-links a:visited, .atlas__mobile-links a:hover, .atlas__mobile-links a:focus {
  color: white;
}
.atlas__mobile-links a:hover, .atlas__mobile-links a:focus {
  background-color: #563f1b;
}
.atlas__mobile-links a {
  display: block;
  padding: 12px;
  text-align: center;
  border-radius: 3px;
}
.atlas__footer {
  text-align: center;
  margin: 0;
  padding: 8px;
  border: none;
  background-color: black;
  flex-shrink: 0;
}
.atlas__footer-link-container {
  font-size: 12px;
  color: lightgrey;
}
.atlas__footer-links {
  margin-top: 2px;
}
.atlas__footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.atlas__footer li {
  display: inline-block;
}
.atlas__footer li:not(:last-child):after {
  content: "|";
  margin: 0 4px;
}
.atlas__footer-link {
  display: inline-block;
}
.atlas__footer-link, .atlas__footer-link:active, .atlas__footer-link:visited {
  color: lightgrey;
}
.atlas__breadcrumbs {
  margin: 16px;
}
@media only screen and (max-width: 480px) {
  .atlas__breadcrumbs {
    margin: 16px 8px;
  }
}
.atlas__button {
  cursor: pointer;
}
.atlas__button-icon {
  display: inline-block;
  margin-right: 4px;
}
.atlas__content-block {
  margin: 16px 16px 24px 16px;
  padding: 8px 0;
}
@media only screen and (max-width: 480px) {
  .atlas__content-block {
    margin: 0 12px;
  }
}
.atlas__location-select {
  /* Workaround for select issue on mobile */
  outline: initial !important;
}
.atlas__map-button {
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 14px;
  background-color: white;
  cursor: pointer;
  border: none;
  display: inline-block;
}
.atlas__map-button:not(:last-child) {
  margin-right: 8px;
}
.atlas__map-search {
  margin: initial;
  padding: 8px 12px;
  border-radius: 4px;
  background-color: white;
  border: none;
  width: 200px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  overflow: hidden;
  transition: width 100ms linear;
}
.atlas__map-search--focused {
  box-shadow: 0 0 0 2px #38726c !important;
}
@media only screen and (max-width: 480px) {
  .atlas__map-search--focused {
    width: calc(100vw - 20px);
    box-shadow: 0 0 0 1px #38726c !important;
  }
}
.atlas__search-icon {
  flex-shrink: 0;
  flex-grow: 0;
  margin-right: 8px;
  opacity: 0.6;
}
.atlas__search-input {
  flex: auto;
  font-size: 16px;
  background: none;
  border: none;
  height: 100%;
  outline: none;
  /* Fix for outline showing in safari */
  -webkit-appearance: none;
  width: calc(100% - 16px);
}
.atlas__search-input::-ms-clear, .atlas__search-input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
.atlas__search-input::-webkit-search-decoration, .atlas__search-input::-webkit-search-cancel-button, .atlas__search-input::-webkit-search-results-button, .atlas__search-input::-webkit-search-results-decoration {
  display: none;
}
.atlas__search-clear {
  position: absolute;
  margin: 4px;
  top: 0;
  right: 0;
  bottom: 0;
  border: none;
  background-color: white;
}
.atlas__legend {
  width: 175px;
  background-color: white;
  position: relative;
  padding: 4px 8px;
}
.atlas__legend, .atlas__legend legend {
  border: none;
}
.atlas__legend legend {
  margin-top: 2px;
  font-size: 12px;
  font-weight: bold;
}
.atlas__legend dl {
  margin-bottom: 0;
}
.atlas__legend dd {
  height: 25px;
  margin: 0;
}
.atlas__legend dt {
  margin: 0 4px 0 0;
  float: left;
  width: 25px;
  text-align: center;
}
.atlas__legend-toggle {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  margin: 10px 8px;
  border: none;
  background: none;
}
.atlas__map-search::placeholder, .atlas__map-search:-ms-input-placeholder, .atlas__map-search::-ms-input-placeholder {
  color: darkgray;
  opacity: 1;
}
@media only screen and (min-width: 481px) {
  .atlas__map-search {
    width: 325px;
  }
}
.atlas__sword-text {
  font-weight: bold;
  color: steelblue;
}
.atlas__shield-text {
  font-weight: bold;
  color: firebrick;
}
.atlas__sword-icon {
  font-size: 12px;
  text-outline: 1px white;
  text-align: center;
  font-family: "Arial Black", Arial, sans-serif;
}
.atlas__shield-icon {
  font-size: 12px;
  text-outline: 1px white;
  text-align: center;
  font-family: "Arial Black", Arial, sans-serif;
}
@media only screen and (max-width: 480px) {
  .atlas__modal {
    transition: transform 300ms ease-in-out;
    transform: translate3d(0, 100vh, 0);
    border-radius: 5px 5px 0 0 !important;
    min-height: calc(100vh - 60px);
  }
}
.atlas__den-label {
  font-size: 13px;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  text-align: center;
}
.atlas__den-no {
  font-weight: bold;
}
.atlas__den-no--common {
  color: #a22020;
}
.atlas__den-no--rare {
  color: #90458d;
}
.atlas__den-figure {
  min-height: 161px;
  width: 250px;
  margin: 0 auto;
}
@media only screen and (max-width: 480px) {
  .atlas__den-figure {
    width: 100%;
  }
}
.atlas__den-image {
  min-height: 141px;
  max-width: 100%;
}
@media only screen and (max-width: 480px) {
  .atlas__den-image {
    width: 100%;
  }
}
.atlas__den-image-credit, .atlas__den-image-credit a {
  font-size: 10px;
  color: gainsboro;
  text-align: right;
}
.atlas__den-table {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.atlas__modal .atlas__button {
  margin: 0 8px;
}
.atlas__den-table td {
  text-align: center;
}
.atlas__den-table tbody td {
  min-width: 37px;
  min-height: 38px;
}
.atlas__den-table a {
  cursor: pointer;
  border: 0;
  display: block;
}
.atlas__den-table-heading {
  font-size: 16px;
}
.atlas__den-table-actions {
  text-align: right;
  margin: 8px 0;
}
@media only screen and (max-width: 1176px) {
  .atlas__den-table-actions {
    text-align: center;
  }
}
.atlas__den-table-action {
  cursor: pointer;
}
.atlas__den-table-action:not(:last-child) {
  margin-right: 8px;
}
@media only screen and (max-width: 480px) {
  .atlas__den-table-action {
    background-color: black !important;
    border: none !important;
    border-radius: 4px !important;
    color: white !important;
    padding: 8px 16px !important;
    font-size: 14px !important;
  }
  .atlas__den-table-action:hover, .atlas__den-table-action:focus, .atlas__den-table-action:active {
    background-color: darkgray !important;
  }
}
.atlas__den-table--sword {
  background-color: lightcyan;
}
.atlas__den-table--shield {
  background-color: mistyrose;
}
.atlas__den-table--plain {
  background-color: lightgray;
}
.atlas__den-list {
  width: 100%;
}
.atlas__den-list button {
  cursor: pointer;
}
.atlas__den-list > thead > tr > td, .atlas__den-list > tbody > tr > td {
  padding: 4px 8px;
  background-color: palegoldenrod;
}
@media only screen and (max-width: 768px) {
  .atlas__den-list > thead > tr > td, .atlas__den-list > tbody > tr > td {
    display: block;
  }
}
.atlas__well {
  margin-bottom: 16px;
}
.atlas__den-table-link {
  color: black;
  text-decoration: none;
}
.atlas__den-table-link:hover, .atlas__den-table-link:active, .atlas__den-table-link:focus {
  text-decoration: inherit;
}
.atlas__den-list-heading {
  font-size: 14px;
  margin: 0;
  margin-bottom: 4px;
  color: black;
}
.atlas__event-notification-icon {
  display: inline-block;
  color: #d34e24;
  margin: auto 2px auto 0;
  -webkit-animation: pulse 3.33s infinite ease-in-out;
  -o-animation: pulse 3.33s infinite ease-in-out;
  -ms-animation: pulse 3.33s infinite ease-in-out;
  -moz-animation: pulse 3.33s infinite ease-in-out;
  animation: pulse 3.33s infinite ease-in-out;
}
.atlas__event-link {
  cursor: pointer;
  color: white;
  text-decoration: underline;
}
.atlas__events-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
@media only screen and (max-width: 480px) {
  .atlas__events-header {
    flex-wrap: wrap;
  }
}
.atlas__events-header-text {
  flex: auto;
  font-size: 18px;
  margin: 0;
}
.atlas__events-header-date {
  font-size: 14px;
}
.atlas__events-header-date strong {
  border-radius: 7px;
  background-color: #d34e24;
  padding: 1px 6px;
  color: white;
}
.atlas__event-image {
  max-width: 100%;
}
.atlas__settings-btn {
  border: none;
  background: none;
  padding: 4px 0;
}
.atlas__loader-container {
  margin: 0 auto;
  text-align: center;
}
.atlas__loader {
  color: #f28123;
  -webkit-animation: rotate 1s infinite linear;
  -o-animation: rotate 1s infinite linear;
  -ms-animation: rotate 1s infinite linear;
  -moz-animation: rotate 1s infinite linear;
  animation: rotate 1s infinite linear;
}

.share-modal__url-field {
  display: flex;
  padding: 0 64px;
}
.share-modal__input, .share-modal__button {
  padding: 8px 12px;
}
.share-modal__input {
  border: 1px solid darkgray;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  flex: auto;
}
.share-modal__button {
  border: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: white;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  cursor: pointer;
}
@media only screen and (max-width: 480px) {
  .share-modal__url-field {
    padding: 0;
  }
}

html, body {
  margin: 0;
  padding: 0;
}

body {
  font-family: Verdana, sans-serif;
  font-size: 14px;
  height: 100vh;
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 480px) {
  body {
    background-size: cover;
    background-position: top left;
  }
}
hr {
  border-style: solid;
  border-width: 0.5px;
  border-color: silver;
}

a,
a:visited,
a:active {
  color: #38726c;
}

a:hover,
a:focus {
  color: #ffca28;
}

figure {
  margin: 0;
  padding: 0;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

#mapid {
  height: calc(100vh - 60px);
  background-color: #b2ca62;
}

#mapid.blue {
  background-color: #65bec4;
}

@media only screen and (max-width: 480px) {
  .autocomplete-suggestion {
    font-size: 1rem !important;
    padding: 8px !important;
  }
}
.autocomplete-suggestion b {
  color: #f28123 !important;
  font-weight: bold !important;
}

.leaflet-control-window {
  width: calc(100vw - 16px);
}

.leaflet-control-window .titlebar h2,
.leaflet-control-window .titlebar .close {
  margin: 0;
}

.leaflet-popup-content {
  max-height: calc(70vh - 120px);
  overflow: auto;
}

.leaflet-tooltip {
  padding: 0 6px !important;
  border: none !important;
  background-color: rgba(255, 255, 255, 0.9) !important;
}

.leaflet-tooltip::before {
  display: none !important;
}

.leaflet-marker-icon.marker-cluster.leaflet-zoom-animated.leaflet-interactive {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid lightgoldenrodyellow;
  border-radius: 50%;
  background-color: gold;
  width: 20px !important;
  height: 20px !important;
  font-size: 12px;
}

.leaflet-marker-icon.marker-cluster.marker-cluster-medium.leaflet-zoom-animated.leaflet-interactive {
  width: 35px !important;
  height: 35px !important;
  font-size: 14px;
}

.leaflet-control-messagebox {
  display: none;
  /* Initially hidden */
  border: none;
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 8px 12px;
  font-size: 14px;
  transition: opacity 200ms linear;
  color: white;
}
.leaflet-control-messagebox a,
.leaflet-control-messagebox a:visited {
  color: white;
}

.modal {
  display: none;
}

.modal.is-open {
  display: block;
}

.modal-overlay {
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.modal-container {
  position: relative;
  width: 500px;
  height: 150px;
  max-width: calc(100vw - 16px);
  max-height: calc(100vh - 68px);
  background-color: white;
  border-radius: 5px;
  padding: 16px;
  margin: 64px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.modal-title {
  margin: 0 32px 16px 0;
  font-size: 18px;
  font-weight: bold;
}

.modal-content {
  flex: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-close-btn {
  position: absolute;
  top: 0;
  right: 0;
  margin: 8px;
  padding: 8px;
  cursor: pointer;
  color: lightgray;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 50%;
}

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