/* Section styles */

section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.map-section {
  background-color: #fff;
}

/* GlobalNotes */
#global-notes {
  padding-top: 0;
}

/* FactorsSection */
section.factors > .container {
  max-width: 95%;
  padding: 0;
}

section.factors ul.nav-pills .nav-item {
  max-width: 160px;
}

section.factors ul.nav-pills .nav-item .nav-link {
  justify-content: center;
  min-height: 100%;
  padding: 1.25rem;
}

/* Responsive styles */
@media only screen and (min-width: 1920px) {
  section.factors ul.nav-pills .nav-item {
    max-width: 175px;
  }
}

@media only screen and (max-width: 980px) {
  section.factors ul.nav-pills .nav-item {
    min-width: 100%;
    max-width: 100%;
  }
}
