@charset "UTF-8";
.statelist.columns {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  width: auto;
  margin-left: -10px;
  margin-right: -10px;
}
.statelist.columns .message {
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  margin-right: 0.625rem;
  margin-left: 0.625rem;
}
.statelist.columns .division {
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  padding-right: 10px;
  padding-left: 10px;
}
.statelist.columns .division.reveal-open {
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
@media only screen and (max-width: 640px) {
  .statelist.columns {
    display: block;
    margin-right: 0;
    margin-left: 0;
  }
  .statelist.columns .message, .statelist.columns .division {
    display: block;
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
.statelist .division .locations.columns {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.statelist .division .locations.columns > span {
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  padding-right: 10px;
  padding-left: 10px;
}
@media only screen and (max-width: 640px) {
  .statelist .division .locations.columns > span {
    -webkit-box: 0;
    -moz-box: 0;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}

.statelist .statename {
  width: 100%;
  text-align: center;
  padding-bottom: 1rem;
}
.statelist .statename h1 {
  font-family: opensans, sans-serif;
  font-weight: 300;
  font-size: 2.625rem;
  line-height: 1.2;
  margin-top: 0;
}
.statelist .message {
  border-top: 1px solid #d1d1d1;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}
.statelist .message .text {
  text-align: center;
  color: #37678e;
  font-family: opensans, sans-serif;
  font-weight: 300;
  font-size: 1.375rem;
  line-height: 1.4;
}
.statelist .message .text .count {
  font-family: opensans, sans-serif;
  font-weight: 700;
  color: #851f1e;
}
.statelist .division > .reveal-content {
  background-color: transparent;
}
.statelist .division > .reveal-content > .reveal-border {
  border: 0;
}
.statelist .division .locations a {
  color: #851f1e;
  text-decoration: none;
}
.statelist .division .county {
  border-top: 1px solid #d1d1d1;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.statelist .division .county > .name {
  font-family: opensans, sans-serif;
  font-weight: 300;
  font-size: 1.15625rem;
  line-height: 1.2;
  margin-bottom: 1rem;
  color: #353535;
}
.statelist .division .county > .locations {
  border-top: 0;
  padding-top: 0;
}
.statelist .division .county:first-child {
  border-top: 0;
  padding-top: 0;
}
.statelist .division .location {
  padding-bottom: 0.5rem;
}
.statelist .division .location a {
  display: block;
  padding-left: 1rem;
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%22%232b506f%22%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2014%22%3E%3Cpolygon%20points%3D%221%2013%205.278%207.06%201%201%204.995%201%209%207.06%204.995%2013%201%2013%22%2F%3E%3C%2Fsvg%3E");
  color: #851f1e;
  background-size: 9px 13px;
  background-repeat: no-repeat;
  background-position: 0 0.35em;
}
.statelist .division .location > span {
  display: block;
  position: relative;
  padding-left: 1rem;
}
.statelist .division .location > span::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "-";
}
.statelist .division .location .name {
  font-family: opensans, sans-serif;
  font-weight: 300;
  font-size: 1.15625rem;
  line-height: 1.2;
  padding-bottom: 0.5rem;
  color: #851f1e;
}
.statelist .division .location .name img {
  width: 44.5%;
}
@media only screen and (max-width: 640px) {
  .statelist .division .location .name img {
    width: 93%;
  }
}
.statelist .division .location .name > span {
  display: inline-block;
}
.statelist .division .location .name > span::after {
  content: " | ";
}
.statelist .division .location .name > span:last-child::after {
  content: "";
}
.statelist .division .locations.columns .location a .name img {
  width: 93%;
}
.statelist .division .website {
  padding-top: 0.5rem;
}
.statelist .division .website::after {
  display: block;
  clear: both;
  content: "";
}
.statelist .division .website .button {
  float: right;
  margin-bottom: 0;
}

/*# sourceMappingURL=statelist.css.map */
