:root {
  --white: white;
  --black: black;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  color: #fff;
  background-color: #000;
  height: 100%;
  font-family: Suisse Intl, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

p {
  margin-bottom: 30px;
}

a {
  color: #fff;
  text-decoration: underline;
}

.content {
  z-index: 2;
  flex: 1;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px;
  position: relative;
}

.content.headercontent {
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
}

.content.centered {
  text-align: center;
}

.content.footercontent {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.content.notoppadding {
  padding-top: 0;
}

.content.medium {
  max-width: 900px;
}

.content.wedsingervidcontent {
  justify-content: center;
  align-items: center;
  display: flex;
}

.content.homehero {
  flex: 0 auto;
  padding-top: 29px;
  padding-bottom: 20px;
}

.content.nobottompadding {
  padding-bottom: 0;
}

.sitetitle {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 34px;
  line-height: 34px;
}

.sitetitlelink {
  color: #fff;
  text-decoration: none;
}

.headernav {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navlink {
  margin-right: 30px;
  text-decoration: none;
  transition: all .2s;
}

.navlink:hover, .navlink.w--current {
  opacity: .4;
}

.header {
  z-index: 5;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.button {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(255, 255, 255, .4);
  border-radius: 4px;
  margin-top: -3px;
  padding: 3px 12px 0;
  text-decoration: none;
  transition: all .2s;
}

.button:hover {
  border-color: #fff;
}

.button.large {
  padding: 8px 18px 5px;
}

.headerspacer {
  height: 90px;
}

.h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  line-height: 50px;
}

.h2.homeheroheading {
  text-align: center;
  text-shadow: 0 1px 28px #000;
  font-size: 36px;
  line-height: 44px;
}

.pagesection {
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 850px;
  margin-top: -90px;
  display: flex;
  position: relative;
}

.pagesection.autoheight {
  height: auto;
  min-height: 0;
}

.scrollprompt {
  z-index: 2;
  text-align: center;
  width: 120px;
  margin-left: -60px;
  font-weight: 700;
  position: absolute;
  bottom: 30px;
  left: 50%;
}

.collage {
  display: flex;
  position: absolute;
  top: 80px;
  bottom: 80px;
  left: 0%;
  right: 0%;
}

.collage.static {
  position: static;
}

.collagecol {
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  height: 80%;
  margin-left: 50px;
  margin-right: 50px;
  overflow: hidden;
}

.collagecol.left {
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 100px;
  display: flex;
  overflow: visible;
}

.collagecol.left.center {
  align-items: center;
  margin-bottom: 0;
}

.collagecol.right {
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 100px;
  display: flex;
}

.collagecontent {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin-left: -80px;
  margin-right: -80px;
  display: flex;
}

.collagecontent.reverse {
  flex-direction: row-reverse;
}

.collageimage {
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.rightcontent {
  width: 50%;
  min-height: 50px;
  margin-left: auto;
  padding-left: 50px;
}

.pagesectiongapreducer {
  height: 0;
  margin-top: -140px;
  margin-bottom: -140px;
  display: block;
}

.gap {
  height: 40px;
}

.arrowbutton {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 35px;
  font-weight: 700;
  text-decoration: none;
  display: block;
  position: relative;
}

.ctabutton {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(255, 255, 255, .4);
  border-radius: 4px;
  padding: 15px 22px 12px;
  font-size: 24px;
  line-height: 24px;
  transition: all .2s;
}

.ctabutton:hover {
  border-color: #fff;
}

.hr {
  background-color: #fff;
  height: 2px;
}

.gapxl {
  height: 160px;
}

.footerinner {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  display: flex;
}

.footernav {
  align-items: center;
  display: flex;
}

.menutoggle {
  display: none;
}

.workthumb {
  margin-left: 100px;
  margin-right: 100px;
  text-decoration: none;
  display: block;
}

.workthumbcover {
  margin: -30px 80px -60px;
}

.workthumbtitle {
  z-index: 1;
  max-width: 430px;
  position: relative;
}

.workthumbcategory {
  margin-top: 20px;
}

.workthumbdescription {
  z-index: 1;
  max-width: 300px;
  margin-left: auto;
  position: relative;
}

.fullwidthimage {
  width: 100%;
  height: auto;
}

.fullwidthimage.casestudyimage.castlegilliancredits {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.cols {
  justify-content: space-between;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.cols.vcenter {
  align-items: center;
}

.cols.reverse {
  flex-direction: row-reverse;
}

.cols.reverse.centered {
  align-items: center;
}

.threecol {
  width: 33.3%;
  min-height: 20px;
  margin-left: 15px;
  margin-right: 15px;
}

.threecol.offset1 {
  margin-top: 60px;
}

.workthumbmini {
  text-decoration: none;
  display: block;
}

.workthumbmini.offset {
  margin-top: 60px;
}

.h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 30px;
}

.gaps {
  height: 30px;
}

.gaps.gapxs {
  height: 10px;
}

.gaps.mobileonly {
  display: none;
}

.gapl {
  height: 80px;
}

.h1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  line-height: 68px;
}

.photogrid3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
}

.photogrid2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  align-items: center;
}

.h1subheading {
  opacity: .5;
  text-align: center;
  font-size: 24px;
  line-height: 30px;
}

.casestudyinfosectioncols {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.casestudyinfoleftcol {
  width: 200px;
  min-height: 20px;
  margin-right: 40px;
}

.casestudyinfoleftcol.wide {
  width: 100%;
}

.casestudyinforightcol {
  flex: 1;
  min-height: 20px;
}

.twocol {
  width: 50%;
  min-height: 20px;
  margin-left: 15px;
  margin-right: 15px;
}

.error-message {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  padding: 0;
}

.form {
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.field {
  color: #fff;
  background-color: rgba(255, 255, 255, .15);
  border: 0 solid #000;
  border-radius: 4px;
  height: 50px;
  padding: 8px 18px 5px;
  font-size: 18px;
  transition: all .2s;
  display: block;
}

.field:hover {
  background-color: rgba(255, 255, 255, .2);
}

.field:focus {
  color: #000;
  background-color: #fff;
}

.field.textarea {
  max-width: 100%;
  height: 180px;
  padding-top: 14px;
}

.contactleft {
  max-width: 75%;
}

.contactright {
  max-width: 75%;
  margin-left: auto;
}

.contactbuttonwrap {
  text-align: right;
}

.aboutcontent {
  color: rgba(255, 255, 255, .7);
}

.aboutheroimage {
  width: 100%;
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.review {
  display: block;
}

.reviewphoto {
  width: 100%;
  display: block;
}

.reviewtitlecaption {
  color: rgba(255, 255, 255, .6);
  margin-top: 8px;
  font-size: 14px;
  line-height: 14px;
}

.drawingthumbwrap {
  position: relative;
}

.drawingthumb {
  text-align: center;
  border: 1px solid #fff;
  width: 64px;
  transition: all .2s;
  display: block;
  position: absolute;
  top: auto;
  bottom: 25px;
  left: auto;
  right: 25px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .5);
}

.drawingthumb:hover {
  transform: translate(0, -2px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, .75);
}

.drawingthumbinner {
  z-index: 5;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.videowrap {
  text-align: center;
}

.grid {
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
}

.navlinks {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.form-2 {
  margin-top: 40px;
}

.form-2.formsuccess {
  display: none;
}

.miniheading {
  color: #5911df;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.miniheading.contactctaminiheading {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 5px;
}

.arrowbuttonwrap {
  margin-bottom: 10px;
  display: flex;
}

.wedsingervidwrap {
  background-color: #151515;
}

.captcha {
  margin-left: auto;
}

.captchawrap {
  justify-content: flex-end;
  display: flex;
}

.photocaptionwrap {
  position: relative;
}

.photocaption {
  opacity: .5;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(58, 58, 58, .8);
  border-radius: 12px;
  padding: 12px 16px;
  font-size: 15px;
  line-height: 19px;
  transition: opacity .8s;
  position: absolute;
  bottom: 40px;
  left: 16px;
  right: 16px;
}

.awardwrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: rgba(255, 255, 255, .5);
  align-items: center;
  display: flex;
}

.awardicon {
  opacity: .3;
  width: 48px;
}

.awardicon.sm {
  width: 38px;
}

.awardtext {
  line-height: 22px;
}

.extracontrasttext {
  text-shadow: 0 0 30px rgba(0, 0, 0, .9);
}

.gapxs {
  height: 16px;
}

.workgridcaption {
  font-size: 16px;
  line-height: 20px;
}

.body {
  background-image: url('../images/bg.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
}

.sitemotif {
  z-index: -1;
  background-image: url('../images/bg.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.body-2 {
  background-image: url('../images/bg.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
}

.text-block {
  font-size: 18px;
  line-height: 20px;
}

.gridfeaturetext {
  font-size: 21px;
  line-height: 30px;
}

.card {
  background-color: rgba(255, 255, 255, .1);
  padding: 40px;
}

.bgvid {
  width: 100%;
}

.collagelink {
  opacity: .2;
  margin-top: 10px;
  font-size: 15px;
  line-height: 21px;
  text-decoration: none;
  transition: all .4s;
}

.collagelink:hover {
  opacity: .5;
}

.collagelinkinner {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.collagelinkarrow {
  height: 11px;
}

@media screen and (max-width: 991px) {
  .content {
    padding: 40px;
  }

  .content.headercontent {
    padding-top: 15px;
  }

  .sitetitle {
    font-size: 20px;
    line-height: 20px;
  }

  .headernav {
    z-index: 20;
    background-color: #000;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 100px 80px;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .navlink {
    margin-bottom: 20px;
    margin-right: 0;
    font-size: 24px;
    line-height: 24px;
  }

  .button.headercontactbtn {
    margin-top: 30px;
  }

  .headerspacer {
    height: 85px;
  }

  .h2 {
    font-size: 32px;
    line-height: 38px;
  }

  .pagesection {
    min-height: 0;
  }

  .collagecol {
    margin-left: 25px;
    margin-right: 25px;
  }

  .collagecontent {
    height: 60%;
    margin-top: 20%;
    margin-left: -25px;
    margin-right: -25px;
  }

  .rightcontent {
    padding-left: 25px;
  }

  .ctabutton {
    padding: 12px 18px 9px;
    font-size: 18px;
    line-height: 18px;
  }

  .gapxl {
    height: 80px;
  }

  .footerinner {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footernav {
    flex-direction: column;
    align-items: flex-start;
  }

  .menutoggle {
    z-index: 21;
    background-image: url('../images/menu.svg');
    background-position: 0%;
    width: 60px;
    height: 60px;
    margin-right: -17px;
    display: block;
    position: relative;
  }

  .copyright {
    margin-top: 20px;
  }

  .workthumb {
    margin-left: 0;
    margin-right: 0;
  }

  .gapl {
    height: 40px;
  }

  .h1 {
    font-size: 40px;
    line-height: 48px;
  }

  .grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .navlinks {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .headernavwrap {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content.headercontent {
    padding-top: 5px;
  }

  .headernav {
    padding-left: 40px;
    padding-right: 40px;
  }

  .headerspacer {
    height: 70px;
  }

  .collage.hideonmobile {
    display: none;
  }

  .collagecol {
    margin-left: 15px;
    margin-right: 15px;
  }

  .collagecol.left, .collagecol.right {
    align-items: center;
  }

  .collagecontent {
    margin-left: -15px;
    margin-right: -15px;
  }

  .collageimage {
    margin-left: 0;
    margin-right: 0;
  }

  .rightcontent {
    width: auto;
    margin-left: 0;
    padding-left: 0;
  }

  .pagesectiongapreducer {
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .fullwidthimage.workthumbminiimage {
    width: 50%;
  }

  .cols, .cols.vcenter {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .threecol {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .threecol.offset1 {
    margin-top: 0;
  }

  .workthumbmini {
    align-items: flex-start;
    margin-top: 0;
    display: flex;
  }

  .workthumbmini.offset {
    margin-top: 0;
  }

  .gaps.hideonmobile {
    display: none;
  }

  .gaps.mobileonly {
    display: block;
  }

  .workthumbminiinfo {
    padding-left: 30px;
  }

  .gapl {
    height: 30px;
  }

  .gapl.hideonmobile {
    display: none;
  }

  .photogrid3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .photogrid3.breakonmob {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .photogrid2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .h1subheading {
    font-size: 20px;
    line-height: 26px;
  }

  .casestudyinfosectioncols {
    display: block;
  }

  .casestudyinfoleftcol {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .twocol {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .contactleft, .contactright {
    max-width: 100%;
  }

  .aboutheroimage {
    margin-bottom: 40px;
  }

  .drawingthumb {
    width: 40px;
    bottom: 20px;
    right: 20px;
  }

  .grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .miniheading {
    margin-bottom: 5px;
  }

  .constrainimage {
    width: 100%;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .photocaption {
    opacity: 1;
    border-radius: 0;
    padding: 8px 12px;
    font-size: 13px;
    line-height: 17px;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .card {
    padding: 30px;
  }
}

@media screen and (max-width: 479px) {
  .h2 {
    font-size: 28px;
    line-height: 34px;
  }

  .collagecol {
    height: 95%;
  }

  .collagecol.left {
    margin-bottom: 40px;
  }

  .gap {
    height: 20px;
  }

  .arrowbutton {
    font-size: 16px;
    line-height: 26px;
  }

  .workthumbcover {
    margin: 30px 0;
  }

  .workthumbcategory {
    margin-top: 10px;
  }

  .fullwidthimage.workthumbminiimage {
    width: 101%;
  }

  .cols {
    margin-bottom: -30px;
  }

  .workthumbmini {
    display: block;
  }

  .h3 {
    font-size: 20px;
    line-height: 26px;
  }

  .gaps {
    height: 15px;
  }

  .workthumbminiinfo {
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .photogrid3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .photogrid3.breakonmob {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .photogrid2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .h1subheading {
    font-size: 18px;
    line-height: 24px;
  }

  .twocol {
    margin-bottom: 30px;
  }

  .drawingthumb {
    bottom: 12px;
    right: 12px;
  }
}

#w-node-_952ec4e6-92d0-a69d-fc7e-86ab35a5419c-bb56522c, #w-node-_8e1df84d-9682-18ac-c8e2-0789a4905909-9b788350, #w-node-e8766c4f-95f0-4675-b611-edb31ddc2c65-0ced783e, #w-node-_3bcaf134-bef8-413e-3cbc-1992d5fabbf2-2453dada, #w-node-_98cf8975-09f1-1497-76a3-d43ec59305b1-9b05c83b, #w-node-_5eb05290-d6b4-c88f-0647-1c8d24d2eaf8-9b05c83b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Suisse Intl';
  src: url('../fonts/SuisseIntl-Medium.woff2') format('woff2'), url('../fonts/SuisseIntl-Medium.eot') format('embedded-opentype'), url('../fonts/SuisseIntl-Medium.woff') format('woff'), url('../fonts/SuisseIntl-Medium.ttf') format('truetype'), url('../fonts/SuisseIntl-Medium.svg') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Suisse Intl';
  src: url('../fonts/SuisseBPIntl-Regular.woff2') format('woff2'), url('../fonts/SuisseBPIntl-Regular.eot') format('embedded-opentype'), url('../fonts/SuisseBPIntl-Regular.woff') format('woff'), url('../fonts/SuisseBPIntl-Regular.ttf') format('truetype'), url('../fonts/SuisseBPIntl-Regular.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}