.pitchPage header.siteHeader {
  position: relative;
  /*MOB*/
}

.pitchPage header.siteHeader .homeRoad .gbl {
  display: none;
}

.pitchPage header.siteHeader .navBar {
  background: white;
}

.pitchPage header.siteHeader .navBar .navigation nav.siteNav ul.l0 li.l0 {
  color: black;
}

.pitchPage header.siteHeader .navBar .navigation nav.siteNav ul.l0 li.l0::before, .pitchPage header.siteHeader .navBar .navigation nav.siteNav ul.l0 li.l0::after {
  background: black;
}

.pitchPage header.siteHeader ul.logos {
  width: auto;
  float: left;
  position: relative;
  height: 68px;
  font-size: 0;
}

.pitchPage header.siteHeader ul.logos,
.pitchPage header.siteHeader ul.logos li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.pitchPage header.siteHeader ul.logos:before {
  content: "";
  display: inline;
  display: inline-block;
  width: 1px;
  height: 68px;
  margin-left: -2px;
}

.pitchPage header.siteHeader ul.logos li, .pitchPage header.siteHeader ul.logos::before {
  display: inline;
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.pitchPage header.siteHeader ul.logos li {
  padding: 0 10px;
  max-width: 140px;
}

.pitchPage header.siteHeader ul.logos img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 60px;
}

.pitchPage header.siteHeader .navBar .navigation .navIcon span, .pitchPage header.siteHeader .navBar .navigation .navIcon span::before, .pitchPage header.siteHeader .navBar .navigation .navIcon span::after {
  background: black;
}

.mm-opened .pitchPage header.siteHeader .navBar .navigation .navIcon span {
  background: transparent;
}

.pitchPage .generalContent,
.pitchPage .menuBlox {
  background: #ededed;
  /*  $bg color  */
}

.pitchPage .wistia_responsive_padding + * {
  clear: both;
  display: block;
  float: left;
}

.pitchPage .pageTagLine .summary {
  text-align: center;
}

.pitchPage .pageTagLine .summary h2 {
  line-height: 1.3;
}

@media screen and (max-width: 960px) {
  .pitchPage .pageTagLine .title, .pitchPage .pageTagLine .summary {
    width: 100%;
    clear: both;
    text-align: center;
  }
  .pitchPage .pageTagLine h1 {
    margin: 0 0 1em;
  }
  .pitchPage .pageTagLine h1::before {
    left: 50%;
    margin-left: -20px;
  }
}

.pitchPage .banner.sub {
  clear: both;
  overflow: hidden;
}

.pitchPage .banner.sub.wText::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.pitchPage .banner.sub .text {
  width: 90%;
  min-width: 90%;
  max-width: 800;
  position: absolute;
  top: 0;
  left: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  font-weight: 300;
  font-size: 60px;
  line-height: 1.3;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  z-index: 10;
}

@media screen and (max-width: 1080px) {
  .pitchPage .banner.sub .text {
    font-size: 42px;
  }
}

@media screen and (max-width: 580px) {
  .pitchPage .banner.sub .text {
    font-size: 32px;
  }
}

/*  LOGIN  */
.pitchLogin header.siteHeader .homeRoad .inv {
  display: none;
}

.pitchLogin header.siteHeader .navBar {
  background: none;
  padding: 0;
}

.pitchLogin header.siteHeader ul.logos,
.pitchLogin header.siteHeader .navigation {
  display: none;
}

.pitchLogin header.siteHeader .homeRoad {
  padding: 20px 10px;
}

.pitchLogin header.siteHeader .homeRoad img {
  min-height: 100px;
}

@media screen and (max-width: 440px) {
  .pitchLogin header.siteHeader .homeRoad img {
    min-height: 60px;
  }
}

.pitchLogin #pitchAccess {
  text-align: center;
  padding: 0 30px;
}

.pitchLogin #pitchAccess, .pitchLogin #pitchAccess * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.pitchLogin #pitchAccess label {
  display: none;
  margin-bottom: 1em;
}

.pitchLogin #pitchAccess input[type=text],
.pitchLogin #pitchAccess input[type=password] {
  display: block;
  float: none;
  position: relative;
  margin: 0 auto;
  width: 540px;
  max-width: 100%;
  padding: 10px;
  background: none;
  border: 0;
  outline: 0;
  border-bottom: 1px solid white;
  font-size: 30px;
  text-align: center;
  color: white;
}

.pitchLogin #pitchAccess input[type=text]:focus, .pitchLogin #pitchAccess input[type=text]:active,
.pitchLogin #pitchAccess input[type=password]:focus,
.pitchLogin #pitchAccess input[type=password]:active {
  border-bottom: 2px solid white;
  margin-bottom: -1px;
}

.pitchLogin #pitchAccess input[type=text]::-webkit-input-placeholder,
.pitchLogin #pitchAccess input[type=password]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
}

.pitchLogin #pitchAccess input[type=text]::-moz-placeholder,
.pitchLogin #pitchAccess input[type=password]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
}

.pitchLogin #pitchAccess input[type=text]:-ms-input-placeholder,
.pitchLogin #pitchAccess input[type=password]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
}

.pitchLogin #pitchAccess input[type=text]:-moz-placeholder,
.pitchLogin #pitchAccess input[type=password]:-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
}

.pitchLogin #pitchAccess input[type=submit],
.pitchLogin #pitchAccess button {
  color: white;
  border-color: white;
  margin-top: 60px;
  padding: 20px 40px;
}

.pitchLogin #pitchAccess input[type=submit]:hover,
.pitchLogin #pitchAccess button:hover {
  background: white;
  color: black;
}

@media screen and (max-width: 660px) {
  .pitchLogin #pitchAccess label {
    display: block;
  }
  .pitchLogin #pitchAccess input[type=text],
  .pitchLogin #pitchAccess input[type=password] {
    background: rgba(0, 0, 0, 0.3);
  }
  .pitchLogin #pitchAccess input[type=text]::-webkit-input-placeholder,
  .pitchLogin #pitchAccess input[type=password]::-webkit-input-placeholder {
    color: transparent;
  }
  .pitchLogin #pitchAccess input[type=text]::-moz-placeholder,
  .pitchLogin #pitchAccess input[type=password]::-moz-placeholder {
    color: transparent;
  }
  .pitchLogin #pitchAccess input[type=text]:-ms-input-placeholder,
  .pitchLogin #pitchAccess input[type=password]:-ms-input-placeholder {
    color: transparent;
  }
  .pitchLogin #pitchAccess input[type=text]:-moz-placeholder,
  .pitchLogin #pitchAccess input[type=password]:-moz-placeholder {
    color: transparent;
  }
}

.pitchLogin #pitchAccess.error::before {
  content: "Password not recognised";
  background: black;
  padding: 3px 5px;
  margin-right: 0.66em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.pitchLogin section.banner.hero {
  height: 100%;
}

.pitchLogin section.banner.hero::before {
  background: rgba(0, 0, 0, 0.4);
}

/*BUG FIX*/
@media screen and (max-width: 625px) {
  section.breadcrumbsBar ul.crumbs li:first-child {
    padding-left: 20px;
  }
}

/* IMAGE MATRIX */
#pitchImgMatrix,
#pitchImgMatrix li {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

#pitchImgMatrix {
  overflow: hidden;
  width: 100%;
}

#pitchImgMatrix li {
  float: left;
  width: 32%;
  margin-left: 2%;
  margin-bottom: 2%;
}

#pitchImgMatrix li:nth-child(3n+1) {
  clear: left;
  margin-left: 0;
}

#pitchImgMatrix img {
  display: block;
  margin: 0;
  width: auto;
  height: auto;
  max-width: 100%;
}

@media screen and (max-width: 1400px) {
  .pitchPage header.siteHeader .navBar .navigation nav.siteNav ul.l0 li.l0 a {
    font-size: 12px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 1260px) {
  .pitchPage header.siteHeader .navBar .navigation nav.siteNav {
    display: none;
  }
  .pitchPage header.siteHeader .navBar .navigation .navIcon {
    display: block;
  }
}
