/*
 * all dat sass
 */
/* _mixins.scss */
/* _colours.scss */
/*
 * normalise
 */
/* normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
/* line 21, scss/_css_normalise.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
/* line 31, scss/_css_normalise.scss */
audio,
canvas,
video {
  display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 40, scss/_css_normalise.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
/* line 49, scss/_css_normalise.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 63, scss/_css_normalise.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Removes default margin.
 */
/* line 73, scss/_css_normalise.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/* line 85, scss/_css_normalise.scss */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
/* line 94, scss/_css_normalise.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
/* line 107, scss/_css_normalise.scss */
h1 {
  font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 115, scss/_css_normalise.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 124, scss/_css_normalise.scss */
b,
strong {
  font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
/* line 132, scss/_css_normalise.scss */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */
/* line 140, scss/_css_normalise.scss */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
/* line 153, scss/_css_normalise.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
/* line 162, scss/_css_normalise.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */
/* line 172, scss/_css_normalise.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
/* line 180, scss/_css_normalise.scss */
small {
  font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 189, scss/_css_normalise.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 196, scss/_css_normalise.scss */
sup {
  top: -0.5em;
}

/* line 200, scss/_css_normalise.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
/* line 212, scss/_css_normalise.scss */
img {
  border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
/* line 220, scss/_css_normalise.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
/* line 232, scss/_css_normalise.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
/* line 244, scss/_css_normalise.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 255, scss/_css_normalise.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
/* line 269, scss/_css_normalise.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 281, scss/_css_normalise.scss */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 296, scss/_css_normalise.scss */
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.
 */
/* line 306, scss/_css_normalise.scss */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
/* line 316, scss/_css_normalise.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 327, scss/_css_normalise.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 340, scss/_css_normalise.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */
/* line 349, scss/_css_normalise.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
/* line 359, scss/_css_normalise.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
/* line 372, scss/_css_normalise.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
 * Position everything relatively to their parent elements
 * and normalise box-sizing that's especially inconsistent with
 * form elements.
 */
/* line 18, scss/style.scss */
* {
  position: relative;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*
 * global
 */
/* line 28, scss/style.scss */
body {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  font-family: Ubuntu, sans-serif;
  font-weight: 300;
  line-height: 1.25;
  color: #777777;
}

/* line 39, scss/style.scss */
a {
  text-decoration: none;
  color: #01e4ff;
}
/* line 44, scss/style.scss */
a:hover {
  text-decoration: underline;
}

/* line 50, scss/style.scss */
nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 57, scss/style.scss */
.gheader {
  background-image: -webkit-linear-gradient(top, #1f1f1f 0%, #111111 100%);
  /* Chrome10+, Safari5.1+ */
  background-image: -moz-linear-gradient(top, #1f1f1f 0%, #111111 100%);
  /* FF3.6+ */
  background-image: -ms-linear-gradient(top, #1f1f1f 0%, #111111 100%);
  /* IE10+ */
  background-image: -o-linear-gradient(top, #1f1f1f 0%, #111111 100%);
  /* Opera 11.10+ */
  background-image: linear-gradient(to bottom, #1f1f1f 0%, #111111 100%);
  /* W3C */
  height: 54px;
  margin: 0 0 50px;
  padding: 0 0 0 25px;
  line-height: 54px;
  color: #eeeeee;
}
/* line 67, scss/style.scss */
.gheader h1 {
  z-index: 3;
  float: left;
  margin: 0;
  font-size: 1.25em;
  font-weight: 400;
  font-family: Ubuntu, sans-serif;
}
/* line 76, scss/style.scss */
.gheader nav {
  z-index: 3;
  float: right;
  padding-right: 1px;
  border-left: 1px solid rgba(255, 255, 255, 0.075);
  border-right: 1px solid rgba(255, 255, 255, 0.075);
  font-size: .938em;
}
/* line 85, scss/style.scss */
.gheader nav li {
  display: inline;
  margin-left: 1px;
}
/* line 90, scss/style.scss */
.gheader nav li a {
  display: inline-block;
  padding: 0 15px;
  border-left: 1px solid rgba(255, 255, 255, 0.075);
  border-right: 1px solid rgba(255, 255, 255, 0.075);
}
/* line 97, scss/style.scss */
.gheader nav li a:hover {
  background-color: rgba(255, 255, 255, 0.95);
  color: #555555;
  text-decoration: none;
}
/* line 105, scss/style.scss */
.gheader nav li:last-of-type a:after,
.gheader nav li a:before {
  content: "";
  position: absolute;
  left: -2px;
  width: 1px;
  height: 100%;
  background: #000;
}
/* line 114, scss/style.scss */
.gheader nav li:last-of-type a:after {
  left: auto;
  right: -2px;
}
/* line 121, scss/style.scss */
.gheader nav .facebook,
.gheader nav .twitter {
  text-indent: -9999px;
  width: 46px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 36px;
}
/* line 129, scss/style.scss */
.gheader nav .facebook {
  background-image: url("../images/fb_off.svg");
}
/* line 133, scss/style.scss */
.gheader nav .facebook:hover {
  background-color: #37589a;
  background-image: url("../images/fb_on.svg");
}
/* line 139, scss/style.scss */
.gheader nav .twitter {
  background-image: url("../images/twitter_off.svg");
}
/* line 143, scss/style.scss */
.gheader nav .twitter:hover {
  background-color: #41abe1;
  background-image: url("../images/twitter_on.svg");
}

/* line 151, scss/style.scss */
.content {
  max-width: 1100px;
  margin: auto;
  padding: 0 20px;
}
/* line 157, scss/style.scss */
.content > section + section {
  padding-top: 20px;
  border-top: 1px solid #eee;
}
/* line 162, scss/style.scss */
.content h1 {
  margin: 0;
  padding: 15px 0 5px;
  font-weight: 500;
  font-size: 1.5em;
  color: #555555;
}
/* line 170, scss/style.scss */
.content h1:before {
  content: "";
  position: absolute;
  top: 0;
  width: 30px;
  height: 3px;
  background: #01e4ff;
}
/* line 180, scss/style.scss */
.content h2 {
  -webkit-transition: margin 0.1s 0s linear;
  -moz-transition: margin 0.1s 0s linear;
  -ms-transition: margin 0.1s 0s linear;
  -o-transition: margin 0.1s 0s linear;
  transition: margin 0.1s 0s linear;
  font-weight: 400;
  font-size: 1.25em;
  color: #555555;
}

/* line 189, scss/style.scss */
.blog {
  max-width: 100%;
  text-align: center;
}

/* line 197, scss/style.scss */
.main-info p:first-of-type {
  margin: 0;
  padding: 0;
  color: #aaa;
  font-size: 1.125em;
}
/* line 204, scss/style.scss */
.main-info .push-down {
  margin-bottom: 50px;
}

/* line 210, scss/style.scss */
.cal-before,
.cal-after {
  display: inline-block;
  vertical-align: 65%;
  color: #777777;
}

/* line 216, scss/style.scss */
.calendar {
  display: inline-block;
  padding: 0 20px 0 20px;
  margin: 0 0 8px;
}
/* line 221, scss/style.scss */
.calendar li {
  display: inline-block;
  margin: 5px 20px;
  min-width: 40px;
}
/* line 227, scss/style.scss */
.calendar img {
  margin: 0 auto 2px;
  display: block;
}

/* line 233, scss/style.scss */
.blog-posts {
  max-width: 1100px;
  margin: 0 auto;
  text-align: left;
}
/* line 238, scss/style.scss */
.blog-posts h1 {
  display: none;
}
/* line 242, scss/style.scss */
.blog-posts:before {
  content: "";
  position: absolute;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #eeeeee;
}
/* line 251, scss/style.scss */
.blog-posts article {
  -webkit-transition: background-size 0.3s 0s linear;
  -moz-transition: background-size 0.3s 0s linear;
  -ms-transition: background-size 0.3s 0s linear;
  -o-transition: background-size 0.3s 0s linear;
  transition: background-size 0.3s 0s linear;
  display: inline-block;
  vertical-align: top;
  width: 47.5%;
  padding: 1%;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAFCAIAAAAL5hHIAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpENTJFQjc2NUU1REMxMUUxODVGMUFDQUVBRDRDQzE2MyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpENTJFQjc2NkU1REMxMUUxODVGMUFDQUVBRDRDQzE2MyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ1MkVCNzYzRTVEQzExRTE4NUYxQUNBRUFENENDMTYzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ1MkVCNzY0RTVEQzExRTE4NUYxQUNBRUFENENDMTYzIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+8PeyOAAAABRJREFUeNpiYHzyn4mBgQEZAwQYACFuAe1/qWe4AAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-size: 30px 3px;
  font-size: .875em;
}
/* line 263, scss/style.scss */
.blog-posts article:nth-of-type(even) {
  margin-left: 4%;
  /*&:hover ~ :nth-of-type(odd) {
    @include transition(margin-top,.1s);
    margin-top:-75px;
  }*/
}
/* line 271, scss/style.scss */
.blog-posts article:nth-of-type(odd):not(:first-of-type) {
  clear: both;
}
/* line 275, scss/style.scss */
.blog-posts article:hover {
  background-size: 100% 3px;
}
/* line 279, scss/style.scss */
.blog-posts article:hover time {
  -webkit-transition: opacity 0.3s 0.25s linear;
  -moz-transition: opacity 0.3s 0.25s linear;
  -ms-transition: opacity 0.3s 0.25s linear;
  -o-transition: opacity 0.3s 0.25s linear;
  transition: opacity 0.3s 0.25s linear;
  opacity: 1;
}
/* line 284, scss/style.scss */
.blog-posts article:hover img {
  clip: rect(0, auto, 125px, auto);
}
/* line 288, scss/style.scss */
.blog-posts article:hover img + h2 {
  margin-top: 135px;
}
/* line 294, scss/style.scss */
.blog-posts article time {
  -webkit-transition: opacity 0.2s 0s linear;
  -moz-transition: opacity 0.2s 0s linear;
  -ms-transition: opacity 0.2s 0s linear;
  -o-transition: opacity 0.2s 0s linear;
  transition: opacity 0.2s 0s linear;
  position: absolute;
  top: 3px;
  right: 0;
  width: 40px;
  padding: 5px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAIAAAAmkwkpAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzhGQzRGMTdFREM0MTFFMUJFNTlFRDExNjlDNUVCODciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzhGQzRGMThFREM0MTFFMUJFNTlFRDExNjlDNUVCODciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3OEZDNEYxNUVEQzQxMUUxQkU1OUVEMTE2OUM1RUI4NyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3OEZDNEYxNkVEQzQxMUUxQkU1OUVEMTE2OUM1RUI4NyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pg/WjvoAAAAdSURBVHjaYvgHA48ePWKAs4AkA5wF4sBZQAAQYAC0kC5R5CSM9AAAAABJRU5ErkJggg==");
  font-size: .75rem;
  white-space: pre-line;
  text-align: center;
  opacity: 0;
}
/* line 309, scss/style.scss */
.blog-posts article img {
  -webkit-transition: clip 0.1s 0s linear;
  -moz-transition: clip 0.1s 0s linear;
  -ms-transition: clip 0.1s 0s linear;
  -o-transition: clip 0.1s 0s linear;
  transition: clip 0.1s 0s linear;
  position: absolute;
  z-index: -100;
  width: 100%;
  clip: rect(0, auto, 50px, auto);
  top: 0;
  left: 0;
}
/* line 322, scss/style.scss */
.blog-posts article img + h2 {
  margin-top: 60px;
}
/* line 327, scss/style.scss */
.blog-posts article .snippet {
  -webkit-transition: padding-bottom 0.3s 0.1s linear;
  -moz-transition: padding-bottom 0.3s 0.1s linear;
  -ms-transition: padding-bottom 0.3s 0.1s linear;
  -o-transition: padding-bottom 0.3s 0.1s linear;
  transition: padding-bottom 0.3s 0.1s linear;
  -webkit-transition: margin-bottom 0.3s 0.1s linear;
  -moz-transition: margin-bottom 0.3s 0.1s linear;
  -ms-transition: margin-bottom 0.3s 0.1s linear;
  -o-transition: margin-bottom 0.3s 0.1s linear;
  transition: margin-bottom 0.3s 0.1s linear;
  max-height: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 335, scss/style.scss */
.blog-posts article .snippet:after {
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* Chrome10+, Safari5.1+ */
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* FF3.6+ */
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* IE10+ */
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* Opera 11.10+ */
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* W3C */
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35px;
  pointer-events: none;
}
/* line 347, scss/style.scss */
.blog-posts article .read-more {
  text-align: center;
  text-transform: lowercase;
}
/* line 352, scss/style.scss */
.blog-posts article .read-more:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #eeeeee;
}
/* line 363, scss/style.scss */
.blog-posts article .read-more a {
  padding: 0 8px;
  background: #fff;
}

/* line 372, scss/style.scss */
.report article {
  -webkit-transition: background-size 0.3s 0s linear;
  -moz-transition: background-size 0.3s 0s linear;
  -ms-transition: background-size 0.3s 0s linear;
  -o-transition: background-size 0.3s 0s linear;
  transition: background-size 0.3s 0s linear;
  display: block;
  vertical-align: top;
  padding-top: 5px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAFCAIAAAAL5hHIAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpENTJFQjc2NUU1REMxMUUxODVGMUFDQUVBRDRDQzE2MyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpENTJFQjc2NkU1REMxMUUxODVGMUFDQUVBRDRDQzE2MyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ1MkVCNzYzRTVEQzExRTE4NUYxQUNBRUFENENDMTYzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ1MkVCNzY0RTVEQzExRTE4NUYxQUNBRUFENENDMTYzIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+8PeyOAAAABRJREFUeNpiYHzyn4mBgQEZAwQYACFuAe1/qWe4AAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-size: 30px 3px;
}
/* line 381, scss/style.scss */
.report article:hover {
  background-size: 100% 3px;
}
/* line 387, scss/style.scss */
.report h2 {
  margin: 8px 0 4px;
}

/* line 392, scss/style.scss */
.gfooter {
  margin: 50px auto 0;
  background: #555555;
  font-size: .813em;
  color: #eeeeee;
}
/* line 399, scss/style.scss */
.gfooter:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #777777;
}
/* line 409, scss/style.scss */
.gfooter div {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
/* line 415, scss/style.scss */
.gfooter div:first-of-type {
  float: right;
}
/* line 419, scss/style.scss */
.gfooter div:nth-of-type(2) {
  text-align: right;
}
/* line 424, scss/style.scss */
.gfooter section {
  clear: both;
  padding: 16px;
  border-top: 1px solid #777777;
}
/* line 430, scss/style.scss */
.gfooter section:first-child {
  border: 0;
}
/* line 435, scss/style.scss */
.gfooter .smaller {
  padding-right: 20%;
}
/* line 439, scss/style.scss */
.gfooter h1 {
  margin-top: 0;
  font-size: 1rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #bbb;
}
/* line 447, scss/style.scss */
.gfooter [type="email"] {
  -webkit-transition: background-color 0.3s 0s linear;
  -moz-transition: background-color 0.3s 0s linear;
  -ms-transition: background-color 0.3s 0s linear;
  -o-transition: background-color 0.3s 0s linear;
  transition: background-color 0.3s 0s linear;
  width: 250px;
  height: 2.75em;
  padding: 0 25px 0 8px;
  border: 0;
  background-color: #777777;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4MjA2QzAzNkU5MjcxMUUxQjQ2MUQxMjEyNDdEN0NENCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4MjA2QzAzN0U5MjcxMUUxQjQ2MUQxMjEyNDdEN0NENCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjVCQkRGRTg5RTkyNzExRTFCNDYxRDEyMTI0N0Q3Q0Q0IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjVCQkRGRThBRTkyNzExRTFCNDYxRDEyMTI0N0Q3Q0Q0Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+pJFpvwAAACBJREFUeNpi+P//PwMMP3r0yBeFA6JROGABZA4IAwQYAGpaL6kmYDseAAAAAElFTkSuQmCC");
  line-height: 2.75em;
}
/* line 459, scss/style.scss */
.gfooter [type="email"]:focus {
  outline: 0;
  background-color: #eeeeee;
}
/* line 465, scss/style.scss */
.gfooter [type="button"] {
  -webkit-transition: background-color 0.1s 0s linear;
  -moz-transition: background-color 0.1s 0s linear;
  -ms-transition: background-color 0.1s 0s linear;
  -o-transition: background-color 0.1s 0s linear;
  transition: background-color 0.1s 0s linear;
  height: 3.25em;
  width: 3.25em;
  margin-left: -25px;
  border: 2px solid #eeeeee;
  border-radius: 100px;
  background-color: #555555;
  background-image: url("../images/arrow.svg");
  background-position: 49% 47%;
  background-repeat: no-repeat;
  background-size: 3.25em;
  text-indent: -9999px;
}
/* line 481, scss/style.scss */
.gfooter [type="button"]:hover {
  background-color: green;
}
/* line 486, scss/style.scss */
.gfooter .copyright {
  background: #555555;
  z-index: 3;
  font-size: .6875rem;
  text-align: center;
}
/* line 492, scss/style.scss */
.gfooter .copyright p {
  margin: 0;
}
/* line 497, scss/style.scss */
.gfooter .social-buttons {
  padding-top: 5px;
  line-height: 50px;
}
/* line 502, scss/style.scss */
.gfooter .social-buttons li {
  display: inline;
}
/* line 505, scss/style.scss */
.gfooter .social-buttons li .indented {
  text-align: left;
}
/* line 510, scss/style.scss */
.gfooter .social-buttons li + li {
  margin-left: 9px;
}
/* line 514, scss/style.scss */
.gfooter .social-buttons li a {
  -webkit-transition: background-color 0.25s 0s linear;
  -moz-transition: background-color 0.25s 0s linear;
  -ms-transition: background-color 0.25s 0s linear;
  -o-transition: background-color 0.25s 0s linear;
  transition: background-color 0.25s 0s linear;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #eeeeee;
  background-position: 50%;
  background-repeat: none;
  background-size: 40px;
  border-radius: 9000px;
  text-indent: -999px;
}
/* line 529, scss/style.scss */
.gfooter .social-buttons li:nth-child(1) a {
  background-image: url("../images/fb_off.svg");
}
/* line 533, scss/style.scss */
.gfooter .social-buttons li:nth-child(1) a:hover {
  background-color: #37589a;
  background-image: url("../images/fb_on.svg");
}
/* line 539, scss/style.scss */
.gfooter .social-buttons li:nth-child(2) a {
  background-image: url("../images/twitter_off.svg");
}
/* line 543, scss/style.scss */
.gfooter .social-buttons li:nth-child(2) a:hover {
  background-color: #41abe1;
  background-image: url("../images/twitter_on.svg");
}
/* line 549, scss/style.scss */
.gfooter .social-buttons li:nth-child(3) a {
  background-image: url("../images/dribbble_off.svg");
}
/* line 553, scss/style.scss */
.gfooter .social-buttons li:nth-child(3) a:hover {
  background-color: #ee568f;
  background-image: url("../images/dribbble_on.svg");
}
/* line 559, scss/style.scss */
.gfooter .social-buttons li:nth-child(4) a {
  background-image: url("../images/rss_off.svg");
}
/* line 563, scss/style.scss */
.gfooter .social-buttons li:nth-child(4) a:hover {
  background-color: #f89938;
  background-image: url("../images/rss_on.svg");
}
