/* line 5, ../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../usr/local/lib/ruby/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* Reset */
/* line 2, ../sass/_display.scss */
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

/* line 2, ../sass/_display.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 2, ../sass/_display.scss */
body {
  line-height: 1;
}

/* line 2, ../sass/_display.scss */
ol, ul {
  list-style: none;
}

/* line 2, ../sass/_display.scss */
blockquote, q {
  quotes: none;
}

/* line 2, ../sass/_display.scss */
blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none;
}

/* line 2, ../sass/_display.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 14, ../sass/_display.scss */
body {
  font-family: "filson-pro",sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 19px;
}

/* line 21, ../sass/_display.scss */
body.fade-out {
  opacity: 0;
}

/* line 25, ../sass/_display.scss */
body {
  opacity: 1;
  transition: opacity .7s ease-in-out;
  padding-top: 0;
}

/* line 31, ../sass/_display.scss */
h1, h2 {
  font-size: 36px;
  line-height: 50px;
  margin-bottom: 28px;
  letter-spacing: 1px;
  color: #222;
}
@media screen and (max-width: 767px) {
  /* line 31, ../sass/_display.scss */
  h1, h2 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0px;
  }
}

/* line 48, ../sass/_display.scss */
h3 {
  font-size: 24px;
  line-height: 32px;
}

/* line 53, ../sass/_display.scss */
p, li {
  padding-bottom: 20px;
  line-height: 22px;
  letter-spacing: 1px;
}

/* line 59, ../sass/_display.scss */
li {
  padding-bottom: 0;
}

/* line 63, ../sass/_display.scss */
a {
  text-decoration: none;
  color: #222;
}

/* line 68, ../sass/_display.scss */
figcaption {
  font-size: 12px;
}

/* line 74, ../sass/_display.scss */
header, section, footer {
  max-width: 940px;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
}

/* line 83, ../sass/_display.scss */
header.main {
  background: transparent;
  padding-top: 18px;
  padding-bottom: 88px;
}
@media screen and (max-width: 767px) {
  /* line 83, ../sass/_display.scss */
  header.main {
    padding-bottom: 30px;
  }
}

/* line 97, ../sass/_display.scss */
a.logo {
  width: 80px;
  display: inline-block;
}

/* line 103, ../sass/_display.scss */
nav.main a {
  color: #222;
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 19px;
}
/* line 110, ../sass/_display.scss */
nav.main a:hover {
  text-decoration: underline;
}

/* line 118, ../sass/_display.scss */
footer {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 12px;
}

/* line 126, ../sass/_display.scss */
.fadeInDown {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-200px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* line 2, ../sass/_main.scss */
header.main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 100;
}
/* line 10, ../sass/_main.scss */
header.main .logo {
  display: inline-block;
  width: 80px;
}
/* line 15, ../sass/_main.scss */
header.main nav {
  text-align: right;
}

/* line 2, ../sass/_work.scss */
section.work ul {
  position: relative;
  margin-left: 10px;
}
/* line 8, ../sass/_work.scss */
section.work ul li {
  font-size: 36px;
  line-height: 50px;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  /* line 8, ../sass/_work.scss */
  section.work ul li {
    font-size: 24px;
    line-height: 40px;
  }
}
/* line 20, ../sass/_work.scss */
section.work ul li:before {
  position: absolute;
  margin-left: -32px;
  content: "\2013";
  display: inline-block;
}
/* line 35, ../sass/_work.scss */
section.work ul li a {
  color: #222;
}
/* line 39, ../sass/_work.scss */
section.work ul li a:hover {
  text-decoration: underline;
}
/* line 48, ../sass/_work.scss */
section.work ul li:first-child {
  opacity: .10;
}
/* line 52, ../sass/_work.scss */
section.work ul li:nth-child(2) {
  opacity: .20;
}
/* line 56, ../sass/_work.scss */
section.work ul li:nth-child(3) {
  opacity: .30;
}
/* line 60, ../sass/_work.scss */
section.work ul li:nth-child(4) {
  opacity: .40;
}
/* line 64, ../sass/_work.scss */
section.work ul li:nth-child(5) {
  opacity: .50;
}
/* line 68, ../sass/_work.scss */
section.work ul li:nth-child(6) {
  opacity: .60;
}
/* line 72, ../sass/_work.scss */
section.work ul li:nth-child(7) {
  opacity: .70;
}
/* line 76, ../sass/_work.scss */
section.work ul li:nth-child(8) {
  opacity: .80;
}
/* line 80, ../sass/_work.scss */
section.work ul li:nth-child(9) {
  opacity: .90;
}
/* line 84, ../sass/_work.scss */
section.work ul li:nth-child(10) {
  opacity: 1;
}

/* line 2, ../sass/_project.scss */
section.project {
  max-width: 1440px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 80px;
}

/* line 14, ../sass/_project.scss */
section.project header h1 {
  position: relative;
  margin-left: 30px;
}
/* line 19, ../sass/_project.scss */
section.project header h1:before {
  position: absolute;
  margin-left: -32px;
  content: "\2013";
  display: inline-block;
}

/* line 36, ../sass/_project.scss */
section.project .block {
  display: flex;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  /* line 36, ../sass/_project.scss */
  section.project .block {
    display: block;
  }
}
/* line 45, ../sass/_project.scss */
section.project .block .text {
  width: 270px;
  line-height: 22px;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  /* line 45, ../sass/_project.scss */
  section.project .block .text {
    width: auto;
    letter-spacing: 0;
  }
}
/* line 57, ../sass/_project.scss */
section.project .block figure {
  width: 620px;
}
@media screen and (max-width: 767px) {
  /* line 57, ../sass/_project.scss */
  section.project .block figure {
    width: auto;
    margin-left: -25px;
    margin-right: -25px;
    position: relative;
    left: 0;
    right: 0;
  }
  /* line 69, ../sass/_project.scss */
  section.project .block figure figcaption {
    padding-left: 25px;
    padding-right: 25px;
  }
}
/* line 80, ../sass/_project.scss */
section.project .block:nth-child(even) .text {
  order: -1;
}
/* line 84, ../sass/_project.scss */
section.project .block:nth-child(even) figure {
  padding-left: 50px;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  /* line 84, ../sass/_project.scss */
  section.project .block:nth-child(even) figure {
    padding: 0;
  }
}

/* line 98, ../sass/_project.scss */
section.project figure {
  padding-right: 50px;
  padding-left: 0px;
  margin-bottom: 30px;
}
/* line 104, ../sass/_project.scss */
section.project figure.top {
  padding: 0;
}
/* line 124, ../sass/_project.scss */
section.project figure.top figcaption {
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (max-width: 767px) {
  /* line 98, ../sass/_project.scss */
  section.project figure {
    padding: 0;
  }
}
/* line 136, ../sass/_project.scss */
section.project figure img {
  width: 100%;
  height: auto;
}
/* line 141, ../sass/_project.scss */
section.project figure figcaption {
  max-width: 940px;
  margin: 15px auto 0 auto;
}

/* line 150, ../sass/_project.scss */
section.project .content {
  max-width: 940px;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
}
/* line 160, ../sass/_project.scss */
section.project .content .intro {
  columns: 3;
  column-gap: 40px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  /* line 160, ../sass/_project.scss */
  section.project .content .intro {
    columns: 1;
    column-gap: 0px;
  }
}

/* line 179, ../sass/_project.scss */
#projectBG {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}

/* line 1, ../sass/_bio-contact.scss */
.contact-bio-grid, .halves {
  margin-bottom: 60px;
  display: flex;
}
@media screen and (max-width: 767px) {
  /* line 1, ../sass/_bio-contact.scss */
  .contact-bio-grid, .halves {
    display: block;
  }
}
/* line 9, ../sass/_bio-contact.scss */
.contact-bio-grid .contact a, .halves .contact a {
  text-decoration: underline;
}
/* line 11, ../sass/_bio-contact.scss */
.contact-bio-grid .contact a:hover, .halves .contact a:hover {
  text-decoration: none;
}

/* line 18, ../sass/_bio-contact.scss */
.halves div:first-child {
  margin-right: 50px;
}

/* line 22, ../sass/_bio-contact.scss */
.left {
  width: 590px;
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  /* line 22, ../sass/_bio-contact.scss */
  .left {
    width: auto;
  }
}
/* line 31, ../sass/_bio-contact.scss */
.left .contact {
  width: 100%;
}
/* line 34, ../sass/_bio-contact.scss */
.left .contact .block {
  width: 50%;
}
@media screen and (max-width: 767px) {
  /* line 34, ../sass/_bio-contact.scss */
  .left .contact .block {
    width: auto;
  }
}

/* line 47, ../sass/_bio-contact.scss */
.right {
  width: 200px;
}
@media screen and (max-width: 767px) {
  /* line 47, ../sass/_bio-contact.scss */
  .right {
    width: auto;
  }
}

/* line 56, ../sass/_bio-contact.scss */
.employment, .showings {
  width: 50%;
}
@media screen and (max-width: 767px) {
  /* line 56, ../sass/_bio-contact.scss */
  .employment, .showings {
    width: auto;
  }
}
/* line 65, ../sass/_bio-contact.scss */
.employment ul, .showings ul {
  margin-bottom: 25px;
}

/* line 74, ../sass/_bio-contact.scss */
.testimonials .block {
  width: 428px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  /* line 74, ../sass/_bio-contact.scss */
  .testimonials .block {
    width: auto;
  }
}
/* line 82, ../sass/_bio-contact.scss */
.testimonials .block h3 {
  margin-bottom: 10px;
}
