.nav,
.item-detail__cta,
#discuss,
#js-search-pane {
  display: none;
}

.method__detail-description {
  display: block;
}

.method__detail-title::after {
  content: '' !important;
}

body {
  font-family: "muli", sans-serif;
  /*background: none;*/
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
}

.item-detail__title {
  margin-bottom: 0;
}
.item-detail__title h1 {
  font-family: "montserrat", sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: normal;
}

.item-detail__short {
  font-family: "montserrat", sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: normal;
}

.row,
.item-detail__header {
  margin-bottom: 24px;
}

.row--double-margin {
  margin-bottom: 48px;
}

.row,
.col {
  padding: 0 12px;
}

.col--33 {
  padding: 0 1.5%;
  width: 30.3333%;
}

.col--66 {
  width: 100%;
  float: none;
}

figcaption {
  font-size: 14px;
  line-height: 19px;
  margin-top: 3px;
}
