/* FONT SIZES */
/* MOBILE FONT SIZES */
/* FONT WEIGHT */
/* LINE HEIGHTS */
/* MOBILE LINE HEIGHTS */
/* SPACING */
/* Z-INDEX */
/* MARGINS */
/* NAV */
/* MOBILE NAV */
/* COLORS */
/* LAYOUT */

@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=9b1025a7-dc8f-4c96-8436-183f51e2b02d&fontids=5411864");

@font-face {
  font-family: "ITC Blair W01 Light";
  src: url("Fonts/5411864/277b246c-1967-40a0-b313-f1a79fe2fb9c.eot?#iefix");
  src:
    url("Fonts/5411864/277b246c-1967-40a0-b313-f1a79fe2fb9c.eot?#iefix")
      format("eot"),
    url("Fonts/5411864/67cd8795-2ec5-4b61-8333-ea9c4fcc286e.woff2")
      format("woff2"),
    url("Fonts/5411864/e8de2ba4-61a8-4240-b553-8a1290f8b3ad.woff")
      format("woff"),
    url("Fonts/5411864/5fa3c230-6d8d-4b5f-9e0f-80446cd1e9ea.ttf")
      format("truetype");
}

article.home {
  padding: 0;
}

article.home .text-block {
  width: 65%;
  margin: 0 auto;
  max-width: 1230px;
  text-align: left;
  padding: 8rem 0;
}

article.home .twocol-flex-grid {
  width: 90%;
  margin: 0 auto;
}

.text-block h1 {
  margin-bottom: 1.8rem;
}

.text-block p {
  font-family: proxima-nova, sans-serif;
  font-size: 1.4rem;
  line-height: 1.7;
}

.reel {
  position: relative;
  width: 100%;
  height: auto;
}

.reel .cell {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.reel .cell img,
.reel .cell video {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.aboutpage {
  padding-left: 0;
  padding-right: 0;
}
.aboutpage .img-banner {
  width: 100vw;
  height: 50vh;
  background: url("../images/purple.png");
  background-size: cover;
  background-position: center center;
  margin-bottom: 2em;
}
.aboutpage .twocol-flex-grid {
  padding: 0 10%;
}

.artist {
  min-height: calc(100vh - 100px);
  position: relative;
  padding: 0;
}

.artist .reg-video {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #000;
}

.artist .reg-video::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.artist .reg-video .downArrow {
  position: absolute;
  left: 4%;
  bottom: 5%;
  z-index: 10;
  width: 30px;
  height: auto;
}

.artist .reg-video .artist_info {
  position: absolute;
  top: 50%;
  left: 4%;
  transform: translateY(-50%);
  z-index: 12;
  color: #ffd49a;
}

.artist .reg-video .artist_info h1 {
  font-size: 4.7rem;
  font-weight: 700;
  line-height: unset;
}

.artist .reg-video .artist_info .meta {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.artist .reg-video .artist_info .meta a {
  font-size: 1.3rem;
  text-decoration: underline;
  margin-right: 10px;
}

.artist .reg-video img.photo,
.artist .reg-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.artist .artist-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  position: absolute;
  top: 50%;
  left: 10%;
}
.artist .artist-info h1 {
  font-weight: 700;
}
.artist .artist-info h1 span {
  font-weight: 400;
  font-style: italic;
  font-size: 22px;
}
@media all and (max-width: 767px) {
  .artist .artist-info h1 span {
    display: block;
    line-height: 1;
    font-size: 18px;
  }
}
.artist .artist-info .links {
  display: flex;
  justify-content: space-between;
}
.artist .artist-info .links a {
  display: inline;
  margin-left: 1rem;
  padding-bottom: 0;
  font-size: 0.8em;
}
.artist .artist-info .artist-details,
.artist .artist_info .artist-details {
  display: none;
}
.artist .artist-info .artist-video,
.artist .artist_info .artist-video {
  width: 100%;
  display: none;
}
.artist .caption {
  text-align: left;
  padding-left: 1em;
  margin-top: 1rem;
  margin-bottom: 3rem;
}
.artist .caption h2 {
  font-size: 1.2rem;
  line-height: 1.2rem;
}

.artist .twocol-flex-grid {
  width: 84%;
  margin: 5% auto;
}
@media all and (max-width: 896px) and (orientation: portrait) {
  .artist .reg-video {
    height: 50vh;
  }
  .artist .reg-video .artist_info {
    transform: unset;
    bottom: 4%;
    top: auto;
  }
  .artist .reg-video .downArrow {
    display: none;
  }
}

@media all and (max-width: 896px) and (orientation: landscape) {
  .artist .reg-video .downArrow {
    width: 20px;
  }
  .artist .reg-video .artist_info h1 {
    font-size: 2.5rem;
  }
}

@media all and (max-width: 768px),
  (max-width: 830px) and (orientation: landscape) {
  .artist .caption {
    margin-bottom: 2em;
  }
  .artist .twocol-flex-grid .item {
    margin-bottom: 2em;
  }
  .artist .artist-info {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }
  .artist .artist-info .links {
    margin-top: 1rem;
    flex-wrap: wrap;
  }
  .artist .artist-info .links a {
    margin: 0.25rem 1rem 0.25rem 0;
  }
}

@media all and (max-width: 896px) and (orientation: portrait) {
  .artist .reg-video .artist_info h1 {
    font-size: 10vw;
  }

  .artist .twocol-flex-grid {
    margin: 10% auto;
  }
}

/* ************** GENERAL STYLES + RESETS ******************* */
* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}

html {
  font-size: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

.wf-loading h1,
.wf-loading h2,
.wf-loading h3,
.wf-loading p,
.wf-loading a,
.wf-loading button,
.wf-loading span {
  opacity: 0;
  transition: opacity 1s;
}

.wf-active h1,
.wf-active h2,
.wf-active h3,
.wf-active p,
.wf-active a,
.wf-active button,
.wf-active span {
  opacity: 1;
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

body {
  width: 100%;
  /* height: 100% !important; */
  /* for skrollr */
  font-family: "freight-display-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  background-color: #fffbf6;
  color: #0f0f0f;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body.masonry {
  overflow-y: scroll;
}

body.beta.homepage {
  overflow: visible;
}

/* ************** ANIMATION UTILITIES ***************** */

.fadeOn {
  opacity: 0;
}

.fadeUp {
  opacity: 0;
  transform: translateY(3rem);
}

.upcase {
  text-transform: uppercase;
}

/* text */
a {
  color: inherit;
  text-decoration: none;
}

a.underline {
  text-decoration: underline;
}

a.nolink {
  cursor: default;
  pointer-events: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-weight: 700;*/
  font-family: "freight-display-pro", serif;
  letter-spacing: 1px;
  font-weight: 400;
}

h1,
.h1size {
  font-size: 3.3vw;
  line-height: 1.1;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.8rem;
}

h3 {
  font-size: 1.4rem;
  line-height: 1.6rem;
}

h4 {
  font-size: 1.2rem;
  line-height: 1.6rem;
}

h5 {
  font-size: 1.2rem;
  line-height: 1.6rem;
}

h6 {
  font-size: 1.2rem;
  line-height: 1.6rem;
}

li {
  font-size: 1.1rem;
  line-height: 1.6rem;
  list-style: none;
}

p {
  line-height: 1.6rem;
  padding-bottom: 0.2em;
  font-size: 1.1rem;
  font-weight: 300;
}

em,
i {
  font-style: italic;
}

.xl {
  font-size: 5.6rem;
  line-height: 5.6rem;
}

.serif {
  font-family: "freight-display-pro", serif;
  text-transform: none;
}

.sans {
  font-family: "ITC Blair W01 Light", sans-serif;
}

.italic {
  font-style: italic;
}

/* forms */
label,
input,
textarea,
select {
  font-size: 16px;
  display: block;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline-block;
}

input,
textarea {
  background-color: transparent;
  padding: 0px 10px;
  height: 34px;
  color: #000;
  border: 1px solid #000;
  border-radius: 0px;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
}

input[type="submit"] {
  padding: 0px 10px;
  border: 0px;
  cursor: pointer;
  border-radius: 0px;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
}

label {
  padding-bottom: 5px;
}

/* layout */
.clear {
  clear: both;
}

.title {
  text-transform: uppercase;
  letter-spacing: 4px;
}

.sub-text {
  font-family: "ITC Blair W01 Light", sans-serif;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.clear-after:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

.req {
  color: #c1cd23;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.addb4:before {
  content: "";
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}

.ib {
  display: inline-block;
}

.v-top {
  vertical-align: top;
}

.v-middle {
  vertical-align: middle;
}

.v-bottom {
  vertical-align: bottom;
}

.v-baseline {
  vertical-align: baseline;
}

.centerXY {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.centerY {
  position: absolute;
  top: 50%;
  left: 0%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.centerX {
  position: absolute;
  top: 0%;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.cover {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: 0;
}

.cover.loaded {
  opacity: 1;
  transition: opacity 0.3s;
}

.loadme,
.loadmeview {
  opacity: 0;
}

.bg-loadme {
  opacity: 0;
}

.loadme.loaded,
.loadmeview.loaded,
.bg-loadme.loaded {
  opacity: 1;
  transition: opacity 0.3s;
}

.photo.size-width {
  width: 102%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.photo.size-height {
  width: auto;
  height: 102%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.social ul {
  opacity: 0;
}

.visible {
  visibility: visible !important;
  opacity: 1 !important;
  transition: opacity 0.5s;
}

.arrow-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.arrow-left .square {
  width: 10px;
  height: 10px;
  border-left: 1px solid black;
  border-bottom: 1px solid black;
  transform: rotate(45deg);
}
.arrow-left .line {
  height: 1px;
  background: black;
  width: 20px;
  position: absolute;
  left: -2px;
}

.arrow-left.right {
  transform: rotate(180deg);
}

/* ************** CUSTOM ******************* */
#dot-pointer {
  width: 200px;
  height: 200px;
  font-size: 40px;
  font-family: "program", sans-serif;
  font-weight: 800;
  background-color: white;
  border-radius: 50%;
  position: fixed;
  display: none;
  text-align: center;
  top: 0;
  justify-content: center;
  align-items: center;
  left: 0;
  z-index: 110;
  pointer-events: none;
  transition: transform 0.2s ease-out;
}

@media all and (max-width: 768px) {
  h1 {
    font-size: 3.4rem;
    line-height: 3.6rem;
  }
  h1 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  h2 {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  h3 {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
  h4 {
    font-size: 1.4rem;
    line-height: 1.5rem;
  }
  h5 {
    font-size: 1.1rem;
    line-height: 1.2rem;
  }
  h6 {
    font-size: 1rem;
    line-height: 1.8rem;
  }
  li {
    font-size: 0.9rem;
    line-height: 1.2rem;
    list-style: none;
  }
  p {
    line-height: 1.4;
    padding-bottom: 1em;
    font-size: 1.1rem;
    font-weight: 300;
  }
}

.gridpage .intro {
  width: 100%;
  margin-bottom: 7%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.gridpage .intro h1 {
  margin-bottom: 0.25rem;
}
.gridpage .intro-col {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.gridpage .intro-col p {
  font-size: 1.3em;
}
.gridpage .col-left {
  width: 35%;
}
.gridpage .col-right {
  align-items: flex-end;
}
.gridpage .filter-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.gridpage .filter-wrapper p {
  font-size: 1.1em;
  padding-bottom: 0;
  margin-right: 1rem;
}
.gridpage .dropdown {
  position: relative;
  display: inline-block;
  text-align: left;
}
.gridpage .dropbtn {
  background-color: transparent;
  text-transform: uppercase;
  padding: 0.5rem 0;
  width: 150px;
  font-size: 1.2rem;
  border: none;
  cursor: pointer;
  font-weight: 800;
  color: black;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.gridpage .dropbtn .icon {
  height: 20px;
}
.gridpage .dropbtn .icon svg {
  height: 100%;
}
.gridpage .dropdown-content {
  display: none;
  position: absolute;
  background-color: wheat;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 6;
}
.gridpage .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.gridpage .dropdown-content a:hover {
  background-color: #f1f1f1;
}
.gridpage .dropdown:hover .dropbtn {
  background-color: lightblue;
}
.gridpage .dropdown:hover .dropdown-content {
  display: block;
}

@media all and (max-width: 768px) {
  .gridpage .intro {
    flex-direction: column;
    margin-bottom: 3rem;
    text-align: center;
  }
  .gridpage .col-left,
  .gridpage .intro-col {
    width: 100%;
  }
  .gridpage .col-right {
    align-items: center;
  }
}

@media all and (max-width: 830px) and (orientation: landscape) {
  .gridpage .intro {
    flex-direction: column;
    margin-bottom: 3rem;
    text-align: center;
  }
  .gridpage .col-left,
  .gridpage .intro-col {
    width: 100%;
  }
  .gridpage .col-right {
    align-items: center;
  }
}

/* ************** GRIDS, GRIDS AND MORE GRIDS ******************* */
/* PARENT GRID CLASSES

.ar-rows - row based, "AR ROWS"
.masongrid - masonry style
.grid-alternating - alternating rows of two and three cells
.justified - Justified Gallery plugin
.animategrid - triggers animate on scroll

*/
.gridpage .cell .info {
  z-index: 10;
  color: #fff;
  opacity: 0;
  transform: translateY(10px);
  transition:
    opacity 0.2s 0s,
    transform 0s 0.2s;
}

.no-touchevents .masongrid .cell:hover .info {
  opacity: 1;
  transform: translateY(0px);
  transition:
    opacity 0.3s 0.1s,
    transform 0.3s 0.1s;
}

.gridpage .cell .photo {
  position: relative;
  z-index: 1;
}

.gridpage .cell .color {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  opacity: 0;
  transition: opacity 0.3s 0s;
}

.no-touchevents .masongrid .cell:hover .color {
  opacity: 0.83;
}

/* row-based, ar-rows */
.ar-rows {
  width: 100%;
  margin: auto;
}

.ar-rows .row {
  position: relative;
  text-align: center;
  display: flex;
  justify-content: space-between;
}
.ar-rows .row .textentry .celltext {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #e6e6e6;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}
.ar-rows .row .textentry .celltext p {
  font-size: 1.2rem;
  line-height: 1.6rem;
  max-width: 80%;
  line-height: 2rem;
}

/*
.ar-rows .row:after {
    content: '';
    display: block;
    clear: both;
}
*/
.ar-rows .full-width-hovers figure {
  position: relative;
  cursor: pointer;
}

.ar-rows .full-width-hovers a.row {
  display: block;
}

.ar-rows .row .cell {
  float: left;
  display: block;
  opacity: 1;
  position: relative;
  overflow: hidden;
  border: 1px solid #fff;
  box-sizing: border-box;
}
.ar-rows .row .cell figcaption {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  opacity: 0;
  color: #fff;
  z-index: 10;
  text-align: center;
  background-color: rgba(216, 62, 148, 0.6);
  transition: opacity 0.3s;
  display: flex;
  align-items: center;
  padding-left: 1%;
  justify-content: flex-start;
}
.ar-rows .row .cell figcaption .text-wrap {
  text-align: center;
  font-weight: 800;
}
.ar-rows .row .cell figcaption .text-wrap .inner-wrap {
  text-align: left;
  display: block;
  width: 80%;
  margin-left: 10%;
}
.ar-rows .row .cell figcaption .text-wrap h2 {
  border: 2px solid white;
  padding: 0.5rem;
  letter-spacing: 0.1em;
  display: inline;
  font-style: initial;
  font-weight: 800;
}
.ar-rows .row .cell figcaption .text-wrap div.tags {
  border: 2px solid white;
  width: auto;
  display: inline-block;
  margin-top: -1px;
  padding: 0.5rem;
}

.ar-rows .row .cell figcaption .infowrap {
  opacity: 0;
  transform: translateY(25px);
  -webkit-transform: translateY(25px);
  -ms-transform: translateY(-5px);
  transition: all 0.3s 0.3s;
  -webkit-transition: all 0.3s 0.3s;
  -ms-transition: all 0.3s 0.3s;
}

.ar-rows .row .cell:hover figcaption .infowrap {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
}

.ar-rows .row .cell figcaption h1 {
  letter-spacing: 0.36em;
  font-weight: 700;
  margin-bottom: 8px;
}

.ar-rows .row .cell figcaption h2 {
  font-size: 18px;
  letter-spacing: 0.06em;
  font-style: italic;
  font-weight: 400;
}

.ar-rows .row .cell:hover figcaption {
  opacity: 1;
}

.ar-rows .photo {
  position: relative;
  z-index: 1;
  display: block;
  width: auto;
  height: auto;
}

/*masonry-style*/
.masongrid {
  width: 100%;
  list-style-type: none;
  min-height: 100%;
}

.masongrid .cell {
  display: block;
  float: left;
  /*opacity: 0;*/
  overflow: hidden;
  text-align: center;
}

.grid-sizer,
.masongrid .cell {
  width: 48%;
  height: auto;
}

.masongrid .cell.large {
  width: 49.66%;
}

.gutter-sizer {
  width: 4%;
}

.masongrid .shown,
.no-js .masongrid figure,
.no-cssanimations .masongrid figure {
  opacity: 1;
}

.masongrid figure a,
.masongrid figure img {
  outline: none;
  border: none;
  width: 100%;
  display: block;
  text-decoration: none;
}

/* Effect 1: opacity */
.masongrid.effect-1 figure.animate {
  animation: fadeIn 0.65s ease forwards;
  -webkit-animation: fadeIn 0.65s ease forwards;
  -moz-animation: fadeIn 0.65s ease forwards;
  -o-animation: fadeIn 0.65s ease forwards;
}

/* Effect 2: Move Up */
.masongrid.effect-2 figure.animate {
  opacity: 1;
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-animation: moveUp 0.65s ease forwards;
  animation: moveUp 0.65s ease forwards;
}

@-webkit-keyframes moveUp {
  0% {
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}

@keyframes moveUp {
  0% {
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeIn {
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  100% {
    opacity: 1;
  }
}

/* alternating cell widths grid */
.grid-alternating {
  width: 93.2%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.grid-alternating figure.cell {
  width: 30.83%;
  background: black;
  font-size: 0;
  margin-bottom: 45px;
  /* sets bottom margins equal to grid gutters */
  /* first number in calc() equation is grid's width (as percentage of viewport width) */
  /* second number is "gutter" (percentage of grid's width) as a decimal */
  margin-bottom: calc(93.2vw * 0.0375);
}

.grid-alternating figure.cell:nth-child(5n + 1),
.grid-alternating figure.cell:nth-child(5n + 2) {
  width: 48.125%;
}

.grid-alternating figure.cell:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  padding-top: 56%;
  /* adjust this for different aspect ratios */
}

.grid-alternating .cell a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
}

.grid-alternating .cell .cover {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  opacity: 1;
  transition: 0.2s;
}

.no-touchevents .grid-alternating .cell:hover .cover {
  opacity: 0.5;
  transition: 0.3s;
}

.grid-alternating .cell figcaption {
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 10%;
  font-size: 1rem;
  z-index: 5;
  color: #fff;
  text-align: center;
  opacity: 0;
  transform: translateY(10px);
  transition:
    opacity 0.2s 0s,
    transform 0s 0.2s;
}

.no-touchevents .grid-alternating .cell:hover figcaption {
  opacity: 1;
  transform: translateY(0px);
  transition:
    opacity 0.3s 0.1s,
    transform 0.3s 0.1s;
}

.grid-alternating .cell .title {
  display: block;
  font-size: 1.1em;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  line-height: 1;
}

.grid-alternating .cell .sub-title {
  display: block;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-size: 0.85em;
}

.grid-alternating .cell .title + .sub-title {
  padding-top: 1em;
}

/* grid - justified gallery */
.justified {
  width: 90%;
  margin: auto;
}

.justified .cell {
  background: black;
}

.justified .photo {
  opacity: 1;
  z-index: 1;
  opacity: 1;
  transition: 0.2s;
}

.no-touchevents .justified .cell:hover .photo {
  opacity: 0.5;
  transition: 0.3s;
}

.justified .cell .caption {
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 10%;
  font-size: 1rem;
  z-index: 5;
  color: #fff;
  text-align: center;
  opacity: 0;
  transform: translateY(10px);
  transition:
    opacity 0.2s 0s,
    transform 0s 0.2s;
}

.no-touchevents .justified .cell:hover .caption {
  opacity: 1;
  transform: translateY(0px);
  transition:
    opacity 0.3s 0.1s,
    transform 0.3s 0.1s;
}

.justified .cell .title {
  display: block;
  font-size: 1.1em;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  line-height: 1;
}

.justified .cell .sub-title {
  display: block;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-size: 0.85em;
}

.justified .cell .title + .sub-title {
  padding-top: 1em;
}

/* ************** 2 col flex **************** */
.black-bar {
  height: 4px;
  width: 100%;
  background-color: black;
  display: block;
  visibility: hidden;
  opacity: 0;
  margin-bottom: 1em;
}

.twocol-flex-grid {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-wrap: wrap;
  /* end item */
}
.twocol-flex-grid a {
  text-transform: none;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}
.twocol-flex-grid .item {
  width: 48%;
  margin: 1rem 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.twocol-flex-grid .item figure {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  overflow: hidden;
}
.twocol-flex-grid .item figure .vidhold {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s;
}
.twocol-flex-grid .item.playing figure .vidhold {
  opacity: 1;
}
.twocol-flex-grid .item figure .vidhold video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.twocol-flex-grid .item .play {
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}
.twocol-flex-grid .item .img-wrap {
  position: relative;
  background: black;
  width: 100%;
  height: 550px;
  margin-bottom: 1em;
}
.twocol-flex-grid .item .img {
  background: url("../images/purple.png");
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 300px;
}
.twocol-flex-grid .item h3 {
  margin-bottom: 0px;
}
.twocol-flex-grid .item .caption {
  transition: opacity 0.5s;
  position: relative;
  padding-left: 1em;
  margin-top: 0;
  margin-bottom: 0;
  bottom: 0;
  top: 0;
  z-index: 5;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  text-align: left;
}
.twocol-flex-grid .item .caption h2 {
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.twocol-flex-grid .item .caption p {
  font-family: "proxima-nova", sans-serif;
  font-size: 0.9rem;
  color: #838383;
}
.twocol-flex-grid .item .caption a {
  display: inline;
}
.twocol-flex-grid .item:hover .play-button {
  display: none;
}
.twocol-flex-grid .item:hover .img {
  opacity: 0.5;
  transition: opacity 0.5s;
}
.twocol-flex-grid .item:hover .caption {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s;
}
.twocol-flex-grid .item:hover .black-bar {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.2s;
}

@media all and (max-width: 896px) and (orientation: portrait) {
  .twocol-flex-grid .item .caption h2 {
    font-size: 1rem;
    line-height: 1;
  }
}

/*---- end twocol-flex-grid --- */
/* *********** end 2col flex *********** */
@media all and (max-width: 768px) {
  /* *********** begin 2col flex *********** */
  /* ************** 2 col flex **************** */
  .black-bar {
    display: none;
  }
  .twocol-flex-grid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-wrap: wrap;
    /* end item */
  }
  .twocol-flex-grid .item {
    width: 100%;
    margin: 0;
    margin-bottom: 35px;
  }
  .twocol-flex-grid .item figure {
    margin-bottom: 5px;
  }
  .twocol-flex-grid .item .caption {
    padding-left: 0em;
  }
  .twocol-flex-grid .item .caption p {
    padding-top: 0.5em;
    padding-bottom: 0px;
  }
  .twocol-flex-grid .item .play-button {
    display: none;
  }
  .twocol-flex-grid .item .img {
    opacity: 0.5;
    transition: opacity 0.5s;
  }
  /*---- end project-grid --- */
  /* *********** begin 2col flex *********** */
  .ar-rows .row {
    flex-direction: column;
  }
  .ar-rows .row a {
    width: 100% !important;
    height: auto;
  }
  .ar-rows .photo {
    width: 100%;
    height: auto !important;
  }
  .grid-sizer,
  .masongrid .cell {
    width: 47%;
    height: auto;
  }
  .masongrid .cell.large {
    width: 40%;
  }
  .gutter-sizer {
    width: 6%;
  }
}

/* ************** FOOTER ******************* */

footer {
  position: relative;
  background-color: #fff;
  font-family: "proxima-nova", sans-serif;
}

footer p.label {
  font-size: 1.2rem;
}

footer .inner {
  display: grid;
  grid-template-columns: 50% 1fr 1fr;
  grid-gap: 2rem;
  width: 90%;
  margin: 0 auto;
  padding: 1rem 0;
}

footer .inner .brand {
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .inner .family {
  display: flex;
  flex-direction: column;
}

footer .inner .family ul {
  list-style-type: none;
  font-family: "freight-display-pro", serif;
  font-size: 1.2rem;
}

footer .inner .family .copyright {
  margin: auto auto 0 0;
}

footer .inner .brand img {
  display: block;
  width: 40%;
  height: auto;
}

footer .inner .contacts {
  display: flex;
  flex-direction: column;
}

footer .inner .contacts img {
  display: block;
  width: 50%;
  height: auto;
  margin: auto 0 0 0;
}

/*
footer {
  z-index: 5;
  text-align: center;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: auto;
  background-color: white;
  color: black;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: 4rem 7%;
  overflow: hidden;
}
footer .col {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  text-align: center;
}

footer .col.bottom {
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}

footer .col.bottom .centered {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin: 30px auto 0 auto;
}

footer .col.bottom .centered img {
  display: block;
  width: 90%;
  max-width: 260px;
  height: auto;
  margin: 0 auto;
}

footer .col.bottom .copyright {
  width: 30%;
  text-align: left;
}

footer .col.bottom .copyright p {
  font-family: "ITC Blair W01 Light", sans-serif;
  font-size: 12px;
}

footer .col.bottom .contact {
  width: 40%;
  text-align: center;
}

footer .col.bottom .contact ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

footer .col.bottom .contact ul li {
  margin: 0 5px;
  font-family: "ITC Blair W01 Light", sans-serif;
  font-size: 12px;
}

footer .col.bottom .branding {
  width: 30%;
  margin: 0;
  display: flex;
  justify-content: flex-end;
}

footer .col .branding {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-top: 50px;
}

footer .col h2 {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.2;
  margin: 0 auto;
}

footer .col .branding .logo img {
  display: block;
  width: 84px;
  height: auto;
}

footer .col .branding .social {
  width: auto;
  margin-left: 10px;
  margin-top: 3px;
}

footer .col .branding .social ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

footer .col .branding .social ul li {
  line-height: 0;
}

footer .col .branding .social svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

footer .col .branding .social svg * {
  fill: #000;
}

footer .col .social {
  display: flex;
  width: auto;
}

footer p {
  font-size: 0.8rem;
}
footer .flex-row {
  width: 100%;
  height: 100%;
  align-items: center;
}
footer .footer-section {
  width: 33%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .logo {
  display: inline-block;
}

footer .logo svg {
  height: auto;
  margin-bottom: 10px;
  width: 90px;
}

footer .logo ul.info {
  list-style-type: none;
}
footer .logo ul.info li {
  display: inline-block;
  margin-right: 6px;
  font-size: 12px;
}
footer .logo ul.info li:last-child {
  margin-right: 0px;
}
footer .logo a {
  text-decoration: none;
  font-size: 11px;
}
footer .copyright p {
  font-family: canada-type-gibson, sans-serif;
  font-size: 0.9rem;
  color: #000;
  font-weight: 500;
}

footer .copyright p a {
  text-decoration: none;
}

footer .copyright p a:hover {
  text-decoration: underline;
}
footer .formrow {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
}

footer #mce-success-response {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 46px;
}

footer .formrow h2 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  line-height: 1.2;
}

footer .formrow #mc_embed_signup_scroll {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-evenly;
  width: 100%;
}

footer .formrow form .mc-field-group {
  display: block;
  width: calc(12% - 15px);
  margin-right: 30px;
}

footer .formrow input {
  border: 0px;
  border-bottom: 1px solid #707070;
  font-family: canada-type-gibson, sans-serif;
  font-size: 14px;
  padding: 0px 0px 5px 0px;
  width: 100%;
  height: 20px;
}

footer .formrow input::placeholder {
  color: #707070;
}

footer .formrow input[type="submit"] {
  font-family: "freight-display-pro", serif;
  font-size: 18px;
  font-weight: 500;
  width: auto;
  height: auto;
  padding: 0 5px 5px 5px;
}

footer #mc_embed_signup div.mce_inline_error {
  position: absolute;
  background-color: #ffd49a;
  color: #000;
}

@media all and (max-width: 768px),
  all and (max-width: 830px) and (orientation: landscape) {
  footer {
    padding: 2em 3%;
  }
  footer .footer-section {
    width: 100%;
    height: auto;
    flex-direction: column;
    align-items: flex-start;
  }
  footer .logo {
    order: 1;
    margin-bottom: 1em;
  }
  footer .logo svg {
    height: 40px;
  }
  footer .copyright {
    margin: 0px auto;
    width: auto;
    text-align: center;
    font-size: 0.7em;
    justify-content: flex-start;
    order: 2;
    font-size: 0.8rem;
  }
  footer .copyright p {
    font-size: 10px;
  }
  footer .copyright p a {
    font-size: 10px;
  }
  footer .socials {
    order: 3;
    position: absolute;
    right: 0;
    align-items: flex-end;
    top: 2em;
    right: 25px;
  }
  footer .socials svg {
    width: 25px;
  }

  footer .formrow form .mc-field-group {
    width: 100%;
    max-width: 600px;
    margin: 0px auto 25px auto;
  }

  footer .formrow input[type="submit"] {
    display: block;
    width: 75px;
    margin: 0px auto;
  }
}

@media all and (max-width: 896px) and (orientation: portrait) {
  footer .col.bottom {
    flex-direction: column;
    margin-top: 25px;
  }

  footer .col.bottom {
    flex-direction: column;
    margin-top: 25px;
  }

  footer .col.bottom .copyright {
    width: 100%;
    text-align: center;
    order: 3;
    margin-top: 20px;
  }
  footer .col.bottom .branding {
    width: 100%;
    order: 1;
    justify-content: center;
  }
  footer .col.bottom .branding .social {
    width: 100%;
    margin: 0 auto 10px auto;
  }
  footer .col.bottom .branding .social ul {
    width: 100%;
    justify-content: center;
  }
  footer .col.bottom .contact {
    width: 100%;
    order: 2;
  }
}

*/

/* ************** HEADER ******************* */
header {
  position: fixed;
  top: 0px;
  left: 0;
  padding-bottom: 0;
  margin: 0 auto;
  box-sizing: border-box;
  width: 100%;
  height: 86px;
  z-index: 6;
  display: flex;
  flex-direction: row;
  align-items: center;
  transition: 0.3s transform;
  padding-bottom: 0.5em;
  justify-content: space-between;
  /* optional: show position indicator in red */
}

header.hide {
  transform: translateY(-100%);
}
header.reveal {
  transform: translateY(0);
  background-color: rgba(255, 212, 154, 0.9);
  height: 70px;
}

header.reveal nav {
  color: #000;
  top: 6px;
}
header.reveal .logo {
  margin-top: 10px;
  height: calc(100% - 20px);
}
header.reveal .logo svg {
  height: 100%;
}
header.reveal .logo svg * {
  fill: #000;
}

header ::-webkit-scrollbar {
  width: 0px;
  /* remove scrollbar space */
  height: 8px;
  background: transparent;
  /* optional: just make scrollbar invisible */
}
header ::-webkit-scrollbar-thumb {
  background: #696969;
}
header .inner {
  position: unset;
  z-index: 5;
  width: 84%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0;
  color: black;
  margin: 0px auto;
  pointer-events: none;
}
header .logo {
  margin-top: 30px;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  text-decoration: none !important;
  pointer-events: all;
}
header .logo img {
  width: 160px;
  height: auto;
}
header .logo svg {
  height: 90%;
}
header .logo svg * {
  fill: #ffd49a;
}

.black_header header .logo svg * {
  fill: #000;
}

.black_header header nav {
  color: #000;
}

.no-touchevents header nav a:hover,
header nav a.pageOn {
  color: white;
}

.tanbg header nav {
  color: #787b70;
}

.tanbg header .logo svg * {
  fill: #787b70;
}

/* DIRECTOR LIST */
header #director_list {
  position: fixed;
  top: 0;
  left: 0;
  width: 400px;
  height: 100vh;
  background-color: #000;
  transform: translateX(-100%);
  transition: transform 0.3s ease-out;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
}

/*
header #director_list:before {
  content: "";
  display: block;
  position: absolute;
  top: -9%;
  right: -24%;
  width: 30%;
  height: 40%;
  background-color: black;
  z-index: 2;
  transform: rotate(336deg);
}

header #director_list:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -9%;
  left: -24%;
  width: 30%;
  height: 40%;
  background-color: black;
  z-index: 2;
  transform: rotate(336deg);
}
*/

header #director_list ul {
  list-style-type: none;
  width: 78%;
  margin: 120px auto;
}

header #director_list .scroller {
  position: relative;
  width: calc(100% + 18px);
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

header #director_list ul li {
  padding: 11px 0;
  opacity: 0;
  transform: translateY(2rem);
}

header #director_list ul li a {
  font-size: 1.8rem;
  line-height: 0.9;
  text-decoration: none;
  padding: 0;
  color: #ffd49a;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 300;
}

header #director_list ul li a:hover {
  color: #fff;
}

.director_open header #director_list {
  transform: translateX(0);
}

.director_open header nav a.directors_trigger {
  color: #fff;
}

@media all and (max-width: 896px) and (orientation: landscape) {
  header #director_list ul li {
    padding: 2px 0;
  }
  header #director_list ul li a {
    font-size: 1rem;
  }
}

/* *********** begin NAV styling ********* */
header nav {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 115px;
  top: 30px;
  left: 0;
  text-align: center;
  color: #ffd49b;
  display: flex;
  pointer-events: none;
  transition: transform 0.5s;
}
header nav .wf-active ul {
  opacity: 0;
}
header nav .inner-nav {
  background: transparent;
  width: 92%;
  height: 55px;
  left: 4%;
  position: absolute;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  pointer-events: all;
}

header nav .inner-nav li.top-level a {
  text-decoration: none;
  font-family: serif;
  font-size: 1.3rem;
  transition: color 0.5s;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flext-start;
}

header nav .inner-nav li.top-level a svg {
  width: 18px;
  height: auto;
  display: block;
  position: absolute;
  left: -25px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s;
}

.director_open header nav .inner-nav li.top-level a svg {
  opacity: 1;
  pointer-events: all;
}

@media all and (max-width: 896px) and (orientation: portrait) {
  .director_open header nav .inner-nav li.top-level a svg {
    display: none;
  }
}

.infopage header nav {
  color: #000;
}

@media all and (max-width: 896px) and (orientation: portrait) {
  header nav {
    top: 10px;
  }
  header nav .inner-nav li.top-level a {
    font-size: 1.1rem;
  }
  header .logo {
    margin-top: 0;
  }
}

@media all and (max-width: 896px) and (orientation: landscape) {
  header nav {
    top: 10px;
  }
  header nav .inner-nav li.top-level a {
    font-size: 1.1rem;
  }
  header .logo {
    margin-top: 0;
  }
}

/* *********** end NAV styling ********* */

.homepage header {
  border-bottom: none;
}

/************* mobile menu button *************/
.menuBtn {
  display: block;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 7%;
  cursor: pointer;
  height: 30px;
}
.menuBtn .swoosh {
  display: inline-block;
  height: 100%;
  margin-left: -11px;
  transition-property: background-color, opacity, transform, top;
  transition-duration: 0.2s, 0.1s, 0.3s, 0.3s;
  transition-delay: 0s, 0s, 0s, 0s;
  display: none;
}
.menuBtn .swoosh svg {
  height: 100%;
}
.menuBtn .swoosh svg path {
  fill: black;
}

.menuOn header {
  transform: none;
}
.menuOn header .inner {
  z-index: auto;
}
.menuOn .menuBtn {
  right: 9%;
  transform: translateX(50%);
  z-index: 310;
}
.menuOn .menuBtn .swoosh {
  transition-property: background-color, opacity, transform, top;
  transition-duration: 0.2s, 0.1s, 0.3s, 0.3s;
  transition-delay: 0s, 0s, 0s, 0s;
  position: absolute;
}
.menuOn .menuBtn .swoosh svg path {
  fill: white;
}
.menuOn .menuBtn .swoosh:nth-child(1) {
  transform: scaleX(-1) rotate(-10deg);
  margin-left: 50%;
}
.menuOn .menuBtn .swoosh:nth-child(2) {
  opacity: 0;
  transition: opacity 0.1s 0s;
}
.menuOn .menuBtn .swoosh:nth-child(3) {
  transform: rotate(-10deg);
  margin-left: -50%;
}
.menuOn nav {
  transform: translateX(50vw);
  opacity: 1;
  z-index: 6;
}

.menuOn.searchOn header .logo {
  display: none;
}

.menuOn.searchOn header nav {
  transform: translateX(0);
  transition: transform 0.5s;
}
.menuOn.searchOn header nav .our-artists a {
  color: #a9a9a9;
}
.menuOn.searchOn header nav .our-artists a.highlight {
  color: #fff;
}
.menuOn.searchOn header nav .top-level #search {
  background: #fcfaf1;
  color: black;
}

@media all and (max-width: 768px),
  all and (max-width: 830px) and (orientation: landscape) {
  /* *********** begin NAV styling ********* */
  header {
    width: 100%;
    height: 100px;
  }
  header .logo svg {
    height: 50%;
  }
  .menuBtn {
    top: 33px;
  }
  /*
  header nav {
    position: fixed;
    z-index: 1;
    width: calc(70vw + 100vw);
    min-height: 100vh;
    top: 0;
    right: 0;
    text-align: center;
    color: white;
    box-sizing: border-box;
    transform: translateX(100%);
    transition: unset;
    display: flex;
  }

  header nav ul {
    padding: 75px 0;
  }
  header nav .wf-active ul {
    opacity: 0;
  }
  header nav .our-artists {
    text-align: left;
    padding-left: 0;
  }
  header nav .our-artists li {
    padding-left: none;
  }
  header nav .our-artists a {
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-family: "freight-display-pro", serif;
    text-transform: none;
    color: white;
    padding: 0.25rem 1rem;
  }
  */

  /*
  header nav .search-nav {
    width: 100vw;
    width: 100vw;
    box-sizing: border-box;
    min-height: 100vh;
    max-height: unset;
    height: auto;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    flex-flow: column;
    padding: 75px 3%;
  }
  header nav .search-nav li {
    width: auto;
  } */

  /* *********** end NAV styling ********* */
  .social {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .social p {
    padding-bottom: 0;
  }
  .social ul {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 70%;
    justify-content: space-around;
  }
  .menuOn .menuBtn {
    right: 11%;
  }
  .menuOn nav {
    transform: translateX(100vw);
    transition: transform 0.5s;
  }
  .menuOn.menuClose nav {
    transform: translateX(100%);
    transition: transform 0.5s;
  }
  .searchOn nav {
    transform: translateX(-100vw);
  }
}

.infopage {
  background-color: #ffd49a;
}
.infopage header {
  background: #ffd49a;
}
.infopage header .logo svg path {
  fill: black;
}
.infopage header .menuBtn .swoosh svg path {
  fill: black;
}

article.info {
  min-height: 100vh;
  color: #000;
  padding: 200px 7%;
}
article.info .intro-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: space-between;
}
article.info .intro-wrap .page-title {
  width: 100%;
  text-align: left;
  margin-bottom: 1rem;
}

/*** new styles for about page  11/20201***/

.infopage article.info {
  padding: 150px 7% 0 7%;
}
.infopage article.info .intro-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.infopage article.info .intro-wrap .page-title {
  text-align: center;
}

/*** end new styles 11/2021***/

article.info h2 {
  font-size: 2rem;
}
article.info .intro-wrap .block p {
  margin-bottom: 2rem;
  font-size: 1.4rem;
  line-height: 1.4;
}
article.info .intro-wrap .block p:last-child {
  margin-bottom: 0px;
}
article.info .intro-wrap .block p a {
  font-family: "freight-display-pro", serif;
  text-transform: none;
}
article.info .intro-wrap .col-left,
article.info .intro-wrap .col-right {
  width: 45%;
  text-align: left;
}
article.info .intro-wrap .col-left.full {
  width: 90%;
  max-width: 1200px;
}

article.info .intro-wrap .col-left .block a {
  font-family: "freight-display-pro", serif;
  text-transform: none;
  display: inline;
  padding: 0;
}

article.info .intro-wrap .col-left h3 {
  margin-bottom: 20px;
}

article.info .intro-wrap .col-left ul {
  margin-left: 25px;
}

article.info .intro-wrap .col-left ul li {
  list-style-type: disc;
  margin: 0px 0px 10px 0px;
  font-size: 16px;
}
article.info .intro-wrap .socials {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 2rem;
}
article.info .intro-wrap .socials a {
  margin-right: 1rem;
  display: inline;
  font-size: 0.8em;
}

.col-right .block p {
  margin-bottom: 1rem !important;
}

.col-right .block a {
  text-decoration: underline;
}

@media all and (max-width: 768px),
  all and (max-width: 830) and (orientation: landscape) {
  article.info .intro-wrap {
    flex-direction: column;
    width: 96%;
    margin: 0px auto;
  }
  article.info .intro-wrap .col-left,
  article.info .intro-wrap .col-right {
    width: 100%;
  }
  article.info .intro-wrap .col-left {
    margin-bottom: 2rem;
  }
}

.beta article.home {
  height: auto;
}

article.home .announcement {
  text-align: center;
  padding-top: 7%;
}
article.home .announcement img {
  width: 100%;
  margin: 0px auto;
}
article.home .announcement img.portrait {
  width: 50%;
}
article.home .announcement h1 {
  margin-bottom: 1em;
}

/* *************** end article.home ************* */
@media all and (max-width: 768px),
  all and (max-width: 830px) and (orientation: landscape) {
  article.home .announcement {
    padding-top: 3rem;
  }
  article.home .announcement h1 {
    margin-bottom: 0.4em;
  }
}

/* IPHONE 5 LANDSCAPE */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
  article.home .announcement {
    padding-top: 3rem;
  }
}

.newsletter-overlay {
  position: fixed;
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
  transition: opacity 0.5s;
  visibility: hidden;
  opacity: 0;
}
.newsletter-overlay .form-wrapper {
  background-color: #e1dfdf;
  padding: 3em;
  border: 2px solid black;
  text-align: center;
  width: 40vw;
  min-width: 500px;
  position: relative;
}
.newsletter-overlay .form-wrapper p.close {
  position: absolute;
  bottom: -50px;
  right: 0;
  text-decoration: underline;
  color: white;
  cursor: pointer;
}
.newsletter-overlay .form-wrapper form {
  position: relative;
  width: 80%;
  margin-left: 10%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.newsletter-overlay .form-wrapper form .inputEl {
  width: 40%;
  display: inline-block;
  margin: 1em 0;
  text-align: left;
}
.newsletter-overlay .form-wrapper form .inputEl input {
  width: 100%;
  background-color: white;
}
.newsletter-overlay .form-wrapper form .bottom-row {
  width: 100%;
  margin-top: 1em;
  display: flex;
  justify-content: space-between;
}
.newsletter-overlay .form-wrapper form .bottom-row button.submit {
  background-color: transparent;
}
.newsletter-overlay .form-wrapper form .bottom-row button.submit h4 {
  text-decoration: underline;
}

@media all and (max-width: 768px) {
  .newsletter-overlay .form-wrapper {
    width: 95%;
    max-height: 75vh;
    min-width: auto;
    padding: 2em;
  }
  .newsletter-overlay .form-wrapper form {
    flex-direction: column;
    width: 100%;
    margin-left: 0;
  }
  .newsletter-overlay .form-wrapper form .inputEl {
    width: 100%;
    margin: 0.5em 0;
  }
}

/* ************** OVERLAYS ******************* */
.openVideoOverlay {
  cursor: pointer;
}

.overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: black;
  text-align: center;
  opacity: 0;
  z-index: -1;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transition:
    z-index 0s 0.4s,
    transform 0s 0.4s,
    opacity 0.3s 0s;
  -webkit-transition:
    z-index 0s 0.4s,
    transform 0s 0.4s,
    opacity 0.3s 0s;
  -ms-transition:
    z-index 0s 0.4s,
    transform 0s 0.4s,
    opacity 0.3s 0s;
}
.overlay .closeIcon {
  position: fixed;
  top: 25px;
  right: 25px;
  z-index: 200;
  cursor: pointer;
  width: 40px;
  height: 40px;
  transform: scale(1);
  transition: transform 0.3s;
}
.overlay .closeIcon:hover {
  transform: scale(0.9);
}
.overlay .closeIcon img {
  width: 22px;
  height: auto;
}

.overlay .closeIcon span.line {
  display: block;
  position: absolute;
  width: 40px;
  height: 2px;
  background: #ffd49a;
  transform: rotate(45deg);
  top: 20px;
  left: -1px;
}
.overlay .closeIcon span.line:last-child {
  transform: rotate(-45deg);
}
.overlay .inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
}

#overlay .inner .col-right .scroller {
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

#overlay .inner .col-right .scroller .inner {
  position: relative;
  display: block;
  padding: 0 40px 60px 0;
  height: 100%;
  width: calc(100% + 18px);
  overflow-x: hidden;
  overflow-y: scroll;
}

.overlay .inner .col-left,
.overlay .inner .col-right {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: white;
  padding: 2em;
}
.overlay .inner .col-left .inner,
.overlay .inner .col-right .inner {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.overlay .inner .col-left .block,
.overlay .inner .col-right .block {
  margin: 0 0;
}
.overlay .inner .col-left {
  align-items: flex-end;
}
.overlay .inner .col-left .video-hold {
  width: 100%;
  position: relative;
}
.overlay .inner .col-left .video-hold iframe {
  width: 100%;
}
.overlay .inner .col-right {
  align-items: flex-start;
}
.overlay .inner .col-right h1,
.overlay .inner .col-right h2 {
  margin-bottom: 1rem;
}
.overlay .inner .socials {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 10px;
}
.overlay .inner .socials a {
  margin-right: 1rem;
  display: inline;
  font-size: 1.1rem;
  text-decoration: underline;
}

#overlay.on,
#newsletterOverlay.on,
#videoOverlay.on {
  opacity: 1;
  z-index: 300;
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transition:
    z-index 0s 0s,
    transform 0s 0s,
    opacity 0.3s 0s;
  -webkit-transition:
    z-index 0s 0s,
    transform 0s 0s,
    opacity 0.3s 0s;
  -ms-transition:
    z-index 0s 0s,
    transform 0s 0s,
    opacity 0.3s 0s;
}

#overlay .closer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* ************** NEWSLETTER OVERLAY ******************* */
#newsletterOverlay {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #ffd49a;
}

#newsletterOverlay .closeIcon .line {
  background: #000;
}

#newsletterOverlay .inner {
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
}

#newsletterOverlay .inner::-webkit-scrollbar {
  display: none;
}

#newsletterOverlay .inner div.keap-custom-form {
  width: 100%;
}

/* ************** VIDEO OVERLAY ******************* */
#videoOverlay .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 65%;
  height: 80vh;
  justify-content: flex-start;
}
#videoOverlay .inner .caption {
  text-align: left;
  color: #e6e6e6;
  margin-top: 1rem;
  font-size: 0.8rem;
}

#videoOverlay .inner .textwrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

#videoOverlay .inner .textwrap h4 {
  color: #e6e6e6;
  margin-top: 1rem;
  font-size: 0.8rem;
}

#videoOverlay .inner .textwrap a {
  display: inline;
  text-transform: unset;
  text-decoration: underline;
  padding-bottom: 0;
  font-size: 0.8rem;
  font-family: "freight-display-pro", serif;
  color: #fff;
  opacity: 1;
  transition: opacity 0.2s;
}

.full-width-iframe {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
}
.full-width-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media all and (max-width: 1100px),
  (max-width: 830px) and (orientation: landscape) {
  #overlay .closer {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    min-height: 100%;
    z-index: 1;
    padding: 4em 0;
  }
  .overlay .inner {
    flex-direction: column;
  }
  .overlay .inner .col-left,
  .overlay .inner .col-right {
    width: 100%;
  }
  .overlay .inner .col-left {
    padding-bottom: 0;
  }
  #overlay.on,
  #videoOverlay.on {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  #videoOverlay .inner {
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 0px;
    width: 100%;
  }
  #videoOverlay .inner .caption {
    width: 90%;
    text-align: left;
    margin: 0px auto;
    padding-top: 10px;
  }
}

/* begin video-overlay */
.video-overlay {
  top: 0;
  bottom: 0;
  width: 100vw;
  position: fixed;
  overflow-y: scroll;
  overflow-x: hidden;
  background: rgba(0, 0, 0, 0.9);
  color: white;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s;
  z-index: 310;
}
.video-overlay .back {
  position: fixed;
  top: 1em;
  right: 1em;
  z-index: 60;
  text-decoration: underline;
  cursor: pointer;
}
.video-overlay .overlay-inner {
  padding: 7%;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.video-overlay .overlay-inner .reg-video {
  margin-bottom: 4em;
  max-width: 1000px;
}

/* end video-overlay */
.overlay-on .video-overlay {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s;
}

.overlay-on section#content {
  overflow-y: hidden;
}

.projectpage {
  padding: 0;
  padding-top: calc(150px + 25px);
}
.projectpage .first-section .text-block {
  padding: 0 7%;
}
.projectpage .pp-section {
  padding: 0 7%;
  margin-bottom: 4em;
}
.projectpage .prev-next {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.projectpage .prev-next .prev,
.projectpage .prev-next .next {
  width: 48%;
  border-top: 4px solid black;
  padding-top: 1em;
}
.projectpage .prev-next h4 {
  text-transform: uppercase;
}
.projectpage .prev-next .prev {
  text-align: left;
}
.projectpage .prev-next .next {
  text-align: right;
}
.projectpage .text-block {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em;
  text-align: center;
}
.projectpage .text-block .info {
  margin-bottom: 1em;
}
.projectpage iframe {
  height: 200 !important;
}

/* end .projectpage */
.search {
  background-color: #fcfaf1;
}
.search .search-info {
  margin-bottom: 1rem;
  width: 100%;
  text-align: center;
}

.intro-text {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 6rem 0;
}

.intro-text .text-block {
  width: 90%;
  max-width: 600px;
  margin: 0px auto;
}

.intro-text .text-block h1 {
  font-size: 2rem;
  line-height: 2.4rem;
}

.intro-text .text-block p {
  font-family: "freight-display-pro", serif;
  line-height: 1.6rem;
  padding-bottom: 0.2em;
  font-size: 1.1rem;
  font-weight: 300;
}

/* ****************** HOMEPAGE VIDEO PANELS ***************** */

.video-panels {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 0.5s 0.5s;
}

.beta .video-panels {
  position: relative;
  width: 100%;
  height: 100vh;
}

.video-panels .cell {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
  transition:
    opacity 1s,
    z-index 1s;
}
.video-panels .cell img.photo,
.video-panels .cell video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-panels .cell .vidhold {
  position: relative;
  width: 100%;
  height: 100%;
}
.video-panels .cell .vidhold video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-panels .cell .info {
  position: absolute;
  left: 4%;
  bottom: 4%;
  z-index: 5;
  color: #ffd49a;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  transform: translateY(1rem);
  opacity: 0;
  transition:
    opacity 1s,
    transform 1s;
}

.video-panels.cell .info h2 {
  font-size: 1.3rem;
}

.video-panels .cell .info h2.project {
  font-style: italic;
}

.video-panels .cell .info .icon svg {
  display: block;
  width: 17px;
  height: auto;
  margin-right: 10px;
}

.video-panels .cell .info .icon svg * {
  fill: #ffd49a;
}

.video-panels .cell.active {
  opacity: 1;
  z-index: 20;
}

.video-panels .cell.active .info {
  opacity: 1;
  transform: translateY(0);
}

.video-panels .cell.hide {
  opacity: 0;
  transition: opacity 0.3s;
}

@media all and (max-width: 896px) and (orientation: portrait) {
  .video-panels .cell .vidhold video {
    object-fit: contain;
  }
  .video-panels .cell .info h2 {
    font-size: 1.4rem;
  }
  .video-panels .cell .info .icon svg {
    width: 12px;
  }
}

/* ************** SLIDESHOW  ***************** */

#pager {
  position: fixed;
  right: 4%;
  bottom: 4%;
  width: 50%;
  z-index: 20;
  color: #ffd49a;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-end;
}

#pager .item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  cursor: pointer;
  margin-right: 5px;
}

#pager .item:last-child {
  margin-right: 0;
}

#pager .item .icon {
  display: block;
  width: 12px;
  height: auto;
}

#pager .item .icon svg {
  display: block;
  width: 100%;
  height: auto;
}

#pager .item .icon svg * {
  fill: #ffd49a;
  transition: fill 0.3s;
}

#pager .item.active .icon svg * {
  fill: #fff;
}

@media all and (max-width: 896px) and (orientation: portrait) {
  #pager {
    display: none;
  }
}

.slideshow {
  position: fixed;
  width: 100vw;
  height: 100vh;
}

.slideshow .cell {
  display: block;
  width: 100%;
  height: 100vh;
}

.slideshow .cell a {
  display: block;
  width: 100%;
  height: 100%;
}

.slideshow .cell .info {
  position: absolute;
  left: 4%;
  bottom: 4%;
  z-index: 5;
  color: #ffd49a;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.slideshow .cell .info h2 {
  font-size: 1.3rem;
}

.slideshow .cell .info h2.project {
  font-style: italic;
}

.slideshow .cell .info .icon svg {
  display: block;
  width: 17px;
  height: auto;
  margin-right: 10px;
}

.slideshow .cell .info .icon svg * {
  fill: #ffd49a;
}

.slideshow .cell video,
.slideshow .cell img.photo,
.slideshow .cell .vidhold {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slideshow .cell .inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

.slideshow .cell .inner video,
.slideshow .cell img.photo {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slideshow .cell .inner .wrap {
  position: relative;
  width: 100%;
  height: 81vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slickslideshow figcaption {
  position: absolute;
  bottom: -48px;
  height: 48px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  text-align: center;
  width: 88%;
}

.slickslideshow figcaption > div {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  padding: 0 1em;
}

.slick-dots {
  position: absolute;
  left: 0px;
  bottom: 45px;
  width: 100%;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  zoom: 1;
  width: 60px;
  margin-right: 25px;
  position: relative;
  padding-top: 6px;
  font-size: 14px;
  letter-spacing: 0.05em;
  cursor: pointer;
  color: #a9a9a9;
}
.slick-dots li:last-child {
  margin-right: 0px;
}
.slick-dots li:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: #a9a9a9;
}
.slick-dots li.slick-active {
  color: #000;
}
.slick-dots li.slick-active:before {
  background-color: #000;
}

.slickslideshow.single .slick-dots {
  display: none;
}

@media all and (max-width: 768px) {
}

@media all and (max-width: 830px) and (orientation: landscape) {
}

/* ************** SITE STRUCTURE ******************* */
main {
  margin: 0px auto;
  position: relative;
  z-index: 1;
}

article {
  padding: 3% 7%;
  /* padding-top: calc(150px + 25px); */
  padding-top: 150px;
}

.instagram-wrapper {
  min-height: 50vh;
  width: 100vw;
  background: white;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 2rem;
}
.instagram-wrapper .handle {
  display: flex;
  justify-content: center;
  align-items: center;
}
.instagram-wrapper .instagram-icon {
  height: 20px;
  width: 20px;
  display: inline-block;
  margin-right: 0.5rem;
}
.instagram-wrapper .instagram-icon svg {
  max-height: 100%;
}

/* add "sticky-footer" class to body if sticky footer is needed: */
.sticky-footer main {
  margin: 0 auto -200px;
  /* 200px = height of footer */
}

.sticky-footer main:after {
  content: "";
  display: block;
  height: 200px;
  /* 200px = height of footer */
}

.sticky-footer footer {
  height: 200px;
}

.flex-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

.homepage #content:before {
  content: "";
  display: block;
  height: 0;
}

/* ************** TEXT BLOCKS ***************** */
.text-block {
  max-width: 750px;
  margin: 2rem 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.text-block .info {
  margin-bottom: 1em;
}
.text-block .links,
.text-block .link {
  margin: 1em 0;
}
.text-block a {
  font-size: 0.8em;
  display: inline;
}

/* ************** VIDEO ELEMENT ***************** */
.full-pg-video {
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4em;
}
.full-pg-video video {
  width: 100vw;
}

.reg-video {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.reg-video video {
  width: 100%;
}
.reg-video img.photo {
  width: 100%;
}

.playing .play {
  display: none;
}

.play {
  width: 150px;
  height: 150px;
  position: absolute;
  cursor: pointer;
  z-index: 310;
}
.play svg {
  width: 100%;
  height: 100%;
  fill: none;
}
.play svg circle {
  stroke-width: 0.3px;
  stroke: white;
  fill: none;
}
.play svg polygon {
  stroke-width: 0.3px;
  stroke: white;
  fill: none;
}

.novid .play {
  display: none;
}

/* ************** FULLPAGE JS ******************* */

article.slides {
  padding: 0;
  padding: 0;
  position: relative;
}

article.slides svg.downArrow {
  position: fixed;
  left: 36px;
  top: calc(100vh - 175px);
  opacity: 0;
  transition: opacity 0.5s;
}

.fp-viewing-0 article.slides svg.downArrow {
  opacity: 1;
}

#fullpage {
  min-height: 100vh;
  background-color: #ffd49a;
}

#fullpage .section {
  opacity: 0;
  transition: opacity 1s;
}

#fullpage .section .scroll {
  display: none;
}

#fullpage .section.active {
  opacity: 1;
}

#fullpage .section #mc_embed_signup_scroll {
  display: flex;
  flex-direction: column;
  margin-top: 60px;
  width: 750px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

#fullpage .section #mc_embed_signup_scroll .mc-field-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  font-family: canada-type-gibson, sans-serif;
  margin-bottom: 15px;
}

#fullpage .section #mc_embed_signup_scroll .mc-field-group label {
  display: block;
  width: 150px;
}

#fullpage .section #mc_embed_signup_scroll .mc-field-group input {
  border: 0px solid #787b70;
  border-bottom: 1px solid #787b70;
  height: auto;
  padding: 5px 0;
  font-family: canada-type-gibson, sans-serif;
  color: #787b70;
  width: calc(100% - 180px);
}

#fullpage .section #mc_embed_signup_scroll input[type="submit"] {
  text-align: center;
  font-family: "freight-display-pro", serif;
  text-decoration: underline;
  margin: 0 auto;
  height: auto;
  color: #787b70;
  font-size: 22px;
}

#fullpage .section .media .info h1 {
  font-size: 4vw;
  line-height: 1.2;
  margin-bottom: 60px;
  font-weight: 300;
  font-family: canada-type-gibson, sans-serif;
  color: #ffd49a;
}

#fullpage .section .media .info h2.small {
  font-size: 3vw;
  line-height: 1.2;
  margin-bottom: 40px;
  font-weight: 300;
  font-family: canada-type-gibson, sans-serif;
}

#fullpage .section .media .info h2 {
  color: #787b70;
  font-family: "freight-display-pro", serif;
  font-size: 2.5rem;
  margin-bottom: 5px;
  font-weight: 700;
}

#fullpage .section .media .info h2:last-child {
  margin-bottom: 0;
}

#fullpage .section .split {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  background-color: #787b70;
}

#fullpage .section .media .split img.photo {
  display: block;
  height: 100%;
  width: auto;
  position: relative;
  object-fit: unset;
  flex-shrink: 0;
}

#fullpage .section .split .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#fullpage .section .split .text .wrap {
  padding: 6rem;
  color: #ffd49a;
}

#fullpage .section .split .text .wrap p {
  font-size: 2.8vw;
  line-height: 1.2;
  font-weight: 300;
  font-family: canada-type-gibson, sans-serif;
  margin-bottom: 40px;
}

#fullpage .section .split .text .wrap p:last-child {
  margin-bottom: 0;
}

#fullpage .section .media {
  position: absolute;
  top: 100px;
  left: 100px;
  width: calc(100% - 200px);
  height: calc(100% - 180px) !important;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 10;
  background-color: transparent;
}

#fullpage .section:first-child .media {
  background-image: unset !important;
  background-color: #787b70;
}

#fullpage .section .media img.photo,
#fullpage .section .media video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#fullpage .section .media .slide_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 1;
  z-index: 1;
  display: none;
}

#fullpage .section .media .info {
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
  color: #787b70;
  width: 90%;
  z-index: 2;
}

#fullpage .section .media .info .columns {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}

#fullpage .section .media .info .columns .col {
  display: block;
  width: calc(45% - 25px);
}

#fullpage .section .media .info .columns .col h2 {
  font-size: 1.8vw;
  line-height: 1.1;
}

#fullpage .section .media .info .columns .col p {
  font-size: 1.4vw;
}

#fullpage .section .media .info .columns .col:first-child {
  margin-left: 5%;
}

#fullpage .section .media .info .columns .col a {
  position: relative;
}

#fullpage .section .media .info .columns .col a:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: width 0.2s;
}

#fullpage .section .media .info .columns .col a:hover:after {
  width: 100%;
}

#fullpage .section .media .info .full {
  display: block;
  width: 100%;
}

#fullpage .section .media .info .full p {
  font-size: 1.3vw;
}

#fullpage .section .media .info .full p:last-child {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}

#fullpage .section .media .info .full p img {
  opacity: 1;
  transition: opacity 0.2s;
}

#fullpage .section .media .info .full p img:hover {
  opacity: 0.5;
}

#fullpage .section .media .info .full p:last-child img {
  display: block;
  margin: 0 25px;
}

#fullpage .section .media .info .columns .col h2 {
  color: #787b70;
  font-family: "freight-display-pro", serif;
  font-size: 1.6vw;
  margin-bottom: 5px;
  font-weight: 700;
}

#fullpage .section .media .info h3,
#fullpage .section .media .info p {
  font-family: canada-type-gibson, sans-serif;
  font-weight: 300;
  margin-bottom: 20px;
  font-size: 1.4rem;
  line-height: 1.4;
}

.section .media .info p:last-child {
  margin-bottom: 0;
}

.fp-auto-height .fp-tableCell {
  height: auto !important;
}

#fp-nav.fp-left {
  left: 34px;
  margin-top: 0 !important;
  z-index: 1;
}

#fp-nav ul li {
  width: 14px;
  height: 14px;
  margin-bottom: 15px;
  box-sizing: border-box;
}

#fp-nav ul li:last-child {
  margin-bottom: 0;
}

#fp-nav ul li a span {
  width: 14px;
  height: 14px;
  border: 1px solid #000;
  box-sizing: border-box;
  background-color: transparent;
  margin: -7px 0 0 -7px;
  transition: background-color 0.2s;
}

#fp-nav ul li a.active span {
  width: 14px;
  height: 14px;
  background-color: #000;
  margin: -7px 0 0 -7px;
}

#fp-nav ul li:hover a span {
  width: 14px;
  height: 14px;
  margin: -7px 0 0 -7px;
  background-color: #000;
}

#fp-nav ul li:hover a.active span {
  width: 14px;
  height: 14px;
  margin: -7px 0 0 -7px;
}

@media all and (max-width: 768px),
  all and (max-width: 830px) and (orientation: landscape) {
  article {
    padding: 0 3%;
    padding-top: calc(100px + 25px);
    padding-bottom: 50px;
    width: 100%;
    box-sizing: border-box;
  }
  #fp-nav {
    display: none;
  }
}

@media all and (max-width: 896px) and (orientation: portrait) {
  #fullpage .section .scroll {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.2rem;
    font-style: italic;
    bottom: 2%;
    color: #787b70;
  }

  #fullpage .section .media {
    width: 90%;
    left: 5%;
    top: 20vh;
    height: 60vh !important;
  }
  #fullpage .section .media .info h2 {
    font-size: 8vw;
  }
  #fullpage .section .media .info .columns .col {
    width: 100% !important;
    margin: 0 auto !important;
  }
  #fullpage .section .media .info .columns .col h2 {
    font-size: 1.1rem;
    margin-bottom: 0px;
  }
  #fullpage .section .media .info .columns .col p {
    font-size: 1rem;
    margin-bottom: 10px;
    padding-bottom: 0;
  }
  #fullpage .section .media .info .full p {
    font-size: 1rem;
    margin-bottom: 10px;
  }
  #fullpage .section .media .info .full p:last-child img {
    width: 80px;
    height: auto;
    margin: 0 10px;
  }
  #fullpage .section .media .info h1 {
    font-size: 1.7rem;
  }
  #fullpage .section .media .info h2.small {
    font-size: 1.2rem;
  }
  #fullpage .section .split {
    flex-direction: column;
  }
  #fullpage .section .media .split img.photo {
    width: 100%;
    height: 50%;
    object-fit: cover;
    object-position: bottom;
  }
  #fullpage .section .split .text .wrap {
    padding: 1rem;
  }
  #fullpage .section .split .text .wrap p {
    font-size: 1.2rem;
    margin-bottom: 25px;
  }
  #fullpage .section .split .text .wrap p:last-child {
    margin-bottom: 0;
  }
  #fullpage .section #mc_embed_signup_scroll {
    width: 100%;
    margin-top: 30px;
  }
  #fullpage .section #mc_embed_signup_scroll .mc-field-group label {
    width: 120px;
  }
  #fullpage .section #mc_embed_signup_scroll .mc-field-group input {
    width: calc(100% - 130px);
  }
  #fullpage .section #mc_embed_signup_scroll input[type="submit"] {
    margin-top: 20px;
  }
}

@media all and (max-width: 896px) and (orientation: landscape) {
  #fullpage .section .media {
    top: 80px;
    width: 90%;
    height: calc(100% - 130px) !important;
    left: 5%;
  }
  #fullpage .section .media .info h2 {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  #fullpage .section .media .info .columns .col {
    margin-left: 80px;
    margin-top: 15px;
  }
  #fullpage .section .media .info .columns .col h2 {
    font-size: 1.2rem;
    margin-bottom: 0px;
  }
  #fullpage .section .media .info .columns .col p {
    margin-bottom: 0;
    line-height: 1.2;
  }
  #fullpage .section .media .info .full p:last-child {
    display: none;
  }
  #fullpage .section .media .info h1 {
    font-size: 1.7rem;
    margin-bottom: 0px;
  }
  #fullpage .section .media .info h1.newsletter {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  #fullpage .section .media .info h2.small {
    font-size: 1.2rem;
  }
  #fullpage .section .split .text .wrap {
    padding: 2rem;
  }
  #fullpage .section .split .text .wrap p {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  #fullpage .section #mc_embed_signup_scroll {
    width: 90%;
    margin-top: 10px;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
  }
  #fullpage .section #mc_embed_signup_scroll .mc-field-group {
    width: 48%;
    margin-bottom: 10px;
  }
  #fullpage .section #mc_embed_signup_scroll .mc-field-group label {
    width: 120px;
    text-align: right;
  }
  #fullpage .section #mc_embed_signup_scroll .mc-field-group input {
    width: calc(100% - 130px);
  }
  #fullpage .section:last-child .media {
    width: 50%;
    left: 25%;
  }
}

/* ************** TEXT PAGE ******************* */
.inner.textpage {
  width: 88%;
  max-width: 700px;
  margin: auto;
}

.textpage ul {
  list-style-type: disc;
  font-size: 1rem;
  margin-left: 40px;
}

.textpage li {
  letter-spacing: 0.02em;
  line-height: 1.6;
  padding-bottom: 1em;
}

.textpage ul.icons {
  list-style-type: none;
  font-size: 0;
  margin-left: 0;
}

.textpage .icons li {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: auto;
  margin-right: 8px;
  color: blue;
}

.textpage .icons li a {
  display: block;
}

.textpage .icons li a svg {
  width: 100%;
  height: auto;
  fill: #ccc;
  transition: fill 0.2s;
}

.no-touchevents .textpage .icons li a:hover svg,
.textpage .icons li a:active svg {
  fill: #ff0000;
}

/* **************************** */
/* VIDEO JS SKIN */
/* **************************** */

.video-js {
  background-color: #fcfaf1;
  font-size: 14px;
}

/* DISABLE VOLUME SLIDER */
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
  width: 4em;
}

.video-js .vjs-volume-panel .vjs-volume-control {
  display: none !important;
}

.vjs-default-skin .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.5em;
  width: 3em;
  /* 0.06666em = 2px default */
  border: 0.06666em solid #2e2727;
  /* 0.3em = 9px default */
  border-radius: 0.3em;
  /* Align top left. 0.5em = 15px default */
  left: 0.5em;
  top: 0.5em;
}

/* The default color of control backgrounds is mostly black but with a little
   bit of blue so it can still be seen on all-black video frames, which are common. */
.video-js .vjs-control-bar,
.video-js .vjs-big-play-button,
.video-js .vjs-menu-button .vjs-menu-content {
  /* IE8 - has no alpha support */
  background-color: #000;
  /* Opacity: 1.0 = 100%, 0.0 = 0% */
  background-color: rgba(0, 0, 0, 0.7);
}

/* Slider - used for Volume bar and Progress bar */
.video-js .vjs-slider {
  background-color: #545454;
  background-color: rgba(84, 84, 84, 0.5);
}

/* The slider bar color is used for the progress bar and the volume bar
   (the first two can be removed after a fix that's coming) */
.video-js .vjs-volume-level,
.video-js .vjs-play-progress,
.video-js .vjs-slider-bar {
  background: #2e2727;
}

/* The main progress bar also has a bar that shows how much has been loaded. */
.video-js .vjs-load-progress {
  /* For IE8 we'll lighten the color */
  background: #949494;
  /* Otherwise we'll rely on stacked opacities */
  background: rgba(84, 84, 84, 0.5);
}

/* The load progress bar also has internal divs that represent
   smaller disconnected loaded time ranges */
.video-js .vjs-load-progress div {
  /* For IE8 we'll lighten the color */
  background: #d4d4d4;
  /* Otherwise we'll rely on stacked opacities */
  background: rgba(84, 84, 84, 0.75);
}

.video-js .vjs-control-bar {
  background-color: transparent;
  bottom: 5px;
}

.video-js .vjs-play-control {
  order: 1;
}

.video-js .vjs-progress-control {
  order: 2;
}

.video-js .vjs-volume-panel {
  order: 3;
}

.video-js .vjs-time-control {
  display: none;
}

.video-js .vjs-playback-rate {
  display: none;
}

.video-js .vjs-fullscreen-control {
  order: 4;
}

.video-js .vjs-play-progress:before {
  display: none;
}

.video-js .vjs-slider {
  background-color: #ccc;
}

.video-js .vjs-control {
  color: #ccc;
}

.video-js .vjs-big-play-button {
  display: none;
  height: 72px;
  width: 72px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  margin: 0px auto;
}

.vjs-big-play-button span:before {
  color: #fff;
  top: 11px !important;
  left: 0 !important;
}

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: none;
}
