body {
  color: #333;
  font-family: "rooney-sans-1", "rooney-sans-2", sans-serif;
  font-weight: 300;
  margin: 0;
  padding: 0;
  background-color: #eee; }
  @media (min-width: 2101px) {
    body {
      max-width: 1800px;
      margin: 72px auto; } }

#spacer {
  height: 60px; }

h1 {
  margin-top: 18px;
  font-family: "brandon-grotesque-1", "brandon-grotesque-2", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 4px;
  font-size: 11px;
  line-height: 18px;
  font-weight: 400; }
  @media (min-width: 1551px) {
    h1 {
      font-size: 13px;
      line-height: 25px; } }

h2 {
  font-family: "factoria-1", "factoria-2", sans-serif;
  font-size: 110px;
  font-weight: 200;
  color: #fff;
  margin: 0; }

h3 {
  font-weight: 300;
  margin: 0;
  color: #fff;
  font-size: 20px;
  -webkit-font-smoothing: antialiased; }
  @media (min-width: 1551px) {
    h3 {
      font-size: 26px; } }

h4 {
  font-family: "brandon-grotesque-1", "brandon-grotesque-2", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 4px;
  font-size: 11px;
  line-height: 18px;
  color: #fff;
  margin: 0;
  font-weight: 400; }
  @media (min-width: 1551px) {
    h4 {
      font-size: 13px;
      line-height: 25px; } }

p {
  font-family: "ff-spinoza-web-pro-1", "ff-spinoza-web-pro-2", serif;
  font-size: 18px;
  line-height: 26px;
  color: #333;
  text-align: left;
  margin-bottom: 24px; }
  @media (min-width: 1551px) {
    p {
      font-size: 21px;
      line-height: 31px; } }

a {
  color: inherit;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  text-decoration: none; }
  a:hover {
    border-bottom: 1px solid rgba(0, 0, 0, 0.35); }

.calloutText {
  font-family: "ff-spinoza-web-pro-1", "ff-spinoza-web-pro-2", serif;
  margin: 0 auto 48px;
  padding: 0 48px;
  text-align: center;
  color: #333; }
  @media (max-width: 920px) {
    .calloutText {
      font-size: 22px;
      line-height: 34px;
      padding: 0 24px;
      max-width: 640px; } }
  @media (min-width: 921px) and (max-width: 1550px) {
    .calloutText {
      font-size: 30px;
      line-height: 46px;
      max-width: 1200px; } }
  @media (min-width: 1551px) {
    .calloutText {
      font-size: 32px;
      line-height: 51px;
      max-width: 1300px; } }

.wrapper ul {
  padding: 0 48px;
  margin: 0;
  font-family: "brandon-grotesque-1", "brandon-grotesque-2", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 4px;
  font-size: 11px;
  line-height: 18px;
  line-height: 22px; }
  @media (min-width: 1551px) {
    .wrapper ul {
      font-size: 13px;
      line-height: 25px; } }
  @media (max-width: 920px) {
    .wrapper ul {
      padding: 0 12px; } }
  @media (min-width: 1551px) {
    .wrapper ul {
      line-height: 25px; } }
  .wrapper ul span {
    padding: 0 7px;
    vertical-align: -2px;
    font-size: 18px;
    line-height: 18px;
    color: #bbb;
    opacity: 1;
    -webkit-font-smoothing: antialiased; }
    @media (max-width: 920px) {
      .wrapper ul span {
        padding: 0; } }

li {
  display: inline;
  margin: 0 6px 0 0; }
  li:hover {
    border-bottom: 1px solid rgba(200, 200, 200, 0.6); }

.headerStuff {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  display: block;
  padding: 24px 0;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
  z-index: 1000; }
  .headerStuff a {
    border: none;
    color: #333; }
  .headerStuff a h1 {
    display: inline; }

#footer {
  background: url(footer.jpg);
  background-size: cover;
  padding: 120px 0; }
  #footer a {
    color: #fff;
    border: none; }
  #footer ul {
    color: #fff;
    font-weight: 400; }

.wrapper {
  margin: 0 auto;
  width: 100%;
  display: block;
  text-align: center; }
  .wrapper:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .wrapper span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    padding: 0 18px; }

.bigProject, .indexHeader {
  height: 320px;
  line-height: 320px;
  background: url(testbigproject.jpg);
  overflow: hidden;
  opacity: 0.8;
  width: 33.3%;
  float: left; }
  .bigProject:after, .indexHeader:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .bigProject:hover, .indexHeader:hover {
    opacity: 1;
    transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out; }
  @media (max-width: 920px) {
    .bigProject, .indexHeader {
      width: 100%; } }
  @media (min-width: 1551px) {
    .bigProject, .indexHeader {
      height: 400px;
      line-height: 400px; } }

.indexHeader {
  background: #eee;
  opacity: 1; }
  @media (max-width: 920px) {
    .indexHeader {
      height: 128px;
      line-height: 128px; }
      .indexHeader h2 {
        font-size: 48px;
        font-weight: 300; } }
  @media (min-width: 921px) and (max-width: 1550px) {
    .indexHeader h2 {
      font-size: 60px; } }

#index2016 {
  background: url(index2016.jpg);
  background-size: cover; }

#index2015 {
  background: url(index2015.jpg);
  background-size: cover; }

#index2014 {
  background: url(index2014.jpg);
  background-size: cover; }

#index2013 {
  background: url(index2013.jpg);
  background-size: cover; }

#index2012 {
  background: url(index2012.jpg);
  background-size: cover; }

#index2011 {
  background: url(index2011.jpg);
  background-size: cover; }

#indexHeroine {
  background: url(indexHeroine.jpg);
  background-size: cover; }

#indexNickel {
  background: url(indexNickel.jpg) center;
  background-size: cover; }

#indexWwrt {
  background: url(indexWwrt.jpg) center;
  background-size: cover; }

#indexFiresteel {
  background: url(indexFiresteel.jpg) center;
  background-size: cover; }

#indexBadBitch {
  background: url(indexBadBitch.jpg);
  background-size: cover; }

#indexSequoia {
  background: url(indexSequoia.jpg);
  background-size: cover; }

#indexConeViz {
  background: url(indexConeViz.jpg);
  background-size: cover; }

#indexDropbox {
  background: url(indexDropbox.jpg);
  background-size: cover; }

#indexDFBrand {
  background: url(indexDFBrand.jpg);
  background-size: cover; }

#indexDFSite {
  background: url(indexDFSite.jpg);
  background-size: cover; }

#indexPinterestMobile {
  background: url(indexPinterestMobile.jpg);
  background-size: cover; }

#indexPinterestNux {
  background: url(indexPinterestNux.jpg);
  background-size: cover; }

#indexPinterestIllo13 {
  background: url(indexPinterestIllo13.jpg);
  background-size: cover; }

#indexPinterestMobileNux {
  background: url(indexPinterestMobileNux.jpg);
  background-size: cover; }

#indexPinterestSummer {
  background: url(indexPinterestSummer.jpg);
  background-size: cover; }

#indexPinterestIllo12 {
  background: url(indexPinterestIllo12.jpg);
  background-size: cover; }

#indexTwitterStories {
  background: url(indexTwitterStories.jpg);
  background-size: cover; }

#indexTwitterIllo {
  background: url(indexTwitterIllo.jpg);
  background-size: cover; }

#indexTypebit {
  background: url(indexTypebit.jpg);
  background-size: cover; }

#indexMMX {
  background: url(indexMMX.jpg);
  background-size: cover; }

.lilProject {
  float: left;
  background: #fff;
  height: 320px;
  line-height: 320px;
  opacity: 0.7;
  width: 33.3%; }
  .lilProject p {
    font-family: "ff-spinoza-web-pro-1", "ff-spinoza-web-pro-2", serif;
    color: #444;
    text-align: center;
    margin: 0 24px 12px;
    font-size: 20px;
    line-height: 29px; }
    @media (max-width: 920px) {
      .lilProject p {
        max-width: 640px; } }
    @media (min-width: 1551px) {
      .lilProject p {
        font-size: 24px;
        line-height: 34px; } }
  .lilProject h4 {
    color: #333;
    margin: 0 24px; }
  .lilProject:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .lilProject:hover {
    opacity: 1;
    transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out; }
  @media (max-width: 920px) {
    .lilProject {
      width: 100%; } }
  @media (min-width: 1551px) {
    .lilProject {
      height: 400px;
      line-height: 400px; } }

#visitDF, #visitfiresteel, #visitWwrt {
  background-size: cover;
  padding: 180px 0; }
  #visitDF .calloutText, #visitfiresteel .calloutText, #visitWwrt .calloutText {
    color: #fff; }

#visitDF {
  background: url(visitDF.jpg); }

#visitfiresteel {
  background: url(visitfiresteel.jpg); }

#visitWwrt {
  background: url(visitWwrt.jpg) center; }

.project {
  background: #fff;
  padding-top: 60px; }
  .project .sideBySide {
    background: #fafafa; }
    .project .sideBySide:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
  .project .halfsies {
    width: 50%;
    background: #eee; }
    @media (max-width: 920px) {
      .project .halfsies {
        width: 100%; } }
  .project .caption {
    width: 33.3%;
    padding: 26px 0; }
    .project .caption p {
      margin: 36px auto;
      padding: 0 48px;
      max-width: 600px;
      -webkit-font-smoothing: antialiased; }
    .project .caption .calloutText {
      text-align: left; }
    .project .caption .footnote {
      font-family: "rooney-sans-1", "rooney-sans-2", sans-serif;
      font-size: 14px;
      line-height: 21px;
      color: #666; }
      .project .caption .footnote:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden; }
      @media (min-width: 1551px) {
        .project .caption .footnote {
          font-size: 15px;
          line-height: 24px; } }
    @media (max-width: 920px) {
      .project .caption {
        width: 100%; } }
  .project .twothirds {
    width: 66.6%; }
    @media (max-width: 920px) {
      .project .twothirds {
        width: 100%; } }
  .project .onethird {
    width: 33.3%; }
    @media (max-width: 920px) {
      .project .onethird {
        width: 100%; } }
  .project .halfsies, .project .twothirds, .project .onethird, .project .caption {
    float: left; }
    .project .halfsies:after, .project .twothirds:after, .project .onethird:after, .project .caption:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
  .project h2 {
    font-family: "rooney-sans-1", "rooney-sans-2", serif;
    color: #333;
    font-size: 64px;
    font-weight: 400;
    padding: 0 0 36px; }
    @media (max-width: 920px) {
      .project h2 {
        font-size: 60px; } }
  .project .projectTitleRule {
    -webkit-font-smoothing: antialiased;
    width: 120px;
    margin: 0 auto 48px;
    color: #bbb;
    font-size: 36px; }
  .project h4 {
    color: #333; }
  .project img {
    width: 100%;
    float: left; }
    .project img:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  overflow: hidden;
  width: 100%;
  float: left; }
  .videoWrapper:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

#projectFooter {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 72px 0 84px; }
  #projectFooter p {
    text-align: center; }
  #projectFooter a {
    border: none; }
  #projectFooter ul {
    color: #333;
    font-weight: 400;
    max-width: 1200px;
    margin: 0 auto; }
  #projectFooter .sideBySide {
    background: #fff; }

#ashTop {
  background: url(ashTop.jpg) #fff;
  background-size: cover;
  padding: 120px 0 72px;
  -webkit-font-smoothing: antialiased; }
  @media (min-width: 1551px) {
    #ashTop {
      padding: 180px 0 132px; } }
  #ashTop a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
    #ashTop a:hover {
      border-bottom: 1px solid rgba(255, 255, 255, 0.6); }

#ashBlock p {
  margin-top: 12px; }
#ashBlock .lilProject {
  opacity: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  @media (max-width: 920px) {
    #ashBlock .lilProject {
      height: 250px;
      line-height: 250px; } }

#ashTitle p, #ashTitle h4, #ashAvail p, #ashAvail h4, #ashRecruit p, #ashRecruit h4 {
  color: #fff;
  -webkit-font-smoothing: antialiased; }

#ashAvail {
  background: url(ashAvail.jpg);
  background-size: cover; }

#ashRecruit {
  background: url(ashRecruit.jpg);
  background-size: cover; }

#ashTitle {
  background: url(ashTitle.jpg);
  background-size: cover; }
  @media (max-width: 920px) {
    #ashTitle .lilProject p.calloutText {
      font-size: 24px; } }
  @media (min-width: 921px) and (max-width: 1550px) {
    #ashTitle .lilProject p.calloutText {
      font-size: 30px; } }
  @media (min-width: 1551px) {
    #ashTitle .lilProject p.calloutText {
      font-size: 42px; } }

#contact {
  background: #fff;
  padding: 120px 0; }
  #contact a {
    padding: 6px 0; }
  #contact .calloutText {
    color: #333;
    margin: 0 auto;
    display: inline;
    padding: 12px 0; }

.formContainer {
  max-width: 700px;
  margin: 0 auto; }

.wufoo input.text, .wufoo textarea.textarea {
  border: 1px solid #bbb;
  box-shadow: none;
  border-radius: 200px;
  -moz-border-radius: 200px;
  -webkit-border-radius: 200px; }

/*# sourceMappingURL=ashstyle.css.map */
