

/* line 45, ../../../src/scss/screen.scss */
body {
  text-align: center;
}

/* line 93, ../../../src/scss/screen.scss */
.grid-1, .grid-2,
.grid-3, .grid-4,
.grid-5, .grid-6,
.grid-7, .grid-8,
.grid-9, .grid-10,
.grid-11, .grid-12,
.grid-13, .grid-14,
.grid-15, .grid-16 {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}
/* line 107, ../../../src/scss/screen.scss */
.grid-1.alpha, .grid-2.alpha,
.grid-3.alpha, .grid-4.alpha,
.grid-5.alpha, .grid-6.alpha,
.grid-7.alpha, .grid-8.alpha,
.grid-9.alpha, .grid-10.alpha,
.grid-11.alpha, .grid-12.alpha,
.grid-13.alpha, .grid-14.alpha,
.grid-15.alpha, .grid-16.alpha {
  margin-left: 0;
}
/* line 111, ../../../src/scss/screen.scss */
.grid-1.omega, .grid-2.omega,
.grid-3.omega, .grid-4.omega,
.grid-5.omega, .grid-6.omega,
.grid-7.omega, .grid-8.omega,
.grid-9.omega, .grid-10.omega,
.grid-11.omega, .grid-12.omega,
.grid-13.omega, .grid-14.omega,
.grid-15.omega, .grid-16.omega {
  margin-right: 0;
}
/* line 115, ../../../src/scss/screen.scss */
.grid-1.center, .grid-2.center,
.grid-3.center, .grid-4.center,
.grid-5.center, .grid-6.center,
.grid-7.center, .grid-8.center,
.grid-9.center, .grid-10.center,
.grid-11.center, .grid-12.center,
.grid-13.center, .grid-14.center,
.grid-15.center, .grid-16.center {
  float: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 51, ../../../src/scss/_utils.scss */
.container {
  width: 1120px;
}

/* line 62, ../../../src/scss/_utils.scss */
.grid-1 {
  width: 50px;
}
/* line 65, ../../../src/scss/_utils.scss */
.grid-1.large {
  width: 62.5px;
}

/* line 62, ../../../src/scss/_utils.scss */
.grid-2 {
  width: 120px;
}
/* line 65, ../../../src/scss/_utils.scss */
.grid-2.large {
  width: 150px;
}

/* line 62, ../../../src/scss/_utils.scss */
.grid-3 {
  width: 190px;
}
/* line 65, ../../../src/scss/_utils.scss */
.grid-3.large {
  width: 237.5px;
}

/* line 62, ../../../src/scss/_utils.scss */
.grid-4 {
  width: 260px;
}
/* line 65, ../../../src/scss/_utils.scss */
.grid-4.large {
  width: 325px;
}

/* line 62, ../../../src/scss/_utils.scss */
.grid-5 {
  width: 330px;
}
/* line 65, ../../../src/scss/_utils.scss */
.grid-5.large {
  width: 412.5px;
}

/* line 62, ../../../src/scss/_utils.scss */
.grid-6 {
  width: 400px;
}
/* line 65, ../../../src/scss/_utils.scss */
.grid-6.large {
  width: 500px;
}

/* line 62, ../../../src/scss/_utils.scss */
.grid-7 {
  width: 470px;
}
/* line 65, ../../../src/scss/_utils.scss */
.grid-7.large {
  width: 587.5px;
}

/* line 62, ../../../src/scss/_utils.scss */
.grid-8 {
  width: 540px;
}
/* line 65, ../../../src/scss/_utils.scss */
.grid-8.large {
  width: 675px;
}

/* line 62, ../../../src/scss/_utils.scss */
.grid-9 {
  width: 610px;
}
/* line 65, ../../../src/scss/_utils.scss */
.grid-9.large {
  width: 762.5px;
}

/* line 62, ../../../src/scss/_utils.scss */
.grid-10 {
  width: 680px;
}
/* line 65, ../../../src/scss/_utils.scss */
.grid-10.large {
  width: 850px;
}

/* line 62, ../../../src/scss/_utils.scss */
.grid-11 {
  width: 750px;
}
/* line 65, ../../../src/scss/_utils.scss */
.grid-11.large {
  width: 937.5px;
}

/* line 62, ../../../src/scss/_utils.scss */
.grid-12 {
  width: 820px;
}
/* line 65, ../../../src/scss/_utils.scss */
.grid-12.large {
  width: 1025px;
}

/* line 62, ../../../src/scss/_utils.scss */
.grid-13 {
  width: 890px;
}
/* line 65, ../../../src/scss/_utils.scss */
.grid-13.large {
  width: 1112.5px;
}

/* line 62, ../../../src/scss/_utils.scss */
.grid-14 {
  width: 960px;
}
/* line 65, ../../../src/scss/_utils.scss */
.grid-14.large {
  width: 1200px;
}

/* line 62, ../../../src/scss/_utils.scss */
.grid-15 {
  width: 1030px;
}
/* line 65, ../../../src/scss/_utils.scss */
.grid-15.large {
  width: 1287.5px;
}

/* line 62, ../../../src/scss/_utils.scss */
.grid-16 {
  width: 1100px;
}
/* line 65, ../../../src/scss/_utils.scss */
.grid-16.large {
  width: 1375px;
}

/* line 126, ../../../src/scss/screen.scss */
#wrap,
.wrap {
  padding: 20px 0;
}



/* line 326, ../../../src/scss/screen.scss */
.list-regular li {
  padding-top: 8px;
}
/* line 329, ../../../src/scss/screen.scss */
.list-regular li:first-child {
  padding-top: 0;
}

/* line 334, ../../../src/scss/screen.scss */
.list-inline-block > li {
  margin-top: 0;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: top;
}

/* line 340, ../../../src/scss/screen.scss */
.list-inline > li {
  margin-top: 0;
  list-style-type: none;
}
/* line 6, ../../../../../.rvm/gems/ruby-1.9.3-p448/gems/compass-core-1.0.0.alpha.16/stylesheets/compass/typography/lists/_inline-list.scss */
.list-inline > li, .list-inline > li li {
  margin: 0;
  padding: 0;
  display: inline;
}

/* line 345, ../../../src/scss/screen.scss */
.list-float-none > li {
  float: none;
}

/* line 349, ../../../src/scss/screen.scss */
.list-small > li {
  font-size: 12px;
  word-spacing: 1px;
  line-height: 14px;
  vertical-align: top;
}

/**
 *  .list-blocks
 *  ------------
 *
 *  Description: Rectangular, centered block grid
 *  Usage: Food
 */
/* line 362, ../../../src/scss/screen.scss */
.list-blocks {
  text-align: center;
  margin: 1.4em 0;
}
/* line 366, ../../../src/scss/screen.scss */
.list-blocks > li {
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  float: none;
  height: 275px;
  background-color: #d1d1d1;
}
/* line 380, ../../../src/scss/screen.scss */
.list-blocks.instagram li {
  max-width: 612px;
  height: 612px;
}
/* line 385, ../../../src/scss/screen.scss */
.list-blocks.instagram a {
  display: block;
  border: none;
}

/* line 392, ../../../src/scss/screen.scss */
.list-hex-grid {
  /*margin-top: 55px;*/
  margin-bottom: 55px;
  font-size: 0px;
  word-spacing: 1px;
  word-spacing: 0;
  position:absolute;
  width:90%;
  left:5%;
  top:25%;
}
/* line 398, ../../../src/scss/screen.scss */
.list-hex-grid.with-labels {
  margin-bottom: 200px;
}
/* line 402, ../../../src/scss/screen.scss */
.list-hex-grid img {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: top;
}
/* line 407, ../../../src/scss/screen.scss */
.list-hex-grid div.hex {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-top: 37px;
  margin-bottom: 37px;
  float: none;
  position: relative;
  z-index: 10;
}
/* line 161, ../../../src/scss/_utils.scss */
.list-hex-grid div.hex > a,
.list-hex-grid div.hex > div {
  height: 110px;
  line-height: 220px;
}
/* line 168, ../../../src/scss/_utils.scss */
.list-hex-grid div.hex .inner {
  top: -55px;
}
/* line 172, ../../../src/scss/_utils.scss */
.list-hex-grid div.hex .hex-1:before,
.list-hex-grid div.hex .hex-2:before {
  height: 220px;
  width: 220px;
}
/* line 178, ../../../src/scss/_utils.scss */
.list-hex-grid div.hex .hex-1:before {
  -moz-transform: rotate(-60deg) translate(-110px, 0);
  -ms-transform: rotate(-60deg) translate(-110px, 0);
  -o-transform: rotate(-60deg) translate(-110px, 0);
  -webkit-transform: rotate(-60deg) translate(-110px, 0);
  transform: rotate(-60deg) translate(-110px, 0);
}
/* line 182, ../../../src/scss/_utils.scss */
.list-hex-grid div.hex .hex-2:before {
  -moz-transform: rotate(60deg) translate(40px, 40px);
  -ms-transform: rotate(60deg) translate(40px, 40px);
  -o-transform: rotate(60deg) translate(40px, 40px);
  -webkit-transform: rotate(60deg) translate(40px, 40px);
  transform: rotate(60deg) translate(40px, 40px);
}
/* line 415, ../../../src/scss/screen.scss */
.list-hex-grid div.hex > a,
.list-hex-grid div.hex > div {
  font-size: 18px;
  word-spacing: 1px;
  -moz-transition: none 1s;
  -o-transition: none 1s;
  -webkit-transition: none 1s;
  transition: none 1s;
  background-color: whitesmoke;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -moz-background-size: auto 220px;
  -o-background-size: auto 220px;
  -webkit-background-size: auto 220px;
  background-size: auto 220px;
  text-align: center;
  display: block;
  border: none;
  color: #fff;
  -webkit-backface-visibility: hidden;
}
/* line 440, ../../../src/scss/screen.scss */
.list-hex-grid div.hex p {
  color: #fff;
  font-size: 16px;
}
/* line 445, ../../../src/scss/screen.scss */
.list-hex-grid div.hex .inner {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  white-space: normal;
  z-index: 20;
  position: relative;
  max-width: 80%;
  color: #fff !important;
  font-family: "freightsans_regular", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 22px;
}
/* line 461, ../../../src/scss/screen.scss */
.list-hex-grid div.hex .inner img {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 471, ../../../src/scss/screen.scss */
.list-hex-grid div.hex .hex-1,
.list-hex-grid div.hex .hex-2 {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  overflow: hidden;
  background: inherit;
  -webkit-backface-visibility: hidden;
}
/* line 485, ../../../src/scss/screen.scss */
.list-hex-grid div.hex .hex-1:before,
.list-hex-grid div.hex .hex-2:before {
  content: '';
  position: absolute;
  background: inherit;
  left: 0;
  z-index: -1;
  background: inherit;
}
/* line 494, ../../../src/scss/screen.scss */
.list-hex-grid div.hex .hex-1 .after,
.list-hex-grid div.hex .hex-2 .after {
  z-index: -1;
}
/* line 499, ../../../src/scss/screen.scss */
.list-hex-grid div.hex .hex-1 {
  z-index: -1;
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
/* line 503, ../../../src/scss/screen.scss */
.list-hex-grid div.hex .hex-1:before {
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
/* line 508, ../../../src/scss/screen.scss */
.list-hex-grid div.hex .hex-2 {
  -moz-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
/* line 511, ../../../src/scss/screen.scss */
.list-hex-grid div.hex .hex-2:before {
  bottom: 0;
}
/* line 517, ../../../src/scss/screen.scss */
.list-hex-grid div.hex .after {
  -moz-transition: none 1s;
  -o-transition: none 1s;
  -webkit-transition: none 1s;
  transition: none 1s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
  background: #16a6b6;
}
/* line 529, ../../../src/scss/screen.scss */
.list-hex-grid div.hex.primary > a,
.list-hex-grid div.hex.primary > div {
  background-color: #16a6b6;
}
/* line 534, ../../../src/scss/screen.scss */
.list-hex-grid div.hex.primary .after {
  background-color: #16a6b6;
  border-color: #16a6b6;
}
/* line 542, ../../../src/scss/screen.scss */
.list-hex-grid div.hex.secondary > a,
.list-hex-grid div.hex.secondary > div {
  background-color: #3db0a8;
}
/* line 547, ../../../src/scss/screen.scss */
.list-hex-grid div.hex.secondary .after {
  background-color: #3db0a8;
  border-color: #3db0a8;
}
/* line 555, ../../../src/scss/screen.scss */
.list-hex-grid div.hex.tertiary > a,
.list-hex-grid div.hex.tertiary > div {
  background-color: #bfbfbf;
}
/* line 560, ../../../src/scss/screen.scss */
.list-hex-grid div.hex.tertiary .after {
  background-color: #bfbfbf;
  border-color: #bfbfbf;
}
/* line 568, ../../../src/scss/screen.scss */
.list-hex-grid div.hex.quaternary > a,
.list-hex-grid div.hex.quaternary > div {
  background-color: #fff;
}
/* line 573, ../../../src/scss/screen.scss */
.list-hex-grid div.hex.quaternary .after {
  background-color: #fff;
  border-color: #fff;
}
/* line 580, ../../../src/scss/screen.scss */
.list-hex-grid div.hex.plain-bg > a,
.list-hex-grid div.hex.plain-bg > div {
  background-color: #fff;
  border-color: #fff;
}
/* line 588, ../../../src/scss/screen.scss */
.list-hex-grid div.hex.invert .after, .list-hex-grid div.hex.invert .inner {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: none 1s;
  -o-transition: none 1s;
  -webkit-transition: none 1s;
  transition: none 1s;
}
/* line 603, ../../../src/scss/screen.scss */
.list-hex-grid div.hex.inline-bg img {
  position: absolute;
  top: 0;
  left: 0;
  max-height: 100%;
}
/* line 616, ../../../src/scss/screen.scss */
.list-hex-grid div.hex.full-img img {
  max-height: 140%;
  width: auto;
}
/* line 623, ../../../src/scss/screen.scss */
.list-hex-grid hr {
  background-color: #fff;
}
/* line 627, ../../../src/scss/screen.scss */
.list-hex-grid h3 {
  color: #fff;
}
/* line 631, ../../../src/scss/screen.scss */
.list-hex-grid h3.flex {
  font-size: 1.25em;
  line-height: 1.375em;
}
/* line 636, ../../../src/scss/screen.scss */
.list-hex-grid h6.below {
  position: absolute;
  width: 100%;
  margin-top: 0;
  bottom: -84px;
}
/* line 643, ../../../src/scss/screen.scss */
.list-hex-grid .h1.large {
  font-size: 2em;
  line-height: 1.4;
}
/* line 648, ../../../src/scss/screen.scss */
.list-hex-grid.large div.hex {
  margin-top: 37px;
  margin-bottom: 37px;
  margin-top: 47px;
  margin-bottom: 47px;
}
/* line 161, ../../../src/scss/_utils.scss */
.list-hex-grid.large div.hex > a,
.list-hex-grid.large div.hex > div {
  height: 150px;
  line-height: 300px;
}
/* line 168, ../../../src/scss/_utils.scss */
.list-hex-grid.large div.hex .inner {
  top: -75px;
}
/* line 172, ../../../src/scss/_utils.scss */
.list-hex-grid.large div.hex .hex-1:before,
.list-hex-grid.large div.hex .hex-2:before {
  height: 300px;
  width: 300px;
}
/* line 178, ../../../src/scss/_utils.scss */
.list-hex-grid.large div.hex .hex-1:before {
  -moz-transform: rotate(-60deg) translate(-150px, 0);
  -ms-transform: rotate(-60deg) translate(-150px, 0);
  -o-transform: rotate(-60deg) translate(-150px, 0);
  -webkit-transform: rotate(-60deg) translate(-150px, 0);
  transform: rotate(-60deg) translate(-150px, 0);
}
/* line 182, ../../../src/scss/_utils.scss */
.list-hex-grid.large div.hex .hex-2:before {
  -moz-transform: rotate(60deg) translate(55px, 55px);
  -ms-transform: rotate(60deg) translate(55px, 55px);
  -o-transform: rotate(60deg) translate(55px, 55px);
  -webkit-transform: rotate(60deg) translate(55px, 55px);
  transform: rotate(60deg) translate(55px, 55px);
}
/* line 653, ../../../src/scss/screen.scss */
.list-hex-grid.large div.hex > a,
.list-hex-grid.large div.hex > div {
  -moz-background-size: auto 300px;
  -o-background-size: auto 300px;
  -webkit-background-size: auto 300px;
  background-size: auto 300px;
}
/* line 659, ../../../src/scss/screen.scss */
.list-hex-grid.mid div.hex {
  margin-top: 37px;
  margin-bottom: 37px;
  width: 220px;
  margin-top: 40px;
  margin-bottom: 40px;
}
/* line 161, ../../../src/scss/_utils.scss */
.list-hex-grid.mid div.hex > a,
.list-hex-grid.mid div.hex > div {
  height: 127px;
  line-height: 254px;
}
/* line 168, ../../../src/scss/_utils.scss */
.list-hex-grid.mid div.hex .inner {
  top: -63.5px;
}
/* line 172, ../../../src/scss/_utils.scss */
.list-hex-grid.mid div.hex .hex-1:before,
.list-hex-grid.mid div.hex .hex-2:before {
  height: 254px;
  width: 254px;
}
/* line 178, ../../../src/scss/_utils.scss */
.list-hex-grid.mid div.hex .hex-1:before {
  -moz-transform: rotate(-60deg) translate(-127px, 0);
  -ms-transform: rotate(-60deg) translate(-127px, 0);
  -o-transform: rotate(-60deg) translate(-127px, 0);
  -webkit-transform: rotate(-60deg) translate(-127px, 0);
  transform: rotate(-60deg) translate(-127px, 0);
}
/* line 182, ../../../src/scss/_utils.scss */
.list-hex-grid.mid div.hex .hex-2:before {
  -moz-transform: rotate(60deg) translate(47px, 47px);
  -ms-transform: rotate(60deg) translate(47px, 47px);
  -o-transform: rotate(60deg) translate(47px, 47px);
  -webkit-transform: rotate(60deg) translate(47px, 47px);
  transform: rotate(60deg) translate(47px, 47px);
}
/* line 665, ../../../src/scss/screen.scss */
.list-hex-grid.mid div.hex > a,
.list-hex-grid.mid div.hex > div {
  -moz-background-size: auto 260px;
  -o-background-size: auto 260px;
  -webkit-background-size: auto 260px;
  background-size: auto 260px;
}
/* line 672, ../../../src/scss/screen.scss */
.list-hex-grid.modal-active div.hex > a,
.list-hex-grid.modal-active div.hex > div {
  -webkit-backface-visibility: visible;
}
/* line 676, ../../../src/scss/screen.scss */
.list-hex-grid.modal-active div.hex > a .hex-1,
.list-hex-grid.modal-active div.hex > a .hex-2,
.list-hex-grid.modal-active div.hex > div .hex-1,
.list-hex-grid.modal-active div.hex > div .hex-2 {
  -webkit-backface-visibility: visible;
}

/* line 686, ../../../src/scss/screen.scss */
.no-csstransforms .list-hex-grid > br {
  display: none !important;
}
/* line 690, ../../../src/scss/screen.scss */
.no-csstransforms .list-hex-grid div.hex {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 694, ../../../src/scss/screen.scss */
.no-csstransforms .list-hex-grid div.hex .hex-1,
.no-csstransforms .list-hex-grid div.hex .hex-2,
.no-csstransforms .list-hex-grid div.hex .hex-1:before,
.no-csstransforms .list-hex-grid div.hex .hex-2:before {
  display: none !important;
}
/* line 701, ../../../src/scss/screen.scss */
.no-csstransforms .list-hex-grid div.hex > a,
.no-csstransforms .list-hex-grid div.hex > div {
  padding: 50px 0;
}
/* line 706, ../../../src/scss/screen.scss */
.no-csstransforms .list-hex-grid div.hex.inline-bg {
  overflow: hidden;
}
/* line 709, ../../../src/scss/screen.scss */
.no-csstransforms .list-hex-grid div.hex.inline-bg > a,
.no-csstransforms .list-hex-grid div.hex.inline-bg > div {
  overflow: hidden;
}
/* line 714, ../../../src/scss/screen.scss */
.no-csstransforms .list-hex-grid div.hex.inline-bg img {
  top: 9%;
  left: 12%;
  max-width: 75%;
}



@media screen and (max-width: 1290px) {
  /* line 2193, ../../../src/scss/screen.scss */
  #work-projects .container {
    width: 89%;
  }
}
/* line 2200, ../../../src/scss/screen.scss */
html body .mq-mid,
html body .mq-small,
html body .mq-mobile,
html body .mq-mid-i-block,
html body .mq-small-i-block,
html body .mq-mobile-i-block {
  display: none !important;
}
/* line 2209, ../../../src/scss/screen.scss */
html body .mq-wide {
  display: block !important;
}
/* line 2213, ../../../src/scss/screen.scss */
html body .mq-wide-i-block {
  display: inline-block !important;
  *display: inline !important;
}

@media screen and (max-width: 1180px) {
  /* line 2227, ../../../src/scss/screen.scss */
  html body .mq-wide,
  html body .mq-small,
  html body .mq-mobile,
  html body .mq-wide-i-block,
  html body .mq-small-i-block,
  html body .mq-mobile-i-block {
    display: none !important;
  }
  /* line 2236, ../../../src/scss/screen.scss */
  html body .mq-mid {
    display: block !important;
  }
  /* line 2240, ../../../src/scss/screen.scss */
  html body .mq-mid-i-block {
    display: inline-block !important;
    *display: inline !important;
  }

  /* line 2246, ../../../src/scss/screen.scss */
  .container {
    width: 960px;
  }

  /* line 2250, ../../../src/scss/screen.scss */
  #nav p {
    width: 108px;
  }

  /* line 2255, ../../../src/scss/screen.scss */
  .list-hex-grid.large div.hex {
    margin-top: 37px;
    margin-bottom: 37px;
    width: 220px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  /* line 161, ../../../src/scss/_utils.scss */
  .list-hex-grid.large div.hex > a,
  .list-hex-grid.large div.hex > div {
    height: 127px;
    line-height: 254px;
  }
  /* line 168, ../../../src/scss/_utils.scss */
  .list-hex-grid.large div.hex .inner {
    top: -63.5px;
  }
  /* line 172, ../../../src/scss/_utils.scss */
  .list-hex-grid.large div.hex .hex-1:before,
  .list-hex-grid.large div.hex .hex-2:before {
    height: 254px;
    width: 254px;
  }
  /* line 178, ../../../src/scss/_utils.scss */
  .list-hex-grid.large div.hex .hex-1:before {
    -moz-transform: rotate(-60deg) translate(-127px, 0);
    -ms-transform: rotate(-60deg) translate(-127px, 0);
    -o-transform: rotate(-60deg) translate(-127px, 0);
    -webkit-transform: rotate(-60deg) translate(-127px, 0);
    transform: rotate(-60deg) translate(-127px, 0);
  }
  /* line 182, ../../../src/scss/_utils.scss */
  .list-hex-grid.large div.hex .hex-2:before {
    -moz-transform: rotate(60deg) translate(47px, 47px);
    -ms-transform: rotate(60deg) translate(47px, 47px);
    -o-transform: rotate(60deg) translate(47px, 47px);
    -webkit-transform: rotate(60deg) translate(47px, 47px);
    transform: rotate(60deg) translate(47px, 47px);
  }
  /* line 2261, ../../../src/scss/screen.scss */
  .list-hex-grid.large div.hex > a,
  .list-hex-grid.large div.hex > div {
    font-size: 15px;
    -moz-background-size: auto 260px;
    -o-background-size: auto 260px;
    -webkit-background-size: auto 260px;
    background-size: auto 260px;
  }
  /* line 2268, ../../../src/scss/screen.scss */
  .list-hex-grid.small div.hex {
    margin-top: 37px;
    margin-bottom: 37px;
    width: 172px;
    margin-top: 33px;
    margin-bottom: 33px;
  }
  /* line 161, ../../../src/scss/_utils.scss */
  .list-hex-grid.small div.hex > a,
  .list-hex-grid.small div.hex > div {
    height: 99px;
    line-height: 198px;
  }
  /* line 168, ../../../src/scss/_utils.scss */
  .list-hex-grid.small div.hex .inner {
    top: -49.5px;
  }
  /* line 172, ../../../src/scss/_utils.scss */
  .list-hex-grid.small div.hex .hex-1:before,
  .list-hex-grid.small div.hex .hex-2:before {
    height: 198px;
    width: 198px;
  }
  /* line 178, ../../../src/scss/_utils.scss */
  .list-hex-grid.small div.hex .hex-1:before {
    -moz-transform: rotate(-60deg) translate(-99px, 0);
    -ms-transform: rotate(-60deg) translate(-99px, 0);
    -o-transform: rotate(-60deg) translate(-99px, 0);
    -webkit-transform: rotate(-60deg) translate(-99px, 0);
    transform: rotate(-60deg) translate(-99px, 0);
  }
  /* line 182, ../../../src/scss/_utils.scss */
  .list-hex-grid.small div.hex .hex-2:before {
    -moz-transform: rotate(60deg) translate(36px, 36px);
    -ms-transform: rotate(60deg) translate(36px, 36px);
    -o-transform: rotate(60deg) translate(36px, 36px);
    -webkit-transform: rotate(60deg) translate(36px, 36px);
    transform: rotate(60deg) translate(36px, 36px);
  }

  /* line 2277, ../../../src/scss/screen.scss */
  .list-blocks > li.grid-7 {
    width: 440px;
  }

  /* line 2281, ../../../src/scss/screen.scss */
  #footer {
    margin-top: 150px;
  }
}
@media screen and (max-width: 1050px) {
  /* line 2289, ../../../src/scss/screen.scss */
  #work-projects {
    font-size: 20px;
    line-height: 30px;
  }
  /* line 2294, ../../../src/scss/screen.scss */
  #work-projects .container .grid-12,
  #work-projects .container .grid-4 {
    display: block;
    float: none;
    text-align: center;
  }
  /* line 2301, ../../../src/scss/screen.scss */
  #work-projects .container .grid-4 {
    width: 100%;
    margin: 0;
  }
  /* line 2306, ../../../src/scss/screen.scss */
  #work-projects .container .grid-12 {
    width: 90%;
    width: 90%;
    margin: 80px auto 0;
  }
  /* line 2313, ../../../src/scss/screen.scss */
  #work-projects h2 {
    font-size: 60px;
    line-height: 70px;
  }
  /* line 2318, ../../../src/scss/screen.scss */
  #work-projects .inner {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  /* line 2324, ../../../src/scss/screen.scss */
  #work-projects .inner p:first-of-type {
    font-size: 24px;
    line-height: 32px;
  }

  /* line 2331, ../../../src/scss/screen.scss */
  .map .info {
    width: 45%;
  }
}
@media screen and (max-width: 1016px) {
  /* line 2341, ../../../src/scss/screen.scss */
  html body .mq-wide,
  html body .mq-mid,
  html body .mq-mobile,
  html body .mq-wide-i-block,
  html body .mq-mid-i-block,
  html body .mq-mobile-i-block {
    display: none !important;
  }
  /* line 2350, ../../../src/scss/screen.scss */
  html body .mq-small {
    display: block !important;
  }
  /* line 2354, ../../../src/scss/screen.scss */
  html body .mq-small-i-block {
    display: inline-block !important;
    *display: inline !important;
  }

  /* line 51, ../../../src/scss/_utils.scss */
  .container {
    width: 984px;
  }

  /* line 62, ../../../src/scss/_utils.scss */
  .grid-1 {
    width: 41.5px;
  }
  /* line 65, ../../../src/scss/_utils.scss */
  .grid-1.large {
    width: 51.875px;
  }

  /* line 62, ../../../src/scss/_utils.scss */
  .grid-2 {
    width: 103px;
  }
  /* line 65, ../../../src/scss/_utils.scss */
  .grid-2.large {
    width: 128.75px;
  }

  /* line 62, ../../../src/scss/_utils.scss */
  .grid-3 {
    width: 164.5px;
  }
  /* line 65, ../../../src/scss/_utils.scss */
  .grid-3.large {
    width: 205.625px;
  }

  /* line 62, ../../../src/scss/_utils.scss */
  .grid-4 {
    width: 226px;
  }
  /* line 65, ../../../src/scss/_utils.scss */
  .grid-4.large {
    width: 282.5px;
  }

  /* line 62, ../../../src/scss/_utils.scss */
  .grid-5 {
    width: 287.5px;
  }
  /* line 65, ../../../src/scss/_utils.scss */
  .grid-5.large {
    width: 359.375px;
  }

  /* line 62, ../../../src/scss/_utils.scss */
  .grid-6 {
    width: 349px;
  }
  /* line 65, ../../../src/scss/_utils.scss */
  .grid-6.large {
    width: 436.25px;
  }

  /* line 62, ../../../src/scss/_utils.scss */
  .grid-7 {
    width: 410.5px;
  }
  /* line 65, ../../../src/scss/_utils.scss */
  .grid-7.large {
    width: 513.125px;
  }

  /* line 62, ../../../src/scss/_utils.scss */
  .grid-8 {
    width: 472px;
  }
  /* line 65, ../../../src/scss/_utils.scss */
  .grid-8.large {
    width: 590px;
  }

  /* line 62, ../../../src/scss/_utils.scss */
  .grid-9 {
    width: 533.5px;
  }
  /* line 65, ../../../src/scss/_utils.scss */
  .grid-9.large {
    width: 666.875px;
  }

  /* line 62, ../../../src/scss/_utils.scss */
  .grid-10 {
    width: 595px;
  }
  /* line 65, ../../../src/scss/_utils.scss */
  .grid-10.large {
    width: 743.75px;
  }

  /* line 62, ../../../src/scss/_utils.scss */
  .grid-11 {
    width: 656.5px;
  }
  /* line 65, ../../../src/scss/_utils.scss */
  .grid-11.large {
    width: 820.625px;
  }

  /* line 62, ../../../src/scss/_utils.scss */
  .grid-12 {
    width: 718px;
  }
  /* line 65, ../../../src/scss/_utils.scss */
  .grid-12.large {
    width: 897.5px;
  }

  /* line 62, ../../../src/scss/_utils.scss */
  .grid-13 {
    width: 779.5px;
  }
  /* line 65, ../../../src/scss/_utils.scss */
  .grid-13.large {
    width: 974.375px;
  }

  /* line 62, ../../../src/scss/_utils.scss */
  .grid-14 {
    width: 841px;
  }
  /* line 65, ../../../src/scss/_utils.scss */
  .grid-14.large {
    width: 1051.25px;
  }

  /* line 62, ../../../src/scss/_utils.scss */
  .grid-15 {
    width: 902.5px;
  }
  /* line 65, ../../../src/scss/_utils.scss */
  .grid-15.large {
    width: 1128.125px;
  }

  /* line 62, ../../../src/scss/_utils.scss */
  .grid-16 {
    width: 964px;
  }
  /* line 65, ../../../src/scss/_utils.scss */
  .grid-16.large {
    width: 1205px;
  }

  /* line 2362, ../../../src/scss/screen.scss */
  .container {
    width: 840px;
  }

  /* line 2366, ../../../src/scss/screen.scss */
  #nav p {
    width: 87px;
  }
  /* line 2369, ../../../src/scss/screen.scss */
  #nav p.logo {
    width: 100px;
  }

  /* line 2374, ../../../src/scss/screen.scss */
  .list-hex-grid.large div.hex,
  .list-hex-grid div.hex {
    margin-top: 37px;
    margin-bottom: 37px;
    width: 190px;
    margin-top: 37px;
    margin-bottom: 37px;
  }
  /* line 161, ../../../src/scss/_utils.scss */
  .list-hex-grid.large div.hex > a,
  .list-hex-grid.large div.hex > div,
  .list-hex-grid div.hex > a,
  .list-hex-grid div.hex > div {
    height: 110px;
    line-height: 220px;
  }
  /* line 168, ../../../src/scss/_utils.scss */
  .list-hex-grid.large div.hex .inner,
  .list-hex-grid div.hex .inner {
    top: -55px;
  }
  /* line 172, ../../../src/scss/_utils.scss */
  .list-hex-grid.large div.hex .hex-1:before,
  .list-hex-grid.large div.hex .hex-2:before,
  .list-hex-grid div.hex .hex-1:before,
  .list-hex-grid div.hex .hex-2:before {
    height: 220px;
    width: 220px;
  }
  /* line 178, ../../../src/scss/_utils.scss */
  .list-hex-grid.large div.hex .hex-1:before,
  .list-hex-grid div.hex .hex-1:before {
    -moz-transform: rotate(-60deg) translate(-110px, 0);
    -ms-transform: rotate(-60deg) translate(-110px, 0);
    -o-transform: rotate(-60deg) translate(-110px, 0);
    -webkit-transform: rotate(-60deg) translate(-110px, 0);
    transform: rotate(-60deg) translate(-110px, 0);
  }
  /* line 182, ../../../src/scss/_utils.scss */
  .list-hex-grid.large div.hex .hex-2:before,
  .list-hex-grid div.hex .hex-2:before {
    -moz-transform: rotate(60deg) translate(40px, 40px);
    -ms-transform: rotate(60deg) translate(40px, 40px);
    -o-transform: rotate(60deg) translate(40px, 40px);
    -webkit-transform: rotate(60deg) translate(40px, 40px);
    transform: rotate(60deg) translate(40px, 40px);
  }
  /* line 2381, ../../../src/scss/screen.scss */
  .list-hex-grid.large div.hex > a,
  .list-hex-grid.large div.hex > div,
  .list-hex-grid div.hex > a,
  .list-hex-grid div.hex > div {
    font-size: 12px;
    -moz-background-size: auto 220px;
    -o-background-size: auto 220px;
    -webkit-background-size: auto 220px;
    background-size: auto 220px;
  }

  /* line 2388, ../../../src/scss/screen.scss */
  .list-hex-grid.small div.hex {
    margin-top: 37px;
    margin-bottom: 37px;
    width: 148px;
    margin-top: 33px;
    margin-bottom: 33px;
  }
  /* line 161, ../../../src/scss/_utils.scss */
  .list-hex-grid.small div.hex > a,
  .list-hex-grid.small div.hex > div {
    height: 85px;
    line-height: 170px;
  }
  /* line 168, ../../../src/scss/_utils.scss */
  .list-hex-grid.small div.hex .inner {
    top: -42.5px;
  }
  /* line 172, ../../../src/scss/_utils.scss */
  .list-hex-grid.small div.hex .hex-1:before,
  .list-hex-grid.small div.hex .hex-2:before {
    height: 170px;
    width: 170px;
  }
  /* line 178, ../../../src/scss/_utils.scss */
  .list-hex-grid.small div.hex .hex-1:before {
    -moz-transform: rotate(-60deg) translate(-85px, 0);
    -ms-transform: rotate(-60deg) translate(-85px, 0);
    -o-transform: rotate(-60deg) translate(-85px, 0);
    -webkit-transform: rotate(-60deg) translate(-85px, 0);
    transform: rotate(-60deg) translate(-85px, 0);
  }
  /* line 182, ../../../src/scss/_utils.scss */
  .list-hex-grid.small div.hex .hex-2:before {
    -moz-transform: rotate(60deg) translate(31px, 31px);
    -ms-transform: rotate(60deg) translate(31px, 31px);
    -o-transform: rotate(60deg) translate(31px, 31px);
    -webkit-transform: rotate(60deg) translate(31px, 31px);
    transform: rotate(60deg) translate(31px, 31px);
  }

  /* line 2396, ../../../src/scss/screen.scss */
  .list-blocks div.hex.grid-7 {
    width: 380px;
  }

  /* line 2400, ../../../src/scss/screen.scss */
  #footer {
    margin-top: 120px;
  }
}
@media screen and (max-width: 898px) {
  /* line 86, ../../../src/scss/_utils.scss */
  .container {
    width: 90%;
  }


  /* line 2411, ../../../src/scss/screen.scss */
  html body .mq-wide,
  html body .mq-mid,
  html body .mq-small,
  html body .mq-wide-i-block,
  html body .mq-mid-i-block,
  html body .mq-small-i-block {
    display: none !important;
  }
  /* line 2420, ../../../src/scss/screen.scss */
  html body .mq-mobile {
    display: block !important;
  }
  /* line 2424, ../../../src/scss/screen.scss */
  html body .mq-mobile-i-block {
    display: inline-block !important;
    *display: inline !important;
  }

  /* line 2433, ../../../src/scss/screen.scss */
  .section.slim {
    margin-top: 75px;
  }

  /* line 2439, ../../../src/scss/screen.scss */
  hr.center.grid-2 {
    width: 120px;
  }

  /* line 2445, ../../../src/scss/screen.scss */
  .list-hex-grid > br {
    display: none !important;
  }
  /* line 2450, ../../../src/scss/screen.scss */
  .list-hex-grid div.hex .hex-1,
  .list-hex-grid div.hex .hex-2,
  .list-hex-grid div.hex .hex-1:before,
  .list-hex-grid div.hex .hex-2:before {
    display: none !important;
  }
  /* line 2457, ../../../src/scss/screen.scss */
  .list-hex-grid div.hex > a,
  .list-hex-grid div.hex > div {
    padding: 50px;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-backface-visibility: visible;
  }
  /* line 2464, ../../../src/scss/screen.scss */
  .list-hex-grid div.hex.inline-bg {
    overflow: hidden;
  }
  /* line 2467, ../../../src/scss/screen.scss */
  .list-hex-grid div.hex.inline-bg > a,
  .list-hex-grid div.hex.inline-bg > div {
    overflow: hidden;
  }
  /* line 2472, ../../../src/scss/screen.scss */
  .list-hex-grid div.hex.inline-bg img {
    top: 9%;
    left: 12%;
    max-width: 75%;
  }
  /* line 2482, ../../../src/scss/screen.scss */
  .list-hex-grid.mobile-centred-imgs > li > a,
  .list-hex-grid.mobile-centred-imgs > li > div {
    padding: 0;
    height: 210px;
  }
  /* line 2489, ../../../src/scss/screen.scss */
  .list-hex-grid.mobile-centred-imgs img {
    vertical-align: middle;
  }

  /* line 2507, ../../../src/scss/screen.scss */
  .list-hex-grid div.hex,
  .list-hex-grid.large div.hex,
  .list-hex-grid.mid div.hex,
  .list-hex-grid.small div.hex {
    width: 46.5%;
    margin: 1.75%;
  }
  /* line 2512, ../../../src/scss/screen.scss */
  .list-hex-grid div.hex > a,
  .list-hex-grid div.hex > div,
  .list-hex-grid.large div.hex > a,
  .list-hex-grid.large div.hex > div,
  .list-hex-grid.mid div.hex > a,
  .list-hex-grid.mid div.hex > div,
  .list-hex-grid.small div.hex > a,
  .list-hex-grid.small div.hex > div {
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 50px 8px;
  }


