body {
  padding-top: 3.438rem;
}
@media (min-width: 768px) {
  body {
    padding-top: 4.3rem;
  }
}

#wrap {
  overflow-x: hidden;
}

main {
  padding-top: 0;
}
main article {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 2rem;
}
main article h1 {
  margin-top: 1.5rem;
}

.area_secondary,
.area_white {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  .area_secondary.clients > .container > .row > div:first-child .content-container,
  .area_white.clients > .container > .row > div:first-child .content-container {
    padding-right: 2rem;
  }
}

h3.hide-text {
  visibility: hidden;
}

.row.centered-content {
  justify-content: center;
  display: flex;
  margin-bottom: 2rem;
}
.row.centered-content .content-container {
  text-align: center;
}

.bg-full {
  background: #f6f6f6;
  overflow: hidden;
}

.member-cols {
  display: flex;
  clear: both;
}
@media (min-width: 576px) {
  .member-cols > .col-xs-12 > .row > .col-xs-12:first-child {
    display: flex;
    justify-content: flex-end;
  }
  .member-cols > .col-xs-12 > .row > .col-xs-12:first-child .member {
    flex-wrap: wrap;
  }
}
.member-cols .member {
  margin-bottom: 3rem;
}
@media (min-width: 576px) {
  .member-cols .member {
    margin-bottom: 0;
  }
}
.member-cols .member figure {
  margin-left: auto;
  margin-right: auto;
}
.member-cols .member h3 {
  font-size: 1rem;
  font-weight: 500;
}