.map-content {
  padding-top: 1rem; }
  .map-content .header {
    display: flex;
    flex-direction: column; }
    @media (min-width: 860px) {
      .map-content .header {
        flex-direction: row; }
        .map-content .header > div:first-of-type {
          width: 70%;
          padding-right: 1rem; } }
  .map-content #map-container {
    position: relative; }
  .map-content #dme-legends {
    z-index: 9999;
    position: absolute;
    left: 1rem;
    bottom: 1rem; }
  .map-content #hazard-legends {
    z-index: 9999;
    position: absolute;
    right: 1rem;
    top: 18rem;
    bottom: 2rem; }
    .map-content #hazard-legends #hazard-legend {
      max-height: 14.5rem;
      width: 18rem;
      overflow-y: scroll; }
  .map-content .dme-legends,
  .map-content .hazard-legends {
    font-size: 1.2rem;
    background: rgba(254, 254, 254, 0.8);
    padding: 1rem; }
    .map-content .dme-legends table.scaled-legend-data td:nth-of-type(2),
    .map-content .hazard-legends table.scaled-legend-data td:nth-of-type(2) {
      padding-left: .5rem; }
  .map-content .empwr-map-controls button {
    background-color: #102b62;
    color: white;
    margin-left: 0;
    width: auto;
    margin-bottom: .4rem; }
    .map-content .empwr-map-controls button:hover, .map-content .empwr-map-controls button:active, .map-content .empwr-map-controls button:focus, .map-content .empwr-map-controls button:visited {
      color: white; }
  .map-content .empwr-map-controls__results {
    color: white;
    font-size: 1em;
    background: #008080;
    padding-left: 1.5rem;
    padding-bottom: 1rem;
    padding-right: .5rem; }
    .map-content .empwr-map-controls__results h4 {
      font-size: 2rem;
      color: white; }
    .map-content .empwr-map-controls__results .total {
      display: flex;
      justify-content: space-between; }
      .map-content .empwr-map-controls__results .total span {
        width: 65%;
        font-weight: bold;
        margin-bottom: 1rem; }
        .map-content .empwr-map-controls__results .total span:last-of-type {
          width: 30%;
          font-weight: bold;
          letter-spacing: .5px; }
  @media (min-width: 900px) {
    .map-content .empwr-map-controls__user-selections {
      width: 100%; }
    .map-content .empwr-map-controls__results {
      width: 30%; } }
  .map-content .or {
    margin-top: 1rem;
    margin-right: 1rem; }
  .map-content .select-options button {
    color: white;
    background-color: #102b62;
    padding: 1.5rem 1.5rem;
    margin-top: 1.125rem;
    margin-right: 1rem; }
  .map-content .option-button {
    position: relative;
    top: -1rem; }
  .map-content .select-options div {
    display: inline-block; }
  .map-content .selected-geographies {
    padding: 1rem;
    margin: 1rem 0;
    border: 1px solid #102b62; }
    .map-content .selected-geographies__user-selections {
      width: 70%; }
    .map-content .selected-geographies h4 {
      margin: 0;
      margin-bottom: 1rem;
      text-transform: uppercase; }
    .map-content .selected-geographies .geography {
      color: #102b62;
      display: inline-block;
      border: 1px solid #102b62;
      border-radius: 5px;
      padding: 2px 5px;
      margin: .625rem .625rem 2px 0; }
      .map-content .selected-geographies .geography span {
        font-weight: bold; }
        .map-content .selected-geographies .geography span:hover {
          color: #2e68dd;
          cursor: pointer; }

hr.divider {
  height: 1px;
  background-color: #102b62;
  border-bottom-color: transparent;
  margin-top: 1rem;
  margin-bottom: 1rem; }

.header {
  margin-top: -1rem; }
  .header p {
    width: 100%; }

.feature-selects,
.geography-selects {
  position: relative;
  display: inline-block; }
  .feature-selects > div,
  .geography-selects > div {
    display: inline-block; }
  .feature-selects .form-group,
  .geography-selects .form-group {
    margin: .6rem .5rem 1rem 0; }
  .feature-selects select,
  .geography-selects select {
    margin-right: 1.5rem;
    width: 18rem; }

.download-button {
  background-color: #102b62;
  color: white;
  margin-left: 0;
  width: auto;
  margin-bottom: .4rem; }
  .download-button:hover, .download-button:active, .download-button:focus, .download-button:visited {
    color: white; }

.dme-legend-data {
  display: flex; }

.dme-legend-image {
  height: 20px;
  width: 20px;
  border: 0.0625rem solid #6e6e6e; }

.dme-legend-text {
  margin-left: 5px; }
