.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 920px;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1em;
  padding-left: 1em;
  font-family: Bitter, serif;
}

.wrapper.hero-wrapper {
  position: static;
  left: 3em;
  right: 3em;
  bottom: 9.75vh;
  display: block;
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
}

.navigation {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  display: none;
  width: 100%;
  height: 65px;
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #e9e9e9;
}

.text-block {
  color: #000;
}

.text-block.logo {
  display: inline-block;
  max-width: 180px;
  float: none;
  clear: none;
}

.nav-wrap {
  display: inline-block;
  width: 70%;
  margin-bottom: 0px;
  padding-left: 0px;
  float: none;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: right;
  list-style-type: none;
}

.nav-link-item {
  position: relative;
  display: inline-block;
  margin-right: 21px;
  padding-right: 0px;
  color: #2a2a2a;
  font-size: 0.6875rem;
  letter-spacing: 0.15em;
  text-decoration: none;
}

.list-item {
  display: inline;
}

.nav-list {
  display: block;
  float: right;
  clear: left;
  font-family: Bitter, serif;
  color: #5f5f5f;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-list.nav-item {
  padding-right: 0px;
  float: right;
  clear: right;
}

.s {
  color: #000;
}

.s.logo {
  display: inline-block;
  width: 30%;
  max-width: 30%;
  float: none;
  clear: none;
}

.list-item-3 {
  float: left;
  clear: right;
}

.list-item.nav-wrap {
  float: left;
  clear: right;
}

.hero {
  position: static;
  overflow: hidden;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  border-style: none;
  border-color: #2effde;
  border-bottom-width: 1px;
}

.hero:hover {
  border-style: none;
}

.site-hero.description {
  font-family: Montserrat, sans-serif;
  color: #2a2a2a;
  font-size: 29px;
  line-height: 42px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
}

.site-subtitle {
  max-width: 66%;
  color: rgba(51, 51, 51, 0.62);
  font-size: 32px;
  font-style: italic;
  font-weight: 400;
}

.site-subtitle.value {
  max-width: 84%;
  font-family: Bitter, serif;
  font-size: 21px;
  line-height: 1.6;
  font-style: normal;
  font-weight: 400;
}

.inline-cta {
  border-bottom: 1px solid transparent;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  color: #2a2a2a;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.inline-cta:hover {
  padding-bottom: 3px;
  border-bottom: 3px solid #2a2a2a;
  background-color: #fff500;
  text-decoration: none;
}

.p-copy {
  max-width: 680px;
  padding-bottom: 16px;
  font-family: Lato, sans-serif;
  color: #3f3f3f;
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
}

.body {
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  font-family: Bitter, serif;
}

.logo {
  width: 30%;
  max-width: 30%;
  float: left;
  font-family: Bitter, serif;
  font-size: 18px;
}

.text-block-3 {
  padding-top: 15px;
  border-color: #2effde;
  font-family: Bitter, serif;
  color: #79dbcc;
  font-size: 12px;
}

.button {
  border-left: 4px solid #444;
  background-color: #8d8d8d;
  font-family: Bitter, serif;
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-decoration: none;
  text-transform: uppercase;
}

.button.cta-neutral {
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.button.cta-neutral:hover {
  background-color: #444;
}

.art-list {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

.wrapper-content-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 920px;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 28px;
  padding-bottom: 28px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
}

.wrapper-content-list.hero-wrapper {
  position: absolute;
  left: 3em;
  right: 3em;
  bottom: 7vh;
  display: block;
  max-width: 920px;
  margin-top: 65px;
  margin-right: auto;
  margin-left: auto;
}

.wrapper-project-individual {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  margin-top: 16px;
  margin-bottom: 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wrapper-project-individual:focus {
  background-color: #ececec;
}

.link-block {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-decoration: none;
}

.heading {
  margin-bottom: 5px;
  padding-bottom: 20px;
  font-family: Bitter, serif;
  color: #464646;
  font-size: 29px;
  line-height: 34px;
  font-weight: 400;
  letter-spacing: 0.8px;
  text-decoration: none;
  text-transform: none;
}

.div-block {
  padding: 12px 23px 18px 24px;
}

.project-individual-description {
  padding-bottom: 24px;
  font-family: Lato, sans-serif;
  color: #757575;
  font-size: 21px;
  line-height: 33px;
  font-style: italic;
  font-weight: 400;
}

.text-only-cta {
  display: inline-block;
  margin-top: 6px;
  border-left: none none #775353;
  font-family: Bitter, serif;
  color: #333;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-decoration: none;
  text-transform: uppercase;
}

.text-only-cta.cta-neutral {
  margin-top: 10px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-weight: 400;
  cursor: pointer;
}

.text-only-cta.cta-neutral:hover {
  opacity: 0.43;
  color: #000;
}

.project-individual-thumbnail-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.project-individual-description-wrapper {
  padding: 24px 23px 36px 24px;
}

.page-footer {
  padding-bottom: 14px;
  background-color: #fff;
}

.wrapper-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 920px;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1em;
  padding-left: 1em;
  font-family: Bitter, serif;
}

.wrapper-footer.hero-wrapper {
  position: absolute;
  left: 3em;
  right: 3em;
  bottom: 9.75vh;
  display: block;
  max-width: 920px;
  margin-top: 65px;
  margin-right: auto;
  margin-left: auto;
}

.image {
  position: static;
  bottom: 25%;
  display: block;
  width: 250px;
}

.container-footer-about {
  position: relative;
  max-width: 45%;
}

.container-footer-contact {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.field-label {
  color: #8f8e8e;
}

.text-block-4 {
  position: static;
  bottom: 0px;
  max-width: 720px;
  margin-top: 61px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 9px;
  font-family: Montserrat, sans-serif;
  color: #afafaf;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.78px;
}

.footer-copyright {
  display: block;
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1em;
  padding-left: 1em;
}

.paragraph {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.project-individual-tags {
  font-family: Montserrat, sans-serif;
  color: #a8a8a8;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
}

.heading-2 {
  font-weight: 400;
}

.p-copy-small {
  max-width: 680px;
  padding-bottom: 16px;
  font-family: Montserrat, sans-serif;
  color: #3f3f3f;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
}

.slider {
  height: 80vh;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.wrapper-full-width {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 28px;
  padding-bottom: 28px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
}

.wrapper-full-width.hero-wrapper {
  position: absolute;
  left: 3em;
  right: 3em;
  bottom: 7vh;
  display: block;
  max-width: 920px;
  margin-top: 65px;
  margin-right: auto;
  margin-left: auto;
}

.image-2 {
  display: block;
  max-height: 100%;
  margin-right: auto;
  margin-left: auto;
}

.artwork-slide {
  display: block;
  max-height: 100%;
  margin-right: auto;
  margin-left: auto;
}

.icon {
  color: #7e7e7e;
}

.icon-2 {
  color: #7e7e7e;
}

.unordered-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-top: 1px solid #a8a8a8;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.artwork-slide-caption {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 5%;
  width: 280px;
  margin-right: auto;
  margin-left: auto;
  background-color: rgba(0, 0, 0, 0.59);
  font-family: 'PT Serif', serif;
  color: #fff;
  font-style: italic;
  text-align: center;
}

.mask {
  padding-bottom: 0px;
}

.slide-nav {
  bottom: -48px;
}

.slider-caption-wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 4%;
  width: 100%;
  height: 21px;
}

@media (max-width: 767px) {
  .artwork-slide-caption {
    position: absolute;
  }
}

@media (max-width: 479px) {
  .slider {
    height: 60vh;
  }
  .slide-nav {
    position: relative;
    bottom: 0px;
    width: 100vw;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
  }
  .slider-caption-wrapper {
    position: absolute;
    width: 100vw;
  }
}

