/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 11, ../sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 30, ../sass/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 43, ../sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
/* line 53, ../sass/_normalize.scss */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 68, ../sass/_normalize.scss */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/* line 79, ../sass/_normalize.scss */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
/* line 91, ../sass/_normalize.scss */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 103, ../sass/_normalize.scss */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 111, ../sass/_normalize.scss */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
/* line 126, ../sass/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* line 131, ../sass/_normalize.scss */
h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

/* line 136, ../sass/_normalize.scss */
h3 {
  font-size: 1.17em;
  margin: 1em 0; }

/* line 141, ../sass/_normalize.scss */
h4 {
  font-size: 1em;
  margin: 1.33em 0; }

/* line 146, ../sass/_normalize.scss */
h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

/* line 151, ../sass/_normalize.scss */
h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
/* line 160, ../sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
/* line 168, ../sass/_normalize.scss */
b,
strong {
  font-weight: bold; }

/* line 173, ../sass/_normalize.scss */
blockquote {
  margin: 1em 40px; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 181, ../sass/_normalize.scss */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
/* line 190, ../sass/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 6/7/8/9.
 */
/* line 200, ../sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address margins set differently in IE 6/7.
 */
/* line 209, ../sass/_normalize.scss */
p,
pre {
  margin: 1em 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
/* line 218, ../sass/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 231, ../sass/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
/* line 241, ../sass/_normalize.scss */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
/* line 249, ../sass/_normalize.scss */
q:before,
q:after {
  content: '';
  content: none; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 259, ../sass/_normalize.scss */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 267, ../sass/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 275, ../sass/_normalize.scss */
sup {
  top: -0.5em; }

/* line 279, ../sass/_normalize.scss */
sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
/* line 291, ../sass/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

/* line 298, ../sass/_normalize.scss */
dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
/* line 306, ../sass/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
/* line 316, ../sass/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
/* line 331, ../sass/_normalize.scss */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 340, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
/* line 352, ../sass/_normalize.scss */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
/* line 364, ../sass/_normalize.scss */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
/* line 372, ../sass/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
/* line 384, ../sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
/* line 398, ../sass/_normalize.scss */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 413, ../sass/_normalize.scss */
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 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 425, ../sass/_normalize.scss */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 440, ../sass/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
/* line 453, ../sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 465, ../sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 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).
 */
/* line 479, ../sass/_normalize.scss */
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.
 */
/* line 491, ../sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
/* line 500, ../sass/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 511, ../sass/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 524, ../sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: 'Founders Grotesk X-Cond Lt';
  src: url("../webfont/FoundersGrotX-Cond-Web-Light.eot");
  /* IE9 Compat Modes */
  src: url("../webfont/FoundersGrotX-Cond-Web-Light.eot?#iefix") format("embedded-opentype"), url("../webfont/FoundersGrotX-Cond-Web-Light.woff") format("woff"), url("../webfont/FoundersGrotX-Cond-Web-Light.ttf") format("truetype"), url("../webfont/FoundersGrotX-Cond-Web-Light.svg#d5a353e6401aefcec8230792098e5a6a") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400; }
@font-face {
  font-family: 'Founders Grotesk X-Cond Bold';
  src: url("../webfont/FoundersGrotX-Cond-Web-Bold.eot");
  /* IE9 Compat Modes */
  src: url("../webfont/FoundersGrotX-Cond-Web-Bold.eot?#iefix") format("embedded-opentype"), url("../webfont/FoundersGrotX-Cond-Web-Bold.woff") format("woff"), url("../webfont/FoundersGrotX-Cond-Web-Bold.ttf") format("truetype"), url("../webfont/FoundersGrotX-Cond-Web-Bold.svg#c45d54663109a7d5b7f51ed371664c0c") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 700; }
@font-face {
  font-family: 'process_symbolregular';
  src: url("../webfont/process-symbols-v1-webfont.eot");
  src: url("../webfont/process-symbols-v1-webfont.eot?#iefix") format("embedded-opentype"), url("../webfont/process-symbols-v1-webfont.woff") format("woff"), url("../webfont/process-symbols-v1-webfont.ttf") format("truetype"), url("../webfont/process-symbols-v1-webfont.svg#process_symbolregular") format("svg");
  font-weight: normal;
  font-style: normal; }
/* line 36, ../sass/_typography.scss */
.cond {
  font-family: 'Founders Grotesk X-Cond Lt'; }

/* line 40, ../sass/_typography.scss */
.bold {
  font-family: 'Founders Grotesk X-Cond Bold';
  font-weight: 700; }

/* line 45, ../sass/_typography.scss */
.symbol {
  font-family: 'process_symbolregular';
  text-transform: none;
  font-weight: normal; }

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/* line 13, ../sass/_main.scss */
html,
button,
input,
select,
textarea {
  color: #222; }

/* line 21, ../sass/_main.scss */
html {
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
/* line 32, ../sass/_main.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

/* line 37, ../sass/_main.scss */
::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
/* line 46, ../sass/_main.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
/* line 60, ../sass/_main.scss */
audio,
canvas,
img,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
/* line 71, ../sass/_main.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
/* line 81, ../sass/_main.scss */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
/* line 89, ../sass/_main.scss */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
/* line 124, ../sass/_main.scss */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

/* line 132, ../sass/_main.scss */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
/* line 143, ../sass/_main.scss */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
/* line 152, ../sass/_main.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
/* line 168, ../sass/_main.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
/* line 182, ../sass/_main.scss */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* line 198, ../sass/_main.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

/* line 204, ../sass/_main.scss */
.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
/* line 213, ../sass/_main.scss */
.clearfix {
  *zoom: 1; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  /* line 240, ../sass/_main.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  /* line 247, ../sass/_main.scss */
  a,
  a:visited {
    text-decoration: underline; }

  /* line 252, ../sass/_main.scss */
  a[href]:after {
    content: " (" attr(href) ")"; }

  /* line 256, ../sass/_main.scss */
  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links for images, or javascript/internal links
   */
  /* line 264, ../sass/_main.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  /* line 270, ../sass/_main.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /* line 276, ../sass/_main.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  /* line 280, ../sass/_main.scss */
  tr,
  img {
    page-break-inside: avoid; }

  /* line 285, ../sass/_main.scss */
  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  /* line 293, ../sass/_main.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  /* line 300, ../sass/_main.scss */
  h2,
  h3 {
    page-break-after: avoid; } }
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
/* line 2, ../sass/_fancybox.scss */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

/* line 20, ../sass/_fancybox.scss */
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

/* line 27, ../sass/_fancybox.scss */
.fancybox-skin {
  position: relative;
  background: #000;
  color: #444;
  text-shadow: none; }

/* line 34, ../sass/_fancybox.scss */
.fancybox-opened {
  z-index: 8030; }

/* line 38, ../sass/_fancybox.scss */
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

/* line 44, ../sass/_fancybox.scss */
.fancybox-outer, .fancybox-inner {
  position: relative; }

/* line 48, ../sass/_fancybox.scss */
.fancybox-inner {
  overflow: hidden; }

/* line 52, ../sass/_fancybox.scss */
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

/* line 56, ../sass/_fancybox.scss */
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

/* line 64, ../sass/_fancybox.scss */
.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

/* line 70, ../sass/_fancybox.scss */
.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

/* line 75, ../sass/_fancybox.scss */
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("fancybox/fancybox_sprite.png"); }

/* line 79, ../sass/_fancybox.scss */
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

/* line 91, ../sass/_fancybox.scss */
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("fancybox/fancybox_loading.gif") center center no-repeat; }

/* line 97, ../sass/_fancybox.scss */
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

/* line 107, ../sass/_fancybox.scss */
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

/* line 119, ../sass/_fancybox.scss */
.fancybox-prev {
  left: 0; }

/* line 123, ../sass/_fancybox.scss */
.fancybox-next {
  right: 0; }

/* line 127, ../sass/_fancybox.scss */
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

/* line 138, ../sass/_fancybox.scss */
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

/* line 143, ../sass/_fancybox.scss */
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

/* line 148, ../sass/_fancybox.scss */
.fancybox-nav:hover span {
  visibility: visible; }

/* line 152, ../sass/_fancybox.scss */
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
/* line 164, ../sass/_fancybox.scss */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

/* line 169, ../sass/_fancybox.scss */
.fancybox-lock body {
  overflow: hidden !important; }

/* line 173, ../sass/_fancybox.scss */
.fancybox-lock-test {
  overflow-y: hidden !important; }

/* line 177, ../sass/_fancybox.scss */
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("fancybox/fancybox_overlay.png"); }

/* line 187, ../sass/_fancybox.scss */
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

/* line 193, ../sass/_fancybox.scss */
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
/* line 200, ../sass/_fancybox.scss */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

/* line 208, ../sass/_fancybox.scss */
.fancybox-opened .fancybox-title {
  visibility: visible; }

/* line 212, ../sass/_fancybox.scss */
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

/* line 221, ../sass/_fancybox.scss */
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

/* line 237, ../sass/_fancybox.scss */
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

/* line 243, ../sass/_fancybox.scss */
.fancybox-title-inside-wrap {
  padding-top: 10px; }

/* line 247, ../sass/_fancybox.scss */
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* line 262, ../sass/_fancybox.scss */
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }

  /* line 267, ../sass/_fancybox.scss */
  #fancybox-loading div {
    background-image: url("fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }
/* line 8, ../sass/styles.scss */
body {
  font-family: 'Founders Grotesk X-Cond Lt';
  color: #0e3540; }

/* line 12, ../sass/styles.scss */
b, strong {
  font-family: 'Founders Grotesk X-Cond Bold'; }

/* line 15, ../sass/styles.scss */
a {
  color: #ec7524;
  text-decoration: none; }
  /* line 18, ../sass/styles.scss */
  a:HOVER, a.hovered-link {
    color: #0e3540; }

@-webkit-keyframes fadeIn {
  /* line 23, ../sass/styles.scss */
  from {
    opacity: 0; }

  /* line 23, ../sass/styles.scss */
  to {
    opacity: 1;
    margin-top: 0; } }
@-moz-keyframes fadeIn {
  /* line 24, ../sass/styles.scss */
  from {
    opacity: 0; }

  /* line 24, ../sass/styles.scss */
  to {
    opacity: 1;
    margin-top: 0; } }
@keyframes fadeIn {
  /* line 25, ../sass/styles.scss */
  from {
    opacity: 0; }

  /* line 25, ../sass/styles.scss */
  to {
    opacity: 1;
    margin-top: 0; } }
/* line 27, ../sass/styles.scss */
.fade-1 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: 2s;
  -o-transition: 2s;
  -webkit-transition: 2s;
  transition: 2s;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s; }
  /* line 33, ../sass/styles.scss */
  .loaded .fade-1 {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; }

/* line 38, ../sass/styles.scss */
.fade-2 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: 2s;
  -o-transition: 2s;
  -webkit-transition: 2s;
  transition: 2s;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s; }
  /* line 44, ../sass/styles.scss */
  .loaded .fade-2 {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; }

/* line 49, ../sass/styles.scss */
header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 60px;
  z-index: 50;
  line-height: 60px;
  background-color: #fff; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    /* line 49, ../sass/styles.scss */
    header {
      height: 50px;
      line-height: 50px; } }
  /* line 62, ../sass/styles.scss */
  .showingOverlay header {
    background-color: #000; }
  /* line 65, ../sass/styles.scss */
  .admin-bar header {
    top: 32px; }
  /* line 68, ../sass/styles.scss */
  .home header, .page-id-130 header {
    display: none; }
  /* line 71, ../sass/styles.scss */
  header .inner {
    padding: 0 0px; }
  /* line 74, ../sass/styles.scss */
  header h1#main-title {
    margin: 0px;
    padding-left: 20px;
    font-family: 'Founders Grotesk X-Cond Bold';
    font-weight: 700;
    text-transform: uppercase;
    line-height: 60px;
    height: 60px;
    font-size: 23px;
    letter-spacing: .03em;
    float: left;
    background-color: #fff;
    position: relative;
    z-index: 11; }
    /* line 86, ../sass/styles.scss */
    .showingOverlay header h1#main-title {
      background-color: #000; }
    /* line 91, ../sass/styles.scss */
    header h1#main-title .arrow {
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      vertical-align: top;
      margin-top: 2px; }
    /* line 97, ../sass/styles.scss */
    header h1#main-title a {
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      vertical-align: top; }
      /* line 102, ../sass/styles.scss */
      .showingOverlay header h1#main-title a:HOVER {
        color: #fff; }
    @media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
      /* line 74, ../sass/styles.scss */
      header h1#main-title {
        padding-left: 10px;
        height: 50px;
        font-size: 18px;
        line-height: 50px; }
        /* line 114, ../sass/styles.scss */
        header h1#main-title .arrow {
          margin-top: 1px; } }
  /* line 119, ../sass/styles.scss */
  header ul.menu {
    position: relative;
    z-index: 10;
    float: left;
    list-style: none;
    margin: 0px 0 0 -260px;
    padding: 0px 5px 0 0;
    font-size: 23px;
    text-transform: uppercase; }
    /* line 128, ../sass/styles.scss */
    .loaded header ul.menu {
      -moz-transition: 0.1s;
      -o-transition: 0.1s;
      -webkit-transition: 0.1s;
      transition: 0.1s; }
    /* line 131, ../sass/styles.scss */
    header ul.menu li {
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      vertical-align: top;
      margin-left: 10px; }
      /* line 135, ../sass/styles.scss */
      header ul.menu li a {
        display: block;
        -moz-transition: 0.2s;
        -o-transition: 0.2s;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
        /* line 138, ../sass/styles.scss */
        header ul.menu li a:HOVER {
          color: #0E3540; }
          /* line 140, ../sass/styles.scss */
          .showingOverlay header ul.menu li a:HOVER {
            color: #fff; }
      /* line 145, ../sass/styles.scss */
      header ul.menu li.current-menu-item a, header ul.menu li.current-page-item a {
        color: #0E3540; }
        /* line 147, ../sass/styles.scss */
        .showingOverlay header ul.menu li.current-menu-item a, .showingOverlay header ul.menu li.current-page-item a {
          color: #fff; }
    @media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
      /* line 119, ../sass/styles.scss */
      header ul.menu {
        font-size: 18px;
        margin: 0;
        padding: 0; }
        /* line 158, ../sass/styles.scss */
        header ul.menu li {
          margin-left: 7px; } }

/* line 166, ../sass/styles.scss */
.single-director header ul.menu #menu-item-48 a {
  color: #0E3540; }
  /* line 168, ../sass/styles.scss */
  .showingOverlay .single-director header ul.menu #menu-item-48 a {
    color: #fff; }

/* line 177, ../sass/styles.scss */
#header.headerHover ul.menu {
  margin-left: 0px; }

/* line 182, ../sass/styles.scss */
#main {
  padding: 60px 0px 0px 0px; }
  /* line 44, ../sass/_mixins.scss */
  #main:after {
    content: "";
    display: table;
    clear: both; }
  /* line 186, ../sass/styles.scss */
  .home #main, .page-id-130 #main {
    padding: 0px 20px 10px 20px; }
    /* line 188, ../sass/styles.scss */
    .home #main a, .page-id-130 #main a {
      -moz-transition: 0.2s;
      -o-transition: 0.2s;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
  /* line 192, ../sass/styles.scss */
  .single-director #main {
    padding: 60px 0 0 0px; }
  /* line 195, ../sass/styles.scss */
  .page-id-49 #main {
    padding: 60px 20px 50px; }
  /* line 198, ../sass/styles.scss */
  .post-type-archive-news #main {
    padding: 60px 0 0px; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    /* line 182, ../sass/styles.scss */
    #main {
      padding: 50px 0 0 0; }
      /* line 205, ../sass/styles.scss */
      .home #main, .page-id-130 #main {
        padding: 0px 10px 5px 5px; }
      /* line 209, ../sass/styles.scss */
      .single-director #main {
        padding: 50px 0 0 0px; }
      /* line 212, ../sass/styles.scss */
      .page-id-49 #main {
        padding: 50px 10px 50px; }
      /* line 215, ../sass/styles.scss */
      .post-type-archive-news #main {
        padding: 50px 0 0px; } }

/* line 221, ../sass/styles.scss */
.col {
  float: left;
  position: relative; }

/* line 226, ../sass/styles.scss */
.col-35 {
  width: 35%; }

/* line 227, ../sass/styles.scss */
.col-65 {
  width: 65%; }

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  /* line 230, ../sass/styles.scss */
  .col-35, .col-65 {
    width: 100%; } }
/* line 234, ../sass/styles.scss */
#about-text {
  font-size: 55px;
  line-height: 96%;
  letter-spacing: 1px;
  font-family: 'Founders Grotesk X-Cond Lt'; }
  /* line 235, ../sass/styles.scss */
  #about-text .inner {
    padding: 10px 40px 0 0; }
  /* line 242, ../sass/styles.scss */
  #about-text p, #about-text ul, #about-text ol {
    margin: 0 0 30px; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    /* line 234, ../sass/styles.scss */
    #about-text {
      font-size: 25px; }
      /* line 247, ../sass/styles.scss */
      #about-text .inner {
        padding: 10px 0 0 0; }
      /* line 253, ../sass/styles.scss */
      #about-text p, #about-text ul, #about-text ol {
        margin: 0 0 15px; } }

/* line 260, ../sass/styles.scss */
#team .team-header {
  margin: 10px 0 0;
  font-size: 55px;
  line-height: 0.9; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    /* line 260, ../sass/styles.scss */
    #team .team-header {
      font-size: 25px; } }

/* line 271, ../sass/styles.scss */
.team-list {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  letter-spacing: .02em; }
  /* line 277, ../sass/styles.scss */
  .team-list .team-member {
    position: relative;
    margin: 0 0 5px; }
    /* line 281, ../sass/styles.scss */
    .team-list .team-member h1 {
      color: #ec7524;
      margin: 0 0 5px;
      font-size: 25px;
      line-height: 0.9;
      display: block;
      cursor: pointer;
      letter-spacing: .03em; }
      /* line 290, ../sass/styles.scss */
      .team-list .team-member h1 .team-toggle {
        position: absolute;
        top: 3px;
        right: 25px;
        display: block;
        text-indent: -6000px;
        width: 0;
        height: 0;
        border-top: 7px solid #ec7524;
        border-bottom: 0px solid #ec7524;
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        -moz-transition: 0.2s;
        -o-transition: 0.2s;
        -webkit-transition: 0.2s;
        transition: 0.2s;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        -webkit-backface-visibility: hidden; }
      /* line 308, ../sass/styles.scss */
      .team-list .team-member h1:HOVER .team-toggle {
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1; }
    /* line 314, ../sass/styles.scss */
    .team-list .team-member p {
      margin: 0 0 5px;
      font-size: 25px;
      line-height: 0.9; }
    @media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
      /* line 321, ../sass/styles.scss */
      .team-list .team-member h1 {
        font-size: 21px; }
        /* line 324, ../sass/styles.scss */
        .team-list .team-member h1 .team-toggle {
          display: none; }
      /* line 329, ../sass/styles.scss */
      .team-list .team-member p {
        font-size: 21px; } }
    /* line 334, ../sass/styles.scss */
    .team-list .team-member .bio-zone {
      display: none;
      padding: 0 20px 10px 0; }
      @media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
        /* line 334, ../sass/styles.scss */
        .team-list .team-member .bio-zone {
          padding: 5px 20px 10px 0; } }
    /* line 345, ../sass/styles.scss */
    .team-list .team-member.active-member h1 {
      color: #0e3540; }
      /* line 348, ../sass/styles.scss */
      .team-list .team-member.active-member h1 .team-toggle {
        -moz-transition: 0;
        -o-transition: 0;
        -webkit-transition: 0;
        transition: 0;
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
        -moz-transform: rotateX(180deg);
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg); }
      /* line 355, ../sass/styles.scss */
      .team-list .team-member.active-member h1:HOVER .team-toggle {
        border-top: 7px solid #0e3540; }

/* line 368, ../sass/styles.scss */
.page-id-13 #main {
  padding: 60px 0px 50px; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    /* line 368, ../sass/styles.scss */
    .page-id-13 #main {
      padding: 50px 0; } }

/* line 375, ../sass/styles.scss */
#director-list {
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-transform: uppercase; }
  /* line 381, ../sass/styles.scss */
  #director-list li {
    padding: 0 20px;
    padding-top: 0.7em;
    padding-bottom: 0.7em; }
    /* line 385, ../sass/styles.scss */
    #director-list li div {
      line-height: 0.78em; }
      /* line 388, ../sass/styles.scss */
      #director-list li div .comingsoontext {
        padding: 0px 0 10px;
        display: block; }
    /* line 395, ../sass/styles.scss */
    #director-list li.altRow {
      background-color: #f1f9fc; }
    /* line 398, ../sass/styles.scss */
    #director-list li a {
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      margin-top: -0.2em;
      -moz-transition: 0.2s;
      -o-transition: 0.2s;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
      /* line 402, ../sass/styles.scss */
      #director-list li a:HOVER {
        color: #0e3540; }

/* line 409, ../sass/styles.scss */
.single-director {
  position: relative; }
  /* line 412, ../sass/styles.scss */
  .single-director .director-info {
    background-color: #F1F9FC;
    width: 100%;
    font-size: 55px; }
    /* line 416, ../sass/styles.scss */
    .single-director .director-info .inner {
      max-width: 1100px; }
    /* line 419, ../sass/styles.scss */
    .single-director .director-info h1 {
      text-transform: uppercase;
      padding: 0 20% 0 20px;
      margin: 0px;
      font-weight: normal; }
      /* line 424, ../sass/styles.scss */
      .single-director .director-info h1 div {
        line-height: 0.8em;
        margin: -9px 0 0 0; }

/* line 432, ../sass/styles.scss */
.postid-5 .director-info {
  padding-top: 15px; }

/* line 436, ../sass/styles.scss */
.director-work {
  margin: 1px 0 0;
  position: relative; }
  /* line 440, ../sass/styles.scss */
  .director-work .work-list {
    margin: 1px 0 0; }

/* line 445, ../sass/styles.scss */
.directors-work-item {
  padding-top: 28.12%;
  width: 100%;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%; }

/* line 453, ../sass/styles.scss */
.director-bio {
  position: relative; }
  /* line 456, ../sass/styles.scss */
  .director-bio .director-image {
    float: right;
    margin: 1px 0 0 -380px;
    width: 358px;
    height: 100%;
    overflow: hidden; }
    /* line 462, ../sass/styles.scss */
    .director-bio .director-image img {
      margin: 0px;
      width: 100%;
      height: auto; }
    @media (min-width: 1380px) {
      /* line 456, ../sass/styles.scss */
      .director-bio .director-image {
        width: 600px;
        margin-left: -620px; }
        /* line 470, ../sass/styles.scss */
        .director-bio .director-image img {
          margin-left: 0px; } }

/* line 476, ../sass/styles.scss */
.bio-text {
  margin-right: 380px;
  font-size: 55px;
  float: left;
  padding: 10px 20px 40px 20px; }
  /* line 481, ../sass/styles.scss */
  .bio-text h1 {
    text-transform: uppercase;
    padding: 0.25em 0 0;
    margin: 0px 0 -0.1em;
    font-weight: normal; }
    /* line 486, ../sass/styles.scss */
    .bio-text h1 div {
      line-height: 0.8em; }
  /* line 490, ../sass/styles.scss */
  .bio-text p {
    margin: 0 0 0.15em;
    line-height: 100%; }
  @media (min-width: 1380px) {
    /* line 476, ../sass/styles.scss */
    .bio-text {
      margin-right: 620px; } }
  @media (max-width: 960px) {
    /* line 476, ../sass/styles.scss */
    .bio-text {
      font-size: 44px;
      margin-right: 40px; } }
  @media (max-width: 768px) {
    /* line 476, ../sass/styles.scss */
    .bio-text {
      font-size: 34px; } }
  @media (max-width: 600px) {
    /* line 476, ../sass/styles.scss */
    .bio-text {
      font-size: 24px; } }

/* line 509, ../sass/styles.scss */
.backToNews {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: -30px 0 0px;
  padding: 0px 20px;
  text-transform: uppercase;
  color: #0e3540;
  font-size: 70px;
  font-family: 'Founders Grotesk X-Cond Bold';
  font-weight: normal; }
  /* line 518, ../sass/styles.scss */
  .backToNews:HOVER {
    color: #000000; }
  /* line 521, ../sass/styles.scss */
  .backToNews .arrow {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin: -13px 5px 0 0; }

/* line 527, ../sass/styles.scss */
.team-photo {
  float: left;
  width: 145px;
  height: auto;
  margin: 0 8px 5px 0; }

/* line 534, ../sass/styles.scss */
.work-title, .bio-title {
  margin: 0px;
  padding: 0px 20px;
  text-transform: uppercase;
  color: #fff;
  font-size: 60px;
  font-family: 'Founders Grotesk X-Cond Bold';
  font-weight: normal;
  background-color: #0e3540; }

/* line 544, ../sass/styles.scss */
.work-list {
  position: relative;
  list-style: none;
  margin: 0px;
  padding: 0px; }
  /* line 549, ../sass/styles.scss */
  .work-list li {
    position: relative;
    width: 50%;
    float: left; }
    /* line 555, ../sass/styles.scss */
    .work-list li img {
      width: 100%;
      height: auto;
      border-left: solid 1px #fff;
      border-bottom: solid 1px #fff;
      margin-left: -1px; }
    @media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
      /* line 549, ../sass/styles.scss */
      .work-list li {
        width: 100%; }
        /* line 560, ../sass/styles.scss */
        .work-list li .img-link {
          display: block;
          position: relative;
          width: 50%; } }
    @media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) {
      /* line 568, ../sass/styles.scss */
      .work-list li .img-link {
        width: 100%; } }
    /* line 573, ../sass/styles.scss */
    .work-list li .text-overlay {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      color: #0e3540;
      font-size: 23px;
      line-height: 1;
      text-transform: uppercase;
      background: white;
      background: rgba(255, 255, 255, 0.8);
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0;
      -moz-transition: 0.2s;
      -o-transition: 0.2s;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
      /* line 587, ../sass/styles.scss */
      .work-list li .text-overlay .inner {
        padding: 12px; }
        /* line 589, ../sass/styles.scss */
        .work-list li .text-overlay .inner a {
          color: #0e3540; }
        /* line 590, ../sass/styles.scss */
        .work-list li .text-overlay .inner .arrow a {
          color: #ec7524; }
        /* line 591, ../sass/styles.scss */
        .work-list li .text-overlay .inner h3 {
          margin: 0px 0 10px;
          font-size: 60px;
          font-family: 'Founders Grotesk X-Cond Bold';
          font-weight: normal;
          line-height: 74%;
          position: relative;
          z-index: 5; }
        /* line 600, ../sass/styles.scss */
        .work-list li .text-overlay .inner a.masterLink {
          position: absolute;
          top: 0px;
          left: 0px;
          width: 100%;
          height: 100%;
          text-indent: -6000px;
          z-index: 10; }
      @media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
        /* line 573, ../sass/styles.scss */
        .work-list li .text-overlay {
          width: 100%;
          left: 0%;
          font-size: 18px;
          filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
          opacity: 1;
          background: rgba(255, 255, 255, 0); }
          /* line 618, ../sass/styles.scss */
          .work-list li .text-overlay .inner {
            padding: 5px 5px 30px calc(50% + 5px); }
            /* line 621, ../sass/styles.scss */
            .work-list li .text-overlay .inner h3 {
              font-size: 30px; } }
      @media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) {
        /* line 573, ../sass/styles.scss */
        .work-list li .text-overlay {
          position: relative;
          left: 0;
          width: 100%; }
          /* line 632, ../sass/styles.scss */
          .work-list li .text-overlay .inner {
            padding: 5px 5px 30px 5px; } }
    /* line 638, ../sass/styles.scss */
    .work-list li.no-image-item {
      min-height: 300px;
      background-color: #EC7524; }
      /* line 641, ../sass/styles.scss */
      .work-list li.no-image-item .text-overlay {
        background: none;
        background: #fff;
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1; }
    /* line 647, ../sass/styles.scss */
    .work-list li .section-item {
      position: relative;
      z-index: 5;
      margin-bottom: -3px; }
    /* line 652, ../sass/styles.scss */
    .work-list li .arrow {
      font-size: 240px;
      color: #ec7524;
      position: absolute;
      line-height: 240px;
      top: 50%;
      left: 50%;
      margin: -117px 0 0 -50px;
      width: 100px;
      text-align: center;
      cursor: pointer;
      z-index: 4; }
      /* line 665, ../sass/styles.scss */
      .work-list li .arrow.mobile-arrow {
        display: none; }
      @media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
        /* line 652, ../sass/styles.scss */
        .work-list li .arrow {
          display: none; }
          /* line 672, ../sass/styles.scss */
          .work-list li .arrow.mobile-arrow {
            display: block;
            font-size: 90px;
            line-height: 30px;
            top: 50%;
            left: 50%;
            position: absolute;
            margin: -15px 0 0 -50px; } }
      @media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) {
        /* line 652, ../sass/styles.scss */
        .work-list li .arrow {
          display: none; }
          /* line 686, ../sass/styles.scss */
          .work-list li .arrow.mobile-arrow {
            display: none; } }
    /* line 692, ../sass/styles.scss */
    .work-list li.hovered .text-overlay {
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1; }

/* line 698, ../sass/styles.scss */
.imageSize {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%; }

/* line 704, ../sass/styles.scss */
.films-list {
  position: relative;
  list-style: none;
  margin: 0px;
  padding: 0px; }
  /* line 709, ../sass/styles.scss */
  .films-list li {
    position: relative;
    width: 33.3333%;
    float: left; }
    /* line 714, ../sass/styles.scss */
    .films-list li img {
      width: 100%;
      height: auto;
      border-left: solid 1px #fff;
      border-bottom: solid 1px #fff;
      margin-left: -1px; }
    @media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
      /* line 709, ../sass/styles.scss */
      .films-list li {
        width: 100%; }
        /* line 719, ../sass/styles.scss */
        .films-list li img {
          width: 25%; } }
    @media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) {
      /* line 725, ../sass/styles.scss */
      .films-list li img {
        width: 33%; } }
    /* line 730, ../sass/styles.scss */
    .films-list li .text-overlay {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      color: #0e3540;
      font-size: 23px;
      line-height: 1;
      text-transform: uppercase;
      background: white;
      background: rgba(255, 255, 255, 0.8);
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0;
      -moz-transition: 0.2s;
      -o-transition: 0.2s;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
      /* line 744, ../sass/styles.scss */
      .films-list li .text-overlay .inner {
        padding: 12px; }
        /* line 746, ../sass/styles.scss */
        .films-list li .text-overlay .inner a {
          color: #0e3540; }
        /* line 747, ../sass/styles.scss */
        .films-list li .text-overlay .inner .arrow a {
          color: #ec7524; }
        /* line 749, ../sass/styles.scss */
        .films-list li .text-overlay .inner h3 {
          margin: 0px 0 10px;
          font-size: 60px;
          font-family: 'Founders Grotesk X-Cond Bold';
          font-weight: normal;
          line-height: 74%;
          position: relative;
          z-index: 5; }
      @media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
        /* line 730, ../sass/styles.scss */
        .films-list li .text-overlay {
          background: rgba(255, 255, 255, 0);
          filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
          opacity: 1; }
          /* line 764, ../sass/styles.scss */
          .films-list li .text-overlay .inner {
            padding: 6px 36px 6px calc(25% + 6px); }
            /* line 767, ../sass/styles.scss */
            .films-list li .text-overlay .inner h3 {
              margin: 0px 0 5px;
              font-size: 30px; } }
      @media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) {
        /* line 775, ../sass/styles.scss */
        .films-list li .text-overlay .inner {
          padding: 6px 48px 6px calc(33% + 6px); }
          /* line 778, ../sass/styles.scss */
          .films-list li .text-overlay .inner strong {
            display: block; } }
    /* line 785, ../sass/styles.scss */
    .films-list li .arrow {
      font-size: 240px;
      color: #ec7524;
      position: absolute;
      line-height: 88px;
      position: absolute;
      top: 45%;
      left: 0%;
      margin: 0 0 0 0px;
      width: 100%;
      text-align: center;
      cursor: pointer;
      z-index: 4;
      display: none; }
      @media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
        /* line 785, ../sass/styles.scss */
        .films-list li .arrow {
          text-align: right;
          width: auto;
          left: calc(100% - 90px);
          font-size: 120px;
          line-height: 44px;
          top: calc(50% - 22px); } }
      @media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) {
        /* line 785, ../sass/styles.scss */
        .films-list li .arrow {
          left: calc(100% - 50px); } }
    /* line 813, ../sass/styles.scss */
    .films-list li .section-item {
      position: relative;
      z-index: 5;
      margin-bottom: -3px; }
      @media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
        /* line 813, ../sass/styles.scss */
        .films-list li .section-item {
          font-size: 18px; } }
    /* line 823, ../sass/styles.scss */
    .films-list li.hasLink .arrow {
      display: block; }
    /* line 826, ../sass/styles.scss */
    .films-list li.hovered .text-overlay {
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1; }

/* line 833, ../sass/styles.scss */
.single-news-item {
  position: relative;
  height: 470px;
  margin: 0 0 1px; }
  /* line 837, ../sass/styles.scss */
  .single-news-item .stretch-bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%; }
  /* line 847, ../sass/styles.scss */
  .single-news-item h1.news-title {
    max-width: 80%;
    margin: 10px 20px;
    position: relative;
    text-transform: uppercase;
    color: #fff;
    font-size: 70px;
    font-family: 'Founders Grotesk X-Cond Bold';
    font-weight: normal;
    line-height: 80%;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.4);
    color: #fff; }
    /* line 860, ../sass/styles.scss */
    .single-news-item h1.news-title a {
      color: #fff;
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1; }
      /* line 863, ../sass/styles.scss */
      .single-news-item h1.news-title a:HOVER {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
        opacity: 0.75; }
    @media (min-width: 1380px) {
      /* line 847, ../sass/styles.scss */
      .single-news-item h1.news-title {
        font-size: 90px; } }
  /* line 872, ../sass/styles.scss */
  .single-news-item.news-orange {
    background-color: #EC7524; }
  /* line 875, ../sass/styles.scss */
  .single-news-item.news-blue {
    background-color: #0e3540; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    /* line 833, ../sass/styles.scss */
    .single-news-item {
      height: auto;
      min-height: 320px; }
      /* line 883, ../sass/styles.scss */
      .single-news-item h1.news-title {
        margin: 10px;
        font-size: 48px; } }

/* line 891, ../sass/styles.scss */
.no-img-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #EC7524; }

/* line 900, ../sass/styles.scss */
.section-item {
  letter-spacing: .02em; }
  /* line 902, ../sass/styles.scss */
  .section-item strong {
    margin-right: 3px; }

/* line 907, ../sass/styles.scss */
.overlay-link {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  text-indent: -6000px; }

/* line 917, ../sass/styles.scss */
#bigtext, #bigtextVert {
  text-transform: uppercase; }

/* line 922, ../sass/styles.scss */
#bigtextVert {
  display: none; }

/* line 925, ../sass/styles.scss */
.bigtext > div, .bigtext > p, .bigtext > span {
  line-height: 0.78em;
  margin: 0px;
  overflow: hidden; }

/* line 931, ../sass/styles.scss */
.overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 40;
  display: none; }
  /* line 940, ../sass/styles.scss */
  .overlay .inner-overlay {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%; }

/* line 949, ../sass/styles.scss */
.close-overlay {
  position: fixed;
  top: 0px;
  right: 20px;
  font-size: 90px;
  margin: 0px 0 0;
  color: #fff;
  cursor: pointer;
  z-index: 51;
  line-height: 54px;
  display: none; }
  /* line 960, ../sass/styles.scss */
  .showingOverlay .close-overlay {
    display: block; }
  /* line 963, ../sass/styles.scss */
  .admin-bar .close-overlay {
    top: 32px; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    /* line 949, ../sass/styles.scss */
    .close-overlay {
      font-size: 55px;
      line-height: 35px;
      right: 10px; } }

/* line 974, ../sass/styles.scss */
.social-links {
  position: relative;
  margin: 3px 0 8px;
  padding: 0;
  list-style: none; }
  /* line 979, ../sass/styles.scss */
  .social-links li {
    float: left;
    position: relative;
    width: 28px;
    height: 25px;
    margin: 0 5px 0 0; }
    /* line 985, ../sass/styles.scss */
    .social-links li a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      text-indent: -6000px;
      background-image: url(../images/social-2x.png);
      background-size: 117px 25px;
      background-repeat: no-repeat;
      -moz-transition-duration: 0.2s;
      -o-transition-duration: 0.2s;
      -webkit-transition-duration: 0.2s;
      transition-duration: 0.2s; }
      /* line 996, ../sass/styles.scss */
      .social-links li a:HOVER {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
        opacity: 0.8; }
    /* line 1000, ../sass/styles.scss */
    .social-links li.instagram a {
      background-position: 0 0; }
    /* line 1003, ../sass/styles.scss */
    .social-links li.twitter a {
      background-position: -30px 0; }
    /* line 1006, ../sass/styles.scss */
    .social-links li.facebook a {
      background-position: -60px 0; }
    /* line 1009, ../sass/styles.scss */
    .social-links li.tumblr a {
      background-position: -90px 0; }

/* line 1014, ../sass/styles.scss */
footer {
  background-color: #7f99a4;
  color: #FFF;
  height: 206px;
  clear: both; }
  /* line 1019, ../sass/styles.scss */
  .home footer {
    display: none; }
  /* line 1023, ../sass/styles.scss */
  .stick-foot footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%; }
  /* line 1030, ../sass/styles.scss */
  footer .footer-inner {
    padding: 20px; }
  /* line 1034, ../sass/styles.scss */
  footer p {
    font-size: 23px;
    line-height: 1;
    margin: 0 6px 0 0;
    letter-spacing: .03em;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline; }
    /* line 1041, ../sass/styles.scss */
    footer p.copywrite {
      display: block; }
    /* line 1045, ../sass/styles.scss */
    footer p .bold {
      text-transform: uppercase; }
  /* line 1050, ../sass/styles.scss */
  footer a {
    font-size: 23px;
    line-height: 1;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    letter-spacing: .03em;
    text-decoration: none;
    color: inherit;
    text-transform: uppercase;
    vertical-align: top; }
    /* line 1061, ../sass/styles.scss */
    footer a.client-login-link {
      margin: 10px 0 0;
      display: block; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    /* line 1014, ../sass/styles.scss */
    footer {
      height: 160px; }
      /* line 1070, ../sass/styles.scss */
      footer .footer-inner {
        padding: 10px; }
      /* line 1074, ../sass/styles.scss */
      footer p, footer a {
        font-size: 18px; }
      /* line 1078, ../sass/styles.scss */
      footer .client-login-link {
        margin: 10px 0 0; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) {
    /* line 1084, ../sass/styles.scss */
    footer span {
      display: block;
      margin: 10px 0 0; } }
