@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Oxygen:300,700");
@font-face {
  font-family: "civics";
  src: url('../fonts/civics.woff?1506262669') format('woff'), url('../fonts/civics.ttf?1506262669') format('truetype'), url('../fonts/civics.eot?1506262669') format('embedded-opentype'), url('../fonts/civics.svg?1506262669') format('svg');
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 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 8, ../sass/base/reset/_0_normalize.sass */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin. */
/* line 22, ../sass/base/reset/_0_normalize.sass */
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 34, ../sass/base/reset/_0_normalize.sass */
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 41, ../sass/base/reset/_0_normalize.sass */
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 53, ../sass/base/reset/_0_normalize.sass */
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 61, ../sass/base/reset/_0_normalize.sass */
[hidden], template {
  display: none;
}

/* Links
 * ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10. */
/* line 70, ../sass/base/reset/_0_normalize.sass */
a {
  background-color: transparent;
}
/* line 73, ../sass/base/reset/_0_normalize.sass */
a:active, a:hover {
  outline: 0;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state. */
/* Text-level semantics
 * ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome. */
/* line 86, ../sass/base/reset/_0_normalize.sass */
abbr[title] {
  border-bottom: 1px dotted;
}

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

/**
 * Address styling not present in Safari and Chrome. */
/* line 98, ../sass/base/reset/_0_normalize.sass */
dfn {
  font-style: italic;
}

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

/**
 * Address styling not present in IE 8/9. */
/* line 112, ../sass/base/reset/_0_normalize.sass */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers. */
/* line 119, ../sass/base/reset/_0_normalize.sass */
small {
  font-size: 80%;
}

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

/* line 131, ../sass/base/reset/_0_normalize.sass */
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

/* line 138, ../sass/base/reset/_0_normalize.sass */
sub {
  bottom: -0.25em;
}

/* Embedded content
 * ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10. */
/* line 147, ../sass/base/reset/_0_normalize.sass */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11. */
/* line 153, ../sass/base/reset/_0_normalize.sass */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
 * ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari. */
/* line 162, ../sass/base/reset/_0_normalize.sass */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers. */
/* line 168, ../sass/base/reset/_0_normalize.sass */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers. */
/* line 175, ../sass/base/reset/_0_normalize.sass */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers. */
/* line 181, ../sass/base/reset/_0_normalize.sass */
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 198, ../sass/base/reset/_0_normalize.sass */
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 212, ../sass/base/reset/_0_normalize.sass */
button {
  overflow: visible;
  text-transform: none;
}

/**
 * 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 222, ../sass/base/reset/_0_normalize.sass */
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 232, ../sass/base/reset/_0_normalize.sass */
button, html input[type="button"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/* line 241, ../sass/base/reset/_0_normalize.sass */
input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements. */
/* line 252, ../sass/base/reset/_0_normalize.sass */
button[disabled], html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+. */
/* line 258, ../sass/base/reset/_0_normalize.sass */
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 262, ../sass/base/reset/_0_normalize.sass */
input {
  line-height: normal;
}
/* line 263, ../sass/base/reset/_0_normalize.sass */
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* line 269, ../sass/base/reset/_0_normalize.sass */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/* line 278, ../sass/base/reset/_0_normalize.sass */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/* line 281, ../sass/base/reset/_0_normalize.sass */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}
/* line 289, ../sass/base/reset/_0_normalize.sass */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet. */
/**
 * 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. */
/**
 * 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`. */
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome. */
/**
 * 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). */
/**
 * Define consistent border, margin, and padding. */
/* line 320, ../sass/base/reset/_0_normalize.sass */
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. */
/* line 329, ../sass/base/reset/_0_normalize.sass */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11. */
/* line 340, ../sass/base/reset/_0_normalize.sass */
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 347, ../sass/base/reset/_0_normalize.sass */
optgroup {
  font-weight: bold;
}

/* Tables
 * ========================================================================== */
/**
 * Remove most spacing between table cells. */
/* line 356, ../sass/base/reset/_0_normalize.sass */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 360, ../sass/base/reset/_0_normalize.sass */
td, th {
  padding: 0;
}

/* line 8, ../sass/base/reset/_1_base.sass */
* {
  box-sizing: border-box;
}

/* line 11, ../sass/base/reset/_1_base.sass */
html {
  font-size: 16px;
}

/* line 14, ../sass/base/reset/_1_base.sass */
body {
  position: relative;
  cursor: crosshair;
  max-width: 100vw;
  overflow-x: hidden;
}

/* line 20, ../sass/base/reset/_1_base.sass */
main {
  font-family: "Oxygen", sans-serif;
  font-weight: 300;
}

/* line 25, ../sass/base/reset/_1_base.sass */
p {
  margin: 0;
}

/* line 27, ../sass/base/reset/_1_base.sass */
ul, li {
  padding: 0;
  margin: 0;
}

/* line 30, ../sass/base/reset/_1_base.sass */
figure {
  margin: 0;
}

/* line 35, ../sass/base/reset/_1_base.sass */
h1 {
  font-family: "Oxygen", sans-serif;
  font-weight: 700;
  font-size: 2rem;
}

/* line 35, ../sass/base/reset/_1_base.sass */
h2 {
  font-family: "Oxygen", sans-serif;
  font-weight: 700;
  font-size: 1.75rem;
}

/* line 35, ../sass/base/reset/_1_base.sass */
h3 {
  font-family: "Oxygen", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
}

/* line 35, ../sass/base/reset/_1_base.sass */
h4 {
  font-family: "Oxygen", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
}

/* line 35, ../sass/base/reset/_1_base.sass */
h5 {
  font-family: "Oxygen", sans-serif;
  font-weight: 700;
  font-size: 1rem;
}

/* line 35, ../sass/base/reset/_1_base.sass */
h6 {
  font-family: "Oxygen", sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
}

/* line 38, ../sass/base/reset/_1_base.sass */
small {
  font-size: 0.85emem;
}

/* line 42, ../sass/base/reset/_1_base.sass */
img {
  max-width: 100%;
  height: auto;
}

/* line 46, ../sass/base/reset/_1_base.sass */
iframe {
  max-width: 100%;
}

/* line 50, ../sass/base/reset/_1_base.sass */
li {
  list-style: none;
}

/* line 54, ../sass/base/reset/_1_base.sass */
a {
  text-decoration: none !important;
}

/* line 56, ../sass/base/reset/_1_base.sass */
a:focus {
  outline: 0;
}

/* line 60, ../sass/base/reset/_1_base.sass */
input,
select,
button,
textarea {
  max-width: 100%;
}
/* line 65, ../sass/base/reset/_1_base.sass */
input::focus, input::-moz-focus-outer, input::-moz-focus-inner,
select::focus,
select::-moz-focus-outer,
select::-moz-focus-inner,
button::focus,
button::-moz-focus-outer,
button::-moz-focus-inner,
textarea::focus,
textarea::-moz-focus-outer,
textarea::-moz-focus-inner {
  border: 0;
  outline: 0;
}

/* line 72, ../sass/base/reset/_1_base.sass */
select:hover {
  cursor: pointer;
}

/* line 76, ../sass/base/reset/_1_base.sass */
::-moz-selection {
  background: #dc5099;
  color: white;
}

/* line 79, ../sass/base/reset/_1_base.sass */
::selection {
  background: #dc5099;
  color: white;
}

/* line 84, ../sass/base/reset/_1_base.sass */
::-webkit-scrollbar {
  height: 24px;
  width: 8px;
  background: rgba(0, 0, 0, 0.15);
}

/* line 89, ../sass/base/reset/_1_base.sass */
::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.25);
}

/**
 *  GRID SYSTEM
 */
/* line 9, ../sass/base/reset/_2_common.sass */
.container-fixed {
  *zoom: 1;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
/* line 6, ../sass/base/abstractions/_clearfix.sass */
.container-fixed:before, .container-fixed:after {
  content: " ";
  display: table;
}
/* line 10, ../sass/base/abstractions/_clearfix.sass */
.container-fixed:after {
  clear: both;
}

/* line 12, ../sass/base/reset/_2_common.sass */
.container-fluid {
  *zoom: 1;
  width: 100%;
}
/* line 6, ../sass/base/abstractions/_clearfix.sass */
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
/* line 10, ../sass/base/abstractions/_clearfix.sass */
.container-fluid:after {
  clear: both;
}

/* line 15, ../sass/base/reset/_2_common.sass */
.clickable:hover {
  cursor: pointer;
}

/* line 18, ../sass/base/reset/_2_common.sass */
.hidden {
  display: none;
}

@-moz-keyframes showup {
  0% {
    opacity: 0;
    -moz-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes showup {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes showup {
  0% {
    opacity: 0;
    -moz-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-moz-keyframes showup_short {
  0% {
    opacity: 0;
    -moz-transform: translate(0, 24px);
    transform: translate(0, 24px);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes showup_short {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 24px);
    transform: translate(0, 24px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes showup_short {
  0% {
    opacity: 0;
    -moz-transform: translate(0, 24px);
    -ms-transform: translate(0, 24px);
    -webkit-transform: translate(0, 24px);
    transform: translate(0, 24px);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-moz-keyframes hideup {
  0% {
    opacity: 1;
    height: inherit;
  }
  33% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    height: 0;
  }
}
@-webkit-keyframes hideup {
  0% {
    opacity: 1;
    height: inherit;
  }
  33% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    height: 0;
  }
}
@keyframes hideup {
  0% {
    opacity: 1;
    height: inherit;
  }
  33% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    height: 0;
  }
}
@-moz-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* line 143, ../sass/base/reset/_3_generic-forms.sass */
.form-errors,
[class^='field__errors'] {
  color: #d9534f;
  font-family: "Oxygen", sans-serif;
  text-align: center;
  padding: 0 24px;
}

/* line 7, ../sass/base/reset/_4_icons.sass */
[class*='icon-']::before,
[class*='i-']::before {
  font-family: "civics";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 25, ../sass/base/reset/_4_icons.sass */
.i-ag-im::before {
  content: "";
}

/* line 25, ../sass/base/reset/_4_icons.sass */
.i-ag-uo::before {
  content: "";
}

/* line 25, ../sass/base/reset/_4_icons.sass */
.i-ag-oi::before {
  content: "";
}

/* line 25, ../sass/base/reset/_4_icons.sass */
.i-ag-es::before {
  content: "";
}

/* line 25, ../sass/base/reset/_4_icons.sass */
.i-ag-ic::before {
  content: "";
}

/* line 25, ../sass/base/reset/_4_icons.sass */
.i-ag-ja::before {
  content: "";
}

/* line 25, ../sass/base/reset/_4_icons.sass */
.i-ag-cc::before {
  content: "";
}

/* line 63, ../sass/base/reset/_4_icons.sass */
.i-to-co {
  color: #16EF34;
}
/* line 60, ../sass/base/reset/_4_icons.sass */
.i-to-co + .inner {
  background-color: #fefac4;
}

/* line 65, ../sass/base/reset/_4_icons.sass */
.i-to-dc {
  color: #fdea14;
}
/* line 60, ../sass/base/reset/_4_icons.sass */
.i-to-dc + .inner {
  background-color: #fefac4;
}

/* line 67, ../sass/base/reset/_4_icons.sass */
.i-to-au {
  color: #f8b835;
}
/* line 60, ../sass/base/reset/_4_icons.sass */
.i-to-au + .inner {
  background-color: #fdedcc;
}

/* line 69, ../sass/base/reset/_4_icons.sass */
.i-to-cl {
  color: #ec6851;
}
/* line 60, ../sass/base/reset/_4_icons.sass */
.i-to-cl + .inner {
  background-color: #fad9d3;
}

/* line 71, ../sass/base/reset/_4_icons.sass */
.i-to-ds {
  color: #f3a498;
}
/* line 60, ../sass/base/reset/_4_icons.sass */
.i-to-ds + .inner {
  background-color: #fce8e5;
}

/* line 73, ../sass/base/reset/_4_icons.sass */
.i-to-id {
  color: #e1517c;
}
/* line 60, ../sass/base/reset/_4_icons.sass */
.i-to-id + .inner {
  background-color: #f7d3de;
}

/* line 75, ../sass/base/reset/_4_icons.sass */
.i-to-ec {
  color: #2cae87;
}
/* line 60, ../sass/base/reset/_4_icons.sass */
.i-to-ec + .inner {
  background-color: #e4cad1;
}

/* line 77, ../sass/base/reset/_4_icons.sass */
.i-to-oe {
  color: #8e8e16;
}
/* line 60, ../sass/base/reset/_4_icons.sass */
.i-to-oe + .inner {
  background-color: #e3e3c5;
}

/* line 79, ../sass/base/reset/_4_icons.sass */
.i-to-ee {
  color: #b7d69c;
}
/* line 60, ../sass/base/reset/_4_icons.sass */
.i-to-ee + .inner {
  background-color: #edf5e6;
}

/* line 81, ../sass/base/reset/_4_icons.sass */
.i-to-ct {
  color: #932c49;
}
/* line 60, ../sass/base/reset/_4_icons.sass */
.i-to-ct + .inner {
  background-color: #edf5e6;
}

/* line 83, ../sass/base/reset/_4_icons.sass */
.i-to-ms {
  color: #40bfef;
}
/* line 60, ../sass/base/reset/_4_icons.sass */
.i-to-ms + .inner {
  background-color: #cfeffb;
}

/* line 85, ../sass/base/reset/_4_icons.sass */
.i-to-pg {
  color: #0079ba;
}
/* line 60, ../sass/base/reset/_4_icons.sass */
.i-to-pg + .inner {
  background-color: #bfddee;
}

/* line 87, ../sass/base/reset/_4_icons.sass */
.i-to-up {
  color: #587e74;
}
/* line 60, ../sass/base/reset/_4_icons.sass */
.i-to-up + .inner {
  background-color: #d5dfdc;
}

/* line 89, ../sass/base/reset/_4_icons.sass */
.i-to-pc {
  color: #f87dcc;
}
/* line 60, ../sass/base/reset/_4_icons.sass */
.i-to-pc + .inner {
  background-color: #f7d3de;
}

/* line 91, ../sass/base/reset/_4_icons.sass */
.i-to-in {
  color: #7f79fb;
}
/* line 60, ../sass/base/reset/_4_icons.sass */
.i-to-in + .inner {
  background-color: #f7d3de;
}

/* line 93, ../sass/base/reset/_4_icons.sass */
.i-to-di {
  color: #ff3333;
}
/* line 60, ../sass/base/reset/_4_icons.sass */
.i-to-di + .inner {
  background-color: #f7d3de;
}

/* line 95, ../sass/base/reset/_4_icons.sass */
.i-to-fe {
  color: #aa33ff;
}
/* line 60, ../sass/base/reset/_4_icons.sass */
.i-to-fe + .inner {
  background-color: #f7d3de;
}

/* line 98, ../sass/base/reset/_4_icons.sass */
.showing-ods [class*='i-to-'] {
  color: inherit;
}

/* line 103, ../sass/base/reset/_4_icons.sass */
.showing-ods .i-ods-1::before {
  color: #eb1c2d;
}

/* line 103, ../sass/base/reset/_4_icons.sass */
.showing-ods .i-ods-2::before {
  color: #d3a029;
}

/* line 103, ../sass/base/reset/_4_icons.sass */
.showing-ods .i-ods-3::before {
  color: #279b48;
}

/* line 103, ../sass/base/reset/_4_icons.sass */
.showing-ods .i-ods-4::before {
  color: #c31f33;
}

/* line 103, ../sass/base/reset/_4_icons.sass */
.showing-ods .i-ods-5::before {
  color: #ef402b;
}

/* line 103, ../sass/base/reset/_4_icons.sass */
.showing-ods .i-ods-6::before {
  color: #00aed9;
}

/* line 103, ../sass/base/reset/_4_icons.sass */
.showing-ods .i-ods-7::before {
  color: #fdb713;
}

/* line 103, ../sass/base/reset/_4_icons.sass */
.showing-ods .i-ods-8::before {
  color: #8f1838;
}

/* line 103, ../sass/base/reset/_4_icons.sass */
.showing-ods .i-ods-9::before {
  color: #f36d25;
}

/* line 103, ../sass/base/reset/_4_icons.sass */
.showing-ods .i-ods-10::before {
  color: #e11484;
}

/* line 103, ../sass/base/reset/_4_icons.sass */
.showing-ods .i-ods-11::before {
  color: #f99d26;
}

/* line 103, ../sass/base/reset/_4_icons.sass */
.showing-ods .i-ods-12::before {
  color: #cf8d2a;
}

/* line 103, ../sass/base/reset/_4_icons.sass */
.showing-ods .i-ods-13::before {
  color: #48773e;
}

/* line 103, ../sass/base/reset/_4_icons.sass */
.showing-ods .i-ods-14::before {
  color: #007dbc;
}

/* line 103, ../sass/base/reset/_4_icons.sass */
.showing-ods .i-ods-15::before {
  color: #3eb049;
}

/* line 103, ../sass/base/reset/_4_icons.sass */
.showing-ods .i-ods-16::before {
  color: #02558b;
}

/* line 103, ../sass/base/reset/_4_icons.sass */
.showing-ods .i-ods-17::before {
  color: #33548d;
}

/* line 25, ../sass/base/reset/_4_icons.sass */
.i-sp-cc::before {
  content: "";
}

/* line 25, ../sass/base/reset/_4_icons.sass */
.i-sp-em::before {
  content: "";
}

/* line 25, ../sass/base/reset/_4_icons.sass */
.i-sp-mc::before {
  content: "";
}

/* line 25, ../sass/base/reset/_4_icons.sass */
.i-sp-di::before {
  content: "";
}

/* line 25, ../sass/base/reset/_4_icons.sass */
.i-sp-ei::before {
  content: "";
}

/* line 25, ../sass/base/reset/_4_icons.sass */
.i-sp-ea::before {
  content: "";
}

/* line 25, ../sass/base/reset/_4_icons.sass */
.i-sp-ep::before {
  content: "";
}
/* line 126, ../sass/base/reset/_4_icons.sass */
.i-sp-ep:before {
  top: 1px;
}

/* line 25, ../sass/base/reset/_4_icons.sass */
.i-sp-hu::before {
  content: "";
}

/* line 25, ../sass/base/reset/_4_icons.sass */
.i-sp-it::before {
  content: "";
}

/* line 25, ../sass/base/reset/_4_icons.sass */
.i-sp-iu::before {
  content: "";
}

/* line 25, ../sass/base/reset/_4_icons.sass */
.i-sp-ms::before {
  content: "";
}

/* line 25, ../sass/base/reset/_4_icons.sass */
.i-sp-se::before {
  content: "";
}

/* line 149, ../sass/base/reset/_4_icons.sass */
.i-ac-au {
  text-indent: -3px;
}
/* line 25, ../sass/base/reset/_4_icons.sass */
.i-ac-au::before {
  content: "";
}
/* line 143, ../sass/base/reset/_4_icons.sass */
.i-ac-au::before {
  font-size: 3rem !important;
  line-height: 34px !important;
  top: 1px;
  right: 1px;
}

/* line 152, ../sass/base/reset/_4_icons.sass */
.i-ac-cu {
  text-indent: -3px;
}
/* line 25, ../sass/base/reset/_4_icons.sass */
.i-ac-cu::before {
  content: "";
}
/* line 143, ../sass/base/reset/_4_icons.sass */
.i-ac-cu::before {
  font-size: 3rem !important;
  line-height: 34px !important;
  top: 1px;
  right: 1px;
}

/* line 155, ../sass/base/reset/_4_icons.sass */
.i-ac-di {
  text-indent: -3px;
}
/* line 25, ../sass/base/reset/_4_icons.sass */
.i-ac-di::before {
  content: "";
}
/* line 143, ../sass/base/reset/_4_icons.sass */
.i-ac-di::before {
  font-size: 3rem !important;
  line-height: 34px !important;
  top: 1px;
  right: 1px;
}

/* line 158, ../sass/base/reset/_4_icons.sass */
.i-ac-en {
  text-indent: -3px;
}
/* line 25, ../sass/base/reset/_4_icons.sass */
.i-ac-en::before {
  content: "";
}
/* line 143, ../sass/base/reset/_4_icons.sass */
.i-ac-en::before {
  font-size: 3rem !important;
  line-height: 34px !important;
  top: 1px;
  right: 1px;
}

/* line 161, ../sass/base/reset/_4_icons.sass */
.i-ac-ev {
  text-indent: -3px;
}
/* line 25, ../sass/base/reset/_4_icons.sass */
.i-ac-ev::before {
  content: "";
}
/* line 143, ../sass/base/reset/_4_icons.sass */
.i-ac-ev::before {
  font-size: 3rem !important;
  line-height: 34px !important;
  top: 1px;
  right: 1px;
}

/* line 164, ../sass/base/reset/_4_icons.sass */
.i-ac-ex {
  text-indent: -3px;
}
/* line 25, ../sass/base/reset/_4_icons.sass */
.i-ac-ex::before {
  content: "";
}
/* line 143, ../sass/base/reset/_4_icons.sass */
.i-ac-ex::before {
  font-size: 3rem !important;
  line-height: 34px !important;
  top: 1px;
  right: 1px;
}

/* line 167, ../sass/base/reset/_4_icons.sass */
.i-ac-fi {
  text-indent: -3px;
}
/* line 25, ../sass/base/reset/_4_icons.sass */
.i-ac-fi::before {
  content: "";
}
/* line 143, ../sass/base/reset/_4_icons.sass */
.i-ac-fi::before {
  font-size: 3rem !important;
  line-height: 34px !important;
  top: 1px;
  right: 1px;
}

/* line 170, ../sass/base/reset/_4_icons.sass */
.i-ac-pu {
  text-indent: -3px;
}
/* line 25, ../sass/base/reset/_4_icons.sass */
.i-ac-pu::before {
  content: "";
}
/* line 143, ../sass/base/reset/_4_icons.sass */
.i-ac-pu::before {
  font-size: 3rem !important;
  line-height: 34px !important;
  top: 1px;
  right: 1px;
}

/* line 173, ../sass/base/reset/_4_icons.sass */
.i-ac-ta {
  text-indent: -3px;
}
/* line 25, ../sass/base/reset/_4_icons.sass */
.i-ac-ta::before {
  content: "";
}
/* line 143, ../sass/base/reset/_4_icons.sass */
.i-ac-ta::before {
  font-size: 3rem !important;
  line-height: 34px !important;
  top: 1px;
  right: 1px;
}

/* line 25, ../sass/base/reset/_4_icons.sass */
.icon-download::before {
  content: "";
}

/* line 25, ../sass/base/reset/_4_icons.sass */
.icon-share::before {
  content: "";
}

/* line 25, ../sass/base/reset/_4_icons.sass */
.icon-twitter::before {
  content: "";
}

/* line 25, ../sass/base/reset/_4_icons.sass */
.icon-facebook::before {
  content: "";
}

/* line 25, ../sass/base/reset/_4_icons.sass */
.icon-github::before {
  content: "";
}

/* line 25, ../sass/base/reset/_4_icons.sass */
.icon-mail::before {
  content: "";
}

/* line 25, ../sass/base/reset/_4_icons.sass */
.icon-expand::before {
  content: "";
}

/* line 193, ../sass/base/reset/_4_icons.sass */
.icon-login {
  font-size: 2.25em;
}
/* line 25, ../sass/base/reset/_4_icons.sass */
.icon-login::before {
  content: "";
}

/* line 196, ../sass/base/reset/_4_icons.sass */
.icon-logout {
  font-size: 2.25em;
}
/* line 25, ../sass/base/reset/_4_icons.sass */
.icon-logout::before {
  content: "";
}

/* line 25, ../sass/base/reset/_4_icons.sass */
.icon-email::before {
  content: "";
}

/* line 25, ../sass/base/reset/_4_icons.sass */
.icon-website::before {
  content: "";
}

/* line 25, ../sass/base/reset/_4_icons.sass */
.icon-address::before {
  content: "";
}

/* line 205, ../sass/base/reset/_4_icons.sass */
.icon-email,
.icon-website,
.icon-address {
  color: #999;
  font-size: 20px;
}

/* line 25, ../sass/base/reset/_4_icons.sass */
.i-activity::before {
  content: "";
}

/* line 25, ../sass/base/reset/_4_icons.sass */
.icon-city::before {
  content: "⦿";
}

/* line 25, ../sass/base/reset/_4_icons.sass */
.icon-topic::before {
  content: "";
}

/* line 25, ../sass/base/reset/_4_icons.sass */
.icon-space::before {
  content: "";
}

/* line 25, ../sass/base/reset/_4_icons.sass */
.icon-agent::before {
  content: "";
}

/* line 25, ../sass/base/reset/_4_icons.sass */
.icon-add::before {
  content: "";
}

/* line 25, ../sass/base/reset/_4_icons.sass */
.icon-calendar::before {
  content: "";
}

/* line 25, ../sass/base/reset/_4_icons.sass */
.icon-map::before {
  content: "";
}

/* line 25, ../sass/base/reset/_4_icons.sass */
.icon-info::before {
  content: "ℹ";
}

/* line 25, ../sass/base/reset/_4_icons.sass */
.icon-list::before {
  content: "";
}

/* line 25, ../sass/base/reset/_4_icons.sass */
.icon-event-address::before {
  content: "";
}

/* line 25, ../sass/base/reset/_4_icons.sass */
.icon-event-date::before {
  content: "";
}

/* line 25, ../sass/base/reset/_4_icons.sass */
.icon-event-time::before {
  content: "";
}

/* line 25, ../sass/base/reset/_4_icons.sass */
.icon-star::before {
  content: "★";
}

/* line 25, ../sass/base/reset/_4_icons.sass */
.icon-locate::before {
  content: "◎";
}

/* line 25, ../sass/base/reset/_4_icons.sass */
.icon-layers::before {
  content: "";
}

/* line 244, ../sass/base/reset/_4_icons.sass */
.icon-ods,
.icon-ods-black {
  color: rgba(0, 0, 0, 0.75);
}

/* line 247, ../sass/base/reset/_4_icons.sass */
.icon-ods:before,
.icon-ods-black:before {
  content: " ";
  background-size: cover;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  top: 2px;
}

/* line 257, ../sass/base/reset/_4_icons.sass */
.icon-ods:before {
  background-image: url("../img/logos/logo-ods--icon.svg");
}

/* line 259, ../sass/base/reset/_4_icons.sass */
.icon-ods-black:before {
  background-image: url("../img/logos/logo-ods--icon--black.svg");
}

/* line 3, ../sass/base/reset/_5_loading-bar.sass */
#loading-bar {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 15000;
  background: url("../img/logo-civics.svg") no-repeat center 30vh rgba(255, 255, 255, 0.2);
  background-size: 400px auto;
}
/* line 12, ../sass/base/reset/_5_loading-bar.sass */
#loading-bar .bar {
  margin-top: 50vh;
  background-color: #ed61aa !important;
}
/* line 15, ../sass/base/reset/_5_loading-bar.sass */
#loading-bar .peg {
  display: none;
}

/* line 1, ../sass/layout/_base-layouts.sass */
.layout-main {
  margin: 96px 0;
}

/* line 4, ../sass/layout/_base-layouts.sass */
.single-fixed .layout-main {
  padding: 0 12px;
}
@media screen and (min-width: 768px) {
  /* line 4, ../sass/layout/_base-layouts.sass */
  .single-fixed .layout-main {
    padding: 0;
  }
}

/* line 1, ../sass/layout/_content.sass */
.region-content {
  display: none;
}

/* line 5, ../sass/layout/_fieldsets.sass */
.fieldset--two-col {
  *zoom: 1;
}
/* line 6, ../sass/base/abstractions/_clearfix.sass */
.fieldset--two-col:before, .fieldset--two-col:after {
  content: " ";
  display: table;
}
/* line 10, ../sass/base/abstractions/_clearfix.sass */
.fieldset--two-col:after {
  clear: both;
}

@media screen and (min-width: 768px) {
  /* line 8, ../sass/layout/_fieldsets.sass */
  .fieldset__left--two-col,
  .fieldset__right--two-col {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    float: left;
    width: 50%;
  }
}

/* line 15, ../sass/layout/_fieldsets.sass */
.fieldset--four-col {
  *zoom: 1;
}
/* line 6, ../sass/base/abstractions/_clearfix.sass */
.fieldset--four-col:before, .fieldset--four-col:after {
  content: " ";
  display: table;
}
/* line 10, ../sass/base/abstractions/_clearfix.sass */
.fieldset--four-col:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  /* line 17, ../sass/layout/_fieldsets.sass */
  .fieldset--four-col [class*='field--'] {
    *zoom: 1;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    float: left;
    width: 25%;
  }
  /* line 6, ../sass/base/abstractions/_clearfix.sass */
  .fieldset--four-col [class*='field--']:before, .fieldset--four-col [class*='field--']:after {
    content: " ";
    display: table;
  }
  /* line 10, ../sass/base/abstractions/_clearfix.sass */
  .fieldset--four-col [class*='field--']:after {
    clear: both;
  }
}

/* line 24, ../sass/layout/_fieldsets.sass */
.fieldset__left--two-col {
  padding-right: 6px;
}

/* line 26, ../sass/layout/_fieldsets.sass */
.fieldset__right--two-col {
  padding-left: 6px;
}

/* line 28, ../sass/layout/_fieldsets.sass */
.fieldset__full--two-col {
  clear: both;
}

/* line 31, ../sass/layout/_fieldsets.sass */
.fieldset--inline {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  /* line 31, ../sass/layout/_fieldsets.sass */
  .fieldset--inline {
    -webkit-flex-direction: row;
    flex-direction: row;
  }
}
/* line 36, ../sass/layout/_fieldsets.sass */
.fieldset--inline > div {
  -webkit-flex: 1 0;
  flex: 1 0;
}

/* line 1, ../sass/layout/_footer.sass */
.region-footer {
  position: fixed;
  top: calc(100vh - 50px);
}

/* line 2, ../sass/layout/_front.sass */
.front .layout-main {
  margin: 0;
}

/* line 3, ../sass/layout/_map.sass */
.initiative-info {
  position: absolute;
  overflow-y: auto;
  width: 480px;
  max-width: 100%;
  left: -480px;
  z-index: 1;
  -moz-transition: left 0.25s ease;
  -o-transition: left 0.25s ease;
  -webkit-transition: left 0.25s ease;
  transition: left 0.25s ease;
}

/* line 12, ../sass/layout/_map.sass */
.initiative-info.expanded {
  left: 0;
}

/* line 15, ../sass/layout/_map.sass */
.map-container {
  -moz-transition: margin-left 0.25s ease;
  -o-transition: margin-left 0.25s ease;
  -webkit-transition: margin-left 0.25s ease;
  transition: margin-left 0.25s ease;
  width: 100%;
  left: 0;
}

/* line 20, ../sass/layout/_map.sass */
.initiative-info.expanded + .map-container,
.map-container.ods-expanded {
  display: inline-block;
  margin-left: 480px;
}

/* line 27, ../sass/layout/_map.sass */
.front {
  background: url("../img/signin-bg.png?1506262669") repeat #eae9e9;
  background-position-y: 32px;
}

/* line 1, ../sass/layout/_messages.sass */
.region-messages {
  position: absolute;
  top: 144px;
  width: 50%;
  left: 25%;
  margin: 48px;
  z-index: 1000;
}

/* line 3, ../sass/layout/_toolbar.sass */
.region-toolbar {
  padding: 6px 0;
}

/* line 6, ../sass/layout/_toolbar.sass */
[class^='region-toolbar__'] {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

/* line 9, ../sass/layout/_toolbar.sass */
.region-toolbar__left {
  width: 200px;
  padding: 0 12px;
  text-align: left;
  float: left;
}

/* line 15, ../sass/layout/_toolbar.sass */
.region-toolbar__right {
  width: calc(100% - 200px);
  padding: 0 12px;
  display: inline-block;
  text-transform: uppercase;
}

/* line 1, ../sass/look-and-feel/_403-404.sass */
.msg-403,
.msg-404 {
  font-size: 2em;
  text-align: center;
}

/* line 6, ../sass/look-and-feel/_403-404.sass */
.msg-403__image,
.msg-404__image {
  margin-bottom: 48px;
  font-size: 3em;
}

/* line 3, ../sass/look-and-feel/_cookie-consent.sass */
.cookies-popup {
  width: 400px;
  position: fixed;
  font-size: 0.8em;
  font-family: "Oxygen", sans-serif;
  right: 24px;
  bottom: 24px;
  background-color: #222;
  color: white;
  padding: 24px;
  text-align: justify;
  border-radius: 8px;
}
/* line 15, ../sass/look-and-feel/_cookie-consent.sass */
.cookies-popup a {
  transition: color 0.2s ease;
}
/* line 17, ../sass/look-and-feel/_cookie-consent.sass */
.cookies-popup a:link, .cookies-popup a:visited {
  color: #dc5099;
}
/* line 19, ../sass/look-and-feel/_cookie-consent.sass */
.cookies-popup a:hover {
  color: #ed61aa;
}
/* line 21, ../sass/look-and-feel/_cookie-consent.sass */
.cookies-popup a:active {
  color: #dc5099;
}

/* line 24, ../sass/look-and-feel/_cookie-consent.sass */
#cookie-consent {
  display: block;
  width: 50%;
  margin: 24px auto 0;
  background-color: #dc5099;
  border: 0;
  font-weight: bold;
  text-transform: uppercase;
  padding: 12px;
  border-radius: 4px;
  transition: background-color 0.2s ease;
}
/* line 35, ../sass/look-and-feel/_cookie-consent.sass */
#cookie-consent:hover {
  background-color: #d02a80;
}

/* line 3, ../sass/look-and-feel/_credits.sass */
body.about {
  background: url('../img/signin-bg.png?1506262669') repeat #eae9e9;
  background-attachment: fixed;
}

/* line 7, ../sass/look-and-feel/_credits.sass */
.civics-about {
  top: 50px;
  margin: 0 auto;
  min-height: 100vh;
  width: 780px;
  max-width: 100%;
  text-align: justify;
  background: white;
  padding: 48px;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
/* line 45, ../sass/base/reset/_2_common.sass */
.civics-about a {
  -moz-transition: color 0.1s ease;
  -o-transition: color 0.1s ease;
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
}
/* line 47, ../sass/base/reset/_2_common.sass */
.civics-about a:link, .civics-about a:visited {
  color: #555;
  border-bottom: 1px dotted #555;
}
/* line 50, ../sass/base/reset/_2_common.sass */
.civics-about a:hover {
  color: #777;
}
/* line 52, ../sass/base/reset/_2_common.sass */
.civics-about a:active {
  color: #555;
}

/* line 19, ../sass/look-and-feel/_credits.sass */
.close-about {
  position: absolute;
  right: 48px;
  top: 48px;
  font-size: 1.5rem;
}
/* line 24, ../sass/look-and-feel/_credits.sass */
.close-about:hover {
  cursor: pointer;
}

/* line 27, ../sass/look-and-feel/_credits.sass */
.civics-about__text {
  font-size: 1.2em;
}
/* line 29, ../sass/look-and-feel/_credits.sass */
.civics-about__text strong {
  display: inline-block;
  margin-top: 12px !important;
}

/* line 34, ../sass/look-and-feel/_credits.sass */
.civics-about__ethic-code li {
  list-style: none;
  margin-bottom: 6px;
  padding-left: 24px;
}
/* line 38, ../sass/look-and-feel/_credits.sass */
.civics-about__ethic-code li:before {
  content: "- ";
}

/* line 41, ../sass/look-and-feel/_credits.sass */
.civics-about__icons {
  margin: 48px 0;
  *zoom: 1;
}
/* line 6, ../sass/base/abstractions/_clearfix.sass */
.civics-about__icons:before, .civics-about__icons:after {
  content: " ";
  display: table;
}
/* line 10, ../sass/base/abstractions/_clearfix.sass */
.civics-about__icons:after {
  clear: both;
}
/* line 45, ../sass/look-and-feel/_credits.sass */
.civics-about__icons [class^='icon-'] {
  font-size: 2em;
  margin-bottom: 12px;
}
/* line 48, ../sass/look-and-feel/_credits.sass */
.civics-about__icons .plus-icon {
  font-weight: bold;
  font-size: 1.5em;
}

/* line 52, ../sass/look-and-feel/_credits.sass */
.civics-about__icons-item {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 30%;
  padding: 0 24px;
  text-align: center;
}

/* line 58, ../sass/look-and-feel/_credits.sass */
.civics-about__icon-text {
  text-transform: uppercase;
  font-size: 0.85em;
}

/* line 62, ../sass/look-and-feel/_credits.sass */
.civics-about__credits {
  margin-top: 48px;
}

/* line 64, ../sass/look-and-feel/_credits.sass */
.civics-about__logos {
  text-align: center;
  margin: 12px 0 48px;
}

/* line 68, ../sass/look-and-feel/_credits.sass */
.civics-about__logo {
  margin: 8px;
  max-height: 48px;
  width: auto;
}

/* line 73, ../sass/look-and-feel/_credits.sass */
.civics-about__logos {
  margin-top: 24px;
}

/* line 76, ../sass/look-and-feel/_credits.sass */
.civics-about__license-text {
  margin-top: 48px;
}
/* line 45, ../sass/base/reset/_2_common.sass */
.civics-about__license-text a {
  -moz-transition: color 0.1s ease;
  -o-transition: color 0.1s ease;
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
}
/* line 47, ../sass/base/reset/_2_common.sass */
.civics-about__license-text a:link, .civics-about__license-text a:visited {
  color: #555;
  border-bottom: 1px dotted #555;
}
/* line 50, ../sass/base/reset/_2_common.sass */
.civics-about__license-text a:hover {
  color: #777;
}
/* line 52, ../sass/base/reset/_2_common.sass */
.civics-about__license-text a:active {
  color: #555;
}

/* line 80, ../sass/look-and-feel/_credits.sass */
.civics-logo--about {
  height: 75px;
  margin-bottom: 24px;
}

/* line 85, ../sass/look-and-feel/_credits.sass */
.civics-about__team strong {
  display: inline-block;
  margin-bottom: 12px;
  text-align: center;
}

/* line 11, ../sass/look-and-feel/_dashboard.sass */
.dashboard main,
.dashboard-staff main {
  background: #eee;
}

/* line 16, ../sass/look-and-feel/_dashboard.sass */
.dashboard .page-title,
.dashboard-staff .page-title {
  text-transform: uppercase;
  font-size: 1.25rem;
  margin-bottom: 48px;
  margin-left: 24px;
  border-bottom: 1px solid #333;
  width: calc(100% - 48px);
}

/* line 24, ../sass/look-and-feel/_dashboard.sass */
.user-delete {
  float: right;
  margin-right: 24px;
  position: relative;
  top: 16px;
  font-size: 0.8em;
  text-transform: uppercase;
  color: #333;
  transition: opacity 0.2s ease;
}
/* line 33, ../sass/look-and-feel/_dashboard.sass */
.user-delete:before {
  content: "🞨";
  font-family: sans-serif;
  color: #d00;
}
/* line 37, ../sass/look-and-feel/_dashboard.sass */
.user-delete:hover {
  opacity: 0.75;
}

/* line 42, ../sass/look-and-feel/_dashboard.sass */
.dashboard .layout-main,
.dashboard-staff .layout-main {
  margin: 0;
  padding-top: 48px;
  min-height: calc(100vh - 56px);
}

/* line 47, ../sass/look-and-feel/_dashboard.sass */
.dashboard-left,
.dashboard-right,
.dashboard-left__left,
.dashboard-left__right {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 0 12px;
}
@media screen and (max-width: 768px) {
  /* line 47, ../sass/look-and-feel/_dashboard.sass */
  .dashboard-left,
  .dashboard-right,
  .dashboard-left__left,
  .dashboard-left__right {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  /* line 56, ../sass/look-and-feel/_dashboard.sass */
  .dashboard-left,
  .dashboard-right {
    width: calc(50% - 24px);
  }
}

@media screen and (min-width: 992px) {
  /* line 60, ../sass/look-and-feel/_dashboard.sass */
  .dashboard-left__left,
  .dashboard-left__right {
    width: calc(50% - 24px);
  }
}

@media screen and (max-width: 768px) {
  /* line 64, ../sass/look-and-feel/_dashboard.sass */
  .dashboard-left__right,
  .dashboard-right {
    margin-top: 24px;
    width: calc(100% - 24px);
  }
}

@media screen and (min-width: 768px) {
  /* line 70, ../sass/look-and-feel/_dashboard.sass */
  .dashboard-left,
  .dashboard-left__left {
    float: left;
  }
}

/* line 75, ../sass/look-and-feel/_dashboard.sass */
.dashboard-left__left {
  background-color: #f9afeb;
}

/* line 78, ../sass/look-and-feel/_dashboard.sass */
.dashboard-left__right {
  background-color: #9ee5e1;
}

/* line 81, ../sass/look-and-feel/_dashboard.sass */
[class$='--dashboard__title'] {
  position: relative;
  padding: 12px;
  color: rgba(0, 0, 0, 0.7);
}
/* line 85, ../sass/base/reset/_2_common.sass */
[class$='--dashboard__title'] a {
  -moz-transition: color 0.1s ease;
  -o-transition: color 0.1s ease;
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
}
/* line 87, ../sass/base/reset/_2_common.sass */
[class$='--dashboard__title'] a:link, [class$='--dashboard__title'] a:visited {
  color: white;
}
/* line 89, ../sass/base/reset/_2_common.sass */
[class$='--dashboard__title'] a:hover {
  color: rgba(255, 255, 255, 0.75);
}
/* line 91, ../sass/base/reset/_2_common.sass */
[class$='--dashboard__title'] a:active {
  color: white;
}
/* line 86, ../sass/look-and-feel/_dashboard.sass */
[class$='--dashboard__title'] h2 {
  margin: 0;
  text-transform: uppercase;
  font-size: 1.25rem;
  display: inline;
}

/* line 92, ../sass/look-and-feel/_dashboard.sass */
.initiatives--dashboard__title,
.single-initiative--dashboard__title {
  background-color: #f468d9;
}

/* line 95, ../sass/look-and-feel/_dashboard.sass */
.events--dashboard__title {
  background-color: #62d5ce;
}

/* line 97, ../sass/look-and-feel/_dashboard.sass */
.events-map--dashboard__title {
  background-color: #ccc;
  margin-right: 12px;
}

/* line 101, ../sass/look-and-feel/_dashboard.sass */
[class$='--dashboard__create'] {
  float: right;
}

/* line 104, ../sass/look-and-feel/_dashboard.sass */
[class$='--dashboard__items'],
.single-initiative--dashboard__fields {
  max-height: calc(100vh - 288px);
  overflow-y: auto;
}
/* line 125, ../sass/base/reset/_2_common.sass */
[class$='--dashboard__items'] a:link, [class$='--dashboard__items'] a:visited, [class$='--dashboard__items'] a:hover, [class$='--dashboard__items'] a:active,
.single-initiative--dashboard__fields a:link,
.single-initiative--dashboard__fields a:visited,
.single-initiative--dashboard__fields a:hover,
.single-initiative--dashboard__fields a:active {
  color: rgba(0, 0, 0, 0.75);
}
@media screen and (min-width: 768px) {
  /* line 104, ../sass/look-and-feel/_dashboard.sass */
  [class$='--dashboard__items'],
  .single-initiative--dashboard__fields {
    height: calc(100vh - 288px);
  }
}

/* line 112, ../sass/look-and-feel/_dashboard.sass */
[class$='--dashboard__item'] {
  padding: 12px;
  position: relative;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

/* line 117, ../sass/look-and-feel/_dashboard.sass */
[class$='--dashboard__item']:hover {
  background: rgba(0, 0, 0, 0.25);
  color: white !important;
}
/* line 120, ../sass/look-and-feel/_dashboard.sass */
[class$='--dashboard__item']:hover [class$='--dashboard__edit'] {
  visibility: visible;
  opacity: 1;
}

/* line 123, ../sass/look-and-feel/_dashboard.sass */
[class$='--dashboard__edit'] {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.25);
  color: white;
  visibility: hidden;
  opacity: 0;
  line-height: 100%;
  padding: 6px 12px;
  font-size: 0.8em !important;
  font-weight: 300 !important;
  letter-spacing: 1px;
  font-family: "Oxygen", sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  -moz-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  text-transform: uppercase;
}

/* line 141, ../sass/look-and-feel/_dashboard.sass */
[class$='--dashboard__item-name'] {
  margin: 0 0 6px;
}

/* line 144, ../sass/look-and-feel/_dashboard.sass */
[class$='--dashboard__item-date'] {
  text-transform: uppercase;
  font-size: 0.8em;
}

/* line 148, ../sass/look-and-feel/_dashboard.sass */
[class$='--dashboard__item-image'] {
  float: left;
  background: #ddd;
  color: #999;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  font-size: 24px;
  margin-right: 12px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
}
/* line 159, ../sass/look-and-feel/_dashboard.sass */
[class$='--dashboard__item-image'] img {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 162, ../sass/look-and-feel/_dashboard.sass */
[class$='--dashboard__item-image'] + div {
  display: inline-block;
  width: calc(100% - 60px);
}

/* line 166, ../sass/look-and-feel/_dashboard.sass */
.events--dashboard__items-empty {
  font-size: 1.25em;
  padding: 48px;
  text-align: center;
}
/* line 170, ../sass/look-and-feel/_dashboard.sass */
.events--dashboard__items-empty span {
  font-size: 0.8em;
  margin: 0 6px;
}

/* line 174, ../sass/look-and-feel/_dashboard.sass */
.events--dashboard__edit-event {
  font-size: 2em;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  float: right;
  line-height: 1em;
}

/* line 180, ../sass/look-and-feel/_dashboard.sass */
#dashboard_map {
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  max-width: 100%;
  min-height: calc(100vh - 290px);
  margin-right: 12px;
}
/* line 185, ../sass/look-and-feel/_dashboard.sass */
#dashboard_map .leaflet-tile {
  -webkit-filter: grayscale(100%) !important;
  filter: grayscale(100%) !important;
}
/* line 187, ../sass/look-and-feel/_dashboard.sass */
#dashboard_map .leaflet-popup-content-wrapper {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* line 189, ../sass/look-and-feel/_dashboard.sass */
#dashboard_map .leaflet-popup-content-wrapper h5 {
  margin-bottom: 6px;
}
/* line 191, ../sass/look-and-feel/_dashboard.sass */
#dashboard_map .leaflet-popup-content-wrapper p {
  text-align: right;
  text-transform: uppercase;
  font-weight: bold;
}

/* line 196, ../sass/look-and-feel/_dashboard.sass */
[class^='single-initiative--dashboard__'] {
  padding: 12px;
}
/* line 198, ../sass/look-and-feel/_dashboard.sass */
[class^='single-initiative--dashboard__'] p {
  font-family: "Oxygen", sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  text-transform: uppercase;
}

/* line 202, ../sass/look-and-feel/_dashboard.sass */
.import-events {
  padding: 24px;
}
/* line 129, ../sass/base/reset/_2_common.sass */
.import-events a:link, .import-events a:visited, .import-events a:hover, .import-events a:active {
  color: #757575;
}

/* line 205, ../sass/look-and-feel/_dashboard.sass */
.import-events__list {
  margin-top: 24px;
}

/* line 207, ../sass/look-and-feel/_dashboard.sass */
.import-events__item {
  position: relative;
  margin-top: 12px;
  padding: 12px 12px 36px;
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 213, ../sass/look-and-feel/_dashboard.sass */
.import-events__item-name {
  font-family: "Oxygen", sans-serif;
  font-weight: 700;
  font-size: 1rem;
}

/* line 215, ../sass/look-and-feel/_dashboard.sass */
.import-events__item-source {
  font-weight: 300;
  font-size: 0.6em;
  display: inline-block;
  width: 12px;
}

/* line 220, ../sass/look-and-feel/_dashboard.sass */
.import-events__title {
  border-bottom: 1px solid #333;
  text-transform: uppercase;
  margin-bottom: 12px;
}

/* line 224, ../sass/look-and-feel/_dashboard.sass */
.import-events__item-date {
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: 300;
  margin-bottom: 8px;
}

/* line 230, ../sass/look-and-feel/_dashboard.sass */
.import-events__item-add span {
  float: right;
  background: rgba(0, 0, 0, 0.5);
  color: white;
}

/* line 234, ../sass/look-and-feel/_dashboard.sass */
.import-events__help {
  font-size: 0.9em;
  padding: 12px 0;
  color: rgba(0, 0, 0, 0.75);
  clear: both;
}

/* line 239, ../sass/look-and-feel/_dashboard.sass */
.import-events__empty {
  display: none;
  margin-top: 24px;
  font-size: 0.9em;
}

/* line 243, ../sass/look-and-feel/_dashboard.sass */
.import-events__event-date,
.import-events__event-time {
  border-width: 0 0 1px 0;
  background: none;
  width: calc(100% - 96px);
  margin: 6px 0;
}

/* line 249, ../sass/look-and-feel/_dashboard.sass */
.import-events__event-categories,
.import-events__user-initiatives {
  margin: 6px 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-width: 0 0 1px 0;
  background: none;
  width: calc(100% - 96px);
  text-overflow: ellipsis;
}
/* line 257, ../sass/look-and-feel/_dashboard.sass */
.import-events__event-categories option,
.import-events__user-initiatives option {
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 262, ../sass/look-and-feel/_dashboard.sass */
.import-events__submit {
  font-family: "Oxygen", sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  text-transform: uppercase;
  margin-top: 8px;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 6px;
}
/* line 273, ../sass/look-and-feel/_dashboard.sass */
.import-events__submit:hover {
  cursor: pointer;
}

/* line 275, ../sass/look-and-feel/_dashboard.sass */
.import-events__label {
  text-transform: uppercase;
  font-size: 0.8em;
  display: inline-block;
  width: 72px;
  margin-right: 12px;
}

/* line 282, ../sass/look-and-feel/_dashboard.sass */
.events--dashboard__item-image {
  margin-top: 8px;
}

/* line 284, ../sass/look-and-feel/_dashboard.sass */
.events--dashboard__item-initiative {
  text-transform: uppercase;
  font-size: 0.8em;
}

/* line 287, ../sass/look-and-feel/_dashboard.sass */
.import-events__actions {
  text-align: center;
}
/* line 289, ../sass/look-and-feel/_dashboard.sass */
.import-events__actions .hidden {
  text-transform: uppercase;
}

/* line 294, ../sass/look-and-feel/_dashboard.sass */
.import-events__action {
  font-size: 0.9em;
  position: relative;
  line-height: 36px;
  color: white;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  width: 40%;
  padding: 0 12px;
  float: left;
  margin: 0 12px;
}
/* line 304, ../sass/look-and-feel/_dashboard.sass */
.import-events__action:hover {
  cursor: pointer;
}
/* line 306, ../sass/look-and-feel/_dashboard.sass */
.import-events__action:hover .normal {
  display: none;
}
/* line 308, ../sass/look-and-feel/_dashboard.sass */
.import-events__action:hover .hidden {
  display: inline;
}

/* line 310, ../sass/look-and-feel/_dashboard.sass */
.import-events__action.nofacebook {
  background: white;
  width: 120px;
  color: #757575;
  font-weight: bold;
  font-size: 13px;
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
}
/* line 317, ../sass/look-and-feel/_dashboard.sass */
.import-events__action.nofacebook:hover {
  -moz-box-shadow: 0 0 3px 3px rgba(66, 133, 244, 0.3);
  -webkit-box-shadow: 0 0 3px 3px rgba(66, 133, 244, 0.3);
  box-shadow: 0 0 3px 3px rgba(66, 133, 244, 0.3);
}
/* line 319, ../sass/look-and-feel/_dashboard.sass */
.import-events__action.nofacebook .icon-facebook:before {
  color: #4267B2;
  font-size: 20px;
  position: relative;
  right: 16px;
}

/* line 324, ../sass/look-and-feel/_dashboard.sass */
.import-events__action.facebook {
  background: #4267B2;
}
/* line 326, ../sass/look-and-feel/_dashboard.sass */
.import-events__action.facebook:hover {
  background: #34518d;
}

/* line 328, ../sass/look-and-feel/_dashboard.sass */
.import-events__action.google {
  background: #DB4437;
}
/* line 330, ../sass/look-and-feel/_dashboard.sass */
.import-events__action.google:hover {
  background: #bd2e22;
}

/* line 332, ../sass/look-and-feel/_dashboard.sass */
.source--FB:before,
.source--G:before {
  content: " ";
  width: 8px;
  height: 8px;
  display: inline-block;
  position: relative;
  bottom: 2px;
  margin-right: 4px;
}

/* line 341, ../sass/look-and-feel/_dashboard.sass */
.source--FB:before {
  background: #4267B2;
}

/* line 343, ../sass/look-and-feel/_dashboard.sass */
.source--G:before {
  background: #DB4437;
}

/* line 346, ../sass/look-and-feel/_dashboard.sass */
.import-events__action {
  display: none;
}

/* line 349, ../sass/look-and-feel/_dashboard.sass */
.import-events.facebook .facebook {
  display: inline-block;
}

/* line 352, ../sass/look-and-feel/_dashboard.sass */
.import-events.nofacebook .nofacebook {
  display: inline-block;
}

/* line 355, ../sass/look-and-feel/_dashboard.sass */
.import-events.google .google {
  display: inline-block;
}

/* line 358, ../sass/look-and-feel/_dashboard.sass */
.import-events.nogoogle .nogoogle {
  display: inline-block;
}

/* line 7, ../sass/look-and-feel/_download-popup.sass */
.download-popup {
  position: absolute;
  top: 46px;
  left: 48px;
  padding: 30px;
  background: white;
  color: #333;
  -moz-animation: showup_short 0.5s 1;
  -webkit-animation: showup_short 0.5s 1;
  animation: showup_short 0.5s 1;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

/* line 16, ../sass/look-and-feel/_download-popup.sass */
.download-popup:before {
  content: "▲";
  font-family: sans-serif;
  color: white;
  position: absolute;
  font-size: 36px;
  top: -18px;
  left: 84px;
}

/* line 25, ../sass/look-and-feel/_download-popup.sass */
.download-poppup__close {
  position: absolute;
  top: 0;
  right: 8px;
  font-size: 30px !important;
  color: #111;
  -moz-transition: color 0.25s ease;
  -o-transition: color 0.25s ease;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}

/* line 32, ../sass/look-and-feel/_download-popup.sass */
.share-url__close:hover {
  cursor: pointer;
  color: #555;
}

/* line 36, ../sass/look-and-feel/_download-popup.sass */
.share-url__link {
  width: 100%;
  background: #eee;
  border-width: 0 0 2px 0;
  margin-top: 12px;
  padding: 8px;
  font-size: 0.9em;
}

/* line 4, ../sass/look-and-feel/_fake-breadcrumb.sass */
.fake-breadcrumb button {
  border: 0 !important;
  padding: 12px;
  background: none;
  text-transform: uppercase;
  font-size: 0.85em;
  -moz-transition: background-color 0.15s ease;
  -o-transition: background-color 0.15s ease;
  -webkit-transition: background-color 0.15s ease;
  transition: background-color 0.15s ease;
  margin-bottom: 24px;
}
/* line 12, ../sass/look-and-feel/_fake-breadcrumb.sass */
.fake-breadcrumb button::before {
  content: "«";
}
/* line 14, ../sass/look-and-feel/_fake-breadcrumb.sass */
.fake-breadcrumb button:hover {
  background: #eee;
}

/* line 17, ../sass/look-and-feel/_fake-breadcrumb.sass */
.fake-breadcrumb--featured {
  display: inline-block;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 12px 24px;
  font-size: 0.9em;
}
/* line 23, ../sass/look-and-feel/_fake-breadcrumb.sass */
.fake-breadcrumb--featured:hover {
  cursor: pointer;
}

/* line 3, ../sass/look-and-feel/_faq.sass */
.civics-about__faq {
  margin-bottom: 48px;
}

/* line 6, ../sass/look-and-feel/_faq.sass */
.faq-items {
  padding-left: 24px;
}

/* line 9, ../sass/look-and-feel/_faq.sass */
.faq-item:hover {
  cursor: pointer;
}
/* line 11, ../sass/look-and-feel/_faq.sass */
.faq-item:hover .faq-item__label:before {
  color: #dc5099;
}

/* line 14, ../sass/look-and-feel/_faq.sass */
.faq-item:not(:last-child) {
  border-bottom: 1px dotted #333;
}

/* line 17, ../sass/look-and-feel/_faq.sass */
.faq-item__text:not(.active) {
  display: none;
}

/* line 20, ../sass/look-and-feel/_faq.sass */
.faq-item.active .faq-item__text {
  display: block;
  padding-left: 48px;
}

/* line 24, ../sass/look-and-feel/_faq.sass */
.faq-item__label {
  font-size: 0.8em;
  margin: 12px 0;
}
/* line 27, ../sass/look-and-feel/_faq.sass */
.faq-item__label:before {
  color: #ddd;
  content: "✚";
  display: inline-block;
  transition: all 0.2s ease;
}

/* line 33, ../sass/look-and-feel/_faq.sass */
.faq-item.active .faq-item__label:before {
  transform: rotate(45deg);
}

/* line 36, ../sass/look-and-feel/_faq.sass */
.faq-item__text {
  margin-bottom: 12px;
}

/* line 8, ../sass/look-and-feel/_forms.sass */
[class^='modelform--'] .page-title {
  text-align: center;
}

/* line 16, ../sass/look-and-feel/_forms.sass */
.form--initiative,
.form--relations,
.form--initiative-staff,
.form--event,
.form--city {
  width: 960px;
  max-width: 100%;
  margin: 48px auto;
  -moz-animation: showup 1s 1;
  -webkit-animation: showup 1s 1;
  animation: showup 1s 1;
}
/* line 63, ../sass/base/reset/_3_generic-forms.sass */
.form--initiative [class^='fieldset-'],
.form--initiative [class^='field-'],
.form--relations [class^='fieldset-'],
.form--relations [class^='field-'],
.form--initiative-staff [class^='fieldset-'],
.form--initiative-staff [class^='field-'],
.form--event [class^='fieldset-'],
.form--event [class^='field-'],
.form--city [class^='fieldset-'],
.form--city [class^='field-'] {
  padding-bottom: 24px;
  position: relative;
}
/* line 67, ../sass/base/reset/_3_generic-forms.sass */
.form--initiative .fieldset__label,
.form--relations .fieldset__label,
.form--initiative-staff .fieldset__label,
.form--event .fieldset__label,
.form--city .fieldset__label {
  margin-top: 0;
  text-transform: uppercase;
  border-bottom: 1px solid #222;
}
/* line 71, ../sass/base/reset/_3_generic-forms.sass */
.form--initiative .fieldset__items--inline,
.form--relations .fieldset__items--inline,
.form--initiative-staff .fieldset__items--inline,
.form--event .fieldset__items--inline,
.form--city .fieldset__items--inline {
  margin-bottom: 24px;
}
/* line 73, ../sass/base/reset/_3_generic-forms.sass */
.form--initiative .fieldset__items--inline > div,
.form--relations .fieldset__items--inline > div,
.form--initiative-staff .fieldset__items--inline > div,
.form--event .fieldset__items--inline > div,
.form--city .fieldset__items--inline > div {
  padding: 0 24px;
}
/* line 75, ../sass/base/reset/_3_generic-forms.sass */
.form--initiative .fieldset__items--inline > div:not(:last-child),
.form--relations .fieldset__items--inline > div:not(:last-child),
.form--initiative-staff .fieldset__items--inline > div:not(:last-child),
.form--event .fieldset__items--inline > div:not(:last-child),
.form--city .fieldset__items--inline > div:not(:last-child) {
  border-right: 1px solid #ddd;
}
/* line 79, ../sass/base/reset/_3_generic-forms.sass */
.form--initiative [class^='field__label'],
.form--relations [class^='field__label'],
.form--initiative-staff [class^='field__label'],
.form--event [class^='field__label'],
.form--city [class^='field__label'] {
  font-family: "Oxygen", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  font-size: 0.85em;
}
/* line 83, ../sass/base/reset/_3_generic-forms.sass */
.form--initiative .required [class^='field__label']:before,
.form--relations .required [class^='field__label']:before,
.form--initiative-staff .required [class^='field__label']:before,
.form--event .required [class^='field__label']:before,
.form--city .required [class^='field__label']:before {
  content: "*";
  display: inline;
  font-size: 1em;
  color: #d00;
  margin-right: 6px;
}
/* line 91, ../sass/base/reset/_3_generic-forms.sass */
.form--initiative [class^='field__help'],
.form--relations [class^='field__help'],
.form--initiative-staff [class^='field__help'],
.form--event [class^='field__help'],
.form--city [class^='field__help'] {
  color: #666666;
  font-size: 0.85em;
}
/* line 95, ../sass/base/reset/_3_generic-forms.sass */
.form--initiative input:not([type='file']),
.form--initiative textarea,
.form--initiative select,
.form--relations input:not([type='file']),
.form--relations textarea,
.form--relations select,
.form--initiative-staff input:not([type='file']),
.form--initiative-staff textarea,
.form--initiative-staff select,
.form--event input:not([type='file']),
.form--event textarea,
.form--event select,
.form--city input:not([type='file']),
.form--city textarea,
.form--city select {
  background-color: #eee;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -moz-transition: background-color, ease-out 0.1s;
  -o-transition: background-color, ease-out 0.1s;
  -webkit-transition: background-color, ease-out 0.1s;
  transition: background-color, ease-out 0.1s;
}
/* line 101, ../sass/base/reset/_3_generic-forms.sass */
.form--initiative input:not([type='file']):focus,
.form--initiative textarea:focus,
.form--initiative select:focus,
.form--relations input:not([type='file']):focus,
.form--relations textarea:focus,
.form--relations select:focus,
.form--initiative-staff input:not([type='file']):focus,
.form--initiative-staff textarea:focus,
.form--initiative-staff select:focus,
.form--event input:not([type='file']):focus,
.form--event textarea:focus,
.form--event select:focus,
.form--city input:not([type='file']):focus,
.form--city textarea:focus,
.form--city select:focus {
  background-color: white;
  border-color: rgba(0, 0, 0, 0.25);
}
/* line 104, ../sass/base/reset/_3_generic-forms.sass */
.form--initiative select,
.form--relations select,
.form--initiative-staff select,
.form--event select,
.form--city select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
/* line 107, ../sass/base/reset/_3_generic-forms.sass */
.form--initiative select::-ms-expand,
.form--relations select::-ms-expand,
.form--initiative-staff select::-ms-expand,
.form--event select::-ms-expand,
.form--city select::-ms-expand {
  display: none;
}
/* line 110, ../sass/base/reset/_3_generic-forms.sass */
.form--initiative input,
.form--initiative textarea,
.form--initiative select,
.form--relations input,
.form--relations textarea,
.form--relations select,
.form--initiative-staff input,
.form--initiative-staff textarea,
.form--initiative-staff select,
.form--event input,
.form--event textarea,
.form--event select,
.form--city input,
.form--city textarea,
.form--city select {
  padding: 12px;
  margin: 12px;
  max-width: calc(100% - 24px);
}
/* line 116, ../sass/base/reset/_3_generic-forms.sass */
.form--initiative input:hover,
.form--initiative textarea:hover,
.form--initiative select:hover,
.form--relations input:hover,
.form--relations textarea:hover,
.form--relations select:hover,
.form--initiative-staff input:hover,
.form--initiative-staff textarea:hover,
.form--initiative-staff select:hover,
.form--event input:hover,
.form--event textarea:hover,
.form--event select:hover,
.form--city input:hover,
.form--city textarea:hover,
.form--city select:hover {
  border-color: #aaa;
}
/* line 120, ../sass/base/reset/_3_generic-forms.sass */
.form--initiative input[type=submit],
.form--relations input[type=submit],
.form--initiative-staff input[type=submit],
.form--event input[type=submit],
.form--city input[type=submit] {
  height: 36px;
  border: 0;
  line-height: 36px;
  color: white;
  background-color: #5bc0de;
  -moz-transition: background-color, ease 0.1s;
  -o-transition: background-color, ease 0.1s;
  -webkit-transition: background-color, ease 0.1s;
  transition: background-color, ease 0.1s;
  padding-top: 0;
  padding-bottom: 0;
  text-transform: uppercase;
  font-weight: 400;
}
/* line 18, ../sass/base/reset/_3_generic-forms.sass */
.form--initiative input[type=submit]:hover,
.form--relations input[type=submit]:hover,
.form--initiative-staff input[type=submit]:hover,
.form--event input[type=submit]:hover,
.form--city input[type=submit]:hover {
  background-color: #31b0d5;
  cursor: pointer;
}
/* line 127, ../sass/base/reset/_3_generic-forms.sass */
.form--initiative label.submit,
.form--relations label.submit,
.form--initiative-staff label.submit,
.form--event label.submit,
.form--city label.submit {
  height: 36px;
  border: 0;
  line-height: 36px;
  color: #333;
  background-color: none;
  -moz-transition: background-color, ease 0.1s;
  -o-transition: background-color, ease 0.1s;
  -webkit-transition: background-color, ease 0.1s;
  transition: background-color, ease 0.1s;
  border: 1px solid #333;
  text-transform: uppercase;
  font-size: 0.85em;
}
/* line 128, ../sass/base/reset/_3_generic-forms.sass */
.form--initiative label.submit:hover,
.form--relations label.submit:hover,
.form--initiative-staff label.submit:hover,
.form--event label.submit:hover,
.form--city label.submit:hover {
  cursor: pointer;
}
/* line 18, ../sass/base/reset/_3_generic-forms.sass */
.form--initiative label.submit:hover,
.form--relations label.submit:hover,
.form--initiative-staff label.submit:hover,
.form--event label.submit:hover,
.form--city label.submit:hover {
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
/* line 132, ../sass/base/reset/_3_generic-forms.sass */
.form--initiative optgroup,
.form--relations optgroup,
.form--initiative-staff optgroup,
.form--event optgroup,
.form--city optgroup {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 0.85em;
  color: #999;
  border-bottom: 1px solid #999;
}
/* line 138, ../sass/base/reset/_3_generic-forms.sass */
.form--initiative option,
.form--relations option,
.form--initiative-staff option,
.form--event option,
.form--city option {
  text-transform: normal;
  font-size: 1em;
  color: #333;
}
/* line 27, ../sass/look-and-feel/_forms.sass */
.form--initiative input[type=submit],
.form--relations input[type=submit],
.form--initiative-staff input[type=submit],
.form--event input[type=submit],
.form--city input[type=submit] {
  line-height: 12px;
}
/* line 29, ../sass/look-and-feel/_forms.sass */
.form--initiative input[type=text],
.form--initiative textarea,
.form--initiative select,
.form--relations input[type=text],
.form--relations textarea,
.form--relations select,
.form--initiative-staff input[type=text],
.form--initiative-staff textarea,
.form--initiative-staff select,
.form--event input[type=text],
.form--event textarea,
.form--event select,
.form--city input[type=text],
.form--city textarea,
.form--city select {
  width: 100% !important;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
/* line 34, ../sass/look-and-feel/_forms.sass */
.form--initiative [class^='field-'],
.form--relations [class^='field-'],
.form--initiative-staff [class^='field-'],
.form--event [class^='field-'],
.form--city [class^='field-'] {
  padding: 12px;
}
/* line 36, ../sass/look-and-feel/_forms.sass */
.form--initiative [class^='fieldset-'],
.form--relations [class^='fieldset-'],
.form--initiative-staff [class^='fieldset-'],
.form--event [class^='fieldset-'],
.form--city [class^='fieldset-'] {
  margin-bottom: 24px;
  border-bottom: 1px dashed #ddd;
}
/* line 39, ../sass/look-and-feel/_forms.sass */
.form--initiative .leaflet-container,
.form--relations .leaflet-container,
.form--initiative-staff .leaflet-container,
.form--event .leaflet-container,
.form--city .leaflet-container {
  margin: 24px 0;
  min-height: 400px;
}
/* line 42, ../sass/look-and-feel/_forms.sass */
.form--initiative .leaflet-tile,
.form--relations .leaflet-tile,
.form--initiative-staff .leaflet-tile,
.form--event .leaflet-tile,
.form--city .leaflet-tile {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
/* line 44, ../sass/look-and-feel/_forms.sass */
.form--initiative .leaflet-control-zoom-out.leaflet-bar-part,
.form--relations .leaflet-control-zoom-out.leaflet-bar-part,
.form--initiative-staff .leaflet-control-zoom-out.leaflet-bar-part,
.form--event .leaflet-control-zoom-out.leaflet-bar-part,
.form--city .leaflet-control-zoom-out.leaflet-bar-part {
  display: none;
}
/* line 46, ../sass/look-and-feel/_forms.sass */
.form--initiative .placeholder,
.form--relations .placeholder,
.form--initiative-staff .placeholder,
.form--event .placeholder,
.form--city .placeholder {
  margin-top: 24px;
}

/* line 63, ../sass/base/reset/_3_generic-forms.sass */
.form--city [class^='fieldset-'],
.form--city [class^='field-'] {
  padding-bottom: 24px;
  position: relative;
}
/* line 67, ../sass/base/reset/_3_generic-forms.sass */
.form--city .fieldset__label {
  margin-top: 0;
  text-transform: uppercase;
  border-bottom: 1px solid #222;
}
/* line 71, ../sass/base/reset/_3_generic-forms.sass */
.form--city .fieldset__items--inline {
  margin-bottom: 24px;
}
/* line 73, ../sass/base/reset/_3_generic-forms.sass */
.form--city .fieldset__items--inline > div {
  padding: 0 24px;
}
/* line 75, ../sass/base/reset/_3_generic-forms.sass */
.form--city .fieldset__items--inline > div:not(:last-child) {
  border-right: 1px solid #ddd;
}
/* line 79, ../sass/base/reset/_3_generic-forms.sass */
.form--city [class^='field__label'] {
  font-family: "Oxygen", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  font-size: 0.85em;
}
/* line 83, ../sass/base/reset/_3_generic-forms.sass */
.form--city .required [class^='field__label']:before {
  content: "*";
  display: inline;
  font-size: 1em;
  color: #d00;
  margin-right: 6px;
}
/* line 91, ../sass/base/reset/_3_generic-forms.sass */
.form--city [class^='field__help'] {
  color: #666666;
  font-size: 0.85em;
}
/* line 95, ../sass/base/reset/_3_generic-forms.sass */
.form--city input:not([type='file']),
.form--city textarea,
.form--city select {
  background-color: #eee;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -moz-transition: background-color, ease-out 0.1s;
  -o-transition: background-color, ease-out 0.1s;
  -webkit-transition: background-color, ease-out 0.1s;
  transition: background-color, ease-out 0.1s;
}
/* line 101, ../sass/base/reset/_3_generic-forms.sass */
.form--city input:not([type='file']):focus,
.form--city textarea:focus,
.form--city select:focus {
  background-color: white;
  border-color: rgba(0, 0, 0, 0.25);
}
/* line 104, ../sass/base/reset/_3_generic-forms.sass */
.form--city select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
/* line 107, ../sass/base/reset/_3_generic-forms.sass */
.form--city select::-ms-expand {
  display: none;
}
/* line 110, ../sass/base/reset/_3_generic-forms.sass */
.form--city input,
.form--city textarea,
.form--city select {
  padding: 12px;
  margin: 12px;
  max-width: calc(100% - 24px);
}
/* line 116, ../sass/base/reset/_3_generic-forms.sass */
.form--city input:hover,
.form--city textarea:hover,
.form--city select:hover {
  border-color: #aaa;
}
/* line 120, ../sass/base/reset/_3_generic-forms.sass */
.form--city input[type=submit] {
  height: 36px;
  border: 0;
  line-height: 36px;
  color: white;
  background-color: #5bc0de;
  -moz-transition: background-color, ease 0.1s;
  -o-transition: background-color, ease 0.1s;
  -webkit-transition: background-color, ease 0.1s;
  transition: background-color, ease 0.1s;
  padding-top: 0;
  padding-bottom: 0;
  text-transform: uppercase;
  font-weight: 400;
}
/* line 18, ../sass/base/reset/_3_generic-forms.sass */
.form--city input[type=submit]:hover {
  background-color: #31b0d5;
  cursor: pointer;
}
/* line 127, ../sass/base/reset/_3_generic-forms.sass */
.form--city label.submit {
  height: 36px;
  border: 0;
  line-height: 36px;
  color: #333;
  background-color: none;
  -moz-transition: background-color, ease 0.1s;
  -o-transition: background-color, ease 0.1s;
  -webkit-transition: background-color, ease 0.1s;
  transition: background-color, ease 0.1s;
  border: 1px solid #333;
  text-transform: uppercase;
  font-size: 0.85em;
}
/* line 128, ../sass/base/reset/_3_generic-forms.sass */
.form--city label.submit:hover {
  cursor: pointer;
}
/* line 18, ../sass/base/reset/_3_generic-forms.sass */
.form--city label.submit:hover {
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
/* line 132, ../sass/base/reset/_3_generic-forms.sass */
.form--city optgroup {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 0.85em;
  color: #999;
  border-bottom: 1px solid #999;
}
/* line 138, ../sass/base/reset/_3_generic-forms.sass */
.form--city option {
  text-transform: normal;
  font-size: 1em;
  color: #333;
}

/* line 63, ../sass/base/reset/_3_generic-forms.sass */
.form--event [class^='fieldset-'],
.form--event [class^='field-'] {
  padding-bottom: 24px;
  position: relative;
}
/* line 67, ../sass/base/reset/_3_generic-forms.sass */
.form--event .fieldset__label {
  margin-top: 0;
  text-transform: uppercase;
  border-bottom: 1px solid #222;
}
/* line 71, ../sass/base/reset/_3_generic-forms.sass */
.form--event .fieldset__items--inline {
  margin-bottom: 24px;
}
/* line 73, ../sass/base/reset/_3_generic-forms.sass */
.form--event .fieldset__items--inline > div {
  padding: 0 24px;
}
/* line 75, ../sass/base/reset/_3_generic-forms.sass */
.form--event .fieldset__items--inline > div:not(:last-child) {
  border-right: 1px solid #ddd;
}
/* line 79, ../sass/base/reset/_3_generic-forms.sass */
.form--event [class^='field__label'] {
  font-family: "Oxygen", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  font-size: 0.85em;
}
/* line 83, ../sass/base/reset/_3_generic-forms.sass */
.form--event .required [class^='field__label']:before {
  content: "*";
  display: inline;
  font-size: 1em;
  color: #d00;
  margin-right: 6px;
}
/* line 91, ../sass/base/reset/_3_generic-forms.sass */
.form--event [class^='field__help'] {
  color: #666666;
  font-size: 0.85em;
}
/* line 95, ../sass/base/reset/_3_generic-forms.sass */
.form--event input:not([type='file']),
.form--event textarea,
.form--event select {
  background-color: #eee;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -moz-transition: background-color, ease-out 0.1s;
  -o-transition: background-color, ease-out 0.1s;
  -webkit-transition: background-color, ease-out 0.1s;
  transition: background-color, ease-out 0.1s;
}
/* line 101, ../sass/base/reset/_3_generic-forms.sass */
.form--event input:not([type='file']):focus,
.form--event textarea:focus,
.form--event select:focus {
  background-color: white;
  border-color: rgba(0, 0, 0, 0.25);
}
/* line 104, ../sass/base/reset/_3_generic-forms.sass */
.form--event select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
/* line 107, ../sass/base/reset/_3_generic-forms.sass */
.form--event select::-ms-expand {
  display: none;
}
/* line 110, ../sass/base/reset/_3_generic-forms.sass */
.form--event input,
.form--event textarea,
.form--event select {
  padding: 12px;
  margin: 12px;
  max-width: calc(100% - 24px);
}
/* line 116, ../sass/base/reset/_3_generic-forms.sass */
.form--event input:hover,
.form--event textarea:hover,
.form--event select:hover {
  border-color: #aaa;
}
/* line 120, ../sass/base/reset/_3_generic-forms.sass */
.form--event input[type=submit] {
  height: 36px;
  border: 0;
  line-height: 36px;
  color: white;
  background-color: #5bc0de;
  -moz-transition: background-color, ease 0.1s;
  -o-transition: background-color, ease 0.1s;
  -webkit-transition: background-color, ease 0.1s;
  transition: background-color, ease 0.1s;
  padding-top: 0;
  padding-bottom: 0;
  text-transform: uppercase;
  font-weight: 400;
}
/* line 18, ../sass/base/reset/_3_generic-forms.sass */
.form--event input[type=submit]:hover {
  background-color: #31b0d5;
  cursor: pointer;
}
/* line 127, ../sass/base/reset/_3_generic-forms.sass */
.form--event label.submit {
  height: 36px;
  border: 0;
  line-height: 36px;
  color: #333;
  background-color: none;
  -moz-transition: background-color, ease 0.1s;
  -o-transition: background-color, ease 0.1s;
  -webkit-transition: background-color, ease 0.1s;
  transition: background-color, ease 0.1s;
  border: 1px solid #333;
  text-transform: uppercase;
  font-size: 0.85em;
}
/* line 128, ../sass/base/reset/_3_generic-forms.sass */
.form--event label.submit:hover {
  cursor: pointer;
}
/* line 18, ../sass/base/reset/_3_generic-forms.sass */
.form--event label.submit:hover {
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
/* line 132, ../sass/base/reset/_3_generic-forms.sass */
.form--event optgroup {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 0.85em;
  color: #999;
  border-bottom: 1px solid #999;
}
/* line 138, ../sass/base/reset/_3_generic-forms.sass */
.form--event option {
  text-transform: normal;
  font-size: 1em;
  color: #333;
}

/* line 65, ../sass/look-and-feel/_forms.sass */
.field__widget--topic,
.field__widget--agent,
.field__widget--category,
.field__widget--space,
.select-with-popup .select-wrapper {
  position: relative;
}
/* line 71, ../sass/look-and-feel/_forms.sass */
.field__widget--topic select,
.field__widget--agent select,
.field__widget--category select,
.field__widget--space select,
.select-with-popup .select-wrapper select {
  padding-right: 24px;
}
/* line 73, ../sass/look-and-feel/_forms.sass */
.field__widget--topic::after,
.field__widget--agent::after,
.field__widget--category::after,
.field__widget--space::after,
.select-with-popup .select-wrapper::after {
  content: "⌄";
  font-size: 1.5em;
  position: absolute;
  right: 12px;
  line-height: 60px;
}

/* line 82, ../sass/look-and-feel/_forms.sass */
.field__widget--picture-preview svg,
.field__widget--video svg {
  display: block;
  margin: 12px auto;
  padding: 24px;
  width: 200px;
}
/* line 87, ../sass/look-and-feel/_forms.sass */
.field__widget--picture-preview #inner,
.field__widget--video #inner {
  fill: rgba(0, 0, 0, 0.15);
}
/* line 89, ../sass/look-and-feel/_forms.sass */
.field__widget--picture-preview #frame,
.field__widget--video #frame {
  fill: none;
  stroke: rgba(0, 0, 0, 0.15);
  stroke-width: 10px;
}

/* line 94, ../sass/look-and-feel/_forms.sass */
.textarea-counter {
  font-size: 0.85em;
  color: #aaa;
}

/* line 98, ../sass/look-and-feel/_forms.sass */
.geocode-widget__geocode-submit,
.video-widget__submit,
.related-widget-wrapper-link {
  height: 36px;
  border: 0;
  line-height: 36px;
  color: white;
  background-color: #222;
  -moz-transition: background-color, ease 0.1s;
  -o-transition: background-color, ease 0.1s;
  -webkit-transition: background-color, ease 0.1s;
  transition: background-color, ease 0.1s;
  text-transform: uppercase;
  font-size: 0.75em;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 0 12px;
  float: right;
}
/* line 18, ../sass/base/reset/_3_generic-forms.sass */
.geocode-widget__geocode-submit:hover,
.video-widget__submit:hover,
.related-widget-wrapper-link:hover {
  background-color: #333;
  cursor: pointer;
}

/* line 105, ../sass/look-and-feel/_forms.sass */
.geocode-widget__geometry {
  display: none;
}

/* line 108, ../sass/look-and-feel/_forms.sass */
.form__cancel,
.form__delete {
  text-transform: uppercase;
  display: inline-block;
  padding: 0 24px;
}

/* line 113, ../sass/look-and-feel/_forms.sass */
.form__relate {
  height: 36px;
  border: 0;
  line-height: 36px;
  color: white;
  background-color: #5bc0de;
  -moz-transition: background-color, ease 0.1s;
  -o-transition: background-color, ease 0.1s;
  -webkit-transition: background-color, ease 0.1s;
  transition: background-color, ease 0.1s;
  height: 36px;
  display: inline-block;
  margin-right: 12px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 12px;
}
/* line 18, ../sass/base/reset/_3_generic-forms.sass */
.form__relate:hover {
  background-color: #31b0d5;
  cursor: pointer;
}

/* line 121, ../sass/look-and-feel/_forms.sass */
.form__submit {
  font-weight: bold !important;
}

/* line 123, ../sass/look-and-feel/_forms.sass */
.form__delete {
  height: 36px;
  border: 0;
  line-height: 36px;
  color: white;
  background-color: #f0ad4e;
  -moz-transition: background-color, ease 0.1s;
  -o-transition: background-color, ease 0.1s;
  -webkit-transition: background-color, ease 0.1s;
  transition: background-color, ease 0.1s;
  font-weight: bold;
}
/* line 18, ../sass/base/reset/_3_generic-forms.sass */
.form__delete:hover {
  background-color: #ec971f;
  cursor: pointer;
}

/* line 126, ../sass/look-and-feel/_forms.sass */
.form__cancel {
  height: 32px;
  outline: 2px solid #333;
  line-height: 32px;
  color: #333;
  background-color: #f5f5f5;
  -moz-transition: background-color, ease 0.1s;
  -o-transition: background-color, ease 0.1s;
  -webkit-transition: background-color, ease 0.1s;
  transition: background-color, ease 0.1s;
  margin-left: 24px;
}
/* line 53, ../sass/base/reset/_3_generic-forms.sass */
.form__cancel:hover {
  background-color: #222;
  color: white;
  cursor: pointer;
}

/* line 130, ../sass/look-and-feel/_forms.sass */
.form__terms {
  font-size: 0.95em;
  margin: 24px 0;
}
/* line 45, ../sass/base/reset/_2_common.sass */
.form__terms a {
  -moz-transition: color 0.1s ease;
  -o-transition: color 0.1s ease;
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
}
/* line 47, ../sass/base/reset/_2_common.sass */
.form__terms a:link, .form__terms a:visited {
  color: #555;
  border-bottom: 1px dotted #555;
}
/* line 50, ../sass/base/reset/_2_common.sass */
.form__terms a:hover {
  color: #777;
}
/* line 52, ../sass/base/reset/_2_common.sass */
.form__terms a:active {
  color: #555;
}

/* line 45, ../sass/base/reset/_2_common.sass */
.field__widget--picture-preview a {
  -moz-transition: color 0.1s ease;
  -o-transition: color 0.1s ease;
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
}
/* line 47, ../sass/base/reset/_2_common.sass */
.field__widget--picture-preview a:link, .field__widget--picture-preview a:visited {
  color: #555;
  border-bottom: 1px dotted #555;
}
/* line 50, ../sass/base/reset/_2_common.sass */
.field__widget--picture-preview a:hover {
  color: #777;
}
/* line 52, ../sass/base/reset/_2_common.sass */
.field__widget--picture-preview a:active {
  color: #555;
}

/* line 138, ../sass/look-and-feel/_forms.sass */
.field__widget--picture-preview > a {
  display: block;
  font-size: 0.9em;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 12px;
}

/* line 147, ../sass/look-and-feel/_forms.sass */
.field__widget--picture-preview br {
  margin-bottom: 24px;
}

/* line 150, ../sass/look-and-feel/_forms.sass */
input[name=image] {
  margin-top: 0;
}

/* line 155, ../sass/look-and-feel/_forms.sass */
.geocode-widget__search {
  position: absolute;
  bottom: 48px;
  left: 24px;
  z-index: 110000;
}
/* line 160, ../sass/look-and-feel/_forms.sass */
.geocode-widget__search:before {
  content: "🔍";
  font-family: sans-serif;
  margin-right: 8px;
}

/* line 165, ../sass/look-and-feel/_forms.sass */
#geocode-widget__input {
  margin: 0 !important;
}

/* line 168, ../sass/look-and-feel/_forms.sass */
#geocode-widget__input,
.geocode-widget__geocode-submit {
  height: 48px;
}

/* line 171, ../sass/look-and-feel/_forms.sass */
.geocode-widget__geocode-submit {
  line-height: 48px;
}

/* line 175, ../sass/look-and-feel/_forms.sass */
.user-delete-form {
  width: 480px;
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
}
/* line 63, ../sass/base/reset/_3_generic-forms.sass */
.user-delete-form [class^='fieldset-'],
.user-delete-form [class^='field-'] {
  padding-bottom: 24px;
  position: relative;
}
/* line 67, ../sass/base/reset/_3_generic-forms.sass */
.user-delete-form .fieldset__label {
  margin-top: 0;
  text-transform: uppercase;
  border-bottom: 1px solid #222;
}
/* line 71, ../sass/base/reset/_3_generic-forms.sass */
.user-delete-form .fieldset__items--inline {
  margin-bottom: 24px;
}
/* line 73, ../sass/base/reset/_3_generic-forms.sass */
.user-delete-form .fieldset__items--inline > div {
  padding: 0 24px;
}
/* line 75, ../sass/base/reset/_3_generic-forms.sass */
.user-delete-form .fieldset__items--inline > div:not(:last-child) {
  border-right: 1px solid #ddd;
}
/* line 79, ../sass/base/reset/_3_generic-forms.sass */
.user-delete-form [class^='field__label'] {
  font-family: "Oxygen", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  font-size: 0.85em;
}
/* line 83, ../sass/base/reset/_3_generic-forms.sass */
.user-delete-form .required [class^='field__label']:before {
  content: "*";
  display: inline;
  font-size: 1em;
  color: #d00;
  margin-right: 6px;
}
/* line 91, ../sass/base/reset/_3_generic-forms.sass */
.user-delete-form [class^='field__help'] {
  color: #666666;
  font-size: 0.85em;
}
/* line 95, ../sass/base/reset/_3_generic-forms.sass */
.user-delete-form input:not([type='file']),
.user-delete-form textarea,
.user-delete-form select {
  background-color: #eee;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -moz-transition: background-color, ease-out 0.1s;
  -o-transition: background-color, ease-out 0.1s;
  -webkit-transition: background-color, ease-out 0.1s;
  transition: background-color, ease-out 0.1s;
}
/* line 101, ../sass/base/reset/_3_generic-forms.sass */
.user-delete-form input:not([type='file']):focus,
.user-delete-form textarea:focus,
.user-delete-form select:focus {
  background-color: white;
  border-color: rgba(0, 0, 0, 0.25);
}
/* line 104, ../sass/base/reset/_3_generic-forms.sass */
.user-delete-form select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
/* line 107, ../sass/base/reset/_3_generic-forms.sass */
.user-delete-form select::-ms-expand {
  display: none;
}
/* line 110, ../sass/base/reset/_3_generic-forms.sass */
.user-delete-form input,
.user-delete-form textarea,
.user-delete-form select {
  padding: 12px;
  margin: 12px;
  max-width: calc(100% - 24px);
}
/* line 116, ../sass/base/reset/_3_generic-forms.sass */
.user-delete-form input:hover,
.user-delete-form textarea:hover,
.user-delete-form select:hover {
  border-color: #aaa;
}
/* line 120, ../sass/base/reset/_3_generic-forms.sass */
.user-delete-form input[type=submit] {
  height: 36px;
  border: 0;
  line-height: 36px;
  color: white;
  background-color: #5bc0de;
  -moz-transition: background-color, ease 0.1s;
  -o-transition: background-color, ease 0.1s;
  -webkit-transition: background-color, ease 0.1s;
  transition: background-color, ease 0.1s;
  padding-top: 0;
  padding-bottom: 0;
  text-transform: uppercase;
  font-weight: 400;
}
/* line 18, ../sass/base/reset/_3_generic-forms.sass */
.user-delete-form input[type=submit]:hover {
  background-color: #31b0d5;
  cursor: pointer;
}
/* line 127, ../sass/base/reset/_3_generic-forms.sass */
.user-delete-form label.submit {
  height: 36px;
  border: 0;
  line-height: 36px;
  color: #333;
  background-color: none;
  -moz-transition: background-color, ease 0.1s;
  -o-transition: background-color, ease 0.1s;
  -webkit-transition: background-color, ease 0.1s;
  transition: background-color, ease 0.1s;
  border: 1px solid #333;
  text-transform: uppercase;
  font-size: 0.85em;
}
/* line 128, ../sass/base/reset/_3_generic-forms.sass */
.user-delete-form label.submit:hover {
  cursor: pointer;
}
/* line 18, ../sass/base/reset/_3_generic-forms.sass */
.user-delete-form label.submit:hover {
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
/* line 132, ../sass/base/reset/_3_generic-forms.sass */
.user-delete-form optgroup {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 0.85em;
  color: #999;
  border-bottom: 1px solid #999;
}
/* line 138, ../sass/base/reset/_3_generic-forms.sass */
.user-delete-form option {
  text-transform: normal;
  font-size: 1em;
  color: #333;
}

/* line 181, ../sass/look-and-feel/_forms.sass */
.user-delete-form__text {
  margin: 24px 0;
  font-size: 1.25em;
}
/* line 184, ../sass/look-and-feel/_forms.sass */
.user-delete-form__text:before {
  content: "🞨";
  font-size: 5em;
  display: block;
  color: #d00;
}

/* line 189, ../sass/look-and-feel/_forms.sass */
.user-delete-form a {
  color: inherit;
  text-transform: uppercase;
}

/* line 193, ../sass/look-and-feel/_forms.sass */
.registration .form-errors {
  margin-bottom: 12px;
}

/* line 3, ../sass/look-and-feel/_gracias.sass */
body.thanks {
  background: white !important;
}

/* line 6, ../sass/look-and-feel/_gracias.sass */
.goodbay {
  font-size: 1.4em;
  margin: 0 auto;
  max-width: 432px;
  padding-top: 96px;
}
/* line 45, ../sass/base/reset/_2_common.sass */
.goodbay a {
  -moz-transition: color 0.1s ease;
  -o-transition: color 0.1s ease;
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
}
/* line 47, ../sass/base/reset/_2_common.sass */
.goodbay a:link, .goodbay a:visited {
  color: #555;
  border-bottom: 1px dotted #555;
}
/* line 50, ../sass/base/reset/_2_common.sass */
.goodbay a:hover {
  color: #777;
}
/* line 52, ../sass/base/reset/_2_common.sass */
.goodbay a:active {
  color: #555;
}

/* line 13, ../sass/look-and-feel/_gracias.sass */
.goodbay__text {
  margin: 48px 0;
  text-align: center;
  font-weight: bold;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}

/* line 20, ../sass/look-and-feel/_gracias.sass */
.goodbay__logo img {
  width: 100%;
  height: auto;
  margin-bottom: 24px;
}

/* line 25, ../sass/look-and-feel/_gracias.sass */
.goodbay__social {
  margin-top: 24px;
}

/* line 28, ../sass/look-and-feel/_gracias.sass */
.goodbay__social li {
  margin-bottom: 8px;
}

/* line 4, ../sass/look-and-feel/_grids.sass */
.grid {
  padding: 24px;
  height: calc(100vh - 128px);
  overflow-y: auto;
  -moz-transition: left 0.1s ease;
  -o-transition: left 0.1s ease;
  -webkit-transition: left 0.1s ease;
  transition: left 0.1s ease;
}
@media screen and (min-width: 992px) {
  /* line 4, ../sass/look-and-feel/_grids.sass */
  .grid {
    padding: 96px 144px;
  }
}

/* line 13, ../sass/look-and-feel/_grids.sass */
.grid.featured {
  height: calc(100vh - 56px);
}

/* line 16, ../sass/look-and-feel/_grids.sass */
[class^='grid__subtitle--'] {
  text-transform: uppercase;
  text-align: center;
}

/* line 19, ../sass/look-and-feel/_grids.sass */
.grid__subtitle--initiatives {
  color: #dc5099;
}

/* line 21, ../sass/look-and-feel/_grids.sass */
.grid__subtitle--events {
  color: #029c93;
}

/* line 24, ../sass/look-and-feel/_grids.sass */
.grid__item {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  /* line 24, ../sass/look-and-feel/_grids.sass */
  .grid__item {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  /* line 24, ../sass/look-and-feel/_grids.sass */
  .grid__item {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  /* line 24, ../sass/look-and-feel/_grids.sass */
  .grid__item {
    width: 33%;
  }
}

/* line 35, ../sass/look-and-feel/_grids.sass */
.grid__item-wrapper {
  margin: 6px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  outline: 2px solid transparent;
  transition: outline-color 0.2s ease;
}
/* line 40, ../sass/look-and-feel/_grids.sass */
.grid__item-wrapper:hover {
  cursor: pointer;
  outline: 2px solid #dc5099;
}

/* line 44, ../sass/look-and-feel/_grids.sass */
.grid__item img {
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  background: #eee;
}

/* line 48, ../sass/look-and-feel/_grids.sass */
.grid__item-name {
  font-size: 1em !important;
  margin-top: 6px;
  color: #333;
  line-height: 1.1;
}

/* line 54, ../sass/look-and-feel/_grids.sass */
.grid__item-caption {
  *zoom: 1;
  background-color: #eee;
  padding-right: 12px;
  font-size: 0.85em;
}
/* line 6, ../sass/base/abstractions/_clearfix.sass */
.grid__item-caption:before, .grid__item-caption:after {
  content: " ";
  display: table;
}
/* line 10, ../sass/base/abstractions/_clearfix.sass */
.grid__item-caption:after {
  clear: both;
}

/* line 60, ../sass/look-and-feel/_grids.sass */
.grid__item-categories {
  font-size: 0.7em;
  line-height: 1;
  padding: 6px;
  background-color: #f5f5f5;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  color: #333;
}

/* line 68, ../sass/look-and-feel/_grids.sass */
.grid__item-ods {
  max-width: 64px;
  margin-right: 12px;
  float: left;
  margin-bottom: -4px;
  transition: opacity 0.2s ease;
}
/* line 74, ../sass/look-and-feel/_grids.sass */
.grid__item-ods:hover {
  opacity: 0.85;
}

/* line 77, ../sass/look-and-feel/_grids.sass */
.grid__item-blank-image {
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 50%;
  text-align: center;
  padding: 48px 0;
  background-color: #dedede;
}
/* line 83, ../sass/look-and-feel/_grids.sass */
.grid__item-blank-image span {
  font-size: 100px;
  color: #555;
}

/* line 88, ../sass/look-and-feel/_grids.sass */
.grid__item-name {
  font-family: "Oxygen", sans-serif;
  font-weight: 700;
  font-size: 1rem;
}

/* line 91, ../sass/look-and-feel/_grids.sass */
.initiatives-grid__pager {
  *zoom: 1;
  margin-bottom: 24px;
  font-size: 0.8em;
  padding: 6px;
}
/* line 6, ../sass/base/abstractions/_clearfix.sass */
.initiatives-grid__pager:before, .initiatives-grid__pager:after {
  content: " ";
  display: table;
}
/* line 10, ../sass/base/abstractions/_clearfix.sass */
.initiatives-grid__pager:after {
  clear: both;
}

/* line 96, ../sass/look-and-feel/_grids.sass */
.initiatives-grid__pager.bottom {
  margin-top: 48px;
}

/* line 98, ../sass/look-and-feel/_grids.sass */
.initiatives-grid__pager-info {
  opacity: 0.9;
}

/* line 101, ../sass/look-and-feel/_grids.sass */
.initiatives-grid__pager-link {
  background-color: white;
  padding: 4px 8px;
}
/* line 102, ../sass/look-and-feel/_grids.sass */
.initiatives-grid__pager-link:first-child {
  margin-right: 12px;
}
/* line 106, ../sass/look-and-feel/_grids.sass */
.initiatives-grid__pager-link:hover {
  cursor: pointer;
}

/* line 109, ../sass/look-and-feel/_grids.sass */
.initiatives-grid__pager-links {
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: bold;
  color: #333;
}
@media screen and (max-width: 768px) {
  /* line 109, ../sass/look-and-feel/_grids.sass */
  .initiatives-grid__pager-links {
    margin-top: 24px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  /* line 109, ../sass/look-and-feel/_grids.sass */
  .initiatives-grid__pager-links {
    float: right;
    display: inline;
  }
}

/* line 121, ../sass/look-and-feel/_grids.sass */
.initiatives-grid__pager-info {
  text-align: center;
}
@media screen and (min-width: 768px) {
  /* line 121, ../sass/look-and-feel/_grids.sass */
  .initiatives-grid__pager-info {
    display: inline;
  }
}

/* line 126, ../sass/look-and-feel/_grids.sass */
.grid__item-date {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  padding: 8px;
}

/* line 133, ../sass/look-and-feel/_grids.sass */
.grid__item-date-day {
  font-size: 1.5em;
}

/* line 135, ../sass/look-and-feel/_grids.sass */
.grid__item-date-month {
  text-transform: uppercase;
}

/* line 138, ../sass/look-and-feel/_grids.sass */
.grid__no-results {
  width: 480px;
  margin: 48px auto;
  padding: 24px;
  font-size: 1.5em;
  background: rgba(255, 255, 255, 0.5);
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}

/* line 146, ../sass/look-and-feel/_grids.sass */
.grid__item-image {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAADklEQVQImWNgQAVSZHAADXgAaQuCV7gAAAAASUVORK5CYII=) repeat white;
  text-align: center;
  *zoom: 1;
}
/* line 6, ../sass/base/abstractions/_clearfix.sass */
.grid__item-image:before, .grid__item-image:after {
  content: " ";
  display: table;
}
/* line 10, ../sass/base/abstractions/_clearfix.sass */
.grid__item-image:after {
  clear: both;
}
/* line 150, ../sass/look-and-feel/_grids.sass */
.grid__item-image .leaflet-marker-icon {
  display: inline-block;
  margin: 24px 0;
}
/* line 153, ../sass/look-and-feel/_grids.sass */
.grid__item-image .outer::before {
  text-shadow: none !important;
}
/* line 155, ../sass/look-and-feel/_grids.sass */
.grid__item-image img {
  float: left;
}

/* line 158, ../sass/look-and-feel/_grids.sass */
.grid__item-city {
  font-size: 0.8em;
  background-color: #eee;
  padding: 4px;
}

/* line 9, ../sass/look-and-feel/_help-popups.sass */
[class*='__help-tip'] {
  background: #333;
  position: absolute;
  line-height: 1.2;
  width: 400px;
  color: white;
  padding: 18px 24px;
  font-size: 0.9em;
  top: 48px;
  -moz-animation: "showup_short" 0.5s 1;
  -webkit-animation: "showup_short" 0.5s 1;
  animation: "showup_short" 0.5s 1;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

/* line 20, ../sass/look-and-feel/_help-popups.sass */
[class*='__help-tip']:hover {
  cursor: pointer;
  opacity: 0.5;
}

/* line 31, ../sass/look-and-feel/_help-popups.sass */
[class*='__help-tip'].arrow-up:before {
  font-family: sans-serif;
  position: absolute;
  font-size: 24px;
  color: #333;
  z-index: 10000;
  content: "▲";
  top: -24px;
  left: 48px;
}

/* line 36, ../sass/look-and-feel/_help-popups.sass */
[class*='__help-tip'].arrow-left:after {
  font-family: sans-serif;
  position: absolute;
  font-size: 24px;
  color: #333;
  z-index: 10000;
  content: "◀";
  top: 24px;
  left: -14.4px;
}

/* line 41, ../sass/look-and-feel/_help-popups.sass */
[class*='__help-tip'].arrow-right:after {
  font-family: sans-serif;
  position: absolute;
  font-size: 24px;
  color: #333;
  z-index: 10000;
  content: "▶";
  top: 24px;
  right: -14.4px;
}

/* line 47, ../sass/look-and-feel/_help-popups.sass */
.map-actions__help-tip {
  left: 60px;
}
/* line 49, ../sass/look-and-feel/_help-popups.sass */
.map-actions__help-tip ul {
  margin-top: 12px;
}
/* line 51, ../sass/look-and-feel/_help-popups.sass */
.map-actions__help-tip li {
  margin-bottom: 8px;
}
/* line 53, ../sass/look-and-feel/_help-popups.sass */
.map-actions__help-tip li span {
  margin-right: 8px;
  color: #eee;
}

/* line 56, ../sass/look-and-feel/_help-popups.sass */
.search__help-tip,
.time__help-tip {
  right: 12px;
  text-align: left;
  width: 240px;
}

/* line 61, ../sass/look-and-feel/_help-popups.sass */
.filters__help-tip {
  z-index: 100;
  top: 108px;
  left: calc(50% - 200px);
  width: 240px;
}

/* line 66, ../sass/look-and-feel/_help-popups.sass */
.social__help-tip {
  top: inherit;
  bottom: 24px;
  right: 72px;
  width: 240px;
}

/* line 7, ../sass/look-and-feel/_initiative-info.sass */
.initiative-info {
  background: white;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 0 0 48px;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}
/* line 25, ../sass/base/reset/_2_common.sass */
.initiative-info a {
  -moz-transition: color 0.1s ease;
  -o-transition: color 0.1s ease;
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
}
/* line 27, ../sass/base/reset/_2_common.sass */
.initiative-info a:link, .initiative-info a:visited {
  color: #DC5099;
}
/* line 29, ../sass/base/reset/_2_common.sass */
.initiative-info a:hover {
  color: #e57bb2;
}
/* line 31, ../sass/base/reset/_2_common.sass */
.initiative-info a:active {
  color: #DC5099;
}

/* line 15, ../sass/look-and-feel/_initiative-info.sass */
.initiative-info__name {
  text-transform: uppercase;
  margin: 12px 24px 0;
  line-height: 1.1;
  margin-bottom: 8px;
  font-size: 1.3rem;
}

/* line 22, ../sass/look-and-feel/_initiative-info.sass */
.initiative-actions {
  background-color: white;
  text-align: right;
}

/* line 26, ../sass/look-and-feel/_initiative-info.sass */
.initiative-action__close {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-style: normal;
  color: #111;
  -moz-transition: color 0.15s ease;
  -o-transition: color 0.15s ease;
  -webkit-transition: color 0.15s ease;
  transition: color 0.15s ease;
  font-size: 2rem;
  line-height: 36px;
  z-index: 100;
  margin-right: 24px;
}
/* line 31, ../sass/look-and-feel/_initiative-info.sass */
.initiative-action__close:hover {
  cursor: pointer;
  color: #555;
}

/* line 39, ../sass/look-and-feel/_initiative-info.sass */
.initiative-action__edit {
  font-size: 2rem;
  line-height: 36px;
  display: none;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  float: left;
  margin-left: 24px;
  border: 0 !important;
}

/* line 48, ../sass/look-and-feel/_initiative-info.sass */
.staff-user .initiative-action__edit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

/* line 51, ../sass/look-and-feel/_initiative-info.sass */
.initiative-info__details {
  font-size: 0.7em;
  margin: 36px 0 0;
  padding: 12px 24px 24px;
  clear: both;
  z-index: 100;
  background-color: #eee;
}

/* line 59, ../sass/look-and-feel/_initiative-info.sass */
.initiative-info__detail {
  margin-bottom: 24px;
}

/* line 62, ../sass/look-and-feel/_initiative-info.sass */
.initiative-info__detail a {
  margin-left: 12px;
  line-height: 30px;
}

/* line 66, ../sass/look-and-feel/_initiative-info.sass */
.initiative-image {
  margin: 0 0 24px;
  text-align: center;
  overflow: hidden;
  -moz-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
/* line 71, ../sass/look-and-feel/_initiative-info.sass */
.initiative-image img {
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  -moz-transition: -moz-transform 0.5s ease-out;
  -o-transition: -o-transform 0.5s ease-out;
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
}
/* line 74, ../sass/look-and-feel/_initiative-info.sass */
.initiative-image:hover {
  opacity: 0.8;
}
/* line 76, ../sass/look-and-feel/_initiative-info.sass */
.initiative-image:hover img {
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

/* line 79, ../sass/look-and-feel/_initiative-info.sass */
.initiative-info__video {
  margin: 24px 0;
  background: url("../img/loading.gif") no-repeat center center white;
}

/* line 83, ../sass/look-and-feel/_initiative-info.sass */
.initiative-image--blank {
  color: #ddd;
  text-align: center;
  line-height: 200px;
  background-color: #eee;
  font-size: 100px;
  height: 200px;
}

/* line 91, ../sass/look-and-feel/_initiative-info.sass */
.initiative-header {
  margin-bottom: 24px;
}

/* line 95, ../sass/look-and-feel/_initiative-info.sass */
.initiative-header .initiative-marker {
  width: 25%;
  padding-left: 24px;
  float: right;
  margin-top: 12px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 102, ../sass/look-and-feel/_initiative-info.sass */
.initiative-header .initiative-marker .outer::before {
  text-shadow: none;
}
/* line 104, ../sass/look-and-feel/_initiative-info.sass */
.initiative-header .initiative-marker .inner {
  left: 29px !important;
}

/* line 107, ../sass/look-and-feel/_initiative-info.sass */
.initiative-info__detail {
  margin-bottom: 4px;
  line-height: 26px;
  vertical-align: middle;
}

/* line 112, ../sass/look-and-feel/_initiative-info.sass */
.initiative-info__description--calendar {
  margin-top: 24px;
}

/* line 115, ../sass/look-and-feel/_initiative-info.sass */
.initiative-info__details--calendar {
  margin-top: 48px;
}

/* line 118, ../sass/look-and-feel/_initiative-info.sass */
.initiative-info__detail--initiative {
  font-weight: 400;
  margin-bottom: 12px;
}

/* line 122, ../sass/look-and-feel/_initiative-info.sass */
.initiative-marker__description {
  margin: 12px 24px 36px;
}

/* line 125, ../sass/look-and-feel/_initiative-info.sass */
[class^='initiative-info__detail--'] {
  margin: 8px 0;
}
/* line 127, ../sass/look-and-feel/_initiative-info.sass */
[class^='initiative-info__detail--'] [class^='icon-'] {
  display: inline-block;
  width: 24px;
  text-align: center;
  color: #555;
  margin-right: 12px;
  vertical-align: middle;
  opacity: 0.5;
}

/* line 136, ../sass/look-and-feel/_initiative-info.sass */
.initiative-info__detail--initiative {
  border-bottom: 1px dotted #333;
  padding-bottom: 8px;
  text-transform: uppercase;
}

/* line 141, ../sass/look-and-feel/_initiative-info.sass */
.initiative-info--events .initiative-marker .leaflet-marker-icon.cm .inner {
  left: 30px !important;
  text-indent: -3px;
}
/* line 143, ../sass/base/reset/_4_icons.sass */
.initiative-info--events .initiative-marker .leaflet-marker-icon.cm .inner::before {
  font-size: 3rem !important;
  line-height: 34px !important;
  top: 1px;
  right: 1px;
}
/* line 144, ../sass/look-and-feel/_initiative-info.sass */
.initiative-info--events .initiative-marker .leaflet-marker-icon.cm .inner::before {
  font-size: 2em;
}

/* line 149, ../sass/look-and-feel/_initiative-info.sass */
.initiative-info__detail--facebook [class^='icon'],
.initiative-info__detail--twitter [class^='icon'] {
  font-size: 20px;
}

/* line 152, ../sass/look-and-feel/_initiative-info.sass */
.initiative-marker__categories {
  margin: 0 24px 12px;
  font-size: 0.68em;
  text-transform: uppercase;
}

/* line 157, ../sass/look-and-feel/_initiative-info.sass */
.initiative-header .leaflet-marker-icon {
  float: left;
  margin: 0 12px;
}

/* line 161, ../sass/look-and-feel/_initiative-info.sass */
.initiative-header .leaflet-marker-icon .outer::before {
  text-shadow: none !important;
}

/* line 164, ../sass/look-and-feel/_initiative-info.sass */
.initiative-info__event-details,
.initiative-info__initiative-details {
  margin: 0 24px;
  text-transform: uppercase;
  font-size: 0.9em;
}

/* line 169, ../sass/look-and-feel/_initiative-info.sass */
.initiative-info__details {
  font-weight: bold;
  font-size: 0.75em;
}

/* line 172, ../sass/look-and-feel/_initiative-info.sass */
.initiative-info__detail--link .icon-website:before {
  font-size: 0.7em;
}

/* line 174, ../sass/look-and-feel/_initiative-info.sass */
.initiative-info__detail--periodicity {
  margin-left: 40px;
}

/* line 177, ../sass/look-and-feel/_initiative-info.sass */
.initiative-info__detail--initiative span {
  font-size: 0.75em;
  color: #555;
  display: block;
}

/* line 182, ../sass/look-and-feel/_initiative-info.sass */
.initiative-info__relations {
  padding: 24px;
  font-size: 0.8em;
}

/* line 185, ../sass/look-and-feel/_initiative-info.sass */
.initiative-info__relations-label {
  text-transform: uppercase;
  margin: 0 0 12px;
}

/* line 188, ../sass/look-and-feel/_initiative-info.sass */
.initiative-info__relations .leaflet-marker-icon.cm {
  text-align: left;
  float: left;
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
}

/* line 192, ../sass/look-and-feel/_initiative-info.sass */
.initiative-info__relations .outer::before {
  text-shadow: none !important;
}

/* line 194, ../sass/look-and-feel/_initiative-info.sass */
.initiative-info__relations-item {
  clear: both;
  -moz-transition: background-color, ease 0.2s;
  -o-transition: background-color, ease 0.2s;
  -webkit-transition: background-color, ease 0.2s;
  transition: background-color, ease 0.2s;
}
/* line 197, ../sass/look-and-feel/_initiative-info.sass */
.initiative-info__relations-item:hover {
  cursor: pointer;
  background-color: #eee;
}

/* line 200, ../sass/look-and-feel/_initiative-info.sass */
.initiative-info__relations-item-name {
  padding: 18px 24px 24px 48px;
}

/* line 202, ../sass/look-and-feel/_initiative-info.sass */
.initiative-info__relations-desc {
  padding: 12px 0;
}

/* line 205, ../sass/look-and-feel/_initiative-info.sass */
.initiative-info__ods {
  margin-bottom: 24px;
  *zoom: 1;
}
/* line 6, ../sass/base/abstractions/_clearfix.sass */
.initiative-info__ods:before, .initiative-info__ods:after {
  content: " ";
  display: table;
}
/* line 10, ../sass/base/abstractions/_clearfix.sass */
.initiative-info__ods:after {
  clear: both;
}
/* line 208, ../sass/look-and-feel/_initiative-info.sass */
.initiative-info__ods a {
  border: 0;
}
/* line 210, ../sass/look-and-feel/_initiative-info.sass */
.initiative-info__ods img {
  border-radius: 6px;
  transition: opacity 0.2s ease;
}
/* line 214, ../sass/look-and-feel/_initiative-info.sass */
.initiative-info__ods a:hover img {
  opacity: 0.75;
}

/* line 216, ../sass/look-and-feel/_initiative-info.sass */
.initiative-info__ods-label {
  margin: 24px 0 12px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.8em;
  color: #333;
}

/* line 223, ../sass/look-and-feel/_initiative-info.sass */
.initiative-info__ods-icons a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
}
/* line 227, ../sass/look-and-feel/_initiative-info.sass */
.initiative-info__ods-icons img {
  max-width: 72px;
}
/* line 229, ../sass/look-and-feel/_initiative-info.sass */
.initiative-info__ods-icons a:first-child img {
  max-width: 96px !important;
}

/* line 231, ../sass/look-and-feel/_initiative-info.sass */
.initiative-info__detail--address .icon-event-address {
  width: 24px;
  font-size: 24px;
  line-height: 24px;
  text-indent: 4px;
}

/* line 236, ../sass/look-and-feel/_initiative-info.sass */
.initiative-info__file-label {
  font-weight: bold;
  font-size: 0.8em;
}

/* line 239, ../sass/look-and-feel/_initiative-info.sass */
.initiative-info__file-value {
  font-size: 0.8em;
}

/* line 242, ../sass/look-and-feel/_initiative-info.sass */
.initiative-info .icon-instagram {
  display: inline-block;
  background: url("/static/civics/img/instagram.svg") no-repeat;
  background-position: center center;
  background-size: contain;
  width: 24px;
  height: 20px;
}

/* line 251, ../sass/look-and-feel/_initiative-info.sass */
.initiative-info__detail--website .icon-website:before {
  position: relative;
  top: -3px;
}

/* line 1, ../sass/look-and-feel/_initiative-success.sass */
.initiative-success {
  height: 100vh;
  background: url("../img/bg-welcome.jpg") no-repeat 0 0/cover;
}

/* line 5, ../sass/look-and-feel/_initiative-success.sass */
.message-success {
  margin-top: 40vh;
  text-align: center;
  text-transform: uppercase;
}
/* line 106, ../sass/base/reset/_2_common.sass */
.message-success a {
  -moz-transition: background-color 0.1s ease;
  -o-transition: background-color 0.1s ease;
  -webkit-transition: background-color 0.1s ease;
  transition: background-color 0.1s ease;
  background-color: #f9afea;
  color: #333;
}
/* line 110, ../sass/base/reset/_2_common.sass */
.message-success a:hover {
  background-color: #f580de;
}

/* line 11, ../sass/look-and-feel/_initiative-success.sass */
.message-success__text {
  font-family: "Oxygen", sans-serif;
  font-weight: 400;
  margin-bottom: 24px;
}

/* line 16, ../sass/look-and-feel/_initiative-success.sass */
.message-success__button {
  font-size: 0.85em;
  padding: 8px 12px;
}

/* line 7, ../sass/look-and-feel/_lang-switcher.sass */
.lang-switcher {
  width: 24px;
  font-size: 0.8em;
  position: fixed;
  right: 60px;
  top: 12px;
  z-index: 100000;
}
@media screen and (min-width: 992px) {
  /* line 7, ../sass/look-and-feel/_lang-switcher.sass */
  .lang-switcher {
    right: 24px;
  }
}
/* line 16, ../sass/look-and-feel/_lang-switcher.sass */
.lang-switcher:after {
  content: "⌄";
  position: absolute;
  right: -10px;
  top: 0;
}

/* line 22, ../sass/look-and-feel/_lang-switcher.sass */
.lang-switcher__select {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: none;
  text-transform: uppercase;
  height: 20px;
  line-height: 20px;
  padding: 0;
  margin: 0;
  position: absolute;
}

/* line 3, ../sass/look-and-feel/_leaflet-controls.sass */
.leaflet-control-layers {
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0;
  border-radius: 0 !important;
  text-transform: uppercase;
  font-size: 0.85em;
}

/* line 9, ../sass/look-and-feel/_leaflet-controls.sass */
.leaflet-control-layers label:hover {
  cursor: pointer;
}

/* line 12, ../sass/look-and-feel/_leaflet-controls.sass */
.leaflet-control-layers-selector {
  margin-right: 12px;
}

/* line 15, ../sass/look-and-feel/_leaflet-controls.sass */
.leaflet-control-layers-overlays,
.leaflet-control-layers-separator {
  display: none;
}

/* line 19, ../sass/look-and-feel/_leaflet-controls.sass */
.leaflet-bar a {
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0;
  border-radius: 0 !important;
}

/* line 4, ../sass/look-and-feel/_leaflet-map.sass */
#civics-map {
  width: 100%;
  position: relative;
  height: calc(100vh - 132px) !important;
}
/* line 9, ../sass/look-and-feel/_leaflet-map.sass */
#civics-map .leaflet-top {
  top: 72px;
}
/* line 11, ../sass/look-and-feel/_leaflet-map.sass */
#civics-map .leaflet-top.leaflet-right {
  top: 0;
  left: 10px;
  right: inherit;
}
/* line 15, ../sass/look-and-feel/_leaflet-map.sass */
#civics-map .leaflet-control-attribution {
  background-color: white;
  font-size: 0.85em;
  font-family: "Oxygen", sans-serif;
  right: 12px;
}
/* line 45, ../sass/base/reset/_2_common.sass */
#civics-map .leaflet-control-attribution a {
  -moz-transition: color 0.1s ease;
  -o-transition: color 0.1s ease;
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
}
/* line 47, ../sass/base/reset/_2_common.sass */
#civics-map .leaflet-control-attribution a:link, #civics-map .leaflet-control-attribution a:visited {
  color: #555;
  border-bottom: 1px dotted #555;
}
/* line 50, ../sass/base/reset/_2_common.sass */
#civics-map .leaflet-control-attribution a:hover {
  color: #777;
}
/* line 52, ../sass/base/reset/_2_common.sass */
#civics-map .leaflet-control-attribution a:active {
  color: #555;
}
/* line 21, ../sass/look-and-feel/_leaflet-map.sass */
#civics-map .leaflet-control-layers-toggle {
  background-image: url("../img/layers.png") !important;
  background-size: cover;
  width: 26px;
  height: 26px;
}
/* line 26, ../sass/look-and-feel/_leaflet-map.sass */
#civics-map .leaflet-control-layers-overlays {
  display: none;
}
/* line 28, ../sass/look-and-feel/_leaflet-map.sass */
#civics-map .leaflet-expand {
  position: absolute;
  top: 46px;
  left: 10px;
  text-align: center;
  z-index: 100;
  width: 26px;
  line-height: 26px;
  background: white;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
/* line 38, ../sass/look-and-feel/_leaflet-map.sass */
#civics-map .leaflet-expand:hover {
  cursor: pointer;
}
/* line 40, ../sass/look-and-feel/_leaflet-map.sass */
#civics-map .leaflet-div-icon {
  border: 0 !important;
  background: none !important;
}
/* line 43, ../sass/look-and-feel/_leaflet-map.sass */
#civics-map .fa-map-marker,
#civics-map .fa-spinner {
  color: #333 !important;
}
/* line 25, ../sass/base/reset/_4_icons.sass */
#civics-map .fa-map-marker::before,
#civics-map .fa-spinner::before {
  content: "◎";
}
/* line 48, ../sass/look-and-feel/_leaflet-map.sass */
#civics-map:after {
  content: url("../img/south.svg");
  width: 48px;
  height: 48px;
  opacity: 0.5;
  position: absolute;
  z-index: 11000;
  bottom: 48px;
}

/* line 58, ../sass/look-and-feel/_leaflet-map.sass */
.prunecluster {
  background: white !important;
  line-height: 42px;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  font-weight: bold;
  color: #333;
}

/* line 67, ../sass/look-and-feel/_leaflet-map.sass */
.prunecluster__city {
  display: none;
  font-family: "Oxygen", sans-serif;
  background: white;
  position: absolute;
  padding: 8px;
}

/* line 75, ../sass/look-and-feel/_leaflet-map.sass */
.show-city-labels .prunecluster:hover + .prunecluster__city {
  display: block;
}

/* line 79, ../sass/look-and-feel/_leaflet-map.sass */
.leaflet-marker-icon.cm {
  text-align: center;
  position: relative;
}
/* line 7, ../sass/base/reset/_4_icons.sass */
.leaflet-marker-icon.cm .outer::before {
  font-family: "civics";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 84, ../sass/look-and-feel/_leaflet-map.sass */
.leaflet-marker-icon.cm .outer::before {
  font-size: 60px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
/* line 87, ../sass/look-and-feel/_leaflet-map.sass */
.leaflet-marker-icon.cm .inner {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  background-color: #eee;
  position: absolute;
  top: 11px;
  left: 8px;
  text-align: center;
}
/* line 7, ../sass/base/reset/_4_icons.sass */
.leaflet-marker-icon.cm .inner::before {
  font-family: "civics";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 98, ../sass/look-and-feel/_leaflet-map.sass */
.leaflet-marker-icon.cm .inner::before {
  font-size: 23px;
  line-height: 23px;
  color: rgba(0, 0, 0, 0.75);
}
/* line 102, ../sass/look-and-feel/_leaflet-map.sass */
.leaflet-marker-icon.cm [class*='icon-activity'].inner::before {
  font-size: 36px;
  line-height: 30px;
  left: 1px;
}

/* line 107, ../sass/look-and-feel/_leaflet-map.sass */
#civics-map.highlighted .leaflet-marker-icon {
  opacity: 0.45 !important;
}

/* line 109, ../sass/look-and-feel/_leaflet-map.sass */
#civics-map.highlighted .leaflet-marker-icon.featured {
  opacity: 1 !important;
}

/* line 111, ../sass/look-and-feel/_leaflet-map.sass */
#civics-map.highlighted .leaflet-marker-icon.related {
  opacity: 0.85 !important;
}

/* line 114, ../sass/look-and-feel/_leaflet-map.sass */
.ods-toggle {
  position: absolute;
  z-index: 100;
  top: 180px;
  left: 10px;
  background: white;
  display: inline-block;
  width: 26px;
  height: 26px;
  background-color: white;
  text-align: center;
  padding-top: 3px;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  -moz-transition: background-color, ease 0.2s;
  -o-transition: background-color, ease 0.2s;
  -webkit-transition: background-color, ease 0.2s;
  transition: background-color, ease 0.2s;
}
/* line 128, ../sass/look-and-feel/_leaflet-map.sass */
.ods-toggle:hover {
  cursor: pointer;
  background-color: #eee;
}

/* line 131, ../sass/look-and-feel/_leaflet-map.sass */
.showing-ods .ods-toggle {
  background-color: #dc5099;
}

/* line 133, ../sass/look-and-feel/_leaflet-map.sass */
.ods-toggle .icon-ods {
  display: none;
}

/* line 135, ../sass/look-and-feel/_leaflet-map.sass */
.showing-ods .ods-toggle .icon-ods {
  display: inherit;
}

/* line 137, ../sass/look-and-feel/_leaflet-map.sass */
.showing-ods .ods-toggle .icon-ods-black {
  display: none;
}

/* line 3, ../sass/look-and-feel/_legend.sass */
.civics-legend {
  position: fixed;
  top: 50px;
  left: 0;
  min-height: 100vh;
  width: 100vw;
  text-align: justify;
  padding: 168px calc(50vw - 240px) 25vw;
  background: url("../img/logo_civics-150x58.png") no-repeat center 72px #eee;
}

/* line 13, ../sass/look-and-feel/_legend.sass */
.close-legend {
  position: absolute;
  right: 48px;
  top: 48px;
  font-size: 1.5rem;
}
/* line 18, ../sass/look-and-feel/_legend.sass */
.close-legend:hover {
  cursor: pointer;
}

/* line 21, ../sass/look-and-feel/_legend.sass */
.civics-legend__icons {
  text-align: center;
  margin-top: 72px;
}

/* line 4, ../sass/look-and-feel/_main-menu.sass */
.main-menu {
  display: none !important;
  padding: 24px;
  text-align: center;
  margin-top: 48px;
}
/* line 65, ../sass/base/reset/_2_common.sass */
.main-menu a {
  -moz-transition: color 0.15s ease;
  -o-transition: color 0.15s ease;
  -webkit-transition: color 0.15s ease;
  transition: color 0.15s ease;
}
/* line 67, ../sass/base/reset/_2_common.sass */
.main-menu a:link, .main-menu a:visited {
  color: #111;
}
/* line 69, ../sass/base/reset/_2_common.sass */
.main-menu a:hover {
  color: #555;
}
/* line 71, ../sass/base/reset/_2_common.sass */
.main-menu a:active {
  color: #111;
}
@media screen and (min-width: 992px) {
  /* line 4, ../sass/look-and-feel/_main-menu.sass */
  .main-menu {
    margin-top: 0;
    width: calc(100% - 300px);
    display: inline-block !important;
    padding: inherit;
  }
}

/* line 16, ../sass/look-and-feel/_main-menu.sass */
[class*='main-menu__link--'].active {
  font-family: "Oxygen", sans-serif;
  font-weight: 700;
  font-size: 1rem;
}

/* line 25, ../sass/base/reset/_2_common.sass */
.main-menu__link--initiatives.active a {
  -moz-transition: color 0.1s ease;
  -o-transition: color 0.1s ease;
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
}
/* line 27, ../sass/base/reset/_2_common.sass */
.main-menu__link--initiatives.active a:link, .main-menu__link--initiatives.active a:visited {
  color: #DC5099;
}
/* line 29, ../sass/base/reset/_2_common.sass */
.main-menu__link--initiatives.active a:hover {
  color: #e57bb2;
}
/* line 31, ../sass/base/reset/_2_common.sass */
.main-menu__link--initiatives.active a:active {
  color: #DC5099;
}

/* line 35, ../sass/base/reset/_2_common.sass */
.main-menu__link--events.active a {
  -moz-transition: color 0.1s ease;
  -o-transition: color 0.1s ease;
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
}
/* line 37, ../sass/base/reset/_2_common.sass */
.main-menu__link--events.active a:link, .main-menu__link--events.active a:visited {
  color: #01BEB1;
}
/* line 39, ../sass/base/reset/_2_common.sass */
.main-menu__link--events.active a:hover {
  color: #01f1e0;
}
/* line 41, ../sass/base/reset/_2_common.sass */
.main-menu__link--events.active a:active {
  color: #01BEB1;
}

/* line 24, ../sass/look-and-feel/_main-menu.sass */
.main-menu__link {
  width: 100%;
  line-height: 41px;
  position: relative;
}
@media screen and (max-width: 768px) {
  /* line 24, ../sass/look-and-feel/_main-menu.sass */
  .main-menu__link {
    font-weight: 700;
  }
}
@media screen and (min-width: 992px) {
  /* line 24, ../sass/look-and-feel/_main-menu.sass */
  .main-menu__link {
    display: inline-block;
    width: 24%;
    margin: 0;
  }
}

/* line 35, ../sass/look-and-feel/_main-menu.sass */
.civics-logo--toolbar {
  height: 40px;
}

/* line 7, ../sass/look-and-feel/_map-actions-popup.sass */
.map-actions-popup {
  position: absolute;
  top: 46px;
  padding: 30px;
  background: white;
  z-index: 1125000;
  color: #333;
  left: 48px;
  -moz-animation: showup_short 0.5s 1;
  -webkit-animation: showup_short 0.5s 1;
  animation: showup_short 0.5s 1;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

/* line 18, ../sass/look-and-feel/_map-actions-popup.sass */
.map-actions-popup:before {
  content: "▲";
  font-family: sans-serif;
  color: white;
  position: absolute;
  font-size: 36px;
  top: -18px;
}

/* line 26, ../sass/look-and-feel/_map-actions-popup.sass */
.map-actions-popup--share::before {
  left: 78px;
}

/* line 29, ../sass/look-and-feel/_map-actions-popup.sass */
.map-actions-popup--download::before {
  left: 50px;
}

/* line 32, ../sass/look-and-feel/_map-actions-popup.sass */
.map-actions-popup__close {
  position: absolute;
  top: 0;
  right: 8px;
  font-size: 30px !important;
  color: #111;
  -moz-transition: color 0.25s ease;
  -o-transition: color 0.25s ease;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}

/* line 40, ../sass/look-and-feel/_map-actions-popup.sass */
.map-actions-popup__close:hover {
  cursor: pointer;
  color: #555;
}

/* line 44, ../sass/look-and-feel/_map-actions-popup.sass */
.map-actions-popup__share-link {
  width: 100%;
  background: #eee;
  border-width: 0 0 2px 0;
  margin-top: 12px;
  padding: 8px;
  font-size: 0.9em;
}

/* line 52, ../sass/look-and-feel/_map-actions-popup.sass */
.map-actions-popup__links {
  font-size: 0.8em;
}

/* line 54, ../sass/look-and-feel/_map-actions-popup.sass */
.map-actions-popup__links-item:hover {
  cursor: pointer;
}

/* line 56, ../sass/look-and-feel/_map-actions-popup.sass */
.map-actions-popup .icon-download:before {
  font-size: 0.8em;
  color: #999;
  margin-right: 4px;
  transition: color 0.2s ease;
}

/* line 61, ../sass/look-and-feel/_map-actions-popup.sass */
.map-actions-popup__links-item:hover:before {
  color: #f580df !important;
}

/* line 9, ../sass/look-and-feel/_map-actions.sass */
[class^='map-actions--'] {
  z-index: 1;
  min-height: 36px;
  line-height: 30px;
  width: 100%;
  padding: 0 12px;
  position: relative;
  *zoom: 1;
  -moz-animation: fadein 1s 1;
  -webkit-animation: fadein 1s 1;
  animation: fadein 1s 1;
}
/* line 6, ../sass/base/abstractions/_clearfix.sass */
[class^='map-actions--']:before, [class^='map-actions--']:after {
  content: " ";
  display: table;
}
/* line 10, ../sass/base/abstractions/_clearfix.sass */
[class^='map-actions--']:after {
  clear: both;
}

/* line 19, ../sass/look-and-feel/_map-actions.sass */
.map-actions--initiatives {
  background-color: #dc5099;
  color: white;
}
/* line 22, ../sass/look-and-feel/_map-actions.sass */
.map-actions--initiatives .map-actions__search {
  border-color: white;
}
/* line 24, ../sass/look-and-feel/_map-actions.sass */
.map-actions--initiatives .filter-tags li {
  background: rgba(0, 0, 0, 0.25);
}
/* line 26, ../sass/look-and-feel/_map-actions.sass */
.map-actions--initiatives .map-actions__search-input {
  border: 1px dotted white;
}

/* line 28, ../sass/look-and-feel/_map-actions.sass */
.map-actions--events {
  background-color: #01beb1;
  color: white;
}
/* line 31, ../sass/look-and-feel/_map-actions.sass */
.map-actions--events .map-actions__search {
  border-color: white;
}
/* line 33, ../sass/look-and-feel/_map-actions.sass */
.map-actions--events .filter-tags li {
  background: rgba(0, 0, 0, 0.25);
}
/* line 35, ../sass/look-and-feel/_map-actions.sass */
.map-actions--events .map-actions__search-input {
  border: 1px dotted white;
}

/* line 38, ../sass/look-and-feel/_map-actions.sass */
.expanded + .kk > .map-actions {
  left: 480px;
  width: calc(100% - 480px);
}

/* line 43, ../sass/look-and-feel/_map-actions.sass */
.map-actions__actions {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 75, ../sass/base/reset/_2_common.sass */
.map-actions__actions a {
  -moz-transition: color 0.1s ease;
  -o-transition: color 0.1s ease;
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
}
/* line 77, ../sass/base/reset/_2_common.sass */
.map-actions__actions a:link, .map-actions__actions a:visited {
  color: white;
}
/* line 79, ../sass/base/reset/_2_common.sass */
.map-actions__actions a:hover {
  color: rgba(255, 255, 255, 0.75);
}
/* line 81, ../sass/base/reset/_2_common.sass */
.map-actions__actions a:active {
  color: white;
}
/* line 46, ../sass/look-and-feel/_map-actions.sass */
.map-actions__actions span {
  -moz-transition: color 0.1s ease;
  -o-transition: color 0.1s ease;
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
}
/* line 48, ../sass/look-and-feel/_map-actions.sass */
.map-actions__actions a {
  margin-right: 8px;
}

/* line 50, ../sass/look-and-feel/_map-actions.sass */
.map-actions__actions .icon-star:before {
  font-size: 1.25em;
}

/* line 54, ../sass/look-and-feel/_map-actions.sass */
.legend-help {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  /* line 54, ../sass/look-and-feel/_map-actions.sass */
  .legend-help {
    display: none;
  }
}

/* line 58, ../sass/look-and-feel/_map-actions.sass */
.legend-help__icon {
  margin-right: 8px;
  padding: 0 8px;
  line-height: 20px;
  vertical-align: middle;
  font-size: 1.25em;
  color: rgba(0, 0, 0, 0.5);
}

/* line 65, ../sass/look-and-feel/_map-actions.sass */
.legend-help__icon:hover {
  cursor: pointer;
}

/* line 69, ../sass/look-and-feel/_map-actions.sass */
.map-actions__action--share:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
}

/* line 72, ../sass/look-and-feel/_map-actions.sass */
.map-actions__action--share.active {
  color: rgba(0, 0, 0, 0.5);
}

/* line 76, ../sass/look-and-feel/_map-actions.sass */
.map-actions__action--download:hover {
  cursor: pointer;
}

/* line 78, ../sass/look-and-feel/_map-actions.sass */
[class^='map-actions__action'] {
  padding-right: 6px;
}

/* line 82, ../sass/look-and-feel/_map-actions.sass */
.markers-count {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-right: 12px;
}
@media screen and (max-width: 768px) {
  /* line 82, ../sass/look-and-feel/_map-actions.sass */
  .markers-count {
    float: right;
  }
}

/* line 89, ../sass/look-and-feel/_map-actions.sass */
.filter-tags {
  display: inline;
}

/* line 91, ../sass/look-and-feel/_map-actions.sass */
.filter-tags li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  text-transform: uppercase;
  font-size: 0.75em;
  margin: 0 4px 0;
  padding: 0 8px;
  line-height: 24px;
  -moz-transition: background-color 0.15s ease;
  -o-transition: background-color 0.15s ease;
  -webkit-transition: background-color 0.15s ease;
  transition: background-color 0.15s ease;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
/* line 100, ../sass/look-and-feel/_map-actions.sass */
.filter-tags li:hover {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
}

/* line 103, ../sass/look-and-feel/_map-actions.sass */
.filter-tags__close {
  font-weight: bold;
  font-size: 1.25em;
  line-height: 1em;
  margin-left: 4px;
}

/* line 108, ../sass/look-and-feel/_map-actions.sass */
.filter-tags__remove {
  background: none !important;
  font-family: "Oxygen", sans-serif;
  font-weight: 700;
  font-size: 1rem;
}

/* line 113, ../sass/look-and-feel/_map-actions.sass */
.map-actions__search,
.time-filter__wrapper {
  text-align: center;
}
@media screen and (min-width: 768px) {
  /* line 113, ../sass/look-and-feel/_map-actions.sass */
  .map-actions__search,
  .time-filter__wrapper {
    float: right;
  }
}

/* line 118, ../sass/look-and-feel/_map-actions.sass */
.map-actions__search-label,
.time-filter__label {
  text-transform: uppercase;
  font-family: "Oxygen", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  font-size: 0.75em;
}

/* line 123, ../sass/look-and-feel/_map-actions.sass */
.map-actions__search-input {
  border-width: 0 0 1px 0 !important;
  background: none;
  max-width: 50%;
}

/* line 127, ../sass/look-and-feel/_map-actions.sass */
.map-actions__search-type {
  -moz-appearance: none;
  -webkit-appearance: none;
  font-size: 0.8em;
  text-align: center;
  text-transform: uppercase;
  border: 0;
  background: none;
  border-bottom: 1px dotted white;
  line-height: 20px;
}

/* line 138, ../sass/look-and-feel/_map-actions.sass */
.time-filter__widget {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #01beb1;
  border-width: 0 0 1px 0;
  border-color: white;
  border-style: dotted;
  text-align: center;
  padding: 0 12px;
  text-shadow: 0 0 0 white;
}
/* line 146, ../sass/look-and-feel/_map-actions.sass */
.time-filter__widget option:empty {
  display: none;
}
/* line 148, ../sass/look-and-feel/_map-actions.sass */
.time-filter__widget:-moz-focusring {
  color: transparent;
}

/* line 3, ../sass/look-and-feel/_map-filters.sass */
[class^='map-filters--'] {
  width: 100%;
  height: 36px;
  z-index: 1;
  color: white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  -moz-animation: fadein 1s 1;
  -webkit-animation: fadein 1s 1;
  animation: fadein 1s 1;
}
/* line 75, ../sass/base/reset/_2_common.sass */
[class^='map-filters--'] a {
  -moz-transition: color 0.1s ease;
  -o-transition: color 0.1s ease;
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
}
/* line 77, ../sass/base/reset/_2_common.sass */
[class^='map-filters--'] a:link, [class^='map-filters--'] a:visited {
  color: white;
}
/* line 79, ../sass/base/reset/_2_common.sass */
[class^='map-filters--'] a:hover {
  color: rgba(255, 255, 255, 0.75);
}
/* line 81, ../sass/base/reset/_2_common.sass */
[class^='map-filters--'] a:active {
  color: white;
}

/* line 12, ../sass/look-and-feel/_map-filters.sass */
.map-filters--initiatives::before {
  background-color: #ed61aa;
  left: calc(50% - 65px);
}

/* line 16, ../sass/look-and-feel/_map-filters.sass */
.map-filters--events::before {
  background-color: #02cfc2;
  left: calc(83% - 250px);
}

/* line 20, ../sass/look-and-feel/_map-filters.sass */
.map-filters--initiatives {
  background-color: #ed61aa;
}

/* line 23, ../sass/look-and-feel/_map-filters.sass */
[class^='map-filters__filter--'] {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 25%;
  float: left;
  text-align: center;
  line-height: 36px;
  text-transform: uppercase;
  -moz-transition: background-color 0.1s ease;
  -o-transition: background-color 0.1s ease;
  -webkit-transition: background-color 0.1s ease;
  transition: background-color 0.1s ease;
}
/* line 31, ../sass/look-and-feel/_map-filters.sass */
[class^='map-filters__filter--']:hover {
  cursor: pointer;
}
/* line 33, ../sass/look-and-feel/_map-filters.sass */
[class^='map-filters__filter--'] [class^='icon-']::before {
  margin-right: 8px;
}

/* line 36, ../sass/look-and-feel/_map-filters.sass */
.map-filters__filter-name {
  display: none;
}
@media screen and (min-width: 992px) {
  /* line 36, ../sass/look-and-feel/_map-filters.sass */
  .map-filters__filter-name {
    display: inline;
  }
}

@media screen and (max-width: 768px) {
  /* line 42, ../sass/look-and-feel/_map-filters.sass */
  .filter-tags__tag {
    display: none !important;
  }
}
/* line 45, ../sass/look-and-feel/_map-filters.sass */
[class^='map-filters__categories'] {
  text-align: left;
  position: absolute;
  z-index: 12000;
  left: 0;
  outline: 1px solid rgba(0, 0, 0, 0.05);
  width: 100%;
  background-color: rgba(222, 222, 222, 0.95);
  display: none;
}
@media screen and (min-width: 992px) {
  /* line 45, ../sass/look-and-feel/_map-filters.sass */
  [class^='map-filters__categories'] {
    width: 25%;
    left: inherit;
  }
}
@media screen and (max-width: 768px) {
  /* line 45, ../sass/look-and-feel/_map-filters.sass */
  [class^='map-filters__categories'] {
    max-height: calc(100vh - 150px);
    overflow-y: auto;
  }
}

/* line 63, ../sass/look-and-feel/_map-filters.sass */
[class^='map-filters__filter']:hover [class^='map-filters__categories'] {
  display: block !important;
}
/* line 65, ../sass/look-and-feel/_map-filters.sass */
[class^='map-filters__filter']:hover [class^='map-filters__filter'] [class^='icon-']::before {
  color: white;
}

/* line 68, ../sass/look-and-feel/_map-filters.sass */
.map-filters__filter--events {
  background-color: #02cfc2 !important;
}

/* line 71, ../sass/look-and-feel/_map-filters.sass */
.map-filters__categories--events {
  background-color: #07fded;
}

/* line 74, ../sass/look-and-feel/_map-filters.sass */
.map-filters__category {
  -moz-transition: background-color 0.25s ease;
  -o-transition: background-color 0.25s ease;
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}
/* line 76, ../sass/look-and-feel/_map-filters.sass */
.map-filters__category:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
/* line 78, ../sass/look-and-feel/_map-filters.sass */
.map-filters__category.active {
  background-color: rgba(0, 0, 0, 0.2);
  color: white;
}

/* line 82, ../sass/look-and-feel/_map-filters.sass */
.map-filters__label {
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

/* line 86, ../sass/look-and-feel/_map-filters.sass */
.map-filters__filter--initiatives:hover .map-filters__label {
  background-color: #ea4a9e;
}

/* line 90, ../sass/look-and-feel/_map-filters.sass */
.map-filters__filter--events:hover .map-filters__label {
  background-color: #02b6aa;
}

/* line 93, ../sass/look-and-feel/_map-filters.sass */
.map-filters__category {
  font-size: 0.85em;
  line-height: 32px;
  text-transform: capitalize;
  padding: 0 12px;
  color: rgba(0, 0, 0, 0.6);
}
/* line 7, ../sass/base/reset/_4_icons.sass */
.map-filters__category::before {
  font-family: "civics";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 101, ../sass/look-and-feel/_map-filters.sass */
.map-filters__category::before {
  content: " ";
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin: 0 12px 5px 0;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #111;
}

/* line 113, ../sass/look-and-feel/_map-filters.sass */
.category-ods-1::before {
  background-color: #eb1c2d;
}

/* line 113, ../sass/look-and-feel/_map-filters.sass */
.category-ods-2::before {
  background-color: #d3a029;
}

/* line 113, ../sass/look-and-feel/_map-filters.sass */
.category-ods-3::before {
  background-color: #279b48;
}

/* line 113, ../sass/look-and-feel/_map-filters.sass */
.category-ods-4::before {
  background-color: #c31f33;
}

/* line 113, ../sass/look-and-feel/_map-filters.sass */
.category-ods-5::before {
  background-color: #ef402b;
}

/* line 113, ../sass/look-and-feel/_map-filters.sass */
.category-ods-6::before {
  background-color: #00aed9;
}

/* line 113, ../sass/look-and-feel/_map-filters.sass */
.category-ods-7::before {
  background-color: #fdb713;
}

/* line 113, ../sass/look-and-feel/_map-filters.sass */
.category-ods-8::before {
  background-color: #8f1838;
}

/* line 113, ../sass/look-and-feel/_map-filters.sass */
.category-ods-9::before {
  background-color: #f36d25;
}

/* line 113, ../sass/look-and-feel/_map-filters.sass */
.category-ods-10::before {
  background-color: #e11484;
}

/* line 113, ../sass/look-and-feel/_map-filters.sass */
.category-ods-11::before {
  background-color: #f99d26;
}

/* line 113, ../sass/look-and-feel/_map-filters.sass */
.category-ods-12::before {
  background-color: #cf8d2a;
}

/* line 113, ../sass/look-and-feel/_map-filters.sass */
.category-ods-13::before {
  background-color: #48773e;
}

/* line 113, ../sass/look-and-feel/_map-filters.sass */
.category-ods-14::before {
  background-color: #007dbc;
}

/* line 113, ../sass/look-and-feel/_map-filters.sass */
.category-ods-15::before {
  background-color: #3eb049;
}

/* line 113, ../sass/look-and-feel/_map-filters.sass */
.category-ods-16::before {
  background-color: #02558b;
}

/* line 113, ../sass/look-and-feel/_map-filters.sass */
.category-ods-17::before {
  background-color: #33548d;
}

/* line 120, ../sass/look-and-feel/_map-filters.sass */
.category-topic-co::before {
  background-color: #16EF34;
}

/* line 122, ../sass/look-and-feel/_map-filters.sass */
.category-topic-dc::before {
  background-color: #fdea14;
}

/* line 124, ../sass/look-and-feel/_map-filters.sass */
.category-topic-au::before {
  background-color: #f8b835;
}

/* line 126, ../sass/look-and-feel/_map-filters.sass */
.category-topic-cl::before {
  background-color: #ec6851;
}

/* line 128, ../sass/look-and-feel/_map-filters.sass */
.category-topic-ds::before {
  background-color: #f3a498;
}

/* line 130, ../sass/look-and-feel/_map-filters.sass */
.category-topic-id::before {
  background-color: #e1517c;
}

/* line 132, ../sass/look-and-feel/_map-filters.sass */
.category-topic-ec::before {
  background-color: #2cae87;
}

/* line 134, ../sass/look-and-feel/_map-filters.sass */
.category-topic-oe::before {
  background-color: #8e8e16;
}

/* line 136, ../sass/look-and-feel/_map-filters.sass */
.category-topic-ee::before {
  background-color: #b7d69c;
}

/* line 138, ../sass/look-and-feel/_map-filters.sass */
.category-topic-ct::before {
  background-color: #932c49;
}

/* line 140, ../sass/look-and-feel/_map-filters.sass */
.category-topic-ms::before {
  background-color: #40bfef;
}

/* line 142, ../sass/look-and-feel/_map-filters.sass */
.category-topic-pg::before {
  background-color: #0079ba;
}

/* line 144, ../sass/look-and-feel/_map-filters.sass */
.category-topic-up::before {
  background-color: #587e74;
}

/* line 146, ../sass/look-and-feel/_map-filters.sass */
.category-topic-pc::before {
  background-color: #f87dcc;
}

/* line 148, ../sass/look-and-feel/_map-filters.sass */
.category-topic-in::before {
  background-color: #7f79fb;
}

/* line 150, ../sass/look-and-feel/_map-filters.sass */
.category-topic-di::before {
  background-color: #ff3333;
}

/* line 152, ../sass/look-and-feel/_map-filters.sass */
.category-topic-fe::before {
  background-color: #aa33ff;
}

/* line 157, ../sass/look-and-feel/_map-filters.sass */
[class*=category-space-]::before {
  background-color: white;
  text-align: center;
  width: 24px;
  height: 24px;
  font-size: 24px;
  line-height: 24px;
}

/* line 165, ../sass/look-and-feel/_map-filters.sass */
.category-space-cc:before {
  content: "";
}

/* line 167, ../sass/look-and-feel/_map-filters.sass */
.category-space-em:before {
  content: "";
}

/* line 169, ../sass/look-and-feel/_map-filters.sass */
.category-space-mc:before {
  content: "";
}

/* line 171, ../sass/look-and-feel/_map-filters.sass */
.category-space-di:before {
  content: "";
}

/* line 173, ../sass/look-and-feel/_map-filters.sass */
.category-space-ei:before {
  content: "";
}

/* line 175, ../sass/look-and-feel/_map-filters.sass */
.category-space-ea:before {
  content: "";
}

/* line 177, ../sass/look-and-feel/_map-filters.sass */
.category-space-ep:before {
  content: "";
}

/* line 179, ../sass/look-and-feel/_map-filters.sass */
.category-space-hu:before {
  content: "";
}

/* line 181, ../sass/look-and-feel/_map-filters.sass */
.category-space-it:before {
  content: "";
}

/* line 183, ../sass/look-and-feel/_map-filters.sass */
.category-space-iu:before {
  content: "";
}

/* line 185, ../sass/look-and-feel/_map-filters.sass */
.category-space-ms::before {
  content: "";
}

/* line 187, ../sass/look-and-feel/_map-filters.sass */
.category-space-se:before {
  content: "";
}

/* line 191, ../sass/look-and-feel/_map-filters.sass */
[class*=category-activity-]::before {
  background-color: white;
  text-align: center;
  width: 24px;
  height: 24px;
  font-size: 36px;
  line-height: 34px;
}

/* line 199, ../sass/look-and-feel/_map-filters.sass */
.category-activity-au:before {
  content: "";
}

/* line 201, ../sass/look-and-feel/_map-filters.sass */
.category-activity-cu:before {
  content: "";
}

/* line 203, ../sass/look-and-feel/_map-filters.sass */
.category-activity-di:before {
  content: "";
}

/* line 205, ../sass/look-and-feel/_map-filters.sass */
.category-activity-en:before {
  content: "";
}

/* line 207, ../sass/look-and-feel/_map-filters.sass */
.category-activity-ev:before {
  content: "";
}

/* line 209, ../sass/look-and-feel/_map-filters.sass */
.category-activity-ex:before {
  content: "";
}

/* line 211, ../sass/look-and-feel/_map-filters.sass */
.category-activity-fi:before {
  content: "";
}

/* line 213, ../sass/look-and-feel/_map-filters.sass */
.category-activity-pu:before {
  content: "";
}

/* line 215, ../sass/look-and-feel/_map-filters.sass */
.category-activity-ta:before {
  content: "";
}

/* line 220, ../sass/look-and-feel/_map-filters.sass */
[class*=category-agent-]::before {
  font-size: 24px;
}

/* line 222, ../sass/look-and-feel/_map-filters.sass */
.category-agent-im:before {
  content: "";
}

/* line 224, ../sass/look-and-feel/_map-filters.sass */
.category-agent-uo:before {
  content: "";
}

/* line 226, ../sass/look-and-feel/_map-filters.sass */
.category-agent-oi:before {
  content: "";
}

/* line 228, ../sass/look-and-feel/_map-filters.sass */
.category-agent-es:before {
  content: "";
}

/* line 230, ../sass/look-and-feel/_map-filters.sass */
.category-agent-ic:before {
  content: "";
}

/* line 232, ../sass/look-and-feel/_map-filters.sass */
.category-agent-ja:before {
  content: "";
}

/* line 234, ../sass/look-and-feel/_map-filters.sass */
.category-agent-cc:before {
  content: "";
}

/* line 237, ../sass/look-and-feel/_map-filters.sass */
.category-country {
  padding: 0 12px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.85em;
  line-height: 32px;
  text-transform: capitalize;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
/* line 244, ../sass/look-and-feel/_map-filters.sass */
.category-country:before {
  content: "▾";
  margin-right: 8px;
  color: rgba(0, 0, 0, 0.25);
}
/* line 248, ../sass/look-and-feel/_map-filters.sass */
.category-country:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 253, ../sass/look-and-feel/_map-filters.sass */
.ods-filter {
  display: none;
}

/* line 257, ../sass/look-and-feel/_map-filters.sass */
.showing-ods .ods-filter {
  display: inherit;
}
/* line 259, ../sass/look-and-feel/_map-filters.sass */
.showing-ods .topic-filter {
  display: none;
}

/* line 262, ../sass/look-and-feel/_map-filters.sass */
[class*='category-ods-'] {
  display: none;
}

/* line 265, ../sass/look-and-feel/_map-filters.sass */
.showing-ods [class*='category-topic-'] {
  display: none;
}
/* line 267, ../sass/look-and-feel/_map-filters.sass */
.showing-ods [class*='category-ods-'] {
  display: inherit;
}

/* line 269, ../sass/look-and-feel/_map-filters.sass */
.map-filters__label--ods {
  float: left;
}

/* line 271, ../sass/look-and-feel/_map-filters.sass */
.map-filters__label--ods,
.map-filters__filter--initiatives .map-filters__label--topic {
  display: inline-block;
  position: relative;
  width: 50%;
}

/* line 277, ../sass/look-and-feel/_map-filters.sass */
.map-filters__label {
  font-weight: bold;
}

/* line 280, ../sass/look-and-feel/_map-filters.sass */
.map-filters__label--topic span {
  opacity: 1;
}

/* line 282, ../sass/look-and-feel/_map-filters.sass */
.map-filters__label--ods span {
  opacity: 0.5;
}

/* line 285, ../sass/look-and-feel/_map-filters.sass */
.showing-ods .map-filters__label--topic span {
  opacity: 0.5;
}
/* line 287, ../sass/look-and-feel/_map-filters.sass */
.showing-ods .map-filters__label--ods span {
  opacity: 1;
}

/* line 289, ../sass/look-and-feel/_map-filters.sass */
.map-filters__label:not(:last-child) {
  border-right: 2px solid rgba(0, 0, 0, 0.1);
}

/* line 291, ../sass/look-and-feel/_map-filters.sass */
.map-filters__label--ods {
  border-right: 0 !important;
}

/* line 1, ../sass/look-and-feel/_navigation.sass */
.navigation-trigger {
  cursor: pointer;
  position: fixed;
  z-index: 1000;
  background: white;
  padding: 12px;
  top: 0;
  right: 0;
}
/* line 9, ../sass/look-and-feel/_navigation.sass */
.navigation-trigger p {
  width: 24px;
  height: 4px;
  background-color: #333;
  margin-bottom: 4px;
  -moz-transition: -moz-transform 0.25s ease;
  -o-transition: -o-transform 0.25s ease;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
}
@media screen and (min-width: 992px) {
  /* line 1, ../sass/look-and-feel/_navigation.sass */
  .navigation-trigger {
    display: none;
  }
}

/* line 20, ../sass/look-and-feel/_navigation.sass */
.active .main-menu {
  display: block !important;
}
/* line 22, ../sass/look-and-feel/_navigation.sass */
.active .main-menu .main-menu__link {
  line-height: 48px;
  padding: 12px;
  border-bottom: 1px dotted #333;
}
/* line 26, ../sass/look-and-feel/_navigation.sass */
.active .b1 {
  -moz-transform: translateY(6px) rotate(45deg);
  -ms-transform: translateY(6px) rotate(45deg);
  -webkit-transform: translateY(6px) rotate(45deg);
  transform: translateY(6px) rotate(45deg);
}
/* line 28, ../sass/look-and-feel/_navigation.sass */
.active .b2 {
  opacity: 0;
}
/* line 30, ../sass/look-and-feel/_navigation.sass */
.active .b3 {
  -moz-transform: translateY(-10px) rotate(-45deg);
  -ms-transform: translateY(-10px) rotate(-45deg);
  -webkit-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg);
}
/* line 32, ../sass/look-and-feel/_navigation.sass */
.active .user-actions {
  display: block !important;
}

/* line 35, ../sass/look-and-feel/_navigation.sass */
.region-toolbar {
  background: white;
}

/* line 38, ../sass/look-and-feel/_navigation.sass */
.region-toolbar__right.active {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: white;
  height: 100vh;
  z-index: 11000;
}

/* line 3, ../sass/look-and-feel/_ods-popup.sass */
.ods-popup {
  width: 480px;
  max-width: 100vw;
  left: 0;
  top: 0;
  height: calc(100vh - 54px);
  z-index: 99000;
  position: absolute;
  cursor: pointer;
  transition: left 1.5s ease;
}

/* line 14, ../sass/look-and-feel/_ods-popup.sass */
.ods-popup__inner-wrapper {
  width: 100%;
  background: white;
  margin-top: 54px;
  padding: 24px;
  height: calc(100vh - 54px);
  position: relative;
}
/* line 21, ../sass/look-and-feel/_ods-popup.sass */
.ods-popup__inner-wrapper:after {
  content: "+";
  position: absolute;
  top: 24px;
  right: 24px;
  color: #dc5099;
  font-size: 2em;
  display: inline-block;
  transform: rotate(45deg);
}

/* line 30, ../sass/look-and-feel/_ods-popup.sass */
.ods-popup.hidden {
  display: block;
  left: -480px;
}

/* line 33, ../sass/look-and-feel/_ods-popup.sass */
.ods-popup__header {
  width: 90%;
  margin: 0 auto 24px;
}

/* line 36, ../sass/look-and-feel/_ods-popup.sass */
.ods-popup__content {
  margin-bottom: 24px;
  font-size: 0.95em;
}

/* line 3, ../sass/look-and-feel/_privacy.sass */
body.privacy {
  background: white;
}

/* line 6, ../sass/look-and-feel/_privacy.sass */
.privacy-policy {
  padding: 24px;
  width: 720px;
  max-width: 100%;
  margin: 0 auto;
}
/* line 45, ../sass/base/reset/_2_common.sass */
.privacy-policy a {
  -moz-transition: color 0.1s ease;
  -o-transition: color 0.1s ease;
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
}
/* line 47, ../sass/base/reset/_2_common.sass */
.privacy-policy a:link, .privacy-policy a:visited {
  color: #555;
  border-bottom: 1px dotted #555;
}
/* line 50, ../sass/base/reset/_2_common.sass */
.privacy-policy a:hover {
  color: #777;
}
/* line 52, ../sass/base/reset/_2_common.sass */
.privacy-policy a:active {
  color: #555;
}

/* line 13, ../sass/look-and-feel/_privacy.sass */
.privacy-policy__title {
  border-bottom: 2px solid #333;
  margin: 12px 0 48px;
}

/* line 17, ../sass/look-and-feel/_privacy.sass */
.privacy-policy__subtitle {
  text-transform: uppercase;
  font-size: 1.2em;
}
/* line 20, ../sass/look-and-feel/_privacy.sass */
.privacy-policy__subtitle::before {
  content: "■";
  font-size: 10px;
  position: relative;
  bottom: 4px;
}

/* line 3, ../sass/look-and-feel/_region-messages.sass */
.region-messages {
  text-transform: uppercase;
  font-family: "Oxygen", sans-serif;
  font-size: 0.85em;
  text-transform: uppercase;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-animation: hideup 5s 1;
  -webkit-animation: hideup 5s 1;
  animation: hideup 5s 1;
  height: 0;
  overflow: hidden;
}

/* line 13, ../sass/look-and-feel/_region-messages.sass */
.messages-list__msg.success {
  background: rgba(153, 221, 0, 0.75);
  padding: 24px;
  color: white;
}

/* line 5, ../sass/look-and-feel/_region-toolbar.sass */
.region-toolbar {
  background: white;
  font-family: "Oxygen", sans-serif;
}

/* line 9, ../sass/look-and-feel/_region-toolbar.sass */
.civics-logo {
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
/* line 11, ../sass/look-and-feel/_region-toolbar.sass */
.civics-logo img {
  height: 40px;
  width: auto;
}
/* line 14, ../sass/look-and-feel/_region-toolbar.sass */
.civics-logo:hover {
  opacity: 0.75;
}

/* line 9, ../sass/look-and-feel/_registration-forms.sass */
.login .page-title,
.registration .page-title,
.registration-complete .page-title,
.password-reset .page-title,
.password-reset-done .page-title,
.contact .page-title {
  font-size: 1.2rem;
  text-transform: uppercase;
  padding: 24px 0;
}
/* line 13, ../sass/look-and-feel/_registration-forms.sass */
.login main,
.registration main,
.registration-complete main,
.password-reset main,
.password-reset-done main,
.contact main {
  text-align: center;
  padding: 48px 24px !important;
  margin: 48px 24px;
  background-color: white;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 768px) {
  /* line 13, ../sass/look-and-feel/_registration-forms.sass */
  .login main,
  .registration main,
  .registration-complete main,
  .password-reset main,
  .password-reset-done main,
  .contact main {
    width: 360px;
    float: right;
  }
}

/* line 63, ../sass/base/reset/_3_generic-forms.sass */
.form--registration [class^='fieldset-'],
.form--registration [class^='field-'],
.form--login [class^='fieldset-'],
.form--login [class^='field-'],
.form--password-reset [class^='fieldset-'],
.form--password-reset [class^='field-'],
.form--contact [class^='fieldset-'],
.form--contact [class^='field-'] {
  padding-bottom: 24px;
  position: relative;
}
/* line 67, ../sass/base/reset/_3_generic-forms.sass */
.form--registration .fieldset__label,
.form--login .fieldset__label,
.form--password-reset .fieldset__label,
.form--contact .fieldset__label {
  margin-top: 0;
  text-transform: uppercase;
  border-bottom: 1px solid #222;
}
/* line 71, ../sass/base/reset/_3_generic-forms.sass */
.form--registration .fieldset__items--inline,
.form--login .fieldset__items--inline,
.form--password-reset .fieldset__items--inline,
.form--contact .fieldset__items--inline {
  margin-bottom: 24px;
}
/* line 73, ../sass/base/reset/_3_generic-forms.sass */
.form--registration .fieldset__items--inline > div,
.form--login .fieldset__items--inline > div,
.form--password-reset .fieldset__items--inline > div,
.form--contact .fieldset__items--inline > div {
  padding: 0 24px;
}
/* line 75, ../sass/base/reset/_3_generic-forms.sass */
.form--registration .fieldset__items--inline > div:not(:last-child),
.form--login .fieldset__items--inline > div:not(:last-child),
.form--password-reset .fieldset__items--inline > div:not(:last-child),
.form--contact .fieldset__items--inline > div:not(:last-child) {
  border-right: 1px solid #ddd;
}
/* line 79, ../sass/base/reset/_3_generic-forms.sass */
.form--registration [class^='field__label'],
.form--login [class^='field__label'],
.form--password-reset [class^='field__label'],
.form--contact [class^='field__label'] {
  font-family: "Oxygen", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  font-size: 0.85em;
}
/* line 83, ../sass/base/reset/_3_generic-forms.sass */
.form--registration .required [class^='field__label']:before,
.form--login .required [class^='field__label']:before,
.form--password-reset .required [class^='field__label']:before,
.form--contact .required [class^='field__label']:before {
  content: "*";
  display: inline;
  font-size: 1em;
  color: #d00;
  margin-right: 6px;
}
/* line 91, ../sass/base/reset/_3_generic-forms.sass */
.form--registration [class^='field__help'],
.form--login [class^='field__help'],
.form--password-reset [class^='field__help'],
.form--contact [class^='field__help'] {
  color: #666666;
  font-size: 0.85em;
}
/* line 95, ../sass/base/reset/_3_generic-forms.sass */
.form--registration input:not([type='file']),
.form--registration textarea,
.form--registration select,
.form--login input:not([type='file']),
.form--login textarea,
.form--login select,
.form--password-reset input:not([type='file']),
.form--password-reset textarea,
.form--password-reset select,
.form--contact input:not([type='file']),
.form--contact textarea,
.form--contact select {
  background-color: #eee;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -moz-transition: background-color, ease-out 0.1s;
  -o-transition: background-color, ease-out 0.1s;
  -webkit-transition: background-color, ease-out 0.1s;
  transition: background-color, ease-out 0.1s;
}
/* line 101, ../sass/base/reset/_3_generic-forms.sass */
.form--registration input:not([type='file']):focus,
.form--registration textarea:focus,
.form--registration select:focus,
.form--login input:not([type='file']):focus,
.form--login textarea:focus,
.form--login select:focus,
.form--password-reset input:not([type='file']):focus,
.form--password-reset textarea:focus,
.form--password-reset select:focus,
.form--contact input:not([type='file']):focus,
.form--contact textarea:focus,
.form--contact select:focus {
  background-color: white;
  border-color: rgba(0, 0, 0, 0.25);
}
/* line 104, ../sass/base/reset/_3_generic-forms.sass */
.form--registration select,
.form--login select,
.form--password-reset select,
.form--contact select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
/* line 107, ../sass/base/reset/_3_generic-forms.sass */
.form--registration select::-ms-expand,
.form--login select::-ms-expand,
.form--password-reset select::-ms-expand,
.form--contact select::-ms-expand {
  display: none;
}
/* line 110, ../sass/base/reset/_3_generic-forms.sass */
.form--registration input,
.form--registration textarea,
.form--registration select,
.form--login input,
.form--login textarea,
.form--login select,
.form--password-reset input,
.form--password-reset textarea,
.form--password-reset select,
.form--contact input,
.form--contact textarea,
.form--contact select {
  padding: 12px;
  margin: 12px;
  max-width: calc(100% - 24px);
}
/* line 116, ../sass/base/reset/_3_generic-forms.sass */
.form--registration input:hover,
.form--registration textarea:hover,
.form--registration select:hover,
.form--login input:hover,
.form--login textarea:hover,
.form--login select:hover,
.form--password-reset input:hover,
.form--password-reset textarea:hover,
.form--password-reset select:hover,
.form--contact input:hover,
.form--contact textarea:hover,
.form--contact select:hover {
  border-color: #aaa;
}
/* line 120, ../sass/base/reset/_3_generic-forms.sass */
.form--registration input[type=submit],
.form--login input[type=submit],
.form--password-reset input[type=submit],
.form--contact input[type=submit] {
  height: 36px;
  border: 0;
  line-height: 36px;
  color: white;
  background-color: #5bc0de;
  -moz-transition: background-color, ease 0.1s;
  -o-transition: background-color, ease 0.1s;
  -webkit-transition: background-color, ease 0.1s;
  transition: background-color, ease 0.1s;
  padding-top: 0;
  padding-bottom: 0;
  text-transform: uppercase;
  font-weight: 400;
}
/* line 18, ../sass/base/reset/_3_generic-forms.sass */
.form--registration input[type=submit]:hover,
.form--login input[type=submit]:hover,
.form--password-reset input[type=submit]:hover,
.form--contact input[type=submit]:hover {
  background-color: #31b0d5;
  cursor: pointer;
}
/* line 127, ../sass/base/reset/_3_generic-forms.sass */
.form--registration label.submit,
.form--login label.submit,
.form--password-reset label.submit,
.form--contact label.submit {
  height: 36px;
  border: 0;
  line-height: 36px;
  color: #333;
  background-color: none;
  -moz-transition: background-color, ease 0.1s;
  -o-transition: background-color, ease 0.1s;
  -webkit-transition: background-color, ease 0.1s;
  transition: background-color, ease 0.1s;
  border: 1px solid #333;
  text-transform: uppercase;
  font-size: 0.85em;
}
/* line 128, ../sass/base/reset/_3_generic-forms.sass */
.form--registration label.submit:hover,
.form--login label.submit:hover,
.form--password-reset label.submit:hover,
.form--contact label.submit:hover {
  cursor: pointer;
}
/* line 18, ../sass/base/reset/_3_generic-forms.sass */
.form--registration label.submit:hover,
.form--login label.submit:hover,
.form--password-reset label.submit:hover,
.form--contact label.submit:hover {
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
/* line 132, ../sass/base/reset/_3_generic-forms.sass */
.form--registration optgroup,
.form--login optgroup,
.form--password-reset optgroup,
.form--contact optgroup {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 0.85em;
  color: #999;
  border-bottom: 1px solid #999;
}
/* line 138, ../sass/base/reset/_3_generic-forms.sass */
.form--registration option,
.form--login option,
.form--password-reset option,
.form--contact option {
  text-transform: normal;
  font-size: 1em;
  color: #333;
}

/* line 45, ../sass/base/reset/_2_common.sass */
.loginform-links a {
  -moz-transition: color 0.1s ease;
  -o-transition: color 0.1s ease;
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
}
/* line 47, ../sass/base/reset/_2_common.sass */
.loginform-links a:link, .loginform-links a:visited {
  color: #555;
  border-bottom: 1px dotted #555;
}
/* line 50, ../sass/base/reset/_2_common.sass */
.loginform-links a:hover {
  color: #777;
}
/* line 52, ../sass/base/reset/_2_common.sass */
.loginform-links a:active {
  color: #555;
}

/* line 32, ../sass/look-and-feel/_registration-forms.sass */
.loginform-links__link {
  font-size: 0.85em;
}

/* line 35, ../sass/look-and-feel/_registration-forms.sass */
.login,
.password-reset,
.password-reset-done {
  background: url('../img/login-bg.png?1506262669') repeat #eae9e9;
}

/* line 39, ../sass/look-and-feel/_registration-forms.sass */
.registration,
.registration-complete,
.contact {
  background: url('../img/signin-bg.png?1506262669') repeat #eae9e9;
}

/* line 45, ../sass/look-and-feel/_registration-forms.sass */
.registration-complete main {
  padding: 48px;
  font-size: 1.25em;
}

/* line 49, ../sass/look-and-feel/_registration-forms.sass */
.password-reset-instructions {
  margin-bottom: 48px;
}

/* line 52, ../sass/look-and-feel/_registration-forms.sass */
.field__help--new_password1 + ul {
  font-size: 0.85em;
  color: #555;
  text-align: left;
}
/* line 56, ../sass/look-and-feel/_registration-forms.sass */
.field__help--new_password1 + ul li::before {
  content: "»   ";
}

/* line 59, ../sass/look-and-feel/_registration-forms.sass */
.contact-sent__exit {
  margin: 48px 0;
  text-transform: uppercase;
}
/* line 45, ../sass/base/reset/_2_common.sass */
.contact-sent__exit a {
  -moz-transition: color 0.1s ease;
  -o-transition: color 0.1s ease;
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
}
/* line 47, ../sass/base/reset/_2_common.sass */
.contact-sent__exit a:link, .contact-sent__exit a:visited {
  color: #555;
  border-bottom: 1px dotted #555;
}
/* line 50, ../sass/base/reset/_2_common.sass */
.contact-sent__exit a:hover {
  color: #777;
}
/* line 52, ../sass/base/reset/_2_common.sass */
.contact-sent__exit a:active {
  color: #555;
}

@media screen and (min-width: 768px) {
  /* line 5, ../sass/look-and-feel/_relations-form.sass */
  .modelform--relations .selector-available,
  .modelform--relations .selector-chosen {
    display: inline-block;
    width: 40%;
    vertical-align: top;
  }
}

/* line 11, ../sass/look-and-feel/_relations-form.sass */
.modelform--relations .selector-chooser {
  margin-bottom: 24px;
  text-transform: uppercase;
  font-size: 0.75em;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  /* line 11, ../sass/look-and-feel/_relations-form.sass */
  .modelform--relations .selector-chooser {
    display: inline-block;
    width: 15%;
    padding-top: 96px;
  }
}
/* line 125, ../sass/base/reset/_2_common.sass */
.modelform--relations .selector-chooser a:link, .modelform--relations .selector-chooser a:visited, .modelform--relations .selector-chooser a:hover, .modelform--relations .selector-chooser a:active {
  color: #333;
}
/* line 22, ../sass/look-and-feel/_relations-form.sass */
.modelform--relations .selector-chooser a {
  display: block;
  max-width: 96px;
  margin: 12px auto;
  padding: 8px;
  background-color: #ddd;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
/* line 30, ../sass/look-and-feel/_relations-form.sass */
.modelform--relations .selector-chooser a:hover {
  background-color: #ccc;
}
/* line 32, ../sass/look-and-feel/_relations-form.sass */
.modelform--relations .selector-chooser .selector-add:after {
  content: "↦";
  margin-left: 8px;
  color: #555;
}
/* line 36, ../sass/look-and-feel/_relations-form.sass */
.modelform--relations .selector-chooser .selector-remove:before {
  content: "↤";
  margin-right: 8px;
  color: #555;
}

/* line 40, ../sass/look-and-feel/_relations-form.sass */
.modelform--relations .selector-available > h2,
.modelform--relations .selector-chosen > h2 {
  font-size: 0.75em;
  text-transform: uppercase;
  margin-top: 12px;
}

/* line 45, ../sass/look-and-feel/_relations-form.sass */
.modelform--relations .selector-chooseall,
.modelform--relations .selector-clearall {
  display: none;
}

/* line 48, ../sass/look-and-feel/_relations-form.sass */
.modelform--relations #id_initiatives_input {
  margin-bottom: 0;
}

/* line 4, ../sass/look-and-feel/_resources.sass */
body.resources {
  background: url('../img/signin-bg.png?1506262669') repeat #eae9e9;
  background-attachment: fixed;
}

/* line 8, ../sass/look-and-feel/_resources.sass */
.civics-resources__title {
  margin: 0 0 48px;
}

/* line 10, ../sass/look-and-feel/_resources.sass */
.civics-resources__text {
  font-size: 1.2em;
  margin-bottom: 36px;
}

/* line 13, ../sass/look-and-feel/_resources.sass */
.civics-resources__section {
  margin-top: 24px;
  *zoom: 1;
}
/* line 6, ../sass/base/abstractions/_clearfix.sass */
.civics-resources__section:before, .civics-resources__section:after {
  content: " ";
  display: table;
}
/* line 10, ../sass/base/abstractions/_clearfix.sass */
.civics-resources__section:after {
  clear: both;
}

/* line 16, ../sass/look-and-feel/_resources.sass */
.civics-resources__section-title {
  color: #555;
  font-size: 1em;
  margin-top: 0;
  border-bottom: 2px solid #555;
}

/* line 22, ../sass/look-and-feel/_resources.sass */
.civics-resources {
  top: 50px;
  margin: 0 auto;
  min-height: 100vh;
  width: 780px;
  max-width: 100%;
  background: white;
  padding: 48px;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  *zoom: 1;
}
/* line 125, ../sass/base/reset/_2_common.sass */
.civics-resources a:link, .civics-resources a:visited, .civics-resources a:hover, .civics-resources a:active {
  color: #333;
}
/* line 6, ../sass/base/abstractions/_clearfix.sass */
.civics-resources:before, .civics-resources:after {
  content: " ";
  display: table;
}
/* line 10, ../sass/base/abstractions/_clearfix.sass */
.civics-resources:after {
  clear: both;
}

@media screen and (min-width: 768px) {
  /* line 6, ../sass/base/abstractions/_columns_masonry.sass */
  .resources-list:not(.few) {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}
@media screen and (min-width: 992px) {
  /* line 6, ../sass/base/abstractions/_columns_masonry.sass */
  .resources-list:not(.few) {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}
@media screen and (min-width: 1200px) {
  /* line 6, ../sass/base/abstractions/_columns_masonry.sass */
  .resources-list:not(.few) {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}
@media screen and (min-width: 1400px) {
  /* line 6, ../sass/base/abstractions/_columns_masonry.sass */
  .resources-list:not(.few) {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}
/* line 15, ../sass/base/abstractions/_columns_masonry.sass */
.resources-list:not(.few) .resource-item {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  break-inside: avoid;
  page-break-inside: avoid;
}
@media screen and (max-width: 768px) {
  /* line 21, ../sass/base/abstractions/_columns_masonry.sass */
  .resources-list.few .resource-item {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  /* line 21, ../sass/base/abstractions/_columns_masonry.sass */
  .resources-list.few .resource-item {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    float: left;
  }
}
@media screen and (min-width: 992px) {
  /* line 21, ../sass/base/abstractions/_columns_masonry.sass */
  .resources-list.few .resource-item {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  /* line 21, ../sass/base/abstractions/_columns_masonry.sass */
  .resources-list.few .resource-item {
    width: 50%;
  }
}
@media screen and (min-width: 1400px) {
  /* line 21, ../sass/base/abstractions/_columns_masonry.sass */
  .resources-list.few .resource-item {
    width: 50%;
  }
}
/* line 34, ../sass/base/abstractions/_columns_masonry.sass */
.resources-list .resource-item {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px;
}

/* line 37, ../sass/look-and-feel/_resources.sass */
.resource-item {
  transition: background-color 0.2s ease;
  font-size: 0.85em;
  border-radius: 6px;
}

/* line 41, ../sass/look-and-feel/_resources.sass */
.resource-item:hover {
  background-color: #eee;
}

/* line 43, ../sass/look-and-feel/_resources.sass */
.resource-item__name {
  text-transform: uppercase;
  line-height: 1.1;
  margin: 6px 0 12px;
}

/* line 47, ../sass/look-and-feel/_resources.sass */
.resource-item__category {
  font-size: 0.8em;
  color: #555;
  margin-top: 8px;
}

/* line 51, ../sass/look-and-feel/_resources.sass */
.resource-item__summary:before {
  content: "■";
  display: inline-block;
  color: #dc5099;
  font-size: 0.7em;
  float: left;
  padding: 0 8px 4px 0;
}

/* line 58, ../sass/look-and-feel/_resources.sass */
.resource-item__edit {
  font-size: 0.8em;
  text-align: left;
  font-weight: bold;
  margin-bottom: 6px;
}

/* line 6, ../sass/look-and-feel/_search-popup.sass */
.map-actions__search-results {
  position: absolute;
  z-index: 100;
  background: white;
  max-height: 400px;
  overflow-y: auto;
  padding: 12px;
  text-align: left;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  top: 72px;
  right: 12px;
  max-width: 400px;
}
/* line 19, ../sass/look-and-feel/_search-popup.sass */
.map-actions__search-results::before {
  content: "▲";
  color: white;
  position: absolute;
  top: -24px;
  font-size: 2em;
}
@media screen and (min-width: 768px) {
  /* line 6, ../sass/look-and-feel/_search-popup.sass */
  .map-actions__search-results {
    top: 48px;
  }
}

/* line 28, ../sass/look-and-feel/_search-popup.sass */
.map-actions__search-result {
  color: #777;
  font-size: 0.8em;
  line-height: 1.1;
  margin-bottom: 4px;
  padding-bottom: 4px;
}
/* line 34, ../sass/look-and-feel/_search-popup.sass */
.map-actions__search-result:hover {
  color: black;
  cursor: pointer;
}
/* line 37, ../sass/look-and-feel/_search-popup.sass */
.map-actions__search-result:not(:last-child) {
  border-bottom: 1px dashed #ccc;
}
/* line 39, ../sass/look-and-feel/_search-popup.sass */
.map-actions__search-result i {
  color: #222;
  font-style: normal;
}

/* line 1, ../sass/look-and-feel/_secondary-menu.sass */
.secondary-menu {
  height: 48px;
  position: fixed;
  bottom: 0;
  width: 100vw;
  left: 0;
  background: white;
  padding: 0 25%;
}

/* line 10, ../sass/look-and-feel/_secondary-menu.sass */
.secondary-menu__link {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  float: left;
  text-transform: uppercase;
  line-height: 48px;
  text-align: center;
}
/* line 17, ../sass/look-and-feel/_secondary-menu.sass */
.secondary-menu__link:hover {
  cursor: pointer;
  font-weight: 400;
}

/* line 4, ../sass/look-and-feel/_social-widget.sass */
.social-widget {
  position: fixed;
  bottom: 36px;
  right: 12px;
  z-index: 0;
  font-size: 1.5rem;
}
/* line 65, ../sass/base/reset/_2_common.sass */
.social-widget a {
  -moz-transition: color 0.15s ease;
  -o-transition: color 0.15s ease;
  -webkit-transition: color 0.15s ease;
  transition: color 0.15s ease;
}
/* line 67, ../sass/base/reset/_2_common.sass */
.social-widget a:link, .social-widget a:visited {
  color: #111;
}
/* line 69, ../sass/base/reset/_2_common.sass */
.social-widget a:hover {
  color: #555;
}
/* line 71, ../sass/base/reset/_2_common.sass */
.social-widget a:active {
  color: #111;
}

/* line 3, ../sass/look-and-feel/_user-actions.sass */
.user-actions {
  display: none;
  *zoom: 1;
  text-align: center;
}
/* line 6, ../sass/base/abstractions/_clearfix.sass */
.user-actions:before, .user-actions:after {
  content: " ";
  display: table;
}
/* line 10, ../sass/base/abstractions/_clearfix.sass */
.user-actions:after {
  clear: both;
}
@media screen and (min-width: 992px) {
  /* line 3, ../sass/look-and-feel/_user-actions.sass */
  .user-actions {
    height: 20px;
    text-align: right;
    display: inline-block;
    float: right;
    width: 250px;
    margin-right: 48px;
    margin-top: 6px;
    padding-right: 24px;
    font-size: 0.75em;
  }
}

/* line 18, ../sass/look-and-feel/_user-actions.sass */
.main-menu.active + .user-actions {
  display: block !important;
}

/* line 21, ../sass/look-and-feel/_user-actions.sass */
.user-actions {
  line-height: 36px;
}
/* line 56, ../sass/base/reset/_2_common.sass */
.user-actions a {
  color: #222;
  font-weight: 700;
  border-bottom: 1px dotted #ccc;
  -moz-transition: color 0.1s ease;
  -o-transition: color 0.1s ease;
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
}
/* line 61, ../sass/base/reset/_2_common.sass */
.user-actions a:hover {
  color: #a52166;
}
@media screen and (min-width: 768px) {
  /* line 21, ../sass/look-and-feel/_user-actions.sass */
  .user-actions {
    line-height: 20px;
  }
}

/* line 27, ../sass/look-and-feel/_user-actions.sass */
.user-actions__hello,
.user-actions__admin {
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  /* line 37, ../sass/look-and-feel/_user-actions.sass */
  .user-actions__admin {
    float: right;
  }

  /* line 39, ../sass/look-and-feel/_user-actions.sass */
  .user-actions__io {
    float: right;
    margin-left: 24px;
  }
}
/* line 43, ../sass/look-and-feel/_user-actions.sass */
.user-actions__io {
  font-weight: 700;
}
