.center {
  width: 880px;
  margin: 0 auto;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
.font-neue {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
}
.font-neue-bold {
  font-family: "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 500;
}
.font-tiny {
  font-size: 10px;
  line-height: 1.2em;
}
.font-small {
  font-size: 13px;
  line-height: 1.23em;
}
.font-small-spacious {
  font-size: 13px;
  line-height: 1.4em;
}
.font-med {
  font-size: 16px;
  line-height: 1em;
}
.font-med-large {
  font-size: 15px;
  line-height: 1.2em;
}
.font-large {
  font-size: 20px;
  line-height: 1.2em;
}
.font-larger {
  font-size: 24px;
  line-height: 1.25em;
}
.font-huge {
  font-size: 35px;
  line-height: 1.2em;
}
body {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  background-color: #21252f;
}
.main {
  zoom: 1;
  padding: 55px 0 20px 0;
  min-height: 800px;
}
.main:before,
.main:after {
  display: table;
  content: " ";
}
.main:after {
  clear: both;
}
header {
  height: 280px;
  position: relative;
}
header .logo {
  display: block;
  float: left;
  background: url(../img/martin-riggall.png) no-repeat left center;
  width: 262px;
  height: 280px;
}
header .contact {
  float: right;
  color: #ffffff;
  height: 64px;
  width: 262px;
  background-color: #5a6c80;
  padding: 28px;
  font-family: "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.4em;
}
header a {
  color: #ffffff;
}
nav {
  zoom: 1;
  position: absolute;
  bottom: 0;
  right: 0;
}
nav:before,
nav:after {
  display: table;
  content: " ";
}
nav:after {
  clear: both;
}
nav a {
  font-size: 13px;
  line-height: 1.23em;
  font-family: "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 500;
  display: block;
  float: left;
  height: 59px;
  color: #5a6c80;
  text-transform: uppercase;
  text-decoration: none;
}
nav a.active {
  color: #21252f;
}
nav a {
  padding-right: 30px;
}
nav a.last {
  padding-right: 0;
}
.nav-underline-track {
  position: absolute;
  bottom: 0;
  clear: left;
  height: 9px;
}
.nav-underline {
  position: absolute;
  left: 0;
  width: 0;
  height: 9px;
  background-color: #5a6c80;
  -webkit-transition: background-color ease-in-out 0.2;
  -moz-transition: background-color ease-in-out 0.2;
  transition: background-color ease-in-out 0.2;
}
.nav-underline.active {
  background-color: #21252f;
}
footer {
  color: #ffffff;
  font-size: 10px;
  line-height: 1.2em;
  padding: 14px;
}
footer a {
  color: #8997ab;
  text-decoration: none;
}
.cols {
  zoom: 1;
  position: relative;
}
.cols:before,
.cols:after {
  display: table;
  content: " ";
}
.cols:after {
  clear: both;
}
.cols .col {
  position: relative;
  float: left;
}
.cols .col-right {
  float: right;
}
.cols.cols-fifty-fifty .col {
  width: 50%;
}
.cols.cols-thirds .col {
  width: 280px;
}
.cols.cols-thirds .col-left {
  margin-right: 20px;
}
.cols.cols-thirds .col-wide-right {
  width: 580px;
}
a {
  color: #5a6c80;
}
p,
h1,
h2,
h3 {
  margin: 0 0 .5em 0;
}
strong {
  font-family: "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 500;
}
.style-float-right {
  float: right;
}
.style-display-block {
  display: block;
}
.style-major {
  margin-bottom: 40px;
}
.style-bg-white {
  background-color: #ffffff;
}
.style-bg-grey {
  background-color: #ecebea;
}
.style-top-border {
  border-top: 3px solid #5a6c80;
}
.style-page-gist {
  font-size: 35px;
  line-height: 1.2em;
  padding-bottom: 40px;
  border-bottom: 1px solid #000000;
}
.style-big-padding {
  padding: 25px;
}
.style-big-margin {
  margin: 25px;
}
.style-med-padding {
  padding: 15px;
}
.style-med-margin {
  margin: 15px;
}
.style-page-title {
  font-size: 35px;
  line-height: 1.2em;
  margin-bottom: 1em;
}
.style-text-column {
  padding-left: 20px;
}
.style-button {
  font-size: 13px;
  display: inline-block;
  background-color: #5a6c80;
  line-height: 35px;
  color: #ffffff;
  text-decoration: none;
  padding: 0 16px;
}
.style-section-button {
  position: absolute;
  bottom: 0;
  left: 0;
}
.style-hero-col {
  height: 356px;
}
.style-hero-quote {
  font-size: 35px;
  line-height: 1.2em;
  font-family: "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 500;
  margin: 0;
}
.style-facet-col {
  height: 380px;
  background-color: #8997ab;
  color: #ffffff;
}
.style-facet-description {
  font-size: 13px;
  line-height: 1.23em;
  margin-right: 40px;
}
.style-facet-title {
  font-size: 16px;
  line-height: 1em;
  font-family: "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 500;
}
.style-capability-title {
  font-size: 16px;
  line-height: 1em;
  font-family: "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 500;
}
.style-capability-description {
  font-size: 13px;
  line-height: 1.23em;
  margin-bottom: 1.7em;
}
.style-equipment-list {
  font-size: 13px;
  line-height: 1.23em;
  font-family: "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 500;
  padding-left: 2em;
  color: #5a6c80;
}
.style-case {
  padding-bottom: 50px;
  border-bottom: 1px solid #21252f;
}
.style-case:last-child {
  border-bottom: none;
}
.style-case-heading {
  font-size: 35px;
  line-height: 1.2em;
}
.style-case-subheading {
  font-family: "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1em;
}
.style-case-description {
  font-size: 13px;
  line-height: 1.23em;
  margin-bottom: 1em;
}
.gallery {
  zoom: 1;
  margin: -13px;
}
.gallery:before,
.gallery:after {
  display: table;
  content: " ";
}
.gallery:after {
  clear: both;
}
.gallery a {
  float: left;
  width: 200px;
  height: 200px;
  margin: 13px;
  text-align: center;
  overflow: hidden;
  -webkit-transition: all ease-in-out 0.1s;
  -moz-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s;
  box-shadow: 0 0px 0px 0px black;
  -webkit-transform: translate(0, 0) scale(1, 1);
  -moz-transform: translate(0, 0) scale(1, 1);
  transform: translate(0, 0) scale(1, 1);
}
.gallery a img {
  display: inline-block;
  position: relative;
  max-height: 100%;
}
.gallery a:hover {
  box-shadow: 0 10px 20px -7px #000000;
  -webkit-transform: translate(0, -7px) scale(1.02, 1.02);
  -moz-transform: translate(0, -7px) scale(1.02, 1.02);
  transform: translate(0, -7px) scale(1.02, 1.02);
}
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 *
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 *
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1104;
  display: none;
}
#fancybox-loading div {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 480px;
  background-image: url('/fancybox/fancybox.png');
}
#fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1100;
  display: none;
}
#fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  overflow: auto;
  display: none;
}
#fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  z-index: 1101;
  outline: none;
  display: none;
}
#fancybox-outer {
  position: relative;
  width: 100%;
  height: 100%;
}
#fancybox-content {
  width: 0;
  height: 0;
  padding: 0;
  outline: none;
  position: relative;
  overflow: hidden;
  z-index: 1102;
  border: 0px solid white;
}
#fancybox-hide-sel-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1101;
}
#fancybox-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background: transparent url('/fancybox/fancybox.png') -40px 0px;
  cursor: pointer;
  z-index: 1103;
  display: none;
}
#fancybox-error {
  color: #444;
  font: normal 12px/20px Arial;
  padding: 14px;
  margin: 0;
}
#fancybox-img {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  line-height: 0;
  vertical-align: top;
}
#fancybox-frame {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
#fancybox-left,
#fancybox-right {
  position: absolute;
  bottom: 0px;
  height: 100%;
  width: 35%;
  cursor: pointer;
  outline: none;
  background: transparent url('/fancybox/blank.gif');
  z-index: 1102;
  display: none;
}
#fancybox-left {
  left: 0px;
}
#fancybox-right {
  right: 0px;
}
#fancybox-left-ico,
#fancybox-right-ico {
  position: absolute;
  top: 50%;
  left: -9999px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  cursor: pointer;
  z-index: 1102;
  display: block;
}
#fancybox-left-ico {
  background-image: url('/fancybox/fancybox.png');
  background-position: -40px -30px;
}
#fancybox-right-ico {
  background-image: url('/fancybox/fancybox.png');
  background-position: -40px -60px;
}
#fancybox-left:hover,
#fancybox-right:hover {
  visibility: visible;
  /* IE6 */
}
#fancybox-left:hover span {
  left: 20px;
}
#fancybox-right:hover span {
  left: auto;
  right: 20px;
}
.fancybox-bg {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  width: 20px;
  height: 20px;
  z-index: 1001;
}
#fancybox-bg-n {
  top: -20px;
  left: 0;
  width: 100%;
  background-image: url('/fancybox/fancybox-x.png');
}
#fancybox-bg-ne {
  top: -20px;
  right: -20px;
  background-image: url('/fancybox/fancybox.png');
  background-position: -40px -162px;
}
#fancybox-bg-e {
  top: 0;
  right: -20px;
  height: 100%;
  background-image: url('/fancybox/fancybox-y.png');
  background-position: -20px 0px;
}
#fancybox-bg-se {
  bottom: -20px;
  right: -20px;
  background-image: url('/fancybox/fancybox.png');
  background-position: -40px -182px;
}
#fancybox-bg-s {
  bottom: -20px;
  left: 0;
  width: 100%;
  background-image: url('/fancybox/fancybox-x.png');
  background-position: 0px -20px;
}
#fancybox-bg-sw {
  bottom: -20px;
  left: -20px;
  background-image: url('/fancybox/fancybox.png');
  background-position: -40px -142px;
}
#fancybox-bg-w {
  top: 0;
  left: -20px;
  height: 100%;
  background-image: url('/fancybox/fancybox-y.png');
}
#fancybox-bg-nw {
  top: -20px;
  left: -20px;
  background-image: url('/fancybox/fancybox.png');
  background-position: -40px -122px;
}
#fancybox-title {
  font-family: Helvetica;
  font-size: 12px;
  z-index: 1102;
}
.fancybox-title-inside {
  padding-bottom: 10px;
  text-align: center;
  color: #333;
  background: #fff;
  position: relative;
}
.fancybox-title-outside {
  padding-top: 10px;
  color: #fff;
}
.fancybox-title-over {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #FFF;
  text-align: left;
}
#fancybox-title-over {
  padding: 10px;
  background-image: url('/fancybox/fancy_title_over.png');
  display: block;
}
.fancybox-title-float {
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 32px;
}
#fancybox-title-float-wrap {
  border: none;
  border-collapse: collapse;
  width: auto;
}
#fancybox-title-float-wrap td {
  border: none;
  white-space: nowrap;
}
#fancybox-title-float-left {
  padding: 0 0 0 15px;
  background: url('/fancybox/fancybox.png') -40px -90px no-repeat;
}
#fancybox-title-float-main {
  color: #FFF;
  line-height: 29px;
  font-weight: bold;
  padding: 0 0 3px 0;
  background: url('/fancybox/fancybox-x.png') 0px -40px;
}
#fancybox-title-float-right {
  padding: 0 0 0 15px;
  background: url('/fancybox/fancybox.png') -55px -90px no-repeat;
}
/* IE6, IE7, IE8 */
.fancybox-ie .fancybox-bg {
  background: transparent !important;
}
#fancybox-outer {
  background: #21252f;
}
