@charset "UTF-8";
/*!
 Theme Name:    Spigot
 Theme URI:    	http://channelsignaldesign.com/
 Author:        Spigot
 Author URI:    http://channelsignaldesign.com/
 Description:   Description: A custom theme built on the rock-solid Hybrid Core theme framework. It's built with search-engine optimization (SEO) in mind by utilizing the most current HTML5 conventions and <a href="http://schema.org">Schema.org</a> microdata.
 Version:       12.0
 Text Domain: 	channelsignal
 License:     	GNU General Public License v2.0 or later
 License URI: 	http://www.gnu.org/licenses/gpl-2.0.html
*/
/*
 * Mixins
 *
 * Mixin dump
 *
 */
/**
 * Create a fully formed type style (sizing and vertical rhythm) by passing in a
 * single value, e.g.:
 *
 * `@include font-size(10px);`
 *
 * https://github.com/csswizardry/inuit.css/blob/master/generic/_mixins.scss
 *
 */
/*
 * Colors
 *
 *
 */
/*
 * Typography
 *
 *
 */
/*
 * States
 *
 *
 */
/*
 * Utilities
 *
 * @package   Sass Stylesheet
 * @version   1.0
 *
 */
/* line 11, scss/settings/_utilities.scss */
.group {
  *zoom: 1;
}
/* line 26, scss/settings/_mixins.scss */
.group:before, .group:after {
  display: table;
  content: "";
}
/* line 31, scss/settings/_mixins.scss */
.group:after {
  clear: both;
}

/* line 15, scss/settings/_utilities.scss */
.hide {
  display: none;
}

/* line 19, scss/settings/_utilities.scss */
.alignleft,
.left {
  float: left;
  margin-right: 20px;
}

/* line 24, scss/settings/_utilities.scss */
.alignright,
.right {
  float: right;
  margin-left: 20px;
}

/* line 29, scss/settings/_utilities.scss */
.aligncenter,
.center {
  display: block;
  margin: 0 auto 24px auto;
}

/* line 34, scss/settings/_utilities.scss */
.alignnone,
.block {
  clear: both;
  margin: 0 0 24px 0;
}

/* line 40, scss/settings/_utilities.scss */
img.alignleft,
img.alignright {
  display: inline;
}

/* line 44, scss/settings/_utilities.scss */
span.show-template {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* line 48, scss/settings/_utilities.scss */
.screen-reader-text, .assistive-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
/* line 52, scss/settings/_utilities.scss */
.screen-reader-text .entry-title, .assistive-text .entry-title {
  display: none;
}

@media print {
  /* line 61, scss/settings/_utilities.scss */
  *, html, body, #main {
    background: transparent !important;
    color: #000 !important;
  }

  /* line 61, scss/settings/_utilities.scss */
  a, a:visited {
    text-decoration: underline;
  }

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

  /* line 61, scss/settings/_utilities.scss */
  thead {
    display: table-header-group;
  }

  /* line 61, scss/settings/_utilities.scss */
  tr, img {
    page-break-inside: avoid;
  }

  /* line 61, scss/settings/_utilities.scss */
  img {
    max-width: 100% !important;
    border: 1px solid #000;
    margin: 20px 0;
  }

  /* line 61, scss/settings/_utilities.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 61, scss/settings/_utilities.scss */
  h2, h3 {
    page-break-after: avoid;
  }

  /* line 61, scss/settings/_utilities.scss */
  header, #sidebar-primary, #sidebar-subsidiary, #comments-template, footer, .entry-meta {
    display: none;
  }

  /* line 61, scss/settings/_utilities.scss */
  h1, h2, h3, h4, h5, h6, p, li, em {
    font-family: Helvetica, Arial, sans-serif;
    text-transform: none;
  }

  /* line 61, scss/settings/_utilities.scss */
  h1 {
    font-size: 20px;
  }

  /* line 61, scss/settings/_utilities.scss */
  h2 {
    font-size: 18px;
  }

  /* line 61, scss/settings/_utilities.scss */
  h3, h4, h5, h6 {
    font-size: 15px;
  }

  /* line 61, scss/settings/_utilities.scss */
  p, ul li, li, ul li a {
    font-size: 12px !important;
  }
}
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
/* line 8, scss/base/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
/* line 18, scss/base/_normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
/* line 31, scss/base/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
/* line 50, scss/base/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
/* line 61, scss/base/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 70, scss/base/_normalize.scss */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
/* line 79, scss/base/_normalize.scss */
template,
[hidden] {
  display: none;
}

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

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
/* line 100, scss/base/_normalize.scss */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 113, scss/base/_normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
/* line 123, scss/base/_normalize.scss */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 132, scss/base/_normalize.scss */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
/* line 141, scss/base/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 150, scss/base/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
/* line 159, scss/base/_normalize.scss */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
/* line 168, scss/base/_normalize.scss */
small {
  font-size: 80%;
}

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

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

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

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
/* line 200, scss/base/_normalize.scss */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
/* line 208, scss/base/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 220, scss/base/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
/* line 232, scss/base/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 241, scss/base/_normalize.scss */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */
/* line 254, scss/base/_normalize.scss */
button,
input,
select,
textarea {
  font: inherit;
}

/**
 * Restore the font weight unset by the previous rule.
 */
/* line 265, scss/base/_normalize.scss */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */
/* line 275, scss/base/_normalize.scss */
button,
input,
select {
  /* 2 */
  overflow: visible;
}

/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */
/* line 286, scss/base/_normalize.scss */
button,
input,
select,
textarea {
  /* 1 */
  margin: 0;
}

/**
 * Remove the inheritence of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritence of text transform in Firefox.
 */
/* line 298, scss/base/_normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Change the cursor in all browsers (opinionated).
 */
/* line 307, scss/base/_normalize.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
/* line 318, scss/base/_normalize.scss */
[disabled] {
  cursor: default;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS.
 */
/* line 328, scss/base/_normalize.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 339, scss/base/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 349, scss/base/_normalize.scss */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
/* line 358, scss/base/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/* line 371, scss/base/_normalize.scss */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
/* line 384, scss/base/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
/* line 393, scss/base/_normalize.scss */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 403, scss/base/_normalize.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
/* line 412, scss/base/_normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
}

/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
/* line 421, scss/base/_normalize.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Site
 *
 * Basic reset from inuitcss to complement normalize.css.
 * https://github.com/inuitcss/generic.reset
 *
 */
/**
* As well as using normalize.css, it is often advantageous to remove all
* margins from certain elements.
*/
/* line 13, scss/base/_reset.scss */
body,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
form, fieldset, legend,
figure,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0;
}

/**
 * Give a help cursor to elements that give extra info on `:hover`.
 */
/* line 28, scss/base/_reset.scss */
abbr[title],
dfn[title] {
  cursor: help;
}

/**
 * Remove underlines from potentially troublesome elements.
 */
/* line 36, scss/base/_reset.scss */
u,
ins {
  text-decoration: none;
}

/**
 * Apply faux underlines to inserted text via `border-bottom`.
 */
/* line 44, scss/base/_reset.scss */
ins {
  border-bottom: 1px solid;
}

/* line 5, scss/base/_site.scss */
html {
  font-size: 1em;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

/* line 15, scss/base/_site.scss */
body {
  font-family: "Proxima Nova", Helvetica, sans-serif;
  color: #0a1d3d;
  line-height: 1.5;
  font-style: normal;
  background-color: #f2f1ee;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 25, scss/base/_site.scss */
.site {
  overflow: hidden;
}

/*
 * Box Sizing
 *
 * Set the global `box-sizing` state to `border-box`.
 *
 */
/* line 8, scss/base/_box-sizing.scss */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 13, scss/base/_box-sizing.scss */
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

/* line 6, scss/base/_scaffolding.scss */
.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width: 1200px) {
  /* line 6, scss/base/_scaffolding.scss */
  .wrapper {
    padding: 0;
  }
}

/* line 16, scss/base/_scaffolding.scss */
.content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
@media (min-width: 640px) {
  /* line 25, scss/base/_scaffolding.scss */
  .layout-2c-l .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
}
/* line 33, scss/base/_scaffolding.scss */
.layout-2c-l .content article {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 66.6666%;
  flex: 0 1 66.6666%;
  padding: 24px;
}
/* line 38, scss/base/_scaffolding.scss */
.layout-2c-l .content aside {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 33.3333%;
  flex: 0 1 33.3333%;
  padding: 48px;
}
/* line 47, scss/base/_scaffolding.scss */
.layout-1c .content .page {
  border-top: 3px solid #f9f8f7;
}
@media (min-width: 960px) {
  /* line 47, scss/base/_scaffolding.scss */
  .layout-1c .content .page {
    padding: 24px;
  }
}

@font-face {
  font-family: 'Capita Light';
  src: url("fonts/capita/CapitaLig-webfont.eot");
  src: url("fonts/capita/CapitaLig-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/capita/CapitaLig-webfont.woff2") format("woff2"), url("fonts/capita/CapitaLig-webfont.woff") format("woff"), url("fonts/capita/CapitaLig-webfont.ttf") format("truetype"), url("fonts/capita/CapitaLig-webfont.svg#capitalight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Capita Light Italic';
  src: url("fonts/capita/CapitaLigIta-webfont.eot");
  src: url("fonts/capita/CapitaLigIta-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/capita/CapitaLigIta-webfont.woff2") format("woff2"), url("fonts/capita/CapitaLigIta-webfont.woff") format("woff"), url("fonts/capita/CapitaLigIta-webfont.ttf") format("truetype"), url("fonts/capita/CapitaLigIta-webfont.svg#capitalight_italic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova Bold';
  src: url("fonts/proxima-nova/proximanova-semibold-webfont.eot");
  src: url("fonts/proxima-nova/proximanova-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/proxima-nova/proximanova-semibold-webfont.woff2") format("woff2"), url("fonts/proxima-nova/proximanova-semibold-webfont.woff") format("woff"), url("fonts/proxima-nova/proximanova-semibold-webfont.ttf") format("truetype"), url("fonts/proxima-nova/proximanova-semibold-webfont.svg#proxima_novasemibold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova Italic';
  src: url("fonts/proxima-nova/proximanova-regularit-webfont.eot");
  src: url("fonts/proxima-nova/proximanova-regularit-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/proxima-nova/proximanova-regularit-webfont.woff2") format("woff2"), url("fonts/proxima-nova/proximanova-regularit-webfont.woff") format("woff"), url("fonts/proxima-nova/proximanova-regularit-webfont.ttf") format("truetype"), url("fonts/proxima-nova/proximanova-regularit-webfont.svg#proxima_novaitalic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url("fonts/proxima-nova/proximanova-regular-webfont.eot");
  src: url("fonts/proxima-nova/proximanova-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/proxima-nova/proximanova-regular-webfont.woff2") format("woff2"), url("fonts/proxima-nova/proximanova-regular-webfont.woff") format("woff"), url("fonts/proxima-nova/proximanova-regular-webfont.ttf") format("truetype"), url("fonts/proxima-nova/proximanova-regular-webfont.svg#proxima_novaregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 5, scss/base/_typography.scss */
p {
  margin-bottom: 24px;
}

/* line 13, scss/base/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "Capita Light", serif;
  font-weight: 200;
  color: #0a1d3d;
  text-rendering: optimizelegibility;
  margin-bottom: 24px;
  line-height: 1.2;
}

/* line 23, scss/base/_typography.scss */
h1 {
  font-size: 30px;
  font-size: 1.875rem;
}

/* line 27, scss/base/_typography.scss */
h2 {
  font-size: 27px;
  font-size: 1.6875rem;
}

/* line 35, scss/base/_typography.scss */
.entry-content ul, .entry-content ol {
  padding-left: 48px;
  margin: 24px 0;
}

/*
 * Links
 *
 *
 */
/* line 8, scss/base/_links.scss */
a {
  color: #5fbecf;
  text-decoration: none;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

/* line 13, scss/base/_links.scss */
a:hover {
  color: #349bad;
  text-decoration: none;
}

/* line 20, scss/base/_links.scss */
h1 a, h2 a, h3 a, h4 a, h5 a {
  color: #0a1d3d;
}

/* line 27, scss/base/_links.scss */
.social-links {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
/* line 34, scss/base/_links.scss */
.social-links__item {
  margin: 0 6px;
}
/* line 36, scss/base/_links.scss */
.social-links__item svg {
  fill: #7a6185;
  width: 30px;
  height: 30px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
/* line 42, scss/base/_links.scss */
.social-links__item svg:hover {
  fill: #fe9375;
}

/* line 5, scss/components/_site-head.scss */
.site-header {
  background-color: white;
  border-bottom: 3px solid rgba(255, 255, 255, 0.5);
  background-clip: padding-box;
  position: relative;
  z-index: 100;
  margin-bottom: -3px;
}

/* line 15, scss/components/_site-head.scss */
.site-title {
  padding: 30px 0;
  margin: 0;
  line-height: 1;
}

/* line 21, scss/components/_site-head.scss */
.site-nav__logo {
  width: 225px;
  height: 18px;
  fill: #0a1d3d;
}
@media (min-width: 640px) {
  /* line 21, scss/components/_site-head.scss */
  .site-nav__logo {
    width: 400px;
    height: 27px;
  }
}

/* line 5, scss/components/_site-nav.scss */
.site-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 27px 20px;
  position: relative;
}
@media (min-width: 1200px) {
  /* line 5, scss/components/_site-nav.scss */
  .site-nav {
    padding: 27px 0;
  }
}
/* line 19, scss/components/_site-nav.scss */
.site-nav__home {
  display: block;
  height: 19.5px;
  width: 225px;
  position: relative;
  z-index: 1001;
}
@media (min-width: 1040px) {
  /* line 19, scss/components/_site-nav.scss */
  .site-nav__home {
    height: 26px;
  }
}
/* line 32, scss/components/_site-nav.scss */
.site-nav__list {
  list-style: none;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  height: 0;
  position: absolute;
  width: 100%;
  top: 70px;
  left: 0;
  padding-top: 2em;
  background-color: #7a6185;
  text-align: left;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
@media (min-width: 960px) {
  /* line 32, scss/components/_site-nav.scss */
  .site-nav__list {
    visibility: visible;
    opacity: 1;
    height: auto;
    width: auto;
    background-color: transparent;
    position: relative;
    width: auto;
    padding-top: 0;
    top: 0;
    padding-right: 48px;
  }
}
/* line 65, scss/components/_site-nav.scss */
.open .site-nav__list {
  visibility: visible;
  opacity: 1;
  height: 100vh;
}
/* line 73, scss/components/_site-nav.scss */
.site-nav__item {
  position: relative;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
}
@media (min-width: 1040px) {
  /* line 73, scss/components/_site-nav.scss */
  .site-nav__item {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (min-width: 960px) {
  /* line 73, scss/components/_site-nav.scss */
  .site-nav__item {
    display: inline-block;
    padding: 3px 0;
  }
}
/* line 92, scss/components/_site-nav.scss */
.site-nav__item > a {
  color: white;
  display: block;
  padding: .375em 1em .25em;
}
@media (min-width: 960px) {
  /* line 92, scss/components/_site-nav.scss */
  .site-nav__item > a {
    background-color: transparent;
    color: #0a1d3d;
    border-radius: 3px;
  }
}
/* line 95, scss/components/_site-nav.scss */
.site-nav__item > a:hover {
  background-color: #fe9375;
  color: white;
}
/* line 100, scss/components/_site-nav.scss */
.site-nav__item--active > a {
  background-color: #fe9375;
  color: white;
}
/* line 104, scss/components/_site-nav.scss */
.open .site-nav__item {
  font-size: 16px;
  font-size: 1rem;
  font-weight: lighter;
}
/* line 112, scss/components/_site-nav.scss */
.site-nav__item:hover {
  visibility: inherit;
}
/* line 115, scss/components/_site-nav.scss */
.site-nav__item:hover > ul {
  z-index: 99;
  visibility: visible;
  opacity: 1;
}
@media (min-width: 960px) {
  /* line 115, scss/components/_site-nav.scss */
  .site-nav__item:hover > ul {
    top: 35px;
  }
}
@media (min-width: 960px) {
  /* line 128, scss/components/_site-nav.scss */
  .site-nav__item:hover > ul ul {
    top: 0;
  }
}
/* line 138, scss/components/_site-nav.scss */
.site-nav__sub-menu {
  list-style: none;
}
@media (min-width: 960px) {
  /* line 138, scss/components/_site-nav.scss */
  .site-nav__sub-menu {
    background-color: white;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.35);
    opacity: 0;
    position: absolute;
    top: -999em;
    visibility: hidden;
    width: 15em;
    margin-left: -7.5em;
    left: 50%;
    border-radius: 3px;
    overflow: hidden;
  }
}
/* line 156, scss/components/_site-nav.scss */
.site-nav__sub-menu__item {
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 960px) {
  /* line 156, scss/components/_site-nav.scss */
  .site-nav__sub-menu__item {
    text-align: center;
  }
}
/* line 164, scss/components/_site-nav.scss */
.site-nav__sub-menu__item > a {
  color: white;
  display: block;
  padding: .375em 1em .25em;
  padding-left: 32px;
}
@media (min-width: 960px) {
  /* line 164, scss/components/_site-nav.scss */
  .site-nav__sub-menu__item > a {
    background-color: transparent;
    color: #0a1d3d;
    border-radius: 3px;
  }
}
@media (min-width: 960px) {
  /* line 164, scss/components/_site-nav.scss */
  .site-nav__sub-menu__item > a {
    border-radius: 0;
    padding: .375em 1em .25em;
  }
}
/* line 175, scss/components/_site-nav.scss */
.site-nav__sub-menu__item > a:hover {
  background-color: #fe9375;
  color: white;
}

/* line 5, scss/components/_site-footer.scss */
.instafeed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 10, scss/components/_site-footer.scss */
.site-footer {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #1b0a05;
  color: #754132;
  padding: 24px 0;
}
/* line 19, scss/components/_site-footer.scss */
.site-footer svg {
  fill: #fe9375;
  width: 30px;
  height: 27px;
}
/* line 24, scss/components/_site-footer.scss */
.site-footer svg:hover {
  fill: #7a6185;
}
/* line 29, scss/components/_site-footer.scss */
.site-footer a {
  color: #754132;
  text-decoration: underline;
}
/* line 33, scss/components/_site-footer.scss */
.site-footer a:hover {
  color: #fe9375;
}
/* line 38, scss/components/_site-footer.scss */
.site-footer .credit {
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 12px;
}

/* line 7, scss/components/_site-meta.scss */
.site-meta {
  background-color: white;
  text-align: center;
  padding: 48px 0;
  margin-bottom: 48px;
}
/* line 13, scss/components/_site-meta.scss */
.site-meta .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}
@media (min-width: 640px) {
  /* line 13, scss/components/_site-meta.scss */
  .site-meta .wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
/* line 25, scss/components/_site-meta.scss */
.site-meta .site-intro {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 24px 48px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  border: 1px solid #fe9375;
}
@media (min-width: 640px) {
  /* line 25, scss/components/_site-meta.scss */
  .site-meta .site-intro {
    width: 66.66666%;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 66.66666%;
    flex: 0 1 66.66666%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
/* line 44, scss/components/_site-meta.scss */
.site-meta .site-author {
  width: 100%;
  min-height: 150px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding: 0 24px;
  padding-bottom: 24px;
}
@media (min-width: 640px) {
  /* line 44, scss/components/_site-meta.scss */
  .site-meta .site-author {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.33333%;
    flex: 0 1 33.33333%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-bottom: 0;
  }
}
/* line 61, scss/components/_site-meta.scss */
.site-meta .site-author img {
  width: 120px;
  height: 120px;
  border-radius: 200px;
  margin: 0 auto;
}

/*
 * Sidebars
 *
 * @package   Sass Stylesheet
 * @version   1.0
 *
 */
/* line 10, scss/components/_sidebars.scss */
.sidebar-primary ul {
  list-style: none;
}
/* line 13, scss/components/_sidebars.scss */
.sidebar-primary ul li {
  font-size: 14px;
  font-size: 0.875rem;
}
/* line 16, scss/components/_sidebars.scss */
.sidebar-primary ul li.current_page_item a {
  background-color: #7a6185;
  color: white;
  padding-left: 20px;
}
/* line 25, scss/components/_sidebars.scss */
.sidebar-primary ul a {
  color: #0a1d3d;
  display: block;
  padding: 5px;
  border-bottom: 1px solid #f2f1ee;
}
/* line 31, scss/components/_sidebars.scss */
.sidebar-primary ul a:hover {
  background-color: #7a6185;
  color: white;
  padding-left: 20px;
}
/* line 39, scss/components/_sidebars.scss */
.sidebar-primary .widget {
  margin-bottom: 24px;
}

/* line 44, scss/components/_sidebars.scss */
.widget-title {
  text-transform: uppercase;
  font-family: "Proxima Nova", Helvetica, sans-serif;
  color: #adadad;
  font-size: 16px;
  font-size: 1rem;
  padding-bottom: 12px;
  font-weight: bold;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 12px;
}

/* line 5, scss/components/_page-head.scss */
.page-head {
  padding: 48px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 10;
  background-size: cover;
  background-position: center;
  min-height: 370px;
  color: white;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
/* line 20, scss/components/_page-head.scss */
.page-head--home {
  min-height: 600px;
  position: relative;
  background-position: -60px center;
}
@media (min-width: 1200px) {
  /* line 20, scss/components/_page-head.scss */
  .page-head--home {
    background-position: center center;
  }
}
/* line 33, scss/components/_page-head.scss */
.page-head--bgimg {
  min-height: 269px;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
/* line 41, scss/components/_page-head.scss */
.page-head--bgimg:after {
  content: "";
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  overflow: hidden;
  max-width: 100%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: blur(20px);
  filter: blur(20px);
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
/* line 58, scss/components/_page-head.scss */
.page-head--bgimg .page-head__title {
  color: white;
}
/* line 63, scss/components/_page-head.scss */
.page-head__content {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 71, scss/components/_page-head.scss */
.page-head__headline {
  width: 100%;
  padding: 0;
  margin-bottom: 0;
}
/* line 83, scss/components/_page-head.scss */
.page-head__desc {
  color: white;
  font-size: 21px;
  font-size: 1.3125rem;
  font-family: "Capita Light Italic", serif;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}
/* line 89, scss/components/_page-head.scss */
.page-head__desc--post {
  color: white;
}
/* line 94, scss/components/_page-head.scss */
.page-head .post-title {
  color: white;
  margin-bottom: 12px;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}
/* line 100, scss/components/_page-head.scss */
.page-head .entry-terms {
  text-transform: uppercase;
  margin-bottom: 12px;
}
/* line 105, scss/components/_page-head.scss */
.page-head .entry-terms a {
  color: white;
}

/* line 5, scss/components/_buttons.scss */
.btn {
  border: none;
  background-color: #7a6185;
  color: white;
  display: inline-block;
  font-family: "Proxima Nova Bold", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  padding: .25em .5em;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
/* line 22, scss/settings/_states.scss */
.btn:hover {
  background-color: #fe9375;
  color: white;
}

/* line 10, scss/components/_buttons.scss */
.submit, .button {
  border: none;
  background-color: #7a6185;
  color: white;
  display: inline-block;
  font-family: "Proxima Nova Bold", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  padding: .25em .5em;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
/* line 22, scss/settings/_states.scss */
.submit:hover, .button:hover {
  background-color: #fe9375;
  color: white;
}

/*
 * Images
 *
 * @package   Sass Stylesheet
 * @version   1.0
 *
 */
/* line 9, scss/components/_images.scss */
img {
  max-width: 100%;
  height: auto;
  display: block;
  position: relative;
}

/* line 16, scss/components/_images.scss */
#wpstats {
  display: none;
}

/* line 21, scss/components/_images.scss */
.instafeed {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 16.66666vw;
  overflow: hidden;
}
/* line 27, scss/components/_images.scss */
.instafeed img {
  display: block;
  min-width: 100%;
  min-height: 100%;
}
/* line 33, scss/components/_images.scss */
.instafeed a {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 16.6666%;
  flex: 0 1 16.6666%;
  overflow: hidden;
  display: block;
}

/*
 * Figures & Captions
 *
 * @package   Sass Stylesheet
 * @version   1.0
 *
 */
/* line 9, scss/components/_figures.scss */
.wp-caption {
  position: relative;
}

/* line 11, scss/components/_figures.scss */
.wp-caption-text {
  padding: 0.75rem;
  font-size: 0.875rem;
}

/* line 16, scss/components/_figures.scss */
iframe, .embed-youtube, .embed-vimeo {
  margin-bottom: 2em;
}

/* line 8, scss/components/_forms.scss */
label {
  display: block;
  margin-bottom: 5px;
}

/* line 17, scss/components/_forms.scss */
select,
textarea,
input[type="text"],
input[type="email"],
input[type="search"],
input[type="tel"],
input[type="url"] {
  display: inline-block;
  height: auto;
  padding: .25em .5em;
  font-size: 18px;
  font-size: 1.125rem;
}

/* line 32, scss/components/_forms.scss */
textarea {
  height: auto;
}

/* line 37, scss/components/_forms.scss */
textarea,
input[type="text"],
input[type="email"],
input[type="search"],
input[type="tel"],
input[type="url"] {
  background-color: white;
  border: 1px solid #ccc;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  color: #adadad;
}
/* line 49, scss/components/_forms.scss */
textarea:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus {
  border-color: rgba(82, 168, 236, 0.8);
  background: white;
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 10px rgba(254, 147, 117, 0.35);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 10px rgba(254, 147, 117, 0.35);
  color: black;
  font-weight: 700;
}

/* line 61, scss/components/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 3px 0;
  line-height: normal;
  cursor: pointer;
}

/* line 69, scss/components/_forms.scss */
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

/* line 78, scss/components/_forms.scss */
.uneditable-textarea {
  width: auto;
  height: auto;
}

/* line 84, scss/components/_forms.scss */
select,
input[type="file"] {
  height: 28px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  line-height: 28px;
}

/* line 91, scss/components/_forms.scss */
select {
  width: 220px;
  border: 1px solid #bbb;
}

/* line 97, scss/components/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 107, scss/components/_forms.scss */
.radio,
.checkbox {
  min-height: 18px;
  padding-left: 18px;
}

/* line 112, scss/components/_forms.scss */
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}

/* line 119, scss/components/_forms.scss */
.mc_embed_signup {
  margin: 12px 0;
}
/* line 121, scss/components/_forms.scss */
.mc_embed_signup span {
  text-transform: uppercase;
}
/* line 125, scss/components/_forms.scss */
.mc_embed_signup input {
  background-color: #240d07;
  border: 1px solid rgba(254, 147, 117, 0.4);
  margin: 6px 0 12px;
  height: 38px;
  color: #754132;
  display: inline;
  vertical-align: top;
}
/* line 138, scss/components/_forms.scss */
.mc_embed_signup .email {
  border-right: none;
  width: 200px;
}
@media (min-width: 400px) {
  /* line 138, scss/components/_forms.scss */
  .mc_embed_signup .email {
    width: 260px;
  }
}
/* line 146, scss/components/_forms.scss */
.mc_embed_signup .email:focus {
  background-color: #1b0a05;
  border-color: #754132;
  color: #fe9375;
  font-weight: normal;
}
/* line 154, scss/components/_forms.scss */
.mc_embed_signup .button {
  width: 100px;
  color: #754132;
  margin-left: -4px;
}
/* line 47, scss/settings/_mixins.scss */
.mc_embed_signup ::-webkit-input-placeholder {
  color: #754132;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
}
/* line 48, scss/settings/_mixins.scss */
.mc_embed_signup :-moz-placeholder {
  color: #754132;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
}
/* line 49, scss/settings/_mixins.scss */
.mc_embed_signup ::-moz-placeholder {
  color: #754132;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
}
/* line 50, scss/settings/_mixins.scss */
.mc_embed_signup :-ms-input-placeholder {
  color: #754132;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
}

/*
 * Tables
 *
 * @package   Sass Stylesheet
 * @version   1.0
 *
 */
/* line 10, scss/components/_tables.scss */
table {
  max-width: 100%;
  background-color: white;
  border-collapse: collapse;
  border-spacing: 0;
}

/*
 * Pagination
 *
 * @package   Sass Stylesheet
 * @version   1.0
 *
 */
/* line 9, scss/components/_pagination.scss */
.pagination {
  margin: 80px 0;
  text-align: center;
}
/* line 13, scss/components/_pagination.scss */
.pagination ul {
  display: inline-block;
  background: white;
  text-align: center;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  padding: 0;
  margin: 0;
}
/* line 22, scss/components/_pagination.scss */
.pagination li {
  display: inline;
}
/* line 26, scss/components/_pagination.scss */
.pagination a, .pagination span {
  float: left;
  padding: 0 14px;
  line-height: 2;
  text-decoration: none;
  border: 1px solid #e0e0e0;
  border-left-width: 0;
}
/* line 35, scss/components/_pagination.scss */
.pagination a:hover {
  background-color: black;
  color: white;
}
/* line 40, scss/components/_pagination.scss */
.pagination span.current {
  background-color: black;
  color: white;
}
/* line 45, scss/components/_pagination.scss */
.pagination .prev {
  border-left: 1px solid #e0e0e0;
}
/* line 49, scss/components/_pagination.scss */
.pagination i {
  line-height: 1;
  font-size: 14px;
}
/* line 54, scss/components/_pagination.scss */
.pagination li:first-child a {
  border-left-width: 1px;
}

/*
 * Loop Nav
 *
 * @package   Sass Stylesheet
 * @version   1.0
 *
 */
/* line 10, scss/components/_loop-nav.scss */
.loop-nav {
  text-align: center;
  margin: 24px 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
/* line 17, scss/components/_loop-nav.scss */
.loop-nav a {
  padding: 12px 0;
  background-color: transparent;
  border: 1px solid #7a6185;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 49.5%;
  flex: 0 1 49.5%;
  color: #7a6185;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
}
/* line 27, scss/components/_loop-nav.scss */
.loop-nav a:hover {
  background-color: #7a6185;
  color: white;
}
/* line 34, scss/components/_loop-nav.scss */
.loop-nav .previous {
  right: 0;
}
/* line 37, scss/components/_loop-nav.scss */
.loop-nav .previous a {
  border-radius: 3px 0 0 3px;
}
/* line 45, scss/components/_loop-nav.scss */
.loop-nav .next a {
  border-radius: 0 3px 3px 0;
}

/* line 52, scss/components/_loop-nav.scss */
.loop-description p {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/*
 * Search
 *
 * @package   Sass Stylesheet
 * @version   1.0
 *
 */
/* line 10, scss/components/_search.scss */
.searchform {
  margin: 0;
  position: absolute;
  right: 0;
  top: .25em;
  z-index: 50000;
  display: none;
}
@media (min-width: 960px) {
  /* line 10, scss/components/_search.scss */
  .searchform {
    display: inherit;
  }
}
@media (min-width: 800px) {
  /* line 10, scss/components/_search.scss */
  .searchform {
    top: 1.25em;
  }
  /* line 24, scss/components/_search.scss */
  .autumn.detached .searchform {
    top: .4em;
  }
}
/* line 47, scss/settings/_mixins.scss */
.searchform ::-webkit-input-placeholder {
  color: white;
  font-family: "Proxima Nova", Helvetica, sans-serif;
  font-weight: normal;
}
/* line 48, scss/settings/_mixins.scss */
.searchform :-moz-placeholder {
  color: white;
  font-family: "Proxima Nova", Helvetica, sans-serif;
  font-weight: normal;
}
/* line 49, scss/settings/_mixins.scss */
.searchform ::-moz-placeholder {
  color: white;
  font-family: "Proxima Nova", Helvetica, sans-serif;
  font-weight: normal;
}
/* line 50, scss/settings/_mixins.scss */
.searchform :-ms-input-placeholder {
  color: white;
  font-family: "Proxima Nova", Helvetica, sans-serif;
  font-weight: normal;
}
/* line 35, scss/components/_search.scss */
.searchform form {
  margin: 0;
}
/* line 37, scss/components/_search.scss */
.searchform input[type="submit"] {
  display: none;
}
/* line 39, scss/components/_search.scss */
.searchform input[type="search"] {
  width: 2.6875em;
  height: 2.6875em;
  text-indent: 40px;
  cursor: pointer;
  border: none;
  padding: .125em 0 0 0;
  font-size: 1em;
  font-family: "Proxima Nova", Helvetica, sans-serif;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: url(img/icons/search.svg) 0.25em 50% no-repeat;
  color: #adadad;
  border-radius: 3px;
  margin: 0;
  -webkit-appearance: none;
  -webkit-box-sizing: content-box;
  outline: none;
}
/* line 65, scss/components/_search.scss */
.searchform input[type="search"]:focus {
  width: 20em;
  background-color: #636363;
  outline: none;
  background: #fe9375 url(img/icons/search-focus.svg) 0.875em 50% no-repeat;
  color: #adadad;
  font-family: "Proxima Nova", Helvetica, sans-serif;
  cursor: text;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 480px) {
  /* line 65, scss/components/_search.scss */
  .searchform input[type="search"]:focus {
    width: 33em;
  }
}

/* line 21, scss/components/_toggle-menu.scss */
.toggle-menu {
  display: inline-block;
  padding: 0.75rem 0.375rem;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: transparent;
  padding: 0;
  border: none;
  position: absolute;
  top: 17px;
  right: 20px;
  z-index: 12000;
}
/* line 35, scss/components/_toggle-menu.scss */
.toggle-menu:hover {
  opacity: 1;
}
/* line 39, scss/components/_toggle-menu.scss */
.toggle-menu:active {
  -webkit-transition: 0;
  transition: 0;
  background: rgba(0, 0, 0, 0.1);
}
@media (min-width: 960px) {
  /* line 21, scss/components/_toggle-menu.scss */
  .toggle-menu {
    display: none;
  }
}
/* line 48, scss/components/_toggle-menu.scss */
.toggle-menu:focus {
  outline: 0;
}

/* line 51, scss/components/_toggle-menu.scss */
.toggle-menu span {
  display: inline-block;
  width: 1.5rem;
  height: 0.2142857143rem;
  background: #0a1d3d;
  border-radius: 0.1071428571rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  border-radius: 100px;
  /*create the upper and lower lines as pseudo-elements of the middle line*/
}
/* line 59, scss/components/_toggle-menu.scss */
.toggle-menu span:before, .toggle-menu span:after {
  display: inline-block;
  width: 1.5rem;
  height: 0.2142857143rem;
  background: #0a1d3d;
  border-radius: 0.1071428571rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  left: 0;
  content: '';
  @transform-origin : $button-size/14 center;
}
/* line 67, scss/components/_toggle-menu.scss */
.toggle-menu span:before {
  top: 0.375rem;
}
/* line 68, scss/components/_toggle-menu.scss */
.toggle-menu span:after {
  top: -0.375rem;
}

/* line 76, scss/components/_toggle-menu.scss */
.toggle-menu.close span {
  background: transparent;
}
/* line 78, scss/components/_toggle-menu.scss */
.toggle-menu.close span:before, .toggle-menu.close span:after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 0;
  width: 1.5rem;
}
/* line 85, scss/components/_toggle-menu.scss */
.toggle-menu.close span:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
/* line 90, scss/components/_toggle-menu.scss */
.toggle-menu.close span:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

/* line 6, scss/components/_posts.scss */
.post-list {
  max-width: 1200px;
  margin: 0 auto;
}
/* line 10, scss/components/_posts.scss */
.post-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  border-bottom: 1px solid #e0e0e0;
}
@media (min-width: 640px) {
  /* line 10, scss/components/_posts.scss */
  .post-list__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

/* line 24, scss/components/_posts.scss */
.post {
  background-color: white;
}
/* line 28, scss/components/_posts.scss */
.post__summary {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 48px 24px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
@media (min-width: 960px) {
  /* line 28, scss/components/_posts.scss */
  .post__summary {
    padding: 48px;
  }
}
@media (min-width: 640px) {
  /* line 28, scss/components/_posts.scss */
  .post__summary {
    width: 66.66666%;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 66.66666%;
    flex: 0 1 66.66666%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
/* line 50, scss/components/_posts.scss */
.post__featured-image {
  background-size: cover;
  background-position: center;
  width: 100%;
  min-height: 150px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  position: relative;
}
@media (min-width: 640px) {
  /* line 50, scss/components/_posts.scss */
  .post__featured-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.33333%;
    flex: 0 1 33.33333%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
/* line 65, scss/components/_posts.scss */
.post__featured-image a {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 84, scss/components/_posts.scss */
.post-meta {
  color: #fe9375;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-size: 14px;
  font-size: 0.875rem;
}
/* line 90, scss/components/_posts.scss */
.post-meta a {
  color: #fe9375;
}
/* line 93, scss/components/_posts.scss */
.post-meta a:hover {
  color: #7a6185;
}

/* line 100, scss/components/_posts.scss */
.entry-footer {
  padding: 12px 0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  margin: 48px 0;
}

/* line 109, scss/components/_posts.scss */
.singular-post .post {
  max-width: 800px;
  margin: 0 auto;
}
@media (min-width: 960px) {
  /* line 109, scss/components/_posts.scss */
  .singular-post .post {
    padding: 24px;
  }
}

/* line 5, scss/components/_pages.scss */
.page {
  background-color: white;
}

/* line 11, scss/components/_pages.scss */
.singular-page .entry-content {
  padding: 20px;
}
@media (min-width: 960px) {
  /* line 11, scss/components/_pages.scss */
  .singular-page .entry-content {
    padding: 0;
  }
}

/* line 6, scss/components/_books.scss */
.book--singular {
  background-color: white;
}
/* line 9, scss/components/_books.scss */
.book--singular .entry-title {
  text-align: center;
}
/* line 13, scss/components/_books.scss */
.book--singular p {
  font-family: "Capita Light", serif;
  line-height: 1.75;
  font-size: 18px;
  font-size: 1.125rem;
}

/*
 * Comments
 *
 * @package   Sass Stylesheet
 * @version   1.0
 *
 */
/* line 11, scss/components/_comments.scss */
.conversation {
  max-width: 960px;
  margin: 0 auto;
}

/* line 16, scss/components/_comments.scss */
.comment {
  margin-bottom: 4em;
  border-bottom: 1px solid #e0e0e0;
  padding: 24px 0 0 !important;
}

/* line 23, scss/components/_comments.scss */
.comment-meta {
  font-size: 14px;
  margin-bottom: 1em;
  *zoom: 1;
}
/* line 26, scss/settings/_mixins.scss */
.comment-meta:before, .comment-meta:after {
  display: table;
  content: "";
}
/* line 31, scss/settings/_mixins.scss */
.comment-meta:after {
  clear: both;
}

/* line 29, scss/components/_comments.scss */
img.avatar {
  width: 5em;
  height: 5em;
  float: left;
  margin: 0 1em 0 0;
  *zoom: 1;
  border-radius: 50px;
  top: -10px;
}
/* line 26, scss/settings/_mixins.scss */
img.avatar:before, img.avatar:after {
  display: table;
  content: "";
}
/* line 31, scss/settings/_mixins.scss */
img.avatar:after {
  clear: both;
}

/* line 41, scss/components/_comments.scss */
.comment-meta .comment-author {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
}

/* line 48, scss/components/_comments.scss */
.comment-content {
  clear: both;
}
/* line 51, scss/components/_comments.scss */
.comment-content p {
  margin-bottom: 1em;
}

/* line 56, scss/components/_comments.scss */
.comment-reply-link {
  text-transform: uppercase;
  font-size: 12px;
  border: 1px solid #e0e0e0;
  padding: .25em .5em;
  position: relative;
  bottom: -1px;
  border-bottom: none;
}

/* Comment text */
/* Comment form elements */
/* line 68, scss/components/_comments.scss */
#respond label {
  display: block;
  text-transform: uppercase;
  padding-left: 3px;
}

/* line 74, scss/components/_comments.scss */
#respond input[type=text],
#respond input.text-input {
  padding: 10px 15px;
}

/* line 79, scss/components/_comments.scss */
#respond form p {
  margin-bottom: 10px;
  font-size: 12px;
  text-transform: uppercase;
}

/* line 85, scss/components/_comments.scss */
#respond textarea,
#respond input[type=text],
#respond input.text-input {
  width: 95.75%;
  padding: 10px 15px;
}

/* line 92, scss/components/_comments.scss */
#respond form .comment-action label,
.comment-action input {
  display: inline;
}

/* line 97, scss/components/_comments.scss */
.comment-author {
  margin-bottom: 8px;
}

/* line 101, scss/components/_comments.scss */
.children {
  padding-left: 48px;
}

/* line 7, scss/components/_blockquote.scss */
blockquote p {
  font-family: "Capita Light Italic", serif;
  font-size: 23px;
  font-size: 1.4375rem;
  padding: 0 20px;
}
@media (min-width: 640px) {
  /* line 7, scss/components/_blockquote.scss */
  blockquote p {
    font-size: 32px;
    font-size: 2rem;
  }
}
/* line 17, scss/components/_blockquote.scss */
blockquote cite {
  font-style: normal;
  text-align: right;
  display: block;
  padding-right: 15%;
  font-size: 18px;
  font-size: 1.125rem;
}
/* line 24, scss/components/_blockquote.scss */
blockquote cite:before {
  content: "– ";
}
@media (min-width: 640px) {
  /* line 17, scss/components/_blockquote.scss */
  blockquote cite {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}

/* line 36, scss/components/_blockquote.scss */
.page-head--home blockquote {
  position: absolute;
  right: 5%;
  bottom: 27%;
}
/* line 37, scss/components/_blockquote.scss */
.page-head--home blockquote p, .page-head--home blockquote cite {
  color: white;
}
@media (min-width: 800px) {
  /* line 36, scss/components/_blockquote.scss */
  .page-head--home blockquote {
    right: 10%;
    bottom: 15%;
  }
}

/* line 52, scss/components/_blockquote.scss */
ol {
  list-style: low;
}
