@import url("pure-min.css");
body::-webkit-scrollbar {
  display: none;
}

html {
  scroll-behavior: smooth;
}

html {
  background-color: rgb(80, 80, 80);
  background: url(../../map/images/brushed_metal_bg.jpg) no-repeat center center fixed;
  background-size: cover;
  height: 100%;
  margin: 0;
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body {
  color: #666;
  font-family: "Open Sans", sans-serif;
  /* font-smooth: always; */
  font-size: 14px;
  margin: 0;
  max-height: 100vh;
}

.containerStart {
  transform: scale(0.222) !important;
}

.mapStart {
  transform: scale(1) !important;
}

.pinsStart {
  transform: scale(4.5) !important;
}

h1, h2, h3, h4, h5, div, span, img, p {
  -youbkit-touch-callout: none; /* iOS Safari */
  -youbkit-user-select: none; /* Chrome 6.0+, Safari 3.1+, Edge & Opera 15+ */
  -moz-user-select: none; /* Firefox */ /* IE 10+ and Edge */
  -webkit-user-select: none;
          user-select: none; /* Non-prefixed version,
currently supported by Chrome and Opera */
}

#toggle {
  position: fixed;
  right: -6.5rem;
  bottom: -6.5rem;
  z-index: 99999;
  text-orientation: upright;
  background: #fc3;
  text-transform: uppercase;
  -webkit-clip-path: circle(50% at 50% 50%);
          clip-path: circle(50% at 50% 50%);
  height: 13rem;
  width: 13rem;
  font-family: "Oswald", sans-serif;
}
#toggle a {
  color: #000;
  position: relative;
  top: 3rem;
  left: 2.75rem;
  text-align: right;
}

.state-modal #toggle, .location-popup #toggle {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", sans-serif;
  font-weight: normal;
}

h1 {
  color: #fff;
  font-size: 30px;
  font-weight: lighter;
  line-height: 40px;
  margin-top: 0;
  margin-bottom: 40px;
  text-align: center;
}

h2 {
  color: #444;
  font-weight: lighter;
  margin-top: 0;
}

h3 {
  color: #222;
}

p {
  font-weight: 400;
  line-height: 24px;
}

hr {
  border: none;
  border-bottom: 1px solid #ddd;
  margin: 40px 0;
}

a {
  text-decoration: none;
  transition: color 0.2s;
}

ul {
  color: #b47acf;
  list-style-type: square;
}

ul p {
  color: #666;
  margin: 0 0 2px 0;
}

.dark {
  color: #888;
}

.dark h2 {
  color: #eee;
}

.about a {
  border-bottom: 1px dashed #ddd;
  color: inherit;
  transition: border 0.2s;
}

.about a:hover {
  border-bottom: 1px solid #aaa;
  color: #222;
}

.desc {
  margin-top: 40px;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.clear {
  clear: both;
}

.inner {
  /* width: 1200px; */
  margin: 0 auto;
  max-width: 100%;
  /* padding-left: 20px;
  padding-right: 20px; */
  box-sizing: border-box;
}

#wrap {
  /* background: #000; */
  /* width: 100%;
  height: 100%; */
  max-height: 100vh;
  height: 100vh;
  max-width: 100vw;
  width: 100vh;
}

.mfp-wrap {
  max-height: 100vh;
}

#map-section {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* aspect-ratio: 9 / 16; */
.mapplic-map {
  /* background-image: url(../images/brushed_metal_bg.png); */
  /* aspect-ratio: 9 / 16; */
  /* height: 100%; */
}

/* Header */
#header {
  /* background-image: url(../images/pattern-topo.png); */
  /* box-shadow: 0 -40px 80px #fff inset;
  background-color: #f8f8f8; */
  padding: 40px 30px 100px 30px;
}

#header h1 {
  color: #444;
  margin-top: 60px;
  margin-bottom: 100px;
}

#header nav {
  float: right;
}

#main-menu {
  margin-top: 0;
}

#main-menu li {
  display: inline-block;
  margin-left: 30px;
}

#main-menu a {
  color: #bbb;
  font-size: 16px;
  text-decoration: none;
}

#main-menu a:hover {
  color: #666;
}

/* Logo */
#logo {
  background-image: url(../images/logo.svg);
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 140px;
  height: 42px;
}

.button {
  background-color: #b47acf;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  color: #fff !important;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  padding: 12px 0 12px 16px;
  transition: box-shadow 0.2s;
}

.button:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.button span {
  background-color: rgba(0, 0, 0, 0.08);
  border-radius: 0 3px 3px 0;
  font-weight: bold;
  margin-left: 24px;
  padding: 12px 16px 12px 8px;
  position: relative;
  transition: padding 0.2s;
}

.button:hover span {
  padding: 12px 24px 12px 16px;
}

.button span:before {
  width: 14px;
  content: "";
  background-image: url(../images/button-divider.png);
  background-repeat: no-repeat;
  position: absolute;
  left: -14px;
  bottom: 0;
  top: 0;
}

#map-section {
  /* width: 1200px; */
  width: 100%;
  max-width: 100%;
}

.about {
  padding: 20px;
  max-width: 600px;
  margin: 0 auto;
}

.about li {
  margin-top: 6px;
}

.new {
  background-color: #ccc;
  border-radius: 3px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  padding: 0 2px;
  vertical-align: top;
}

/* Editor */
.editor-window {
  display: none;
  margin: 0 auto;
  width: 460px;
}

.editor-body {
  background: #272822;
  color: #cfcfc2;
  padding: 14px;
  font-size: 12px;
}

/* Map */
.map-container {
  margin: 0 auto;
}

.mapplic-external {
  margin-top: 40px;
}

/* Footer */
#footer {
  background-color: #2f2e2b;
  padding: 60px 0;
}

.copyright a {
  border-bottom: 1px solid transparent;
  color: #aaa;
  font-size: 13px;
  font-weight: bold;
  transition: color 0.2s, border-color 0.2s;
}

.copyright a:hover {
  border-color: #666;
  color: #eee;
}

/* Icons */
.icon {
  background-repeat: no-repeat;
  background-position: center 10px;
  padding-top: 60px;
}

.icon.landmark {
  background-image: url(../images/icon-landmark.png);
}

.icon.layer {
  background-image: url(../images/icon-layer.png);
}

.icon.link {
  background-image: url(../images/icon-link.png);
}

.icon.browser {
  background-image: url(../images/icon-browser.png);
}

.icon.responsive {
  background-image: url(../images/icon-responsive.png);
}

.icon.mobile {
  background-image: url(../images/icon-mobile.png);
}

.container {
  margin: 20px -2%;
}

.row {
  margin-bottom: 1rem;
}

.one-third {
  display: inline-block;
  vertical-align: top;
  padding-left: 2%;
  padding-right: 2%;
  width: 29%;
}

.one-half {
  display: inline-block;
  vertical-align: top;
  padding-left: 2%;
  padding-right: 2%;
  width: 46%;
}

.two-thirds {
  display: inline-block;
  vertical-align: top;
  padding-left: 2%;
  padding-right: 2%;
  width: 62%;
}

section .inner {
  padding-left: 20px;
  padding-right: 20px;
}

section.gray {
  background-color: #ddd;
  color: #fff;
  padding: 20px 0;
  transition: background-color 0.2s;
}

section.gray:hover {
  background-color: #ccc;
}

.mapplic-legend {
  visibility: hidden;
}

.mapplic-legend-custom {
  width: 545px;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.66);
  padding: 0;
  display: flex;
  align-items: center;
  padding: 1rem 0 1rem 0;
}
.mapplic-legend-custom label.mapplic-toggle {
  visibility: hidden;
  width: 0;
  height: 0;
}

.location-popup .mapplic-legend-custom {
  visibility: hidden;
}

.legend_logo {
  height: 100%;
  /* float: left; */
  padding: 16px 0 0 0;
  margin-right: 1rem;
  align-items: center;
  width: 200px;
  border-right: 1px solid #000;
}

.legend_logo h5 {
  font-size: 0.8rem;
  color: #000;
  text-align: center;
  margin: 16px 0px;
}

.legend_sup {
  font-size: 0.6rem;
}

.pape_logo {
  display: block;
  height: 60px;
  background-image: url(/map/images/pape_logo.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.location-content::-webkit-scrollbar {
  display: none;
}

.location_content {
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
}

.location-content p img {
  display: none;
}

.state-filters table {
  float: left;
  width: 50%;
  /* width: 75%;
  min-width: 75%; */
  /* min-height: 200px; */
  /* background-image: url(../mapplic/images/pape-full-filters.png); define the path to image file */
  /* background-repeat: no-repeat; */
  padding: 0px;
  color: #000;
}
.state-filters td {
  width: 33.3%;
  font-family: "Oswald", sans-serif;
  vertical-align: middle;
  font-size: 0.75rem;
  line-height: 1.3em;
}
.state-filters td span {
  display: inline;
}
.state-filters td img {
  display: inline;
}
.state-filters td:nth-child(odd) {
  width: 0%;
}
.state-filters td:nth-child(even) {
  padding-left: 10px;
  text-transform: uppercase;
}
.state-filters img {
  width: 30px;
  height: auto;
}
.state-filters tr {
  margin-top: 10px;
  margin-bottom: 10px;
}
.state-filters tr.active {
  box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.2), inset -1px -1px 5px rgba(0, 0, 0, 0.2);
}

body a.mapplic-pin {
  pointer-events: none;
}

body.state-modal a.mapplic-pin {
  pointer-events: all;
}
body.state-modal .mapplic-legend-custom {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
body.state-modal .mfp-fade.mfp-bg.mfp-ready {
  opacity: 0;
}
body.state-modal .mfp-content {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
body.state-modal .mfp-content .mapplic-lightbox {
  background-color: rgba(242, 240, 240, 0.9);
  padding: 5vw;
}
body.state-modal .mfp-content .mapplic-lightbox p {
  font-size: 1rem;
  line-height: 1.3rem;
  color: #000;
  margin: 0;
  padding: 0;
  margin-bottom: 2rem;
}
body.state-modal .mfp-content .mapplic-lightbox .mfp-close {
  top: 4vw;
  right: 5vw;
  margin-top: 14px;
  color: rgba(0, 0, 0, 0);
}
body.state-modal .mfp-content .mapplic-lightbox .mfp-close:before {
  color: rgb(0, 0, 0);
}
body.state-modal .mfp-content .mapplic-lightbox a.mapplic-popup-link {
  display: none;
}
body.state-modal .mapplic-lightbox {
  margin: 0;
  max-width: none;
}

.mapplic-lightbox-title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 40px;
}

button.mfp-close {
  background: #fc3;
  background: #fc3;
  color: #000;
  width: auto;
  font-size: 0px;
  padding: 0 1.5rem;
  border-radius: 0.75rem;
  box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.4);
  opacity: 1;
}

.mfp-close-btn-in .mfp-close {
  color: #000;
}

button.mfp-close::before {
  content: "Close Window";
  font-size: 1.3rem;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
}

/* override more popup stuff */
.mfp-wrap {
  position: static;
}
.mfp-wrap .mfp-content {
  pointer-events: all;
}

.mfp-bg {
  z-index: 0 !important;
  position: absolute;
}

h4.mapplic-lightbox-title {
  font-size: 3rem;
  padding-bottom: 0.66rem;
  font-weight: normal;
  border-bottom: 4px solid #000;
}

h1.svg-map-header {
  fill: #fc3;
  color: #fc3;
  padding: 0;
  margin: 0;
  font-size: 2.5rem;
}

h1.svg-map-subheader {
  fill: #fc3;
  color: #fc3;
  margin: 0;
  padding: 0;
  font-size: 1rem;
}

#MLOC-states g {
  filter: drop-shadow(2px 3px 1px rgba(0, 0, 0, 0.4));
}

/* see mapplic.css for reference */
@keyframes slideaway {
  from {
    display: block;
  }
  to {
    opacity: 0;
  }
}
.mapplic-pin {
  background-color: transparent;
  width: 20px;
  height: 30px;
  margin-left: -10px;
  /* negative margins are used for */
  margin-top: -15px;
  /* defining the pin's origin */
  opacity: 1;
  pointer-events: all;
}
.mapplic-pin.hide-pin {
  animation: slideaway 200ms;
  display: none;
}

.mapplic-pin {
  filter: drop-shadow(5px 5px 6px rgba(0, 0, 0, 0.25));
}

.mapplic-pin.yellow-pin {
  background-image: url(../images/yellow-pin.png);
}

.mapplic-pin.blue-pin {
  background-image: url(../images/blue-pin.png);
}

.mapplic-pin.orange-pin {
  background-image: url(../images/orange-pin.png);
}

.mapplic-pin.green-pin {
  background-image: url(../images/green-pin.png);
}

.mapplic-pin.red-pin {
  background-image: url(../images/red-pin.png);
}

.mapplic-pin.grey-pin {
  background-image: url(../images/grey-pin.png);
}

/* custom toggle yeehaw */
.mapplic-toggle > .mapplic-toggle-circle {
  background-color: rgba(255, 0, 0, 0);
  background-image: url(../images/blue-pin.png);
  background-size: contain;
  border-radius: 0;
  position: absolute;
  left: 1px;
  top: 1px;
  width: 20px;
  height: 30px;
  transform-origin: center;
  transform: scale(0.5);
  transition: 0.2s;
}
.mapplic-toggle:before {
  background-color: #fff;
  box-sizing: content-box;
  content: "";
  border: none;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: auto;
  height: auto;
}
.mapplic-toggle > input:checked + span {
  transform: scale(1);
}

.mapplic-coordinates {
  top: 3vh;
}

.state-filters .pin-toggle {
  cursor: pointer;
  display: block;
}

.location-popup .mapplic-container > .mapplic-legend-custom,
.state-modal.location-popup .mapplic-container > .mapplic-legend-custom {
  opacity: 0;
  transition: opacity 0.5s;
}
.location-popup .mapplic-lightbox,
.state-modal.location-popup .mapplic-lightbox {
  border-radius: 1vw;
  padding: 30px;
}
.location-popup .mapplic-lightbox p,
.state-modal.location-popup .mapplic-lightbox p {
  font-size: 1rem;
  line-height: 1.3rem;
  margin: 0 1.5rem 1rem 0;
}
.location-popup h4,
.state-modal.location-popup h4 {
  float: left;
  border: none;
}
.location-popup .mfp-close,
.state-modal.location-popup .mfp-close {
  margin-top: 2rem;
  position: static;
  float: right;
}
.location-popup h4.mapplic-lightbox-title {
  float: none;
  width: 100%;
  display: block;
}
.location-popup .location-content {
  max-height: 60vh;
  overflow-y: scroll;
}
.location-popup .mfp-wrap.mfp-close-btn-in.mfp-auto-cursor.mfp-fade.mfp-ready .location-content, .location-popup .mfp-wrap.mfp-close-btn-in.mfp-auto-cursor.mfp-fade.mfp-ready button.mfp-close {
  pointer-events: auto;
}

.mapplic-lightbox {
  max-width: 80vw;
}

.location-content .mapplic-lightbox {
  position: fixed;
}
.location-content img,
.location-content video,
.location-content iframe {
  max-width: 100%;
  display: inline-block;
}
.location-content p {
  margin: 0;
  padding: 0;
}
.location-content .pure-g > div {
  box-sizing: border-box;
  padding: 0.5rem;
}

.right-layer {
  overflow-x: hidden;
  z-index: 9999999;
  position: absolute;
  width: 100%;
  height: 100%;
  top: auto;
  left: 100%;
  bottom: auto;
  right: auto;
  background: #fc3;
  transition: all 0.9s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.right-layer.active {
  left: -100%;
}

.right-layer--2 {
  background: #000;
  transition-delay: 0.3s;
}

.right-layer--3 {
  background: #555;
  transition-delay: 0.2s;
}

.left-layer {
  z-index: 9999999;
  position: absolute;
  width: 100%;
  height: 100%;
  top: auto;
  right: 100%;
  bottom: auto;
  left: auto;
  background: #fc3;
  transition: all 0.9s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.left-layer.active {
  right: -100%;
}

.left-layer--2 {
  background: #000;
  transition-delay: 0.3s;
}

.left-layer--3 {
  background: #555;
  transition-delay: 0.2s;
}

#intropop-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  z-index: 120;
}

.introbody a {
  text-decoration: none;
}

.intropopup {
  margin: 0 auto;
  padding: 0 2rem;
  display: none;
  top: 30vh;
  position: absolute;
  z-index: 1000;
  transition: all 0.5s ease-out;
}

.introbody {
  min-height: 310px;
  margin: 100px auto;
  background: #f3f3f3;
  position: relative;
  z-index: 103;
  padding: 3rem 3rem;
  border-radius: 5px;
  box-shadow: 0 2px 5px #000;
}

.introbody h1 {
  color: #000000;
  font-size: 4rem;
  line-height: 74px;
  text-transform: uppercase;
}

.introbody p {
  clear: both;
  font-size: 1.15rem;
  line-height: 1.3rem;
  color: #000;
  margin: 2rem 0;
  padding: 0;
}

.popbtn {
  background: #fc3;
  color: #000;
  width: auto;
  height: 44px;
  line-height: 44px;
  position: absolute;
  text-align: center;
  right: 7vw;
  top: 25vh;
  text-align: center;
  font-style: normal;
  padding: 0 1.5rem;
  border-radius: 0.75rem;
  box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.4);
  opacity: 1;
}

.popbtn::before {
  content: "Close Window";
  font-size: 1.3rem;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
}

#wrap {
  opacity: 0;
  animation: on 0.6s ease-in-out 0.1s forwards;
}
@keyframes off {
  100% {
    opacity: 0;
  }
}
@keyframes on {
  100% {
    opacity: 1;
  }
}
.pinpulse {
  display: block;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(204, 169, 44, 0.4);
  animation: pulse 2s infinite;
}

.pinpulse:hover {
  animation: none;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}
/* CSS to hide Special Offers until we have them */
#toggletest {
  position: fixed;
  top: -3rem;
  left: -3rem;
  z-index: 99999;
  text-orientation: upright;
  background: #fc3;
  text-transform: uppercase;
  -webkit-clip-path: circle(50% at 50% 50%);
          clip-path: circle(50% at 50% 50%);
  height: 6rem;
  width: 6rem;
  font-family: "Oswald", sans-serif;
}
#toggletest a {
  color: #000;
  position: relative;
  top: 3rem;
  left: 2.75rem;
  text-align: left;
}/*# sourceMappingURL=pape-style.css.map */