/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
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.
 */
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.
 */
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.
 */
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/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

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

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

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
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.
 */
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.
 */
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.
 */
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.
 */
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.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
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.
 */
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.
 */
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`.
 */
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
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * 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).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
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.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
.wide-container, #topToolbar, header.top-banner, .hero, .breadcrumbs, footer .content, body.layout--gallery_index main, body.layout--photo_album_group main, body.layout--photo_album main, body.layout--post main, body.layout--static_page main,
body.layout--donate_funds main, body.layout--contact main, body.home main a.actionable-horizontal-bar, body.home main .newsroll, body.home main .about {
  margin: 0 1rem; }
  @media screen and (min-width: 1100px) {
    .wide-container, #topToolbar, header.top-banner, .hero, .breadcrumbs, footer .content, body.layout--gallery_index main, body.layout--photo_album_group main, body.layout--photo_album main, body.layout--post main, body.layout--static_page main,
    body.layout--donate_funds main, body.layout--contact main, body.home main a.actionable-horizontal-bar, body.home main .newsroll, body.home main .about {
      width: 1000px;
      margin: 0 auto; } }

body {
  font-family: Helvetica, "Lucida Grande", Arial, sans-serif;
  line-height: 1.4;
  background: #F5F5F6; }
  @media screen and (min-width: 800px) {
    body {
      padding: 0;
      display: flex;
      flex-flow: column nowrap;
      align-items: stretch;
      min-height: 100vh; } }

a:link, a:visited {
  text-decoration: none;
  color: inherit; }
main a:link, main a:visited, .breadcrumbs a:link, .breadcrumbs a:visited {
  color: #08c; }
main a:hover, .breadcrumbs a:hover {
  color: #005580; }
main a {
  padding-bottom: .1em;
  border-bottom: 1px dotted #08c; }

#topToolbar {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 1em 0 .2em 0; }
  #topToolbar .top-donate-button-wrapper {
    flex: 1; }
  #topToolbar .ffg-donate {
    white-space: nowrap;
    vertical-align: middle; }
    #topToolbar .ffg-donate:link, #topToolbar .ffg-donate:visited, #topToolbar .ffg-donate {
      text-decoration: none;
      border-radius: .3rem;
      margin-top: -4px;
      padding: .2rem .5em .3rem .5em;
      font-weight: bold;
      font-family: Helvetica, Arial, sans-serif;
      font-size: 88%;
      background-color: #909C32;
      color: white;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5), 1px 1px 20px rgba(0, 0, 0, 0.5); }
      @media screen and (min-width: 1100px) {
        #topToolbar .ffg-donate:link, #topToolbar .ffg-donate:visited, #topToolbar .ffg-donate {
          font-weight: 400; } }
      #topToolbar .ffg-donate:link .fa-donate, #topToolbar .ffg-donate:visited .fa-donate, #topToolbar .ffg-donate .fa-donate {
        vertical-align: middle;
        margin-right: 2px; }
  #topToolbar #___gcse_0 {
    width: 50%; }
  #topToolbar .fb-like {
    margin-right: 1em; }
  #topToolbar ul, #topToolbar li {
    list-style: none;
    margin: 0;
    padding: 0; }
  #topToolbar li {
    display: inline-block;
    margin-right: .25em; }
  #topToolbar .gsc-search-button.gsc-search-button-v2 {
    margin: 0; }
  #topToolbar .languages {
    margin-right: .5em;
    white-space: nowrap; }
    #topToolbar .languages li.en:lang(en), #topToolbar .languages li.zh:lang(zh), #topToolbar .languages li.cn:lang(cn) {
      font-weight: bold; }

body > .social-links {
  position: fixed;
  right: 0;
  left: unset;
  border-radius: .5em 0 0 .5em;
  z-index: 2;
  top: 80%;
  transform: translateY(-50%);
  padding: .5em .6em .5em .5em;
  font-size: 140%;
  background: rgba(0, 0, 0, 0.4);
  color: white;
  text-align: center; }
  @media screen and (min-width: 1100px) {
    body > .social-links {
      left: 0;
      right: unset;
      border-radius: 0 .5em .5em 0; } }
  body > .social-links ul, body > .social-links li {
    list-style: none;
    margin: 0;
    padding: 0; }
  body > .social-links li {
    padding: .2em 0; }
    body > .social-links li.donate-funds-shortcut {
      color: #B6D34F;
      margin-top: .75rem;
      padding-top: .75rem;
      border-top: white .1rem solid; }

header.top-banner nav .about {
  display: inline-block; }
  header.top-banner nav .about > a,
  header.top-banner nav .about > span {
    padding: 0;
    display: flex;
    flex-flow: column nowrap;
    align-items: stretch;
    justify-content: center;
    align-content: center;
    overflow: hidden;
    color: white;
    background-color: #909C32;
    font-weight: bold;
    border-radius: .5em; }
    header.top-banner nav .about > a span.label,
    header.top-banner nav .about > span span.label {
      font-size: 88%;
      text-align: center;
      letter-spacing: -.04em;
      overflow: visible;
      padding: .25rem .5em;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5), 1px 1px 20px rgba(0, 0, 0, 0.5); }
    @media screen and (min-width: 1100px) {
      header.top-banner nav .about > a,
      header.top-banner nav .about > span {
        width: 4.8em;
        height: 4.8em;
        border-radius: 100%;
        font-weight: unset; }
        header.top-banner nav .about > a span.label,
        header.top-banner nav .about > span span.label {
          padding: 0 .4em;
          text-overflow: ellipsis;
          overflow: hidden; } }
header.top-banner nav .news {
  display: inline-block; }
  header.top-banner nav .news > a,
  header.top-banner nav .news > span {
    padding: 0;
    display: flex;
    flex-flow: column nowrap;
    align-items: stretch;
    justify-content: center;
    align-content: center;
    overflow: hidden;
    color: white;
    background-color: #B6D34F;
    font-weight: bold;
    border-radius: .5em; }
    header.top-banner nav .news > a span.label,
    header.top-banner nav .news > span span.label {
      font-size: 88%;
      text-align: center;
      letter-spacing: -.04em;
      overflow: visible;
      padding: .25rem .5em;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5), 1px 1px 20px rgba(0, 0, 0, 0.5); }
    @media screen and (min-width: 1100px) {
      header.top-banner nav .news > a,
      header.top-banner nav .news > span {
        width: 4.8em;
        height: 4.8em;
        border-radius: 100%;
        font-weight: unset; }
        header.top-banner nav .news > a span.label,
        header.top-banner nav .news > span span.label {
          padding: 0 .4em;
          text-overflow: ellipsis;
          overflow: hidden; } }
header.top-banner nav .campus {
  display: inline-block; }
  header.top-banner nav .campus > a,
  header.top-banner nav .campus > span {
    padding: 0;
    display: flex;
    flex-flow: column nowrap;
    align-items: stretch;
    justify-content: center;
    align-content: center;
    overflow: hidden;
    color: white;
    background-color: #E8CE43;
    font-weight: bold;
    border-radius: .5em; }
    header.top-banner nav .campus > a span.label,
    header.top-banner nav .campus > span span.label {
      font-size: 88%;
      text-align: center;
      letter-spacing: -.04em;
      overflow: visible;
      padding: .25rem .5em;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5), 1px 1px 20px rgba(0, 0, 0, 0.5); }
    @media screen and (min-width: 1100px) {
      header.top-banner nav .campus > a,
      header.top-banner nav .campus > span {
        width: 4.8em;
        height: 4.8em;
        border-radius: 100%;
        font-weight: unset; }
        header.top-banner nav .campus > a span.label,
        header.top-banner nav .campus > span span.label {
          padding: 0 .4em;
          text-overflow: ellipsis;
          overflow: hidden; } }
  html[lang=zh] header.top-banner nav .campus span.label, html[lang=cn] header.top-banner nav .campus span.label {
    white-space: nowrap;
    overflow: visible; }
header.top-banner nav .kitchen {
  display: inline-block; }
  header.top-banner nav .kitchen > a,
  header.top-banner nav .kitchen > span {
    padding: 0;
    display: flex;
    flex-flow: column nowrap;
    align-items: stretch;
    justify-content: center;
    align-content: center;
    overflow: hidden;
    color: white;
    background-color: #909C32;
    font-weight: bold;
    border-radius: .5em; }
    header.top-banner nav .kitchen > a span.label,
    header.top-banner nav .kitchen > span span.label {
      font-size: 88%;
      text-align: center;
      letter-spacing: -.04em;
      overflow: visible;
      padding: .25rem .5em;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5), 1px 1px 20px rgba(0, 0, 0, 0.5); }
    @media screen and (min-width: 1100px) {
      header.top-banner nav .kitchen > a,
      header.top-banner nav .kitchen > span {
        width: 4.8em;
        height: 4.8em;
        border-radius: 100%;
        font-weight: unset; }
        header.top-banner nav .kitchen > a span.label,
        header.top-banner nav .kitchen > span span.label {
          padding: 0 .4em;
          text-overflow: ellipsis;
          overflow: hidden; } }
header.top-banner nav .action {
  display: inline-block; }
  header.top-banner nav .action > a,
  header.top-banner nav .action > span {
    padding: 0;
    display: flex;
    flex-flow: column nowrap;
    align-items: stretch;
    justify-content: center;
    align-content: center;
    overflow: hidden;
    color: white;
    background-color: #7B5F3A;
    font-weight: bold;
    border-radius: .5em; }
    header.top-banner nav .action > a span.label,
    header.top-banner nav .action > span span.label {
      font-size: 88%;
      text-align: center;
      letter-spacing: -.04em;
      overflow: visible;
      padding: .25rem .5em;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5), 1px 1px 20px rgba(0, 0, 0, 0.5); }
    @media screen and (min-width: 1100px) {
      header.top-banner nav .action > a,
      header.top-banner nav .action > span {
        width: 4.8em;
        height: 4.8em;
        border-radius: 100%;
        font-weight: unset; }
        header.top-banner nav .action > a span.label,
        header.top-banner nav .action > span span.label {
          padding: 0 .4em;
          text-overflow: ellipsis;
          overflow: hidden; } }
header.top-banner nav .green_living {
  display: inline-block; }
  header.top-banner nav .green_living > a,
  header.top-banner nav .green_living > span {
    padding: 0;
    display: flex;
    flex-flow: column nowrap;
    align-items: stretch;
    justify-content: center;
    align-content: center;
    overflow: hidden;
    color: white;
    background-color: #B17E28;
    font-weight: bold;
    border-radius: .5em; }
    header.top-banner nav .green_living > a span.label,
    header.top-banner nav .green_living > span span.label {
      font-size: 88%;
      text-align: center;
      letter-spacing: -.04em;
      overflow: visible;
      padding: .25rem .5em;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5), 1px 1px 20px rgba(0, 0, 0, 0.5); }
    @media screen and (min-width: 1100px) {
      header.top-banner nav .green_living > a,
      header.top-banner nav .green_living > span {
        width: 4.8em;
        height: 4.8em;
        border-radius: 100%;
        font-weight: unset; }
        header.top-banner nav .green_living > a span.label,
        header.top-banner nav .green_living > span span.label {
          padding: 0 .4em;
          text-overflow: ellipsis;
          overflow: hidden; } }
header.top-banner nav .support {
  display: inline-block; }
  header.top-banner nav .support > a,
  header.top-banner nav .support > span {
    padding: 0;
    display: flex;
    flex-flow: column nowrap;
    align-items: stretch;
    justify-content: center;
    align-content: center;
    overflow: hidden;
    color: white;
    background-color: #E8CE43;
    font-weight: bold;
    border-radius: .5em; }
    header.top-banner nav .support > a span.label,
    header.top-banner nav .support > span span.label {
      font-size: 88%;
      text-align: center;
      letter-spacing: -.04em;
      overflow: visible;
      padding: .25rem .5em;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5), 1px 1px 20px rgba(0, 0, 0, 0.5); }
    @media screen and (min-width: 1100px) {
      header.top-banner nav .support > a,
      header.top-banner nav .support > span {
        width: 4.8em;
        height: 4.8em;
        border-radius: 100%;
        font-weight: unset; }
        header.top-banner nav .support > a span.label,
        header.top-banner nav .support > span span.label {
          padding: 0 .4em;
          text-overflow: ellipsis;
          overflow: hidden; } }
header.top-banner nav .contact {
  display: inline-block; }
  header.top-banner nav .contact > a,
  header.top-banner nav .contact > span {
    padding: 0;
    display: flex;
    flex-flow: column nowrap;
    align-items: stretch;
    justify-content: center;
    align-content: center;
    overflow: hidden;
    color: white;
    background-color: #909C32;
    font-weight: bold;
    border-radius: .5em; }
    header.top-banner nav .contact > a span.label,
    header.top-banner nav .contact > span span.label {
      font-size: 88%;
      text-align: center;
      letter-spacing: -.04em;
      overflow: visible;
      padding: .25rem .5em;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5), 1px 1px 20px rgba(0, 0, 0, 0.5); }
    @media screen and (min-width: 1100px) {
      header.top-banner nav .contact > a,
      header.top-banner nav .contact > span {
        width: 4.8em;
        height: 4.8em;
        border-radius: 100%;
        font-weight: unset; }
        header.top-banner nav .contact > a span.label,
        header.top-banner nav .contact > span span.label {
          padding: 0 .4em;
          text-overflow: ellipsis;
          overflow: hidden; } }
header.top-banner nav .extra-nav {
  display: inline-block; }
  header.top-banner nav .extra-nav > a,
  header.top-banner nav .extra-nav > span {
    padding: 0;
    display: flex;
    flex-flow: column nowrap;
    align-items: stretch;
    justify-content: center;
    align-content: center;
    overflow: hidden;
    color: white;
    background-color: grey;
    font-weight: bold;
    border-radius: .5em; }
    header.top-banner nav .extra-nav > a span.label,
    header.top-banner nav .extra-nav > span span.label {
      font-size: 88%;
      text-align: center;
      letter-spacing: -.04em;
      overflow: visible;
      padding: .25rem .5em;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5), 1px 1px 20px rgba(0, 0, 0, 0.5); }
    @media screen and (min-width: 1100px) {
      header.top-banner nav .extra-nav > a,
      header.top-banner nav .extra-nav > span {
        width: 4.8em;
        height: 4.8em;
        border-radius: 100%;
        font-weight: unset; }
        header.top-banner nav .extra-nav > a span.label,
        header.top-banner nav .extra-nav > span span.label {
          padding: 0 .4em;
          text-overflow: ellipsis;
          overflow: hidden; } }

.breadcrumbs .about > a,
.breadcrumbs .about > span {
  display: inline-block;
  position: relative;
  padding-left: 1.5em; }
  .breadcrumbs .about > a:before,
  .breadcrumbs .about > span:before {
    content: " ";
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-left: -1.5em;
    margin-right: .5em;
    vertical-align: text-top;
    border-radius: 100%;
    background-color: #909C32; }
.breadcrumbs .news > a,
.breadcrumbs .news > span {
  display: inline-block;
  position: relative;
  padding-left: 1.5em; }
  .breadcrumbs .news > a:before,
  .breadcrumbs .news > span:before {
    content: " ";
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-left: -1.5em;
    margin-right: .5em;
    vertical-align: text-top;
    border-radius: 100%;
    background-color: #B6D34F; }
.breadcrumbs .campus > a,
.breadcrumbs .campus > span {
  display: inline-block;
  position: relative;
  padding-left: 1.5em; }
  .breadcrumbs .campus > a:before,
  .breadcrumbs .campus > span:before {
    content: " ";
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-left: -1.5em;
    margin-right: .5em;
    vertical-align: text-top;
    border-radius: 100%;
    background-color: #E8CE43; }
.breadcrumbs .kitchen > a,
.breadcrumbs .kitchen > span {
  display: inline-block;
  position: relative;
  padding-left: 1.5em; }
  .breadcrumbs .kitchen > a:before,
  .breadcrumbs .kitchen > span:before {
    content: " ";
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-left: -1.5em;
    margin-right: .5em;
    vertical-align: text-top;
    border-radius: 100%;
    background-color: #909C32; }
.breadcrumbs .action > a,
.breadcrumbs .action > span {
  display: inline-block;
  position: relative;
  padding-left: 1.5em; }
  .breadcrumbs .action > a:before,
  .breadcrumbs .action > span:before {
    content: " ";
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-left: -1.5em;
    margin-right: .5em;
    vertical-align: text-top;
    border-radius: 100%;
    background-color: #7B5F3A; }
.breadcrumbs .green_living > a,
.breadcrumbs .green_living > span {
  display: inline-block;
  position: relative;
  padding-left: 1.5em; }
  .breadcrumbs .green_living > a:before,
  .breadcrumbs .green_living > span:before {
    content: " ";
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-left: -1.5em;
    margin-right: .5em;
    vertical-align: text-top;
    border-radius: 100%;
    background-color: #B17E28; }
.breadcrumbs .support > a,
.breadcrumbs .support > span {
  display: inline-block;
  position: relative;
  padding-left: 1.5em; }
  .breadcrumbs .support > a:before,
  .breadcrumbs .support > span:before {
    content: " ";
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-left: -1.5em;
    margin-right: .5em;
    vertical-align: text-top;
    border-radius: 100%;
    background-color: #E8CE43; }
.breadcrumbs .contact > a,
.breadcrumbs .contact > span {
  display: inline-block;
  position: relative;
  padding-left: 1.5em; }
  .breadcrumbs .contact > a:before,
  .breadcrumbs .contact > span:before {
    content: " ";
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-left: -1.5em;
    margin-right: .5em;
    vertical-align: text-top;
    border-radius: 100%;
    background-color: #909C32; }

header.top-banner {
  margin-bottom: 1em; }
  @media screen and (min-width: 800px) {
    header.top-banner {
      display: flex;
      flex-flow: row wrap;
      align-items: stretch; } }
  header.top-banner .logo {
    display: block;
    width: 6em; }
    @media screen and (min-width: 800px) {
      header.top-banner .logo {
        width: 8em; } }
    @media screen and (min-width: 1100px) {
      header.top-banner .logo {
        max-width: unset;
        height: 2.5em; } }
  header.top-banner h1 {
    margin-right: 1em;
    margin-bottom: 0; }
    @media screen and (max-width: 800px) {
      header.top-banner h1 {
        margin-top: 0; } }
  header.top-banner nav {
    flex: 1;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center; }
    header.top-banner nav ul {
      list-style: none;
      margin: 0;
      padding: 0;
      padding-top: .75em;
      display: flex;
      flex-flow: row wrap;
      align-items: center; }
      header.top-banner nav ul li {
        margin: .25em .25em 0 0;
        padding: 0; }
        header.top-banner nav ul li:first-child {
          margin-left: 0; }
    header.top-banner nav ul.languages {
      position: absolute;
      top: 1.25em;
      right: 1em;
      color: grey;
      font-size: 82%; }
      header.top-banner nav ul.languages li {
        text-transform: uppercase;
        text-align: right; }
        header.top-banner nav ul.languages li.en {
          flex: 1; }
        header.top-banner nav ul.languages li.en:lang(en), header.top-banner nav ul.languages li.zh:lang(zh), header.top-banner nav ul.languages li.cn:lang(cn) {
          font-weight: bold; }
      @media screen and (min-width: 800px) {
        header.top-banner nav ul.languages {
          flex-flow: column nowrap;
          align-items: flex-end; }
          header.top-banner nav ul.languages li {
            margin: 0; } }

.hero .title {
  font-weight: normal;
  font-size: 220%;
  margin-top: 0; }

.breadcrumbs {
  font-size: 90%;
  margin-bottom: 1.5em; }
  .breadcrumbs .crumb:after {
    content: "/";
    margin: 0 .2em; }
  .breadcrumbs .crumb:last-child:after {
    content: ""; }

main {
  padding-bottom: 2em; }
  main > .headline {
    font-size: 150%;
    font-weight: bold;
    color: #909C32; }
  main div.imageblock.illustration div.content img {
    width: 100%;
    max-width: 1000px; }
  @media screen and (min-width: 1100px) {
    main {
      flex: 1; } }

footer {
  background: #909C32; }
  footer .content {
    color: white;
    padding-top: 1em;
    padding-bottom: 1em; }
    @media screen and (min-width: 1100px) {
      footer .content {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        align-items: flex-start; } }
    footer .content .legal {
      flex: 1; }
    footer .content .affiliated-org-list {
      margin-top: 1rem; }
      @media screen and (min-width: 1100px) {
        footer .content .affiliated-org-list {
          margin-top: 0;
          margin-left: 1rem;
          display: flex;
          flex-flow: row nowrap;
          align-items: center; } }
      footer .content .affiliated-org-list > .affiliated-org {
        margin-right: .5rem;
        overflow: hidden; }
        footer .content .affiliated-org-list > .affiliated-org:last-child {
          margin-right: 0; }
        footer .content .affiliated-org-list > .affiliated-org img {
          height: 50px; }
        footer .content .affiliated-org-list > .affiliated-org .name {
          white-space: nowrap;
          text-overflow: ellipsis; }

table.tableblock {
  font-size: 90%;
  text-align: left;
  border-collapse: collapse; }
  table.tableblock p {
    margin: 0; }
  table.tableblock th {
    font-weight: 800;
    background: #E8CE43;
    padding: 8px; }
  table.tableblock td {
    background: whiteSmoke;
    border-bottom: 1px solid #fff;
    border-top: 1px solid transparent;
    padding: 8px; }
  table.tableblock tr:hover td {
    background: #E8CE43; }

body.layout--section_home_nav .nav-item-grid {
  max-width: 1000px;
  margin: 0 auto; }
  body.layout--section_home_nav .nav-item-grid > * {
    overflow: hidden;
    position: relative;
    display: block; }
  body.layout--section_home_nav .nav-item-grid img {
    height: 100vh;
    object-fit: cover; }
  body.layout--section_home_nav .nav-item-grid .no-vertical-banner img {
    height: unset; }
  body.layout--section_home_nav .nav-item-grid .banner.vertical {
    display: none; }
  body.layout--section_home_nav .nav-item-grid .banner.horizontal {
    display: block;
    margin: auto;
    width: 100%;
    max-width: 1000px; }
  body.layout--section_home_nav .nav-item-grid .title {
    font-weight: bold;
    display: block;
    padding: 1rem;
    font-size: 160%;
    color: white;
    text-shadow: 1px 1px 4px #08c;
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1rem; }
    body.layout--section_home_nav .nav-item-grid .title:before {
      content: " ";
      transform: rotate(-1deg) translateY(-0.25rem);
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: -1;
      background: rgba(0, 136, 204, 0.82); }
  body.layout--section_home_nav .nav-item-grid .has-horizontal-banner .title {
    padding: 2rem;
    top: 1vw; }
    body.layout--section_home_nav .nav-item-grid .has-horizontal-banner .title:before {
      transform: rotate(-30deg) translateY(-13.25vw);
      top: -38vw;
      left: -14vw; }
  @media screen and (max-width: 800px) {
    body.layout--section_home_nav .nav-item-grid .no-horizontal-banner .title {
      position: relative; } }
  @media screen and (min-width: 800px) {
    body.layout--section_home_nav .nav-item-grid.supports-vertical {
      display: flex;
      flex-flow: row nowrap; }
      body.layout--section_home_nav .nav-item-grid.supports-vertical .banner.vertical {
        display: block; }
      body.layout--section_home_nav .nav-item-grid.supports-vertical .banner.horizontal {
        display: none; }
      body.layout--section_home_nav .nav-item-grid.supports-vertical .has-vertical-banner .title {
        display: block;
        padding: 1rem;
        font-size: 160%;
        color: white;
        text-shadow: 1px 1px 4px #08c;
        z-index: 1;
        position: absolute;
        left: 0;
        right: 0;
        top: 1rem;
        bottom: unset; }
        body.layout--section_home_nav .nav-item-grid.supports-vertical .has-vertical-banner .title:before {
          content: " ";
          transform: rotate(-1deg) translateY(-0.25rem);
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          z-index: -1;
          background: rgba(0, 136, 204, 0.82); }
      body.layout--section_home_nav .nav-item-grid.supports-vertical > * {
        flex: 1;
        display: flex;
        flex-flow: column nowrap;
        overflow: hidden; } }
  body.layout--section_home_nav .nav-item-grid a {
    border-bottom: 0;
    padding: 0; }
  body.layout--section_home_nav .nav-item-grid.vertical {
    flex-flow: column nowrap; }

body.layout--gallery_index main .galleries {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  body.layout--gallery_index main .galleries article.gallery {
    flex-basis: 50%; }
    body.layout--gallery_index main .galleries article.gallery .title {
      font-size: 200%;
      margin: .2em .2em .2em 0;
      font-weight: normal; }

body.layout--photo_album_group main {
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start; }
  body.layout--photo_album_group main .album {
    height: 10em;
    width: 10em;
    overflow: hidden;
    margin-right: .25em;
    margin-bottom: .25em; }
    body.layout--photo_album_group main .album a {
      padding: 0;
      border: 0; }
    body.layout--photo_album_group main .album img {
      display: block;
      object-fit: cover;
      object-position: 50% 50%;
      min-height: 100%;
      min-width: 100%;
      width: 0;
      height: 0; }

body.layout--photo_album main {
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start; }
  body.layout--photo_album main .photo {
    height: 10em;
    width: 10em;
    overflow: hidden;
    margin-right: .25em;
    margin-bottom: .25em; }
    body.layout--photo_album main .photo a {
      padding: 0;
      border: 0; }
    body.layout--photo_album main .photo img {
      display: block;
      object-fit: cover;
      object-position: 50% 50%;
      min-height: 100%;
      min-width: 100%;
      width: 0;
      height: 0; }

@media screen and (min-width: 800px) {
  body.layout--posts main .article-grid {
    display: flex;
    flex-flow: row wrap;
    justify-content: center; } }
body.layout--posts main .article-grid a:link, body.layout--posts main .article-grid a:visited {
  color: inherit; }
body.layout--posts main .article-grid > * {
  border-radius: 0 0 .5em 0;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  margin: .25em;
  background: white;
  overflow: hidden;
  display: flex;
  flex-flow: column nowrap;
  flex-basis: 30%;
  box-sizing: border-box; }
  body.layout--posts main .article-grid > * > a {
    flex: 1;
    display: flex;
    flex-flow: column nowrap;
    padding: 0;
    border: 0; }
  body.layout--posts main .article-grid > * .excerpt,
  body.layout--posts main .article-grid > * .date,
  body.layout--posts main .article-grid > * .title {
    padding-left: 1rem;
    padding-right: 1rem; }
  body.layout--posts main .article-grid > * .date {
    font-size: 80%;
    margin: .5em 0; }
  body.layout--posts main .article-grid > * .title {
    flex: 1;
    font-weight: normal;
    font-size: 120%;
    margin: .5em 0; }
  body.layout--posts main .article-grid > * .cover-illustration {
    flex: 1;
    flex-basis: 70%;
    max-height: 10em;
    overflow: hidden;
    display: flex;
    flex-flow: column nowrap; }
    body.layout--posts main .article-grid > * .cover-illustration img {
      display: block;
      width: 100%;
      object-fit: cover;
      flex: 1; }

body.layout--post main .illustrations .cover .illustration {
  width: 100%;
  background: #222;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 85vw;
  max-height: 500px; }
  @media screen and (min-width: 800px) {
    body.layout--post main .illustrations .cover .illustration {
      height: 500px;
      max-height: unset; } }
  body.layout--post main .illustrations .cover .illustration img {
    display: block;
    max-height: 100%;
    max-width: 100%; }
body.layout--post main .illustrations .cover.is-fullscreen .illustration {
  height: 100%;
  max-height: unset; }
body.layout--post main .illustrations .thumbs .illustration {
  width: 160px;
  height: 160px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: .5em 0 0 .5em; }
  body.layout--post main .illustrations .thumbs .illustration.is-nav-selected {
    opacity: .5; }
  body.layout--post main .illustrations .thumbs .illustration img {
    height: 100%;
    width: 100%;
    object-fit: cover; }

body.layout--donate_funds #donationOptionsContainer {
  display: none; }
  body.layout--donate_funds #donationOptionsContainer.with-js {
    display: block;
    position: relative;
    padding: 1rem 1.5rem;
    background: white;
    text-align: center;
    margin-bottom: 1rem;
    margin-left: -1rem;
    margin-right: -1rem; }
    body.layout--donate_funds #donationOptionsContainer.with-js .fa-spinner-third {
      -webkit-animation: rotating 2s linear infinite;
      -moz-animation: rotating 2s linear infinite;
      -ms-animation: rotating 2s linear infinite;
      -o-animation: rotating 2s linear infinite;
      animation: rotating 2s linear infinite; }
    @media screen and (min-width: 800px) {
      body.layout--donate_funds #donationOptionsContainer.with-js {
        margin-left: 0;
        margin-right: 0; } }
  body.layout--donate_funds #donationOptionsContainer.initialized .fa-spinner-third {
    display: none; }
  @media screen and (min-width: 800px) {
    body.layout--donate_funds #donationOptionsContainer.initialized {
      text-align: left;
      display: flex;
      flex-flow: row nowrap;
      align-items: stretch;
      justify-content: space-around; } }
  body.layout--donate_funds #donationOptionsContainer.initialized > * {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    text-align: center; }
  body.layout--donate_funds #donationOptionsContainer.initialized .call {
    font-size: 100%;
    font-weight: bold;
    margin: .5rem 0 1rem 0;
    padding: 0;
    white-space: nowrap; }
  body.layout--donate_funds #donationOptionsContainer.initialized ul {
    flex: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: space-around; }
    body.layout--donate_funds #donationOptionsContainer.initialized ul li {
      margin: 0 0 .5rem 0;
      padding: 0; }
      body.layout--donate_funds #donationOptionsContainer.initialized ul li button.donation-option {
        display: block;
        border: none;
        background: none;
        text-align: left;
        padding: .5rem 1rem;
        margin: 0;
        border: 0.1rem dashed #B6D34F;
        border-radius: .5rem; }
        body.layout--donate_funds #donationOptionsContainer.initialized ul li button.donation-option[disabled] {
          opacity: .5; }
        body.layout--donate_funds #donationOptionsContainer.initialized ul li button.donation-option > .sum > .currency-sign {
          opacity: .7;
          margin: 0 .25rem; }
        body.layout--donate_funds #donationOptionsContainer.initialized ul li button.donation-option > .sum > .amount {
          font-size: 140%; }
        body.layout--donate_funds #donationOptionsContainer.initialized ul li button.donation-option > .donation-type-label {
          font-size: .6rem;
          text-transform: uppercase;
          letter-spacing: .01em;
          color: #909C32;
          text-align: right; }
        body.layout--donate_funds #donationOptionsContainer.initialized ul li button.donation-option:hover {
          color: white;
          background: #909C32;
          border-style: solid;
          border-color: #909C32;
          transform: scale(1.1); }
          body.layout--donate_funds #donationOptionsContainer.initialized ul li button.donation-option:hover .donation-type-label {
            color: white; }
        body.layout--donate_funds #donationOptionsContainer.initialized ul li button.donation-option.in-progress {
          border: 0.1rem solid #909C32;
          transform: scale(1.2); }
          body.layout--donate_funds #donationOptionsContainer.initialized ul li button.donation-option.in-progress:hover {
            transform: scale(1.2); }

body.layout--contact main {
  /* The popup bubble styling. */
  /* The parent of the bubble. A zero-height div at the top of the tip. */
  /* JavaScript will position this div at the bottom of the popup tip. */ }
  body.layout--contact main dl, body.layout--contact main dt, body.layout--contact main dd {
    margin: 0;
    padding: 0;
    box-sizing: border-box; }
  body.layout--contact main dl {
    display: flex;
    flex-flow: row wrap; }
    body.layout--contact main dl dt {
      flex-shrink: 1;
      flex-grow: 0;
      text-overflow: ellipsis;
      overflow: hidden;
      flex-basis: 20%;
      text-transform: uppercase;
      font-size: 80%;
      letter-spacing: .08em; }
      body.layout--contact main dl dt:before {
        flex: 0;
        overflow: hidden; }
    body.layout--contact main dl dd {
      flex: 1;
      flex-basis: 80%;
      padding-left: .5em; }
  body.layout--contact main .social ul, body.layout--contact main .social li {
    padding: 0;
    margin: 0;
    list-style: none; }
  body.layout--contact main .social ul {
    display: flex;
    flex-flow: row wrap; }
  body.layout--contact main .social li {
    margin-right: 1em; }
  body.layout--contact main .office .map-marker, body.layout--contact main .community-kitchen .map-marker {
    display: none; }
  @media screen and (min-width: 800px) {
    body.layout--contact main {
      display: flex;
      flex-flow: row nowrap; }
      body.layout--contact main .gmap-container {
        flex-basis: 50%;
        flex-shrink: 0;
        margin-right: 2em; } }
  body.layout--contact main .map-marker {
    /* Position the bubble centered above its parent. */
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -100%);
    font-size: 140%;
    /* Style the bubble. */
    padding: 5px;
    border-radius: 5px;
    font-family: sans-serif;
    overflow-y: auto;
    max-height: 60px;
    box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.5);
    color: white; }
  body.layout--contact main .popup-bubble-anchor {
    /* Position the div a fixed distance above the tip. */
    position: absolute;
    width: 100%;
    bottom: 8px;
    left: 0;
    /* This element draws the tip. */ }
    body.layout--contact main .popup-bubble-anchor::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      /* Center the tip horizontally. */
      transform: translate(-50%, 0);
      /* The tip is a https://css-tricks.com/snippets/css/css-triangle/ */
      width: 0;
      height: 0;
      /* The tip is 8px high, and 12px wide. */
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-top-width: 8px;
      border-top-style: solid; }
    body.layout--contact main .popup-bubble-anchor.marker-office .map-marker {
      background-color: #909C32; }
    body.layout--contact main .popup-bubble-anchor.marker-office::after {
      border-top-color: #909C32; }
    body.layout--contact main .popup-bubble-anchor.marker-kitchen .map-marker {
      background-color: #909C32; }
    body.layout--contact main .popup-bubble-anchor.marker-kitchen::after {
      border-top-color: #909C32; }
  body.layout--contact main .popup-container {
    cursor: auto;
    height: 0;
    position: absolute;
    /* The max width of the info window. */
    width: 180px; }

body.home main a.actionable-horizontal-bar {
  text-decoration: none;
  border: none;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  background: linear-gradient(135deg, transparent 50%, #909C32 50%);
  background-size: 200% 200%;
  background-position: 0% 30%;
  transition: box-shadow .1s linear, text-shadow .1s linear, background-position .1s linear, color .1s linear;
  color: black;
  font-size: 120%;
  border-radius: .5rem; }
  @media screen and (min-width: 1100px) {
    body.home main a.actionable-horizontal-bar {
      flex-flow: row nowrap; } }
  body.home main a.actionable-horizontal-bar:hover, body.home main a.actionable-horizontal-bar:focus, body.home main a.actionable-horizontal-bar:active {
    background-position: 100% 100%;
    cursor: pointer;
    color: white; }
  body.home main a.actionable-horizontal-bar > .title, body.home main a.actionable-horizontal-bar > .body p {
    margin: 0;
    padding: 0; }
  body.home main a.actionable-horizontal-bar > .title {
    margin-right: .1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: .5em;
    text-transform: uppercase;
    font-size: 100%;
    letter-spacing: .01em;
    background: #909C32;
    color: white; }
  body.home main a.actionable-horizontal-bar > .body {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    flex: 1;
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start; }
  body.home main a.actionable-horizontal-bar > .action {
    display: none;
    font-size: 100%; }
    @media screen and (min-width: 1100px) {
      body.home main a.actionable-horizontal-bar > .action {
        display: block;
        margin-left: .1rem;
        padding: .5rem 1rem;
        background: #909C32;
        color: white; } }
body.home main a.donate-funds > .body {
  background: #E8CE43;
  transition: background .1s linear; }
body.home main a.donate-funds .monthly {
  font-weight: bold;
  position: relative;
  padding-right: 3rem; }
  body.home main a.donate-funds .monthly .new-label {
    position: absolute;
    top: -.8em;
    right: -3em;
    transform: rotate(-9deg) scale(0.8);
    font-size: 90%;
    height: 3em;
    width: 3em;
    padding-top: .8em;
    border-radius: 100%;
    box-sizing: border-box;
    text-align: center;
    font-weight: bold;
    background: red;
    color: white;
    transition: background .1s linear, color .1s linear; }
body.home main a.donate-funds .one-off {
  font-size: 80%; }
body.home main a.donate-funds:hover > .body {
  background: transparent; }
  body.home main a.donate-funds:hover > .body .new-label {
    background: #E8CE43;
    color: black; }
body.home main .newsroll {
  margin-bottom: 2em; }
  body.home main .newsroll > .title {
    color: #909C32;
    font-weight: normal;
    font-size: 120%; }
  body.home main .newsroll > .items > * {
    border-radius: 0 0 .5em 0;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    margin: .25em;
    background: white;
    overflow: hidden;
    display: flex;
    flex-flow: column nowrap;
    flex-basis: 33%; }
    body.home main .newsroll > .items > * > a {
      flex: 1;
      display: flex;
      flex-flow: column nowrap;
      padding: 0;
      border: 0; }
    body.home main .newsroll > .items > * .excerpt,
    body.home main .newsroll > .items > * .date,
    body.home main .newsroll > .items > * .title {
      padding-left: 1rem;
      padding-right: 1rem; }
    body.home main .newsroll > .items > * .date {
      font-size: 80%;
      margin: .5em 0; }
    body.home main .newsroll > .items > * .title {
      flex: 1;
      font-weight: normal;
      font-size: 120%;
      margin: .5em 0; }
    body.home main .newsroll > .items > * .cover-illustration {
      flex: 1;
      flex-basis: 70%;
      max-height: 10em;
      overflow: hidden;
      display: flex;
      flex-flow: column nowrap; }
      body.home main .newsroll > .items > * .cover-illustration img {
        display: block;
        width: 100%;
        object-fit: cover;
        flex: 1; }
  body.home main .newsroll > .items a:link, body.home main .newsroll > .items a:visited {
    color: #7B5F3A; }
  @media screen and (min-width: 800px) {
    body.home main .newsroll > .items {
      display: flex;
      flex-flow: row wrap;
      justify-content: space-between; }
      body.home main .newsroll > .items > * {
        margin: 0; } }
body.home main .about {
  color: #7B5F3A; }
  body.home main .about h2 {
    font-weight: normal;
    font-size: 180%; }
body.home main .hero {
  height: 352px;
  overflow: hidden;
  margin: 0;
  width: 100%;
  margin-bottom: 2em;
  /* === Sliding enabled by Flickity */ }
  body.home main .hero * {
    box-sizing: border-box; }
  body.home main .hero .support-call {
    display: inline-block;
    padding: 1em 2.25em;
    text-decoration: none;
    color: inherit;
    background-color: #E8CE43;
    background: linear-gradient(315deg, #E8CE43 0%, lightGreen 100%);
    border: 0;
    white-space: nowrap;
    animation-delay: 2s; }
    body.home main .hero .support-call span {
      font-size: 120%; }
  body.home main .hero .points {
    font-weight: bold;
    list-style: none;
    padding: 0;
    margin: 0; }
    body.home main .hero .points .point {
      display: inline-block;
      margin-bottom: 1.5em;
      margin-right: 2em;
      position: relative; }
      body.home main .hero .points .point .big {
        font-size: 220%;
        display: block;
        margin-bottom: .3em;
        white-space: nowrap; }
      body.home main .hero .points .point .small {
        font-size: 150%;
        white-space: nowrap; }
        @media screen and (max-width: 800px) {
          html[lang=en] body.home main .hero .points .point .small {
            white-space: unset;
            line-height: 1.1; } }
      @media screen and (min-width: 800px) {
        body.home main .hero .points .point {
          width: 40%;
          margin-right: 4em; } }
  body.home main .hero .banner .copy {
    transform: scale(0.85);
    padding: 1em; }
    @media screen and (min-width: 1100px) {
      body.home main .hero .banner .copy {
        transform: unset;
        padding: 2em 4em; } }
  body.home main .hero .banner .wrapper {
    height: 0;
    transition: height .2s linear;
    background: #909C32;
    position: absolute;
    top: 0;
    bottom: 0;
    overflow: hidden; }
    @media screen and (min-width: 800px) {
      body.home main .hero .banner .wrapper {
        white-space: nowrap; } }
    body.home main .hero .banner .wrapper .copy {
      position: absolute;
      z-index: 2;
      top: 0;
      right: 0;
      left: 0; }
    body.home main .hero .banner .wrapper > * {
      position: relative;
      z-index: 1; }
    body.home main .hero .banner .wrapper .banner__bg {
      position: absolute;
      top: 0;
      height: 100%;
      width: 100%;
      z-index: 0;
      display: block;
      object-fit: cover; }
      @media all and (-ms-high-contrast: none) {
        body.home main .hero .banner .wrapper .banner__bg {
          font-family: 'object-fit: cover;'; } }
  body.home main .hero .banner.dark .points {
    color: white;
    text-shadow: 1px 1px 24px black, 1px 1px 4px rgba(0, 0, 0, 0.4); }
  body.home main .hero .banner.light .points {
    color: black;
    text-shadow: 1px 1px 24px white, 1px 1px 4px rgba(255, 255, 255, 0.8); }
  body.home main .hero .banner .bg_canvas {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0; }
  body.home main .hero .banner.highlight-image .illustration {
    display: none; }
  @media screen and (min-width: 800px) {
    body.home main .hero .banner.highlight-image .copy {
      position: relative;
      width: 33%; }
      body.home main .hero .banner.highlight-image .copy .points {
        display: block;
        white-space: normal; }
        body.home main .hero .banner.highlight-image .copy .points .point {
          width: unset; }
    body.home main .hero .banner.highlight-image .illustration {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      width: 65%;
      z-index: 1;
      overflow: hidden; }
      body.home main .hero .banner.highlight-image .illustration .banner__pic {
        width: 100%;
        height: 100%;
        object-fit: cover; } }
  body.home main .hero .banner.highlight-image.no-safe-margin .illustration {
    padding: 0 4em 0 2em;
    background-color: rgba(0, 0, 0, 0.25); }
    body.home main .hero .banner.highlight-image.no-safe-margin .illustration .banner__pic {
      object-fit: contain; }
      @media all and (-ms-high-contrast: none) {
        body.home main .hero .banner.highlight-image.no-safe-margin .illustration .banner__pic {
          font-family: 'object-fit: contain;'; } }
  body.home main .hero.with-flickity {
    padding: 0 0 3.5em 0; }
    body.home main .hero.with-flickity .flickity-page-dots {
      bottom: 1em;
      text-align: center; }
    body.home main .hero.with-flickity .banner {
      width: 100%;
      height: 352px;
      min-height: 352px;
      overflow: hidden; }
      body.home main .hero.with-flickity .banner .wrapper {
        height: 352px;
        width: 100%; }
body.home main .container-with-map {
  /* The popup bubble styling. */
  /* The parent of the bubble. A zero-height div at the top of the tip. */
  /* JavaScript will position this div at the bottom of the popup tip. */ }
  body.home main .container-with-map .community-kitchen .map-marker {
    display: none; }
  @media screen and (min-width: 800px) {
    body.home main .container-with-map {
      display: flex;
      flex-flow: row nowrap; }
      body.home main .container-with-map .gmap-container {
        flex-basis: 50%;
        flex-shrink: 0;
        margin-right: 2em; } }
  body.home main .container-with-map .map-marker {
    /* Position the bubble centered above its parent. */
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -100%);
    font-size: 140%;
    /* Style the bubble. */
    padding: 5px;
    border-radius: 5px;
    font-family: sans-serif;
    overflow-y: auto;
    max-height: 60px;
    box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.5);
    color: white; }
  body.home main .container-with-map .popup-bubble-anchor {
    /* Position the div a fixed distance above the tip. */
    position: absolute;
    width: 100%;
    bottom: 8px;
    left: 0;
    /* This element draws the tip. */ }
    body.home main .container-with-map .popup-bubble-anchor::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      /* Center the tip horizontally. */
      transform: translate(-50%, 0);
      /* The tip is a https://css-tricks.com/snippets/css/css-triangle/ */
      width: 0;
      height: 0;
      /* The tip is 8px high, and 12px wide. */
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-top-width: 8px;
      border-top-style: solid; }
    body.home main .container-with-map .popup-bubble-anchor.marker-office .map-marker {
      background-color: #909C32; }
    body.home main .container-with-map .popup-bubble-anchor.marker-office::after {
      border-top-color: #909C32; }
    body.home main .container-with-map .popup-bubble-anchor.marker-kitchen .map-marker {
      background-color: #909C32; }
    body.home main .container-with-map .popup-bubble-anchor.marker-kitchen::after {
      border-top-color: #909C32; }
  body.home main .container-with-map .popup-container {
    cursor: auto;
    height: 0;
    position: absolute;
    /* The max width of the info window. */
    width: 180px; }

body.about main img {
  display: block;
  width: 12em;
  height: 12em;
  border-radius: 100%;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2); }
@media screen and (min-width: 800px) {
  body.about main > div {
    padding-left: 14em;
    padding-bottom: 2em;
    min-height: 12em; }
  body.about main .imageblock {
    float: left;
    margin-left: -14em;
    margin-top: -4em; } }

.grid-from-adoc-ul a, body.support-us .payment-methods a, body.support-us .supporter-list a {
  padding: 0;
  border: 0; }
.grid-from-adoc-ul p, body.support-us .payment-methods p, body.support-us .supporter-list p {
  margin: 0;
  padding: 0; }
.grid-from-adoc-ul ul, body.support-us .payment-methods ul, body.support-us .supporter-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-flow: row wrap; }
  .grid-from-adoc-ul ul > *, body.support-us .payment-methods ul > *, body.support-us .supporter-list ul > * {
    flex-basis: 30%;
    box-sizing: border-box;
    align-self: stretch;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    margin-right: .25em;
    margin-bottom: .25em;
    background-color: #FFFFFF; }
    .grid-from-adoc-ul ul > * img, body.support-us .payment-methods ul > * img, body.support-us .supporter-list ul > * img {
      display: block;
      width: 100%; }

body.support-us .payment-methods > ul > li {
  min-width: 10rem; }
body.support-us .google-form {
  margin-left: -.5rem;
  margin-top: 1rem; }

@media all and (-ms-high-contrast: none) {
  body {
    display: block; }

  header.top-banner h1 {
    width: 317px; }

  header.top-banner nav ul.languages {
    display: block; }

  body.layout--section_home_nav .nav-item-grid .banner.horizontal {
    height: auto; }

  body.layout--posts main .article-grid > *,
  body.home main .newsroll > .items > *,
  body.layout--home main .items > * {
    display: block; }

  body.layout--posts main .article-grid > * .cover-illustration,
  body.home main .newsroll > .items > * .cover-illustration,
  body.layout--home main .items > * .cover-illustration {
    flex: none;
    display: block; }

  body.layout--section_home_nav .nav-item-grid img {
    width: 100%;
    height: 100%; } }
