@charset "UTF-8";
/*
This CSS resource incorporates links to font software which is the valuable copyrighted
property of Monotype and/or its suppliers. You may not attempt to copy, install,
redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
with any questions regarding Web Fonts:  http://www.linotype.com
*/
@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=a26d96ac-59ef-4f92-af51-79e512d4794a&fontids=692276,692282");
@font-face {
  font-family: "DIN Next W01 Regular";
  src: url("../fonts/692282/da088ecc-a53c-4831-a95b-6fd81b5b338a.eot?#iefix");
  src: url("../fonts/692282/da088ecc-a53c-4831-a95b-6fd81b5b338a.eot?#iefix") format("eot"), url("../fonts/692282/44e7b0fa-6c8d-43c2-b19e-f1e3ce9ea57c.woff2") format("woff2"), url("../fonts/692282/c5a7f89e-15b6-49a9-8259-5ea665e72191.woff") format("woff"), url("../fonts/692282/868c94b5-ca49-46b7-b62b-297f8d861125.ttf") format("truetype"), url("../fonts/692282/e3145f65-29b5-4f7f-8c6e-2dc135021b6a.svg#e3145f65-29b5-4f7f-8c6e-2dc135021b6a") format("svg");
}
@font-face {
  font-family: "DIN Next W01 Medium";
  src: url("../fonts/692276/324dee78-6585-4c13-8ca3-5817cc600d84.eot?#iefix");
  src: url("../fonts/692276/324dee78-6585-4c13-8ca3-5817cc600d84.eot?#iefix") format("eot"), url("../fonts/692276/be607c9f-3c81-41b4-b7ad-17af005c80bb.woff2") format("woff2"), url("../fonts/692276/4bf0ead4-e61b-4992-832b-6ff05828d99f.woff") format("woff"), url("../fonts/692276/73713a0b-8f6a-4c4e-b8a8-7cf238e632f6.ttf") format("truetype"), url("../fonts/692276/b90b6bdf-15e2-4544-9fe0-92c79fff0ecd.svg#b90b6bdf-15e2-4544-9fe0-92c79fff0ecd") format("svg");
}
.project #info h2, body, select, input, textarea {
  font-family: "DIN Next W01 Regular", "Helvetica Neue", Helvetica, Calibri, Helmet, Freesans, sans-serif;
  font-weight: normal;
  font-style: normal;
}

.project #featured-images > li strong, .project #featured-images > li ul, .about main .wrapper strong, .projects .projects-list li p strong, #featured-pubs li p strong, h3, h4 {
  font-family: "DIN Next W01 Medium", "Helvetica Neue", Helvetica, Calibri, Helmet, Freesans, sans-serif;
  font-weight: normal;
  font-style: normal;
}

/* let's clear some floats */
.icon {
  display: inline-block;
  height: 1.5em;
  width: 1.5em;
  fill: #adafbd;
}

a:hover .icon {
  fill: #464957;
}

/* We like off-black for text. */
body, select, input, textarea {
  color: #464957;
}

a {
  color: #adafbd;
  text-decoration: none;
  transition: 0.15s;
}

a:hover, a.active {
  color: #464957;
}

ins {
  background-color: #adafbd;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #adafbd;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* Mozilla dosen't style placeholders by default */
input:-moz-placeholder {
  color: #a9a9a9;
}

textarea:-moz-placeholder {
  color: #a9a9a9;
}

html {
  height: 100%;
  width: 100%;
  font-size: 15px;
}

body {
  font-size: 15px;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
}

.wrapper {
  padding: 0 1.5em;
}

h2, h3, h4 {
  font-size: 1.5em;
  margin: 0.75em 0;
  line-height: 1.33em;
}

h3 {
  font-size: 1.25em;
  margin: 1.5em 0 0.75em;
}

h4 {
  font-size: 1em;
  margin: 1em 0 0;
}

p {
  margin-bottom: 1em;
}

hr {
  border-color: #d7d8df;
  margin: 1em 0;
}

h1, h2, h3, h4, p {
  max-width: 50em;
}

input, textarea {
  appearance: none;
  padding: 0.5em 0.75em;
  background: #f9f9fa;
  border: 1px solid #d7d8df;
  width: 100%;
}

select {
  width: 100%;
}

input[type=submit] {
  background: #464957;
  color: #fff;
  border-width: 0;
  border-radius: 0.33em;
  transition: 0.25s;
}

input[type=submit]:hover {
  background: #565a6b;
}

.input-wrap {
  margin: 0.5em 0;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  overflow: hidden;
  background: #fff;
}

header #logo-left {
  float: left;
  margin-left: -1.75em;
  margin-right: 1em;
  margin-top: 0.7em;
  width: 6em;
}

header #logo-left svg {
  fill: #d7d8df;
  transition-duration: 0.25s;
}

header #logo-left:hover svg {
  fill: #c9cad4;
}

header .wrapper {
  padding: 0;
}

header .wrapper > * {
  vertical-align: middle;
}

header h1 {
  font-size: 1.25em;
  margin-top: 0.55em;
  display: inline-block;
}

header h1 a {
  color: #464957;
}

header h1 a:hover {
  color: #464957;
}

header h1 a:hover span {
  color: #9ea1b2;
}

header h1 a span {
  color: #adafbd;
  display: block;
}

header #menu {
  padding: 1.45em 2em 1em;
  cursor: pointer;
  float: right;
}

header #menu svg {
  fill: #adafbd;
  width: 1.475em;
  height: 1.25em;
}

header nav {
  width: 100%;
  font-size: 1.25em;
  clear: both;
  display: inline-block;
  display: none;
}

header nav li > a {
  color: #adafbd;
  display: block;
  padding: 1em 1.45em 0.9em 4.25em;
  line-height: 1em;
  border: 0;
  border-top: 0.1em solid #d7d8df;
}

main {
  display: block;
}
main > .wrapper {
  margin-top: 6em;
  padding-bottom: 4em;
}
main figure {
  margin-top: 2em;
  position: relative;
  overflow: hidden;
  transform: translate(0, 0);
}
main figure img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.95;
  transition: 0.25s;
}
main figure img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}
main figure figcaption {
  font-size: 1em;
  line-height: normal;
  margin-top: 0.75em;
}

.home, .home main, .home #slideshow, .home #slideshow li, .home #slideshow:before {
  height: 100%;
  width: 100%;
}

.home #slideshow li {
  background-position: center;
  background-size: cover;
}

.home #slideshow .next {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 125;
  cursor: pointer;
}

.projects .projects-list, #featured-pubs {
  margin-top: 2em;
}

.projects .projects-list li, #featured-pubs li {
  position: relative;
}

.projects .projects-list li p strong, #featured-pubs li p strong {
  color: #464957;
  font-weight: normal;
}

.projects .projects-list li .description, #featured-pubs li .description {
  line-height: normal;
  font-size: 0.85rem;
  margin: 0.5em 0;
  display: block;
}

.projects-list figcaption span + p {
  font-size: 0.85rem;
  margin-top: 0.5em;
  line-height: normal;
}

.projects .wrapper > .tags, .publications .wrapper > .tags {
  float: right;
}

.projects figure, .publications figure {
  transition: 0.25s;
}

.projects figure img, .publications figure img {
  margin: 0 auto;
  display: block;
  transition: 0.25s;
}

.projects figure > a:hover img, .publications figure > a:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}

.projects figure > a:hover > a, .publications figure > a:hover > a {
  color: #464957 !important;
}

.projects figure .gallery-hidden, .publications figure .gallery-hidden {
  display: none;
}

.projects .tags, .publications .tags {
  font-size: 0.8em;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.projects .tags li, .publications .tags li {
  display: inline-block;
  margin-right: 0.5em;
}

.projects .tags li.active a, .publications .tags li.active a {
  background: #d7d8df;
  color: #fff;
}

.projects .tags li a, .publications .tags li a {
  background: #f9f9fa;
  color: #464957;
  border-radius: 0.25em;
  padding: 0.75em 0.85em 0.5em;
  display: block;
}

.projects .tags li a:hover, .publications .tags li a:hover {
  background: #d7d8df;
  color: #fff;
}

.publications figure {
  margin-bottom: 0;
}

.publications h3 {
  margin-bottom: 2.5rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #d7d8df;
  max-width: none;
}

.about main .wrapper {
  max-width: 1200px;
}

.about figure:first-child {
  margin: 0 auto 1.5em;
  max-width: 375px;
}

.about figure:first-child img {
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}

.about figure > a {
  margin-right: 1.5em;
}

.project main {
  margin: 0;
  padding: 0;
  background: #fff;
}

.project #featured-images {
  margin-top: 4.25em;
}

.project #featured-images > li {
  margin-bottom: 6em;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.project #featured-images > li img {
  display: block;
  margin: 0 auto;
  max-height: calc(100vh - 6em - 2em);
  cursor: pointer;
}

.project #featured-images > li p, .project #featured-images > li ul, .project #featured-images > li ol {
  max-width: 43rem;
  margin: 0 auto 1.25em;
  padding: 0 1.25rem;
}

.project #featured-images > li p:last-child, .project #featured-images > li ul:last-child, .project #featured-images > li ol:last-child {
  margin-bottom: 0;
}

.project #featured-images > li ul {
  list-style: disc;
  font-weight: 700;
}

.project #featured-images > li ol {
  list-style: numeric;
}

.project #featured-images > li.vid > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: none !important;
}

.project #featured-images > li.vid > iframe iframe {
  width: 100% !important;
  height: 100% !important;
}

.project #featured-images > li.vid > iframe, .project #featured-images > li.vid > video {
  max-height: calc(100vh - 6em);
}

.project #featured-images > li.vid > video {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.project #featured-images h1 {
  margin: 2em auto 0.5em;
  font-size: 1.66em;
  line-height: normal;
  max-width: 43rem;
  color: #adafbd;
  font-weight: normal;
  padding: 0 1.25rem;
}

.project .before {
  position: absolute;
  bottom: 1.5em;
  right: 0;
  width: 14em;
  font-size: 1.15em;
  padding: 1em 1em 0.75em;
  line-height: 1em;
  background: rgba(70, 73, 87, 0.9);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.project #meta {
  line-height: normal;
}

.project #meta a {
  position: fixed;
  top: 4.1em;
  left: -4.5em;
  text-align: center;
  width: 4.25em;
  display: block;
  cursor: pointer;
  z-index: 150;
  padding: 1.6em 0.5em 1.15em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #464957;
  background: rgba(255, 255, 255, 0.9);
  transition: 0.5s ease-in-out;
}

.project #meta a.on {
  left: 0;
}

.project #meta #close {
  width: 3.65em;
}

.project #meta figure {
  text-align: center;
  display: none;
}

.project #meta figure span {
  border: 1px solid #adafbd;
  border-radius: 0.75em;
  height: 0.7em;
  width: 0.7em;
  margin: 0.5em auto;
  display: block;
}

.project #meta figure span.filled {
  border-color: #464957;
  background: #464957;
}

.project #info {
  position: fixed;
  top: 4em;
  left: -100%;
  width: calc(100% - 3.65em);
  margin-left: 3.65em;
  height: calc(100% - 4em);
  max-height: calc(100% - 6em);
  overflow: auto;
  z-index: 50;
  background: rgba(255, 255, 255, 0.9);
  padding: 0.15em 1.5em 2em;
  transition: left 0.5s;
  transition-timing-function: ease-in;
  -webkit-overflow-scrolling: auto;
}

.project #info.open {
  transition-timing-function: ease-out;
  left: 0;
}

.project #info #close {
  line-height: normal;
  padding: 1.33em 2em 0.5em;
  cursor: pointer;
  display: block;
  text-align: center;
}

.project #info h2 {
  font-size: 1.5em;
  margin: 0.75em 0 1.1em;
}

.project #info p {
  margin-bottom: 1.25em;
}

.project #info li h4, .project #info li h4 + p {
  display: inline-block;
  margin-right: -0.25em;
}

.project #info li h4 {
  width: 33%;
}

.project #info li h4 + p {
  width: 67%;
}

.project #info li:last-child h4 {
  width: auto;
}

.project #info #photo_credit li:last-child h4 {
  margin-top: 1.25em;
  width: 33%;
}

.publications main ul {
  max-width: 53em;
  padding-bottom: 6em;
}

.publications main ul li {
  margin-bottom: 1em;
}

.publications main #featured-pubs {
  max-width: none;
  margin-bottom: 2em;
}

.publications main #featured-pubs img {
  border: 1px solid #d7d8df;
}

.publications main #featured-pubs figcaption span {
  display: block;
}

.publications main #featured-pubs figcaption span:first-child {
  text-transform: uppercase;
  color: #464957;
  font-size: 0.85em;
  margin-bottom: 0.25em;
}

.publications main #featured-pubs p {
  margin-bottom: 0.5em;
}

.publications main #featured-pubs p:last-child {
  margin-bottom: 0;
}

.publications main #featured-pubs .date {
  margin-bottom: 0;
}

.contact ul, .contact ol {
  margin-left: 2em;
  margin-bottom: 1em;
}
.contact ul {
  list-style: disc;
}
.contact ol {
  list-style: decimal;
}
.contact li p {
  margin-bottom: 0;
}
.contact h3 {
  border-top: 1px solid #d7d8df;
  margin-top: 2em;
  padding-top: 1.5em;
}
.contact h3:first-child {
  border: none;
  padding-top: 0;
  margin-top: 0;
}
.contact #map {
  height: 20em;
  background: #ccc;
  margin-bottom: 1.5em;
}
.contact main .wrapper > div:first-of-type {
  margin-bottom: 2em;
}
.contact figure > a {
  margin-right: 1.5em;
}

.success {
  color: #5FC882;
}

.success:before {
  content: "✅";
  margin-right: 0.5em;
}

.uniform-errors__item {
  color: #D0021B;
}

.uniform-errors__item:before {
  content: "❌";
  margin-right: 0.5em;
}

/* Media queries
-------------------------------------------------------------------------------*/
@media screen and (min-width: 36em) {
  h2, h3, h4 {
    margin: 1em 0;
  }

  h4 {
    margin: 1.5em 0 0.5em;
  }

  hr {
    margin: 2em 0 2.5em;
  }

  .input-wrap {
    display: flex;
    flex-wrap: wrap;
  }

  .input-wrap label {
    flex: 1;
    padding: 0.5em 0 0.25em;
    line-height: 1.4em;
    cursor: default;
  }

  .input-wrap input, .input-wrap select {
    flex: 3;
  }

  .input-wrap select {
    align-self: center;
  }

  .input-wrap textarea {
    width: 100%;
  }

  header .wrapper {
    padding-top: 0.75em;
  }

  header #logo-left {
    margin-top: 0;
    margin-left: -1.5em;
    margin-right: 2em;
    margin-bottom: 0.1em;
    width: 7em;
  }

  header h1 {
    font-size: 1.5em;
  }

  header h1 a span {
    display: inline;
  }

  header #menu {
    margin-top: -0.65em;
    padding-bottom: 0.65em;
  }

  header nav li > a {
    padding-left: 6em;
  }

  .publications main ul {
    column-width: 250px;
    column-count: 2;
    column-gap: 2em;
  }

  .publications main #featured-pubs li {
    vertical-align: top;
    text-align: center;
    margin-bottom: 2em;
  }

  .publications main #featured-pubs .img-wrap {
    min-height: 325px;
    display: flex;
    align-items: center;
  }

  main > .wrapper {
    margin-left: 6em;
    margin-top: 8em;
    padding-right: 2.5em;
  }

  .projects-list, #featured-pubs {
    text-align: justify;
    text-align: left;
    margin-top: 2em;
    column-count: 1;
  }
  .projects-list > *, #featured-pubs > * {
    display: inline-block;
    vertical-align: top;
  }
  .projects-list > li, #featured-pubs > li {
    width: 48%;
    margin-left: -0.25em;
    margin-right: 4%;
    max-width: 450px;
  }
  .projects-list li:nth-child(2n-1), .projects-list #featured-pubs > li:nth-child(2n-1), #featured-pubs li:nth-child(2n-1), #featured-pubs #featured-pubs > li:nth-child(2n-1) {
    margin-left: 0;
  }
  .projects-list > li:nth-child(2n), #featured-pubs > li:nth-child(2n) {
    margin-right: 0;
  }

  .projects:after {
    content: "";
    display: inline-block;
    width: 100%;
  }
  .projects figure figcaption {
    position: absolute;
    top: 100%;
    width: 100%;
    margin-top: 0;
    padding: 0.6em 1em 0.5em;
    transition: 0.33s;
    font-size: 1em;
    line-height: normal;
    color: #fff;
    background: rgba(78, 78, 79, 0.75);
  }
  .projects figure:hover figcaption {
    transform: translate(0, -100%);
  }

  .project .before {
    font-size: 1.5em;
    width: 18.75em;
    top: 7.25em;
    bottom: auto;
  }

  .project #meta {
    background: #fff;
    width: 5.5em;
    height: 100%;
    left: 0;
    text-align: center;
  }

  .project #meta a {
    width: 5.5em;
    top: 4.25em;
    left: -5.5em;
    padding: 2.55em 1.25em 1.7em 0.5em;
    color: #adafbd;
    text-align: right;
  }

  .project #meta a:hover {
    color: #464957;
  }

  .project #meta a#close {
    width: 5.5em;
  }

  .project #info {
    top: 4.15em;
    left: -100%;
    width: calc(100% - 5em);
    padding: 2.25em 2.5em 2em 2em;
    max-width: 46em;
    height: auto;
    margin-left: 5.5em;
  }

  .project #info #close {
    text-align: left;
    display: inline-block;
    padding-top: 1em;
    margin-left: -2em;
  }

  .project #info h2 {
    margin-top: 0;
  }

  .project #info ul {
    text-align: justify;
  }

  .project #info ul p {
    margin-bottom: 0.25em;
  }

  .project #info ul:after {
    content: "";
    display: inline-block;
    width: 100%;
  }

  .project #info li {
    display: inline-block;
    vertical-align: top;
  }

  .project #info li:last-child {
    width: 40%;
  }

  .project #info li h4, .project #info li h4 + p {
    width: auto;
    display: block;
  }

  .project #info #photo_credit {
    margin-top: -1.7em;
  }

  .project #info #photo_credit li:last-child {
    width: auto;
    display: block;
  }

  .about figure:first-child {
    float: right;
    margin-left: 3em;
    width: 40%;
  }
}
@media screen and (min-width: 54em) {
  header {
    max-height: 6em;
  }

  header .wrapper {
    text-align: justify;
    padding: 1.5em 1.5em 0;
  }

  header .wrapper:after {
    content: "";
    display: inline-block;
    width: 100%;
  }

  header .wrapper > * {
    display: inline-block;
    vertical-align: top;
  }

  header .wrapper > * {
    vertical-align: baseline;
  }

  header #menu {
    display: none;
  }

  header nav {
    width: auto;
    display: inline-block !important;
  }

  header nav ul {
    display: block;
  }

  header nav ul li {
    display: inline-block;
    margin-left: -0.25em;
  }

  header nav ul li a {
    padding: 1em 0.85em;
    border: 0;
  }

  header nav ul li:first-child {
    margin-left: 0;
  }

  main > .wrapper {
    margin-left: 7.5em;
  }

  .projects .projects-list, #featured-pubs {
    text-align: left;
  }
  .projects .projects-list > *, #featured-pubs > * {
    display: inline-block;
    vertical-align: top;
  }
  .projects .projects-list > li, #featured-pubs > li {
    width: 31.5%;
    margin-left: -0.25em;
    margin-right: 2.75%;
    max-width: 450px;
  }
  .projects .projects-list > li:nth-child(2n), .projects .projects-list > li:nth-child(2n-1), #featured-pubs > li:nth-child(2n), #featured-pubs > li:nth-child(2n-1) {
    margin-left: -0.25em;
    margin-right: 2.75%;
  }
  .projects .projects-list > li:nth-child(3n-2), #featured-pubs > li:nth-child(3n-2) {
    margin-left: 0;
  }
  .projects .projects-list > li:nth-child(3n), #featured-pubs > li:nth-child(3n) {
    margin-right: 0;
  }

  .project #meta {
    overflow: hidden;
    position: fixed;
    z-index: 100;
    top: 6em;
    width: 9em;
  }
  .project #meta a {
    top: 6em;
    width: 9em;
    left: -9em;
    padding-right: 3.25em;
  }
  .project #meta a#close {
    width: 9em;
  }
  .project #meta figure {
    display: block;
    margin-top: 7.25em;
    margin-left: 2em;
  }
  .project #info {
    top: 6em;
    margin-left: 9em;
  }
  .project #featured-images {
    margin-top: 6em;
    margin-left: 9em;
  }

  .contact main .wrapper > div {
    width: 48.75%;
    display: inline-block;
    vertical-align: top;
  }
  .contact main .wrapper > div:first-of-type {
    margin-right: 2.5%;
  }
  .contact main .wrapper > div:last-of-type {
    margin-left: -0.25em;
  }
  .contact #map {
    height: 30em;
  }
}
@media screen and (min-width: 100em) {
  .projects .projects-list li, .projects .projects-list li:nth-child(3n), #featured-pubs li, #featured-pubs li:nth-child(3n) {
    width: 23.15%;
    margin-right: 2.25%;
  }

  .projects .projects-list li:nth-child(3n-2), .projects .projects-list li:nth-child(2n), .projects .projects-list li:nth-child(2n-1), #featured-pubs li:nth-child(3n-2), #featured-pubs li:nth-child(2n), #featured-pubs li:nth-child(2n-1) {
    margin-left: -0.25em;
    margin-right: 2.25%;
  }

  .projects .projects-list li:nth-child(4n), #featured-pubs li:nth-child(4n) {
    margin-right: 0;
  }

  .projects .projects-list li:nth-child(4n-3), #featured-pubs li:nth-child(4n-3) {
    margin-left: 0;
  }
}
@media screen and (min-width: 133em) {
  .projects .projects-list li, .projects .projects-list li:nth-child(3n+3), .projects .projects-list li:nth-child(4n+4), #featured-pubs li, #featured-pubs li:nth-child(3n+3), #featured-pubs li:nth-child(4n+4) {
    margin-right: 2.5em;
  }
}
.uniform__potty {
  position: absolute;
  left: -9999px;
}

.featherlight .featherlight-content {
  overflow: visible;
}
.featherlight-next, .featherlight-previous {
  right: auto;
  left: 50%;
  width: calc(50% + 7rem);
}
.featherlight-next:after, .featherlight-previous:after {
  display: inline-block;
  position: absolute;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  height: 2rem;
  right: 4.5rem;
  top: 50%;
  width: 2rem;
  transform: rotate(315deg);
  transition: 0.25s;
  opacity: 0.75;
}
.featherlight-next:hover, .featherlight-previous:hover {
  background: none;
}
.featherlight-next:hover:after, .featherlight-previous:hover:after {
  opacity: 1;
}
.featherlight-previous {
  left: -7rem;
}
.featherlight-previous:after {
  left: 4.5rem;
  right: auto;
  transform: rotate(135deg);
}
.featherlight-next:hover span, .featherlight-previous:hover span {
  display: none;
}

@media only screen and (max-device-width: 1024px) {
  .featherlight-next, .featherlight-previous {
    text-indent: -9999px;
    width: 50%;
  }
  .featherlight-next:after, .featherlight-previous:after {
    right: 2rem;
    height: 1.5rem;
    width: 1.5rem;
  }
  .featherlight-previous {
    left: 0;
  }
  .featherlight-previous:after {
    left: 2rem;
  }
}

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