.map {
  padding: 45px 0;
}

.map .map-cnt {
  background: #00539B;
  padding: 25px 100px;
}

.map .map-cnt .instructions {
/*   font-family: "Avenir LT Pro Heavy"; */
/* 	font-family: canada-type-gibson, sans-serif; font-weight: 300; */
  font-style: italic;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  line-height: 18px;
  margin: 0 0 20px 0;
}

.map .map-cnt #us-map {
  display: block;
  width: 700px;
  height: 410px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background-color: rgb(0, 83, 155);
}

.map .map-cnt #us-map .selected {
  fill: #E7A512;
}

.map .map-cnt #us-map .usmap_state {
  cursor: pointer;
}
.map .map-cnt #us-map .usmap_state:hover {
  fill: #ddd;
}

.map .map-filter {
  display: block;
  position: relative;
  width: 100%;
  z-index: 99;
  padding: 25px 100px;
  background: -webkit-gradient(linear, left top, right top, from(#00539D), to(#003A6D));
  background: -webkit-linear-gradient(left, #00539D 0%, #003A6D 100%);
  background: -o-linear-gradient(left, #00539D 0%, #003A6D 100%);
  background: linear-gradient(90deg, #00539D 0%, #003A6D 100%);
}

.map .map-filter:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 23, 0.24);
}

.map .map-filter .row:first-child {
  position: relative;
  z-index: 99;
}

.map .map-filter label {
/*   font-family: "TradeGothic"; */
  font-size: 15px;
  color: #FFFFFF;
  line-height: 28px;
  text-transform: uppercase;
}

.map .map-filter .combo-open,
.map .map-filter .combo-open .combo-input {
  border-radius: 25px 25px 0 0;
}

.map .map-filter .combo-input {
/*   background: #FFFFFF; */
	background: #fff url(https://cdn.ans.org/site/i/select.svg) right center no-repeat; background-size: contain;
  border: 1px solid #C6CACD;
  border-radius: 25px 25px 25px 25px;
  padding: 5px 20px;
}

.map .map-filter .btn-pill {
  margin: 25px auto 0 auto;
  border: 1px solid #FFFFFF;
  background: transparent;
  width: 66.66667%;
}

.map .map-filter .btn-pill span img {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
       -o-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.map .map-filter .btn-pill:focus {
  outline: 2px dashed #FFFFFF;
}

.map-results {
  border-spacing: 0;
  border-collapse: separate;
  width: 100%;
}

.map-results thead {
  background: -webkit-gradient(linear, left top, right top, from(#00539D), to(#003A6D));
  background: -webkit-linear-gradient(left, #00539D 0%, #003A6D 100%);
  background: -o-linear-gradient(left, #00539D 0%, #003A6D 100%);
  background: linear-gradient(90deg, #00539D 0%, #003A6D 100%);
}

.map-results .also {
	background: linear-gradient(90deg, #00539D 0%, #003A6D 100%);
	margin-top: 3rem; padding: 1rem;
	font-size: 1rem; font-weight: 500; color: #fff;
}
.map-results thead tr th {
  padding: 10px 100px;
/*   font-family: "TradeGothic"; */
  font-size: 15px;
  color: #FFFFFF;
  line-height: 28px;
  text-transform: uppercase;
  text-align: left;
}

.map-results tbody tr td {
  padding: 25px 100px 0 100px;
}

.map-results tbody tr td .row {
  border-bottom: 1px solid #C6CACD;
  padding-bottom: 35px;
}

.map-results tbody tr td .callout {
  margin: 0;
}

.map-results tbody tr td h2 {
  margin: 0 0 15px 0;
}
.map-results tbody tr td p {
	margin: 0.375rem 0 0 0;
}

.map-results tbody tr td .coverage {
  margin: 10px 0 0 0;
/*   font-family: "Avenir LT Pro Heavy"; */
	font-weight: 500;
  font-size: 18px;
  color: #231F20;
  letter-spacing: 0;
  line-height: 36px;
}

.map-results tbody tr td .alert {
	color: #a00;
}

/*
.map-results tbody tr td .coverage span {
  font-family: "Avenir LT Pro Book";
}
*/

/*
.map-results tbody tr td a {
  font-family: "Avenir LT Pro Heavy";
	font-weight: 500;
  font-size: 14px;
  color: #00539B;
  letter-spacing: 0;
}
*/

.map-results tbody tr td .name {
  margin-top: 25px;
/*   font-family: "Avenir LT Pro Heavy"; */
	font-weight: 500;
/*   font-size: 14px; */
	font-size: 1rem;
  color: #231F20;
  letter-spacing: 0;
}

.map-results tbody tr td .title,
.map-results tbody tr td .contact {
/*   font-family: "Avenir LT Pro Book"; font-weight: 500;font-size: 14px; */
	font-size: 0.9375rem;
  line-height: 20px;
  color: #231F20;
  letter-spacing: 0;
  margin: 0;
}

.map-results tfoot tr td {
  padding: 25px 100px 0 100px;
}

.map-results tfoot tr td p {
/*   font-family: "Avenir LT Pro Book"; */
  font-style: italic;
  font-size: 18px;
  color: #231F20;
  letter-spacing: 0;
  line-height: 24px;
}

.map-results tfoot tr td p a {
  color: #00539B;
/*   font-family: "Avenir LT Pro Heavy"; */
	font-weight: 500;
}

@media only screen and (max-width: 1280px) and (min-width: 1px) {
  .map .map-cnt {
    padding: 25px 0;
  }

  .map .map-cnt #us-map {
    width: 685px;
  }

  .map .map-filter {
    padding: 25px;
  }

  .map-results thead tr th {
    padding: 10px 25px;
  }

  .map-results tbody tr td,
  .map-results tfoot tr td {
    padding: 25px;
  }
}

@media only screen and (max-width: 1023px) and (min-width: 1px) {
  .map .map-filter {
    padding: 25px 30px;
  }

  .map-results thead tr th,
  .map-results tbody tr td,
  .map-results tfoot tr td {
    padding: 10px 30px;
  }

  .map .map-cnt {
    padding: 25px 20px;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .map .map-cnt {
    display: none;
  }

  .map .map-filter .col-xs-4 {
    margin-bottom: 15px;
  }

  .map .map-filter .btn-pill {
    width: 100%;
  }

  .map-results thead {
    display: none;
  }
}
