#shell {
  width: 100%;
}

.clearfix {
  overflow: hidden;
  clear: none;
}

.items {
  margin-bottom: 30px;
}

#content img {
  margin: 0;
}

.items h2 {
  text-shadow: none;
  margin-bottom: 12px;
  font-size: 22px;
  line-height: normal;
}

.memberList {
  padding: 15px 0;
  border-top: 2px solid #EEE;
  margin-bottom: 45px;
}

.memberList:last-child {
  margin: 0;
}

.mL-member {
  float: left;
  width: 18.75%;
  min-height: 400px;
  margin: 1.56% 6.25%;
  text-align: center;
}

/* =memberList Items
---------------------------------------------------------------------
*/
.member-item {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  line-height: normal;
  margin-bottom: 7px;
}

.member-item:last-child {
  margin: 0;
}

.mL-member h3 {
  margin: 14px 0 9px;
  font-size: 18px;
  text-decoration: none;
  font-family: MuseoSans500;
}

.mL-member h3 a {
  font-size: 16px;
  text-decoration: none;
  margin: 0;
  font-family: MuseoSans500;
}

.mL-member .mL-photo-frame {
  border: 2px solid #e9e9e9;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  width: 97%;
  -webkit-box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.1);
}

.mL-member .mL-photo {
  width: 97%;
  overflow: hidden;
  background: #ffffff;
  padding: 1.5%;
}

.mL-member .mL-photo img {
  width: 100%;
  display: block;
}

.mL-member span {
  display: block;
  font-size: 12px;
}

.mL-member .mL-position {
  font-size: 1.3em;
	line-height: 1.3em;
  font-family: MuseoSans300;
  margin: 0 !important;
}

.mL-member .mL-social {
  text-align: center;
}

.mL-member .mL-social a {
  display: inline-block;
  width: 23px;
  height: 23px;
  text-indent: -9999px;
  margin-right: 5px;
  text-decoration: none !important;
  border: none !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.mL-member .mL-social a:last-child {
  margin: 0;
}

.mL-member .mL-social a.mL-facebook {
  background: url(/_img/members-facebook.png) no-repeat 0 top;
}

.mL-member .mL-social a.mL-facebook:hover {
  background-position: 0 bottom;
}

.mL-member .mL-social a.mL-twitter {
  background: url(/_img/members-twitter.png) no-repeat 0 top;
}

.mL-member .mL-social a.mL-twitter:hover {
  background-position: 0 bottom;
}

.mL-member .mL-sep {
  top: -1px;
  padding: 0 7px;
  color: #e2e2e2;
}

.memberList p.results {
  margin: 20px 0;
}

.memberList p.results span {
  font-family: MuseoSans500;
}

/* =Filters
---------------------------------------------------------------------
*/
/* Filter */
.filters {
  margin-top: 10px;
  margin-bottom: 40px;
  overflow: hidden;
  background: #f1f1f1;
  padding: 15px 20px 10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  border: #e5e5e5 solid 1px;
  position: relative;
  z-index: 9;
}

.filters h6 {
  float: left;
  margin-right: 20px;
  margin-bottom: 0;
  padding-top: 6px;
  color: #999;
  font-size: 1.6em;
  font-weight: 400;
}

.filters #group-search {
  float: right;
}

/* Search */
form#group-search {
  border: 0;
  width: 150px;
}

form#group-search fieldset {
  border: 0;
  width: 138px;
  padding: 5px;
  background: #fff;
  border: 1px solid #f1f1f1;
  overflow: hidden;
}

form#group-search #group-search-term {
  float: left;
  width: 118px;
  height: 22px;
  line-height: 18px;
  color: #999;
  border: 0;
  padding: 0;
  background: none;
}

form#group-search #group-search-submit {
  float: right;
  width: 17px;
  height: 21px;
  border: 0 !important;
  outline: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  background: url(/_img/article_search_go.png) no-repeat center center;
  display: block;
  text-indent: -9999px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* @group Select Menus */
select.sorter {
  float: right;
  margin-right: 12px;
}

.ui-selectmenu {
  display: block;
  float: right;
  position: relative;
  height: 24px;
  width: 150px;
  text-decoration: none;
  overflow: hidden;
  margin-right: 5px;
  background: #dedede url(/_img/article_selectmenu_icon.png) no-repeat 95% 50%;
  padding: 5px 0;
}

#content a.ui-selectmenu:hover {
  text-decoration: none;
}

.ui-selectmenu-icon {
  position: absolute;
  right: 6px;
  margin-top: -8px;
  top: 50%;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  z-index: 1001;
  top: 0;
  visibility: hidden;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #f1f1f1;
  height: 200px;
  width: 200px !important;
}

.ui-selectmenu-open {
  visibility: visible;
}

.ui-selectmenu-menu-popup {
  margin-top: -1px;
}

.ui-selectmenu-menu-dropdown {
  margin: 0;
  padding: 0;
  overflow: auto;
  height: 200px !important;
  width: 200px !important;
}

.ui-selectmenu-menu li {
  padding: 0;
  margin: 0;
  display: block;
  border-top: 1px dotted transparent;
  border-bottom: 1px dotted transparent;
  border-right-width: 0 !important;
  border-left-width: 0 !important;
  font-weight: 400 !important;
}

.ui-selectmenu-menu li a, .ui-selectmenu-status {
  line-height: 1.4em;
  display: block;
  padding: .3em 1.5em .3em 1em;
  outline: none;
  text-decoration: none;
  color: #363636;
  font-size: 11px;
}

.ui-selectmenu-menu li.ui-selectmenu-hasIcon a, .ui-selectmenu-hasIcon .ui-selectmenu-status {
  padding-left: 20px;
  position: relative;
  margin-left: 5px;
}

.ui-selectmenu-menu li .ui-icon, .ui-selectmenu-status .ui-icon {
  position: absolute;
  top: 1em;
  margin-top: -8px;
  left: 0;
}

.ui-selectmenu-status {
  line-height: 16px;
  height: 16px;
  overflow: hidden;
  color: #999;
  font-size: 15px;
  font-family: MuseoSans500;
}

.ui-selectmenu-open li.ui-selectmenu-item-focus a {
  background: #ebebeb;
}

.ui-selectmenu-menu li span, .ui-selectmenu-status span {
  display: block;
  margin-bottom: .2em;
}

.ui-selectmenu-menu li .ui-selectmenu-item-header {
  font-family: MuseoSans500;
}

.ui-selectmenu-menu li .ui-selectmenu-item-footer {
  opacity: .8;
}

/*for optgroups*/
.ui-selectmenu-menu .ui-selectmenu-group {
  font-size: 1em;
}

.ui-selectmenu-menu .ui-selectmenu-group .ui-selectmenu-group-label {
  line-height: 1.4em;
  display: block;
  padding: .6em .5em 0;
  font-family: MuseoSans500;
}

.ui-selectmenu-menu .ui-selectmenu-group ul {
  margin: 0;
  padding: 0;
}

/* =Member detail
---------------------------------------------------------------------
*/
#memberDetail {
  position: relative;
  width: 100%;
  margin: 10px auto;
}

#memberDetail .mD-top {
  margin-bottom: 35px;
}

#memberDetail .mL-member {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  float: none;
  display: block;
}

#memberDetail .member-item {
  display: block;
  vertical-align: baseline;
  line-height: normal;
  margin-bottom: 7px;
}

#memberDetail .mD-image {
  float: left;
  border: 2px solid #e9e9e9;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.1);
}

#memberDetail h3 {
  margin-top: 20%;
  font-size: 26px;
}

#memberDetail .mD-image img {
  display: block;
  height: auto;
}

#memberDetail .mD-info {
  float: left;
  margin-left: 30px;
  text-align: left;
}

#memberDetail .mD-bottom {
  color: #555;
}

#memberDetail #mD-back {
  padding: 8px 15px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  color: #999;
  font-family: MuseoSans500;
  font-size: 12px;
  text-decoration: none;
  border: 1px solid #F1F1F1;
  background: #F1F1F1;
}

#memberDetail #mD-back:hover {
  border: 1px solid #ededed;
  background: #f9f9f9;
}

#memberDetail .mL-social {
  margin: 0;
  text-align: left;
}

/* =Custom styles
---------------------------------------------------------------------
*/
.items h2 {
  color: #999;
}

h3.member-item {
	font-size: 22px !important;
  margin: .6em 0 0 0 !important;
	font-family: MuseoSans700;
}

.member-item {
  color: #999;
}

#memberDetail {
  width: 90.6%;
}

/* 
 * Responsive Styles
 */
@media only screen and (max-width: 50em) {
  .filters #group-search {
    float: none;
    width: 100%;
    margin-bottom: 1em;
  }

  form#group-search fieldset {
    padding: 2%;
    width: 96%;
  }

  form#group-search #group-search-term {
    width: 80%;
  }

  form#group-search #group-search-submit {
    width: 20%;
  }

  select.sorter {
    float: none;
  }

  .mL-member {
    width: 40%;
    margin: 5%;
  }

  #memberDetail #mD-back {
    position: static;
    float: right;
  }

  #memberDetail .mD-image {
    clear: both;
    float: none;
    margin: 10px 0;
    position: relative;
    top: 10px;
  }

  #memberDetail .mD-image img {
    width: 100%;
  }

  #memberDetail .mD-info {
    clear: both;
    margin: 0;
    float: none;
  }

  #memberDetail h3 {
    margin-top: 10%;
  }
}
@media only screen and (max-width: 25em) {
  .mL-member {
    width: 100%;
    margin: 0%;
  }
}
