@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800");
.region-selection {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  padding: 2.5rem 0 0 0; }
  @media (min-width: 1025px) {
    .region-selection {
      flex-direction: row;
      align-items: flex-start; } }

.region-selection h3 {
  text-align: center;
  font-size: 1.8rem;
  margin: .75rem 1.5rem;
  font-weight: 700; }
  @media (min-width: 1025px) {
    .region-selection h3 {
      text-align: left; } }

.region-selection .region-map {
  max-width: 500px;
  width: 100%;
  flex-grow: 2;
  flex-shrink: 0; }
  @media (min-width: 1025px) {
    .region-selection .region-map {
      width: inherit;
      max-width: 9999px;
      padding-right: 20px; } }

.region-path {
  fill: #508245;
  transition: fill .3s ease; }

.active .region-path {
  fill: #002734; }

.active .region-path-lakes-and-land {
  fill: #25B4E6; }

.active .region-path-driftless-area {
  fill: #B3BE35; }

.active .region-path-loess-hills-and-beyond {
  fill: #74CBC6; }

.active .region-path-capital-country {
  fill: #E83D31; }

.active .region-path-storied-and-scenic {
  fill: #FACA45; }

.region-text {
  fill: #FFFFFF;
  font-weight: 800;
  font-style: normal;
  font-size: 24px;
  pointer-events: none; }

.cities-layer {
  display: none; }
  @media (min-width: 769px) {
    .cities-layer {
      display: block; } }

.city-dot {
  fill: rgba(0, 0, 0, 0.5); }

.city-text {
  fill: rgba(0, 0, 0, 0.6);
  font-weight: 800;
  font-style: normal;
  font-size: 12px;
  pointer-events: none; }

.region-selection .region-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f5f5f5; }
  @media (min-width: 1025px) {
    .region-selection .region-list {
      flex-basis: 260px;
      align-items: flex-start; } }

.region-selection .region-list a {
  font-size: 1.25rem;
  font-weight: 600;
  background: none;
  padding: .75rem 0;
  text-align: center; }
  @media (min-width: 1025px) {
    .region-selection .region-list a {
      transition: all .4s ease;
      padding: 1rem 1.5rem; } }

@media (min-width: 1025px) {
  .region-selection .region-list a.active {
    background: #002734;
    padding-left: 2rem;
    padding-right: 2rem;
    color: #fff;
    transition: all .4s ease; } }

.region-selection .region-list a.region-18.active {
  background: #25B4E6; }

.region-selection .region-list a.region-21.active {
  background: #B3BE35; }

.region-selection .region-list a.region-19.active {
  background: #74CBC6; }

.region-selection .region-list a.region-20.active {
  background: #E83D31; }

.region-selection .region-list a.region-22.active {
  background: #FACA45; }

/*# sourceMappingURL=_selection-map.css.map */
