/**
 * General
 */
/* line 7, ../sass/style.scss */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*
  Admin
*/
/* line 16, ../sass/style.scss */
.node-unpublished {
  background-color: #fdd;
}

/*
  Views debug
*/
/* line 24, ../sass/style.scss */
#footer .limiter pre {
  font-size: small;
  color: #666;
  padding: 0.2em;
  border: 1px solid #CCC;
  overflow: auto;
}

/* line 32, ../sass/style.scss */
.form-item {
  overflow: hidden;
  display: block;
  clear: both;
}

/* line 40, ../sass/style.scss */
#admin-menu ul {
  font-size: .6875rem;
  line-height: 1.25em;
}

/*! normalize.css v2.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 11, ../sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

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

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

/**
 * Address styling not present in IE 8/9.
 */
/* line 50, ../sass/_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Set default font family to sans-serif.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 68, ../sass/_normalize.scss */
html {
  background: #fff;
  /* 1 */
  color: #444;
  /* 2 */
  font-family: "Lato", Helvetica, Arial, sans-serif;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  /* 4 */
  font-size: 100%;
}

/**
 * Remove default margin.
 */
/* line 81, ../sass/_normalize.scss */
body {
  margin: 0;
  width: 100%;
  background: #e5e3dd;
  font-family: #eae9e4;
}

/* ==========================================================================
   Links
   ========================================================================== */
/* line 93, ../sass/_normalize.scss */
a, a:link, a:visited, a:hover, a:active, a:focus, object, embed {
  outline: 0;
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 212, ../sass/_normalize.scss */
img {
  border: 0;
  font-family: "Lato", Helvetica, Arial, sans-serif !important;
  font-weight: 300 !important;
  font-size: .6875rem !important;
  line-height: 1.25em !important;
  color: #aea895 !important;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}

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

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

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

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

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

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 301, ../sass/_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 314, ../sass/_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 326, ../sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

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

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

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

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

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

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

/* line 1, ../sass/_ctools-modal.scss */
div.ctools-modal-content {
  -moz-box-shadow: 0 2px 5px #b8b7a7;
  -webkit-box-shadow: 0 2px 5px #b8b7a7;
  box-shadow: 0 2px 5px #b8b7a7;
  border-color: #e5e3dd;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
  margin: 0;
  font-size: .625em;
  line-height: 1.2em;
  width: 50px;
  height: 30px;
}
/* line 11, ../sass/_ctools-modal.scss */
div.ctools-modal-content .modal-header {
  margin-top: 0;
  padding: 1em;
  background: none;
}
/* line 15, ../sass/_ctools-modal.scss */
div.ctools-modal-content .modal-header .modal-title {
  color: #483A19;
  font-size: 1rem;
  line-height: 1.3125em;
}
/* line 20, ../sass/_ctools-modal.scss */
div.ctools-modal-content .modal-content {
  margin: 1em;
}

/* line 4, ../sass/_user-profile.scss */
.user-forms {
  margin: 0;
}
/* line 41, ../sass/_base.scss */
.user-forms:after {
  content: "";
  display: table;
  clear: both;
}
/* line 8, ../sass/_user-profile.scss */
.user-forms .col .inner {
  padding: 2em 0;
}
/* line 12, ../sass/_user-profile.scss */
.user-forms .col:not(:last-child) .inner {
  border-bottom: 2px solid #483A19;
}
@media only screen and (min-width: 768px) {
  /* line 19, ../sass/_user-profile.scss */
  .user-forms .col .inner {
    padding: 0;
    border-bottom: 0 none !important;
  }
  /* line 24, ../sass/_user-profile.scss */
  .user-forms .col:not(:first-child):after {
    position: absolute;
    height: 100%;
    width: 1px;
    background: #aea895;
    content: '';
    top: 0;
    margin-left: -1.125rem;
  }
}
/* line 36, ../sass/_user-profile.scss */
.user-forms h2 {
  margin-top: 0;
}

/* line 41, ../sass/_user-profile.scss */
#user-profile {
  margin-bottom: 2.5em;
}

/* line 45, ../sass/_user-profile.scss */
#user-profile-picture {
  text-align: center;
  background: #fff;
  padding: .5em;
  border: 1px solid #e5e3dd;
}

/* line 52, ../sass/_user-profile.scss */
#user-profile-left {
  width: 33.333%;
}

/* line 56, ../sass/_user-profile.scss */
#user-profile-right {
  width: 66.666%;
}

/* line 60, ../sass/_user-profile.scss */
#user-profile-head {
  font-size: 1.625rem;
  display: table;
  width: 100%;
  padding-bottom: .5em;
}
/* line 65, ../sass/_user-profile.scss */
#user-profile-head strong, #user-profile-head span {
  display: table-cell;
  vertical-align: bottom;
}
/* line 69, ../sass/_user-profile.scss */
#user-profile-head span {
  font-weight: 300;
  color: #aea895;
  font-size: .5em;
  line-height: 1.333em;
  text-align: right;
  padding: 0 0 0.2em 0.5em;
}

/* line 79, ../sass/_user-profile.scss */
.profile-linklist {
  list-style: none outside none;
  padding: 0;
  font-size: .8125rem;
  line-height: 1.333em;
}
/* line 82, ../sass/_user-profile.scss */
.profile-linklist li {
  margin: .333em 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
/* line 87, ../sass/_user-profile.scss */
.profile-linklist a.icon-link-ext:before {
  display: inline-block;
}

/* line 93, ../sass/_user-profile.scss */
h3.profile-label {
  font-size: .9375rem;
  line-height: 1.5em;
  margin: 1em 0 0 0;
}

/* line 98, ../sass/_user-profile.scss */
p.profile-entry {
  margin: 0 0 .5em 0;
  font-family: "Bitter", Georgia, serif;
}

/* line 103, ../sass/_user-profile.scss */
h3.subscriptions-head {
  margin: 2em 0 0 0;
  font-family: "Bitter", Georgia, serif;
  font-weight: 400;
  color: #444;
  text-transform: uppercase;
  font-size: .9375rem;
  line-height: 1.5em;
}

/* line 112, ../sass/_user-profile.scss */
.subscription-list {
  list-style: none outside none;
  padding: 0;
  font-family: "Bitter", Georgia, serif;
}
/* line 115, ../sass/_user-profile.scss */
.subscription-list ul {
  list-style: none outside none;
  padding: 0;
}
/* line 117, ../sass/_user-profile.scss */
.subscription-list ul li {
  margin: 0.125em 0;
}
/* line 121, ../sass/_user-profile.scss */
.subscription-list a.commitment {
  display: block;
  width: 100%;
  position: relative;
}
/* line 122, ../sass/_user-profile.scss */
.subscription-list a.commitment span {
  text-indent: -10000px;
  display: block;
}
/* line 129, ../sass/_user-profile.scss */
.subscription-list a.commitment:after {
  content: '';
  width: .86667em;
  height: .86667em;
  display: block;
  position: absolute;
  top: 2px;
  right: 2px;
  border: 3px solid #fff;
  -moz-box-shadow: 0 0 0 2px #aea895;
  -webkit-box-shadow: 0 0 0 2px #aea895;
  box-shadow: 0 0 0 2px #aea895;
}
/* line 141, ../sass/_user-profile.scss */
.subscription-list a.commitment.commited:after {
  background: #483A19;
}
/* line 146, ../sass/_user-profile.scss */
.subscription-list span.entry {
  display: block;
  margin-top: -1.5em;
}

/* line 5, ../sass/_breadcrumbs.scss */
.breadcrumb ul {
  font-size: .8125rem;
  line-height: 1.333em;
  list-style: none outside none;
  padding: 0;
  font-family: "Bitter", Georgia, serif;
  color: #888;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
/* line 13, ../sass/_breadcrumbs.scss */
.breadcrumb li {
  display: inline;
}
/* line 16, ../sass/_breadcrumbs.scss */
.breadcrumb li:not(:last-child):after {
  content: " / ";
  font-weight: 400;
}

/* line 5, ../sass/_site-messages.scss */
.message-wrap {
  width: 100%;
  margin: 0 auto;
  max-width: 48em;
}

/* line 10, ../sass/_site-messages.scss */
div.messages {
  border-style: solid;
  border-width: 6px;
  font-weight: bold;
  margin: 1.5em 0;
  overflow: hidden;
  padding: 1em;
  font-weight: 500;
  color: #483A19;
}
/* line 19, ../sass/_site-messages.scss */
div.messages:last-child {
  margin-bottom: 0;
}
/* line 22, ../sass/_site-messages.scss */
div.messages.status, div.messages.help {
  background-color: #EAF8E4;
  border-color: #8DC478;
}
/* line 25, ../sass/_site-messages.scss */
div.messages.status a, div.messages.help a {
  color: #3E642F;
}
/* line 27, ../sass/_site-messages.scss */
div.messages.status a:hover, div.messages.help a:hover {
  color: #131f0e;
}
/* line 32, ../sass/_site-messages.scss */
div.messages.warning {
  background: #FFFFDD;
  border-color: #EED300;
}
/* line 35, ../sass/_site-messages.scss */
div.messages.warning a {
  color: #745500;
}
/* line 37, ../sass/_site-messages.scss */
div.messages.warning a:hover {
  color: #0e0a00;
}
/* line 42, ../sass/_site-messages.scss */
div.messages.error {
  background-color: #FFF2F2;
  border-color: #CC0000;
}
/* line 45, ../sass/_site-messages.scss */
div.messages.error a {
  color: #B20000;
}
/* line 47, ../sass/_site-messages.scss */
div.messages.error a:hover {
  color: #4c0000;
}
/* line 52, ../sass/_site-messages.scss */
div.messages ul {
  list-style: none outside square;
}
/* line 55, ../sass/_site-messages.scss */
div.messages * {
  font-size: .9375rem;
  line-height: 1.5em;
}
