h2 {
  font-family: Raleway;
  font-size: 32px;
  font-weight: 400;
  color: #fff;
}

}
label {
  color: #fff;
  font-family: Raleway;
  font-size: 20px;
  font-weight: 400;
  padding-top:7px;
  margin-right:5px;
}
#showAllBtn {
  background-color: #C0CE22;
  border-radius: 5px;
}
#dealerLocatorForm, #formWrapper  {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: start;
}
#dealerLocatorForm {
  background: #000000;
}
#resultsWrapper {
  margin: 20px 25px;
  padding: 0 25px;
  display: flex;
  flex: 1 0 30%;
}
#stateSelector, #countySelector, #showBtn {
  display: flex;
  justify-content: flex-end;
  padding-top:10px;
}
#showBtn {
  margin-bottom:20px;
  height: 40px;
}
#formStoreLocator {
  margin: 20px 25px;
  border: 0 none;
}
.countyList {
  margin: 0 40px;
  border: none;
  color: #fff;
  height: 150px;
  width: 400px;
  padding: 10px;
  overflow-x: none;
  overflow-y: auto;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: solid 2px #fff !important;
  border-radius: 5px !important;
  background: #000000 !important;
  background-image: none;
}
/* Remove IE arrow */
select::-ms-expand {
  display: none;
}
/* Custom Select */
.select {
  color: #fff important;
  position: relative;
  display: flex;
  width: 20em;
  height: 3em;
  line-height: 2.75em;
  background: #000000 !important;
  overflow: hidden;
  border-radius: 5px;
  font-family: Raleway;
  font-size: 16px;
  font-weight: 400;
  justify-content: end;
  margin: 0px !important;
}
select {
  flex: 1;
  padding: 0 .5em;
  color: #000;
  cursor: pointer;
}
/* Arrow */
.select::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  margin: 1px 0;
  padding: 0 1em;
  background: #000000;
  color:#fff;
  border: 1px solid #fff;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}
/* Transition */
.select:hover::after {
  color: #f39c12;
}
.showAllBtn{
  font-family: Raleway;
  color: #000;
  letter-spacing: .04em;
  margin: 3px;
  padding: 11px 20px 30px 16px;
  font-size: 13px;
  background-color: rgb(255, 255, 255);
  border: solid 1px rgb(0, 0, 0);
  border-radius: 3px;
  text-decoration: none;
  transition: color ease 300ms;
  -moz-transition: color ease 300ms;
  -webkit-transition: color ease 300ms;
  -o-transition: color ease 300ms;
  -ms-transition: color ease 300ms;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -webkit-transition: all ease-in 300ms;
  -o-transition: all ease-in 300ms;
  -ms-transition: all ease-in 300ms;
}
.showAllBtn:hover {
  color: #FFF;
  background: #222533;
  text-decoration: none;
}
.showAllBtn:visited, .showAllBtn:active {
  color: #000;
  text-decoration: none;
}
