@charset "UTF-8";
/***********************************************************************
Filename: _style.scss
Title: Style
Author: Maraid Design
************************************************************************/
/* Reset
-----------------------------------------------------------------------*/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
@import url("//hello.myfonts.net/count/330605");
@import url("fonts/ss-social-regular.css");
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

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

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

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

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

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

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

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

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

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

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: '';
  content: none; }

small, .small {
  font-size: 75%; }

/**
 * 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
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px; }

ol,
ul {
  padding: 0;
  list-style-type: none; }

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

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"], input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.clearfix, .cf {
  zoom: 1; }
  .clearfix:before, .clearfix:after, .cf:before, .cf:after {
    content: "";
    display: table; }
  .clearfix:after, .cf:after {
    clear: both; }

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

/* Import formatting
-----------------------------------------------------------------------*/
/***********************************************************************
Site Name: Peter Coates
Filename: _fonts.scss
Title: Fonts
Author: Maraid Design
************************************************************************/
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: 'AvenirLTStd-Book';
  src: url("fonts/330605_0_0.eot");
  src: url("fonts/330605_0_0.eot?#iefix") format("embedded-opentype"), url("fonts/330605_0_0.woff2") format("woff2"), url("fonts/330605_0_0.woff") format("woff"), url("fonts/330605_0_0.ttf") format("truetype"); }

@font-face {
  font-family: 'AvenirLTStd-Black';
  src: url("fonts/330605_1_0.eot");
  src: url("fonts/330605_1_0.eot?#iefix") format("embedded-opentype"), url("fonts/330605_1_0.woff2") format("woff2"), url("fonts/330605_1_0.woff") format("woff"), url("fonts/330605_1_0.ttf") format("truetype"); }

/* Icon font
-----------------------------------------------------------------------*/
@font-face {
  font-family: "SSSocialRegular";
  src: url("fonts/ss-social-regular.eot");
  src: url("fonts/ss-social-regular.eot?#iefix") format("embedded-opentype"), url("fonts/ss-social-regular.woff") format("woff"), url("fonts/ss-social-regular.ttf") format("truetype"), url("fonts/ss-social-regular.svg#SSSocialRegular") format("svg");
  font-weight: normal;
  font-style: normal; }

/* This triggers a redraw in IE to Fix IE8's :before content rendering. */
html:hover [class^="ss-"] {
  -ms-zoom: 1; }

.ss-icon, .ss-icon.ss-social-regular,
[class^="ss-"]:before, [class*=" ss-"]:before,
[class^="ss-"].ss-social-regular:before, [class*=" ss-"].ss-social-regular:before,
[class^="ss-"].right:after, [class*=" ss-"].right:after,
[class^="ss-"].ss-social-regular.right:after, [class*=" ss-"].ss-social-regular.right:after {
  font-family: "SSSocialRegular";
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  /*-webkit-font-feature-settings: "liga"; Currently broken in Chrome >= v22. Falls back to text-rendering. Safari is unaffected. */
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  font-size: 140%;
  margin: 0 5px; }

a.ss-icon:hover {
  text-decoration: none; }

[class^="ss-"].right:before,
[class*=" ss-"].right:before {
  display: none;
  content: ''; }

.ss-facebook:before, .ss-facebook.right:after {
  content: ''; }

.ss-twitter:before, .ss-twitter.right:after {
  content: ''; }

.ss-linkedin:before, .ss-linkedin.right:after {
  content: ''; }

.ss-googleplus:before, .ss-googleplus.right:after {
  content: ''; }

.ss-appdotnet:before, .ss-appdotnet.right:after {
  content: ''; }

.ss-zerply:before, .ss-zerply.right:after {
  content: ''; }

.ss-reddit:before, .ss-reddit.right:after {
  content: ''; }

.ss-steam:before, .ss-steam.right:after {
  content: ''; }

.ss-tumblr:before, .ss-tumblr.right:after {
  content: ''; }

.ss-wordpress:before, .ss-wordpress.right:after {
  content: ''; }

.ss-blogger:before, .ss-blogger.right:after {
  content: ''; }

.ss-posterous:before, .ss-posterous.right:after {
  content: ''; }

.ss-quora:before, .ss-quora.right:after {
  content: ''; }

.ss-youtube:before, .ss-youtube.right:after {
  content: ''; }

.ss-vimeo:before, .ss-vimeo.right:after {
  content: ''; }

.ss-vine:before, .ss-vine.right:after {
  content: ''; }

.ss-letterboxd:before, .ss-letterboxd.right:after {
  content: ''; }

.ss-flickr:before, .ss-flickr.right:after {
  content: ''; }

.ss-instagram:before, .ss-instagram.right:after {
  content: ''; }

.ss-500px:before, .ss-500px.right:after {
  content: ''; }

.ss-etsy:before, .ss-etsy.right:after {
  content: ''; }

.ss-pinterest:before, .ss-pinterest.right:after {
  content: ''; }

.ss-svpply:before, .ss-svpply.right:after {
  content: ''; }

.ss-readmill:before, .ss-readmill.right:after {
  content: ''; }

.ss-dropbox:before, .ss-dropbox.right:after {
  content: ''; }

.ss-pinboard:before, .ss-pinboard.right:after {
  content: ''; }

.ss-delicious:before, .ss-delicious.right:after {
  content: ''; }

.ss-dribbble:before, .ss-dribbble.right:after {
  content: ''; }

.ss-behance:before, .ss-behance.right:after {
  content: ''; }

.ss-github:before, .ss-github.right:after {
  content: ''; }

.ss-octocat:before, .ss-octocat.right:after {
  content: ''; }

.ss-stackoverflow:before, .ss-stackoverflow.right:after {
  content: ''; }

.ss-paypal:before, .ss-paypal.right:after {
  content: ''; }

.ss-kickstarter:before, .ss-kickstarter.right:after {
  content: ''; }

.ss-foursquare:before, .ss-foursquare.right:after {
  content: ''; }

.ss-yelp:before, .ss-yelp.right:after {
  content: ''; }

.ss-skype:before, .ss-skype.right:after {
  content: ''; }

.ss-rdio:before, .ss-rdio.right:after {
  content: ''; }

.ss-spotify:before, .ss-spotify.right:after {
  content: ''; }

.ss-lastfm:before, .ss-lastfm.right:after {
  content: ''; }

.ss-soundcloud:before, .ss-soundcloud.right:after {
  content: ''; }

.ss-link:before, .ss-link.right:after {
  content: '🔗'; }

.ss-phone:before, .ss-phone.right:after {
  content: '📞'; }

.ss-mail:before, .ss-mail.right:after {
  content: '✉'; }

.ss-like:before, .ss-like.right:after {
  content: '👍'; }

.ss-rss:before, .ss-rss.right:after {
  content: ''; }

.ss-share:before, .ss-share.right:after {
  content: ''; }

.ss-apple:before, .ss-apple.right:after {
  content: ''; }

.ss-microsoft:before, .ss-microsoft.right:after {
  content: ''; }

.ss-windows:before, .ss-windows.right:after {
  content: ''; }

.ss-android:before, .ss-android.right:after {
  content: ''; }

.ss-blackberry:before, .ss-blackberry.right:after {
  content: ''; }

/* Legacy */
.ss-fivehundredpx:before, .ss-fivehundredpx.right:after {
  content: ''; }

/* Font stack
-----------------------------------------------------------------------*/
/* Body font variations
-----------------------------------------------------------------------*/
/***********************************************************************
Site Name: Peter Coates
Filename: _base.scss
Title: Main colours
Author: Maraid Design
************************************************************************/
/* Set media query names
-----------------------------------------------------------------------*/
/* Main site colours
-----------------------------------------------------------------------*/
/* Main links
-----------------------------------------------------------------------*/
a {
  color: #333333; }
  a:hover {
    color: #1c1c1c; }

strong, b {
  font-family: 'AvenirLTStd-Black', Helvetica, Arial, sans-serif;
  font-weight: normal; }

p {
  margin-top: 0; }

/* General
-----------------------------------------------------------------------*/
body {
  font-size: 17px;
  line-height: 1.6;
  color: #333333;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "AvenirLTStd-Book", Helvetica, Arial, sans-serif; }

.wrap {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px; }

.container {
  margin: 0 auto;
  max-width: 1040px;
  width: 90%; }
  @media screen and (min-width: 481px) {
    .container {
      width: 90%; } }
  @media screen and (min-width: 1100px) {
    .container {
      width: 100%; } }

/* Headings
-----------------------------------------------------------------------*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
  font-weight: normal;
  font-family: 'AvenirLTStd-Black', Helvetica, Arial, sans-serif;
  font-size: 110%;
  line-height: 1.6em; }

h4 {
  font-family: "AvenirLTStd-Book", Helvetica, Arial, sans-serif;
  margin-bottom: 0; }

/* Blockquote
-----------------------------------------------------------------------*/
blockquote {
  margin: 0; }

p.person:before {
  content: "- "; }

/***********************************************************************
Site Name: Peter Coates
Filename: _grid.scss
Title: Grid
Author: Maraid Design
************************************************************************/
/* Clears and hides
-----------------------------------------------------------------------*/
.hidden, footer span, .screen-reader-text {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  top: auto; }

.clear-float:after {
  /*clear floated elements*/
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

* html .clear-float {
  height: 1%; }

/* IE6 */
*:first-child + html .clear-float {
  min-height: 1%; }

/* IE7 */
.clear {
  /*clears anything leaving no gap*/
  float: none;
  clear: both;
  height: 0px;
  line-height: 0px;
  font-size: 0px; }

.clearheight {
  /*clear anything leaving a gap*/
  float: none;
  clear: both; }

.end {
  margin: 0; }

/***********************************************************************
Site Name: Peter Coates
Filename: _images.scss
Title: Images
Author: Maraid Design
************************************************************************/
/* base images
-----------------------------------------------------------------------*/
img {
  width: 100%;
  height: auto; }

img.size {
  width: auto; }

/* floated images
-----------------------------------------------------------------------*/
img.alignright {
  margin-bottom: 20px; }
  @media screen and (min-width: 600px) {
    img.alignright {
      width: 45%;
      float: right;
      margin: 20px 0 20px 20px; } }

img.alignleft {
  margin-bottom: 20px; }
  @media screen and (min-width: 600px) {
    img.alignleft {
      width: 45%;
      float: left;
      margin: 20px 20px 20px 0; } }

/***********************************************************************
Site Name: Peter Coates
Filename: _lists.scss
Title: Lists
Author: Maraid Design
************************************************************************/
/* Lists in content
-----------------------------------------------------------------------*/
article ul {
  list-style-type: circle;
  margin-left: 1em; }

article ol {
  list-style-type: decimal;
  margin-left: 1.5em; }

/* Bio list with dates
-----------------------------------------------------------------------*/
#content .bio ul li {
  width: 100%;
  display: block; }

#content .bio ul span.date {
  width: 15%;
  display: inline-block;
  vertical-align: top; }

#content .bio ul div {
  width: 83%;
  display: inline-block;
  vertical-align: top; }
  #content .bio ul div p {
    margin-top: 0;
    margin-bottom: 0.8em; }

/* work
-----------------------------------------------------------------------*/
ul.work-list {
  background-color: #262b31;
  list-style-type: none;
  margin: 0; }
  @media screen and (min-width: 1030px) {
    ul.work-list {
      background-color: #fff; } }
  ul.work-list a {
    text-decoration: none; }
  ul.work-list .text {
    color: #fff;
    margin: 0 5%;
    background: url("../images/site/arrow-up.svg") no-repeat 100% 15px;
    background-size: 20px 20px; }
    @media screen and (min-width: 1030px) {
      ul.work-list .text {
        margin: 0;
        padding: 0;
        color: #333333;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(38, 43, 49, 0.72);
        visibility: hidden;
        opacity: 0;
        transition: all 1s ease; } }
    ul.work-list .text p {
      margin: 0;
      padding: 1em 0; }
      @media screen and (min-width: 1030px) {
        ul.work-list .text p {
          background: url("../images/site/arrow-right.svg") no-repeat 50% 100%;
          background-size: 20px 20px;
          padding: 0 0 25px;
          color: white;
          top: 41%;
          position: absolute;
          margin: 0;
          text-align: center;
          width: 100%;
          text-transform: uppercase;
          font-family: 'AvenirLTStd-Black', Helvetica, Arial, sans-serif; } }
      ul.work-list .text p span {
        display: block;
        text-transform: none;
        font-family: "AvenirLTStd-Book", Helvetica, Arial, sans-serif; }
  ul.work-list li {
    padding: 0 !important;
    background: none !important;
    position: relative; }
    @media screen and (min-width: 600px) {
      ul.work-list li {
        width: 50%;
        float: left;
        margin-bottom: 0 !important; } }
    @media screen and (min-width: 850px) {
      ul.work-list li {
        width: 25%;
        margin-bottom: 1em; } }
  ul.work-list li:hover .text {
    visibility: visible;
    opacity: 1; }
  ul.work-list img {
    display: block; }

/* D lists
-----------------------------------------------------------------------*/
/*
dl {}

	dt {}

	dd {
		margin-left: 0;
		font-size: 0.9em;
		color: #787878;
		margin-bottom: 1.5em;
		}
*/
/***********************************************************************
Site Name: Peter Coates
Filename: _buttons.scss
Title: Buttons
Author: Maraid Design
************************************************************************/
/* details
-----------------------------------------------------------------------*/
/*-------------------
BUTTON DEFAULTS
Here's a quick video to show how it works:
http://www.youtube.com/watch?v=hwdVpKiJzac
-------------------*/
.blue-btn {
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-size: 0.9em;
  font-size: 34px;
  line-height: 34px;
  font-weight: normal;
  padding: 0 24px;
  border-radius: 4px;
  border: 0;
  cursor: pointer; }
  .blue-btn:hover, .blue-btn:focus {
    color: #fff;
    text-decoration: none; }
  .blue-btn:active {
    top: 1px; }

/* the actual buttons
-----------------------------------------------------------------------*/
.blue-btn {
  background-color: blue; }
  .blue-btn:hover,
  .blue-btn:focus {
    background-color: #0000eb; }
  .blue-btn:active {
    background-color: #0000e6; }

/***********************************************************************
Site Name: Peter Coates
Filename: _footers.scss
Title: Footers
Author: Maraid Design
************************************************************************/
footer {
  background-color: #262b31;
  color: #fff;
  padding: 30px 0; }
  @media screen and (min-width: 600px) {
    footer {
      text-align: center; } }
  footer a {
    color: #fff; }
    footer a:hover {
      color: #fff;
      text-decoration: none; }
  footer p {
    margin: 0; }
  @media screen and (min-width: 600px) {
    footer p.copy {
      float: left;
      width: 50%;
      text-align: left; } }
  @media screen and (min-width: 600px) {
    footer p.credits {
      float: right;
      width: 50%;
      text-align: right; } }

/***********************************************************************
Site Name: Peter Coates
Filename: _main_header.scss
Title: Main Header
Author: Maraid Design
************************************************************************/
header {
  width: 100%;
  padding: 20px 0; }
  @media screen and (min-width: 600px) {
    header {
      padding: 30px 0; } }
  @media screen and (min-width: 1030px) {
    header {
      height: 210px;
      padding-top: 0; } }

#logo {
  margin: 30px 0 40px;
  width: 100%;
  height: 150px;
  background: url(../images/content/logo.svg) no-repeat 50% 50%;
  /*
		@media screen and ($min : $mobile-wide) {
		margin: 0 32.5% 20px;
		width:35%;
		}
		@media screen and ($min : $desktop-small) {
		width:260px;
		position: absolute;
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
*/
  /*
		margin: 0 auto;
		display: inline-block;
		vertical-align: middle;
*/ }
  @media screen and (min-width: 1030px) {
    #logo {
      width: 260px;
      position: absolute;
      margin-left: auto;
      margin-right: auto;
      left: 0;
      right: 0; } }
  #logo a {
    display: block;
    height: 150px; }
  #logo span {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    top: auto; }

.social {
  text-align: right;
  font-size: 80%;
  vertical-align: middle;
  display: inline-block; }
  @media screen and (min-width: 481px) {
    .social {
      width: 30%;
      float: right; } }
  @media screen and (min-width: 1030px) {
    .social {
      width: 30%;
      margin-top: 90px; } }
  .social ul {
    margin: 0; }
  .social li {
    display: inline;
    margin-right: 10px; }
    @media screen and (min-width: 481px) {
      .social li {
        margin-left: 10px;
        margin-right: 0; } }
  .social a {
    text-decoration: none; }
    .social a:hover {
      color: #52585f; }

#main-nav {
  text-transform: uppercase;
  font-family: 'AvenirLTStd-Black', Helvetica, Arial, sans-serif;
  margin-bottom: 10px; }
  @media screen and (min-width: 481px) {
    #main-nav {
      width: 70%;
      float: left; } }
  @media screen and (min-width: 1030px) {
    #main-nav {
      width: 33%;
      margin-top: 90px; } }
  #main-nav ul {
    margin: 0; }
  #main-nav li {
    display: inline;
    margin-right: 20px; }
  #main-nav a {
    text-decoration: none; }
    #main-nav a:hover {
      color: #52585f; }

/***********************************************************************
Site Name: Peter Coates
Filename: _icons.scss
Title: Icons
Author: Maraid Design
************************************************************************/
/* x
-----------------------------------------------------------------------*/
/***********************************************************************
Site Name: Peter Coates
Filename: _homepage.scss
Title: Home page 
Author: Maraid Design
************************************************************************/
/* intro
-----------------------------------------------------------------------*/
.intro {
  padding: 1em 0; }
  @media screen and (min-width: 600px) {
    .intro {
      background-color: #262b31;
      color: #fff;
      text-align: center;
      padding: 50px 0; } }
  .intro h2 {
    font-size: 120%;
    margin: 0;
    line-height: 1.6; }
    @media screen and (min-width: 600px) {
      .intro h2 {
        font-size: 100%;
        width: 60%;
        margin-left: 20%; } }
  .intro p {
    margin: 0; }
    @media screen and (min-width: 600px) {
      .intro p {
        width: 60%;
        margin-left: 20%; } }

/* max width on home page
-----------------------------------------------------------------------*/
body.home #content {
  max-width: 1800px;
  margin: 0 auto; }

/***********************************************************************
Site Name: Peter Coates
Filename: _main_content.scss
Title: Main content
Author: Maraid Design
************************************************************************/
hgroup {
  margin-bottom: 30px; }
  hgroup h2 {
    margin: 0;
    font-size: 110%; }
  hgroup h3 {
    margin: 0;
    font-size: 100%;
    font-family: "AvenirLTStd-Book", Helvetica, Arial, sans-serif; }

/* columns
-----------------------------------------------------------------------*/
article.work {
  margin-top: 20px; }
  @media screen and (min-width: 850px) {
    article.work {
      float: left;
      width: 48.461538461538%;
      margin: 30px 3.07692% 30px 0; } }

.col1 {
  margin-top: 20px; }
  @media screen and (min-width: 850px) {
    .col1 {
      float: left;
      width: 48.461538461538%;
      margin: 30px 3.07692% 30px 0; } }
  .col1 h2 {
    margin-top: 0; }

.col2 {
  margin-top: 20px; }
  @media screen and (min-width: 850px) {
    .col2 {
      float: right;
      width: 48.461538461538%;
      margin: 30px 0; } }
  .col2 .special-text {
    font-size: 90%; }
    @media screen and (min-width: 850px) {
      .col2 .special-text {
        text-align: right; } }

/* aside (related content)
-----------------------------------------------------------------------*/
aside {
  max-width: 1800px;
  margin: 80px auto 0 auto; }
  @media screen and (min-width: 1800px) {
    aside {
      margin-bottom: 40px; } }
  aside h2 {
    font-size: 100%;
    margin-bottom: 2em !important; }

/******************************************************************
Site Name: Peter Coates
Author: Maraid Design
Stylesheet: Mixins Stylesheet
******************************************************************/
/*********************
TRANSITION
*********************/
/*********************
CSS3 GRADIENTS
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/***********************************************************************
Site Name: Peter Coates
Filename: _carousel.scss
Title: Carousel
Author: Maraid Design
************************************************************************/
/*! http://responsiveslides.com v1.55 by @viljamis
	http://responsiveslides.com/themes/themes.html */
.carousel {
  position: relative; }

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0 0 30px 0; }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0; }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left; }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0; }

.centered-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: transparent;
  top: 58%;
  left: 20px;
  opacity: 0.7;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 40px;
  width: 40px;
  background: url(../images/site/arrow-left.png) no-repeat 0 58%;
  margin-top: -45px; }

.centered-btns_nav.next {
  left: auto;
  background-position: right top;
  right: 20px;
  background: url(../images/site/arrow-right.png) no-repeat 50% 50%; }

/***********************************************************************
Site Name: Peter Coates
Filename: _login.scss
Title: Login (silverstripe)
Author: Maraid Design
************************************************************************/
input[type="text"], input[type="password"] {
  width: 100%;
  max-width: 450px; }

#MemberLoginForm_LoginForm div {
  margin-top: 10px; }

#MemberLoginForm_LoginForm #MemberLoginForm_LoginForm_Remember_Holder {
  margin-top: 20px; }

.middleColumn {
  margin-top: 0 !important; }

input[type="submit"] {
  border: none;
  padding: 10px 20px;
  background-color: #323944;
  color: #fff;
  margin: 20px 0;
  font-family: 'AvenirLTStd-Black', Helvetica, Arial, sans-serif; }
  input[type="submit"]:hover {
    background-color: #454f5e; }

/* Third party
-----------------------------------------------------------------------*/
/***********************************************************************
Filename: _mailchimp.scss
Title: Mailchimp
Author: Maraid Design
************************************************************************/
/* x
-----------------------------------------------------------------------*/
#mc_embed_signup form {
  padding-left: 0 !important; }

/* Retna
-----------------------------------------------------------------------*/
/* Print
-----------------------------------------------------------------------*/
@media print {
  /***********************************************************************
Filename: _print.scss
Title: Print
Author: Maraid Design
Client: Peter Coates
************************************************************************/
  /* basics
-----------------------------------------------------------------------*/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }
  pre, blockquote {
    page-break-inside: avoid; }
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav,
  .social {
    display: none; }
  /* logo
-----------------------------------------------------------------------*/
  header {
    margin: 0;
    padding: 0;
    height: auto; }
  #logo {
    background: none;
    width: auto;
    font-size: 200%;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center a;
      text-align-height: auto;
      text-align-text-decoration: none;
      text-align-margin: 0;
      text-align-padding: 0; }
    #logo span {
      position: relative;
      left: 0;
      width: auto;
      height: auto;
      overflow: hidden;
      top: 0; }
    #logo h1 {
      margin: 0;
      padding: 0;
      text-decoration: none; }
  /* intro
-----------------------------------------------------------------------*/
  .intro {
    text-align: center;
    margin: 30px 0 40px; }
  /* dates in list
-----------------------------------------------------------------------*/
  body.bio #content ul li {
    width: 100%;
    display: block; }
  body.bio #content ul span.date {
    width: 10%;
    display: inline-block;
    vertical-align: top; }
  body.bio #content ul div {
    width: 75%;
    display: inline-block;
    vertical-align: top; }
    body.bio #content ul div p {
      margin-top: 0;
      margin-bottom: 0.8em; }
  /* work
-----------------------------------------------------------------------*/
  ul.work-list {
    background-color: #262b31;
    background-color: #fff;
    list-style-type: none;
    margin: 0;
    width: 90%;
    margin-left: 5%; }
    ul.work-list .text {
      margin-top: 20px;
      color: #333333; }
      ul.work-list .text p {
        margin: 0;
        padding: 1em 0;
        background-size: 20px 20px;
        background-size: 20px 20px;
        padding: 0 0 25px;
        margin: 0;
        text-align: center;
        width: 100%;
        text-transform: uppercase; }
        ul.work-list .text p span {
          display: block;
          text-transform: none; }
    ul.work-list li {
      padding: 0 !important;
      background: none !important;
      float: left;
      margin-bottom: 0 !important;
      width: 45%;
      margin-bottom: 1em;
      margin-right: 10%; }
    ul.work-list li:nth-child(2n+2) {
      margin-right: 0; }
    ul.work-list img {
      display: block; } }
