@import "https://fonts.googleapis.com/css?family=News+Cycle:400,700&subset=latin-ext";
/* line 5, ../../../../../.rvm/gems/ruby-2.1.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../.rvm/gems/ruby-2.1.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../.rvm/gems/ruby-2.1.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../.rvm/gems/ruby-2.1.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../.rvm/gems/ruby-2.1.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../.rvm/gems/ruby-2.1.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../.rvm/gems/ruby-2.1.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../.rvm/gems/ruby-2.1.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../.rvm/gems/ruby-2.1.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*! 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 9, ../sass/boilerplate/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, ../sass/boilerplate/_normalize.scss */
body {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 185, ../sass/boilerplate/_normalize.scss */
img {
  border: 0;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 204, ../sass/boilerplate/_normalize.scss */
figure {
  margin: 1em 40px;
}

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

/**
 * Contain overflow in all browsers.
 */
/* line 221, ../sass/boilerplate/_normalize.scss */
pre {
  overflow: auto;
}

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

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

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 277, ../sass/boilerplate/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 290, ../sass/boilerplate/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 302, ../sass/boilerplate/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

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

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

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

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

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

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

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

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

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

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

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

/* line 421, ../sass/boilerplate/_normalize.scss */
td,
th {
  padding: 0;
}

/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/* line 13, ../sass/boilerplate/_main.scss */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
/* line 27, ../sass/boilerplate/_main.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 32, ../sass/boilerplate/_main.scss */
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
/* line 41, ../sass/boilerplate/_main.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
/* line 56, ../sass/boilerplate/_main.scss */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
/* line 69, ../sass/boilerplate/_main.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
/* line 79, ../sass/boilerplate/_main.scss */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
/* line 87, ../sass/boilerplate/_main.scss */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 */
/* line 122, ../sass/boilerplate/_main.scss */
.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
/* line 131, ../sass/boilerplate/_main.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
/* line 148, ../sass/boilerplate/_main.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
/* line 162, ../sass/boilerplate/_main.scss */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* line 178, ../sass/boilerplate/_main.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 184, ../sass/boilerplate/_main.scss */
.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  /* line 212, ../sass/boilerplate/_main.scss */
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
       http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 222, ../sass/boilerplate/_main.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 227, ../sass/boilerplate/_main.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 231, ../sass/boilerplate/_main.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  /* line 240, ../sass/boilerplate/_main.scss */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  /* line 245, ../sass/boilerplate/_main.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  /* line 256, ../sass/boilerplate/_main.scss */
  thead {
    display: table-header-group;
  }

  /* line 260, ../sass/boilerplate/_main.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 265, ../sass/boilerplate/_main.scss */
  img {
    max-width: 100% !important;
  }

  /* line 269, ../sass/boilerplate/_main.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 276, ../sass/boilerplate/_main.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* Slider */
/* line 3, ../sass/partials/_slick.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 18, ../sass/partials/_slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 25, ../sass/partials/_slick.scss */
.slick-list:focus {
  outline: none;
}
/* line 29, ../sass/partials/_slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 34, ../sass/partials/_slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 43, ../sass/partials/_slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
/* line 49, ../sass/partials/_slick.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
/* line 55, ../sass/partials/_slick.scss */
.slick-track:after {
  clear: both;
}
/* line 59, ../sass/partials/_slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 64, ../sass/partials/_slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

/* line 71, ../sass/partials/_slick.scss */
.slick-initialized .slick-slide {
  display: block;
}

/* line 75, ../sass/partials/_slick.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* line 6, ../sass/partials/_grids.scss */
body {
  min-width: 20em;
  background-color: #e7e7e7;
}

/* line 11, ../sass/partials/_grids.scss */
.page-wrapper {
  max-width: 100em;
  margin: 0 auto;
  background-color: #fff;
}

/* line 17, ../sass/partials/_grids.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 22, ../sass/partials/_grids.scss */
* {
  box-sizing: border-box;
}

/* line 26, ../sass/partials/_grids.scss */
.wrap {
  padding-left: 1.69492%;
  padding-right: 1.69492%;
}

/* line 2, ../sass/partials/_partials.scss */
.text .text__copy {
  font-size: 0.875em;
  line-height: 1.5em;
}

/* line 3, ../sass/partials/_typography.scss */
body {
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  line-height: 1.7;
  color: #686b6e;
}

/* line 9, ../sass/partials/_typography.scss */
p, ol, ul, blockquote, pre, code {
  margin-bottom: 1.5em;
}

/* line 13, ../sass/partials/_typography.scss */
.headline {
  font-weight: bold;
  color: #2a2b30;
  font-size: 1.25rem;
  line-height: 1.3;
}
@media (min-width: 46.125em) {
  /* line 13, ../sass/partials/_typography.scss */
  .headline {
    font-size: 1.5rem;
  }
}
/* line 16, ../sass/partials/_typography.scss */
.headline small {
  display: block;
}

/* line 21, ../sass/partials/_typography.scss */
.headline--gray {
  color: #9d9d9c;
}

/* line 25, ../sass/partials/_typography.scss */
.headline--big {
  font-size: 1.25rem;
  line-height: 1.25;
  margin: .25em 0;
}
/* line 30, ../sass/partials/_typography.scss */
.headline--big small {
  font-size: 1.25rem;
  font-weight: normal;
}
@media (min-width: 46.125em) {
  /* line 25, ../sass/partials/_typography.scss */
  .headline--big {
    font-size: 1.625rem;
  }
  /* line 38, ../sass/partials/_typography.scss */
  .headline--big small {
    font-size: 1.625rem;
    font-weight: normal;
  }
}
@media (min-width: 60em) {
  /* line 25, ../sass/partials/_typography.scss */
  .headline--big {
    font-size: 2.25rem;
  }
  /* line 47, ../sass/partials/_typography.scss */
  .headline--big small {
    font-size: 2.25rem;
    font-weight: normal;
  }
}

/* line 54, ../sass/partials/_typography.scss */
.headline--medium {
  font-size: 1rem;
  line-height: 1.1em;
  margin: .25em 0;
}
@media (min-width: 46.125em) {
  /* line 54, ../sass/partials/_typography.scss */
  .headline--medium {
    font-size: 1.125rem;
  }
}
@media (min-width: 60em) {
  /* line 54, ../sass/partials/_typography.scss */
  .headline--medium {
    font-size: 1.375rem;
  }
}

/* line 68, ../sass/partials/_typography.scss */
.headline--white {
  color: #fff;
}

/* line 74, ../sass/partials/_typography.scss */
.headline--small {
  font-size: 0.875rem;
  line-height: 1.7;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: bold;
}

/* line 80, ../sass/partials/_typography.scss */
.button {
  display: inline-block;
  background-color: transparent;
  border: 1px solid #1b2c48;
  color: #1b2c48;
  padding: 0.2em .75em;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1.7;
}
/* line 89, ../sass/partials/_typography.scss */
.button i {
  font-size: 1.2em;
}
/* line 93, ../sass/partials/_typography.scss */
.button:hover {
  opacity: .8;
}

/* line 98, ../sass/partials/_typography.scss */
.button--day {
  cursor: pointer;
  font-size: 0.625rem;
  padding: 0.0625rem 0.3125rem;
  margin-left: 0.625rem;
}

/* line 105, ../sass/partials/_typography.scss */
.button--wide {
  width: 100%;
}

/* line 108, ../sass/partials/_typography.scss */
.button-centered {
  text-align: center;
}

/* line 112, ../sass/partials/_typography.scss */
.button--outline {
  background: transparent;
  color: #333;
  border: 1px solid #666;
}

/* line 118, ../sass/partials/_typography.scss */
a {
  text-decoration: none;
  color: #000;
}

/* line 123, ../sass/partials/_typography.scss */
.list--bullet {
  list-style: disc;
  margin-left: 20px;
}

/* line 128, ../sass/partials/_typography.scss */
.small {
  font-size: 0.7rem;
  line-height: 1.7em;
}

/* line 132, ../sass/partials/_typography.scss */
.material-icons {
  vertical-align: middle;
}

/* line 138, ../sass/partials/_typography.scss */
.formatted-text p, .formatted-text ol, .formatted-text ul, .formatted-text blockquote, .formatted-text pre, .formatted-text code {
  margin-bottom: 1.7em;
}
/* line 142, ../sass/partials/_typography.scss */
.formatted-text ol {
  list-style: decimal;
  margin-left: 20px;
}
/* line 147, ../sass/partials/_typography.scss */
.formatted-text ul {
  list-style: disc;
  margin-left: 20px;
  padding: 0;
}
/* line 153, ../sass/partials/_typography.scss */
.formatted-text h2, .formatted-text h3, .formatted-text h4, .formatted-text h5, .formatted-text h6 {
  font-weight: 400;
}
/* line 157, ../sass/partials/_typography.scss */
.formatted-text h2 {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}
/* line 163, ../sass/partials/_typography.scss */
.formatted-text h3 {
  font-size: 18px;
  margin-bottom: .25em;
}
/* line 168, ../sass/partials/_typography.scss */
.formatted-text h4, .formatted-text h5, .formatted-text h6 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5em;
}
@media (min-width: 60em) {
  /* line 176, ../sass/partials/_typography.scss */
  .formatted-text img.align-center {
    position: relative;
    margin-left: -20%;
    margin-right: -20%;
    max-width: 140%;
  }
}
/* line 184, ../sass/partials/_typography.scss */
.formatted-text a {
  text-decoration: none;
}
/* line 187, ../sass/partials/_typography.scss */
.formatted-text a:hover {
  text-decoration: underline;
}

/* line 1, ../sass/partials/_popup.scss */
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
  font-size: 0.875rem;
  line-height: 1.7;
}

/* Magnific Popup CSS */
/* line 12, ../sass/partials/_popup.scss */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 24, ../sass/partials/_popup.scss */
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

/* line 34, ../sass/partials/_popup.scss */
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 46, ../sass/partials/_popup.scss */
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 52, ../sass/partials/_popup.scss */
.mfp-align-top .mfp-container:before {
  display: none;
}

/* line 55, ../sass/partials/_popup.scss */
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

/* line 63, ../sass/partials/_popup.scss */
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

/* line 67, ../sass/partials/_popup.scss */
.mfp-ajax-cur {
  cursor: progress;
}

/* line 70, ../sass/partials/_popup.scss */
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

/* line 75, ../sass/partials/_popup.scss */
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

/* line 81, ../sass/partials/_popup.scss */
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

/* line 84, ../sass/partials/_popup.scss */
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 89, ../sass/partials/_popup.scss */
.mfp-loading.mfp-figure {
  display: none;
}

/* line 92, ../sass/partials/_popup.scss */
.mfp-hide {
  display: none !important;
}

/* line 95, ../sass/partials/_popup.scss */
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

/* line 105, ../sass/partials/_popup.scss */
.mfp-preloader a {
  color: #CCC;
}

/* line 107, ../sass/partials/_popup.scss */
.mfp-preloader a:hover {
  color: #FFF;
}

/* line 110, ../sass/partials/_popup.scss */
.mfp-s-ready .mfp-preloader {
  display: none;
}

/* line 113, ../sass/partials/_popup.scss */
.mfp-s-error .mfp-content {
  display: none;
}

/* line 116, ../sass/partials/_popup.scss */
button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 128, ../sass/partials/_popup.scss */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 132, ../sass/partials/_popup.scss */
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

/* line 148, ../sass/partials/_popup.scss */
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 151, ../sass/partials/_popup.scss */
.mfp-close:active {
  top: 1px;
}

/* line 154, ../sass/partials/_popup.scss */
.mfp-close-btn-in .mfp-close {
  color: #333;
}

/* line 157, ../sass/partials/_popup.scss */
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

/* line 164, ../sass/partials/_popup.scss */
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

/* line 173, ../sass/partials/_popup.scss */
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

/* line 184, ../sass/partials/_popup.scss */
.mfp-arrow:active {
  margin-top: -54px;
}

/* line 186, ../sass/partials/_popup.scss */
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 189, ../sass/partials/_popup.scss */
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

/* line 200, ../sass/partials/_popup.scss */
.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

/* line 204, ../sass/partials/_popup.scss */
.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

/* line 209, ../sass/partials/_popup.scss */
.mfp-arrow-left {
  left: 0;
}

/* line 211, ../sass/partials/_popup.scss */
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

/* line 214, ../sass/partials/_popup.scss */
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

/* line 218, ../sass/partials/_popup.scss */
.mfp-arrow-right {
  right: 0;
}

/* line 220, ../sass/partials/_popup.scss */
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

/* line 223, ../sass/partials/_popup.scss */
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

/* line 226, ../sass/partials/_popup.scss */
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* line 229, ../sass/partials/_popup.scss */
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

/* line 233, ../sass/partials/_popup.scss */
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

/* line 236, ../sass/partials/_popup.scss */
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

/* line 241, ../sass/partials/_popup.scss */
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
/* line 252, ../sass/partials/_popup.scss */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
/* line 265, ../sass/partials/_popup.scss */
.mfp-figure {
  line-height: 0;
}

/* line 267, ../sass/partials/_popup.scss */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

/* line 280, ../sass/partials/_popup.scss */
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

/* line 285, ../sass/partials/_popup.scss */
.mfp-figure figure {
  margin: 0;
}

/* line 288, ../sass/partials/_popup.scss */
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

/* line 296, ../sass/partials/_popup.scss */
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

/* line 303, ../sass/partials/_popup.scss */
.mfp-image-holder .mfp-content {
  max-width: 100%;
}

/* line 306, ../sass/partials/_popup.scss */
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  /* line 313, ../sass/partials/_popup.scss */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 316, ../sass/partials/_popup.scss */
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  /* line 318, ../sass/partials/_popup.scss */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  /* line 321, ../sass/partials/_popup.scss */
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  /* line 324, ../sass/partials/_popup.scss */
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 334, ../sass/partials/_popup.scss */
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  /* line 336, ../sass/partials/_popup.scss */
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  /* line 339, ../sass/partials/_popup.scss */
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  /* line 352, ../sass/partials/_popup.scss */
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  /* line 356, ../sass/partials/_popup.scss */
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  /* line 360, ../sass/partials/_popup.scss */
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  /* line 364, ../sass/partials/_popup.scss */
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* line 369, ../sass/partials/_popup.scss */
.mfp-ie7 .mfp-img {
  padding: 0;
}

/* line 371, ../sass/partials/_popup.scss */
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

/* line 377, ../sass/partials/_popup.scss */
.mfp-ie7 .mfp-container {
  padding: 0;
}

/* line 379, ../sass/partials/_popup.scss */
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

/* line 381, ../sass/partials/_popup.scss */
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/*
This is the visible area of you carousel.
Set a width here to define how much items are visible.
The width can be either fixed in px or flexible in %.
Position must be relative!
*/
/* line 7, ../sass/partials/_carousel.scss */
.jcarousel__element {
  position: relative;
  overflow: hidden;
}
/* line 12, ../sass/partials/_carousel.scss */
.jcarousel__element > ul {
  width: 20000em;
  position: relative;
  /* Optional, required in this case since it's a <ul> element */
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 21, ../sass/partials/_carousel.scss */
.jcarousel__element > ul > li {
  /* Required only for block elements like <li>'s */
  float: left;
}

/* line 29, ../sass/partials/_carousel.scss */
.jcarousel__control-wrapper {
  text-align: center;
  margin-top: .25em;
}

/* line 34, ../sass/partials/_carousel.scss */
.jcarousel__control-wrapper-inner {
  display: inline-block;
}

/* line 38, ../sass/partials/_carousel.scss */
.jcarousel__control-prev {
  display: inline-block;
  background-color: #fff;
  padding: .25em 1.25em;
  color: #000;
}
/* line 44, ../sass/partials/_carousel.scss */
.jcarousel__control-prev i {
  font-size: 1.4em;
  line-height: 1.2em;
}
/* line 49, ../sass/partials/_carousel.scss */
.jcarousel__control-prev.jcarousel__control-prev--gallery {
  color: #fff;
  background-color: #557fae;
}
/* line 54, ../sass/partials/_carousel.scss */
.jcarousel__control-prev.disabled {
  display: none;
}

/* line 59, ../sass/partials/_carousel.scss */
.jcarousel__control-next {
  display: inline-block;
  background-color: #fff;
  padding: .25em 1.25em;
  color: #000;
}
/* line 65, ../sass/partials/_carousel.scss */
.jcarousel__control-next i {
  font-size: 1.4em;
  line-height: 1.2em;
}
/* line 70, ../sass/partials/_carousel.scss */
.jcarousel__control-next.jcarousel__control-next--gallery {
  color: #fff;
  background-color: #557fae;
}
/* line 75, ../sass/partials/_carousel.scss */
.jcarousel__control-next.disabled {
  display: none;
}

/* line 1, ../sass/partials/_drupal.scss */
.field__label {
  font-weight: normal;
}

/* line 4, ../sass/partials/_drupal.scss */
.field--label-inline .field__label,
.field--label-inline .field__items {
  float: left;
  /*LTR*/
}

/* line 8, ../sass/partials/_drupal.scss */
.field--label-inline .field__label,
.field--label-inline > .field__item,
.field--label-inline .field__items {
  padding-right: 0.5em;
}

/* line 13, ../sass/partials/_drupal.scss */
.field--label-inline .field__label::after {
  content: ':';
}

/* See .color-success in Seven's colors.css */
/* line 18, ../sass/partials/_drupal.scss */
.messages {
  margin-bottom: 1em;
}

/* line 1, ../sass/components/_header.scss */
.header {
  background-color: #1b2c48;
  color: #fff;
  margin-bottom: 5rem;
  height: 3.5625rem;
}
/* line 8, ../sass/components/_header.scss */
.header a {
  color: #fff;
}

/* line 13, ../sass/components/_header.scss */
.header__inner {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: content-box;
  padding-left: 1em;
  padding-right: 1em;
  *zoom: 1;
}
/* line 12, ../../../../../.rvm/gems/ruby-2.1.1/gems/susy-2.2.6/sass/susy/output/support/_clearfix.scss */
.header__inner:after {
  content: " ";
  display: block;
  clear: both;
}
/* line 22, ../../../../../.rvm/gems/ruby-2.1.1/gems/compass-core-1.0.1/stylesheets/compass/utilities/general/_clearfix.scss */
.header__inner:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

/* line 18, ../sass/components/_header.scss */
.header__logo {
  width: 83.05085%;
  float: left;
  margin-right: 1.69492%;
  position: relative;
}
@media (min-width: 46.125em) {
  /* line 18, ../sass/components/_header.scss */
  .header__logo {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }
}
@media (min-width: 60em) {
  /* line 18, ../sass/components/_header.scss */
  .header__logo {
    width: 23.72881%;
    float: left;
    margin-right: 1.69492%;
  }
}

/* line 31, ../sass/components/_header.scss */
.header__logo-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin-left: -1em;
  padding: 0.5rem 0 0.5rem 1rem;
}

/* line 40, ../sass/components/_header.scss */
.header__navigation-toggle {
  margin-left: 0.25rem;
  margin-right: 1.25rem;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 101;
}
@media (min-width: 60em) {
  /* line 40, ../sass/components/_header.scss */
  .header__navigation-toggle {
    display: none;
  }
}

/* line 53, ../sass/components/_header.scss */
.header__logo-bg {
  position: absolute;
  right: 0;
  top: 0;
  max-width: none;
  z-index: 10;
}

/* line 61, ../sass/components/_header.scss */
.header__logo-image {
  position: relative;
  z-index: 11;
}

/* line 66, ../sass/components/_header.scss */
.header__navigation {
  width: 15.25424%;
  float: right;
  margin-right: 0;
}
/* line 69, ../sass/components/_header.scss */
.header__navigation nav {
  display: none;
  position: absolute;
  background-color: #1b2c48;
  border-top: 2px solid #374864;
  padding-bottom: 0.625rem;
  padding-top: 0.625rem;
  top: 6.8125rem;
  left: 0;
  z-index: 100;
}
/* line 80, ../sass/components/_header.scss */
.header__navigation nav ul {
  margin-bottom: 0;
}
/* line 88, ../sass/components/_header.scss */
.header__navigation nav a {
  display: inline-block;
  padding: 0.9375rem 1.25rem;
}
/* line 92, ../sass/components/_header.scss */
.header__navigation nav a:hover, .header__navigation nav a.is-active {
  color: #94a1b5;
}
@media (min-width: 46.125em) {
  /* line 66, ../sass/components/_header.scss */
  .header__navigation {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }
}
@media (min-width: 60em) {
  /* line 66, ../sass/components/_header.scss */
  .header__navigation {
    text-align: right;
    width: 74.57627%;
    float: right;
    margin-right: 0;
  }
  /* line 107, ../sass/components/_header.scss */
  .header__navigation nav {
    display: block !important;
    position: relative;
    background-color: transparent;
    border-top: none;
    top: auto;
    left: auto;
    width: auto;
    max-width: none;
    padding-bottom: 0;
    padding-top: 0;
  }
  /* line 124, ../sass/components/_header.scss */
  .header__navigation nav li {
    display: inline-block;
  }
  /* line 128, ../sass/components/_header.scss */
  .header__navigation nav a {
    display: inline-block;
    margin-left: 1.875rem;
    padding: 0;
    line-height: 3.375rem;
    border-bottom: 3px solid transparent;
    color: white;
  }
  /* line 136, ../sass/components/_header.scss */
  .header__navigation nav a:hover, .header__navigation nav a.is-active {
    color: white;
    border-left: 0;
    border-bottom: 3px solid #94a1b5;
  }
}

/* line 147, ../sass/components/_header.scss */
.header__icon {
  width: 30px;
  cursor: pointer;
}

/* line 1, ../sass/components/_footer.scss */
.footer {
  background-color: #24272e;
  color: #7c7d82;
  padding: 1.25rem 0 2.5rem 0;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.7;
}
/* line 8, ../sass/components/_footer.scss */
.footer em {
  color: #fff;
  font-weight: bold;
}
/* line 13, ../sass/components/_footer.scss */
.footer a {
  color: #7c7d82;
}
/* line 16, ../sass/components/_footer.scss */
.footer a:hover {
  text-decoration: underline;
}
@media (min-width: 46.125em) {
  /* line 1, ../sass/components/_footer.scss */
  .footer {
    text-align: left;
  }
}

/* line 26, ../sass/components/_footer.scss */
.footer__inner {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: content-box;
  padding-left: 1em;
  padding-right: 1em;
}
/* line 12, ../../../../../.rvm/gems/ruby-2.1.1/gems/susy-2.2.6/sass/susy/output/support/_clearfix.scss */
.footer__inner:after {
  content: " ";
  display: block;
  clear: both;
}

/* line 30, ../sass/components/_footer.scss */
.footer__top {
  overflow: hidden;
  *zoom: 1;
}

/* line 34, ../sass/components/_footer.scss */
.footer__logo {
  text-align: center;
  margin-bottom: 1.25rem;
}
/* line 38, ../sass/components/_footer.scss */
.footer__logo img {
  max-width: 130px;
}
@media (min-width: 46.125em) {
  /* line 34, ../sass/components/_footer.scss */
  .footer__logo {
    width: 49.15254%;
    float: right;
    margin-right: 0;
    padding-top: 1.5625rem;
    padding-top: 0;
    margin-bottom: 0;
  }
  /* line 48, ../sass/components/_footer.scss */
  .footer__logo img {
    max-width: 100%;
  }
}
@media (min-width: 60em) {
  /* line 34, ../sass/components/_footer.scss */
  .footer__logo {
    width: 23.72881%;
    float: left;
    margin-right: 1.69492%;
  }
}

/* line 60, ../sass/components/_footer.scss */
.footer__address p {
  margin-bottom: 0;
}
@media (min-width: 46.125em) {
  /* line 58, ../sass/components/_footer.scss */
  .footer__address {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }
  /* line 67, ../sass/components/_footer.scss */
  .footer__address p {
    margin-bottom: .5em;
  }
}
@media (min-width: 60em) {
  /* line 58, ../sass/components/_footer.scss */
  .footer__address {
    padding-top: 1.25rem;
  }
}

/* line 77, ../sass/components/_footer.scss */
.footer__address-columns {
  overflow: hidden;
  *zoom: 1;
}

/* line 81, ../sass/components/_footer.scss */
.footer__address-column {
  margin-top: .5em;
}
@media (min-width: 60em) {
  /* line 81, ../sass/components/_footer.scss */
  .footer__address-column {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
    margin-top: 0;
  }
  /* line 88, ../sass/components/_footer.scss */
  .footer__address-column:last-child {
    float: right;
    margin-right: 0;
  }
}

/* line 95, ../sass/components/_footer.scss */
.footer__social {
  text-align: center;
  clear: both;
  padding: 1.25rem 0;
}
/* line 100, ../sass/components/_footer.scss */
.footer__social a:hover {
  text-decoration: none;
}
/* line 104, ../sass/components/_footer.scss */
.footer__social em {
  color: #7c7d82;
}
@media (min-width: 46.125em) {
  /* line 95, ../sass/components/_footer.scss */
  .footer__social {
    width: 49.15254%;
    float: right;
    margin-right: 0;
    clear: none;
    padding: 0;
    margin-top: 1.25rem;
  }
}
@media (min-width: 60em) {
  /* line 95, ../sass/components/_footer.scss */
  .footer__social {
    width: 23.72881%;
    float: right;
    margin-right: 0;
    text-align: left;
    padding-top: 1.25rem;
    margin-top: 0;
  }
  /* line 122, ../sass/components/_footer.scss */
  .footer__social p {
    margin-bottom: 1.25rem;
  }
}

/* line 128, ../sass/components/_footer.scss */
.footer__bottom {
  margin-top: 1.25rem;
  border-top: 1px solid #7c7d82;
  padding-top: 1.25rem;
  text-align: center;
}
@media (min-width: 60em) {
  /* line 128, ../sass/components/_footer.scss */
  .footer__bottom {
    text-align: left;
  }
}

@media (min-width: 60em) {
  /* line 139, ../sass/components/_footer.scss */
  .footer__copyright {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
  }
}

/* line 145, ../sass/components/_footer.scss */
.footer__navigation {
  margin-top: .5em;
}
/* line 148, ../sass/components/_footer.scss */
.footer__navigation li {
  display: inline-block;
}
/* line 151, ../sass/components/_footer.scss */
.footer__navigation li a {
  color: #7c7d82;
  display: inline-block;
  margin: 0 0.625rem;
}
@media (min-width: 46.125em) {
  /* line 159, ../sass/components/_footer.scss */
  .footer__navigation li:last-child a {
    margin-right: 0;
  }
}
@media (min-width: 60em) {
  /* line 145, ../sass/components/_footer.scss */
  .footer__navigation {
    width: 66.10169%;
    float: right;
    margin-right: 0;
    margin-top: 0;
    text-align: right;
  }
}

/* line 1, ../sass/components/_main.scss */
body {
  background: #b8b9bc url(../images/bg.jpg) no-repeat top center;
  background-size: 100% auto;
}

/* line 6, ../sass/components/_main.scss */
.row {
  overflow: hidden;
  *zoom: 1;
}

/* line 10, ../sass/components/_main.scss */
.main {
  margin: 1.875rem 0;
}

/* line 14, ../sass/components/_main.scss */
.main__inner {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: content-box;
  padding-left: 1em;
  padding-right: 1em;
}
/* line 12, ../../../../../.rvm/gems/ruby-2.1.1/gems/susy-2.2.6/sass/susy/output/support/_clearfix.scss */
.main__inner:after {
  content: " ";
  display: block;
  clear: both;
}

/* line 18, ../sass/components/_main.scss */
.page__headline {
  overflow: hidden;
  *zoom: 1;
  font-family: 'News Cycle', Helvetica Neue,Helvetica,Arial,sans-serif;
  letter-spacing: 1px;
  background-color: #001432;
  color: #fff;
}
/* line 25, ../sass/components/_main.scss */
.page__headline .page__headline-headline,
.page__headline h1 {
  display: inline-block;
  background: url("../images/header-bar.png") right center no-repeat transparent;
  padding: 0.9375rem 3.75rem 0.9375rem 2.0625rem;
  font-size: 1.375rem;
  color: #fff;
  margin: 0;
  line-height: 1.3;
  position: relative;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}
/* line 39, ../sass/components/_main.scss */
.page__headline .page__headline-headline a,
.page__headline h1 a {
  color: #fff;
  text-transform: none;
}
/* line 44, ../sass/components/_main.scss */
.page__headline .page__headline-headline small,
.page__headline h1 small {
  display: block;
  opacity: .5;
  font-size: 0.6875rem;
  font-weight: bold;
}
/* line 52, ../sass/components/_main.scss */
.page__headline.page__headline--margin {
  margin-bottom: 1.25rem;
}

/* line 59, ../sass/components/_main.scss */
.page__headline--share .page__headline-headline {
  width: 23.72881%;
  float: left;
  margin-right: 1.69492%;
}
/* line 60, ../sass/components/_main.scss */
.page__headline--share .page__headline-headline a,
.page__headline--share .page__headline-headline small {
  display: none;
}
/* line 65, ../sass/components/_main.scss */
.page__headline--share .page__headline-headline a.page__headline-back {
  display: block;
  line-height: 2.5rem;
}
/* line 75, ../sass/components/_main.scss */
.page__headline--share .page__headline-share {
  width: 57.62712%;
  float: right;
  margin-right: 0;
  text-align: right;
  line-height: 2.5rem;
  padding: 0.9375rem;
}
/* line 82, ../sass/components/_main.scss */
.page__headline--share .page__headline-share img {
  margin: 0 0.625rem;
}
/* line 86, ../sass/components/_main.scss */
.page__headline--share .page__headline-share span {
  margin: 0 0.625rem;
  opacity: .5;
  font-size: 0.6875rem;
  text-transform: uppercase;
  font-weight: bold;
  display: none;
}
@media (min-width: 46.125em) {
  /* line 86, ../sass/components/_main.scss */
  .page__headline--share .page__headline-share span {
    display: inline-block;
  }
}
@media (min-width: 46.125em) {
  /* line 101, ../sass/components/_main.scss */
  .page__headline--share .page__headline-headline {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }
  /* line 104, ../sass/components/_main.scss */
  .page__headline--share .page__headline-headline a,
  .page__headline--share .page__headline-headline small {
    display: block;
  }
  /* line 109, ../sass/components/_main.scss */
  .page__headline--share .page__headline-headline a.page__headline-back {
    position: absolute;
    left: 15px;
    top: 1.5rem;
    font-size: 1rem;
  }
  /* line 117, ../sass/components/_main.scss */
  .page__headline--share .page__headline-share {
    width: 49.15254%;
    float: right;
    margin-right: 0;
  }
}

/* line 126, ../sass/components/_main.scss */
.frontpage-top .news--topnews {
  margin-bottom: 1.69492%;
}
@media (min-width: 60em) {
  /* line 126, ../sass/components/_main.scss */
  .frontpage-top .news--topnews {
    width: 74.57627%;
    float: left;
    margin-right: 1.69492%;
  }
}
/* line 134, ../sass/components/_main.scss */
.frontpage-top .news--teaser {
  margin-bottom: 1.69492%;
}
@media (min-width: 32.5em) {
  /* line 134, ../sass/components/_main.scss */
  .frontpage-top .news--teaser {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }
  /* line 140, ../sass/components/_main.scss */
  .frontpage-top .news--teaser:nth-child(2n+3) {
    float: right;
    margin-right: 0;
  }
  /* line 144, ../sass/components/_main.scss */
  .frontpage-top .news--teaser:nth-child(2n) {
    clear: both;
  }
}
@media (min-width: 46.125em) {
  /* line 134, ../sass/components/_main.scss */
  .frontpage-top .news--teaser {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
  }
  /* line 152, ../sass/components/_main.scss */
  .frontpage-top .news--teaser:nth-child(2n+3), .frontpage-top .news--teaser:nth-child(2n) {
    clear: none;
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
  }
  /* line 158, ../sass/components/_main.scss */
  .frontpage-top .news--teaser:nth-child(3n+1) {
    float: right;
    margin-right: 0;
  }
  /* line 162, ../sass/components/_main.scss */
  .frontpage-top .news--teaser:nth-child(3n+2) {
    clear: both;
  }
}
@media (min-width: 60em) {
  /* line 134, ../sass/components/_main.scss */
  .frontpage-top .news--teaser {
    width: 23.72881%;
    float: left;
    margin-right: 1.69492%;
  }
  /* line 171, ../sass/components/_main.scss */
  .frontpage-top .news--teaser:nth-child(2n+3), .frontpage-top .news--teaser:nth-child(2n), .frontpage-top .news--teaser:nth-child(3n+1), .frontpage-top .news--teaser:nth-child(3n+2) {
    width: 23.72881%;
    float: left;
    margin-right: 1.69492%;
    clear: none;
  }
  /* line 179, ../sass/components/_main.scss */
  .frontpage-top .news--teaser:nth-child(4n+2) {
    float: right;
    margin-right: 0;
  }
  /* line 183, ../sass/components/_main.scss */
  .frontpage-top .news--teaser:nth-child(4n+3) {
    clear: both;
  }
}

@media (min-width: 60em) {
  /* line 196, ../sass/components/_main.scss */
  .frontpage-top--with-blog .news--topnews {
    width: 66.10169%;
    float: left;
    margin-right: 1.69492%;
  }
  /* line 200, ../sass/components/_main.scss */
  .frontpage-top--with-blog .news--teaser.blog {
    width: 32.20339%;
    float: right;
    margin-right: 0;
  }
}
/* line 1, ../sass/components/_partner.scss */
.partner-list-wrapper {
  margin-left: -1em;
  margin-right: -1em;
  padding-top: 2.2em;
}

/* line 7, ../sass/components/_partner.scss */
.partner__slider-prev,
.partner__slider-next {
  position: absolute;
  top: 0;
  background: #001432;
  color: white;
  border: none;
  cursor: pointer;
  display: inline-block;
  padding: 0 .6em .2em .6em;
  font-weight: 300;
}

/* line 21, ../sass/components/_partner.scss */
.partner__slider-prev {
  left: 1em;
}

/* line 25, ../sass/components/_partner.scss */
.partner__slider-next {
  right: 1em;
}

/* line 29, ../sass/components/_partner.scss */
.partner-list {
  overflow: hidden;
  *zoom: 1;
  padding-left: 1em;
  padding-right: 1em;
}
/* line 34, ../sass/components/_partner.scss */
.partner-list .partner-list__item {
  margin-bottom: 1.69492%;
}
@media (min-width: 60em) {
  /* line 34, ../sass/components/_partner.scss */
  .partner-list .partner-list__item {
    width: 23.72881%;
    float: left;
    margin-right: 1.69492%;
  }
}
/* line 42, ../sass/components/_partner.scss */
.partner-list .partner-list__block .partner {
  margin-bottom: 1.69492%;
}
@media (min-width: 60em) {
  /* line 41, ../sass/components/_partner.scss */
  .partner-list .partner-list__block {
    width: 49.15254%;
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 60em) {
  /* line 53, ../sass/components/_partner.scss */
  .partner-list:nth-child(2n+1) .partner-list__item:nth-child(1) {
    float: right;
    margin-right: 0;
  }
  /* line 57, ../sass/components/_partner.scss */
  .partner-list:nth-child(2n+1) .partner-list__block {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }
}

/* line 64, ../sass/components/_partner.scss */
.partner {
  background-color: #f4f4f4;
  padding: 1.875rem 1.875rem 5.625rem 1.875rem;
  color: #727272;
  position: relative;
  font-size: 0.875rem;
  line-height: 1.7;
}

/* line 73, ../sass/components/_partner.scss */
.partner__logo {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70%;
  max-width: 250px;
  height: 80px;
  padding: 0.3125rem;
  text-align: center;
  background-color: #fff;
}
/* line 84, ../sass/components/_partner.scss */
.partner__logo:before {
  border-bottom: 80px solid white;
  border-left: 30px solid transparent;
  position: absolute;
  content: "";
  bottom: 0;
  left: -30px;
  height: 80px;
}

/* line 95, ../sass/components/_partner.scss */
.partner__author {
  text-align: right;
  font-weight: bold;
  margin: 0.625rem 0;
  font-size: 0.7rem;
  line-height: 1.7em;
}

/* line 102, ../sass/components/_partner.scss */
.partner__name {
  text-align: right;
  font-style: italic;
  font-size: 0.7rem;
  line-height: 1.7em;
}

/* line 108, ../sass/components/_partner.scss */
.partner__headline {
  background-color: #001432;
  font-family: 'News Cycle', Helvetica Neue,Helvetica,Arial,sans-serif;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 1.69492%;
  margin-top: 3.38983%;
}
/* line 116, ../sass/components/_partner.scss */
.partner__headline h2 {
  display: inline-block;
  background: url("../images/header-bar.png") right center no-repeat transparent;
  padding: 0.9375rem 3.75rem 0.9375rem 2.0625rem;
  text-transform: uppercase;
  font-size: 1.375rem;
}
/* line 123, ../sass/components/_partner.scss */
.partner__headline h2 small {
  display: block;
  opacity: .5;
  font-size: 0.6875rem;
  font-weight: bold;
}

/* line 5, ../sass/components/_news.scss */
.news {
  font-size: 0.875rem;
  line-height: 1.7;
}

/* line 9, ../sass/components/_news.scss */
.news--topnews {
  position: relative;
  color: #fff;
}
/* line 13, ../sass/components/_news.scss */
.news--topnews .headline,
.news--topnews a {
  color: #fff;
}
/* line 18, ../sass/components/_news.scss */
.news--topnews .news__headline {
  font-size: 1.75rem;
  line-height: 1.3;
  margin-bottom: 1.25rem;
}
/* line 24, ../sass/components/_news.scss */
.news--topnews .news__newsdate {
  color: #fff;
}
/* line 28, ../sass/components/_news.scss */
.news--topnews .news__inner {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIyMCUiIHN0b3AtY29sb3I9IiMxYjJjNDgiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMWIyYzQ4IiBzdG9wLW9wYWNpdHk9IjAuOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, rgba(27, 44, 72, 0)), color-stop(100%, rgba(27, 44, 72, 0.8)));
  background-image: -moz-linear-gradient(top, rgba(27, 44, 72, 0) 20%, rgba(27, 44, 72, 0.8) 100%);
  background-image: -webkit-linear-gradient(top, rgba(27, 44, 72, 0) 20%, rgba(27, 44, 72, 0.8) 100%);
  background-image: linear-gradient(to bottom, rgba(27, 44, 72, 0) 20%, rgba(27, 44, 72, 0.8) 100%);
}
/* line 39, ../sass/components/_news.scss */
.news--topnews .news__inner-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 1.875rem 1.875rem 1rem 1.875rem;
}
/* line 50, ../sass/components/_news.scss */
.news--topnews .news__subtitle {
  color: #fff;
}
/* line 58, ../sass/components/_news.scss */
.news--topnews a img:nth-child(1) {
  display: none;
}
@media (min-width: 32.5em) {
  /* line 58, ../sass/components/_news.scss */
  .news--topnews a img:nth-child(1) {
    display: block;
  }
}
/* line 66, ../sass/components/_news.scss */
.news--topnews a img:nth-child(2) {
  display: block;
}
@media (min-width: 32.5em) {
  /* line 66, ../sass/components/_news.scss */
  .news--topnews a img:nth-child(2) {
    display: none;
  }
}
/* line 74, ../sass/components/_news.scss */
.news--topnews a img:nth-child(3) {
  display: none;
}

@media (min-width: 32.5em) {
  /* line 87, ../sass/components/_news.scss */
  .frontpage-top--with-blog .news--topnews a img:nth-child(1), .frontpage-top--with-blog .news--topnews a img:nth-child(2) {
    display: none;
  }
  /* line 92, ../sass/components/_news.scss */
  .frontpage-top--with-blog .news--topnews a img:nth-child(3) {
    display: block;
  }
}
/* line 102, ../sass/components/_news.scss */
.news--teaser {
  background-color: #fff;
  padding-bottom: 2.5rem;
  position: relative;
}
/* line 108, ../sass/components/_news.scss */
.news--teaser .news__newsdate {
  position: absolute;
  bottom: 1.25rem;
  margin-top: 0;
}

/* line 115, ../sass/components/_news.scss */
.news__inner {
  padding: 1rem 1.875rem 0 1.875rem;
}
/* line 118, ../sass/components/_news.scss */
.news__inner p {
  margin-bottom: 1em;
}

/* line 123, ../sass/components/_news.scss */
.news__headline {
  font-size: 1.0625rem;
  line-height: 1.6;
  margin-bottom: 0.4375rem;
}
/* line 128, ../sass/components/_news.scss */
.news__headline::before {
  display: block;
  border-top: 2px solid #94a1b5;
  width: 1.875rem;
  height: 1px;
  content: "";
  margin-bottom: 0.875rem;
  margin-top: 0.875rem;
}

/* line 140, ../sass/components/_news.scss */
.news--teaser-more .news__headline {
  border-top: 2px solid #94a1b5;
  margin-top: 0.875rem;
  padding-top: 0.875rem;
}
/* line 146, ../sass/components/_news.scss */
.news--teaser-more .news__headline:first-child {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}
/* line 152, ../sass/components/_news.scss */
.news--teaser-more .news__headline::before {
  display: none;
}
/* line 157, ../sass/components/_news.scss */
.news--teaser-more .button {
  display: block;
  text-align: center;
  margin-top: 1.5rem;
}

/* line 164, ../sass/components/_news.scss */
.news__subtitle {
  font-size: 0.6875rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #9aa0a4;
  margin-top: 0.875rem;
}

/* line 172, ../sass/components/_news.scss */
.news__newsdate {
  font-size: 0.6875rem;
  text-transform: uppercase;
  color: #9aa0a4;
  margin-top: 0.875rem;
}

/* line 180, ../sass/components/_news.scss */
.article__header .news__newsdate {
  color: #fff;
}

/* line 185, ../sass/components/_news.scss */
.news--featured {
  background-color: #94a1b5;
  padding-bottom: 0.625rem;
  color: #fff;
}
/* line 190, ../sass/components/_news.scss */
.news--featured .headline,
.news--featured a,
.news--featured .news__subtitle {
  color: #fff;
}
/* line 196, ../sass/components/_news.scss */
.news--featured .button {
  color: #1b2c48;
  margin-top: 0.5rem;
  display: block;
  text-align: center;
}
/* line 203, ../sass/components/_news.scss */
.news--featured .news__headline {
  font-size: 1.25rem;
}
/* line 206, ../sass/components/_news.scss */
.news--featured .news__headline::before {
  border-top-color: #fff;
}

/* line 216, ../sass/components/_news.scss */
.news-list .news-list__container .news--teaser {
  margin-bottom: 1.69492%;
}
@media (min-width: 32.5em) {
  /* line 216, ../sass/components/_news.scss */
  .news-list .news-list__container .news--teaser {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }
  /* line 222, ../sass/components/_news.scss */
  .news-list .news-list__container .news--teaser:nth-child(2n) {
    float: right;
    margin-right: 0;
  }
  /* line 226, ../sass/components/_news.scss */
  .news-list .news-list__container .news--teaser:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 46.125em) {
  /* line 216, ../sass/components/_news.scss */
  .news-list .news-list__container .news--teaser {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
  }
  /* line 234, ../sass/components/_news.scss */
  .news-list .news-list__container .news--teaser:nth-child(2n), .news-list .news-list__container .news--teaser:nth-child(2n+1) {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
    clear: none;
  }
  /* line 240, ../sass/components/_news.scss */
  .news-list .news-list__container .news--teaser:nth-child(3n) {
    float: right;
    margin-right: 0;
  }
  /* line 244, ../sass/components/_news.scss */
  .news-list .news-list__container .news--teaser:nth-child(3n+1) {
    clear: both;
  }
}
@media (min-width: 60em) {
  /* line 216, ../sass/components/_news.scss */
  .news-list .news-list__container .news--teaser {
    width: 23.72881%;
    float: left;
    margin-right: 1.69492%;
  }
  /* line 254, ../sass/components/_news.scss */
  .news-list .news-list__container .news--teaser:nth-child(2n), .news-list .news-list__container .news--teaser:nth-child(2n+1), .news-list .news-list__container .news--teaser:nth-child(3n), .news-list .news-list__container .news--teaser:nth-child(3n+1) {
    width: 23.72881%;
    float: left;
    margin-right: 1.69492%;
    clear: none;
  }
  /* line 262, ../sass/components/_news.scss */
  .news-list .news-list__container .news--teaser:nth-child(4n) {
    float: right;
    margin-right: 0;
  }
  /* line 266, ../sass/components/_news.scss */
  .news-list .news-list__container .news--teaser:nth-child(4n+1) {
    clear: both;
  }
}

/* line 1, ../sass/components/_programme.scss */
.programme {
  border-bottom: 1px solid #94a1b5;
  margin-bottom: 1.875rem;
  padding-bottom: 0.625rem;
}
/* line 6, ../sass/components/_programme.scss */
.programme .headline {
  text-align: center;
}
@media (min-width: 46.125em) {
  /* line 1, ../sass/components/_programme.scss */
  .programme {
    padding-bottom: 1.875rem;
  }
}
/* line 14, ../sass/components/_programme.scss */
.programme.programme--last {
  margin-bottom: 0;
}

/* line 19, ../sass/components/_programme.scss */
.programme__section {
  overflow: hidden;
  *zoom: 1;
}

/* line 23, ../sass/components/_programme.scss */
.programme__day {
  margin: 1.25rem 0;
}
/* line 26, ../sass/components/_programme.scss */
.programme__day h4 {
  text-transform: uppercase;
  color: #94a1b5;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.625rem;
}
@media (min-width: 46.125em) {
  /* line 23, ../sass/components/_programme.scss */
  .programme__day {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
  }
  /* line 37, ../sass/components/_programme.scss */
  .programme__day:nth-child(3) {
    float: right;
    margin-right: 0;
  }
}

@media (min-width: 46.125em) {
  /* line 46, ../sass/components/_programme.scss */
  .programme__section--push .programme__day:first-child {
    margin-left: 33.89831%;
  }
  /* line 50, ../sass/components/_programme.scss */
  .programme__section--push .programme__day:nth-child(2) {
    float: right;
    margin-right: 0;
  }
}
/* line 57, ../sass/components/_programme.scss */
.programme__item {
  padding: 0.625rem 1.25rem;
  margin-bottom: 0.625rem;
  background: url("../images/programm-item-bg.jpg") center center no-repeat #eff0f2;
  position: relative;
}
@media (min-width: 46.125em) {
  /* line 57, ../sass/components/_programme.scss */
  .programme__item {
    margin-bottom: 1.25rem;
    padding: 0.875rem 1.25rem;
    padding-right: 2.5rem;
  }
}

/* line 70, ../sass/components/_programme.scss */
.programme__icon {
  background-color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 2.1875rem;
  text-align: center;
  height: 2.5rem;
  width: 2.5rem;
}
/* line 80, ../sass/components/_programme.scss */
.programme__icon:before {
  border-bottom: 40px solid white;
  border-left: 12px solid transparent;
  position: absolute;
  content: "";
  bottom: 0;
  left: -12px;
  height: 40px;
}

/* line 91, ../sass/components/_programme.scss */
.programme__label {
  color: #2a2b30;
  font-size: 0.875rem;
  margin-bottom: 0;
  font-weight: bold;
}
/* line 97, ../sass/components/_programme.scss */
.programme__label::before {
  display: block;
  border-top: 2px solid #94a1b5;
  width: 1.875rem;
  height: 1px;
  content: "";
  margin-bottom: 0.375rem;
}
@media (min-width: 60em) {
  /* line 91, ../sass/components/_programme.scss */
  .programme__label {
    font-size: 1rem;
  }
}

/* line 111, ../sass/components/_programme.scss */
.programme__time {
  text-transform: uppercase;
  color: #94a1b5;
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

/* line 119, ../sass/components/_programme.scss */
.programme__icon {
  display: none;
}
@media (min-width: 46.125em) {
  /* line 119, ../sass/components/_programme.scss */
  .programme__icon {
    display: block;
  }
}

/* line 1, ../sass/components/_article.scss */
.article {
  font-size: 0.875rem;
  line-height: 1.7;
}
/* line 5, ../sass/components/_article.scss */
.article h6 {
  font-size: 0.6875rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #9aa0a4;
}

/* line 13, ../sass/components/_article.scss */
.article__content {
  background-color: #fff;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media (min-width: 46.125em) {
  /* line 13, ../sass/components/_article.scss */
  .article__content {
    padding-right: 8.47458%;
    padding-left: 8.47458%;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 60em) {
  /* line 13, ../sass/components/_article.scss */
  .article__content {
    padding-right: 16.94915%;
    padding-left: 16.94915%;
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}
/* line 37, ../sass/components/_article.scss */
.article__content.article__content--tiny {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

/* line 44, ../sass/components/_article.scss */
.node--type-congress-page .article__content {
  padding-left: 1em;
  padding-right: 1em;
}
@media (min-width: 60em) {
  /* line 44, ../sass/components/_article.scss */
  .node--type-congress-page .article__content {
    padding-right: 8.47458%;
    padding-left: 8.47458%;
  }
}

/* line 55, ../sass/components/_article.scss */
.article__header {
  position: relative;
}

/* line 59, ../sass/components/_article.scss */
.article__header-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  padding-left: 2em;
  padding-right: 2em;
  padding-bottom: 1em;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI0MCUiIHN0b3AtY29sb3I9IiMxYjJjNDgiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMWIyYzQ4IiBzdG9wLW9wYWNpdHk9IjAuOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(40%, rgba(27, 44, 72, 0)), color-stop(100%, rgba(27, 44, 72, 0.9)));
  background-image: -moz-linear-gradient(top, rgba(27, 44, 72, 0) 40%, rgba(27, 44, 72, 0.9) 100%);
  background-image: -webkit-linear-gradient(top, rgba(27, 44, 72, 0) 40%, rgba(27, 44, 72, 0.9) 100%);
  background-image: linear-gradient(to bottom, rgba(27, 44, 72, 0) 40%, rgba(27, 44, 72, 0.9) 100%);
}
/* line 70, ../sass/components/_article.scss */
.article__header-content .headline {
  color: #fff;
}
@media (min-width: 46.125em) {
  /* line 59, ../sass/components/_article.scss */
  .article__header-content {
    padding-top: 12.5rem;
    padding-bottom: 1.25rem;
    padding-left: 10%;
    padding-right: 10%;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI0MCUiIHN0b3AtY29sb3I9IiMxYjJjNDgiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMWIyYzQ4IiBzdG9wLW9wYWNpdHk9IjAuOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(40%, rgba(27, 44, 72, 0)), color-stop(100%, rgba(27, 44, 72, 0.9)));
    background-image: -moz-linear-gradient(top, rgba(27, 44, 72, 0) 40%, rgba(27, 44, 72, 0.9) 100%);
    background-image: -webkit-linear-gradient(top, rgba(27, 44, 72, 0) 40%, rgba(27, 44, 72, 0.9) 100%);
    background-image: linear-gradient(to bottom, rgba(27, 44, 72, 0) 40%, rgba(27, 44, 72, 0.9) 100%);
  }
}

/* line 85, ../sass/components/_article.scss */
.article__header-generic {
  background: url("../images/header_bg.jpg") center center no-repeat transparent;
  padding: 1.875rem;
  text-align: center;
  color: #fff;
}
/* line 91, ../sass/components/_article.scss */
.article__header-generic .headline {
  color: #fff;
}
@media (min-width: 60em) {
  /* line 85, ../sass/components/_article.scss */
  .article__header-generic {
    padding: 4.375rem 1.875rem;
  }
}

/* line 101, ../sass/components/_article.scss */
.article .node-form {
  margin: 1.875rem 0;
}
/* line 105, ../sass/components/_article.scss */
.article .node-form .field--type-datetime h4,
.article .node-form label {
  display: block;
  font-size: 0.6875rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #9aa0a4;
}
/* line 114, ../sass/components/_article.scss */
.article .node-form select,
.article .node-form textarea,
.article .node-form input {
  max-width: 100%;
}
/* line 120, ../sass/components/_article.scss */
.article .node-form .form-wrapper {
  margin: 0.625rem 0;
}
/* line 125, ../sass/components/_article.scss */
.article .node-form .field--type-datetime > div {
  overflow: hidden;
  *zoom: 1;
}
/* line 128, ../sass/components/_article.scss */
.article .node-form .field--type-datetime > div .form-item {
  margin-top: 0;
  margin-bottom: 0;
  float: left;
  margin-right: 0.625rem;
}
/* line 138, ../sass/components/_article.scss */
.article .node-form .field--type-text-with-summary .filter-wrapper {
  margin-top: 0;
}
/* line 143, ../sass/components/_article.scss */
.article .node-form .field--type-image {
  padding: 1.875rem 0;
}
/* line 146, ../sass/components/_article.scss */
.article .node-form .field--type-image summary {
  font-size: 1.25rem;
  margin-bottom: 0.625rem;
}
/* line 152, ../sass/components/_article.scss */
.article .node-form .field--type-youtube {
  padding: 0 0 1.875rem 0;
}
/* line 155, ../sass/components/_article.scss */
.article .node-form .field--type-youtube h4 {
  font-size: 1.25rem;
  margin-bottom: 0.625rem;
  color: #000;
}
/* line 162, ../sass/components/_article.scss */
.article .node-form .form-actions {
  margin-top: 1.875rem;
}
/* line 166, ../sass/components/_article.scss */
.article .node-form label.error {
  color: #a51b00;
}
/* line 170, ../sass/components/_article.scss */
.article .node-form .form-item input.error,
.article .node-form .form-item textarea.error,
.article .node-form .form-item select.error {
  border-width: 1px;
  border-color: #e62600;
  background-color: #fdf4f2;
  box-shadow: inset 0 5px 5px -5px #b8b8b8;
  color: #a51b00;
}
/* line 179, ../sass/components/_article.scss */
.article .node-form .form-item textarea.error + .cke {
  border-width: 1px;
  border-color: #e62600;
}
/* line 183, ../sass/components/_article.scss */
.article .node-form .form-item input.error:focus,
.article .node-form .form-item textarea.error:focus,
.article .node-form .form-item select.error:focus {
  border-color: #e62600;
  outline: 0;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 0 8px 1px #e62600;
  background-color: #fcf4f2;
}
/* line 192, ../sass/components/_article.scss */
.article .node-form .form-required:after {
  background-image: url(../images/required.svg);
  background-size: 7px 7px;
  width: 7px;
  height: 7px;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  margin: 0 0.3em;
  vertical-align: super;
}

/* line 207, ../sass/components/_article.scss */
.youtube-container--responsive {
  margin-left: 0;
  margin-right: 0;
}

/* line 213, ../sass/components/_article.scss */
.article__content-embed iframe {
  max-width: none !important;
  width: 100% !important;
}

/* line 219, ../sass/components/_article.scss */
.article__content-wrapper {
  overflow: hidden;
  *zoom: 1;
  background-color: #fff;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media (min-width: 46.125em) {
  /* line 219, ../sass/components/_article.scss */
  .article__content-wrapper {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

/* line 233, ../sass/components/_article.scss */
.article__content-aside {
  margin-bottom: 1.5em;
}
@media (min-width: 46.125em) {
  /* line 233, ../sass/components/_article.scss */
  .article__content-aside {
    margin-left: 8.47458%;
    width: 15.25424%;
    float: left;
    margin-right: 1.69492%;
  }
}
/* line 241, ../sass/components/_article.scss */
.article__content-aside h6.article__content-headline {
  margin-top: 1.5em;
}
/* line 244, ../sass/components/_article.scss */
.article__content-aside h6.article__content-headline:first-child {
  margin-top: 0;
}

@media (min-width: 46.125em) {
  /* line 250, ../sass/components/_article.scss */
  .article__content-main {
    width: 66.10169%;
    float: left;
    margin-right: 1.69492%;
    margin-right: 8.47458%;
  }
}
/* line 256, ../sass/components/_article.scss */
.article__content-main h6.article__content-headline {
  margin-top: 1.5em;
}
/* line 259, ../sass/components/_article.scss */
.article__content-main h6.article__content-headline:first-child {
  margin-top: 0;
}
/* line 264, ../sass/components/_article.scss */
.article__content-main .article__content-headline--top-line {
  border-top: 1px solid #9aa0a4;
  padding-top: 1rem;
}

/* line 270, ../sass/components/_article.scss */
.article__media {
  background-color: #fff;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media (min-width: 46.125em) {
  /* line 270, ../sass/components/_article.scss */
  .article__media {
    padding-left: 8.47458%;
    padding-right: 8.47458%;
    padding-bottom: 2.5rem;
  }
}

/* line 284, ../sass/components/_article.scss */
.article__media-inner {
  overflow: hidden;
  *zoom: 1;
}

/* line 288, ../sass/components/_article.scss */
.article__media-item {
  margin-bottom: 1.69492%;
}
/* line 291, ../sass/components/_article.scss */
.article__media-item figure {
  margin: 0;
}
@media (min-width: 46.125em) {
  /* line 288, ../sass/components/_article.scss */
  .article__media-item {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }
  /* line 298, ../sass/components/_article.scss */
  .article__media-item:nth-child(2n) {
    float: right;
    margin-right: 0;
  }
  /* line 302, ../sass/components/_article.scss */
  .article__media-item:nth-child(2n+1) {
    clear: both;
  }
}

/* line 1, ../sass/components/_congress.scss */
.google-map {
  height: 200px;
}
@media (min-width: 46.125em) {
  /* line 1, ../sass/components/_congress.scss */
  .google-map {
    height: 400px;
  }
}

/* line 9, ../sass/components/_congress.scss */
.congress__venue {
  overflow: hidden;
  *zoom: 1;
  padding: 0.625rem 0;
}
/* line 13, ../sass/components/_congress.scss */
.congress__venue h6 {
  font-size: 0.6875rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #9aa0a4;
}
@media (min-width: 60em) {
  /* line 9, ../sass/components/_congress.scss */
  .congress__venue {
    padding: 1.875rem 0;
  }
}

@media (min-width: 46.125em) {
  /* line 29, ../sass/components/_congress.scss */
  .congress__venue-informations {
    width: 28.57143%;
    float: left;
    margin-right: 2.04082%;
  }
}

/* line 35, ../sass/components/_congress.scss */
.congress__venue-text {
  font-size: 1rem;
}
@media (min-width: 46.125em) {
  /* line 35, ../sass/components/_congress.scss */
  .congress__venue-text {
    width: 69.38776%;
    float: right;
    margin-right: 0;
  }
}

/* line 43, ../sass/components/_congress.scss */
.congress__venue-headline {
  text-align: center;
}

/* line 47, ../sass/components/_congress.scss */
.congress__venue-images {
  overflow: hidden;
  *zoom: 1;
  background-color: #fff;
}
/* line 52, ../sass/components/_congress.scss */
.congress__venue-images img:nth-child(1) {
  margin-bottom: 0.42373%;
}
/* line 56, ../sass/components/_congress.scss */
.congress__venue-images img:nth-child(2) {
  width: 49.15254%;
  float: left;
  margin-right: 1.69492%;
  margin-right: 0.42373%;
  width: 49.78814%;
}
/* line 62, ../sass/components/_congress.scss */
.congress__venue-images img:nth-child(3) {
  width: 49.15254%;
  float: right;
  margin-right: 0;
  width: 49.78814%;
}

/* line 1, ../sass/components/_post.scss */
.post-teaser {
  background-color: #fff;
  position: relative;
  margin-bottom: 1.69492%;
}

/* line 7, ../sass/components/_post.scss */
.post-teaser__content {
  padding: 0.625rem 1rem;
  position: relative;
}
/* line 11, ../sass/components/_post.scss */
.post-teaser__content::before {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
  position: absolute;
  left: 1rem;
  top: -9px;
  content: "";
}

/* line 24, ../sass/components/_post.scss */
.post-teaser--share {
  background-color: #001534;
}
/* line 27, ../sass/components/_post.scss */
.post-teaser--share .post-teaser__content {
  background-color: #001534;
  text-align: center;
}
/* line 31, ../sass/components/_post.scss */
.post-teaser--share .post-teaser__content .button {
  color: #fff;
  border-color: #1c2c46;
}
/* line 36, ../sass/components/_post.scss */
.post-teaser--share .post-teaser__content::before {
  display: none;
}

/* line 42, ../sass/components/_post.scss */
.post-teaser__headline {
  font-size: 0.875rem;
  font-weight: bold;
}
/* line 46, ../sass/components/_post.scss */
.post-teaser__headline::after {
  display: block;
  border-top: 2px solid #94a1b5;
  width: 1.875rem;
  height: 1px;
  content: "";
  margin-bottom: 0.625rem;
  margin-top: 0.375rem;
}

/* line 57, ../sass/components/_post.scss */
.post-teaser__author {
  font-size: 0.6875rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #9aa0a4;
}

/* line 64, ../sass/components/_post.scss */
.post-teaser__category {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-size: 0.625rem;
  text-transform: uppercase;
  padding: 3px 5px 3px 7px;
  line-height: 0.75rem;
  background-color: #76879a;
}
/* line 75, ../sass/components/_post.scss */
.post-teaser__category::after {
  border-top: 18px solid #76879a;
  border-right: 7px solid transparent;
  top: 0;
  content: "";
  height: 18px;
  right: -7px;
  position: absolute;
}

/* line 1, ../sass/components/_timeline.scss */
.timeline__inner {
  overflow: hidden;
  *zoom: 1;
}

/* line 5, ../sass/components/_timeline.scss */
.timeline__year-label {
  color: #fff;
  font-weight: bold;
  font-size: 1.375rem;
  letter-spacing: 1px;
  margin-bottom: .25em;
}

/* line 13, ../sass/components/_timeline.scss */
.timeline__year-select {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 2;
  background-color: #001432;
  padding: 0.625rem 0.9375rem 0.625rem 0.9375rem;
}
@media (min-width: 46.125em) {
  /* line 13, ../sass/components/_timeline.scss */
  .timeline__year-select {
    width: 6.77966%;
    float: left;
    margin-right: 1.69492%;
    float: right;
    margin-right: 0;
    background-color: transparent;
    padding: 0;
    text-align: right;
  }
}
/* line 31, ../sass/components/_timeline.scss */
.timeline__year-select a {
  color: #ebebed;
}
/* line 35, ../sass/components/_timeline.scss */
.timeline__year-select ul {
  margin: 0;
}
/* line 39, ../sass/components/_timeline.scss */
.timeline__year-select li {
  display: inline-block;
  padding: 0;
  margin-left: 0.625rem;
  padding-left: 0.625rem;
  line-height: 1em;
  position: relative;
}
@media (min-width: 46.125em) {
  /* line 39, ../sass/components/_timeline.scss */
  .timeline__year-select li {
    border-left: 0;
    padding-left: 0;
    margin-left: 0;
    margin: .25em 0;
    display: block;
  }
}
/* line 57, ../sass/components/_timeline.scss */
.timeline__year-select ul {
  display: none;
}
/* line 62, ../sass/components/_timeline.scss */
.timeline__year-select select {
  width: 100%;
  text-align: center;
}
@media (min-width: 46.125em) {
  /* line 13, ../sass/components/_timeline.scss */
  .timeline__year-select {
    color: #999;
    position: relative;
    width: auto;
    left: auto;
    bottom: auto;
    margin-bottom: 1.25rem;
    padding: 0.9375rem 0 0.9375rem 0;
  }
  /* line 76, ../sass/components/_timeline.scss */
  .timeline__year-select select {
    display: none;
  }
  /* line 81, ../sass/components/_timeline.scss */
  .timeline__year-select ul {
    display: block;
  }
  /* line 89, ../sass/components/_timeline.scss */
  .timeline__year-select li:nth-child(3n+2) a > span, .timeline__year-select li:nth-child(3n+2) > span,
  .timeline__year-select li:nth-child(3n+3) a > span,
  .timeline__year-select li:nth-child(3n+3) > span {
    display: block;
    padding: 8px 0;
    line-height: 2px;
  }
  /* line 95, ../sass/components/_timeline.scss */
  .timeline__year-select li:nth-child(3n+2) a > span > span, .timeline__year-select li:nth-child(3n+2) > span > span,
  .timeline__year-select li:nth-child(3n+3) a > span > span,
  .timeline__year-select li:nth-child(3n+3) > span > span {
    background-color: #fff;
    color: #fff;
    opacity: .3;
    height: 2px;
    text-indent: 99999em;
    width: 16px;
    display: inline-block;
  }
  /* line 106, ../sass/components/_timeline.scss */
  .timeline__year-select li:nth-child(3n+2) a > span,
  .timeline__year-select li:nth-child(3n+3) a > span {
    color: #fff;
  }
  /* line 109, ../sass/components/_timeline.scss */
  .timeline__year-select li:nth-child(3n+2) a > span > span,
  .timeline__year-select li:nth-child(3n+3) a > span > span {
    background-color: #fff;
    color: #fff;
    opacity: 1;
  }
  /* line 117, ../sass/components/_timeline.scss */
  .timeline__year-select li a {
    color: #fff;
    opacity: 1;
  }
  /* line 121, ../sass/components/_timeline.scss */
  .timeline__year-select li a span {
    color: #fff;
    opacity: 1;
  }
  /* line 127, ../sass/components/_timeline.scss */
  .timeline__year-select aside {
    position: absolute;
    right: 55px;
    top: -10px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 10px 30px;
  }
  /* line 135, ../sass/components/_timeline.scss */
  .timeline__year-select aside::after {
    position: absolute;
    content: "";
    top: 10px;
    right: -8px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid rgba(0, 0, 0, 0.7);
  }
}

@media (min-width: 46.125em) {
  /* line 151, ../sass/components/_timeline.scss */
  .timeline__years-wrapper {
    width: 91.52542%;
    float: left;
    margin-right: 1.69492%;
  }
}

/* line 157, ../sass/components/_timeline.scss */
.timeline__year-wrapper {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 1.25rem;
}
@media (min-width: 32.5em) {
  /* line 161, ../sass/components/_timeline.scss */
  .timeline__year-wrapper .post-teaser {
    width: 49.61832%;
    float: left;
    margin-right: 0.76336%;
    margin-bottom: 0.76336%;
  }
  /* line 167, ../sass/components/_timeline.scss */
  .timeline__year-wrapper .post-teaser:nth-child(2n) {
    float: right;
    margin-right: 0;
  }
  /* line 171, ../sass/components/_timeline.scss */
  .timeline__year-wrapper .post-teaser:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 46.125em) {
  /* line 161, ../sass/components/_timeline.scss */
  .timeline__year-wrapper .post-teaser {
    width: 32.91925%;
    float: left;
    margin-right: 0.62112%;
    margin-bottom: 0.62112%;
  }
  /* line 180, ../sass/components/_timeline.scss */
  .timeline__year-wrapper .post-teaser:nth-child(2n), .timeline__year-wrapper .post-teaser:nth-child(2n+1) {
    width: 32.91925%;
    float: left;
    margin-right: 0.62112%;
    clear: none;
  }
  /* line 186, ../sass/components/_timeline.scss */
  .timeline__year-wrapper .post-teaser:nth-child(3n) {
    float: right;
    margin-right: 0;
  }
  /* line 190, ../sass/components/_timeline.scss */
  .timeline__year-wrapper .post-teaser:nth-child(3n+1) {
    clear: both;
  }
}

/* line 201, ../sass/components/_timeline.scss */
.user-not-logged-in .node-post-form .field--name-field-youtube-video .tabledrag-toggle-weight-wrapper {
  display: none;
}
/* line 205, ../sass/components/_timeline.scss */
.user-not-logged-in .node-post-form .field--name-field-youtube-video .tabledrag-handle {
  display: none;
}
/* line 209, ../sass/components/_timeline.scss */
.user-not-logged-in .node-post-form .field--name-field-youtube-video tr:not(:first-child) {
  display: none;
}

/* line 1, ../sass/components/_gallery.scss */
.gallery__inner {
  overflow: hidden;
  *zoom: 1;
}

/* line 5, ../sass/components/_gallery.scss */
.gallery--teaser {
  margin-bottom: 2.5rem;
}

/* line 9, ../sass/components/_gallery.scss */
.gallery__photos-wrapper {
  overflow: hidden;
  *zoom: 1;
}

/* line 13, ../sass/components/_gallery.scss */
.gallery__photo {
  overflow: hidden;
  position: relative;
}
/* line 17, ../sass/components/_gallery.scss */
.gallery__photo:before {
  content: "";
  display: block;
  padding-top: 75%;
}

/* line 24, ../sass/components/_gallery.scss */
.gallery--teaser .gallery__photo {
  width: 49.61832%;
  float: left;
  margin-right: 0.76336%;
  margin-bottom: 0.76336%;
}
/* line 28, ../sass/components/_gallery.scss */
.gallery--teaser .gallery__photo:nth-child(2n) {
  float: right;
  margin-right: 0;
}
/* line 32, ../sass/components/_gallery.scss */
.gallery--teaser .gallery__photo:nth-child(2n+1) {
  clear: both;
}
@media (min-width: 32.5em) {
  /* line 24, ../sass/components/_gallery.scss */
  .gallery--teaser .gallery__photo {
    width: 32.82443%;
    float: left;
    margin-right: 0.76336%;
    margin-bottom: 0.76336%;
  }
  /* line 40, ../sass/components/_gallery.scss */
  .gallery--teaser .gallery__photo:nth-child(2n), .gallery--teaser .gallery__photo:nth-child(2n+1) {
    width: 32.82443%;
    float: left;
    margin-right: 0.76336%;
    clear: none;
  }
  /* line 46, ../sass/components/_gallery.scss */
  .gallery--teaser .gallery__photo:nth-child(3n) {
    float: right;
    margin-right: 0;
  }
  /* line 50, ../sass/components/_gallery.scss */
  .gallery--teaser .gallery__photo:nth-child(3n+1) {
    clear: both;
  }
}
@media (min-width: 46.125em) {
  /* line 24, ../sass/components/_gallery.scss */
  .gallery--teaser .gallery__photo {
    width: 24.53416%;
    float: left;
    margin-right: 0.62112%;
    margin-bottom: 0.62112%;
  }
  /* line 59, ../sass/components/_gallery.scss */
  .gallery--teaser .gallery__photo:nth-child(2n), .gallery--teaser .gallery__photo:nth-child(2n+1), .gallery--teaser .gallery__photo:nth-child(3n), .gallery--teaser .gallery__photo:nth-child(3n+1) {
    width: 24.53416%;
    float: left;
    margin-right: 0.62112%;
    clear: none;
  }
  /* line 67, ../sass/components/_gallery.scss */
  .gallery--teaser .gallery__photo:nth-child(4n) {
    float: right;
    margin-right: 0;
  }
  /* line 71, ../sass/components/_gallery.scss */
  .gallery--teaser .gallery__photo:nth-child(4n+1) {
    clear: both;
  }
}

/* line 77, ../sass/components/_gallery.scss */
.gallery__photo--hidden {
  display: none;
}

/* line 81, ../sass/components/_gallery.scss */
.gallery__photo a {
  background-position: center center;
  background-size: cover;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 1000ms ease-in-out 0s;
  width: 100%;
}
/* line 92, ../sass/components/_gallery.scss */
.gallery__photo a:hover {
  transform: scale(1.1);
}

/* line 97, ../sass/components/_gallery.scss */
.gallery__photos-more {
  margin-top: 1.25rem;
  text-align: center;
}

/* line 1, ../sass/components/_frontpage.scss */
.frontpage-gallery-posts {
  overflow: hidden;
  *zoom: 1;
}

@media (min-width: 46.125em) {
  /* line 6, ../sass/components/_frontpage.scss */
  .frontpage-gallery-posts__posts {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 46.125em) {
  /* line 13, ../sass/components/_frontpage.scss */
  .frontpage-gallery-posts--with-gallery .frontpage-gallery-posts__posts {
    width: 66.10169%;
    float: left;
    margin-right: 1.69492%;
  }
}

/* line 20, ../sass/components/_frontpage.scss */
.frontpage-gallery-posts__gallery {
  background-color: #fff;
}
@media (min-width: 46.125em) {
  /* line 20, ../sass/components/_frontpage.scss */
  .frontpage-gallery-posts__gallery {
    width: 32.20339%;
    float: right;
    margin-right: 0;
  }
}

/* line 28, ../sass/components/_frontpage.scss */
.frontpage-gallery-posts__posts-wrapper {
  overflow: hidden;
  *zoom: 1;
}
@media (min-width: 32.5em) {
  /* line 31, ../sass/components/_frontpage.scss */
  .frontpage-gallery-posts__posts-wrapper article {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }
  /* line 36, ../sass/components/_frontpage.scss */
  .frontpage-gallery-posts__posts-wrapper article:nth-child(2n) {
    float: right;
    margin-right: 0;
  }
  /* line 40, ../sass/components/_frontpage.scss */
  .frontpage-gallery-posts__posts-wrapper article:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 46.125em) {
  /* line 31, ../sass/components/_frontpage.scss */
  .frontpage-gallery-posts__posts-wrapper article {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
  }
  /* line 47, ../sass/components/_frontpage.scss */
  .frontpage-gallery-posts__posts-wrapper article:nth-child(4), .frontpage-gallery-posts__posts-wrapper article:nth-child(5), .frontpage-gallery-posts__posts-wrapper article:nth-child(6) {
    margin-bottom: 0;
  }
  /* line 55, ../sass/components/_frontpage.scss */
  .frontpage-gallery-posts__posts-wrapper article:nth-child(2n+1), .frontpage-gallery-posts__posts-wrapper article:nth-child(2n) {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
    clear: none;
  }
  /* line 61, ../sass/components/_frontpage.scss */
  .frontpage-gallery-posts__posts-wrapper article:nth-child(3n) {
    float: right;
    margin-right: 0;
  }
  /* line 65, ../sass/components/_frontpage.scss */
  .frontpage-gallery-posts__posts-wrapper article:nth-child(3n+1) {
    clear: both;
  }
}

/* line 73, ../sass/components/_frontpage.scss */
.frontpage-gallery-posts--with-gallery .frontpage-gallery-posts__posts-wrapper {
  overflow: hidden;
  *zoom: 1;
}
@media (min-width: 46.125em) {
  /* line 76, ../sass/components/_frontpage.scss */
  .frontpage-gallery-posts--with-gallery .frontpage-gallery-posts__posts-wrapper article {
    width: 48.71795%;
    float: left;
    margin-right: 2.5641%;
  }
  /* line 80, ../sass/components/_frontpage.scss */
  .frontpage-gallery-posts--with-gallery .frontpage-gallery-posts__posts-wrapper article:nth-child(3), .frontpage-gallery-posts--with-gallery .frontpage-gallery-posts__posts-wrapper article:nth-child(4) {
    margin-bottom: 0;
  }
  /* line 87, ../sass/components/_frontpage.scss */
  .frontpage-gallery-posts--with-gallery .frontpage-gallery-posts__posts-wrapper article:nth-child(2n+1), .frontpage-gallery-posts--with-gallery .frontpage-gallery-posts__posts-wrapper article:nth-child(2n), .frontpage-gallery-posts--with-gallery .frontpage-gallery-posts__posts-wrapper article:nth-child(3n), .frontpage-gallery-posts--with-gallery .frontpage-gallery-posts__posts-wrapper article:nth-child(3n+1) {
    width: 48.71795%;
    float: left;
    margin-right: 2.5641%;
    clear: none;
  }
  /* line 95, ../sass/components/_frontpage.scss */
  .frontpage-gallery-posts--with-gallery .frontpage-gallery-posts__posts-wrapper article:nth-child(2n) {
    float: right;
    margin-right: 0;
  }
  /* line 99, ../sass/components/_frontpage.scss */
  .frontpage-gallery-posts--with-gallery .frontpage-gallery-posts__posts-wrapper article:nth-child(2n+1) {
    clear: both;
  }
}

/* line 107, ../sass/components/_frontpage.scss */
.frontpage-gallery-posts__gallery h2 {
  padding: 1rem 1rem 0 1rem;
  font-size: 1.0625rem;
  line-height: 1.6;
  margin-bottom: 0;
}

/* line 114, ../sass/components/_frontpage.scss */
.frontpage-gallery-posts__gallery-photos {
  overflow: hidden;
  *zoom: 1;
  padding: 1rem;
}
/* line 118, ../sass/components/_frontpage.scss */
.frontpage-gallery-posts__gallery-photos .gallery__photo {
  margin-bottom: 1.69492%;
}
/* line 121, ../sass/components/_frontpage.scss */
.frontpage-gallery-posts__gallery-photos .gallery__photo:nth-child(3) {
  width: 49.15254%;
  float: left;
  margin-right: 1.69492%;
}
/* line 125, ../sass/components/_frontpage.scss */
.frontpage-gallery-posts__gallery-photos .gallery__photo:nth-child(4) {
  width: 49.15254%;
  float: left;
  margin-right: 1.69492%;
  float: right;
  margin-right: 0;
}

/* line 132, ../sass/components/_frontpage.scss */
.frontpage-gallery-posts__gallery-more {
  border-top: 1px solid #ececec;
  padding: 0.625rem 1rem 0.625rem 1rem;
  color: #9aa0a4;
  font-weight: bold;
  display: block;
  text-transform: uppercase;
  font-size: 0.75rem;
}

/* line 6, ../sass/components/_blog.scss */
.blog--full .eos_liveblog_content_wrapper {
  height: 760px;
}
@media (min-width: 46.125em) {
  /* line 6, ../sass/components/_blog.scss */
  .blog--full .eos_liveblog_content_wrapper {
    height: 960px;
  }
}

/* line 15, ../sass/components/_blog.scss */
.blog--teaser {
  padding: 1rem 1rem 0 1rem;
}
/* line 18, ../sass/components/_blog.scss */
.blog--teaser .eos_liveblog_content_wrapper {
  height: 340px;
}
/* line 22, ../sass/components/_blog.scss */
.blog--teaser h2 {
  font-size: 1.0625rem;
  line-height: 1.6;
  margin-bottom: 0.625rem;
  color: #2a2b30;
}
/* line 28, ../sass/components/_blog.scss */
.blog--teaser h2 a {
  display: block;
  background: url("../images/icon_fullscreen.png") right center no-repeat transparent;
}

/* line 2, ../sass/partials/_drupal-overwrite.scss */
.path-user .main__inner {
  background-color: #fff;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
