* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

::-webkit-scrollbar {
  display: none;
}

::-moz-selection {
  background: #fee777;
  color: #1a1a1a;
}

::selection {
  background: #fee777;
  color: #1a1a1a;
}

:focus {
  outline: none;
}

.bodywrap {
  margin: 0 0 0 72px;
}

.container {
  width: 90%;
  padding: 0 12px;
  margin: 0 auto;
}

.row {
  margin: 0 -12px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

*[class^="col-"],
*[class*=" col-"] {
  padding: 0 12px;
}

.col-1 {
  -ms-flex: 0 0 8.33333%;
  -webkit-box-flex: 0;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -ms-flex: 0 0 16.66667%;
  -webkit-box-flex: 0;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.33333%;
  -webkit-box-flex: 0;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -ms-flex: 0 0 41.66667%;
  -webkit-box-flex: 0;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.33333%;
  -webkit-box-flex: 0;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -ms-flex: 0 0 66.66667%;
  -webkit-box-flex: 0;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.33333%;
  -webkit-box-flex: 0;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -ms-flex: 0 0 91.66667%;
  -webkit-box-flex: 0;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

.off-1 {
  margin-left: 8.33333%;
}

.off-2 {
  margin-left: 16.66667%;
}

.off-3 {
  margin-left: 25%;
}

.off-4 {
  margin-left: 33.33333%;
}

.off-5 {
  margin-left: 41.66667%;
}

.off-6 {
  margin-left: 50%;
}

.off-7 {
  margin-left: 58.33333%;
}

.off-8 {
  margin-left: 66.66667%;
}

.off-9 {
  margin-left: 75%;
}

.off-10 {
  margin-left: 83.33333%;
}

.off-11 {
  margin-left: 91.66667%;
}

.off-12 {
  margin-left: 100%;
}

@font-face {
  font-family: "TR Grotesk";
  src: url("../font/TRGrotesk-Regular.eot") format("eot"),
    url("../font/TRGrotesk-Regular.ttf") format("ttf"),
    url("../font/TRGrotesk-Regular.woff") format("woff"),
    url("../font/TRGrotesk-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "TR Grotesk";
  src: url("../font/TRGrotesk-Light.eot") format("eot"),
    url("../font/TRGrotesk-Light.ttf") format("ttf"),
    url("../font/TRGrotesk-Light.woff") format("woff"),
    url("../font/TRGrotesk-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "TR Grotesk";
  src: url("../font/TRGrotesk-LightItalic.eot") format("eot"),
    url("../font/TRGrotesk-LightItalic.ttf") format("ttf"),
    url("../font/TRGrotesk-LightItalic.woff") format("woff"),
    url("../font/TRGrotesk-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "TR Grotesk";
  src: url("../font/TRGrotesk-Bold.eot") format("eot"),
    url("../font/TRGrotesk-Bold.ttf") format("ttf"),
    url("../font/TRGrotesk-Bold.woff") format("woff"),
    url("../font/TRGrotesk-Bold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "TR Grotesk";
  src: url("../font/TRGrotesk-BoldItalic.eot") format("eot"),
    url("../font/TRGrotesk-BoldItalic.ttf") format("ttf"),
    url("../font/TRGrotesk-BoldItalic.woff") format("woff"),
    url("../font/TRGrotesk-BoldItalic.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
}

.mainlogo img {
  display: block;
  height: 16px;
}

.mainlogo span {
  display: none;
}

html {
  position: relative;
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  background-color: #1a1a1a;
  font-family: "TR Grotesk", sans-serif;
  font-size: 16px;
  color: #ffffff;
}
body:before {
  content: "";
  display: block;
  position: fixed;
  width: 72px;
  height: 100%;
  background: #111111;
  z-index: -99;
}

nav#main {
  position: fixed;
  width: 72px;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 999;
  -webkit-transition: width 0.25s ease-in-out;
  -o-transition: width 0.25s ease-in-out;
  transition: width 0.25s ease-in-out;
}
nav#main .compact {
  position: relative;
  width: 72px;
  height: 100%;
  color: #ffffff;
  -webkit-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}
nav#main .compact .asterisk {
  position: absolute;
  display: block;
  width: 30px;
  height: 34px;
  top: 50px;
  left: 20px;
  z-index: 1;
}
nav#main .compact .asterisk span {
  line-height: 0.75em;
  font-weight: 600;
  -webkit-font-feature-settings: "ss03";
  font-feature-settings: "ss03";
  font-size: 72px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0.75px #ffffff;
}
nav#main .compact .asterisk img {
  display: none;
}
nav#main .compact .asterisk:hover span {
  -webkit-text-stroke-color: #fee777;
}
nav#main .compact .burger {
  position: absolute;
  width: 100%;
  height: calc(100% - 360px);
  top: 180px;
  cursor: pointer;
}
nav#main .compact .burger .linescont {
  position: relative;
  width: 16px;
  height: 36px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.05s ease-in-out;
  -o-transition: 0.05s ease-in-out;
  transition: 0.05s ease-in-out;
}
nav#main .compact .burger .line {
  position: absolute;
  display: block;
  height: 36px;
  border-left: 1px solid #ffffff;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
nav#main .compact .burger .line:nth-child(2) {
  left: calc(50% - 1px);
}
nav#main .compact .burger .line:nth-child(3) {
  right: 0;
}
nav#main .compact .burger.menu:hover .linescont {
  width: 22px;
}
nav#main .compact .burger.arrow .line {
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
nav#main .compact .burger.arrow .line:first-child {
  -webkit-transform: rotate(45deg) scale(1, 0.5) translate(-8px, -18px);
  -ms-transform: rotate(45deg) scale(1, 0.5) translate(-8px, -18px);
  transform: rotate(45deg) scale(1, 0.5) translate(-8px, -18px);
}
nav#main .compact .burger.arrow .line:last-child {
  -webkit-transform: rotate(-45deg) scale(1, 0.5) translate(7px, -20px);
  -ms-transform: rotate(-45deg) scale(1, 0.5) translate(7px, -20px);
  transform: rotate(-45deg) scale(1, 0.5) translate(7px, -20px);
}
nav#main .compact .burger.arrow:hover .line {
  border-color: #fee777;
}
nav#main .compact .socmed {
  position: absolute;
  width: 120px;
  bottom: 52px;
  left: 50%;
  font-size: 0.75em;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  list-style: none;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
nav#main .compact .socmed li {
  position: relative;
  float: left;
  margin: 0 20px 0 0;
}
nav#main .compact .socmed li:hover {
  color: #fee777;
}
nav#main .compact.over {
  background: #fee777;
  color: #1a1a1a;
}
nav#main .compact.over .asterisk span {
  -webkit-text-stroke-color: #1a1a1a;
}
nav#main .compact.over .burger .line {
  border-color: #1a1a1a;
}
nav#main .full {
  position: relative;
  width: 100vw;
  height: 100%;
  padding: 0 0 0 72px;
  background: #fee777;
  color: #1a1a1a;
}
nav#main .full .container {
  position: relative;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
nav#main .full .row {
  position: absolute;
  width: 100%;
}
nav#main .full .row.top {
  top: 56px;
}
nav#main .full .row.middle {
  top: 18%;
}
nav#main .full .row.bottom {
  bottom: 56px;
  line-height: 2em;
}
nav#main .full .asterisk {
  display: none;
}
nav#main .full h1.mainlogo {
  margin: 4px 0 0;
}
nav#main .full h2.significance {
  padding: 0.5em 0 0;
  font-size: 0.875em;
  letter-spacing: 0.15em;
  font-weight: 300;
  text-transform: uppercase;
}
nav#main .full h2.significance.close {
  display: none;
}
nav#main .full ul.menu {
  font-size: 5em;
  line-height: 1.35em;
  list-style: none;
}
nav#main .full ul.menu a {
  position: relative;
  display: inline-block;
}
nav#main .full ul.menu a:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  bottom: 12px;
  border-bottom: 4px solid #1a1a1a;
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
nav#main .full ul.menu a:hover:after {
  width: 100%;
}
nav#main .full ul.socmed {
  list-style: none;
}
nav#main .full ul.socmed a:hover {
  text-decoration: underline;
}
nav#main .full span {
  font-size: 0.75em;
  font-weight: 300;
  letter-spacing: 0.05em;
}
nav#main.mode_compact .full {
  display: none;
}
nav#main.mode_full {
  width: 60%;
}
nav#main.mode_full .compact {
  display: none;
}
nav#main.mode_full .full .container {
  opacity: 1;
}

.closearea {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.75);
  cursor: none;
}
.closearea .closecursor {
  width: 120px;
  height: 120px;
}
.closearea svg line {
  display: block;
  fill: none;
  stroke: #fee777;
  stroke-miterlimit: 10;
}

header#nameplate {
  height: 124px;
}
header#nameplate h1.mainlogo {
  margin: 60px 0 0;
}
header#nameplate h1.mainlogo a {
  display: inline-block;
  position: relative;
  z-index: 9;
  vertical-align: top;
}
header#nameplate ul.menu {
  margin: 56px 0 0;
  font-size: 0.875em;
  font-weight: 300;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  list-style: none;
}
header#nameplate ul.menu li {
  position: relative;
  float: left;
  margin: 0.5em 7em 0 0;
  z-index: 9;
}
header#nameplate ul.menu li a {
  position: relative;
}
header#nameplate ul.menu li a:hover,
header#nameplate ul.menu li a.active {
  color: #fee777;
}

section#home_slide2 {
  position: relative;
  height: 100%;
  margin-top: -124px;
}
section#home_slide2 .slick-list.draggable,
section#home_slide2 .slick-track {
  height: 100%;
}
section#home_slide2 .slidescont {
  position: relative;
  width: calc(87.5% + 60px);
  height: 100%;
  margin-left: -72px;
  background: #1a1a1a;
}
section#home_slide2 .slidescont:hover ~ .desccont span:after,
section#home_slide2 .slidescont ~ .desccont:hover span:after {
  width: 100%;
}
section#home_slide2 .slidescont .slide {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
section#home_slide2 .slidescont .slide > * {
  position: absolute;
  width: 100%;
  height: 100%;
}
section#home_slide2 .slidescont .slide a {
  z-index: 99;
}
section#home_slide2 .slidescont .slide .slideimg,
section#home_slide2 .slidescont .slide .slidevid {
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.9;
}
section#home_slide2 .slidescont .slide:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(30%, rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 0.3))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 30%,
    rgba(0, 0, 0, 0.3) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 30%,
    rgba(0, 0, 0, 0.3) 100%
  );
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 30%,
    rgba(0, 0, 0, 0.3) 100%
  );
  z-index: 9;
}
section#home_slide2 .slidescont:before {
  content: "";
  display: block;
  position: absolute;
  width: 72px;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  z-index: 99;
}
section#home_slide2 .navigationcont {
  position: absolute;
  width: calc(12.5% + 12px);
  top: 122px;
  right: 0;
}
section#home_slide2 .navigationcont .navigation > * {
  width: 64px;
  height: 64px;
  padding: 16px;
  margin: 0 auto;
  border-radius: 50%;
  cursor: pointer;
}
section#home_slide2 .navigationcont .navigation > *:hover svg {
  stroke: #fee777;
}
section#home_slide2 .navigationcont .navigation .next {
  padding-left: 10px;
  margin-bottom: 20px;
}
section#home_slide2 .navigationcont .navigation .prev {
  padding-left: 20px;
}
section#home_slide2 .navigationcont svg {
  width: 32px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
section#home_slide2 .desccont {
  position: absolute;
  width: 37.5%;
  bottom: 160px;
  right: 5%;
  padding: 0 12px;
  z-index: 99;
}
section#home_slide2 .desccont .caption {
  display: block;
  position: absolute;
  width: calc(100% - 24px);
  bottom: 0;
  opacity: 0;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  pointer-events: none;
}
section#home_slide2 .desccont .caption.active {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  pointer-events: all;
}
section#home_slide2 .desccont h1 {
  font-size: 5em;
  line-height: 1.1em;
  font-weight: 400;
  text-shadow: 0 0 1em rgba(0, 0, 0, 0.5);
}
section#home_slide2 .desccont span {
  display: inline-block;
  position: relative;
  padding: 0 0 4px;
  margin: 1.5em 0.25em 0;
  font-size: 1.5em;
}
section#home_slide2 .desccont span:after {
  content: "";
  position: absolute;
  display: block;
  width: 0%;
  bottom: 0;
  border-top: 1px solid #ffffff;
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
section#home_slide2 .radarcont {
  position: absolute;
  width: 15%;
  height: 1em;
  bottom: 56px;
  right: 5%;
  padding: 0 12px;
  font-size: 1em;
  z-index: 9;
}
section#home_slide2 .radarcont .radar {
  position: relative;
  font-weight: 300;
  letter-spacing: 0.1em;
}
section#home_slide2 .radarcont .radar > * {
  position: absolute;
}
section#home_slide2 .radarcont .radar .current {
  width: 15%;
  text-align: left;
}
section#home_slide2 .radarcont .radar .line {
  width: 60%;
  top: 0.6em;
  right: 20%;
  border-top: 1px solid #ffffff;
  opacity: 0.2;
}
section#home_slide2 .radarcont .radar .total {
  width: 15%;
  right: 0;
  text-align: right;
}

section#home_deck2 {
  position: relative;
  margin-top: 120px;
  margin-bottom: 120px;
  z-index: -1;
}
section#home_deck2 .fixedwrapper.fixedit {
  position: fixed;
  bottom: 120px;
}
section#home_deck2 h2 {
  bottom: 120px;
  font-size: 2.5em;
  font-weight: 300;
  line-height: 1.45em;
}
section#home_deck2 a.readmore {
  font-weight: 400;
  color: #fee777;
  white-space: nowrap;
}
section#home_deck2 a.readmore:hover {
  text-decoration: underline;
}

.hometomore {
  margin: 60px 0 0;
  text-align: center;
}
.hometomore a {
  position: relative;
  display: inline-block;
  font-size: 1em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.hometomore a:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  bottom: -3px;
  border-bottom: 1px solid #ffffff;
}
.hometomore a:hover {
  color: #fee777;
}
.hometomore a:hover:before {
  border-bottom-color: #fee777;
}

section#home_latest {
  margin-bottom: 200px;
}
section#home_latest .project {
  margin: 0 0 64px;
}
section#home_latest .project a {
  display: block;
  width: 95%;
}
section#home_latest .project a:hover .thumbnail img {
  opacity: 0.75;
}
section#home_latest .project a:hover h1 {
  color: #fee777;
}
section#home_latest .project.col-12 a {
  width: 97.5%;
}
section#home_latest .project.col-12 a .thumbnail:after {
  padding-top: 50%;
}
section#home_latest .thumbnail {
  position: relative;
  margin: 0 0 20px;
  background: #111111;
}
section#home_latest .thumbnail:after {
  content: "";
  display: block;
  padding-top: 66.667%;
}
section#home_latest .thumbnail img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
section#home_latest .thumbnail.logos img {
  display: none;
}
section#home_latest .thumbnail.logos img.active {
  display: block;
}
section#home_latest h1 {
  height: 1.5em;
  overflow: hidden;
  font-size: 1.5em;
  font-weight: 400;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
section#home_latest h2 {
  font-size: 1em;
  font-weight: 300;
}

#home_journal {
  position: relative;
  margin-bottom: 200px;
}
#home_journal .image {
  position: relative;
}
#home_journal .image div {
  position: relative;
  height: 100%;
}
#home_journal .image:after {
  content: "";
  display: block;
}
#home_journal .image img {
  position: absolute;
  display: none;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#home_journal .text {
  text-align: center;
}
#home_journal .text .slide {
  display: table;
  width: 100%;
  height: 500px;
}
#home_journal .text .valign {
  display: table-cell;
  vertical-align: middle;
}
#home_journal .text h3 {
  font-size: 0.75em;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
#home_journal .text h1 {
  max-width: 600px;
  margin: 0 auto 24px;
  font-size: 3.5em;
  font-weight: 400;
}
#home_journal .text h1 a:hover {
  color: #fee777;
}
#home_journal .text span {
  color: #666666;
}
#home_journal .slick-dots li {
  width: 12px;
}
#home_journal .slick-dots button {
  border: 2px solid #333333;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  padding: 0;
}
#home_journal .slick-dots button:before {
  content: none;
}
#home_journal .slick-dots .slick-active button {
  border-color: #ffffff;
}

section#project_detail .heroimage .imgcontainer {
  position: relative;
}
section#project_detail .heroimage .imgcontainer img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
section#project_detail .heroimage .imgcontainer:after {
  content: "";
  display: block;
  padding-top: 50%;
  background: black;
}

section#project_detail header.projectheader {
  margin: 48px -12px;
}
section#project_detail header.projectheader h1 {
  margin: 0 0 8px;
  font-size: 2.75em;
  font-weight: 600;
  line-height: 1.333em;
}
section#project_detail header.projectheader h2 {
  font-size: 1em;
  font-weight: 400;
  color: #666666;
}
section#project_detail header.projectheader .deck {
  margin: 28px 0;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.6em;
  letter-spacing: 0.005em;
}
section#project_detail header.projectheader .deck p {
  margin: 0 0 0.5em;
}
section#project_detail header.projectheader .deck a {
  color: #fee777;
  /*&:hover {
					color: $yellow;
				}*/
}
section#project_detail header.projectheader ul {
  list-style: none;
}
section#project_detail header.projectheader ul b {
  display: block;
  margin: 0 0 0.25em;
  font-size: 0.667em;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #666666;
  text-transform: uppercase;
}
section#project_detail header.projectheader ul li {
  padding: 0.9em 0 1em;
  border-top: 1px solid #333333;
}
section#project_detail header.projectheader ul li:first-child {
  border: none;
}
section#project_detail header.projectheader .shareit {
  display: block;
  margin: 0.5em 0;
}
section#project_detail header.projectheader .shareit .ic_download {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 2px 0 0;
  fill: #ffffff;
}
section#project_detail header.projectheader .shareit a {
  display: inline-block;
  margin: 0 0 0 16px;
}
section#project_detail header.projectheader .shareit a:hover {
  color: #fee777;
}
section#project_detail header.projectheader .shareit a:hover .ic_download {
  fill: #fee777;
}

section#project_detail .projectimage {
  margin-bottom: 48px;
}
section#project_detail .projectimage img {
  width: 100%;
}
section#project_detail .projectimage .col-6 {
  margin-top: 48px;
}
section#project_detail .projectimage .col-6 p {
  margin-bottom: 0.5em;
  line-height: 1.875em;
}
section#project_detail .projectimage a {
  text-decoration: underline;
}
section#project_detail .projectimage a:hover {
  color: #fee777;
}

section#project_detail .textinsert {
  margin-bottom: 48px;
}
section#project_detail .textinsert p {
  margin-bottom: 0.5em;
  line-height: 1.875em;
}

section#project_detail video {
  width: 100%;
}

section#project_detail footer.projectfooter {
  margin-bottom: 64px;
}
section#project_detail footer.projectfooter .download {
  /*a {
				font-size: 1.25em;
				text-decoration: underline;
			}*/
}
section#project_detail footer.projectfooter .download .shareit .ic_download {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 2px 0 0;
  fill: #ffffff;
}
section#project_detail footer.projectfooter .download .shareit a {
  display: inline-block;
  margin: 0 0 0 16px;
}
section#project_detail footer.projectfooter .download .shareit a:hover {
  color: #fee777;
}
section#project_detail
  footer.projectfooter
  .download
  .shareit
  a:hover
  .ic_download {
  fill: #fee777;
}
section#project_detail footer.projectfooter .achievement span {
  display: block;
  margin: 0.25em 0 0.75em;
  font-size: 0.75em;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #bbbbbb;
  text-transform: uppercase;
}
section#project_detail footer.projectfooter .achievement ol {
  margin: 0 0 0 20px;
  line-height: 1.25em;
}
section#project_detail footer.projectfooter .achievement li {
  margin: 0.5em 0 0.5em;
}

section#project_next {
  height: 10em;
  font-size: 2.5em;
  font-weight: 600;
  line-height: 10em;
}
section#project_next a {
  display: block;
}
section#project_next .hl:before {
  content: "";
  display: block;
  border-top: 1px solid #bbbbbb;
}
section#project_next .next {
  font-size: 0.6em;
  font-weight: 400;
  color: #fee777;
}
section#project_next .projectname {
  position: relative;
}
section#project_next .projectname span {
  position: relative;
}
section#project_next .projectname span:after {
  position: absolute;
  display: block;
  width: 0%;
  bottom: 0;
  border-bottom: 3px solid #fee777;
}
section#project_next .projectname span:hover:after {
  width: 100%;
}
section#project_next .projectname svg {
  position: absolute;
  width: 150px;
  height: 150px;
  top: 50%;
  right: calc(8.333% + 12px);
  margin: -75px 0 0;
  fill: none;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
section#project_next .projectname svg polygon {
  stroke: #fee777;
  stroke-width: 1;
  stroke-miterlimit: 10;
}
section#project_next .projectname svg rect {
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
section#project_next .projectname a:hover + svg {
  right: 12px;
}
section#project_next:hover .projectname span:after {
  width: 100%;
}
section#project_next:hover svg rect {
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
}

section#works_thumbs {
  padding: 8px 0 100px;
}
section#works_thumbs .row {
  position: relative;
}
section#works_thumbs .sortcont {
  position: absolute;
  width: 25%;
  height: 100%;
}
section#works_thumbs .sortcont .sort {
  position: absolute;
  bottom: 0;
  padding: 0 12px 12px;
}
section#works_thumbs .sortcont .topic {
  width: 95%;
  margin: 0 0 1.5em;
}
section#works_thumbs .sortcont h3 {
  margin: 0 0 0.5em;
  font-size: 1em;
  font-weight: 300;
}
section#works_thumbs .sortcont ul {
  line-height: 1.75em;
  list-style: none;
}
section#works_thumbs .sortcont ul li {
  display: inline-block;
  font-size: 1em;
  color: #666666;
}
section#works_thumbs .sortcont ul li sup {
  display: inline-block;
  top: -0.4em;
  margin: 0 0.333em 0 0.2em;
  vertical-align: top;
  position: relative;
}
section#works_thumbs .sortcont ul li a:hover {
  color: #fee777;
}
section#works_thumbs .sortcont ul li a.active {
  color: #ffffff;
  text-decoration: underline;
}
section#works_thumbs .sortcont ul li:after {
  content: "/ ";
  color: #666666;
}
section#works_thumbs .sortcont ul li:last-child:after {
  content: none;
}
section#works_thumbs .project {
  margin: 0 0 40px;
}
section#works_thumbs .project .thumbnail {
  position: relative;
  width: 100%;
  margin: 0 0 12px;
  overflow: hidden;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
section#works_thumbs .project .thumbnail:after {
  content: "";
  display: block;
  padding-top: 66.667%;
}
section#works_thumbs .project .thumbnail img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}
section#works_thumbs .project h1 {
  height: 1.3em;
  overflow: hidden;
  font-size: 1.25em;
  font-weight: 400;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
section#works_thumbs .project h2 {
  margin: 0.25em 0 0;
  font-size: 0.75em;
  letter-spacing: 0.025em;
  font-weight: 300;
}
section#works_thumbs .project a:hover .thumbnail {
  opacity: 0.75;
}
section#works_thumbs .project a:hover h1 {
  color: #fee777;
}

section#about_bg {
  position: fixed;
  width: calc(100% - 72px);
  height: 100%;
  top: 0;
  left: 72px;
  background-size: cover;
  background-position: 50% 50%;
  z-index: -1;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  opacity: 0;
}
section#about_bg.active {
  opacity: 1;
}
section#about_bg:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #1a1a1a;
  opacity: 0.4;
}
section#about_bg div {
  display: none;
}

section#about_firstp {
  margin-bottom: 180px;
  line-height: 1.75em;
}
section#about_firstp .asterisk svg {
  width: 100%;
  margin-top: 40%;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  opacity: 0;
  fill: none;
  stroke: #fee777;
  stroke-miterlimit: 10;
  stroke-width: 0.5;
}
section#about_firstp .asterisk.active svg {
  opacity: 1;
}
section#about_firstp h1 {
  margin: 0 0 32px;
  font-size: 3em;
  letter-spacing: normal;
  line-height: 1.25em;
}
section#about_firstp p {
  margin: 0 0 1em;
}
section#about_firstp ul.download {
  margin: 36px 0 0;
  list-style: none;
}
section#about_firstp ul.download li {
  display: inline-block;
  margin: 0 0 0 16px;
}
section#about_firstp ul.download li:first-child {
  margin: 0;
}
section#about_firstp ul.download a svg {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 4px 0 0;
  fill: #ffffff;
}
section#about_firstp ul.download a:hover {
  color: #fee777;
}
section#about_firstp ul.download a:hover svg {
  fill: #fee777;
}

section#about_services2,
section#about_press {
  margin-bottom: 100px;
  line-height: 1.75em;
}
section#about_services2 h2,
section#about_press h2 {
  margin-bottom: 1.33333em;
  font-size: 1.5em;
  font-weight: 400;
  color: #fee777;
}
section#about_services2 h3,
section#about_press h3 {
  text-transform: uppercase;
  font-size: 0.75em;
  font-weight: 600;
  color: #666666;
  line-height: 2.5em;
}
section#about_services2 ul,
section#about_press ul {
  list-style: none;
  letter-spacing: 0.025em;
}

section#about_clients2 {
  margin-bottom: 180px;
  font-size: 2em;
}
section#about_clients2 ul {
  margin: 20px 0;
  overflow: hidden;
  list-style: none;
  white-space: nowrap;
}
section#about_clients2 li {
  display: inline-block;
  margin-right: 24px;
}

section#about_press {
  margin-bottom: 200px;
  line-height: 1.25em;
}
section#about_press h1 {
  font-size: 1em;
  font-weight: 400;
}
section#about_press span {
  font-size: 0.75em;
  color: #666666;
}
section#about_press ul.column {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 24px;
  column-gap: 24px;
}
section#about_press li {
  margin-bottom: 1em;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid-column;
}
section#about_press .books {
  position: relative;
}
section#about_press .books:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: calc(100% - 16px);
  background-color: #333;
  top: 0;
  right: 12px;
}
section#about_press .talks {
  margin-bottom: 1.75em;
}
section#about_press .press svg {
  width: 14px;
  height: 14px;
  fill: #ffffff;
}
section#about_press .press a:hover {
  color: #fee777;
}
section#about_press .press a:hover svg {
  fill: #fee777;
}

section#about_team {
  margin-bottom: 160px;
}
section#about_team p {
  font-style: italic;
  font-size: 1.25vw;
  font-weight: 600;
  line-height: 1.714em;
  color: #fee777;
}

section#about_cd {
  margin-bottom: 120px;
}
section#about_cd .imgcontainer {
  position: relative;
  width: 100%;
  background: #dddddd;
}
section#about_cd .imgcontainer:after {
  content: "";
  display: block;
  padding-top: 75%;
}
section#about_cd .imgcontainer img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
section#about_cd h1 {
  margin: 0;
  font-size: 1.5em;
  font-weight: 600;
}
section#about_cd h2 {
  margin: 0 0 16px;
  font-size: 1.25em;
  font-weight: 300;
}
section#about_cd p {
  overflow: hidden;
  font-weight: 300;
  letter-spacing: 0.025em;
  line-height: 1.75em;
  opacity: 0.5;
}

section#about_people {
  margin-bottom: 140px;
}
section#about_people article {
  margin: 0 0 72px;
}
section#about_people .imgcontainer {
  position: relative;
  width: 100%;
  background: #dddddd;
  margin: 0 0 16px;
}
section#about_people .imgcontainer:after {
  content: "";
  display: block;
  padding-top: 75%;
}
section#about_people .imgcontainer img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
section#about_people h1 {
  margin: 0 0 0.25em;
  font-size: 1.25em;
  font-weight: 600;
}
section#about_people h2 {
  margin: 0 0 0.75em;
  font-size: 1.25em;
  font-weight: 300;
}
section#about_people p {
  height: 8.75em;
  overflow: hidden;
  font-weight: 300;
  letter-spacing: 0.025em;
  line-height: 1.75em;
  opacity: 0.5;
}
section#about_people ul.socmed {
  margin: 12px 0 0;
  list-style: none;
  color: #666666;
}
section#about_people ul.socmed li {
  position: relative;
  display: inline-block;
  margin: 0 20px 0 0;
  border-bottom: 1px solid #666666;
  text-shadow: -1px -1px 0 #1a1a1a, 1px -1px 0 #1a1a1a, -1px 1px 0 #1a1a1a,
    1px 1px 0 #1a1a1a;
}
section#about_people ul.socmed li:hover {
  color: #fee777;
  border-bottom-color: #fee777;
}
section#about_people ul.socmed li:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 100%;
  right: -13px;
  bottom: -2px;
  border-right: 1px solid #666666;
}
section#about_people ul.socmed li:last-child:after {
  display: none;
}

section.basic_section {
  position: relative;
  padding: 60px 0 64px;
}
section.basic_section:before {
  content: "";
  position: absolute;
  display: block;
  width: calc(75% - 24px);
  top: 0;
  left: calc(12.5% + 12px);
  border-top: 1px solid #333333;
}
section.basic_section h2 {
  font-size: 1.5em;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #fee777;
}
section.basic_section span {
  display: block;
  padding: 4px 0 0;
  font-size: 0.875em;
  color: #666666;
}

section#contact_address {
  padding: 80px 0 100px;
}
section#contact_address:before {
  display: none;
}
section#contact_address .address {
  font-size: 2.5vw;
}

section#contact_inquiries .col-8 {
  font-weight: 300;
  line-height: 1.75em;
}

section#contact_inquiries article {
  float: left;
  width: 50%;
  padding: 0 12px;
  margin: 0 0 56px;
}
section#contact_inquiries article:nth-last-child(-n + 2) {
  margin: 0 0 24px;
}

section#contact_inquiries h1 {
  margin: 0 0 16px;
  font-size: 1.25em;
  font-weight: 600;
  letter-spacing: 0.01em;
}

section#contact_inquiries p {
  width: 90%;
  opacity: 0.5;
}

section#contact_inquiries a {
  text-decoration: underline;
}

section#contact_inquiries a.cta {
  position: relative;
  display: inline-block;
  margin: 24px 0 0 0;
  border-bottom: 1px solid #666666;
  line-height: normal;
  text-decoration: none;
  color: #666666;
  text-shadow: -1px -1px 0 #1a1a1a, 1px -1px 0 #1a1a1a, -1px 1px 0 #1a1a1a,
    1px 1px 0 #1a1a1a;
}
section#contact_inquiries a.cta:hover {
  color: #fee777;
  border-bottom-color: #fee777;
}
section#contact_inquiries a.cta:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 100%;
  right: -13px;
  bottom: -2px;
  border-right: 1px solid #666666;
}
section#contact_inquiries a.cta:last-child:after {
  display: none;
}

section#contact_follow {
  padding-bottom: 200px;
}
section#contact_follow a {
  font-size: 1.5em;
  text-decoration: underline;
}
section#contact_follow a:hover {
  color: #fee777;
}

footer#mainfooter {
  padding: 80px 0 120px;
  background: #fee777;
  line-height: 1.75em;
  color: #1a1a1a;
}
footer#mainfooter ul.menu,
footer#mainfooter ul.socmed {
  list-style: none;
}
footer#mainfooter ul.menu a:hover,
footer#mainfooter ul.socmed a:hover {
  text-decoration: underline;
}
footer#mainfooter span {
  font-size: 0.75em;
  font-weight: 300;
  letter-spacing: 0.05em;
}
footer#mainfooter span.copy {
  display: block;
  margin: 56px 0 0;
}

.navigationcont .navigation svg#shape {
  width: 240px;
  height: 240px;
}
.navigationcont .navigation svg#shape circle {
  fill: none;
  stroke: red;
  stroke-width: 4;
}

.mobilelandscape {
  display: none;
}

article.journal {
  padding: 32px 0;
  border-bottom: 1px solid #333333;
}
article.journal .thumbnail {
  position: relative;
  margin: 0 0 20px;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
article.journal .thumbnail img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
article.journal .thumbnail:before {
  content: "";
  display: block;
  padding-top: 66.66667%;
}
article.journal .thumbnail:hover {
  opacity: 0.75;
}
article.journal .thumbnail:hover + .description h1 {
  color: #fee777;
}
article.journal .postdetail {
  font-size: 0.75em;
}
article.journal .postdetail .category {
  font-weight: 600;
  text-transform: uppercase;
}
article.journal .postdetail .date {
  display: inline-block;
  margin: 0 0 0 16px;
  letter-spacing: 0.05em;
  color: #666666;
}
article.journal h1 {
  margin: 12px 0 8px;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.2em;
}
article.journal span.readmore {
  font-weight: 300;
  color: #666666;
}
article.journal a {
  display: block;
}
article.journal a:hover h1 {
  color: #fee777;
}

article.advertorial {
  position: relative;
  margin: 24px 0 25px;
  background: #fee777;
}
article.advertorial > * {
  position: absolute;
  width: 100%;
  text-align: center;
}
article.advertorial .image {
  height: 100%;
  top: 0;
  background-size: cover;
  background-position: 50% 50%;
}
article.advertorial .image:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
article.advertorial .copytop {
  top: 32px;
  font-size: 0.75em;
  font-weight: 600;
  text-transform: uppercase;
}
article.advertorial h2 {
  width: 75%;
  top: 50%;
  left: 12.5%;
  font-size: 2.5vw;
  font-weight: 400;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
article.advertorial .copybtm {
  bottom: 32px;
}
article.advertorial input[type="email"] {
  display: none;
  width: 60%;
  bottom: 24px;
  left: 20%;
  padding: 0 0 8px;
  background: none;
  border: none;
  border-bottom: 1px solid #dddddd;
  font-family: "TR Grotesk", sans-serif;
  font-size: 1em;
  color: #ffffff;
}
article.advertorial input[type="email"]:focus {
  outline: none;
}
article.advertorial hr {
  position: absolute;
  bottom: -25px;
  border: none;
  border-bottom: 1px solid #333333;
}
article.advertorial:before {
  content: "";
  display: block;
  padding-top: 55%;
}
article.advertorial.black {
  color: #333333;
}

.headline article {
  padding: 0;
  border-bottom: none;
}
.headline article .thumbnail {
  position: relative;
  width: calc(100% + 24px);
  margin-left: -24px;
}
.headline article .thumbnail:after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(26, 26, 26, 0)),
    to(#1a1a1a)
  );
  background: -webkit-linear-gradient(
    top,
    rgba(26, 26, 26, 0) 0%,
    #1a1a1a 100%
  );
  background: -o-linear-gradient(top, rgba(26, 26, 26, 0) 0%, #1a1a1a 100%);
  background: linear-gradient(to bottom, rgba(26, 26, 26, 0) 0%, #1a1a1a 100%);
  opacity: 0.33333;
  pointer-events: none;
}
.headline article h1 {
  font-size: 4vw;
  font-weight: 400;
  line-height: 1.2em;
}
.headline article .postdetail {
  margin: 16px 0 0;
}
.headline article a.readmore {
  display: inline;
  color: #fee777;
}

.headlinedesc {
  position: relative;
  margin: 0 -12px;
}
.headlinedesc > div {
  padding: 0 12px;
}
.headlinedesc .meta {
  position: absolute;
  width: 62.5%;
  bottom: 0;
}
.headlinedesc .excerpt {
  width: 37.5%;
  margin: 24px 0 72px 62.5%;
  line-height: 1.75em;
}

#journal_abovethefold ul.tabs {
  margin: 0 0 0 32px;
  font-size: 1.25em;
  font-weight: 600;
  border-bottom: 1px solid #333333;
  list-style: none;
  white-space: nowrap;
}
#journal_abovethefold ul.tabs li {
  display: inline-block;
  padding: 0 0 12px;
  margin: 0 24px -1px 0;
  border-bottom: 1px solid transparent;
  cursor: pointer;
  opacity: 0.2;
}
#journal_abovethefold ul.tabs li:hover {
  color: #fee777;
  opacity: 1;
}
#journal_abovethefold ul.tabs li.active {
  border-color: #ffffff;
  color: #ffffff;
  opacity: 1;
}

#journal_abovethefold .tabscontent {
  counter-reset: top-stories;
}
#journal_abovethefold .tabscontent article {
  margin: 0 0 0 32px;
}
#journal_abovethefold .tabscontent article:before {
  position: absolute;
  counter-increment: top-stories;
  content: counter(top-stories);
  width: 20px;
  height: 20px;
  margin: -4px 0 0 -32px;
  border: 1px solid #666666;
  font-size: 0.75em;
  font-weight: 600;
  color: #666666;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
}
#journal_abovethefold .tabscontent article .thumbnail:before {
  padding-top: 50%;
}
#journal_abovethefold .tabscontent.cat {
  padding: 5px 0 0;
}
#journal_abovethefold .tabscontent.cat article {
  padding: 20px 0;
}
#journal_abovethefold .tabscontent.cat article:before {
  margin: 3px 0 0 -32px;
}
#journal_abovethefold .tabscontent.cat h1 {
  margin: 0 0 4px;
}
#journal_abovethefold .tabscontent.cat .thumbnail {
  margin-top: 7px;
}

#journal_masonrylist article.journal .thumbnail img {
  position: static;
  display: block;
}

#journal_masonrylist article.journal .thumbnail:before {
  display: none;
}

#journal_masonrylist .container {
  margin-bottom: 100px;
}

#journal_masonrylist .row {
  display: block;
}

#journal_masonrylist .col-4 {
  float: left;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 33.33333%;
}

#journal_cover {
  position: relative;
  height: calc(100% - 124px);
}
#journal_cover img {
  display: none;
}
#journal_cover .coverwrapper {
  position: relative;
  height: 100%;
  background-color: #0a0a0a;
  background-size: cover;
  background-attachment: fixed;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#journal_cover .coverwrapper:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(26, 26, 26, 0)),
    to(#1a1a1a)
  );
  background: -webkit-linear-gradient(
    top,
    rgba(26, 26, 26, 0) 0%,
    #1a1a1a 100%
  );
  background: -o-linear-gradient(top, rgba(26, 26, 26, 0) 0%, #1a1a1a 100%);
  background: linear-gradient(to bottom, rgba(26, 26, 26, 0) 0%, #1a1a1a 100%);
}
#journal_cover .coverwrapper.hide {
  opacity: 0;
}

#journal_meta {
  position: relative;
  height: 50vh;
  margin-top: -50vh;
}
#journal_meta .container {
  position: absolute;
  bottom: 0;
  left: 5%;
}
#journal_meta h1 {
  font-size: 4vw;
  font-weight: 400;
  text-align: center;
}
#journal_meta .postdetail {
  margin: 20px 0 52px;
  font-size: 0.75em;
  text-align: center;
}
#journal_meta .postdetail .category {
  font-weight: 600;
  text-transform: uppercase;
}
#journal_meta .postdetail .category:hover {
  color: #fee777;
}
#journal_meta .postdetail .date {
  display: inline-block;
  margin: 0 0 0 16px;
  letter-spacing: 0.05em;
  color: #666666;
}

#journal_body .content {
  padding: 0 0 8px;
}

#journal_body p {
  width: 75%;
  padding: 0 12px;
  margin: 24px auto;
  line-height: 1.75em;
}

#journal_body h2 {
  width: 75%;
  padding: 0 12px;
  margin: 32px auto -8px;
  font-size: 1.25em;
}

#journal_body img {
  width: 100%;
  padding: 0 12px;
  margin: 12px 0;
}

#journal_body blockquote {
  padding: 0 12px;
  margin: 44px 0 52px;
  text-align: center;
}
#journal_body blockquote q {
  font-size: 2.25em;
  font-size: 2.5vw;
  font-weight: 400;
  font-style: italic;
}
#journal_body blockquote q:before,
#journal_body blockquote q:after {
  content: "";
}
#journal_body blockquote .source {
  display: block;
  margin: 24px 0 0;
  font-size: 0.875em;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
#journal_body blockquote:before,
#journal_body blockquote:after {
  content: "";
  display: block;
  width: 25%;
  margin: 0 auto 44px;
  border-top: 1px solid #fee777;
}
#journal_body blockquote:after {
  margin: 52px auto 0;
}

#journal_body .shareit {
  margin-top: 24px;
}
#journal_body .shareit a {
  display: inline-block;
  margin: 0 0 0 16px;
}
#journal_body .shareit a:hover {
  color: #fee777;
}
#journal_body .shareit:after {
  content: "";
  display: block;
  margin: 20px 0 0;
  border-top: 1px solid #333333;
}

#journal_author {
  margin-top: 60px;
  margin-bottom: 120px;
}
#journal_author .credits {
  list-style: none;
}
#journal_author .credits b {
  display: block;
  margin: 24px 0 4px;
  font-size: 0.6875em;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #666666;
  text-transform: uppercase;
}
#journal_author .credits span {
  font-size: 1.25em;
  font-weight: 600;
}
#journal_author .credits a:hover {
  color: #fee777;
}
#journal_author .borderbox {
  padding: 24px 28px;
  border: 1px solid #999;
  line-height: 1.75em;
}
#journal_author form {
  margin-top: 20px;
}
#journal_author form:after {
  content: "";
  display: block;
  clear: both;
}
#journal_author input {
  display: block;
  float: left;
  height: 40px;
  padding: 8px 16px;
  background: none;
  border: 1px solid #333333;
  font-family: "TR Grotesk", sans-serif;
  font-size: 1em;
  color: #ffffff;
}
#journal_author input[type="email"] {
  width: 240px;
  border-right: none;
}
#journal_author input[type="submit"] {
  font-size: 0.75em;
  font-weight: 600;
  text-transform: uppercase;
}
#journal_author input[type="submit"]:hover {
  color: #fee777;
  cursor: pointer;
}

#journal_recommend {
  margin-bottom: 136px;
}
#journal_recommend article.journal {
  border-bottom: none;
}
#journal_recommend article.journal .snippet {
  position: relative;
  margin: 0 0 20px;
  overflow: hidden;
}
#journal_recommend article.journal .snippet:before {
  content: "";
  display: block;
  padding-top: 33.33333%;
}
#journal_recommend article.journal .snippet .thumbnail {
  position: absolute;
  width: 100%;
  top: 0;
}
#journal_recommend article.journal .snippet .thumbnail:hover {
  opacity: 1;
}
#journal_recommend article.journal .snippet:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(26, 26, 26, 0)),
    to(#1a1a1a)
  );
  background: -webkit-linear-gradient(
    top,
    rgba(26, 26, 26, 0) 0%,
    #1a1a1a 100%
  );
  background: -o-linear-gradient(top, rgba(26, 26, 26, 0) 0%, #1a1a1a 100%);
  background: linear-gradient(to bottom, rgba(26, 26, 26, 0) 0%, #1a1a1a 100%);
  pointer-events: none;
}
#journal_recommend article.journal .snippet:hover + .description h1 {
  color: #fee777;
}
#journal_recommend article.journal h1 {
  height: 3.6em;
}
#journal_recommend article.journal:hover .snippet:after {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, rgba(26, 26, 26, 0)),
    to(#1a1a1a)
  );
  background: -webkit-linear-gradient(
    top,
    rgba(26, 26, 26, 0) 50%,
    #1a1a1a 100%
  );
  background: -o-linear-gradient(top, rgba(26, 26, 26, 0) 50%, #1a1a1a 100%);
  background: linear-gradient(to bottom, rgba(26, 26, 26, 0) 50%, #1a1a1a 100%);
}

@media screen and (max-width: 1440px) {
  body {
    font-size: 16px;
  }
  .mainlogo img {
    height: 14px;
  }
  header#nameplate {
    height: 112px;
  }
  header#nameplate h1.mainlogo {
    margin: 52px 0 0;
  }
  header#nameplate ul.menu {
    margin: 46px 0 0;
  }
  nav#main .full .row.top {
    top: 44px;
  }
  nav#main .full .row.top h2.significance {
    padding: 0.75em 0 0;
    font-size: 0.75em;
  }
  nav#main .full ul.menu a:after {
    bottom: 8px;
  }
  section#home_slide2 {
    margin-top: -112px;
  }
  section#home_slide2 .desccont h1 {
    font-size: 4.5em;
  }
  section#about_services .col-2 {
    margin-left: 8.33333%;
  }
  section#about_services .col-6 {
    width: 75%;
  }
  section#about_clients {
    margin-bottom: 180px;
  }
  section#about_clients .col-8 {
    width: 83.33333%;
    margin-left: 8.33333%;
  }
  section#about_clients p {
    font-size: 2.1vw;
  }
  section#about_team {
    margin-bottom: 180px;
  }
  section#about_team .col-6 {
    -ms-flex: 0 0 66.66667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    margin-left: 16.66667%;
  }
  section#about_team p {
    font-size: 2.1vw;
  }
  section#about_cd .col-4 {
    -ms-flex: 0 0 41.66667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    margin-left: 8.33333%;
  }
  section#about_cd .col-3 {
    -ms-flex: 0 0 33.33333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  section#about_people .col-4 p {
    height: 12.25em;
  }
}

@media screen and (max-width: 1024px) {
  body {
    font-size: 14px;
  }
  nav#main.mode_full {
    width: calc(72px + 75%);
  }
  nav#main.mode_full .top .col-3:first-of-type {
    width: 33.33333%;
  }
  nav#main.mode_full .top .col-3:last-child {
    width: 50%;
  }
  nav#main .full ul.menu {
    font-size: 7.5vw;
  }
  nav#main .full h2.significance {
    font-size: 0.75em;
  }
  header#nameplate .col-3 {
    width: 33.33333%;
  }
  header#nameplate .col-9 {
    width: 66.66667%;
  }
  header#nameplate ul.menu li {
    margin: 0.5em 4em 0 0;
  }
  section#home_deck .col-7 {
    width: 75%;
  }
  section#home_deck h2 {
    font-size: 2em;
  }
}

@media screen and (max-width: 455px) {
  body {
    font-size: 14px;
  }
  body:before {
    display: none;
  }
  nav#main {
    height: 60px;
    right: 0;
  }
  nav#main.mode_compact {
    width: 100%;
  }
  nav#main .compact {
    width: 100%;
    background: #111111;
    border: none;
  }
  nav#main .compact .asterisk {
    display: block;
    position: relative;
    width: 172px;
    height: 28px;
    top: 16px;
    text-align: left;
  }
  nav#main .compact .asterisk * {
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  nav#main .compact .asterisk svg,
  nav#main .compact .asterisk span {
    position: absolute;
    height: 28px;
    -webkit-transform: translateY(44px);
    -ms-transform: translateY(44px);
    transform: translateY(44px);
  }
  nav#main .compact .asterisk img {
    position: absolute;
    display: block;
    height: 14px;
    margin: 7px 0 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  nav#main .compact .asterisk.switchlogo svg,
  nav#main .compact .asterisk.switchlogo span {
    font-size: 64px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  nav#main .compact .asterisk.switchlogo img {
    -webkit-transform: translateY(-44px);
    -ms-transform: translateY(-44px);
    transform: translateY(-44px);
  }
  nav#main .compact .burger {
    width: 60px;
    height: 60px;
    top: 0;
    right: 5px;
    left: unset;
    padding: 16px 15px;
    margin: 0;
  }
  nav#main .compact .burger .linescont {
    position: static;
    width: 100%;
    height: unset;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  nav#main .compact .burger .line {
    position: static;
    width: 100%;
    height: 0;
    margin-top: 6px;
    border: none;
    border-bottom: 1px solid #ffffff;
  }
  nav#main .compact .burger .line:nth-child(2) {
    left: 0;
  }
  nav#main .compact .burger .line:nth-child(3) {
    left: 0;
  }
  nav#main .compact .socmed {
    display: none;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  nav#main .compact:hover {
    border-right: none;
  }
  nav#main.mode_full {
    width: 100%;
    height: 100%;
    height: 100vh;
  }
  nav#main .full {
    width: auto;
    padding: 0;
  }
  nav#main .full .container {
    width: 100%;
  }
  nav#main .full .row {
    padding: 0;
  }
  nav#main .full .row .col-3,
  nav#main .full .row .col-6 {
    padding: 0 20px;
  }
  nav#main .full h1.mainlogo {
    margin: 8px 0;
  }
  nav#main .full .row.top {
    top: 6px;
  }
  nav#main .full .row.top .asterisk {
    display: none;
    margin: 10px 20px;
    text-align: left;
  }
  nav#main .full .row.top .asterisk svg,
  nav#main .full .row.top .asterisk span {
    height: 28px;
  }
  nav#main .full .row.top .col-3 {
    width: 100%;
    position: absolute;
    top: 10px;
    font-size: 0.86667em;
  }
  nav#main .full .row.top .col-3:last-child {
    width: 25%;
    right: 0;
  }
  nav#main .full .row.top h2.significance {
    display: none;
    padding: 0.9em 0 0;
  }
  nav#main .full .row.top h2.significance.close {
    display: block;
    width: 25px;
    padding: 0.125em 0;
    text-align: right;
    float: right;
  }
  nav#main .full .row.middle {
    top: 80px;
  }
  nav#main .full .row.middle ul.menu {
    font-size: 3.25em;
    line-height: 1.33333em;
  }
  nav#main .full .row.middle ul.menu a:after {
    display: none;
    bottom: 4px;
  }
  nav#main .full .row.bottom {
    top: 380px;
    line-height: 1.75em;
  }
  nav#main .full .row.bottom .col-3 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 12px;
  }
  nav#main .full .row.bottom ul.socmed {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  nav#main .full .row.bottom ul.socmed li {
    -ms-flex: 0 0 33.33333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    text-decoration: underline;
  }
  .closearea .closecursor {
    display: none;
  }
  .closearea:after {
    content: "";
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    background: url(../closecursor.svg);
    background-size: cover;
    left: 50%;
    bottom: 24px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .lightsky nav#main .compact {
    background: #ffffff;
    border: none;
    border-bottom: 1px solid #dddddd;
  }
  .bodywrap {
    margin: 0;
  }
  .bodywrap > .container {
    width: 100%;
  }
  header#nameplate {
    display: none;
    height: 132px;
    padding-top: 60px;
  }
  header#nameplate .col-3 {
    width: 100%;
    padding: 0 20px;
  }
  header#nameplate .col-3 h1.mainlogo {
    margin: 28px 0 0;
    font-size: 1.14em;
  }
  header#nameplate .col-9 {
    display: none;
  }
  header#nameplate + section {
    margin-top: 60px;
  }
  section#home_slide2 {
    height: calc(100% - 60px);
  }
  section#home_slide2 .slidescont {
    width: 100%;
    margin: 0;
  }
  section#home_slide2 .slidescont .slide {
    height: unset;
  }
  section#home_slide2 .slidescont .slide:after {
    content: "";
    position: relative;
    display: block;
    width: 100%;
    padding-top: calc(100% - 60px);
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(25%, rgba(0, 0, 0, 0)),
      color-stop(75%, rgba(0, 0, 0, 0.35))
    );
    background: -webkit-linear-gradient(
      top,
      rgba(0, 0, 0, 0) 25%,
      rgba(0, 0, 0, 0.35) 75%
    );
    background: -o-linear-gradient(
      top,
      rgba(0, 0, 0, 0) 25%,
      rgba(0, 0, 0, 0.35) 75%
    );
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 25%,
      rgba(0, 0, 0, 0.35) 75%
    );
  }
  section#home_slide2 .slidescont:before {
    display: none;
  }
  section#home_slide2 .navigationcont {
    position: absolute;
    width: 100px;
    top: unset;
    left: unset;
    right: 20px;
    bottom: 28px;
    z-index: 99;
  }
  section#home_slide2 .navigationcont .navigation {
    margin: 0;
  }
  section#home_slide2 .navigationcont .navigation > * {
    float: right;
    width: 36px;
    height: 36px;
    padding: 11px;
  }
  section#home_slide2 .navigationcont .navigation svg {
    width: 16px;
    stroke-width: 4;
  }
  section#home_slide2 .navigationcont .navigation .next {
    padding-left: 8px;
    margin-bottom: 0;
  }
  section#home_slide2 .navigationcont .navigation .prev {
    padding-left: 13px;
  }
  section#home_slide2 .desccont {
    width: 66.66667%;
    right: 20px;
    bottom: 92px;
    padding: 0;
  }
  section#home_slide2 .desccont .caption {
    width: 100%;
  }
  section#home_slide2 .desccont .caption h1 {
    font-size: 2.5em;
  }
  section#home_slide2 .desccont .caption span:after {
    width: 100%;
    border-color: #fee777;
  }
  section#home_slide2 .desccont span {
    margin: 0.5em 0 0;
    color: #fee777;
  }
  section#home_slide2 .radarcont {
    width: 66.66667%;
    right: 20px;
    bottom: 36px;
    padding: 0;
    text-align: left;
  }
  section#home_slide2 .radarcont .radar .current,
  section#home_slide2 .radarcont .radar .line,
  section#home_slide2 .radarcont .radar .total {
    position: static;
    display: inline-block;
    width: auto;
  }
  section#home_slide2 .radarcont .radar .line {
    width: 12px;
    margin-bottom: 0.35em;
  }
  .lightsky section#home_slide .slide:after {
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(25%, rgba(255, 255, 255, 0)),
      color-stop(75%, rgba(255, 255, 255, 0.35))
    );
    background: -webkit-linear-gradient(
      top,
      rgba(255, 255, 255, 0) 25%,
      rgba(255, 255, 255, 0.35) 75%
    );
    background: -o-linear-gradient(
      top,
      rgba(255, 255, 255, 0) 25%,
      rgba(255, 255, 255, 0.35) 75%
    );
    background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0) 25%,
      rgba(255, 255, 255, 0.35) 75%
    );
  }
  section#home_deck2 {
    margin: 44px 0;
    padding: 0 0 36px;
  }
  section#home_deck2 .felix.fixedit {
    position: static;
  }
  section#home_deck2 .container {
    width: auto;
    margin: 0 20px;
  }
  section#home_deck2 .col-8.off-1 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
    font-size: 1em;
  }
  section#home_deck2 h2 {
    font-size: 1.5em;
    line-height: 1.45em;
  }
  section#home_deck2 a.readmore {
    display: block;
  }
  section#home_latest {
    margin-bottom: 100px;
  }
  section#home_latest .col-10 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 20px;
    margin: 0;
  }
  section#home_latest .project {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 0 32px;
  }
  section#home_latest .project a {
    width: 100%;
  }
  section#home_latest .project .thumbnail {
    margin: 0 0 12px;
  }
  section#home_latest .project .description h1 {
    font-size: 1.125em;
  }
  section#home_latest .project .description h2 {
    font-size: 1em;
  }
  section#home_latest .project.col-12 a .thumbnail:after {
    padding-top: 66.667%;
  }
  section#home_latest .hometomore {
    margin: 8px 0 0;
  }
  section#home_latest .hometomore a {
    color: #fee777;
  }
  section#home_latest .hometomore a:before {
    border-bottom-color: #fee777;
  }
  section#home_journal {
    margin-bottom: 100px;
  }
  section#home_journal .col-4.image,
  section#home_journal .col-6.text {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  section#home_journal .image {
    padding: 0 20px;
    margin: 0 0 28px;
  }
  section#home_journal .image:after {
    padding-top: 100%;
  }
  section#home_journal .text .slide {
    height: unset;
  }
  section#home_journal .text h1 {
    width: 75%;
    margin: 0 auto 12px;
    font-size: 2em;
  }
  section#home_journal .slidescont {
    margin: 12px 0;
  }
  section#home_journal .slick-dots {
    position: static;
    margin: 32px 0 0;
  }
  section#home_journal .hometomore {
    margin: 28px 0 0;
  }
  section#home_journal .hometomore a {
    color: #fee777;
  }
  section#home_journal .hometomore a:before {
    border-bottom-color: #fee777;
  }
  section#works_thumbs {
    padding: 20px 0 0;
  }
  section#works_thumbs .sortcont {
    position: static;
    width: 100%;
  }
  section#works_thumbs .sortcont .sort {
    position: static;
    padding: 0;
  }
  section#works_thumbs .sortcont .sort h3 {
    padding: 0 20px;
  }
  section#works_thumbs .sortcont .sort ul {
    min-width: 100%;
    padding: 0 20px;
    overflow-x: scroll;
    white-space: nowrap;
  }
  section#works_thumbs .sortcont .sort ul li {
    display: inline-block;
  }
  section#works_thumbs .sortcont .sort ul li:after {
    display: inline-block;
    margin: 0 2px;
  }
  section#works_thumbs .sortcont .topic {
    width: 100%;
  }
  section#works_thumbs .col-9 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 20px;
    margin: 0;
  }
  section#works_thumbs .col-4.project {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 0 32px;
  }
  section#works_thumbs .col-4.project .description h1 {
    font-size: 1.125em;
  }
  section#works_thumbs .col-4.project .description h2 {
    margin: 0;
    font-size: 1em;
  }
  .hometomore a:hover:after {
    -webkit-animation-name: unset;
    animation-name: unset;
  }
  section#project_detail .row.heroimage .col-12 {
    padding: 0;
  }
  section#project_detail .row.projectheader {
    margin: 24px -12px;
  }
  section#project_detail .row.projectheader > div {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 20px;
    margin: 0;
  }
  section#project_detail .row.projectheader h1 {
    font-size: 2em;
  }
  section#project_detail .row.projectheader .deck {
    margin: 16px 0;
    font-size: 1.25em;
  }
  section#project_detail .row.projectheader .col-3 {
    margin: 0 0 12px;
  }
  section#project_detail .row .projectimage {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 20px;
    margin: 0 0 16px 0;
  }
  section#project_detail .textinsert {
    margin-bottom: 16px;
  }
  section#project_detail .textinsert .col-5 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 20px;
    margin-left: 0;
  }
  section#project_detail .row.imgc-2column {
    margin-bottom: 16px;
  }
  section#project_detail .row.imgc-2column > a {
    width: 100%;
    padding: 0 20px;
    margin: 0;
  }
  section#project_detail .row.imgc-2column > a:first-child {
    margin-bottom: 16px;
  }
  section#project_detail footer.projectfooter {
    margin-bottom: 48px;
  }
  section#project_detail footer.projectfooter .col-5 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 20px;
    margin: 0;
  }
  section#project_detail footer.projectfooter .col-5.download {
    margin: 16px 0;
  }
  section#project_next {
    height: 160px;
    font-size: 2em;
  }
  section#project_next .container {
    width: 100%;
  }
  section#project_next .col-10 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
    padding: 0 20px;
  }
  section#project_next .col-2 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
    line-height: 1em;
    font-size: 0.667em;
  }
  section#project_next .col-8 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 8px;
    line-height: 1em;
  }
  section#project_next .next {
    width: 100%;
  }
  section#project_next .projectname svg {
    display: none;
    width: 100px;
    height: 100px;
    margin: -50px 0 0;
    right: 16px;
    z-index: -1;
  }
  section#project_next .row:nth-child(2) {
    margin: 48px 0;
  }
  section#about_bg {
    width: 100%;
    height: 100vh;
    left: 0;
  }
  section#about_bg:before {
    z-index: 9;
  }
  section#about_bg:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(25%, rgba(0, 0, 0, 0)),
      to(rgba(0, 0, 0, 0.75))
    );
    background: -webkit-linear-gradient(
      top,
      rgba(0, 0, 0, 0) 25%,
      rgba(0, 0, 0, 0.75) 100%
    );
    background: -o-linear-gradient(
      top,
      rgba(0, 0, 0, 0) 25%,
      rgba(0, 0, 0, 0.75) 100%
    );
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 25%,
      rgba(0, 0, 0, 0.75) 100%
    );
  }
  section#about_bg div {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
  }
  section#about_firstp {
    margin-bottom: 72px;
  }
  section#about_firstp .col-3 {
    display: none;
  }
  section#about_firstp .col-4 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 20px;
    margin: 0;
  }
  section#about_firstp .col-4 h1 {
    font-size: 2em;
  }
  section#about_firstp .col-4 p {
    letter-spacing: 0.01em;
  }
  section#about_firstp ul.download li:first-child {
    display: block;
    margin: 0 0 8px;
  }
  section#about_firstp ul.download li:nth-child(2) {
    margin: 0;
  }
  section#about_services2 {
    margin-bottom: 72px;
  }
  section#about_services2 .col-2 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 20px;
    margin: 0 0 16px;
  }
  section#about_services2 .col-10 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 20px;
    margin: 0;
  }
  section#about_clients2 {
    margin-bottom: 120px;
  }
  section#about_press {
    margin-bottom: 100px;
  }
  section#about_press .col-4 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
    padding: 0 20px;
  }
  section#about_press .col-4:after {
    display: none;
  }
  section#about_press .col-6 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 20px;
  }
  section#about_press .books {
    margin-bottom: 1.75em;
  }
  section#about_press ul.column {
    -webkit-column-gap: 12px;
    column-gap: 12px;
  }
  section#about_team {
    margin-bottom: 120px;
  }
  section#about_team .col-6 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 20px;
    margin: 0;
  }
  section#about_team p {
    font-size: 1.5em;
    line-height: 1.5em;
  }
  section#about_cd {
    margin-bottom: 48px;
  }
  section#about_cd .row > div {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 20px;
    margin-left: 0%;
  }
  section#about_cd .row > div .imgcontainer {
    margin: 0 0 12px;
  }
  section#about_cd .row > div h2 {
    margin: 0 0 12px;
  }
  section#about_people .col-4 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 20px;
    margin: 0 0 48px;
  }
  section#about_people .imgcontainer {
    margin: 0 0 12px;
  }
  section#about_people h1 {
    font-size: 1.25em;
  }
  section.basic_section:before {
    width: calc(100% - 40px);
    left: 20px;
  }
  section.basic_section .container > .row > div {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 20px;
    margin: 0;
  }
  section.basic_section h2 {
    margin: 0 0 20px;
    font-size: 1em;
  }
  section#contact_address {
    padding: 32px 0 56px;
    line-height: 2em;
  }
  section#contact_address .address {
    font-size: 2em;
    font-size: 6.25vw;
  }
  section#contact_inquiries {
    padding: 56px 0;
  }
  section#contact_inquiries article {
    width: 100%;
    margin: 0 0 32px;
  }
  section#contact_inquiries article a {
    margin: 8px 0 0;
  }
  section#contact_inquiries article p {
    width: 100%;
  }
  section#contact_follow {
    padding: 56px 0 120px;
  }
  section#contact_follow h2 {
    margin: 0 0 12px;
  }
  section#contact_follow .col-2:not(.off-1) {
    -ms-flex: 0 0 33.33333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    font-size: 0.875em;
  }
  footer#mainfooter {
    padding: 40px 0 60px;
  }
  footer#mainfooter .container {
    width: 100%;
    padding: 0 20px;
  }
  footer#mainfooter .col-2 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0;
  }
  footer#mainfooter .col-3 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 16px 0 0;
  }
  footer#mainfooter span.copy {
    margin: 40px 0 0;
  }
  .headline {
    padding-bottom: 28px;
    border-bottom: 1px solid #333333;
  }
  .headline article .thumbnail {
    width: calc(100% + 4px);
    margin: 0 0 0 -12px;
  }
  .headline article h1 {
    margin: 0;
    font-size: 36px;
  }
  .headline article .postdetail {
    margin: 12px 0 0;
  }
  .headlinedesc {
    margin-top: -24px;
  }
  .headlinedesc > div {
    padding: 0 20px;
  }
  .headlinedesc .meta {
    position: relative;
    width: 100%;
  }
  .headlinedesc .excerpt {
    display: none;
    width: 100%;
    margin-left: 0;
  }
  #journal_abovethefold .col-8 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  #journal_abovethefold .col-4 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    border-bottom: 1px solid #333333;
  }
  #journal_abovethefold ul.tabs {
    margin: 12px 8px 0;
    font-size: 1em;
  }
  #journal_abovethefold ul.tabs li {
    padding: 8px 0;
  }
  #journal_abovethefold .tabscontent {
    width: calc(100% + 24px);
    padding: 0 20px;
    margin-left: -12px;
    white-space: nowrap;
    overflow: scroll;
  }
  #journal_abovethefold .tabscontent .thumbnail {
    display: none;
  }
  #journal_abovethefold .tabscontent article.journal {
    padding: 0 0 16px;
    margin: 16px 0 16px 32px;
  }
  #journal_abovethefold .tabscontent article.journal:before {
    margin: 2px 0 0 -32px;
  }
  #journal_abovethefold .tabscontent h1 {
    margin: 0 0 4px;
  }
  #journal_abovethefold .tabscontent.post article.journal {
    position: relative;
    display: inline-block;
    width: 66.66667%;
    padding: 20px 0;
    margin: 0 16px 0 32px;
    border-bottom: none;
  }
  #journal_abovethefold .tabscontent.post article.journal:before {
    margin: -4px 0 0 -32px;
  }
  #journal_abovethefold .tabscontent.post h1 {
    height: 3.6em;
    margin: 8px 0;
    white-space: normal;
  }
  #journal_abovethefold .tabscontent.cat article {
    margin: 16px 20px 16px 52px;
  }
  #journal_abovethefold .tabscontent.cat article:last-child {
    border-bottom: none;
  }
  #journal_abovethefold .tabscontent ul.catlist li {
    padding: 0 0 16px;
    margin: 16px 0;
  }
  #journal_masonrylist .col-4 {
    width: 100%;
    max-width: unset;
    padding: 0 20px;
  }
  #journal_masonrylist article.journal {
    padding: 20px 0;
  }
  #journal_masonrylist article.journal .thumbnail {
    margin: 0 0 16px;
  }
  #journal_masonrylist article.journal h1 {
    margin: 8px 0;
  }
  #journal_masonrylist article.advertorial h2 {
    font-size: 28px;
  }
  #journal_masonrylist article.advertorial .copytop {
    top: 16px;
  }
  #journal_masonrylist article.advertorial .copybtm {
    bottom: 16px;
  }
  #journal_cover {
    height: unset;
  }
  #journal_cover img {
    display: block;
    width: 100%;
  }
  #journal_cover .coverwrapper {
    display: none;
  }
  #journal_cover:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(60%, rgba(26, 26, 26, 0)),
      to(#1a1a1a)
    );
    background: -webkit-linear-gradient(
      top,
      rgba(26, 26, 26, 0) 60%,
      #1a1a1a 100%
    );
    background: -o-linear-gradient(top, rgba(26, 26, 26, 0) 60%, #1a1a1a 100%);
    background: linear-gradient(
      to bottom,
      rgba(26, 26, 26, 0) 60%,
      #1a1a1a 100%
    );
  }
  #journal_meta {
    height: unset;
    margin-top: -24px;
  }
  #journal_meta .container {
    position: relative;
    bottom: unset;
    left: unset;
  }
  #journal_meta .col-8 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
  }
  #journal_meta h1 {
    font-size: 36px;
    line-height: 1.2em;
  }
  #journal_meta .postdetail {
    margin: 12px 0 8px;
  }
  #journal_body .content {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    margin-left: 0;
  }
  #journal_body h2 {
    margin: 0 0 -8px;
    padding: 0 20px;
  }
  #journal_body p {
    width: 100%;
    padding: 0 20px;
  }
  #journal_body img {
    padding: 0 20px;
    margin: 6px 0;
  }
  #journal_body blockquote {
    padding: 0 20px;
    margin: 28px 0;
  }
  #journal_body blockquote q {
    font-size: 24px;
  }
  #journal_body blockquote .source {
    margin-top: 20px;
    font-size: 0.75em;
  }
  #journal_body blockquote:before {
    width: 33.33333%;
    margin-bottom: 20px;
  }
  #journal_body blockquote:after {
    width: 33.33333%;
    margin-top: 28px;
  }
  #journal_body .shareit {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 20px;
    margin: 8px 0 0;
  }
  #journal_body .shareit:after {
    margin: 16px 0 0;
  }
  #journal_author {
    margin: 0;
  }
  #journal_author .col-3,
  #journal_author .col-5 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
    padding: 0 20px;
  }
  #journal_author .col-5 {
    margin-top: 40px;
  }
  #journal_author .borderbox {
    padding: 16px 20px;
  }
  #journal_author form {
    margin: 16px 0 4px;
  }
  #journal_author input[type="email"] {
    width: calc(100% - 96px);
  }
  #journal_recommend {
    margin: 48px 0 64px;
  }
  #journal_recommend .col-4 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 20px;
  }
  #journal_recommend article.journal {
    padding: 20px 0;
  }
  #journal_recommend article.journal h1 {
    height: unset;
    margin: 8px 0;
  }
}

@media screen and (max-width: 900px) and (orientation: landscape) {
  body > * {
    display: none;
  }
  .mobilelandscape {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background: url(/frontend/img/bliss.jpg);
    background-size: cover;
    background-position: 50% 50%;
    line-height: 1.5em;
  }
  .mobilelandscape .top {
    position: absolute;
    width: 20em;
    top: 32px;
    left: 32px;
  }
  .mobilelandscape h1 {
    margin: 0 0 8px 0;
    font-size: 2.25em;
    line-height: 1.2em;
  }
  .mobilelandscape .bottom {
    position: absolute;
    bottom: 20px;
    left: 32px;
    font-size: 0.75em;
  }
  .mobilelandscape:before {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(
      left,
      rgba(0, 0, 0, 0.33) 0%,
      rgba(0, 0, 0, 0) 100%
    );
    /* FF3.6-15 */
    background: -webkit-linear-gradient(
      left,
      rgba(0, 0, 0, 0.33) 0%,
      rgba(0, 0, 0, 0) 100%
    );
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgba(0, 0, 0, 0.33)),
      to(rgba(0, 0, 0, 0))
    );
    background: -o-linear-gradient(
      left,
      rgba(0, 0, 0, 0.33) 0%,
      rgba(0, 0, 0, 0) 100%
    );
    background: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.33) 0%,
      rgba(0, 0, 0, 0) 100%
    );
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
}
