.page-banner {
  min-height: 200px;
  background-size: cover;
  background-repeat: no-repeat; }
  @media (max-width: 768px) {
    .page-banner {
      min-height: 0;
      background-size: 100% auto; } }

.page-area {
  width: 100%;
  margin: 0 auto;
  clear: both;
  position: relative;
  min-height: 100vh;
  background: #fff;
  -webkit-box-shadow: 0 0 4px 0px #333333;
  -moz-box-shadow: 0 0 4px 0px #333333;
  box-shadow: 0 0 4px 0px #333333; }
  @media (min-width: 992px) {
    .page-area {
      max-width: 970px; } }
  @media (min-width: 1200px) {
    .page-area {
      max-width: 1170px; } }

#wrapper.page {
  background: #dfe3e5; }

.breadcrumbs {
  margin-top: 15px; }

.titlePage h2 {
  margin-top: 15px; }

.page-content {
  padding-bottom: 40px; }
  .page-content .team .member {
    padding: 10px;
    max-width: 320px;
    margin: auto;
    margin-bottom: 20px; }
    .page-content .team .member .member-name {
      margin-top: 7px;
      font-weight: bold;
      font-size: 20px; }
    .page-content .team .member .member-image img {
      margin: auto;
      display: block;
      max-width: 100%;
      height: auto; }
    .page-content .team .member:hover {
      position: relative;
      top: 1px; }

/*# sourceMappingURL=style-page.css.map */
