/* ==================== 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 */
/* =========================================================================== */
.emblems figure {
  display: block;
  padding: 2em auto 2% auto;
  margin-bototm: 1em;
  margin-top: 2em;
  background: #fff;
  -webkit-box-shadow: 7px 7px 0 rgba(100, 100, 100, 0.33);
  -moz-box-shadow: 7px 7px 0 rgba(100, 100, 100, 0.33);
  -o-box-shadow: 7px 7px 0 rgba(100, 100, 100, 0.33);
  box-shadow: 7px 7px 0 rgba(100, 100, 100, 0.33);
  -webkit-box-shadow: 7px 7px 0 rgba(100, 100, 100, 0.33);
  -moz-box-shadow: 7px 7px 0 rgba(100, 100, 100, 0.33);
  -o-box-shadow: 7px 7px 0 rgba(100, 100, 100, 0.33);
  box-shadow: 7px 7px 0 rgba(100, 100, 100, 0.33);
  behavior: url('/styles/pie.php');
  behavior: url('/styles/pie.php');
  text-align: center;
}
.emblems figure img {
  margin-top: 1em;
}
.emblems figcaption {
  margin: .5em auto;
  font-weight: bold;
}
.emblems dl {
  padding-top: 1em;
}
.emblems dt {
  margin-top: 1em;
}
.emblems dd {
  margin: 0;
}
#committee-assignments {
  list-style: none;
  margin: 0;
}
#committee-assignments > ul {
  margin: 0 0 1em 0;
  list-style: none;
}
#committee-assignments > li {
  font-weight: normal;
  margin: 0;
}
#committee-assignments a {
  font-weight: bold;
  font-size: 1.086em;
}
#thumbnails_container {
  float: right;
}
#thumbnails_container a {
  padding: 0 5px 0;
}
#asides .image_nav #loc_top {
  width: auto;
  float: right;
}
#asides .image_nav #prev_next_top {
  width: auto;
  float: left;
}
#main_image_container {
  padding: 10px 0 0;
}
#main_image_container img {
  width: 95%;
}
#committees #landing-page-list li ul {
  margin: 0;
  padding: 0;
}
#committees #landing-page-list li ul li {
  padding: .25em 0 .25em 15px;
  margin-left: 15px;
  text-indent: -15px;
  border: none;
  list-style: disc;
  list-style-position: inside;
  list-style-type: disc !important;
}
@media only screen and (max-width: 1280px) {
  #asides .image_nav #loc_top {
    float: none;
  }
}
/*
** 900
**
** DESCRIPTION:	Styles that apply to screens 900 pixels wide and down
** USAGE:		
** NOTES: Typically this means tablets users in portrait mode and desktop users smaller than average screens
**
*/
@media only screen and (max-width: 900px) {
  #thumbnails_container {
    float: left;
    width: 100%;
  }
  #thumbnails_container a {
    padding: 0 5px 0;
  }
  #asides .image_nav {
    padding-bottom: 10px;
  }
  #asides .image_nav #loc_top {
    width: 50%;
    float: right;
    text-align: right;
  }
  #asides .image_nav #prev_next_top {
    width: 50%;
    float: left;
  }
}
