html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q,
blockquote {
  quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}
a img {
  border: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
.nav_hover {
  background: url("../../images/rgbapng/dcdcdc61-5.png?1575060448");
  background: rgba(220, 220, 220, 0.38);
}
.nav_hover {
  background: url("../../images/rgbapng/dcdcdc61-5.png?1575060448");
  background: rgba(220, 220, 220, 0.38);
}
html,
body {
  height: 100%;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  letter-spacing: 0.2px;
}
a {
  text-decoration: none;
  color: #787d87;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #787d87;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
.arrow {
  display: block;
  background: url("../../images/arrowsprite.png?1575060448") no-repeat;
  width: 14px;
  height: 12px;
}
h2 {
  font-weight: bold;
}
.left_arrow {
  background-position: 0 -62px;
}
.left_arrow:hover {
  background-position: 0 0;
}
.right_arrow {
  background-position: 0 -186px;
}
.right_arrow:hover {
  background-position: 0 -124px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
  only screen and (min-resolution: 1.3dppx) {
  .arrow {
    background: url("../../images/arrowsprite@2x.png?1575060448") no-repeat top
      left;
    background-size: 14px 121px;
  }
  .left_arrow {
    background-position: 0 -36px;
  }
  .left_arrow:hover {
    background-position: 0 0;
  }
  .right_arrow {
    background-position: 0 -109px;
  }
  .right_arrow:hover {
    background-position: 0 -73px;
  }
}
header {
  text-align: center;
}
header h1 {
  font-size: 14px;
  font-weight: 900;
  position: relative;
}
header h1 a {
  color: #1a1919;
}
header nav ul {
  list-style-type: none;
}
header nav ul,
header nav ul li {
  margin: 0;
  padding: 0;
  display: inline;
}
header nav ul li a {
  color: #b6b7b4;
}
header nav ul li a:hover {
  color: #787d87;
}
header nav ul li.current_page_item a {
  color: #787d87;
}
.home header {
  top: 0;
  height: 40px;
}
.home #content {
  top: 40px;
  padding: 0;
  height: 96%;
  height: calc(100% - 40px);
}
#front_posts {
  position: fixed;
  top: 0;
  padding-top: 40px;
  z-index: 200;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background: url("../../images/rgbapng/dcdcdc7f-5.png?1575060448");
  background: rgba(220, 220, 220, 0.5);
}
#front_posts #front_post {
  padding: 13px;
  background: #dadada;
  z-index: 20;
}
#front_posts #front_post p {
  margin-bottom: 20px;
}
#front_posts #front_post a {
  color: black;
}
#front_posts #front_post #front_post_close {
  position: absolute;
  top: 10px;
  left: 10px;
}
#front_posts #front_post #front_post_date {
  position: absolute;
  top: 10px;
  right: 10px;
}
#front_posts #front_post .front_post_nav {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 50%;
  margin-top: -11px;
}
#front_posts #front_post .post_nav_disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  opacity: 0.1;
}
#front_posts #front_post #front_post_prev {
  left: 6px;
}
#front_posts #front_post #front_post_next {
  right: 6px;
}
#front_posts #front_post #front_post_content_wrap {
  position: absolute;
  height: 90%;
  left: 15%;
  width: 70%;
  overflow-y: auto;
  word-wrap: break-word;
}
#front_posts #front_post #front_post_content {
  font-family: Palatino, "Times New Roman", serif;
  font-weight: 500;
  text-align: center;
  line-height: 110%;
}
#front_posts #front_post #front_post_content a {
  color: #b6b7b4;
}
#front_posts #front_post #front_post_content a:hover {
  color: black;
}
#front_posts #front_post #front_post_image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
#front_posts #front_post #front_post_image img {
  max-width: 603px;
  max-height: 603px;
  width: 100%;
  height: 100%;
}
#front_post.front_post_with_image {
  background-color: transparent;
}
#project_controls {
  line-height: 21px;
}
#project_controls #sort ul .current_sort a,
#project_controls #sort ul .project_sort:hover {
  color: #787d87;
}
#project_controls .project_control a {
  color: #b6b7b4;
  line-height: 19px;
}
#project_controls .project_control a:hover {
  color: #787d87;
}
#project_controls #mode_controls {
  color: #ff820a;
}
#project_controls #mode_controls a {
  color: #ff820a;
}
#project_controls #mode_controls a:hover {
  color: #b6b7b4;
}
#projects .project .project_title {
  color: #787d87;
}
#projects .project .project_title:hover a {
  color: #b6b7b4;
}
#projects .project .project_year,
#projects .project .project_type {
  color: #b6b7b4;
}
#projects .project.grey_out .project_title {
  color: #b6b7b4;
}
#projects .project_text_mode {
  border-top: 1px solid #b6b7ae;
  border-bottom: 1px solid #b6b7ae;
  margin-bottom: -1px;
  line-height: 40px;
}
#projects .project_thumbs {
  overflow: auto;
  overflow-y: hidden;
  padding: 10px 0;
}
#projects .project_thumbs .project_thumb_wrap {
  float: left;
  width: 100%;
  height: auto;
}
#projects .project_thumbs .project_thumb_wrap .project_thumb {
  background: #b6b7b4;
}
#projects .project_thumbs .project_thumb_wrap img {
  width: 100%;
}
#projects .project_thumbs .project_thumb_wrap_l img {
  padding-right: 0%;
}
#projects .project_thumbs .project_thumb_wrap_r img {
  padding-left: 0%;
}
.single_project_wrap {
  display: none;
  height: 100%;
  width: 100%;
}
.single_project_wrap.current {
  display: block;
}
.single_project_detail h2 {
  color: #1a1919;
}
.single_project_content_toggle_container a {
  color: #b6b7b4;
}
.single_project_content_toggle_container a:hover {
  color: #787d87;
}
.single_project_content_container .single_project_content_item.hidden {
  display: none;
}
.single_project_content_container img,
.single_project_content_container iframe {
  margin: 0 auto 8px;
}
.single_project_content_container img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 700px;
}
.single_project_content_container .single_project_video {
  position: relative;
  padding-top: 25px;
  height: 0;
  margin-bottom: 10%;
}
.single_project_content_container .single_project_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.single_project_text {
  color: #b6b7b4;
  line-height: 22px;
}
.single_project_text p {
  margin-bottom: 24px;
}
#about_container {
  color: #b6b7b4;
  line-height: 21px;
}
#about_container #contact {
  margin-bottom: 30px;
}
#about_container #quotes {
  /* padding-top:21px */
}
#about_container #quotes ul li {
  margin-bottom: 5px;
}
body {
  --top_line: 13px;
  --header-height: 65px;
  --horz-arrow-height: 10%;
}
header {
  position: fixed;
  height: var(--header-height);
  width: 100%;
  background: white;
  z-index: 10;
}
header h1,
header nav {
  background: white;
}
header h1 {
  padding: var(--top_line) 0 10px;
}
header nav {
  position: absolute;
  right: 0;
  top: var(--top_line);
}
header nav ul li {
  margin-right: 30px;
}
@media screen and (max-width: 860px) {
  header nav ul li {
    margin-right: 20px;
  }
}
#content {
  top: var(--header-height);
  overflow: auto;
}
#project_controls {
  --margin: calc(var(--top_line) - 4px);
  position: fixed;
  z-index: 10;
  height: calc(190px - var(--margin));
  top: var(--margin);
  left: 15px;
}
#project_controls #sort #mobile_organise_title {
  display: none;
}
#project_controls #sort .sort_column {
  margin-right: 60px;
  display: inline-block;
}
#project_controls #sort .sort_column.mobile {
  display: none;
}
#project_controls #mode_controls {
  display: none;
  position: absolute;
  bottom: 9px;
  width: 90px;
}

#project_controls #sort #sort_controls {
  display: none;
}

@media screen and (max-width: 860px) {
  #project_controls {
    top: 30px;
  }
}
.no-js #project_controls {
  position: static;
  height: auto;
}
.no-js #project_controls #mode_controls {
  position: static;
}
#projects_wrap {
  position: fixed;
  top: 190px;
  left: 15px;
  right: 0px;
  bottom: 0px;
}
.no-js #projects_wrap {
  position: static;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
#projects {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow-y: auto;
}
#projects ul {
  height: 100%;
}
#projects .project {
  margin-right: 15px;
}
#projects .project .project_type_mobile {
  display: none;
}
#projects .project_text_mode {
  width: 405px;
}
#projects .project_image_mode {
  width: 230px;
}
#projects .project_thumbs {
  border-top: 1px solid #b6b7ae;
  border-bottom: 1px solid #b6b7ae;
  margin-bottom: -1px;
}
#projects .project_thumbs .project_thumbs_text {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  padding: 10px 0 4px;
  height: 40px;
  background: white;
  z-index: 2;
  width: 230px;
}
#projects .project_thumbs .project_thumbs_text .project_title {
  display: block;
  margin-bottom: 4px;
}
#projects .project_thumbs .mobile_loading {
  display: none;
}
.no-js #projects {
  position: static;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
.no-js #projects .project_thumbs {
  display: block;
}
.js #projects ul {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#front_post_wrap {
  height: 100%;
}
#front_post {
  opacity: 0;
  max-height: 577px;
  max-width: 577px;
  height: 577px;
  width: 577px;
  margin-top: -288.5px;
  top: 50%;
  margin: 0 auto;
}
#front_post #front_post_content {
  font-size: 48px;
}
body.single-project #content,
body.single-other #content {
  min-height: calc(100% - 65px);
  overflow: hidden;
}
.single_project_detail {
  background: white;
  width: 30%;
  position: fixed;
  top: var(--top_line);
  left: 15px;
  z-index: 10;
  color: #b6b7b4;
}
.single_project_detail h2 {
  margin-bottom: 4px;
}
.single_project_detail .back_arrow {
  margin-top: 6px;
}
.single_project_toggle_mobile {
  display: none;
}
.single_project_content_container {
  width: 76%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  z-index: 0;
}
.single_project_content_container .single_project_content_item:before,
.single_project_content_container .single_project_content_item:after {
  display: block;
  content: "";
  height: calc(var(--header-height) + $scroll-extra);
  margin: calc(- (var(--header-height) + $scroll-extra)) 0 0;
}
.single_project_content_container .single_project_content_item {
  position: relative;
  display: none;
  height: calc(100% - 65px);
  padding-top: 45px;
}
.single_project_content_container
  .single_project_content_item
  .project_nav_arrow {
  position: fixed;
}
.single_project_content_container .single_project_content_item .horz_arrow {
  left: 0;
  width: 100%;
  height: var(--horz-arrow-height);
}
.single_project_content_container .single_project_content_item .up_arrow {
  top: var(--header-height);
  cursor: n-resize;
  cursor: url("../../images/arrow-north.svg?1575060448"), n-resize;
}
.single_project_content_container .single_project_content_item .down_arrow {
  bottom: 0;
  cursor: s-resize;
  cursor: url("../../images/arrow-south.svg?1575060448"), s-resize;
}
.single_project_content_container .single_project_content_item .vert_arrow {
  top: calc(var(--horz-arrow-height) + var(--header-height));
  height: calc(100% - var(--header-height) - var(--horz-arrow-height) * 2);
}
.single_project_content_container .single_project_content_item .left_arrow {
  left: 0;
  width: 33.3%;
  cursor: w-resize;
  cursor: url("../../images/arrow-west.svg?1575060448"), w-resize;
}
.single_project_content_container .single_project_content_item .right_arrow {
  right: 0;
  width: 66.6%;
  cursor: e-resize;
  cursor: url("../../images/arrow-east.svg?1575060448"), e-resize;
}
.single_project_content_container .single_project_content_item.current {
  display: block;
}
.single_project_content_container .single_project_text {
  padding-top: 65px;
}
.single_project_content_container #single_project_videos {
  width: 100%;
}
.single_project_content_container #single_project_videos iframe {
  margin: 0 auto;
  max-width: 1100px;
  max-height: 870px;
}
.single_project_text {
  margin: 0 auto;
  width: 100%;
  max-width: 700px;
  text-align: left;
  line-height: 29px;
  font-family: Helvetica;
  font-weight: 100;
  padding-bottom: 50px;
}
.single_project_text .column > * {
  padding-right: 20px;
}
.single_project_text .column {
  background: white;
  z-index: 2;
}
.single_project_text .column p {
  text-indent: 20px;
}
.single_project_text .column > p:first-child {
  text-indent: 0px;
}
#single_project_list {
  display: none;
}
#about_container {
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}
#about_container .about_column {
  width: 45%;
  float: left;
}

#quotes {
  padding-left: 10%;
}

@media screen and (max-width: 1100px) {
  #about_container {
    width: 90%;
  }
  #about_container .about_column {
    width: 100%;
  }
  #quotes {
    padding: 0px;
    padding-top: 21px;
  }
}

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.15s;
  -moz-transition-duration: 0.15s;
  -ms-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/* ----------------------------------------------------------------------------------------------------------
03 Changes made on 16/Dec/20 by ON Associates ---------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

#project_controls {
  padding-left: 15px;
}

li.isotope-item {
  width: 31% !important;
  padding-left: 15px;
}

/* 1200 and below */
@media screen and (max-width: 1200px) {
  li.isotope-item {
    width: 45% !important;
  }
}

/* 450 and below */
@media screen and (max-width: 450px) {
  li.isotope-item {
    padding-left: 5% !important;
    padding-right: 5% !important;
    width: 90% !important;
    text-align: center;
  }

  #project_controls {
    padding-left: 0px;
  }

  .sort_column {
    text-align: center;
    width: 50% !important;
  }

  #about_container {
    text-align: center;
  }
}

/*
04 Changes 04/21
*/

#projects .project_text_mode {
  position: relative;
  border-bottom: none;
}

#projects .project_text_mode:after {
  content: " ";
  position: absolute;
  left: 0px;
  top: 100%;
  width: 100%;
  height: 1px;
  background-color: #b6b7ae;
}

.single_project_content_container .single_project_video iframe {
  z-index: 10;
}

.landing-carousel {
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.landing-carousel .landing-carousel-item {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: none;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  box-sizing: border-box;
  padding: 70px 30px 20px;
}

.landing-carousel .landing-carousel-item .landing-carousel-item-title {
  color: #787d87;
  font-weight: normal;
  position: fixed;
  z-index: 10;
  top: var(--top_line);
  left: 15px;
  padding-left: 15px;
}

.landing-carousel .landing-carousel-item .landing-carousel-item-title span {
  color: #b6b7b4;
}

.landing-carousel .landing-carousel-item.active,
.landing-carousel .landing-carousel-item.temp-active {
  display: flex;
}

.landing-carousel .landing-carousel-item .project_nav_arrow {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 33.33%;
  z-index: 5;
}

.landing-carousel .landing-carousel-item .project_nav_arrow.left_arrow {
  cursor: w-resize;
  cursor: url("../../images/arrow-west.svg?1575060448"), w-resize;
}

.landing-carousel .landing-carousel-item .project_nav_arrow.right_arrow {
  left: auto;
  right: 0;
  cursor: e-resize;
  cursor: url("../../images/arrow-east.svg?1575060448"), e-resize;
}

.landing-carousel .landing-carousel-item figure {
  position: relative;
  width: 100%;
  height: 100%;
  flex: 1;
  overflow: hidden;
}

.landing-carousel .landing-carousel-item figure img {
  position: absolute;
  left: 50%;
  top: 50%;
}

@media screen and (max-width: 860px) {
  .landing-carousel .landing-carousel-item {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
}
