/* -------------------------------------------------------------------------- */
/*	About Template
/* -------------------------------------------------------------------------- */

.page-template-about-us .site-header {
  margin-bottom: 0;
}

.about-section-top__branding {
	display: none;
	visibility: hidden;
}

.about-section--1 p,
.about-section--2 p {
	max-width: 513px;
}

.about-entry-content {
  max-width: 120rem;
  margin: auto;
}

.page-template-about-us .entry-content p {
	margin-bottom: 2rem;
}

.page-template-about-us .entry-content h2 {
	font-size: 4rem;
}

.about-section {
  margin-bottom: 5rem;
}

@media (max-width: 1023px) {
	.about-sidebar__1,
	.about-sidebar__3 {
		display: none;
	}
}

.about-sidebar__1 blockquote p {
	font-style: italic;
}

@media (min-width: 768px) {
  .about-section {
    padding: 0 2.8rem;
  }
}

.about-inner-section + .about-inner-section {
  margin: 4rem 0;
}

.entry-content h2.about-section--1__top-heading {
	font-size: 5.5rem;
}

.about-sidebar__2 {
  margin-bottom: 2em;
}

.about-top-figure-2 img,
.blocks-gallery-grid img {
  border: 8px solid #201B23;
}

.blocks-gallery-grid {
  display: flex;
}

.blocks-gallery-grid li {
  margin: 0 2.4rem 2.4rem 0;
  width: calc(50% - 2.4rem);
}

.blocks-gallery-grid img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.about-top-figure-1 {
  position: relative;
}

.about-top-figure-1 figcaption {
  bottom: 0;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  position: absolute;
  padding: 1.5rem 1rem;
  text-align: center;
  width: 322px;
}

@media (min-width: 1024px) {
  h2, .heading-size-2 {
    font-size: 4.8rem;
  }

  .about-section--1__top-heading {
	  font-size: 7.2rem;
	}

	.entry-content h2.about-section--1__top-heading {
		margin-bottom: 7rem;
	}

	.about-section--1 h2 strong {
  	font-size: .5em;
	}

	.about-section--1 h2 .has-large-font-size {
  	line-height: 0.9583333333;
	}

	.about-section--1__top {
		margin-bottom: 3rem;
	}

	.about-section--1__top p {
		max-width: 400px;
	}

  .about-section {
    margin-bottom: 1rem;
  }

  .about-inner-section + .about-inner-section {
    margin: 7rem 0;
  }

  .about-section-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    margin-bottom: 10rem;
  }

    .about-section-top__branding {
      display: block;
      grid-column: 1 / 2;
      grid-row: 1 / 3;
      visibility: visible;
    }

    .about-section--1 {
      display: flex;
      flex-direction: column;
      grid-column: 2 / 3;
      grid-row: 1 / 3;
      justify-content: space-between;
      margin-bottom: 0;
    }

    .about-top-figure-1 figcaption {
      font-size: 3.6rem;
    }

    .about-top-figure-2 {
      grid-column: 1 / 2;
      grid-row: 1 / 3;
      margin-top: auto;
    }

  .about-section-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 24px;
  }

    .about-section--2,
    .about-section--3,
    .about-section--4 {
      grid-column: 3 / 5;
    }

    .about-sidebar-1,
    .about-sidebar-2,
    .about-sidebar-3 {
      grid-column: 1 / 3;
    }

    .about-sidebar {
      display: flex;
      flex-direction: column;
      grid-column: 1 /3;
      grid-row: 1;
      justify-content: space-between;
    }

      .about-sidebar__1 {
        margin-left: 2em;
        max-width: 540px;
      }

      .about-sidebar__1 > :first-child {
        margin-top: 0;
      }

      .about-sidebar__2 {
        margin-bottom: 4em;
      }

      .about-sidebar__3 {
        font-size: 3rem;
        max-width: 485px;
        margin-left: 0;
        margin-bottom: 10rem;
      }

  .blocks-gallery-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto auto;
    grid-gap: 24px;
  }

  .blocks-gallery-grid li {
    margin: 0;
    width: auto;
  }

  .blocks-gallery-grid li:nth-child(3n),
  .blocks-gallery-grid li:nth-child(4n),
  .blocks-gallery-grid li:nth-child(5n) {
    grid-row-start: 2;
  }

  .blocks-gallery-grid li:nth-child(3n) {
    grid-column: 2 / 3;
  }

  .blocks-gallery-grid li:nth-child(4n) {
    grid-column: 3 / 4;
  }

  .blocks-gallery-grid li:nth-child(5n) {
    grid-column: 4 / 5;
  }

  .about-gallery-footer {
    grid-column: 1 / 5;
  }

}

@media (min-width: 1280px) {
  .entry-content > .about-section-top.alignwide {
    max-width: 100%;
    width: calc(100% - 4rem);
  }

  .about-section-top__branding svg {
    padding-left: 9rem;
  }
}

@media (min-width: 1440px) {
  .entry-content > .about-section-top.alignwide {
    max-width: 144rem;
    width: 100%
  }

  .about-section--1 {
    background: url(../images/about-section-top-bg.svg) no-repeat 100% 100%;
  }

  .about-top-figure-1 {
    margin-left: -60px;
  }

  .about-top-figure-2 img {
    margin-left: -30px;
    max-height: 824px;
    width: auto;
  }
}