@charset "utf-8";
/* CSS Document */
/*
#F7941D - 247,148,29 - Orange
#939598 - 147,149,152 - Gray
#6DCFF6 - 109,207,246 - Blue
#06597A - Blue AAA
#0A99D1 - Blue AA
*/
#renew {
  background-color: #2b9bce;
  color: #FFF;
  padding: 10px 12px;
  margin-bottom: 50px;
}
#renew p {
  margin-bottom: 5px;
}
#slide2 {
  padding: 6px 0 36px 0;
}
h1 {
  color: #06597A;
  font-size: 3.0rem;
  line-height: 3.2rem;
  margin: 0 0 18px 0;
  padding: 0 0 0 0;
}
h2 {
  color: #333;
  font-size: 2.0rem;
  line-height: 2.2rem;
  margin: 0 0 24px 0;
  padding: 0 0 0 0;
}
h3 {
  color: #06597A;
  font-size: 2.0rem;
  line-height: 2.2rem;
  margin: 0 0 12px 0;
  padding: 0 0 0 0;
}
li {
  line-height: 1.4rem;
}
a {
  color: #06597A;
}
/* Nav
------------------------------------------------*/
#quickNav {
  background: #EFEFEF;
  padding: 12px;
}
#quickNav a {
  display: block;
  border-bottom: 1px solid #FFF;
  padding: 6px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#quickNav a:hover, #quickNav a:focus {
  text-decoration: none;
  background: #FFF;
}
/* Profile
------------------------------------------------*/
#aka {
  font-size: .9rem;
  line-height: 1.2rem;
  color: #555;
  margin: 0 0 12px 0;
  padding: 0 0 0 0;
}
.footnote2 {
  font-size: .9rem;
  line-height: 1.1rem;
  margin: 36px 0 0 0;
  padding: 18px 0 0 0;
  border-top: 1px solid #DDD;
}
iframe {
  width: 98%;
  height: 280px;
  margin: 0 0 18px 0;
  border: 1px solid #333;
}
/* Modal
------------------------------------------------*/
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-content {
  background-color: #fefefe;
  margin: 10vh auto;
  padding: 20px;
  border: 1px solid #888;
  width: 60%;
  height: 70vh;
  overflow-y: scroll;
}
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover, .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
/* Map
------------------------------------------------*/
#map {
  height: 80vh;
  margin: 15px 0 0 0;
}
.mapMarker {
  font-size: 1.0rem;
  line-height: 1.2rem;
}
.mapMarker a {
  display: block;
  color: #333;
  padding: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mapMarker a:hover {
  background: rgba(109, 207, 246, .2);
  text-decoration: none;
}
#legend {
  padding: 6px 0 6px 0;
  background: #555;
  text-align: center;
  overflow: hidden;
}
#legend .span2x {
  width: 16.6%;
  float: left;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
#legend span {
  display: block;
  color: #FFF;
  font-size: .8rem;
  line-height: .8rem;
  margin: 0 0 0 4px;
}
#legend img {
  height: 36px;
}
.legendIcon {
  width: 14%;
  float: left;
}
/* Filter
------------------------------------------------*/
form {
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 12px;
  background: rgba(109, 207, 246, .2);
  border: 1px solid rgb(109, 207, 246);
  margin: 0 0 36px 0;
}
select {
  background: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: rgba(109, 207, 246, 1);
}
input {
  background: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: rgba(109, 207, 246, 1);
}
#button {
  background: #06597A;
  padding: 10px 0 10px 0;
  width: 100%;
  margin: 0;
  border: rgba(109, 207, 246, 1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #FFF;
}
#button:hover, #button:focus {
  background: #333;
  color: #FFF;
}
#slide2 {
  padding: 36px 0 48px 0;
}
.sortable2 {
  margin: 0;
  color: #333;
  width: 100%;
}
.sortable2 th {
  font-weight: normal;
  text-align: left;
  font-size: .65rem;
  line-height: .65rem;
  text-transform: uppercase;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
}
.sortable2 th a {
  background: #FFF;
  padding: 6px;
  display: block;
  text-decoration: none;
  color: #A75F06;
}
.sortable2 th a:hover, .sortable2 th a:focus {
  background: #999;
  color: #FFF;
}
.sortable2 td {
  font-size: .9rem;
  line-height: 1.1rem;
  color: #333;
  padding: 6px;
  vertical-align: middle;
  border-bottom: 1px solid #DDD;
}
.clickable-row {
  cursor: pointer;
  border: 1px solid rgb(255, 255, 255);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.clickable-row:hover, .clickable-row:focus {
  background: rgba(247, 148, 29, .1);
  border: 1px solid rgb(247, 148, 29);
}
.orgCol {
  width: 10px;
  white-space: nowrap;
}
.cityCol {
  width: 10px;
  white-space: nowrap;
}
.stateCol {
  width: 10px;
  white-space: nowrap;
}
@media only screen and (max-width: 549px) {
  #map {
    height: 280px;
  }
  #legend span {
    display: block;
    margin: 4px 0 0 0;
  }
  .orgCol {
    display: none;
  }
  .cityCol {
    display: none;
  }
  .stateCol {
    display: none;
  }
}