#service-providers > .inner {
  width: 1230px;
  margin: auto;
}
.entity-filter {
  width: 300px;
}
.entity-sort {
  width: 900px;
  padding-top: 38px;
}
.filters > div {
  padding: 18px 0;
  border-bottom: 1px solid #d1cfcd;
}
.filters > div:last-child {
  border: none;
}
.path-treatment-directory .filters > div:last-child {
  padding-top: 0px;
}
.path-treatment-directory .filters > div:nth-child(4) {
  padding: 0px;
  border: none;
}
.path-treatment-directory .page-content {
  background: #f9f8f3;
}
.filters {
  background: #fff;
  padding: 0 10px;
  border: 1px solid #f2f2f2;
  border-radius: 6px;
}
.filter-checkboxes:after {
  content: "";
  display: table;
  clear: both;
}
.filter-checkboxes input[type="checkbox"] {
  float: left;
  margin-top: 6px;
  margin-right: 6px;
  cursor: pointer;
}
.filter-checkboxes > label {
  float: left;
  width: 278px;
  cursor: pointer;
}
.filter-checkboxes > label:last-child {
  border: none;
  padding-bottom: 0px;
}
.filter-checkboxes > label > span {
  font-size: 14px;
  color: #767575;
  width: 240px;
  display: inline-block;
}
.entity-filter {
  position: relative;
  padding-top: 30px;
}
.title-wrapper {
  position: absolute;
  top: 0;
  left: -2px;
  border: none;
  display: block;
  width: 303px;
  height: 45px;
  padding: 0 !important;
  border: none !important;
  background: url(/themes/minim/images/Filter-box-header.svg)no-repeat;
  background-size: 100%;
}
.title-wrapper h2 {
  margin: 0;
  color: #fff;
  float: left;
  padding-left: 20px;
  padding-top: 17px;
  font-size: 20px;
}
.entity-list .empty {
  margin-left: 20px;
}
.entity {
  background: #fff;
  border: 1px solid #f2f2f2;
  font-size: 14px;
  color: #767575;
  border-radius: 6px;
  margin-bottom: 30px;
  padding: 20px 0;
  margin-left: 20px;
}
.entity > .column {
  width: 200px;
}
.column.left {
  margin-left: 20px;
  margin-right: 120px;
}
.column.center {
  margin-right: 120px;
}
.column.right {
  border-left: 2px solid #fbc98e;
  min-height: 90px;
  padding-left: 10px;
}
#block-serviceblock h2 {
  margin: 0;
}
#block-serviceblock {
  width: 1230px;
  margin: auto;
  color: #767575;
  font-size: 14px;
  margin-bottom: 50px;
  padding-top: 50px;
}
#block-servicesubblock {
  width: 1230px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 40px;
}
#block-servicesubblock:after {
  content: "";
  display: table;
  clear: both;
}
.service-sub-body-wrapper {
  width: 900px;
  float: right;
  font-size: 14px;
  color: #767575;
}
#blog .inner, 
#research-publications .inner {
  width: 1230px;
  margin: auto;
}
.path-blog .page-content,
.path-research-library .page-content {
    background: #f9f8f3;
}
.filter-checkbox > label > span {
    font-size: 14px;
    color: #767575;
    width: 240px;
    display: inline-block;
}
.filter-checkbox input[type="checkbox"] {
    float: left;
    margin-top: 6px;
    margin-right: 6px;
    cursor: pointer;
}
.filter-search {
  margin-top: 13px;
    padding-bottom: 6px !important;
    border: none !important;
}
.filter-search input {
  float: left;
    border-right: navajowhite;
    height: 30px;
    border-radius: 3px 0px 0px 3px;
    padding-left: 10px;
    width: 180px;
}
.filter-search-submit {
  float: left;
}
.filter-search-submit input {
  border: none;
  border-radius: 0px 3px 3px 0px;
    width: 75px;
    cursor: pointer;
    height: 35px;
    background: #8cc63f;
    color: #fff;
}
.filter-search:after {
  content: "";
  display: table;
  clear: both;
}
.path-research-library .entity > .left {
  float: left;
    margin-left: 25px;
    width: 600px;
    margin-right: 20px;
}
.path-research-library .entity > .right {
  width: 180px;
    float: right;
    margin-right: 20px;
    padding-left: 10px;
  min-height: 90px;
    border-left: 1px solid #f6931d;
}
.path-research-library .entity:after {
  content: "";
  display: table;
  clear: both;
} 
.path-research-library .entity > .left .title {
  font-size: 18px;
  font-family: "museo-slab";
  margin-bottom: 15px;
}
.topic-wrapper span:first-child {
  font-size: 14px;
    font-family: "museo-slab";
    color: #7d43a1;
}
.publication-date {
  margin-bottom: 7px;
}
#research-publications {
  margin-bottom: 120px;
}
.research-logo-block {
  float: right;
  width: 300px;
  margin-right: 180px;
  margin-top: 15px;
}
#block-researchblock h2 {
  font-size: 40px;
  margin: 0;
}
#block-researchblock {
  width: 1230px;
  margin: auto;
  border-bottom: 1px solid #d1cfcd;
  margin-bottom: 35px;
}

#block-researchblock p {
  font-size: 14px;
  color: #767575;
}
#blog .inner {
  padding-top: 40px;
}
#blog .column.left {
  width: 400px;
  margin-right: 30px;
}
#blog .column.right {
  width: 400px;
  border: none;
}
#blog .column.right img {
  width: 100%;
/*  height: 300px;*/
}
#blog .title {
  font-size: 18px;
  font-family: "museo-slab";
  color: #7d43a1;
}
.path-blog .page-content {
  padding-bottom: 40px;
}
.path-blog .category-wrapper span {
   padding-right: 10px; 
}
.filter-checkboxes .checkbox-wrapper > label {
  float: left;
  width: 278px;
  cursor: pointer;
}
.filter-checkboxes .checkbox-wrapper > label > span {
  font-size: 14px;
  color: #767575;
  width: 240px;
  display: inline-block;
}
.checkbox-wrapper {
  max-height: 750px;
}
.checkbox-wrapper.collapsed {
  max-height: 190px;
  overflow: hidden;
}
a.show-hide {
  margin-top: 10px;
  display: inline-flex;
}
.path-research-library .topic-wrapper,
.path-research-library .key-articles,
.path-research-library .work-group-publications,
.path-research-library .star-publications {
  padding-bottom: 15px;
}
