.map-wrapper {
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
}
.map-wrapper .popover-triangle {
  fill: #ed1b2e;
  stroke: white;
}
.map-fg {
  position: relative;
}
.us-map .states *,
.us-map .regions * {
  fill: #087ec5;
  stroke: white;
}
.us-map .states [data-clickable="false"] *,
.us-map .regions [data-clickable="false"] * {
  fill: #363737;
}
.us-map .states [data-clickable="true"],
.us-map .regions [data-clickable="true"] {
  cursor: pointer;
}
.us-map .states .on *,
.us-map .regions .on * {
  fill: #ed1b2e !important;
  stroke: white;
}
.us-map .states .selected *,
.us-map .regions .selected * {
  fill: #ed1b2e !important;
  stroke: white;
}
.us-map .states {
  display: block;
}
@media (max-width: 767px) {
  .us-map .states {
    display: none !important;
  }
}
.us-map .regions {
  display: none;
}
@media (max-width: 767px) {
  .us-map .regions {
    display: block !important;
  }
}
.map-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.us-map-bg {
  position: absolute;
  top: 0;
  left: 0;
}
.us-map-bg .states-bg * {
  fill: #ffc50c;
  stroke: white;
}
.info-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.15);
  outline: none;
}
.info-overlay .overlay-inner {
  font-size: 16px;
  background: #efece4;
  max-width: 100%;
  line-height: 1.4;
  width: 330px;
  min-height: 60px;
  position: relative;
  box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.15);
}
.info-overlay .overlay-inner-wrap {
  padding: 25px;
  position: relative;
}
.info-overlay .close-overlay {
  border: 0;
  outline: 0;
  float: right;
  background: none;
  font-weight: bold;
  color: black;
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
}
.info-overlay .close-overlay:hover {
  opacity: 0.6;
}
.info-overlay .close-overlay:focus {
  opacity: 0.6;
}
.info-overlay .close-overlay:active {
  opacity: 0.6;
}
.info-overlay .heading-wrap {
  padding-bottom: 0;
  margin-bottom: 15px;
}
.info-overlay .heading-wrap .state-name {
  color: #087ec5;
}
.info-overlay .heading-wrap h2 {
  font-size: 26px;
}
.info-overlay .state-story > div {
  margin-bottom: 15px;
}
.info-overlay .story-heading {
  font-weight: bold;
  font-family: "prohibition";
  font-size: 20px;
  text-transform: uppercase;
}
.info-overlay .state-content-wrap > div {
  margin-bottom: 15px;
}
.info-overlay .underline-center {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .states-by-region {
    display: none;
  }
}
.states-by-region .region {
  outline: none;
}
.states-by-region .region .region-name {
  font-weight: bold;
  font-size: 30px;
  line-height: 1.1;
  color: #ed1b2e;
  font-family: 'prohibition';
  text-transform: uppercase;
  margin-bottom: 15px;
}
.states-by-region .region[tabindex] {
  background: #efece4;
  box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.15);
}
.states-by-region .region[tabindex] .states {
  border-color: #087ec5;
}
.states-by-region .states {
  padding-left: 30px;
  border-left: 10px #ffc50c solid;
  margin-bottom: 15px;
}
.states-by-region .state {
  font-size: 18px;
}
