/* Typography mixins
********************** */
/* Heading mixins
****************** */
/* Layout mixins
********************* */
/* line 5, ../sass/people_grouped.scss */
.node-6 #which_view.has_sidebar {
  padding-top: 0px;
}
/* line 9, ../sass/people_grouped.scss */
.node-6 .group_wrapper {
  clear: both;
}
/* line 12, ../sass/people_grouped.scss */
.node-6 .group_wrapper:first-child .group_title {
  border-top: none;
}
/* line 16, ../sass/people_grouped.scss */
.node-6 .group_wrapper:last-child::after {
  content: " ";
  display: block;
  width: 90.92%;
  border-bottom: 1px solid #cccccc;
}
/* line 23, ../sass/people_grouped.scss */
.node-6 .group_wrapper .group_title {
  border-top: 1px solid #cccccc;
  width: 90.92%;
  padding: 17px 35px 18px 0;
  background-position: 100% 55%;
  background-size: 23px auto;
  box-sizing: border-box;
}
/* line 30, ../sass/people_grouped.scss */
.node-6 .group_wrapper .group_title:hover {
  cursor: pointer;
  opacity: 0.6;
  text-decoration: none;
}
/* line 37, ../sass/people_grouped.scss */
.node-6 .group_wrapper,
.node-6 .group_wrapper .group_content {
  overflow: visible;
  margin-left: -5%;
  padding-left: 5%;
}
/* line 164, ../sass/_mixins.scss */
.node-6 .group_wrapper::after,
.node-6 .group_wrapper .group_content::after {
  content: " ";
  display: block;
  clear: both;
}
/* line 47, ../sass/people_grouped.scss */
.node-6 .group_wrapper .group_content {
  padding-top: 12px;
}
