@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

a {
  text-decoration: none;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "ogg";
  src: url("../fonts/Ogg-Bold.woff2") format("woff2"), url("../fonts/Ogg-Bold.woff") format("woff"), url("../fonts/Ogg-Bold.eof") format("eof");
}
html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  font-smooth: always;
}

@keyframes gradient {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 100%;
  }
}
body {
  font-family: roc-grotesk, sans-serif;
  font-weight: 400;
  color: #143049;
  background-color: #BAA5CF;
  background-attachment: fixed;
  background-image: linear-gradient(-33deg, #A168F7, #37A6D1, #9FD693, #A168F7, #37A6D1, #9FD693);
  background-size: 800%;
  animation-name: gradient;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-duration: 24s;
  animation-direction: alternate;
  /*
  	&:before {
  		content: '';
  		position: fixed;
  		top: 0;
  		left: 0;
  		width: 100vw;
  		height: 100vh;
  		opacity: 0.25;
  		z-index: -1;
  		background-image: linear-gradient(45deg, #A168F7, #37A6D1, #9FD693, #A168F7, #37A6D1, #9FD693);
  		background-size: 1200%;
  		animation-name: gradient;
  		animation-iteration-count: infinite;
  		animation-timing-function: linear;
  		animation-duration: 18s;
  		animation-direction: alternate;		
  	}
  */
}
body:after {
  content: "desktop";
  display: none;
  visibility: hidden;
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  body:after {
    content: "mobile";
  }
}
@media only screen and (min-width: 1101px) and (max-width: 1480px) {
  body:after {
    content: "tablet1";
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  body:after {
    content: "tablet2";
  }
}
body:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100px;
  background-image: url("../images/page-header.png");
  background-repeat: repeat-x;
  background-position: center top;
  opacity: 0.9;
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  body:before {
    height: 50px;
    background-size: cover;
  }
}
body.home:before {
  position: fixed;
  width: 60vw;
  height: 156px;
  background-position: left -20px;
  background-repeat: no-repeat;
  background-image: url("../images/home-bg-top.png");
}
@media only screen and (min-height: 1px) and (max-height: 680px) {
  body.home:before {
    background-size: cover;
    background-position: center -50px;
    height: 100px;
  }
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  body.home:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100vw;
    height: 55px;
    background-image: url("../images/page-header.png");
    background-repeat: repeat-x;
    background-position: center top;
    background-size: cover;
    opacity: 0.9;
  }
}
body.menu-open {
  overflow: hidden;
  pointer-events: none;
}
body ::selection {
  background-color: #BAA5CF;
  color: white;
}

.button {
  width: 220px;
  height: 83px;
  position: relative;
}
.button.wide-btn {
  width: 320px;
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  .button {
    width: 118px;
    height: 34px;
  }
}
.button svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition-duration: 0.2s;
}
.button a {
  position: relative;
  text-align: center;
  color: white;
  display: block;
  padding: 2rem 0;
  z-index: 2;
  font-family: roc-grotesk-wide, sans-serif;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 4.2rem;
  transition-duration: 0.2s;
  top: 0;
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  .button a {
    font-size: 1.4rem;
    line-height: 2rem;
    padding: 1rem 0;
  }
}
.button:hover a {
  top: -6px;
}
.button:hover svg {
  top: -6px;
}

p {
  font-size: 2.4rem;
  line-height: 3.6rem;
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  p {
    font-size: 1.8rem;
    line-height: 2.7rem;
  }
}
@media only screen and (min-width: 1101px) and (max-width: 1480px) {
  p {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  p {
    font-size: 1.8rem;
    line-height: 2.7rem;
  }
}
p em {
  font-style: italic;
}
p em strong {
  font-style: normal;
  color: white;
}
p strong {
  font-weight: 700;
}
p strong em {
  font-style: normal;
  color: white;
}
p a {
  transition-duration: 0.2s;
}

.sep {
  width: 1px;
  height: 2rem;
  text-indent: -9999px;
  overflow: hidden;
  background-color: #143049;
  display: inline-block;
  margin: 0 10px -0.35rem 10px;
}

.outer {
  overflow-x: hidden;
}
.outer .inner {
  width: calc(100vw - 38.4rem);
  max-width: 1230px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
@media only screen and (min-width: 1101px) and (max-width: 1480px) {
  .outer .inner {
    width: calc(100vw - 19.2rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .outer .inner {
    width: calc(100vw - 8rem);
  }
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  .outer .inner {
    width: calc(100vw - 80px);
    max-width: none;
  }
}
.outer .inner.columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.outer .inner.columns.cols-3 .column {
  width: calc(33% - 24px);
}
.outer .inner.columns.cols-4 .column {
  width: calc(25% - 24px);
}

#menu-button {
  position: fixed;
  top: 80px;
  right: 40px;
  width: 52px;
  height: 33px;
  z-index: 9999;
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  #menu-button {
    right: 20px;
    top: 40px;
    width: 40px;
    height: 28px;
  }
}
#menu-button:after {
  left: 0;
  top: calc(50% - 2px);
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #0A162D;
  pointer-events: none;
}
#menu-button a {
  width: 52px;
  height: 33px;
  text-indent: -9999px;
  display: block;
  position: absolute;
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  #menu-button a {
    width: 40px;
    height: 28px;
  }
}
#menu-button a:before, #menu-button a:after {
  left: 0;
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #0A162D;
  transition-duration: 0.15s;
}
#menu-button a:before {
  top: 5px;
}
#menu-button a:after {
  bottom: 5px;
}
#menu-button a:hover:before {
  top: 0;
}
#menu-button a:hover:after {
  bottom: 0;
}

.close,
#menu-close {
  position: absolute;
  top: 80px;
  right: 40px;
}
.close a,
#menu-close a {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  transition-duration: 0.3s;
  transition-property: all;
}
.close a:before, .close a:after,
#menu-close a:before,
#menu-close a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 3px;
  background-color: white;
}
.close a:before,
#menu-close a:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.close a:after,
#menu-close a:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.close a:hover,
#menu-close a:hover {
  opacity: 0.8;
}

#main-menu {
  position: fixed;
  top: 0;
  right: -100vw;
  background-color: #143049;
  width: 50vw;
  height: 100vh;
  min-width: 320px;
  z-index: 999999;
  transition-duration: 0.3s;
  pointer-events: auto;
}
.menu-open #main-menu {
  right: 0;
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  #main-menu {
    width: calc(100% - 80px);
  }
}
#main-menu ul {
  width: 60%;
  min-width: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-bottom: 140px;
}
@media only screen and (min-height: 1px) and (max-height: 460px) {
  #main-menu ul {
    top: 40px;
    transform: translate(-50%, 0);
  }
}
#main-menu ul li {
  font-family: ogg, serif;
  font-size: 6rem;
  line-height: 9rem;
  text-align: center;
}
@media only screen and (min-width: 1101px) and (max-width: 1480px) {
  #main-menu ul li {
    font-size: 5rem;
    line-height: 7.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px), only screen and (min-height: 1px) and (max-height: 460px) {
  #main-menu ul li {
    font-size: 4rem;
    line-height: 6rem;
  }
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  #main-menu ul li {
    font-size: 1.8rem;
    line-height: 2.7rem;
  }
}
#main-menu ul li a {
  display: inline-block;
  color: white;
  transition-duration: 0.3s;
  position: relative;
  top: 0;
  backface-visibility: hidden;
}
#main-menu ul li a:after {
  position: absolute;
  bottom: -2rem;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #BAA5CF;
  transition-duration: 0.4s;
  opacity: 0;
}
#main-menu ul li a:hover {
  top: -1rem;
}
#main-menu ul li a:hover:after {
  background-color: #BAA5CF;
  opacity: 1;
  bottom: 1rem;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #main-menu ul li a:hover:after {
    bottom: 0.5rem;
  }
}

#home-static {
  position: fixed;
  width: 50vw;
  height: 100vh;
  left: 0;
  top: 0;
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  #home-static {
    position: relative;
    width: 100vw;
    height: calc(50vh + 53.333vw);
    left: auto;
    top: auto;
  }
}
#home-static .home-banner {
  width: 50vw;
  height: 463px;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (min-height: 1px) and (max-height: 860px) {
  #home-static .home-banner {
    height: 400px;
  }
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  #home-static .home-banner {
    width: 100%;
    height: auto;
  }
}
#home-static .home-banner #site-title {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 526px;
  height: 192px;
}
@media only screen and (min-height: 1px) and (max-height: 860px) {
  #home-static .home-banner #site-title {
    width: 480px;
    height: 160px;
    bottom: 60px;
  }
}
@media only screen and (min-height: 1px) and (max-height: 680px) {
  #home-static .home-banner #site-title {
    width: 460px;
    height: 140px;
    bottom: 150px;
  }
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  #home-static .home-banner #site-title {
    top: 110px;
    bottom: auto;
    width: calc(100vw - 80px);
    height: 45vw;
  }
}
#home-static .home-banner #site-title h1 {
  width: 100%;
  height: 100%;
}
#home-static .home-banner #site-title h1 span, #home-static .home-banner #site-title h1 a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  background-image: url("../images/culturapedia-logo.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
#home-static .static-contact {
  width: 100%;
  position: absolute;
  top: 200px;
  left: 0;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}
@media only screen and (min-height: 1px) and (max-height: 860px) {
  #home-static .static-contact {
    top: 150px;
  }
}
@media only screen and (min-height: 1px) and (max-height: 860px) {
  #home-static .static-contact {
    top: 80px;
  }
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  #home-static .static-contact {
    top: 100px;
    font-size: 1.3rem;
  }
}
#home-static .static-contact a {
  color: #143049;
}
#home-static .static-quote {
  position: absolute;
  bottom: 100px;
  width: 588px;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  color: white;
  font-size: 6rem;
  font-family: ogg, serif;
}
@media only screen and (min-height: 1px) and (max-height: 680px) {
  #home-static .static-quote {
    font-size: 4.75rem;
  }
}
@media only screen and (min-height: 1px) and (max-height: 860px) {
  #home-static .static-quote {
    bottom: 50px;
  }
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  #home-static .static-quote {
    width: 100vw;
    bottom: auto;
    top: calc(300px + 28vw);
    left: 0;
    transform: translate(0, -100%);
    font-size: 3rem;
  }
}
@media only screen and (min-height: 645px) and (max-width: 740px) {
  #home-static .static-quote {
    top: 60vh;
    transform: translate(0, -50%);
  }
}
#home-static #static-image {
  background-position: center top;
  background-image: url("../images/home-page-bw.png");
  position: fixed;
  top: 50vh;
  left: 0;
  width: 100vw;
  height: 50vh;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}
@media only screen and (min-height: 1px) and (max-height: 680px) {
  #home-static #static-image {
    top: 60vh;
    height: 40vh;
  }
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  #home-static #static-image {
    background-size: cover;
    position: relative;
    height: 53.333vw;
    top: 260px;
  }
}
@media only screen and (min-height: 645px) and (max-width: 740px) {
  #home-static #static-image {
    top: 40vh;
    height: 40vh;
  }
}

#home-content .right-panel {
  margin-left: 50vw;
  width: 50vw;
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  #home-content .right-panel {
    width: 100vw;
    margin-left: 0;
  }
}
#home-content .right-panel .button {
  margin: 0 auto;
}
#home-content .right-panel h2 {
  font-size: 5rem;
  line-height: 5rem;
  color: white;
  font-family: ogg, serif;
  text-align: center;
  margin: 5rem 0 10rem 0;
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  #home-content .right-panel h2 {
    font-size: 3.4rem;
    line-height: 3.4rem;
    margin: 1rem 0 3rem 0;
  }
}
#home-content .right-panel #welcome {
  height: 50vh;
  position: relative;
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  #home-content .right-panel #welcome {
    height: auto;
    padding: 2rem 0 5rem 0;
  }
}
#home-content .right-panel #welcome p {
  font-size: 3.2rem;
  line-height: 4rem;
  position: absolute;
  top: 200px;
  left: 50%;
  width: 66.667%;
  min-width: 300px;
  transform: translate(-50%, 0);
  text-align: center;
}
@media only screen and (min-height: 1px) and (max-height: 860px) {
  #home-content .right-panel #welcome p {
    top: 25vh;
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  #home-content .right-panel #welcome p {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin: 0 auto;
  }
}
#home-content .right-panel #mission {
  margin: 50vh 0 50rem 0;
  height: calc(50vh - 20rem);
  padding: 10rem 0 1rem 0;
  position: relative;
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  #home-content .right-panel #mission {
    margin: 0 0 1rem 0;
    height: auto;
    padding: 4rem 0 16rem 0;
  }
}
#home-content .right-panel #mission:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 200%;
  height: calc(100% + 61rem);
  background-image: url("../images/mission-bg.png");
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: right bottom;
  z-index: -1;
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  #home-content .right-panel #mission:after {
    height: calc(100% + 40px);
  }
}
#home-content .right-panel #mission p {
  color: #BAA5CF;
  text-align: center;
  font-size: 3.2rem;
  line-height: 4rem;
  width: calc(100% - 300px);
  min-width: 300px;
  margin: 0 auto;
}
#home-content .right-panel #mission p.spaced {
  font-size: 2.5rem;
  line-height: 4rem;
  margin: 12rem auto 2rem auto;
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  #home-content .right-panel #mission p.spaced {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin: 2rem auto;
  }
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  #home-content .right-panel #mission p {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
#home-content .right-panel #home-projects #home-project-tiles {
  width: calc(100% - 45px);
  max-width: 596px;
  margin: 0 auto;
}
#home-content .right-panel #home-projects #home-project-tiles .tile {
  width: calc(100% - 45px);
  max-width: 596px;
  aspect-ratio: 25/18;
  background: white;
  margin-bottom: 9rem;
  position: relative;
  background-color: black;
  cursor: pointer;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #home-content .right-panel #home-projects #home-project-tiles .tile {
    margin-bottom: 10rem;
    width: calc(50% - 25px);
  }
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  #home-content .right-panel #home-projects #home-project-tiles .tile {
    width: 100%;
    margin-bottom: 4rem;
  }
}
#home-content .right-panel #home-projects #home-project-tiles .tile h4 {
  position: absolute;
  top: 40px;
  left: 30px;
  z-index: 3;
  color: white;
  font-family: ogg, serif;
  font-size: 5rem;
  line-height: 5rem;
  width: calc(100% - 80px);
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  #home-content .right-panel #home-projects #home-project-tiles .tile h4 {
    font-size: 3rem;
    line-height: 3rem;
  }
}
#home-content .right-panel #home-projects #home-project-tiles .tile h4 a {
  color: white;
}
#home-content .right-panel #home-projects #home-project-tiles .tile .image {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  opacity: 0.6;
  transition-duration: 0.3s;
  transform: scale(1);
}
#home-content .right-panel #home-projects #home-project-tiles .tile:hover .image {
  opacity: 1;
  transform: scale(1.05);
}
#home-content .right-panel #home-people-rollovers {
  background-image: url("../images/people-bg.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 12rem;
  width: 100%;
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  #home-content .right-panel #home-people-rollovers {
    /*
    				padding-top: 4rem;
    				width: 100vw;
    				max-width: 100vw;
    				background-size: cover;	
    */
  }
}
#home-content .right-panel #home-people-rollovers ul {
  display: flex;
  max-width: 760px;
  width: calc(100% - 60px);
  margin: 0 auto;
  justify-content: center;
  background-image: url("../images/people-rollovers/L0R0S0S0L0.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  #home-content .right-panel #home-people-rollovers ul {
    width: calc(100% - 20px);
  }
}
#home-content .right-panel #home-people-rollovers ul.lyndsey {
  background-image: url("../images/people-rollovers/L1R0S0S0L0.png");
}
#home-content .right-panel #home-people-rollovers ul.rob {
  background-image: url("../images/people-rollovers/L0R1S0S0L0.png");
}
#home-content .right-panel #home-people-rollovers ul.stephanie {
  background-image: url("../images/people-rollovers/L0R0S1S0L0.png");
}
#home-content .right-panel #home-people-rollovers ul.sue {
  background-image: url("../images/people-rollovers/L0R0S0S1L0.png");
}
#home-content .right-panel #home-people-rollovers ul.lewis {
  background-image: url("../images/people-rollovers/L0R0S0S0L1.png");
}
#home-content .right-panel #home-people-rollovers ul li {
  display: block;
  width: 20%;
  max-width: 152px;
  box-sizing: border-box;
  text-indent: -9999px;
  overflow: hidden;
  padding-top: 50%;
}
#home-content .right-panel #home-footer {
  background-color: #143049;
  padding: 5rem 0;
  color: white;
  text-align: center;
}
#home-content .right-panel #home-footer p {
  font-size: 2rem;
  line-height: 4.2rem;
  width: calc(100% - 300px);
  min-width: 300px;
  margin: 0 auto;
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  #home-content .right-panel #home-footer p {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
#home-content .right-panel #home-footer p a {
  color: white;
}
#home-content .right-panel #home-footer p .sep {
  background-color: white;
}
#home-content .right-panel #home-footer p.small {
  font-size: 1.4rem;
  line-height: 2rem;
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  #home-content .right-panel #home-footer p.small {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}

#banner .inner {
  height: 290px;
}
#banner #site-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 526px;
  height: 192px;
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  #banner #site-title {
    width: calc(100vw - 40px);
    height: 45vw;
  }
}
#banner #site-title h1 {
  width: 100%;
  height: 100%;
}
#banner #site-title h1 span, #banner #site-title h1 a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  background-image: url("../images/culturapedia-logo.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

#page-header {
  margin-bottom: 8rem;
}
#page-header #page-title h1 {
  color: white;
  font-size: 7rem;
  line-height: 7rem;
  text-align: center;
  font-family: ogg, serif;
  margin-bottom: 3.5rem;
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  #page-header #page-title h1 {
    font-size: 4rem;
    line-height: 4rem;
  }
}
#page-header #page-introduction {
  width: calc(100vw - 80px);
  max-width: 820px;
}
#page-header #page-introduction p {
  font-size: 3.2rem;
  line-height: 4rem;
  font-weight: 600;
  text-align: center;
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  #page-header #page-introduction p {
    font-size: 2rem;
    line-height: 3rem;
  }
}

#culturapedia-footer .module .section-title h3,
#modules .module .section-title h3 {
  font-size: 6.6rem;
  line-height: 6.6rem;
  margin: 12rem 0 6.6rem 0;
  text-align: center;
  color: white;
  width: 100%;
  font-family: ogg, serif;
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  #culturapedia-footer .module .section-title h3,
  #modules .module .section-title h3 {
    font-size: 3rem;
    line-height: 3rem;
    margin: 4rem 0 2rem 0;
  }
}
#culturapedia-footer .module.dark-blue,
#modules .module.dark-blue {
  background-color: #143049;
  color: #BAA5CF;
  padding: 10rem 0 8.5rem 0;
}
#culturapedia-footer .module.dark-blue h3,
#modules .module.dark-blue h3 {
  color: white;
}
#culturapedia-footer .module .text h4,
#modules .module .text h4 {
  font-size: 3.2rem;
  color: white;
  line-height: 3.6rem;
  margin-bottom: 3.6rem;
  font-family: ogg, serif;
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  #culturapedia-footer .module .text h4,
  #modules .module .text h4 {
    margin-bottom: 2rem;
  }
}
#culturapedia-footer .module .text p,
#modules .module .text p {
  margin-bottom: 3.6rem;
}
#culturapedia-footer .module .text li,
#modules .module .text li {
  font-size: 2.4rem;
  line-height: 3.6rem;
  margin-bottom: 2.4rem;
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  #culturapedia-footer .module .text li,
  #modules .module .text li {
    font-size: 1.8rem;
    line-height: 2.7rem;
  }
}
@media only screen and (min-width: 1101px) and (max-width: 1480px) {
  #culturapedia-footer .module .text li,
  #modules .module .text li {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #culturapedia-footer .module .text li,
  #modules .module .text li {
    font-size: 1.8rem;
    line-height: 2.7rem;
    margin-bottom: 1.8rem;
  }
}
#culturapedia-footer .module .text li:before,
#modules .module .text li:before {
  font-family: arial;
  content: "•";
  font-size: 2rem;
  display: inline-block;
  width: 1.4rem;
  margin-left: -1.4rem;
}
#culturapedia-footer .module.links-downloads .item-tiles,
#modules .module.links-downloads .item-tiles {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  #culturapedia-footer .module.links-downloads .item-tiles,
  #modules .module.links-downloads .item-tiles {
    display: block;
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}
#culturapedia-footer .module.links-downloads .item-tiles .item,
#modules .module.links-downloads .item-tiles .item {
  width: calc(50% - 36px);
  margin-bottom: 12rem;
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  #culturapedia-footer .module.links-downloads .item-tiles .item,
  #modules .module.links-downloads .item-tiles .item {
    width: 100%;
    margin-bottom: 6rem;
  }
}
#culturapedia-footer .module.links-downloads .item-tiles .item .thumb,
#modules .module.links-downloads .item-tiles .item .thumb {
  float: left;
  margin-top: 1rem;
  margin-right: 4rem;
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  #culturapedia-footer .module.links-downloads .item-tiles .item .thumb,
  #modules .module.links-downloads .item-tiles .item .thumb {
    float: none;
    width: 100%;
    margin-bottom: 1rem;
  }
}
#culturapedia-footer .module.links-downloads .item-tiles .item .thumb img,
#modules .module.links-downloads .item-tiles .item .thumb img {
  display: block;
  margin: 0 auto;
}
#culturapedia-footer .module.links-downloads .item-tiles .item .button,
#modules .module.links-downloads .item-tiles .item .button {
  margin-top: 2rem;
  clear: both;
}
#culturapedia-footer .module.links-downloads .item-tiles .item h4,
#modules .module.links-downloads .item-tiles .item h4 {
  font-family: ogg, serif;
  color: white;
  font-size: 5rem;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  #culturapedia-footer .module.links-downloads .item-tiles .item h4,
  #modules .module.links-downloads .item-tiles .item h4 {
    font-size: 3rem;
    text-align: center;
  }
}
#culturapedia-footer .module.full-width-image,
#modules .module.full-width-image {
  width: 100vw;
  max-height: 75vh;
  position: relative;
  overflow: hidden;
  margin: 10rem 0;
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  #culturapedia-footer .module.full-width-image,
  #modules .module.full-width-image {
    margin: 2rem 0;
    height: auto !important;
  }
}
#culturapedia-footer .module.full-width-image img,
#modules .module.full-width-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  #culturapedia-footer .module.full-width-image img,
  #modules .module.full-width-image img {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
}
#culturapedia-footer .module#people-rollovers .inner,
#modules .module#people-rollovers .inner {
  background-image: url("../images/people-bg.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 12rem;
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  #culturapedia-footer .module#people-rollovers .inner,
  #modules .module#people-rollovers .inner {
    padding-top: 4rem;
    width: 100vw;
    max-width: 100vw;
    background-size: cover;
  }
}
#culturapedia-footer .module#people-rollovers .inner ul,
#modules .module#people-rollovers .inner ul {
  display: flex;
  max-width: 760px;
  width: calc(100% - 240px);
  margin: 0 auto;
  justify-content: center;
  background-image: url("../images/people-rollovers/L0R0S0S0L0.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  #culturapedia-footer .module#people-rollovers .inner ul,
  #modules .module#people-rollovers .inner ul {
    width: calc(100% - 20px);
  }
}
#culturapedia-footer .module#people-rollovers .inner ul.lyndsey,
#modules .module#people-rollovers .inner ul.lyndsey {
  background-image: url("../images/people-rollovers/L1R0S0S0L0.png");
}
#culturapedia-footer .module#people-rollovers .inner ul.rob,
#modules .module#people-rollovers .inner ul.rob {
  background-image: url("../images/people-rollovers/L0R1S0S0L0.png");
}
#culturapedia-footer .module#people-rollovers .inner ul.stephanie,
#modules .module#people-rollovers .inner ul.stephanie {
  background-image: url("../images/people-rollovers/L0R0S1S0L0.png");
}
#culturapedia-footer .module#people-rollovers .inner ul.sue,
#modules .module#people-rollovers .inner ul.sue {
  background-image: url("../images/people-rollovers/L0R0S0S1L0.png");
}
#culturapedia-footer .module#people-rollovers .inner ul.lewis,
#modules .module#people-rollovers .inner ul.lewis {
  background-image: url("../images/people-rollovers/L0R0S0S0L1.png");
}
#culturapedia-footer .module#people-rollovers .inner ul li,
#modules .module#people-rollovers .inner ul li {
  display: block;
  width: 20%;
  max-width: 152px;
  box-sizing: border-box;
  text-indent: -9999px;
  overflow: hidden;
  padding-top: 50%;
}
#culturapedia-footer .module.emails,
#modules .module.emails {
  padding-top: 5rem;
}
#culturapedia-footer .module.emails h3,
#modules .module.emails h3 {
  font-size: 2.4rem;
  color: #BAA5CF;
  text-align: center;
  margin-bottom: 4rem;
}
#culturapedia-footer .module.emails ul,
#modules .module.emails ul {
  display: flex;
  justify-content: center;
}
#culturapedia-footer .module.emails ul li,
#modules .module.emails ul li {
  width: 160px;
  text-align: center;
}
#culturapedia-footer .module.emails ul li a,
#modules .module.emails ul li a {
  color: white;
  font-family: ogg, serif;
  font-size: 3.2rem;
  line-height: 3.5rem;
}
#culturapedia-footer .module.emails ul li a span,
#modules .module.emails ul li a span {
  display: inline-block;
  position: relative;
  margin-bottom: 1rem;
  transition-duration: 0.2s;
}
#culturapedia-footer .module.emails ul li a span:after,
#modules .module.emails ul li a span:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  height: 2px;
  background-color: #BAA5CF;
  transition-duration: 0.2s;
}
#culturapedia-footer .module.emails ul li a:hover span,
#modules .module.emails ul li a:hover span {
  transform: translateY(-4px);
}
#culturapedia-footer .module.emails ul li a:hover span:after,
#modules .module.emails ul li a:hover span:after {
  bottom: 2px;
}
#culturapedia-footer .module.single-column .inner,
#modules .module.single-column .inner {
  width: 50%;
  min-width: 300px;
  margin: 5rem auto 10rem auto;
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  #culturapedia-footer .module.single-column .inner,
  #modules .module.single-column .inner {
    display: block;
    width: calc(100vw - 80px);
    min-width: 300px;
    margin: 1rem auto 2rem auto;
  }
}
#culturapedia-footer .module.definition .inner, #culturapedia-footer .module.two-columns .inner,
#modules .module.definition .inner,
#modules .module.two-columns .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  #culturapedia-footer .module.definition .inner, #culturapedia-footer .module.two-columns .inner,
  #modules .module.definition .inner,
  #modules .module.two-columns .inner {
    display: block;
    width: calc(100vw - 80px);
    min-width: 300px;
    margin: 1rem auto 2rem auto;
  }
}
#culturapedia-footer .module.definition .inner .column, #culturapedia-footer .module.two-columns .inner .column,
#modules .module.definition .inner .column,
#modules .module.two-columns .inner .column {
  width: calc(50% - 18px);
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  #culturapedia-footer .module.definition .inner .column, #culturapedia-footer .module.two-columns .inner .column,
  #modules .module.definition .inner .column,
  #modules .module.two-columns .inner .column {
    width: calc(100vw - 80px);
    min-width: 300px;
  }
}
#culturapedia-footer .module.definition .inner .column h3, #culturapedia-footer .module.two-columns .inner .column h3,
#modules .module.definition .inner .column h3,
#modules .module.two-columns .inner .column h3 {
  font-size: 3.2rem;
  line-height: 3.6rem;
  font-family: ogg, serif;
  margin-bottom: 3.6rem;
}
#culturapedia-footer .module.definition .inner .column .masked, #culturapedia-footer .module.two-columns .inner .column .masked,
#modules .module.definition .inner .column .masked,
#modules .module.two-columns .inner .column .masked {
  width: calc(100% + 50px);
}
@media only screen and (min-width: 1101px) and (max-width: 1480px) {
  #culturapedia-footer .module.definition .inner .column .masked, #culturapedia-footer .module.two-columns .inner .column .masked,
  #modules .module.definition .inner .column .masked,
  #modules .module.two-columns .inner .column .masked {
    width: calc(50vw - 30px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #culturapedia-footer .module.definition .inner .column .masked, #culturapedia-footer .module.two-columns .inner .column .masked,
  #modules .module.definition .inner .column .masked,
  #modules .module.two-columns .inner .column .masked {
    width: calc(100% + 80px);
  }
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  #culturapedia-footer .module.definition .inner .column .masked, #culturapedia-footer .module.two-columns .inner .column .masked,
  #modules .module.definition .inner .column .masked,
  #modules .module.two-columns .inner .column .masked {
    width: calc(100% + 120px);
    margin-left: -60px;
  }
}
#culturapedia-footer .module.definition .inner .column .masked img, #culturapedia-footer .module.two-columns .inner .column .masked img,
#modules .module.definition .inner .column .masked img,
#modules .module.two-columns .inner .column .masked img {
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  object-fit: cover;
  width: 100%;
  height: auto;
}
#culturapedia-footer .module.definition .inner .column .masked.mask-1 img, #culturapedia-footer .module.two-columns .inner .column .masked.mask-1 img,
#modules .module.definition .inner .column .masked.mask-1 img,
#modules .module.two-columns .inner .column .masked.mask-1 img {
  mask-image: url("../images/mask1.svg");
  -webkit-mask-image: url("../images/mask1.svg");
}
#culturapedia-footer .module.definition .inner .column .masked.mask-2 img, #culturapedia-footer .module.two-columns .inner .column .masked.mask-2 img,
#modules .module.definition .inner .column .masked.mask-2 img,
#modules .module.two-columns .inner .column .masked.mask-2 img {
  mask-image: url("../images/mask2.svg");
  -webkit-mask-image: url("../images/mask2.svg");
}
#culturapedia-footer .module.definition .inner .column .masked.mask-3 img, #culturapedia-footer .module.two-columns .inner .column .masked.mask-3 img,
#modules .module.definition .inner .column .masked.mask-3 img,
#modules .module.two-columns .inner .column .masked.mask-3 img {
  mask-image: url("../images/mask3.svg");
  -webkit-mask-image: url("../images/mask3.svg");
}
#culturapedia-footer .module.definition .inner .column .masked.mask-4 img, #culturapedia-footer .module.two-columns .inner .column .masked.mask-4 img,
#modules .module.definition .inner .column .masked.mask-4 img,
#modules .module.two-columns .inner .column .masked.mask-4 img {
  mask-image: url("../images/mask4.svg");
  -webkit-mask-image: url("../images/mask4.svg");
}
#culturapedia-footer .module.definition .inner .column .masked.mask-5 img, #culturapedia-footer .module.two-columns .inner .column .masked.mask-5 img,
#modules .module.definition .inner .column .masked.mask-5 img,
#modules .module.two-columns .inner .column .masked.mask-5 img {
  mask-image: url("../images/mask5.svg");
  -webkit-mask-image: url("../images/mask5.svg");
}
#culturapedia-footer .module.definition .inner .column .caption, #culturapedia-footer .module.two-columns .inner .column .caption,
#modules .module.definition .inner .column .caption,
#modules .module.two-columns .inner .column .caption {
  text-align: center;
  color: white;
  font-size: 1.4rem;
  margin-bottom: 4rem;
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  #culturapedia-footer .module.definition .inner .column .caption, #culturapedia-footer .module.two-columns .inner .column .caption,
  #modules .module.definition .inner .column .caption,
  #modules .module.two-columns .inner .column .caption {
    margin: 2rem 0 3rem 0;
  }
}
#culturapedia-footer .module.definition .inner .column p a, #culturapedia-footer .module.two-columns .inner .column p a,
#modules .module.definition .inner .column p a,
#modules .module.two-columns .inner .column p a {
  display: inline-block;
  color: white;
  position: relative;
}
#culturapedia-footer .module.definition .inner .column p a:after, #culturapedia-footer .module.two-columns .inner .column p a:after,
#modules .module.definition .inner .column p a:after,
#modules .module.two-columns .inner .column p a:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #BAA5CF;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transition-duration: 0.2s;
  transform: translate(-50%, 0);
}
#culturapedia-footer .module.definition .inner .column p a:hover:after, #culturapedia-footer .module.two-columns .inner .column p a:hover:after,
#modules .module.definition .inner .column p a:hover:after,
#modules .module.two-columns .inner .column p a:hover:after {
  bottom: 5px;
}
#culturapedia-footer .module.definition .inner .column p a strong, #culturapedia-footer .module.two-columns .inner .column p a strong,
#modules .module.definition .inner .column p a strong,
#modules .module.two-columns .inner .column p a strong {
  color: #143049;
}
#culturapedia-footer .module.definition .inner .column p strong a, #culturapedia-footer .module.two-columns .inner .column p strong a,
#modules .module.definition .inner .column p strong a,
#modules .module.two-columns .inner .column p strong a {
  color: #143049;
}
#culturapedia-footer .module.definition .inner .column p + blockquote, #culturapedia-footer .module.two-columns .inner .column p + blockquote,
#modules .module.definition .inner .column p + blockquote,
#modules .module.two-columns .inner .column p + blockquote {
  margin-top: 7.5rem;
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  #culturapedia-footer .module.definition .inner .column p + blockquote, #culturapedia-footer .module.two-columns .inner .column p + blockquote,
  #modules .module.definition .inner .column p + blockquote,
  #modules .module.two-columns .inner .column p + blockquote {
    font-size: 3rem;
    line-height: 3rem;
  }
}
@media only screen and (min-width: 1101px) and (max-width: 1480px) {
  #culturapedia-footer .module.definition .inner .column p + blockquote, #culturapedia-footer .module.two-columns .inner .column p + blockquote,
  #modules .module.definition .inner .column p + blockquote,
  #modules .module.two-columns .inner .column p + blockquote {
    margin-top: 5.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #culturapedia-footer .module.definition .inner .column p + blockquote, #culturapedia-footer .module.two-columns .inner .column p + blockquote,
  #modules .module.definition .inner .column p + blockquote,
  #modules .module.two-columns .inner .column p + blockquote {
    margin-top: 4.5rem;
  }
}
#culturapedia-footer .module.definition .inner .column blockquote, #culturapedia-footer .module.two-columns .inner .column blockquote,
#modules .module.definition .inner .column blockquote,
#modules .module.two-columns .inner .column blockquote {
  font-family: ogg, serif;
  color: white;
}
#culturapedia-footer .module.definition .inner .column blockquote p, #culturapedia-footer .module.two-columns .inner .column blockquote p,
#modules .module.definition .inner .column blockquote p,
#modules .module.two-columns .inner .column blockquote p {
  font-size: 7rem;
  line-height: 7.5rem;
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  #culturapedia-footer .module.definition .inner .column blockquote p, #culturapedia-footer .module.two-columns .inner .column blockquote p,
  #modules .module.definition .inner .column blockquote p,
  #modules .module.two-columns .inner .column blockquote p {
    font-size: 3rem;
    line-height: 3rem;
  }
}
@media only screen and (min-width: 1101px) and (max-width: 1480px) {
  #culturapedia-footer .module.definition .inner .column blockquote p, #culturapedia-footer .module.two-columns .inner .column blockquote p,
  #modules .module.definition .inner .column blockquote p,
  #modules .module.two-columns .inner .column blockquote p {
    font-size: 5rem;
    line-height: 5.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #culturapedia-footer .module.definition .inner .column blockquote p, #culturapedia-footer .module.two-columns .inner .column blockquote p,
  #modules .module.definition .inner .column blockquote p,
  #modules .module.two-columns .inner .column blockquote p {
    font-size: 4rem;
    line-height: 4.5rem;
  }
}
#culturapedia-footer .module.definition .inner .column blockquote.outdent, #culturapedia-footer .module.two-columns .inner .column blockquote.outdent,
#modules .module.definition .inner .column blockquote.outdent,
#modules .module.two-columns .inner .column blockquote.outdent {
  width: 110%;
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  #culturapedia-footer .module.definition .inner .column blockquote.outdent, #culturapedia-footer .module.two-columns .inner .column blockquote.outdent,
  #modules .module.definition .inner .column blockquote.outdent,
  #modules .module.two-columns .inner .column blockquote.outdent {
    width: calc(100vw - 80px);
  }
}
@media only screen and (min-width: 1101px) and (max-width: 1480px) {
  #culturapedia-footer .module.definition .inner .column blockquote.outdent, #culturapedia-footer .module.two-columns .inner .column blockquote.outdent,
  #modules .module.definition .inner .column blockquote.outdent,
  #modules .module.two-columns .inner .column blockquote.outdent {
    width: calc(100% + 40px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #culturapedia-footer .module.definition .inner .column blockquote.outdent, #culturapedia-footer .module.two-columns .inner .column blockquote.outdent,
  #modules .module.definition .inner .column blockquote.outdent,
  #modules .module.two-columns .inner .column blockquote.outdent {
    width: calc(100% + 20px);
  }
}
#culturapedia-footer .module.definition .inner .column.col-1 blockquote.outdent, #culturapedia-footer .module.two-columns .inner .column.col-1 blockquote.outdent,
#modules .module.definition .inner .column.col-1 blockquote.outdent,
#modules .module.two-columns .inner .column.col-1 blockquote.outdent {
  transform: translate(-25%, 0);
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  #culturapedia-footer .module.definition .inner .column.col-1 blockquote.outdent, #culturapedia-footer .module.two-columns .inner .column.col-1 blockquote.outdent,
  #modules .module.definition .inner .column.col-1 blockquote.outdent,
  #modules .module.two-columns .inner .column.col-1 blockquote.outdent {
    transform: none;
  }
}
@media only screen and (min-width: 1101px) and (max-width: 1480px) {
  #culturapedia-footer .module.definition .inner .column.col-1 blockquote.outdent, #culturapedia-footer .module.two-columns .inner .column.col-1 blockquote.outdent,
  #modules .module.definition .inner .column.col-1 blockquote.outdent,
  #modules .module.two-columns .inner .column.col-1 blockquote.outdent {
    transform: translate(-10%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #culturapedia-footer .module.definition .inner .column.col-1 blockquote.outdent, #culturapedia-footer .module.two-columns .inner .column.col-1 blockquote.outdent,
  #modules .module.definition .inner .column.col-1 blockquote.outdent,
  #modules .module.two-columns .inner .column.col-1 blockquote.outdent {
    transform: translate(-20px);
  }
}
#culturapedia-footer .module.definition .inner .column.col-1 .masked, #culturapedia-footer .module.two-columns .inner .column.col-1 .masked,
#modules .module.definition .inner .column.col-1 .masked,
#modules .module.two-columns .inner .column.col-1 .masked {
  transform: translateX(-68px);
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  #culturapedia-footer .module.definition .inner .column.col-1 .masked, #culturapedia-footer .module.two-columns .inner .column.col-1 .masked,
  #modules .module.definition .inner .column.col-1 .masked,
  #modules .module.two-columns .inner .column.col-1 .masked {
    transform: none;
  }
}
#project-tiles {
  max-width: 1286px;
  margin-top: 10rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 200px;
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  #project-tiles {
    display: block;
    max-width: 596px;
    margin: 0 auto;
  }
}
#project-tiles .tile {
  width: calc(50% - 45px);
  aspect-ratio: 25/18;
  background: white;
  margin-bottom: 19rem;
  position: relative;
  background-color: black;
  cursor: pointer;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #project-tiles .tile {
    margin-bottom: 10rem;
    width: calc(50% - 25px);
  }
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  #project-tiles .tile {
    width: 100%;
    margin-bottom: 4rem;
  }
}
#project-tiles .tile h4 {
  position: absolute;
  top: 40px;
  left: 30px;
  z-index: 3;
  color: white;
  font-family: ogg, serif;
  font-size: 5rem;
  line-height: 5rem;
  width: calc(100% - 60px);
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  #project-tiles .tile h4 {
    width: calc(100% - 40px);
    left: 20px;
    font-size: 2.6rem;
    line-height: 3rem;
  }
}
#project-tiles .tile h4 a {
  color: white;
}
#project-tiles .tile .image {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  opacity: 0.6;
  transition-duration: 0.3s;
  transform: scale(1);
}
#project-tiles .tile:nth-child(2n) {
  transform: translateY(75%);
  /*
  			h4 {
  				left: auto;
  				right: 30px;
  				@media only screen and (min-width: 100px) and (max-width: 767px) {
  					left: 20px;
  					right: auto;
  				}
  			}
  			@media only screen and (min-width: 100px) and (max-width: 767px) {
  				transform: none;
  			}
  */
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  #project-tiles .tile:nth-child(2n) {
    transform: none;
  }
}
#project-tiles .tile:hover .image {
  opacity: 1;
  transform: scale(1.05);
}

#back-to-work {
  display: block;
  margin: 0 auto;
}

#home-newsletter,
#footer-newsletter {
  position: relative;
  height: 216px;
  text-align: center;
  font-family: ogg, serif;
}
#home-newsletter a,
#footer-newsletter a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 216px;
  height: 216px;
  font-size: 3rem;
  line-height: 3rem;
  background-color: #0A162D;
  color: white;
  box-sizing: border-box;
  border-radius: 50%;
  transition-duration: 0.4s;
}
#home-newsletter a span,
#footer-newsletter a span {
  display: block;
  width: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  padding-bottom: 10px;
  transform: translate(-50%, -50%);
}
#home-newsletter a:after,
#footer-newsletter a:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 216px;
  height: 216px;
  background-color: #143049;
  z-index: -1;
  border-radius: 50%;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0, 0.25, 0.5, 0.7, 0.8, 0.9, 0.95, 0.975, 0.98, 0.985, 0.9, 0.95, 0.975, 1);
}
#home-newsletter a:hover,
#footer-newsletter a:hover {
  color: #BAA5CF;
}
#home-newsletter a:hover:after,
#footer-newsletter a:hover:after {
  width: 250px;
  height: 250px;
}

#home-newsletter {
  margin-top: 100px;
}

#footer-newsletter {
  padding: 220px 0;
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  #footer-newsletter {
    padding: 50px 0;
  }
}

#newsletter-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(20, 48, 73, 0.75);
  transition-duration: 0.2s;
  transition-property: opacity;
}
#newsletter-popup.reveal {
  display: block;
}
#newsletter-popup #mc_embed_signup {
  width: 320px;
  padding: 2rem 2rem 2rem 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #88CCC5;
}
#newsletter-popup #mc_embed_signup h3 {
  margin: 2rem 0 2.5rem 0;
  font-size: 4rem;
  font-family: roc-grotesk-wide, sans-serif;
}
#newsletter-popup #mc_embed_signup .close {
  top: 2rem;
  right: 2rem;
}
#newsletter-popup #mc_embed_signup input[type=email] {
  width: 100%;
  font-family: roc-grotesk, sans-serif;
  font-size: 2rem;
  border: none;
  padding: 0.5rem;
  color: #143049;
  margin-bottom: 1rem;
  position: relative;
}
#newsletter-popup #mc_embed_signup input[type=email]::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
#newsletter-popup #mc_embed_signup input[type=email].mce_inline_error {
  background-color: #ffd0d0;
}
#newsletter-popup #mc_embed_signup input[type=submit] {
  width: 50%;
  height: 4.4rem;
  font-size: 1.4rem;
  border: none;
  background-color: #143049;
  font-family: roc-grotesk-wide, sans-serif;
  text-transform: uppercase;
  color: white;
  padding: 0.5rem;
  margin: 1rem 0 2rem 0;
  border-radius: none;
}
#newsletter-popup #mc_embed_signup .brandingLogo {
  float: right;
  margin-top: 2rem;
}
#newsletter-popup #mc_embed_signup .mce_inline_error {
  background: red;
  font-size: 2rem;
  border: none;
}
#newsletter-popup #mc_embed_signup .response {
  font-size: 2rem;
  margin: 1rem 0;
  font-weight: bold;
}

#footer {
  background-color: #88CCC5;
  box-shadow: 0 100vh 0 100vh #88CCC5;
  padding-bottom: 7rem;
  position: relative;
}
#footer:before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 11vw;
  max-width: 1600px;
  background-image: url("../images/footer-triangles.png");
  background-size: contain;
  background-position-y: -5px;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  #footer:before {
    height: 60px;
    background-size: cover;
  }
}
#footer #footer-details p {
  text-align: center;
  font-size: 2rem;
  line-height: 4.2rem;
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  #footer #footer-details p {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
#footer #footer-details a {
  color: #143049;
}
#footer #footer-details a:hover {
  color: #0A162D;
}
#footer #footer-details a.social {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 10px;
}
#footer #footer-details a.social svg {
  width: 100%;
  height: 100%;
}
#footer #footer-details a.social.twitter svg {
  transform: translate(0, 1px);
}
#footer #footer-details #footer-links p {
  font-size: 1.4rem;
}
#footer #footer-details #footer-links p .sep {
  height: 1.4rem;
  margin-bottom: -0.2rem;
}
