/* ==================== REQUIRED LIBRARIES DO NOT REMOVE ===================== */
/* Including lib.less - this template is intentionally left blank and does not need to be included  on the live server */
/* Including lib.less - this template is intentionally left blank and does not need to be included  on the live server */
/* =========================================================================== */
#asides .gallery a {
  float: none;
}
#asides .gallery .filetype {
  margin: 1px 1em auto 0;
}
#asides .list .press time {
  float: left;
  margin: 3px 0 0;
}
#services #asides li.no-img a {
  width: 85%;
}
.state-symbols {
  list-style: none;
  margin: 0;
  padding: 0;
}
.state-symbols li {
  overflow: auto;
  clear: left;
  display: block;
  background: #fff;
  padding: .5em;
  margin-bottom: 1em;
}
.state-symbols figcaption {
  font-family: sans-serif;
  font-size: 1em;
  line-height: 1.1;
}
.state-symbols figcaption b {
  font-size: 1.1em;
  font-family: serif;
  display: block;
}
.state-symbols img {
  float: left;
  width: 25%;
  margin-right: 5%;
}
.people {
  overflow: auto;
}
.people .photo {
  display: block;
  width: 33%;
  float: left;
}
.people .fn, .people .adr {
  display: block;
  width: 60%;
  margin-left: 40%;
}
.people li {
  font-size: 1.12em;
  width: 50%;
  float: left;
}
.people li:nth-child(even) {
  float: right;
}
#seal {
  text-align: center;
}
#seal img {
  width: 65%;
}
#map {
  width: 100%;
  padding: 20px 0px;
  background: -moz-linear-gradient(center top, #f9f6ed 50%, #ffffff 100%) repeat scroll 0 0 transparent;
  border-top: 1px solid #ece3c7;
  border-left: 1px solid #f3ecda;
  border-right: 1px solid #f3ecda;
  float: left;
}
/*
** 480
**
** DESCRIPTION:	Styles that apply to screens 480 and belows pixels wide and down
** USAGE:		
** NOTES: Typically this means mobile phones held in portrait
**
*/
@media only screen and (max-width: 600px) {
  #map {
    display: none;
  }
  .people li {
    width: 100%;
    overflow: auto;
    float: none;
    margin-bottom: 1em;
  }
}
