:root {
  --padding: 80px;
}
@media only screen and (max-width: 750px) {
:root {
    --padding: 20px;
}
}
body {
  background-color: #f1f1f1;
  color: #333333;
  font-family: "Moderat", "sans-serif";
  margin: 0;
  -webkit-font-smoothing: antialiased !important;
  text-rendering: optimizeLegibility !important;
  overflow-x: hidden;
}
::-moz-selection {
  color: #ffffff;
  background-color: #f0402e;
}
::selection {
  color: #ffffff;
  background-color: #f0402e;
}
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
  outline: none;
}
h2,
h3,
h4,
h5 {
  font-weight: 400;
}
.svg-wrapper svg {
  display: block;
}
a {
  text-decoration: none;
  color: inherit;
  transition: color 0.4s;
  cursor: pointer;
}
.paste {
  color: #7d765b;
}
.title .line {
  display: block;
}
.section-title {
  font-size: 130px;
  font-family: "Moderat", "serif";
  font-weight: 900;
  text-align: center;
  margin: 0;
  padding: 120px var(--padding) 10px var(--padding);
  word-spacing: 100vw;
}
.section-title.no-wrap {
    word-spacing: normal;
}
.side-fixed-button,
.mobile-alternate-button {
  text-align: center;
  text-transform: uppercase;
  font-family: "Moderat", "sans-serif";
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #f1f1f1;
}
.mobile-alternate-button {
  display: none;
  margin: 0 auto;
}
.right-side-fixed-button {
  position: fixed;
  top: 50vh;
  right: 37px;
  -webkit-transform: rotate(-90deg) translate(50%, 0%);
      -ms-transform: rotate(-90deg) translate(50%, 0%);
          transform: rotate(-90deg) translate(50%, 0%);
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
  padding: 20px;
}
.date {
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Moderat", "sans-serif";
  font-weight: 500;
  color: #f0402e;
}
.top-panel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10;
}
.bottom-panel {
  position: relative;
  margin-top: 100vh;
  z-index: 20;
}
.grid {
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
  padding: 0 var(--padding);
  margin: 0 auto;
}
.has-red-line:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  transition: height 0.4s;
  height: 0;
  background-color: #f0402e;
  z-index: 100;
}
.content {
  z-index: 100;
}
.panel-menu {
  z-index: 200;
}
.header {
  z-index: 200;
}
.hamburger {
  z-index: 400;
}
.gallery-overlay {
  z-index: 500;
}
@media (hover: hover) {
.has-red-line:hover::before {
    height: 100%;
}
}
.entry {
  margin: 0 auto;
  text-align: center;
  font-family: "Moderat", "serif";
}
.entry > h1,
  .entry > h2,
  .entry > h3,
  .entry > p,
  .entry > .alignnone h1,
  .entry > .alignnone h2,
  .entry > .alignnone h3,
  .entry > .alignnone p {
    max-width: 800px;
    margin: 2em auto;
}
.entry > h1,
  .entry > h2,
  .entry > h3,
  .entry > blockquote,
  .entry > .alignnone h1,
  .entry > .alignnone h2,
  .entry > .alignnone h3,
  .entry > .alignnone blockquote {
    color: #7d765b;
    font-size: 40px;
    font-weight: 500;
    margin: 20px auto;
}
.entry > p,
  .entry > .alignnone p {
    font-family: "Moderat", "sans-serif";
    font-size: 20px;
    line-height: 25px;
    margin: 0 auto;
}
.entry > p + p span,
  .entry > .alignnone p + p span {
    margin-top: -0.5em;
}
.entry > blockquote,
  .entry > .alignnone blockquote {
    max-width: 900px;
    margin-bottom: 50px;
}
.entry > .alignnone img,
  .entry > .alignnone,
  .entry > .alignnone .alignnone img,
  .entry > .alignnone .alignnone {
    max-width: 100%;
    height: auto;
    margin: 1em auto;
}
.entry > .wp-caption-text,
  .entry > .alignnone .wp-caption-text {
    color: #7d765b;
    display: block;
    font-size: 14px;
    margin: 0 auto;
    text-align: center;
}
.entry > h2 + iframe,
  .entry > .alignnone h2 + iframe {
    margin-top: -0.5em;
}
.entry > a,
  .entry > .alignnone a {
    color: #f0402e;
}
.entry > .block-gallery,
  .entry > .fluid-width-video-wrapper,
  .entry > .alignnone .block-gallery,
  .entry > .alignnone .fluid-width-video-wrapper {
    max-width: 1800px;
    margin: 40px auto;
}
.entry > h2 + .fluid-width-video-wrapper,
  .entry > h2 + .block-gallery,
  .entry > .alignnone h2 + .fluid-width-video-wrapper,
  .entry > .alignnone h2 + .block-gallery {
    margin-top: -5px;
}
.entry a:hover {
    color: #f1f1f1;
    text-decoration: underline;
}
@media only screen and (min-width: 1800px) {
.grid {
    max-width: 1800px;
}
.date {
    font-size: 22px;
}
.entry > blockquote {
    max-width: 1600px;
    font-size: 65px;
}
.section-title {
    word-spacing: normal;
}
}
@media only screen and (max-width: 1200px) {
.grid {
    max-width: 1200px;
}
.entry > h1,
  .entry > h2,
  .entry > h3,
  .entry > p {
    max-width: 600px;
}
.entry > p {
    font-size: 16px;
}
.entry > blockquote {
    font-size: 40px;
}
}
@media only screen and (max-width: 900px) {
.section-title {
    font-size: 100px;
}
}
@media only screen and (max-width: 750px) {
.section-title {
    font-size: 60px;
    padding-top: 90px;
}
.right-side-fixed-button,
  .right-side-fixed-button {
    display: none;
}
.mobile-alternate-button {
    display: block;
}
.date {
    font-size: 16px;
}
.entry > p {
    font-size: 16px;
}
.entry > blockquote,
  .entry > h2 {
    font-size: 24px;
}
.top-panel {
    height: 90vh;
}
.bottom-panel {
    margin-top: 90vh;
}
}
.fade-enter,
.fade-leave-to {
  opacity: 0;
}
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s;
}
.slide-left-enter-active,
.slide-left-leave-active,
.slide-right-enter-active,
.slide-right-leave-active {
  transition: -webkit-transform 10s;
  transition: transform 10s;
  transition: transform 10s, -webkit-transform 10s;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.slide-left-enter,
.slide-right-leave-to {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
.slide-left-leave,
.slide-left-enter-to {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.slide-left-leave-to,
.slide-right-enter {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
.slide-up-enter,
.slide-down-leave-to {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}
.slide-down-enter,
.slide-up-leave-to {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
.slide-up-enter-active,
.slide-up-leave-active,
.slide-down-enter-active,
.slide-down-leave-active {
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.rotate-from-right-enter .box {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.rotate-from-right-enter-to .box,
.rotate-from-right-leave .box {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
.rotate-from-right-leave-to .box {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.rotate-from-right-enter-active .box,
.rotate-from-right-leave-active .box {
  -webkit-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
          transform-origin: bottom right;
  transition: -webkit-transform;
  transition: transform;
  transition: transform, -webkit-transform;
  height: 100vh;
  overflow: hidden;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
.rotate-from-right-leave-active.frame,
.rotate-from-right-enter-active.frame {
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

:root {
  --padding: 80px;
}
@media only screen and (max-width: 750px) {
:root {
    --padding: 20px;
}
}
.about-page {
  background-color: #f1f1f1;
}
.about-page .section-title {
    z-index: 10;
    position: relative;
    background-color: #f1f1f1;
    padding-bottom: 40px;
}
.about-page .wp-content {
    background-color: #f1f1f1;
}
.about-page .wp-content blockquote {
      width: 100%;
      max-width: unset;
      font-size: 70px;
      position: relative;
      margin: 0;
      padding: 70px var(--padding);
      box-sizing: border-box;
      z-index: 0;
      overflow: hidden;
      color: #333333;
      font-weight: 700;
}
.about-page .wp-content blockquote > p {
        max-width: 900px;
        font-family: "Moderat", "serif";
        font-weight: 600;
        line-height: initial;
        text-align: center;
        margin: 10px auto;
}
.about-page .wp-content blockquote > * {
        position: relative;
        z-index: 20;
}
.about-page .wp-content blockquote:after {
      content: '';
      width: 105%;
      height: 100%;
      background-color: #cecece;
      -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
              clip-path: polygon(100% 0, 0% 100%, 100% 100%);
      position: absolute;
      bottom: -2px;
      left: -2%;
      z-index: 10;
}
.about-page .wp-content .section {
      padding: 0 var(--padding);
      font-size: 30px;
      overflow: hidden;
}
.about-page .wp-content .section .image-shortcode {
        margin: 0;
}
.about-page .wp-content .section .image-right,
      .about-page .wp-content .section .image-left {
        margin: 0 auto;
        max-width: 1800px;
}
.about-page .wp-content .section .image-right {
        text-align: left;
}
.about-page .wp-content .section .image-left {
        text-align: left;
}
.about-page .wp-content .section h3 {
        font-family: "Moderat", "serif";
        font-size: inherit;
        font-weight: 700;
        line-height: 1.4;
}
.about-page .wp-content .section p {
        font-family: "Moderat", "sans-serif";
        font-size: 18px;
        font-weight: 500;
        line-height: 1.5;
}
.about-page .bottom-section,
  .about-page .social-links {
    background-color: #cecece;
}
.about-page .social-links {
    padding: 50px var(--padding);
}
.about-page .social-links .prompt {
      margin-top: 0;
}
.about-page .wp-content,
  .about-page .bottom-section,
  .about-page .social-links {
    position: relative;
    z-index: 10;
}
.about-page .bottom-section {
    padding-top: 30px;
}
@media only screen and (min-width: 1800px) {
.about-page .wp-content .section {
      font-size: 60px;
}
.about-page .wp-content .section p {
        font-size: 25px;
}
.about-page .wp-content blockquote {
      font-size: 110px;
}
.about-page .wp-content blockquote p {
        max-width: 1280px;
}
}
@media only screen and (max-width: 1200px) {
.about-page .wp-content blockquote {
      padding: 50px var(--padding);
}
}
@media only screen and (max-width: 900px) {
.about-page .section-title {
      margin-bottom: 0;
}
.about-page .wp-content blockquote {
      font-size: 50px;
      padding: 10px var(--padding);
}
.about-page .wp-content .section {
      padding: 30px var(--padding);
      font-size: 25px;
}
}

:root {
  --padding: 80px;
}
@media only screen and (max-width: 750px) {
:root {
    --padding: 20px;
}
}
.archive .section-title {
  color: #333333;
}
.archive .grid {
  margin-top: 50px;
}
.archive .grid .block-post {
    margin-bottom: 65px;
    display: block;
}
@media only screen and (max-width: 900px) {
.archive .grid {
    margin-top: 20px;
}
.archive .grid .block-post {
      margin-bottom: 32px;
}
}

:root {
  --padding: 80px;
}
@media only screen and (max-width: 750px) {
:root {
    --padding: 20px;
}
}
.contact-page {
  color: #333333;
  background-color: #f1f1f1;
}
.contact-page .top-panel {
    height: unset;
    z-index: 0;
    position: relative;
    z-index: 100;
    padding-bottom: 60px;
    background-color: #f1f1f1;
}
.contact-page .top-panel .wp-content {
      padding: 0 var(--padding);
}
.contact-page .top-panel .section-title,
    .contact-page .top-panel .address,
    .contact-page .top-panel .map,
    .contact-page .top-panel .phone {
      position: relative;
      z-index: 20;
      text-align: center;
      display: block;
      font-family: "Moderat", "sans-serif";
      margin: 0 auto;
}
.contact-page .top-panel .section-title {
      font-weight: 500;
      font-family: "Moderat", "serif";
}
.contact-page .top-panel .address {
      font-family: "Moderat", "serif";
      font-size: 24px;
      font-weight: 500;
      color: #333333;
}
.contact-page .top-panel .map {
      font-size: 16px;
      font-weight: 500;
      text-transform: uppercase;
      margin-top: 30px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      color: #333333;
}
.contact-page .top-panel .map .svg-wrapper {
        margin-top: -4px;
        margin-right: 5px;
}
.contact-page .top-panel .map .svg-wrapper svg {
          height: 20px;
}
.contact-page .top-panel .map .svg-wrapper svg path {
            fill: #333333;
            transition: fill 0.4s;
}
.contact-page .top-panel .phone {
      margin-top: 10px;
      font-size: 18px;
      font-weight: 500;
      text-transform: uppercase;
}
.contact-page .top-panel .team {
      text-align: center;
      margin-top: 60px;
}
.contact-page .top-panel .team-member {
      width: 33.33%;
      margin-bottom: 5px;
}
.contact-page .second-panel {
    background-color: #cecece;
    z-index: 100;
    position: relative;
    -webkit-clip-path: polygon(0 50px, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 50px, 100% 0, 100% 100%, 0% 100%);
    padding-top: 80px;
    padding-bottom: 15px;
    margin-top: -50px;
}
.contact-page .second-panel .section-title {
      font-weight: 500;
}
.contact-page .second-panel .staff {
      max-width: 850px;
}
.contact-page .second-panel .team-member {
      margin-bottom: 10px;
}
.contact-page .second-panel .team-member {
      width: 40%;
}
.contact-page .third-panel {
    background-color: #dfdfdf;
    position: relative;
    z-index: 100;
    -webkit-clip-path: polygon(0 0, 100% 50px, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 50px, 100% 100%, 0% 100%);
    margin-top: -50px;
    padding-top: 45px;
}
.contact-page .third-panel .section-title {
      font-weight: 500;
}
.contact-page .third-panel .team-member {
      width: 30%;
}
.contact-page .third-panel .team-member .name {
        margin-bottom: 10px;
}
.contact-page .bottom-panel {
    z-index: 20;
    padding: 30px var(--padding);
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
}
.contact-page .bottom-panel.staff {
      padding: 60px var(--padding);
}
.contact-page .bottom-panel.representation-title {
      padding: 20px var(--padding);
      position: relative;
}
.contact-page .bottom-panel.representation {
      padding-bottom: 60px;
}
.contact-page .bottom-panel.funkhaus-badge {
      padding: 0 var(--padding) 60px var(--padding);
}
.contact-page .bottom-panel.funkhaus-badge svg {
        margin: 0 auto;
        -webkit-transform: scale(1.5);
            -ms-transform: scale(1.5);
                transform: scale(1.5);
}
@media (hover: hover) {
.contact-page .top-panel .map:hover {
      color: #f0402e;
      text-decoration: none;
}
.contact-page .top-panel .map:hover svg path {
        fill: #f0402e;
}
}
@media only screen and (max-width: 1200px) {
.contact-page .bottom-panel.representation-title {
      font-size: 100px;
}
}
@media only screen and (max-width: 900px) {
.contact-page .bottom-panel.wp-content .team-member {
      margin-top: 32px;
}
.contact-page .bottom-panel.representation-title {
      font-size: 85px;
      margin-top: -1px;
}
.contact-page .bottom-panel.representation {
      margin-top: -2px;
}
}
@media only screen and (max-width: 750px) {
.contact-page .top-panel .address {
      font-size: 24px;
}
.contact-page .top-panel .wp-content > p {
      margin: 0 auto;
}
.contact-page .top-panel .map {
      font-size: 16px;
      margin-top: 10px;
}
.contact-page .top-panel .phone {
      font-size: 24px;
      margin-top: 15px;
}
.contact-page .top-panel .team-member {
      width: 100%;
}
.contact-page .bottom-panel.representation-title {
      font-size: 47px;
}
.contact-page .bottom-panel.staff {
      padding-top: 0;
}
.contact-page .bottom-panel .team-member {
      width: 100%;
}
.contact-page .bottom-panel.wp-content .team-member {
      margin: 0;
}
.contact-page .third-panel .wp-content .team-member {
      margin-bottom: 30px;
}
}

:root {
  --padding: 80px;
}
@media only screen and (max-width: 750px) {
:root {
    --padding: 20px;
}
}
.post-detail {
  text-align: center;
  margin-top: 100px;
}
.post-detail .block-post .image,
  .post-detail .title,
  .post-detail .entry {
    padding: 0 var(--padding);
    box-sizing: border-box;
}
.post-detail .title {
    font-size: 40px;
    font-family: "Moderat", "serif";
    margin: 10px 0 15px 0;
}

:root {
  --padding: 80px;
}
@media only screen and (max-width: 750px) {
:root {
    --padding: 20px;
}
}
.front-page {
  position: relative;
}
.front-page .bottom-panel {
    background-color: #f1f1f1;
    padding-bottom: 70px;
    color: #333333;
}
.front-page .bottom-panel .description {
      padding: 70px var(--padding) 50px var(--padding);
      text-align: center;
      font-size: 52px;
      margin: 0 auto;
      max-width: 1000px;
      font-family: "Moderat", "serif";
}
.front-page .bottom-panel .social-links {
      margin-bottom: 50px;
      padding: 0 var(--padding);
}
.front-page .bottom-panel .red-line {
      background-color: #f0402e;
      width: 15px;
      height: 143px;
      position: absolute;
      bottom: calc(100% - 43px);
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
}
.front-page .bottom-panel .grid {
      margin: 0 auto;
      padding: 0;
      max-width: 1800px;
}
.front-page .bottom-panel .grid .block-home {
        margin-bottom: 70px;
}
.front-page .bottom-panel .grid .block-home:last-child {
          margin: 0;
}
@media only screen and (max-width: 1200px) {
.front-page .bottom-panel .grid {
      max-width: 1200px;
}
}
@media only screen and (max-width: 900px) {
.front-page .bottom-panel .grid,
    .front-page .bottom-panel .description {
      max-width: 900px;
}
.front-page .bottom-panel .grid {
      padding: 0 var(--padding);
}
.front-page .bottom-panel .grid .block-home {
        margin-bottom: 30px;
}
}
@media only screen and (max-width: 750px) {
.front-page .bottom-panel .description {
      font-size: 32px;
      font-weight: 500;
}
.front-page .bottom-panel .grid {
      padding: 0 var(--padding);
}
}

:root {
  --padding: 80px;
}
@media only screen and (max-width: 750px) {
:root {
    --padding: 20px;
}
}
.director-grid {
  text-align: center;
}
.director-grid .mobile-biography-button {
    display: none;
}
.director-grid .section-title {
    margin-bottom: 40px;
}
.director-grid .grid {
    margin-top: 60px;
}
.director-grid .grid .block-work:first-child {
      width: 100%;
}
.director-grid .grid .block-work:first-child .image.fill-space .image-sizer {
        padding-bottom: 42.3%;
}
.director-grid .grid .block-post:last-child {
      margin-top: 50px;
      display: block;
}
.director-grid .biography-button {
    cursor: pointer;
    color: #333;
}
.bio-open .director-grid .biography-button {
      color: #f1f1f1;
}
@media only screen and (max-width: 750px) {
.director-grid .section-title {
      margin-bottom: 20px;
      padding-bottom: 0;
}
.director-grid .scroll-to.right-side-fixed-button {
      display: none;
}
.director-grid .mobile-biography-button {
      display: block;
}
.director-grid .projects {
      margin-top: 20px;
}
.director-grid .social-links {
      margin-top: 20px;
}
}

:root {
  --padding: 80px;
}
@media only screen and (max-width: 750px) {
:root {
    --padding: 20px;
}
}
.project-grid {
  text-align: center;
}
.project-grid .section-title {
    margin-bottom: 40px;
}
.project-grid .section-title .line-2 {
      display: block;
      font-size: 28px;
      font-weight: 400;
      word-spacing: normal;
}
.project-grid .grid {
    margin: 60px auto;
}
.project-grid .grid .block-project {
      width: 100%;
}

:root {
  --padding: 80px;
}
@media only screen and (max-width: 750px) {
:root {
    --padding: 20px;
}
}
.talent-grid .section-title {
  margin-bottom: 40px;
}
.talent-grid .grid {
  margin-bottom: 60px;
}

:root {
  --padding: 80px;
}
@media only screen and (max-width: 750px) {
:root {
    --padding: 20px;
}
}
.video-detail {
  margin-top: 120px;
}
.video-detail .section-title {
    display: none;
    padding-top: 0;
    font-size: 40px;
}
.video-detail .video-stage {
    position: absolute;
    bottom: 0;
    top: 0;
    left: var(--padding);
    right: var(--padding);
}
.video-detail .image-stage {
    margin-bottom: 70px;
}
.video-detail .close-button {
    color: #333333;
}
.video-detail .title {
    padding: 0 var(--padding);
    text-align: center;
}
.video-detail .title.project-title {
      font-size: 40px;
      font-family: "Moderat", "serif";
      font-weight: 700;
      margin-bottom: 0;
}
.video-detail .title.director-title {
      font-size: 20px;
      line-height: 40px;
      font-family: "Moderat", "serif";
      color: #333333;
      margin-top: 0;
}
.video-detail.has-case-study .video-stage {
    width: calc(100% - 160px);
    padding-bottom: 56.25%;
    height: 0;
    position: relative;
}
.video-detail.has-case-study .video-stage iframe {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
}
.video-detail.has-case-study .entry {
    text-align: center;
    padding: 0 var(--padding);
    margin: 0 auto;
}
@media only screen and (max-width: 750px) {
.video-detail.has-case-study .video-stage {
      width: calc(100% - 40px);
}
.video-detail .section-title {
      display: block;
      margin-bottom: 10px;
}
}
@media only screen and (max-width: 750px) and (orientation: landscape) {
.video-detail .video-stage {
      margin: 70px 0;
      min-height: 600px;
}
}

:root {
  --padding: 80px;
}
@media only screen and (max-width: 750px) {
:root {
    --padding: 20px;
}
}
.hamburger {
  width: 30px;
  height: 12px;
  padding: 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 10px;
  box-sizing: content-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: all 0.4s;
}
.hamburger .line {
    position: absolute;
    height: 4px;
    left: 50%;
    width: 30px;
    top: 20px;
    background-color: #333333;
    transition: all 0.4s;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
}
.hamburger .line-2 {
    top: 28px;
}
.bio-open .hamburger .line {
    background-color: #f1f1f1;
}
.hamburger.is-active .line {
    background-color: #f1f1f1;
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.hamburger.is-active .line-1 {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
}
.hamburger.is-active .line-2 {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
}
@media only screen and (max-width: 750px) {
.hamburger {
      -webkit-transform: scale(0.75);
          -ms-transform: scale(0.75);
              transform: scale(0.75);
      -webkit-transform-origin: right center;
          -ms-transform-origin: right center;
              transform-origin: right center;
      top: 6px;
      right: 4px;
}
}

:root {
  --padding: 80px;
}
@media only screen and (max-width: 750px) {
:root {
    --padding: 20px;
}
}
.director-bio {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  color: #f1f1f1;
  will-change: transform;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.director-bio .bio-box {
    background-color: #30342c;
    padding-bottom: 60px;
    width: 100%;
    position: relative;
    will-change: transform;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
}
.director-bio .bio-box .social-links {
      margin-bottom: 60px;
      color: #f1f1f1;
}
.director-bio .bio-box .social-links .prompt,
      .director-bio .bio-box .social-links .social-media {
        color: #f1f1f1;
}
.director-bio .bio-box .scroll-to.mobile-alternate-button {
      display: none;
}
.director-bio .bio-box .entry {
      padding: 0 var(--padding);
}
.director-bio .bio-box .entry > p {
        text-align: left;
        margin-left: auto;
        margin-right: auto;
}
.director-bio .bio-box .entry > p a {
          color: #f0402e;
}
.director-bio .bio-box .entry p:last-of-type {
        margin-bottom: 70px;
}
.director-bio .bio-box .bio-image {
      position: relative;
      margin: 0 auto;
      max-width: 600px;
      width: 100%;
      padding: 0 var(--padding);
      box-sizing: border-box;
}
.director-bio .bio-box .bio-image .image-sizer {
        box-sizing: border-box;
        border-radius: 100%;
        border: 10px solid #494a36;
        background-color: #767057;
        overflow: hidden;
}
.director-bio .bio-box .bio-image img {
        mix-blend-mode: multiply;
        -webkit-filter: grayscale(1);
                filter: grayscale(1);
}
@media only screen and (max-width: 750px) {
.director-bio .bio-box .scroll-to.mobile-alternate-button {
      display: block;
}
.director-bio .bio-box .entry p:last-of-type {
      margin-bottom: 30px;
}
}

:root {
  --padding: 80px;
}
@media only screen and (max-width: 750px) {
:root {
    --padding: 20px;
}
}
.fade-enter,
.fade-leave-to {
  opacity: 0;
}
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s;
}
.slide-left-enter-active,
.slide-left-leave-active,
.slide-right-enter-active,
.slide-right-leave-active {
  transition: -webkit-transform 10s;
  transition: transform 10s;
  transition: transform 10s, -webkit-transform 10s;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.slide-left-enter,
.slide-right-leave-to {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
.slide-left-leave,
.slide-left-enter-to {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.slide-left-leave-to,
.slide-right-enter {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
.slide-up-enter,
.slide-down-leave-to {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}
.slide-down-enter,
.slide-up-leave-to {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
.slide-up-enter-active,
.slide-up-leave-active,
.slide-down-enter-active,
.slide-down-leave-active {
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.rotate-from-right-enter .box {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.rotate-from-right-enter-to .box,
.rotate-from-right-leave .box {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
.rotate-from-right-leave-to .box {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.rotate-from-right-enter-active .box,
.rotate-from-right-leave-active .box {
  -webkit-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
          transform-origin: bottom right;
  transition: -webkit-transform;
  transition: transform;
  transition: transform, -webkit-transform;
  height: 100vh;
  overflow: hidden;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
.rotate-from-right-leave-active.frame,
.rotate-from-right-enter-active.frame {
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
.fixed-breadcrumb {
  position: fixed;
  z-index: 100;
  top: 50%;
  left: 20px;
  -webkit-transform: rotate(-90deg) translate(-50%, 100%);
      -ms-transform: rotate(-90deg) translate(-50%, 100%);
          transform: rotate(-90deg) translate(-50%, 100%);
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  text-transform: uppercase;
  cursor: default;
}
.fixed-breadcrumb .crumb {
    color: #333333;
    padding: 20px 0;
    text-align: left;
}
.bio-open .fixed-breadcrumb .crumb {
      color: #f1f1f1;
}
.fixed-breadcrumb .crumb.fade-leave-active {
    transition: opacity 0s;
}
.fixed-breadcrumb .crumb + .crumb {
    color: #8e8e8e;
    margin-left: 5px;
}
@media only screen and (max-width: 750px) {
.fixed-breadcrumb {
      z-index: 200;
      top: 0;
      padding: 0;
      max-width: 100px;
      height: 70px;
      -webkit-transform: unset;
          -ms-transform: unset;
              transform: unset;
      text-align: left;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
}
.fixed-breadcrumb .crumb + .crumb {
        display: none;
}
.fixed-breadcrumb.scrolled-past-title .crumb {
        color: #333333;
}
.fixed-breadcrumb.scrolled-past-title .crumb + .crumb {
        display: none;
}
}

:root {
  --padding: 80px;
}
@media only screen and (max-width: 750px) {
:root {
    --padding: 20px;
}
}
.gallery-overlay {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.gallery-overlay .close-button {
    position: absolute;
    top: 25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    cursor: pointer;
}
.gallery-overlay .slideshow {
    position: absolute;
    left: 80px;
    right: 80px;
    top: 110px;
    bottom: 110px;
}
.gallery-overlay .browse {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    cursor: pointer;
    padding: 20px;
}
.gallery-overlay .prev {
    left: 10px;
}
.gallery-overlay .next {
    right: 10px;
}
.gallery-overlay .meta {
    text-transform: uppercase;
    text-align: center;
    font-family: "Moderat", "sans-serif";
    font-weight: 500;
    position: absolute;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.gallery-overlay .meta .pagination {
      font-size: 18px;
}
.gallery-overlay .meta .pagination .sep {
        display: inline-block;
        vertical-align: middle;
        font-size: 12px;
}
.gallery-overlay .meta .caption {
      color: #7d765b;
      display: block;
      font-size: 14px;
      margin: 0;
      margin-top: 5px;
}

:root {
  --padding: 80px;
}
@media only screen and (max-width: 750px) {
:root {
    --padding: 20px;
}
}
.newsletter-signup .reveal-mask {
  height: 300px;
}
.newsletter-signup .mailing-list {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-color: #c1c1c1;
  padding: 50px var(--padding) 70px var(--padding);
  text-align: center;
  color: #333333;
  font-family: "Moderat", "serif";
  font-size: 70px;
  font-weight: 500;
}
.newsletter-signup .mailing-list form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1080px;
    margin: 0 auto;
}
.newsletter-signup .mailing-list form label {
      display: none;
}
.newsletter-signup .mailing-list form ::-webkit-input-placeholder {
      color: #333333;
}
.newsletter-signup .mailing-list form ::-moz-placeholder {
      color: #333333;
}
.newsletter-signup .mailing-list form :-ms-input-placeholder {
      color: #333333;
}
.newsletter-signup .mailing-list form ::placeholder {
      color: #333333;
}
.newsletter-signup .mailing-list form input {
      margin-top: 20px;
      padding: 17px;
      background-color: #ffffff;
      font-size: 35px;
      color: #333333;
      border: none;
      font-family: "Moderat", "serif";
      width: 85%;
      border-radius: 0;
      -webkit-appearance: none;
}
.newsletter-signup .mailing-list form input[type='submit'] {
      color: #333333;
      background-color: #e6e6e6;
      border: none;
      width: 15%;
      border-radius: 0;
      -webkit-appearance: none;
      cursor: pointer;
}
.newsletter-signup .mailing-list .error-message {
    color: #f0402e;
    font-size: 25px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.newsletter-signup .mailing-list .success-message {
    color: #f1f1f1;
    padding-top: 12px;
}
@media only screen and (max-width: 750px) {
.newsletter-signup .reveal-mask {
    height: 230px;
}
.newsletter-signup .mailing-list {
    font-size: 30px;
}
.newsletter-signup .mailing-list form input {
      font-size: 18px;
}
.newsletter-signup .mailing-list form input[type='submit'] {
      min-width: 70px;
}
}

:root {
  --padding: 80px;
}
@media only screen and (max-width: 750px) {
:root {
    --padding: 20px;
}
}
.grid.next-prev-grid {
  padding: 0;
  max-width: none;
}
.grid.next-prev-grid .block-content {
    max-height: 320px;
    overflow-y: hidden;
}
.grid.next-prev-grid .block-content .image .image-sizer {
      padding-bottom: 30% !important;
}
.grid.next-prev-grid .block-content .title {
      text-align: left;
      max-width: 600px;
}
.grid.next-prev-grid .block-content .title .line-2 {
        color: #f0402e;
}
.grid.next-prev-grid .block-content:last-child {
    width: 100%;
}
.grid.next-prev-grid .block-content:last-child .title {
      max-width: none;
}
.grid.next-prev-grid .block-content + .block-content {
    width: 50%;
}
.grid.next-prev-grid .block-content + .block-content .title {
      max-width: 600px;
}
.grid.next-prev-grid .related-block .overlay {
    opacity: 0.4;
}
@media only screen and (max-width: 900px) {
.grid.next-prev-grid .block-content + .block-content {
      display: none;
}
.grid.next-prev-grid .block-content:first-child {
      width: 100%;
      max-height: 250px;
}
.grid.next-prev-grid .block-content:first-child .image .image-sizer {
        padding-bottom: 30% !important;
}
}
@media only screen and (max-width: 750px) {
.grid.next-prev-grid .block-content .title .line-1 {
      font-size: 25px;
}
.grid.next-prev-grid .block-content .title .line-2 {
      font-size: 17px;
}
}

:root {
  --padding: 80px;
}
@media only screen and (max-width: 750px) {
:root {
    --padding: 20px;
}
}
.panel-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #f1f1f1;
}
.panel-menu .home-link {
    z-index: 40;
    position: absolute;
    top: 18px;
    transition: opacity 0.2s;
}
.panel-menu .social-links {
    z-index: 40;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 40px;
    transition: opacity 0.2s;
}
.panel-menu .social-links .prompt,
    .panel-menu .social-links .social-media {
      color: #f1f1f1;
}
.panel-menu .menu {
    margin: 130px 20px;
    text-align: center;
    font-size: 68px;
    z-index: 40;
    position: relative;
    font-family: "Moderat", "serif";
    font-weight: 500;
    transition: opacity 0.2s;
    line-height: 1.5;
}
@media only screen and (max-height: 800px) {
.panel-menu .menu {
        line-height: 11.3vh;
}
}
.panel-menu .menu li {
      display: block;
}
.panel-menu .menu a {
      display: inline-block;
}
.panel-menu .menu .line-2 {
      vertical-align: super;
      font-size: 20px;
      margin-left: 10px;
      font-weight: 500;
      display: inline-block;
}
.panel-menu .angle {
    position: absolute;
    width: 180%;
    height: 100%;
    transition: all 0.2s;
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
}
.panel-menu .top-angle {
    top: 0;
    left: 0;
    background-color: #333333;
    z-index: 20;
}
.panel-menu .bottom-angle {
    background-color: #666666;
    bottom: 0;
    z-index: 30;
    right: 0;
}
@media (hover: hover) {
.panel-menu .menu a:hover {
      color: #f0402e;
}
}
@media only screen and (min-width: 1800px) {
.panel-menu .menu {
      line-height: 1.4;
      font-size: 60px;
}
.panel-menu .menu .line-2 {
        font-size: 30px;
}
}
@media only screen and (max-width: 900px) {
.panel-menu .menu {
      font-size: 34px;
      line-height: 1.5;
}
.panel-menu .menu .line-2 {
        display: block;
}
}
@media only screen and (max-width: 750px) {
.panel-menu .home-link {
      -webkit-transform: scale(0.5);
          -ms-transform: scale(0.5);
              transform: scale(0.5);
}
}
@media screen and (max-height: 400px) {
.panel-menu .menu {
      font-size: 18px;
}
.panel-menu .menu .line-2 {
        font-size: 12px;
}
.panel-menu .social-links .social-media {
      font-size: 14px;
}
}
.panel-menu.shutter-leave-to .top-angle,
  .panel-menu.shutter-enter .top-angle {
    -webkit-clip-path: polygon(0 0, 0 0, 0 0);
            clip-path: polygon(0 0, 0 0, 0 0);
}
.panel-menu.shutter-leave-to .bottom-angle,
  .panel-menu.shutter-enter .bottom-angle {
    -webkit-clip-path: polygon(100% 100%, 100% 100%, 100% 100%);
            clip-path: polygon(100% 100%, 100% 100%, 100% 100%);
}
.panel-menu.shutter-enter-active .menu,
  .panel-menu.shutter-enter-active .home-link,
  .panel-menu.shutter-enter-active .social-links {
    opacity: 0;
    transition-delay: 0.2s;
}
.panel-menu.shutter-enter .menu,
  .panel-menu.shutter-enter .home-link,
  .panel-menu.shutter-enter .social-links, .panel-menu.shutter-leave-to .menu,
  .panel-menu.shutter-leave-to .home-link,
  .panel-menu.shutter-leave-to .social-links {
    opacity: 0;
}
.panel-menu.shutter-leave-active .angle {
    transition-delay: 0.2s;
}
.panel-menu .top-angle,
  .panel-menu.shutter-enter-to .top-angle,
  .panel-menu.shutter-leave .top-angle {
    -webkit-clip-path: polygon(100% 0, 0 0, 0 70%);
            clip-path: polygon(100% 0, 0 0, 0 70%);
}
.panel-menu .bottom-angle,
  .panel-menu.shutter-enter-to .bottom-angle,
  .panel-menu.shutter-leave .bottom-angle {
    -webkit-clip-path: polygon(100% 30%, 0 100%, 100% 100%);
            clip-path: polygon(100% 30%, 0 100%, 100% 100%);
}

:root {
  --padding: 80px;
}
@media only screen and (max-width: 750px) {
:root {
    --padding: 20px;
}
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
}
.header .logo {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 18px;
}
.header .logo path {
      fill: #333333;
}
.bio-open .header .logo path {
        fill: #f1f1f1;
}
.header.white {
    background-color: rgba(241, 241, 241, 0.9);
}
.header.black {
    background-color: rgba(0, 0, 0, 0.9);
}
.header.light-green {
    background-color: rgba(73, 74, 54, 0.8);
}
.header.dark-green {
    background-color: rgba(48, 52, 45, 0.8);
}
@media only screen and (max-width: 750px) {
.header .logo {
      -webkit-transform: translateX(-50%) scale(0.7);
          -ms-transform: translateX(-50%) scale(0.7);
              transform: translateX(-50%) scale(0.7);
}
}

:root {
  --padding: 80px;
}
@media only screen and (max-width: 750px) {
:root {
    --padding: 20px;
}
}
.social-links {
  text-align: center;
  text-transform: uppercase;
  font-family: "Moderat", "sans-serif";
  font-weight: 500;
}
.social-links .prompt {
    color: #333333;
    font-size: 14px;
    margin: 0 0 5px;
}
.social-links .social-media {
    color: #333333;
    margin: 0 15px;
    font-size: 18px;
    transition: color 0.4s;
}
@media (hover: hover) {
.social-links .social-media:hover {
      color: #f0402e;
}
}

:root {
  --padding: 80px;
}
@media only screen and (max-width: 750px) {
:root {
    --padding: 20px;
}
}
.block-content {
  position: relative;
  display: inline-block;
  width: 50%;
  z-index: 0;
  letter-spacing: normal;
}
.block-content .image.fill-space.no-custom-ratio {
    position: relative;
}
.block-content .image.fill-space.no-custom-ratio .image-sizer {
      padding-bottom: 56.25%;
      height: 0;
}
.block-content .image .image-sizer .media {
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
}
.block-content .title {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    padding: 0 50px;
    box-sizing: border-box;
    text-align: center;
    font-family: "Moderat", "serif";
    font-weight: 500;
    font-size: 40px;
    margin: 0;
    z-index: 20;
    color: #f1f1f1;
}
.block-content .line-2 {
    font-size: 20px;
    line-height: 2;
    font-weight: 500;
}
.block-content .overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #333333;
    opacity: 0.2;
    z-index: 10;
}
.block-content.fade-text .title,
  .block-content.fade-text .date {
    opacity: 0;
    transition: opacity 0.5s;
}
.block-content.first-featured:last-child:nth-child(even) {
    width: 100%;
}
.block-content.first-featured:last-child:nth-child(even) .image .image-sizer {
      padding-bottom: 28% !important;
}
.block-content:not(.first-featured):last-child:nth-child(odd) {
    width: 100%;
}
.block-content:not(.first-featured):last-child:nth-child(odd) .image .image-sizer {
      padding-bottom: 28% !important;
}
.block-content.has-date .date {
    position: absolute;
    top: 25%;
    -webkit-transform: translateY(-25%);
        -ms-transform: translateY(-25%);
            transform: translateY(-25%);
    padding: 0 50px;
    box-sizing: border-box;
    z-index: 20;
    text-align: left;
}
.block-content.has-date .title {
    font-size: 34px;
    bottom: 25%;
    text-align: left;
}
@media (hover: hover) {
.block-content.fade-text:hover .title,
    .block-content.fade-text:hover .date {
      opacity: 1;
}
}
@media (hover: none) {
.block-content.fade-text .title,
    .block-content.fade-text .date {
      opacity: 1;
}
}
@media only screen and (min-width: 1800px) {
.block-content .title {
      font-size: 64px;
}
.block-content .line-2 {
      font-size: 34px;
}
}
@media only screen and (max-width: 900px) {
.block-content .title {
      font-size: 28px;
}
.block-content .line-2 {
      font-size: 16px;
}
}
@media only screen and (max-width: 750px) {
.block-content {
      width: 100%;
}
.block-content.first-featured:last-child:nth-child(even) .image .image-sizer {
        padding-bottom: 56.25% !important;
}
.block-content:not(.first-featured):last-child:nth-child(odd) .image .image-sizer {
        padding-bottom: 56.25% !important;
}
}

:root {
  --padding: 80px;
}
@media only screen and (max-width: 750px) {
:root {
    --padding: 20px;
}
}
.block-home {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.block-home .image {
    width: 60%;
}
.block-home .image img {
      transition: -webkit-transform 0.4s;
      transition: transform 0.4s;
      transition: transform 0.4s, -webkit-transform 0.4s;
}
.block-home .meta {
    width: 40%;
    margin: 0 60px;
    text-align: left;
}
.block-home .meta .line-1 {
      font-size: 52px;
      font-family: "Moderat", "serif";
      font-weight: 700;
      transition: color 0.4s;
}
.block-home .meta .line-2 {
      font-size: 34px;
      line-height: 52px;
      color: #7d765b;
      font-family: "Moderat", "serif";
      transition: color 0.4s;
}
.block-home .meta .credits {
      font-size: 22px;
      color: #333333;
      text-transform: uppercase;
      font-family: "Moderat", "sans-serif";
      font-weight: 500;
      margin: 20px 0 0 0;
      transition: color 0.4s;
}
.block-home:nth-child(even) .image {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
}
.block-home:nth-child(even) .meta {
    text-align: right;
}
.block-home:nth-child(even) .meta .line-2 {
      margin-left: auto;
}
@media (hover: hover) {
.block-home:hover .has-red-line::before {
      height: 100%;
}
.block-home:hover .meta .credits,
    .block-home:hover .meta .line-1,
    .block-home:hover .meta .line-2 {
      color: #f0402e;
}
}
@media only screen and (min-width: 1800px) {
.block-home .meta .line-1 {
      font-size: 65px;
}
.block-home .meta .line-2 {
      font-size: 43px;
}
.block-home .meta .credits {
      font-size: 28px;
}
}
@media only screen and (max-width: 900px) {
.block-home, .block-home:nth-child(even) {
      margin-bottom: 20px;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
}
.block-home .image,
      .block-home .meta, .block-home:nth-child(even) .image,
      .block-home:nth-child(even) .meta {
        width: 100%;
        margin: 0;
}
.block-home .image, .block-home:nth-child(even) .image {
        -webkit-order: 0;
            -ms-flex-order: 0;
                order: 0;
}
.block-home .meta, .block-home:nth-child(even) .meta {
        -webkit-order: 0;
            -ms-flex-order: 0;
                order: 0;
        margin-top: 10px;
}
}
@media only screen and (max-width: 750px) {
.block-home .meta .line-1 {
      font-size: 38px;
}
.block-home .meta .line-2 {
      font-size: 24px;
      line-height: 1.4;
}
.block-home .meta .credits {
      font-size: 16px;
      margin-top: 10px;
}
}

:root {
  --padding: 80px;
}
@media only screen and (max-width: 750px) {
:root {
    --padding: 20px;
}
}
.block-post {
  width: 100%;
  box-sizing: border-box;
}
.block-post .title {
    font-size: 40px;
    font-family: "Moderat", "serif";
    margin: 10px 0 15px 0;
}
.block-post .image {
    margin-bottom: 20px;
}
.block-post .image img {
      transition: -webkit-transform 0.4s;
      transition: transform 0.4s;
      transition: transform 0.4s, -webkit-transform 0.4s;
}
.block-post.not-link {
    cursor: default;
}
@media (hover: hover) {
.block-post:hover .overlay,
    .block-post:hover .glasses {
      opacity: 1;
}
.block-post:hover .image:before {
      height: 100%;
}
}
@media only screen and (min-width: 1800px) {
.block-post .title {
      font-size: 50px;
}
}
@media only screen and (max-width: 900px) {
.block-post .title {
      font-size: 36px;
}
}
@media only screen and (max-width: 750px) {
.block-post .title {
      font-size: 24px;
}
}

:root {
  --padding: 80px;
}
@media only screen and (max-width: 750px) {
:root {
    --padding: 20px;
}
}
.block-gallery {
  margin: 2em 0;
  width: 100%;
  cursor: pointer;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.block-gallery .block-image {
    padding: 0;
    box-sizing: border-box;
    width: 50%;
    background-color: transparent !important;
}
.block-gallery .block-image:nth-child(odd):last-child {
    width: 100%;
}
@media only screen and (max-width: 750px) {
.block-gallery {
      margin: 30px 0 30px 50%;
      padding: 0 10px;
}
.block-gallery .block-image {
        padding: 10px;
}
}

:root {
  --padding: 80px;
}
@media only screen and (max-width: 750px) {
:root {
    --padding: 20px;
}
}
.image-shortcode {
  margin: 50px auto;
  position: relative;
  overflow: hidden;
}
.image-shortcode .image,
  .image-shortcode .text {
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
.image-shortcode .image.below-view,
    .image-shortcode .text.below-view {
      opacity: 0;
      -webkit-transform: translateY(20px);
          -ms-transform: translateY(20px);
              transform: translateY(20px);
}
.image-shortcode .image.mobile {
    display: none;
}
.image-shortcode .image {
    width: 55%;
    height: 100%;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    background-color: #767057;
}
.image-shortcode .image img {
      -webkit-filter: grayscale(1);
              filter: grayscale(1);
      mix-blend-mode: multiply;
}
.image-shortcode .text {
    width: 45%;
    padding: 40px 0 40px 40px;
    box-sizing: border-box;
    margin-left: auto;
}
.image-shortcode.image-right .text {
    padding-right: 40px;
    padding-left: 0;
    margin-left: 0;
    margin-right: auto;
}
.image-shortcode.image-right .image {
    right: 0;
    left: auto;
}
@media only screen and (max-width: 900px) {
.image-shortcode {
      display: block;
      margin: 30px auto;
}
.image-shortcode .image.desktop {
        display: none;
}
.image-shortcode .image.mobile {
        display: block;
}
.image-shortcode .image {
        width: 100%;
        padding: 0;
        margin: 20px auto;
        position: static;
}
.image-shortcode .image .rsp-image-module.image-sizer {
          padding-bottom: 47% !important;
}
.image-shortcode .text {
        width: 100%;
        padding: 0;
        margin: 20px auto;
        text-align: left;
}
.image-shortcode.image-right .image {
        padding: 0;
}
}
@media only screen and (max-width: 750px) {
.image-shortcode .image.rsp-image-module .image-sizer {
      padding-bottom: 100% !important;
}
}

:root {
  --padding: 80px;
}
@media only screen and (max-width: 750px) {
:root {
    --padding: 20px;
}
}
.team-member {
  font-family: "Moderat", "serif";
  color: #333333;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.team-member .location,
  .team-member .name,
  .team-member .phone {
    margin: 0;
}
.team-member .location {
    margin-bottom: 20px;
    font-weight: 600;
}
.team-member .name {
    font-size: 24px;
    font-weight: 500;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
}
.team-member .location > :first-child {
    font-size: 24px;
}
.team-member .location > :last-child {
    font-size: 18px;
}
.team-member .location span {
    display: block;
    font-weight: 500;
}
.team-member .title {
    font-size: 18px;
    margin-top: 5px;
}
.team-member .phone {
    font-family: "Moderat", "sans-serif";
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
    text-transform: uppercase;
}
.team-member.below-view {
    opacity: 0;
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px);
}
@media (hover: hover) {
.team-member .email-url > .name:hover {
      color: #f0402e;
}
.team-member .email-url:hover {
      text-decoration: none;
}
}
@media only screen and (max-width: 750px) {
.team-member .location {
      margin-bottom: 10px;
}
.team-member .name {
      font-size: 32px;
}
.team-member .location,
    .team-member .title {
      font-size: 20px;
}
.team-member .phone {
      font-size: 18px;
}
}

/*# sourceMappingURL=bundle.css.map*/