/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.
******************************************************************/
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* 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 8/9.
 */
/* line 32, ../scss/_normalize.scss */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 41, ../scss/_normalize.scss */
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.
 */
/* line 52, ../scss/_normalize.scss */
[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.
 */
/* line 66, ../scss/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
/* line 76, ../scss/_normalize.scss */
body {
  margin: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 263, ../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 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 274, ../scss/_normalize.scss */
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.
 */
/* line 288, ../scss/_normalize.scss */
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.
 */
/* line 300, ../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 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 312, ../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.
 */
/* line 327, ../scss/_normalize.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 337, ../scss/_normalize.scss */
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.
 */
/* line 347, ../scss/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          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).
 */
/* line 358, ../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 371, ../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 4+.
 */
/* line 380, ../scss/_normalize.scss */
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.
 */
/* line 390, ../scss/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
/* line 416, ../scss/_normalize.scss */
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto; }

/* line 423, ../scss/_normalize.scss */
b, strong, .strong {
  font-weight: bold; }

/* line 425, ../scss/_normalize.scss */
dfn, em, .em {
  font-style: italic; }

/* line 427, ../scss/_normalize.scss */
small, .small {
  font-size: 75%; }

/* line 429, ../scss/_normalize.scss */
ul, ol {
  padding: 0;
  list-style-type: none; }

/* line 434, ../scss/_normalize.scss */
dd {
  margin: 0; }

/* line 440, ../scss/_normalize.scss */
.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none; }

/******************************************************************
Site Name:
Author:

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' great features:
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
/* line 23, ../scss/_mixins.scss */
.clearfix {
  zoom: 1; }
  /* line 25, ../scss/_mixins.scss */
  .clearfix:before, .clearfix:after {
    content: "";
    display: table; }
  /* line 26, ../scss/_mixins.scss */
  .clearfix:after {
    clear: both; }

/*********************
TOOLS
*********************/
/* line 34, ../scss/_mixins.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
          box-sizing: border-box; }

/* line 41, ../scss/_mixins.scss */
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
TYPOGRAPHY
*********************/
/* 	To embed your own fonts, use this syntax
	and place your fonts inside the
	library/fonts folder. For more information
	on embedding fonts, go to:
	http://www.fontsquirrel.com/
	Be sure to remove the comment brackets.
*/
/*	@font-face {
    	font-family: 'Font Name';
    	src: url('http://allthingsstationery.co.uk/wp-content/themes/ats/library/fonts/font-name.eot');
    	src: url('http://allthingsstationery.co.uk/wp-content/themes/ats/library/fonts/font-name.eot#iefix') format('embedded-opentype'),
             url('http://allthingsstationery.co.uk/wp-content/themes/ats/library/fonts/font-name.woff') format('woff'),
             url('http://allthingsstationery.co.uk/wp-content/themes/ats/library/fonts/font-name.ttf') format('truetype'),
             url('http://allthingsstationery.co.uk/wp-content/themes/ats/library/fonts/font-name.svg#font-name') format('svg');
    	font-weight: normal;
    	font-style: normal;
	}
*/
/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
/* line 116, ../scss/_mixins.scss */
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

/* line 122, ../scss/_mixins.scss */
.text-left {
  text-align: left; }

/* line 123, ../scss/_mixins.scss */
.text-center {
  text-align: center; }

/* line 124, ../scss/_mixins.scss */
.text-right {
  text-align: right; }

/* line 128, ../scss/_mixins.scss */
.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid; }

/* line 134, ../scss/_mixins.scss */
.alert-help {
  border-color: #e8dc59;
  background: #ebe16f; }

/* line 140, ../scss/_mixins.scss */
.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8; }

/* line 146, ../scss/_mixins.scss */
.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4; }

/* line 152, ../scss/_mixins.scss */
.alert-success {
  border-color: #deeaae;
  background: #e6efc2; }

/*********************
TRANSITION
*********************/
/*********************
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? */
/* MOBILE ONLY KEEP IT SMALL!! */
/* line 3, ../scss/_nav.scss */
a#menu-toggle {
  display: block;
  position: absolute;
  left: 10px;
  top: -30px;
  height: 24px;
  padding: 10px; }
  /* line 12, ../scss/_nav.scss */
  a#menu-toggle span,
  a#menu-toggle span:before,
  a#menu-toggle span:after {
    background: #212121;
    height: 4px;
    width: 20px;
    display: block; }
  /* line 18, ../scss/_nav.scss */
  a#menu-toggle span {
    position: relative; }
    /* line 21, ../scss/_nav.scss */
    a#menu-toggle span:before, a#menu-toggle span:after {
      position: absolute;
      left: 0;
      content: ''; }
    /* line 26, ../scss/_nav.scss */
    a#menu-toggle span:before {
      top: -7px; }
    /* line 29, ../scss/_nav.scss */
    a#menu-toggle span:after {
      bottom: -7px; }

/* line 35, ../scss/_nav.scss */
nav {
  /* end .nav */ }
  /* line 36, ../scss/_nav.scss */
  nav#main-nav {
    background: #a7c9b1;
    color: #c2d6c8;
    position: fixed;
    height: 100%;
    left: -280px;
    top: 0;
    width: 280px;
    -webkit-transition: left 0.2s ease-out;
            transition: left 0.2s ease-out;
    z-index: 1; }
    /* line 37, ../scss/_nav.scss */
    nav#main-nav ul {
      margin: 0; }
  /* line 51, ../scss/_nav.scss */
  nav.pagination ul.page-numbers {
    padding-left: 0 !important; }
    /* line 53, ../scss/_nav.scss */
    nav.pagination ul.page-numbers li {
      display: inline-block; }
      /* line 55, ../scss/_nav.scss */
      nav.pagination ul.page-numbers li .page-numbers {
        background: #c2d6c8;
        color: white;
        padding: 7px 15px;
        display: block; }
        /* line 60, ../scss/_nav.scss */
        nav.pagination ul.page-numbers li .page-numbers a {
          color: white; }
        /* line 63, ../scss/_nav.scss */
        nav.pagination ul.page-numbers li .page-numbers.current {
          background: #a7c9b1; }
  /* line 70, ../scss/_nav.scss */
  nav .nav {
    border-bottom: 0;
    clear: both;
    text-align: center;
    /* highlight current page */
    /* end current highlighters */ }
    /* line 74, ../scss/_nav.scss */
    nav .nav ul {
      margin: 0; }
    /* line 77, ../scss/_nav.scss */
    nav .nav li {
      display: block; }
      /* line 79, ../scss/_nav.scss */
      nav .nav li a {
        background: #bdd7c5;
        border-bottom: 1px solid white;
        display: block;
        font-size: 1.6rem;
        font-weight: 100;
        font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        letter-spacing: 1rem;
        text-transform: uppercase;
        color: white;
        padding: 20px 10px; }

@font-face {
  font-family: 'ats';
  src: url("../fonts/ats_fzs6i9.eot");
  src: url("../fonts/ats.eot") format("embedded-opentype"), url("../fonts/ats_fzs6i9.woff") format("woff"), url("../fonts/ats_fzs6i9.ttf") format("truetype"), url("../fonts/ats_fzs6i9.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

/* line 12, ../scss/_type.scss */
[class^="icon-"], [class*=" icon-"] {
  font-family: 'ats';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 26, ../scss/_type.scss */
.icon-instagram:before {
  content: "\e602"; }

/* line 29, ../scss/_type.scss */
.icon-twitter:before {
  content: "\e600"; }

/* line 32, ../scss/_type.scss */
.icon-feed:before {
  content: "\e601"; }

/* line 37, ../scss/_type.scss */
html {
  font-size: 62.5%; }

/* line 40, ../scss/_type.scss */
body {
  font-family: Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #333333; }

/*********************
LINK STYLES
*********************/
/* line 51, ../scss/_type.scss */
a {
  color: #3e79d2;
  text-decoration: none;
  /* on hover */
  /* on click */
  /* mobile tap color */ }
  /* line 56, ../scss/_type.scss */
  a:hover, a:focus {
    color: #2b63b7; }
  /* line 66, ../scss/_type.scss */
  a:link {
    /*
    this highlights links on iPhones/iPads.
    so it basically works like the :hover selector
    for mobile devices.
    */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

/* line 77, ../scss/_type.scss */
p {
  margin: 0 0 15px;
  -webkit-hyphens: none;
     -moz-hyphens: none;
      -ms-hyphens: none;
          hyphens: none; }

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
/* line 85, ../scss/_type.scss */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-rendering: optimizelegibility;
  font-weight: 400;
  line-height: 1.5;
  color: black;
  /*
  if you're going to use webfonts, be sure to check your weights
  http://css-tricks.com/watch-your-font-weight/
  */ }
  /* line 91, ../scss/_type.scss */
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
    color: black;
    font-weight: 400; }
  /* line 99, ../scss/_type.scss */
  h1.section-header, .h1.section-header, h2.section-header, .h2.section-header, h3.section-header, .h3.section-header, h4.section-header, .h4.section-header, h5.section-header, .h5.section-header {
    text-transform: uppercase; }

/* line 105, ../scss/_type.scss */
h1, .h1 {
  font-size: 1.6rem;
  margin: 0 0 20px; }
  /* line 108, ../scss/_type.scss */
  h1.entry-title, .h1.entry-title {
    font-size: 2.4rem; }
  /* line 111, ../scss/_type.scss */
  h1.page-title, .h1.page-title {
    font-size: 3rem; }

/* line 116, ../scss/_type.scss */
h2, .h2 {
  font-size: 2.2rem;
  margin: 0 0 1rem; }

/* line 121, ../scss/_type.scss */
h3, .h3 {
  font-size: 1.8rem;
  margin: 0 0 15px; }
  /* line 124, ../scss/_type.scss */
  h3.widgettitle, .h3.widgettitle {
    text-transform: uppercase;
    font-size: 1.2rem; }

/* line 130, ../scss/_type.scss */
h4, .h4 {
  font-size: 1.1rem;
  font-weight: 700; }

/* line 135, ../scss/_type.scss */
h5, .h5 {
  font-size: 0.846rem;
  text-transform: uppercase;
  letter-spacing: 2px; }

/* line 141, ../scss/_type.scss */
blockquote {
  font-family: "Georgia", Cambria, Times New Roman, Times, serif;
  font-style: italic;
  font-size: 2rem; }

/*
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*/
/* line 2, ../scss/_base.scss */
html,
body {
  height: 100%; }

/* line 5, ../scss/_base.scss */
body {
  background: url("../images/bg.gif") repeat 0 0 white fixed; }

/* line 8, ../scss/_base.scss */
div#wrapper {
  width: 100%;
  min-height: 100%;
  max-width: 1020px;
  margin: 0 auto;
  border-top: 40px solid #c2d6c8;
  position: relative;
  left: 0;
  padding: 0 20px;
  -webkit-transition: left 0.2s ease-out;
          transition: left 0.2s ease-out;
  /* =========
  Responsive slide out menu 
  ============ */ }
  /* line 22, ../scss/_base.scss */
  div#wrapper.slide-left {
    left: 280px; }
    /* line 24, ../scss/_base.scss */
    div#wrapper.slide-left nav#main-nav {
      left: 0; }
    /* line 29, ../scss/_base.scss */
    div#wrapper.slide-left a#menu-toggle span {
      height: 0; }
    /* line 32, ../scss/_base.scss */
    div#wrapper.slide-left a#menu-toggle span:before {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      top: -2px; }
    /* line 36, ../scss/_base.scss */
    div#wrapper.slide-left a#menu-toggle span:after {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      bottom: -2px; }

/* line 48, ../scss/_base.scss */
.header {
  padding: 10px 0;
  height: 110px;
  width: 100%;
  text-align: center; }

/* line 55, ../scss/_base.scss */
#logo {
  display: block;
  padding: 10px 0;
  margin: 0 auto;
  text-transform: uppercase;
  color: #212121;
  height: 100%;
  max-width: 100%;
  font-size: 1.6rem;
  letter-spacing: 1.8rem;
  line-height: 1;
  text-align: center;
  margin: 0; }
  /* line 68, ../scss/_base.scss */
  #logo img {
    width: auto;
    height: 100%; }

/* line 74, ../scss/_base.scss */
footer.footer {
  background: rgba(167, 201, 177, 0.6);
  border-top: 8px solid #a7c9b1;
  clear: both; }
  /* line 79, ../scss/_base.scss */
  footer.footer #footer-pages div {
    padding: 20px; }
  /* line 83, ../scss/_base.scss */
  footer.footer #footer-bottom {
    background: #a7c9b1;
    color: #666666;
    padding: 10px; }
    /* line 87, ../scss/_base.scss */
    footer.footer #footer-bottom .source-org {
      padding: 20px 0; }
  /* line 91, ../scss/_base.scss */
  footer.footer a {
    color: #3e79d2; }
  /* line 94, ../scss/_base.scss */
  footer.footer .footer-categories {
    padding-left: 10px; }
    /* line 96, ../scss/_base.scss */
    footer.footer .footer-categories li {
      list-style: none;
      display: inline;
      padding: 0 6px 0 9px; }
      /* line 100, ../scss/_base.scss */
      footer.footer .footer-categories li a {
        text-decoration: underline; }
      /* line 103, ../scss/_base.scss */
      footer.footer .footer-categories li:not(:last-child) {
        border-right: 1px solid #333333; }

/* line 109, ../scss/_base.scss */
div#content {
  clear: both; }

/* line 112, ../scss/_base.scss */
.box {
  padding: 20px; }

/* line 115, ../scss/_base.scss */
.page {
  max-width: 100%; }

/* line 119, ../scss/_base.scss */
article.post {
  border-top: 1px solid #acacac;
  padding: 20px 0; }
  /* line 122, ../scss/_base.scss */
  article.post a {
    text-decoration: underline; }
  /* line 125, ../scss/_base.scss */
  article.post img {
    max-width: 100%;
    height: auto; }
  /* line 130, ../scss/_base.scss */
  article.post figure.post-thumbnail img {
    max-width: 100%;
    height: auto; }
  /* line 135, ../scss/_base.scss */
  article.post footer.article-footer {
    position: relative; }

/* line 140, ../scss/_base.scss */
section#related {
  border-top: 1px solid #acacac;
  padding: 20px 0; }
  /* line 143, ../scss/_base.scss */
  section#related .related-article {
    float: left;
    width: 24%;
    margin-right: 1%; }
    /* line 147, ../scss/_base.scss */
    section#related .related-article img {
      width: 100%;
      height: auto; }

/* line 154, ../scss/_base.scss */
.stretched #next-post {
  position: absolute;
  bottom: 0; }

/* line 158, ../scss/_base.scss */
#next-post {
  border: 1px solid #acacac;
  border-width: 1px 0;
  padding: 10px 0 10px;
  width: 100%; }
  /* line 163, ../scss/_base.scss */
  #next-post > a {
    display: block; }
    /* line 165, ../scss/_base.scss */
    #next-post > a:first-child {
      border-bottom: 1px solid #acacac;
      margin-bottom: 10px;
      padding-bottom: 10px; }
  /* line 171, ../scss/_base.scss */
  #next-post a {
    text-decoration: none; }
  /* line 174, ../scss/_base.scss */
  #next-post h2 {
    font-size: 1.8rem;
    margin: 0; }
  /* line 178, ../scss/_base.scss */
  #next-post h3 {
    font-size: 1.4rem;
    text-transform: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%; }

/* line 189, ../scss/_base.scss */
div#main ul, div#main ol {
  padding-left: 40px; }
  /* line 191, ../scss/_base.scss */
  div#main ul li, div#main ol li {
    margin-bottom: 5px; }
/* line 196, ../scss/_base.scss */
div#main ul li {
  list-style: disc; }
/* line 201, ../scss/_base.scss */
div#main ol li {
  list-style: decimal; }

/*********************
COMMENTS
*********************/
/* line 211, ../scss/_base.scss */
#comments {
  border-top: 1px solid #acacac;
  margin-top: 20px;
  padding: 20px 0; }

/* line 217, ../scss/_base.scss */
.comment {
  clear: both;
  padding: 10px 0;
  border-bottom: 1px solid #acacac;
  position: relative; }

/* line 223, ../scss/_base.scss */
.avatar-pic {
  float: left;
  margin: 0 10px 0 0; }

/* line 228, ../scss/_base.scss */
#comment-nav {
  clear: both; }

/* line 231, ../scss/_base.scss */
footer.comment-footer {
  position: absolute;
  bottom: 10px;
  padding-left: 90px;
  width: 100%; }

/*********************
SIDEBAR
*********************/
/* line 242, ../scss/_base.scss */
.sidebar {
  height: 100%; }

/* line 245, ../scss/_base.scss */
aside {
  border-bottom: 1px solid #acacac;
  padding-bottom: 10px;
  margin-bottom: 20px;
  width: 100%;
  clear: both; }
  /* line 252, ../scss/_base.scss */
  aside .textwidget li {
    display: inline-block; }
    /* line 254, ../scss/_base.scss */
    aside .textwidget li [class^="icon-"], aside .textwidget li [class*=" icon-"] {
      background: #c2d6c8;
      float: left;
      color: white;
      padding: 12px;
      font-size: 4.4rem;
      text-align: center; }

/* line 267, ../scss/_base.scss */
.widget.widget_search input#s {
  margin-top: 0; }
/* line 270, ../scss/_base.scss */
.widget.widget_search input[type="submit"] {
  display: none; }
/* line 274, ../scss/_base.scss */
.widget.widget_recent_comments {
  display: none; }

/* line 282, ../scss/_base.scss */
div#footer-asides {
  clear: both; }
  /* line 284, ../scss/_base.scss */
  div#footer-asides aside {
    background: #333333;
    color: #acacac;
    border-bottom: 1px solid #666666; }
    /* line 288, ../scss/_base.scss */
    div#footer-asides aside .widgettitle {
      color: white; }

/* line 294, ../scss/_base.scss */
.alignleft, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

/* line 299, ../scss/_base.scss */
.alignright, img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

/* line 304, ../scss/_base.scss */
.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

/* line 311, ../scss/_base.scss */
.float-left {
  float: left; }

/* line 314, ../scss/_base.scss */
.float-right {
  float: right; }

/*********************
CATEGORIES PAGE
*********************/
/* line 326, ../scss/_base.scss */
#categories-list a {
  display: inline-block;
  width: 100%; }
  /* line 329, ../scss/_base.scss */
  #categories-list a img {
    width: 100%;
    height: auto; }

/*********************
INSTAGRAM WIDGET
*********************/
/* line 342, ../scss/_base.scss */
ul.instagram-pics li {
  width: 50%;
  display: block;
  float: left;
  padding: 2px; }
  /* line 348, ../scss/_base.scss */
  ul.instagram-pics li a img {
    max-width: 100%;
    height: auto; }

/*********************
FORM STYLES
*********************/
/* line 361, ../scss/_base.scss */
form fieldset {
  clear: both; }
/* line 364, ../scss/_base.scss */
form label {
  clear: both;
  display: block;
  width: 100%; }
  /* line 368, ../scss/_base.scss */
  form label.display-inline {
    clear: none;
    display: inline-block;
    width: auto; }
/* line 374, ../scss/_base.scss */
form input {
  clear: left; }
/* line 382, ../scss/_base.scss */
form input[type="text"],
form input[type="email"],
form input[type="password"],
form input[type="tel"],
form textarea {
  border: 1px solid #acacac;
  -webkit-appearance: none;
  border-radius: 0;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  width: 100%;
  max-width: 100%;
  padding: 5px;
  margin: 10px 0 10px;
  font-size: 1.6rem;
  color: #666666; }
  /* line 394, ../scss/_base.scss */
  form input[type="text"]::-webkit-input-placeholder,
  form input[type="email"]::-webkit-input-placeholder,
  form input[type="password"]::-webkit-input-placeholder,
  form input[type="tel"]::-webkit-input-placeholder,
  form textarea::-webkit-input-placeholder {
    color: #acacac; }
  /* line 397, ../scss/_base.scss */
  form input[type="text"]::-moz-placeholder,
  form input[type="email"]::-moz-placeholder,
  form input[type="password"]::-moz-placeholder,
  form input[type="tel"]::-moz-placeholder,
  form textarea::-moz-placeholder {
    color: #acacac; }
  /* line 400, ../scss/_base.scss */
  form input[type="text"]:-ms-input-placeholder,
  form input[type="email"]:-ms-input-placeholder,
  form input[type="password"]:-ms-input-placeholder,
  form input[type="tel"]:-ms-input-placeholder,
  form textarea:-ms-input-placeholder {
    color: #acacac; }
/* line 405, ../scss/_base.scss */
form input[type="submit"],
form input[type="button"] {
  background: #c2d6c8;
  border-radius: 2px;
  padding: 10px 20px;
  border: none;
  -webkit-appearance: none;
  float: right;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  color: #fff;
  clear: both; }

/*
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*/
@media only screen and (min-width: 481px) {
  /*********************
  CATEGORIES PAGE
  *********************/
  /* line 6, ../scss/_481up.scss */
  #categories-list a {
    width: 49%; } }
/*
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 768px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Grid Stylesheet
  
  I've seperated the grid so you can swap it out easily. It's
  called at the top the style.scss stylesheet.
  
  There are a ton of grid solutions out there. You should definitely
  experiment with your own. Here are some recommendations:
  
  http://gridsetapp.com - Love this site. Responsive Grids made easy.
  http://susy.oddbird.net/ - Grids using Compass. Very elegant.
  http://gridpak.com/ - Create your own responsive grid.
  
  The grid below is a combination of the 1140 grid and Twitter Boostrap. 
  I liked 1140 but Boostrap's grid was way more detailed so I merged them 
  together, let's see how this works out. If you want to use 1140, the original 
  values are commented out on each line.
  
  ******************************************************************/
  /* line 24, ../scss/_grid.scss */
  .col1 {
    width: 5.801104972%; }

  /* 4.85%;  } /* grid_1  */
  /* line 25, ../scss/_grid.scss */
  .col2 {
    width: 14.364640883%; }

  /* 13.45%; } /* grid_2  */
  /* line 26, ../scss/_grid.scss */
  .col3 {
    width: 22.928176794%; }

  /* 22.05%; } /* grid_3  */
  /* line 27, ../scss/_grid.scss */
  .col4 {
    width: 31.491712705%; }

  /* 30.75%; } /* grid_4  */
  /* line 28, ../scss/_grid.scss */
  .col5 {
    width: 40.055248616%; }

  /* 39.45%; } /* grid_5  */
  /* line 29, ../scss/_grid.scss */
  .col6 {
    width: 48.618784527%; }

  /* 48%;    } /* grid_6  */
  /* line 30, ../scss/_grid.scss */
  .col7 {
    width: 57.182320438000005%; }

  /* 56.75%; } /* grid_7  */
  /* line 31, ../scss/_grid.scss */
  .col8 {
    width: 65.74585634900001%; }

  /* 65.4%;  } /* grid_8  */
  /* line 32, ../scss/_grid.scss */
  .col9 {
    width: 74.30939226%; }

  /* 74.05%; } /* grid_9  */
  /* line 33, ../scss/_grid.scss */
  .col10 {
    width: 82.87292817100001%; }

  /* 82.7%;  } /* grid_10 */
  /* line 34, ../scss/_grid.scss */
  .col11 {
    width: 91.436464082%; }

  /* 91.35%; } /* grid_11 */
  /* line 35, ../scss/_grid.scss */
  .col12 {
    width: 99.999999993%; }

  /* 100%;   } /* grid_12 */
  /* line 38, ../scss/_grid.scss */
  [class^="col"], [class*=" col"] {
    position: relative;
    float: left;
    margin-left: 2.762430939%; }

  /* line 44, ../scss/_grid.scss */
  .first {
    margin-left: 0; }

  /* line 48, ../scss/_grid.scss */
  .last {
    float: right; }

  /* line 1, ../scss/_768up.scss */
  body {
    border-top: 10px solid #c2d6c8; }

  /* line 4, ../scss/_768up.scss */
  div#wrapper {
    padding: 0 40px;
    border-top: none; }

  /*********************
  HEADER STYLES
  *********************/
  /* line 12, ../scss/_768up.scss */
  .header {
    height: 180px; }

  /* line 15, ../scss/_768up.scss */
  .inner {
    max-width: 1020px;
    margin: 0 auto; }

  /* line 19, ../scss/_768up.scss */
  #logo {
    width: 450px;
    font-size: 2.6rem;
    letter-spacing: 3.7rem;
    padding: 20px 0;
    margin: 0 auto; }
    /* line 25, ../scss/_768up.scss */
    #logo img {
      width: 100%;
      max-width: 100%;
      height: auto; }

  /*********************
  NAVIGATION STYLES
  *********************/
  /* line 35, ../scss/_768up.scss */
  a#menu-toggle {
    display: none; }

  /* line 39, ../scss/_768up.scss */
  nav#main-nav {
    background: none;
    color: #212121;
    float: left;
    height: auto;
    z-index: 1;
    position: absolute;
    left: auto;
    top: auto;
    width: auto; }
  /* line 50, ../scss/_768up.scss */
  nav .nav {
    font-size: 0;
    /* Target just the Header menu */ }
    /* line 53, ../scss/_768up.scss */
    nav .nav li {
      text-align: left;
      vertical-align: top; }
      /* line 56, ../scss/_768up.scss */
      nav .nav li a {
        background: none;
        text-transform: none;
        display: inline-block;
        color: #212121;
        letter-spacing: 0;
        text-decoration: none;
        padding: 10px;
        font-size: 1.4rem; }
    /* line 68, ../scss/_768up.scss */
    nav .nav.top-nav li {
      border-bottom: none;
      width: 200px; }
      /* line 71, ../scss/_768up.scss */
      nav .nav.top-nav li:not(:last-child) {
        border-right: none; }
      /* line 74, ../scss/_768up.scss */
      nav .nav.top-nav li a {
        text-decoration: underline;
        color: #212121;
        padding: 5px 0px; }
      /* line 81, ../scss/_768up.scss */
      nav .nav.top-nav li.menu-item-has-children, nav .nav.top-nav li.page_item_has_children {
        position: relative; }
        /* line 83, ../scss/_768up.scss */
        nav .nav.top-nav li.menu-item-has-children > a, nav .nav.top-nav li.page_item_has_children > a {
          position: relative; }
          /* line 86, ../scss/_768up.scss */
          nav .nav.top-nav li.menu-item-has-children > a:before, nav .nav.top-nav li.menu-item-has-children > a:after, nav .nav.top-nav li.page_item_has_children > a:before, nav .nav.top-nav li.page_item_has_children > a:after {
            background: #acacac;
            height: 2px;
            width: 10px;
            display: block;
            content: '';
            position: absolute;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                    transform: rotate(45deg);
            top: 20px;
            right: 16px; }
          /* line 97, ../scss/_768up.scss */
          nav .nav.top-nav li.menu-item-has-children > a:after, nav .nav.top-nav li.page_item_has_children > a:after {
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                    transform: rotate(-45deg);
            right: 10px; }
        /* line 102, ../scss/_768up.scss */
        nav .nav.top-nav li.menu-item-has-children ul.children, nav .nav.top-nav li.page_item_has_children ul.children {
          display: none;
          position: absolute;
          left: 100%;
          width: 100%;
          top: 0; }
          /* line 108, ../scss/_768up.scss */
          nav .nav.top-nav li.menu-item-has-children ul.children li, nav .nav.top-nav li.page_item_has_children ul.children li {
            display: block;
            clear: both; }
            /* line 109, ../scss/_768up.scss */
            nav .nav.top-nav li.menu-item-has-children ul.children li:not(:last-of-type), nav .nav.top-nav li.page_item_has_children ul.children li:not(:last-of-type) {
              border-bottom: 1px solid white;
              border-right: none; }
              /* line 112, ../scss/_768up.scss */
              nav .nav.top-nav li.menu-item-has-children ul.children li:not(:last-of-type) ul.sub-menu, nav .nav.top-nav li.page_item_has_children ul.children li:not(:last-of-type) ul.sub-menu {
                position: absolute;
                left: 100%;
                top: 0; }
            /* line 122, ../scss/_768up.scss */
            nav .nav.top-nav li.menu-item-has-children ul.children li.menu-item-has-children > a:before, nav .nav.top-nav li.menu-item-has-children ul.children li.menu-item-has-children > a:after, nav .nav.top-nav li.page_item_has_children ul.children li.menu-item-has-children > a:before, nav .nav.top-nav li.page_item_has_children ul.children li.menu-item-has-children > a:after {
              top: 17px; }
            /* line 125, ../scss/_768up.scss */
            nav .nav.top-nav li.menu-item-has-children ul.children li.menu-item-has-children > a:after, nav .nav.top-nav li.page_item_has_children ul.children li.menu-item-has-children > a:after {
              right: 16px;
              top: 23px; }
        /* line 136, ../scss/_768up.scss */
        nav .nav.top-nav li.menu-item-has-children:hover ul.children, nav .nav.top-nav li.page_item_has_children:hover ul.children {
          display: block; }
          /* line 140, ../scss/_768up.scss */
          nav .nav.top-nav li.menu-item-has-children:hover ul.children li:hover ul.sub-menu, nav .nav.top-nav li.page_item_has_children:hover ul.children li:hover ul.sub-menu {
            display: block; }

  /* line 154, ../scss/_768up.scss */
  footer.footer #footer-pages {
    padding: 20px; }
    /* line 158, ../scss/_768up.scss */
    footer.footer #footer-pages div:first-child {
      padding-right: 0; }
    /* line 161, ../scss/_768up.scss */
    footer.footer #footer-pages div:last-child {
      border-left: 1px solid #acacac; }
  /* line 167, ../scss/_768up.scss */
  footer.footer #footer-bottom .source-org {
    padding: 0; }
  /* line 171, ../scss/_768up.scss */
  footer.footer .footer-categories {
    padding-left: 40px; }

  /* line 176, ../scss/_768up.scss */
  div#content {
    min-height: 400px; }

  /*********************
  POSTS
  *********************/
  /* line 186, ../scss/_768up.scss */
  article.post figure.post-thumbnail {
    float: left;
    margin-right: 3%; }
  /* line 194, ../scss/_768up.scss */
  article.post .post-copy h1 {
    margin-bottom: 5px; }
  /* line 198, ../scss/_768up.scss */
  article.post .post-date {
    font-size: 0.9rem;
    color: #acacac; }
  /* line 203, ../scss/_768up.scss */
  article .article-footer a {
    text-transform: uppercase;
    color: #acacac; }

  /*********************
  CATEGORIES PAGE
  *********************/
  /* line 216, ../scss/_768up.scss */
  #categories-list a {
    max-width: 25%; }

  /*********************
  WIDGETS
  *********************/
  /* line 228, ../scss/_768up.scss */
  .widget.widget_recent_comments {
    display: block; }

  /* line 232, ../scss/_768up.scss */
  div#footer-asides {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    /* line 234, ../scss/_768up.scss */
    div#footer-asides aside {
      background: #333333;
      color: #acacac;
      border-bottom: none; }
      /* line 238, ../scss/_768up.scss */
      div#footer-asides aside:not(:last-child) {
        border-right: 1px solid #666666; }
      /* line 241, ../scss/_768up.scss */
      div#footer-asides aside .widgettitle {
        color: white; } }
/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 1030px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Desktop Stylsheet
  
  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop. 
  
  ******************************************************************/
  /* line 16, ../scss/_1030up.scss */
  #logo {
    width: 500px; } }
/*
LARGE VIEWING SIZE
This is for the large monitors
*/
@media only screen and (min-width: 1240px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Large Monitor Stylesheet
  
  You can add some advanced styles here if you like. This kicks in
  on larger screens.
  
  ******************************************************************/
  /* line 12, ../scss/_1240up.scss */
  .box {
    padding: 20px 40px; } }
/*
SUPERLARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1640px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Super Large Monitor Stylesheet
  
  You can add some advanced styles here if you like. This kicks in
  on larger screens.
  
  ******************************************************************/
  /* line 15, ../scss/_1640up.scss */
  .box {
    padding: 40px 80px; } }
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
@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) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Retina Screens & Devices Stylesheet
  
  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.
  
  ******************************************************************/
  /* 
  
  EXAMPLE 
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:
  
  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(http://allthingsstationery.co.uk/wp-content/themes/ats/library/css/img/test.png) no-repeat;
  }
  
  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:
  
  .icon {
  	background: url(http://allthingsstationery.co.uk/wp-content/themes/ats/library/css/img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }
  
  So, you would create the same icon, but at double the resolution, meaning 
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go. 
  
  */ }
/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Print Stylesheet
  
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/
  /* line 15, ../scss/_print.scss */
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
            filter: none !important;
    -ms-filter: none !important; }

  /* line 23, ../scss/_print.scss */
  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    /* line 28, ../scss/_print.scss */
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    /* line 33, ../scss/_print.scss */
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }

  /* line 40, ../scss/_print.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

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

  /* line 49, ../scss/_print.scss */
  thead {
    display: table-header-group; }

  /* line 53, ../scss/_print.scss */
  tr, img {
    page-break-inside: avoid; }

  /* line 57, ../scss/_print.scss */
  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }

  /* line 65, ../scss/_print.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  /* line 71, ../scss/_print.scss */
  h2,
  h3 {
    page-break-after: avoid; }

  /* line 80, ../scss/_print.scss */
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }