/*====================================================================

======================================================================

    @name           RedBullet.co.uk
    @author         Red Bullet
    @copyright      Red Bullet
    @description    Red Bullet Portfolio Site
    @TODO           Ascii art in the comments here

======================================================================
    Contents
======================================================================

    - Base
    - Sections
    - Components
    - Pages

/*====================================================================
    Base
======================================================================*/
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */

  -ms-text-size-adjust: 100%;
  /* 2 */

  -webkit-text-size-adjust: 100%;
  /* 2 */

}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */

  padding: 0;
  /* 2 */

}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */

  font-size: 100%;
  /* 2 */

  margin: 0;
  /* 3 */

}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */

  cursor: pointer;
  /* 3 */

}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */

  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */

  vertical-align: top;
  /* 2 */

}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*====================================================================

======================================================================

    @name           Variables
    @description    Common Variables

======================================================================
    Contents
======================================================================

    - Imports

/*====================================================================
    Typography
======================================================================*/
.primary-font {
  font-family: "museo-slab", serif;
}
.secondary-font {
  font-family: "source-sans-pro", sans-serif;
}
.tertiary-font {
  font-family: "chaparral-pro", Georgia, serif;
}
/*====================================================================
    Color Palette
======================================================================*/
/*====================================================================
    Grid
======================================================================*/
/*====================================================================

======================================================================

    @name           Mixins
    @description    Useful code snippets

======================================================================
    Contents
======================================================================

    - Typography
    - Borders
    - Box Shadow
    - Transforms
    - Transitions
    - Opacity
    - Box sizing
    - Gradients

    - Helpers
        - Unstyled
        - Clearfix
        - IR
        - Hidden
        - Visually hidden
        - Invisible
        - Ninja link
        - Relative

/*====================================================================
    Imports
======================================================================*/
/*  Helpers
======================================================================*/
.unstyled {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.inline li {
  display: inline;
  zoom: 1;
  display: inline-block;
  margin: 0 0.3875em;
}
.lt-ie8 .inline li {
  display: inline;
  zoom: 1;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}
.ir {
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  text-indent: -999em;
  direction: ltr;
}
.ir br {
  display: none;
}
.hidden {
  display: none;
  visibility: hidden;
}
.vishid {
  position: absolute;
  margin: -1px;
  padding: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}
.vishid.focusable:active,
.vishid.focusable:focus {
  position: static;
  margin: 0;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}
.invisible {
  visibility: hidden;
}
.ninja-link {
  text-decoration: none;
  color: inherit;
}
.relative {
  position: relative;
}
/*====================================================================
    Animations
======================================================================

    @name          CSS Animations
    @reference     http://daneden.me/animate/
                   https://github.com/craigmdennis/animateCSS

======================================================================
    Contents
======================================================================

    - Durations
    - Shake
    - Fade In
    - Fade In and Up
    - Fade In and Down
    - Fade Out
    - Fade Out and Up

==========================================================================
   Durations
========================================================================== */
.cssanimations .animated {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.cssanimations .animated.shake {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
}
/* =======================================================================
   Shake
========================================================================== */
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
  }
}
@-moz-keyframes shake {
  0%,
  100% {
    -moz-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -moz-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -moz-transform: translateX(10px);
  }
}
@-o-keyframes shake {
  0%,
  100% {
    -o-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -o-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -o-transform: translateX(10px);
  }
}
@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake;
}
/* =======================================================================
   Fade In
========================================================================== */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}
/* =======================================================================
   Fade In and Up
========================================================================== */
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
/* =======================================================================
   Fade In and Down
========================================================================== */
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
/* =======================================================================
   Fade Out
========================================================================== */
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut;
}
/* =======================================================================
   Fade Out and Up
========================================================================== */
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
}
@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
}
@-o-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -moz-animation-name: fadeOutUp;
  -o-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
/*====================================================================

======================================================================

    @name           Typography
    @description    Typographic Styles

======================================================================
    Contents
======================================================================

    - Base
    - Loading styles
    - Modifiers

/*====================================================================
    Imports
======================================================================*/
html {
  font-size: 62.5%;
  font-weight: 300;
  -webkit-transition: font-size 0.2s ease-out;
  -moz-transition: font-size 0.2s ease-out;
  transition: font-size 0.2s ease-out;
}
@media all and (max-width: 50em) {
  html {
    font-size: 48.6%;
  }
}
body {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.3;
  font-family: "source-sans-pro", sans-serif;
  font-weight: 100;
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "museo-slab", serif;
  line-height: 1.3;
  font-weight: 300;
  margin: 0 auto 0.775em auto;
  max-width: 23em;
}
h1,
h2,
h3 {
  font-weight: 100;
}
.inner h1,
.inner h2,
.inner h3,
.inner h4,
.inner h5,
.inner h6 {
  margin: 0 0 0.775em 0;
}
h1 {
  font-size: 70px;
  font-size: 7rem;
}
h2 {
  font-size: 54px;
  font-size: 5.4rem;
}
h3 {
  font-size: 46px;
  font-size: 4.6rem;
}
h4 {
  font-size: 24px;
  font-size: 2.4rem;
}
p {
  margin: 0.775em 0;
}
strong {
  font-weight: 500;
}
a {
  text-decoration: none;
}
@media all and (max-width: 50em) {
  h1 {
    font-size: 46px;
    font-size: 4.6rem;
  }
  h2 {
    font-size: 42px;
    font-size: 4.2rem;
  }
  h3 {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
/*====================================================================
    Loading Styles
======================================================================*/
.js h1,
.js h2,
.js h3,
.js h4,
.js h5,
.js h6,
.js p,
.js ol,
.js ul {
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.wf-active h1,
.wf-active h2,
.wf-active h3,
.wf-active h4,
.wf-active h5,
.wf-active h6,
.wf-active p,
.wf-active ol,
.wf-active ul {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
/*====================================================================
    Modifiers
======================================================================*/
.subtitle {
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 1.3;
  font-family: "museo-slab", serif;
  max-width: 23em;
  margin: 0 auto 1.55em auto;
}
@media all and (max-width: 50em) {
  .subtitle {
    font-size: 30px;
    font-size: 3rem;
  }
}
.textual-content {
  padding: 1.55em 0.775em;
  max-width: 25em;
  margin: auto;
}
.textual-content h1,
.textual-content h2,
.textual-content h3,
.textual-content h4,
.textual-content h5,
.textual-content h6 {
  max-width: 100%;
}
.respond {
  display: block;
  width: 100%;
  max-width: 100%;
}
/*====================================================================

======================================================================

    @name           Skins
    @description    Common color skins

======================================================================
    Contents
======================================================================

    - Skins
    - Text Colors
    - Background Colors

/*====================================================================
    Skins
======================================================================*/
.skin-primary {
  background: #ed3939;
  color: #efeedf;
}
.skin-primary a {
  color: #efeedf;
}
.skin-primary a:hover {
  color: #e7e5ce;
}
.skin-primary h2 em,
.skin-primary h3 em {
  font-style: normal;
  font-weight: 500;
}
.skin-primary hr {
  color: #efeedf;
  border: 1px solid #efeedf;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-bottom: 1.55em;
}
.skin-primary-d1 {
  background: #d63333;
  color: #efeedf;
}
.skin-primary-d1 a {
  color: #efeedf;
}
.skin-primary-d1 a:hover {
  color: #e7e5ce;
}
.skin-primary-d1 h2 em,
.skin-primary-d1 h3 em {
  font-style: normal;
  font-weight: 500;
}
.skin-primary-d2 {
  background: #c22727;
  color: #efeedf;
}
.skin-primary-d2 a {
  color: #efeedf;
}
.skin-primary-d2 a:hover {
  color: #e7e5ce;
}
.skin-primary-d2 h2 em,
.skin-primary-d2 h3 em {
  font-style: normal;
  font-weight: 500;
}
.skin-secondary {
  background: #efeedf;
  color: #918f7e;
}
.skin-secondary a {
  color: #918f7e;
}
.skin-secondary a:hover {
  color: #a9a79a;
}
.skin-secondary h2,
.skin-secondary h3 {
  color: #918f7e;
}
.skin-secondary h2 em,
.skin-secondary h3 em {
  color: #ed3939;
  font-style: normal;
}
.skin-secondary h4 {
  color: #ed3939;
}
.skin-secondary hr {
  color: #918f7e;
  border: 1px solid #918f7e;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-bottom: 1.55em;
}
.skin-secondary-d1 {
  background: #e8e6cf;
  color: #9d9b8c;
}
.skin-secondary-d1 a {
  color: #9d9b8c;
}
.skin-secondary-d1 a:hover {
  color: #a9a79a;
}
.skin-secondary-d1 h2,
.skin-secondary-d1 h3 {
  color: #ed3939;
}
.skin-secondary-d1 h2 em,
.skin-secondary-d1 h3 em {
  color: #ed3939;
  font-style: normal;
}
/*====================================================================
    Text Colors
======================================================================*/
.text-primary {
  color: #ed3939 !important;
}
.text-secondary {
  color: #efeedf !important;
}
/*====================================================================
    Background Colors
======================================================================*/
.bg-primary {
  background: #ed3939;
}
.bg-primary-d1 {
  background: #d63333;
}
.bg-secondary {
  background: #efeedf;
}
.bg-secondary-d1 {
  background: #e8e6cf;
}
/*====================================================================

======================================================================

    @name           Forms
    @description    Form styles

======================================================================
    Contents
======================================================================

    - Forms
    - Validation

/*====================================================================
    Forms
======================================================================*/
label {
  display: block;
}
.placeholder label {
  position: absolute;
  margin: -1px;
  padding: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}
.placeholder label.focusable:active,
.placeholder label.focusable:focus {
  position: static;
  margin: 0;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}
input,
textarea,
select {
  background: #c22727;
  color: #efeedf;
  border: 0px none;
  padding: 0.775em;
  width: 100%;
  display: block;
  -webkit-transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
input:invalid,
textarea:invalid,
select:invalid {
  outline: none;
}
input:focus,
textarea:focus,
select:focus {
  background: #cd2929;
}
select {
  width: 100%;
  -webkit-appearance: none;
}
select:-webkit-autofill {
  background: #c22727 !important;
}
.fancy-select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 110%;
}
.fancy-select-wrap {
  overflow: hidden;
  position: relative;
}
.fancy-select-wrap .select-arrow {
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -0.15em;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none;
  border-color: none;
  border-top-color: #FFF;
  border-width: 0.3em;
}
textarea {
  resize: none;
  min-height: 6.9750000000000005em;
}
::-webkit-input-placeholder {
  color: #ebe9d7;
}
:-moz-placeholder {
  /* Firefox 18- */

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

  color: #ebe9d7;
}
:-ms-input-placeholder {
  color: #ebe9d7;
}
.form-row {
  margin-bottom: 0.775em;
}
/*====================================================================
    Validation
======================================================================*/
.error {
  border: 1px solid #FFF;
}
.error-msg {
  padding: 0.775em;
}
@charset "UTF-8";
@font-face {
  font-family: "untitled-font-3";
  src: url("../font/fonts/untitled-font-3.eot");
  src: url("../font/fonts/untitled-font-3.eot?#iefix") format("embedded-opentype"), url("../font/fonts/untitled-font-3.ttf") format("truetype"), url("../font/fonts/untitled-font-3.svg#untitled-font-3") format("svg"), url("../font/fonts/untitled-font-3.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.icon {
  line-height: 1;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: "untitled-font-3" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  display: inline-block;
  width: 1.2em;
}
.icon-usability:before {
  content: "a";
}
.icon-training:before {
  content: "c";
}
.icon-tick:before {
  content: "d";
}
.icon-support:before {
  content: "e";
}
.icon-strategy:before {
  content: "f";
}
.icon-send:before {
  content: "g";
}
.icon-research:before {
  content: "h";
}
.icon-redbullet-logo:before {
  content: "i";
}
.icon-build:before {
  content: "k";
}
.icon-call:before {
  content: "l";
}
.icon-concepts:before {
  content: "m";
}
.icon-consultancy:before {
  content: "n";
}
.icon-design:before {
  content: "o";
}
.icon-development:before {
  content: "p";
}
.icon-ideas:before {
  content: "r";
}
.icon-menu:before {
  content: "t";
}
.icon-phone:before {
  content: "u";
}
.icon-learn:before {
  content: "v";
}
.icon-arrow:before {
  content: "j";
}
.icon-map-pin:before {
  content: "w";
}
.icon-grid:before {
  content: "x";
}
.icon-scroll:before {
  content: "y";
}
.icon-add-content:before {
  content: "z";
}
.icon-users:before {
  content: "A";
}
.icon-windows:before {
  content: "B";
}
.icon-apps:before {
  content: "C";
}
.icon-chats:before {
  content: "D";
}
.icon-contract:before {
  content: "E";
}
.icon-info-map:before {
  content: "F";
}
.icon-logo-design:before {
  content: "H";
}
.icon-mobile-devices:before {
  content: "I";
}
.icon-rocket:before {
  content: "J";
}
.icon-server:before {
  content: "K";
}
.icon-settings:before {
  content: "L";
}
.icon-site-map:before {
  content: "M";
}
.icon-test:before {
  content: "b";
}
.icon-close:before {
  content: "O";
}
.icon-dribble:before {
  content: "P";
}
.icon-twitter:before {
  content: "Q";
}
.icon-instagram:before {
  content: "R";
}
.icon-linkedin:before {
  content: "q";
}
/* Sizing
---------------------------------- */
.icon-tiny {
  font-size: 16px;
  font-size: 1.6rem;
}
.icon-small {
  font-size: 32px;
  font-size: 3.2rem;
}
.icon-medium {
  font-size: 48px;
  font-size: 4.8rem;
}
.icon-large {
  font-size: 64px;
  font-size: 6.4rem;
}
.icon-jumbo {
  font-size: 208px;
  font-size: 20.8rem;
}
/* Coloring
---------------------------------- */
.icon-primary {
  color: #ed3939;
}
.icon-secondary {
  color: #efeedf;
}
/* Animations
--------------------------------- */
/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 0.5s infinite linear;
  -o-animation: spin 0.5s infinite linear;
  -webkit-animation: spin 0.5s infinite linear;
  animation: spin 0.5s infinite linear;
}
/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/*====================================================================

======================================================================

    @name           Structure
    @description    Basic site structure

======================================================================
    Contents
======================================================================

    - Base
    - Header
    - Content
    - Footer

/*====================================================================
    Base
======================================================================*/
body {
  background: #c22727;
}
.wrapper {
  min-width: 20em;
  max-width: 100%;
  margin: auto;
  zoom: 1;
}
.wrapper:before,
.wrapper:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.wrapper:after {
  clear: both;
}
/*====================================================================
    Header
======================================================================*/
.mast-head {
  background: #ed3939;
  color: #efeedf;
  zoom: 1;
}
.mast-head a {
  color: #efeedf;
}
.mast-head a:hover {
  color: #e7e5ce;
}
.mast-head h2 em,
.mast-head h3 em {
  font-style: normal;
  font-weight: 500;
}
.mast-head hr {
  color: #efeedf;
  border: 1px solid #efeedf;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-bottom: 1.55em;
}
.mast-head:before,
.mast-head:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.mast-head:after {
  clear: both;
}
/*====================================================================
    Content
======================================================================*/
.wrapper > .content {
  position: relative;
  overflow: hidden;
}
.layout-centered {
  text-align: center;
}
.layout-left {
  text-align: left;
}
/*====================================================================
    Footer
======================================================================*/
.footer {
  background: #c22727;
  color: #efeedf;
  zoom: 1;
}
.footer a {
  color: #efeedf;
}
.footer a:hover {
  color: #e7e5ce;
}
.footer h2 em,
.footer h3 em {
  font-style: normal;
  font-weight: 500;
}
.footer:before,
.footer:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.footer:after {
  clear: both;
}
.img-wrap {
  height: 100%;
  position: relative;
}
.img-wrap .img-loading {
  display: none;
}
.img-wrap img {
  width: 100%;
  display: block;
  max-width: 100%;
}
.js .img-wrap {
  /*&:before {
            width: 100%;
            height: 0;
            font-size: 0;
            line-height: 0;
            display: block;
            content: "";
        }

        // Sizing
        &.size {
            &-4-3 {
                &:before {
                    padding-top: 75%;
                }
            }

            &-2-1 {
                &:before {
                    padding-top: 50%;
                }
            }

            &-1-1 {
                &:before {
                    padding-top: 100%;
                }
            }

        }*/

}
.js .img-wrap.img-loaded:before {
  display: none;
}
.js .img-wrap .img-loading {
  display: block;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
}
/*====================================================================
    Sections
======================================================================*/
/*====================================================================

======================================================================

    @name           Header
    @description    Mast head styles

======================================================================
    Contents
======================================================================

    - Header

/*====================================================================
    Header
======================================================================*/
.mast-head {
  padding: 0.775em 1.55em;
  position: relative;
}
.site-logo {
  margin: 0;
  max-width: 100%;
  font-size: 30px;
  font-size: 3rem;
}
.site-logo a {
  color: #efeedf;
}
.site-logo img {
  vertical-align: middle;
  height: 1.3em;
  margin-right: 0.19375em;
  position: relative;
  bottom: 0.05em;
}
@media all and (max-width: 50em) {
  .site-logo img {
    bottom: 0.2em;
  }
}
.site-logo span {
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  text-indent: -999em;
  direction: ltr;
  background-image: url(../img/rb-logo-type.png);
  width: 113px;
  height: 22px;
  display: inline-block;
}
.site-logo span br {
  display: none;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .site-logo span {
    background-image: url(../img/rb-logo-type@2x.png);
    background-size: 100% auto;
  }
}
.navigation {
  position: absolute;
  top: 0.775em;
  right: 1.55em;
  height: 2.158em;
  right: 0.775em;
  -webkit-transform: translateZ(0);
}
@media all and (max-width: 50em) {
  
}
.nav-item {
  font-family: "museo-slab", serif;
  vertical-align: middle;
  display: inline;
  display: inline-block;
  *zoom: 1;
}
.nav-item a {
  padding: 0.3875em 1.0333333333333334em;
  display: inline;
  display: inline-block;
  *zoom: 1;
  color: #efeedf;
  -webkit-transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
.nav-item a:hover {
  background: #ee4545;
}
.nav-item.active {
  font-style: italic;
  font-family: "chaparral-pro", Georgia, serif;
}
.nav-item.active a {
  border: 1px solid #efeedf;
  display: block;
}
.lt-ie8 .nav-item {
  display: inline;
  zoom: 1;
}
/* JS enhanced nav */
.js .rgba .mast-head {
  background: rgba(0, 0, 0, 0.1);
}
.js .mast-head {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 990;
  -webkit-transition: top 0.4s ease-out 0.4s, background 0.4s ease-out 0.4s;
  -moz-transition: top 0.4s ease-out 0.4s, background 0.4s ease-out 0.4s;
  transition: top 0.4s ease-out 0.4s, background 0.4s ease-out 0.4s;
  min-height: 1.8em;
  background: #ed3939;
}
.js .mast-head:hover {
  background: #ed3939;
}
.js .mast-head.peekaboo-hide {
  top: -4.65em;
}
.js .mast-head.peekaboo-scrolled {
  background: #ed3939;
}
@media all and (min-width: 40em) {
  
}
.js .mast-head.peekaboo-scrolled .site-logo span {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.js .mast-head.peekaboo-scrolled .site-logo:hover span {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.js .nav-open {
  /* Body element */

  overflow: hidden;
}
.js .site-logo {
  -webkit-transition: left 0.5s ease-out;
  -moz-transition: left 0.5s ease-out;
  transition: left 0.5s ease-out;
  position: absolute;
  top: 0;
  top: 0.3875em;
  width: 7em;
  left: 0.775em;
}
@media all and (min-width: 40em) {
  
}
@media all and (max-width: 50em) {
  .js .site-logo {
    top: 0.5166666666666667em;
  }
}
.js .site-logo span {
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.js .nav-trigger,
.js .nav-close {
  position: absolute;
  top: 0.58125em;
  right: 0.775em;
  line-height: 1;
  font-size: 30px;
  font-size: 3rem;
}
.js .nav-logo {
  position: absolute;
  top: 0.3875em;
  left: 0.775em;
}
.js .navigation {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ed3939;
  z-index: 1000;
  height: 100%;
  padding: 7.75em 0;
  text-align: center;
}
.js .navigation ul {
  max-width: 95%;
  margin: auto;
}
@media all and (max-width: 75em) {
  .js .navigation ul {
    max-width: 40em;
  }
}
.js .navigation.open {
  display: block;
}
.js .navigation .site-logo {
  width: auto;
  margin: 0;
}
.js .nav-item {
  font-size: 36px;
  font-size: 3.6rem;
}
@media all and (max-width: 25em) {
  .js .nav-item {
    display: block;
    text-align: center;
    margin: auto;
  }
}
@media screen and (min-width: 1px) {
  .navigation {
    display: none;
  }
}
/*====================================================================

======================================================================

    @name           Footer
    @description    Footer styles

======================================================================
    Contents
======================================================================

    - Footer

/*====================================================================
    Footer
======================================================================*/
.footer {
  padding: 1.55em;
  position: relative;
}
@media all and (min-width: 60em) {
  .footer {
    padding: 4em;
  }
}
.footer-logo {
  font-size: 28px;
  font-size: 2.8rem;
  margin: 0 0 0 0;
}
.footer-logo img {
  vertical-align: middle;
  height: 1.3em;
  margin-right: 0.19375em;
  position: relative;
  bottom: 0.1em;
  margin-left: -1.7em;
}
.footer-logo span {
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  text-indent: -999em;
  direction: ltr;
  background-image: url(../img/rb-logo-type.png);
  width: 113px;
  height: 22px;
  display: inline-block;
}
.footer-logo span br {
  display: none;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .footer-logo span {
    background-image: url(../img/rb-logo-type@2x.png);
    background-size: 100% auto;
  }
}
.lt-ie9 .footer-logo img {
  margin-left: 0;
}
.contact-details {
  font-family: "museo-slab", serif;
}
@media all and (max-width: 60em) {
  .contact-details {
    margin-left: 1.7em;
  }
}
.contact-details .address {
  margin: 0 0 0.3875em 0;
}
.contact-details .contact {
  font-style: italic;
  font-family: "chaparral-pro", Georgia, serif;
}
.contact-details .contact li {
  float: left;
  padding-left: 0.775em;
}
.contact-details .contact li a {
  color: #efeedf;
}
.contact-details .contact li:first-child {
  padding-right: 0.775em;
  padding-left: 0;
  border-right: 1px solid #efeedf;
}
.contact-details .terms {
  padding-top: 1.55em;
}
.contact-details .terms li {
  font-size: 0.9em;
}
.footer-twitter {
  position: absolute;
  right: 3.875em;
  top: 50%;
  margin-top: -1.55em;
  border: 1px solid #efeedf;
  height: 3.1em;
  width: 3.1em;
  text-align: center;
  line-height: 3.1em;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
@media all and (max-width: 60em) {
  .footer-twitter {
    position: static;
    display: block;
    clear: both;
    margin: 1.7em;
  }
}
.footer-twitter:hover {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.footer-twitter .icon {
  line-height: 3.1em;
}
/*====================================================================
    Components
======================================================================*/
/*====================================================================

======================================================================

    @name           Hero
    @description    Hero images and title

======================================================================
    Contents
======================================================================

    - Base
    - Page modifiers

/*====================================================================

======================================================================*/
.rgba .hero:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  display: block;
  background: #000;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  height: auto;
}
.hero {
  background: #1a1a1a url("../img/hero-services.png") 50% 0 no-repeat;
  zoom: 1;
  padding: 7.75em 0.775em 5.425em;
  text-align: center;
  background-size: cover;
  -ms-behavior: url(js/min/backgroundsize.min.htc);
}
.hero:before,
.hero:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.hero:after {
  clear: both;
}
@media all and (min-width: 1px) {
  .hero {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
  }
}
@media screen and (orientation: landscape) and (min-width: 80em) {
  .hero {
    background-size: 100% auto;
  }
}
@media screen and (orientation: portrait) {
  .hero {
    background-size: auto 175%;
  }
}
.hero img,
.hero ul {
  position: relative;
  z-index: 10;
  max-width: 100%;
}
.hero .text {
  max-width: 16em;
  font-family: "museo-slab", serif;
  color: #efeedf;
  font-size: 70px;
  font-size: 7rem;
  text-align: center;
  margin: auto;
  line-height: 1.3;
  font-weight: 100;
  text-shadow: 0 0 1px #1A1A1A;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 1.2s ease-out, transform 1.2s ease-out;
  -moz-transition: opacity 1.2s ease-out, transform 1.2s ease-out;
  transition: opacity 1.2s ease-out, transform 1.2s ease-out;
  -webkit-transform: translate(0, -1em);
  -moz-transform: translate(0, -1em);
  transform: translate(0, -1em);
  position: relative;
  z-index: 10;
}
.hero .text.loaded {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
}
.hero .text.super {
  color: #ed3939;
}
.hero .text.sidekick {
  font-size: 54px;
  font-size: 5.4rem;
  max-width: 22em;
  margin-bottom: 0.775em;
}
.hero .text em {
  font-style: normal;
  color: #ed3939;
}
@media all and (max-width: 79em) {
  .hero .text br {
    display: none;
  }
}
.hero.plain:before {
  display: none;
}
.hero.plain.secondary-d1 {
  background: #e8e6cf;
}
.hero.plain.secondary-d1 .text {
  text-shadow: none;
  color: #9d9b8c;
}
.hero.plain.secondary-d1 .text.super {
  color: #ed3939;
}
ul.logo-list {
  list-style: none;
  width: 100%;
  max-width: 38em;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
  zoom: 1;
}
ul.logo-list:before,
ul.logo-list:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
ul.logo-list:after {
  clear: both;
}
ul.logo-list li {
  width: 25%;
  display: block;
  float: left;
}
.hero-spacer {
  -webkit-transition: margin 0.5s ease-in-out;
  -moz-transition: margin 0.5s ease-in-out;
  transition: margin 0.5s ease-in-out;
  position: relative;
  z-index: 0;
}
.hero-spacer.no-tranny {
  -webkit-transition: none 0.2s ease-out;
  -moz-transition: none 0.2s ease-out;
  transition: none 0.2s ease-out;
}
@media all and (max-width: 50em) {
  .hero {
    padding: 4.65em 0.775em 3.1em;
  }
  .hero .text {
    font-size: 42px;
    font-size: 4.2rem;
  }
  .hero .text.super {
    font-size: 46px;
    font-size: 4.6rem;
  }
  .hero .text.sidekick {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media all and (max-width: 40em) {
  .hero {
    padding: 4.65em 0.775em 3.1em;
  }
  .hero .text {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .hero .text.super {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .hero .text.sidekick {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.home .hero {
  background-image: url("../img/hero-10.jpg");
  background-size: auto 175%;
}
.home .hero:before {
  display: none;
}
.services .hero {
  background-image: url("../img/hero-15.jpg");
}
.work .hero {
  background-image: url("../img/hero-20.jpg");
}
.process .hero {
  background-image: url("../img/hero-22.jpg");
}
.contact .hero {
  background-image: url("../img/hero-1.jpg");
}
.work-detail .hero {
  background-image: url("../img/hero-case-study.jpg");
}
.team .hero {
  background-image: url("../img/hero-11.jpg");
}
/* Work Detail Pages
============================================================= */
.ee .hero {
  background-image: url("../img/ee-hero.jpg");
}
.ishare .hero {
  background-image: url("../img/ishare-hero.jpg");
}
.asos .hero {
  background-image: url("../img/asos-hero.jpg");
}
.camden-collective .hero {
  background-image: url("../img/camden-hero.jpg");
}
.confused .hero {
  background-image: url("../img/confused-hero.jpg");
}
.visit-kent .hero {
  background-image: url("../img/kent-hero.jpg");
}
.croydon-council .hero {
  background-image: url("../img/croydon-hero.jpg");
}
.airpinion .hero {
  background-image: url("../img/airpinion-hero.jpg");
}
.turner .hero {
  background-image: url("../img/hero-15.jpg");
}
.admiral .hero {
  background-image: url("../img/hero-27.jpg");
}
.wiaw .hero {
  background-image: url("../img/hero-10.jpg");
}
.ux .hero {
  background-image: url("../img/hero-12.jpg");
}
.ui-design .hero {
  background-image: url("../img/hero-10.jpg");
}
.web-design-kent .hero {
  background-image: url("../img/hero-23.jpg");
}
.web-design-london .hero {
  background-image: url("../img/hero-28.jpg");
}
.wordpress .hero {
  background-image: url("../img/hero-29.jpg");
}
.content-spaced {
  padding: 3.1em 1.55em;
}
@media screen and (min-width: 54em) {
  .content-spaced {
    padding: 4.65em 1.55em;
  }
}
.pricing-table {
  width: 18em;
  margin: 0 auto;
}
.pricing-table tr {
  border-bottom: 1px solid #efeedf;
}
.pricing-table td {
  padding: 1em;
  background: #fff;
}
.pricing-table td:last-child {
  text-align: right;
}
.pricing-table tfoot {
  font-weight: bold;
}
@media screen and (min-width: 34em) {
  .half-sm {
    width: 45%;
    float: left;
    padding: 0 2.5%;
  }
  .half-sm:nth-child(2n+1) {
    clear: left;
  }
}
.content-spaced .half-sm {
  margin-bottom: 1.55em;
}
.wiaw h2 {
  max-width: 100%;
}
.wiaw .work-item .info {
  min-height: 5.5em;
}
/*====================================================================

======================================================================

    @name           Buttons
    @description    Button + modifier styles

======================================================================
    Contents
======================================================================

    - Buttons
    - Modifiers

/*====================================================================
    Buttons
======================================================================*/
.btn,
a.btn {
  padding: 0.775em 1.9375em;
  text-decoration: none;
  font-family: "chaparral-pro", Georgia, serif;
  font-style: italic;
  border: 2px solid;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  display: inline-block;
  margin: 0.775em 0;
  outline: none;
  font-size: 20px;
  font-size: 2rem;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
@media all and (max-width: 35em) {
  .btn,
  a.btn {
    display: block;
    margin: 1.55em 0;
    text-align: center;
  }
}
.btn:hover,
a.btn:hover,
.btn:focus,
a.btn:focus {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.btn .icon,
a.btn .icon {
  vertical-align: baseline;
  margin-left: 0.3875em;
}
.btn-primary,
a.btn-primary {
  background: #ed3939;
  color: #efeedf;
}
.btn-primary-d1,
a.btn-primary-d1 {
  background: #d63333;
  color: #efeedf;
}
.btn-secondary,
a.btn-secondary {
  background: #efeedf;
  color: #ed3939;
}
.btn-secondary-d1,
a.btn-secondary-d1 {
  background: #e8e6cf;
  color: #ed3939;
}
.quote {
  overflow: hidden;
}
.quote .inner {
  max-width: 50em;
  margin: auto;
  zoom: 1;
}
.quote .inner:before,
.quote .inner:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.quote .inner:after {
  clear: both;
}
@media all and (max-width: 61em) {
  .quote .inner {
    margin: 0 1.55em 0 1.55em;
  }
}
.quote blockquote {
  padding: 4.65em 1.55em 3.1em 1.55em;
  position: relative;
  margin: 0;
}
.quote blockquote:before,
.quote blockquote:after {
  height: auto;
  position: absolute;
  font-size: 120px;
  font-size: 12rem;
  line-height: 1;
}
.quote blockquote:before {
  top: 0.3em;
  left: -0.2em;
  content: "\201C";
}
.quote blockquote:after {
  bottom: 0;
  right: -0.2em;
  content: "\201D";
}
.quote blockquote p {
  font-family: "chaparral-pro", Georgia, serif;
  font-size: 32px;
  font-size: 3.2rem;
  font-style: italic;
  line-height: 1.3;
  margin-top: 0;
}
.quote cite:before {
  content: "\2014";
  margin-right: 0.3875em;
}
.quote.them {
  background: #1a1a1a url("../img/quote-image-1.jpg") 50% 0 repeat;
  background-size: cover;
  -ms-behavior: url(js/min/backgroundsize.min.htc);
  position: relative;
}
.quote.them blockquote:before,
.quote.them blockquote:after {
  color: #efeedf;
}
.quote.them blockquote p {
  color: #efeedf;
}
.quote.them cite {
  color: #c22727;
}
.quote.us .inner {
  position: relative;
}
.quote.us img {
  float: left;
  width: auto;
  position: absolute;
  bottom: 0;
  top: 0;
  left: -6em;
  max-height: 120%;
  height: 120%;
  display: block;
}
@media all and (max-width: 40em) {
  .quote.us img {
    display: none;
  }
}
.quote.us blockquote {
  margin-left: 25%;
}
@media all and (max-width: 40em) {
  .quote.us blockquote {
    margin-left: 0;
  }
}
.rgba .quote.them:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
}
.lt-ie8 .quote.us img {
  display: none;
}
.lt-ie8 .quote.us blockquote {
  margin-left: 0;
}
.drop-us-a-line {
  padding: 3.1em 0.775em;
}
.drop-us-a-line p {
  display: inline;
}
.drop-us-a-line .btn {
  margin-left: 1.55em;
}
@media all and (max-width: 35em) {
  .drop-us-a-line p,
  .drop-us-a-line .btn {
    display: block;
    margin: 1.7em;
  }
}
.venn-diagram .left {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.venn-diagram .right {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.down-arrow {
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  text-indent: -999em;
  direction: ltr;
  background: url("../img/arrow-down-red.png") center center no-repeat;
  width: 65px;
  height: 51px;
  position: absolute;
  top: -15px;
  left: 50%;
  margin-left: -32px;
}
.down-arrow br {
  display: none;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .down-arrow {
    background-image: url(../img/arrow-down-red@2x.png);
    background-size: 100% auto;
  }
}
/*====================================================================
    Pages
======================================================================*/
/*====================================================================

======================================================================

    @name           Home
    @description    Home page specific styles

======================================================================
    Contents
======================================================================

    - Base
    - Services
    - Work
    - Team
    - Contact

/*====================================================================
    Base
======================================================================*/
@-o-keyframes spinandslow {
  0% {
    -o-transform: rotate(0deg);
  }
  25% {
    -o-transform: rotate(360deg);
  }
  50% {
    -o-transform: rotate(630deg);
  }
  75% {
    -o-transform: rotate(810deg);
  }
  100% {
    -o-transform: rotate(900deg);
  }
}
@-ms-keyframes spinandslow {
  0% {
    -ms-transform: rotate(0deg);
  }
  25% {
    -ms-transform: rotate(360deg);
  }
  50% {
    -ms-transform: rotate(630deg);
  }
  75% {
    -ms-transform: rotate(810deg);
  }
  100% {
    -ms-transform: rotate(900deg);
  }
}
@-webkit-keyframes spinandslow {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  50% {
    -webkit-transform: rotate(630deg);
    transform: rotate(630deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg);
  }
  100% {
    -webkit-transform: rotate(900deg);
    transform: rotate(900deg);
  }
}
@keyframes spinandslow {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  50% {
    -webkit-transform: rotate(630deg);
    transform: rotate(630deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg);
  }
  100% {
    -webkit-transform: rotate(900deg);
    transform: rotate(900deg);
  }
}
.js .invisible-head {
  padding-top: 0;
}
.js .invisible-head .mast-head {
  background: none;
}
.js .invisible-head .mast-head .site-logo {
  left: 0.775em;
  margin-left: 0;
}
.js .invisible-head .mast-head .site-logo img {
  display: none;
}
.js-logo-finder {
  position: relative;
  top: -38px;
}
.loading-screen {
  background: #ed3939;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 995;
  -webkit-transition: background 0.3s ease-out;
  -moz-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
  display: none;
}
@media all and (min-width: 1px) {
  .loading-screen {
    display: block;
  }
}
.loading-screen img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -32px 0 0 -32px;
  -moz-animation: spinandslow 1s 1 linear;
  -o-animation: spinandslow 1s 1 linear;
  -webkit-animation: spinandslow 1s 1 linear;
  animation: spinandslow 2s 1 linear;
  -webkit-transition: top 0.4s ease-in;
  -moz-transition: top 0.4s ease-in;
  transition: top 0.4s ease-in;
}
.home .hero:before {
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
/*====================================================================
    Services
======================================================================*/
.home-services {
  position: relative;
  padding: 7.75em 1.55em;
}
.home-services h2 {
  max-width: 20em;
  margin-left: auto;
  margin-right: auto;
}
.home-services-list {
  margin-bottom: 1.55em;
}
.home-services-list li {
  width: 23%;
  margin: 1.5%;
  display: inline-block;
  vertical-align: top;
}
.home-services-list li a {
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.home-services-list li a:hover {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
@media all and (min-width: 90em) {
  .home-services-list li {
    width: 13%;
  }
}
@media all and (max-width: 48em) {
  .home-services-list li {
    width: 33%;
    margin: 3%;
  }
}
@media all and (max-width: 30em) {
  .home-services-list li {
    width: 53%;
  }
  .home-services-list li p {
    min-height: 0;
  }
}
.home-services-list p {
  min-height: 6.2em;
}
.home-services-list .icon {
  line-height: 2;
}
.lt-ie8 .home-services-list li {
  display: inline;
  zoom: 1;
}
/*====================================================================
    Work
======================================================================*/
.home-work hr {
  color: #efeedf;
  border: 1px solid #efeedf;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-bottom: 1.55em;
}
.work-copy {
  float: left;
  width: 23.8em;
  padding: 3.1em;
}
@media all and (max-width: 65em) {
  .work-copy {
    float: none;
    width: auto;
    padding: 1.55em;
  }
}
.work-gallery {
  background: #000;
  margin-left: 30em;
  zoom: 1;
}
.work-gallery:before,
.work-gallery:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.work-gallery:after {
  clear: both;
}
@media all and (max-width: 75em) {
  .work-gallery {
    margin-left: 30em;
  }
}
@media all and (max-width: 65em) {
  .work-gallery {
    margin-left: 0;
  }
}
.work-gallery li {
  position: relative;
  float: left;
  width: 49.9%;
}
.work-gallery li a {
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.work-gallery li a:hover {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
@media all and (min-width: 94em) {
  .work-gallery li {
    width: 33.33%;
  }
}
@media all and (max-width: 65em) {
  .work-gallery li {
    width: 33.33%;
  }
}
@media all and (max-width: 48em) {
  .work-gallery li {
    width: 50%;
  }
}
@media all and (max-width: 28em) {
  .work-gallery li {
    width: 100%;
  }
}
.work-gallery .project-background {
  width: 100%;
  max-width: 100%;
  display: block;
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}
.work-gallery .project-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -58px 0 0 -114px;
  width: 228px;
}
/*====================================================================
    Team
======================================================================*/
.home-team {
  padding: 7.75em 1.55em;
}
.home-team h3 {
  max-width: 23em;
  margin-left: auto;
  margin-right: auto;
}
.home-team-list {
  margin-bottom: 1.55em;
}
.home-team-list > li {
  display: inline-block;
  width: 23%;
  margin: 1.5%;
  vertical-align: top;
}
@media all and (min-width: 100em) {
  .home-team-list > li {
    width: 10%;
    min-width: 10em;
  }
}
@media all and (max-width: 48em) {
  .home-team-list > li {
    width: 33%;
    margin: 3%;
  }
}
@media all and (max-width: 30em) {
  .home-team-list > li {
    width: 53%;
    margin-bottom: 1.55em;
  }
}
.home-team-list img {
  margin-bottom: 1.55em;
}
.home-team-list h4 {
  margin-bottom: 0;
}
.home-team-list .job-title {
  font-style: italic;
  margin-top: 0;
  font-family: "chaparral-pro", Georgia, serif;
}
.home-team-list .job-title small {
  font-size: 90%;
}
.lt-ie8 .home-team-list > li {
  display: inline;
  zoom: 1;
}
.social li {
  display: inline-block;
  margin: 0 0.19375em;
}
.social li .icon-primary {
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.social li .icon-primary:hover {
  color: #ef5050;
}
.lt-ie8 .team-list > li,
.lt-ie8 .social > li {
  display: inline;
  zoom: 1;
}
.lt-ie8 .social-link {
  display: inline;
  zoom: 1;
}
/*====================================================================
    Contact
======================================================================*/
.home-contact {
  background: #ed3939;
  color: #efeedf;
  text-align: left;
  background: url("../img/rb-map.jpg") top left no-repeat;
  background-size: cover;
  -ms-behavior: url(js/min/backgroundsize.min.htc);
}
.home-contact a {
  color: #efeedf;
}
.home-contact a:hover {
  color: #e7e5ce;
}
.home-contact h2 em,
.home-contact h3 em {
  font-style: normal;
  font-weight: 500;
}
.home-contact hr {
  color: #efeedf;
  border: 1px solid #efeedf;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-bottom: 1.55em;
}
@media all and (max-width: 60em) {
  .home-contact {
    background: none;
  }
}
.home-contact hr {
  color: #efeedf;
  border: 1px solid #efeedf;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-bottom: 1.55em;
}
.contact-map {
  float: left;
  width: 60%;
}
@media all and (max-width: 60em) {
  .contact-map {
    display: none;
  }
}
.contact-form {
  background: #ed3939;
  color: #efeedf;
  margin-left: 60%;
  padding: 3.1em;
  overflow: hidden;
}
.contact-form a {
  color: #efeedf;
}
.contact-form a:hover {
  color: #e7e5ce;
}
.contact-form h2 em,
.contact-form h3 em {
  font-style: normal;
  font-weight: 500;
}
.contact-form hr {
  color: #efeedf;
  border: 1px solid #efeedf;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-bottom: 1.55em;
}
@media all and (max-width: 60em) {
  .contact-form {
    margin: 0;
    padding: 1.55em;
  }
}
.contact-form form {
  padding-top: 1.55em;
}
.placeholder .contact-form label {
  position: absolute;
  margin: -1px;
  padding: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}
.placeholder .contact-form label.focusable:active,
.placeholder .contact-form label.focusable:focus {
  position: static;
  margin: 0;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}
.service .inner {
  max-width: 50em;
  margin: auto;
  zoom: 1;
  padding: 4.65em 1.55em;
}
.service .inner:before,
.service .inner:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.service .inner:after {
  clear: both;
}
.service-image {
  font-size: 240px;
  font-size: 24rem;
  line-height: 1;
}
.service-content {
  width: 55%;
}
.service-content h2,
.service-content h3 {
  margin-bottom: 0.19375em;
}
.service-image-left .service-image {
  float: left;
  margin-right: 10%;
}
.service-image-left .service-content {
  margin-left: 45%;
}
.service-image-right .service-image {
  float: right;
  margin-left: 10%;
}
.service-image-right .service-content {
  margin-right: 45%;
}
@media all and (max-width: 35em) {
  .service .service-image,
  .service .service-content {
    float: none;
    margin: 0;
    width: auto;
  }
  .service .service-image {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 0.155em;
    font-size: 200px;
    font-size: 20rem;
  }
}
.tags {
  margin-bottom: 1.55em;
}
.tags li {
  display: inline;
  font-size: 18px;
  font-size: 1.8rem;
  font-style: italic;
  font-family: "chaparral-pro", Georgia, serif;
}
.tags li:before {
  content: " / ";
  margin: 0 0.3875em 0 0.3875em;
}
.tags li:first-child:before {
  content: "";
  display: none;
}
.lt-ie8 .tags li {
  margin-right: 1em;
}
.work-list {
  padding: 3.1em 0 0 3.1em;
}
@media screen and (max-width: 55em) {
  .work-list {
    padding: 1.55em 0 0 0;
  }
}
.work-item {
  float: left;
  width: 50%;
  display: block;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
.work-item:hover {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.work-item:nth-child(2n+1) {
  clear: left;
}
@media all and (max-width: 55em) {
  .work-item {
    width: 100%;
  }
}
@media all and (min-width: 100em) {
  .work-item {
    width: 33.33%;
  }
  .work-item:nth-child(2n+1) {
    clear: none;
  }
  .work-item:nth-child(3n+1) {
    clear: left;
  }
}
.work-item .inner {
  margin: 0 3.1em 3.1em 0;
}
@media screen and (max-width: 55em) {
  .work-item .inner {
    margin: 0 0 1.55em 0;
  }
}
.work-item .info {
  padding: 0.775em;
}
.work-title {
  margin: 0 !important;
}
.work-blurb {
  margin: 0;
}
.work-shot {
  clear: both;
}
.work-shot img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.work-detail-gallery .inner {
  max-width: 65em;
  margin: auto;
  zoom: 1;
  padding: 4.65em 1.55em 0 1.55em;
}
.work-detail-gallery .inner:before,
.work-detail-gallery .inner:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.work-detail-gallery .inner:after {
  clear: both;
}
.work-detail-gallery li {
  padding: 1%;
  float: left;
}
@media all and (max-width: 45em) {
  .work-detail-gallery li {
    float: none;
    width: 98% !important;
  }
}
.work-detail-gallery .g3-4 {
  width: 73%;
}
.work-detail-gallery .g1-4 {
  width: 23%;
}
.work-detail-gallery .g1-2 {
  width: 48%;
}
@media screen and (max-width: 22em) {
  .work-type {
    text-align: left;
  }
}
.work-type li {
  margin: 0 1.55em 1.55em 1.55em;
}
.ipad-layout {
  overflow: hidden;
  position: relative;
}
.ipad-layout .inner {
  max-width: 65em;
  margin: auto;
  zoom: 1;
  padding: 4.65em 3.1em 0 3.1em;
}
.ipad-layout .inner:before,
.ipad-layout .inner:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.ipad-layout .inner:after {
  clear: both;
}
@media screen and (max-width: 65em) {
  .ipad-layout .inner {
    padding: 3.1em 1.55em 0 1.55em;
  }
}
.ipad-layout .ipad {
  position: relative;
  display: inline;
  zoom: 1;
  display: inline-block;
  max-width: 100%;
  width: 45%;
  float: left;
}
.ipad-layout .ipad img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.ipad-layout .ipad:before {
  display: block;
  position: absolute;
  top: 5%;
  bottom: 5%;
  left: 5%;
  right: 5%;
  -webkit-box-shadow: 0 0 10em 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10em 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10em 0 rgba(0, 0, 0, 0.5);
  content: "";
  z-index: 0;
}
.ipad-layout .ipad-bg {
  position: relative;
  z-index: 0;
}
.ipad-layout .ipad-shot {
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 90%;
}
.ipad-layout .ipad-sheen {
  position: absolute;
  top: 0;
  right: 0;
  width: 87%;
}
.ipad-layout .content {
  width: 45%;
  float: right;
}
@media all and (max-width: 65em) {
  .ipad-layout .ipad,
  .ipad-layout .content {
    float: none;
    width: auto;
    display: block;
  }
  .ipad-layout .ipad {
    margin: auto;
    max-width: 60%;
  }
  .ipad-layout .content {
    margin-bottom: 1.55em;
  }
}
.iphone-layout {
  overflow: hidden;
}
.iphone-layout .inner {
  max-width: 65em;
  margin: auto;
  zoom: 1;
  padding: 4.65em 3.1em 0 3.1em;
}
.iphone-layout .inner:before,
.iphone-layout .inner:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.iphone-layout .inner:after {
  clear: both;
}
@media screen and (max-width: 65em) {
  .iphone-layout .inner {
    padding: 3.1em 1.55em 0 1.55em;
  }
}
.iphone-layout .iphone {
  position: relative;
  display: inline;
  zoom: 1;
  display: inline-block;
  max-width: 100%;
  width: 30%;
  float: right;
  margin-right: 5%;
}
.iphone-layout .iphone img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.iphone-layout .iphone:before {
  display: block;
  position: absolute;
  top: 5%;
  bottom: 5%;
  left: 5%;
  right: 5%;
  -webkit-box-shadow: 0 0 10em 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10em 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10em 0 rgba(0, 0, 0, 0.5);
  content: "";
  z-index: 0;
}
.iphone-layout .iphone-bg {
  position: relative;
  z-index: 0;
}
.iphone-layout .iphone-shot {
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 90%;
}
.iphone-layout .iphone-sheen {
  position: absolute;
  top: 0;
  right: 0;
}
.iphone-layout .content {
  width: 50%;
  float: left;
}
@media all and (max-width: 65em) {
  .iphone-layout .iphone,
  .iphone-layout .content {
    float: none;
    width: auto;
    display: block;
  }
  .iphone-layout .iphone {
    margin: auto;
    max-width: 40%;
  }
  .iphone-layout .content {
    margin-bottom: 1.55em;
  }
}
.desktop-layout {
  overflow: hidden;
  position: relative;
}
.desktop-layout .inner {
  max-width: 65em;
  margin: auto;
  zoom: 1;
  padding: 4.65em 3.1em 0 3.1em;
}
.desktop-layout .inner:before,
.desktop-layout .inner:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.desktop-layout .inner:after {
  clear: both;
}
@media screen and (max-width: 65em) {
  .desktop-layout .inner {
    padding: 3.1em 1.55em 0 1.55em;
  }
}
.desktop-layout .desktop {
  position: relative;
  display: inline;
  zoom: 1;
  display: inline-block;
  max-width: 100%;
  width: 45%;
  float: right;
}
.desktop-layout .desktop img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.desktop-layout .desktop:before {
  display: block;
  position: absolute;
  top: 5%;
  bottom: 5%;
  left: 5%;
  right: 5%;
  -webkit-box-shadow: 0 0 10em 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10em 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10em 0 rgba(0, 0, 0, 0.5);
  content: "";
}
.desktop-layout .desktop-chrome {
  position: relative;
}
.desktop-layout .desktop-shot {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.desktop-layout .content {
  width: 45%;
  float: left;
}
@media all and (max-width: 65em) {
  .desktop-layout .desktop,
  .desktop-layout .content {
    float: none;
    width: auto;
    display: block;
  }
  .desktop-layout .desktop {
    margin: auto;
    max-width: 60%;
  }
  .desktop-layout .content {
    margin-bottom: 1.55em;
  }
}
.image-layout {
  overflow: hidden;
}
.image-layout .inner {
  max-width: 65em;
  margin: auto;
  zoom: 1;
  padding: 4.65em 1.55em 0 1.55em;
}
.image-layout .inner:before,
.image-layout .inner:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.image-layout .inner:after {
  clear: both;
}
@media screen and (max-width: 65em) {
  .image-layout .inner {
    padding: 3.1em 1.55em 0 1.55em;
  }
}
.image-layout .image {
  width: 50%;
  float: left;
}
.image-layout .image img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.image-layout .content {
  width: 40%;
  float: right;
}
@media all and (max-width: 65em) {
  .image-layout .image,
  .image-layout .content {
    float: none;
    width: auto;
    display: block;
  }
  .image-layout .image {
    margin: 0 auto 1.55em auto;
    max-width: 90%;
  }
  .image-layout .content {
    margin-bottom: 1.55em;
  }
}
.team-list {
  max-width: 85em;
  margin: auto;
}
.team-list .job-title {
  font-style: italic;
  margin-top: 0;
  font-family: "chaparral-pro", Georgia, serif;
}
.team-item {
  width: 22.9%;
  margin: 1%;
  float: left;
}
@media all and (max-width: 63em) {
  .team-item {
    width: 31.33%;
  }
}
@media all and (max-width: 53em) {
  .team-item {
    width: 48%;
  }
}
@media all and (max-width: 35em) {
  .team-item {
    width: 96%;
    margin: 2%;
  }
}
.team-shot {
  display: block;
  width: 100%;
  max-width: 83%;
  padding-top: 10%;
  border-bottom: 1px solid #dad8bd;
  margin: auto auto 0.775em auto;
}
.team-info {
  padding: 0 0.775em 0.775em 0.775em;
}
.team-name {
  margin-bottom: 0;
}
.team-blurb {
  min-height: 8.525em;
}
@media all and (max-width: 89em) {
  .team-blurb {
    min-height: 10.075000000000001em;
  }
}
@media all and (max-width: 77em) {
  .team-blurb {
    min-height: 13.175em;
  }
}
@media all and (max-width: 53em) {
  .team-blurb {
    min-height: 8.525em;
  }
}
@media all and (max-width: 35em) {
  .team-blurb {
    min-height: 0;
  }
}
.lt-ie8 .team-blurb {
  min-height: 11.625em;
}
.engine-room {
  padding: 7.75em 0.775em;
}
.engine-room-list {
  margin: auto auto 3.1em auto;
}
@media screen and (max-width: 105em) {
  .engine-room-list {
    width: 50%;
    min-width: 40em;
  }
}
@media screen and (max-width: 45em) {
  .engine-room-list {
    width: auto;
    min-width: 0;
  }
}
.engine-room-list > li {
  display: inline-block;
  margin: 0.775em 0;
  text-align: left;
  width: 42.9%;
  margin: 1%;
  background: #f3f3e8;
  padding: 1%;
  vertical-align: top;
}
@media screen and (min-width: 105em) {
  .engine-room-list > li {
    width: 19.9%;
  }
}
@media screen and (max-width: 45em) {
  .engine-room-list > li {
    display: block;
    width: auto;
    zoom: 1;
    margin: 1.55em;
    margin-left: auto;
    margin-right: auto;
    max-width: 22em;
  }
  .engine-room-list > li:before,
  .engine-room-list > li:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
  }
  .engine-room-list > li:after {
    clear: both;
  }
}
.engine-room-list img {
  float: left;
  margin-right: 0.775em;
}
.engine-room-list h4 {
  margin: 0;
}
.engine-room-list p {
  font-style: italic;
  margin: 0;
}
.learn .inner {
  max-width: 60em;
  margin: auto;
}
.learn-venn {
  float: left;
  width: 50%;
}
@media all and (max-width: 60em) {
  .learn-venn {
    float: none;
    width: 100%;
    max-width: 30em;
    margin: 0 auto 1.55em auto;
  }
}
.learn-list {
  margin-left: 60%;
}
@media all and (max-width: 60em) {
  .learn-list {
    margin-left: 0;
  }
}
.learn-list li {
  margin-bottom: 1.55em;
}
@media all and (max-width: 40em) {
  .learn-list li {
    margin-bottom: 3.1em;
  }
}
.flow {
  text-align: center;
}
.flow-item {
  padding: 1.55em;
  width: 14.444444444444445em;
  height: 14.444444444444445em;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 1.55em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.flow-item .note {
  position: absolute;
  bottom: -6.2em;
  display: none;
}
@media all and (max-width: 48em) {
  .flow-item {
    margin: 1.55em auto;
  }
}
.lt-ie8 .flow-item {
  display: inline;
  zoom: 1;
}
.note {
  font-family: "chaparral-pro", Georgia, serif;
  margin-top: 1.55em;
  font-size: 20px;
  font-size: 2rem;
  font-style: italic;
}
.contact-methods li {
  display: inline-block;
  margin: 5%;
}
@media screen and (max-width: 40em) {
  .contact-methods {
    padding: 1.55em;
  }
  .contact-methods li {
    display: block;
  }
}
.contact-form-main h4 {
  max-width: 100%;
}
.contact-form-main [type="text"],
.contact-form-main [type="email"],
.contact-form-main [type="tel"] {
  padding: 0.82em 0.775em;
}
.contact-form-main .grid {
  float: left;
  width: 25%;
  padding: 1%;
}
@media all and (max-width: 85em) {
  .contact-form-main .grid {
    width: 38%;
  }
}
@media all and (max-width: 65em) {
  .contact-form-main .grid {
    width: auto;
    float: none;
  }
}
.contact-form-main ul.grid {
  width: 34%;
}
@media all and (max-width: 85em) {
  .contact-form-main ul.grid {
    float: none;
    width: 55%;
    margin-left: 40%;
  }
}
@media all and (max-width: 65em) {
  .contact-form-main ul.grid {
    width: auto;
    float: none;
    margin-left: 0;
  }
}
.contact-form-main .btn {
  margin-bottom: 0;
  min-width: 10em;
  float: right;
}
.contact-form-main .form-row:last-child {
  margin-bottom: 0;
}
.lt-ie8 .contact-methods li {
  display: inline;
  zoom: 1;
}
