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);
}
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;
}
.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: 25px;
}
.nav_hover {
  background: url("../../images/rgbapng/dcdcdc61-5.png?1575060448");
  background: rgba(220, 220, 220, 0.38);
}
html {
  -webkit-text-size-adjust: none;
}
body {
  font-size: 14px;
}
header h1 {
  padding: 6px 0;
}
header nav {
  margin: 0 auto;
  padding: 0;
}
header nav ul li {
  margin-right: 20px;
}
.arrow {
  display: none;
}
#content {
  padding: 10px;
}
#front_posts {
  position: fixed;
  top: 15%;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
}
#front_posts #front_post_wrap {
  width: 100%;
  height: 100%;
}
#front_posts #front_post {
  width: 70%;
  height: 70%;
  top: 15%;
  margin: 0 auto;
}
#front_posts #front_post #front_post_content {
  font-size: 24px;
}
.home #content {
  top: 10px;
}
#project_controls {
  overflow: auto;
}
#project_controls #sort {
  display: block;
}
#project_controls #sort #mobile_organise_title {
  display: block;
  width: 100%;
  text-align: center;
  color: #787d87;
  border-top: 1px solid #b6b7ae;
  border-bottom: 1px solid #b6b7ae;
  padding: 6px 0;
  line-height: 19px;
}
#project_controls #sort #mobile_organise_title #mobile_organise_cur {
  color: #b6b7b4;
}
#project_controls #sort ul {
  width: 33%;
  height: 100%;
  float: left;
  display: inline-block;
  margin-top: 6px;
  display: none;
}
#project_controls #mode_controls {
  margin: 40px 0 10px;
}
#projects_wrap {
  top: -1px;
}
#projects_wrap #projects .project {
  border-top: 1px solid #b6b7ae;
  border-bottom: 1px solid #b6b7ae;
  margin-bottom: -1px;
  padding: 6px 0;
  line-height: 19px;
  width: 100%;
}
#projects_wrap #projects .project .project_type {
  display: none;
}
#projects_wrap #projects .project .project_type_mobile {
  display: none;
  float: right;
  color: #787d87;
}
#projects_wrap #projects .project .project_thumbs .mobile_loading {
  display: block;
  margin: 0 auto 10px;
  z-index: 10;
}
#projects_wrap #projects .project_image_mode.no_thumbs {
  display: none;
}
#projects_wrap #projects .project_thumb_wrap .lazy.loading {
  width: auto;
}
@media only screen and (orientation: landscape) {
  #projects .project .project_type {
    display: block;
    float: right;
    color: #787d87;
  }
}
.single_project_detail h2 {
  text-align: center;
  border-top: 1px solid #b6b7ae;
  border-bottom: 1px solid #b6b7ae;
  margin-bottom: -1px;
  padding: 6px 0;
  line-height: 19px;
}
.single_project_detail .single_project_content_toggle_full {
  display: none;
}
.single_project_toggle_mobile {
  color: #b6b7b4;
  margin: 20px 0 10px;
  margin-top: 20px;
}
.single_project_text {
  border-top: 1px solid #b6b7ae;
  border-bottom: 1px solid #b6b7ae;
  margin-bottom: -1px;
  padding: 6px 0;
  line-height: 19px;
  padding-top: 10px;
}
.project_nav_arrow {
  display: none;
}

/*
04 Changes 04/21
*/

#projects_wrap #projects .project {
  border-bottom: none;
}

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

.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: 0px 10px 10px;
}

.landing-carousel .landing-carousel-item .landing-carousel-item-title {
  padding-bottom: 20px;
  color: #787d87;
  font-weight: normal;
  position: relative;
  z-index: 10;
  text-align: center;
}

.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: 50%;
  z-index: 5;
  display: block;
}

.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%;
}
