/* normalize-scss 3.0.2+normalize.3.0.2 | MIT/GPLv2 License | bit.ly/normalize-scss */
/**
 * Establish a vertical rhythm unit using $base-font-size, $base-line-height,
 * and $rhythm-unit variables. Also, correct text resizing oddly in IE 6/7 when
 * body `font-size` is set using `em` units.
 */
html {
  font-size: 100%;
  line-height: 1.5em; }

/**
 * 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; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  *display: inline;
  *zoom: 1;
  vertical-align: baseline;
  /* 2 */ }

/**
 * 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/10.
 */
[hidden] {
  display: none; }

/**
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

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

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Set 1 unit of vertical rhythm on the top and bottom margin.
 */
blockquote {
  margin: 1.5em 40px; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 2em;
  line-height: 1.5em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 0.75em;
  margin-bottom: 0.75em; }

h2 {
  font-size: 1.5em;
  line-height: 2em;
  margin-top: 1em;
  margin-bottom: 1em; }

h3 {
  font-size: 1.17em;
  line-height: 1.28205em;
  margin-top: 1.28205em;
  margin-bottom: 1.28205em; }

h4 {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em; }

h5 {
  font-size: 0.83em;
  line-height: 1.80723em;
  margin-top: 1.80723em;
  margin-bottom: 1.80723em; }

h6 {
  font-size: 0.67em;
  line-height: 2.23881em;
  margin-top: 2.23881em;
  margin-bottom: 2.23881em; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Set 1 unit of vertical rhythm on the top and bottom margin.
 */
p,
pre {
  margin: 1.5em 0; }

/**
 * 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; }

/* Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1.5em 0; }

dd {
  margin: 0 0 0 40px; }

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

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

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
  /* Improve image quality when scaled in IE 7. */
  -ms-interpolation-mode: bicubic; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1.5em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Address `font-family` inconsistency between `textarea` and other form in IE 7
 * 5. Improve appearance and consistency with IE 6/7.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
  *font-family: sans-serif;
  /* 4 */
  *vertical-align: middle;
  /* 5 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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.
 */
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.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */
  /**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */ }
  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-color: #c0c0c0;
  border-top-width: 0.0625em;
  border-top-style: solid;
  padding-top: 0.4625em;
  border-bottom-width: 0.0625em;
  border-bottom-style: solid;
  padding-bottom: 0.9125em;
  border-left-width: 0.0625em;
  border-left-style: solid;
  padding-left: 0.875em;
  border-right-width: 0.0625em;
  border-right-style: solid;
  padding-right: 0.875em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/* ==========================================================================
   Colors
   ========================================================================== */
html {
  font-size: 100%;
  line-height: 1.5em; }

/* ==========================================================================
   Temp Debugging
   ========================================================================== */
* {
  box-sizing: border-box; }

hr {
  border: 1px dashed #16598b;
  margin-top: 1.5em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 1.5em; }

[class*="zocial-"]:before {
  font-family: 'zocial', sans-serif; }

img {
  max-width: 100%;
  margin-bottom: 1.09091em; }

.intro {
  font-size: 1.5em;
  line-height: 1.5em; }

/* ==========================================================================
   Basic Layout
   ========================================================================== */
section {
  overflow: hidden; }

html {
  background-color: #fff; }

body {
  color: #3f5164;
  background-color: #D2D5D8;
  font-family: "minion-pro",sans-serif; }

#Wrapper {
  width: 100%; }

.container {
  max-width: 1600px;
  margin: 0 auto;
  background-color: #FFFFFF;
  position: relative; }

.content {
  width: 100%;
  max-width: 1200px;
  overflow: hidden;
  padding: 0 3%;
  margin: 0 auto;
  position: relative;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  @media (max-width: 900px) {
    .content {
      padding: 0 10%; } }
  @media (max-width: 700px) {
    .content {
      padding: 0 5%; } }

/* ==========================================================================
   Typography
   ========================================================================== */
h1, h2, h3, h4 {
  font-family: "brandon-grotesque"; }

h1 {
  color: #fff;
  padding: .2em .5em;
  border: 5px solid #fff;
  font-size: 2.25em;
  line-height: 1.6em;
  display: inline-block;
  top: 50%;
  margin-top: -100px;
  left: 50%;
  margin-left: -70px;
  font-weight: 700;
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 0;
  position: absolute; }

h2 {
  letter-spacing: 1px;
  font-size: 3.75em;
  line-height: 0.96em;
  color: #fff;
  padding: .2em .5em;
  margin: 1.5em 0 1em 0;
  display: inline-block;
  font-weight: 900;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5); }
  @media (max-width: 500px) {
    h2 {
      border: none;
      font-size: 2.25em;
      line-height: 1.6em; } }
  h2 span {
    display: block;
    font-size: 22px; }

h3 {
  font-size: 1.625em;
  line-height: 1.84615em;
  margin-top: 0em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 0.46154em; }

h4 {
  font-size: 1.5em;
  line-height: 2em;
  margin-top: 0em;
  padding-top: 0em;
  padding-bottom: 0.5em;
  margin-bottom: 0.75em;
  font-weight: 400;
  color: #16598b;
  border-bottom: 2px solid #acacac; }

h5 {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 0em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 0.75em;
  font-weight: bold; }

h6 {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 0.5em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 0.5em;
  font-weight: 600;
  color: #9FA8B2;
  letter-spacing: 5px;
  text-transform: uppercase; }

a {
  color: #16598b;
  text-decoration: none; }
  a:hover {
    color: #099aed; }
  a.btn {
    border-bottom: none;
    background-color: #16598b;
    color: #fff;
    padding-left: 12px;
    padding-right: 12px;
    text-transform: uppercase;
    display: block;
    font-family: "brandon-grotesque";
    letter-spacing: 1px;
    font-weight: 800;
    width: 100%;
    text-align: center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 1.125em;
    line-height: 1.33333em;
    margin-top: 1.33333em;
    padding-top: 0.66667em;
    padding-bottom: 0.66667em;
    margin-bottom: 0.66667em;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    a.btn:hover {
      background-color: #1d75b7;
      text-indent: 5px; }
  a.arrow {
    letter-spacing: 3px;
    font-size: 12px;
    font-weight: 600;
    color: #077ABC;
    text-transform: uppercase; }

p {
  font-size: 1.125em;
  line-height: 1.33333em;
  margin-top: 0em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 1.5em; }

input.btn {
  border: none;
  background-color: #16598b;
  color: #fff;
  padding-left: 12px;
  padding-right: 12px;
  text-transform: uppercase;
  display: block;
  font-family: "brandon-grotesque";
  letter-spacing: 1px;
  font-weight: 800;
  width: 100%;
  text-align: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 1.125em;
  line-height: 1.33333em;
  margin-top: 1.33333em;
  padding-top: 0.66667em;
  padding-bottom: 0.66667em;
  margin-bottom: 0.66667em;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  input.btn:hover {
    background-color: #1d75b7; }
  input.btn.success {
    background-color: #4BA600; }
  input.btn.error {
    background-color: #A62400; }
  input.btn:focus {
    box-shadow: none; }

/* ==========================================================================
   Navigation
   ========================================================================== */
#navWrapper {
  position: fixed;
  width: 50px;
  height: 50px;
  z-index: 8000;
  margin-left: 30px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

#mainNav.scrolling, #mainNavTrigger.scrolling {
  margin-top: 10px; }
  #mainNav.scrolling ul li, #mainNavTrigger.scrolling ul li {
    background-color: black; }

#mainNavTrigger {
  width: 20px;
  position: absolute;
  margin-left: 15px;
  margin-top: 30px;
  z-index: 9999;
  cursor: pointer;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  #mainNavTrigger:hover div {
    background-color: #16598b; }
  #mainNavTrigger div {
    display: block;
    height: 4px;
    margin-top: 4px;
    background-color: #fff;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }

#mainNav {
  position: fixed;
  margin-left: 80px;
  margin-top: 35px;
  padding: 0;
  visibility: hidden;
  z-index: 8888;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  @media (max-width: 500px) {
    #mainNav.scrolling {
      margin-top: 0px !important;
      margin-left: 50px !important; } }
  #mainNav ul {
    margin: 0;
    padding: 0; }
    #mainNav ul li {
      display: block;
      -moz-transform: perspective(100) rotateX(-90deg);
      -webkit-transform: perspective(100) rotateX(-90deg);
      transform: perspective(100) rotateX(-90deg);
      padding: 2px 24px;
      font-weight: 300;
      letter-spacing: 1px;
      opacity: 0;
      font-family: "brandon-grotesque";
      float: left;
      text-transform: uppercase; }
      #mainNav ul li.current-menu-item {
        border-bottom: 5px solid #FFF; }
      #mainNav ul li:hover {
        border-bottom: 5px solid #16598b;
        -moz-transition: all 0.2s ease-in-out 0s;
        -o-transition: all 0.2s ease-in-out 0s;
        -webkit-transition: all 0.2s ease-in-out;
        -webkit-transition-delay: 0s;
        transition: all 0.2s ease-in-out 0s; }
      @media (max-width: 500px) {
        #mainNav ul li {
          margin: 0px;
          float: none;
          width: 100%;
          padding: 6px 24px;
          font-size: 0.875em;
          line-height: 1.71429em; }
          #mainNav ul li:hover {
            border-bottom: none;
            color: #16598b; }
          #mainNav ul li a:hover {
            color: #16598b;
            text-indent: 5px; } }
    #mainNav ul a {
      color: #FFF;
      border-bottom: none; }

.page #mainNav ul li, .page #mainNavTrigger ul li {
  background-color: black; }

/* ==========================================================================
   Home Header
   ========================================================================== */
header {
  background-size: cover;
  background-position: center center;
  width: 100%;
  margin-bottom: 4em;
  overflow: hidden;
  position: relative;
  text-align: center;
  border-top: 5px solid #16598b;
  padding: 11% 0; }
  header.home {
    background-image: url("../images/bkg-main4.jpg"); }
    @media (max-width: 500px) {
      header.home {
        padding: 46% 0; } }
  header.collapsed-header {
    padding: 6% 0; }

.page header {
  padding: 15% 0; }

/* ==========================================================================
   Lists
   ========================================================================== */
ul {
  margin-top: 0em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 1.5em;
  margin-left: -20px; }
  ul li {
    list-style-type: square;
    font-size: 1.125em;
    line-height: 1.33333em;
    margin-bottom: 1.33333em; }

.title a, .description a {
  color: #9FA8B2;
  text-decoration: underline; }
  .title a:hover, .description a:hover {
    color: #697582; }

.details {
  font-style: italic; }

/* ==========================================================================
   Footer
   ========================================================================== */
footer {
  background-color: #F8F8FA;
  width: 100%;
  border-top: 1px solid #e7e9eb;
  height: 150px; }

/* ==========================================================================
   Arrows
   ========================================================================== */
.arrow-thing-left, .arrow-thing-right {
  background-color: #FFFFFF;
  bottom: 0;
  position: absolute;
  width: 48%;
  height: 25px;
  -moz-box-shadow: 0 -3px 10px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 -3px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 -3px 10px 0 rgba(0, 0, 0, 0.2); }

.arrow-thing-left {
  left: 0; }
  .arrow-thing-left:after {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 25px solid #FFFFFF;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    position: absolute;
    right: -30px; }

.arrow-thing-right {
  right: 0; }
  .arrow-thing-right:after {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 25px solid #FFFFFF;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    position: absolute;
    left: -30px; }

/* ==========================================================================
   Pages
   ========================================================================== */
.main {
  float: left;
  width: 60%;
  padding-right: 10%; }

.sidebar {
  float: right;
  width: 40%; }
  .sidebar img {
    width: 100%;
    margin-top: 0em;
    padding-top: 0em;
    padding-bottom: 0em;
    margin-bottom: 0.5em; }

@media (max-width: 600px) {
  .main, .sidebar {
    width: 100%;
    padding-right: 0; }
    .main .navigation-bar, .sidebar .navigation-bar {
      display: none; }
    .main .navigation-bar-mobile, .sidebar .navigation-bar-mobile {
      display: block; } }

.block {
  width: 100%; }
  .block .meta {
    color: #acacac;
    font-style: italic;
    text-align: center; }

/* ==========================================================================
   Projects
   ========================================================================== */
.title-bar {
  width: 100%;
  height: 50px;
  background-color: #16598b;
  border-bottom: 3px solid #fff;
  position: relative;
  text-align: center;
  color: #fff;
  padding-top: 10px;
  text-transform: uppercase;
  letter-spacing: 1px; }
  .title-bar:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid #16598b;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    right: 50%;
    margin-right: -10px;
    bottom: -10px;
    z-index: 1100; }
  .title-bar:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 16px solid #FFFFFF;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    position: absolute;
    right: 50%;
    margin-right: -16px;
    bottom: -16px;
    z-index: 1000; }

.main-content {
  padding-bottom: 2em; }

.projects article {
  width: 100%;
  max-height: 400px;
  background-size: cover;
  background-position: center center;
  border-bottom: 3px solid #fff;
  position: relative;
  text-align: center; }
  .projects article a {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
    .projects article a:hover {
      background-color: rgba(0, 0, 0, 0.4); }
      .projects article a:hover .project-arrow {
        width: 100px; }
  .projects article .project-arrow {
    width: 0px;
    height: 100%;
    background-color: #16598b;
    right: 0;
    top: 0;
    position: absolute;
    z-index: 8000;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .projects article .project-arrow:after {
      content: '';
      width: 0;
      height: 0;
      border-bottom: 30px solid #FFFFFF;
      border-left: 30px solid transparent;
      border-right: 35px solid transparent;
      position: absolute;
      right: 50%;
      top: 50%; }

header.strangers-project, article.strangers-project {
  background-image: url("../images/project-strangers.jpg"); }
header.send-silence-packing, article.send-silence-packing {
  background-image: url("../images/project-ssp.jpg"); }
header.exhibits, article.exhibits {
  background-image: url("../images/project-stf.jpg"); }
header.booking, article.booking {
  background-image: url("../images/project-booking.jpg"); }
header.international-story-day, article.international-story-day {
  background-image: url("../images/project-isd.jpg"); }
header.web-dev, article.web-dev {
  background-image: url("../images/project-webdev.png"); }
header.whats-your-story, article.whats-your-story {
  background-image: url("../images/project-wys.jpg"); }
header.about, article.about {
  background-image: url("../images/bkg-about.jpg"); }

.navigation-bar {
  width: 100%;
  font-family: "brandon-grotesque";
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.75em;
  line-height: 2em;
  margin-top: 4.5em;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  margin-bottom: 1.5em;
  border-top: 1px dashed #16598b;
  border-bottom: 1px dashed #16598b;
  text-align: center;
  overflow: hidden; }
  .navigation-bar span {
    font-size: 1.375em;
    line-height: 2.18182em;
    color: #acacac;
    font-style: italic;
    display: block;
    margin-bottom: .5em;
    font-family: 'minion-pro',serif; }
  .navigation-bar a {
    color: #fff;
    display: block;
    background-color: #16598b;
    padding: .5em;
    min-width: 110px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .navigation-bar a:hover {
      background-color: #1d75b7; }
  .navigation-bar .forward {
    float: right; }
  .navigation-bar .backward {
    float: left; }

.navigation-bar-mobile {
  width: 100%;
  font-family: "brandon-grotesque";
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.75em;
  line-height: 2em;
  margin-top: 4.5em;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  margin-bottom: 1.5em;
  border-top: 1px dashed #16598b;
  border-bottom: 1px dashed #16598b;
  text-align: center;
  overflow: hidden;
  display: none; }
  .navigation-bar-mobile span {
    font-size: 1.375em;
    line-height: 2.18182em;
    color: #acacac;
    font-style: italic;
    display: block;
    margin-bottom: .5em;
    font-family: 'minion-pro',serif; }
  .navigation-bar-mobile a {
    color: #fff;
    display: block;
    background-color: #16598b;
    padding: .5em;
    min-width: 110px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .navigation-bar-mobile a:hover {
      background-color: #1d75b7; }
  .navigation-bar-mobile .forward {
    width: 100%;
    margin-bottom: 1em; }
  .navigation-bar-mobile .backward {
    width: 100%; }

#Preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999;
  display: none; }

#Status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../images/status.gif);
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px; }

.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; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.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); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

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

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../images/fancybox_sprite.png"); }

#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; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../images/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

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

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../images/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "brandon-grotesque";
  position: relative;
  text-shadow: none;
  font-weight: 300;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.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; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.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) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../images/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }

  #fancybox-loading div {
    background-image: url("../images/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }
/* Temp Forms */
form {
  padding: 4em 0; }

form {
  color: white; }
  form h5 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 50px;
    margin-bottom: 10px; }
    form h5 i {
      color: #055a8b; }
    form h5 span {
      font-weight: 300; }
  form p {
    font-weight: 400;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: .05em;
    margin-bottom: 10px; }
  form h5,
  form h5 a {
    color: #32CCFE; }
    form h5 a,
    form h5 a a {
      -moz-transition: color 0.3s;
      -o-transition: color 0.3s;
      -webkit-transition: color 0.3s;
      transition: color 0.3s; }
      form h5 a:hover,
      form h5 a a:hover {
        color: white; }

.form-group {
  margin-bottom: 20px; }

h5.heading {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 300;
  text-align: left;
  color: #506982;
  border-bottom: 1px solid #506982;
  padding-bottom: 3px;
  margin-bottom: 20px;
  font-family: "brandon-grotesque"; }

.controls {
  text-align: left;
  position: relative;
  margin-bottom: 18px;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  .controls.required:after {
    content: "*";
    position: absolute;
    color: #A16462;
    top: -5px;
    right: -8px;
    font-size: 34px;
    font-weight: bold;
    -moz-transition: color 0.5s;
    -o-transition: color 0.5s;
    -webkit-transition: color 0.5s;
    transition: color 0.5s; }
  .controls.required.fulfilled:after {
    content: "*";
    position: absolute;
    color: #EBDBDA;
    top: -5px;
    right: -8px;
    font-size: 34px;
    font-weight: bold; }
  .controls textarea,
  .controls input[type="text"],
  .controls input[type="email"],
  .controls input[type="tel"],
  .controls button,
  .controls select {
    padding: 12px 20px 12px 17px;
    font-size: 14px;
    border: 1px solid #c6c6c6;
    width: 100%;
    color: #888;
    font-size: 16px;
    font-weight: 300;
    background-color: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .controls textarea:focus, .controls textarea:hover,
    .controls input[type="text"]:focus,
    .controls input[type="text"]:hover,
    .controls input[type="email"]:focus,
    .controls input[type="email"]:hover,
    .controls input[type="tel"]:focus,
    .controls input[type="tel"]:hover,
    .controls button:focus,
    .controls button:hover,
    .controls select:focus,
    .controls select:hover {
      outline: none;
      border-color: #9FB1C1; }
      .controls textarea:focus + label, .controls textarea:hover + label,
      .controls input[type="text"]:focus + label,
      .controls input[type="text"]:hover + label,
      .controls input[type="email"]:focus + label,
      .controls input[type="email"]:hover + label,
      .controls input[type="tel"]:focus + label,
      .controls input[type="tel"]:hover + label,
      .controls button:focus + label,
      .controls button:hover + label,
      .controls select:focus + label,
      .controls select:hover + label {
        color: #077ABC;
        cursor: text; }
  .controls .fa-sort {
    position: absolute;
    right: 10px;
    top: 17px;
    color: #999; }
  .controls select {
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer; }
  .controls label {
    position: absolute;
    left: 8px;
    top: 10px;
    color: #999;
    font-size: 16px;
    display: inline-block;
    padding: 1px 10px;
    font-weight: 400;
    background-color: rgba(255, 255, 255, 0);
    -moz-transition: color 0.3s, top 0.3s, background-color 0.8s;
    -o-transition: color 0.3s, top 0.3s, background-color 0.8s;
    -webkit-transition: color 0.3s, top 0.3s, background-color 0.8s;
    transition: color 0.3s, top 0.3s, background-color 0.8s; }
    .controls label.active {
      top: -12px;
      color: #555;
      font-size: 14px;
      background-color: white; }
  .controls legend {
    position: absolute;
    left: 8px;
    top: 10px;
    color: #999;
    font-size: 16px;
    display: inline-block;
    padding: 1px 10px;
    font-weight: 400;
    background-color: rgba(255, 255, 255, 0);
    -moz-transition: color 0.3s, top 0.3s, background-color 0.8s;
    -o-transition: color 0.3s, top 0.3s, background-color 0.8s;
    -webkit-transition: color 0.3s, top 0.3s, background-color 0.8s;
    transition: color 0.3s, top 0.3s, background-color 0.8s;
    top: -12px;
    color: #555;
    font-size: 14px;
    background-color: white; }
  .controls textarea {
    resize: none;
    height: 210px; }
  .controls button {
    cursor: pointer;
    background-color: #07B3A1;
    border: none;
    color: #fff;
    padding: 12px 0; }
    .controls button:hover {
      background-color: #08ccb7; }

.hint {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  font-weight: bold;
  opacity: .3;
  font-family: "brandon-grotesque";
  color: #000; }

.hint-inside {
  display: block;
  position: relative;
  padding: 0px 17px;
  background-color: #6D93A8;
  color: #fff;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  font-size: 14px;
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  -webkit-transform-origin: center top;
  transform-origin: center top;
  -moz-perspective: 1800px;
  -webkit-perspective: 1800px;
  perspective: 1800px;
  height: 0px;
  font-family: "brandon-grotesque"; }
  .hint-inside.active {
    height: 25px;
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg); }

/* Base for label styling */
fieldset p {
  margin: 10px 0; }

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px; }

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  color: #000; }

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 17px;
  height: 17px;
  border: 1px solid #aaa;
  background: #f8f8f8;
  border-radius: 3px; }

/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '\2713';
  position: absolute;
  top: 0px;
  left: 4px;
  font-size: 14px;
  color: #000;
  transition: all .2s;
  font-weight: bold; }

/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0); }

[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1); }

/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd; }

[type="checkbox"]:disabled:checked + label:after {
  color: #999; }

[type="checkbox"]:disabled + label {
  color: #aaa; }

/* hover style just for information */
label:hover:before {
  border: 1px solid #4778d9 !important; }

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
  width: 100% !important; }

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