body{
  font-family: "Helvetica Neue", sans-serif;
}

.lead{
  width:80%;
  margin:.5em auto;
  font-size: 1.125em;
  font-weight: 200;
  line-height: 1.25em;
}

#info{
  padding:.5em;
  text-align: center;
}

input[type=text]{
  padding-top:5px;
  padding-bottom:5px;
  padding-left:5px;
  width:275px;
}

#rseiLists .list{
  background:#f1f1f1;
  padding:.75em 0 1em 0;
  margin:.5em 0;
  display: block;
  width:100%;
  text-align: center;
  vertical-align: top;
}

#rseiLists .list label{
  width:100%;
  margin-bottom:1em;
  font-size: .75em;
  font-weight: 800;
  text-transform: uppercase;
}

#rseiLists #facInfo{
  padding-top:20px;
}

#rseiLists .list label:first-child{
  border-bottom:#000000 1px solid;
}

#submitAddress, #findLocation{
  display: inline-block;
}

#source{
  position: relative;
  font-style: italic;
  color:#666666;
  font-size: .75em;
  padding-top:1em;
  padding-bottom:3em;
}

.instruction{
  font-style: italic;
  font-size: .75em;
  padding-top:10px;
}

.row{
  margin-top:1em;
  margin-bottom:1em;
}

h4{
  text-align: center;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  font-weight: 700;
  background-color: #FFBB7F;
  color: #444;
  cursor: pointer;
  padding: 15px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

.accordion:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #ff7800;
}

/* Style the accordion panel. Note: hidden by default */
.panel{
  text-align: left;
  font-size: .875em;
  line-height: 1.25em;
  padding: 2px 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.panel ul{
  margin-top:.5em;
}

.leaflet-popup-content h3{
  margin-bottom: 0;
}

.leaflet-popup-content{
  line-height: 1.2em;
}

.leaflet-popup-content p{
  margin-bottom:.5em;
}

.cancer{
  color:#9E0101;
}

.chem{
  font-weight: 600;
}


@media only screen and (min-width: 600px) {
  
  #rseiLists .list label{
    width:100%;
    margin-bottom:1em;
    font-size: .75em;
    font-weight: 800;
    text-transform: uppercase;
  }

  #rseiLists .list{
    background:none;
    display: inline-block;
    width:45%;
    vertical-align: top;
    padding:inherit 10px;
  }
  
  #rseiLists .list p{
    text-align: left;
  }
  
  #rseiLists #tractInfo{
    padding-left: 20px;
    padding-right: 20px;
  }
}