/*=================================================
	(1) fonts
	(2) html elements
	(3) primary layout elements
	(4) primary layout elements formatting
	(5) page-specific styles
	(6) general purpose
	(7) media queries
	(8) hacks
		made in washington
		made in washington
==================================================*/
/*==================================================
	(1) fonts
==================================================*/
/*
    font families
        serif       = "adelle-sans"
        sans-serif  = "aktiv-grotesk-std"

    font weights:
        light       = 300
        regular     = 400
        medium      = 500
        bold        = 700f
*/
/*==================================================
	(2) html elements
==================================================*/
* {
  margin: 0;
  padding: 0; }

html, body {
  height: 100%; }

body {
  font-family: "aktiv-grotesk-std", helvetica, arial, sans-serif;
  font-weight: 300;
  font-size: 100%;
  line-height: 1.8;
  color: #3E3E3E;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%; }

head {
  font-family: 'Default';
  /* provide JS a means to identify the active media query */ }

h1,
h2.h1 {
  font-size: 2em;
  line-height: 1.2;
  margin-bottom: 20px;
  font-weight: 300; }

h2 {
  font-size: 1.1em;
  font-weight: 700;
  margin-bottom: 0.7em; }
  body.portfolio h2 {
    margin-bottom: 0.3em; }
  h2 a {
    color: #3E3E3E; }

h3 {
  font-size: 1.1em;
  margin-bottom: 0.7em; }

h4 {
  font-size: 100%;
  font-weight: 600; }

h5 {
  font-size: 75%;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.05em; }

p {
  margin-bottom: 1.2em; }

p.subtitle {
  font-size: 18px; }

ul, li {
  margin-bottom: 1.2em; }

a {
  text-decoration: none;
  color: #EA7F0C;
  outline: none; }

address {
  font-style: normal;
  display: block; }

input[type="email"],
input[type="text"],
textarea {
  border: 1px solid #d8d8d8;
  padding: 5px 15px;
  height: 27px;
  width: 100%;
  box-sizing: border-box;
  font-family: "aktiv-grotesk-std", helvetica, arial, sans-serif; }

input[type="submit"] {
  border: 1px solid #d8d8d8;
  display: inline-block;
  padding: 7px 25px;
  color: #666;
  background-color: transparent;
  text-transform: uppercase;
  cursor: pointer;
  font-family: "aktiv-grotesk-std", helvetica, arial, sans-serif; }

input[type="submit"]:hover {
  background-color: #f2f2f2; }

textarea {
  height: 120px;
  font-size: 0.7em;
  font-family: inherit; }

span.br {
  display: block; }

::-webkit-input-placeholder {
  color: #5F615E; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #5F615E; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #5F615E; }

:-ms-input-placeholder {
  color: #5F615E; }

/*==================================================
	(3) primary layout elements
==================================================*/
/* wrapper */
#wrapper {
  /*background-color: #f4f4f4;*/
  background-color: #fff;
  min-height: 100%;
  margin-bottom: -160px; }
  #wrapper:after {
    content: "";
    display: block;
    height: 160px; }

.width-constraint {
  max-width: 1025px;
  margin: 0 auto; }

.margin-buffer {
  padding-left: 6%;
  padding-right: 6%; }

/* masthead */
#masthead {
  background-color: #3E3E3E;
  height: 46px;
  padding: 22px 10px 0 10px; }

/* logo */
#logo {
  float: left;
  margin-left: -26px; }

/* nav */
#nav {
  float: right;
  font-size: .9em;
  font-weight: 300;
  margin-top: 1px; }

/* content */
body.home #content {
  padding-top: 48px; }

#home-overview {
  padding: 0 20px; }

/* footer */
#footer {
  padding: 30px 0;
  background-color: #A49A87;
  height: 160px;
  color: #DDD;
  font-size: .8em;
  box-sizing: border-box; }

/*==================================================
	(4) formatting for primary layout elements
==================================================*/
/* nav */
#nav ul {
  list-style: none; }

#nav li {
  float: left;
  margin-left: 22px;
  margin-bottom: 1.1em; }
  #nav li:first-child {
    margin-left: 0; }

#nav a {
  color: #A49A87;
  padding: 8px; }
  #nav a:hover, #nav a.active {
    color: #E5E5CC; }

#burger {
  width: 25px;
  height: 25px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  cursor: pointer;
  float: right;
  display: none;
  margin-right: -10px;
  margin-top: 4px;
  padding: 3px; }
  #burger span {
    display: block;
    position: absolute;
    height: 3px;
    width: 20px;
    background-color: #A49A87;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
    #burger span:nth-child(1) {
      top: 0; }
    #burger span:nth-child(2), #burger span:nth-child(3) {
      top: 8px; }
    #burger span:nth-child(4) {
      top: 16px; }
  #burger.open span:nth-child(1) {
    top: 8px;
    width: 0;
    left: 50%; }
  #burger.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  #burger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  #burger.open span:nth-child(4) {
    top: 8px;
    width: 0;
    left: 50%; }

.slideshow {
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden; }
  .slideshow .slide {
    -webkit-transition: all 0.6s ease 0.5s ease-in-out;
    -moz-transition: all 0.6s ease 0.5s ease-in-out;
    -o-transition: all 0.6s ease 0.5s ease-in-out;
    transition: all 0.6s ease 0.5s ease-in-out;
    opacity: 0;
    position: relative;
    background-repeat: no-repeat;
    background-position: 100% 0;
    padding-top: 45px;
    padding-bottom: 45px;
    min-height: 200px;
    display: none;
    overflow: hidden; }
    .slideshow .slide:first-child {
      opacity: 1;
      display: block; }
  .slideshow.ready .slide {
    display: block;
    -webkit-transition: opacity 0.6s ease 0.5s ease-in-out;
    -moz-transition: opacity 0.6s ease 0.5s ease-in-out;
    -o-transition: opacity 0.6s ease 0.5s ease-in-out;
    transition: opacity 0.6s ease 0.5s ease-in-out;
    opacity: 1; }
  .slideshow h1 {
    font-weight: 300;
    font-size: 2.2em;
    max-width: 600px;
    margin-bottom: 30px; }
    .slideshow h1 em {
      font-size: .55em;
      display: block;
      font-style: normal;
      margin-bottom: 15px; }
  .slideshow p {
    line-height: 1.5em; }
  .slideshow .banner-slide {
    float: left; }
  .slideshow .slick-dots {
    opacity: 0;
    -webkit-transition: all 1s 0.5s ease-in-out;
    -moz-transition: all 1s 0.5s ease-in-out;
    -o-transition: all 1s 0.5s ease-in-out;
    transition: all 1s 0.5s ease-in-out; }
  .slideshow.ready .slick-dots {
    opacity: 1;
    -webkit-transition: all 1s 0.5s ease-in-out;
    -moz-transition: all 1s 0.5s ease-in-out;
    -o-transition: all 1s 0.5s ease-in-out;
    transition: all 1s 0.5s ease-in-out; }

.slide img {
  width: 100%; }

.slide-image {
  display: none;
  margin: 0 auto; }
  .slide-image img {
    margin: 0 auto; }

.project-gallery .slide {
  padding-top: 0;
  padding-bottom: 0; }

.project-gallery .slide-image {
  display: block; }

.contain .slide-image img {
  height: 100%;
  width: auto; }

.inner-caption {
  color: #fff;
  width: 300px;
  padding: 5%;
  margin-left: -6%;
  opacity: .8; }
  .inner-caption h2 {
    color: #fff; }

.outer-caption {
  padding-top: 20px; }

.responsive-banner {
  overflow: hidden; }
  .responsive-banner .image img {
    width: 100%;
    height: auto; }

.slideshow .responsive-banner {
  display: none; }
  .slideshow .responsive-banner:first-child {
    display: block; }
  .ready .slideshow .responsive-banner {
    display: block; }

.banner-slide {
  position: relative;
  overflow: hidden; }
  .banner-slide .overlay {
    position: absolute;
    width: 100%;
    z-index: 100; }

.post-meta {
  margin-bottom: 1.1em; }

.post-title {
  margin-bottom: 0; }

.post-date {
  text-transform: uppercase;
  font-size: 12px;
  position: relative; }

.post-thumb img {
  display: block;
  width: 100%;
  height: auto; }

.post-read-more {
  text-transform: uppercase;
  font-size: 12px;
  display: inline-block;
  font-weight: 300; }
  .post-read-more:after {
    content: ' \00a0 \00a0>';
    float: right; }

/* parallax banner */
.parallax-banner {
  position: relative;
  overflow: hidden;
  min-height: 300px; }

.parallax-banner .image {
  position: absolute;
  width: 100%; }

.parallax-banner .image img {
  width: 100%; }

.parallax-banner .overlay {
  position: relative;
  z-index: 1;
  /*padding: 30px 0;*/ }

/* footer */
#footer a {
  color: #ddd; }

#footer a:hover {
  opacity: .5;
  transition: opacity .5s ease; }

#footer .contact-block {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 30px;
  line-height: 1.3; }

#footer .contact-block strong {
  font-weight: 400; }

#footer #contact {
  margin-bottom: 20px; }

#footer address {
  font-style: normal; }

#footer #copyright {
  font-size: .8167em; }

/*==================================================
	(5) page-specific styles
==================================================*/
/* home */
body.home h1 {
  font-size: 2.3em;
  margin-bottom: 60px; }

body.home h2 {
  margin-bottom: 30px; }

body.home .banner-slide .overlay {
  top: 0; }

body.home .slideshow h1 {
  font-size: 3.4em; }

body.home .enclosure {
  color: #fff; }

body.home .slide {
  height: auto; }

body.portfolio .project-description {
  margin-bottom: 20px; }
  body.portfolio .project-description h1 {
    margin-bottom: 4px; }
  body.portfolio .project-description h2 {
    font-weight: 300; }

body.project .project-description h1 {
  margin-bottom: 10px; }

body.project .project-description h2 {
  font-weight: 300; }

body.project #samples-wrapper {
  padding: 60px 0; }
  body.project #samples-wrapper .bar {
    display: none; }

body.project #samples-stage {
  position: static;
  bottom: auto; }

body.project #samples {
  max-height: none; }

body.project .samples ul {
  margin-bottom: 0; }

.profile-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }
  .profile-wrapper .profile-bio {
    max-width: 300px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .profile-wrapper .profile-photo {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: right; }

body.us #content {
  padding-top: 0; }

body.us .person-wrapper.enclosure {
  padding-bottom: 0;
  padding-top: 0;
  position: relative; }
  body.us .person-wrapper.enclosure:after {
    border-top: 1px solid #ddd;
    content: '';
    display: block;
    height: 60px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
    background: -moz-linear-gradient(top, rgba(220, 220, 220, 0.1) 0%, rgba(220, 220, 220, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(220, 220, 220, 0.1) 0%, rgba(220, 220, 220, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(220, 220, 220, 0.1) 0%, rgba(220, 220, 220, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    width: 100%; }
  body.us .person-wrapper.enclosure.-first-person {
    padding-top: 60px; }
  body.us .person-wrapper.enclosure.-last {
    margin-bottom: 0;
    border-bottom: 0; }
    body.us .person-wrapper.enclosure.-last:after {
      display: none; }

body.us .person {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }

body.us .profile {
  max-width: 300px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  line-height: 1.6;
  width: 30%; }
  body.us .profile h2 {
    font-size: 1.4em;
    margin-bottom: 0; }
  body.us .profile p.title {
    text-transform: uppercase;
    font-size: 0.8em;
    margin-bottom: 2em;
    letter-spacing: 0.05em; }
  body.us .profile p:last-child {
    margin-bottom: 60px; }

body.us .profile-body {
  display: inline-block; }

body.us .photo {
  text-align: right;
  position: relative;
  padding-top: 75px; }
  body.us .photo h2 {
    display: none; }
  body.us .photo img {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 440px;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out; }
    body.us .photo img.hidden {
      display: none; }
    body.us .photo img.renderer {
      position: static;
      width: 100%;
      height: auto;
      visibility: hidden; }
  body.us .photo .show-index-1 img.-index-1 {
    opacity: 1;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out; }
  body.us .photo .show-index-2 img.-index-2 {
    opacity: 1;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out; }
  body.us .photo .show-index-3 img.-index-3 {
    opacity: 1;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out; }
  body.us .photo .show-index-4 img.-index-4 {
    opacity: 1;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out; }
  body.us .photo .show-index-5 img.-index-5 {
    opacity: 1;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out; }
  body.us .photo .show-index-6 img.-index-6 {
    opacity: 1;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out; }
  body.us .photo .show-index-7 img.-index-7 {
    opacity: 1;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out; }

body.us #top {
  margin-bottom: 200px; }

body.us address h3 {
  font-size: 1.2em;
  margin-bottom: 0; }

body.portfolio.landing #samples-stage {
  position: relative; }

body.portfolio .bg-gray {
  color: #fff; }

body.portfolio #content {
  padding-top: 0; }

body.portfolio .section-padding {
  padding-top: 30px;
  padding-bottom: 10px; }

body.work {
  /*.responsive-banner {
        h1 {
            display: none;
        }
    }*/ }
  body.work .noteable-clients .dontsplit {
    line-height: 1.3;
    margin-bottom: .9em; }

body.contact p.subtitle {
  line-height: 1.4; }

/*==================================================
	(6) general purpose
==================================================*/
.page-title {
  position: absolute;
  bottom: 0;
  width: 100%; }
  .page-title h1 {
    color: #fff;
    font-weight: 300; }

.block {
  margin-bottom: 25px; }

.columns {
  overflow: auto; }
  .columns .column {
    float: left;
    box-sizing: border-box; }
    .columns .column.first {
      padding-right: 4%; }
      .columns .column.first.span-1 p {
        line-height: 1.4; }
      .columns .column.first.no-padding {
        padding-right: 0; }
    .columns .column.last {
      padding-left: 5%; }
      .columns .column.last ul {
        padding-left: 1.3em; }
      .columns .column.last li {
        margin-bottom: 0.75em; }
      .columns .column.last.no-padding {
        padding-left: 0; }
    .columns .column p:last-child {
      margin-bottom: 0; }
  .columns.centered {
    text-align: center; }
    .columns.centered .column {
      text-align: left;
      float: none;
      display: inline-block;
      vertical-align: top; }

.quote {
  font-family: "adelle", serif;
  font-size: 1em;
  font-weight: 400;
  color: #a49a87;
  border-top: 1px solid #d2d2d2;
  margin-top: 30px;
  padding: 17px 0 6px 0; }
  body.article .quote {
    border-top: none;
    margin-top: 10vh;
    padding-top: 0; }
  .quote p {
    line-height: 1.5 !important; }
  .quote p:first-child:before {
    content: url(../images/icon_quote.png);
    margin-top: -3px;
    float: left;
    margin-right: 5px;
    margin-bottom: -10px; }
  .quote .attribution {
    border-top: 1px solid #d2d2d2;
    padding-top: 6px;
    margin-top: 20px;
    font-size: .8em;
    font-family: "aktiv-grotesk-std", helvetica, arial, sans-serif;
    color: #3E3E3E;
    line-height: 1.3em; }
    .quote .attribution strong {
      display: block; }

body.contact .columns .column.first p {
  line-height: inherit; }

.span-1 {
  width: 33.333%; }

.span-12345 {
  width: 49%; }

.span-2 {
  width: 66.666%; }

.span-3 {
  width: 100%; }

.portfolio .column.first,
.portfolio .column.last {
  padding-bottom: 30px; }

.section-padding {
  padding: 40px 0; }

.section-gap {
  margin-bottom: 40px; }

.pad-top-1 {
  padding-top: 6px; }

.pad-top-monkey {
  padding-top: 19px; }

.pad-bottom-1 {
  padding-bottom: 15px; }

.center {
  text-align: center; }

/* cta */
.cta {
  text-align: right;
  background-color: #3E3E3E;
  padding: 20px 0; }
  .cta a {
    position: relative;
    font-size: 1.6em;
    color: #E5E5CC;
    padding-right: 60px; }
    .cta a:after {
      content: '';
      position: absolute;
      width: 33px;
      height: 33px;
      top: -2px;
      right: 0;
      background: transparent url(../images/icon_arrow_up.svg) 100% 50% no-repeat;
      background-size: 32px 33px;
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }
  .cta a.more {
    color: #77773B;
    font-size: 1.6em;
    background: transparent url(../images/icon_arrow_right.png) top right no-repeat;
    padding: 2px 45px 10px 0; }

.inline-cta {
  margin-top: 30px;
  margin-left: -10px;
  text-align: left;
  padding: 10px;
  border-bottom: 1px solid #e9e9e9;
  background-color: #e9e9e9; }
  .inline-cta a {
    display: inline-block;
    font-size: 1.2em;
    background: transparent url(../images/icon_arrow_right.png) 100% 50% no-repeat;
    padding-right: 40px;
    color: #666; }

#samples-wrapper {
  background-color: #3E3E3E;
  position: relative;
  min-height: 80px; }
  #samples-wrapper .bar {
    background-color: #3E3E3E;
    padding: 20px 0;
    text-align: right; }
    #samples-wrapper .bar a {
      font-size: 1.6em;
      color: #E5E5CC;
      position: relative;
      padding-right: 60px; }
      #samples-wrapper .bar a:after {
        content: '';
        position: absolute;
        width: 32px;
        height: 33px;
        top: -2px;
        right: 0;
        background: transparent url(../images/icon_arrow_up.svg) 100% 50% no-repeat;
        background-size: 32px 33px;
        -webkit-transition: transform 0.4s ease-in-out;
        -moz-transition: transform 0.4s ease-in-out;
        -o-transition: transform 0.4s ease-in-out;
        transition: transform 0.4s ease-in-out; }
  #samples-wrapper.open .bar a:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: transform 0.4s 0.5s ease-in-out;
    -moz-transition: transform 0.4s 0.5s ease-in-out;
    -o-transition: transform 0.4s 0.5s ease-in-out;
    transition: transform 0.4s 0.5s ease-in-out; }

#samples-stage {
  position: absolute;
  width: 100%;
  background-color: #3E3E3E;
  bottom: 0; }
  .expanded-portfolio #samples-stage .bar {
    display: none; }
  .expanded-portfolio #samples-stage #samples-wrapper {
    padding-bottom: 40px; }
  .expanded-portfolio #samples-stage #samples {
    height: auto;
    overflow: visible; }

#samples {
  overflow: hidden;
  height: 0; }

.samples {
  background-color: #3E3E3E;
  overflow: auto; }
  .samples ul {
    background-color: #fff;
    list-style: none;
    border-top: 1px solid #666;
    border-left: 1px solid #666;
    margin-bottom: 60px;
    overflow: hidden; }
  .samples li {
    float: left;
    width: 33.3339%;
    height: 260px;
    margin-bottom: 0;
    box-sizing: border-box;
    padding: 30px 0;
    position: relative;
    cursor: pointer;
    background-color: #3E3E3E;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    overflow: hidden; }
  .samples li.hover .logo {
    opacity: 0;
    -webkit-transform: translateY(-55%);
    -moz-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    -o-transform: translateY(-55%);
    transform: translateY(-55%);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .samples li.hover .detail {
    opacity: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.6s ease-in-out 0.5s ease-in-out;
    -moz-transition: all 0.6s ease-in-out 0.5s ease-in-out;
    -o-transition: all 0.6s ease-in-out 0.5s ease-in-out;
    transition: all 0.6s ease-in-out 0.5s ease-in-out; }
  .samples li.hover .background {
    opacity: .7;
    -webkit-transition: background-size 4s ease 0.5s ease-in-out;
    -moz-transition: background-size 4s ease 0.5s ease-in-out;
    -o-transition: background-size 4s ease 0.5s ease-in-out;
    transition: background-size 4s ease 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease 0.5s ease-in-out;
    transition: opacity 0.5s ease 0.5s ease-in-out; }
  .samples a {
    color: #fff;
    display: block;
    position: absolute;
    height: 100%;
    top: 0; }
  .samples .logo {
    text-align: center;
    position: relative;
    top: 50%;
    opacity: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.6s 0.5s ease-in-out;
    -moz-transition: all 0.6s 0.5s ease-in-out;
    -o-transition: all 0.6s 0.5s ease-in-out;
    transition: all 0.6s 0.5s ease-in-out; }
    .samples .logo img {
      max-width: 90%; }
  .samples .detail {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.2s 0.5s ease-in-out;
    -moz-transition: all 0.2s 0.5s ease-in-out;
    -o-transition: all 0.2s 0.5s ease-in-out;
    transition: all 0.2s 0.5s ease-in-out;
    -moz-transform-style: preserve-3d;
    opacity: 0;
    box-sizing: border-box;
    padding: 0 12%;
    font-size: .8em;
    font-weight: 300;
    z-index: 9999;
    color: #fff;
    line-height: 1.3; }
    .samples .detail p {
      -webkit-transform: translateZ(0);
      -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
      -o-transform: translateZ(0);
      transform: translateZ(0);
      -webkit-text-stroke: 1px transparent;
      font-size: 16px;
      color: #fff;
      margin-bottom: 0; }
    .samples .detail h3 {
      font-size: 1.8em;
      font-weight: 300;
      color: #fff;
      margin-bottom: 15px;
      line-height: 1.3; }
  .samples .background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    opacity: 0;
    background-color: transparent;
    background-position: center bottom;
    background-repeat: no-repeat;
    /*background-size: auto 105%;*/
    background-size: cover;
    -webkit-transition: background-size 4s ease 0.5s ease-in-out;
    -moz-transition: background-size 4s ease 0.5s ease-in-out;
    -o-transition: background-size 4s ease 0.5s ease-in-out;
    transition: background-size 4s ease 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease 0.5s ease-in-out;
    transition: opacity 0.5s ease 0.5s ease-in-out; }
    .samples .background.pin-center {
      background-position: center center; }

.tab-list ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.tab-list li {
  border-bottom: 1px solid #e9e9e9;
  padding: 16px 0;
  margin: 0; }
  .tab-list li.active a {
    color: #EA7F0C; }
  .tab-list li:first-child {
    padding-top: 0; }
  .tab-list li:last-child {
    border-bottom: none; }

.tab-list a {
  color: #666;
  font-size: 1.1em; }
  .tab-list a:hover {
    color: #EA7F0C; }

.tab-list-content {
  display: none; }

.tab-list-item {
  color: #666;
  font-size: 1.1em;
  text-decoration: none; }
  .tab-list-item:hover {
    color: #EA7F0C; }
  .tab-list-item.active {
    color: #EA7F0C;
    font-weight: bold; }

.enclosure {
  background-color: #77773B;
  padding: 60px 0;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff; }

.bg-green {
  background-color: #77773B;
  color: #fff; }

.bg-orange {
  background-color: #EA7F0C; }

.bg-gray {
  background-color: #3E3E3E; }

.bg-white {
  background-color: #fff;
  color: #3E3E3E; }

/* forms */
.field {
  margin-bottom: 10px; }

.icon {
  width: 30%; }

.testimonial-wrapper .overlay {
  padding-top: 60px;
  padding-bottom: 60px; }

p.testimonial {
  font-size: 2.2em;
  line-height: 1.4em;
  /*color: $gray-2;*/
  color: #fff;
  font-weight: 900;
  margin-bottom: 0.5em; }

.attribution {
  font-size: 1em;
  font-weight: 300;
  margin-bottom: 0;
  /*color: $gray-2;*/
  color: #fff;
  text-align: right; }

.photo {
  width: 60%;
  float: right;
  box-sizing: border-box;
  overflow: hidden; }

.pin {
  padding-top: 20px;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transition: all;
  -webkit-transform: translate3d(0, 0, 0); }
  .pin img {
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transition: all;
    -webkit-transform: translate3d(0, 0, 0); }

.slick-dots {
  position: absolute;
  bottom: 12px;
  width: 100%;
  text-align: center;
  margin-bottom: 0; }
  .slick-dots li {
    display: inline-block;
    margin: 0 5px; }
  .slick-dots a {
    float: left;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    position: relative;
    cursor: pointer;
    background-color: transparent; }
    .slick-dots a::after {
      position: absolute;
      content: '';
      border: 1px solid #e4e4cc;
      background-color: rgba(255, 255, 255, 0.5);
      top: 0;
      left: 0;
      width: 12px;
      height: 12px;
      border-radius: 100%; }
  .slick-dots .slick-active a.bg-orange::after {
    background-color: #EA7F0C; }
  .slick-dots .slick-active a.bg-green::after {
    background-color: #77773B; }

.banner-slide,
.slide {
  position: relative;
  /*display: table;*/
  width: 100%;
  height: 100%;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4); }

/* utilities */
img.scale,
.scale img {
  width: 100%;
  height: auto; }

.client {
  margin-bottom: 20px; }
  .client img {
    width: 100%; }

.circle-icon {
  max-width: 300px;
  text-align: center;
  margin: 0 auto 15px auto; }

.intro {
  font-size: 1.2em;
  margin-bottom: 25px;
  color: #77773B; }

.green {
  color: #77773B; }

.narrow {
  width: 65%;
  margin: 0 auto; }

.hp {
  display: none; }

/*==================================================
	(7) media queries
==================================================*/
@media all and (min-width: 1800px) {
  .slide {
    background-size: auto 230%;
    -webkit-transition: background-size 0.5s ease 0.5s ease-in-out;
    -moz-transition: background-size 0.5s ease 0.5s ease-in-out;
    -o-transition: background-size 0.5s ease 0.5s ease-in-out;
    transition: background-size 0.5s ease 0.5s ease-in-out; } }

@media all and (min-width: 2000px) {
  .slide {
    background-size: auto 320%;
    -webkit-transition: background-size 0.5s ease 0.5s ease-in-out;
    -moz-transition: background-size 0.5s ease 0.5s ease-in-out;
    -o-transition: background-size 0.5s ease 0.5s ease-in-out;
    transition: background-size 0.5s ease 0.5s ease-in-out; } }

/* 1100px */
@media all and (max-width: 1025px) {
  head {
    font-family: 'Tablet';
    /* provide JS a means to identify the active media query */ }
  .slide {
    background-size: 100%;
    -webkit-transition: background-size 0.5s ease 0.5s ease-in-out;
    -moz-transition: background-size 0.5s ease 0.5s ease-in-out;
    -o-transition: background-size 0.5s ease 0.5s ease-in-out;
    transition: background-size 0.5s ease 0.5s ease-in-out; }
  .banner .slide {
    background-size: cover; } }

@media all and (max-width: 930px) {
  body.us .photo img {
    width: 47.3vw;
    height: auto; } }

@media all and (max-width: 900px) {
  .margin-buffer {
    padding-left: 6%;
    padding-right: 6%; }
  #masthead {
    overflow: auto; }
  #nav {
    float: right;
    text-align: right; }
  #logo {
    margin-left: 0; }
  .inner-caption {
    margin-left: -1%; }
  body.home h2 {
    margin-bottom: 15px; } }

/* 851 */
@media screen and (min-width: 851px) {
  #nav {
    height: auto !important;
    opacity: 1 !important; } }

/* 850 */
@media screen and (max-width: 850px) {
  #masthead {
    height: auto;
    min-height: 44px; }
  #burger {
    display: block; }
  #nav {
    height: 0;
    float: none;
    clear: both;
    overflow: hidden;
    margin-top: 20px;
    margin-left: -8px; }
    #nav ul {
      overflow: auto; }
    #nav li {
      margin-bottom: 8px;
      margin-left: 0;
      float: none; } }

/* 800 */
@media screen and (max-width: 800px) {
  ul.samples li {
    width: 50%; } }

/* 780 */
@media screen and (max-width: 780px) {
  #content {
    padding-top: 10px; }
    #content .section-padding:first-child {
      padding-top: 20px; }
      body.blog #content .section-padding:first-child {
        padding-top: 30px; }
  .columns .column {
    width: 100% !important;
    /* override inline values from JS */
    float: none !important;
    /* override inline values from JS */
    padding-left: 0; }
  .columns .column.first {
    padding-right: 0; }
  .columns .column.last {
    padding-left: 0; }
  .columns.nested .column {
    width: 50% !important;
    /* override inline values from JS */
    float: left !important;
    /* override inline values from JS */ }
  .columns.nested .column.first {
    padding-right: 3%; }
  .columns.nested .column.last {
    padding-left: 3%; }
  body.philosophy .column.first,
  body.work .column.first {
    margin-bottom: 15px; }
  body.work .tab-list h2 {
    display: none; }
  body.work .responsive-banner h1 {
    display: block; }
  body.article .column.aside-column {
    display: none; }
  .client img {
    width: auto;
    max-width: 220px; }
  .post-thumb {
    margin-bottom: 1.2em; } }

/* 768 */
@media screen and (max-width: 768px) {
  .narrow {
    width: auto; }
  .section-gap {
    margin-bottom: 30px; }
  .section-padding {
    padding-top: 30px;
    padding-bottom: 30px; }
    .section-padding::first-child {
      padding-top: 0; }
  #contact-form {
    margin-bottom: 30px; }
  .testimonial {
    font-size: 1.8em; }
  .category-expand {
    display: block;
    margin-bottom: 15px; }
  .inline-cta {
    position: absolute;
    top: 0;
    right: 20px;
    margin-top: 0; }
  .tab-list ul {
    border-top: 0; }
  body.work #content {
    position: relative; } }

@media screen and (min-width: 621px) {
  .slideshow .inner-caption {
    height: auto !important; } }

@media screen and (max-width: 620px) {
  body.us .person-wrapper.enclosure {
    border-bottom: none;
    margin-bottom: 20px; }
    body.us .person-wrapper.enclosure:after {
      display: none; }
  body.us .person {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    body.us .person .profile {
      order: 2;
      max-width: none;
      width: 100%; }
    body.us .person .pin {
      position: static !important;
      padding-top: 0; }
    body.us .person .profile {
      margin-bottom: 30px; }
    body.us .person .photo {
      text-align: left;
      order: 1;
      width: 100%;
      display: block;
      padding-top: 0; }
      body.us .person .photo h2 {
        display: block;
        margin: 0 0 1.2em 0; }
      body.us .person .photo img {
        position: static !important;
        max-width: 300px;
        height: auto !important;
        margin-bottom: 1.2em;
        display: none; }
        body.us .person .photo img:first-child {
          opacity: 1 !important;
          display: block; }
  body.us .scrollmagic-pin-spacer {
    padding: 0 !important;
    min-height: 0 !important; }
  .enclosure {
    padding: 40px 0; }
  .testimonial {
    font-size: 1.6em; }
  h1, h2.h1 {
    font-size: 1.6em; }
  .slideshow {
    height: auto !important; }
    .slideshow .overlay {
      position: static !important; }
    .slideshow .inner-caption {
      width: auto;
      opacity: 1;
      margin-left: 0;
      padding-bottom: 30px; }
    .slideshow .margin-buffer {
      padding: 0; }
    .slideshow .parallax-banner .image img {
      margin-left: 0 !important;
      width: 100% !important;
      height: auto !important; }
  .parallax-banner {
    min-height: 180px;
    height: auto !important; }
  .responsive-banner .parallax-banner .image {
    position: static !important;
    max-height: 180px;
    overflow: hidden; } }

/* 480 */
@media screen and (max-width: 480px) {
  ul.samples li {
    width: 100%; }
  .columns.nested .column {
    width: 100% !important;
    /* override inline values from JS */
    float: none !important;
    /* override inline values from JS */
    padding-left: 0 !important; } }
