/* Compass
 * -------------------- */
/* Import 'susy'
 * -------------------- */
/* Helpers
 * -------------------- */
/**
 * Variables
 * -----------------------------------------------------------------------------
 */
/* Colors
 * -------------------- */
/* Gutter
 * -------------------- */
/* Urls
 * -------------------- */
/* Font sizes
 * -------------------- */
/* Font sizes
 * -------------------- */
/* Helpers
 * -------------------- */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * Set box-sizing to "border-box" for all elements
 */
/* line 7, ../../.source/source/sass/helpers/_normalize.scss */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
/* line 21, ../../.source/source/sass/helpers/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 31, ../../.source/source/sass/helpers/_normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 45, ../../.source/source/sass/helpers/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 66, ../../.source/source/sass/helpers/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 79, ../../.source/source/sass/helpers/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
/* line 89, ../../.source/source/sass/helpers/_normalize.scss */
[hidden],
template {
  display: none;
}

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
/* line 110, ../../.source/source/sass/helpers/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 122, ../../.source/source/sass/helpers/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

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

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

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

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

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

/* line 172, ../../.source/source/sass/helpers/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 176, ../../.source/source/sass/helpers/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 187, ../../.source/source/sass/helpers/_normalize.scss */
img {
  border: 0;
  vertical-align: middle;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 196, ../../.source/source/sass/helpers/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 207, ../../.source/source/sass/helpers/_normalize.scss */
figure {
  margin: 0;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 215, ../../.source/source/sass/helpers/_normalize.scss */
hr {
  background-color: #000;
  border: none;
  box-sizing: content-box;
  display: block;
  height: 1px;
  margin: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 228, ../../.source/source/sass/helpers/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 236, ../../.source/source/sass/helpers/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 259, ../../.source/source/sass/helpers/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 273, ../../.source/source/sass/helpers/_normalize.scss */
button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 284, ../../.source/source/sass/helpers/_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 297, ../../.source/source/sass/helpers/_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 309, ../../.source/source/sass/helpers/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 318, ../../.source/source/sass/helpers/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 329, ../../.source/source/sass/helpers/_normalize.scss */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 341, ../../.source/source/sass/helpers/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 353, ../../.source/source/sass/helpers/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
/* line 363, ../../.source/source/sass/helpers/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 374, ../../.source/source/sass/helpers/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 383, ../../.source/source/sass/helpers/_normalize.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 394, ../../.source/source/sass/helpers/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 403, ../../.source/source/sass/helpers/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 412, ../../.source/source/sass/helpers/_normalize.scss */
optgroup {
  font-weight: bold;
}

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

/* line 428, ../../.source/source/sass/helpers/_normalize.scss */
td,
th {
  padding: 0;
}

/* line 433, ../../.source/source/sass/helpers/_normalize.scss */
th {
  font-weight: normal;
}

/* Input placeholders
   ========================================================================== */
/* line 441, ../../.source/source/sass/helpers/_normalize.scss */
::-webkit-input-placeholder {
  color: #000000;
}

/* FF 18- */
/* line 446, ../../.source/source/sass/helpers/_normalize.scss */
:-moz-placeholder {
  color: #000000;
}

/* FF 19+ */
/* line 451, ../../.source/source/sass/helpers/_normalize.scss */
::-moz-placeholder {
  color: #000000;
}

/* line 455, ../../.source/source/sass/helpers/_normalize.scss */
:-ms-input-placeholder {
  color: #000000;
}

/* Reset headings
   ========================================================================== */
/* line 463, ../../.source/source/sass/helpers/_normalize.scss */
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  margin: 0;
}

/* Reset definition lists
   ========================================================================== */
/* line 473, ../../.source/source/sass/helpers/_normalize.scss */
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

/* Reset anchors
   ========================================================================== */
/* line 484, ../../.source/source/sass/helpers/_normalize.scss */
a,
a:hover,
a:visited {
  text-decoration: none;
}

/* line 490, ../../.source/source/sass/helpers/_normalize.scss */
a:focus {
  outline: none;
}

/* Reset nav elements
   ========================================================================== */
/* line 498, ../../.source/source/sass/helpers/_normalize.scss */
nav ol,
nav ul,
nav li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* line 506, ../../.source/source/sass/helpers/_normalize.scss */
li {
  display: inline-block;
}

/* Set text selection to lightgrey
   ========================================================================== */
/* line 514, ../../.source/source/sass/helpers/_normalize.scss */
::-moz-selection {
  background: #999999;
  text-shadow: none;
}

/* line 519, ../../.source/source/sass/helpers/_normalize.scss */
::selection {
  background: #999999;
  text-shadow: none;
}

/* Remove italic style
   ========================================================================== */
/* line 528, ../../.source/source/sass/helpers/_normalize.scss */
i,
em,
address {
  font-style: normal;
}

/* Add font weight bold
   ========================================================================== */
/* line 538, ../../.source/source/sass/helpers/_normalize.scss */
b, strong {
  font-weight: bold;
}

/* Remove margins for paragraphs
   ========================================================================== */
/* line 546, ../../.source/source/sass/helpers/_normalize.scss */
p {
  margin: 0;
}

/**
 * Functions
 * -----------------------------------------------------------------------------
 */
/**
 * Get value from map
 * -----------------------------------------------------------------------------
 * 
 * Usage: get($map, $key);
 *
 */
/**
 * Webfonts
 * -----------------------------------------------------------------------------
 */
/**
 * Base print styling
 * -----------------------------------------------------------------------------
 * Source: http://html5boilerplate.com/
 */
@media print {
  /* line 11, ../../.source/source/sass/helpers/_print.scss */
  * {
    background: transparent !important;
    color: #000000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  /* line 17, ../../.source/source/sass/helpers/_print.scss */
  *:before, *:after {
    background: transparent !important;
    color: #000000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 26, ../../.source/source/sass/helpers/_print.scss */
  a {
    text-decoration: underline;
  }
  /* line 29, ../../.source/source/sass/helpers/_print.scss */
  a:visited {
    text-decoration: underline;
  }
  /* line 33, ../../.source/source/sass/helpers/_print.scss */
  a[href]:after {
    content: "(" attr(href) ")";
  }

  /* line 38, ../../.source/source/sass/helpers/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 43, ../../.source/source/sass/helpers/_print.scss */
  a[href^='#']:after, a[href^='javascript:']:after {
    content: '';
  }

  /* line 49, ../../.source/source/sass/helpers/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }

  /* line 55, ../../.source/source/sass/helpers/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 59, ../../.source/source/sass/helpers/_print.scss */
  tr {
    page-break-inside: avoid;
  }

  /* line 63, ../../.source/source/sass/helpers/_print.scss */
  img {
    page-break-inside: avoid;
    max-width: 100% !important;
  }

  /* line 68, ../../.source/source/sass/helpers/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 75, ../../.source/source/sass/helpers/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/**
 * Mixins
 * -----------------------------------------------------------------------------
 */
/**
 * Vertical align
 * -----------------------------------------------------------------------------
 * 
 * Usage:
 *
 *      element {
 *          @include vertical-align($position);
 *      }
 *
 */
/**
 * Cross browser opacity
 * -----------------------------------------------------------------------------
 * 
 * Usage:
 *
 *      img {
 *          @include opacity(1,100);
 *      }
 *
 */
/**
 * Set box shadow
 * -----------------------------------------------------------------------------
 * 
 * Usage:
 *
 *      div {
 *          @include box-shadow(values);
 *      }
 *
 */
/**
 * Grayscale an image
 * -----------------------------------------------------------------------------
 * 
 * Usage:
 *
 *      img {
 *          @include filter-grayscale(value);
 *      }
 *
 */
/**
 * Background defaults
 * -----------------------------------------------------------------------------
 * 
 * Usage:
 *
 *      header {
 *          @include background-default($opts)
 *      }
 *
 */
/**
 * Visually hide an element
 * -----------------------------------------------------------------------------
 * This placeholder selector will visually hide an element while
 * still make it accessible for screenreaders.
 * 
 * Usage:
 *
 *      p {
 *          @extend %visually-hidden;
 *      }
 *
 */
/* line 121, ../../.source/source/sass/helpers/_mixins.scss */
.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
}

/**
 * Clearfix
 * -----------------------------------------------------------------------------
 * A solid clearfix by Nicolas Gallagher.
 * Source: (http://nicolasgallagher.com/micro-clearfix-hack/)
 * 
 * Usage:
 *
 *      p {
 *          @extend %clearfix;
 *      }
 *
 */
/* line 147, ../../.source/source/sass/helpers/_mixins.scss */
.grid, .form-buttons, header.page-header, nav.posts-nav ul,
.clearfix {
  *zoom: 1;
}
/* line 151, ../../.source/source/sass/helpers/_mixins.scss */
.grid:before, .form-buttons:before, header.page-header:before, nav.posts-nav ul:before,
.clearfix:before {
  content: ' ';
  display: table;
}
/* line 156, ../../.source/source/sass/helpers/_mixins.scss */
.grid:after, .form-buttons:after, header.page-header:after, nav.posts-nav ul:after,
.clearfix:after {
  content: ' ';
  display: table;
  clear: both;
}

/**
 * Media Queries
 * -----------------------------------------------------------------------------
 * A simple mixin for using media queries. Change the values to
 * fit your sites needs.
 * 
 * Usage:
 *
 *      header {
 *          @include bp-small() {
 *              display: none;
 *          }
 *          @include bp-huge() {
 *              display: block;
 *          }
 *      }
 */
/* Components
 * -------------------- */
/**
 * Typography - Webfonts
 * -----------------------------------------------------------------------------
 */
@font-face {
  font-family: 'NittiGroteskNormal';
  src: url("fonts/NittiGrotesk-Normal.eot");
  src: url("fonts/NittiGrotesk-Normal.woff") format("woff"), url("fonts/NittiGrotesk-Normal.svg#NittiGrotesk-Normal") format("svg");
}
@font-face {
  font-family: 'NittiGroteskExtraBold';
  src: url("fonts/NittiGrotesk-ExtraBold.eot");
  src: url("fonts/NittiGrotesk-ExtraBold.woff") format("woff"), url("fonts/NittiGrotesk-ExtraBold.svg#NittiGrotesk-ExtraBold") format("svg");
}
/**
 * Typography - Mixins
 * -----------------------------------------------------------------------------
 */
/**
 * Add font smoothing
 * -----------------------------------------------------------------------------
 * 
 * Usage:
 *
 *      p {
 *          @include font-smoothing();
 *      }
 *
 */
/**
 * Font: Regular
 * -----------------------------------------------------------------------------
 * 
 * Usage:
 *
 *      p {
 *          @include font-regular();
 *      }
 *
 */
/**
 * Font: Bold
 * -----------------------------------------------------------------------------
 * 
 * Usage:
 *
 *      p {
 *          @include font-bold();
 *      }
 *
 */
/**
 * Legacy font: Helvetica
 * -----------------------------------------------------------------------------
 * 
 * Usage:
 *
 *      p {
 *          @include font-legacy();
 *      }
 *
 */
/**
 * Define the font size
 * -----------------------------------------------------------------------------
 * 
 * Usage:
 *
 *      p {
 *          @include font-size(1.6);
 *      }
 *
 */
/**
 * Typography - Helpers classes
 * -----------------------------------------------------------------------------
 */
/**
 * Alert Box
 * -----------------------------------------------------------------------------
 */
/* line 6, ../../.source/source/sass/components/_alerts.scss */
.alert {
  background-color: #ffffff;
  display: block;
  display: flex;
  flex-direction: column;
  font-size: 24px;
  line-height: 1.222;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 2001;
  -moz-animation: slideDown 0.24s;
  -webkit-animation: slideDown 0.24s;
  animation: slideDown 0.24s;
}
/* line 22, ../../.source/source/sass/components/_alerts.scss */
.alert.hide-on-tap {
  cursor: pointer;
}

/* line 27, ../../.source/source/sass/components/_alerts.scss */
.alert__inner {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
/* line 32, ../../.source/source/sass/components/_alerts.scss */
.alert__inner p {
  margin-bottom: 30px;
}

/**
 * Alert Types
 * -----------------------------------------------------------------------------
 */
/* line 44, ../../.source/source/sass/components/_alerts.scss */
.alert--success {
  border: 7px solid #1FC281;
  color: #1FC281;
}
/* line 48, ../../.source/source/sass/components/_alerts.scss */
.alert--success .btn--close {
  background-image: url("../img/icons/icon-close-green.svg");
}

/* line 53, ../../.source/source/sass/components/_alerts.scss */
.alert--danger {
  border: 7px solid #F24444;
  color: #F24444;
}
/* line 57, ../../.source/source/sass/components/_alerts.scss */
.alert--danger .btn--close {
  background-image: url("../img/icons/icon-close-red.svg");
}

/**
 * Brand (client logo)
 * -----------------------------------------------------------------------------
 */
/* line 6, ../../.source/source/sass/components/_brand.scss */
.brand {
  color: #000000;
}
/* line 9, ../../.source/source/sass/components/_brand.scss */
.brand svg {
  display: block;
  height: 30px;
  width: auto;
}

/* line 16, ../../.source/source/sass/components/_brand.scss */
.brand--client {
  float: left;
}
/* line 18, ../../.source/source/sass/components/_brand.scss */
.brand--client a {
  color: #000000;
}

/* line 23, ../../.source/source/sass/components/_brand.scss */
.brand--jamin {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top left;
  background-image: url("../img/icons/icon-jamin.svg");
  background-size: 100%;
  height: 20px;
  float: right;
  width: 60px;
}

/**
 * Outer wrap
 * -----------------------------------------------------------------------------
 */
/* line 6, ../../.source/source/sass/components/_blocks.scss */
header,
main, nav.posts-nav,
.outer-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
}

/**
 * Buttons
 * -----------------------------------------------------------------------------
 */
/* line 6, ../../.source/source/sass/components/_buttons.scss */
.btn {
  border: none;
  display: block;
  line-height: 1;
}

/* line 12, ../../.source/source/sass/components/_buttons.scss */
.btn--tiny {
  height: 60px;
  width: 60px;
}

/* line 17, ../../.source/source/sass/components/_buttons.scss */
.btn--small {
  height: 80px;
  width: 80px;
}

/* line 22, ../../.source/source/sass/components/_buttons.scss */
.btn--medium {
  height: 100px;
  width: 100px;
}

/* line 27, ../../.source/source/sass/components/_buttons.scss */
.btn--large {
  height: 150px;
  width: 150px;
}

/* line 32, ../../.source/source/sass/components/_buttons.scss */
.btn--halfwidth {
  height: 50px;
  width: 50%;
}

/* line 37, ../../.source/source/sass/components/_buttons.scss */
.btn--fullwidth {
  height: 50px;
  width: 100%;
}

/* line 42, ../../.source/source/sass/components/_buttons.scss */
.btn--rounded {
  border-radius: 50%;
}

/* line 46, ../../.source/source/sass/components/_buttons.scss */
.btn--inline {
  display: inline-block;
}

/* line 50, ../../.source/source/sass/components/_buttons.scss */
.btn--hcenter {
  text-align: center;
}

/* line 54, ../../.source/source/sass/components/_buttons.scss */
.btn--vcenter {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

/* line 60, ../../.source/source/sass/components/_buttons.scss */
.btn--centered {
  margin-left: auto;
  margin-right: auto;
}

/* line 65, ../../.source/source/sass/components/_buttons.scss */
.btn--primary {
  background-color: #F24444;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.222;
}

/* line 71, ../../.source/source/sass/components/_buttons.scss */
.btn--secondary {
  background-color: #9B9B9B;
  color: #ffffff;
}

/* line 76, ../../.source/source/sass/components/_buttons.scss */
.btn--tertiary {
  color: #797979;
  display: inline-block;
  font-family: 'NittiGroteskNormal', Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  padding: 5px 10px;
  width: auto;
}

/* line 84, ../../.source/source/sass/components/_buttons.scss */
.btn--gold {
  background-color: #A0861C;
}

/* line 88, ../../.source/source/sass/components/_buttons.scss */
.btn--blue {
  background-color: #0B3B60;
}

/* line 92, ../../.source/source/sass/components/_buttons.scss */
.btn--dark {
  background-color: #000000;
  color: #ffffff;
}

/* line 97, ../../.source/source/sass/components/_buttons.scss */
.btn--rectangle {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top left;
  background-color: #ffffff;
  background-image: url("../img/icons/icon-chevron-right.svg");
  background-position: center right 10px;
  background-size: auto 17px;
  color: #000000;
  font-family: 'NittiGroteskNormal', Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  height: 50px;
  padding: 15px 10px;
}

/* line 111, ../../.source/source/sass/components/_buttons.scss */
.btn--nav {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100%;
  text-indent: -7777px;
}
/* line 118, ../../.source/source/sass/components/_buttons.scss */
.btn--nav.btn--primary {
  background-image: url("../img/icons/icon-journal.svg");
}
/* line 123, ../../.source/source/sass/components/_buttons.scss */
.btn--nav.btn--gold {
  background-image: url("../img/icons/icon-posts.svg");
}
/* line 128, ../../.source/source/sass/components/_buttons.scss */
.btn--nav.btn--blue {
  background-image: url("../img/icons/icon-about.svg");
}

/* line 134, ../../.source/source/sass/components/_buttons.scss */
.btn--browse {
  background-color: #000000;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.222;
  line-height: 1;
  padding-top: 15px;
}
/* line 141, ../../.source/source/sass/components/_buttons.scss */
.btn--browse em {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top left;
  background-image: url("../img/icons/icon-upload.svg");
  background-size: 100%;
  display: inline-block;
  height: 11px;
  margin-right: 2px;
  width: 10px;
}

/* line 153, ../../.source/source/sass/components/_buttons.scss */
.btn--category-add {
  background-color: #ffffff;
  color: #797979;
  font-family: 'NittiGroteskNormal', Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  height: 40px;
  padding-left: 10px;
}

/* line 162, ../../.source/source/sass/components/_buttons.scss */
.btn--close {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top left;
  background-size: 100%;
  height: 20px;
  right: 20px;
  position: absolute;
  top: 20px;
  width: 20px;
}

/**
 * Forms
 * -----------------------------------------------------------------------------
 */
/* line 6, ../../.source/source/sass/components/_forms.scss */
form {
  display: block;
}

/**
 * Grid
 * -----------------------------------------------------------------------------
 */
/**
 * Default Grid
 * -----------------------------------------------------------------------------
 */
/* line 19, ../../.source/source/sass/components/_grid.scss */
.grid {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
/* line 12, ../../../../../../../usr/local/lib/ruby/gems/2.4.0/gems/susy-2.2.14/sass/susy/output/support/_clearfix.scss */
.grid:after {
  content: " ";
  display: block;
  clear: both;
}
/* line 23, ../../.source/source/sass/components/_grid.scss */
.grid .span {
  width: 100%;
}
@media only screen and (min-width: 700px) {
  /* line 30, ../../.source/source/sass/components/_grid.scss */
  .grid .span {
    margin-bottom: 2.85714%;
  }
  /* line 36, ../../.source/source/sass/components/_grid.scss */
  .grid .span--1 {
    width: 5.71429%;
    float: left;
    margin-right: 2.85714%;
  }
  /* line 36, ../../.source/source/sass/components/_grid.scss */
  .grid .span--2 {
    width: 14.28571%;
    float: left;
    margin-right: 2.85714%;
  }
  /* line 36, ../../.source/source/sass/components/_grid.scss */
  .grid .span--3 {
    width: 22.85714%;
    float: left;
    margin-right: 2.85714%;
  }
  /* line 36, ../../.source/source/sass/components/_grid.scss */
  .grid .span--4 {
    width: 31.42857%;
    float: left;
    margin-right: 2.85714%;
  }
  /* line 36, ../../.source/source/sass/components/_grid.scss */
  .grid .span--5 {
    width: 40%;
    float: left;
    margin-right: 2.85714%;
  }
  /* line 36, ../../.source/source/sass/components/_grid.scss */
  .grid .span--6 {
    width: 48.57143%;
    float: left;
    margin-right: 2.85714%;
  }
  /* line 36, ../../.source/source/sass/components/_grid.scss */
  .grid .span--7 {
    width: 57.14286%;
    float: left;
    margin-right: 2.85714%;
  }
  /* line 36, ../../.source/source/sass/components/_grid.scss */
  .grid .span--8 {
    width: 65.71429%;
    float: left;
    margin-right: 2.85714%;
  }
  /* line 36, ../../.source/source/sass/components/_grid.scss */
  .grid .span--9 {
    width: 74.28571%;
    float: left;
    margin-right: 2.85714%;
  }
  /* line 36, ../../.source/source/sass/components/_grid.scss */
  .grid .span--10 {
    width: 82.85714%;
    float: left;
    margin-right: 2.85714%;
  }
  /* line 36, ../../.source/source/sass/components/_grid.scss */
  .grid .span--11 {
    width: 91.42857%;
    float: left;
    margin-right: 2.85714%;
  }
  /* line 36, ../../.source/source/sass/components/_grid.scss */
  .grid .span--12 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 41, ../../.source/source/sass/components/_grid.scss */
  .grid .span--last {
    float: right;
    margin-right: 0;
  }
  /* line 47, ../../.source/source/sass/components/_grid.scss */
  .grid .pull--1 {
    margin-left: -8.57143%;
  }
  /* line 47, ../../.source/source/sass/components/_grid.scss */
  .grid .pull--2 {
    margin-left: -17.14286%;
  }
  /* line 47, ../../.source/source/sass/components/_grid.scss */
  .grid .pull--3 {
    margin-left: -25.71429%;
  }
  /* line 47, ../../.source/source/sass/components/_grid.scss */
  .grid .pull--4 {
    margin-left: -34.28571%;
  }
  /* line 47, ../../.source/source/sass/components/_grid.scss */
  .grid .pull--5 {
    margin-left: -42.85714%;
  }
  /* line 47, ../../.source/source/sass/components/_grid.scss */
  .grid .pull--6 {
    margin-left: -51.42857%;
  }
  /* line 47, ../../.source/source/sass/components/_grid.scss */
  .grid .pull--7 {
    margin-left: -60%;
  }
  /* line 47, ../../.source/source/sass/components/_grid.scss */
  .grid .pull--8 {
    margin-left: -68.57143%;
  }
  /* line 47, ../../.source/source/sass/components/_grid.scss */
  .grid .pull--9 {
    margin-left: -77.14286%;
  }
  /* line 47, ../../.source/source/sass/components/_grid.scss */
  .grid .pull--10 {
    margin-left: -85.71429%;
  }
  /* line 47, ../../.source/source/sass/components/_grid.scss */
  .grid .pull--11 {
    margin-left: -94.28571%;
  }
  /* line 47, ../../.source/source/sass/components/_grid.scss */
  .grid .pull--12 {
    margin-left: -102.85714%;
  }
  /* line 54, ../../.source/source/sass/components/_grid.scss */
  .grid .push--1 {
    margin-left: 8.57143%;
  }
  /* line 54, ../../.source/source/sass/components/_grid.scss */
  .grid .push--2 {
    margin-left: 17.14286%;
  }
  /* line 54, ../../.source/source/sass/components/_grid.scss */
  .grid .push--3 {
    margin-left: 25.71429%;
  }
  /* line 54, ../../.source/source/sass/components/_grid.scss */
  .grid .push--4 {
    margin-left: 34.28571%;
  }
  /* line 54, ../../.source/source/sass/components/_grid.scss */
  .grid .push--5 {
    margin-left: 42.85714%;
  }
  /* line 54, ../../.source/source/sass/components/_grid.scss */
  .grid .push--6 {
    margin-left: 51.42857%;
  }
  /* line 54, ../../.source/source/sass/components/_grid.scss */
  .grid .push--7 {
    margin-left: 60%;
  }
  /* line 54, ../../.source/source/sass/components/_grid.scss */
  .grid .push--8 {
    margin-left: 68.57143%;
  }
  /* line 54, ../../.source/source/sass/components/_grid.scss */
  .grid .push--9 {
    margin-left: 77.14286%;
  }
  /* line 54, ../../.source/source/sass/components/_grid.scss */
  .grid .push--10 {
    margin-left: 85.71429%;
  }
  /* line 54, ../../.source/source/sass/components/_grid.scss */
  .grid .push--11 {
    margin-left: 94.28571%;
  }
  /* line 54, ../../.source/source/sass/components/_grid.scss */
  .grid .push--12 {
    margin-left: 102.85714%;
  }
}

/**
 * Headings
 * -----------------------------------------------------------------------------
 */
/* line 8, ../../.source/source/sass/components/_headings.scss */
h1.heading {
  font-size: 30px;
  line-height: 1.222;
  line-height: 1;
  margin-bottom: 15px;
  padding-top: 45px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
/* line 17, ../../.source/source/sass/components/_headings.scss */
h1.heading:before {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top left;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  content: '';
  display: block;
  height: 40px;
  left: calc(50% - 20px);
  position: absolute;
  top: 0;
  width: 40px;
}
/* line 33, ../../.source/source/sass/components/_headings.scss */
h1.heading--journal:before {
  background-image: url("../img/icons/icon-journal.svg");
}
/* line 39, ../../.source/source/sass/components/_headings.scss */
h1.heading--posts:before {
  background-image: url("../img/icons/icon-posts.svg");
}
/* line 45, ../../.source/source/sass/components/_headings.scss */
h1.heading--about:before {
  background-image: url("../img/icons/icon-about.svg");
}

/**
 * Icons
 * -----------------------------------------------------------------------------
 */
/**
 * Lists
 * -----------------------------------------------------------------------------
 */
/**
 * Tables
 * -----------------------------------------------------------------------------
 */
/* line 6, ../../.source/source/sass/components/_tables.scss */
table {
  width: 100%;
}

/**
 * Utilities
 * -----------------------------------------------------------------------------
 */
/* line 6, ../../.source/source/sass/components/_utilities.scss */
em,
address {
  font-style: normal;
}

/* line 14, ../../.source/source/sass/components/_utilities.scss */
b,
strong {
  font-family: 'NittiGroteskExtraBold', Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}

/* line 19, ../../.source/source/sass/components/_utilities.scss */
p {
  margin: 0 0 20px 0;
}

/**
 * Forms
 * -----------------------------------------------------------------------------
 */
/* line 6, ../../.source/source/sass/components/form/_forms.scss */
form {
  display: block;
}
/* line 9, ../../.source/source/sass/components/form/_forms.scss */
form.inline-form {
  display: inline;
}

/* line 14, ../../.source/source/sass/components/form/_forms.scss */
form.search-form {
  overflow: hidden;
  position: relative;
  width: 100%;
  -moz-transition: height 0.12s ease-in;
  -o-transition: height 0.12s ease-in;
  -webkit-transition: height 0.12s ease-in;
  transition: height 0.12s ease-in;
}
/* line 20, ../../.source/source/sass/components/form/_forms.scss */
form.search-form .search-form__slide {
  pointer-events: none;
  position: absolute;
  opacity: 0;
  width: 100%;
  z-index: -1;
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -moz-transition: -moz-transform 0.24s ease-out, opacity 0.12s ease-in;
  -o-transition: -o-transform 0.24s ease-out, opacity 0.12s ease-in;
  -webkit-transition: -webkit-transform 0.24s ease-out, opacity 0.12s ease-in;
  transition: transform 0.24s ease-out, opacity 0.12s ease-in;
}
/* line 29, ../../.source/source/sass/components/form/_forms.scss */
form.search-form .search-form__slide.is-done {
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
/* line 33, ../../.source/source/sass/components/form/_forms.scss */
form.search-form .search-form__slide.is-visible {
  pointer-events: auto;
  opacity: 1;
  z-index: 1;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

/**
 * Form layout elements
 * -----------------------------------------------------------------------------
 */
/* line 6, ../../.source/source/sass/components/form/_layout.scss */
.form-group {
  position: relative;
}
/* line 8, ../../.source/source/sass/components/form/_layout.scss */
.form-group:not(:last-of-type) {
  margin-bottom: 20px;
}

/* line 13, ../../.source/source/sass/components/form/_layout.scss */
.form-group--info {
  margin-top: -10px;
  text-align: right;
}

/* line 18, ../../.source/source/sass/components/form/_layout.scss */
.form-group--category {
  background-color: #ffffff;
  color: #797979;
  padding: 10px;
}

/* line 24, ../../.source/source/sass/components/form/_layout.scss */
.form-buttons {
  margin-bottom: 30px;
  margin-top: 40px;
  text-align: center;
}
/* line 30, ../../.source/source/sass/components/form/_layout.scss */
.form-buttons:last-of-type {
  margin-bottom: 0;
}
/* line 34, ../../.source/source/sass/components/form/_layout.scss */
.form-buttons input[type=submit],
.form-buttons button {
  border: none;
  outline: none !important;
  padding: 0;
  text-align: center;
  -webkit-appearance: none;
  flex-direction: inherit !important;
}
/* line 44, ../../.source/source/sass/components/form/_layout.scss */
.form-buttons:first-of-type {
  margin-top: 40px;
}
/* line 48, ../../.source/source/sass/components/form/_layout.scss */
.form-buttons .btn {
  margin-left: auto;
  margin-right: auto;
}

/* line 56, ../../.source/source/sass/components/form/_layout.scss */
.form-buttons:not(.form-buttons-columns) .btn + .btn {
  margin-top: 20px;
}

/* line 62, ../../.source/source/sass/components/form/_layout.scss */
.form-buttons-columns {
  text-align: center;
  vertical-align: middle;
  	/*
  	.btn--secondary:first-child {
  		float: left;
  		margin-left: 30px;
  	}
  
  	.btn--secondary:last-child {
  		float: right;
  		margin-right: 30px;
  	}
  	*/
}
/* line 66, ../../.source/source/sass/components/form/_layout.scss */
.form-buttons-columns .btn {
  display: inline-block;
}
/* line 69, ../../.source/source/sass/components/form/_layout.scss */
.form-buttons-columns .btn:first-of-type {
  margin-right: 20px;
}
/* line 73, ../../.source/source/sass/components/form/_layout.scss */
.form-buttons-columns .btn:last-of-type {
  margin-left: 20px;
}

/**
 * Input, Textarea
 * -----------------------------------------------------------------------------
 */
/* line 6, ../../.source/source/sass/components/form/_fields.scss */
input[type=text],
input[type=email],
input[type=number],
input[type=password],
input[type=date],
textarea {
  background-color: #ffffff;
  border-radius: 0;
  border: none;
  color: #797979;
  display: block;
  font-family: 'NittiGroteskNormal', Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  height: 50px;
  padding: 15px 10px;
  outline: none !important;
  width: 100%;
  z-index: 1;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: #ffffff;
}
/* line 30, ../../.source/source/sass/components/form/_fields.scss */
input[type=text].large,
input[type=email].large,
input[type=number].large,
input[type=password].large,
input[type=date].large,
textarea.large {
  font-family: 'NittiGroteskExtraBold', Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 24px;
  line-height: 1.222;
  line-height: 1;
}

/* line 37, ../../.source/source/sass/components/form/_fields.scss */
input[type=checkbox] {
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: -1px;
}

/* line 44, ../../.source/source/sass/components/form/_fields.scss */
textarea {
  min-height: 150px;
}

/* line 49, ../../.source/source/sass/components/form/_fields.scss */
textarea:-webkit-autofill,
input:-webkit-autofill,
select:-webkit-autofill {
  color: #797979;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

/**
 * Dropdowns
 * -----------------------------------------------------------------------------
 */
/* line 61, ../../.source/source/sass/components/form/_fields.scss */
.dropdown {
  background: #ffffff url("../img/icons/icon-chevron-down.svg") no-repeat 96% 50%;
  background-size: 17px auto;
  border-radius: 0;
  font-family: 'NittiGroteskNormal', Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  height: 50px;
  line-height: 1;
  padding: 15px 10px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
/* line 73, ../../.source/source/sass/components/form/_fields.scss */
.dropdown select {
  background: transparent;
  background-image: none;
  border: none;
  box-shadow: none;
  color: #000000;
  padding: 1px 0;
  width: 105%;
  -webkit-appearance: none;
}
/* line 83, ../../.source/source/sass/components/form/_fields.scss */
.dropdown select:focus {
  outline: none;
}

/**
 * Form errors
 * -----------------------------------------------------------------------------
 */
/* line 7, ../../.source/source/sass/components/form/_errors.scss */
.has-error input,
.has-error textarea,
.has-error .dropdown {
  border: 2px solid #F24444;
}

/**
 * Form Placeholder
 * -----------------------------------------------------------------------------
 */
/* line 6, ../../.source/source/sass/components/form/_placeholder.scss */
::-webkit-input-placeholder {
  color: #797979;
}

/* line 10, ../../.source/source/sass/components/form/_placeholder.scss */
::-moz-placeholder {
  color: #797979;
}

/* line 14, ../../.source/source/sass/components/form/_placeholder.scss */
:-ms-input-placeholder {
  color: #797979;
}

/* line 18, ../../.source/source/sass/components/form/_placeholder.scss */
:-moz-placeholder {
  color: #797979;
}

/**
 * Upload
 * -----------------------------------------------------------------------------
 */
/* line 6, ../../.source/source/sass/components/form/_upload.scss */
.upload-wrapper {
  background-color: #ffffff;
  position: relative;
}
/* line 10, ../../.source/source/sass/components/form/_upload.scss */
.upload-wrapper .btn--trash {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top left;
  background-image: url("../img/icons/icon-trash.svg");
  background-size: 19px 25px;
  background-position: center center;
  height: 45px;
  right: 0;
  position: absolute;
  top: 0;
  width: 39px;
}
/* line 22, ../../.source/source/sass/components/form/_upload.scss */
.upload-wrapper a:not(.btn--trash) {
  color: #000000;
  display: block;
  font-family: 'NittiGroteskExtraBold', Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  padding: 15px 10px;
}
/* line 29, ../../.source/source/sass/components/form/_upload.scss */
.upload-wrapper figure {
  background-color: #ffffff;
  padding: 10px;
}
/* line 33, ../../.source/source/sass/components/form/_upload.scss */
.upload-wrapper figure img {
  display: block;
  height: auto;
  width: calc(100% - 50px);
}

/* Layout
 * -------------------- */
/**
 * Base
 * -----------------------------------------------------------------------------
 */
/* line 6, ../../.source/source/sass/layout/_base.scss */
html,
body {
  min-height: 100%;
}

/* line 11, ../../.source/source/sass/layout/_base.scss */
body {
  font-family: 'NittiGroteskExtraBold', Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 18px;
  line-height: 1.222;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 22, ../../.source/source/sass/layout/_base.scss */
main {
  background-color: #EEEDEB;
  min-height: 100%;
}

/* line 27, ../../.source/source/sass/layout/_base.scss */
section {
  display: block;
  padding: 20px;
}
/* line 31, ../../.source/source/sass/layout/_base.scss */
section p a {
  color: #000000;
  text-decoration: underline;
}

/**
 * Header
 * -----------------------------------------------------------------------------
 */
/* line 6, ../../.source/source/sass/layout/_header.scss */
header.page-header {
  background-color: #ffffff;
  height: 40px;
}
/* line 11, ../../.source/source/sass/layout/_header.scss */
header.page-header .page-header__inner {
  background-color: #ffffff;
  height: 40px;
  padding: 10px 20px;
}

/* line 19, ../../.source/source/sass/layout/_header.scss */
header.page-header--index .page-header__inner {
  background-color: transparent;
}

/**
 * Navigation
 * -----------------------------------------------------------------------------
 */
/* line 6, ../../.source/source/sass/layout/_navigation.scss */
nav {
  display: block;
}

/* line 10, ../../.source/source/sass/layout/_navigation.scss */
nav.page-nav {
  padding-top: 40px;
}
/* line 13, ../../.source/source/sass/layout/_navigation.scss */
nav.page-nav ul {
  margin-bottom: 40px;
  position: relative;
}
/* line 18, ../../.source/source/sass/layout/_navigation.scss */
nav.page-nav li {
  display: block;
  text-align: center;
}
/* line 21, ../../.source/source/sass/layout/_navigation.scss */
nav.page-nav li:not(:last-of-type) {
  margin-bottom: 30px;
}
/* line 26, ../../.source/source/sass/layout/_navigation.scss */
nav.page-nav a {
  color: #ffffff;
  font-family: 'NittiGroteskExtraBold', Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
}

/* line 33, ../../.source/source/sass/layout/_navigation.scss */
nav.posts-nav {
  background-color: #ffffff;
  padding-top: 15px;
}
/* line 42, ../../.source/source/sass/layout/_navigation.scss */
nav.posts-nav li {
  display: block;
}
/* line 44, ../../.source/source/sass/layout/_navigation.scss */
nav.posts-nav li:first-of-type {
  float: left;
  margin-left: 60px;
}
/* line 49, ../../.source/source/sass/layout/_navigation.scss */
nav.posts-nav li:last-of-type {
  float: right;
  margin-right: 60px;
}
/* line 55, ../../.source/source/sass/layout/_navigation.scss */
nav.posts-nav a {
  color: #000000;
  display: inline-block;
  font-family: 'NittiGroteskNormal', Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  padding-bottom: 2px;
}
/* line 62, ../../.source/source/sass/layout/_navigation.scss */
nav.posts-nav a.is-active {
  border-bottom: 4px solid #A0861C;
}

/**
 * Footer
 * -----------------------------------------------------------------------------
 */
/* Plugins
 * -------------------- */
/*
 * jQuery File Upload Plugin CSS
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */
/* line 13, ../../.source/source/sass/vendor/upload/_fileupload.scss */
.fileinput-button {
  position: relative;
  overflow: hidden;
  display: block;
}

/* line 18, ../../.source/source/sass/vendor/upload/_fileupload.scss */
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px !important;
  direction: ltr;
  cursor: pointer;
}

/* Fixes for IE < 8 */
@media screen\9 {
  /* line 32, ../../.source/source/sass/vendor/upload/_fileupload.scss */
  .fileinput-button input {
    filter: alpha(opacity=0);
    font-size: 100%;
    height: 100%;
  }
}
/**
 * Twitter Bootstrap
 * https://netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.css
 */
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
/* line 29, ../../.source/source/sass/vendor/upload/_progress.scss */
.progress {
  height: 3px;
  margin-top: 20px;
  margin-bottom: 10px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 0px;
  /*
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
            box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  */
}

/* line 41, ../../.source/source/sass/vendor/upload/_progress.scss */
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #eb5b5c;
  /*
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
            box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  */
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}

/* line 58, ../../.source/source/sass/vendor/upload/_progress.scss */
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}

/* line 66, ../../.source/source/sass/vendor/upload/_progress.scss */
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 72, ../../.source/source/sass/vendor/upload/_progress.scss */
.progress-bar[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
  min-width: 30px;
}

/* line 76, ../../.source/source/sass/vendor/upload/_progress.scss */
.progress-bar[aria-valuenow="0"] {
  min-width: 30px;
  color: #777;
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 84, ../../.source/source/sass/vendor/upload/_progress.scss */
.progress-bar-success {
  background-color: #00c853;
}

/* line 87, ../../.source/source/sass/vendor/upload/_progress.scss */
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

/* line 92, ../../.source/source/sass/vendor/upload/_progress.scss */
.progress-bar-info {
  background-color: #5bc0de;
}

/* line 95, ../../.source/source/sass/vendor/upload/_progress.scss */
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

/* line 100, ../../.source/source/sass/vendor/upload/_progress.scss */
.progress-bar-warning {
  background-color: #f0ad4e;
}

/* line 103, ../../.source/source/sass/vendor/upload/_progress.scss */
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

/* line 108, ../../.source/source/sass/vendor/upload/_progress.scss */
.progress-bar-danger {
  background-color: #d9534f;
}

/* line 111, ../../.source/source/sass/vendor/upload/_progress.scss */
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

@-webkit-keyframes medium-editor-image-loading {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes medium-editor-image-loading {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes medium-editor-pop-upwards {
  0% {
    opacity: 0;
    -webkit-transform: matrix(0.97, 0, 0, 1, 0, 12);
    transform: matrix(0.97, 0, 0, 1, 0, 12);
  }
  20% {
    opacity: .7;
    -webkit-transform: matrix(0.99, 0, 0, 1, 0, 2);
    transform: matrix(0.99, 0, 0, 1, 0, 2);
  }
  40% {
    opacity: 1;
    -webkit-transform: matrix(1, 0, 0, 1, 0, -1);
    transform: matrix(1, 0, 0, 1, 0, -1);
  }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}
@keyframes medium-editor-pop-upwards {
  0% {
    opacity: 0;
    -webkit-transform: matrix(0.97, 0, 0, 1, 0, 12);
    transform: matrix(0.97, 0, 0, 1, 0, 12);
  }
  20% {
    opacity: .7;
    -webkit-transform: matrix(0.99, 0, 0, 1, 0, 2);
    transform: matrix(0.99, 0, 0, 1, 0, 2);
  }
  40% {
    opacity: 1;
    -webkit-transform: matrix(1, 0, 0, 1, 0, -1);
    transform: matrix(1, 0, 0, 1, 0, -1);
  }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}
/* line 51, ../../.source/source/sass/vendor/rte/_medium-editor.scss */
.medium-editor-anchor-preview {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  left: 0;
  line-height: 1.4;
  max-width: 280px;
  position: absolute;
  text-align: center;
  top: 0;
  word-break: break-all;
  word-wrap: break-word;
  visibility: hidden;
  z-index: 2000;
}

/* line 64, ../../.source/source/sass/vendor/rte/_medium-editor.scss */
.medium-editor-anchor-preview a {
  color: #fff;
  display: inline-block;
  margin: 5px 5px 10px;
}

/* line 69, ../../.source/source/sass/vendor/rte/_medium-editor.scss */
.medium-editor-anchor-preview-active {
  visibility: visible;
}

/* line 72, ../../.source/source/sass/vendor/rte/_medium-editor.scss */
.medium-editor-dragover {
  background: #ddd;
}

/* line 75, ../../.source/source/sass/vendor/rte/_medium-editor.scss */
.medium-editor-image-loading {
  -webkit-animation: medium-editor-image-loading 1s infinite ease-in-out;
  animation: medium-editor-image-loading 1s infinite ease-in-out;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  height: 40px;
  width: 40px;
}

/* line 84, ../../.source/source/sass/vendor/rte/_medium-editor.scss */
.medium-editor-placeholder {
  position: relative;
}

/* line 86, ../../.source/source/sass/vendor/rte/_medium-editor.scss */
.medium-editor-placeholder:after {
  content: attr(data-placeholder) !important;
  font-style: italic;
  position: absolute;
  left: 0;
  top: 0;
  white-space: pre;
  padding: inherit;
  margin: inherit;
}

/* line 96, ../../.source/source/sass/vendor/rte/_medium-editor.scss */
.medium-editor-placeholder-relative {
  position: relative;
}

/* line 98, ../../.source/source/sass/vendor/rte/_medium-editor.scss */
.medium-editor-placeholder-relative:after {
  content: attr(data-placeholder) !important;
  font-style: italic;
  position: relative;
  white-space: pre;
  padding: inherit;
  margin: inherit;
}

/* line 106, ../../.source/source/sass/vendor/rte/_medium-editor.scss */
.medium-toolbar-arrow-under:after, .medium-toolbar-arrow-over:before {
  border-style: solid;
  content: '';
  display: block;
  height: 0;
  left: 50%;
  margin-left: -8px;
  position: absolute;
  width: 0;
}

/* line 116, ../../.source/source/sass/vendor/rte/_medium-editor.scss */
.medium-toolbar-arrow-under:after {
  border-width: 8px 8px 0 8px;
}

/* line 119, ../../.source/source/sass/vendor/rte/_medium-editor.scss */
.medium-toolbar-arrow-over:before {
  border-width: 0 8px 8px 8px;
  top: -8px;
}

/* line 123, ../../.source/source/sass/vendor/rte/_medium-editor.scss */
.medium-editor-toolbar {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  left: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  z-index: 2000;
}

/* line 131, ../../.source/source/sass/vendor/rte/_medium-editor.scss */
.medium-editor-toolbar ul {
  margin: 0;
  padding: 0;
}

/* line 134, ../../.source/source/sass/vendor/rte/_medium-editor.scss */
.medium-editor-toolbar li {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 139, ../../.source/source/sass/vendor/rte/_medium-editor.scss */
.medium-editor-toolbar li button {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  font-size: 14px;
  line-height: 1.33;
  margin: 0;
  padding: 15px;
  text-decoration: none;
}

/* line 148, ../../.source/source/sass/vendor/rte/_medium-editor.scss */
.medium-editor-toolbar li button:focus {
  outline: none;
}

/* line 150, ../../.source/source/sass/vendor/rte/_medium-editor.scss */
.medium-editor-toolbar li .medium-editor-action-underline {
  text-decoration: underline;
}

/* line 152, ../../.source/source/sass/vendor/rte/_medium-editor.scss */
.medium-editor-toolbar li .medium-editor-action-pre {
  font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
  font-size: 12px;
  font-weight: 100;
  padding: 15px 0;
}

/* line 158, ../../.source/source/sass/vendor/rte/_medium-editor.scss */
.medium-editor-toolbar-active {
  visibility: visible;
}

/* line 161, ../../.source/source/sass/vendor/rte/_medium-editor.scss */
.medium-editor-sticky-toolbar {
  position: fixed;
  top: 1px;
}

/* line 165, ../../.source/source/sass/vendor/rte/_medium-editor.scss */
.medium-editor-relative-toolbar {
  position: relative;
}

/* line 168, ../../.source/source/sass/vendor/rte/_medium-editor.scss */
.medium-editor-toolbar-active.medium-editor-stalker-toolbar {
  -webkit-animation: medium-editor-pop-upwards 160ms forwards linear;
  animation: medium-editor-pop-upwards 160ms forwards linear;
}

/* line 172, ../../.source/source/sass/vendor/rte/_medium-editor.scss */
.medium-editor-action-bold {
  font-weight: bolder;
}

/* line 175, ../../.source/source/sass/vendor/rte/_medium-editor.scss */
.medium-editor-action-italic {
  font-style: italic;
}

/* line 178, ../../.source/source/sass/vendor/rte/_medium-editor.scss */
.medium-editor-toolbar-form {
  display: none;
}

/* line 180, ../../.source/source/sass/vendor/rte/_medium-editor.scss */
.medium-editor-toolbar-form input,
.medium-editor-toolbar-form a {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 183, ../../.source/source/sass/vendor/rte/_medium-editor.scss */
.medium-editor-toolbar-form .medium-editor-toolbar-form-row {
  line-height: 14px;
  margin-left: 5px;
  padding-bottom: 5px;
}

/* line 187, ../../.source/source/sass/vendor/rte/_medium-editor.scss */
.medium-editor-toolbar-form .medium-editor-toolbar-input,
.medium-editor-toolbar-form label {
  border: none;
  box-sizing: border-box;
  font-size: 14px;
  margin: 0;
  padding: 6px;
  width: 316px;
  display: inline-block;
}

/* line 196, ../../.source/source/sass/vendor/rte/_medium-editor.scss */
.medium-editor-toolbar-form .medium-editor-toolbar-input:focus,
.medium-editor-toolbar-form label:focus {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  box-shadow: none;
  outline: 0;
}

/* line 204, ../../.source/source/sass/vendor/rte/_medium-editor.scss */
.medium-editor-toolbar-form a {
  display: inline-block;
  font-size: 24px;
  font-weight: bolder;
  margin: 0 10px;
  text-decoration: none;
}

/* line 211, ../../.source/source/sass/vendor/rte/_medium-editor.scss */
.medium-editor-toolbar-form-active {
  display: block;
}

/* line 214, ../../.source/source/sass/vendor/rte/_medium-editor.scss */
.medium-editor-toolbar-actions:after {
  clear: both;
  content: "";
  display: table;
}

/* line 219, ../../.source/source/sass/vendor/rte/_medium-editor.scss */
.medium-editor-element {
  word-wrap: break-word;
  min-height: 30px;
}

/* line 222, ../../.source/source/sass/vendor/rte/_medium-editor.scss */
.medium-editor-element img {
  max-width: 100%;
}

/* line 224, ../../.source/source/sass/vendor/rte/_medium-editor.scss */
.medium-editor-element sub {
  vertical-align: sub;
}

/* line 226, ../../.source/source/sass/vendor/rte/_medium-editor.scss */
.medium-editor-element sup {
  vertical-align: super;
}

/* line 229, ../../.source/source/sass/vendor/rte/_medium-editor.scss */
.medium-editor-hidden {
  display: none;
}

/* line 3, ../../.source/source/sass/vendor/rte/_medium-editor-theme.scss */
.medium-toolbar-arrow-under:after {
  border-color: #333 transparent transparent transparent;
  top: 40px;
}

/* line 7, ../../.source/source/sass/vendor/rte/_medium-editor-theme.scss */
.medium-toolbar-arrow-over:before {
  border-color: transparent transparent #333 transparent;
}

/* line 10, ../../.source/source/sass/vendor/rte/_medium-editor-theme.scss */
.medium-editor-toolbar {
  background-color: #333;
  border: none;
  border-radius: 50px;
}

/* line 14, ../../.source/source/sass/vendor/rte/_medium-editor-theme.scss */
.medium-editor-toolbar li button {
  background-color: transparent;
  border: none;
  box-sizing: border-box;
  color: #ccc;
  height: 40px;
  min-width: 40px;
  padding: 5px 12px;
  -webkit-transition: background-color .2s ease-in, color .2s ease-in;
  transition: background-color .2s ease-in, color .2s ease-in;
}

/* line 24, ../../.source/source/sass/vendor/rte/_medium-editor-theme.scss */
.medium-editor-toolbar li button:hover {
  background-color: #333;
  color: #a2d7c7;
}

/* line 27, ../../.source/source/sass/vendor/rte/_medium-editor-theme.scss */
.medium-editor-toolbar li .medium-editor-button-first {
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
  padding-left: 24px;
}

/* line 31, ../../.source/source/sass/vendor/rte/_medium-editor-theme.scss */
.medium-editor-toolbar li .medium-editor-button-last {
  border-bottom-right-radius: 50px;
  border-right: none;
  border-top-right-radius: 50px;
  padding-right: 24px;
}

/* line 36, ../../.source/source/sass/vendor/rte/_medium-editor-theme.scss */
.medium-editor-toolbar li .medium-editor-button-active {
  background-color: #333;
  color: red;
}

/* line 40, ../../.source/source/sass/vendor/rte/_medium-editor-theme.scss */
.medium-editor-toolbar-form {
  background: #333;
  border-radius: 50px;
  color: #ccc;
  overflow: hidden;
}

/* line 45, ../../.source/source/sass/vendor/rte/_medium-editor-theme.scss */
.medium-editor-toolbar-form .medium-editor-toolbar-input {
  background: #333;
  box-sizing: border-box;
  color: #ccc;
  height: 40px;
  padding-left: 16px;
  width: 220px;
}

/* line 52, ../../.source/source/sass/vendor/rte/_medium-editor-theme.scss */
.medium-editor-toolbar-form .medium-editor-toolbar-input::-webkit-input-placeholder {
  color: #f8f5f3;
  color: rgba(248, 245, 243, 0.8);
}

/* line 55, ../../.source/source/sass/vendor/rte/_medium-editor-theme.scss */
.medium-editor-toolbar-form .medium-editor-toolbar-input:-moz-placeholder {
  /* Firefox 18- */
  color: #f8f5f3;
  color: rgba(248, 245, 243, 0.8);
}

/* line 59, ../../.source/source/sass/vendor/rte/_medium-editor-theme.scss */
.medium-editor-toolbar-form .medium-editor-toolbar-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #f8f5f3;
  color: rgba(248, 245, 243, 0.8);
}

/* line 63, ../../.source/source/sass/vendor/rte/_medium-editor-theme.scss */
.medium-editor-toolbar-form .medium-editor-toolbar-input:-ms-input-placeholder {
  color: #f8f5f3;
  color: rgba(248, 245, 243, 0.8);
}

/* line 66, ../../.source/source/sass/vendor/rte/_medium-editor-theme.scss */
.medium-editor-toolbar-form a {
  color: #ccc;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

/* line 70, ../../.source/source/sass/vendor/rte/_medium-editor-theme.scss */
.medium-editor-toolbar-form .medium-editor-toolbar-close {
  margin-right: 16px;
}

/* line 73, ../../.source/source/sass/vendor/rte/_medium-editor-theme.scss */
.medium-editor-toolbar-anchor-preview {
  background: #333;
  border-radius: 50px;
  padding: 5px 12px;
}

/* line 78, ../../.source/source/sass/vendor/rte/_medium-editor-theme.scss */
.medium-editor-anchor-preview a {
  color: #ccc;
  text-decoration: none;
}

/* line 1, ../../.source/source/sass/vendor/rte/_medium-editor-custom.scss */
.medium-editor-element {
  background-color: #ffffff;
  border-radius: 0;
  border: none;
  color: #797979;
  display: block;
  font-family: 'NittiGroteskNormal', Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  min-height: 150px;
  padding: 15px 10px;
  outline: none !important;
  width: 100%;
  z-index: 1;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: #ffffff;
}

/* line 17, ../../.source/source/sass/vendor/rte/_medium-editor-custom.scss */
.medium-editor-hidden {
  display: none !important;
}

/* line 21, ../../.source/source/sass/vendor/rte/_medium-editor-custom.scss */
.medium-editor-toolbar-form .medium-editor-toolbar-input,
.medium-editor-toolbar-form label {
  max-width: 300px;
}

/* line 26, ../../.source/source/sass/vendor/rte/_medium-editor-custom.scss */
.medium-editor-toolbar {
  border: none;
  border-radius: 0 !important;
}

/* line 31, ../../.source/source/sass/vendor/rte/_medium-editor-custom.scss */
.medium-editor-toolbar-form {
  background: #000;
  border-radius: 0 !important;
  color: #ffffff;
}

/* line 37, ../../.source/source/sass/vendor/rte/_medium-editor-custom.scss */
.medium-editor-toolbar li .medium-editor-button-first {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  padding-left: 12px !important;
}

/* line 43, ../../.source/source/sass/vendor/rte/_medium-editor-custom.scss */
.medium-editor-toolbar li .medium-editor-button-last {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
  padding-right: 12px !important;
}

/* line 49, ../../.source/source/sass/vendor/rte/_medium-editor-custom.scss */
.medium-editor-toolbar-form .medium-editor-toolbar-close {
  margin-right: 10px !important;
}

/* line 53, ../../.source/source/sass/vendor/rte/_medium-editor-custom.scss */
.medium-editor-toolbar li button:hover,
.medium-editor-toolbar li .medium-editor-button-active {
  background-color: #EEEDEB !important;
  color: #ffffff !important;
}

/* line 58, ../../.source/source/sass/vendor/rte/_medium-editor-custom.scss */
.medium-toolbar-arrow-under:after {
  display: none !important;
}

/* Views
 * -------------------- */
/**
 *  Loading animations
 * -----------------------------------------------------------------------------
 */
/**
 *  Page: auth
 * -----------------------------------------------------------------------------
 */
/* line 6, ../../.source/source/sass/views/_auth.scss */
.page-body--auth {
  color: #797979;
}
/* line 9, ../../.source/source/sass/views/_auth.scss */
.page-body--auth main {
  background-color: transparent;
  background-image: linear-gradient(-180deg, #ffcccc 0%, #ccd6dd 97%);
}
/* line 14, ../../.source/source/sass/views/_auth.scss */
.page-body--auth section {
  font-size: 16px;
  line-height: 1.375;
  min-height: 100vh;
  padding-top: 80px;
}
/* line 19, ../../.source/source/sass/views/_auth.scss */
.page-body--auth section a:not(.btn) {
  color: #797979;
}

/* line 26, ../../.source/source/sass/views/_auth.scss */
.page-body--auth.is-logged-in section {
  min-height: calc(100vh - 40px);
}

/**
 *  Page: index (home)
 * -----------------------------------------------------------------------------
 */
/* line 6, ../../.source/source/sass/views/_index.scss */
.page-body--index {
  color: #ffffff;
}
/* line 9, ../../.source/source/sass/views/_index.scss */
.page-body--index main {
  background-color: transparent;
  background-image: linear-gradient(-180deg, #ffcccc 0%, #ccd6dd 97%);
}
/* line 14, ../../.source/source/sass/views/_index.scss */
.page-body--index section {
  font-size: 16px;
  line-height: 1.375;
  min-height: 100vh;
  padding-top: 0;
}
/* line 19, ../../.source/source/sass/views/_index.scss */
.page-body--index section a {
  color: #ffffff;
}

/* line 26, ../../.source/source/sass/views/_index.scss */
.page-body--index.is-logged-in section {
  min-height: calc(100vh - 40px);
}

/**
 *  Page: posts
 * -----------------------------------------------------------------------------
 */
/* line 7, ../../.source/source/sass/views/_posts.scss */
article.post {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top left;
  background-image: url("../img/icons/icon-chevron-right.svg");
  background-size: auto 17px;
  background-position: center right 10px;
  background-color: #ffffff;
  margin-bottom: 20px;
  padding: 10px;
}
/* line 16, ../../.source/source/sass/views/_posts.scss */
article.post a {
  display: block;
  margin-bottom: 2px;
  text-decoration: none;
  width: 100%;
}
/* line 23, ../../.source/source/sass/views/_posts.scss */
article.post .post__status {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top left;
  background-position: center left;
  background-size: 100%;
  display: block;
  height: 20px;
  margin-bottom: 3px;
  width: 20px;
}
/* line 32, ../../.source/source/sass/views/_posts.scss */
article.post .post__status.is-fresh {
  background-image: url("../img/icons/icon-checkmark-green.svg");
}
/* line 36, ../../.source/source/sass/views/_posts.scss */
article.post .post__status.is-published {
  background-image: url("../img/icons/icon-checkmark-dark.svg");
}
/* line 40, ../../.source/source/sass/views/_posts.scss */
article.post .post__status.is-hidden {
  background-image: url("../img/icons/icon-clock.svg");
}
/* line 45, ../../.source/source/sass/views/_posts.scss */
article.post .post__date,
article.post .post__category,
article.post .post__title {
  margin-bottom: 2px;
  max-width: 90%;
}
/* line 52, ../../.source/source/sass/views/_posts.scss */
article.post .post__date,
article.post .post__category {
  font-family: 'NittiGroteskNormal', Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
/* line 57, ../../.source/source/sass/views/_posts.scss */
article.post .post__category {
  color: #A0861C;
}
/* line 61, ../../.source/source/sass/views/_posts.scss */
article.post .post__date {
  color: #000000;
}
/* line 65, ../../.source/source/sass/views/_posts.scss */
article.post h2.post__title {
  color: #000000;
}

/* line 71, ../../.source/source/sass/views/_posts.scss */
article.post-category {
  background-color: #ffffff;
  height: 40px;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 10px;
  position: relative;
}
/* line 79, ../../.source/source/sass/views/_posts.scss */
article.post-category + div {
  max-width: 90%;
  z-index: 0;
}
/* line 84, ../../.source/source/sass/views/_posts.scss */
article.post-category .category__status {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top left;
  background-image: url("../img/icons/icon-checkmark-dark.svg");
  background-position: center left;
  background-size: 16px auto;
  display: inline-block;
  margin-right: 3px;
  height: 12px;
  width: 16px;
}
/* line 94, ../../.source/source/sass/views/_posts.scss */
article.post-category .category__status.is-fresh {
  background-image: url("../img/icons/icon-checkmark-green.svg");
}
/* line 99, ../../.source/source/sass/views/_posts.scss */
article.post-category .btn--toggle-nav {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top left;
  background-color: #ffffff;
  background-image: url("../img/icons/icon-more.svg");
  background-position: center center;
  background-size: 3px 15px;
  height: 40px;
  right: 0;
  position: absolute;
  top: 0;
  width: 24px;
  z-index: 2;
}
/* line 112, ../../.source/source/sass/views/_posts.scss */
article.post-category .btn--toggle-nav.is-active {
  background-image: url("../img/icons/icon-close-grey.svg");
  background-size: 10px;
}
/* line 118, ../../.source/source/sass/views/_posts.scss */
article.post-category .btn--category-edit,
article.post-category .btn--category-delete {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top left;
  background-position: left 12px;
  color: #F24444;
  display: inline-block;
  height: 40px;
  padding-top: 12px;
}
/* line 128, ../../.source/source/sass/views/_posts.scss */
article.post-category .btn--category-edit {
  background-image: url("../img/icons/icon-change.svg");
  background-size: 16px 15px;
  margin-left: 20px;
  margin-right: 30px;
  padding-left: 22px;
}
/* line 136, ../../.source/source/sass/views/_posts.scss */
article.post-category .btn--category-delete {
  background-image: url("../img/icons/icon-trash.svg");
  background-size: 13px 16px;
  font-family: 'NittiGroteskNormal', Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  padding-left: 19px;
}
/* line 143, ../../.source/source/sass/views/_posts.scss */
article.post-category .category-nav {
  background-color: #ffffff;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -moz-transition: -moz-transform 0.2s ease-out;
  -o-transition: -o-transform 0.2s ease-out;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
}
/* line 154, ../../.source/source/sass/views/_posts.scss */
article.post-category .category-nav a {
  -moz-transform: translate(20px, 0);
  -ms-transform: translate(20px, 0);
  -webkit-transform: translate(20px, 0);
  transform: translate(20px, 0);
  -moz-transition: -moz-transform 0.12s ease-out 0.18s;
  -o-transition: -o-transform 0.12s ease-out 0.18s;
  -webkit-transition: -webkit-transform 0.12s ease-out;
  -webkit-transition-delay: 0.18s;
  transition: transform 0.12s ease-out 0.18s;
}
/* line 159, ../../.source/source/sass/views/_posts.scss */
article.post-category .category-nav.is-visible {
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
/* line 161, ../../.source/source/sass/views/_posts.scss */
article.post-category .category-nav.is-visible a {
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
