/****/
.nav-tabs, .topbar ul, ul.contact-info, ul.menu {
  list-style: none !important;
  padding-left: 0;
}

.node--view-mode-full p {
  margin-bottom: 10px;
}

body div.body-page {
  background-color: #fff;
}

.topbar {
  padding: 5px 0 !important; /* Michel Poulain */
}

.site-branding-logo {
  display: inline-block;
  padding: 2px 0 !important;
  max-height: 75px !important; /* Michel Poulain */
  width: auto;
}

.site-branding-logo img {
  max-height: 75px !important;
  width: auto;
  width: 400px;
  height: 75px;
}

.header-main-inner .branding {
  width: 20%;
}

.header-main-inner .p-static {
  width: 80%;
}

@media (max-width: 991px) {
  .site-branding-logo {
    padding: 5px 0 !important;
    max-height: 50px !important;
    width: auto;
  }
  .site-branding-logo img {
    max-height: 50px !important;
    width: auto;
  }
  .header-main-inner .branding {
    width: 50%;
  }
  .header-main-inner .p-static {
    width: 50%;
  }
}

.simpleslider ul {
  padding: 0;
}
.simpleslider ul li {
  list-style: none;
}

.team-list .view-content-wrap .item {
  float: left;
  width: 100%;
  margin-top: 30px;
}

@media (max-width: 991px) {
  .gbb-row.gsc-equal-height .column-content-inner {
    top: 20px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@media (max-width: 800px) {
  .gsc-info-background .content {
    width: 100%;
    padding-top: 310px;
  }
  .gsc-info-background .image {
    height: 300px;
    width: 100%;
    position: relative;
  }
}
.gbb-row.gsc-equal-height .column-content-inner {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  top: 0;
}
