/*!
Theme Name: EQ
Theme URI: http://underscores.me/
Author: Michael Irvine
Author URI: http://www.michaelirvinedesign.ca
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: eq
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

EQ is based on Underscores https://underscores.me/, (C) 2012-2021 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
----------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
----------------------------------------------------------------
# Mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box; }

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0; }

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0; }

/* Set core body defaults */
body {
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5; }

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none; }

/* Remove list styles on ul, ol  */
ul,
ol {
  list-style: none;
  margin-block-start: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px; }

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto; }

img {
  width: 100%;
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em; }

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
  appearance: none; }

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important; } }

a {
  text-decoration: none; }

button {
  border: none;
  background-color: transparent; }
  button:hover {
    cursor: pointer; }

.videowrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }

.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*--------------------------------------------------------------
# a11ly
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    outline: 1px dotted black;
    background-color: white;
    border-radius: 0;
    box-shadow: 0;
    clip: auto !important;
    clip-path: none;
    color: black;
    display: block;
    font-weight: 400;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex='-1']:focus {
  outline: 0; }

.visually-hidden {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute; }

/*--------------------------------------------------------------
# Global Elements
--------------------------------------------------------------*/
html {
  font-size: 16px;
  font-family: 'MaisonNeue', sans-serif;
  font-weight: 400;
  font-style: normal; }

h1 {
  font-size: 1.75rem;
  font-family: 'MaisonNeueExtended', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #191a17;
  line-height: 1.25; }

h2 {
  font-size: 1.75rem;
  font-family: 'MaisonNeue', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #191a17;
  line-height: 1.25; }

h3 {
  font-size: 1.5rem;
  font-family: 'MaisonNeue', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #191a17;
  line-height: 1.25; }

h4 {
  font-size: 0.85rem;
  font-family: 'MaisonNeue', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #8f8e8b;
  line-height: 1.25; }

p {
  font-size: 0.85rem;
  font-family: 'MaisonNeue', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #191a17; }

p.underlined {
  text-decoration: underline; }

p.light {
  color: #8f8e8b; }

p.eq-blue {
  color: #3658a8; }

a {
  font-size: 0.85rem;
  font-family: 'MaisonNeue', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3658a8; }
  a:hover {
    color: #aeaca9; }

body {
  background-color: #f0f0f0;
  position: relative;
  margin-top: 70px; }
  @media (max-width: 500px) {
    body {
      margin-top: 50px; } }

body.home {
  margin-top: 0; }

/*--------------------------------------------------------------
# Utility Classes
--------------------------------------------------------------*/
.flex__wrapper {
  display: flex; }

.grid__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr; }
  .grid__wrapper._3x {
    grid-template-columns: repeat(3, 1fr); }
  .grid__wrapper.--responsive {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 1rem; }

.content-editor__reset h1,
.content-editor__reset h2,
.content-editor__reset h3,
.content-editor__reset h4 {
  font-size: 0.85rem;
  font-family: 'MaisonNeue', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #8f8e8b;
  line-height: 1.25;
  margin-bottom: 1rem; }

.content-editor__reset p {
  margin-bottom: 1rem; }

.aspect__wrapper {
  height: 0;
  width: 100%;
  overflow: hidden;
  background: white;
  position: relative; }
  .aspect__wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

._9x21 {
  padding-top: 42.85%; }

._11x21 {
  padding-top: 52.38095%; }

._16x9 {
  padding-top: 56.25%; }

._5x7 {
  padding-top: 71.42857%; }

._5x8 {
  padding-top: 62.5%; }

._1x1 {
  padding-top: 100%; }

img {
  transition-property: -moz-filter, -ms-filter, -o-filter, -webkit-filter, filter;
  transition-duration: 700ms; }

img.lazy {
  filter: blur(1px); }

html {
  scroll-behavior: smooth; }

.anchor {
  scroll-margin-top: 200px; }

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
.home #section-about > .section-title__wrapper {
  display: none; }

.home #page {
  overflow: hidden; }

.js-loading #front-page-hero .screen-reveal {
  opacity: 1; }

.home .site-main {
  position: relative; }
  @media (max-width: 768px) {
    .home .site-main {
      padding-top: 100vh; } }

#front-page-hero {
  position: relative;
  margin-bottom: 8px; }
  @media (max-width: 768px) {
    #front-page-hero {
      position: fixed;
      top: 0;
      height: 100%;
      width: 100%; } }
  #front-page-hero .screen-reveal {
    opacity: 0;
    min-height: 100vh;
    width: 100%;
    background-color: #f0f0f0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: opacity 900ms ease-in-out; }
  #front-page-hero .hero-img__wrapper {
    z-index: 10; }
    #front-page-hero .hero-img__wrapper img {
      min-height: 100vh;
      min-width: 100%;
      object-fit: cover;
      padding: 0;
      transition: padding 1100ms ease-in-out; }

#front-page-content__wrapper {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
  background: #f0f0f0; }
  @media (max-width: 768px) {
    #front-page-content__wrapper {
      flex-direction: column;
      margin-bottom: 0;
      padding-bottom: 15px;
      padding-top: 15px; } }
  #front-page-content__wrapper #front-page__col-01 {
    flex: 1;
    padding: 0 15px;
    margin-left: 1px; }
    #front-page-content__wrapper #front-page__col-01 > div {
      margin-bottom: 15px; }
    #front-page-content__wrapper #front-page__col-01 .featured-post__wrapper {
      border-bottom: 1px solid #d6d3d0;
      padding-bottom: 15px;
      min-height: 60vh;
      max-height: 60vh;
      grid-template-columns: 1px 1.5fr 1fr;
      grid-gap: 15px;
      cursor: pointer; }
      #front-page-content__wrapper #front-page__col-01 .featured-post__wrapper span {
        display: block;
        width: 1px;
        height: 100%;
        background-color: #d6d3d0; }
        @media (max-width: 768px) {
          #front-page-content__wrapper #front-page__col-01 .featured-post__wrapper span {
            display: none; } }
      @media (max-width: 1000px) {
        #front-page-content__wrapper #front-page__col-01 .featured-post__wrapper {
          grid-gap: 20px; } }
      @media (max-width: 830px) {
        #front-page-content__wrapper #front-page__col-01 .featured-post__wrapper {
          max-height: none; } }
      @media (max-width: 768px) {
        #front-page-content__wrapper #front-page__col-01 .featured-post__wrapper {
          grid-template-columns: 1fr;
          gap: 0; } }
      #front-page-content__wrapper #front-page__col-01 .featured-post__wrapper > div:first-of-type {
        flex: 1;
        padding-right: 15px;
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
      #front-page-content__wrapper #front-page__col-01 .featured-post__wrapper > div:last-of-type {
        flex: 1;
        display: flex;
        align-items: flex-end; }
        #front-page-content__wrapper #front-page__col-01 .featured-post__wrapper > div:last-of-type div {
          width: 100%; }
          #front-page-content__wrapper #front-page__col-01 .featured-post__wrapper > div:last-of-type div img {
            width: 100%;
            filter: grayscale(1);
            transition: all 700ms ease-in-out; }
            @media (max-width: 768px) {
              #front-page-content__wrapper #front-page__col-01 .featured-post__wrapper > div:last-of-type div img {
                width: 50%; } }
            @media (max-width: 500px) {
              #front-page-content__wrapper #front-page__col-01 .featured-post__wrapper > div:last-of-type div img {
                width: 100%; } }
      #front-page-content__wrapper #front-page__col-01 .featured-post__wrapper .featured-post-title__wrapper h2 {
        transition: all 300ms ease-in-out; }
        @media (max-width: 768px) {
          #front-page-content__wrapper #front-page__col-01 .featured-post__wrapper .featured-post-title__wrapper h2 {
            margin-bottom: 15px; } }
      #front-page-content__wrapper #front-page__col-01 .featured-post__wrapper .featured-content__wrapper {
        position: relative; }
        #front-page-content__wrapper #front-page__col-01 .featured-post__wrapper .featured-content__wrapper .featured-post-details__wrapper {
          position: absolute;
          left: 0;
          bottom: 0;
          transition: all 600ms ease-in-out; }
          @media (max-width: 768px) {
            #front-page-content__wrapper #front-page__col-01 .featured-post__wrapper .featured-content__wrapper .featured-post-details__wrapper {
              position: relative;
              opacity: 1; } }
        #front-page-content__wrapper #front-page__col-01 .featured-post__wrapper .featured-content__wrapper .featured-post-text__wrapper {
          opacity: 0;
          position: absolute;
          left: 0;
          bottom: 0;
          transition: all 600ms ease-in-out; }
          #front-page-content__wrapper #front-page__col-01 .featured-post__wrapper .featured-content__wrapper .featured-post-text__wrapper p,
          #front-page-content__wrapper #front-page__col-01 .featured-post__wrapper .featured-content__wrapper .featured-post-text__wrapper a {
            margin-bottom: 1.25rem; }
          @media (max-width: 830px) {
            #front-page-content__wrapper #front-page__col-01 .featured-post__wrapper .featured-content__wrapper .featured-post-text__wrapper {
              opacity: 1;
              position: relative;
              margin-bottom: 55px;
              margin-top: 20px; } }
          @media (max-width: 768px) {
            #front-page-content__wrapper #front-page__col-01 .featured-post__wrapper .featured-content__wrapper .featured-post-text__wrapper {
              margin-bottom: 20px; } }
    #front-page-content__wrapper #front-page__col-01 .featured-post-image__wrapper {
      display: grid;
      gap: 15px;
      grid-template-columns: 1px 1fr; }
      @media (max-width: 768px) {
        #front-page-content__wrapper #front-page__col-01 .featured-post-image__wrapper {
          display: none; } }
      #front-page-content__wrapper #front-page__col-01 .featured-post-image__wrapper span {
        width: 1px;
        height: 100%;
        display: block;
        background-color: #d6d3d0; }
        @media (max-width: 768px) {
          #front-page-content__wrapper #front-page__col-01 .featured-post-image__wrapper span {
            display: none; } }
      #front-page-content__wrapper #front-page__col-01 .featured-post-image__wrapper img {
        width: 100%; }
    #front-page-content__wrapper #front-page__col-01 > span {
      display: block;
      height: 1px;
      background-color: #d6d3d0;
      margin-left: 15px; }
      @media (max-width: 768px) {
        #front-page-content__wrapper #front-page__col-01 > span {
          display: none; } }
  #front-page-content__wrapper #front-page__col-01
.featured-post__wrapper:hover
.featured-post-title__wrapper
h2 {
    color: #3658a8; }
  #front-page-content__wrapper #front-page__col-01 .featured-post__wrapper:hover div:last-of-type div img {
    filter: grayscale(0); }
  #front-page-content__wrapper #front-page__col-01
.featured-post__wrapper:hover
.featured-post-details__wrapper {
    opacity: 0; }
  #front-page-content__wrapper #front-page__col-01
.featured-post__wrapper:hover
.featured-post-text__wrapper {
    opacity: 1; }
  #front-page-content__wrapper #front-page__col-02 {
    flex: 1;
    margin-top: 0 !important;
    transform: translateY(60vh);
    position: relative;
    /* remove min-height set by JS */ }
    @media (max-width: 1200px) {
      #front-page-content__wrapper #front-page__col-02 {
        transform: translateY(0vh); } }
    @media (max-width: 768px) {
      #front-page-content__wrapper #front-page__col-02 {
        margin-top: 0 !important; } }
    #front-page-content__wrapper #front-page__col-02 > div:first-of-type {
      border-bottom: 1px solid #d6d3d0;
      min-height: 60vh;
      margin-bottom: 15px;
      padding: 0 15px;
      padding-bottom: 2.5rem; }
    #front-page-content__wrapper #front-page__col-02 > div:last-of-type {
      border-bottom: 1px solid #d6d3d0;
      min-height: 60vh;
      padding: 0 15px; }
    #front-page-content__wrapper #front-page__col-02 .section-title__wrapper {
      margin-bottom: 1.5rem; }
    #front-page-content__wrapper #front-page__col-02 .section-content__wrapper {
      width: 60%; }
      @media (max-width: 768px) {
        #front-page-content__wrapper #front-page__col-02 .section-content__wrapper {
          width: 100%; } }
      #front-page-content__wrapper #front-page__col-02 .section-content__wrapper p,
      #front-page-content__wrapper #front-page__col-02 .section-content__wrapper a {
        margin-bottom: 1.25rem; }
      #front-page-content__wrapper #front-page__col-02 .section-content__wrapper .image__wrapper--mobile {
        display: none; }
        @media (max-width: 768px) {
          #front-page-content__wrapper #front-page__col-02 .section-content__wrapper .image__wrapper--mobile {
            display: block;
            padding-top: 3rem; } }
      #front-page-content__wrapper #front-page__col-02 .section-content__wrapper .news-article-list .news-article {
        margin-bottom: 50px; }
        #front-page-content__wrapper #front-page__col-02 .section-content__wrapper .news-article-list .news-article p.underlined {
          margin-bottom: 0; }
    @media (max-width: 768px) {
      #front-page-content__wrapper #front-page__col-02 #section-news {
        min-height: 0px !important; } }
    #front-page-content__wrapper #front-page__col-02 #columnLogo {
      position: absolute;
      top: -60vh;
      left: 0;
      margin: 1rem; }

.pin__wrapper {
  position: relative; }

.page__about .about-content {
  margin-bottom: 2.5rem; }
  .page__about .about-content > div {
    min-height: calc(100vh - 70px); }
    @media (max-width: 920px) {
      .page__about .about-content > div {
        min-height: auto; } }
  .page__about .about-content > div.image__wrapper {
    padding: 15px;
    padding-right: 10px;
    width: 50%; }
    @media (max-width: 1000px) {
      .page__about .about-content > div.image__wrapper {
        width: 40%; } }
    @media (max-width: 920px) {
      .page__about .about-content > div.image__wrapper {
        width: 100%;
        padding: 15px; } }
    .page__about .about-content > div.image__wrapper img {
      height: 100%;
      max-height: calc(100vh - 70px);
      object-fit: cover; }
  .page__about .about-content > div.content__wrapper {
    width: 50%;
    flex-direction: column;
    padding: 15px 15px 20px 10px;
    padding-bottom: 20px; }
    @media (max-width: 1000px) {
      .page__about .about-content > div.content__wrapper {
        width: 60%; } }
    @media (max-width: 920px) {
      .page__about .about-content > div.content__wrapper {
        width: 100%;
        padding: 15px; } }
    .page__about .about-content > div.content__wrapper .inner__wrapper {
      position: sticky;
      top: 85px;
      align-self: flex-start; }
    .page__about .about-content > div.content__wrapper .content-editor__reset {
      column-count: 2; }
      @media (max-width: 920px) {
        .page__about .about-content > div.content__wrapper .content-editor__reset {
          column-count: 1;
          width: 60%; } }
      @media (max-width: 600px) {
        .page__about .about-content > div.content__wrapper .content-editor__reset {
          width: 100%; } }
  @media (max-width: 920px) {
    .page__about .about-content {
      flex-direction: column; } }

.page__about #section-heading {
  padding: 1rem 0 0 0;
  margin: 15px;
  border-top: 1px solid #d6d3d0; }

.page__about #eq-team {
  grid-template-columns: repeat(4, 1fr);
  margin: 0 15px 15px; }
  @media (max-width: 1020px) {
    .page__about #eq-team {
      grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 720px) {
    .page__about #eq-team {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 500px) {
    .page__about #eq-team {
      grid-template-columns: 1fr; } }
  .page__about #eq-team .grid-item {
    padding: 0 8px 70px 0px;
    border-right: 1px solid #d6d3d0;
    flex-direction: column; }
    .page__about #eq-team .grid-item > span {
      margin-bottom: 15px; }
    .page__about #eq-team .grid-item .member-img__wrapper {
      width: auto;
      height: 140px; }
      .page__about #eq-team .grid-item .member-img__wrapper img {
        width: 120px;
        height: 140px;
        max-width: fit-content; }
        @media (max-width: 768px) {
          .page__about #eq-team .grid-item .member-img__wrapper img {
            width: auto; } }
    .page__about #eq-team .grid-item .member-info__wrapper {
      flex-direction: column;
      align-items: flex-start;
      justify-content: space-between;
      margin-left: 12px; }
      .page__about #eq-team .grid-item .member-info__wrapper button {
        margin-top: 1rem; }
      @media (max-width: 768px) {
        .page__about #eq-team .grid-item .member-info__wrapper {
          width: 60%; } }
    @media (max-width: 500px) {
      .page__about #eq-team .grid-item {
        margin-right: 0;
        border-right: 0; } }
  .page__about #eq-team .grid-item > span {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #d6d3d0; }
  @media (max-width: 500px) {
    .page__about #eq-team .grid-item:first-of-type {
      margin-right: 0; } }
  .page__about #eq-team .grid-item + .grid-item {
    padding-left: 10px;
    padding-right: 12px; }
  @media (max-width: 1020px) {
    .page__about #eq-team .grid-item:nth-of-type(3n) {
      border-right-color: transparent;
      margin-right: 0;
      padding-right: 0; } }
  @media (max-width: 720px) {
    .page__about #eq-team .grid-item:nth-of-type(3n) {
      border-right-color: #d6d3d0;
      margin-right: 0;
      padding-right: 8px; } }
  .page__about #eq-team .grid-item:nth-of-type(4n) {
    border-right-color: transparent;
    margin-right: 0;
    padding-right: 0; }
    @media (max-width: 1020px) {
      .page__about #eq-team .grid-item:nth-of-type(4n) {
        border-right-color: #d6d3d0;
        padding-left: 8px;
        padding-right: 8px; } }
    @media (max-width: 720px) {
      .page__about #eq-team .grid-item:nth-of-type(4n) {
        border-right-color: transparent;
        margin-right: 0;
        padding-right: 0;
        padding-left: 8px; } }
  @media (max-width: 720px) {
    .page__about #eq-team .grid-item:nth-of-type(2n) {
      border-right-color: transparent;
      margin-right: 0;
      padding-right: 0; } }
  @media (max-width: 1020px) {
    .page__about #eq-team .grid-item:nth-of-type(12n) {
      border-right-color: transparent; } }
  @media (max-width: 1020px) {
    .page__about #eq-team .grid-item:last-of-type {
      padding-left: 8px; } }

.team-bio__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  height: 0;
  width: 100%;
  display: flex;
  z-index: 999;
  pointer-events: none;
  justify-content: flex-end;
  background-color: rgba(174, 172, 169, 0.7); }
  .team-bio__wrapper .bio-panel {
    height: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 52.5%;
    padding: 0;
    display: flex;
    flex-direction: column;
    pointer-events: none;
    opacity: 0;
    background-color: #f0f0f0; }
    @media (max-width: 680px) {
      .team-bio__wrapper .bio-panel {
        width: 67.5%; } }
    @media (max-width: 500px) {
      .team-bio__wrapper .bio-panel {
        width: 100%; } }
    .team-bio__wrapper .bio-panel .close__wrapper {
      display: flex;
      justify-content: flex-end;
      margin-bottom: 4.5rem; }
    .team-bio__wrapper .bio-panel .panel-img__wrapper {
      margin-bottom: 2.5rem; }
      .team-bio__wrapper .bio-panel .panel-img__wrapper img {
        max-width: 180px; }
    .team-bio__wrapper .bio-panel .panel-text__wrapper {
      display: flex; }
      @media (max-width: 1200px) {
        .team-bio__wrapper .bio-panel .panel-text__wrapper {
          flex-direction: column; } }
      @media (max-width: 500px) {
        .team-bio__wrapper .bio-panel .panel-text__wrapper {
          margin-bottom: 4.5rem; } }
      @media (max-width: 1200px) {
        .team-bio__wrapper .bio-panel .panel-text__wrapper p.eq-blue {
          margin-bottom: 1rem; } }
      .team-bio__wrapper .bio-panel .panel-text__wrapper > div {
        width: 50%; }
        @media (max-width: 1200px) {
          .team-bio__wrapper .bio-panel .panel-text__wrapper > div {
            width: 100%;
            margin-bottom: 1rem; } }

.team-bio__wrapper.open {
  left: 0; }

.page-about #contactDetails {
  border-top: 1px solid #d6d3d0;
  margin-bottom: 15px;
  margin-top: 15px;
  padding: 0 15px; }
  .page-about #contactDetails > div {
    margin-top: 15px;
    padding-top: 15px; }
  .page-about #contactDetails > div:first-of-type {
    padding-right: 15px;
    padding-left: 0; }
    @media (max-width: 540px) {
      .page-about #contactDetails > div:first-of-type {
        padding-top: 15px; } 	
}

.page-about #jobPostings {
	margin-top: 30px;
}

/*   .page-about #contactDetails > div:nth-of-type(2) {
    padding-left: 15px;
    padding-right: 15px; } */

@media (max-width: 1040px) {
      .page-about #contactDetails > div:nth-of-type(2) {
        border-right-color: transparent;
        padding-right: 0; } 

	}

    @media (max-width: 540px) {
      .page-about #contactDetails > div:nth-of-type(2) {
        padding: 15px 0; } 

	}
  .page-about #contactDetails > div:last-of-type {
    margin-top: 0;
    padding-top: 15px;
    padding-right: 0; }
    .page-about #contactDetails > div:last-of-type img {
      height: 100%;
      object-fit: cover; }
    @media (max-width: 1040px) {
      .page-about #contactDetails > div:last-of-type {
        margin: 0; } }

.page__approach .approach_two_cols {
  margin-bottom: 4.5rem; }
  @media (max-width: 768px) {
    .page__approach .approach_two_cols {
      margin-bottom: 2.5rem; } }
  .page__approach .approach_two_cols .content__wrapper:first-of-type {
    position: sticky;
    top: 85px;
    align-self: flex-start; }

.page__approach #approach-heading {
  max-height: calc(100vh - 70px); }
  @media (max-width: 768px) {
    .page__approach #approach-heading {
      max-height: 100%; } }
  .page__approach #approach-heading > div {
    width: 50%;
    min-height: calc(100vh - 70px); }
    @media (max-width: 768px) {
      .page__approach #approach-heading > div {
        min-height: auto;
        width: 100%; } }
  .page__approach #approach-heading > div.flex__wrapper:first-of-type {
    padding: 15px 10px 15px 15px; }
  .page__approach #approach-heading .content__wrapper:first-of-type {
    width: 60%; }
    .page__approach #approach-heading .content__wrapper:first-of-type h1,
    .page__approach #approach-heading .content__wrapper:first-of-type h2,
    .page__approach #approach-heading .content__wrapper:first-of-type h3,
    .page__approach #approach-heading .content__wrapper:first-of-type h4,
    .page__approach #approach-heading .content__wrapper:first-of-type p,
    .page__approach #approach-heading .content__wrapper:first-of-type a {
      margin-bottom: 1rem; }
    .page__approach #approach-heading .content__wrapper:first-of-type p:last-of-type {
      margin-bottom: 0; }
    @media (max-width: 940px) {
      .page__approach #approach-heading .content__wrapper:first-of-type {
        width: 100%; } }
  .page__approach #approach-heading div img {
    height: 100%;
    object-fit: cover;
    object-position: bottom;
    padding: 15px 15px 15px 10px; }
    @media (max-width: 768px) {
      .page__approach #approach-heading div img {
        height: 80vh; } }
  @media (max-width: 768px) {
    .page__approach #approach-heading {
      flex-direction: column-reverse; } }

.page__approach #approach-info-1 {
  max-height: calc(100vh - 70px); }
  @media (max-width: 768px) {
    .page__approach #approach-info-1 {
      max-height: 100%; } }
  .page__approach #approach-info-1 > div {
    width: 50%;
    min-height: calc(100vh - 70px); }
    @media (max-width: 768px) {
      .page__approach #approach-info-1 > div {
        min-height: auto;
        width: 100%; } }
  .page__approach #approach-info-1 > div.flex__wrapper:last-of-type {
    padding: 15px 15px 15px 10px; }
    @media (max-width: 768px) {
      .page__approach #approach-info-1 > div.flex__wrapper:last-of-type {
        padding: 15px 15px 0px 15px; } }
  .page__approach #approach-info-1 .content__wrapper:last-of-type {
    width: 60%; }
    .page__approach #approach-info-1 .content__wrapper:last-of-type h1,
    .page__approach #approach-info-1 .content__wrapper:last-of-type h2,
    .page__approach #approach-info-1 .content__wrapper:last-of-type h3,
    .page__approach #approach-info-1 .content__wrapper:last-of-type h4,
    .page__approach #approach-info-1 .content__wrapper:last-of-type p,
    .page__approach #approach-info-1 .content__wrapper:last-of-type a {
      margin-bottom: 1rem; }
    .page__approach #approach-info-1 .content__wrapper:last-of-type p:last-of-type {
      margin-bottom: 0; }
    @media (max-width: 940px) {
      .page__approach #approach-info-1 .content__wrapper:last-of-type {
        width: 100%; } }
  .page__approach #approach-info-1 div img {
    height: 100%;
    object-fit: cover;
    object-position: bottom;
    padding: 15px 10px 15px 15px; }
    @media (max-width: 768px) {
      .page__approach #approach-info-1 div img {
        height: 80vh; } }
  @media (max-width: 768px) {
    .page__approach #approach-info-1 {
      flex-direction: column; } }

.page__approach #approach-info-2 {
  max-height: calc(100vh - 70px);
  margin-bottom: 2.5rem; }
  @media (max-width: 768px) {
    .page__approach #approach-info-2 {
      max-height: 100%; } }
  .page__approach #approach-info-2 > div {
    width: 50%;
    min-height: calc(100vh - 70px); }
    @media (max-width: 768px) {
      .page__approach #approach-info-2 > div {
        min-height: auto;
        width: 100%; } }
  .page__approach #approach-info-2 > div.flex__wrapper:first-of-type {
    padding: 15px; }
    @media (max-width: 768px) {
      .page__approach #approach-info-2 > div.flex__wrapper:first-of-type {
        padding: 15px 10px 15px 15px; } }
  .page__approach #approach-info-2 .content__wrapper:first-of-type {
    width: 60%; }
    .page__approach #approach-info-2 .content__wrapper:first-of-type h1,
    .page__approach #approach-info-2 .content__wrapper:first-of-type h2,
    .page__approach #approach-info-2 .content__wrapper:first-of-type h3,
    .page__approach #approach-info-2 .content__wrapper:first-of-type h4,
    .page__approach #approach-info-2 .content__wrapper:first-of-type p,
    .page__approach #approach-info-2 .content__wrapper:first-of-type a {
      margin-bottom: 1rem; }
    .page__approach #approach-info-2 .content__wrapper:first-of-type p:last-of-type {
      margin-bottom: 0; }
    @media (max-width: 940px) {
      .page__approach #approach-info-2 .content__wrapper:first-of-type {
        width: 100%; } }
  .page__approach #approach-info-2 div img {
    height: 100%;
    object-fit: cover;
    object-position: bottom;
    padding: 15px 15px 15px 10px; }
    @media (max-width: 768px) {
      .page__approach #approach-info-2 div img {
        height: 80vh; } }
  @media (max-width: 768px) {
    .page__approach #approach-info-2 {
      flex-direction: column-reverse; } }

.page__approach .section-toggle__wrapper {
  width: 100%;
  padding: 15px;
  border-top: 1px solid #d6d3d0; }
  .page__approach .section-toggle__wrapper h4 {
    color: #191a17;
    cursor: pointer;
    display: inline-block; }
    .page__approach .section-toggle__wrapper h4:hover {
      color: #8f8e8b; }

.page__approach #approach-timeline {
  border-top: 1px solid #d6d3d0; }
  .page__approach #approach-timeline .timeline__row {
    grid-template-columns: 0.25fr 0.75fr 0.65fr 0.35fr; }
    @media (max-width: 1030px) {
      .page__approach #approach-timeline .timeline__row {
        grid-template-columns: 0.5fr 1fr 1fr; } }
    @media (max-width: 680px) {
      .page__approach #approach-timeline .timeline__row {
        grid-template-columns: 0.5fr 1fr; } }
    @media (max-width: 580px) {
      .page__approach #approach-timeline .timeline__row {
        grid-template-columns: 1fr; } }
    .page__approach #approach-timeline .timeline__row h1,
    .page__approach #approach-timeline .timeline__row h2,
    .page__approach #approach-timeline .timeline__row h3,
    .page__approach #approach-timeline .timeline__row h4 {
      font-size: 0.85rem;
      font-family: 'MaisonNeue', sans-serif;
      font-weight: 400;
      font-style: normal;
      color: #191a17;
      line-height: 1.25;
      margin-bottom: 1rem; }
    .page__approach #approach-timeline .timeline__row p {
      margin-bottom: 1rem;
      color: #8f8e8b; }
    .page__approach #approach-timeline .timeline__row img {
      max-width: 60%; }
    .page__approach #approach-timeline .timeline__row > div:first-of-type {
      border-color: #e1e1e1;
      background-color: #e1e1e1;
      padding: 0 15px; }
      @media (max-width: 580px) {
        .page__approach #approach-timeline .timeline__row > div:first-of-type {
          background-color: #f0f0f0; } }
    .page__approach #approach-timeline .timeline__row > div:nth-of-type(2) .project-link {
      display: none; }
      @media (max-width: 1030px) {
        .page__approach #approach-timeline .timeline__row > div:nth-of-type(2) .project-link {
          display: inline-block; } }
    .page__approach #approach-timeline .timeline__row > div:nth-of-type(2) .content__wrapper.nth-even {
      display: block; }
      @media (min-width: 679px) {
        .page__approach #approach-timeline .timeline__row > div:nth-of-type(2) .content__wrapper.nth-even {
          display: none; } }
    .page__approach #approach-timeline .timeline__row > div:nth-of-type(3) .project-link {
      display: none; }
      @media (max-width: 1030px) {
        .page__approach #approach-timeline .timeline__row > div:nth-of-type(3) .project-link {
          display: block; } }
    @media (max-width: 680px) {
      .page__approach #approach-timeline .timeline__row > div:nth-of-type(3) .content__wrapper {
        display: none; } }
    @media (max-width: 680px) {
      .page__approach #approach-timeline .timeline__row > div:nth-of-type(3) {
        display: none; } }
    @media (max-width: 1030px) {
      .page__approach #approach-timeline .timeline__row > div:last-of-type {
        display: none; } }
    .page__approach #approach-timeline .timeline__row > div {
      padding: 0 15px 70px;
      min-height: 30vh;
      border-right: 1px solid #d6d3d0; }
      @media (max-width: 580px) {
        .page__approach #approach-timeline .timeline__row > div {
          padding: 15px !important;
          min-height: auto;
          border-right: none;
          border-bottom: 1px solid #d6d3d0; } }
  .page__approach #approach-timeline #timeline__title-row > div:first-of-type {
    padding-top: 15px; }
  @media (max-width: 580px) {
    .page__approach #approach-timeline #timeline__title-row > div:nth-of-type(2) {
      display: none; } }
  @media (max-width: 580px) {
    .page__approach #approach-timeline .timeline__footer-row {
      display: none; } }
  .page__approach #approach-timeline .timeline__footer-row > div {
    height: 80px;
    min-height: 80px;
    border-color: transparent; }

.project-link {
  display: block;
  line-height: 1.25; }

#timeline-row-layout {
  border-top: 1px solid #d6d3d0; }
  #timeline-row-layout h1,
  #timeline-row-layout h2,
  #timeline-row-layout h3,
  #timeline-row-layout h4 {
    font-family: 'MaisonNeue', sans-serif;
    line-height: 1.5;
    margin-bottom: 1rem; }
  #timeline-row-layout p {
    margin-bottom: 1rem;
    color: #8f8e8b; }
  #timeline-row-layout strong {
    color: #191a17; }
  #timeline-row-layout a {
    color: #3658a8; }
    #timeline-row-layout a:hover {
      color: #8f8e8b; }
  #timeline-row-layout .timeline-title-row__wrapper {
    display: grid;
    grid-template-columns: 10% 90%;
    min-height: 10vh; }
    #timeline-row-layout .timeline-title-row__wrapper > div:first-of-type {
      border-color: #e1e1e1;
      background-color: #e1e1e1;
      padding: 15px; }
      @media (max-width: 580px) {
        #timeline-row-layout .timeline-title-row__wrapper > div:first-of-type {
          background-color: #f0f0f0; } }
    @media (max-width: 420px) {
      #timeline-row-layout .timeline-title-row__wrapper {
        min-height: auto;
        grid-template-columns: 1fr 1fr; } }
  #timeline-row-layout .timeline__wrapper {
    display: grid;
    grid-template-columns: 10% 90%;
    border-top: 1px solid #d6d3d0; }
    @media (max-width: 420px) {
      #timeline-row-layout .timeline__wrapper {
        grid-template-columns: 1fr; } }
    #timeline-row-layout .timeline__wrapper .timeline-date__wrapper {
      border-color: #e1e1e1;
      background-color: #e1e1e1;
      padding: 30px 15px; }
      #timeline-row-layout .timeline__wrapper .timeline-date__wrapper h4 {
        padding-top: 3px; }
        @media (max-width: 860px) {
          #timeline-row-layout .timeline__wrapper .timeline-date__wrapper h4 {
            padding-top: 0; } }
      @media (max-width: 580px) {
        #timeline-row-layout .timeline__wrapper .timeline-date__wrapper {
          background-color: #f0f0f0; } }
      @media (max-width: 420px) {
        #timeline-row-layout .timeline__wrapper .timeline-date__wrapper {
          padding-bottom: 0; } }
    #timeline-row-layout .timeline__wrapper .col__wrapper {
      display: grid;
      grid-template-columns: 1fr 1fr; }
      @media (max-width: 860px) {
        #timeline-row-layout .timeline__wrapper .col__wrapper {
          display: flex;
          flex-direction: column;
          padding: 30px 15px 30px 15px; } }
      @media (max-width: 420px) {
        #timeline-row-layout .timeline__wrapper .col__wrapper {
          padding-top: 0px; } }
      #timeline-row-layout .timeline__wrapper .col__wrapper > div {
        padding: 30px 15px 30px 30px;
        min-height: 30vh; }
        @media (max-width: 860px) {
          #timeline-row-layout .timeline__wrapper .col__wrapper > div {
            min-height: auto;
            padding: 0; } }
      #timeline-row-layout .timeline__wrapper .col__wrapper .flex__wrapper {
        justify-content: flex-start; }
        #timeline-row-layout .timeline__wrapper .col__wrapper .flex__wrapper div {
          width: 80%; }
          @media (max-width: 860px) {
            #timeline-row-layout .timeline__wrapper .col__wrapper .flex__wrapper div {
              width: 100%;
              margin-bottom: 30px; } }
  #timeline-row-layout .timeline-row-layout__footer {
    display: grid;
    grid-template-columns: 10% 90%; }
    #timeline-row-layout .timeline-row-layout__footer div {
      min-height: 10vh; }
    #timeline-row-layout .timeline-row-layout__footer > div:first-of-type {
      border-color: #e1e1e1;
      background-color: #e1e1e1;
      padding: 15px; }
      @media (max-width: 580px) {
        #timeline-row-layout .timeline-row-layout__footer > div:first-of-type {
          background-color: #f0f0f0; } }

@media (max-width: 860px) {
  #timeline-row-layout .col__wrapper.even {
    flex-direction: column-reverse; } }

section#contactDetails {
  margin-bottom: 4px; }
  @media (max-width: 1040px) {
    section#contactDetails {
      flex-wrap: wrap; } }
  @media (max-width: 540px) {
    section#contactDetails {
      padding: 0 15px; } }
  section#contactDetails > div {
    width: 50%;
    margin-top: 8px;
    padding: 225px 15px 50px 15px;
    border-right: 1px solid #d6d3d0; }
    @media (max-width: 768px) {
      section#contactDetails > div {
        width: 100%; 
		border-color: transparent; 
		} 
}


    @media (max-width: 540px) {
      section#contactDetails > div {
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid #d6d3d0;
        padding: 60px 0px 50px 0px; } }
    section#contactDetails > div h1,
    section#contactDetails > div h2,
    section#contactDetails > div h3,
    section#contactDetails > div h4,
    section#contactDetails > div p,
    section#contactDetails > div a {
      margin-bottom: 1rem; }
    section#contactDetails > div ul li {
      margin-bottom: 1rem; }
      section#contactDetails > div ul li p {
        color: #3658a8;
        margin-bottom: 0; }
  section#contactDetails > div:first-of-type {
    margin-left: 1px; }
    @media (max-width: 1040px) {
      section#contactDetails > div:first-of-type {
        margin-left: 0; } }
    @media (max-width: 540px) {
      section#contactDetails > div:first-of-type {
        padding-top: 95px; } }
  section#contactDetails > div:last-of-type {
    width: 50%;
    border-right: none;
    padding-top: 220px; }
    @media (max-width: 1040px) {
      section#contactDetails > div:last-of-type {
        width: 100%;
        padding: 15px 0;
        margin: 15px;
        border-top: 1px solid #d6d3d0;
        display: flex;
        justify-content: flex-end; } }
    @media (max-width: 540px) {
      section#contactDetails > div:last-of-type {
        border-top: 0;
        margin: 0;
        margin-bottom: 60px;
        padding-top: 60px;
        border-bottom: 0; } }
    section#contactDetails > div:last-of-type form > div {
      padding: 0; }
    section#contactDetails > div:last-of-type form .vfb-form-group label {
      font-weight: 400;
      color: #8f8e8b; }
      section#contactDetails > div:last-of-type form .vfb-form-group label .vfb-required-asterisk {
        color: #8f8e8b; }
    section#contactDetails > div:last-of-type form .vfb-form-group input {
      border-radius: 0;
      box-shadow: none;
      border-color: white;
      appearance: none; }
    section#contactDetails > div:last-of-type form .vfb-form-group textarea {
      border-radius: 0;
      box-shadow: none;
      border-color: white;
      resize: none;
      appearance: none; }
    @media (max-width: 768px) {
      section#contactDetails > div:last-of-type form .vfb-form-group .vfb-col-6 {
        padding: 0; } }
    section#contactDetails > div:last-of-type form .eq-submit-btn {
      background-color: #3658a8;
      width: 45%;
      font-size: 13px;
      font-weight: 400;
      margin-top: 32px;
      border-radius: 0;
      float: right; }
    @media (max-width: 1040px) {
      section#contactDetails > div:last-of-type form {
        width: 50%;
        padding: 0 15px; } }
    @media (max-width: 690px) {
      section#contactDetails > div:last-of-type form {
        width: 100%;
        padding: 0; } }

section#contactImage {
  padding: 0 15px;
  margin-bottom: 2rem; }

.page-case-studies .flex__wrapper {
  position: relative;
  padding-top: 45px; }
  @media (max-width: 800px) {
    .page-case-studies .flex__wrapper {
      flex-direction: column; } }
  .page-case-studies .flex__wrapper > div:first-of-type {
    flex: 0.5;
    position: sticky;
    top: 105px;
    height: 100%;
    opacity: 0;
    transform: translateY(5px);
    animation: fadeIn 800ms ease-in-out 800ms forwards; }
    @media (max-width: 930px) {
      .page-case-studies .flex__wrapper > div:first-of-type {
        flex: 0.525; } }
    @media (max-width: 800px) {
      .page-case-studies .flex__wrapper > div:first-of-type {
        top: 0;
        width: 60%;
        height: auto;
        margin-top: 60px;
        position: relative;
        margin-bottom: 60px; } }
    @media (max-width: 768px) {
      .page-case-studies .flex__wrapper > div:first-of-type {
        display: none; } }
    .page-case-studies .flex__wrapper > div:first-of-type p {
      margin: 0 15px 15px; }
      @media (max-width: 800px) {
        .page-case-studies .flex__wrapper > div:first-of-type p span {
          display: none; } }
  .page-case-studies .flex__wrapper > div:last-of-type {
    flex: 1; }

.page-case-studies .case-studies__wrapper {
  margin-left: 8px;
  opacity: 0;
  animation: fadeIn 500ms ease 1s forwards; }
  @media (max-width: 930px) {
    .page-case-studies .case-studies__wrapper {
      border-left: 1px solid #d6d3d0;
      padding-left: 15px;
      padding-right: 15px; } }
  @media (max-width: 800px) {
    .page-case-studies .case-studies__wrapper {
      margin-left: 0;
      border-left: 0; } }
  .page-case-studies .case-studies__wrapper .grid__wrapper {
    row-gap: 0; }
    @media (max-width: 930px) {
      .page-case-studies .case-studies__wrapper .grid__wrapper {
        grid-template-columns: 1fr; } }
    @media (max-width: 930px) {
      .page-case-studies .case-studies__wrapper .grid__wrapper > li .inner__wrapper {
        display: grid;
        grid-template-columns: 1fr 1.5fr;
        gap: 15px;
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid #d6d3d0; } }
    @media (max-width: 500px) {
      .page-case-studies .case-studies__wrapper .grid__wrapper > li .inner__wrapper {
        grid-template-columns: 1fr; } }
    .page-case-studies .case-studies__wrapper .grid__wrapper > li span {
      display: block;
      height: 1px;
      width: 100%;
      background-color: #d6d3d0;
      margin-bottom: 15px; }
      @media (max-width: 930px) {
        .page-case-studies .case-studies__wrapper .grid__wrapper > li span {
          display: none; } }
    .page-case-studies .case-studies__wrapper .grid__wrapper > li h1,
    .page-case-studies .case-studies__wrapper .grid__wrapper > li h2,
    .page-case-studies .case-studies__wrapper .grid__wrapper > li h3 {
      margin-bottom: 3rem;
      transition: all 850ms ease; }
    .page-case-studies .case-studies__wrapper .grid__wrapper > li p {
      margin-bottom: 15px;
      padding-bottom: 2.5rem; }
      @media (max-width: 930px) {
        .page-case-studies .case-studies__wrapper .grid__wrapper > li p {
          padding-bottom: 0; } }
    .page-case-studies .case-studies__wrapper .grid__wrapper > li img {
      object-fit: cover;
      min-height: 270px;
      max-height: 270px;
      transition: all 850ms ease; }
    .page-case-studies .case-studies__wrapper .grid__wrapper > li ul li p {
      margin-bottom: 0.5rem;
      padding-bottom: 0; }
    .page-case-studies .case-studies__wrapper .grid__wrapper > li:nth-of-type(odd) {
      border-right: 1px solid #d6d3d0;
      border-left: 1px solid #d6d3d0;
      margin-right: 6.5px; }
      @media (max-width: 930px) {
        .page-case-studies .case-studies__wrapper .grid__wrapper > li:nth-of-type(odd) {
          border-right: 0;
          border-left: 0; } }
      .page-case-studies .case-studies__wrapper .grid__wrapper > li:nth-of-type(odd) .inner__wrapper {
        padding-left: 10px;
        padding-right: 10px; }
        @media (max-width: 930px) {
          .page-case-studies .case-studies__wrapper .grid__wrapper > li:nth-of-type(odd) .inner__wrapper {
            padding-left: 0;
            padding-right: 0; } }
    .page-case-studies .case-studies__wrapper .grid__wrapper > li:nth-of-type(even) {
      border-right: 0; }
      .page-case-studies .case-studies__wrapper .grid__wrapper > li:nth-of-type(even) .inner__wrapper {
        padding-left: 5px;
        padding-right: 10px; }
        @media (max-width: 930px) {
          .page-case-studies .case-studies__wrapper .grid__wrapper > li:nth-of-type(even) .inner__wrapper {
            padding-left: 0;
            padding-right: 0; } }
    .page-case-studies .case-studies__wrapper .grid__wrapper > li:first-of-type span {
      display: none; }
    .page-case-studies .case-studies__wrapper .grid__wrapper > li:nth-of-type(2) span {
      display: none; }
    @media (max-width: 930px) {
      .page-case-studies .case-studies__wrapper .grid__wrapper > li:last-of-type {
        border-bottom: 0; } }

@keyframes fadeIn {
  to {
    opacity: 1;
    transform: translateY(0); } }

.case-studies__wrapper ul li:hover h3 {
  color: #3658a8; }

.case-studies__wrapper ul li:hover img {
  opacity: 0.7; }

.archive-page__projects {
  padding: 6rem 15px 0; }
  .archive-page__projects .categories-filter__wrapper {
    border-bottom: 1px solid #d6d3d0;
    padding-bottom: 15px;
    margin-bottom: 1rem;
    opacity: 0;
    transform: translateY(5px);
    animation: fadeIn 500ms ease 1s forwards; }
    .archive-page__projects .categories-filter__wrapper .current-active-category {
      text-decoration: underline; }
  @media (max-width: 920px) {
    .archive-page__projects .filtered-articles {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 580px) {
    .archive-page__projects .filtered-articles {
      grid-template-columns: 1fr; } }
  .archive-page__projects .filtered-articles .article__wrapper {
    margin-right: 8px;
    padding-right: 8px;
    border-right: 1px solid #d6d3d0; }
    @media (max-width: 580px) {
      .archive-page__projects .filtered-articles .article__wrapper {
        margin-right: 0;
        padding-right: 0;
        border-right: 0; } }
    .archive-page__projects .filtered-articles .article__wrapper h3 {
      transition: all 850ms ease; }
    .archive-page__projects .filtered-articles .article__wrapper > div:first-of-type {
      overflow: hidden;
      object-fit: cover; }
    .archive-page__projects .filtered-articles .article__wrapper img {
      min-height: 270px;
      max-height: 270px;
      object-fit: cover;
      width: 100%;
      transition: all 850ms ease; }
    .archive-page__projects .filtered-articles .article__wrapper > div:last-of-type {
      margin-bottom: 4rem; }
      @media (max-width: 580px) {
        .archive-page__projects .filtered-articles .article__wrapper > div:last-of-type {
          margin-bottom: 2.5rem; } }
    .archive-page__projects .filtered-articles .article__wrapper span {
      display: block;
      width: 100%;
      height: 1px;
      background-color: #d6d3d0;
      margin-bottom: 15px; }
  .archive-page__projects .filtered-articles .article__wrapper:nth-of-type(3n) {
    margin-right: 0;
    padding-right: 0;
    border-right: 1px solid transparent; }
    @media (max-width: 920px) {
      .archive-page__projects .filtered-articles .article__wrapper:nth-of-type(3n) {
        margin-right: 8px;
        padding-right: 8px;
        border-right: 1px solid #d6d3d0; } }
    @media (max-width: 580px) {
      .archive-page__projects .filtered-articles .article__wrapper:nth-of-type(3n) {
        margin-right: 0;
        padding-right: 0;
        border-right: 0; } }
  @media (max-width: 920px) {
    .archive-page__projects .filtered-articles .article__wrapper:nth-of-type(2n) {
      margin-right: 0;
      padding-right: 0;
      border-right: 1px solid transparent; } }
  .archive-page__projects .filtered-articles .article__wrapper:first-of-type span {
    display: none; }
  .archive-page__projects .filtered-articles .article__wrapper:nth-of-type(2) span {
    display: none; }
    @media (max-width: 580px) {
      .archive-page__projects .filtered-articles .article__wrapper:nth-of-type(2) span {
        display: block; } }
  .archive-page__projects .filtered-articles .article__wrapper:nth-of-type(3) span {
    display: none; }
    @media (max-width: 920px) {
      .archive-page__projects .filtered-articles .article__wrapper:nth-of-type(3) span {
        display: block; } }
  .archive-page__projects .filtered-articles .article__wrapper:last-of-type {
    border-right: 1px solid transparent; }

@keyframes fadeIn {
  to {
    opacity: 1;
    transform: translateY(0); } }

.article__wrapper:hover h3 {
  color: #3658a8; }

.article__wrapper:hover img {
  opacity: 0.7; }

.single-projects .post-hero {
  padding: 15px 15px 0;
  margin-bottom: 2.5rem;
  max-height: calc(100vh - 70px);
  min-height: calc(100vh - 70px); }
  @media (max-width: 1130px) {
    .single-projects .post-hero {
      min-height: auto; } }
  .single-projects .post-hero img {
    height: 100%;
    object-fit: cover;
    max-height: calc(100vh - 70px); }

.single-projects #post-info {
  margin-bottom: 8rem; }
  @media (max-width: 560px) {
    .single-projects #post-info {
      margin-bottom: 2.5rem; } }
  .single-projects #post-info .post-title__col {
    width: 50%; }
    @media (max-width: 1000px) {
      .single-projects #post-info .post-title__col {
        margin-bottom: 2.5rem; } }
    @media (max-width: 560px) {
      .single-projects #post-info .post-title__col {
        width: 100%; } }
  .single-projects #post-info .post-info__col {
    width: 50%;
    padding-top: 5px; }
    @media (max-width: 1000px) {
      .single-projects #post-info .post-info__col {
        width: 100%; } }
    @media (max-width: 560px) {
      .single-projects #post-info .post-info__col {
        flex-direction: column; } }
    .single-projects #post-info .post-info__col div:first-of-type {
      width: 100%; }
      @media (max-width: 560px) {
        .single-projects #post-info .post-info__col div:first-of-type {
          margin-bottom: 2.5rem; } }
    .single-projects #post-info .post-info__col div:last-of-type {
      width: 20%; }
      .single-projects #post-info .post-info__col div:last-of-type li {
        margin-bottom: 1rem; }
  @media (max-width: 1000px) {
    .single-projects #post-info {
      flex-direction: column; } }

.single-projects .project-heading {
  margin: 0 15px 15px;
  padding: 0.5rem 0 0 0;
  margin-bottom: 5rem;
  border-top: 1px solid #d6d3d0; }

.single-projects .post-section {
  margin: 0 15px 15px; }

.single-projects .post-section-title {
  padding: 0.5rem 0 0 0;
  margin-bottom: 5rem;
  border-top: 1px solid #d6d3d0; }

.single-projects .gallery__wrapper {
  display: grid; }
  .single-projects .gallery__wrapper.--full-bleed {
    grid-template-columns: 1fr; }
  .single-projects .gallery__wrapper.--two-col {
    grid-template-columns: 1fr 1fr;
    gap: 15px; }
  .single-projects .gallery__wrapper.--multi-col {
    display: block;
    column-count: 2; }
    .single-projects .gallery__wrapper.--multi-col .gallery-item {
      padding-bottom: 15px; }

.single-projects .flexible-columns {
  margin-bottom: 5rem; }
  @media (max-width: 580px) {
    .single-projects .flexible-columns {
      flex-direction: column; } }
  .single-projects .flexible-columns .flex-col {
    width: 33.3333%; }
    @media (max-width: 1100px) {
      .single-projects .flexible-columns .flex-col {
        width: 40%; } }
    @media (max-width: 845px) {
      .single-projects .flexible-columns .flex-col {
        width: 45%; } }
    @media (max-width: 600px) {
      .single-projects .flexible-columns .flex-col {
        width: 50%; } }
    @media (max-width: 580px) {
      .single-projects .flexible-columns .flex-col {
        width: 100%; } }
    .single-projects .flexible-columns .flex-col:first-of-type {
      margin-right: 10px;
      padding-right: 10px; }
    .single-projects .flexible-columns .flex-col:nth-of-type(2) {
      margin-right: 10px;
      padding-right: 10px; }
    .single-projects .flexible-columns .flex-col:last-of-type {
      margin-right: 0;
      padding-right: 0; }
  @media (max-width: 1100px) {
    .single-projects .flexible-columns .empty-column {
      width: 20%; } }
  @media (max-width: 845px) {
    .single-projects .flexible-columns .empty-column {
      width: 10%; } }
  @media (max-width: 600px) {
    .single-projects .flexible-columns .empty-column {
      width: 0%;
      margin-right: 0 !important;
      padding-right: 0 !important; } }

.gallery__wrapper + .flexible-columns {
  margin-top: 2.5rem; }

.single-projects .gallery__wrapper.--multi-col .gallery-item {
  padding-bottom: 0;
  padding-top: 15px; }

.single-projects #post-info .post-info__col div:first-of-type {
  padding-right: 2.5rem;
  padding-left: 11px;
  width: 66.66%; }

.single-projects #post-info .post-info__col div:last-of-type {
  width: 33.33%;
  padding-left: 11px; }

@media (max-width: 1000px) {
  .single-projects #post-info .post-info__col div:first-of-type {
    padding-left: 0px; }
  .single-projects #post-info .post-info__col div:last-of-type {
    padding-left: 0px; } }

@media (max-width: 560px) {
  .single-projects #post-info .post-info__col div:first-of-type {
    padding-right: 2.5rem;
    width: 100%; }
  .single-projects #post-info .post-info__col div:last-of-type {
    width: 100%; } }

.single-projects .flexible-columns.flexible-columns--two .flex-col {
  width: 50%; }

.single-projects .flexible-columns.flexible-columns--two .flex-col:last-child {
  padding-left: 11px; }

@media (max-width: 580px) {
  .single-projects
.flexible-columns.flexible-columns--two
.flex-col:last-child {
    padding-left: 0px; } }

.single-projects
.flexible-columns.flexible-columns--one-third-two-third
.flex-col:first-child {
  width: 33.33%; }

.single-projects
.flexible-columns.flexible-columns--one-third-two-third
.flex-col:last-child {
  width: 66.66%; }

.single-projects
.flexible-columns.flexible-columns--two-third-one-third
.flex-col:first-child {
  width: 66.66%; }

.single-projects
.flexible-columns.flexible-columns--two-third-one-third
.flex-col:last-child {
  width: 33.33%; }

.single-projects
.flexible-columns.flexible-columns--two-third-one-third
.flex-col
*:not(img),
.single-projects
.flexible-columns.flexible-columns--one-third-two-third
.flex-col
*:not(img) {
  max-width: 33vw; }

.single-projects
.flexible-columns.flexible-columns--two-third-one-third
.flex-col
img,
.single-projects
.flexible-columns.flexible-columns--one-third-two-third
.flex-col
img {
  width: auto; }

.single-projects
.flexible-columns.flexible-columns--two-third-one-third
.flex-col
img.alignright,
.single-projects
.flexible-columns.flexible-columns--one-third-two-third
.flex-col
img.alignright {
  text-align: right; }

.single-projects
.flexible-columns.flexible-columns--two-third-one-third
.flex-col
img.alignleft,
.single-projects
.flexible-columns.flexible-columns--one-third-two-third
.flex-col
img.alignleft {
  text-align: left; }

@media (max-width: 580px) {
  .single-projects .flexible-columns.flexible-columns--two .flex-col {
    width: 100%; }
  .single-projects
.flexible-columns.flexible-columns--one-third-two-third
.flex-col:first-child {
    width: 100%; }
  .single-projects
.flexible-columns.flexible-columns--one-third-two-third
.flex-col:last-child {
    width: 100%; }
  .single-projects
.flexible-columns.flexible-columns--two-third-one-third
.flex-col:first-child {
    width: 100%; }
  .single-projects
.flexible-columns.flexible-columns--two-third-one-third
.flex-col:last-child {
    width: 100%; }
  .single-projects
.flexible-columns.flexible-columns--two-third-one-third
.flex-col
*:not(img),
  .single-projects
.flexible-columns.flexible-columns--one-third-two-third
.flex-col
*:not(img) {
    max-width: 100%; }
  .single-projects
.flexible-columns.flexible-columns--two-third-one-third
.flex-col
img,
  .single-projects
.flexible-columns.flexible-columns--one-third-two-third
.flex-col
img {
    width: 100%; }
  .single-projects
.flexible-columns.flexible-columns--two-third-one-third
.flex-col
img.alignright,
  .single-projects
.flexible-columns.flexible-columns--one-third-two-third
.flex-col
img.alignright {
    text-align: center; }
  .single-projects
.flexible-columns.flexible-columns--two-third-one-third
.flex-col
img.alignleft,
  .single-projects
.flexible-columns.flexible-columns--one-third-two-third
.flex-col
img.alignleft {
    text-align: center; } }

.single-projects .flexible-columns .flex-col:first-of-type {
  margin-right: 22px;
  padding-right: 0px; }

.single-projects .flexible-columns .flex-col:nth-of-type(2) {
  margin-right: 16px;
  padding-right: 5px; }

@media (max-width: 580px) {
  .single-projects .flexible-columns .flex-col:first-of-type {
    margin-right: 0px;
    padding-right: 0px; }
  .single-projects .flexible-columns .flex-col:nth-of-type(2) {
    margin-right: 0px;
    padding-right: 0px; } }

.single-projects .flexible-content-notes {
  margin-bottom: 5rem; }
  .single-projects .flexible-content-notes .flex__wrapper {
    width: 50%; }
    @media (max-width: 768px) {
      .single-projects .flexible-content-notes .flex__wrapper {
        width: 100%; } }
    @media (max-width: 600px) {
      .single-projects .flexible-content-notes .flex__wrapper {
        flex-direction: column; } }
    .single-projects .flexible-content-notes .flex__wrapper > div:first-of-type {
      margin-right: 30px; }
    .single-projects .flexible-content-notes .flex__wrapper > div:nth-of-type(2) {
      padding-right: 30px; }
      .single-projects .flexible-content-notes .flex__wrapper > div:nth-of-type(2) h1,
      .single-projects .flexible-content-notes .flex__wrapper > div:nth-of-type(2) h2,
      .single-projects .flexible-content-notes .flex__wrapper > div:nth-of-type(2) h3,
      .single-projects .flexible-content-notes .flex__wrapper > div:nth-of-type(2) h4 {
        margin-bottom: 0; }
      .single-projects .flexible-content-notes .flex__wrapper > div:nth-of-type(2) a {
        color: #3658a8; }

.single-projects .flexible-content-notes.left {
  justify-content: flex-start; }

.single-projects .flexible-content-notes.right {
  justify-content: flex-end; }

#article-content {
  margin: 15px;
  padding: 30px 0;
  border-top: 1px solid #d6d3d0;
  position: relative; }
  @media (max-width: 768px) {
    #article-content {
      grid-template-columns: 1fr; } }
  #article-content .entry-header {
    height: 100vh;
    position: sticky;
    top: 100px; }
    @media (max-width: 768px) {
      #article-content .entry-header {
        top: 0;
        height: auto;
        position: relative;
        padding-bottom: 30px;
        margin-bottom: 2.5rem;
        border-bottom: 1px solid #d6d3d0; } }
  #article-content .entry-content {
    padding-left: 10px;
    border-left: 1px solid #d6d3d0; }
    @media (max-width: 768px) {
      #article-content .entry-content {
        border-left: 0;
        padding-left: 0; } }
    #article-content .entry-content > * {
      margin-bottom: 1rem; }

/*--------------------------------------------------------------
# Templates
--------------------------------------------------------------*/
#related-posts {
  border-top: 1px solid #d6d3d0;
  padding: 0.5rem 0 0 0;
  margin: 0 15px 3.5rem 15px; }
  @media (max-width: 600px) {
    #related-posts {
      flex-direction: column; } }
  #related-posts > div {
    width: 50%; }
    @media (max-width: 600px) {
      #related-posts > div {
        width: 100%; } }
    #related-posts > div h4 {
      margin-bottom: 2.5rem; }
  @media (max-width: 1000px) {
    #related-posts .grid__wrapper {
      grid-template-columns: 1fr; } }
  #related-posts .grid__wrapper div {
    border-left: 1px solid #d6d3d0;
    padding-left: 8px; }
    @media (max-width: 1000px) {
      #related-posts .grid__wrapper div {
        padding-left: 7px; } }
    @media (max-width: 600px) {
      #related-posts .grid__wrapper div {
        border-left: 0;
        padding-left: 0; } }
    #related-posts .grid__wrapper div h3 {
      margin-bottom: 2.5rem;
      transition: all 850ms ease; }
    #related-posts .grid__wrapper div img {
      max-height: 220px;
      min-height: 220px;
      transition: all 850ms ease; 
	  object-fit: cover;
	}
      @media (max-width: 600px) {
        #related-posts .grid__wrapper div img {
          max-height: 60vh; } }
  #related-posts .grid__wrapper div:first-of-type {
    padding-right: 8px; }
    @media (max-width: 1000px) {
      #related-posts .grid__wrapper div:first-of-type {
        padding-right: 0;
        padding-bottom: 2.5rem; } }

#related-posts .grid__wrapper > div:hover img {
  opacity: 0.7; }

#related-posts .grid__wrapper > div:hover h3 {
  color: #3658a8; }

/*--------------------------------------------------------------
# Plugins & Plugin Overrides
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
header#site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  height: 70px;
  background-color: #f0f0f0;
  border-bottom: 1px solid #d6d3d0;
  transition: all 500ms ease;
  z-index: 998; }
  header#site-header #site-branding {
    display: flex;
    width: 33.25%;
    align-items: flex-end;
    padding-bottom: 7px;
    padding-left: 15px; }
    @media (max-width: 500px) {
      header#site-header #site-branding #mainBranding {
        display: none; } }
    header#site-header #site-branding #headerBrandingMobile {
      display: none; }
      @media (max-width: 500px) {
        header#site-header #site-branding #headerBrandingMobile {
          display: block; } }
  @media (max-width: 500px) {
    header#site-header {
      height: 50px; } }

header#site-header.is-scrolled #site-branding #mainBranding {
  display: none; }

header#site-header.is-scrolled #site-branding #headerBrandingMobile {
  display: block; }

.home.transparent-header header#site-header {
  background-color: transparent;
  border-bottom: 1px solid transparent; }

.home #site-header {
  opacity: 0;
  animation: headerFadesIn 600ms ease-in 1600ms forwards; }

.home .site #site-header.nav-open {
  background-color: #f0f0f0;
  border-bottom: 1px solid #d6d3d0; }

@keyframes headerFadesIn {
  to {
    opacity: 1;
    top: 0; } }

#site-navigation {
  flex: 1; }
  #site-navigation .menu-toggle {
    display: none;
    height: 30px;
    width: 30px;
    padding: 5px;
    margin-right: 15px;
    flex-direction: column;
    justify-content: space-around; }
    @media (max-width: 768px) {
      #site-navigation .menu-toggle {
        display: flex; } }
    #site-navigation .menu-toggle span {
      display: block;
      height: 1px;
      width: 100%;
      background-color: #191a17; }
  #site-navigation .menu-main-container {
    height: 100%; }
    #site-navigation .menu-main-container .menu {
      height: 100%;
      display: flex;
      justify-content: space-around; }
      #site-navigation .menu-main-container .menu .menu-item {
        width: 25%;
        height: 100%;
        display: flex;
        align-items: flex-end;
        border-bottom: 8px solid transparent; }
        #site-navigation .menu-main-container .menu .menu-item::before {
          content: '';
          display: block;
          width: 1px;
          height: 52px;
          margin-right: 11px;
          background-color: #d6d3d0;
          transition: all 500ms ease;
          transition-delay: 50ms; }
        #site-navigation .menu-main-container .menu .menu-item a {
          font-size: 13px;
          color: #191a17; }
          #site-navigation .menu-main-container .menu .menu-item a:hover {
            color: #3658a8; }
      @media (max-width: 768px) {
        #site-navigation .menu-main-container .menu .menu-item-has-children {
          position: relative;
          padding: 0 !important;
          flex-direction: column;
          align-items: flex-start;
          padding: 0; } }
      @media (max-width: 768px) {
        #site-navigation .menu-main-container .menu .menu-item-has-children > a {
          width: 100%;
          margin: 15px; } }
      #site-navigation .menu-main-container .menu .menu-item-has-children:hover .sub-menu {
        visibility: visible;
        pointer-events: all; }
      #site-navigation .menu-main-container .menu .menu-item-has-children ul.sub-menu {
        width: 100%;
        visibility: hidden;
        pointer-events: none;
        position: absolute;
        top: 70px;
        right: 0;
        padding-left: 0;
        white-space: nowrap;
        background-color: #f0f0f0;
        justify-content: flex-end;
        border-bottom: 1px solid #d6d3d0;
        border-top: 10px solid #f0f0f0;
        border-left: 1px solid #d6d3d0; }
        @media (max-width: 768px) {
          #site-navigation .menu-main-container .menu .menu-item-has-children ul.sub-menu {
            visibility: visible;
            position: relative;
            top: 0 !important;
            padding-left: 30px !important;
            border-top: 1px solid #d6d3d0;
            border-bottom: none;
            border-left: none;
            height: auto;
            width: 100%; } }
        #site-navigation .menu-main-container .menu .menu-item-has-children ul.sub-menu .menu-item {
          width: 100%;
          position: relative; }
          @media (max-width: 768px) {
            #site-navigation .menu-main-container .menu .menu-item-has-children ul.sub-menu .menu-item {
              border-bottom: none;
              padding-left: 0 !important; } }
          @media (max-width: 768px) {
            #site-navigation .menu-main-container .menu .menu-item-has-children ul.sub-menu .menu-item a {
              width: 100%; } }
          #site-navigation .menu-main-container .menu .menu-item-has-children ul.sub-menu .menu-item::before {
            transition: unset;
            height: 100%; }
            @media (max-width: 768px) {
              #site-navigation .menu-main-container .menu .menu-item-has-children ul.sub-menu .menu-item::before {
                display: none; } }
    @media (max-width: 768px) {
      #site-navigation .menu-main-container {
        position: fixed;
        top: 70px;
        left: 0;
        background-color: rgba(174, 172, 169, 0.7);
        width: 100%;
        height: 0;
        opacity: 0;
        pointer-events: none; }
        #site-navigation .menu-main-container .menu {
          position: absolute;
          top: 0;
          right: 0;
          width: 50%;
          flex-direction: column;
          justify-content: flex-start;
          background-color: #f0f0f0;
          height: 0;
          opacity: 0;
          pointer-events: none; }
          #site-navigation .menu-main-container .menu .menu-item {
            width: 100%;
            height: auto;
            border-bottom: 1px solid #d6d3d0;
            padding: 15px; }
            #site-navigation .menu-main-container .menu .menu-item:before {
              display: none; }
            #site-navigation .menu-main-container .menu .menu-item a {
              font-size: 16px;
              width: 100%; } }
    @media (max-width: 500px) {
      #site-navigation .menu-main-container {
        top: 50px; } }
  @media (max-width: 768px) {
    #site-navigation {
      display: flex;
      padding-bottom: 9px;
      align-items: flex-end;
      justify-content: flex-end; } }

.home.transparent-header #site-navigation .menu-main-container .menu .menu-item {
  border-bottom: 8px solid transparent; }
  @media (max-width: 768px) {
    .home.transparent-header #site-navigation .menu-main-container .menu .menu-item {
      width: 100%;
      height: auto;
      border-bottom: 1px solid #d6d3d0;
      padding: 15px; } }
  .home.transparent-header #site-navigation .menu-main-container .menu .menu-item::before {
    background-color: transparent; }

.home.transparent-header #site-navigation .menu-main-container .menu .menu-item-has-children:hover .sub-menu {
  visibility: visible;
  pointer-events: all; }

.home.transparent-header #site-navigation .menu-main-container .menu .menu-item-has-children ul.sub-menu {
  background-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent; }
  @media (max-width: 768px) {
    .home.transparent-header #site-navigation .menu-main-container .menu .menu-item-has-children ul.sub-menu {
      border-top: 1px solid #d6d3d0; } }
  .home.transparent-header #site-navigation .menu-main-container .menu .menu-item-has-children ul.sub-menu .menu-item::before {
    height: 0; }

#site-navigation .menu-main-container .menu .menu-item.current-menu-item a {
  color: #3658a8; }

body.hide-history #menu-item-19 .sub-menu {
  display: none; }

.hero--full {
  min-height: 100vh; }

.hero img {
  width: 100%;
  height: 100vh;
  object-fit: cover; }

.post-article-hero {
  padding: 15px; }
  .post-article-hero img {
    height: 70vh;
    object-fit: cover;
    object-position: bottom; }

#eqFooter p,
#eqFooter a {
  color: #f0f0f0;
  font-size: 12px; }

#eqFooter p {
  margin-bottom: 1rem; }

#eqFooter {
  display: flex;
  flex-wrap: nowrap;
  padding: 20px 15px;
  min-height: 225px;
  background-color: #aeaca9;
  position: relative;
  z-index: 1; }
  #eqFooter .footer__col {
    width: 25%;
    padding-right: 25px; }
  @media (min-width: 1100px) {
    #eqFooter .footer__col {
      width: 16.6666%;
      padding-right: 25px; }
    #eqFooter .footer__col:first-of-type {
      width: 50%;
      margin-right: 20px; } }
  @media (max-width: 768px) {
    #eqFooter {
      flex-direction: column; }
      #eqFooter .footer__col {
        width: 50%;
        margin-bottom: 1rem; } }
    @media (max-width: 768px) and (max-width: 500px) {
      #eqFooter .footer__col {
        width: 100%;
        max-width: 345px; } }

.post-category-list {
  margin: 8px 0;
  display: flex; }
  .post-category-list li {
    display: flex; }
  .post-category-list li p:after {
    content: ', ';
    margin-right: 4px; }
  .post-category-list li:last-of-type p::after {
    content: ''; }

.btn--team-bio {
  color: #3658a8;
  font-size: 13px;
  padding: 0; }

.panel-close {
  padding: 0 !important;
  height: 34px;
  width: 34px; }
  .panel-close span {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #191a17; }
  .panel-close span:first-of-type {
    transform: rotate(45deg); }
  .panel-close span:last-of-type {
    transform: rotate(-45deg); }

.accordion__content {
  max-height: 0;
  overflow: hidden;
  margin-bottom: 3rem;
  transition: max-height 450ms ease-in-out, margin 450ms ease-in-out; }

.lightbox-image {
  cursor: pointer; }

#lightbox {
  position: fixed;
  z-index: 10000;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(240, 240, 240, 0.9);
  display: none; }

#lightbox.active {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

#lightbox .close__wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-end; }

#lightbox img {
  width: auto;
  max-width: 50%;
  max-height: 90vh;
  margin: auto 0; }

