/* normalize.css v1.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 22, ../scss/_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 32, ../scss/_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, ../scss/_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, ../scss/_normalize.scss */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 72, ../scss/_normalize.scss */
html {
  background: #fff;
  /* 1 */
  color: #000;
  /* 2 */
  font-size: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 4 */
  -ms-text-size-adjust: 100%;
  /* 4 */ }

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

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

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 118, ../scss/_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 132, ../scss/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

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

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

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

/* line 157, ../scss/_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 166, ../scss/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted; }

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

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

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

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
/* line 196, ../scss/_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 206, ../scss/_normalize.scss */
mark {
  background: #ff0;
  color: #000; }

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

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
/* line 227, ../scss/_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 237, ../scss/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

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

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

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

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

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

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

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

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

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

/**
 * Correct list images handled incorrectly in IE 7.
 */
/* line 323, ../scss/_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 337, ../scss/_normalize.scss */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

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

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

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

/**
 * Define consistent border, margin, and padding.
 */
/* line 378, ../scss/_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 390, ../scss/_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 407, ../scss/_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 420, ../scss/_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 432, ../scss/_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 449, ../scss/_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 460, ../scss/_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 472, ../scss/_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 485, ../scss/_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 498, ../scss/_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 507, ../scss/_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 517, ../scss/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

/*-------------------------------------------
	Global Mixins
-------------------------------------------*/
/*-------------------------------------------
	Grid
-------------------------------------------*/
/* line 78, ../scss/_mixins.scss */
body {
  position: relative;
  width: 100%;
  *zoom: 1; }
  /* line 9, ../scss/_mixins.scss */
  body:before, body:after {
    content: "";
    display: table; }
  /* line 13, ../scss/_mixins.scss */
  body:after {
    clear: both; }

/*-------------------------------------------
	Colors
-------------------------------------------*/
/*-------------------------------------------
	Colors
-------------------------------------------*/
/*-------------------------------------------
	Typography
-------------------------------------------*/
/* line 7, ../scss/_global.scss */
body {
  color: #504f4e;
  font-family: "Helvetica Neue";
  font-size: 16px; }

/* line 14, ../scss/_global.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .work-slide .date, .h5, .site-header h1 span, .site-section aside.bio h4 a, .h6, .work-slide .details p {
  -webkit-transition: font-size 0.125s ease-in-out;
  -moz-transition: font-size 0.125s ease-in-out;
  -ms-transition: font-size 0.125s ease-in-out;
  -o-transition: font-size 0.125s ease-in-out;
  transition: font-size 0.125s ease-in-out;
  font-family: "NewBaskervilleW01-Roman";
  margin: 0 0 .5em; }

/* line 25, ../scss/_global.scss */
h1, .h1 {
  font-size: 2.4rem; }
  @media screen and (min-width: 30em) {
    /* line 25, ../scss/_global.scss */
    h1, .h1 {
      font-size: 4.8rem; } }

/* line 31, ../scss/_global.scss */
h2, .h2 {
  font-size: 1.8rem; }
  @media screen and (min-width: 30em) {
    /* line 31, ../scss/_global.scss */
    h2, .h2 {
      font-size: 3.6rem; } }

/* line 37, ../scss/_global.scss */
h3, .h3 {
  font-size: 1.6rem; }
  @media screen and (min-width: 30em) {
    /* line 37, ../scss/_global.scss */
    h3, .h3 {
      font-size: 2.4rem; } }

/* line 43, ../scss/_global.scss */
h4, .h4, .work-slide .date {
  font-size: 1.4rem; }
  @media screen and (min-width: 30em) {
    /* line 43, ../scss/_global.scss */
    h4, .h4, .work-slide .date {
      font-size: 1.8rem; } }

/* line 49, ../scss/_global.scss */
h5, .h5, .site-header h1 span, .site-section aside.bio h4 a {
  font-size: 1.2rem; }
  @media screen and (min-width: 30em) {
    /* line 49, ../scss/_global.scss */
    h5, .h5, .site-header h1 span, .site-section aside.bio h4 a {
      font-size: 1.6rem; } }

/* line 55, ../scss/_global.scss */
h6, .h6, .work-slide .details p {
  font-size: 1.0rem; }
  @media screen and (min-width: 30em) {
    /* line 55, ../scss/_global.scss */
    h6, .h6, .work-slide .details p {
      font-size: 1.2rem; } }

/* line 62, ../scss/_global.scss */
p, cite {
  color: #504f4e;
  font-size: 1.0rem;
  line-height: 1.5;
  margin: 0 0 1.0em; }
  @media screen and (min-width: 60em) {
    /* line 62, ../scss/_global.scss */
    p, cite {
      font-size: 1.125em; } }

/* line 71, ../scss/_global.scss */
a {
  color: #d58024; }
  /* line 73, ../scss/_global.scss */
  a:hover {
    color: #a9661d;
    text-decoration: underline; }

/* line 78, ../scss/_global.scss */
.hidden {
  display: none; }

/* line 81, ../scss/_global.scss */
.clean, .site-section .section-title {
  margin-bottom: 0; }

/* line 86, ../scss/_global.scss */
strong, .bold, blockquote cite {
  font-weight: 700; }

/* line 88, ../scss/_global.scss */
.uppercase {
  text-transform: uppercase; }

/* line 90, ../scss/_global.scss */
blockquote {
  margin: 2em 0; }
  /* line 92, ../scss/_global.scss */
  blockquote p {
    font-family: Georgia, Times, sans-serif;
    font-style: italic; }
    @media screen and (min-width: 40em) {
      /* line 92, ../scss/_global.scss */
      blockquote p {
        font-size: 1.563em; } }
  /* line 101, ../scss/_global.scss */
  blockquote cite .second-line {
    font-weight: normal; }

/* line 106, ../scss/_global.scss */
hr {
  border: none;
  border-bottom: 1px solid #003049;
  height: 0;
  margin: 0 0 2em; }

/* line 112, ../scss/_global.scss */
img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1em; }
  @media screen and (min-width: 40em) {
    /* line 116, ../scss/_global.scss */
    img.float-right {
      display: block;
      width: 50%;
      float: right;
      margin-left: 2em;
      margin-bottom: 2em; } }
  @media screen and (min-width: 40em) {
    /* line 125, ../scss/_global.scss */
    img.float-left {
      display: block;
      width: 50%;
      float: left;
      margin-right: 2em;
      margin-bottom: 2em; } }

/* line 1, ../scss/_layout.scss */
body {
  background: url(/assets/img/bg_grid_beige.png); }

/* line 5, ../scss/_layout.scss */
.site-header {
  background: #003049 url(/assets/img/bg_grid_blue.png);
  border-bottom: 10px solid white;
  padding: 1.0em 0; }
  @media screen and (min-width: 30em) {
    /* line 5, ../scss/_layout.scss */
    .site-header {
      padding: 4.0em 0; } }
  /* line 14, ../scss/_layout.scss */
  .site-header #logo {
    display: block;
    position: relative;
    margin: 0 auto 2.0em;
    height: 200px;
    width: 200px;
    z-index: 1; }
    @media screen and (min-width: 30em) {
      /* line 14, ../scss/_layout.scss */
      .site-header #logo {
        height: 300px;
        width: 300px; } }
    /* line 30, ../scss/_layout.scss */
    .site-header #logo .square {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
      background-color: white;
      border: 6px solid white;
      display: block;
      position: absolute; }
      @media screen and (min-width: 30em) {
        /* line 30, ../scss/_layout.scss */
        .site-header #logo .square {
          border: 12px solid white; } }
      /* line 42, ../scss/_layout.scss */
      .site-header #logo .square span {
        box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.15);
        display: block;
        height: 100%;
        width: 100%; }
      /* line 50, ../scss/_layout.scss */
      .site-header #logo .square.orange {
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px;
        border-radius: 15px;
        height: 55%;
        left: 22.5%;
        top: 9.5%;
        width: 54.25%;
        z-index: 3; }
        /* line 59, ../scss/_layout.scss */
        .site-header #logo .square.orange span {
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          -ms-border-radius: 10px;
          -o-border-radius: 10px;
          border-radius: 10px;
          background: #d58024; }
        @media screen and (min-width: 30em) {
          /* line 50, ../scss/_layout.scss */
          .site-header #logo .square.orange {
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            -ms-border-radius: 30px;
            -o-border-radius: 30px;
            border-radius: 30px; }
            /* line 68, ../scss/_layout.scss */
            .site-header #logo .square.orange span {
              -webkit-border-radius: 20px;
              -moz-border-radius: 20px;
              -ms-border-radius: 20px;
              -o-border-radius: 20px;
              border-radius: 20px; } }
      /* line 74, ../scss/_layout.scss */
      .site-header #logo .square.dark-blue {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
        border-radius: 20px;
        height: 24.75%;
        right: 5%;
        top: 0;
        width: 24.75%;
        z-index: 1; }
        /* line 84, ../scss/_layout.scss */
        .site-header #logo .square.dark-blue span {
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          -ms-border-radius: 10px;
          -o-border-radius: 10px;
          border-radius: 10px;
          background: #003049; }
      /* line 89, ../scss/_layout.scss */
      .site-header #logo .square.light-blue {
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
        border-radius: 30px;
        bottom: 0;
        height: 44.5%;
        left: 0;
        width: 44.5%;
        z-index: 2; }
        /* line 99, ../scss/_layout.scss */
        .site-header #logo .square.light-blue span {
          -webkit-border-radius: 20px;
          -moz-border-radius: 20px;
          -ms-border-radius: 20px;
          -o-border-radius: 20px;
          border-radius: 20px;
          background: #8cd2f4; }
      /* line 104, ../scss/_layout.scss */
      .site-header #logo .square.red {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px;
        height: 15%;
        left: 12.5%;
        top: 29.5%;
        width: 15%;
        z-index: 5; }
        /* line 114, ../scss/_layout.scss */
        .site-header #logo .square.red span {
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          border-radius: 5px;
          background: #ce1141; }
      /* line 120, ../scss/_layout.scss */
      .site-header #logo .square.green {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
        border-radius: 20px;
        height: 34.75%;
        right: 5%;
        top: 39.5%;
        width: 34.75%;
        z-index: 4; }
        /* line 130, ../scss/_layout.scss */
        .site-header #logo .square.green span {
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          -ms-border-radius: 10px;
          -o-border-radius: 10px;
          border-radius: 10px;
          background: #93a444; }
  /* line 138, ../scss/_layout.scss */
  .site-header .brand {
    display: none; }
  /* line 141, ../scss/_layout.scss */
  .site-header .site-nav {
    display: none; }
  /* line 145, ../scss/_layout.scss */
  .site-header h1 {
    text-shadow: rgba(0, 0, 0, 0.5) 0px 0px 25px;
    color: white;
    font-family: "Myriad Pro";
    margin-bottom: 0;
    text-align: center; }
    /* line 154, ../scss/_layout.scss */
    .site-header h1 span {
      color: white;
      font-family: "NewBaskervilleW01-BoldI", Georgia;
      display: block; }

/* line 164, ../scss/_layout.scss */
.site-section {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  padding: 5% 0;
  border-bottom: 10px solid white; }
  @media screen and (min-width: 50em) {
    /* line 164, ../scss/_layout.scss */
    .site-section {
      padding: 40px 0; } }
  /* line 176, ../scss/_layout.scss */
  .site-section .wrapper {
    *zoom: 1;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    background-color: white;
    border: 10px solid #d5d1c1;
    margin: 0 auto;
    width: 80%;
    padding: 10%; }
    /* line 9, ../scss/_mixins.scss */
    .site-section .wrapper:before, .site-section .wrapper:after {
      content: "";
      display: table; }
    /* line 13, ../scss/_mixins.scss */
    .site-section .wrapper:after {
      clear: both; }
    @media screen and (min-width: 50em) {
      /* line 176, ../scss/_layout.scss */
      .site-section .wrapper {
        padding: 25px 50px;
        max-width: 960px; } }
  /* line 192, ../scss/_layout.scss */
  .site-section:nth-child(2n-1) {
    background: url(/assets/img/bg_grid_blue.png); }
  /* line 196, ../scss/_layout.scss */
  .site-section .section-title {
    font-family: "NewBaskervilleW01-Itali";
    margin-bottom: 0.5em;
    text-align: center; }
  @media screen and (min-width: 50em) {
    /* line 203, ../scss/_layout.scss */
    .site-section .content {
      float: left;
      width: 62.5%;
      margin-right: 7.0%; } }
  @media screen and (min-width: 50em) {
    /* line 211, ../scss/_layout.scss */
    .site-section aside {
      width: 30%;
      float: right; } }
  /* line 217, ../scss/_layout.scss */
  .site-section aside a {
    text-decoration: none; }
  /* line 229, ../scss/_layout.scss */
  .site-section .clients {
    border-top: 1px solid #d58024;
    margin-top: 1.0em;
    padding-top: 1.0em; }
    @media screen and (min-width: 50em) {
      /* line 234, ../scss/_layout.scss */
      .site-section .clients li {
        float: left;
        width: 30%;
        margin-right: 5%; }
        /* line 241, ../scss/_layout.scss */
        .site-section .clients li:nth-child(3n-1) {
          margin-right: 0; } }

/* line 250, ../scss/_layout.scss */
#work-container {
  position: relative;
  z-index: 1; }
  /* line 255, ../scss/_layout.scss */
  #work-container .pager {
    margin-bottom: 0.5em;
    text-align: center; }
    /* line 259, ../scss/_layout.scss */
    #work-container .pager a {
      background-color: #003049;
      height: 10px;
      width: 10px;
      text-indent: -10000px;
      display: inline-block;
      padding: 5px;
      margin-right: 5px; }
      /* line 268, ../scss/_layout.scss */
      #work-container .pager a.cycle-pager-active {
        background-color: #d58024; }
      /* line 271, ../scss/_layout.scss */
      #work-container .pager a:last-child {
        margin-right: 0; }

/* line 278, ../scss/_layout.scss */
.work-slide {
  display: block;
  position: relative; }
  .work-slide img {
    max-width: 100%;
    width: 100%;
  }
  /* line 284, ../scss/_layout.scss */
  .work-slide .slide-title a {
    text-decoration: none; }
  /* line 289, ../scss/_layout.scss */
  .work-slide p a {
    text-decoration: none; }
    /* line 292, ../scss/_layout.scss */
    .work-slide p a:hover {
      border-bottom: 1px solid #d58024; }
  /* line 297, ../scss/_layout.scss */
  .work-slide .work-body {
    position: relative; }
  /* line 301, ../scss/_layout.scss */
  .work-slide .date {
    position: absolute;
    top: 0;
    right: 0; }
  /* line 311, ../scss/_layout.scss */
  .work-slide .details {
    float: none; }
