.project-branding.background-grey {
  background: #F8F8F8;
}
.project-branding .content p {
  color: #1e2122;
  font-size: var(--text-18);
  font-weight: 400;
  line-height: 1.5;
}
.project-branding .no-shdow .right img {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0) !important;
}

.project-branding-intro {
  padding-bottom: var(--spacing-1_5);
  padding-top: 50px;
}
.project-branding-intro .h2 {
  width: 100%;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 800;
}
.project-branding-intro .h2 span {
  background: #004580;
  background: linear-gradient(to right, #004580 0%, #0099ff 100%);
  background-clip: text;
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.project-branding-intro .content p {
  font-size: var(--wp--preset--font-size--medium) !important;
}

.project-branding-collateral {
  padding-bottom: var(--spacing-4);
  padding-top: var(--spacing-2);
}
.project-branding-collateral img {
  height: auto;
  width: 100%;
}
.project-branding-collateral .left,
.project-branding-collateral .right {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .project-branding-collateral .left .image,
  .project-branding-collateral .right .image {
    width: 100%;
  }
}
.project-branding-collateral .left {
  padding-right: 0;
  z-index: 1;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .project-branding-collateral .left {
    padding-left: 15px;
  }
}
.project-branding-collateral .left .image {
  background: #fff;
  box-shadow: 0 14px 15px 12px rgba(90, 100, 100, 0.1);
  margin-bottom: 40px;
}
.project-branding-collateral .left .image:last-child {
  margin-bottom: 0;
}
.project-branding-collateral .left.no-shdow .image {
  box-shadow: none;
}
.project-branding-collateral .right {
  flex-direction: column;
  z-index: 2;
}
.project-branding-collateral .right img {
  transform: scale(0.8275);
}
.project-branding-collateral .bkgnd {
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  width: 40vw;
  z-index: -1;
}
.project-branding-collateral:not(.no-shdow) .right .image img {
  background: #fff;
  box-shadow: 0 14px 15px 12px rgba(90, 100, 100, 0.1);
}

.project-branding-images {
  padding: 20px 0;
}
.project-branding-images .headline {
  color: #1e2122;
  display: block;
  font-size: var(--text-24);
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 1.5;
  margin-bottom: var(--spacing-2);
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  text-transform: uppercase;
}
.project-branding-images .headline span {
  display: block;
}
.project-branding-images .image-block {
  margin-bottom: 30px;
}
.project-branding-images .image-block img {
  display: block;
  height: auto;
  margin: auto;
  max-width: 100%;
  box-shadow: 0 14px 15px 12px rgba(90, 100, 100, 0.1);
}
.project-branding-images .image-block.no-shadow img {
  box-shadow: none;
}
.project-branding-images .image-block.third {
  padding: 15px;
}

.project-branding-logos {
  padding-bottom: 1rem;
  padding-top: 1rem;
}
@media screen and (min-width: 992px) {
  .project-branding-logos strong {
    margin-bottom: 30px;
  }
}
.project-branding-logos .title {
  display: block;
  font-size: 0.875rem;
  text-align: center;
  text-transform: uppercase;
}
.project-branding-logos .logo img {
  display: block;
  height: auto;
  width: auto;
  max-height: 100%;
  max-width: 100%;
}
.project-branding-logos .single-logo {
  padding-bottom: var(--spacing-2);
  padding-top: var(--spacing-2);
}
@media screen and (min-width: 992px) {
  .project-branding-logos .single-logo {
    padding-top: 0;
  }
}
.project-branding-logos .single-logo .logo {
  width: 100%;
}
.project-branding-logos .single-logo .logo > div {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
}
.project-branding-logos .single-logo .logo.tall > div {
  height: 17.1875rem;
}
.project-branding-logos .single-logo .logo.wide > div {
  height: 10rem;
}
.project-branding-logos .single-logo .logo.wide_sm > div {
  height: 7.8125rem;
}
@media screen and (min-width: 992px) {
  .project-branding-logos .single-logo .logo.wide_sm > div {
    height: auto;
  }
}
.project-branding-logos .multiple-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 2rem;
}
.project-branding-logos .multiple-logos .logo {
  align-items: center;
  display: flex;
  height: 7.1875rem;
  padding: 10px;
}
.project-branding-logos .multiple-logos .logo > div {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
}
.project-branding-logos .multiple-logos .logo.tall > div {
  height: 7.1875rem;
}
.project-branding-logos .multiple-logos .logo.wide > div {
  height: 5.9375rem;
}
.project-branding-logos .multiple-logos[data-num="2"] .logo {
  width: 50%;
}
.project-branding-logos .multiple-logos[data-num="3"] .logo {
  width: 33.3333333333%;
}
.project-branding-logos .multiple-logos[data-num="4"] .logo {
  width: 25%;
}
@media screen and (max-width: 991px) {
  .project-branding-logos .multiple-logos[data-num="4"] .logo {
    width: 33.3333333333%;
  }
}
.project-branding-logos .multiple-logos[data-num="5"] .logo {
  width: 20%;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .project-branding-logos .multiple-logos[data-num="5"] .logo {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .project-branding-logos .multiple-logos[data-num="5"] .logo {
    width: 33.3333333333%;
  }
}
.project-branding-logos .multiple-logos[data-num="6"] .logo {
  width: 16.6666666667%;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .project-branding-logos .multiple-logos[data-num="6"] .logo {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .project-branding-logos .multiple-logos[data-num="6"] .logo {
    width: 33.3333333333%;
  }
}

.acf-block-preview .project-branding-intro .row-headline {
  width: 100%;
}
.acf-block-preview .project-branding-intro .col-md-6 {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.acf-block-preview .project-branding-collateral {
  overflow: hidden;
}
.acf-block-preview .project-branding-collateral .row {
  display: flex;
}
.acf-block-preview .project-branding-collateral .col-sm-12 {
  width: 50%;
}
.acf-block-preview .project-branding-images .row {
  display: flex;
  flex-wrap: wrap;
}
.acf-block-preview .project-branding-images .image-block {
  padding-left: 15px;
  padding-right: 15px;
}
.acf-block-preview .project-branding-images .image-block.col-sm-12 {
  width: 100%;
}
.acf-block-preview .project-branding-images .image-block.col-xs-12 {
  width: 50%;
}
.acf-block-preview .project-branding-logos .multiple-logos[data-num="2"] .logo {
  width: 50%;
}
.acf-block-preview .project-branding-logos .multiple-logos[data-num="3"] .logo {
  width: 33.3333333333%;
}
.acf-block-preview .project-branding-logos .multiple-logos[data-num="4"] .logo {
  width: 25%;
}
.acf-block-preview .project-branding-logos .multiple-logos[data-num="5"] .logo {
  width: 20%;
}
.acf-block-preview .project-branding-logos .multiple-logos[data-num="6"] .logo {
  width: 16.6666666667%;
}

.single-project .project-branding {
  padding-top: 70px;
  padding-top: 0;
}

.postid-1722 > div > main > .project-branding .title {
  color: #d1d1d1;
}
.postid-1722 > div > main > .project-branding .multiple-logos {
  padding-bottom: 0;
}
.postid-1722 > div > main > .project-branding .multiple-logos img {
  max-width: 75%;
}
.postid-1722 > div > main > .project-branding .single-logo img {
  height: auto !important;
  max-width: 35%;
}

.postid-1722 > div > main > section:nth-of-type(5) > .project-branding-images {
  display: none;
}

.postid-1931 > div > main > .project-branding > .project-branding-intro {
  padding-top: 40px;
}
.postid-1931 > div > main > .project-branding > .project-branding-collateral {
  padding-bottom: 0;
}

.postid-2057 > div > main > .project-branding > .container.project-branding-images:nth-of-type(3) {
  display: none;
}

.postid-2187 > div > main > .project-branding .single-logo img {
  height: auto !important;
  max-width: 45%;
}

.postid-6172 > div > main > .project-branding {
  padding-top: 0;
}/*# sourceMappingURL=block-project-branding.css.map */