@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: 2rem;

  line-height: 2.2rem;

  margin: 0 0 24px 0;

  padding: 0 0 0 0; */
}

h3 {
  color: #06597a;

  font-size: 2rem;

  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: 0.9rem;

  line-height: 1.2rem;

  color: #555;

  margin: 0 0 12px 0;

  padding: 0 0 0 0;
}

.footnote2 {
  font-size: 0.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: 1rem;

  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, 0.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: 0.8rem;

  line-height: 0.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, 0.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);

  height: 100%;
}

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: 0.65rem;

  line-height: 0.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: 0.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, 0.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;
  }
}
