@charset "UTF-8";
/*------------------------------------*\
    $OBJECTS
\*------------------------------------*/
/*------------------------------------*\
    $BUTTONS
\*------------------------------------*/
/**
 * Basic button structural styling. Extend in your theme stylesheet.
 * 
 * Demo: jsfiddle.net/inuitcss/RqHcp
 * 
 */
/* line 10, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/smass-0.0.1alpha1/sass/smass/modules/_button.scss */
.btn {
  font: inherit;
  cursor: pointer;
  border: none;
  display: inline-block;
  margin: 0;
  line-height: 1;
}
/* line 18, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/smass-0.0.1alpha1/sass/smass/modules/_button.scss */
.btn, .btn:hover {
  text-decoration: none;
}

/*------------------------*\
  $GRID
\*------------------------*/
/*------------------------------------*\
    $MEDIA
\*------------------------------------*/
/**
 * Place any image- and text-like content side-by-side, as per:
 * stubbornella.org/content/2010/06/25/the-media-object-saves-hundreds-of-lines-of-code
 * E.g.:
 * 
   <div class=media>
       <img src=http://placekitten.com/200/300 alt="" class=media__img>
       <p class=media__body>Lorem ipsum dolor sit amet, consectetur adipisicing elit,
       sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
   </div>
 * 
 * Demo: jsfiddle.net/inuitcss/cf4Qs
 * 
 */
/* line 18, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/smass-0.0.1alpha1/sass/smass/modules/_media.scss */
.media, .event__item > a {
  display: block;
  *zoom: 1;
  /**
   * Reversed image location (right instead of left).
   */
}
/* line 38, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.media:after, .event__item > a:after {
  content: "";
  display: table;
  clear: both;
}
/* line 22, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/smass-0.0.1alpha1/sass/smass/modules/_media.scss */
.media .media__img, .event__item > a .media__img, .media .event__item__media, .event__item > a .event__item__media {
  float: left;
}
/* line 33, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/smass-0.0.1alpha1/sass/smass/modules/_media.scss */
.media .media__img img, .event__item > a .media__img img, .media .event__item__media img, .event__item > a .event__item__media img {
  display: block;
}
/* line 37, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/smass-0.0.1alpha1/sass/smass/modules/_media.scss */
.media .media__body, .event__item > a .media__body, .media .event__item__body, .event__item > a .event__item__body {
  overflow: hidden;
}

/*------------------------------------*\
    $NAV
\*------------------------------------*/
/**
 * Nav abstraction as per: csswizardry.com/2011/09/the-nav-abstraction
 * When used on an `ol` or `ul`, this class throws the list into horizontal mode
 * e.g.:
 * 
   <ul class=nav>
       <li><a href=#>Home</a></li>
       <li><a href=#>About</a></li>
       <li><a href=#>Portfolio</a></li>
       <li><a href=#>Contact</a></li>
   </ul>
 * 
 * Demo: jsfiddle.net/inuitcss/Vnph4
 * 
 */
/* line 19, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/smass-0.0.1alpha1/sass/smass/modules/_navigation.scss */
.nav--primary .level-1, .nav--aside ul, .nav--footer .level-1, .nav--footer-aside .level-0, .aside__section--membership ul, .lang ul, .usr ul, .fast ul, .nav--primary > ul, .breadcrumb ul, .nav--footer .level-0, .slider__nav, .paginator ul, .gallery__wrapper {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
}
/* line 22, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/smass-0.0.1alpha1/sass/smass/modules/_navigation.scss */
.nav--primary .level-1 > li, .nav--aside ul > li, .nav--footer .level-1 > li, .nav--footer-aside .level-0 > li, .aside__section--membership ul > li, .lang ul > li, .usr ul > li, .fast ul > li, .nav--primary > ul > li, .breadcrumb ul > li, .nav--footer .level-0 > li, .slider__nav > li, .paginator ul > li, .gallery__wrapper > li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
/* line 24, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/smass-0.0.1alpha1/sass/smass/modules/_navigation.scss */
.nav--primary .level-1 > li > a, .nav--aside ul > li > a, .nav--footer .level-1 > li > a, .nav--footer-aside .level-0 > li > a, .aside__section--membership ul > li > a, .lang ul > li > a, .usr ul > li > a, .fast ul > li > a, .nav--primary > ul > li > a, .breadcrumb ul > li > a, .nav--footer .level-0 > li > a, .slider__nav > li > a, .paginator ul > li > a, .gallery__wrapper > li > a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}

/**
 * `%nav--stacked` extends `%nav` and throws the list into vertical mode, e.g.:
 * 
   <ul class="nav  nav--stacked">
       <li><a href=#>Home</a></li>
       <li><a href=#>About</a></li>
       <li><a href=#>Portfolio</a></li>
       <li><a href=#>Contact</a></li>
   </ul>
 * 
 */
/* line 44, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/smass-0.0.1alpha1/sass/smass/modules/_navigation.scss */
.nav--primary .level-1 > li, .nav--aside ul > li, .nav--footer .level-1 > li, .nav--footer-aside .level-0 > li, .aside__section--membership ul > li {
  display: list-item;
}
/* line 47, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/smass-0.0.1alpha1/sass/smass/modules/_navigation.scss */
.nav--primary .level-1 > li, .nav--aside ul > li, .nav--footer .level-1 > li, .nav--footer-aside .level-0 > li, .aside__section--membership ul > li,
.nav--primary .level-1 > li > a,
.nav--aside ul > li > a,
.nav--footer .level-1 > li > a,
.nav--footer-aside .level-0 > li > a,
.aside__section--membership ul > li > a {
  display: block;
}

/**
 * `%nav--footer` extends `%nav` and throws the list into footer mode, e.g.:
 * 
   <ul class="nav  nav--stacked">
       <li><a href=#>Home</a></li>
       <li><a href=#>About</a></li>
       <li><a href=#>Portfolio</a></li>
       <li><a href=#>Contact</a></li>
   </ul>
 * 
 */
/**
 * `%nav--banner` extends `%nav` and centres the list, e.g.:
 * 
   <ul class="nav  nav--banner">
       <li><a href=#>Home</a></li>
       <li><a href=#>About</a></li>
       <li><a href=#>Portfolio</a></li>
       <li><a href=#>Contact</a></li>
   </ul>
 * 
 */
/**
 * Give nav links a big, blocky hit area. Extends `%nav` and needs whitespace
 * caused by `inline-block` elements collapsing e.g.:
 * 
   <ul class="nav  nav--block">
       <li><a href=#>Home</a></li><!--
    --><li><a href=#>About</a></li><!--
    --><li><a href=#>Portfolio</a></li><!--
    --><li><a href=#>Contact</a></li>
   </ul>
 * 
 */
/**
 * Force a nav to occupy 100% of the available width of its parent. Extends
 * `%nav`, e.g.:
 * 
   <ul class="nav  nav--fit">
       <li><a href=#>Home</a></li>
       <li><a href=#>About</a></li>
       <li><a href=#>Portfolio</a></li>
       <li><a href=#>Contact</a></li>
   </ul>
 * 
 * Thanks to @pimpl for this idea!
 */
/**
 * Make a list of keywords. Extends `%nav`, e.g.:
 * 
   `<ul class="nav  nav--keywords>`
 * 
 */
/*------------------------------------*\
    $FLYOUT
\*------------------------------------*/
/**
 * Flyouts are pieces of content that fly out of a parent when said parent is
 * hovered. They typically appear bottom-left of the parent.
 * 
   <div class=flyout>
       Foo
       <div class=flyout__content>
           <h1>Lorem</h1>
           <p>Ipsum</p>
       </div>
   </div>
 * 
 * Extend these objects in your theme stylesheet.
 * 
 * Demo: jsfiddle.net/inuitcss/B52HG
 * 
 */
/* line 180, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/smass-0.0.1alpha1/sass/smass/modules/_navigation.scss */
.nav--primary .level-0 > li {
  position: relative;
  overflow: hidden;
}

/* line 184, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/smass-0.0.1alpha1/sass/smass/modules/_navigation.scss */
.nav--primary .level-1 {
  /**
   * Position the flyouts off-screen. This is typically better than
   * `display:none;`.
   */
  position: absolute;
  top: 100%;
  left: -99999px;
}

/**
 * Bring the flyouts into view when you hover their parents.
 * Two different types of flyout; ‘regular’ (`.flyout`) and ‘alternative’
 * (`.flyout--alt`).
 */
/* line 200, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/smass-0.0.1alpha1/sass/smass/modules/_navigation.scss */
.nav--primary .level-0 > li:hover {
  overflow: visible;
}

/**
 * Regular flyouts sit all the way from the top, flush left.
 */
/* line 207, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/smass-0.0.1alpha1/sass/smass/modules/_navigation.scss */
.nav--primary .level-0 > li:hover > .level-1 {
  left: 0;
}

/**
 * Alternative flyouts sit all the way from the left, flush top.
 */
/*------------------------------------*\
    $PAGINATOR
\*------------------------------------*/
/**
 * Basic paginator module, extends `.nav`.
 * 
    CSS
    ===
    .paginator { @extend %paginator; }

    HTML
    ===
    <ol class="paginator">
        <li>First</li>
        <li>Previous</li>
        <li><a href=/page/1>1</a></li>
        <li><a href=/page/2>2</a></li>
        <li><a href=/page/3>3</a></li>
        <li><a href=/page/4>4</a></li>
        <li><a href=/page/5>5</a></li>
        <li><a href=/page/next>Next</a></li>
        <li><a href=/page/last>Last</a></li>
    </ol>
 * 
 * Demo: jsfiddle.net/inuitcss/9Y6PU
 * 
 */
/*------------------------------------*\
    $SPLIT
\*------------------------------------*/
/**
 * Simple split item for creating two elements floated away from one another,
 * e.g.:
 * 
   <dl class=split>       
       <dt class=split__title>Burger and fries</dt>
       <dd>&pound;5.99</dd>       
       <dt class=split__title>Fillet steak</dt>
       <dd>&pound;19.99</dd>       
       <dt class=split__title>Ice cream</dt>
       <dd>&pound;2.99</dd>       
   </dl>
 * 
   <ol class="split  results">
       <li class=first><b class=split__title>1st place</b> Bob</li>       
       <li class=second><b class=split__title>2nd place</b> Lilly</li>       
       <li class=third><b class=split__title>3rd place</b> Ted</li>       
   </ol>​
 * 
 * Demo: jsfiddle.net/inuitcss/9gZW7
 * 
 */
/*------------------------------------*\
    $NAV-TABS
\*------------------------------------*/
/**
 * Nav abstraction as per: csswizardry.com/2011/09/the-nav-abstraction
 * When used on an `ol` or `ul`, this class throws the list into horizontal mode
 * e.g.:
 * 
   <ul class=nav-tabs>
       <li><a href=#>Home</a></li>
       <li><a href=#>About</a></li>
       <li><a href=#>Portfolio</a></li>
       <li><a href=#>Contact</a></li>
   </ul>
 * 
 * Demo: jsfiddle.net/inuitcss/Vnph4
 * 
 */
/*------------------------------------*\
    $HELPERS
\*------------------------------------*/
/*------------------------------------*\
    $CLEARFIX
\*------------------------------------*/
/**
 * Micro clearfix, as per: nicolasgallagher.com/micro-clearfix-hack
 * Extend the clearfix class with Sass to avoid the `.cf` class appearing over
 * and over in your markup.
 */
/* line 9, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/smass-0.0.1alpha1/sass/smass/helpers/_clearfix.scss */
.cf, .content form ul li, .local-section > ul > li, .education {
  *zoom: 1;
}
/* line 38, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.cf:after, .content form ul li:after, .local-section > ul > li:after, .education:after {
  content: "";
  display: table;
  clear: both;
}

/* line 1, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/smass-0.0.1alpha1/sass/smass/helpers/_vertical-align.scss */
.vaw {
  display: table;
}

/* line 4, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/smass-0.0.1alpha1/sass/smass/helpers/_vertical-align.scss */
.vac {
  display: table-cell;
  vertical-align: middle;
}

/*------------------------------------*\
    $HELPERS
\*------------------------------------*/
/*! normalize.css v1.1.0 | MIT License | git.io/normalize */
/*! normalize.css v1.1.0 | HTML5 Display Definitions | MIT License | git.io/normalize */
/* line 20, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-normalize-1.4.3/stylesheets/normalize/_html5.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/* line 28, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-normalize-1.4.3/stylesheets/normalize/_html5.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* line 39, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-normalize-1.4.3/stylesheets/normalize/_html5.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 46, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-normalize-1.4.3/stylesheets/normalize/_html5.scss */
[hidden] {
  display: none;
}

/*! normalize.css v1.1.0 | Base | MIT License | git.io/normalize */
/* line 13, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-normalize-1.4.3/stylesheets/normalize/_base.scss */
html {
  font-size: 100%;
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 30, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-normalize-1.4.3/stylesheets/normalize/_base.scss */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/* line 37, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-normalize-1.4.3/stylesheets/normalize/_base.scss */
body {
  margin: 0;
}

/*! normalize.css v1.1.0 | Links | MIT License | git.io/normalize */
/* line 9, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-normalize-1.4.3/stylesheets/normalize/_links.scss */
a:focus {
  outline: thin dotted;
}

/* line 16, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-normalize-1.4.3/stylesheets/normalize/_links.scss */
a:active,
a:hover {
  outline: 0;
}

/*! normalize.css v1.1.0 | Typography | MIT License | git.io/normalize */
/* line 13, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-normalize-1.4.3/stylesheets/normalize/_typography.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 19, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-normalize-1.4.3/stylesheets/normalize/_typography.scss */
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

/* line 24, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-normalize-1.4.3/stylesheets/normalize/_typography.scss */
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

/* line 29, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-normalize-1.4.3/stylesheets/normalize/_typography.scss */
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

/* line 34, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-normalize-1.4.3/stylesheets/normalize/_typography.scss */
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

/* line 39, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-normalize-1.4.3/stylesheets/normalize/_typography.scss */
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

/* line 47, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-normalize-1.4.3/stylesheets/normalize/_typography.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 54, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-normalize-1.4.3/stylesheets/normalize/_typography.scss */
b,
strong {
  font-weight: bold;
}

/* line 59, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-normalize-1.4.3/stylesheets/normalize/_typography.scss */
blockquote {
  margin: 1em 40px;
}

/* line 66, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-normalize-1.4.3/stylesheets/normalize/_typography.scss */
dfn {
  font-style: italic;
}

/* line 73, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-normalize-1.4.3/stylesheets/normalize/_typography.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/* line 81, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-normalize-1.4.3/stylesheets/normalize/_typography.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 90, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-normalize-1.4.3/stylesheets/normalize/_typography.scss */
p,
pre {
  margin: 1em 0;
}

/* line 100, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-normalize-1.4.3/stylesheets/normalize/_typography.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/* line 110, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-normalize-1.4.3/stylesheets/normalize/_typography.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* line 118, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-normalize-1.4.3/stylesheets/normalize/_typography.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/* line 127, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-normalize-1.4.3/stylesheets/normalize/_typography.scss */
q {
  quotes: none;
}

/* line 132, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-normalize-1.4.3/stylesheets/normalize/_typography.scss */
q:before,
q:after {
  content: '';
  content: none;
}

/* line 140, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-normalize-1.4.3/stylesheets/normalize/_typography.scss */
small {
  font-size: 80%;
}

/* line 147, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-normalize-1.4.3/stylesheets/normalize/_typography.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 154, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-normalize-1.4.3/stylesheets/normalize/_typography.scss */
sup {
  top: -0.5em;
}

/* line 158, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-normalize-1.4.3/stylesheets/normalize/_typography.scss */
sub {
  bottom: -0.25em;
}

/* line 11, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-normalize-1.4.3/stylesheets/normalize/_lists.scss */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

/* line 15, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-normalize-1.4.3/stylesheets/normalize/_lists.scss */
dd {
  margin: 0 0 0 40px;
}

/* line 23, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-normalize-1.4.3/stylesheets/normalize/_lists.scss */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/* line 30, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-normalize-1.4.3/stylesheets/normalize/_lists.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/*! normalize.css v1.1.0 | Embedded Content | MIT License | git.io/normalize */
/* line 9, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-normalize-1.4.3/stylesheets/normalize/_embeds.scss */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

/* line 18, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-normalize-1.4.3/stylesheets/normalize/_embeds.scss */
svg:not(:root) {
  overflow: hidden;
}

/*! normalize.css v1.1.0 | Figures | MIT License | git.io/normalize */
/* line 9, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-normalize-1.4.3/stylesheets/normalize/_figures.scss */
figure {
  margin: 0;
}

/*! normalize.css v1.1.0 | Forms | MIT License | git.io/normalize */
/* line 10, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-normalize-1.4.3/stylesheets/normalize/_forms.scss */
form {
  margin: 0;
}

/* line 17, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-normalize-1.4.3/stylesheets/normalize/_forms.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 30, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-normalize-1.4.3/stylesheets/normalize/_forms.scss */
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

/* line 49, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-normalize-1.4.3/stylesheets/normalize/_forms.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

/* line 63, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-normalize-1.4.3/stylesheets/normalize/_forms.scss */
button,
input {
  line-height: normal;
}

/* line 73, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-normalize-1.4.3/stylesheets/normalize/_forms.scss */
button,
select {
  text-transform: none;
}

/* line 90, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-normalize-1.4.3/stylesheets/normalize/_forms.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}

/* line 101, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-normalize-1.4.3/stylesheets/normalize/_forms.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 113, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-normalize-1.4.3/stylesheets/normalize/_forms.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

/* line 126, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-normalize-1.4.3/stylesheets/normalize/_forms.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 137, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-normalize-1.4.3/stylesheets/normalize/_forms.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 144, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-normalize-1.4.3/stylesheets/normalize/_forms.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 152, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-normalize-1.4.3/stylesheets/normalize/_forms.scss */
textarea {
  overflow: auto;
  vertical-align: top;
}

/*! normalize.css v1.1.0 | Tables | MIT License | git.io/normalize */
/* line 9, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-normalize-1.4.3/stylesheets/normalize/_tables.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
* Typography 
*
*/
/* line 8, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_typography.scss */
html, body {
  font-size: 13px;
  font-family: "Open Sans", Arial, sans-serif;
}

/* line 13, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_typography.scss */
body {
  overflow-y: scroll;
}

/* line 17, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_typography.scss */
a {
  color: #23742a;
  text-decoration: none;
}
/* line 20, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_typography.scss */
a:hover {
  text-decoration: underline;
}

/* line 2, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_helpers.scss */
.fr {
  float: right;
}

/* line 3, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_helpers.scss */
.fl {
  float: left;
}

/* line 6, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_helpers.scss */
.por {
  position: relative;
}

/* line 8, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_helpers.scss */
.ttu {
  text-transform: uppercase;
}

/* line 10, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_helpers.scss */
.tar {
  text-align: right;
}

/* line 24, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_helpers.scss */
.group, .publications__item__proceedings {
  margin: 0 0 15px 0;
}
/* line 27, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_helpers.scss */
.group h1, .publications__item__proceedings h1, .group h2, .publications__item__proceedings h2, .group h3, .publications__item__proceedings h3, .group h4, .publications__item__proceedings h4, .group h5, .publications__item__proceedings h5,
.group p,
.publications__item__proceedings p, .group ul, .publications__item__proceedings ul, .group ol, .publications__item__proceedings ol {
  margin-bottom: 0;
  margin-top: 0;
}

/* line 33, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_helpers.scss */
.group__item {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}

/* line 45, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_helpers.scss */
.group__item--margin {
  margin-right: 10px;
}

/* line 53, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_helpers.scss */
.media__body > div:first-child, .aside--home > div:first-child, .news__items > div:first-child, .news__item > div:first-child, .panel__box__content > div:first-child, .content > div:first-child, .media__body > section:first-child, .aside--home > section:first-child, .news__items > section:first-child, .news__item > section:first-child, .panel__box__content > section:first-child, .content > section:first-child, .media__body > aside:first-child, .aside--home > aside:first-child, .news__items > aside:first-child, .news__item > aside:first-child, .panel__box__content > aside:first-child, .content > aside:first-child,
.media__body > h1:first-child,
.aside--home > h1:first-child,
.news__items > h1:first-child,
.news__item > h1:first-child,
.panel__box__content > h1:first-child,
.content > h1:first-child, .media__body > h2:first-child, .aside--home > h2:first-child, .news__items > h2:first-child, .news__item > h2:first-child, .panel__box__content > h2:first-child, .content > h2:first-child, .media__body > h3:first-child, .aside--home > h3:first-child, .news__items > h3:first-child, .news__item > h3:first-child, .panel__box__content > h3:first-child, .content > h3:first-child, .media__body > h4:first-child, .aside--home > h4:first-child, .news__items > h4:first-child, .news__item > h4:first-child, .panel__box__content > h4:first-child, .content > h4:first-child, .media__body > h5:first-child, .aside--home > h5:first-child, .news__items > h5:first-child, .news__item > h5:first-child, .panel__box__content > h5:first-child, .content > h5:first-child,
.media__body > p:first-child,
.aside--home > p:first-child,
.news__items > p:first-child,
.news__item > p:first-child,
.panel__box__content > p:first-child,
.content > p:first-child, .media__body > ul:first-child, .aside--home > ul:first-child, .news__items > ul:first-child, .news__item > ul:first-child, .panel__box__content > ul:first-child, .content > ul:first-child, .media__body > ol:first-child, .aside--home > ol:first-child, .news__items > ol:first-child, .news__item > ol:first-child, .panel__box__content > ol:first-child, .content > ol:first-child {
  margin-top: 0;
}
/* line 57, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_helpers.scss */
.media__body > div:last-child, .aside--home > div:last-child, .news__items > div:last-child, .news__item > div:last-child, .panel__box__content > div:last-child, .content > div:last-child, .media__body > section:last-child, .aside--home > section:last-child, .news__items > section:last-child, .news__item > section:last-child, .panel__box__content > section:last-child, .content > section:last-child, .media__body > aside:last-child, .aside--home > aside:last-child, .news__items > aside:last-child, .news__item > aside:last-child, .panel__box__content > aside:last-child, .content > aside:last-child,
.media__body > h1:last-child,
.aside--home > h1:last-child,
.news__items > h1:last-child,
.news__item > h1:last-child,
.panel__box__content > h1:last-child,
.content > h1:last-child, .media__body > h2:last-child, .aside--home > h2:last-child, .news__items > h2:last-child, .news__item > h2:last-child, .panel__box__content > h2:last-child, .content > h2:last-child, .media__body > h3:last-child, .aside--home > h3:last-child, .news__items > h3:last-child, .news__item > h3:last-child, .panel__box__content > h3:last-child, .content > h3:last-child, .media__body > h4:last-child, .aside--home > h4:last-child, .news__items > h4:last-child, .news__item > h4:last-child, .panel__box__content > h4:last-child, .content > h4:last-child, .media__body > h5:last-child, .aside--home > h5:last-child, .news__items > h5:last-child, .news__item > h5:last-child, .panel__box__content > h5:last-child, .content > h5:last-child,
.media__body > p:last-child,
.aside--home > p:last-child,
.news__items > p:last-child,
.news__item > p:last-child,
.panel__box__content > p:last-child,
.content > p:last-child, .media__body > ul:last-child, .aside--home > ul:last-child, .news__items > ul:last-child, .news__item > ul:last-child, .panel__box__content > ul:last-child, .content > ul:last-child, .media__body > ol:last-child, .aside--home > ol:last-child, .news__items > ol:last-child, .news__item > ol:last-child, .panel__box__content > ol:last-child, .content > ol:last-child {
  margin-bottom: 0;
}

/* line 67, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_helpers.scss */
.alignright {
  float: right;
  margin: 0 0 15px 15px;
}

/* line 71, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_helpers.scss */
.alignleft {
  float: left;
  margin: 0 15px 15px 0;
}

/* line 78, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_helpers.scss */
.email--icon i {
  margin-right: 5px;
}
/* line 83, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_helpers.scss */
.email--icon.label--green a {
  color: #fff;
}
/* line 87, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_helpers.scss */
.email--icon.label--green i {
  margin-top: -1px;
}

/* line 346, ../../../../../img/layout/*.png */
.layout-arrow-left, .layout-arrow-right, .layout-aside-hover-triangle, .nav--aside .level-0 > .current-menu-ancestor > a:after,
.nav--aside .level-0 > .current-menu-parent > a:after,
.nav--aside .level-0 > .current-menu-item > a:after, .nav--aside .level-0 > li > a:hover:after, .single-event .nav--aside .menu-item-107 > a:after, .layout-icon-arrow-link, .layout-icon-blue-inla, .layout-icon-blue-member, .layout-icon-blue-renew, .layout-icon-contact, .layout-icon-contacthover, .fast__contact a:hover i, .layout-icon-cursor, .layout-icon-email, .layout-icon-envelope-green, .layout-icon-envelope, .layout-icon-fax, .layout-icon-file-doc, .layout-icon-file-pdf, .layout-icon-home, .layout-icon-inla, .layout-icon-inlahover, .layout-icon-magnifying-glass, .layout-icon-magnifying-glass2, .proceeding__item__img a:after, .layout-icon-pdf, .list-icon__pdf a:before, .layout-icon-phone-blue, .layout-icon-phone, .layout-icon-pointer, .layout-icon-print, .layout-icon-prize, .layout-icon-prizehover, .fast__prize a:hover i, .layout-icon-staple, .layout-icon-suggestion-box, .fast__suggestion a:hover i, .layout-icon-toggle-minus, .toggle__element--expanded .toggle__icon i, .layout-icon-toggle-plus, .toggle__element--collapsed .toggle__icon i, .layout-icon-user, .layout-icon-video, .layout-list-diamond, .content .governance__list--alt li:before, .layout-list-dot-blue, .content ul li:before, .layout-list-dot, .nav--footer .level-1 > li:before, .layout-watermark-blue, .layout-watermark-grey {
  background: url('../img/layout-s9fdbb804fa.png') no-repeat;
}

/* line 8, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_sprites.scss */
.layout-arrow-left, .layout-arrow-right, .layout-aside-hover-triangle, .nav--aside .level-0 > .current-menu-ancestor > a:after,
.nav--aside .level-0 > .current-menu-parent > a:after,
.nav--aside .level-0 > .current-menu-item > a:after, .nav--aside .level-0 > li > a:hover:after, .single-event .nav--aside .menu-item-107 > a:after, .layout-icon-arrow-link, .layout-icon-blue-inla, .layout-icon-blue-member, .layout-icon-blue-renew, .layout-icon-contact, .layout-icon-contacthover, .fast__contact a:hover i, .layout-icon-cursor, .layout-icon-email, .layout-icon-envelope-green, .layout-icon-envelope, .layout-icon-fax, .layout-icon-file-doc, .layout-icon-file-pdf, .layout-icon-home, .layout-icon-inla, .layout-icon-inlahover, .layout-icon-magnifying-glass, .layout-icon-magnifying-glass2, .proceeding__item__img a:after, .layout-icon-pdf, .list-icon__pdf a:before, .layout-icon-phone-blue, .layout-icon-phone, .layout-icon-pointer, .layout-icon-print, .layout-icon-prize, .layout-icon-prizehover, .fast__prize a:hover i, .layout-icon-staple, .layout-icon-suggestion-box, .fast__suggestion a:hover i, .layout-icon-toggle-minus, .toggle__element--expanded .toggle__icon i, .layout-icon-toggle-plus, .toggle__element--collapsed .toggle__icon i, .layout-icon-user, .layout-icon-video, .layout-list-diamond, .content .governance__list--alt li:before, .layout-list-dot-blue, .content ul li:before, .layout-list-dot, .nav--footer .level-1 > li:before, .layout-watermark-blue, .layout-watermark-grey {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  position: relative;
}

/* line 60, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.layout-arrow-left {
  background-position: 0 -1283px;
  height: 40px;
  width: 12px;
}

/* line 60, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.layout-arrow-right {
  background-position: 0 -1241px;
  height: 40px;
  width: 12px;
}

/* line 60, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.layout-aside-hover-triangle, .nav--aside .level-0 > .current-menu-ancestor > a:after,
.nav--aside .level-0 > .current-menu-parent > a:after,
.nav--aside .level-0 > .current-menu-item > a:after, .nav--aside .level-0 > li > a:hover:after, .single-event .nav--aside .menu-item-107 > a:after {
  background-position: 0 -1453px;
  height: 33px;
  width: 11px;
}

/* line 60, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.layout-icon-arrow-link {
  background-position: 0 -1488px;
  height: 28px;
  width: 13px;
}

/* line 60, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.layout-icon-blue-inla {
  background-position: 0 -869px;
  height: 40px;
  width: 40px;
}

/* line 60, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.layout-icon-blue-member {
  background-position: 0 -827px;
  height: 40px;
  width: 40px;
}

/* line 60, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.layout-icon-blue-renew {
  background-position: 0 -738px;
  height: 40px;
  width: 40px;
}

/* line 60, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.layout-icon-contact {
  background-position: 0 -1091px;
  height: 45px;
  width: 45px;
}

/* line 60, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.layout-icon-contacthover, .fast__contact a:hover i {
  background-position: 0 -997px;
  height: 45px;
  width: 45px;
}

/* line 60, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.layout-icon-cursor {
  background-position: 0 -1352px;
  height: 11px;
  width: 11px;
}

/* line 60, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.layout-icon-email {
  background-position: 0 -1325px;
  height: 25px;
  width: 28px;
}

/* line 60, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.layout-icon-envelope-green {
  background-position: 0 -1532px;
  height: 12px;
  width: 14px;
}

/* line 60, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.layout-icon-envelope {
  background-position: 0 -1618px;
  height: 9px;
  width: 10px;
}

/* line 60, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.layout-icon-fax {
  background-position: 0 -1195px;
  height: 17px;
  width: 21px;
}

/* line 60, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.layout-icon-file-doc {
  background-position: 0 -1435px;
  height: 16px;
  width: 16px;
}

/* line 60, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.layout-icon-file-pdf {
  background-position: 0 -1382px;
  height: 16px;
  width: 16px;
}

/* line 60, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.layout-icon-home {
  background-position: 0 -1593px;
  height: 9px;
  width: 9px;
}

/* line 60, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.layout-icon-inla {
  background-position: 0 -1044px;
  height: 45px;
  width: 45px;
}

/* line 60, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.layout-icon-inlahover {
  background-position: 0 -780px;
  height: 45px;
  width: 45px;
}

/* line 60, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.layout-icon-magnifying-glass {
  background-position: 0 -1419px;
  height: 14px;
  width: 14px;
}

/* line 60, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.layout-icon-magnifying-glass2, .proceeding__item__img a:after {
  background-position: 0 -911px;
  height: 37px;
  width: 33px;
}

/* line 60, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.layout-icon-pdf, .list-icon__pdf a:before {
  background-position: 0 -654px;
  height: 35px;
  width: 34px;
}

/* line 60, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.layout-icon-phone-blue {
  background-position: 0 -1400px;
  height: 17px;
  width: 12px;
}

/* line 60, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.layout-icon-phone {
  background-position: 0 -1604px;
  height: 12px;
  width: 9px;
}

/* line 60, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.layout-icon-pointer {
  background-position: 0 -1365px;
  height: 15px;
  width: 11px;
}

/* line 60, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.layout-icon-print {
  background-position: 0 -1214px;
  height: 25px;
  width: 28px;
}

/* line 60, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.layout-icon-prize {
  background-position: 0 -950px;
  height: 45px;
  width: 45px;
}

/* line 60, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.layout-icon-prizehover, .fast__prize a:hover i {
  background-position: 0 -691px;
  height: 45px;
  width: 45px;
}

/* line 60, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.layout-icon-staple {
  background-position: 0 -606px;
  height: 46px;
  width: 45px;
}

/* line 60, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.layout-icon-suggestion-box, .fast__suggestion a:hover i {
  background-position: 0 -1546px;
  height: 45px;
  width: 45px;
}

/* line 60, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.layout-icon-toggle-minus, .toggle__element--expanded .toggle__icon i {
  background-position: 0 -1655px;
  height: 15px;
  width: 15px;
}

/* line 60, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.layout-icon-toggle-plus, .toggle__element--collapsed .toggle__icon i {
  background-position: 0 -1638px;
  height: 15px;
  width: 15px;
}

/* line 60, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.layout-icon-user {
  background-position: 0 -1518px;
  height: 12px;
  width: 12px;
}

/* line 60, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.layout-icon-video {
  background-position: 0 -1138px;
  height: 55px;
  width: 55px;
}

/* line 60, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.layout-list-diamond, .content .governance__list--alt li:before {
  background-position: 0 -1629px;
  height: 7px;
  width: 7px;
}

/* line 60, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.layout-list-dot-blue, .content ul li:before {
  background-position: 0 -1678px;
  height: 5px;
  width: 5px;
}

/* line 60, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.layout-list-dot, .nav--footer .level-1 > li:before {
  background-position: 0 -1672px;
  height: 4px;
  width: 3px;
}

/* line 60, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.layout-watermark-blue {
  background-position: 0 0;
  height: 301px;
  width: 298px;
}

/* line 60, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.layout-watermark-grey {
  background-position: 0 -303px;
  height: 301px;
  width: 298px;
}

/*------------------------*\
  $GRID
\*------------------------*/
/**
* Susy grid 
*
* x columns grid generated by susy
*/
/* line 19, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_grid.scss */
.wrapper {
  *zoom: 1;
  max-width: 980px;
  _width: 980px;
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 !important;
  width: 980px !important;
}
/* line 38, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.wrapper:after {
  content: "";
  display: table;
  clear: both;
}

/* line 56, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/smass-0.0.1alpha1/sass/smass/modules/_grid.scss */
.span_1, .one-twelfths, .span_2, .one-sixths, .span_3, .one-quarters, .span_4, .one-thirds, .span_5, .five-twelfths, .span_6, .one-half, .span_7, .seven-twelfths, .span_8, .two-thirds, .span_9, .three-quarters, .span_10, .five-sixths, .span_11, .eleven-twelfths, .span_12, .one-first {
  float: left;
  margin-right: 2.08333%;
  display: inline;
  margin-bottom: 15px;
}

/* line 74, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/smass-0.0.1alpha1/sass/smass/modules/_grid.scss */
.span_1 {
  width: 6.42361%;
}

/* line 80, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/smass-0.0.1alpha1/sass/smass/modules/_grid.scss */
.one-twelfths {
  width: 6.42361%;
}

/* line 74, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/smass-0.0.1alpha1/sass/smass/modules/_grid.scss */
.span_2 {
  width: 14.93056%;
}

/* line 80, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/smass-0.0.1alpha1/sass/smass/modules/_grid.scss */
.one-sixths {
  width: 14.93056%;
}

/* line 74, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/smass-0.0.1alpha1/sass/smass/modules/_grid.scss */
.span_3 {
  width: 23.4375%;
}

/* line 80, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/smass-0.0.1alpha1/sass/smass/modules/_grid.scss */
.one-quarters {
  width: 23.4375%;
}

/* line 74, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/smass-0.0.1alpha1/sass/smass/modules/_grid.scss */
.span_4 {
  width: 31.94444%;
}

/* line 80, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/smass-0.0.1alpha1/sass/smass/modules/_grid.scss */
.one-thirds {
  width: 31.94444%;
}

/* line 74, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/smass-0.0.1alpha1/sass/smass/modules/_grid.scss */
.span_5 {
  width: 40.45139%;
}

/* line 80, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/smass-0.0.1alpha1/sass/smass/modules/_grid.scss */
.five-twelfths {
  width: 40.45139%;
}

/* line 74, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/smass-0.0.1alpha1/sass/smass/modules/_grid.scss */
.span_6 {
  width: 48.95833%;
}

/* line 80, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/smass-0.0.1alpha1/sass/smass/modules/_grid.scss */
.one-half {
  width: 48.95833%;
}

/* line 74, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/smass-0.0.1alpha1/sass/smass/modules/_grid.scss */
.span_7 {
  width: 57.46528%;
}

/* line 80, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/smass-0.0.1alpha1/sass/smass/modules/_grid.scss */
.seven-twelfths {
  width: 57.46528%;
}

/* line 74, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/smass-0.0.1alpha1/sass/smass/modules/_grid.scss */
.span_8 {
  width: 65.97222%;
}

/* line 80, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/smass-0.0.1alpha1/sass/smass/modules/_grid.scss */
.two-thirds {
  width: 65.97222%;
}

/* line 74, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/smass-0.0.1alpha1/sass/smass/modules/_grid.scss */
.span_9 {
  width: 74.47917%;
}

/* line 80, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/smass-0.0.1alpha1/sass/smass/modules/_grid.scss */
.three-quarters {
  width: 74.47917%;
}

/* line 74, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/smass-0.0.1alpha1/sass/smass/modules/_grid.scss */
.span_10 {
  width: 82.98611%;
}

/* line 80, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/smass-0.0.1alpha1/sass/smass/modules/_grid.scss */
.five-sixths {
  width: 82.98611%;
}

/* line 74, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/smass-0.0.1alpha1/sass/smass/modules/_grid.scss */
.span_11 {
  width: 91.49306%;
}

/* line 80, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/smass-0.0.1alpha1/sass/smass/modules/_grid.scss */
.eleven-twelfths {
  width: 91.49306%;
}

/* line 74, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/smass-0.0.1alpha1/sass/smass/modules/_grid.scss */
.span_12 {
  width: 100%;
}

/* line 80, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/smass-0.0.1alpha1/sass/smass/modules/_grid.scss */
.one-first {
  width: 100%;
}

/* line 89, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/smass-0.0.1alpha1/sass/smass/modules/_grid.scss */
.omega {
  float: right;
  margin-right: 0;
  *margin-left: -20px;
  display: inline;
}

/* line 6, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_forms.scss */
label, select {
  display: block;
}

/* line 30, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_forms.scss */
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 30, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_forms.scss */
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 36, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_forms.scss */
::-webkit-input-placeholder {
  font-style: italic;
  color: #cdd0d4;
}

/* line 40, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_forms.scss */
:-moz-placeholder {
  font-style: italic;
  color: #cdd0d4;
}

/* line 44, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_forms.scss */
::-moz-placeholder {
  font-style: italic;
  color: #cdd0d4;
}

/* line 48, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_forms.scss */
:-ms-input-placeholder {
  font-style: italic;
  color: #cdd0d4;
}

/* line 66, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_forms.scss */
textarea {
  overflow: auto;
  vertical-align: top;
}

/* line 24, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_forms.scss */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"] {
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}

/* line 24, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_forms.scss */
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus {
  border: 1px solid #b2b2b2;
  outline: none;
}

/* line 84, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  *margin-top: 0;
  line-height: normal;
  cursor: pointer;
  height: auto !important;
}

/* line 99, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_forms.scss */
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

/* line 104, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_forms.scss */
select,
input[type="file"] {
  *margin-top: 4px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
}

/* line 111, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_forms.scss */
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 118, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_forms.scss */
input,
select {
  border: 1px solid #d6d6d6;
  font-size: 12px;
  height: 30px;
  text-indent: 13px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f3f3f3), color-stop(100%, #ffffff));
  background-image: -webkit-linear-gradient(top, #f3f3f3, #ffffff);
  background-image: -moz-linear-gradient(top, #f3f3f3, #ffffff);
  background-image: -o-linear-gradient(top, #f3f3f3, #ffffff);
  background-image: linear-gradient(top, #f3f3f3, #ffffff);
}

/* line 129, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_forms.scss */
textarea {
  border: 1px solid #d6d6d6;
  font-size: 11px;
  height: 175px;
  text-indent: 13px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f3f3f3), color-stop(100%, #ffffff));
  background-image: -webkit-linear-gradient(top, #f3f3f3, #ffffff);
  background-image: -moz-linear-gradient(top, #f3f3f3, #ffffff);
  background-image: -o-linear-gradient(top, #f3f3f3, #ffffff);
  background-image: linear-gradient(top, #f3f3f3, #ffffff);
}

/* line 140, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_forms.scss */
.input--medium {
  height: 37px;
}

/* line 146, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_forms.scss */
.content form ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}
/* line 149, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_forms.scss */
.content form ul li {
  clear: both;
}
/* line 152, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_forms.scss */
.content form ul li:before {
  display: none;
}
/* line 159, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_forms.scss */
.content .btn {
  margin-right: 20px;
}

/* line 164, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_forms.scss */
.form__label {
  width: 155px;
  margin-right: 20px;
  display: inline;
  float: left;
  text-align: right;
  margin-top: 9px;
}

/* line 172, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_forms.scss */
.form--suggestion__label {
  width: 55px;
  text-align: left;
}

/* line 177, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_forms.scss */
.suggestion-form__submit {
  margin-right: 115px !important;
}

/* line 182, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_forms.scss */
label em {
  color: #ff0000;
}

/* line 187, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_forms.scss */
.form__element {
  display: inline;
  float: left;
  width: 470px;
}
/* line 192, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_forms.scss */
.form__element input,
.form__element textarea {
  background: #fff;
  border-color: #d1d7e2;
}
/* line 197, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_forms.scss */
.form__element textarea {
  padding: 10px 13px;
  text-indent: 0;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
/* line 204, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_forms.scss */
.form__element textarea:focus {
  border: 1px solid #b2b2b2;
  outline: none;
}
/* line 211, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_forms.scss */
.form__element label {
  margin-left: 5px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
/* line 216, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_forms.scss */
.form__element input[type="radio"] {
  margin-right: 7px;
}

/* line 221, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_forms.scss */
.separator {
  margin-bottom: 35px !important;
}

/* line 227, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_forms.scss */
.content input,
.content select {
  height: 37px;
}

/* line 232, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_forms.scss */
.description {
  text-align: left;
  font-size: 11px;
  font-style: italic;
  margin-top: 0;
  margin-bottom: 5px;
  line-height: 14px !important;
}

/* line 243, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_forms.scss */
.upload-form .form__element {
  width: 430px !important;
}
/* line 245, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_forms.scss */
.upload-form .form__element label {
  margin-bottom: 8px;
  display: block;
}

/* line 253, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_forms.scss */
.reset-password-form {
  width: 660px;
}

/*======================================================================
  Selectric
======================================================================*/
/* line 261, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_forms.scss */
.selectricWrapper {
  position: relative;
  margin: 0 0 10px;
  width: 300px;
  cursor: pointer;
}

/* line 268, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_forms.scss */
.selectricResponsive {
  width: 100%;
}

/* line 272, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_forms.scss */
.selectric {
  border: 1px solid #DDD;
  background: #ffffff;
  position: relative;
  border-radius: 2px;
}

/* line 279, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_forms.scss */
.selectric .label, .selectric .label--orange, .selectric .label--blue, .selectric .label--grey, .selectric .label--green {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 30px 0 0;
  padding: 6px;
  font-size: 12px;
  line-height: 18px;
  color: #444;
  min-height: 18px;
}

/* line 291, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_forms.scss */
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background: #273768;
  color: #fff;
  text-align: center;
  font: 0/0 a;
  /* IE Fix */
  *font: 20px/30px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

/* line 306, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_forms.scss */
.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #fff;
  border-bottom: none;
}

/* line 321, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_forms.scss */
.selectricHover .selectric {
  border-color: #CCC;
}

/* line 325, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_forms.scss */
.selectricHover .selectric .button {
  color: #fff;
}

/* line 329, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_forms.scss */
.selectricHover .selectric .button:after {
  border-top-color: #fff;
}

/* line 333, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_forms.scss */
.selectricOpen {
  z-index: 9999;
}

/* line 337, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_forms.scss */
.selectricOpen .selectric {
  border-color: #CCC;
  background: #ffffff;
  z-index: 9999;
}

/* line 343, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_forms.scss */
.selectricOpen .selectricItems {
  display: block;
}

/* line 347, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_forms.scss */
.selectricDisabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 358, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_forms.scss */
.selectricHideSelect {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

/* line 365, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_forms.scss */
.selectricHideSelect select {
  position: absolute;
  left: -100%;
  display: none;
}

/* line 371, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_forms.scss */
.selectricInput {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

/* line 387, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_forms.scss */
.selectricTempShow {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
/* line 395, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_forms.scss */
.selectricItems {
  display: none;
  position: absolute;
  overflow: auto;
  top: 100%;
  left: 0;
  background: #ffffff;
  border: 1px solid #CCC;
  z-index: 9998;
  -webkit-box-shadow: 0 0 10px -6px;
  box-shadow: 0 0 10px -6px;
}

/* line 409, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_forms.scss */
.selectricItems ul,
.selectricItems li {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}

/* line 418, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_forms.scss */
.selectricItems li {
  display: block;
  padding: 5px !important;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #EEE;
  color: #666;
  cursor: pointer;
}

/* line 427, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_forms.scss */
.selectricItems li.selected {
  background: #2e3941;
  color: #fff;
  border-top-color: #2e3941;
}

/* line 433, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_forms.scss */
.selectricItems li:hover {
  background: #2e3941;
  color: #fff;
}

/* line 438, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_forms.scss */
.selectricItems li.disabled {
  background: #F5F5F5;
  color: #BBB;
  border-top-color: #FAFAFA;
  cursor: default;
}

/* line 1, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_buttons.scss */
.btn {
  font-size: 14px;
  color: #fff;
  padding: 10px 20px;
  text-transform: uppercase;
}

/* line 9, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_buttons.scss */
.btn--green {
  background-color: #276e30;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF3F8247', endColorstr='#FF276E30');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNmODI0NyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI3NmUzMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3f8247), color-stop(100%, #276e30));
  background-image: -webkit-linear-gradient(top, #3f8247, #276e30);
  background-image: -moz-linear-gradient(top, #3f8247, #276e30);
  background-image: -o-linear-gradient(top, #3f8247, #276e30);
  background-image: linear-gradient(top, #3f8247, #276e30);
}

/* line 15, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_buttons.scss */
.btn--blue {
  background-color: #263667;
}

/* line 19, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_buttons.scss */
.btn--medium {
  padding: 12px 20px 11px 20px;
}

/* line 23, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_buttons.scss */
.btn--grey {
  padding: 5px 10px;
  border: 1px solid #ebebed;
  background: #f7f8fa;
  color: #414143;
  font-size: 11px;
}
/* line 30, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_buttons.scss */
.btn--grey i {
  position: relative;
  margin-bottom: -7px;
  margin-left: 5px;
  top: -5px;
}

/* line 43, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_buttons.scss */
.btn--link .btn--link__text {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  padding: 5px 20px;
  margin-right: -3px;
  width: 192px;
  background: #273866;
  color: #fff;
  position: relative;
  z-index: 10;
}
/* line 53, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_buttons.scss */
.btn--link .btn--link__text:hover {
  text-decoration: underline;
}
/* line 58, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_buttons.scss */
.btn--link .btn--link__icon {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  position: relative;
  z-index: 20;
}
/* line 64, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_buttons.scss */
.btn--link .btn--link__icon--staple {
  margin-right: -10px;
}

/* line 1, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_cookie.scss */
.cookieinfo {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
  position: fixed;
  z-index: 2000;
  background: #fff;
  height: auto;
  padding: 20px;
  bottom: 0;
  border-top: 1px solid #e5e5e5;
  text-align: center;
}

/* line 14, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_cookie.scss */
.cookieinfo p {
  position: relative;
  margin: 0;
}

/* line 18, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_cookie.scss */
.cookieinfo p strong {
  font-weight: normal;
  text-transform: uppercase;
}

/* line 22, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_cookie.scss */
.cookieinfo #close-cookie {
  position: absolute;
  top: 0;
  right: 0;
  text-decoration: none;
}

/* line 28, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_cookie.scss */
.cookieinfo #close-cookie span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 1px solid #23742a;
  padding: 2px;
  line-height: 9px;
  margin-left: 5px;
  text-indent: 1px;
}

/* line 39, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_cookie.scss */
.cookieinfo a {
  color: #23742a !important;
}

/* line 43, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_cookie.scss */
.cookieinfo a:hover {
  text-decoration: underline !important;
}

/* line 47, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_cookie.scss */
.cookieinfo #close-cookie:hover {
  text-decoration: none;
}

/* line 50, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_cookie.scss */
.cookieinfo #close-cookie:hover span {
  color: #fff;
  background: #23742a;
}

/* line 55, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_cookie.scss */
.cookies-list {
  margin-bottom: 15px;
}

/* line 59, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_cookie.scss */
.cookies-list li {
  font-size: 12px;
  margin: 0 0 7px 0;
  line-height: 16px;
}

/* line 65, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/modules/_cookie.scss */
.cookies-list ul ul {
  padding: 0 0 0 15px;
  margin: 7px 0 3px 0;
}

/* line 1, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_content.scss */
h3 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
}
/* line 7, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_content.scss */
h3:after {
  content: "";
  display: block;
  width: 45px;
  height: 2px;
  background: #07416f;
  position: absolute;
  bottom: -8px;
  left: 0;
}

/* line 19, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_content.scss */
.label, .label--orange, .label--blue, .label--grey, .label--green {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  font-size: 10px;
  line-height: 10px;
  padding: 2px 3px;
  margin-top: -1px;
}

/* line 27, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_content.scss */
.label--medium {
  padding: 4px 6px;
}

/* line 31, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_content.scss */
.label--orange {
  background: #efad19;
  color: #fff;
}

/* line 37, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_content.scss */
.label--blue {
  background: #24386b;
  color: #fff;
  font-size: 13px;
  padding: 8px 12px;
  margin-top: 10px;
}

/* line 47, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_content.scss */
.label--grey {
  background: #b3b5bb;
  color: #fff;
}

/* line 53, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_content.scss */
.label--green {
  background: #23742a;
  color: #fff;
}

/* line 61, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_content.scss */
.content p {
  line-height: 20px;
}
/* line 65, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_content.scss */
.content h1, .content h2, .content h3, .content h4, .content h5 {
  position: relative;
  margin-bottom: 25px;
  margin-top: 35px;
}
/* line 70, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_content.scss */
.content h1:after, .content h2:after, .content h3:after, .content h4:after, .content h5:after {
  content: "";
  display: block;
  width: 45px;
  height: 2px;
  background: #07416f;
  position: absolute;
  bottom: -8px;
  left: 0;
}
/* line 82, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_content.scss */
.content h1 {
  font-size: 20px;
  line-height: 24px;
  color: #29427b;
  font-weight: 600;
  text-transform: uppercase;
}
/* line 90, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_content.scss */
.content h2 {
  font-size: 17px;
  line-height: 21px;
  color: #1e2740;
  font-weight: 400;
}
/* line 97, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_content.scss */
.content h3 {
  font-size: 15px;
  line-height: 19px;
  color: #1e2740;
  font-weight: 400;
}
/* line 104, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_content.scss */
.content h4 {
  font-size: 13px;
  line-height: 17px;
  color: #1e2740;
  font-weight: 600;
}
/* line 111, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_content.scss */
.content ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 0 0 0 40px;
}
/* line 119, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_content.scss */
.content ul li:before {
  content: "";
  margin: 7px 10px 0 -16px;
  float: left;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
/* line 130, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_content.scss */
.content li {
  margin-bottom: 7px;
}
/* line 134, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_content.scss */
.content table {
  margin-bottom: 25px;
}
/* line 138, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_content.scss */
.content table h2 {
  font-size: 15px;
  line-height: 19px;
  color: #273866;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 5px;
}
/* line 145, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_content.scss */
.content table h2:after {
  display: none;
}
/* line 150, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_content.scss */
.content table p {
  margin: 0 0 5px 0;
}
/* line 154, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_content.scss */
.content table th, .content table td {
  padding: 10px;
  border: 1px solid #e8ebef;
}
/* line 159, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_content.scss */
.content table th {
  background: #e8ebef;
  border-color: #ffffff;
  font-weight: 400;
}
/* line 164, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_content.scss */
.content table th:first-child {
  border-left-color: #e8ebef;
}
/* line 168, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_content.scss */
.content table th:last-child {
  border-right-color: #e8ebef;
}
/* line 178, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_content.scss */
.content .second-table {
  border: 1px solid #e8ebef;
  margin-top: 87px;
}
/* line 181, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_content.scss */
.content .second-table th {
  border-top: 1px solid #e8ebef;
  background: none;
  font-size: 12px;
  font-weight: 600;
  padding: 8px 8px 3px;
}
/* line 189, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_content.scss */
.content .second-table td {
  font-size: 11px;
  padding: 0 !important;
  border: 0;
}
/* line 195, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_content.scss */
.content .second-table span {
  margin-top: 5px;
  display: block;
}
/* line 200, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_content.scss */
.content .second-table td:first-child {
  text-align: center;
}
/* line 202, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_content.scss */
.content .second-table td:first-child span {
  padding: 3px 0;
  background: #273866;
  color: #fff;
}
/* line 209, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_content.scss */
.content .second-table td:last-child span {
  padding: 3px 8px;
  background: #e9e9eb;
  color: #343434;
}
/* line 217, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_content.scss */
.content .small {
  font-size: 11px;
  line-height: 14px;
}
/* line 222, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_content.scss */
.content .tac {
  text-align: center;
}
/* line 226, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_content.scss */
.content .orange {
  color: #f78c1d;
}
/* line 230, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_content.scss */
.content strong {
  font-weight: 700;
}

/* line 235, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_content.scss */
.gallery-item {
  display: inline;
  float: left;
  margin-right: 20px;
  -webkit-box-shadow: 0 0 5px #c8c8c8;
  -moz-box-shadow: 0 0 5px #c8c8c8;
  box-shadow: 0 0 5px #c8c8c8;
}
/* line 240, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_content.scss */
.gallery-item a {
  display: block;
  line-height: 0;
}

/* line 247, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_content.scss */
.gallery-columns-5 .gallery-item:nth-child(5n+5) {
  margin-right: 0;
}

/* line 252, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_content.scss */
h2.blue {
  color: #273866;
}
/* line 255, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_content.scss */
h2.blue:after {
  display: none;
}

/* line 1, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_reval.scss */
.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: black;
  background: rgba(0, 0, 0, 0.45);
  z-index: 98;
  display: none;
  top: 0;
  left: 0;
}

/* line 12, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_reval.scss */
.reveal-modal {
  visibility: hidden;
  display: none;
  position: absolute;
  left: 50%;
  z-index: 999;
  height: auto;
  margin-left: -280px;
  width: 560px;
  background-color: white;
  padding: 1.75rem 2.25rem;
  border: solid 1px #666666;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  top: 6.25rem;
}

/* line 28, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_reval.scss */
.reveal-modal .column,
.reveal-modal .columns {
  min-width: 0;
}

/* line 30, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_reval.scss */
.reveal-modal > :first-child {
  margin-top: 0;
}

/* line 32, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_reval.scss */
.reveal-modal > :last-child {
  margin-bottom: 0;
}

/* line 34, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_reval.scss */
.reveal-modal .close-reveal-modal {
  font-size: 1.375rem;
  line-height: 1;
  position: absolute;
  top: 0.5rem;
  right: 0.6875rem;
  color: #aaaaaa;
  font-weight: bold;
  cursor: pointer;
}

@media print {
  /* line 45, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_reval.scss */
  .reveal-modal {
    background: white !important;
  }
}
/* line 50, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_reval.scss */
.lt-ie9 .reveal-modal {
  top: 10px !important;
  position: fixed !important;
}

/* line 1, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_header.scss */
.logo {
  margin-top: 30px;
  margin-bottom: 0;
  margin-left: -5px;
}

/* line 7, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_header.scss */
.header--primary {
  background: #fff;
  margin-bottom: 30px;
}
/* line 9, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_header.scss */
.header--primary > div {
  background: url("../img/bg.png") no-repeat 127px 0;
}

/* line 15, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_header.scss */
.search-form {
  float: left;
  margin-left: -150px;
  margin-top: 60px;
  width: 195px;
  position: relative;
}
/* line 18, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_header.scss */
.search-form ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}

/* line 27, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_header.scss */
.search-form__input {
  width: 100%;
}

/* line 31, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_header.scss */
.search-form__submit {
  border: 0;
  background: none;
  line-height: 0;
  padding: 8px;
  position: absolute;
  top: 0;
  right: 0;
}

/* line 41, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_header.scss */
.tools {
  text-align: right;
  float: right;
  width: 490px;
  margin-left: -200px;
}

/* line 49, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_header.scss */
.lang ul, .usr ul, .fast ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}

/* line 56, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_header.scss */
.lang, .usr {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}

/* line 60, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_header.scss */
.fast {
  float: right;
}

/* line 64, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_header.scss */
.lang {
  margin-top: 6px;
  line-height: 7px;
  height: 10px;
}
/* line 68, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_header.scss */
.lang a {
  font-size: 10px;
  color: #a6a6a6;
  line-height: 10px;
  margin-right: 3px;
}
/* line 74, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_header.scss */
.lang li {
  border-right: 1px solid #a6a6a6;
  line-height: 7px;
}
/* line 77, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_header.scss */
.lang li:last-child {
  border: 0;
}
/* line 79, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_header.scss */
.lang li:last-child a {
  margin: 0;
}
/* line 85, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_header.scss */
.lang .active a {
  color: #2c3740;
}

/* line 91, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_header.scss */
.usr {
  position: relative;
  padding: 6px 17px;
  background: #2c3740;
  margin-left: 30px;
  float: right;
  margin-right: 15px;
}
/* line 99, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_header.scss */
.usr ul {
  line-height: 8px;
}
/* line 103, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_header.scss */
.usr li {
  line-height: 8px;
  border-right: 1px solid #d5d6d7;
  margin-right: 17px;
  padding-right: 17px;
}
/* line 108, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_header.scss */
.usr li:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}
/* line 114, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_header.scss */
.usr a {
  font-size: 11px;
  line-height: 11px;
  color: #d5d6d7;
}
/* line 120, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_header.scss */
.usr:after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  right: -12px;
  top: 0;
  border-style: solid;
  border-width: 24px 12px 0 0;
  border-color: #2c3740 transparent transparent transparent;
}
/* line 132, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_header.scss */
.usr:before {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  left: -12px;
  top: 0;
  border-style: solid;
  border-width: 0 12px 24px 0;
  border-color: transparent #2c3740 transparent transparent;
}

/* line 145, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_header.scss */
.welcome {
  margin-left: 20px;
  font-size: 11px;
  line-height: 11px;
  margin-top: 4px;
  float: right;
}

/* line 157, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_header.scss */
.welcome,
.welcome__icon,
.welcome__name {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}

/* line 162, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_header.scss */
.welcome__name a {
  color: #2c3740;
  font-weight: 600;
}

/* line 168, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_header.scss */
.fast {
  margin-top: 30px;
  clear: both;
}
/* line 171, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_header.scss */
.fast ul {
  text-align: right;
}
/* line 174, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_header.scss */
.fast li {
  text-align: center;
  margin-right: 15px;
}
/* line 177, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_header.scss */
.fast li:last-child {
  margin-right: 5px;
}
/* line 181, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_header.scss */
.fast a {
  font-size: 11px;
  color: #38393b;
}
/* line 185, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_header.scss */
.fast i {
  margin-bottom: 5px;
}
/* line 188, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_header.scss */
.fast span {
  display: block;
}

/* line 193, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_header.scss */
.fast__suggestion {
  position: relative;
  margin-right: 30px !important;
}
/* line 199, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_header.scss */
.fast__suggestion:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #d6d6d6;
  right: -15px;
  top: 50%;
  margin-top: -32.5px;
}

/* line 243, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_header.scss */
.lt-ie9 .nav--primary .level-0 > li > a {
  padding: 14px 14px;
}

/* line 251, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_header.scss */
.nav--primary {
  clear: both;
}
/* line 253, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_header.scss */
.nav--primary > ul {
  position: relative;
  height: 41px;
  border-top: 1px solid #9ba0a4;
  border-bottom: 1px solid #9ba0a4;
  line-height: 10px;
}
/* line 268, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_header.scss */
.nav--primary .level-0 > .current-menu-ancestor:hover > a,
.nav--primary .level-0 > .current-menu-parent:hover > a,
.nav--primary .level-0 > .current-menu-item:hover > a {
  border-top: 0;
}
/* line 273, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_header.scss */
.nav--primary .level-0 > .current-menu-ancestor > a,
.nav--primary .level-0 > .current-menu-parent > a,
.nav--primary .level-0 > .current-menu-item > a {
  margin-top: -3px;
  border-top: 3px solid #2e3941;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZWJlYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e9ebec), color-stop(100%, #f7f7f7));
  background-image: -webkit-linear-gradient(top, #e9ebec 0%, #f7f7f7 100%);
  background-image: -moz-linear-gradient(top, #e9ebec 0%, #f7f7f7 100%);
  background-image: -o-linear-gradient(top, #e9ebec 0%, #f7f7f7 100%);
  background-image: linear-gradient(top, #e9ebec 0%, #f7f7f7 100%);
}
/* line 281, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_header.scss */
.nav--primary .level-0 > li {
  line-height: 10px;
  overflow: visible;
}
/* line 285, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_header.scss */
.nav--primary .level-0 > li > a {
  position: relative;
  line-height: 13px;
  font-size: 13px;
  color: #2c3740;
  text-transform: uppercase;
  font-weight: 600;
  padding: 14px 19px;
  z-index: 110;
}
/* line 297, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_header.scss */
.nav--primary .level-0 > li:first-child:before, .nav--primary .level-0 > li:first-child:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
}
/* line 306, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_header.scss */
.nav--primary .level-0 > li:first-child:before, .nav--primary .level-0 > li:first-child:after {
  background-color: #ffffff;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iNTAlIiB4Mj0iMTAwJSIgeTI9IjUwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzliYTBhNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #ffffff), color-stop(100%, #9ba0a4));
  background-image: -webkit-linear-gradient(left, #ffffff 0%, #9ba0a4 100%);
  background-image: -moz-linear-gradient(left, #ffffff 0%, #9ba0a4 100%);
  background-image: -o-linear-gradient(left, #ffffff 0%, #9ba0a4 100%);
  background-image: linear-gradient(left, #ffffff 0%, #9ba0a4 100%);
  left: -60px;
}
/* line 312, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_header.scss */
.nav--primary .level-0 > li:first-child:before {
  top: -1px;
}
/* line 316, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_header.scss */
.nav--primary .level-0 > li:first-child:after {
  bottom: -1px;
}
/* line 322, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_header.scss */
.nav--primary .level-0 > li:hover > a {
  background: #2e3941;
  color: #fff;
  text-decoration: none;
  margin-top: -3px;
  padding-top: 17px;
}
/* line 332, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_header.scss */
.nav--primary .level-0:before, .nav--primary .level-0:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
}
/* line 339, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_header.scss */
.nav--primary .level-0:before, .nav--primary .level-0:after {
  background-color: #ffffff;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iNTAlIiB4Mj0iMTAwJSIgeTI9IjUwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzliYTBhNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #9ba0a4), color-stop(100%, #ffffff));
  background-image: -webkit-linear-gradient(left, #9ba0a4 0%, #ffffff 100%);
  background-image: -moz-linear-gradient(left, #9ba0a4 0%, #ffffff 100%);
  background-image: -o-linear-gradient(left, #9ba0a4 0%, #ffffff 100%);
  background-image: linear-gradient(left, #9ba0a4 0%, #ffffff 100%);
  right: -60px;
}
/* line 345, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_header.scss */
.nav--primary .level-0:before {
  top: -1px;
}
/* line 349, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_header.scss */
.nav--primary .level-0:after {
  bottom: -1px;
}
/* line 354, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_header.scss */
.nav--primary .level-1 {
  z-index: 100;
  padding: 8px 0;
  background: #fff;
  -webkit-box-shadow: 0 0 10px #acacac;
  -moz-box-shadow: 0 0 10px #acacac;
  box-shadow: 0 0 10px #acacac;
}
/* line 363, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_header.scss */
.nav--primary .level-1 > li {
  position: relative;
}
/* line 366, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_header.scss */
.nav--primary .level-1 > li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #e6e7e8;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iNTAlIiB4Mj0iMTAwJSIgeTI9IjUwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iNSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U2ZTdlOCIvPjxzdG9wIG9mZnNldD0iOTUlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #ffffff), color-stop(5%, #ffffff), color-stop(50%, #e6e7e8), color-stop(95%, #ffffff), color-stop(100%, #ffffff));
  background-image: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 5%, #e6e7e8 50%, #ffffff 95%, #ffffff 100%);
  background-image: -moz-linear-gradient(left, #ffffff 0%, #ffffff 5%, #e6e7e8 50%, #ffffff 95%, #ffffff 100%);
  background-image: -o-linear-gradient(left, #ffffff 0%, #ffffff 5%, #e6e7e8 50%, #ffffff 95%, #ffffff 100%);
  background-image: linear-gradient(left, #ffffff 0%, #ffffff 5%, #e6e7e8 50%, #ffffff 95%, #ffffff 100%);
}
/* line 377, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_header.scss */
.nav--primary .level-1 > li:last-child:after {
  display: none;
}
/* line 382, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_header.scss */
.nav--primary .level-1 > li > a {
  white-space: nowrap;
  font-size: 13px;
  color: #2e3941;
  padding: 13px 46px 13px 19px;
}

/* line 1, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_breadcrumb.scss */
.breadcrumb {
  position: relative;
  z-index: 10;
  margin-top: -15px;
  margin-bottom: 30px;
  margin-left: 15px;
  font-size: 11px;
}
/* line 14, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_breadcrumb.scss */
.breadcrumb li {
  line-height: 8px;
  margin-right: 5px;
}
/* line 18, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_breadcrumb.scss */
.breadcrumb li:after {
  content: "/";
  position: relative;
  top: 2px;
  margin-left: 10px;
  color: #808080;
}
/* line 27, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_breadcrumb.scss */
.breadcrumb li:last-child:after {
  display: none;
}
/* line 33, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_breadcrumb.scss */
.breadcrumb i {
  vertical-align: middle;
  position: relative;
  top: -1px;
}
/* line 39, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_breadcrumb.scss */
.breadcrumb a, .breadcrumb span {
  line-height: 11px;
}
/* line 43, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_breadcrumb.scss */
.breadcrumb span {
  color: #808080;
}

/* line 1, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_aside.scss */
.aside--primary {
  width: 240px;
  margin-top: -7px;
  display: inline;
  float: left;
}

/* line 7, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_aside.scss */
.aside--right {
  display: inline;
  float: right;
  position: relative;
  z-index: 10;
  padding-left: 30px;
  width: 236px;
}
/* line 14, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_aside.scss */
.aside--right h3 {
  color: #273866 !important;
}
/* line 16, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_aside.scss */
.aside--right h3:after {
  display: none;
}

/* line 22, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_aside.scss */
.nav--aside {
  margin-bottom: 60px;
}
/* line 34, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_aside.scss */
.nav--aside .level-0 > .current-menu-ancestor,
.nav--aside .level-0 > .current-menu-parent,
.nav--aside .level-0 > .current-menu-item {
  border-bottom: 0;
}
/* line 38, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_aside.scss */
.nav--aside .level-0 > .current-menu-ancestor > a,
.nav--aside .level-0 > .current-menu-parent > a,
.nav--aside .level-0 > .current-menu-item > a {
  background: #2e3941;
  color: #fff;
  text-decoration: none;
  padding-bottom: 7px;
}
/* line 44, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_aside.scss */
.nav--aside .level-0 > .current-menu-ancestor > a:after,
.nav--aside .level-0 > .current-menu-parent > a:after,
.nav--aside .level-0 > .current-menu-item > a:after {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
}
/* line 54, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_aside.scss */
.nav--aside .level-0 > li {
  border-bottom: 1px dashed #dadce0;
}
/* line 56, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_aside.scss */
.nav--aside .level-0 > li:hover {
  border-bottom: 0;
}
/* line 60, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_aside.scss */
.nav--aside .level-0 > li > a {
  position: relative;
  font-size: 13px;
  color: #1e2740;
  padding: 7px 15px 6px;
}
/* line 66, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_aside.scss */
.nav--aside .level-0 > li > a:hover {
  background: #2e3941;
  color: #fff;
  text-decoration: none;
  padding-bottom: 7px;
}
/* line 72, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_aside.scss */
.nav--aside .level-0 > li > a:hover:after {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
}
/* line 84, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_aside.scss */
.nav--aside .level-1 {
  margin-top: 5px;
  margin-bottom: 10px;
}
/* line 87, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_aside.scss */
.nav--aside .level-1 > li {
  padding-left: 30px;
  margin-bottom: 5px;
}

/* line 95, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_aside.scss */
.aside__item h3 {
  color: #1e2740;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 35px;
  margin-top: 9px;
}
/* line 102, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_aside.scss */
.aside__item h3:after {
  content: "";
  display: block;
  width: 45px;
  height: 2px;
  background: #07416f;
  position: absolute;
  bottom: -8px;
  left: 0;
}

/* line 121, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_aside.scss */
.publications {
  position: relative;
  z-index: 10;
}

/* line 126, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_aside.scss */
.publications__items {
  position: relative;
  z-index: 10;
  overflow: hidden;
  width: 240px;
  height: 240px;
}

/* line 134, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_aside.scss */
.publications__item {
  float: left;
  width: 180px;
}

/* line 140, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_aside.scss */
.home .publications__item {
  width: 225px;
}

/* line 146, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_aside.scss */
.vo-carousel-nav-previous,
.vo-carousel-nav-next {
  margin-top: -40px;
  top: 50%;
  position: absolute;
  z-index: 30;
}

/* line 153, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_aside.scss */
.publiactions__left {
  left: 10px;
}

/* line 157, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_aside.scss */
.vo-carousel-nav-next {
  right: 10px;
}

/* line 161, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_aside.scss */
.vo-carousel-overflow {
  overflow: hidden;
  height: 100%;
}

/* line 166, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_aside.scss */
.vo-carousel-container {
  width: 1000px;
  height: 100%;
}

/* line 1, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_footer.scss */
.footer--primary {
  position: relative;
  padding-top: 30px;
  background: #2c3740;
}

/* line 7, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_footer.scss */
.layout-watermark-blue {
  position: absolute;
  top: -308px;
  right: -114px;
  z-index: -1;
}

/* line 14, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_footer.scss */
.nav--footer, .nav--footer-aside {
  display: inline;
  float: left;
}
/* line 19, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_footer.scss */
.nav--footer .level-0 > li > a, .nav--footer-aside .level-0 > li > a {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}
/* line 27, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_footer.scss */
.nav--footer a, .nav--footer-aside a {
  color: #fff;
}

/* line 32, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_footer.scss */
.nav--footer {
  width: 600px;
  margin-bottom: 25px;
}
/* line 38, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_footer.scss */
.nav--footer .level-0 > li {
  margin-right: 25px;
  vertical-align: top;
}
/* line 42, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_footer.scss */
.nav--footer .level-0 > li:last-child {
  margin-right: 0;
}
/* line 46, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_footer.scss */
.nav--footer .level-0 > li > a {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}
/* line 54, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_footer.scss */
.nav--footer .level-1 {
  margin-top: 10px;
  margin-left: 5px;
  list-style: disc;
}
/* line 60, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_footer.scss */
.nav--footer .level-1 > li {
  position: relative;
  margin-bottom: 3px;
}
/* line 64, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_footer.scss */
.nav--footer .level-1 > li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
}
/* line 72, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_footer.scss */
.nav--footer .level-1 > li > a {
  padding-left: 10px;
  font-size: 11px;
}

/* line 80, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_footer.scss */
.nav--footer-aside {
  position: relative;
  width: 140px;
  margin-right: 30px;
  margin-bottom: 25px;
}
/* line 89, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_footer.scss */
.nav--footer-aside .level-0 > li {
  margin-bottom: 7px;
}
/* line 94, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_footer.scss */
.nav--footer-aside:after, .nav--footer-aside:before {
  content: "";
  position: absolute;
  top: -15px;
  width: 1px;
  height: 130px;
}
/* line 102, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_footer.scss */
.nav--footer-aside:before {
  background: #000;
  right: 0;
  background-color: #49525a;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzM2Q0NiIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjNDk1MjVhIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMzMzZDQ2Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #333d46), color-stop(50%, #49525a), color-stop(100%, #333d46));
  background-image: -webkit-linear-gradient(top, #333d46 0%, #49525a 50%, #333d46 100%);
  background-image: -moz-linear-gradient(top, #333d46 0%, #49525a 50%, #333d46 100%);
  background-image: -o-linear-gradient(top, #333d46 0%, #49525a 50%, #333d46 100%);
  background-image: linear-gradient(top, #333d46 0%, #49525a 50%, #333d46 100%);
}
/* line 109, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_footer.scss */
.nav--footer-aside:after {
  background: #fff;
  right: -1px;
  background-color: #191f24;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI3MzEzOSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMTkxZjI0Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMjczMTM5Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #273139), color-stop(50%, #191f24), color-stop(100%, #273139));
  background-image: -webkit-linear-gradient(top, #273139 0%, #191f24 50%, #273139 100%);
  background-image: -moz-linear-gradient(top, #273139 0%, #191f24 50%, #273139 100%);
  background-image: -o-linear-gradient(top, #273139 0%, #191f24 50%, #273139 100%);
  background-image: linear-gradient(top, #273139 0%, #191f24 50%, #273139 100%);
}

/* line 120, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_footer.scss */
.contact {
  width: 210px;
  color: #fff;
  font-size: 11px;
  margin-bottom: 45px;
  display: inline;
  float: right;
}
/* line 127, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_footer.scss */
.contact h4 {
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
}
/* line 134, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_footer.scss */
.contact ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}
/* line 139, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_footer.scss */
.contact li {
  margin-bottom: 5px;
}
/* line 143, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_footer.scss */
.contact i {
  margin-right: 5px;
  vertical-align: bottom;
}

/* line 149, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_footer.scss */
.copy {
  clear: both;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #afb3bf;
  font-size: 9px;
  text-transform: uppercase;
  background-color: #38424e;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iNTAlIiB4Mj0iMTAwJSIgeTI9IjUwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJjMzc0MCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMzg0MjRlIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMmMzNzQwIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #2c3740), color-stop(50%, #38424e), color-stop(100%, #2c3740));
  background-image: -webkit-linear-gradient(left, #2c3740 0%, #38424e 50%, #2c3740 100%);
  background-image: -moz-linear-gradient(left, #2c3740 0%, #38424e 50%, #2c3740 100%);
  background-image: -o-linear-gradient(left, #2c3740 0%, #38424e 50%, #2c3740 100%);
  background-image: linear-gradient(left, #2c3740 0%, #38424e 50%, #2c3740 100%);
}
/* line 161, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_footer.scss */
.copy a {
  position: relative;
  top: 1px;
  margin-left: 5px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
/* line 168, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_footer.scss */
.copy p {
  margin: 0;
}

/* line 174, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_footer.scss */
.financial-support {
  color: #fff;
  clear: both;
  text-align: center;
  margin-top: 25px;
  padding: 15px 0;
  font-weight: 300;
  position: relative;
  font-size: 12px;
}
/* line 185, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_footer.scss */
.financial-support:after, .financial-support:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
}
/* line 193, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_footer.scss */
.financial-support:before {
  background: #000;
  top: 0;
  background-color: #49525a;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iNTAlIiB4Mj0iMTAwJSIgeTI9IjUwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzM2Q0NiIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjNDk1MjVhIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMzMzZDQ2Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #333d46), color-stop(50%, #49525a), color-stop(100%, #333d46));
  background-image: -webkit-linear-gradient(left, #333d46 0%, #49525a 50%, #333d46 100%);
  background-image: -moz-linear-gradient(left, #333d46 0%, #49525a 50%, #333d46 100%);
  background-image: -o-linear-gradient(left, #333d46 0%, #49525a 50%, #333d46 100%);
  background-image: linear-gradient(left, #333d46 0%, #49525a 50%, #333d46 100%);
}
/* line 200, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_footer.scss */
.financial-support:after {
  background: #fff;
  top: -1px;
  background-color: #191f24;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iNTAlIiB4Mj0iMTAwJSIgeTI9IjUwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI3MzEzOSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMTkxZjI0Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMjczMTM5Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #273139), color-stop(50%, #191f24), color-stop(100%, #273139));
  background-image: -webkit-linear-gradient(left, #273139 0%, #191f24 50%, #273139 100%);
  background-image: -moz-linear-gradient(left, #273139 0%, #191f24 50%, #273139 100%);
  background-image: -o-linear-gradient(left, #273139 0%, #191f24 50%, #273139 100%);
  background-image: linear-gradient(left, #273139 0%, #191f24 50%, #273139 100%);
}

/* line 1, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_home.scss */
.pattern {
  background: url("../img/bg-header.jpg") no-repeat center 0;
  padding-top: 30px;
  margin-top: -30px;
  margin-bottom: 25px;
}

/* line 8, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_home.scss */
.event {
  float: right;
  width: 232px;
  padding-left: 34px;
  padding-right: 17px;
  margin-top: -30px;
  padding-top: 30px;
  background: #fff;
  height: 339px;
  -webkit-box-shadow: 0px 6px 15px #afafaf;
  -moz-box-shadow: 0px 6px 15px #afafaf;
  box-shadow: 0px 6px 15px #afafaf;
}

/* line 21, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_home.scss */
.event__more {
  font-size: 12px;
  text-transform: uppercase;
  vertical-align: bottom;
}

/* line 28, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_home.scss */
.content .event__items {
  margin: 0 0 0 0 !important;
  padding: 0 0 0 0 !important;
}
/* line 32, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_home.scss */
.content .event__items li:before {
  display: none;
}

/* line 39, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_home.scss */
.event__items {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  margin-top: 25px;
}

/* line 45, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_home.scss */
.event__item {
  padding: 6px 0;
  height: 70px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 232px;
}
/* line 51, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_home.scss */
.event__item:first-child {
  padding-top: 0;
}
/* line 55, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_home.scss */
.event__item > a {
  display: block;
  padding: 8px 15px 8px 32px;
  margin: -8px -15px -8px -32px;
}
/* line 63, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_home.scss */
.event__item > a:hover {
  text-decoration: none;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U3ZTllYyIvPjxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSIjZjlmOWY5Ii8+PHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiNmOWY5ZjkiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlN2U5ZWMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e7e9ec), color-stop(25%, #f9f9f9), color-stop(75%, #f9f9f9), color-stop(100%, #e7e9ec));
  background-image: -webkit-linear-gradient(top, #e7e9ec 0%, #f9f9f9 25%, #f9f9f9 75%, #e7e9ec 100%);
  background-image: -moz-linear-gradient(top, #e7e9ec 0%, #f9f9f9 25%, #f9f9f9 75%, #e7e9ec 100%);
  background-image: -o-linear-gradient(top, #e7e9ec 0%, #f9f9f9 25%, #f9f9f9 75%, #e7e9ec 100%);
  background-image: linear-gradient(top, #e7e9ec 0%, #f9f9f9 25%, #f9f9f9 75%, #e7e9ec 100%);
}
/* line 67, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_home.scss */
.event__item > a:hover .date {
  background: #2a3b68;
}
/* line 72, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_home.scss */
.event__item h4 {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  color: #000;
}

/* line 81, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_home.scss */
.event__item__media {
  margin-right: 10px;
}

/* line 90, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_home.scss */
.date {
  background: #b3b5bb;
  width: 50px;
  display: block;
  padding: 6px 0 4px 0;
}

/* line 98, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_home.scss */
.date__month,
.date__day {
  color: #fff;
  display: block;
  text-align: center;
  position: relative;
}

/* line 105, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_home.scss */
.date__month {
  text-transform: uppercase;
  margin-bottom: 7px;
  font-size: 13px;
  line-height: 13px;
}
/* line 110, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_home.scss */
.date__month:after {
  top: 16px;
  left: 50%;
  margin-left: -14px;
  position: absolute;
  display: block;
  content: "";
  height: 1px;
  width: 28px;
  background: #fff;
}

/* line 123, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_home.scss */
.date__day {
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
}

/* line 129, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_home.scss */
.content--home {
  float: left;
  width: 670px;
  margin-right: 25px;
  margin-bottom: 20px;
  position: relative;
}

/* line 139, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_home.scss */
.wrapper > .content--home:after {
  content: "";
  width: 544px;
  height: 586px;
  left: -290px;
  top: -25px;
  position: absolute;
  z-index: -1;
  background: url("../img/atom-bg.png") no-repeat 0 0;
}

/* line 152, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_home.scss */
.aside--home {
  width: 285px;
  float: right;
  margin-bottom: 20px;
}

/* line 160, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_home.scss */
.aside__section {
  margin-bottom: 30px;
}

/* line 169, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_home.scss */
.aside__section--membership li {
  margin-bottom: 10px;
}
/* line 173, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_home.scss */
.aside__section--membership i {
  margin-right: 10px;
}
/* line 177, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_home.scss */
.aside__section--membership a {
  color: #273866;
}
/* line 181, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_home.scss */
.aside__section--membership .group {
  margin-bottom: 25px;
}

/* line 187, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_home.scss */
.membership__box li {
  position: relative;
  margin-bottom: 0;
  margin-left: 13px;
}
/* line 191, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_home.scss */
.membership__box li a {
  padding: 8px 0 8px 13px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  font-weight: 600;
}
/* line 195, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_home.scss */
.membership__box li a span {
  font-weight: 600;
}
/* line 199, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_home.scss */
.membership__box li a:hover {
  text-decoration: none;
}
/* line 204, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_home.scss */
.membership__box li:after, .membership__box li:before {
  content: "";
  position: absolute;
  width: 215px;
  height: 1px;
  left: 50%;
  margin-left: -107.5px;
}
/* line 213, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_home.scss */
.membership__box li:after {
  bottom: 0;
  background-color: #fff;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iNTAlIiB4Mj0iMTAwJSIgeTI9IjUwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ViZWVmMiIvPjxzdG9wIG9mZnNldD0iMjAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PHN0b3Agb2Zmc2V0PSI4MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYmVlZjIiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #ebeef2), color-stop(20%, #ffffff), color-stop(80%, #ffffff), color-stop(100%, #ebeef2));
  background-image: -webkit-linear-gradient(left, #ebeef2 0%, #ffffff 20%, #ffffff 80%, #ebeef2 100%);
  background-image: -moz-linear-gradient(left, #ebeef2 0%, #ffffff 20%, #ffffff 80%, #ebeef2 100%);
  background-image: -o-linear-gradient(left, #ebeef2 0%, #ffffff 20%, #ffffff 80%, #ebeef2 100%);
  background-image: linear-gradient(left, #ebeef2 0%, #ffffff 20%, #ffffff 80%, #ebeef2 100%);
}
/* line 219, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_home.scss */
.membership__box li:before {
  top: 0;
  background-color: #dadbdf;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iNTAlIiB4Mj0iMTAwJSIgeTI9IjUwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ViZWVmMiIvPjxzdG9wIG9mZnNldD0iMjAlIiBzdG9wLWNvbG9yPSIjZGFkYmRmIi8+PHN0b3Agb2Zmc2V0PSI4MCUiIHN0b3AtY29sb3I9IiNkYWRiZGYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYmVlZjIiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #ebeef2), color-stop(20%, #dadbdf), color-stop(80%, #dadbdf), color-stop(100%, #ebeef2));
  background-image: -webkit-linear-gradient(left, #ebeef2 0%, #dadbdf 20%, #dadbdf 80%, #ebeef2 100%);
  background-image: -moz-linear-gradient(left, #ebeef2 0%, #dadbdf 20%, #dadbdf 80%, #ebeef2 100%);
  background-image: -o-linear-gradient(left, #ebeef2 0%, #dadbdf 20%, #dadbdf 80%, #ebeef2 100%);
  background-image: linear-gradient(left, #ebeef2 0%, #dadbdf 20%, #dadbdf 80%, #ebeef2 100%);
}
/* line 226, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_home.scss */
.membership__box li:first-child:before {
  display: none;
}
/* line 232, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_home.scss */
.membership__box li:last-child:after {
  display: none;
}
/* line 237, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_home.scss */
.membership__box li:hover {
  background: #fff;
}

/* line 250, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_home.scss */
.membership__member span {
  font-size: 11px;
  margin-top: -15px;
  display: block;
  margin-left: 50px;
}

/* line 258, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_home.scss */
.publications__items {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}

/* line 263, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_home.scss */
.publications__item {
  padding: 0 30px;
  font-size: 12px;
  text-align: center;
}
/* line 268, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_home.scss */
.publications__item img {
  margin-bottom: -70px;
}
/* line 272, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_home.scss */
.publications__item a {
  text-decoration: none;
  color: #1e2740;
}
/* line 277, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_home.scss */
.publications__item h4 {
  color: #1e2740;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}

/* line 285, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_home.scss */
.publications__item__proceedings {
  margin-bottom: 10px;
}

/* line 291, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_home.scss */
.publications__item .more-link {
  display: none;
}

/* line 296, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_home.scss */
.footer--home {
  clear: both;
}

/* line 301, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_home.scss */
.newsletter .group {
  margin-bottom: 10px;
}
/* line 304, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_home.scss */
.newsletter h4 {
  font-weight: 300;
  color: #273866;
  font-size: 16px;
  margin-top: 18px;
  margin-bottom: 6px;
}

/* line 315, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_home.scss */
.newsletter-form ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}

/* line 321, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_home.scss */
.newsletter-form__input {
  margin-right: -4px;
  width: 206px;
}

/* line 326, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_home.scss */
.banner {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
/* line 329, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_home.scss */
.banner a {
  line-height: 0;
  display: block;
}

/* line 335, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_home.scss */
.membership__box {
  border: 13px solid #ebeef2 !important;
  background: #ebeef2 !important;
  border-left-color: #ffb50e !important;
  border-top-width: 9px !important;
  border-bottom-width: 9px !important;
}

/* line 345, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_home.scss */
.content--home .news__item h4 {
  margin-bottom: 0;
}

/* line 1, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_news.scss */
.news {
  width: 610px;
}
/* line 3, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_news.scss */
.news .group {
  margin-bottom: 25px;
}

/* line 8, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_news.scss */
.news__more {
  font-size: 12px;
  text-transform: uppercase;
  vertical-align: bottom;
}

/* line 14, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_news.scss */
.news__item__img {
  margin-right: 25px;
}

/* line 18, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_news.scss */
.news__item {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px dashed #e5e5e5;
}
/* line 22, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_news.scss */
.news__item h4 {
  margin: 5px 0 15px 0;
}
/* line 24, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_news.scss */
.news__item h4 a {
  font-size: 14px;
  color: #000;
  font-weight: 600;
}
/* line 31, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_news.scss */
.news__item h2 {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}
/* line 36, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_news.scss */
.news__item h2:after {
  display: none;
}
/* line 39, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_news.scss */
.news__item h2 a {
  color: #223463;
}
/* line 44, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_news.scss */
.news__item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* line 51, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_news.scss */
.news__date {
  color: #8c8d8f;
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 0;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}

/* line 59, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_news.scss */
.news__items {
  position: relative;
}

/* line 64, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_news.scss */
.news--aside {
  width: 198px;
  margin-bottom: 25px;
}

/* line 69, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_news.scss */
.news__item--aside {
  border-bottom: 0;
  padding-bottom: 0;
}
/* line 70, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_news.scss */
.news__item--aside h3 {
  text-transform: none !important;
  line-height: 16px;
  margin-top: 3px;
  margin-bottom: 3px;
}
/* line 77, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_news.scss */
.news__item--aside h3 a {
  text-tranform: none;
  font-size: 13px;
  color: #333333;
  font-weight: 600;
}
/* line 83, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_news.scss */
.news__item--aside h3:after {
  display: none;
}

/* line 92, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_news.scss */
.news__date--aside {
  margin-top: -10px;
  font-size: 10px;
}

/* line 97, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_news.scss */
.news__item--aside {
  margin-bottom: 15px;
}

/* line 101, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_news.scss */
.news__more--aside {
  display: inline;
  float: right;
}

/* line 105, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_news.scss */
.news__item {
  text-align: justify !important;
}

/* line 110, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_news.scss */
.news__item--single {
  width: 640px;
  position: relative;
}
/* line 112, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_news.scss */
.news__item--single h1 {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 0;
  text-transform: none;
}
/* line 118, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_news.scss */
.news__item--single h1:after {
  display: none;
}

/* line 128, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_news.scss */
.news__send,
.news__print {
  position: absolute;
  top: 3px;
  left: -90px;
  width: 71px;
  height: 58px;
  display: block;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  color: #333333;
}
/* line 139, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_news.scss */
.news__send span,
.news__print span {
  display: block;
  font-size: 12px;
  font-weight: 600;
}
/* line 147, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_news.scss */
.news__send:hover,
.news__print:hover {
  background: #f7f8fa;
  text-decoration: none;
}

/* line 154, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_news.scss */
.news__print i {
  margin-top: 7px;
}
/* line 158, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_news.scss */
.news__print span {
  margin-top: 5px;
}

/* line 163, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_news.scss */
.news__send {
  top: 79px;
}
/* line 165, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_news.scss */
.news__send i {
  margin-top: 5px;
}
/* line 169, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_news.scss */
.news__send span {
  margin-top: 3px;
}

/* line 174, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_news.scss */
.news__date--single {
  font-size: 12px;
  margin-bottom: 5px;
}
/* line 178, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_news.scss */
.news__date--single span {
  margin-top: 3px;
}

/* line 183, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_news.scss */
.addthis_toolbox {
  position: absolute !important;
  left: -78px !important;
  top: 160px !important;
}

/* line 1, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_event.scss */
.event--single {
  width: 660px !important;
}

/* line 7, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_event.scss */
.event__item--single h1 {
  font-size: 24px;
  text-transform: none;
}
/* line 10, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_event.scss */
.event__item--single h1:after {
  display: none;
}
/* line 15, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_event.scss */
.event__item--single .media__img {
  margin-right: 25px;
}
/* line 19, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_event.scss */
.event__item--single .media__body {
  overflow: visible;
}

/* line 24, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_event.scss */
.event__details {
  margin-bottom: 35px;
}

/* line 28, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_event.scss */
.event__when {
  display: inline;
  float: left;
  height: 35px;
  width: 200px;
}
/* line 32, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_event.scss */
.event__when .event__info__label {
  width: 60px;
}
/* line 36, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_event.scss */
.event__when .event__info__value {
  padding-left: 0;
  width: 130px;
}

/* line 42, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_event.scss */
.event__info__label {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 5px;
  width: 80px;
  color: #999999;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}

/* line 52, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_event.scss */
.event__info__value {
  font-size: 14px;
  margin-bottom: 5px;
  padding-left: 15px;
  width: 310px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}

/* line 1, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_slider.scss */
.slider {
  float: left;
  margin-right: 30px;
  margin-bottom: 33px;
  width: 667px;
  height: 339px;
  position: relative;
  overflow: hidden;
}

/* line 11, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_slider.scss */
.slider__items {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}

/* line 16, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_slider.scss */
.slider__item {
  position: absolute;
  /* required */
  width: 667px;
  height: 339px;
  z-index: 1;
  /* required */
  display: block;
}
/* line 23, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_slider.scss */
.slider__item > * {
  position: absolute;
}
/* line 27, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_slider.scss */
.slider__item .slider__item__caption {
  left: -999px;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
/* line 32, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_slider.scss */
.slider__item a {
  opacity: 0;
  line-height: 0;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
/* line 38, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_slider.scss */
.slider__item h2 {
  opacity: 0;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
/* line 43, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_slider.scss */
.slider__item p {
  opacity: 0;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
/* line 48, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_slider.scss */
.slider__item img {
  opacity: 0;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  width: 667px;
}

/* line 56, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_slider.scss */
.animate-in a, .animate-in p, .animate-in h2 {
  opacity: 1;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
/* line 60, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_slider.scss */
.animate-in img {
  opacity: 1;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
/* line 64, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_slider.scss */
.animate-in .slider__item__caption {
  left: 0;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}

/* line 70, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_slider.scss */
.animate-out img {
  opacity: 0;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
/* line 74, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_slider.scss */
.animate-out .slider__item__caption {
  left: 999px;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}

/* line 80, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_slider.scss */
.slider__item__caption {
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  color: #fff;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 89, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_slider.scss */
.slider__item__caption a {
  color: #fff !important;
}
/* line 91, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_slider.scss */
.slider__item__caption a:hover {
  text-decoration: none !important;
}
/* line 96, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_slider.scss */
.slider__item__caption h2 {
  font-size: 19px;
  line-height: 22px;
  margin: 20px 0 30px 0;
  font-weight: 400;
}
/* line 104, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_slider.scss */
.slider__item__caption p {
  width: 515px;
  font-size: 14px;
  line-height: 18px;
  margin: -20px 0 30px 0;
}

/* line 112, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_slider.scss */
.slider__nav {
  position: absolute;
  z-index: 10;
  bottom: 10px;
  right: 20px;
  margin: 0;
  padding: 0;
  border: 0;
}
/* line 120, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_slider.scss */
.slider__nav li {
  margin-right: 3px;
}
/* line 122, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_slider.scss */
.slider__nav li:last-child {
  margin-right: 0;
}
/* line 125, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_slider.scss */
.slider__nav li:before {
  display: none;
}
/* line 129, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_slider.scss */
.slider__nav a {
  background: #f2f2f1;
  padding: 1px 16px 2px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
/* line 133, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_slider.scss */
.slider__nav a:hover {
  background: #2c7134;
}
/* line 138, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_slider.scss */
.slider__nav .current a {
  background: #2c7134;
}

/* line 1, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_governance.scss */
.governance__col1 {
  width: 300px;
  display: inline;
  float: left;
}

/* line 6, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_governance.scss */
.governance__col2 {
  width: 345px;
  display: inline;
  float: right;
}

/* line 11, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_governance.scss */
.governance__main {
  border: 1px solid #dadce0;
  margin-bottom: 15px;
}

/* line 16, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_governance.scss */
.governance__main__img {
  margin-right: 15px;
}

/* line 20, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_governance.scss */
.governance__main__body {
  padding: 20px 15px 15px 0;
}

/* line 24, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_governance.scss */
.governance__main__name {
  font-size: 16px;
  color: #273866;
}

/* line 29, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_governance.scss */
.governance__main__function {
  font-size: 15px;
  color: #808080;
  margin-bottom: 28px;
}

/* line 35, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_governance.scss */
.governance__main__country {
  font-size: 13px;
  color: #808080;
}

/* line 40, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_governance.scss */
.governance__list {
  margin: 0 !important;
  padding: 0 !important;
}
/* line 43, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_governance.scss */
.governance__list li {
  font-size: 16px;
  font-weight: 300;
  color: #404040;
  margin-bottom: 12px !important;
}
/* line 48, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_governance.scss */
.governance__list li:before {
  display: none !important;
}
/* line 53, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_governance.scss */
.governance__list span {
  color: #808080;
  font-size: 13px;
}

/* line 60, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_governance.scss */
.content .governance__list--alt li {
  font-size: 16px;
  font-weight: 300;
  color: #404040;
  margin-bottom: 12px !important;
}
/* line 69, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_governance.scss */
.content .governance__list--alt li span {
  color: #808080;
}

/* line 76, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_governance.scss */
.governance__address__address {
  margin-top: 10px;
  margin-bottom: 5px;
  display: block;
  font-size: 13px;
  color: #808080;
}

/* line 85, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_governance.scss */
.governance__address__phone,
.governance__address__fax {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width: 150px;
  color: #404040 !important;
  font-size: 13px;
}
/* line 90, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_governance.scss */
.governance__address__phone i,
.governance__address__fax i {
  margin-right: 3px;
}

/* line 96, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_governance.scss */
.governance__address__mail i {
  vertical-align: bottom;
  margin-right: 3px;
}

/* line 2, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_proceeding.scss */
.proceedings .paginator {
  margin-left: -20px;
}

/* line 7, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_proceeding.scss */
.proceeding__items {
  min-height: 700px;
}

/* line 11, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_proceeding.scss */
.proceeding__item {
  margin-right: 25px;
  margin-bottom: 25px;
  padding: 5px 25px 5px 0;
  background: #fff;
  border-right: 1px solid #ededef;
  height: 200px;
  width: 455px;
  display: inline;
  float: left;
}
/* line 25, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_proceeding.scss */
.proceeding__item:nth-child(2n+2) {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}
/* line 31, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_proceeding.scss */
.proceeding__item:last-child {
  border-right: 0;
}
/* line 35, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_proceeding.scss */
.proceeding__item h2 {
  margin-bottom: 0;
  color: #2f3942;
  line-height: 19px;
  font-size: 15px;
  font-weight: bold;
}
/* line 42, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_proceeding.scss */
.proceeding__item h2:after {
  display: none;
}
/* line 47, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_proceeding.scss */
.proceeding__item p {
  margin: 15px 0;
}

/* line 52, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_proceeding.scss */
.proceeding__item__close {
  display: none;
  font-size: 10px;
  top: 10px;
  right: 10px;
  position: absolute;
  cursor: pointer;
  color: #23742a;
}
/* line 60, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_proceeding.scss */
.proceeding__item__close:hover {
  text-decoration: underline;
}
/* line 63, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_proceeding.scss */
.proceeding__item__close:hover span {
  text-decoration: none;
}
/* line 68, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_proceeding.scss */
.proceeding__item__close span {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin-top: -1px;
  margin-left: 5px;
  font-size: 14px;
  width: 17px;
  height: 17px;
  line-height: 17px;
  background: #237229;
  color: #fff;
  text-align: center;
}

/* line 82, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_proceeding.scss */
.proceeding__item__body {
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
  position: relative;
  padding: 15px 20px;
}

/* line 89, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_proceeding.scss */
.proceeding__item--open .proceeding__item__body {
  border: 1px solid #e7e7e7;
  background: #f2f3f3;
}

/* line 95, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_proceeding.scss */
.proceeding__item__img {
  position: relative;
  margin-left: -53px;
  margin-right: -40px;
}
/* line 101, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_proceeding.scss */
.proceeding__item__img a:after {
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
  content: "";
  position: absolute;
  top: 40px;
  left: 50%;
  margin-left: -15px;
  opacity: 0;
}
/* line 113, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_proceeding.scss */
.proceeding__item__img a:hover:after {
  opacity: 1;
}

/* line 124, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_proceeding.scss */
.proceeding__house {
  display: block;
  color: #2f3942;
  line-height: 15px;
  font-size: 11px;
  margin-bottom: 5px;
}

/* line 132, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_proceeding.scss */
.proceeding__details {
  display: block;
  color: #b4b4b4;
  line-height: 15px;
  font-size: 11px;
}

/* line 139, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_proceeding.scss */
.proceeding__conwrap {
  position: relative;
}

/* line 143, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_proceeding.scss */
.proceeding__content {
  display: none;
  top: 0;
}

/* line 148, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_proceeding.scss */
.proceeding__item--carousel {
  width: auto;
  height: auto;
  margin-right: 0;
  margin-bottom: 0;
  border-right: 0;
}
/* line 154, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_proceeding.scss */
.proceeding__item--carousel .proceeding__content {
  display: block;
}

/* line 159, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_proceeding.scss */
.reval-proceeding {
  margin-left: -400px;
  width: 800px;
}

/* line 167, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_proceeding.scss */
.aside__section--publications .news__more,
.aside--publications .news__more {
  margin-top: 5px;
  float: right;
}

/* line 174, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_proceeding.scss */
.aside--publications .news__more {
  margin-top: 10px;
  margin-right: 20px;
}

/* line 180, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_proceeding.scss */
.close-reveal-modal {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin-top: -1px;
  margin-left: 5px;
  font-size: 14px;
  width: 17px;
  height: 17px;
  line-height: 17px;
  background: #237229;
  color: #fff;
  text-align: center;
  line-height: 17px !important;
  font-weight: 400 !important;
  color: #fff !important;
  font-size: 14px !important;
}
/* line 196, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_proceeding.scss */
.close-reveal-modal:hover {
  text-decoration: none;
}

/* line 2, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_membership.scss */
.page-id-31 h1 {
  float: left;
}

/* line 7, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_membership.scss */
.roster__select {
  float: left;
  width: 40%;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #d4d4d4;
}
/* line 13, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_membership.scss */
.roster__select label {
  float: left;
}

/* line 18, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_membership.scss */
.roster__select--first {
  clear: both;
}

/* line 23, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_membership.scss */
.roster__select--last {
  width: 60%;
}
/* line 25, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_membership.scss */
.roster__select--last .roster__select__element {
  width: 270px;
}
/* line 29, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_membership.scss */
.roster__select--last .roster__select__label {
  width: 115px;
}
/* line 33, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_membership.scss */
.roster__select--last .selectricWrapper {
  width: 270px;
}

/* line 38, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_membership.scss */
.roster__select__label {
  float: left;
  width: 60px;
  line-height: 35px;
  margin-right: 10px;
  text-align: right;
}

/* line 47, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_membership.scss */
.roster__select__element {
  width: 150px;
  float: left;
}

/* line 52, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_membership.scss */
.selectricWrapper {
  width: 150px;
}

/* line 56, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_membership.scss */
.roster {
  clear: both;
}

/* line 60, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_membership.scss */
.roster {
  clear: both;
}

/* line 64, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_membership.scss */
.roster__chars {
  padding-top: 10px;
  margin-bottom: 20px;
}
/* line 69, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_membership.scss */
.roster__chars ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}

/* line 75, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_membership.scss */
.roster__char__items {
  *zoom: 1;
}
/* line 38, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.roster__char__items:after {
  content: "";
  display: table;
  clear: both;
}
/* line 77, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_membership.scss */
.roster__char__items li {
  margin-bottom: 0;
}
/* line 79, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_membership.scss */
.roster__char__items li:before {
  display: none !important;
}

/* line 85, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_membership.scss */
.roster__char__item {
  margin-right: 2px;
  display: inline;
  float: left;
  clear: none !important;
}
/* line 92, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_membership.scss */
.roster__char__item button {
  border: 0;
  width: 24px;
  height: 24px;
  line-height: 22px;
  text-align: center;
  color: #2e3941;
  background: #f7f7f7;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
/* line 103, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_membership.scss */
.roster__char__item button:hover {
  color: #fff;
  background: #24772b;
  text-decoration: none;
}

/* line 112, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_membership.scss */
.roster__char__item__current button {
  color: #fff;
  background: #24772b;
  text-decoration: none;
}

/* line 120, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_membership.scss */
.roster .roster__users {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}
/* line 125, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_membership.scss */
.roster .roster__users li:before {
  display: none;
}

/* line 132, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_membership.scss */
.roster__user {
  padding: 5px 20px;
}
/* line 134, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_membership.scss */
.roster__user:nth-child(2n+2) {
  background: #f7f8fa;
}

/* line 139, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_membership.scss */
.roster__user__name {
  display: block;
  color: #24772b;
}

/* line 144, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_membership.scss */
.roster__user__expand {
  width: 11px;
  height: 11px;
  line-height: 11px;
  margin-right: 3px;
  font-size: 9px;
  font-weight: 300;
  text-align: center;
  background: #23742a;
  color: #fff;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
/* line 155, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_membership.scss */
.roster__user__expand:hover {
  text-decoration: none;
}

/* line 161, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_membership.scss */
.roster__user__details {
  display: none;
  margin-top: 10px;
  margin-left: 17px;
}

/* line 167, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_membership.scss */
.roster__user__address {
  display: block;
  margin-bottom: 3px;
}

/* line 172, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_membership.scss */
.roster__user__phone {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: baseline;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width: 140px;
}

/* line 177, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_membership.scss */
.roster__user__fax {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: baseline;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width: 140px;
}
/* line 181, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_membership.scss */
.roster__user__fax i {
  margin-right: 5px;
}

/* line 186, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_membership.scss */
.roster__user__email {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: baseline;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width: 300px;
}

/* line 193, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_membership.scss */
.roster__user__phone i,
.roster__user__email i {
  margin-right: 5px;
}

/* line 2, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_contact.scss */
.contact__title h2 {
  font-size: 17px !important;
  color: #273866 !important;
}
/* line 5, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_contact.scss */
.contact__title h2:after {
  display: none !important;
}

/* line 12, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_contact.scss */
.contact--page h2 {
  clear: both;
}

/* line 17, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_contact.scss */
.contact__col1 {
  display: inline;
  float: left;
  margin-bottom: 40px;
  width: 300px;
  margin-right: 40px;
}

/* line 24, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_contact.scss */
.contact__col2 {
  display: inline;
  float: left;
  margin-bottom: 40px;
  width: 300px;
}

/* line 30, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_contact.scss */
.contact__adi__title {
  font-size: 15px;
  color: #273866;
  margin-bottom: 12px;
}

/* line 36, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_contact.scss */
.box {
  width: 100%;
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e8e9eb;
  background: #f7f8fa;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 15px;
}

/* line 46, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_contact.scss */
.contact_address {
  display: inline;
  float: left;
  width: 160px;
}

/* line 50, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_contact.scss */
.contact_map {
  display: inline;
  float: left;
  margin-top: 10px;
  width: 140px;
}

/* line 56, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_contact.scss */
.contact_phone {
  margin-left: 25px;
  margin-bottom: 5px;
}
/* line 59, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_contact.scss */
.contact_phone i {
  margin-left: 3px;
  margin-right: 11px;
}

/* line 65, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_contact.scss */
.contact_fax {
  margin-left: 25px;
}
/* line 67, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_contact.scss */
.contact_fax i {
  margin-right: 5px;
}

/* line 73, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_contact.scss */
.contact__adi__email i {
  margin-top: -2px;
  margin-right: 1px;
}

/* line 3, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_register.scss */
.register_col1,
.register_col2,
.register_col3 {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width: 200px;
  margin-bottom: 25px;
}

/* line 9, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_register.scss */
.register_phone {
  font-size: 15px;
}
/* line 12, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_register.scss */
.register_phone i {
  margin-right: 8px;
}

/* line 17, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_register.scss */
.register_fax {
  font-size: 15px;
}
/* line 20, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_register.scss */
.register_fax i {
  margin-right: 8px;
}

/* line 25, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_register.scss */
.box--register {
  font-size: 15px;
  padding: 10px 20px;
  text-align: center;
}

/* line 31, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_register.scss */
.register__title {
  font-size: 15px !important;
  margin-bottom: 15px !important;
  color: #273866 !important;
}
/* line 35, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_register.scss */
.register__title:after {
  display: none !important;
}

/* line 40, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_register.scss */
.notifications--error {
  width: 610px;
  background: #fff8f8;
  border-radius: 3px;
  padding: 14px;
  color: #ac0000;
  border: 1px solid #ac0000;
  margin: 0 0 15px 0;
}
/* line 48, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_register.scss */
.notifications--error h2 {
  color: #ac0000;
  margin-top: 0;
  margin-bottom: 7px;
  line-height: 28px !important;
  font-size: 21px;
}
/* line 54, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_register.scss */
.notifications--error h2:after {
  display: none !important;
}
/* line 58, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_register.scss */
.notifications--error ul {
  list-style: disc;
  margin-bottom: -7px;
  margin-top: 0;
  padding-left: 30px;
}
/* line 64, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_register.scss */
.notifications--error li, .notifications--error p {
  color: #ac0000;
  font-size: 12px;
}
/* line 67, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_register.scss */
.notifications--error li:before, .notifications--error p:before {
  display: none !important;
}

/* line 73, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_register.scss */
.notifications--success {
  width: 610px;
  background: #f2fef0;
  border-radius: 3px;
  padding: 14px;
  color: #1e980a;
  border: 1px solid #1e980a;
  margin: 0 0 15px 0;
}
/* line 81, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_register.scss */
.notifications--success h2 {
  color: #1e980a;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
  line-height: 28px !important;
}
/* line 87, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_register.scss */
.notifications--success h2:after {
  display: none !important;
}
/* line 91, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_register.scss */
.notifications--success ul {
  list-style: disc;
  margin-top: 0;
  margin-bottom: -7px;
  padding-left: 30px;
}
/* line 97, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_register.scss */
.notifications--success li, .notifications--success p {
  color: #1e980a;
  font-size: 12px;
}
/* line 100, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_register.scss */
.notifications--success li:before, .notifications--success p:before {
  display: none !important;
}

/* line 107, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_register.scss */
.page-template-template-panel-php .notifications--success {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 112, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_register.scss */
.page-template-template-panel-php .notifications--error {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 119, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_register.scss */
.form__element .selectricWrapper {
  width: 100%;
}

/* line 3, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_login.scss */
.reval-signin ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}
/* line 6, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_login.scss */
.reval-signin ul li {
  *zoom: 1;
  margin-bottom: 5px;
}
/* line 38, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.reval-signin ul li:after {
  content: "";
  display: table;
  clear: both;
}
/* line 8, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_login.scss */
.reval-signin ul li:before {
  display: none;
}
/* line 16, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_login.scss */
.reval-signin input {
  height: 37px;
}
/* line 20, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_login.scss */
.reval-signin .form__label {
  width: 100px;
}
/* line 24, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_login.scss */
.reval-signin .form__element {
  width: 320px;
}
/* line 28, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_login.scss */
.reval-signin h1, .reval-signin h2, .reval-signin h3, .reval-signin h4, .reval-signin h5 {
  position: relative;
  margin-bottom: 25px;
  margin-top: 35px;
}
/* line 33, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_login.scss */
.reval-signin h1:after, .reval-signin h2:after, .reval-signin h3:after, .reval-signin h4:after, .reval-signin h5:after {
  content: "";
  display: block;
  width: 45px;
  height: 2px;
  background: #07416f;
  position: absolute;
  bottom: -8px;
  left: 0;
}
/* line 45, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_login.scss */
.reval-signin h2 {
  font-size: 20px;
  line-height: 25px;
  color: #29427b;
  font-weight: 400;
  text-transform: uppercase;
}
/* line 53, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_login.scss */
.reval-signin p {
  maring: 20px 0;
}
/* line 57, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_login.scss */
.reval-signin form {
  margin: 20px 0;
}

/* line 1, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_panel.scss */
.panel__box {
  border: 1px solid #d1d7e2;
  margin-bottom: 25px;
}

/* line 6, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_panel.scss */
.panel__box__title {
  background: #d1d7e2;
  padding: 10px 20px;
  color: #404040;
}
/* line 11, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_panel.scss */
.panel__box__title a {
  color: #404040;
  float: right;
}

/* line 17, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_panel.scss */
.panel__box__content {
  padding: 20px;
}
/* line 23, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_panel.scss */
.panel__box__content h2 {
  font-size: 16px;
  color: #29427b;
  margin-bottom: 10px;
}
/* line 28, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_panel.scss */
.panel__box__content h2:after {
  display: none;
}

/* line 35, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_panel.scss */
.panel__info__address,
.panel__info__function {
  display: block;
  margin: 10px 0;
}

/* line 41, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_panel.scss */
.panel__info__phone,
.panel__info__email {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  min-width: 150px;
  padding-right: 20px;
}
/* line 46, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_panel.scss */
.panel__info__phone i,
.panel__info__email i {
  margin-right: 5px;
}

/* line 52, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_panel.scss */
.panel__box .form__element {
  width: 430px;
}

/* line 1, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_files.scss */
.working-group__items {
  border: 1px solid #e8ebef;
}

/* line 5, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_files.scss */
.working-group__item {
  border-bottom: 1px solid #fff;
}
/* line 8, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_files.scss */
.working-group__item:last-child {
  border: 0;
}

/* line 14, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_files.scss */
.working-group__item__title a {
  display: block;
  font-size: 14px;
  padding: 10px 20px;
  background: #e8ebef;
  color: #273866;
}
/* line 21, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_files.scss */
.working-group__item__title a:hover {
  text-decoration: none;
  background: #f0f2f4;
}

/* line 28, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_files.scss */
.working-group__item__content {
  display: none;
}

/* line 32, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_files.scss */
.files__item {
  border-bottom: 1px solid #e8ebef;
}
/* line 35, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_files.scss */
.files__item:last-child {
  border: 0;
}
/* line 39, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_files.scss */
.files__item a {
  font-size: 14px;
  color: #273866;
  padding: 10px 20px;
  display: block;
}
/* line 45, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_files.scss */
.files__item a:hover {
  text-decoration: none;
  background: #fdfdfd;
}
/* line 51, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_files.scss */
.files__item i {
  margin-right: 10px;
}

/* line 56, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_files.scss */
.toggle__icon i {
  float: right;
  margin-top: 3px;
}

/* line 1, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_page.scss */
.content-wrapper {
  padding-top: 30px;
  margin-top: -30px;
}

/* line 6, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_page.scss */
.content-wrapper__bg {
  position: absolute;
  bottom: -129px;
  right: 740px;
  z-index: -1;
  width: 1000px;
  height: 1000px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iNDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjdmOGZhIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, #ffffff), color-stop(40%, #ffffff), color-stop(100%, #f7f8fa));
  background-image: -webkit-linear-gradient(left top, #ffffff 0%, #ffffff 40%, #f7f8fa 100%);
  background-image: -moz-linear-gradient(left top, #ffffff 0%, #ffffff 40%, #f7f8fa 100%);
  background-image: -o-linear-gradient(left top, #ffffff 0%, #ffffff 40%, #f7f8fa 100%);
  background-image: linear-gradient(left top, #ffffff 0%, #ffffff 40%, #f7f8fa 100%);
}

/* line 16, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_page.scss */
.content-wrapper__bg--right {
  top: 0;
  position: absolute;
  bottom: 0;
  left: 730px;
  z-index: -1;
  width: 1000px;
  height: 100%;
  background: url("../img/bg-aside-right.png") no-repeat 0 bottom;
}

/* line 27, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_page.scss */
.content {
  position: relative;
  width: 660px;
  min-height: 500px;
  margin-top: -60px;
  padding-top: 60px;
  margin-bottom: -90px;
  padding-bottom: 150px;
  background: #fff;
  display: inline;
  float: right;
}
/* line 41, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_page.scss */
.content:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  top: 40px;
  left: -80px;
  border-left: 1px dashed #dadce0;
  z-index: -1;
}

/* line 53, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_page.scss */
.content--left {
  width: 640px;
  margin-left: 15px;
  display: inline;
  float: left;
}
/* line 58, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_page.scss */
.content--left:after {
  display: none;
}

/* line 63, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_page.scss */
.content--full {
  display: block;
  float: none;
  width: 100%;
  padding-left: 15px;
}
/* line 69, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_page.scss */
.content--full .layout-watermark-grey {
  left: -300px;
}
/* line 73, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_page.scss */
.content--full:after {
  display: none;
}

/* line 78, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_page.scss */
.layout-watermark-grey {
  position: absolute;
  bottom: 100px;
  left: -450px;
}

/* line 84, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_page.scss */
.watermark--right {
  z-index: 0;
  position: absolute;
  top: auto;
  bottom: 100px;
  right: -450px;
}

/* line 100, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_page.scss */
.paginator {
  text-align: center;
  margin: 34px 0 0 0;
}
/* line 103, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_page.scss */
.paginator ul {
  padding: 0 !important;
  margin: 15px 0;
}
/* line 108, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_page.scss */
.paginator li {
  margin: 0 15px 0 0;
}
/* line 110, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_page.scss */
.paginator li:last-child {
  margin: 0;
}
/* line 113, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_page.scss */
.paginator li:before {
  display: none !important;
}
/* line 117, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_page.scss */
.paginator a, .paginator span {
  font-size: 12px;
  line-height: 1;
  border: 1px solid #ecedee;
  padding: 7px 9px;
  color: #9a9ca1;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
/* line 129, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_page.scss */
.paginator a:hover, .paginator span:hover, .paginator .current a, .paginator .current span {
  background: #2a3b68;
  border-color: #2a3b68;
  color: #fff;
  text-decoration: none;
}
/* line 136, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_page.scss */
.paginator span {
  background: #2a3b68;
  border-color: #2a3b68;
  color: #fff;
  text-decoration: none;
}

/* line 150, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_page.scss */
.overflow {
  overflow: hidden;
}

/* line 158, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_page.scss */
.single-event .nav--primary #menu-item-127:hover > a {
  background: #2e3941;
  color: #fff;
  text-decoration: none;
  margin-top: -3px;
  padding-top: 17px;
  border-top: 0;
}
/* line 168, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_page.scss */
.single-event .nav--primary #menu-item-127 > a {
  margin-top: -3px;
  border-top: 3px solid #2e3941;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZWJlYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e9ebec), color-stop(100%, #f7f7f7));
  background-image: -webkit-linear-gradient(top, #e9ebec 0%, #f7f7f7 100%);
  background-image: -moz-linear-gradient(top, #e9ebec 0%, #f7f7f7 100%);
  background-image: -o-linear-gradient(top, #e9ebec 0%, #f7f7f7 100%);
  background-image: linear-gradient(top, #e9ebec 0%, #f7f7f7 100%);
}
/* line 179, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_page.scss */
.single-event .nav--aside .menu-item-107 {
  border-bottom: 0;
}
/* line 183, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_page.scss */
.single-event .nav--aside .menu-item-107 > a {
  background: #2e3941;
  color: #fff;
  text-decoration: none;
  padding-bottom: 7px;
}
/* line 189, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_page.scss */
.single-event .nav--aside .menu-item-107 > a:after {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
}

/* line 203, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_page.scss */
.list-icon__pdf a {
  position: relative;
  padding-left: 45px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin-top: 10px;
}
/* line 208, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_page.scss */
.list-icon__pdf a:before {
  margin-top: -15px;
  top: 50%;
  left: 3px;
  content: "";
  position: absolute;
  margin-right: 5px;
}

/* line 220, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_page.scss */
.gallery__item {
  float: left;
  position: relative;
  margin-right: 15px;
  margin-bottom: 30px !important;
  border: 1px solid #cccccc;
}
/* line 226, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_page.scss */
.gallery__item a {
  line-height: 0;
}
/* line 232, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_page.scss */
.gallery__item:before {
  display: none !important;
}
/* line 237, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_page.scss */
.gallery__item:hover .layout-icon-video {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* line 243, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_page.scss */
.layout-icon-video {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -27.5px;
  margin-left: -27.5px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
}

/* line 253, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_page.scss */
.single-event .gallery__item {
  margin-right: 20px;
}

/* line 258, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_page.scss */
.gallery__wrapper {
  padding-left: 0 !important;
  margin: 0 !important;
  *zoom: 1;
}
/* line 38, /Users/kierzniak/.rvm/gems/ruby-2.3.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.gallery__wrapper:after {
  content: "";
  display: table;
  clear: both;
}

/* line 266, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_page.scss */
.gallery {
  position: relative;
}
/* line 270, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_page.scss */
.gallery .vo-carousel-nav-previous,
.gallery .vo-carousel-nav-next {
  margin-top: -20px;
}
/* line 274, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_page.scss */
.gallery .vo-carousel-nav-next {
  right: 0;
}
/* line 278, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_page.scss */
.gallery .vo-carousel-nav-prev {
  left: 0;
}
/* line 282, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_page.scss */
.gallery h2 {
  margin-bottom: 15px !important;
}

/* line 288, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_page.scss */
.gallery .vo-carousel-overflow {
  margin: 0 35px;
}

/* line 293, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_page.scss */
.vo-carousel {
  overflow: hidden;
}

/* line 297, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_page.scss */
.vo-carousel-container {
  position: relative;
}

/* line 301, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_page.scss */
.gallery-header {
  margin-bottom: 15px !important;
}

/* line 305, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_page.scss */
.gallery__show-all {
  font-size: 11px !important;
  color: #fff !important;
  font-weight: 400 !important;
  margin-top: 6px !important;
  float: right;
}

/* line 313, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_page.scss */
.gallery--all {
  margin: 0 35px;
}

/* line 319, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_page.scss */
.gallery--all .gallery__item:nth-child(5n+5) {
  margin-right: 0;
}

/* line 1, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_sections.scss */
.section__person {
  border: 1px solid #dbdfe2;
  padding: 15px 20px;
  margin-bottom: 15px;
}
/* line 6, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_sections.scss */
.section__person h3 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 18px;
  color: #29427b;
  font-weight: 400;
  text-transform: none;
}
/* line 14, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_sections.scss */
.section__person h3:after {
  display: none;
}
/* line 19, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_sections.scss */
.section__person span {
  color: #b4b4b4;
  display: block;
  margin-bottom: 15px;
}
/* line 25, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_sections.scss */
.section__person i {
  margin-right: 10px;
  vertical-align: bottom;
}

/* line 33, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_sections.scss */
.link__icon i {
  margin-right: 5px;
  vertical-align: middle;
}

/* line 39, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_sections.scss */
.local-section {
  border: 1px solid #ebebeb;
  padding: 30px 20px;
  margin-bottom: 35px;
}
/* line 46, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_sections.scss */
.local-section > h2 {
  margin-top: 0;
  margin-bottom: 25px;
}
/* line 51, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_sections.scss */
.local-section > ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}
/* line 55, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_sections.scss */
.local-section > ul > li {
  margin-bottom: 25px;
}
/* line 59, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_sections.scss */
.local-section > ul > li:last-child {
  margin-bottom: 0;
}
/* line 63, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_sections.scss */
.local-section > ul > li:before {
  display: none !important;
}

/* line 70, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_sections.scss */
.local-section__label {
  width: 150px;
  float: left;
  font-weight: bold;
}

/* line 76, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_sections.scss */
.local-section__value {
  width: 350px;
  float: left;
}
/* line 80, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_sections.scss */
.local-section__value ul {
  margin: 0;
  padding: 0;
  border: 0;
  margin-left: 20px;
}

/* line 87, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_sections.scss */
.local-section__managment h3 {
  margin-top: 0;
  text-transform: none;
  margin-bottom: 5px;
  color: #263963;
}
/* line 92, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_sections.scss */
.local-section__managment h3:after {
  display: none;
}
/* line 97, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_sections.scss */
.local-section__managment i {
  margin-right: 7px;
  margin-top: -3px;
}

/* line 103, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_sections.scss */
.local-section__logo {
  float: right;
}

/* line 1, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_education.scss */
.education {
  margin-bottom: 25px;
}

/* line 6, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_education.scss */
.education__col {
  display: inline;
  float: left;
  width: 50%;
  margin-bottom: 15px;
}

/* line 12, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_education.scss */
.education__label {
  display: inline;
  float: left;
  clear: both;
  width: 100px;
  text-transform: uppercase;
  color: #b4b4b4;
  margin-bottom: 7px;
  padding-right: 10px;
  text-align: right;
}

/* line 23, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_education.scss */
.education__value {
  display: inline;
  float: left;
  margin-bottom: 7px;
  width: 220px;
  color: #000;
  margin-bottom: 5px;
  font-size: 14px;
}

/* line 32, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_education.scss */
.education__link {
  text-transform: uppercase;
  color: #b4b4b4;
  margin-bottom: 25px;
  padding-right: 10px;
}
/* line 38, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_education.scss */
.education__link a {
  text-transform: none;
}

/* line 44, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_education.scss */
.education__description {
  clear: both;
  margin-bottom: 15px;
}
/* line 47, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_education.scss */
.education__description .alignright {
  margin-left: 20px;
}

/* line 1, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_checkout.scss */
.select_membership {
  font-size: 28px !important;
  line-height: 36px !important;
  text-transform: uppercase !important;
  color: #29427b !important;
}
/* line 7, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_checkout.scss */
.select_membership:after {
  display: none !important;
}

/* line 12, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_checkout.scss */
.checkout__box {
  width: 320px;
  height: 300px;
  position: relative;
  display: inline-block;
  border: 1px solid #9ba0a4;
  padding: 24px 48px;
  margin-right: 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 28, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_checkout.scss */
.checkout__box button {
  border: 0;
  background: none;
}
/* line 35, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_checkout.scss */
.checkout__box .btn {
  position: absolute;
  bottom: 25px;
  min-width: 200px;
  left: 50%;
  margin-left: -120px;
}
/* line 43, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_checkout.scss */
.checkout__box .h1 {
  font-size: 28px;
  line-height: 36px;
  text-transform: uppercase;
  color: #29427b;
}
/* line 50, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_checkout.scss */
.checkout__box .h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #29427b;
}
/* line 57, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_checkout.scss */
.checkout__box .h5 {
  font-size: 16px;
  line-height: 24px;
  color: #29427b;
}
/* line 63, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_checkout.scss */
.checkout__box .regular {
  font-weight: 400;
}
/* line 67, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_checkout.scss */
.checkout__box .micro {
  font-size: 10px;
  line-height: 16px;
}
/* line 72, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_checkout.scss */
.checkout__box .group__item {
  display: block;
}

/* line 77, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_checkout.scss */
.tac {
  text-align: center;
}

/* line 81, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_checkout.scss */
.din {
  display: inline-block;
}

/* line 1, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_paypal.scss */
.dib {
  display: inline-block;
}

/* line 5, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_paypal.scss */
.vam {
  vertical-align: middle;
}

/* line 9, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_paypal.scss */
.banner-paypal {
  clear: both;
  padding: 15px 0;
  text-align: center;
  border-top: 1px solid #969fa4;
  border-bottom: 1px solid #969fa4;
  margin: 33px 0;
}

/* line 22, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_paypal.scss */
.banner-paypal__text {
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
  line-height: 30px;
  color: #000;
  margin-right: 25px;
}

/* line 33, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_paypal.scss */
.banner-paypal__logo {
  margin-right: 25px;
}

/* line 37, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_paypal.scss */
.tool-paypal {
  float: right;
  margin-top: 3px;
}
/* line 43, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_paypal.scss */
.tool-paypal p {
  margin: 0;
}
/* line 47, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_paypal.scss */
.tool-paypal span {
  font-size: 10px;
  line-height: 14px;
  margin-right: 5px;
}
/* line 53, /Users/kierzniak/development/wordpress/inla/content/themes/inla/sass/layout/_paypal.scss */
.tool-paypal a {
  color: #38393b;
}
