@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=IBM+Plex+Sans+Condensed:400,700");
/* line 15, ../sass/base/abstractions/_media_object.sass */
.media {
  *zoom: 1;
}
/* line 6, ../sass/base/abstractions/_clearfix.sass */
.media:before, .media:after {
  content: " ";
  display: table;
}
/* line 10, ../sass/base/abstractions/_clearfix.sass */
.media:after {
  clear: both;
}
/* line 9, ../sass/base/abstractions/_media_object.sass */
.media .media__left {
  float: left;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 12, ../sass/base/abstractions/_media_object.sass */
.media .media__right {
  float: right;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

/*! 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;
  background-color: white;
  overflow-x: hidden;
}

/* line 19, ../sass/base/reset/_1_base.sass */
main, aside.layout-sidebar {
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-weight: 400;
}

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

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

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

/* line 34, ../sass/base/reset/_1_base.sass */
h1 {
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-weight: 700;
  font-size: 2rem;
}

/* line 34, ../sass/base/reset/_1_base.sass */
h2 {
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-weight: 700;
  font-size: 1.75rem;
}

/* line 34, ../sass/base/reset/_1_base.sass */
h3 {
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
}

/* line 34, ../sass/base/reset/_1_base.sass */
h4 {
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
}

/* line 34, ../sass/base/reset/_1_base.sass */
h5 {
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-weight: 700;
  font-size: 1rem;
}

/* line 34, ../sass/base/reset/_1_base.sass */
h6 {
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
}

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

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

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

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

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

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

/* line 59, ../sass/base/reset/_1_base.sass */
input,
select,
button,
textarea {
  max-width: 100%;
}
/* line 64, ../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 71, ../sass/base/reset/_1_base.sass */
select:hover {
  cursor: pointer;
}

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

/* line 78, ../sass/base/reset/_1_base.sass */
::selection {
  background: #69573f;
  color: white;
}

@-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;
  }
}
@-moz-keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeup {
  0% {
    opacity: 0;
    -moz-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeup {
  0% {
    opacity: 0;
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes faderight {
  0% {
    opacity: 0;
    -moz-transform: translateX(-150px);
    transform: translateX(-150px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes faderight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes faderight {
  0% {
    opacity: 0;
    -moz-transform: translateX(-150px);
    -ms-transform: translateX(-150px);
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/* line 3, ../sass/base/reset/_5_classes.sass */
.container-fixed {
  *zoom: 1;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
/* 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 7, ../sass/base/reset/_5_classes.sass */
.container-fluid {
  *zoom: 1;
  width: 100%;
  position: relative;
}
/* 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 11, ../sass/base/reset/_5_classes.sass */
.narrow-container {
  width: 480px;
  max-width: 100%;
  padding: 0 24px;
}

/* line 16, ../sass/base/reset/_5_classes.sass */
.clearfix {
  *zoom: 1;
}
/* line 6, ../sass/base/abstractions/_clearfix.sass */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 10, ../sass/base/abstractions/_clearfix.sass */
.clearfix:after {
  clear: both;
}

/* line 19, ../sass/base/reset/_5_classes.sass */
.centered-block {
  margin-left: auto;
  margin-right: auto;
}

/* line 23, ../sass/base/reset/_5_classes.sass */
.centered {
  text-align: center;
}

/* line 3, ../sass/regions/_region-content.sass */
.region-content {
  border-top: 48px solid #222222;
  padding: 48px 24px;
  -moz-animation: fadein 1.5s 1;
  -webkit-animation: fadein 1.5s 1;
  animation: fadein 1.5s 1;
  min-height: calc(100vh - 72px - 1px);
}

/* line 11, ../sass/regions/_region-content.sass */
.page--map .region-content,
.page--front .region-content {
  padding: 0;
}

/* line 21, ../sass/regions/_region-content.sass */
.page--connection .region-content,
.page--project .region-content,
.page--resource .region-content,
.page--post .region-content,
.page--front .region-content,
.page--map .region-content,
.page--who .region-content {
  padding-bottom: 0;
}

/* line 4, ../sass/regions/_region-footer.sass */
.region-footer {
  background-color: #111;
  font-family: "IBM Plex Sans Condensed", sans-serif;
  line-height: 72px;
  font-size: 0.8em;
}
/* line 18, ../sass/base/reset/_2_links.sass */
.region-footer a:link, .region-footer a:visited {
  color: inherit;
}
/* line 20, ../sass/base/reset/_2_links.sass */
.region-footer a:hover {
  color: inherit;
}
/* line 22, ../sass/base/reset/_2_links.sass */
.region-footer a:active {
  color: inherit;
}
/* line 10, ../sass/regions/_region-footer.sass */
.region-footer a {
  text-decoration: underline !important;
  text-decoration-style: dotted !important;
}

/* line 14, ../sass/regions/_region-footer.sass */
.region-footer__left {
  color: white;
  display: inline-block;
  font-weight: bold;
  padding-left: 48px;
}

/* line 20, ../sass/regions/_region-footer.sass */
.region-footer__right {
  color: white;
  float: right;
  padding-right: 48px;
}

/* line 3, ../sass/regions/_region-header.sass */
.region-header {
  position: fixed;
  z-index: 10001;
  width: 100vw;
  top: 0;
  background: #222;
  line-height: 48px;
  height: 48px;
}

/* line 12, ../sass/regions/_region-header.sass */
.region-header__left {
  padding-left: 24px;
}
@media screen and (min-width: 768px) {
  /* line 12, ../sass/regions/_region-header.sass */
  .region-header__left {
    display: inline-block;
  }
}

/* line 17, ../sass/regions/_region-header.sass */
.region-header__right {
  padding: 0 24px;
  color: white;
  *zoom: 1;
}
@media screen and (min-width: 768px) {
  /* line 17, ../sass/regions/_region-header.sass */
  .region-header__right {
    float: left;
  }
}
/* line 4, ../sass/base/reset/_2_links.sass */
.region-header__right a {
  -moz-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}
/* line 6, ../sass/base/reset/_2_links.sass */
.region-header__right a:link, .region-header__right a:visited {
  color: white;
}
/* line 8, ../sass/base/reset/_2_links.sass */
.region-header__right a:hover {
  color: #ffdb00;
}
/* line 10, ../sass/base/reset/_2_links.sass */
.region-header__right a:active {
  color: white;
}
/* line 6, ../sass/base/abstractions/_clearfix.sass */
.region-header__right:before, .region-header__right:after {
  content: " ";
  display: table;
}
/* line 10, ../sass/base/abstractions/_clearfix.sass */
.region-header__right:after {
  clear: both;
}

@keyframes hideup {
  0% {
    top: 0;
  }
  100% {
    top: -96px;
  }
}
@keyframes showdown {
  0% {
    top: -96px;
  }
  100% {
    top: 0;
  }
}
/* line 37, ../sass/regions/_region-header.sass */
.region-header.hidden,
.region-header.hidden .brand,
.region-header.hidden .hamburguer,
.region-header.hidden .lang-switcher,
.region-header.hidden .search-widget {
  -moz-animation: hideup 1s ease;
  -webkit-animation: hideup 1s ease;
  animation: hideup 1s ease;
  animation-fill-mode: forwards;
}

/* line 45, ../sass/regions/_region-header.sass */
.region-header.visible,
.region-header.visible .brand,
.region-header.visible .hamburguer,
.region-header.visible .lang-switcher,
.region-header.visible .search-widget {
  -moz-animation: showdown 1s ease;
  -webkit-animation: showdown 1s ease;
  animation: showdown 1s ease;
  animation-fill-mode: forwards;
}

/* line 5, ../sass/regions/_region-navigation.sass */
.region-navigation {
  position: fixed;
  width: 360px;
  right: -360px;
  top: 0;
  height: 100vh;
  z-index: 10000;
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-weight: bold;
  -moz-transition: right 0.25s ease;
  -o-transition: right 0.25s ease;
  -webkit-transition: right 0.25s ease;
  transition: right 0.25s ease;
}

/* line 16, ../sass/regions/_region-navigation.sass */
.navigation-open .region-navigation {
  right: 0;
}

/* line 3, ../sass/blocks/_block.sass */
.text-block {
  margin-bottom: 48px;
  position: relative;
}
/* line 18, ../sass/base/reset/_2_links.sass */
.text-block a:link, .text-block a:visited {
  color: inherit;
}
/* line 20, ../sass/base/reset/_2_links.sass */
.text-block a:hover {
  color: inherit;
}
/* line 22, ../sass/base/reset/_2_links.sass */
.text-block a:active {
  color: inherit;
}
/* line 7, ../sass/blocks/_block.sass */
.text-block h5 a {
  margin-left: 24px;
  background-color: #ffdb00;
  padding: 6px 12px;
  -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 12, ../sass/blocks/_block.sass */
.text-block h5 a:hover {
  background-color: #e6c500;
}

/* line 15, ../sass/blocks/_block.sass */
.text-block__label {
  text-transform: uppercase;
}

/* line 18, ../sass/blocks/_block.sass */
.text-block .fa-edit {
  position: absolute;
  top: -36px;
  right: 0;
}

/* line 29, ../sass/blocks/_block.sass */
#text-definicion .text-block__content,
#text-nuestra-relacion-con-aacc .text-block__content,
#text-lineas-de-trabajo .text-block__content,
#text-aprendemos .text-block__content,
#text-eventos-y-redes .text-block__content,
#text-mas .text-block__content {
  margin-top: 24px;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  /* line 29, ../sass/blocks/_block.sass */
  #text-definicion .text-block__content,
  #text-nuestra-relacion-con-aacc .text-block__content,
  #text-lineas-de-trabajo .text-block__content,
  #text-aprendemos .text-block__content,
  #text-eventos-y-redes .text-block__content,
  #text-mas .text-block__content {
    font-size: 1.25em;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    padding: 0 24px;
  }
}

/* line 38, ../sass/blocks/_block.sass */
#text-espiritu-y-metodo p {
  margin-bottom: 12px;
}
/* line 40, ../sass/blocks/_block.sass */
#text-espiritu-y-metodo .text-block__content {
  margin-top: 24px;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  /* line 40, ../sass/blocks/_block.sass */
  #text-espiritu-y-metodo .text-block__content {
    font-size: 1.25em;
    width: 50%;
    padding: 0 24px;
    border-left: 8px solid #333;
  }
}

/* line 1, ../sass/blocks/_blog.sass */
.page__content-left--blog {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  /* line 1, ../sass/blocks/_blog.sass */
  .page__content-left--blog {
    width: calc(100% - 360px);
  }
}

/* line 5, ../sass/blocks/_blog.sass */
.page__content-right--blog {
  display: inline-block;
  float: right;
  width: 360px;
  position: -webkit-sticky;
  position: sticky;
  top: 72px;
}

@media screen and (min-width: 992px) {
  /* line 13, ../sass/blocks/_blog.sass */
  .blog__left--list {
    width: 33%;
    display: inline-block;
    float: left;
    padding-right: 24px;
  }

  /* line 18, ../sass/blocks/_blog.sass */
  .blog__right--list {
    width: 66%;
    display: inline-block;
  }
}
/* line 21, ../sass/blocks/_blog.sass */
.blog__name--list {
  margin-top: 0;
  text-transform: uppercase;
}

/* line 24, ../sass/blocks/_blog.sass */
.blog--list {
  padding: 24px 12px;
  margin: 24px;
  clear: both;
  *zoom: 1;
}
/* line 18, ../sass/base/reset/_2_links.sass */
.blog--list a:link, .blog--list a:visited {
  color: inherit;
}
/* line 20, ../sass/base/reset/_2_links.sass */
.blog--list a:hover {
  color: inherit;
}
/* line 22, ../sass/base/reset/_2_links.sass */
.blog--list a:active {
  color: inherit;
}
/* line 6, ../sass/base/abstractions/_clearfix.sass */
.blog--list:before, .blog--list:after {
  content: " ";
  display: table;
}
/* line 10, ../sass/base/abstractions/_clearfix.sass */
.blog--list:after {
  clear: both;
}

/* line 30, ../sass/blocks/_blog.sass */
.blog__summary--list {
  border: 0 !important;
  padding-left: 0 !important;
  margin-bottom: 12px !important;
}

/* line 34, ../sass/blocks/_blog.sass */
.blog__date--list:before {
  display: none !important;
}

/* line 36, ../sass/blocks/_blog.sass */
.blog--list:hover {
  background-color: #f5f5f5;
}

/* line 38, ../sass/blocks/_blog.sass */
.post__summary--short {
  font-size: 1.15em;
  line-height: 1.15;
  text-align: justify;
}

/* line 42, ../sass/blocks/_blog.sass */
.blog__name--list {
  margin: 8px 0 12px;
  line-height: 1.15;
}

/* line 3, ../sass/blocks/_brand.sass */
.brand {
  width: 96px;
  padding-top: 12px;
  top: 0;
  left: 12px;
  margin: 0;
  position: fixed;
  z-index: 10002;
  -moz-animation: faderight 1s 1;
  -webkit-animation: faderight 1s 1;
  animation: faderight 1s 1;
}

/* line 1, ../sass/blocks/_category-filters.sass */
.category-filters {
  text-transform: uppercase;
  font-size: 0.85em;
}

/* line 5, ../sass/blocks/_category-filters.sass */
.category-filters__name {
  text-transform: uppercase;
  margin-top: 0;
}

/* line 9, ../sass/blocks/_category-filters.sass */
.category-filters__item {
  -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 11, ../sass/blocks/_category-filters.sass */
.category-filters__item:hover {
  cursor: pointer;
  background-color: #ffdb00;
}

/* line 1, ../sass/blocks/_cookies.sass */
#CookielawBanner {
  position: fixed;
  width: 480px;
  max-width: calc(100% - 48px);
  top: 96px;
  right: 24px;
  color: white;
  background: #181819;
  opacity: 0.9;
  z-index: 1000;
  font-size: 0.75em;
  padding: 12px;
}
/* line 4, ../sass/base/reset/_2_links.sass */
#CookielawBanner a {
  -moz-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}
/* line 6, ../sass/base/reset/_2_links.sass */
#CookielawBanner a:link, #CookielawBanner a:visited {
  color: #ffdb00;
}
/* line 8, ../sass/base/reset/_2_links.sass */
#CookielawBanner a:hover {
  color: white;
}
/* line 10, ../sass/base/reset/_2_links.sass */
#CookielawBanner a:active {
  color: #ffdb00;
}
/* line 14, ../sass/blocks/_cookies.sass */
#CookielawBanner h6 {
  margin: 0 0 24px;
  text-transform: uppercase;
}
/* line 17, ../sass/blocks/_cookies.sass */
#CookielawBanner .agree-button {
  margin-top: 24px;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 5, ../sass/blocks/_fake-breadcrumb.sass */
.fake-breadcrumb {
  display: inline-block;
  float: left;
}

/* line 9, ../sass/blocks/_fake-breadcrumb.sass */
.fake-breadcrumb__button {
  -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;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-image: none;
  background: none;
  border: 0;
  font-size: 0.7em;
  text-transform: uppercase;
  font-family: "IBM Plex Sans Condensed", sans-serif;
  line-height: 24px;
}
/* line 36, ../sass/base/reset/_5_classes.sass */
.fake-breadcrumb__button:hover {
  background-color: #eee;
}
/* line 15, ../sass/blocks/_fake-breadcrumb.sass */
.fake-breadcrumb__button:before {
  content: "➜ ";
  color: #ffdb00;
  display: inline-block;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 21, ../sass/blocks/_fake-breadcrumb.sass */
.breadcrumb {
  text-transform: uppercase;
  font-size: 0.8em;
  margin: 0;
}
/* line 18, ../sass/base/reset/_2_links.sass */
.breadcrumb a:link, .breadcrumb a:visited {
  color: inherit;
}
/* line 20, ../sass/base/reset/_2_links.sass */
.breadcrumb a:hover {
  color: inherit;
}
/* line 22, ../sass/base/reset/_2_links.sass */
.breadcrumb a:active {
  color: inherit;
}
/* line 26, ../sass/blocks/_fake-breadcrumb.sass */
.breadcrumb a {
  font-weight: bold;
  -moz-transition: background-color, ease 0.15s;
  -o-transition: background-color, ease 0.15s;
  -webkit-transition: background-color, ease 0.15s;
  transition: background-color, ease 0.15s;
}
/* line 29, ../sass/blocks/_fake-breadcrumb.sass */
.breadcrumb a:hover {
  background-color: #ffdb00;
}

/* line 4, ../sass/blocks/_flexslider.sass */
.flexslider {
  border: 0;
  position: relative;
}

/* line 9, ../sass/blocks/_flexslider.sass */
.flex-control-paging li a {
  background-color: #ffdb00;
}

/* line 12, ../sass/blocks/_flexslider.sass */
.flexslider__caption {
  font-size: 0.8em;
  color: #69573f;
  text-align: right;
}

/* line 17, ../sass/blocks/_flexslider.sass */
.flex-caption {
  background: white;
  padding-top: 8px;
}

/* line 21, ../sass/blocks/_flexslider.sass */
.flexslider .slide {
  text-align: center !important;
}
/* line 23, ../sass/blocks/_flexslider.sass */
.flexslider .slide img {
  width: auto !important;
  margin: 0 auto !important;
}

/* line 27, ../sass/blocks/_flexslider.sass */
.flex-caption {
  text-align: right;
  font-size: 0.75em;
  text-transform: uppercase;
}

/* line 3, ../sass/blocks/_front.sass */
.front-navigation {
  *zoom: 1;
  margin: 0 auto 48px;
}
/* line 6, ../sass/base/abstractions/_clearfix.sass */
.front-navigation:before, .front-navigation:after {
  content: " ";
  display: table;
}
/* line 10, ../sass/base/abstractions/_clearfix.sass */
.front-navigation:after {
  clear: both;
}
/* line 18, ../sass/base/reset/_2_links.sass */
.front-navigation a:link, .front-navigation a:visited {
  color: inherit;
}
/* line 20, ../sass/base/reset/_2_links.sass */
.front-navigation a:hover {
  color: inherit;
}
/* line 22, ../sass/base/reset/_2_links.sass */
.front-navigation a:active {
  color: inherit;
}

/* line 8, ../sass/blocks/_front.sass */
.front-navigation__image {
  position: relative;
}

/* line 11, ../sass/blocks/_front.sass */
.front-navigation__image {
  text-align: center;
}
/* line 14, ../sass/blocks/_front.sass */
.front-navigation__image .mask {
  position: absolute;
  z-index: 10;
  max-width: 70%;
  margin-left: -2px;
  top: -2px;
}
/* line 20, ../sass/blocks/_front.sass */
.front-navigation__image .mask + img {
  max-width: 65%;
  -moz-transition: filter, ease 0.2s;
  -o-transition: filter, ease 0.2s;
  -webkit-transition: filter, ease 0.2s;
  transition: filter, ease 0.2s;
  filter: grayscale(100%) brightness(50%);
}
/* line 25, ../sass/blocks/_front.sass */
.front-navigation__image .mask:hover + img {
  filter: none;
}

/* line 28, ../sass/blocks/_front.sass */
.front-navigation__left,
.front-navigation__center,
.front-navigation__right {
  border: 2px solid white;
  display: block;
  position: relative;
  padding: 24px;
}
@media screen and (min-width: 768px) {
  /* line 28, ../sass/blocks/_front.sass */
  .front-navigation__left,
  .front-navigation__center,
  .front-navigation__right {
    float: left;
    max-width: 33.33%;
  }
}

/* line 39, ../sass/blocks/_front.sass */
.front-navigation__title {
  text-transform: uppercase;
  margin-top: 0;
  text-align: center;
}

/* line 44, ../sass/blocks/_front.sass */
.front-navigation .text-block__content {
  font-size: 1.25em;
  margin-top: 24px;
  text-align: center;
}

/* line 49, ../sass/blocks/_front.sass */
.front-navigation__list-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 0.9em;
}

/* line 53, ../sass/blocks/_front.sass */
.page--front .flex-control-nav {
  display: none;
}

/* line 55, ../sass/blocks/_front.sass */
.page--front .flexslider {
  margin-bottom: 0;
  position: relative;
  border-bottom: 1px solid rgba(255, 219, 0, 0.25);
}

/* line 59, ../sass/blocks/_front.sass */
.page--front .flexslider__item-caption {
  opacity: 0;
  position: absolute;
}

/* line 62, ../sass/blocks/_front.sass */
.page--front .flexslider__item {
  background-color: #f5f5f5;
}

/* line 64, ../sass/blocks/_front.sass */
.item-list-reduced--front {
  vertical-align: middle;
  font-size: 0.9em;
  padding: 4px 12px;
  clear: both;
  *zoom: 1;
}
/* line 6, ../sass/base/abstractions/_clearfix.sass */
.item-list-reduced--front:before, .item-list-reduced--front:after {
  content: " ";
  display: table;
}
/* line 10, ../sass/base/abstractions/_clearfix.sass */
.item-list-reduced--front:after {
  clear: both;
}
/* line 70, ../sass/blocks/_front.sass */
.item-list-reduced--front p {
  margin-bottom: 0;
  max-width: 75%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* line 76, ../sass/blocks/_front.sass */
.item-list-reduced--front img {
  -moz-transition: filter 0.2s ease;
  -o-transition: filter 0.2s ease;
  -webkit-transition: filter 0.2s ease;
  transition: filter 0.2s ease;
  filter: grayscale(100%) brightness(50%);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  float: left;
  margin-right: 24px;
}
/* line 83, ../sass/blocks/_front.sass */
.item-list-reduced--front:hover img {
  filter: none;
}

/* line 85, ../sass/blocks/_front.sass */
.item-list-reduced__category--front {
  font-size: 0.7em;
  opacity: 0.8;
  text-transform: uppercase;
}

/* line 18, ../sass/base/reset/_2_links.sass */
.contact-row a:link, .contact-row a:visited {
  color: inherit;
}
/* line 20, ../sass/base/reset/_2_links.sass */
.contact-row a:hover {
  color: inherit;
}
/* line 22, ../sass/base/reset/_2_links.sass */
.contact-row a:active {
  color: inherit;
}
/* line 92, ../sass/blocks/_front.sass */
.contact-row a {
  display: block;
  text-align: center;
  line-height: 24px;
  background: #ffdb00;
  font-weight: bold;
  text-transform: uppercase;
  opacity: 0.85;
  -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 101, ../sass/blocks/_front.sass */
.contact-row a:hover {
  background-color: #e6c500;
}

/* line 104, ../sass/blocks/_front.sass */
.site-info {
  background: #ffdb00;
  padding: 12px;
  width: 100%;
  z-index: 10000;
  opacity: 0.75;
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-size: 0.9em;
}
/* line 107, ../sass/blocks/_front.sass */
.site-info .text-block {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  /* line 104, ../sass/blocks/_front.sass */
  .site-info {
    height: 84px;
    padding: 2px 0 0 0;
    position: absolute;
    height: 24px;
  }
  /* line 114, ../sass/blocks/_front.sass */
  .site-info .text-block {
    margin-bottom: auto;
  }
  /* line 116, ../sass/blocks/_front.sass */
  .site-info p {
    margin-left: 156px;
  }
}
/* line 123, ../sass/blocks/_front.sass */
.site-info .text-block__label {
  display: none;
}

/* line 3, ../sass/blocks/_grid-items.sass */
.view-header {
  *zoom: 1;
  margin-bottom: 24px;
}
/* line 6, ../sass/base/abstractions/_clearfix.sass */
.view-header:before, .view-header:after {
  content: " ";
  display: table;
}
/* line 10, ../sass/base/abstractions/_clearfix.sass */
.view-header:after {
  clear: both;
}

@media screen and (min-width: 768px) {
  /* line 7, ../sass/blocks/_grid-items.sass */
  .view-header > div {
    display: inline-block;
    width: 33%;
    float: left;
  }
}

/* line 14, ../sass/blocks/_grid-items.sass */
.view-header .left h1 {
  padding-bottom: 24px;
}
@media screen and (min-width: 768px) {
  /* line 14, ../sass/blocks/_grid-items.sass */
  .view-header .left h1 {
    border-bottom: 2px solid #69573f;
  }
}
/* line 18, ../sass/blocks/_grid-items.sass */
.view-header .center {
  padding-top: 12px;
  font-size: 1.2em;
}
@media screen and (min-width: 768px) {
  /* line 18, ../sass/blocks/_grid-items.sass */
  .view-header .center {
    border-left: 2px solid #69573f;
    border-right: 2px solid #69573f;
  }
  /* line 24, ../sass/blocks/_grid-items.sass */
  .view-header .center .text-block__content {
    padding: 0 24px;
  }
}
@media screen and (min-width: 768px) {
  /* line 27, ../sass/blocks/_grid-items.sass */
  .view-header .right .category-filters__name {
    margin-top: 24px;
    text-align: right;
    border-bottom: 2px solid #69573f;
  }
}
@media screen and (min-width: 768px) {
  /* line 32, ../sass/blocks/_grid-items.sass */
  .view-header .right .category-filters__items {
    float: right;
  }
}
/* line 35, ../sass/blocks/_grid-items.sass */
.view-header .right .active {
  font-weight: bold;
}

/* line 38, ../sass/blocks/_grid-items.sass */
.list--team > h3 {
  margin-bottom: 24px;
}

/* line 41, ../sass/blocks/_grid-items.sass */
.item--grid {
  min-height: 360px;
  margin-bottom: 24px;
}
/* line 4, ../sass/base/reset/_2_links.sass */
.item--grid a {
  -moz-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}
/* line 6, ../sass/base/reset/_2_links.sass */
.item--grid a:link, .item--grid a:visited {
  color: #222;
}
/* line 8, ../sass/base/reset/_2_links.sass */
.item--grid a:hover {
  color: #69573f;
}
/* line 10, ../sass/base/reset/_2_links.sass */
.item--grid a:active {
  color: #222;
}
@media screen and (min-width: 992px) {
  /* line 41, ../sass/blocks/_grid-items.sass */
  .item--grid {
    min-height: 420px;
  }
}
/* line 46, ../sass/blocks/_grid-items.sass */
.item--grid img {
  -moz-transition: filter, ease 0.2s;
  -o-transition: filter, ease 0.2s;
  -webkit-transition: filter, ease 0.2s;
  transition: filter, ease 0.2s;
  filter: grayscale(100%) brightness(75%);
}
/* line 50, ../sass/blocks/_grid-items.sass */
.item--grid:hover .item__image--grid img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  filter: none;
}
@media screen and (min-width: 768px) {
  /* line 41, ../sass/blocks/_grid-items.sass */
  .item--grid {
    padding: 12px;
    margin-bottom: 0;
  }
}
/* line 57, ../sass/blocks/_grid-items.sass */
.item--grid a {
  display: block;
}
/* line 59, ../sass/blocks/_grid-items.sass */
.item--grid.collapsed {
  display: none;
}

/* line 62, ../sass/blocks/_grid-items.sass */
.item__image--grid {
  position: relative;
  overflow: hidden;
  margin-bottom: 0 !important;
}
/* line 66, ../sass/blocks/_grid-items.sass */
.item__image--grid img {
  -moz-transition: -moz-transform 0.5s ease;
  -o-transition: -o-transform 0.5s ease;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
}

/* line 69, ../sass/blocks/_grid-items.sass */
.item__name--grid {
  text-transform: uppercase;
  line-height: 1;
  margin: 6px 0 0;
}

/* line 74, ../sass/blocks/_grid-items.sass */
.item__date--grid {
  font-size: 0.8em;
}

/* line 77, ../sass/blocks/_grid-items.sass */
.item__subtitle--grid {
  margin: 0 0 4px;
}

/* line 80, ../sass/blocks/_grid-items.sass */
.item__category--grid,
.item__model--grid {
  text-transform: uppercase;
  font-size: 0.8em;
}

/* line 85, ../sass/blocks/_grid-items.sass */
.team-grid {
  padding: 0 24px 0;
  margin-top: 24px;
}

/* line 89, ../sass/blocks/_grid-items.sass */
.team-grid__image {
  padding: 0 24px;
}
@media screen and (min-width: 768px) {
  /* line 89, ../sass/blocks/_grid-items.sass */
  .team-grid__image {
    padding: 0 96px;
  }
}

/* line 94, ../sass/blocks/_grid-items.sass */
.team-grid__name {
  margin-bottom: 12px;
}

/* line 97, ../sass/blocks/_grid-items.sass */
.list--team {
  margin-bottom: 48px;
}

/* line 100, ../sass/blocks/_grid-items.sass */
.list--team h3 {
  text-transform: uppercase;
}

/* line 103, ../sass/blocks/_grid-items.sass */
.list--projects .item--grid,
.list--resources .item--grid,
.list--connections .item--grid,
.tagged-content .item--grid,
.list--search .item--grid {
  display: inline-block;
  float: left;
}

/* line 111, ../sass/blocks/_grid-items.sass */
.list--team__subgroup-name {
  margin-top: 48px;
}

/* line 114, ../sass/blocks/_grid-items.sass */
.item__category--grid {
  margin-right: 4px;
  font-size: 0.7em;
}

/* line 117, ../sass/blocks/_grid-items.sass */
.item__date--grid:before {
  border-top: 4px solid #333 !important;
}

/* line 5, ../sass/blocks/_lang-switcher.sass */
.lang-switcher {
  position: fixed;
  right: 12px;
  top: 0;
  margin-top: -4px;
  margin-left: 12px;
  text-transform: uppercase;
  font-size: 0.7em;
}
@media screen and (min-width: 768px) {
  /* line 5, ../sass/blocks/_lang-switcher.sass */
  .lang-switcher {
    right: 24px;
  }
}
/* line 15, ../sass/blocks/_lang-switcher.sass */
.lang-switcher a {
  opacity: 0.85;
}
/* line 17, ../sass/blocks/_lang-switcher.sass */
.lang-switcher a.active {
  opacity: 1;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  /* line 3, ../sass/blocks/_masonry.sass */
  .masonry__item.four-col {
    width: 25%;
  }
}

@media screen and (min-width: 768px) {
  /* line 7, ../sass/blocks/_masonry.sass */
  .masonry__item.three-col {
    width: 33%;
  }
}

@media screen and (min-width: 768px) {
  /* line 11, ../sass/blocks/_masonry.sass */
  .masonry__item.two-col {
    width: 50%;
  }
}

/* line 24, ../sass/blocks/_menu-main.sass */
.navigation-open .hamburguer i:first-child {
  -moz-transform: translateY(9px) rotate(45deg);
  -ms-transform: translateY(9px) rotate(45deg);
  -webkit-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
}
/* line 26, ../sass/blocks/_menu-main.sass */
.navigation-open .hamburguer i:nth-child(2) {
  opacity: 0;
}
/* line 28, ../sass/blocks/_menu-main.sass */
.navigation-open .hamburguer i:last-child {
  -moz-transform: translateY(-9px) rotate(-45deg);
  -ms-transform: translateY(-9px) rotate(-45deg);
  -webkit-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg);
}

/* line 31, ../sass/blocks/_menu-main.sass */
.hamburguer {
  width: 24px;
  height: 24px;
  display: inline-block;
  position: fixed;
  padding-top: 13px;
  right: 84px;
}
/* line 8, ../sass/blocks/_menu-main.sass */
.hamburguer i {
  width: 100%;
  display: block;
  height: 3px;
  margin-bottom: 6px;
  background-color: white;
  -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;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 16, ../sass/blocks/_menu-main.sass */
.hamburguer i:last-child {
  margin-bottom: 0;
}
/* line 18, ../sass/blocks/_menu-main.sass */
.hamburguer:hover {
  cursor: pointer;
}
/* line 19, ../sass/blocks/_menu-main.sass */
.hamburguer:hover i {
  background-color: #ffdb00;
}
@media screen and (min-width: 768px) {
  /* line 31, ../sass/blocks/_menu-main.sass */
  .hamburguer {
    display: none;
  }
}

/* line 39, ../sass/blocks/_menu-main.sass */
.menu-main {
  text-transform: uppercase;
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-weight: bold;
  font-size: 0.85em;
}
@media screen and (min-width: 768px) {
  /* line 39, ../sass/blocks/_menu-main.sass */
  .menu-main {
    margin-left: 120px;
  }
}

@media screen and (max-width: 768px) {
  /* line 47, ../sass/blocks/_menu-main.sass */
  .menu-main > ul {
    line-height: 24px;
    background-color: #232323;
    position: absolute;
    width: 100vw;
    left: -200vw;
    top: 48px;
    padding: 48px 24px;
  }
}

/* line 57, ../sass/blocks/_menu-main.sass */
.navigation-open .menu-main > ul {
  left: 0;
}

@media screen and (min-width: 768px) {
  /* line 60, ../sass/blocks/_menu-main.sass */
  .menu-main__item {
    display: inline-block;
    padding: 0 12px;
  }
}

/* line 67, ../sass/blocks/_menu-main.sass */
.menu-main__item.active > a:link, .menu-main__item.active > a:visited, .menu-main__item.active > a:active, .menu-main__item.active > p > a:link, .menu-main__item.active > p > a:visited, .menu-main__item.active > p > a:active {
  color: #ffdb00;
}
/* line 69, ../sass/blocks/_menu-main.sass */
.menu-main__item.active > p {
  color: #ffdb00;
}

/* line 72, ../sass/blocks/_menu-main.sass */
.menu-main__submenu {
  background-color: #232323;
  padding: 0 24px;
}
@media screen and (min-width: 768px) {
  /* line 72, ../sass/blocks/_menu-main.sass */
  .menu-main__submenu {
    position: absolute;
    width: 240px;
    padding: 0 12px;
    z-index: 100;
  }
  /* line 80, ../sass/blocks/_menu-main.sass */
  .menu-main__submenu.collapsed {
    opacity: 0;
    pointer-events: none;
  }
}

/* line 84, ../sass/blocks/_menu-main.sass */
.menu-main__item:hover .collapsed {
  opacity: 1;
  pointer-events: all;
}

/* line 3, ../sass/blocks/_menu-user.sass */
.menu-user {
  display: inline-block;
}

/* line 6, ../sass/blocks/_menu-user.sass */
.menu-user__link {
  display: inline-block;
  margin-left: 24px;
}

/* line 3, ../sass/blocks/_next-navigation.sass */
.navigation {
  background-color: white;
  color: #222;
  *zoom: 1;
  margin-left: -24px;
  margin-right: -24px;
}
/* line 18, ../sass/base/reset/_2_links.sass */
.navigation a:link, .navigation a:visited {
  color: inherit;
}
/* line 20, ../sass/base/reset/_2_links.sass */
.navigation a:hover {
  color: inherit;
}
/* line 22, ../sass/base/reset/_2_links.sass */
.navigation a:active {
  color: inherit;
}
/* line 6, ../sass/base/abstractions/_clearfix.sass */
.navigation:before, .navigation:after {
  content: " ";
  display: table;
}
/* line 10, ../sass/base/abstractions/_clearfix.sass */
.navigation:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  /* line 3, ../sass/blocks/_next-navigation.sass */
  .navigation {
    height: 120px;
  }
}

/* line 13, ../sass/blocks/_next-navigation.sass */
.navigation__item {
  padding: 12px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  /* line 13, ../sass/blocks/_next-navigation.sass */
  .navigation__item {
    display: inline-block;
    width: 33.33%;
    float: left;
  }
}
/* line 20, ../sass/blocks/_next-navigation.sass */
.navigation__item:hover {
  background-color: #ffdb00;
}

/* line 23, ../sass/blocks/_next-navigation.sass */
.navigation__item-text {
  font-size: 0.75em;
  margin-bottom: 4px;
  text-transform: uppercase;
}

/* line 28, ../sass/blocks/_next-navigation.sass */
.navigation__item.all {
  padding: 0;
}
/* line 30, ../sass/blocks/_next-navigation.sass */
.navigation__item.all a {
  line-height: 120px;
}
/* line 32, ../sass/blocks/_next-navigation.sass */
.navigation__item.all .navigation__item-text {
  margin-bottom: 0;
}

/* line 35, ../sass/blocks/_next-navigation.sass */
.item__image--short {
  text-align: center;
}

/* line 18, ../sass/base/reset/_2_links.sass */
.item--short a:link, .item--short a:visited {
  color: inherit;
}
/* line 20, ../sass/base/reset/_2_links.sass */
.item--short a:hover {
  color: inherit;
}
/* line 22, ../sass/base/reset/_2_links.sass */
.item--short a:active {
  color: inherit;
}

/* line 40, ../sass/blocks/_next-navigation.sass */
.item__image--short img {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

/* line 42, ../sass/blocks/_next-navigation.sass */
.item__title--short {
  text-align: center;
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-weight: 700;
  font-size: 1rem;
}

/* line 4, ../sass/blocks/_object-full.sass */
.field__label {
  display: block;
  margin: 24px 0 6px;
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
}

/* line 10, ../sass/blocks/_object-full.sass */
[class*='__body--'] {
  padding: 0 24px;
  font-size: 0.95em;
}
@media screen and (min-width: 768px) {
  /* line 10, ../sass/blocks/_object-full.sass */
  [class*='__body--'] {
    padding: 0 48px 0 0;
  }
}
/* line 15, ../sass/blocks/_object-full.sass */
[class*='__body--'] p {
  margin-bottom: 4px;
}

/* line 18, ../sass/blocks/_object-full.sass */
[class*='__body--'] {
  margin-bottom: 72px;
}

/* line 18, ../sass/base/reset/_2_links.sass */
[class*='__body--'] a:link, [class*='__body--'] a:visited,
[class*='__summary--'] a:link,
[class*='__summary--'] a:visited {
  color: inherit;
}
/* line 20, ../sass/base/reset/_2_links.sass */
[class*='__body--'] a:hover,
[class*='__summary--'] a:hover {
  color: inherit;
}
/* line 22, ../sass/base/reset/_2_links.sass */
[class*='__body--'] a:active,
[class*='__summary--'] a:active {
  color: inherit;
}
/* line 24, ../sass/blocks/_object-full.sass */
[class*='__body--'] a,
[class*='__summary--'] a {
  text-decoration: underline !important;
  text-decoration-style: dotted !important;
}

/* line 28, ../sass/blocks/_object-full.sass */
[class*='__summary--full'],
.connection__body-- {
  padding: 0 24px;
  margin: 24px 0;
  font-size: 1.15em;
  line-height: 1.5;
  border-left: 8px solid #333;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  /* line 28, ../sass/blocks/_object-full.sass */
  [class*='__summary--full'],
  .connection__body-- {
    padding: 0 48px;
  }
}

/* line 4, ../sass/base/reset/_2_links.sass */
[class*='__category--'] a {
  -moz-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}
/* line 6, ../sass/base/reset/_2_links.sass */
[class*='__category--'] a:link, [class*='__category--'] a:visited {
  color: white;
}
/* line 8, ../sass/base/reset/_2_links.sass */
[class*='__category--'] a:hover {
  color: #ffdb00;
}
/* line 10, ../sass/base/reset/_2_links.sass */
[class*='__category--'] a:active {
  color: white;
}
/* line 41, ../sass/blocks/_object-full.sass */
[class*='__category--'] .bullet {
  position: relative;
  bottom: 2px;
}

/* line 4, ../sass/base/reset/_2_links.sass */
[class*='__links--'] a,
[class*='__files--'] a {
  -moz-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}
/* line 6, ../sass/base/reset/_2_links.sass */
[class*='__links--'] a:link, [class*='__links--'] a:visited,
[class*='__files--'] a:link,
[class*='__files--'] a:visited {
  color: #ffdb00;
}
/* line 8, ../sass/base/reset/_2_links.sass */
[class*='__links--'] a:hover,
[class*='__files--'] a:hover {
  color: #e6c500;
}
/* line 10, ../sass/base/reset/_2_links.sass */
[class*='__links--'] a:active,
[class*='__files--'] a:active {
  color: #ffdb00;
}
/* line 48, ../sass/blocks/_object-full.sass */
[class*='__links--'] p,
[class*='__files--'] p {
  margin-bottom: 4px;
  opacity: 0.8;
}
/* line 51, ../sass/blocks/_object-full.sass */
[class*='__links--'] a,
[class*='__files--'] a {
  text-decoration: underline !important;
  text-decoration-style: dotted !important;
}
/* line 54, ../sass/blocks/_object-full.sass */
[class*='__links--'] li,
[class*='__files--'] li {
  margin-bottom: 8px;
}
/* line 56, ../sass/blocks/_object-full.sass */
[class*='__links--'] .filesize,
[class*='__files--'] .filesize {
  font-size: 0.8em;
  margin-left: 6px;
}

/* line 61, ../sass/blocks/_object-full.sass */
[class*='__geolocation--'] .field__label {
  text-align: left;
  margin: 0 0 24px;
}

/* line 65, ../sass/blocks/_object-full.sass */
[class*='__geolocation--'] .leaflet-container {
  width: 100%;
  margin: 0 auto;
  height: calc(252px);
  width: calc(252px);
  background: white !important;
  margin-bottom: 24px;
}
/* line 72, ../sass/blocks/_object-full.sass */
[class*='__geolocation--'] .leaflet-container .leaflet-bar {
  border: 0;
  color: #232323;
}
/* line 18, ../sass/base/reset/_2_links.sass */
[class*='__geolocation--'] .leaflet-container .leaflet-bar a:link, [class*='__geolocation--'] .leaflet-container .leaflet-bar a:visited {
  color: inherit;
}
/* line 20, ../sass/base/reset/_2_links.sass */
[class*='__geolocation--'] .leaflet-container .leaflet-bar a:hover {
  color: inherit;
}
/* line 22, ../sass/base/reset/_2_links.sass */
[class*='__geolocation--'] .leaflet-container .leaflet-bar a:active {
  color: inherit;
}
/* line 76, ../sass/blocks/_object-full.sass */
[class*='__geolocation--'] .leaflet-container .leaflet-bar a {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 0;
  background-color: white;
}

/* line 81, ../sass/blocks/_object-full.sass */
.circular-frame {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
  display: block;
  margin: 0 auto;
  max-width: calc(252px);
  left: calc(50% - 126px);
}
@media screen and (min-width: 768px) {
  /* line 81, ../sass/blocks/_object-full.sass */
  .circular-frame {
    left: inherit;
  }
}

/* line 93, ../sass/blocks/_object-full.sass */
[class*='full__meta'] {
  padding: 0 0 48px 48px;
  position: relative;
  font-size: 0.9em;
}

/* line 98, ../sass/blocks/_object-full.sass */
[class*='full__meta'] a {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 18, ../sass/base/reset/_2_links.sass */
[class*='__tags--'] .field__value a:link, [class*='__tags--'] .field__value a:visited {
  color: inherit;
}
/* line 20, ../sass/base/reset/_2_links.sass */
[class*='__tags--'] .field__value a:hover {
  color: inherit;
}
/* line 22, ../sass/base/reset/_2_links.sass */
[class*='__tags--'] .field__value a:active {
  color: inherit;
}

/* line 108, ../sass/blocks/_object-full.sass */
[class*='__category--'] .field__value a {
  margin-right: 6px;
  text-transform: capitalize;
  font-size: 0.9em;
}
/* line 112, ../sass/blocks/_object-full.sass */
[class*='__category--'] .field__value a .bullet {
  margin-right: 2px;
}

/* line 115, ../sass/blocks/_object-full.sass */
[class*='__tags--'] .field__value-item {
  color: #69573f;
  text-transform: uppercase;
  display: inline-block;
  padding: 6px;
  margin-right: 6px;
  margin-bottom: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background: white;
  font-size: 0.9em;
  -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 126, ../sass/blocks/_object-full.sass */
[class*='__tags--'] .field__value-item:hover {
  background-color: #e6c500;
}

/* line 128, ../sass/blocks/_object-full.sass */
[class*='__links--'] .field__label {
  margin-bottom: 8px;
}

/* line 132, ../sass/blocks/_object-full.sass */
.trimmed-content [class*='__body--'],
.trimmed-content .see-less {
  display: none;
}
/* line 135, ../sass/blocks/_object-full.sass */
.trimmed-content .see-more {
  display: inline-block;
}

/* line 138, ../sass/blocks/_object-full.sass */
.see-more {
  display: none;
  text-transform: uppercase;
  font-size: 0.8em;
  letter-spacing: 1px;
}

/* line 144, ../sass/blocks/_object-full.sass */
.see-more,
.see-less {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-image: none;
  background: none;
  border: 0;
  -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;
  margin: 24px 24px 12px 0;
  padding: 12px;
}
/* line 150, ../sass/blocks/_object-full.sass */
.see-more:hover,
.see-less:hover {
  background-color: #ffdb00;
}

/* line 153, ../sass/blocks/_object-full.sass */
.see-less {
  float: left;
}

/* line 156, ../sass/blocks/_object-full.sass */
.meta-title {
  margin-top: 0;
  text-align: right;
  max-width: 75%;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  left: calc(-75% - 24px);
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/* line 168, ../sass/blocks/_object-full.sass */
.field__label .fa {
  opacity: 0.25;
  margin-right: 4px;
}

/* line 172, ../sass/blocks/_object-full.sass */
.fa-copyright {
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 3, ../sass/blocks/_page.sass */
[class*='page__title'] {
  text-transform: uppercase;
  margin: 12px 0;
  font-size: 2em;
  line-height: 1;
  color: #333;
}
@media screen and (min-width: 768px) {
  /* line 3, ../sass/blocks/_page.sass */
  [class*='page__title'] {
    font-size: 3em;
  }
}
@media screen and (min-width: 768px) {
  /* line 3, ../sass/blocks/_page.sass */
  [class*='page__title'] {
    margin: 12px 0;
  }
}

/* line 14, ../sass/blocks/_page.sass */
[class*='page__subtitle'] {
  color: #333;
  margin-top: -12px;
}

/* line 18, ../sass/blocks/_page.sass */
[class*='page__edit'],
[class*='page__add'] {
  margin-right: 24px;
  float: right;
  color: white;
  font-weight: bold;
  position: relative;
  z-index: 100;
}
/* line 18, ../sass/base/reset/_2_links.sass */
[class*='page__edit'] a:link, [class*='page__edit'] a:visited,
[class*='page__add'] a:link,
[class*='page__add'] a:visited {
  color: inherit;
}
/* line 20, ../sass/base/reset/_2_links.sass */
[class*='page__edit'] a:hover,
[class*='page__add'] a:hover {
  color: inherit;
}
/* line 22, ../sass/base/reset/_2_links.sass */
[class*='page__edit'] a:active,
[class*='page__add'] a:active {
  color: inherit;
}
@media screen and (max-width: 768px) {
  /* line 18, ../sass/blocks/_page.sass */
  [class*='page__edit'],
  [class*='page__add'] {
    display: none;
  }
}
/* line 29, ../sass/blocks/_page.sass */
[class*='page__edit'] a,
[class*='page__add'] a {
  font-size: 0.7em;
  text-transform: uppercase;
  font-family: "IBM Plex Sans Condensed", sans-serif;
  padding: 6px 12px;
  background-color: #9d0;
  -moz-transition: background-color, ease 0.15s;
  -o-transition: background-color, ease 0.15s;
  -webkit-transition: background-color, ease 0.15s;
  transition: background-color, ease 0.15s;
}
/* line 34, ../sass/blocks/_page.sass */
[class*='page__edit'] a:hover,
[class*='page__add'] a:hover {
  background-color: #87c400;
}

/* line 37, ../sass/blocks/_page.sass */
[class*='page__links'] {
  float: right;
  display: inline-block;
}
/* line 18, ../sass/base/reset/_2_links.sass */
[class*='page__links'] a:link, [class*='page__links'] a:visited {
  color: inherit;
}
/* line 20, ../sass/base/reset/_2_links.sass */
[class*='page__links'] a:hover {
  color: inherit;
}
/* line 22, ../sass/base/reset/_2_links.sass */
[class*='page__links'] a:active {
  color: inherit;
}

/* line 42, ../sass/blocks/_page.sass */
[class*='page__links'] a {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-image: none;
  background: none;
  border: 0;
  -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;
  font-size: 0.7em;
  text-transform: uppercase;
  font-family: "IBM Plex Sans Condensed", sans-serif;
}
/* line 36, ../sass/base/reset/_5_classes.sass */
[class*='page__links'] a:hover {
  background-color: #eee;
}
/* line 46, ../sass/blocks/_page.sass */
[class*='page__links'] a:after {
  content: " ➜";
  color: #ffdb00;
}

/* line 50, ../sass/blocks/_page.sass */
[class*='page__content--'] {
  *zoom: 1;
}
/* line 6, ../sass/base/abstractions/_clearfix.sass */
[class*='page__content--']:before, [class*='page__content--']:after {
  content: " ";
  display: table;
}
/* line 10, ../sass/base/abstractions/_clearfix.sass */
[class*='page__content--']:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  /* line 52, ../sass/blocks/_page.sass */
  [class*='page__content--'] .left {
    width: 50%;
    display: inline-block;
    float: left;
    clear: left;
  }
}
@media screen and (min-width: 768px) {
  /* line 58, ../sass/blocks/_page.sass */
  [class*='page__content--'] .right {
    width: 50%;
    display: inline-block;
  }
}
/* line 62, ../sass/blocks/_page.sass */
[class*='page__content--'] .bottom {
  *zoom: 1;
  margin: 24px 0;
}
/* line 6, ../sass/base/abstractions/_clearfix.sass */
[class*='page__content--'] .bottom:before, [class*='page__content--'] .bottom:after {
  content: " ";
  display: table;
}
/* line 10, ../sass/base/abstractions/_clearfix.sass */
[class*='page__content--'] .bottom:after {
  clear: both;
}

/* line 66, ../sass/blocks/_page.sass */
[class*='page__content-bottom'] {
  padding: 24px 0;
  margin-left: -24px;
  margin-right: -24px;
  background-color: #232323;
  color: white;
}
/* line 72, ../sass/blocks/_page.sass */
[class*='page__content-bottom'] .field__value {
  font-size: 0.9em;
}
/* line 74, ../sass/blocks/_page.sass */
[class*='page__content-bottom'] .left, [class*='page__content-bottom'] .center-left, [class*='page__content-bottom'] .center-right, [class*='page__content-bottom'] .right {
  padding: 0 24px;
  margin-bottom: 12px;
}
/* line 77, ../sass/blocks/_page.sass */
[class*='page__content-bottom'] .left:empty, [class*='page__content-bottom'] .center-left:empty, [class*='page__content-bottom'] .center-right:empty, [class*='page__content-bottom'] .right:empty {
  display: none;
}
@media screen and (min-width: 768px) {
  /* line 74, ../sass/blocks/_page.sass */
  [class*='page__content-bottom'] .left, [class*='page__content-bottom'] .center-left, [class*='page__content-bottom'] .center-right, [class*='page__content-bottom'] .right {
    float: left;
    display: inline-block;
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  /* line 74, ../sass/blocks/_page.sass */
  [class*='page__content-bottom'] .left, [class*='page__content-bottom'] .center-left, [class*='page__content-bottom'] .center-right, [class*='page__content-bottom'] .right {
    width: 25%;
  }
}
@media screen and (min-width: 768px) {
  /* line 85, ../sass/blocks/_page.sass */
  [class*='page__content-bottom'] .left, [class*='page__content-bottom'] .center-left, [class*='page__content-bottom'] .center-right {
    border-right: 4px solid rgba(0, 0, 0, 0.1);
  }
}
/* line 88, ../sass/blocks/_page.sass */
[class*='page__content-bottom'] .field:first-of-type .field__label {
  margin-top: 0;
}

/* line 91, ../sass/blocks/_page.sass */
.page__content--exception {
  max-width: 260px;
  font-size: 1.2em;
  margin-top: 48px;
  padding-left: 36px;
  border-left: 8px solid #333333;
}

/* line 5, ../sass/blocks/_post.sass */
.field.post__date--full .field__label,
.field.post__tags--full .field__label {
  display: none;
}
/* line 7, ../sass/blocks/_post.sass */
.field.post__date--full .field__value,
.field.post__tags--full .field__value {
  text-transform: uppercase;
  font-size: 0.85em;
}

/* line 10, ../sass/blocks/_post.sass */
.field.post__tags--full {
  margin-top: 0;
}

/* line 12, ../sass/blocks/_post.sass */
.page__content--post {
  padding-bottom: 72px;
}

/* line 15, ../sass/blocks/_post.sass */
.field.post__links--full {
  margin-top: 24px;
  background-color: #eee;
  font-size: 0.85em;
  margin-right: 48px;
  padding: 12px;
}
/* line 21, ../sass/blocks/_post.sass */
.field.post__links--full .field__label {
  margin-top: 0;
  font-size: 0.9em;
}

/* line 25, ../sass/blocks/_post.sass */
.post__tags--full {
  clear: both;
  margin-top: 48px;
}

/* line 29, ../sass/blocks/_post.sass */
.post__links--full a, .post__links--full a:link, .post__links--full a:visited, .post__links--full a:active {
  color: inherit !important;
}

/* line 3, ../sass/blocks/_related.sass */
.related-content {
  *zoom: 1;
  *zoom: 1;
}
@media screen and (min-width: 768px) {
  /* line 3, ../sass/blocks/_related.sass */
  .related-content {
    padding: 24px 48px;
  }
}
/* line 6, ../sass/base/abstractions/_clearfix.sass */
.related-content:before, .related-content:after {
  content: " ";
  display: table;
}
/* line 10, ../sass/base/abstractions/_clearfix.sass */
.related-content:after {
  clear: both;
}
/* line 18, ../sass/base/reset/_2_links.sass */
.related-content a:link, .related-content a:visited {
  color: inherit;
}
/* line 20, ../sass/base/reset/_2_links.sass */
.related-content a:hover {
  color: inherit;
}
/* line 22, ../sass/base/reset/_2_links.sass */
.related-content a:active {
  color: inherit;
}
/* line 6, ../sass/base/abstractions/_clearfix.sass */
.related-content:before, .related-content:after {
  content: " ";
  display: table;
}
/* line 10, ../sass/base/abstractions/_clearfix.sass */
.related-content:after {
  clear: both;
}
/* line 9, ../sass/base/abstractions/_fixed_height_grid.sass */
.related-content .related-content__item {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  float: left;
  height: 240px;
  padding: 12px;
}
@media screen and (min-width: 768px) {
  /* line 9, ../sass/base/abstractions/_fixed_height_grid.sass */
  .related-content .related-content__item {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  /* line 9, ../sass/base/abstractions/_fixed_height_grid.sass */
  .related-content .related-content__item {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  /* line 9, ../sass/base/abstractions/_fixed_height_grid.sass */
  .related-content .related-content__item {
    width: 33.33333%;
  }
}
@media screen and (min-width: 1400px) {
  /* line 9, ../sass/base/abstractions/_fixed_height_grid.sass */
  .related-content .related-content__item {
    width: 25%;
  }
}

/* line 10, ../sass/blocks/_related.sass */
.related-content__title {
  text-transform: uppercase;
  font-size: 0.9em;
  color: #999;
}
@media screen and (min-width: 768px) {
  /* line 10, ../sass/blocks/_related.sass */
  .related-content__title {
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    position: absolute;
    bottom: 8px;
    left: 0;
  }
}

/* line 21, ../sass/blocks/_related.sass */
.related-content img {
  -moz-transition: -moz-transform 0.5s ease;
  -o-transition: -o-transform 0.5s ease;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
}

/* line 25, ../sass/blocks/_related.sass */
.related-content__item:hover img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* line 28, ../sass/blocks/_related.sass */
.related-content__item .item__model--grid {
  font-size: 0.66em;
}

/* Search widget
 * /templates/blocks/widget-search.html */
/* line 5, ../sass/blocks/_search.sass */
.search-widget {
  position: fixed;
  right: 96px;
  margin-top: 10px;
  top: 0;
  font-size: 0.75em;
  z-index: 200;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  /* line 5, ../sass/blocks/_search.sass */
  .search-widget {
    display: none;
  }
}

/* line 16, ../sass/blocks/_search.sass */
.search-widget__query {
  background: transparent;
  color: white;
  border: 1px dashed white;
  border-width: 0 0 1px 0;
  width: 144px;
  opacity: 1;
  height: 22px;
  padding: 0 12px;
  -moz-transition: width 0.2s ease, opacity 0.2s ease;
  -o-transition: width 0.2s ease, opacity 0.2s ease;
  -webkit-transition: width 0.2s ease, opacity 0.2s ease;
  transition: width 0.2s ease, opacity 0.2s ease;
}

/* line 27, ../sass/blocks/_search.sass */
.collapsed .search-widget__query {
  width: 0;
  opacity: 0;
}

/* line 31, ../sass/blocks/_search.sass */
.search-widget__submit {
  background: url("../img/search.svg") no-repeat center center;
  background-size: 16px 16px;
  border: 0;
  color: white;
  text-transform: uppercase !important;
  padding: 6px 12px;
  height: 24px;
  float: right;
}

/* line 4, ../sass/blocks/_share-links.sass */
.share-links {
  padding: 24px 48px;
}
/* line 18, ../sass/base/reset/_2_links.sass */
.share-links a:link, .share-links a:visited {
  color: inherit;
}
/* line 20, ../sass/base/reset/_2_links.sass */
.share-links a:hover {
  color: inherit;
}
/* line 22, ../sass/base/reset/_2_links.sass */
.share-links a:active {
  color: inherit;
}
@media screen and (min-width: 768px) {
  /* line 4, ../sass/blocks/_share-links.sass */
  .share-links {
    padding: 0 0 24px;
  }
}
/* line 10, ../sass/blocks/_share-links.sass */
.share-links:before {
  content: " ";
  width: 48px;
  display: block;
  border-top: 6px solid #222;
}

/* line 16, ../sass/blocks/_share-links.sass */
.share-links__title {
  margin: 8px 0;
}

/* line 19, ../sass/blocks/_share-links.sass */
.share-links__item {
  display: inline-block;
  margin-right: 24px;
}
/* line 22, ../sass/blocks/_share-links.sass */
.share-links__item .fa:hover {
  cursor: pointer;
}
/* line 24, ../sass/blocks/_share-links.sass */
.share-links__item .fa-twitter:hover {
  color: #1da1f2;
}
/* line 26, ../sass/blocks/_share-links.sass */
.share-links__item .fa-facebook:hover {
  color: #3b5998;
}
/* line 28, ../sass/blocks/_share-links.sass */
.share-links__item .fa-google-plus:hover {
  color: #dc4a38;
}
/* line 30, ../sass/blocks/_share-links.sass */
.share-links__item .fa-pinterest:hover {
  color: #bd081c;
}

/* line 1, ../sass/blocks/_straddle-map.sass */
#straddle-map {
  width: 100vw;
  height: calc(100vh - 48px);
  background-color: #222;
}

/* line 5, ../sass/blocks/_straddle-map.sass */
#contact-map {
  width: 100vw;
  height: 240px;
  background-color: #222;
  margin: -24px;
}

/* line 10, ../sass/blocks/_straddle-map.sass */
.contact-map-wrapper {
  margin-top: 48px;
}

/* line 12, ../sass/blocks/_straddle-map.sass */
.page--front #straddle-map {
  height: 360px;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
/* line 18, ../sass/base/reset/_2_links.sass */
.page--front #straddle-map a:link, .page--front #straddle-map a:visited {
  color: inherit;
}
/* line 20, ../sass/base/reset/_2_links.sass */
.page--front #straddle-map a:hover {
  color: inherit;
}
/* line 22, ../sass/base/reset/_2_links.sass */
.page--front #straddle-map a:active {
  color: inherit;
}
/* line 17, ../sass/blocks/_straddle-map.sass */
.page--front #straddle-map > a {
  font-size: 1.25em;
  font-weight: bold;
  font-family: "IBM Plex Sans Condensed", sans-serif;
  text-transform: uppercase;
  position: absolute;
  z-index: 12000;
  display: block;
  left: calc(50% - 120px);
  top: 45%;
  width: 240px;
  text-align: center;
  background: white;
  padding: 6px 12px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -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 33, ../sass/blocks/_straddle-map.sass */
.page--front #straddle-map > a:hover {
  background: #e6c500;
}

/* line 36, ../sass/blocks/_straddle-map.sass */
.leaflet-bar {
  border: 0;
}
/* line 4, ../sass/base/reset/_2_links.sass */
.leaflet-bar a {
  -moz-transition: 0.2 ease;
  -o-transition: 0.2 ease;
  -webkit-transition: 0.2 ease;
  transition: 0.2 ease;
}
/* line 6, ../sass/base/reset/_2_links.sass */
.leaflet-bar a:link, .leaflet-bar a:visited {
  color: white;
}
/* line 8, ../sass/base/reset/_2_links.sass */
.leaflet-bar a:hover {
  color: #ffdb00;
}
/* line 10, ../sass/base/reset/_2_links.sass */
.leaflet-bar a:active {
  color: white;
}
/* line 39, ../sass/blocks/_straddle-map.sass */
.leaflet-bar a {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #222;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 43, ../sass/blocks/_straddle-map.sass */
.leaflet-bar a:hover {
  background-color: #222;
}

/* line 46, ../sass/blocks/_straddle-map.sass */
.leaflet-control-attribution {
  background-color: #222 !important;
  color: white;
}
/* line 4, ../sass/base/reset/_2_links.sass */
.leaflet-control-attribution a {
  -moz-transition: 0.2 ease;
  -o-transition: 0.2 ease;
  -webkit-transition: 0.2 ease;
  transition: 0.2 ease;
}
/* line 6, ../sass/base/reset/_2_links.sass */
.leaflet-control-attribution a:link, .leaflet-control-attribution a:visited {
  color: white;
}
/* line 8, ../sass/base/reset/_2_links.sass */
.leaflet-control-attribution a:hover {
  color: yellow;
}
/* line 10, ../sass/base/reset/_2_links.sass */
.leaflet-control-attribution a:active {
  color: white;
}

/* line 51, ../sass/blocks/_straddle-map.sass */
.leaflet-popup-content-wrapper {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 12px;
}

/* line 55, ../sass/blocks/_straddle-map.sass */
.leaflet-popup-content {
  width: 480px;
  max-width: 100%;
  margin: 12px;
}
/* line 18, ../sass/base/reset/_2_links.sass */
.leaflet-popup-content a:link, .leaflet-popup-content a:visited {
  color: inherit;
}
/* line 20, ../sass/base/reset/_2_links.sass */
.leaflet-popup-content a:hover {
  color: inherit;
}
/* line 22, ../sass/base/reset/_2_links.sass */
.leaflet-popup-content a:active {
  color: inherit;
}

/* line 61, ../sass/blocks/_straddle-map.sass */
.leaflet-container a.leaflet-popup-close-button {
  right: 3px;
  top: 3px;
}

/* line 65, ../sass/blocks/_straddle-map.sass */
.marker-cat {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 0.9em;
  font-family: "IBM Plex Sans Condensed", sans-serif;
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  background-color: #222;
  color: white;
  padding: 0 24px;
}

/* line 78, ../sass/blocks/_straddle-map.sass */
.marker-name {
  margin: 6px 0;
  line-height: 1.1;
  text-transform: uppercase;
  font-size: 2.25em;
}

/* line 84, ../sass/blocks/_straddle-map.sass */
.marker-subtitle {
  margin-top: 0;
}
/* line 86, ../sass/blocks/_straddle-map.sass */
.marker-subtitle::before {
  display: block;
  content: " ";
  border-top: 4px solid #222;
  width: 60px;
  margin-top: 8px;
  padding-top: 8px;
}

/* line 94, ../sass/blocks/_straddle-map.sass */
.page--map .leaflet-top {
  top: 24px;
  right: 24px;
}
/* line 97, ../sass/blocks/_straddle-map.sass */
.page--map .leaflet-top .leaflet-bar {
  border: 0;
}

/* line 100, ../sass/blocks/_straddle-map.sass */
.leaflet-marker-icon {
  font-size: 45px;
  line-height: 45px;
  background: transparent;
  border: 0;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}

/* line 107, ../sass/blocks/_straddle-map.sass */
.categories--map {
  position: fixed;
  top: 84px;
  left: 24px;
  z-index: 11000;
}

/* line 113, ../sass/blocks/_straddle-map.sass */
[class*='-categories--map'] {
  background: #222;
  color: white;
  padding: 18px;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  /* line 113, ../sass/blocks/_straddle-map.sass */
  [class*='-categories--map'] {
    display: none;
  }
}

/* line 121, ../sass/blocks/_straddle-map.sass */
[class*='-categories__label--map'] {
  margin: 0 0 8px;
  text-transform: uppercase;
  font-size: 0.8em;
}

/* line 126, ../sass/blocks/_straddle-map.sass */
[class*='-categories__item--map'] {
  text-transform: uppercase;
  font-size: 0.8em;
}
/* line 129, ../sass/blocks/_straddle-map.sass */
[class*='-categories__item--map'] span {
  margin-right: 6px;
  top: -2px;
  position: relative;
}

/* line 1, ../sass/blocks/_twitter.sass */
.twitter iframe {
  max-height: calc(100vh - 288px);
}

/* line 3, ../sass/blocks/_twitter.sass */
.twitter .fa-twitter {
  color: #999;
}

/* line 5, ../sass/blocks/_twitter.sass */
.twitter__title {
  margin-top: 0;
}
/* line 18, ../sass/base/reset/_2_links.sass */
.twitter__title a:link, .twitter__title a:visited {
  color: inherit;
}
/* line 20, ../sass/base/reset/_2_links.sass */
.twitter__title a:hover {
  color: inherit;
}
/* line 22, ../sass/base/reset/_2_links.sass */
.twitter__title a:active {
  color: inherit;
}
/* line 8, ../sass/blocks/_twitter.sass */
.twitter__title:after {
  content: " ";
  width: 24px;
  display: block;
  border-bottom: 4px solid #222;
  margin-top: 12px;
}

@media screen and (min-width: 768px) {
  /* line 8, ../sass/base/abstractions/_columns_masonry.sass */
  .video-list:not(.few) {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}
@media screen and (min-width: 992px) {
  /* line 8, ../sass/base/abstractions/_columns_masonry.sass */
  .video-list:not(.few) {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}
@media screen and (min-width: 1200px) {
  /* line 8, ../sass/base/abstractions/_columns_masonry.sass */
  .video-list:not(.few) {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}
@media screen and (min-width: 1400px) {
  /* line 8, ../sass/base/abstractions/_columns_masonry.sass */
  .video-list:not(.few) {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}
/* line 17, ../sass/base/abstractions/_columns_masonry.sass */
.video-list:not(.few) .video-list__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;
  display: table;
}
@media screen and (max-width: 768px) {
  /* line 24, ../sass/base/abstractions/_columns_masonry.sass */
  .video-list.few .video-list__item {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  /* line 24, ../sass/base/abstractions/_columns_masonry.sass */
  .video-list.few .video-list__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 24, ../sass/base/abstractions/_columns_masonry.sass */
  .video-list.few .video-list__item {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  /* line 24, ../sass/base/abstractions/_columns_masonry.sass */
  .video-list.few .video-list__item {
    width: 33.33333%;
  }
}
@media screen and (min-width: 1400px) {
  /* line 24, ../sass/base/abstractions/_columns_masonry.sass */
  .video-list.few .video-list__item {
    width: 33.33333%;
  }
}
/* line 37, ../sass/base/abstractions/_columns_masonry.sass */
.video-list .video-list__item {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 24px;
}

/* line 4, ../sass/blocks/_videos.sass */
.video-list__item-source {
  text-transform: uppercase;
  font-size: 0.75em;
}
/* line 7, ../sass/blocks/_videos.sass */
.video-list__item-source a {
  font-weight: 700;
  text-decoration: underline dotted !important;
}
/* line 18, ../sass/base/reset/_2_links.sass */
.video-list__item-source a:link, .video-list__item-source a:visited {
  color: inherit;
}
/* line 20, ../sass/base/reset/_2_links.sass */
.video-list__item-source a:hover {
  color: inherit;
}
/* line 22, ../sass/base/reset/_2_links.sass */
.video-list__item-source a:active {
  color: inherit;
}
