html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  height: 100%;
}
body {
  min-height: 100%;
  font-size: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
audio,
canvas,
video {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
[hidden] {
  display: none;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}
b,
strong {
  font-weight: 700;
}
abbr[title] {
  border-bottom: 1px dotted;
}
input,
textarea,
button,
select {
  font-size: 100%;
  line-height: normal;
  vertical-align: baseline;
  margin: 0;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
textarea {
  overflow: auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
figure {
  position: relative;
  margin: 0;
}
img,
figure img,
figure object,
figure embed,
figure video {
  max-width: 100%;
  display: block;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-size: 100%;
  vertical-align: middle;
  margin: 0;
}
button,
input {
  line-height: normal;
  overflow: visible;
}
table button,
table input {
  overflow: auto;
}
button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
}
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]-webkit-search-decoration {
  -webkit-appearance: none;
}
button-moz-focus-inner,
input-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
.ir {
  direction: ltr;
  display: block;
  height: 100%;
  overflow: hidden;
  text-align: left;
  text-indent: 100%;
  white-space: nowrap;
  width: 100%;
}
input[type=text],
input[type=password] {
  -webkit-transition: border 200ms, box-shadow 200ms;
  -moz-transition: border 200ms, box-shadow 200ms;
  -ms-transition: border 200ms, box-shadow 200ms;
  -o-transition: border 200ms, box-shadow 200ms;
  transition: border 200ms, box-shadow 200ms;
  -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
  -ms-box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
  -o-box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
}
input[type=text]:focus,
input[type=password]:focus {
  outline: none;
  border-color: rgba(82,168,236,0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.1), 0 0 8px rgba(82,168,236,0.6);
  -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.1), 0 0 8px rgba(82,168,236,0.6);
  -ms-box-shadow: inset 0 1px 3px rgba(0,0,0,0.1), 0 0 8px rgba(82,168,236,0.6);
  -o-box-shadow: inset 0 1px 3px rgba(0,0,0,0.1), 0 0 8px rgba(82,168,236,0.6);
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.1), 0 0 8px rgba(82,168,236,0.6);
}
body {
  margin: 0;
}
[role="banner"] {
  margin: 20px;
  margin-top: 23px;
  position: relative;
  z-index: 100;
}
@media only screen and (min-width : 768px) {
  [role="banner"] {
    width: 160px;
    float: left;
  }
  [role="banner"] [role="navigation"] {
    display: block;
  }
}
@media only screen and (min-width : 1024px) {
  [role="banner"] {
    margin-top: 40px;
  }
}
@media only screen and (min-width : 1100px) {
  [role="banner"] {
    margin-right: 40px;
    width: 200px;
    position: fixed;
    z-index: 100;
  }
  [role="content"] {
    margin-left: 260px;
  }
}
#logo {
  width: 165px;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width : 768px) {
  #logo {
    margin-bottom: 20px;
  }
}
[role="content"] {
  padding-left: 19px;
  padding-right: 19px;
  max-width: 75em;
}
@media only screen and (min-width : 768px) {
  .projects-page.single-page [role="content"] {
    position: fixed;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: none;
    padding-top: 0;
    margin-left: 0;
  }
}
@media only screen and (min-width : 768px) {
  [role="content"] {
    overflow: hidden;
    padding-top: 100px;
    padding-left: 0;
    padding-right: 0;
  }
}
.default-page [role="content"] {
  position: relative;
  z-index: 1;
}
[role="contentinfo"] {
  display: none;
}
.primary-content {
  margin-bottom: 12px;
  *zoom: 1;
}
.primary-content:before,
.primary-content:after {
  content: "";
  display: table;
}
.primary-content:after {
  clear: both;
}
.employment-note {
  display: none;
}
.main-employment-note {
  float: left;
  width: 51.020408163265%;
  margin-right: 5.102040816327%;
}
.secondary-employment-note {
  overflow: hidden;
}
@media only screen and (min-width : 768px) {
  .primary-content,
  .secondary-content {
    overflow: hidden;
    padding-right: 20px;
  }
  .news-page.listing-page .primary-content,
  .news-page.single-page .primary-content,
  .people-page.listing-page .primary-content,
  .team-profiles-page.listing-page .primary-content,
  .news-page.listing-page .secondary-content,
  .news-page.single-page .secondary-content,
  .people-page.listing-page .secondary-content,
  .team-profiles-page.listing-page .secondary-content {
    padding-right: 20px;
  }
  .staff-members.squares {
    padding-right: 20px;
  }
  [role="contentinfo"] {
    display: block;
  }
  .news-page.single-page .primary-content {
    padding-top: 0;
  }
}
@media only screen and (min-width : 1024px) {
  .primary-content,
  .secondary-content {
    float: left;
    width: 47.572815533981%;
    padding-right: 0;
  }
  .people-page.listing-page .primary-content,
  .team-profiles-page.listing-page .primary-content,
  .people-page.listing-page .secondary-content,
  .team-profiles-page.listing-page .secondary-content {
    padding-right: 0;
    width: 47.572815533981%;
    float: left;
    margin-right: 2.427184466019%;
    padding-top: 120px;
  }
  .people-page.listing-page .intro,
  .team-profiles-page.listing-page .intro {
    position: absolute;
    z-index: 1;
    top: 90px;
    width: 600px;
  }
  .history-page .primary-content,
  .projects-page .primary-content,
  .contact-page .primary-content,
  .news-page .primary-content,
  .publications-page.listing-page .primary-content,
  .live-page .primary-content {
    width: auto;
    float: none;
    margin-right: 20px;
  }
  .news-page.single-page .primary-content {
    width: 47.572815533981%;
    float: left;
    margin-right: 2.427184466019%;
  }
  .projects-page .primary-content {
    margin-right: 0;
  }
  .employment-note {
    display: block;
  }
}
@media only screen and (min-width : 1100px) {
  .people-page.listing-page .primary-content,
  .studio-culture-page.listing-page .primary-content,
  .practice-page .primary-content {
    width: 38.1%;
    margin-right: 2%;
  }
  .people-page.listing-page .secondary-content,
  .studio-culture-page.listing-page .secondary-content,
  .practice-page .secondary-content {
    width: 58.2%;
    margin-right: 0;
  }
  .news-page.listing-page .primary-content,
  .awards-page.listing-page .primary-content,
  .publications-page.listing-page .primary-content {
    width: auto;
    float: none;
    padding-top: 0;
  }
  .news-page.single-page .primary-content {
    padding-top: 0;
  }
}
.intro {
  margin-bottom: 12px;
}
.intro >p {
  margin: 0;
}
.home-pullquote {
  display: none;
}
@media only screen and (min-width : 1100px) {
  .home-pullquote {
    display: block;
    position: absolute;
    z-index: 1;
    right: 20px;
    left: 39.8%;
  }
}
.grid >ul,
.squares >ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  margin: 0 -2%;
}
.grid >ul >li,
.squares >ul >li {
  width: 46%;
  margin: 10px 2%;
  float: left;
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -ms-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
}
.grid > ul {
  width: 36.428571428571%;
  margin-right: 7.142857142857%;
  float: left;
  position: relative;
  z-index: 1;
}
.grid > ul >li:nth-child(5),
.grid > ul >li:nth-child(6),
.grid > ul >li:nth-child(7),
.grid > ul >li:nth-child(8),
.grid > ul >li:nth-child(9),
.grid > ul >li:nth-child(10),
.grid > ul >li:nth-child(11),
.grid > ul >li:nth-child(12) {
  display: none;
}
@media only screen and (min-width : 321px) {
  .grid > ul {
    width: 47.428571428571%;
  }
}
@media only screen and (min-width : 768px) {
  .grid > ul {
    width: auto;
    float: none;
    margin: 0;
    padding: 0;
  }
  .grid > ul > li {
    width: 20%;
  }
  .grid > ul >li:nth-child(5),
  .grid > ul >li:nth-child(6),
  .grid > ul >li:nth-child(7),
  .grid > ul >li:nth-child(8),
  .grid > ul >li:nth-child(9),
  .grid > ul >li:nth-child(10) {
    display: block;
  }
}
@media only screen and (min-width : 1024px) {
  .grid >ul >li {
    width: 25%;
  }
  .grid >ul >li:nth-child(11),
  .grid >ul >li:nth-child(12) {
    display: block;
  }
}
@media only screen and (min-width : 768px) {
  .grid.masonry > ul {
    margin-top: -5px;
  }
  .grid.masonry > ul >li {
    margin: 10px;
    width: 200px;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
}
@media only screen and (min-width : 1024px) {
  .grid.masonry {
    top: -10px;
  }
}
@media only screen and (min-width : 1100px) {
}
.squares >ul >li {
  width: 45%;
  margin-right: 5%;
  margin-bottom: 1em;
}
.squares >ul >li:nth-child(2n) {
  margin-right: 0;
}
.squares >ul >li img {
  display: block;
  margin-bottom: 0.5em;
}
@media only screen and (min-width : 321px) {
  .squares >ul >li {
    width: 25.25%;
    margin-right: 9%;
  }
  .squares >ul >li:nth-child(2n) {
    margin-right: 9%;
  }
  .squares >ul >li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width : 768px) {
  .squares >ul >li {
    width: 21%;
    margin-right: 2%;
  }
  .squares >ul >li:nth-child(2n),
  .squares >ul >li:nth-child(3n) {
    margin-right: 3%;
  }
  .squares >ul >li:nth-child(4n) {
    margin-right: 0;
  }
}
@media only screen and (min-width : 1024px) {
  .squares >ul >li {
    width: 14.906832298137%;
    margin-right: 2.484472049689%;
  }
  .squares >ul >li:nth-child(2n),
  .squares >ul >li:nth-child(3n),
  .squares >ul >li:nth-child(4n) {
    margin-right: 2.484472049689%;
  }
  .squares >ul >li:nth-child(5n) {
    margin-right: 0;
  }
}
@media only screen and (min-width : 1100px) {
  .squares >ul >li {
    width: 120px;
    margin-right: 20px;
  }
  .squares >ul >li:nth-child(2n),
  .squares >ul >li:nth-child(3n),
  .squares >ul >li:nth-child(4n),
  .squares >ul >li:nth-child(5n) {
    margin-right: 20px;
  }
  .squares >ul >li:nth-child(7n) {
    margin-right: 0;
  }
  .squares >ul >li:nth-child(7n+1) {
    clear: left;
  }
}
.more-studio-culture {
  float: right;
  width: 56.428571428572%;
  margin-left: -7.142857142857%;
  padding-left: 7.142857142857%;
}
.img-detail {
  overflow: hidden;
  float: left;
  width: 45.9%;
  margin: 2%;
  margin-bottom: 10px;
}
.img-detail strong {
  word-wrap: break-word;
  display: block;
  margin: 5px 0;
}
@media only screen and (max-width : 350px) {
  .img-detail {
    float: none;
    width: auto;
    margin-right: 0;
  }
}
@media only screen and (min-width : 1024px) {
  .img-detail {
    float: left;
    width: 22.572815533981%;
    margin: 1.2135922330095%;
  }
  .img-detail:nth-child(2n+1) {
    clear: none;
  }
  .img-detail:nth-child(4n+1) {
    clear: left;
  }
  .img-detail img {
    width: auto;
  }
}
@media only screen and (min-width : 1100px) {
  .img-detail {
    width: 21.18181818182%;
    margin: 0.909090909091%;
  }
  .img-detail:nth-child(4n+1) {
    clear: none;
  }
  .img-detail:nth-child(5n) {
    margin-right: 0;
  }
  .img-detail:nth-child(5n+1) {
    clear: left;
  }
}
.gallery {
  list-style: none;
  margin: 0;
  padding: 0;
}
.projects-list {
  *zoom: 1;
}
.projects-list:before,
.projects-list:after {
  content: "";
  display: table;
}
.projects-list:after {
  clear: both;
}
.featured-projects {
  max-width: 100%;
  margin-bottom: 20px;
}
@media only screen and (min-width : 768px) {
  .featured-projects {
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-bottom: 18px;
    margin-right: 20px;
  }
}
@media only screen and (min-width : 1024px) {
  .featured-projects {
    width: 47.572815533981%;
    float: left;
    margin-right: 2.427184466019%;
    height: auto;
  }
}
@media only screen and (min-width : 1100px) {
  .featured-projects {
    margin-top: 0;
    width: 38.2%;
    margin-right: 1.666666666667%;
  }
}
.featured-project {
  position: relative;
  z-index: 1;
}
.featured-project header {
  background: rgba(0,0,0,0.8);
  padding-left: 20px;
  padding-right: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
}
.featured-project header span,
.featured-project header h1 {
  margin: 0;
  padding: 0;
  line-height: 1;
  float: left;
}
.featured-project header h1 {
  clear: left;
}
.featured-project header span {
  margin-bottom: 5px;
}
.featured-project:first-child {
  margin-top: -80px;
  margin-left: -20px;
  margin-right: -20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.featured-project:first-child + .featured-project {
  display: none;
}
.featured-project:first-child + .featured-project + .more-projects {
  display: none;
}
@media only screen and (min-width : 321px) {
  .featured-project:first-child {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
@media only screen and (min-width : 768px) {
  .featured-project {
    margin: 0;
    padding: 0;
    height: 375px;
    max-height: none;
    top: 0;
    overflow: hidden;
  }
  .featured-project:first-child {
    margin: 0;
    padding: 0;
    max-height: none;
  }
  .featured-project:first-child + .featured-project + .more-projects {
    display: block;
    bottom: 0;
    left: 0;
  }
  .featured-project header {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media only screen and (min-width : 1024px) {
  .featured-project {
    height: auto;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
  }
  .featured-project:first-child {
    margin-bottom: 20px;
    position: relative;
  }
  .featured-project:first-child + .featured-project {
    display: block;
  }
}
.featured-stories {
  margin-bottom: 20px;
}
@media only screen and (max-width : 767px) {
  .featured-stories {
    display: none;
  }
}
@media only screen and (min-width : 768px) {
  .featured-stories {
    display: block;
    position: relative;
    z-index: 1;
    overflow: hidden;
    white-space: normal;
    margin: 0;
    padding: 0;
    margin: -10px;
    margin-bottom: 20px;
    margin-right: 0;
    background: transparent;
    width: 64%;
    float: left;
  }
}
@media only screen and (min-width : 1024px) {
  .featured-stories {
    margin-right: 2.427184466019%;
    margin-top: 0;
    width: 27%;
  }
}
@media only screen and (min-width : 1100px) {
  .featured-stories {
    margin-top: 110px;
    width: 39.5%;
    margin-right: 0;
    float: left;
    padding-bottom: 70px;
  }
}
@media only screen and (min-width : 1360px) {
  .featured-stories {
    width: 41%;
  }
}
.featured-story {
  width: 100%;
  float: left;
  margin-right: 10px;
}
@media only screen and (min-width : 321px) {
  .featured-story {
    overflow: hidden;
  }
  .featured-story header {
    overflow: hidden;
  }
}
@media only screen and (min-width : 768px) {
  .featured-story {
    display: block;
    float: left;
    width: 46%;
    margin: 10px 2%;
    max-height: none;
  }
  .featured-story img {
    width: auto;
    float: none;
    max-height: none;
  }
}
@media only screen and (min-width : 1024px) {
  .featured-story {
    width: 100%;
    float: left;
  }
  .featured-story:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width : 1100px) {
  .featured-story {
    width: 45.8%;
    margin: 0 2%;
    float: left;
  }
}
@media only screen and (min-width : 768px) {
  .featured-news {
    float: right;
    width: 31.72%;
    margin-top: 0;
    margin-right: 20px;
  }
}
@media only screen and (min-width : 1024px) {
  .featured-news {
    width: 18.75%;
  }
}
@media only screen and (min-width : 1100px) {
  .featured-news {
    width: 17.75%;
    right: 20px;
    position: absolute;
    z-index: 1;
    margin-right: 0;
    margin-top: 0;
    top: 100px;
  }
}
.project-primary-content {
  position: relative;
  z-index: 1;
}
.socmed {
  position: fixed;
  z-index: 1;
  bottom: 10px;
  right: 20px;
  background: #fff;
}
.pullquote blockquote {
  margin: 0;
}
.team-profiles-page .pullquote {
  display: none;
}
@media only screen and (min-width : 768px) {
  .team-profiles-page .pullquote {
    display: block;
    max-width: 70%;
  }
  .team-profiles-page .pullquote p:empty {
    display: none;
  }
}
@media only screen and (min-width : 1100px) {
  .team-profiles-page.listing-page .pullquote {
    float: right;
    max-width: 260px;
    margin-right: 120px;
    margin-top: 2em;
  }
}
.team-profiles-page.single-page .pullquote {
  display: block;
}
.team-profiles-page .pullquote blockquote + p::before {
  content: "—";
  display: block;
}
.team-profiles-page.single-page .pullquote::after {
  content: "–";
  display: block;
}
.featured-story a,
.featured-news a,
.category_list a,
.news-title a,
.contact-page dd a {
  -webkit-transition: 0.2s color;
  -moz-transition: 0.2s color;
  -ms-transition: 0.2s color;
  -o-transition: 0.2s color;
  transition: 0.2s color;
  text-decoration: none;
}
.featured-story a:hover,
.featured-news a:hover,
.category_list a:hover,
.news-title a:hover,
.contact-page dd a:hover {
  color: #afd526;
}
a .drop-down-title {
  -webkit-transition: 0.2s color;
  -moz-transition: 0.2s color;
  -ms-transition: 0.2s color;
  -o-transition: 0.2s color;
  transition: 0.2s color;
}
a:hover .drop-down-title {
  color: #afd526;
}
.team-profiles,
.studio-culture {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.drop-down {
  color: #fff;
  background: rgba(1,1,1,0.3);
}
.drop-down > h1 {
  padding: 1em;
  position: relative;
  z-index: 1;
}
.drop-down >h1:hover {
  cursor: pointer;
}
@media only screen and (min-width : 1024px) {
  .drop-down > h1 {
    padding: 0;
  }
}
.history-drop-down {
  background: none;
}
.history-drop-down > h1 {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.drop-down h1::after {
  position: absolute;
  z-index: 1;
  content: "+";
  right: 1em;
  color: #afd526;
  top: 50%;
  margin-top: -12px;
}
@media only screen and (min-width : 1100px) {
  .drop-down h1::after {
    display: none;
  }
}
.internal-link {
  background: #afd526;
  padding: 1em;
  margin-bottom: 1em;
}
.internal-link > a {
  text-decoration: none;
}
.internal-link > a >strong {
  display: block;
}
.activate-menu,
.project-share,
.project-details-toggle {
  -webkit-appearance: none;
  border: none;
}
.activate-menu {
  background: #323232;
  top: 0;
  right: 0;
  padding: 10px;
  position: absolute;
  -webkit-transition: 0.1s background;
  -moz-transition: 0.1s background;
  -ms-transition: 0.1s background;
  -o-transition: 0.1s background;
  transition: 0.1s background;
  z-index: 3;
}
.activate-menu.active {
  background: #afd526;
  color: #323232;
}
.projects-page.single-page .activate-menu {
  display: none;
}
@media only screen and (min-width : 768px) {
  .activate-menu {
    display: none;
  }
}
.project-share {
  background: none;
  color: #fff;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
}
.project-details-toggle {
  top: 0;
  background: #fff;
  color: #afd526;
}
.project-gallery-controls button {
  display: inline-block;
  width: 46px;
  height: 44px;
  text-indent: -9999em;
  border: none;
  background: url("../img/project-gallery-controls.png") left center no-repeat;
}
.project-gallery-controls button:hover {
  cursor: pointer;
}
.project-gallery-controls button.next {
  background: url("../img/project-gallery-controls.png") right center no-repeat;
}
.more > a,
.studio-culture-btn > a {
  text-decoration: none;
  display: block;
  background: url("../img/arrow-right.png") right center no-repeat;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -ms-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.studio-culture-btn >a {
  background-color: #afd526;
  height: 80px;
  line-height: 80px;
  padding-left: 20px;
}
.ftinstagram [href="http://instagram.com/fultontrotter"] {
  display: inline-block;
  width: 150px;
  height: 150px;
  background-color: #afd526;
  color: #fff;
  text-decoration: none;
  line-height: 150px;
  text-align: center;
}
.more >a {
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -10px;
  left: 43.571428571428%;
  width: 52%;
}
.default-page .more >a {
  background-image: url("../img/cross-large.png");
  background-size: 25px 16px;
}
@media only screen and (min-width : 321px) {
  .more a {
    left: 52.571429%;
    width: 48%;
  }
}
@media only screen and (min-width : 768px) {
  .more-projects a {
    left: 0;
    width: auto;
    top: 400px;
    right: 0;
    padding-left: 20px;
    background-color: rgba(0,0,0,0.8);
    height: 60px;
    line-height: 60px;
  }
  .more-projects a:hover {
    background-color: #afd526;
  }
  .more-team-profiles a {
    position: static;
    z-index: 1;
    height: 60px;
    line-height: 60px;
    margin-top: 0;
    padding-left: 20px;
    width: auto;
    background-color: #afd526;
  }
}
@media only screen and (min-width : 1024px) {
  .more-projects a {
    left: auto;
    position: relative;
    z-index: 1;
    top: auto;
  }
}
@media only screen and (min-width : 1100px) {
  .more-projects a {
    position: fixed;
    z-index: 1;
    bottom: 10px;
    left: 260px;
    width: 29%;
    max-width: 438px;
  }
}
.pagination {
  clear: both;
  display: none;
}
.pagination a {
  text-decoration: none;
  background: #afd526;
  color: #fff;
  display: inline-block;
  padding: 10px;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -ms-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
}
.pagination a:hover {
  background: #8caa1e;
}
.addthis_button {
  text-decoration: none;
}
.addthis_button .icon {
  font-weight: bold;
}
#mc-embedded-subscribe {
  background: #afd526;
  color: #fff;
  font-size: 0.8em;
  border: none;
}
.scroll-window {
  overflow: auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.scroll-window ul {
  float: left;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.scroll-window ul > li {
  display: inline-block;
  vertical-align: top;
}
.scroll-window ul > li >img {
  height: 83px;
  width: auto;
}
@media only screen and (min-width : 1100px) {
  .scroll-window ul {
    float: none;
    white-space: normal;
  }
  .scroll-window ul >li {
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
  }
}
[role="navigation"] {
  display: block;
  background: rgba(0,0,0,0.9);
  padding-top: 80px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1;
  bottom: 0;
  top: 0;
}
@media only screen and (min-width : 768px) {
  [role="navigation"] {
    background: transparent;
    margin: 0;
    padding: 0;
    width: auto;
    position: relative;
    z-index: 1;
  }
}
.nav {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  margin-bottom: 20px;
}
.nav >li {
  width: 46.428571428571%;
  float: left;
}
.nav >li:nth-child(even) {
  float: right;
}
.nav >li:nth-child(2n+1) {
  clear: both;
}
.nav >li >a {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,0.5);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.nav >li >a:hover,
.nav >li >a:focus {
  border-bottom: 1px solid rgba(175,213,38,0.8);
  color: rgba(175,213,38,0.8);
}
.nav >.active >a {
  border-bottom: 1px solid rgba(175,213,38,0.8);
  color: rgba(175,213,38,0.8);
}
@media only screen and (max-width : 767px) {
  .nav >li >a {
    padding: 15px 0;
  }
}
@media only screen and (min-width : 768px) {
  .nav > li {
    width: auto;
    float: none;
  }
  .nav > li:nth-child(even) {
    float: none;
  }
  .nav > li a {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}
.nav-primary >li >ul {
  display: none;
}
.nav-primary >.active >ul {
  display: none;
}
@media only screen and (min-width : 768px) {
  .nav-primary >.active >ul {
    display: block;
  }
}
.nav-location {
  overflow: hidden;
  display: none;
}
.nav-location >li {
  float: left;
}
.nav-location >li >a {
  border: none;
}
@media only screen and (min-width : 768px) {
  .nav-location {
    display: block;
    width: auto;
    position: fixed;
    z-index: 1;
    bottom: 0;
    left: 20px;
  }
  .nav-location >li {
    width: auto;
    display: block;
    text-transform: uppercase;
    float: none;
  }
  .nav-location >li >a {
    text-align: left;
    padding: 0;
  }
  .nav-location >li >a:hover {
    border: none;
  }
  .nav-location >li:nth-child(even) {
    float: none;
  }
}
.projects-page.single-page .nav-primary,
.projects-page.single-page .nav-location {
  display: none;
}
.category_list,
.nav-primary ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1em;
  line-height: inherit;
}
.category_list a,
.nav-primary ul a {
  display: block;
  text-decoration: none;
}
.category_list a:hover,
.nav-primary ul a:hover {
  color: #afd526;
}
.category_list > .active > a,
.nav-primary ul > .active > a {
  color: #afd526;
}
@media only screen and (max-width : 767px) {
  .category_list li {
    font-size: 0.875em;
  }
  .category_list li a {
    display: block;
    padding: 5px 10px;
  }
}
.category_list a,
.nav-primary ul a {
  padding-left: 10px;
}
.category_list {
  display: block;
}
.search-form {
  margin-bottom: 20px;
  position: fixed;
  z-index: 1;
  bottom: 60px;
}
.search-form >label {
  display: none;
}
@media only screen and (max-width : 767px) {
  .search-form {
    margin-bottom: 20px;
    position: absolute;
    z-index: 1;
    bottom: auto;
    top: 235px;
    left: 53%;
    right: 20px;
    padding-top: 7px;
    padding-bottom: 10px;
    padding-left: 10px;
    background: #252625;
  }
  .search-form >label {
    display: none;
  }
}
@media only screen and (min-width : 768px) {
  .search-form {
    margin-bottom: 20px;
    position: fixed;
    z-index: 1;
    bottom: 60px;
    top: auto;
    left: auto;
    right: auto;
  }
  .search-form >label {
    display: none;
  }
}
[type="search"] {
  background: transparent;
  padding: 0;
  color: #fff;
  border: none;
  width: 53px;
  -webkit-transition: width 0.5s ease;
  -moz-transition: width 0.5s ease;
  -ms-transition: width 0.5s ease;
  -o-transition: width 0.5s ease;
  transition: width 0.5s ease;
}
[type="search"]:focus {
  width: 100px;
}
[type="search"] + button {
  background: url("../img/search-icon-large.png") center no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  text-indent: -9999em;
  border: 0;
}
::-webkit-input-placeholder {
	color: white;
}
:-moz-placeholder {
	color: white;
}
::-moz-placeholder {
	color: white;
}
:-ms-input-placeholder {
	color: white;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
@media only screen and (min-width : 1100px) {
  [type="search"] {
    background: transparent;
    padding: 0;
    color: #fff;
  }
  [for="q"] {
    color: #fff;
    font-weight: normal;
  }
}
nav.in-page ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav.in-page li + li {
  margin-top: 10px;
}
nav.in-page a {
  display: block;
  background: #afd526;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  text-align: left;
  padding: 10px 20px;
}
@media only screen and (min-width : 768px) {
  nav.in-page {
    display: none;
  }
}
[role="contentinfo"] {
  display: none;
  min-height: 60px;
  color: #323232;
}
[role="contentinfo"] .more-projects a {
  display: none;
}
.footer-inner {
  background: #fff;
  overflow: hidden;
}
@media only screen and (min-width : 768px) {
  [role="contentinfo"] {
    margin-bottom: 10px;
    display: block;
    margin-right: 20px;
    clear: both;
  }
}
@media only screen and (min-width : 1024px) {
  [role="contentinfo"] {
    width: 38.7%;
    position: fixed;
    z-index: 1;
    bottom: 18px;
    right: 16px;
    margin-bottom: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width : 1100px) {
  [role="contentinfo"] {
    right: 22px;
    left: 260px;
    width: auto;
    bottom: 10px;
    max-width: 1190px;
  }
  [role="contentinfo"] .more-projects a {
    display: block;
    position: static;
    z-index: 1;
    width: 38%;
    margin-right: 20px;
    float: left;
    margin-top: 0;
  }
  .featured-projects .more-projects a {
    display: none;
  }
}
.fb-link,
.latest-tweet {
  display: table-cell;
  vertical-align: middle;
}
.fb-link {
  width: 100px;
  padding: 0 1em;
  height: 60px;
}
.badge {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../img/social-media.png") left center no-repeat;
  background-size: auto 100%;
  text-indent: -9999em;
}
.facebook-badge {
  width: 16px;
}
.twitter-badge {
  background-position: -20px center;
}
.instagram-badge {
  background-position: -41px center;
}
.latest-tweet {
  padding: 1em;
}
.default-page,
.projects-page,
.people-page,
.team-profiles-page,
.practice-page,
.history-page,
.news-page,
.contact-page,
.studio-culture-page,
.awards-page,
.publications-page,
.search-page,
.live-page,
.brochures-page,
.method-page {
  background: url("../img/background-default-page.jpg") left top fixed repeat-x #363636;
}
body,
.default-page,
.projects-page,
.people-page,
.team-profiles-page,
.practice-page,
.history-page,
.news-page,
.contact-page,
.studio-culture-page,
.awards-page,
.publications-page,
.search-page,
.live-page,
.brochures-page,
.method-page {
  background-size: cover;
}
.projects-page.single-page {
  background: #363636;
}
.projects-page.single-page {
  background-image: none !important;
}
.projects-page.single-page .nav-primary,
.projects-page.single-page .search-form {
  display: none;
}
@media only screen and (min-width : 1024px) {
  .img-detail img {
    margin-bottom: 5px;
  }
}
.project-primary-content {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width : 768px) {
  .project-primary-content {
    height: auto;
    margin: auto;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.project-information {
  background: rgba(0,0,0,0.8);
  position: fixed;
  z-index: 1;
  bottom: 20px;
  left: 20px;
  right: 240px;
  padding-left: 20px;
  width: auto;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 30px;
}
@media only screen and (max-width : 767px) {
  .project-information {
    top: 0px;
    bottom: auto;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 1;
    background: transparent;
    padding-left: 0;
  }
  .project-gallery {
    padding-top: 100px;
  }
}
.project-share {
  padding: 0;
  width: 40px;
  height: 40px;
  background: url("../img/heart.png") center no-repeat;
  font-size: 0;
}
.project-details-toggle {
  position: absolute;
  z-index: 1;
  right: -220px;
  padding: 0;
  width: 200px;
  height: 42px;
  font-size: 13px;
}
.project-details-toggle span {
  color: #000;
  background: url("../img/plus.png") right center no-repeat;
  background-size: 20px 20px;
  padding: 8px 20px 8px 0;
  display: block;
  margin-right: 15px;
}
.project-details-toggle.open span {
  background-image: url("../img/cross.png");
}
@media only screen and (max-width : 767px) {
  .project-details-toggle {
    right: auto;
    top: 50px;
    width: 100%;
  }
  .project-details-toggle span {
    text-align: left;
    padding-left: 20px;
  }
}
.project-detail {
  position: fixed;
  z-index: 1;
  bottom: 63px;
  background: #fff;
  left: 20px;
  right: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 2em;
  max-height: 330px;
  overflow: auto;
  margin-right: 0;
  margin-left: 0;
}
.project-detail-description {
  width: 43.5%;
  float: left;
  margin-bottom: 1em;
  margin-right: 1.818181818182%;
  height: 250px;
  overflow: auto;
}
.project-detail-description > p:first-child {
  margin-top: 0;
}
.project-detail-people {
  float: left;
  width: 14%;
  margin-right: 1.818181818182%;
}
.project-detail-people ul {
  list-style: none;
  padding-left: 0;
}
.project-detail-awards {
  overflow: hidden;
  float: left;
  width: 20%;
}
.project-detail-awards ul {
  padding-left: 0;
}
.project-detail-awards li {
  font-size: 1em;
}
.project-detail-awards li p {
  margin: 0;
  font-size: 1em;
}
@media only screen and (max-width : 767px) {
  .project-information {
    padding-right: 0;
  }
  .project-detail {
    position: static;
    z-index: 1;
    margin-top: 58px;
    max-height: none;
  }
  .project-detail-description,
  .project-detail-people,
  .project-detail-awards {
    width: auto;
    float: none;
    height: auto;
  }
}
@media only screen and (max-width : 767px) {
  .project-gallery li {
    position: static !important;
    z-index: 1;
    display: block !important;
    opacity: 1 !important;
    background: transparent !important;
    margin-bottom: 20px;
  }
  .project-gallery-count {
    display: none;
  }
  .next-link {
    margin-bottom: 20px;
  }
  .next-link a {
    display: block;
    background: #000;
    text-decoration: none;
    padding: 10px 20px;
    -webkit-transition: 0.2s background;
    -moz-transition: 0.2s background;
    -ms-transition: 0.2s background;
    -o-transition: 0.2s background;
    transition: 0.2s background;
  }
  .next-link a:hover {
    background: #afd526;
    color: #fff;
  }
}
@media only screen and (min-width : 768px) {
  .next-link {
    position: fixed;
    z-index: 1;
    right: -100%;
    top: 50%;
    margin-top: -70px;
    -webkit-transition: right 0.2s;
    -moz-transition: right 0.2s;
    -ms-transition: right 0.2s;
    -o-transition: right 0.2s;
    transition: right 0.2s;
  }
  .next-link.visible {
    right: 0;
  }
  .next-link a {
    color: #afd526;
    display: block;
    text-decoration: none;
    padding-left: 10px;
    padding-top: 20px;
    background: rgba(0,0,0,0.8);
    width: 102px;
    height: 72px;
  }
  .project-gallery {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }
  .project-gallery li {
    position: absolute;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    width: auto !important;
    height: auto !important;
    z-index: 1;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
    background-repeat: no-repeat;
  }
  .project-gallery li.landscape {
    background-size: cover !important;
    background-position: center;
  }
  .project-gallery li.portrait {
    background-size: auto 100%;
    background-position: left center;
  }
  .project-gallery li:first-child {
    z-index: 3;
  }
  .project-gallery li:first-child + li {
    z-index: 2;
  }
  .project-gallery li img {
    max-width: none;
    min-width: 100%;
    min-height: 100%;
    display: none;
  }
}
.throbber {
  font-family: 'loading', sans-serif;
  font-size: 50px;
  color: #afd526;
  position: fixed;
  z-index: 1;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 0;
}
@media only screen and (min-width : 768px) {
  .project-gallery-controls {
    position: fixed;
    top: 50%;
    margin-top: -22px;
    right: 20px;
    height: 44px;
    z-index: 2;
    text-align: right;
    -webkit-box-shadow: 0 0 5px rgba(1,1,1,0.3);
    -moz-box-shadow: 0 0 5px rgba(1,1,1,0.3);
    -ms-box-shadow: 0 0 5px rgba(1,1,1,0.3);
    -o-box-shadow: 0 0 5px rgba(1,1,1,0.3);
    box-shadow: 0 0 5px rgba(1,1,1,0.3);
  }
  .project-gallery-count {
    background: rgba(0,0,0,0.8);
    font-size: 0.8em;
    position: fixed;
    z-index: 1;
    right: 0;
    top: 50%;
    margin-top: 22px;
    display: block;
    padding: 5px;
    padding-right: 20px;
  }
  .total-count {
    display: none;
  }
  .primary-content >nav {
    display: none;
  }
}
.close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1000;
  background: url("../img/cross.png") center no-repeat #000;
  color: #afd526;
  border: none;
  width: 30px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  font-size: 0;
  z-index: 200;
}
@media only screen and (max-width : 767px) {
  .close-button {
    top: -65px;
    right: 0;
  }
  .project-primary-content {
    z-index: 101;
  }
  .project-gallery-controls,
  .total-count {
    display: none;
  }
}
.project-location {
  font-size: 10px;
}
.project-details-share {
  position: absolute;
  z-index: 1;
  right: 0px;
  bottom: 43px;
  background: rgba(0,0,0,0.8);
  padding: 10px;
  padding-bottom: 0;
}
.project-details-share > span {
  display: block;
  margin-bottom: 8px;
}
.project-details-share > span:first-of-type {
  margin-bottom: 3px;
}
@media only screen and (max-width : 767px) {
  .project-details-share {
    bottom: auto;
    position: relative;
    z-index: 1;
    margin-top: 18px;
  }
  .project-details-share > span {
    display: inline-block;
    vertical-align: top;
  }
}
@media only screen and (min-width : 1024px) {
  .featured-news-item {
    float: none;
    width: auto;
    margin-right: 0;
  }
}
.news-item {
  margin-bottom: 20px;
}
@media only screen and (min-width : 321px) {
  .listing-page .news-item {
    width: 48%;
    margin-right: 4%;
    float: left;
  }
  .listing-page .news-item:nth-child(2n) {
    margin-right: 0;
  }
  .listing-page .news-item:nth-child(2n+1) {
    clear: left;
  }
}
@media only screen and (min-width : 768px) {
  .listing-page .news-item {
    width: 46.363636363636%;
    margin-right: 2.545454545455%;
  }
  .listing-page .news-item img {
    max-height: 180px;
  }
}
@media only screen and (min-width : 1100px) {
  .listing-page .news-item {
    width: 23.057216054654%;
    margin-right: 1.707941929974%;
    height: auto;
    overflow: hidden;
  }
  .listing-page .news-item:nth-child(2n) {
    margin-right: 1.707941929974%;
  }
  .listing-page .news-item:nth-child(2n+1) {
    clear: none;
  }
  .listing-page .news-item:nth-child(4n) {
    margin-right: 0;
  }
  .listing-page .news-item:nth-child(4n+1) {
    clear: left;
  }
  .listing-page .news-item img {
    height: 220px;
    max-width: none;
  }
}
.news-page.single-page .news-item .news-meta {
  position: relative;
  z-index: 1;
}
.team-profiles-page.single-page [itemtype="http://schema.org/Person"] {
  overflow: hidden;
  max-width: 800px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.team-profiles-page.single-page [itemtype="http://schema.org/Person"] a {
  color: #afd526;
}
@media only screen and (min-width : 768px) {
  .team-profiles-page.single-page [itemtype="http://schema.org/Person"] {
    padding-right: 20px;
  }
  .team-profiles-page.single-page .pullquote {
    max-width: 50%;
  }
}
.person-title {
  margin-bottom: 5px;
}
.person-details {
  margin-bottom: 5px;
  overflow: hidden;
}
.person-details figure {
  float: left;
  margin-right: 0;
  width: 50%;
  margin-bottom: 10px;
}
@media only screen and (max-width : 320px) {
  .person-details figure {
    float: none;
    width: auto;
    margin-right: 0;
  }
}
@media only screen and (min-width : 1024px) {
  .person-details figure {
    width: 32.6%;
    margin-right: 20px;
  }
}
.instagram-feed {
  overflow: hidden;
}
.person-details .instagram-placeholder {
  float: left;
  height: 119px;
  width: 47%;
  margin-left: 6%;
}
.person-details .instagram-placeholder img {
  max-width: 100%;
}
.person-details .instagram-placeholder:first-child {
  margin-left: 0;
}
.person-details .instagram-placeholder:nth-child(3),
.person-details .instagram-placeholder:nth-child(4),
.person-details .instagram-placeholder:nth-child(5),
.person-details .instagram-placeholder:nth-child(6) {
  display: none;
}
@media only screen and (min-width : 768px) {
  .instagram-placeholder {
    margin-left: 20px;
    margin-bottom: 20px;
    width: auto;
  }
  .instagram-placeholder:nth-child(3),
  .instagram-placeholder:nth-child(4) {
    display: block;
  }
  .instagram-placeholder:nth-child(5),
  .instagram-placeholder:nth-child(6) {
    display: none;
  }
  .instagram-placeholder img {
    max-height: 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width : 321px) {
  .instagram-feed .instagram-placeholder {
    height: auto;
    width: 42%;
    margin-left: 8%;
  }
}
@media only screen and (min-width : 1024px) {
  .instagram-feed .instagram-placeholder {
    margin-left: 20px;
    width: 119px;
  }
  .instagram-feed .instagram-placeholder:first-child,
  .instagram-feed .instagram-placeholder:nth-child(4) {
    margin-left: 0;
  }
  .instagram-feed .instagram-placeholder:nth-child(4) {
    clear: left;
  }
  .instagram-feed .instagram-placeholder:nth-child(4),
  .instagram-feed .instagram-placeholder:nth-child(5),
  .instagram-feed .instagram-placeholder:nth-child(6) {
    margin-bottom: 0;
    display: block;
  }
}
@media only screen and (min-width : 768px) {
  .person-info {
    max-width: 56%;
    float: left;
    margin-top: 20px;
  }
}
.person-info {
  overflow: hidden;
  -webkit-transition: 0.2s height;
  -moz-transition: 0.2s height;
  -ms-transition: 0.2s height;
  -o-transition: 0.2s height;
  transition: 0.2s height;
}
.person-info p:first-child {
  margin-top: 0;
}
.person-links {
  font-size: 0.8em;
  float: right;
  width: 28.7%;
  margin-top: 20px;
  text-align: right;
}
#empty {
  display: none;
}
@media only screen and (min-width : 1024px) {
  .person-links {
    float: left;
  }
}
.read-more,
.read-less {
  background: transparent;
  color: #afd526;
  border: none;
  padding: 0;
  text-align: left;
}
.history-drop-down {
  border-top: 1px solid #fff;
}
.history-drop-down:first-child {
  border-top: 0px solid #fff;
}
.history-drop-down h1 {
  line-height: 1;
}
.history-item {
  overflow: hidden;
  clear: left;
}
.history-item > p:first-child {
  margin-top: 0;
}
.precede {
  border-top: 1px solid #fff;
  clear: left;
  padding-top: 20px;
}
.precede a {
  text-decoration: none;
}
@media only screen and (min-width : 768px) {
  .history-drop-down {
    padding-top: 10px;
  }
  .history-drop-down > h1 {
    padding: 0;
  }
}
@media only screen and (min-width : 1100px) {
  .history-drop-down + .history-drop-down {
    padding-top: 20px;
  }
  .history-item-text,
  .precede p {
    float: left;
    width: 41.176470588235%;
    margin-right: 1.960784313725%;
    clear: left;
  }
}
.staff-squares >li >a >img,
.featured-story a >img,
.featured-project a >img,
.masonry-brick >img {
  -webkit-box-shadow: 0 0 5px rgba(1,1,1,0.3);
  -moz-box-shadow: 0 0 5px rgba(1,1,1,0.3);
  -ms-box-shadow: 0 0 5px rgba(1,1,1,0.3);
  -o-box-shadow: 0 0 5px rgba(1,1,1,0.3);
  box-shadow: 0 0 5px rgba(1,1,1,0.3);
  -webkit-transition: box-shadow 0.2s;
  -moz-transition: box-shadow 0.2s;
  -ms-transition: box-shadow 0.2s;
  -o-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
  height: auto !important;
}
.staff-squares >li >a:hover >img,
.featured-story a:hover >img,
.featured-project a:hover >img,
.masonry-brick:hover >img,
.staff-squares >li >a:focus >img,
.featured-story a:focus >img,
.featured-project a:focus >img,
.masonry-brick:focus >img {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.8);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.8);
  -ms-box-shadow: 0 0 5px rgba(0,0,0,0.8);
  -o-box-shadow: 0 0 5px rgba(0,0,0,0.8);
  box-shadow: 0 0 5px rgba(0,0,0,0.8);
}
.team-profiles,
.studio-culture-btn {
  -webkit-box-shadow: 0 0 5px rgba(1,1,1,0.3);
  -moz-box-shadow: 0 0 5px rgba(1,1,1,0.3);
  -ms-box-shadow: 0 0 5px rgba(1,1,1,0.3);
  -o-box-shadow: 0 0 5px rgba(1,1,1,0.3);
  box-shadow: 0 0 5px rgba(1,1,1,0.3);
}
.contact-item {
  margin-bottom: 10px;
}
.contact-details {
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}
.contact-details p {
  margin-top: 0;
}
.contact-details dl {
  *zoom: 1;
}
.contact-details dl:before,
.contact-details dl:after {
  content: "";
  display: table;
}
.contact-details dl:after {
  clear: both;
}
.contact-details dt {
  width: 33%;
  float: left;
  clear: both;
  margin: 0;
  margin-bottom: 10px;
}
.contact-details dd {
  float: right;
  width: 65%;
  margin: 0;
}
.contact-details img {
  margin-bottom: 20px;
}
.contact-details iframe {
  display: block;
  width: 100% !important;
  margin-bottom: 20px;
}
.map-canvas {
  height: 180px;
}
@media only screen and (max-width : 767px) {
  .map-canvas {
    max-width: 100%;
    width: auto !important;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width : 768px) {
  .contact-page .drop-down {
    background: transparent;
    padding-right: 20px;
  }
  .contact-page .drop-down > h1 {
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
  }
  .contact-page .drop-down > h1:after {
    content: "";
    position: static;
    z-index: 1;
  }
  .contact-page .drop-down > h1:hover {
    cursor: inherit;
  }
  .contact-page .drop-down .contact-details {
    display: block;
    padding: 0;
  }
  .contact-page .drop-down .contact-details dl {
    width: 50%;
    float: left;
    margin: 0;
    margin-bottom: 2em;
  }
  .contact-page .drop-down .contact-details dt {
    width: 15%;
    clear: both;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .contact-page .drop-down .contact-details dd {
    width: 70%;
    margin-bottom: 10px;
  }
  .contact-page .drop-down .contact-details img {
    max-width: 47%;
    float: right;
  }
  .contact-page .internal-link {
    width: 33%;
    float: left;
    margin-right: 20px;
  }
  .contact-page .internal-link strong {
    font-size: 1.4em;
  }
  .contact-page .pullquote {
    overflow: hidden;
    margin-right: 20px;
    position: relative;
    z-index: 1;
  }
}
@media only screen and (min-width : 1024px) {
  .contact-page .internal-link {
    box-sizing: border-box;
    clear: left;
  }
  .contact-page .pullquote {
    float: left;
    margin-left: 5%;
    width: 33%;
    overflow: visible;
  }
  .contact-page .drop-down {
    width: 33%;
    float: left;
    margin-left: 5%;
    margin-bottom: 30px;
  }
  .contact-page .drop-down:first-child {
    margin-left: 0;
  }
  .contact-page .drop-down .contact-details dl {
    width: auto;
    float: none;
  }
  .contact-page .drop-down .contact-details dd {
    width: 67%;
  }
  .contact-page .drop-down .contact-details img {
    max-width: 100%;
    float: none;
  }
}
.grid,
> ul {
  width: auto;
  float: none;
  margin: -2%;
}
.grid li,
> ul li {
  width: 46%;
  margin: 2%;
}
@media only screen and (min-width : 321px) {
  .grid > ul {
    width: auto;
    float: none;
    margin: -2%;
  }
  .grid > ul li {
    width: 45%;
  }
}
@media only screen and (min-width : 768px) {
  .practice-page .grid > ul li {
    width: 28%;
  }
}
@media only screen and (min-width : 1024px) {
  .practice-page > ul li,
  .grid > ul li {
    width: 45%;
  }
}
@media only screen and (max-width : 767px) {
  .practice-page .masonry {
    display: none;
  }
}
.people-page.listing-page .secondary-content {
  position: relative;
  z-index: 1;
}
.people-page.listing-page .ftinstagram div {
  margin-top: 20px;
}
.people-page.listing-page .ftinstagram div:first-child {
  margin-top: 0;
}
.people-page.listing-page .secondary-employment-note [type="email"],
.people-page.listing-page .secondary-employment-note [type="submit"] {
  height: 25px;
  box-sizing: border-box;
}
.people-page.listing-page .secondary-employment-note [type="email"] {
  width: 70%;
  border: none;
}
.people-page .team-profiles {
  background: #afd526;
}
.people-page .team-profiles ul li {
  width: 50%;
  margin: 0;
  padding: 0;
}
.studio-culture-link-mobile {
  display: block;
  height: 80px;
  background: left center #afd526 no-repeat;
  padding-left: 100px;
  line-height: 80px;
  text-decoration: none;
  margin-bottom: 10px;
  background-size: auto 100%;
}
.studio-culture.grid {
  display: none;
}
@media only screen and (min-width : 768px) {
  .studio-culture.grid {
    display: block;
  }
}
@media only screen and (min-width : 321px) {
  .people-page .team-profiles ul {
    width: 50%;
  }
  .people-page .team-profiles ul li {
    width: 50%;
  }
  .people-page .team-profiles ul li:nth-child(5),
  .people-page .team-profiles ul li:nth-child(6),
  .people-page .team-profiles ul li:nth-child(7),
  .people-page .team-profiles ul li:nth-child(8) {
    display: none;
  }
  .studio-culture-link-mobile {
    height: 120px;
    padding-left: 130px;
    line-height: 120px;
  }
}
@media only screen and (max-width : 767px) {
  .team-profiles ul li {
    width: 20%;
  }
  .people-page .masonry >ul {
    margin: 0;
    width: auto !important;
    float: none;
    height: 152px !important;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
  }
  .people-page .masonry >ul li {
    display: none;
  }
  .people-page .masonry >ul li:first-child {
    display: block;
    width: 52.5%;
    position: absolute;
    right: 0;
    left: auto !important;
  }
  .people-page .masonry >ul li:first-child a {
    height: 152px;
    line-height: 152px;
  }
  .people-page .masonry >ul li:first-child + li {
    display: block;
    top: 0 !important;
    left: 0 !important;
    width: 47.5%;
    height: 152px;
    overflow: hidden;
  }
  .people-page.listing-page .ftinstagram {
    position: static;
    z-index: 1;
    white-space: nowrap;
    overflow: auto;
    text-align: right;
  }
  .people-page.listing-page .ftinstagram div,
  .people-page.listing-page .ftinstagram a {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    margin-top: 0;
  }
  .people-page.listing-page .ftinstagram a {
    margin-left: 0;
  }
}
@media only screen and (min-width : 768px) {
  .studio-culture-link-mobile {
    display: none;
  }
  .studio-culture.grid {
    display: block;
  }
  .people-page .team-profiles ul {
    width: auto;
  }
  .people-page .team-profiles ul li {
    width: 20%;
  }
  .people-page .team-profiles ul li:nth-child(5),
  .people-page .team-profiles ul li:nth-child(6),
  .people-page .team-profiles ul li:nth-child(7),
  .people-page .team-profiles ul li:nth-child(8),
  .people-page .team-profiles ul li:nth-child(9),
  .people-page .team-profiles ul li:nth-child(10) {
    display: block;
  }
  .people-page .masonry >ul {
    margin: 0 -10px;
    margin-right: 150px;
  }
  .people-page .masonry >ul li {
    width: 46%;
    margin: 10px 2%;
  }
  .people-page.listing-page .ftinstagram {
    top: 10px;
    right: 20px;
    position: absolute;
    z-index: 1;
    white-space: normal;
    overflow: visible;
    text-align: right;
    width: 150px;
  }
  .people-page.listing-page .ftinstagram div {
    margin-top: 20px;
    display: block;
  }
  .people-page.listing-page .ftinstagram .instagram-placeholder {
    margin-left: 0;
  }
}
@media only screen and (min-width : 1024px) {
  .people-page .team-profiles ul li {
    width: 25%;
  }
  .people-page .team-profiles ul li:nth-child(11),
  .people-page .team-profiles ul li:nth-child(12) {
    display: block;
  }
  .people-page .masonry >ul li {
    width: 46%;
    margin: 10px 2%;
  }
  .people-page.listing-page .ftinstagram {
    top: 120px;
    right: 0px;
    width: 150px;
    height: 830px;
  }
  .people-page.listing-page .ftinstagram .instagram-placeholder {
    margin: 0;
    margin-top: 20px;
  }
}
@media only screen and (min-width : 1100px) {
  .people-page .masonry >ul {
    margin-right: 160px;
  }
  .people-page .masonry >ul li {
    width: 45%;
    margin: 10px 2%;
  }
}
@media only screen and (min-width : 1360px) {
  .people-page .masonry >ul li {
    width: 45%;
    margin: 10px 2%;
  }
}
@media only screen and (min-width : 768px) {
  .studio-culture-page .masonry >ul,
  .practice-page .masonry >ul {
    margin: 0 -10px;
  }
  .studio-culture-page .masonry >ul li,
  .practice-page .masonry >ul li {
    width: 31%;
    margin: 10px 1%;
  }
}
@media only screen and (min-width : 1024px) {
  .studio-culture-page .masonry >ul li,
  .practice-page .masonry >ul li {
    width: 45%;
    margin: 8px 2%;
  }
}
@media only screen and (min-width : 1360px) {
  .studio-culture-page .masonry >ul,
  .practice-page .masonry >ul {
    margin-right: 20px;
  }
  .studio-culture-page .masonry >ul li,
  .practice-page .masonry >ul li {
    width: 31%;
    margin: 10px 1%;
  }
}
.squares > .staff-squares {
  overflow: visible;
  *zoom: 1;
}
.squares > .staff-squares:before,
.squares > .staff-squares:after {
  content: "";
  display: table;
}
.squares > .staff-squares:after {
  clear: both;
}
.studio-culture-page .studio-culture.grid ul {
  position: relative;
  z-index: 1;
}
.studio-culture-page .studio-culture.grid li img {
  height: auto !important;
}
.studio-culture-page .grid > ul {
  width: 100%;
  margin-right: 0;
}
.awards-page.listing-page .pullquote {
  width: 53.5%;
  margin-bottom: 40px;
  display: none;
}
.awards > .awards-year-group {
  border-top: none;
}
@media only screen and (min-width : 768px) {
  .awards-page.listing-page .pullquote {
    display: block;
  }
}
@media only screen and (min-width : 768px) {
  .awards-year-group {
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding-bottom: 20px;
    border-top: 1px solid #fff;
  }
  .awards-year-group > h1 {
    width: 19.86301369863%;
    margin: 0;
    position: absolute;
    top: 20px;
    left: 0;
    float: left;
  }
}
@media only screen and (min-width : 768px) {
  .award {
    margin-left: 20%;
    overflow: hidden;
    margin-top: 20px;
    width: 60.833333333333%;
  }
  .award-image {
    width: 18%;
    margin-right: 3.53982300885%;
    float: left;
  }
}
.award {
  margin-top: 20px;
}
.award-detail {
  overflow: hidden;
}
.award-detail >h1,
.award-detail >p {
  margin: 0;
}
.award-detail >h1 a {
  text-decoration: none;
}
.foo {
  color: #000;
}
.search-result {
  overflow: hidden;
  margin-bottom: 10px;
}
.search-result a {
  text-decoration: none;
}
.search-result a:hover h2 {
  text-decoration: underline;
}
.search-result .search-result-text {
  overflow: hidden;
}
.search-result .section-name {
  font-size: 11px;
  color: #afd526;
}
.search-result h2 {
  font-size: 14px;
  margin: 0;
}
.search-result figure {
  float: left;
  width: 25%;
  margin-right: 2%;
}
@media only screen and (min-width : 1100px) {
  .search-result figure {
    width: 10%;
  }
}
.live-page .pullquote {
  margin-bottom: 40px;
  font-size: 22px;
}
.live-page .pullquote i {
  font-style: normal;
  color: #afd526;
}
.live-page #mc-embedded-subscribe-form input {
  border: 0;
  padding: 5px;
}
.live-page #mc-embedded-subscribe {
  height: 28px;
}
.live-item {
  margin-right: 3%;
}
.live-item ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.live-item li {
  margin-bottom: 10px;
}
.live-item strong {
  display: block;
}
.live-item h2 {
  font-size: 14px;
  font-weight: bold;
}
.live-item h2:after {
  content: "—";
  display: block;
}
@media only screen and (min-width : 768px) {
  .live-item {
    float: left;
    width: 45%;
    margin-right: 5%;
  }
  .live-item:nth-of-type(2n+1) {
    clear: left;
  }
}
@media only screen and (min-width : 1024px) {
  .live-item {
    width: 30%;
  }
  .live-item:nth-of-type(2n+1) {
    clear: none;
  }
  .live-item:nth-of-type(3n) {
    margin-right: 0;
  }
  .live-item:nth-of-type(3n+1) {
    clear: left;
  }
  .live-page .pullquote {
    font-size: 22px;
    width: 25%;
    float: left;
  }
  .live-page .signup-form {
    float: right;
    width: 30%;
  }
}
#mc-embedded-subscribe-form strong {
  display: block;
  margin-bottom: 10px;
}
.is-hidden {
  display: none;
}
.is-visible {
  display: block;
}
.history-page .history-item.is-hidden {
  display: block;
}
body {
  background: url("../img/bg-people.jpg") center top no-repeat fixed #3a4952;
  background-attachment: fixed;
}
@font-face {
  font-family: 'loading';
  src: url("../fonts/loading-webfont.eot");
  src: url("../fonts/loading-webfont.eot?#iefix") format('embedded-opentype'), url("../fonts/loading-webfont.woff") format('woff'), url("../fonts/loading-webfont.ttf") format('truetype'), url("../fonts/loading-webfont.svg#untitledregular") format('svg');
  font-weight: normal;
  font-style: none;
}
html,
button,
[type="search"] {
  font-family: sans-serif;
}
@media only screen and (min-width : 1024px) {
  .intro p,
  .history-page .drop-down-title {
    font-size: 1.125em;
    font-weight: normal;
  }
}
.history-page .drop-down-title,
.awards-year-group > h1,
.contact-page .drop-down > h1 {
  font-size: 1.125em;
  font-weight: normal;
}
.squares h1,
p,
.has-hidden-child h1,
.news-title,
ul,
ol,
.featured-project,
.person-info h3,
.employment-note h1,
.home-pullquote p,
[itemprop="name"],
h1.mobile-only {
  font-size: 0.875em;
  line-height: 1.5;
}
.squares li,
.internal-link,
.img-detail,
.posted,
.nav,
.featured-story h1,
.featured-news h1,
.project-information h1,
.project-detail-people h3,
.project-detail-awards h3,
.contact-details dd,
.contact-details dt,
.person-info p,
.secondary-employment-note p,
[type="search"],
[role="contentinfo"],
[itemprop="bio"] a,
.read-more,
.read-less,
.award-detail > *,
[itemprop="jobTitle"],
.project-detail-description p,
.project-detail-awards li,
.project-detail-people li {
  font-size: 0.75em;
}
.img-detail .project-location,
.img-detail .project-category {
  font-size: 1em;
}
.pullquote p,
.img-detail p {
  margin: 0;
}
.project-information h1,
.project-detail-people h3,
.project-detail-awards h3,
.history-page .drop-down-title {
  margin: 0;
}
.news-title {
  margin-bottom: 0;
}
.staff-members > h1 {
  margin-top: 0;
}
.main-employment-note >p:first-child,
.secondary-employment-note >p:first-child {
  margin-top: 0;
}
.has-hidden-child h1,
.featured-story h1,
.featured-news h1,
.home-pullquote .citation p {
  font-weight: normal;
}
.intro,
.home-pullquote p {
  font-weight: 500;
}
.employment-note h1 {
  position: relative;
  z-index: 1;
}
.employment-note h1:after {
  content: "—";
  position: absolute;
  bottom: -15px;
  left: 0;
}
[itemprop="name"],
[itemprop="jobTitle"] {
  display: block;
}
[itemprop="jobTitle"] {
  margin-bottom: 1em;
}
.featured-story a,
.featured-news a,
.category_list a {
  text-decoration: none;
}
.project-category,
.citation p {
  color: #afd526;
}
.project-detail-awards ul {
  list-style: none;
}
.mobile-only {
  display: none;
}
@media only screen and (max-width : 767px) {
  .mobile-only {
    display: block;
  }
}
.story-category {
  color: #afd526;
  font-size: 0.75em;
  font-weight: bold;
  display: block;
  margin-top: 10px;
}
.story-category + h1 {
  margin-top: 0;
}
a,
.intro,
.squares,
.pullquote,
[itemtype="http://schema.org/Person"],
.news-item,
.img-detail,
[role="content"],
.activate-menu {
  color: #fff;
}
[itemprop="name"],
.pullquote::after,
.activate-menu span,
 {
  color: #afd526;
}
@media only screen and (min-width : 768px) {
  .team-profiles {
    background: transparent;
  }
}
.project-detail,
.project-detail a {
  color: #000;
}
.squares a,
.news-title a,
.img-detail a {
  text-decoration: none;
}
