/******************
 * LEGEND
 ******************/

.component.component--map-legend {
  margin-top: 2px;
  margin-bottom: 30px;
  background-color: #ebebeb;
  padding-top: 30px;
  padding-bottom: 30px;
}

#nastad-legend {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  font-family: roboto,serif;
}
  #nastad-legend h3 {
    font-family: roboto,serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    text-align: center;
    color: #000;
    text-transform: uppercase;
  }

  #nastad-legend .legend-items {
    display:flex;
    flex-wrap:wrap;
    gap: 20px;
  }
    #nastad-legend .legend-item {
      -webkit-box-sizing:border-box;
      -moz-box-sizing:border-box;
      box-sizing:border-box;
      flex-grow:1;
    }
      #nastad-legend .legend-item-label {
        font-family: roboto,serif;
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
        color: #000;
        overflow: hidden;
        margin: 0;
      }
      #nastad-legend .legend-item-swatch {
        width:20px;
        height:20px;
        float:left;
        margin-right:10px;
        border:1px #ccc solid;
      }


/****************
 * MAP BELOW
 ******************/

.component.component--map-below {
  margin-top: 30px;
  margin-bottom: 65px;
}

/******************
 * MAP BELOW - FILTERS
 ******************/

.paragraph--type-map-filter.paragraph--view-mode-nested {
  background-color: #ebebeb;
  padding: 12px;
  margin-bottom: 2px;
}

  .paragraph--type-map-filter.paragraph--view-mode-nested .field--name-field-map-filter-question {
    margin-bottom: 8px;
  }

  .paragraph--type-map-filter.paragraph--view-mode-nested .group-options .map-filter {
    display: inline-block;
    margin-right: 8px;
    padding: 4px 10px;
    border-radius: 4px;
    background-color: #999;
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
  }
  .paragraph--type-map-filter.paragraph--view-mode-nested .group-options .map-filter.active {
    color: #fff;
    background-color: #0f369b;
  }

  .paragraph--type-map-filter.paragraph--view-mode-nested .map-filter-clear {
    display: inline-block;
    margin-left: 20px;
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
  }


/**********************
 * MAP BELOW - DATA
 **********************/

#control-nastad-map-below {
  margin-top: 30px;
  font-size:18px;
  font-weight: 700;
  border: 0;
  padding-left: 0;
}

.js #nastad-map-below {
  padding-top:20px;
}
#nastad-map-below {
  border-top: 1px #060606 solid;
}

  #nastad-map-below .below-text {
    padding-bottom:24px;
    border-bottom:1px #ccc solid;
    margin-bottom:20px;
  }

    #nastad-map-below .below-text h3 {
      margin-bottom: 1em;
    }

    #nastad-map-below .below-text p {
      margin-bottom: 1.25em;
    }

      #nastad-map-below .below-text .text p:last-child,
      #nastad-map-below .below-text .text ul:last-child {
        margin-bottom:0;
      }
      .content-area #nastad-map-below .below-text .text ul:last-child li:last-child {
        padding-bottom:0;
      }
