/* # Color Variable Definitions
================================================== */
/*
 * For sake of convention, the color variables
 * are initially defined as color, but in-code
 * implementation uses function specific aliases.
 * This is done to avoid confusing naming conflicts.
 */
/* # Structural Variable Definitions
================================================== */
/* # Functions
================================================== */
/* =================================================
                        GRIDS
   ================================================= */
#content-wrap {
  font-size: 12px;
  position: relative;
  max-width: 85.76329%;
  padding-right: 6.64532%;
  padding-left: 6.64532%;
}
@media (min-width: 56.25em) {
  #content-wrap {
    max-width: 79.09em;
    padding-left: 0.83em;
    padding-right: 0.83em;
    margin-left: auto;
    margin-right: auto;
  }
  #content-wrap:after {
    content: "";
    display: table;
    clear: both;
  }
}

.list .member {
  position: relative;
  width: 100%;
  float: right;
  margin-right: 0;
  #margin-left: -0.83em;
  display: inline;
}

.list .member.me {
  background: #f3f3f3;
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  border-top-left-radius: 8px;
}

.list .member .me-indicator {
  display: block;
  background: #888;
  color: #fff;
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px 10px 5px;
  line-height: normal;
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  border-top-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  border-bottom-right-radius: 8px;
}

@media (min-width: 37.5em) {
  .list .member {
    padding-left: 1.26438%;
    padding-right: 1.26438%;
    width: 46.94652%;
    float: left;
    margin-right: 1.04944%;
  }
}
@media (min-width: 56.25em) {
  .list .member {
    padding-left: 1.26438%;
    padding-right: 1.26438%;
    width: 21.68416%;
    float: left;
    margin-right: 1.04944%;
  }
}

.detail .about {
  width: 100%;
  float: left;
  margin-right: 2.12113%;
  display: inline;
}
@media (min-width: 56.25em) {
  .detail .about {
    padding-left: 2.52876%;
    padding-right: 2.52876%;
    width: 61.25932%;
    float: left;
    margin-right: 1.04944%;
  }
}

.detail .browse {
  padding-left: 2.55558%;
  padding-right: 2.55558%;
  width: 94.88883%;
  float: right;
  margin-right: 0;
  #margin-left: -0.83em;
  display: inline;
}
@media (min-width: 56.25em) {
  .detail .browse {
    padding-left: 2.52876%;
    padding-right: 2.52876%;
    width: 27.57618%;
    float: right;
    margin-right: 0;
  }
}

/*************************************************************************
 * Filters
 *************************************************************************/
.directoryFilter {
  position: relative;
  overflow: hidden;
  clear: both;
  border: 1px solid #f0f0f0;
  padding: 0 20px;
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -ms-border-radius: 8px 8px 0 0;
  -o-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
}

#content .directoryFilter ul.filter {
  margin: 0;
  display: none;
}
@media (min-width: 56.25em) {
  #content  .directoryFilter ul.filter {
    display: block;
    overflow: hidden;
    float: left;
  }
}

#content .directoryFilter li {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

.directoryFilter .back,
.directoryFilter li a,
.directoryFilter li span {
  padding: 7px;
  font-size: 15px;
  line-height: 58px;
}

.directoryFilter li:hover a,
.directoryFilter li.current a {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.directoryFilter #memberSearch {
  position: relative;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 0%;
  padding-right: 0%;
  width: 100%;
  float: right;
  margin-bottom: 0;
  #margin-left: -0.83em
  display: inline;
}
@media (min-width: 37.5em) {
  .directoryFilter #memberSearch {
    max-width: 187px;
    float: right;
    width: auto;
    padding-left: 20px!important;
    background: url("/_assets/img/layouts/memberdirectory/memberdirectory-accent-bg.png") center left repeat-y;
  }
}

.directoryFilter .back {
  float: left;
  padding: 0;
  font-size: 15px;
}

.directoryFilter #memberSearch input[type='text'] {
  border: none;
  outline: none;
  height: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #FFF;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  width: 94%;
  padding-left: 3%;
  padding-right: 3%;
}
@media (min-width: 37.5em) {
  .directoryFilter #memberSearch input[type='text'] {
    float: left;
    width: 175px;
    margin-right: 0px;
  }
}

#filterForm {
  line-height: 58px;
  text-align: center;
  width: 100%;
  float: left;
  margin-right: 2.12113%;
  display: inline;
}
@media (min-width: 37.5em) {
  #filterForm {
    display: block;
    float: left;
    text-align: left;
    width: auto;
    padding-left: 25px;
  }
}
@media (min-width: 56.25em) {
  #filterForm {
    display: none;
  }
}
#filterForm label {
  font-size: 16px;
}

/*************************************************************************
 * List
 *************************************************************************/
.print-btn {
  display: none;
}
@media (min-width: 37.5em) {
  .print-btn {
    display: block;
    float: right;
    margin-bottom: 25px;
  }
}

#page-title {
  float: left;
}

.members.list {
  overflow: hidden;
  margin: 0;
  padding: 1.5em;
  border: 1px solid #f0f0f0;
}

.list .member {
  display: block;
  float: left;
  /*min-height: 185px;*/
  padding-top: 25px;
  padding-bottom: 25px;
}
.list .memberRow {
  border-bottom: 1px solid #dedede;
  padding: 18px 0;
  /* overflow: hidden; */
}
@media (min-width: 37.5em) {
  .list .member.pos-3 {
    margin-right: 0;
  }
}
@media (min-width: 37.5em) {
  .list .member.pos-1 {
    margin-right: 0;
  }
}
@media (min-width: 56.25em) {
  .list .member.pos-1 {
    margin-right: 1.04%;
  }
}
.list .thumb,
.thumb.hide-image {
  display: block;
  overflow: hidden;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  /* border: 5px solid #dedede; */
  margin: 0 auto;
  width: 110px;
  height: 110px;
  background: url("/_assets/img/layouts/memberdirectory/memberdirectory-person.jpg"); 
}
.list h4 {
  margin-top: 20px;
  text-align: center;
}
.list .meta {
  text-align: center;
  font-size: 14px;
}
.list .meta > a > span {
  font-size: 16px;
}
.list .phone {
  margin-right: 10px;
}
.list .phone:hover {
  text-decoration: underline;
}
.list .email,
.list .social {
  display: inline-block;
  font-size: 20px;
  margin-left: 3px;
}


/*************************************************************************
 * Detail
 *************************************************************************/
.detail .member {
  overflow: hidden;
}

.detail .info {
  padding: 22px;
}

.detail .thumb {
  margin-right: 20px;
  border: 6px solid white;
  height: auto;
  width: 96%;
  -webkit-box-shadow: 0 0 3px 0 #d0d5d9;
  -moz-box-shadow: 0 0 3px 0 #d0d5d9;
  box-shadow: 0 0 3px 0 #d0d5d9;
}
@media (min-width: 37.5em) {
  .detail .thumb {
    float: left;
    padding-left: 0%;
    padding-right: 0%;
    width: 24.21292%;
    float: left;
    margin-right: 1.04944%;
    margin-right: 20px;
  }
}
@media (min-width: 56.25em) {
  .detail .thumb {
    width: auto;
  }
}

.detail h3.name,
.detail h4.groups {
  font-weight: bold;
}

.detail h3.name {
  margin-top: 10px;
  font-size: 25px;
}
@media (min-width: 37.5em) {
  .detail h3.name {
    margin-top: 20px;
    font-size: 28px;
  }
}
@media (min-width: 56.25em) {
  .detail h3.name {
    margin-top: 50px;
    font-size: 32px;
  }
}

.detail h4.groups {
}
@media (min-width: 37.5em) {
  .detail h4.groups {
  }
}
@media (min-width: 56.25em) {
  .detail h4.groups {
  }
}

#content .detail .details {
  clear: both;
  margin: 0;
}
@media (min-width: 37.5em) {
  .detail .details {
    clear: none;
  }
}

#content .detail .details li {
  list-style: none;
  padding: 0;
}

.detail .details li,
.detail .details li a {
  font-size: 13px;
}
@media (min-width: 37.5em) {
  .detail .details li,
  .detail .details li a {
    font-size: 14px;
  }
}
@media (min-width: 37.5em) {
  .detail .details li,
  .detail .details li a {
    font-size: 16px;
  }
}

.detail .social {
  display: table;
  margin: 0 auto;
}
@media (min-width: 37.5em) {
  .detail .social {
    overflow: hidden;
    display: block;
  }
}

.detail .social li {
  display: block;
  float: left;
  list-style-type: none;
  font-size: 20px;
}

.detail .social li a {
  display: block;
  margin: 0;
  width: 100%;
  height: 100%;
}


.detail .about {
  padding-top: 35px;
  font-size: 16px;
  margin-right: 0;
}

.detail .about p {
  font-size: 16px;
}

.detail .browse {
  margin-top: 35px;
  padding-top: 32px;
  padding-bottom: 32px;
  border: 1px solid;
}

.detail .browse input[type='text'] {
  display: block;
  border: 1px solid #e0e0e0;
  outline: none;
  margin: 0;
  padding: 14px 10%;
  font-size: 16px;
  width: 79%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.browse-btn {
  display: block;
}

#memberSearch {
  position: relative;
  margin-bottom: 10px;
}

#memberSearch a {
  position: absolute;
  top: 50%;
  right: 9%;
  margin-top: -11px;
  width: 22px;
  height: 21px;
}
@media (min-width: 56.25em) {
  #memberSearch a {
    right: 7px;
  }
}

.detail #memberSearch a {
  right: 10px;
}

/*************************************************************************
 * Pagination - you may want to put this in your css
 *************************************************************************/
#pagination {
  padding: 1em;
  line-height: 1.1;
  margin: 0;
  text-align: center;
}

#pagination a {
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #3c3c3c;
  margin: 0 0.15em;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

#pagination a:hover {
  color: #ffffff;
  background-color: #666666;
}

#pagination a#current {
  color: #ffffff;
  background-color: #666666;
}

#pagination a#off {
  color: #cccccc !important;
  background: none !important;
  cursor: default;
}

/*************************************************************************
 * Override - Delete or modify as needed
 *************************************************************************/
 
.directoryFilter li:hover a {
  background: rgba(255, 255, 255, 0.5);
}

.thumb.hide-image,
.member.info .details .email.hide-email {
  display: none;
}

/**************************************************************************
 * HTML 5 considerations
 *************************************************************************/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}


#memberSearch a:before {
  content: "\e86f";
  font-family: 'Linearicons-Free' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  /* right: 10px; */
  /* top: 50%; */
  /* transform: translateY(-50%); */
  font-size: 20px;
}
.directoryFilter .back {
  position: relative;
}
.directoryFilter .back:before{
  content: "\f0a4"; 
  font-family: 'Linearicons-Free' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  vertical-align: middle;
  line-height: 1;
  margin-right: 10px;
}