/**
 * @file
 * Styles are organized using the SMACSS technique. @see http://smacss.com/book/
 *
 * When you turn on CSS aggregation at admin/config/development/performance, all
 * of these @include files will be combined into a single file.
 */
/* Import Sass mixins, variables, Compass modules, etc. */
/* HTML element (SMACSS base) rules */
/**
 * @file
 * Normalize.css is intended to be used as an alternative to CSS resets.
 *
 * This file is a slight fork of these original sources:
 * - normalize.css v2.1.2 | MIT License | git.io/normalize
 * - normalize.scss v2.1.2 | MIT/GPLv2 License | bit.ly/normalize-scss
 *
 * It's suggested that you read the normalize.scss file and customise it to meet
 * your needs, rather then including the file in your project and overriding the
 * defaults later in your CSS.
 * @see http://nicolasgallagher.com/about-normalize-css/
 *
 * Also: @see http://meiert.com/en/blog/20080419/reset-style-sheets-are-bad/
 *       @see http://snook.ca/archives/html_and_css/no_css_reset/
 */
/**
 * HTML5 display definitions
 */
/* Correct `block` display not defined in IE 8/9. */
/* line 23, ../sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

/* Correct `inline-block` display not defined in IE 8/9. */
/* line 38, ../sass/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 52, ../sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* Address styling not present in IE 8/9. */
/* line 58, ../sass/_normalize.scss */
[hidden] {
  display: none;
}

/**
 * Base
 *
 * Instead of relying on the fonts that are available on a user's computer, you
 * can use web fonts which, like images, are resources downloaded to the user's
 * browser. Because of the bandwidth and rendering resources required, web fonts
 * should be used with care.
 *
 * Numerous resources for web fonts can be found on Google. Here are a few
 * websites where you can find Open Source fonts to download:
 * - http://www.fontsquirrel.com/fontface
 * - http://www.theleagueofmoveabletype.com
 *
 * In order to use these fonts, you will need to convert them into formats
 * suitable for web fonts. We recommend the free-to-use Font Squirrel's
 * Font-Face Generator:
 *   http://www.fontsquirrel.com/fontface/generator
 *
 * The following is an example @font-face declaration. This font can then be
 * used in any ruleset using a property like this:  font-family: Example, serif;
 *
 * Since we're using Sass, you'll need to declare your font faces here, then you
 * can add them to the font variables in the _init.scss partial.
 */
/*
@font-face {
  font-family: 'Example';
  src: url('../fonts/example.eot');
  src: url('../fonts/example.eot?iefix') format('eot'),
    url('../fonts/example.woff') format('woff'),
    url('../fonts/example.ttf') format('truetype'),
    url('../fonts/example.svg#webfontOkOndcij') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 */
/* line 106, ../sass/_normalize.scss */
html {
  font-family: Verdana, Tahoma, "DejaVu Sans", sans-serif;
  /* 1 */
  font-size: 100%;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  line-height: 1.5em;
}

/* Remove default margin. */
/* line 126, ../sass/_normalize.scss */
body {
  margin: 0;
  padding: 0;
}

/**
 * Links
 *
 * The order of link states are based on Eric Meyer's article:
 * http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states
 */
/* Address `outline` inconsistency between Chrome and other browsers. */
/* line 148, ../sass/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/* Improve readability when focused and also mouse hovered in all browsers. */
/* line 153, ../sass/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/**
 * Typography
 *
 * To achieve a pleasant vertical rhythm, we use Compass' Vertical Rhythm mixins
 * so that the line height of our base font becomes the basic unit of vertical
 * measurement. We use multiples of that unit to set the top and bottom margins
 * for our block level elements and to set the line heights of any fonts.
 * For more information, see http://24ways.org/2006/compose-to-a-vertical-rhythm
 */
/* Set 1 unit of vertical rhythm on the top and bottom margin. */
/* line 169, ../sass/_normalize.scss */
p,
pre {
  margin: 1.5em 0;
}

/* line 173, ../sass/_normalize.scss */
blockquote {
  /* Also indent the quote on both sides. */
  margin: 1.5em 30px;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 182, ../sass/_normalize.scss */
h1 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 2em;
  line-height: 1.5em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

/* line 190, ../sass/_normalize.scss */
h2 {
  font-size: 1.5em;
  line-height: 2em;
  margin-top: 1em;
  margin-bottom: 1em;
}

/* line 195, ../sass/_normalize.scss */
h3 {
  font-size: 1.17em;
  line-height: 1.28205em;
  margin-top: 1.28205em;
  margin-bottom: 1.28205em;
}

/* line 200, ../sass/_normalize.scss */
h4 {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

/* line 205, ../sass/_normalize.scss */
h5 {
  font-size: 0.83em;
  line-height: 1.80723em;
  margin-top: 1.80723em;
  margin-bottom: 1.80723em;
}

/* line 210, ../sass/_normalize.scss */
h6 {
  font-size: 0.67em;
  line-height: 2.23881em;
  margin-top: 2.23881em;
  margin-bottom: 2.23881em;
}

/* Address styling not present in IE 8/9, Safari 5, and Chrome. */
/* line 217, ../sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome. */
/* line 222, ../sass/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* Address styling not present in Safari 5 and Chrome. */
/* line 228, ../sass/_normalize.scss */
dfn {
  font-style: italic;
}

/* Address differences between Firefox and other browsers. */
/* line 233, ../sass/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  border: 1px solid #666;
  padding-bottom: -1px;
  margin: 1.5em 0;
}

/* Address styling not present in IE 8/9. */
/* line 242, ../sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* Correct font family set oddly in Safari 5 and Chrome. */
/* line 248, ../sass/_normalize.scss */
code,
kbd,
pre,
samp,
tt,
var {
  font-family: "Courier New", "DejaVu Sans Mono", monospace, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
}

/* Improve readability of pre-formatted text in all browsers. */
/* line 262, ../sass/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/* Set consistent quote types. */
/* line 274, ../sass/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/* Address inconsistent and variable font size in all browsers. */
/* line 279, ../sass/_normalize.scss */
small {
  font-size: 80%;
}

/* Prevent `sub` and `sup` affecting `line-height` in all browsers. */
/* line 284, ../sass/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 291, ../sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 294, ../sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/**
 * Lists
 */
/* line 301, ../sass/_normalize.scss */
dl,
menu,
ol,
ul {
  /* Address margins set differently in IE 6/7. */
  margin: 1.5em 0;
}

/* line 310, ../sass/_normalize.scss */
ol ol,
ol ul,
ul ol,
ul ul {
  /* Turn off margins on nested lists. */
  margin: 0;
}

/* line 316, ../sass/_normalize.scss */
dd {
  margin: 0 0 0 30px;
  /* LTR */
}

/* Address paddings set differently in IE 6/7. */
/* line 321, ../sass/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 30px;
  /* LTR */
}

/**
 * Embedded content and figures
 *
 * @todo Look into adding responsive embedded video.
 */
/* line 341, ../sass/_normalize.scss */
img {
  /* Remove border when inside `a` element in IE 8/9. */
  border: 0;
  /* Suppress the space beneath the baseline */
  /* vertical-align: bottom; */
  /* Responsive images */
  max-width: 100%;
  height: auto;
}
/* line 356, ../sass/_normalize.scss */
.lt-ie9 img {
  /* Correct IE 8 not scaling image height when resized. */
  width: auto;
}

/* Correct overflow displayed oddly in IE 9. */
/* line 364, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Address margin not present in IE 8/9 and Safari 5. */
/* line 369, ../sass/_normalize.scss */
figure {
  margin: 0;
}

/**
 * Forms
 */
/* Define consistent border, margin, and padding. */
/* line 385, ../sass/_normalize.scss */
fieldset {
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-color: #c0c0c0;
  border-top-width: 0.0625em;
  border-top-style: solid;
  padding-top: 0.4625em;
  border-bottom-width: 0.0625em;
  border-bottom-style: solid;
  padding-bottom: 0.9125em;
  border-left-width: 0.0625em;
  border-left-style: solid;
  padding-left: 0.9125em;
  border-right-width: 0.0625em;
  border-right-style: solid;
  padding-right: 0.9125em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
/* line 400, ../sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 * 4. Improve appearance and consistency with IE 6/7.
 * 5. Keep form elements constrained in their containers.
 */
/* line 415, ../sass/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  max-width: 100%;
  /* 5 */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 5 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 434, ../sass/_normalize.scss */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 445, ../sass/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 459, ../sass/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 473, ../sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 484, ../sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 499, ../sass/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 508, ../sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* Remove inner padding and border in Firefox 4+. */
/* line 514, ../sass/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 524, ../sass/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* Drupal-style form labels. */
/* line 530, ../sass/_normalize.scss */
label {
  display: block;
  font-weight: bold;
}

/**
 * Tables
 */
/* line 538, ../sass/_normalize.scss */
table {
  /* Remove most spacing between table cells. */
  border-collapse: collapse;
  border-spacing: 0;
  /* Prevent cramped-looking tables */
  /* width: 100%; */
  /* Add vertical rhythm margins. */
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

/* Layout rules */
/**
 * @file
 * Positioning for a responsive layout.
 *
 * Define CSS classes to create a fluid grid layout with optional sidebars
 * depending on whether blocks are placed in the left or right sidebars.
 *
 * This layout uses the Zen Grids plugin for Compass: http://zengrids.com
 */
/**
 * Center the page.
 *
 * For screen sizes larger than 1200px, prevent excessively long lines of text
 * by setting a max-width.
 */
/* line 34, ../sass/layouts/_responsive.scss */
#page #main, #header,
.region-bottom {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

/* line 41, ../sass/layouts/_responsive.scss */
#page {
  margin: 20px;
}

/* Apply the shared properties of grid items in a single, efficient ruleset. */
/* line 46, ../sass/layouts/_responsive.scss */
#header,
#content,
#navigation,
.region-sidebar-first,
.region-sidebar-second,
#footer {
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}

/* Containers for grid items and flow items. */
/* line 45, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
#header:before, #header:after,
#main:before,
#main:after,
#footer:before,
#footer:after {
  content: "";
  display: table;
}
/* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
#header:after,
#main:after,
#footer:after {
  clear: both;
}

/**
 * Use 3 grid columns for smaller screens.
 */
@media all and (min-width: 480px) and (max-width: 959px) {
  /**
   * The layout when there is only one sidebar, the left one.
   */
  /* line 75, ../sass/layouts/_responsive.scss */
  .sidebar-first {
    /* Span 2 columns, starting in 2nd column from left. */
    /* Span 1 column, starting in 1st column from left. */
  }
  /* line 77, ../sass/layouts/_responsive.scss */
  .sidebar-first #content {
    float: left;
    width: 200%;
    margin-left: 100%;
    margin-right: -300%;
  }
  /* line 82, ../sass/layouts/_responsive.scss */
  .sidebar-first .region-sidebar-first {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }

  /**
   * The layout when there is only one sidebar, the right one.
   */
  /* line 90, ../sass/layouts/_responsive.scss */
  .sidebar-second {
    /* Span 2 columns, starting in 1st column from left. */
    /* Span 1 column, starting in 3rd column from left. */
  }
  /* line 92, ../sass/layouts/_responsive.scss */
  .sidebar-second #content {
    float: left;
    width: 200%;
    margin-left: 0%;
    margin-right: -200%;
  }
  /* line 97, ../sass/layouts/_responsive.scss */
  .sidebar-second .region-sidebar-second {
    float: left;
    width: 100%;
    margin-left: 200%;
    margin-right: -300%;
  }

  /**
   * The layout when there are two sidebars.
   */
  /* line 105, ../sass/layouts/_responsive.scss */
  .two-sidebars {
    /* Span 2 columns, starting in 2nd column from left. */
    /* Span 1 column, starting in 1st column from left. */
    /* Start a new row and span all 3 columns. */
  }
  /* line 107, ../sass/layouts/_responsive.scss */
  .two-sidebars #content {
    float: left;
    width: 200%;
    margin-left: 100%;
    margin-right: -300%;
  }
  /* line 112, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-first {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  /* line 117, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second {
    float: left;
    width: 300%;
    margin-left: 0%;
    margin-right: -300%;
    padding-left: 0;
    padding-right: 0;
    clear: left;
    /* Apply the shared properties of grid items in a single, efficient ruleset. */
    /* Span 1 column, starting in the 1st column from left. */
    /* Span 1 column, starting in the 2nd column from left. */
    /* Span 1 column, starting in the 3rd column from left. */
  }
  /* line 123, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second .block {
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 127, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second .block:nth-child(3n+1) {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    clear: left;
  }
  /* line 132, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second .block:nth-child(3n+2) {
    float: left;
    width: 100%;
    margin-left: 100%;
    margin-right: -200%;
  }
  /* line 136, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second .block:nth-child(3n) {
    float: left;
    width: 100%;
    margin-left: 200%;
    margin-right: -300%;
  }
}
/**
 * Use 5 grid columns for larger screens.
 */
@media all and (min-width: 960px) {
  /**
   * The layout when there is only one sidebar, the left one.
   */
  /* line 153, ../sass/layouts/_responsive.scss */
  .sidebar-first {
    /* Span 4 columns, starting in 2nd column from left. */
    /* Span 1 column, starting in 1st column from left. */
  }
  /* line 155, ../sass/layouts/_responsive.scss */
  .sidebar-first #content {
    float: left;
    width: 400%;
    margin-left: 100%;
    margin-right: -500%;
  }
  /* line 160, ../sass/layouts/_responsive.scss */
  .sidebar-first .region-sidebar-first {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }

  /**
   * The layout when there is only one sidebar, the right one.
   */
  /* line 168, ../sass/layouts/_responsive.scss */
  .sidebar-second {
    /* Span 4 columns, starting in 1st column from left. */
    /* Span 1 column, starting in 5th column from left. */
  }
  /* line 170, ../sass/layouts/_responsive.scss */
  .sidebar-second #content {
    float: left;
    width: 400%;
    margin-left: 0%;
    margin-right: -400%;
  }
  /* line 175, ../sass/layouts/_responsive.scss */
  .sidebar-second .region-sidebar-second {
    float: left;
    width: 100%;
    margin-left: 400%;
    margin-right: -500%;
  }

  /**
   * The layout when there are two sidebars.
   */
  /* line 183, ../sass/layouts/_responsive.scss */
  .two-sidebars {
    /* Span 3 columns, starting in 2nd column from left. */
    /* Span 1 column, starting in 1st column from left. */
    /* Span 1 column, starting in 5th column from left. */
  }
  /* line 185, ../sass/layouts/_responsive.scss */
  .two-sidebars #content {
    float: left;
    width: 300%;
    margin-left: 100%;
    margin-right: -400%;
  }
  /* line 190, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-first {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  /* line 195, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second {
    float: left;
    width: 100%;
    margin-left: 400%;
    margin-right: -500%;
  }
}
/* Component (SMACSS module) rules */
/**
 * @file
 * SMACSS Modules
 *
 * Adds modular sets of styles.
 *
 * Additional useful selectors can be found in Zen's online documentation.
 * https://drupal.org/node/1707736
 */
/**
 * Wireframes.
 */
/* line 15, ../sass/components/_misc.scss */
.with-wireframes #header,
.with-wireframes #main,
.with-wireframes #content,
.with-wireframes #navigation,
.with-wireframes .region-sidebar-first,
.with-wireframes .region-sidebar-second,
.with-wireframes #footer,
.with-wireframes .region-bottom {
  outline: 1px solid #ccc;
}

/**
 * Accessibility features.
 */
/* element-invisible as defined by http://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
/* line 39, ../sass/components/_misc.scss */
.element-invisible,
.element-focusable,
#navigation .block-menu .block__title,
#navigation .block-menu-block .block__title {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* Turns off the element-invisible effect. */
/* line 45, ../sass/components/_misc.scss */
.element-focusable:active, .element-focusable:focus {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: auto;
}

/*
 * The skip-link link will be completely hidden until a user tabs to the link.
 */
/* line 62, ../sass/components/_misc.scss */
#skip-link {
  margin: 0;
}
/* line 65, ../sass/components/_misc.scss */
#skip-link a,
#skip-link a:visited {
  display: block;
  width: 100%;
  padding: 2px 0 3px 0;
  text-align: center;
  background-color: #666;
  color: #fff;
}

/**
 * Branding header.
 */
/* Wrapping link for logo. */
/* line 81, ../sass/components/_misc.scss */
.header__logo {
  float: left;
  /* LTR */
  margin: 0;
  padding: 0;
}

/* Logo image. */
/* line 88, ../sass/components/_misc.scss */
.header__logo-image {
  vertical-align: bottom;
}

/* Wrapper for website name and slogan. */
/* line 93, ../sass/components/_misc.scss */
.header__name-and-slogan {
  float: left;
}

/* The name of the website. */
/* line 98, ../sass/components/_misc.scss */
.header__site-name {
  margin: 0;
  font-size: 2em;
  line-height: 1.5em;
}

/* The link around the name of the website. */
/* line 105, ../sass/components/_misc.scss */
.header__site-link:link, .header__site-link:visited {
  color: #000;
  text-decoration: none;
}
/* line 111, ../sass/components/_misc.scss */
.header__site-link:hover, .header__site-link:focus {
  text-decoration: underline;
}

/* The slogan (or tagline) of a website. */
/* line 118, ../sass/components/_misc.scss */
.header__site-slogan {
  margin: 0;
}

/* The secondary menu (login, etc.) */
/* line 123, ../sass/components/_misc.scss */
.header__secondary-menu {
  float: right;
  /* LTR */
}

/* Wrapper for any blocks placed in the header region. */
/* line 128, ../sass/components/_misc.scss */
.header__region {
  /* Clear the logo. */
  clear: both;
}

/**
 * Navigation bar.
 */
/* line 136, ../sass/components/_misc.scss */
#navigation {
  /* Sometimes you want to prevent overlapping with main div. */
  /* overflow: hidden; */
  /* Main menu and secondary menu links and menu block links. */
}
/* line 140, ../sass/components/_misc.scss */
#navigation .block {
  margin-bottom: 0;
}
/* line 150, ../sass/components/_misc.scss */
#navigation .links,
#navigation .menu {
  margin: 0;
  padding: 0;
  text-align: left;
  /* LTR */
}
/* line 156, ../sass/components/_misc.scss */
#navigation .links li,
#navigation .menu li {
  /* A simple method to get navigation links to appear in one line. */
  float: left;
  /* LTR */
  padding: 0 10px 0 0;
  /* LTR */
  list-style-type: none;
  list-style-image: none;
}


/* Force split ASYLUM SUPPORT & TRAINING */
li.menu__item.menu-mlid-699 {
  max-width: 151px;
}

/**
 * Breadcrumb navigation.
 */
/* line 170, ../sass/components/_misc.scss */
.breadcrumb ol {
  margin: 0;
  padding: 0;
}
/* line 174, ../sass/components/_misc.scss */
.breadcrumb li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/**
 * Titles.
 */
/* line 185, ../sass/components/_misc.scss */
.page__title,
.node__title,
.block__title,
.comments__title,
.comments__form-title,
.comment__title {
  /* Comment title. */
  margin: 0;
}

/**
 * Messages.
 */
/* line 197, ../sass/components/_misc.scss */
.messages, .messages--status, .messages--warning, .messages--error {
  margin: 1.5em 0;
  padding: 10px 10px 10px 50px;
  /* LTR */
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAD6UlEQVR42s2WX0xbVRzH3YwmC4k+GF/0ZS/S267/bmnX9nL7bwstZlnbjTDYyoC5GCbB0ZW5pdJCe6swbLFA6bpWIGuRMWVjKGP+21QW3SZBSAjGh4XEaTZTH82Cm/3ztS2xs7mw4KLRk3xyzj33/H6fe5Pz7zEA/yr/vUDukj9FH6drqTaqT8EoPs/UV+nX6TD1BlUh9AqLHlmgPKLcRHmoCOWmElK/FOKTYpS8UwLJkASiUyLI3pKhlClN0g46qj+qL/pbArlbrlO1q25JeiSgR2iYJ8ywXLSg/qP6LNl2ro8+Q4MMkKCd9K2t3q3KdQnkXXIF5aISkgEJzONm1F2qW52pDJN1MI2bUBIuAdVOJWSMTPNQgX6/vkjVpvpREpag6oMqWCYta1IzbsHh9ga0RJtzY8URMdRO9U/KSuWmNQUqh2pY3CtG+fvlqJyofMAFNrZAE+7e/RWR4X4cD9tgOGsA2U2CdtMDqwqyMyIzQ5KKqAKmcyaYxkzYd3YvjGNGFtXRPRj58DT+LOemRrFnrBLyITmUDmUyO/NYgu2d26ukHVJo3tXAMGpAs+cQmh0NeClan30uwN7TgnQ6nRd4r3thOGOAJqYB2UVC79AfZAnKHGUxQa8A2tNaNLW/jKvXv8Dyb8s4yryKA4O10A3roIvpUB+swTdz1/LJZ27PQBvT5lBH1RD4BChzlQ2wBNtc22aE/ULQgzRCl4P5BPcT93GMOYz9wb2QhCRgAq35d8u/L2PXe7tADVGgBlcQ+AXQtmlvsP/gzbJZvp8PMkJCFBYh8m0knyiVSsHe0YIGZz1+/uVOvt8z7QGvnwf+ST5EIRHIUyR4fh50rbp5lsDcYR4ReAXgBrng9q/Qfa0bfy035r7Ot2dvz4IX4IEIEAXwvDzscOw4zxJUd1YfEXlE4Aa4BQHMlwzSSBeI7iXvoTxWDqKPYCFsFaKmr+YVliB0JfS89DVpiuhlB9k/tSOZTuYFvq98yI7L0/MAsVWcGp0bfW61hbahwltxSeARsIKyWKesSKQSWIwvYkvvllwfx88pgOvhwthu/AzAxlVX8vz385tLbaVxwpcLZtEw0QDjsBGctzksiE4CimZFfHp++oWHbnbuUfdB0komMgHsRN1r0MWBsEmYODF5onY92/UTwcvBxuzXcN1ccHycVSn2FaPYWwzCQUDWKIt7z3utAJ5c74Hz+OLSomynY+cVfiM/xW3JiDyZpB3FuZrj4oCwE+Ad4qWMjPHjpTtL0mzMoxyZz9yM39Q7Y85Ok930icqm+k59TL2wm9l90dZv8y/8sPAigGf/iUN/Q4anM2zOsdLe+L+4VfwBVVjDs2rTYx0AAAAASUVORK5CYII=');
  background-position: 8px 8px;
  /* LTR */
  background-repeat: no-repeat;
  border: 1px solid #be7;
}

/* line 212, ../sass/components/_misc.scss */
.messages--warning {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACuElEQVRIiWP4//8/Ay0xSYqntTpnT252zqeJBf0Njhsykrz/pyd6/e9vcNpGVQv6q2wlm0qc/r0+IPD/3UG+/61l9v9mdrjIUc2C7hqHUzc3S///eZwBjO9tF/vfWe1wjioWTKixVm8otPn38wQT3IKfxxn/t5Va/utpsNSg2ILWcttrNzdJgQ3+dpQRjEHs+9tE/zeXWt+gyILOamuTqlxrsOtPLub+7+emBsSq/88v5wL7oqHQ9H9nmbkF2RbUF1rev7lJEuziuU3i/90ddcB4UZsoJC62ifyvK7R4QJYFrcUGrmUZ5v9hYb9hosh/bzcDMN42VRgeF9W5hv8bi/XdSbagKtfs2c1NEvCIPbaQ/7+/pwkYn17Ki0hR24T/l2eZPCfJgsZ83dCiNOP/yCnn7iau/8G+5mD8aBsHSoqqyNL9X5erHUm0BcVpRm9ubhZHMoTh/4eDzP/DA23+RwTZ/P96hAlF7t5Wof8FyfpvibKgNk8noyDZ4D9quofg1Bjr/1kJlhjiIF+Upmn/r83RzCJoQXaC3qcbm8SwGMLwvybP/H8jMGlik7u7VeB/Zqz2J7wWVGdr1uTG62J1PQgfWST1/+hiCaxyIF8UJqv9r8hQrcVpQVqkzrcbG0WwGvB2H/P/lnx5MAaxsam5vYn3f2KY+jesFpSlqfZnxWjidP2OGWL/g/0swBjExu4Lhv958Ur/i5KU+lEsCA1lYI4JUv95bZ0gTo2Pt3P+z0myBmMQG5e6mxu4/kf4Kf8EmQm3oCRNebKrvSawIGPBqRG9sMOp5hjjfwdrlf/58bKT4RaUpWvtcLZV/39iscD/H0AFP46jYwYiMeP/44u4/9tbKQODSXUH3II9G7v18hI0n8YGKv+IDVT6joxj/BVx4mgcOCde/SnITPRUJAHEGlTCEkQV19TAAN8FC67hZdFXAAAAAElFTkSuQmCC');
  border-color: #ed5;
}

/* line 221, ../sass/components/_misc.scss */
.messages--error {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACpElEQVR42rWWTUgbQRiGQ0Tx4MWDeFM8eBA9iKAoggiCoCiiIiL4L3oQV1CJB0UEf6iRYFpK7UniTw9VSqL2kvQsVDBpSZrtRo35czVNW3oprRf17exSl4yzu1ikAy9h59vvedhkMrMGAGoxknAk2w8MJ/WosXThiZkZt9jdLeglPjn5ATc3mhJNuNjbK0QbG3ExMICL/n6IfX0gcxB7ekDAELu6IHZ2IlJbi1hLS1BLogmPtbUhMTv7oMSamzUlqnByMxLT0/8STQkDj9TV4ZLj5OysrODl8jIu5Gs68dFR7JG6dWkJ0fFx+TpSX89IDMnwcHU1yKec12Yz3rlc4HkeLwjkXJpPip3U3+7vIx6P4ymph4eG5PlwTQ0lMdytlmBxMWKtrXLeT0zA5XTibvj9fjxfXETkb/3N/Dz2dneVuiTZtliU/rPSUsQ5ziuxZYG03IIlJdKKUPJjdRUAKMmzuTnskB/VYbdTtd9HR4g2NCi9Z2VliDY1BSnBaUEBzsrLqXyzWCiQ9HU5HA4afniIUFWV0hOqqMBpURErOM7NxWlhIZOvCwvA7S3Uxq+DA5AnZ3pO8vJYQSArC8c5Oeqx2Rj4udeLQH6+6v2B7GxW8DkjA0JmJpONwUHY7XZGIAgCzCYTeJUewmIFfqMRfEoKlQ2yJbza2oLWcLvdeDI2hk/3+iQWKzAYkJzNjg5srq9TwJ9OJ76YTNScx+ORJT66X1/grKyEbW2NgfPp6XKd/JMZySrHaQsSU1Oe+0/w3WpVgyu5HBlR6lc+H8gioevDwz6JrWwV5+3txyoSFk5DcOX1MnCyJ4Vwfb1zt1UY9SR8aioDpuppaVpwZbPTl+hHF04dOKzk8XBF8DgJC3/woU/W/EciOtELOWi8DDwp//215Q+p7kiKh2lQSAAAAABJRU5ErkJggg==');
  border-color: #ed541d;
}

/* line 231, ../sass/components/_misc.scss */
.messages__list {
  margin: 0;
}

/* line 234, ../sass/components/_misc.scss */
.messages__item {
  list-style-image: none;
}

/* Core/module installation error messages. */
/* line 239, ../sass/components/_misc.scss */
.messages--error p.error {
  color: #333;
}

/* System status report. */
/* line 244, ../sass/components/_misc.scss */
.ok,
.messages--status {
  background-color: #f8fff0;
  color: #234600;
}

/* line 249, ../sass/components/_misc.scss */
.warning,
.messages--warning {
  background-color: #fffce5;
  color: #840;
}

/* line 254, ../sass/components/_misc.scss */
.error,
.messages--error {
  background-color: #fef5f1;
  color: #8c2e0b;
}

/**
 * Tabs.
 */
/* Basic positioning styles shared by primary and secondary tabs. */
/* line 265, ../sass/components/_misc.scss */
.tabs-primary, .tabs-secondary {
  overflow: hidden;
  *zoom: 1;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYmJiYmJiIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(100%, #bbbbbb), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -moz-linear-gradient(bottom, #bbbbbb 1px, rgba(0, 0, 0, 0) 1px);
  background-image: -webkit-linear-gradient(bottom, #bbbbbb 1px, rgba(0, 0, 0, 0) 1px);
  background-image: linear-gradient(to top, #bbbbbb 1px, rgba(0, 0, 0, 0) 1px);
  /* IE 9 and earlier don't understand gradients. */
  list-style: none;
  border-bottom: 1px solid #bbb \0/ie;
  margin: 1.5em 0;
  padding: 0 2px;
  white-space: nowrap;
}

/* line 275, ../sass/components/_misc.scss */
.tabs-primary__tab, .tabs-primary__tab.is-active, .tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  float: left;
  /* LTR */
  margin: 0 3px;
}

/* line 279, ../sass/components/_misc.scss */
a.tabs-primary__tab-link, a.tabs-primary__tab-link.is-active, a.tabs-secondary__tab-link, a.tabs-secondary__tab-link.is-active {
  border: 1px solid #e9e9e9;
  border-right: 0;
  border-bottom: 0;
  display: block;
  line-height: 1.5em;
  text-decoration: none;
}

/* Primary tabs. */
/* line 292, ../sass/components/_misc.scss */
.tabs-primary__tab, .tabs-primary__tab.is-active {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  text-shadow: 1px 1px 0 #fff;
  border: 1px solid #bbb;
  border-bottom-color: transparent;
  /* IE 9 and earlier don't understand gradients. */
  border-bottom: 0 \0/ie;
}

/* line 301, ../sass/components/_misc.scss */
.tabs-primary__tab.is-active {
  border-bottom-color: #fff;
}

/* line 307, ../sass/components/_misc.scss */
a.tabs-primary__tab-link, a.tabs-primary__tab-link.is-active {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  color: #333;
  background-color: #dedede;
  letter-spacing: 1px;
  padding: 0 1em;
  text-align: center;
}

/* line 317, ../sass/components/_misc.scss */
a.tabs-primary__tab-link:hover, a.tabs-primary__tab-link:focus {
  background-color: #e9e9e9;
  border-color: #f2f2f2;
}

/* line 321, ../sass/components/_misc.scss */
a.tabs-primary__tab-link:active, a.tabs-primary__tab-link.is-active {
  background-color: transparent;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE9E9E9', endColorstr='#00E9E9E9');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e9e9e9), color-stop(100%, rgba(233, 233, 233, 0)));
  background-image: -moz-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: -webkit-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  border-color: #fff;
}

/* Secondary tabs. */
/* line 345, ../sass/components/_misc.scss */
.tabs-secondary {
  font-size: .9em;
  /* Collapse bottom margin of ul.primary. */
  margin-top: -1.5em;
}

/* line 351, ../sass/components/_misc.scss */
.tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  margin: 0.75em 3px;
}

/* line 358, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link, a.tabs-secondary__tab-link.is-active {
  -moz-border-radius: 0.75em;
  -webkit-border-radius: 0.75em;
  border-radius: 0.75em;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  text-shadow: 1px 1px 0 #fff;
  background-color: #f2f2f2;
  color: #666;
  padding: 0 .5em;
}

/* line 367, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link:hover, a.tabs-secondary__tab-link:focus {
  background-color: #dedede;
  border-color: #999;
  color: #333;
}

/* line 372, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link:active, a.tabs-secondary__tab-link.is-active {
  text-shadow: 1px 1px 0 #333;
  background-color: #666;
  border-color: #000;
  color: #fff;
}

/**
 * Inline styles.
 */
/* List of links generated by theme_links(). */
/* line 400, ../sass/components/_misc.scss */
.inline {
  display: inline;
  padding: 0;
}
/* line 404, ../sass/components/_misc.scss */
.inline li {
  display: inline;
  list-style-type: none;
  padding: 0 1em 0 0;
  /* LTR */
}

/* The inline field label used by the Fences module. */
/* line 412, ../sass/components/_misc.scss */
span.field-label {
  padding: 0 1em 0 0;
  /* LTR */
}

/**
 * "More" links.
 */
/* line 419, ../sass/components/_misc.scss */
.more-link {
  text-align: right;
  /* LTR */
}

/* line 422, ../sass/components/_misc.scss */
.more-help-link {
  text-align: right;
  /* LTR */
}

/* line 425, ../sass/components/_misc.scss */
.more-help-link a {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA7UlEQVR42qWTPQqDQBCFcwSPkCNITpAj5AjeIm1uYpkyR7Cy2Mot7OwsBAsRwUKwmOwLGRle3EIy8PyBfZ/z3J2TiPylz8VWWZZpUB40BonRKyizaxkA88MYYiqCEgv4MTvnZJom0VqWRbz3FlJZgLYtqmEY1Lg9r+sKsIXcLSC3AC019H0vqLquLeC5AfiHYSGkcdAJimKIBQiJ4+CO92OAtm0FNc8zOjkMwE5Q63FAtbeg6zpAYvG8BWR7i5qmQYwY4MIHqYhE2DOPQWcGJBQF2XU72ZzyUeZ5GCNt5/hybJgYdAXsq5sOEE/jG6dC5IOqCXTmAAAAAElFTkSuQmCC');
  background-position: 0 50%;
  /* LTR */
  background-repeat: no-repeat;
  padding: 1px 0 1px 20px;
  /* LTR */
}

/**
 * Pager.
 */
/* A list of page numbers when more than 1 page of content is available. */
/* line 440, ../sass/components/_misc.scss */
.pager {
  clear: both;
  padding: 0;
  text-align: center;
}

/* line 445, ../sass/components/_misc.scss */
.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis, .pager-current {
  display: inline;
  padding: 0 0.5em;
  list-style-type: none;
  background-image: none;
}

/* line 452, ../sass/components/_misc.scss */
.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis {
  /* A concatenation of several list items using an ellipsis. */
}

/* The current page's list item. */
/* line 462, ../sass/components/_misc.scss */
.pager-current {
  font-weight: bold;
}

/**
 * Blocks.
 */
/* Block wrapper. */
/* line 472, ../sass/components/_misc.scss */
.block {
  margin-bottom: 1.5em;
}

/**
 * Menus.
 */
/* line 479, ../sass/components/_misc.scss */
.menu__item.is-leaf {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHBAMAAAA2fErgAAAAD1BMVEX///+/v7+Li4sAAADAwMBFvsw8AAAAAXRSTlMAQObYZgAAAB1JREFUCFtjYAADYwMGBmYVZSDhKAwkFJWhYiAAAB2+Aa/9ugeaAAAAAElFTkSuQmCC');
  list-style-type: square;
}

/* line 486, ../sass/components/_misc.scss */
.menu__item.is-expanded {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg==');
  list-style-type: circle;
}

/* line 493, ../sass/components/_misc.scss */
.menu__item.is-collapsed {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC');
  /* LTR */
  list-style-type: disc;
}

/* The active item in a Drupal menu. */
/* line 502, ../sass/components/_misc.scss */
.menu a.active {
  color: #000;
}

/**
 * Marker.
 */
/* The "new" or "updated" marker. */
/* line 511, ../sass/components/_misc.scss */
.new,
.update {
  color: #c00;
  /* Remove background highlighting from <mark> in normalize. */
  background-color: transparent;
}

/**
 * Unpublished note.
 */
/* The word "Unpublished" displayed underneath the content. */
/* line 523, ../sass/components/_misc.scss */
.unpublished {
  display: block;
  height: 0;
  overflow: visible;
  /* Remove background highlighting from <mark> in normalize. */
  background-color: transparent;
  color: #d8d8d8;
  font-size: 75px;
  line-height: 1;
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  /* A very nice CSS3 property. */
  word-wrap: break-word;
}

/**
 * Comments.
 */
/* Wrapper for the list of comments and its title. */
/* line 552, ../sass/components/_misc.scss */
.comments {
  margin: 1.5em 0;
}

/* Preview of the comment before submitting new or updated comment. */
/* line 557, ../sass/components/_misc.scss */
.comment-preview {
  /* Drupal core will use a #ffffea background. See #1110842. */
  background-color: #ffffea;
}

/* Wrapper for a single comment. */
/* line 563, ../sass/components/_misc.scss */
.comment {
  /* Comment's permalink wrapper. */
}
/* line 566, ../sass/components/_misc.scss */
.comment .permalink {
  text-transform: uppercase;
  font-size: 75%;
}

/* Nested comments are indented. */
/* line 573, ../sass/components/_misc.scss */
.indented {
  /* Drupal core uses a 25px left margin. */
  margin-left: 30px;
  /* LTR */
}

/**
 * Forms.
 */
/* Wrapper for a form element (or group of form elements) and its label. */
/* line 583, ../sass/components/_misc.scss */
.form-item {
  margin: 1.5em 0;
  /* Pack groups of checkboxes and radio buttons closer together. */
  /* Form items in a table. */
  /* Highlight the form elements that caused a form submission error. */
  /* The descriptive help text (separate from the label). */
}
/* line 587, ../sass/components/_misc.scss */
.form-checkboxes .form-item, .form-radios .form-item {
  /* Drupal core uses "0.4em 0". */
  margin: 0;
}
/* line 594, ../sass/components/_misc.scss */
tr.odd .form-item, tr.even .form-item {
  margin: 0;
}
/* line 600, ../sass/components/_misc.scss */
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}
/* line 607, ../sass/components/_misc.scss */
.form-item .description {
  font-size: 0.85em;
}

/* line 614, ../sass/components/_misc.scss */
.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2.4em;
}

/* The part of the label that indicates a required field. */
/* line 620, ../sass/components/_misc.scss */
.form-required {
  color: #c00;
}

/* Labels for radios and checkboxes. */
/* line 625, ../sass/components/_misc.scss */
label.option {
  display: inline;
  font-weight: normal;
}

/* Buttons used by contrib modules like Media. */
/* line 631, ../sass/components/_misc.scss */
a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
}

/* Password confirmation. */
/* line 636, ../sass/components/_misc.scss */
.password-parent,
.confirm-parent {
  margin: 0;
}

/* Drupal's default login form block. */
/* line 642, ../sass/components/_misc.scss */
#user-login-form {
  text-align: left;
  /* LTR */
}

/**
 * OpenID
 *
 * The default styling for the OpenID login link seems to assume Garland's
 * styling of list items.
 */
/* OpenID creates a new ul above the login form's links. */
/* line 654, ../sass/components/_misc.scss */
.openid-links {
  /* Position OpenID's ul next to the rest of the links. */
  margin-bottom: 0;
}

/* The "Log in using OpenID" and "Cancel OpenID login" links. */
/* line 660, ../sass/components/_misc.scss */
.openid-link,
.user-link {
  margin-top: 1.5em;
}

/* line 664, ../sass/components/_misc.scss */
html.js #user-login-form li.openid-link,
#user-login-form li.openid-link {
  /* Un-do some of the padding on the ul list. */
  margin-left: -20px;
  /* LTR */
}

/* line 669, ../sass/components/_misc.scss */
#user-login ul {
  margin: 1.5em 0;
}

/**
 * Drupal admin tables.
 */
/* line 677, ../sass/components/_misc.scss */
form th {
  text-align: left;
  /* LTR */
  padding-right: 1em;
  /* LTR */
  border-bottom: 3px solid #ccc;
}
/* line 682, ../sass/components/_misc.scss */
form tbody {
  border-top: 1px solid #ccc;
}
/* line 685, ../sass/components/_misc.scss */
form table ul {
  margin: 0;
}

/* line 689, ../sass/components/_misc.scss */
tr.even,
tr.odd {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}

/* line 695, ../sass/components/_misc.scss */
tr.even {
  background-color: #fff;
}

/* Markup generated by theme_tablesort_indicator(). */
/* line 710, ../sass/components/_misc.scss */
td.active {
  background-color: #ddd;
}

/* Center checkboxes inside table cell. */
/* line 715, ../sass/components/_misc.scss */
td.checkbox,
th.checkbox {
  text-align: center;
}

/* Drupal core wrongly puts this in system.menus.css. Since we override that, add it back. */
/* line 721, ../sass/components/_misc.scss */
td.menu-disabled {
  background: #ccc;
}

/**
 * Autocomplete.
 *
 * @see autocomplete.js
 */
/* Suggestion list. */
/* line 732, ../sass/components/_misc.scss */
#autocomplete .selected {
  background: #0072b9;
  color: #fff;
}

/**
 * Collapsible fieldsets.
 *
 * @see collapse.js
 */
/* line 743, ../sass/components/_misc.scss */
html.js .collapsible .fieldset-legend {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg==');
  background-position: 5px 65%;
  /* LTR */
  background-repeat: no-repeat;
  padding-left: 15px;
  /* LTR */
}
/* line 752, ../sass/components/_misc.scss */
html.js .collapsed .fieldset-legend {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC');
  /* LTR */
  background-position: 5px 50%;
  /* LTR */
}
/* line 759, ../sass/components/_misc.scss */
.fieldset-legend .summary {
  color: #999;
  font-size: 0.9em;
  margin-left: 0.5em;
}

/**
 * TableDrag behavior.
 *
 * @see tabledrag.js
 */
/* line 771, ../sass/components/_misc.scss */
tr.drag {
  background-color: #fffff0;
}

/* line 774, ../sass/components/_misc.scss */
tr.drag-previous {
  background-color: #ffd;
}

/* line 777, ../sass/components/_misc.scss */
.tabledrag-toggle-weight {
  font-size: 0.9em;
}

/**
 * TableSelect behavior.
 *
 * @see tableselect.js
 */
/* line 786, ../sass/components/_misc.scss */
tr.selected td {
  background: #ffc;
}

/**
 * Progress bar.
 *
 * @see progress.js
 */
/* line 795, ../sass/components/_misc.scss */
.progress {
  font-weight: bold;
}
/* line 798, ../sass/components/_misc.scss */
.progress .bar {
  background: #ccc;
  border-color: #666;
  margin: 0 0.2em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 804, ../sass/components/_misc.scss */
.progress .filled {
  background-color: #0072b9;
  background-image: url('../images/progress.gif?1448956908');
}

/**
 * @file
 * Print styling
 *
 * We provide some sane print styling for Drupal using Zen's layout method.
 */
/**
 * By importing this CSS file as media "all", we allow this print file to be
 * aggregated with other stylesheets, for improved front-end performance.
 */
@media print {
  /* Underline all links. */
  /* line 15, ../sass/_print.scss */
  a:link,
  a:visited {
    text-decoration: underline !important;
    /* Don't underline header. */
  }
  /* line 20, ../sass/_print.scss */
  a:link.header__site-link,
  a:visited.header__site-link {
    text-decoration: none !important;
  }

  /* line 25, ../sass/_print.scss */
  #content {
    /* Add visible URL after links. */
    /* Only display useful links. */
    /* Add visible title after abbreviations. */
  }
  /* line 27, ../sass/_print.scss */
  #content a[href]:after {
    content: " (" attr(href) ")";
    font-weight: normal;
    font-size: 16px;
  }
  /* line 34, ../sass/_print.scss */
  #content a[href^="javascript:"]:after,
  #content a[href^="#"]:after {
    content: "";
  }
  /* line 40, ../sass/_print.scss */
  #content abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* Un-float the content. */
  /* line 46, ../sass/_print.scss */
  #content {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Turn off any background colors or images. */
  /* line 54, ../sass/_print.scss */
  body,
  #page,
  #main,
  #content {
    color: #000;
    background-color: transparent !important;
    background-image: none !important;
  }

  /* Hide sidebars and nav elements. */
  /* line 64, ../sass/_print.scss */
  #skip-link,
  #toolbar,
  #navigation,
  .region-sidebar-first,
  .region-sidebar-second,
  #footer,
  .breadcrumb,
  .tabs,
  .action-links,
  .links,
  .book-navigation,
  .forum-topic-navigation,
  .pager,
  .feed-icons, .legal-footer, .site-width, .header, .wrap, div#downloadPdf  {
    visibility: hidden;
    display: none;
  }
  
}
/* SMACSS theme rules */
/* @import "theme-A"; */
/* @import "theme-B"; */
/* line 360, sprites/*.png */
.sprites-sprite, .sprites-arrow-down, .sprites-arrow-left, .timeline-wrapper div.nav span.left, .sprites-arrow-right-white, .btn-go:after, .sprites-arrow-right-yellow, .btn-yellow.btn-go:hover:after, .sprites-arrow-right, .timeline-wrapper div.nav span.right, .sprites-avatar, ul.news-details li.author:before, .sprites-blue-down, .timeline-wrapper ul.line li div:after, .sprites-carat-blue, .sprites-carat-orange, .btn-group span.control:after, .sprites-clock, ul.news-details li.date:before, .sprites-facebook, .sprites-folder, ul.news-details li.tags:before, .sprites-googleplus, .sprites-linkedin, .sprites-list-style, .region-sidebar .block-menu-block ul li ul li:before, .sprites-more-white, .field-name-field-slides .d3_page.field-item div.more a:hover:after, .timeline-wrapper div.more a:hover:after, .sprites-more, .field-name-field-slides .d3_page.field-item div.more a:after, .timeline-wrapper div.more a:after, .sprites-nav-left, body.front div.hero-slides .nav-arrows > div.prev, .sprites-nav-right, body.front div.hero-slides .nav-arrows > div.next, .sprites-newsletter-large, .pre-footer div.left:before, .sprites-newsletter, .sprites-password, #block-user-login .form-item-pass:before, form#user-login .form-item-pass:before, .sprites-pillar-1, body.front ul.pillars li:before, .sprites-pillar-2, body.front ul.pillars li:nth-child(2):before, .sprites-pillar-3, body.front ul.pillars li:nth-child(3):before, .sprites-pillar-4, body.front ul.pillars li:nth-child(4):before, .sprites-pillar-5, body.front ul.pillars li:nth-child(5):before, .sprites-pillar-6, body.front ul.pillars li:nth-child(6):before, .sprites-play, footer.footer #block-views-videos-block .views-field-field-video:after, footer#footer #block-views-videos-block .views-field-field-video:after, .view-id-videos.view-display-id-page .views-row .views-field-field-video:after, .sprites-restricted, .pre-header ul.menu li.restricted:before, .sprites-rss, .sprites-search, #block-search-form .form-type-textfield:before, .sprites-share-email, .sharethis-wrapper span.st_email_custom, .sprites-share-facebook, .sharethis-wrapper span.st_facebook_custom, .sprites-share-googleplus, .sharethis-wrapper span.st_googleplus_custom, .sprites-share-linkedin, .sharethis-wrapper span.st_linkedin_custom, .sprites-share-twitter, .sharethis-wrapper span.st_twitter_custom, .sprites-twitter, .sprites-username, #block-user-login .form-item-name:before, form#user-login .form-item-name:before, .sprites-youtube {
  background-image: url('../images/sprites-sf7f60f26be.png');
  background-repeat: no-repeat;
}

/* line 84, ../../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-arrow-down {
  background-position: 0 0;
}

/* line 84, ../../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-arrow-left, .timeline-wrapper div.nav span.left {
  background-position: 0 -20px;
}

/* line 84, ../../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-arrow-right-white, .btn-go:after {
  background-position: 0 -81px;
}

/* line 84, ../../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-arrow-right-yellow, .btn-yellow.btn-go:hover:after {
  background-position: 0 -92px;
}

/* line 84, ../../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-arrow-right, .timeline-wrapper div.nav span.right {
  background-position: 0 -103px;
}

/* line 84, ../../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-avatar, ul.news-details li.author:before {
  background-position: 0 -164px;
}

/* line 84, ../../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-blue-down, .timeline-wrapper ul.line li div:after {
  background-position: 0 -180px;
}

/* line 84, ../../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-carat-blue {
  background-position: 0 -184px;
}

/* line 84, ../../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-carat-orange, .btn-group span.control:after {
  background-position: 0 -190px;
}

/* line 84, ../../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-clock, ul.news-details li.date:before {
  background-position: 0 -196px;
}

/* line 84, ../../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-facebook {
  background-position: 0 -212px;
}

/* line 84, ../../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-folder, ul.news-details li.tags:before {
  background-position: 0 -242px;
}

/* line 84, ../../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-googleplus {
  background-position: 0 -258px;
}

/* line 84, ../../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-linkedin {
  background-position: 0 -288px;
}

/* line 84, ../../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-list-style, .region-sidebar .block-menu-block ul li ul li:before {
  background-position: 0 -318px;
}

/* line 84, ../../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-more-white, .field-name-field-slides .d3_page.field-item div.more a:hover:after, .timeline-wrapper div.more a:hover:after {
  background-position: 0 -333px;
}

/* line 84, ../../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-more, .field-name-field-slides .d3_page.field-item div.more a:after, .timeline-wrapper div.more a:after {
  background-position: 0 -352px;
}

/* line 84, ../../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-nav-left, body.front div.hero-slides .nav-arrows > div.prev {
  background-position: 0 -371px;
}

/* line 84, ../../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-nav-right, body.front div.hero-slides .nav-arrows > div.next {
  background-position: 0 -428px;
}

/* line 84, ../../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-newsletter-large, .pre-footer div.left:before {
  background-position: 0 -485px;
}

/* line 84, ../../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-newsletter {
  background-position: 0 -574px;
}

/* line 84, ../../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-password, #block-user-login .form-item-pass:before, form#user-login .form-item-pass:before {
  background-position: 0 -604px;
}

/* line 84, ../../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-pillar-1, body.front ul.pillars li:before {
  background-position: 0 -634px;
}

/* line 84, ../../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-pillar-2, body.front ul.pillars li:nth-child(2):before {
  background-position: 0 -723px;
}

/* line 84, ../../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-pillar-3, body.front ul.pillars li:nth-child(3):before {
  background-position: 0 -812px;
}

/* line 84, ../../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-pillar-4, body.front ul.pillars li:nth-child(4):before {
  background-position: 0 -901px;
}

/* line 84, ../../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-pillar-5, body.front ul.pillars li:nth-child(5):before {
  background-position: 0 -990px;
}

/* line 84, ../../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-pillar-6, body.front ul.pillars li:nth-child(6):before {
  background-position: 0 -1079px;
}

/* line 84, ../../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-play, footer.footer #block-views-videos-block .views-field-field-video:after, footer#footer #block-views-videos-block .views-field-field-video:after, .view-id-videos.view-display-id-page .views-row .views-field-field-video:after {
  background-position: 0 -1168px;
}

/* line 84, ../../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-restricted, .pre-header ul.menu li.restricted:before {
  background-position: 0 -1238px;
}

/* line 84, ../../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-rss {
  background-position: 0 -1258px;
}

/* line 84, ../../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-search, #block-search-form .form-type-textfield:before {
  background-position: 0 -1288px;
}

/* line 84, ../../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-share-email, .sharethis-wrapper span.st_email_custom {
  background-position: 0 -1308px;
}

/* line 84, ../../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-share-facebook, .sharethis-wrapper span.st_facebook_custom {
  background-position: 0 -1323px;
}

/* line 84, ../../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-share-googleplus, .sharethis-wrapper span.st_googleplus_custom {
  background-position: 0 -1338px;
}

/* line 84, ../../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-share-linkedin, .sharethis-wrapper span.st_linkedin_custom {
  background-position: 0 -1355px;
}

/* line 84, ../../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-share-twitter, .sharethis-wrapper span.st_twitter_custom {
  background-position: 0 -1372px;
}

/* line 84, ../../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-twitter {
  background-position: 0 -1385px;
}

/* line 84, ../../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-username, #block-user-login .form-item-name:before, form#user-login .form-item-name:before {
  background-position: 0 -1415px;
}

/* line 84, ../../../../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.sprites-youtube {
  background-position: 0 -1435px;
}

/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=2e4460904dd2ef325dcd)
 * Config saved to config.json and https://gist.github.com/2e4460904dd2ef325dcd
 */
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* line 17, ../sass/bootstrap.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 22, ../sass/bootstrap.scss */
body {
  margin: 0;
}

/* line 25, ../sass/bootstrap.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 40, ../sass/bootstrap.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 47, ../sass/bootstrap.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 51, ../sass/bootstrap.scss */
[hidden],
template {
  display: none;
}

/* line 55, ../sass/bootstrap.scss */
a {
  background-color: transparent;
}

/* line 58, ../sass/bootstrap.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 62, ../sass/bootstrap.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 65, ../sass/bootstrap.scss */
b,
strong {
  font-weight: bold;
}

/* line 69, ../sass/bootstrap.scss */
dfn {
  font-style: italic;
}

/* line 72, ../sass/bootstrap.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 76, ../sass/bootstrap.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 80, ../sass/bootstrap.scss */
small {
  font-size: 80%;
}

/* line 83, ../sass/bootstrap.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 90, ../sass/bootstrap.scss */
sup {
  top: -0.5em;
}

/* line 93, ../sass/bootstrap.scss */
sub {
  bottom: -0.25em;
}

/* line 96, ../sass/bootstrap.scss */
img {
  border: 0;
}

/* line 99, ../sass/bootstrap.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 102, ../sass/bootstrap.scss */
figure {
  margin: 1em 40px;
}

/* line 105, ../sass/bootstrap.scss */
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/* line 111, ../sass/bootstrap.scss */
pre {
  overflow: auto;
}

/* line 114, ../sass/bootstrap.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 121, ../sass/bootstrap.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 130, ../sass/bootstrap.scss */
button {
  overflow: visible;
}

/* line 133, ../sass/bootstrap.scss */
button,
select {
  text-transform: none;
}

/* line 137, ../sass/bootstrap.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 144, ../sass/bootstrap.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 148, ../sass/bootstrap.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 153, ../sass/bootstrap.scss */
input {
  line-height: normal;
}

/* line 156, ../sass/bootstrap.scss */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

/* line 163, ../sass/bootstrap.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 167, ../sass/bootstrap.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 173, ../sass/bootstrap.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 177, ../sass/bootstrap.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 182, ../sass/bootstrap.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 186, ../sass/bootstrap.scss */
textarea {
  overflow: auto;
}

/* line 189, ../sass/bootstrap.scss */
optgroup {
  font-weight: bold;
}

/* line 192, ../sass/bootstrap.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 196, ../sass/bootstrap.scss */
td,
th {padding: 0;
}

/* line 200, ../sass/bootstrap.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 205, ../sass/bootstrap.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 211, ../sass/bootstrap.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

/* line 215, ../sass/bootstrap.scss */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}

/* line 222, ../sass/bootstrap.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 230, ../sass/bootstrap.scss */
a {
  color: #337ab7;
  text-decoration: none;
}

/* line 234, ../sass/bootstrap.scss */
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}

/* line 239, ../sass/bootstrap.scss */
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 244, ../sass/bootstrap.scss */
figure {
  margin: 0;
}

/* line 247, ../sass/bootstrap.scss */
img {
  vertical-align: middle;
}

/* line 250, ../sass/bootstrap.scss */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 255, ../sass/bootstrap.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 258, ../sass/bootstrap.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 271, ../sass/bootstrap.scss */
.img-circle {
  border-radius: 50%;
}

/* line 274, ../sass/bootstrap.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* line 280, ../sass/bootstrap.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 290, ../sass/bootstrap.scss */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 299, ../sass/bootstrap.scss */
[role="button"] {
  cursor: pointer;
}

/* line 302, ../sass/bootstrap.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  /* line 309, ../sass/bootstrap.scss */
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  /* line 314, ../sass/bootstrap.scss */
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  /* line 319, ../sass/bootstrap.scss */
  .container {
    width: 1170px;
  }
}
/* line 323, ../sass/bootstrap.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 329, ../sass/bootstrap.scss */
.row, .publications-block-wrapper .view-content, footer.footer, footer#footer, footer.footer #block-menu-menu-footer-menu > ul, footer#footer #block-menu-menu-footer-menu > ul, body.front div#content, div.view-news-events .view-content, div.view-publications.view-display-id-page .view-content, #block-easo-contact-easo-consultative form > div, .view-id-videos.view-display-id-page, div#block-views-newsletter-archive-block .view-content, div.view-press-releases .view-content, div.view-id-image_gallery div.item-list ul {
  margin-left: -15px;
  margin-right: -15px;
}

/* line 333, ../sass/bootstrap.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, footer.footer #block-menu-menu-quick-links, footer#footer #block-menu-menu-quick-links, footer.footer #block-views-videos-block, footer#footer #block-views-videos-block, div#block-views-newsletter-archive-block .view-content .views-row, div.view-id-image_gallery div.item-list ul li, .col-lg-3, .col-xs-4, div.view-id-image_gallery div.item-list ul li, .col-sm-4, .col-md-4, body.front #block-views-publications-block, body.front #block-easo-twitter-easo-twitter, body.front #block-easo-top-pages-easo-top-pages, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .publications-block-wrapper .view-content .views-row, footer.footer #block-menu-menu-footer-menu, footer#footer #block-menu-menu-footer-menu, footer.footer #block-menu-menu-footer-menu > ul > li, footer#footer #block-menu-menu-footer-menu > ul > li, div.view-news-events .view-content .views-row, div.view-publications.view-display-id-page .view-content .views-row, body.node-type-contact #block-easo-contact-easo-contact, #block-easo-contact-easo-consultative form > div .form-item-name, #block-easo-contact-easo-consultative form > div .form-item-surname, #block-easo-contact-easo-consultative form > div .form-item-email, #block-easo-contact-easo-consultative form > div .form-item-organisation, #block-user-login, form#user-login, .view-id-videos.view-display-id-page .views-row, div.view-press-releases .view-content .views-row, #user-pass, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, body.front #block-views-news-events-block, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, body.front div.view-news-events .views-row-1, #block-easo-contact-easo-consultative form > div .form-item-message, #block-easo-contact-easo-consultative form > div .form-item-files-attachment, #user-profile-form, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 339, ../sass/bootstrap.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, div.view-id-image_gallery div.item-list ul li, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

/* line 342, ../sass/bootstrap.scss */
.col-xs-12 {
  width: 100%;
}

/* line 345, ../sass/bootstrap.scss */
.col-xs-11 {
  width: 91.66666667%;
}

/* line 348, ../sass/bootstrap.scss */
.col-xs-10 {
  width: 83.33333333%;
}

/* line 351, ../sass/bootstrap.scss */
.col-xs-9 {
  width: 75%;
}

/* line 354, ../sass/bootstrap.scss */
.col-xs-8 {
  width: 66.66666667%;
}

/* line 357, ../sass/bootstrap.scss */
.col-xs-7 {
  width: 58.33333333%;
}

/* line 360, ../sass/bootstrap.scss */
.col-xs-6 {
  width: 50%;
}

/* line 363, ../sass/bootstrap.scss */
.col-xs-5 {
  width: 41.66666667%;
}

/* line 366, ../sass/bootstrap.scss */
.col-xs-4, div.view-id-image_gallery div.item-list ul li {
  width: 33.33333333%;
}

/* line 369, ../sass/bootstrap.scss */
.col-xs-3 {
  width: 25%;
}

/* line 372, ../sass/bootstrap.scss */
.col-xs-2 {
  width: 16.66666667%;
}

/* line 375, ../sass/bootstrap.scss */
.col-xs-1 {
  width: 8.33333333%;
}

/* line 378, ../sass/bootstrap.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 381, ../sass/bootstrap.scss */
.col-xs-pull-11 {
  right: 91.66666667%;
}

/* line 384, ../sass/bootstrap.scss */
.col-xs-pull-10 {
  right: 83.33333333%;
}

/* line 387, ../sass/bootstrap.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 390, ../sass/bootstrap.scss */
.col-xs-pull-8 {
  right: 66.66666667%;
}

/* line 393, ../sass/bootstrap.scss */
.col-xs-pull-7 {
  right: 58.33333333%;
}

/* line 396, ../sass/bootstrap.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 399, ../sass/bootstrap.scss */
.col-xs-pull-5 {
  right: 41.66666667%;
}

/* line 402, ../sass/bootstrap.scss */
.col-xs-pull-4 {
  right: 33.33333333%;
}

/* line 405, ../sass/bootstrap.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 408, ../sass/bootstrap.scss */
.col-xs-pull-2 {
  right: 16.66666667%;
}

/* line 411, ../sass/bootstrap.scss */
.col-xs-pull-1 {
  right: 8.33333333%;
}

/* line 414, ../sass/bootstrap.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 417, ../sass/bootstrap.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 420, ../sass/bootstrap.scss */
.col-xs-push-11 {
  left: 91.66666667%;
}

/* line 423, ../sass/bootstrap.scss */
.col-xs-push-10 {
  left: 83.33333333%;
}

/* line 426, ../sass/bootstrap.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 429, ../sass/bootstrap.scss */
.col-xs-push-8 {
  left: 66.66666667%;
}

/* line 432, ../sass/bootstrap.scss */
.col-xs-push-7 {
  left: 58.33333333%;
}

/* line 435, ../sass/bootstrap.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 438, ../sass/bootstrap.scss */
.col-xs-push-5 {
  left: 41.66666667%;
}

/* line 441, ../sass/bootstrap.scss */
.col-xs-push-4 {
  left: 33.33333333%;
}

/* line 444, ../sass/bootstrap.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 447, ../sass/bootstrap.scss */
.col-xs-push-2 {
  left: 16.66666667%;
}

/* line 450, ../sass/bootstrap.scss */
.col-xs-push-1 {
  left: 8.33333333%;
}

/* line 453, ../sass/bootstrap.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 456, ../sass/bootstrap.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

/* line 459, ../sass/bootstrap.scss */
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

/* line 462, ../sass/bootstrap.scss */
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

/* line 465, ../sass/bootstrap.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 468, ../sass/bootstrap.scss */
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

/* line 471, ../sass/bootstrap.scss */
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

/* line 474, ../sass/bootstrap.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 477, ../sass/bootstrap.scss */
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

/* line 480, ../sass/bootstrap.scss */
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

/* line 483, ../sass/bootstrap.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 486, ../sass/bootstrap.scss */
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

/* line 489, ../sass/bootstrap.scss */
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

/* line 492, ../sass/bootstrap.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  /* line 496, ../sass/bootstrap.scss */
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  /* line 499, ../sass/bootstrap.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 502, ../sass/bootstrap.scss */
  .col-sm-11 {
    width: 91.66666667%;
  }

  /* line 505, ../sass/bootstrap.scss */
  .col-sm-10 {
    width: 83.33333333%;
  }

  /* line 508, ../sass/bootstrap.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 511, ../sass/bootstrap.scss */
  .col-sm-8 {
    width: 66.66666667%;
  }

  /* line 514, ../sass/bootstrap.scss */
  .col-sm-7 {
    width: 58.33333333%;
  }

  /* line 517, ../sass/bootstrap.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 520, ../sass/bootstrap.scss */
  .col-sm-5 {
    width: 41.66666667%;
  }

  /* line 523, ../sass/bootstrap.scss */
  .col-sm-4 {
    width: 33.33333333%;
  }

  /* line 526, ../sass/bootstrap.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 529, ../sass/bootstrap.scss */
  .col-sm-2 {
    width: 16.66666667%;
  }

  /* line 532, ../sass/bootstrap.scss */
  .col-sm-1 {
    width: 8.33333333%;
  }

  /* line 535, ../sass/bootstrap.scss */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 538, ../sass/bootstrap.scss */
  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  /* line 541, ../sass/bootstrap.scss */
  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  /* line 544, ../sass/bootstrap.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 547, ../sass/bootstrap.scss */
  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  /* line 550, ../sass/bootstrap.scss */
  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  /* line 553, ../sass/bootstrap.scss */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 556, ../sass/bootstrap.scss */
  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  /* line 559, ../sass/bootstrap.scss */
  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  /* line 562, ../sass/bootstrap.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 565, ../sass/bootstrap.scss */
  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  /* line 568, ../sass/bootstrap.scss */
  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  /* line 571, ../sass/bootstrap.scss */
  .col-sm-pull-0 {
    right: auto;
  }

  /* line 574, ../sass/bootstrap.scss */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 577, ../sass/bootstrap.scss */
  .col-sm-push-11 {
    left: 91.66666667%;
  }

  /* line 580, ../sass/bootstrap.scss */
  .col-sm-push-10 {
    left: 83.33333333%;
  }

  /* line 583, ../sass/bootstrap.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 586, ../sass/bootstrap.scss */
  .col-sm-push-8 {
    left: 66.66666667%;
  }

  /* line 589, ../sass/bootstrap.scss */
  .col-sm-push-7 {
    left: 58.33333333%;
  }

  /* line 592, ../sass/bootstrap.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 595, ../sass/bootstrap.scss */
  .col-sm-push-5 {
    left: 41.66666667%;
  }

  /* line 598, ../sass/bootstrap.scss */
  .col-sm-push-4 {
    left: 33.33333333%;
  }

  /* line 601, ../sass/bootstrap.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 604, ../sass/bootstrap.scss */
  .col-sm-push-2 {
    left: 16.66666667%;
  }

  /* line 607, ../sass/bootstrap.scss */
  .col-sm-push-1 {
    left: 8.33333333%;
  }

  /* line 610, ../sass/bootstrap.scss */
  .col-sm-push-0 {
    left: auto;
  }

  /* line 613, ../sass/bootstrap.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }

  /* line 616, ../sass/bootstrap.scss */
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 619, ../sass/bootstrap.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 622, ../sass/bootstrap.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 625, ../sass/bootstrap.scss */
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 628, ../sass/bootstrap.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 631, ../sass/bootstrap.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 634, ../sass/bootstrap.scss */
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 637, ../sass/bootstrap.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 640, ../sass/bootstrap.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 643, ../sass/bootstrap.scss */
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 646, ../sass/bootstrap.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 649, ../sass/bootstrap.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  /* line 654, ../sass/bootstrap.scss */
  .col-md-1, .col-md-2, .col-md-3, footer.footer #block-menu-menu-quick-links, footer#footer #block-menu-menu-quick-links, footer.footer #block-views-videos-block, footer#footer #block-views-videos-block, div#block-views-newsletter-archive-block .view-content .views-row, div.view-id-image_gallery div.item-list ul li, .col-md-4, body.front #block-views-publications-block, body.front #block-easo-twitter-easo-twitter, body.front #block-easo-top-pages-easo-top-pages, .col-md-5, .col-md-6, .publications-block-wrapper .view-content .views-row, footer.footer #block-menu-menu-footer-menu, footer#footer #block-menu-menu-footer-menu, footer.footer #block-menu-menu-footer-menu > ul > li, footer#footer #block-menu-menu-footer-menu > ul > li, div.view-news-events .view-content .views-row, div.view-publications.view-display-id-page .view-content .views-row, body.node-type-contact #block-easo-contact-easo-contact, #block-easo-contact-easo-consultative form > div .form-item-name, #block-easo-contact-easo-consultative form > div .form-item-surname, #block-easo-contact-easo-consultative form > div .form-item-email, #block-easo-contact-easo-consultative form > div .form-item-organisation, #block-user-login, form#user-login, .view-id-videos.view-display-id-page .views-row, div.view-press-releases .view-content .views-row, #user-pass, .col-md-7, .col-md-8, body.front #block-views-news-events-block, .col-md-9, .col-md-10, .col-md-11, .col-md-12, body.front div.view-news-events .views-row-1, #block-easo-contact-easo-consultative form > div .form-item-message, #block-easo-contact-easo-consultative form > div .form-item-files-attachment, #user-profile-form {
    float: left;
  }

  /* line 657, ../sass/bootstrap.scss */
  .col-md-12, body.front div.view-news-events .views-row-1, #block-easo-contact-easo-consultative form > div .form-item-message, #block-easo-contact-easo-consultative form > div .form-item-files-attachment, #user-profile-form {
    width: 100%;
  }

  /* line 660, ../sass/bootstrap.scss */
  .col-md-11 {
    width: 91.66666667%;
  }

  /* line 663, ../sass/bootstrap.scss */
  .col-md-10 {
    width: 83.33333333%;
  }

  /* line 666, ../sass/bootstrap.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 669, ../sass/bootstrap.scss */
  .col-md-8, body.front #block-views-news-events-block {
    width: 66.66666667%;
  }

  /* line 672, ../sass/bootstrap.scss */
  .col-md-7 {
    width: 58.33333333%;
  }

  /* line 675, ../sass/bootstrap.scss */
  .col-md-6, .publications-block-wrapper .view-content .views-row, footer.footer #block-menu-menu-footer-menu, footer#footer #block-menu-menu-footer-menu, footer.footer #block-menu-menu-footer-menu > ul > li, footer#footer #block-menu-menu-footer-menu > ul > li, div.view-news-events .view-content .views-row, div.view-publications.view-display-id-page .view-content .views-row, body.node-type-contact #block-easo-contact-easo-contact, #block-easo-contact-easo-consultative form > div .form-item-name, #block-easo-contact-easo-consultative form > div .form-item-surname, #block-easo-contact-easo-consultative form > div .form-item-email, #block-easo-contact-easo-consultative form > div .form-item-organisation, #block-user-login, form#user-login, .view-id-videos.view-display-id-page .views-row, div.view-press-releases .view-content .views-row, #user-pass {
    width: 50%;
  }

  /* line 678, ../sass/bootstrap.scss */
  .col-md-5 {
    width: 41.66666667%;
  }

  /* line 681, ../sass/bootstrap.scss */
  .col-md-4, body.front #block-views-publications-block, body.front #block-easo-twitter-easo-twitter, body.front #block-easo-top-pages-easo-top-pages {
    width: 33.33333333%;
  }

  /* line 684, ../sass/bootstrap.scss */
  .col-md-3, footer.footer #block-menu-menu-quick-links, footer#footer #block-menu-menu-quick-links, footer.footer #block-views-videos-block, footer#footer #block-views-videos-block, div#block-views-newsletter-archive-block .view-content .views-row, div.view-id-image_gallery div.item-list ul li {
    width: 25%;
  }

  /* line 687, ../sass/bootstrap.scss */
  .col-md-2 {
    width: 16.66666667%;
  }

  /* line 690, ../sass/bootstrap.scss */
  .col-md-1 {
    width: 8.33333333%;
  }

  /* line 693, ../sass/bootstrap.scss */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 696, ../sass/bootstrap.scss */
  .col-md-pull-11 {
    right: 91.66666667%;
  }

  /* line 699, ../sass/bootstrap.scss */
  .col-md-pull-10 {
    right: 83.33333333%;
  }

  /* line 702, ../sass/bootstrap.scss */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 705, ../sass/bootstrap.scss */
  .col-md-pull-8 {
    right: 66.66666667%;
  }

  /* line 708, ../sass/bootstrap.scss */
  .col-md-pull-7 {
    right: 58.33333333%;
  }

  /* line 711, ../sass/bootstrap.scss */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 714, ../sass/bootstrap.scss */
  .col-md-pull-5 {
    right: 41.66666667%;
  }

  /* line 717, ../sass/bootstrap.scss */
  .col-md-pull-4 {
    right: 33.33333333%;
  }

  /* line 720, ../sass/bootstrap.scss */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 723, ../sass/bootstrap.scss */
  .col-md-pull-2 {
    right: 16.66666667%;
  }

  /* line 726, ../sass/bootstrap.scss */
  .col-md-pull-1 {
    right: 8.33333333%;
  }

  /* line 729, ../sass/bootstrap.scss */
  .col-md-pull-0 {
    right: auto;
  }

  /* line 732, ../sass/bootstrap.scss */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 735, ../sass/bootstrap.scss */
  .col-md-push-11 {
    left: 91.66666667%;
  }

  /* line 738, ../sass/bootstrap.scss */
  .col-md-push-10 {
    left: 83.33333333%;
  }

  /* line 741, ../sass/bootstrap.scss */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 744, ../sass/bootstrap.scss */
  .col-md-push-8 {
    left: 66.66666667%;
  }

  /* line 747, ../sass/bootstrap.scss */
  .col-md-push-7 {
    left: 58.33333333%;
  }

  /* line 750, ../sass/bootstrap.scss */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 753, ../sass/bootstrap.scss */
  .col-md-push-5 {
    left: 41.66666667%;
  }

  /* line 756, ../sass/bootstrap.scss */
  .col-md-push-4 {
    left: 33.33333333%;
  }

  /* line 759, ../sass/bootstrap.scss */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 762, ../sass/bootstrap.scss */
  .col-md-push-2 {
    left: 16.66666667%;
  }

  /* line 765, ../sass/bootstrap.scss */
  .col-md-push-1 {
    left: 8.33333333%;
  }

  /* line 768, ../sass/bootstrap.scss */
  .col-md-push-0 {
    left: auto;
  }

  /* line 771, ../sass/bootstrap.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }

  /* line 774, ../sass/bootstrap.scss */
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 777, ../sass/bootstrap.scss */
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 780, ../sass/bootstrap.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 783, ../sass/bootstrap.scss */
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 786, ../sass/bootstrap.scss */
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 789, ../sass/bootstrap.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 792, ../sass/bootstrap.scss */
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 795, ../sass/bootstrap.scss */
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 798, ../sass/bootstrap.scss */
  .col-md-offset-3, #block-user-login, form#user-login, #user-pass {
    margin-left: 25%;
  }

  /* line 801, ../sass/bootstrap.scss */
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 804, ../sass/bootstrap.scss */
  .col-md-offset-1, body.node-type-contact #block-easo-contact-easo-contact {
    margin-left: 8.33333333%;
  }

  /* line 807, ../sass/bootstrap.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  /* line 812, ../sass/bootstrap.scss */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  /* line 815, ../sass/bootstrap.scss */
  .col-lg-12 {
    width: 100%;
  }

  /* line 818, ../sass/bootstrap.scss */
  .col-lg-11 {
    width: 91.66666667%;
  }

  /* line 821, ../sass/bootstrap.scss */
  .col-lg-10 {
    width: 83.33333333%;
  }

  /* line 824, ../sass/bootstrap.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 827, ../sass/bootstrap.scss */
  .col-lg-8 {
    width: 66.66666667%;
  }

  /* line 830, ../sass/bootstrap.scss */
  .col-lg-7 {
    width: 58.33333333%;
  }

  /* line 833, ../sass/bootstrap.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 836, ../sass/bootstrap.scss */
  .col-lg-5 {
    width: 41.66666667%;
  }

  /* line 839, ../sass/bootstrap.scss */
  .col-lg-4 {
    width: 33.33333333%;
  }

  /* line 842, ../sass/bootstrap.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 845, ../sass/bootstrap.scss */
  .col-lg-2 {
    width: 16.66666667%;
  }

  /* line 848, ../sass/bootstrap.scss */
  .col-lg-1 {
    width: 8.33333333%;
  }

  /* line 851, ../sass/bootstrap.scss */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 854, ../sass/bootstrap.scss */
  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  /* line 857, ../sass/bootstrap.scss */
  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  /* line 860, ../sass/bootstrap.scss */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 863, ../sass/bootstrap.scss */
  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  /* line 866, ../sass/bootstrap.scss */
  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  /* line 869, ../sass/bootstrap.scss */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 872, ../sass/bootstrap.scss */
  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  /* line 875, ../sass/bootstrap.scss */
  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  /* line 878, ../sass/bootstrap.scss */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 881, ../sass/bootstrap.scss */
  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  /* line 884, ../sass/bootstrap.scss */
  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  /* line 887, ../sass/bootstrap.scss */
  .col-lg-pull-0 {
    right: auto;
  }

  /* line 890, ../sass/bootstrap.scss */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 893, ../sass/bootstrap.scss */
  .col-lg-push-11 {
    left: 91.66666667%;
  }

  /* line 896, ../sass/bootstrap.scss */
  .col-lg-push-10 {
    left: 83.33333333%;
  }

  /* line 899, ../sass/bootstrap.scss */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 902, ../sass/bootstrap.scss */
  .col-lg-push-8 {
    left: 66.66666667%;
  }

  /* line 905, ../sass/bootstrap.scss */
  .col-lg-push-7 {
    left: 58.33333333%;
  }

  /* line 908, ../sass/bootstrap.scss */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 911, ../sass/bootstrap.scss */
  .col-lg-push-5 {
    left: 41.66666667%;
  }

  /* line 914, ../sass/bootstrap.scss */
  .col-lg-push-4 {
    left: 33.33333333%;
  }

  /* line 917, ../sass/bootstrap.scss */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 920, ../sass/bootstrap.scss */
  .col-lg-push-2 {
    left: 16.66666667%;
  }

  /* line 923, ../sass/bootstrap.scss */
  .col-lg-push-1 {
    left: 8.33333333%;
  }

  /* line 926, ../sass/bootstrap.scss */
  .col-lg-push-0 {
    left: auto;
  }

  /* line 929, ../sass/bootstrap.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }

  /* line 932, ../sass/bootstrap.scss */
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 935, ../sass/bootstrap.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 938, ../sass/bootstrap.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 941, ../sass/bootstrap.scss */
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 944, ../sass/bootstrap.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 947, ../sass/bootstrap.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 950, ../sass/bootstrap.scss */
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 953, ../sass/bootstrap.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 956, ../sass/bootstrap.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 959, ../sass/bootstrap.scss */
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 962, ../sass/bootstrap.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 965, ../sass/bootstrap.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/* line 969, ../sass/bootstrap.scss */
.clearfix:before, body.node-type-newsletter-signup article.node-newsletter-signup form#form-easo-newsletter:before, body.node-type-newsletter-signup article.node-newsletter-unsubscribe form#form-easo-newsletter:before, body.node-type-newsletter-unsubscribe article.node-newsletter-signup form#form-easo-newsletter:before, body.node-type-newsletter-unsubscribe article.node-newsletter-unsubscribe form#form-easo-newsletter:before,
.clearfix:after,
body.node-type-newsletter-signup article.node-newsletter-signup form#form-easo-newsletter:after,
body.node-type-newsletter-signup article.node-newsletter-unsubscribe form#form-easo-newsletter:after,
body.node-type-newsletter-unsubscribe article.node-newsletter-signup form#form-easo-newsletter:after,
body.node-type-newsletter-unsubscribe article.node-newsletter-unsubscribe form#form-easo-newsletter:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.publications-block-wrapper .view-content:before,
footer.footer:before,
footer#footer:before,
footer.footer #block-menu-menu-footer-menu > ul:before,
footer#footer #block-menu-menu-footer-menu > ul:before,
body.front div#content:before,
div.view-news-events .view-content:before,
div.view-publications.view-display-id-page .view-content:before,
#block-easo-contact-easo-consultative form > div:before,
.view-id-videos.view-display-id-page:before,
div#block-views-newsletter-archive-block .view-content:before,
div.view-press-releases .view-content:before,
div.view-id-image_gallery div.item-list ul:before,
.row:after,
.publications-block-wrapper .view-content:after,
footer.footer:after,
footer#footer:after,
footer.footer #block-menu-menu-footer-menu > ul:after,
footer#footer #block-menu-menu-footer-menu > ul:after,
body.front div#content:after,
div.view-news-events .view-content:after,
div.view-publications.view-display-id-page .view-content:after,
#block-easo-contact-easo-consultative form > div:after,
.view-id-videos.view-display-id-page:after,
div#block-views-newsletter-archive-block .view-content:after,
div.view-press-releases .view-content:after,
div.view-id-image_gallery div.item-list ul:after {
  content: " ";
  display: table;
}

/* line 980, ../sass/bootstrap.scss */
.clearfix:after, body.node-type-newsletter-signup article.node-newsletter-signup form#form-easo-newsletter:after, body.node-type-newsletter-signup article.node-newsletter-unsubscribe form#form-easo-newsletter:after, body.node-type-newsletter-unsubscribe article.node-newsletter-signup form#form-easo-newsletter:after, body.node-type-newsletter-unsubscribe article.node-newsletter-unsubscribe form#form-easo-newsletter:after,
.container:after,
.container-fluid:after,
.row:after,
.publications-block-wrapper .view-content:after,
footer.footer:after,
footer#footer:after,
footer.footer #block-menu-menu-footer-menu > ul:after,
footer#footer #block-menu-menu-footer-menu > ul:after,
body.front div#content:after,
div.view-news-events .view-content:after,
div.view-publications.view-display-id-page .view-content:after,
#block-easo-contact-easo-consultative form > div:after,
.view-id-videos.view-display-id-page:after,
div#block-views-newsletter-archive-block .view-content:after,
div.view-press-releases .view-content:after,
div.view-id-image_gallery div.item-list ul:after {
  clear: both;
}

/* line 986, ../sass/bootstrap.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 991, ../sass/bootstrap.scss */
.pull-right {
  float: right !important;
}

/* line 994, ../sass/bootstrap.scss */
.pull-left {
  float: left !important;
}

/* line 997, ../sass/bootstrap.scss */
.hide {
  display: none !important;
}

/* line 1000, ../sass/bootstrap.scss */
.show {
  display: block !important;
}

/* line 1003, ../sass/bootstrap.scss */
.invisible {
  visibility: hidden;
}

/* line 1006, ../sass/bootstrap.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 1013, ../sass/bootstrap.scss */
.hidden {
  display: none !important;
}

/* line 1016, ../sass/bootstrap.scss */
.affix {
  position: fixed;
}

/* line 88, ../sass/styles.scss */
body {
  font-family: 'Lato', sans-serif;
  color: #505050;
  font-size: 16px;
}

/* line 94, ../sass/styles.scss */
img.responsive {
  width: 100%;
}

/* line 98, ../sass/styles.scss */
span.date {
  color: #f58600;
}

/* line 102, ../sass/styles.scss */
.view-empty {
  font-style: italic;
}

/* line 106, ../sass/styles.scss */
#page {
  margin: 0;
}
/* line 108, ../sass/styles.scss */
#page #main {
  padding: 0 15px;
  background-color: white;
  position: relative;
  min-height: 500px;
}

/* line 116, ../sass/styles.scss */
.region-sidebar div.block {
  background-color: #d1e8f5;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: -2px 4px 0px 0px;
  -moz-box-shadow: -2px 4px 0px 0px #ececec;
  box-shadow: -2px 4px 0px 0px #ececec;
  font-size: 14px;
}
/* line 122, ../sass/styles.scss */
.region-sidebar div.block h2 {
  color: #505050;
  border-bottom: 1px solid #b6c8d3;
}
/* line 125, ../sass/styles.scss */
.region-sidebar div.block h2 a {
  padding: 0 5px 15px;
  font-size: 28px;
  line-height: 32px;
  color: #505050;
  display: block;
}
/* line 133, ../sass/styles.scss */
.region-sidebar div.block:before {
  content: ' ';
  display: block;
  height: 2px;
  width: 70px;
  background-color: #f58400;
  top: -1px;
  position: absolute;
}

/* line 144, ../sass/styles.scss */
ul.links li.statistics_counter {
  display: none;
}

/* line 148, ../sass/styles.scss */
article.node-1.node-home {
  padding: 0 15px;
}

/* line 152, ../sass/styles.scss */
div#content {
  position: relative;
  z-index: 10;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

@media screen and (max-width: 750px) {
  /* line 162, ../sass/styles.scss */
  div#content {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 169, ../sass/styles.scss */
body.front div#content {
  margin-bottom: 0px;
  padding-top: 0px;
}

/* line 175, ../sass/styles.scss */
img.main-image {
  border: 10px solid #d1e8f5;
  width: 100%;
  margin-bottom: 30px;
}

/* line 181, ../sass/styles.scss */
h1.page__title {
  color: #007fc5;
  margin: 0 0 10px;
  font-weight: normal;
  font-size: 32px;
}
/* line 186, ../sass/styles.scss */
h1.page__title.news {
  color: #505050;
  margin-bottom: 0;
}

/* line 192, ../sass/styles.scss */
h2 {
  font-size: 28px;
  color: #007dc7;
  font-weight: normal;
  margin-bottom: 0;
}
/* line 197, ../sass/styles.scss */
h2.title {
  margin-top: 0;
  color: #7aadda;
  font-size: 26px;
}

/* line 204, ../sass/styles.scss */
.list-inline li {
  display: inline-block;
}

/* line 208, ../sass/styles.scss */
.site-width {
  max-width: 1200px;
  margin: auto;
}

/* line 213, ../sass/styles.scss */
.cleafix:after {
  content: "";
  display: table;
  clear: both;
}

/* line 219, ../sass/styles.scss */
.no-text {
  text-indent: -1000px;
  overflow: hidden;
  display: block;
}

/* line 225, ../sass/styles.scss */
.icon {
  height: 30px;
  width: 30px;
}

/* line 230, ../sass/styles.scss */
.no-list-style {
  list-style: none;
}

/* line 234, ../sass/styles.scss */
.btn, .view-documents-archive .views-field-download a, .view--archive-of-documents .views-exposed-widgets input.form-submit, .view-documents-archive .views-exposed-widgets input.form-submit, div#block-views-newsletter-archive-block .view-filters input.form-submit, .view-id-procurements .views-exposed-widgets input.form-submit, .view-archive-of-operations table tbody .views-field-field-file a, .view-archive-of-operations .views-exposed-widgets input.form-submit {
  padding: 1px 10px 3px;
  text-decoration: none;
  border-radius: 3px;
  border: 2px solid #0081cf;
  font-size: 13px;
  color: #337ab7;
  cursor: pointer;
  white-space: nowrap;
}
/* line 243, ../sass/styles.scss */
.btn:hover, .view-documents-archive .views-field-download a:hover, .view--archive-of-documents .views-exposed-widgets input.form-submit:hover, .view-documents-archive .views-exposed-widgets input.form-submit:hover, div#block-views-newsletter-archive-block .view-filters input.form-submit:hover, .view-id-procurements .views-exposed-widgets input.form-submit:hover, .view-archive-of-operations table tbody .views-field-field-file a:hover, .view-archive-of-operations .views-exposed-widgets input.form-submit:hover {
  background-color: #0081cf;
  color: white;
  text-decoration: none;
}

/* line 250, ../sass/styles.scss */
.btn-pink {
  border-color: #e26ca5;
  color: #e26ca5;
}
/* line 253, ../sass/styles.scss */
.btn-pink:hover {
  background-color: #e26ca5;
}

/* line 258, ../sass/styles.scss */
.btn-orange, .view--archive-of-documents .views-exposed-widgets input.form-submit, .view-documents-archive .views-exposed-widgets input.form-submit, div#block-views-newsletter-archive-block .view-filters input.form-submit, .view-id-procurements .views-exposed-widgets input.form-submit, .view-archive-of-operations .views-exposed-widgets input.form-submit {
  border-color: #f48500;
  color: #f48500;
}
/* line 261, ../sass/styles.scss */
.btn-orange:hover, .view--archive-of-documents .views-exposed-widgets input.form-submit:hover, .view-documents-archive .views-exposed-widgets input.form-submit:hover, div#block-views-newsletter-archive-block .view-filters input.form-submit:hover, .view-id-procurements .views-exposed-widgets input.form-submit:hover, .view-archive-of-operations .views-exposed-widgets input.form-submit:hover {
  background-color: #f48500;
}

/* line 266, ../sass/styles.scss */
.btn-group {
  position: relative;
  display: inline-block;
}
/* line 269, ../sass/styles.scss */
.btn-group span.control {
  display: block;
}
/* line 271, ../sass/styles.scss */
.btn-group span.control:after {
  content: ' ';
  width: 11px;
  height: 6px;
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -1px;
  margin-left: 6px;
  left: 1px;
}
/* line 284, ../sass/styles.scss */
.btn-group ul {
  display: none;
  position: absolute;
  top: 100%;
  padding: 0;
  list-style: none;
  margin: 0;
  right: 0;
}
/* line 293, ../sass/styles.scss */
.btn-group ul li a {
  background: #f58600;
  padding: 3px 15px;
  color: white;
  display: block;
  text-decoration: none;
  font-size: 12px;
}
/* line 300, ../sass/styles.scss */
.btn-group ul li a:hover {
  opacity: .8;
}
/* line 307, ../sass/styles.scss */
.btn-group:hover ul {
  display: block;
}

/* line 313, ../sass/styles.scss */
.pull-right {
  float: right;
}

/* line 317, ../sass/styles.scss */
ul.no-padding {
  padding: inherit;
}

/* line 321, ../sass/styles.scss */
.btn-yellow {
  background-color: #eac500;
  border-color: #eac500;
  color: white;
}
/* line 325, ../sass/styles.scss */
.btn-yellow:hover {
  background-color: white;
  color: #eac500;
}

/* line 334, ../sass/styles.scss */
.btn-go:after {
  content: ' ';
  display: inline-block;
  height: 11px;
  width: 14px;
  margin-left: 5px;
  position: relative;
  top: 1px;
}

/* line 345, ../sass/styles.scss */
.field-collection-container {
  border-bottom: none;
}

/* line 349, ../sass/styles.scss */
.hero {
  background-image: url(../images/hero.jpg);
  background-position: center;
  background-size: cover;
}
/* line 353, ../sass/styles.scss */
.hero .wrap {
  height: 445px;
  max-width: 1400px;
  margin: auto;
  width: 100%;
  margin-bottom: -200px;
  position: relative;
  background-size: cover;
  background-position: center;
}
/* line 362, ../sass/styles.scss */
.hero .wrap strong {
  color: white;
  font-weight: 600;
  font-size: 50px;
  position: absolute;
  right: 100px;
  top: 80px;
}
/* line 370, ../sass/styles.scss */
.hero .wrap .overlay {
  width: 100%;
  max-width: 1200px;
  background-color: white;
  height: 200px;
  bottom: 0;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
}

/* line 384, ../sass/styles.scss */
#toolbar {
  z-index: 600000;
}

/* line 389, ../sass/styles.scss */
.region-sidebar .block-menu-block {
  background-color: #d1e8f5;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: -2px 4px 0px 0px;
  -moz-box-shadow: -2px 4px 0px 0px #ececec;
  box-shadow: -2px 4px 0px 0px #ececec;
}
/* line 395, ../sass/styles.scss */
.region-sidebar .block-menu-block h2 a {
  padding: 0 5px;
  font-size: 28px;
  line-height: 32px;
  color: #505050;
}
/* line 402, ../sass/styles.scss */
.region-sidebar .block-menu-block:before {
  content: ' ';
  display: block;
  height: 2px;
  width: 70px;
  background-color: #f58400;
  top: -1px;
  position: absolute;
}
/* line 411, ../sass/styles.scss */
.region-sidebar .block-menu-block a {
  color: #505050;
  text-decoration: none;
  font-size: 14px;
}
/* line 415, ../sass/styles.scss */
.region-sidebar .block-menu-block a:hover {
  color: #007fc5;
  text-decoration: underline;
}
/* line 418, ../sass/styles.scss */
.region-sidebar .block-menu-block a.active {
  color: #007fc5;
}
/* line 422, ../sass/styles.scss */
.region-sidebar .block-menu-block ul {
  padding: 0;
  margin-top: 5px;
}
/* line 425, ../sass/styles.scss */
.region-sidebar .block-menu-block ul li {
  border-bottom: 1px solid #dfdfdf;
  padding: 5px;
  list-style: none;
}
/* line 429, ../sass/styles.scss */
.region-sidebar .block-menu-block ul li:last-child {
  border: none;
}
/* line 432, ../sass/styles.scss */
.region-sidebar .block-menu-block ul li ul {
  padding: 0 5px;
}
/* line 434, ../sass/styles.scss */
.region-sidebar .block-menu-block ul li ul li {
  border: none;
}
/* line 436, ../sass/styles.scss */
.region-sidebar .block-menu-block ul li ul li:before {
  content: ' ';
  width: 12px;
  height: 15px;
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 2px;
}

/* line 453, ../sass/styles.scss */
ul.pager {
  margin-top: 20px;
}
/* line 456, ../sass/styles.scss */
ul.pager li a {
  background-color: #f6f9fc;
  padding: 10px 15px;
  color: #3f3f3f;
}

/* line 466, ../sass/styles.scss */
.pre-header {
  background-color: #007fc5;
  color: white;
  font-size: 12px;
  height: 40px;
}
/* line 471, ../sass/styles.scss */
.pre-header > div {
  padding: 0 10px;
}
/* line 474, ../sass/styles.scss */
.pre-header .site-name {
  font-weight: normal;
  font-size: 14px;
  padding: 0;
  margin: 10px 0 0;
  display: inline-block;
}
/* line 481, ../sass/styles.scss */
.pre-header a {
  color: white;
  text-decoration: none;
}
/* line 484, ../sass/styles.scss */
.pre-header a:hover {
  text-decoration: underline;
}
/* line 488, ../sass/styles.scss */
.pre-header ul.menu {
  float: right;
  padding: 6px 0;
  margin: 0;
  height: 40px;
  position: relative;
}
/* line 494, ../sass/styles.scss */
.pre-header ul.menu li {
  display: block;
  float: left;
}
/* line 502, ../sass/styles.scss */
.pre-header ul.menu ul {
  border-right: 1px solid white;
  padding: 0 10px;
}
/* line 506, ../sass/styles.scss */
.pre-header ul.menu ul.social {
  height: 24px;
}
/* line 508, ../sass/styles.scss */
.pre-header ul.menu ul.social li {
  margin-right: 2px;
}
/* line 512, ../sass/styles.scss */
.pre-header ul.menu ul.feeds {
  height: 24px;
}
/* line 514, ../sass/styles.scss */
.pre-header ul.menu ul.feeds li {
  width: 30px;
}
/* line 518, ../sass/styles.scss */
.pre-header ul.menu li.faqs {
  padding: 6px 10px;
  position: relative;
}
/* line 522, ../sass/styles.scss */
.pre-header ul.menu li.restricted {
  padding-left: 20px;
  background-color: #006fac;
  text-transform: uppercase;
  padding: 10px;
  position: relative;
  top: -7px;
}
/* line 529, ../sass/styles.scss */
.pre-header ul.menu li.restricted a {
  position: relative;
  top: 2px;
}
/* line 533, ../sass/styles.scss */
.pre-header ul.menu li.restricted:before {
  content: ' ';
  float: left;
  height: 20px;
  width: 20px;
  position: relative;
  top: 0;
}
/* line 543, ../sass/styles.scss */
.pre-header ul.menu li.logout {
  padding-left: 20px;
  text-transform: uppercase;
  padding: 6px 10px;
}

/* line 553, ../sass/styles.scss */
header#header {
  height: 85px;
  z-index: 100;
  position: relative;
}
/* line 557, ../sass/styles.scss */
header#header div.menu {
  float: right;
}
/* line 560, ../sass/styles.scss */
header#header div.menu div.region-header > div {
  float: left;
}
/* line 565, ../sass/styles.scss */
header#header div.menu ul.menu li {
  display: inline-block;
  font-size: 15px;
  text-transform: uppercase;
  margin-right: 10px;
  padding: 0;
  position: relative;
}
/* line 572, ../sass/styles.scss */
header#header div.menu ul.menu li a {
  color: #3f3f3f;
  text-decoration: none;
  display: block;
  height: 62px;
  padding: 0 10px;
}
/* line 578, ../sass/styles.scss */
header#header div.menu ul.menu li a.active, header#header div.menu ul.menu li a.is-active-trail, header#header div.menu ul.menu li a:hover {
  border-bottom: 5px solid #e8c500;
}
/* line 581, ../sass/styles.scss */
header#header div.menu ul.menu li a:hover {
  opacity: .7;
}
/* line 585, ../sass/styles.scss */
header#header div.menu ul.menu li li {
  display: block;
}
/* line 590, ../sass/styles.scss */
header#header div.menu ul.menu li.menu-mlid-586 a.active, header#header div.menu ul.menu li.menu-mlid-586 a.is-active-trail, header#header div.menu ul.menu li.menu-mlid-586 a:hover {
  border-bottom: 5px solid #bd1a8d;
}
/* line 596, ../sass/styles.scss */
header#header div.menu ul.menu li.menu-mlid-586 ul li a:hover {
  border-left: 5px solid #bd1a8d;
  border-bottom: none;
}
/* line 605, ../sass/styles.scss */
header#header div.menu ul.menu li.menu-mlid-699 a.active, header#header div.menu ul.menu li.menu-mlid-699 a.is-active-trail, header#header div.menu ul.menu li.menu-mlid-699 a:hover {
  border-bottom: 5px solid #50b848;
}
/* line 611, ../sass/styles.scss */
header#header div.menu ul.menu li.menu-mlid-699 ul li a:hover {
  border-left: 5px solid #50b848;
  border-bottom: none;
}
/* line 620, ../sass/styles.scss */
header#header div.menu ul.menu li.menu-mlid-590 a.active, header#header div.menu ul.menu li.menu-mlid-590 a.is-active-trail, header#header div.menu ul.menu li.menu-mlid-590 a:hover {
  border-bottom: 5px solid #ed1d24;
}
/* line 626, ../sass/styles.scss */
header#header div.menu ul.menu li.menu-mlid-590 ul li a:hover {
  border-left: 5px solid #ed1d24;
  border-bottom: none;
}
/* line 633, ../sass/styles.scss */
header#header div.menu ul.menu li ul {
  display: none;
  position: absolute;
  top: 62px;
  background-color: white;
  padding: 10px 0;
  -webkit-box-shadow: -2px 4px 0px 0px;
  -moz-box-shadow: -2px 4px 0px 0px rgba(0, 0, 0, 0.4);
  box-shadow: -2px 4px 0px 0px rgba(0, 0, 0, 0.4);
}
/* line 641, ../sass/styles.scss */
header#header div.menu ul.menu li ul li a {
  height: auto;
  padding: 6px 20px;
  font-size: 12px;
  display: block;
  border-bottom: none !important;
  white-space: nowrap;
}
/* line 648, ../sass/styles.scss */
header#header div.menu ul.menu li ul li a:hover {
  border-left: 5px solid #e8c500;
  border-bottom: none;
  padding-left: 15px !important;
}
/* line 657, ../sass/styles.scss */
header#header div.menu ul.menu li:hover ul {
  display: block;
}
/* line 659, ../sass/styles.scss */
header#header div.menu ul.menu li:hover ul ul {
  display: none;
}
/* line 663, ../sass/styles.scss */
header#header div.menu ul.menu li:hover ul li:hover ul {
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  box-shadow: none;
  padding: 0;
}
/* line 670, ../sass/styles.scss */
header#header div.menu ul.menu li:hover ul li:hover ul a {
  margin-left: 10px;
}

/* line 682, ../sass/styles.scss */
#block-search-form {
  padding-top: 30px;
}
/* line 684, ../sass/styles.scss */
#block-search-form .form-type-textfield {
  padding-left: 30px;
  position: relative;
}
/* line 687, ../sass/styles.scss */
#block-search-form .form-type-textfield:before {
  content: ' ';
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 3px;
}
/* line 698, ../sass/styles.scss */
#block-search-form .form-actions {
  display: none;
}
/* line 701, ../sass/styles.scss */
#block-search-form #edit-search-block-form--2 {
  border: none;
  border-bottom: 1px solid #007fc8;
  padding: 2px;
}

/* line 708, ../sass/styles.scss */
.publications-block-wrapper {
  border: 1px solid #e0e0e1; padding: 0 30px; position: relative;
}
/* line 712, ../sass/styles.scss */
.publications-block-wrapper h2 {
  border-bottom: 1px solid #e0e0e1;
  color: #505050;
  padding-bottom: 10px;
  margin-top: 15px;
}
/* line 718, ../sass/styles.scss */
.publications-block-wrapper .view-content {
  margin-top: 30px;
}
/* line 725, ../sass/styles.scss */
.publications-block-wrapper:before {
  content: ' ';
  display: block;
  height: 2px;
  width: 70px;
  background-color: #f58400;
  top: -1px;
  position: absolute;
}

/* line 738, ../sass/styles.scss */
.pre-footer {
  background: #005fbf;
  color: white;
  padding-bottom: 40px;
  padding-top: 220px;
  margin-top: -220px;
}
/* line 744, ../sass/styles.scss */
.pre-footer div.left {
  position: relative;
  padding-left: 140px;
}
/* line 747, ../sass/styles.scss */
.pre-footer div.left:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 20px;
  top: 30px;
  width: 88px;
  height: 89px;
}
/* line 758, ../sass/styles.scss */
.pre-footer h2 {
  font-size: 30px;
  line-height: 32px;
  font-weight: normal;
  padding: 0;
  color: white;
}
/* line 765, ../sass/styles.scss */
.pre-footer p {
  margin: 0;
}
/* line 768, ../sass/styles.scss */
.pre-footer form.newsletter {
  background: white;
  margin-top: 50px;
  padding: 3px;
  width: 35%;
}
/* line 772, ../sass/styles.scss */
.pre-footer form.newsletter span.input {
  width: 65%;
  display: block;
  float: left;
}
/* line 776, ../sass/styles.scss */
.pre-footer form.newsletter span.input input {
  padding: 4px 6px;
  border: none;
  width: 100%;
  font-size: 18px;
  color: #505050;
}
/* line 784, ../sass/styles.scss */
.pre-footer form.newsletter span.button {
/* width: 35%; */
  display: block;
 /* float: left; */
}
/* line 788, ../sass/styles.scss */
.pre-footer form.newsletter span.button button {
  background-color: #91afcd;
  color: white;
  border: none;
  font-size: 17px;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  padding: 4px 0;
}

/* line 804, ../sass/styles.scss */
footer.footer, footer#footer {
  background-color: #003c84;
  padding: 20px 0 5px;
  margin: 0;
}
/* line 809, ../sass/styles.scss */
footer.footer a, footer#footer a {
  font-size: 14px;
  color: white;
  text-decoration: none;
}
/* line 816, ../sass/styles.scss */
footer.footer #block-menu-menu-quick-links h2, footer#footer #block-menu-menu-quick-links h2 {
  color: white;
  font-size: 17px;
  border-bottom: none;
  font-weight: normal;
  margin: 0;
  text-transform: uppercase;
  line-height: 24px;
  padding-bottom: 5px;
}
/* line 826, ../sass/styles.scss */
footer.footer #block-menu-menu-quick-links ul, footer#footer #block-menu-menu-quick-links ul {
  padding: 0;
  margin: 0;
}
/* line 829, ../sass/styles.scss */
footer.footer #block-menu-menu-quick-links ul li, footer#footer #block-menu-menu-quick-links ul li {
  list-style: none;
  padding: 3px 0;
}
/* line 837, ../sass/styles.scss */
footer.footer #block-menu-menu-footer-menu ul, footer#footer #block-menu-menu-footer-menu ul {
  padding: 0;
  margin: 0;
}
/* line 840, ../sass/styles.scss */
footer.footer #block-menu-menu-footer-menu ul li, footer#footer #block-menu-menu-footer-menu ul li {
  list-style: none;
  padding: 3px 0;
}
/* line 843, ../sass/styles.scss */
footer.footer #block-menu-menu-footer-menu ul li ul, footer#footer #block-menu-menu-footer-menu ul li ul {
  padding-top: 5px;
}
/* line 845, ../sass/styles.scss */
footer.footer #block-menu-menu-footer-menu ul li ul li, footer#footer #block-menu-menu-footer-menu ul li ul li {
  padding: 3px 0;
}
/* line 855, ../sass/styles.scss */
footer.footer #block-menu-menu-footer-menu > ul > li > a, footer#footer #block-menu-menu-footer-menu > ul > li > a {
  font-size: 17px;
  text-transform: uppercase;
}
/* line 865, ../sass/styles.scss */
footer.footer #block-views-videos-block .views-field-title a, footer#footer #block-views-videos-block .views-field-title a {
  font-size: 17px;
  color: white;
  margin-bottom: 15px;
  display: block;
}
/* line 871, ../sass/styles.scss */
footer.footer #block-views-videos-block .views-field-field-video, footer#footer #block-views-videos-block .views-field-field-video {
  border: 10px solid #00468b;
}
/* line 873, ../sass/styles.scss */
footer.footer #block-views-videos-block .views-field-field-video img, footer#footer #block-views-videos-block .views-field-field-video img {
  width: 100%;
}
/* line 876, ../sass/styles.scss */
footer.footer #block-views-videos-block .views-field-field-video:after, footer#footer #block-views-videos-block .views-field-field-video:after {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: .8;
  content: ' ';
  width: 100px;
  height: 70px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  pointer-events: none;
}
/* line 891, ../sass/styles.scss */
footer.footer #block-views-videos-block .more-link, footer#footer #block-views-videos-block .more-link {
  margin-top: 10px;
  font-size: 12px;
}

/* line 898, ../sass/styles.scss */
div.legal-footer {
  background-color: #002f68;
  color: white;
  font-size: 14px;
  padding: 10px 0 20px;
}
/* line 903, ../sass/styles.scss */
div.legal-footer > div {
  padding: 0 10px;
}
/* line 906, ../sass/styles.scss */
div.legal-footer a {
  color: white;
}

/* line 911, ../sass/styles.scss */
.bottom-strip {
  background-color: #7fa7bc;
}
/* line 913, ../sass/styles.scss */
.bottom-strip div {
  height: 5px;
  background-image: url(../images/strip.png);
  background-repeat: repeat-y;
}

/* line 922, ../sass/styles.scss */
.hero-slides {
  max-width: 100%;
  margin: auto;
}
/* line 926, ../sass/styles.scss */
.hero-slides .wrap .slide {
  display: none;
}
/* line 928, ../sass/styles.scss */
.hero-slides .wrap .slide:first-child {
  display: block;
}
/* line 931, ../sass/styles.scss */
.hero-slides .wrap .slide .outer {
  max-width: 1400px;
  margin: auto;
  height: 100%;
}

/* line 942, ../sass/styles.scss */
body.front #twitter-widget-0 .timeline-Header-title {
  display: none;
}
/* line 946, ../sass/styles.scss */
body.front h2.block-title {
  font-size: 30px;
  font-weight: normal;
  border-bottom: 2px solid #dfdfdf;
  margin-bottom: 20px;
}
/* line 957, ../sass/styles.scss */
body.front div.hero-slides {
  height: 450px;
  position: relative;
}
/* line 960, ../sass/styles.scss */
body.front div.hero-slides .nav-arrows {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  z-index: 100;
  width: 100%;
  max-width: 1400px;
  margin: auto;
}
@media screen and (max-width: 700px) {
  /* line 960, ../sass/styles.scss */
  body.front div.hero-slides .nav-arrows {
    display: none;
  }
}
/* line 970, ../sass/styles.scss */
body.front div.hero-slides .nav-arrows > div {
  width: 31px;
  height: 57px;
  position: absolute;
  overflow: hidden;
  text-indent: -1000px;
  opacity: .7;
  cursor: pointer;
  top: -30px;
}
/* line 979, ../sass/styles.scss */
body.front div.hero-slides .nav-arrows > div:hover {
  opacity: 1;
}
/* line 982, ../sass/styles.scss */
body.front div.hero-slides .nav-arrows > div.prev {
  left: 20px;
}
/* line 986, ../sass/styles.scss */
body.front div.hero-slides .nav-arrows > div.next {
  right: 20px;
}
/* line 992, ../sass/styles.scss */
body.front div.hero-slides .nav-buttons {
  position: absolute;
  bottom: 20px;
  text-align: center;
  width: 100%;
  z-index: 100;
}
/* line 998, ../sass/styles.scss */
body.front div.hero-slides .nav-buttons li {
  display: inline-block;
  height: 8px;
  width: 8px;
  border-radius: 10px;
  background-color: white;
  margin-right: 3px;
  opacity: 0.7;
  cursor: pointer;
}
/* line 1007, ../sass/styles.scss */
body.front div.hero-slides .nav-buttons li.active {
  opacity: 1;
}
/* line 1012, ../sass/styles.scss */
body.front div.hero-slides .slide {
  position: absolute;
  top: 0;
  height: 450px;
  background-size: cover;
  background-position: center;
  width: 100%;
}
/* line 1019, ../sass/styles.scss */
body.front div.hero-slides .slide div.wrap {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-transform: uppercase;
  max-width: 600px;
  float: right;
  text-align: left;
  margin-right: 40px;
  padding: 0 10px 40px;
}
/* line 1027, ../sass/styles.scss */
body.front div.hero-slides .slide div.wrap strong {
  font-size: 70px;
  color: white;
  display: block;
  line-height: 72px;
  margin-bottom: 15px;
}
@media screen and (max-width: 440px) {
  /* line 1027, ../sass/styles.scss */
  body.front div.hero-slides .slide div.wrap strong {
    font-size: 46px;
    line-height: 50px;
  }
}
/* line 1038, ../sass/styles.scss */
body.front div.hero-slides .slide div.wrap span {
  font-size: 24px;
  padding: 5px;
  background-color: #e6c523;
  color: white;
  font-weight: 500;
  line-height: 26px;
}
@media screen and (max-width: 440px) {
  /* line 1038, ../sass/styles.scss */
  body.front div.hero-slides .slide div.wrap span {
    line-height: 42px;
  }
}
/* line 1049, ../sass/styles.scss */
body.front div.hero-slides .slide div.wrap a.btn, body.front div.hero-slides .slide div.wrap .view-documents-archive .views-field-download a, .view-documents-archive .views-field-download body.front div.hero-slides .slide div.wrap a, body.front div.hero-slides .slide div.wrap .view-archive-of-operations table tbody .views-field-field-file a, .view-archive-of-operations table tbody .views-field-field-file body.front div.hero-slides .slide div.wrap a {
  margin-top: 20px;
  border: 1px solid white;
  border-radius: 3px;
  padding: 5px 20px;
  display: inline-block;
  color: white;
}
/* line 1063, ../sass/styles.scss */
body.front ul.pillars {
  overflow: hidden;
}
/* line 1065, ../sass/styles.scss */
body.front ul.pillars h3 {
  font-weight: normal;
  font-size: 22px;
  margin-bottom: -20px;
}
/* line 1070, ../sass/styles.scss */
body.front ul.pillars li {
  margin: -1px;
  border: 1px solid #e6e6f0;
  border-right: none;
  border-top: none;
  padding-left: 120px;
  position: relative;
  text-align: justify;
}
/* line 1078, ../sass/styles.scss */
body.front ul.pillars li:before {
  content: ' ';
  display: block;
  height: 89px;
  width: 88px;
  position: absolute;
  left: 20px;
  top: 30px;
}
/* line 1105, ../sass/styles.scss */
body.front div.field-name-body {
  text-align: center;
}
/* line 1107, ../sass/styles.scss */
body.front div.field-name-body h2 {
  margin-bottom: -20px;
}
/* line 1111, ../sass/styles.scss */
body.front #block-views-news-events-block {
  position: relative;
}
/* line 1114, ../sass/styles.scss */
body.front #block-views-news-events-block div.more-link {
  position: absolute;
  top: 25px;
  right: 15px;
  width: 70%;
  border-bottom: 2px solid #dfdfdf;
  padding-bottom: 13px;
}
/* line 1122, ../sass/styles.scss */
body.front #block-views-news-events-block h2 {
  border-color: #e26ca5;
}
/* line 1126, ../sass/styles.scss */
body.front #block-views-publications-block {
  position: relative;
}
/* line 1129, ../sass/styles.scss */
body.front #block-views-publications-block div.more-link {
  position: absolute;
  top: 25px;
  right: 15px;
  width: 70%;
  border-bottom: 2px solid #dfdfdf;
  padding-bottom: 13px;
}
/* line 1137, ../sass/styles.scss */
body.front #block-views-publications-block h2 {
  border-color: #f48500;
}
/* line 1143, ../sass/styles.scss */
body.front #block-easo-twitter-easo-twitter h2 {
  position: relative;
}
/* line 1145, ../sass/styles.scss */
body.front #block-easo-twitter-easo-twitter h2:after {
  content: ' ';
  display: block;
  height: 2px;
  width: 70px;
  background-color: #5db2f2;
  bottom: -2px;
  position: absolute;
}
/* line 1155, ../sass/styles.scss */
body.front #block-easo-twitter-easo-twitter .tweet {
  font-size: 15px;
}
/* line 1157, ../sass/styles.scss */
body.front #block-easo-twitter-easo-twitter .tweet ul {
  list-style: none;
  padding: 0;
}
/* line 1160, ../sass/styles.scss */
body.front #block-easo-twitter-easo-twitter .tweet ul li {
  margin-bottom: 10px;
  padding: 10px 10px 10px 15px;
}
/* line 1163, ../sass/styles.scss */
body.front #block-easo-twitter-easo-twitter .tweet ul li a {
  color: #14b4ff !important;
}
/* line 1166, ../sass/styles.scss */
body.front #block-easo-twitter-easo-twitter .tweet ul li:nth-child(2) {
  background-color: #fcfcfc;
  border-left: 5px solid #5db2f2;
  padding-left: 10px;
}
/* line 1177, ../sass/styles.scss */
body.front #block-easo-top-pages-easo-top-pages h2 {
  position: relative;
}
/* line 1179, ../sass/styles.scss */
body.front #block-easo-top-pages-easo-top-pages h2:after {
  content: ' ';
  display: block;
  height: 2px;
  width: 70px;
  background-color: #ffdc30;
  bottom: -2px;
  position: absolute;
}
/* line 1189, ../sass/styles.scss */
body.front #block-easo-top-pages-easo-top-pages ul {
  list-style: none;
  padding: 0;
}
/* line 1192, ../sass/styles.scss */
body.front #block-easo-top-pages-easo-top-pages ul li {
  margin-bottom: 10px;
  padding: 10px 10px 10px 15px;
  font-size: 13px;
}
/* line 1196, ../sass/styles.scss */
body.front #block-easo-top-pages-easo-top-pages ul li a {
  font-size: 15px;
  color: #14b4ff !important;
  display: block;
  font-weight: bold;
}
/* line 1202, ../sass/styles.scss */
body.front #block-easo-top-pages-easo-top-pages ul li:nth-child(2) {
  background-color: #fcfcfc;
  border-left: 5px solid #ffdc30;
  padding-left: 10px;
}

/* line 1212, ../sass/styles.scss */
.field-name-field-slides .d3_page.field-item {
  padding: 20px 60px 40px;
  background-image: url(../images/timeline-bg.png);
}
/* line 1215, ../sass/styles.scss */
.field-name-field-slides .d3_page.field-item div.more {
  text-align: center;
  padding-top: 20px;
}
/* line 1218, ../sass/styles.scss */
.field-name-field-slides .d3_page.field-item div.more a {
  border: 2px solid #a2a2a2;
  padding: 6px 30px;
  color: #a2a2a2;
  text-decoration: none;
  border-radius: 2px;
  text-transform: uppercase;
}
/* line 1225, ../sass/styles.scss */
.field-name-field-slides .d3_page.field-item div.more a:hover {
  background-color: #a2a2a2;
  color: white;
}
/* line 1229, ../sass/styles.scss */
.field-name-field-slides .d3_page.field-item div.more a:after {
  width: 24px;
  height: 19px;
  content: ' ';
  display: inline-block;
  position: relative;
  top: 4px;
  margin-left: 10px;
}

/* line 1251, ../sass/styles.scss */
div.news-content img {
  float: right;
}

/* line 1257, ../sass/styles.scss */
div.view-news-events .views-exposed-form {
  border: 1px solid #dfdfdf;
  position: relative;
  padding: 10px 20px;
  margin-bottom: 20px;
}
/* line 1262, ../sass/styles.scss */
div.view-news-events .views-exposed-form:before {
  content: ' ';
  display: block;
  height: 2px;
  width: 70px;
  background-color: #e26ca5;
  top: -1px;
  position: absolute;
}
/* line 1272, ../sass/styles.scss */
div.view-news-events .views-exposed-form .form-item-field-tags-tid .description {
  display: none;
}
/* line 1284, ../sass/styles.scss */
div.view-news-events .views-field-title a {
  font-size: 20px;
  color: #44443e;
}
/* line 1289, ../sass/styles.scss */
div.view-news-events div.image {
  height: 260px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-image: url(../images/news-default.jpg);
}
/* line 1296, ../sass/styles.scss */
div.view-news-events div.wrap {
  margin: -60px 20px 20px;
  background: white;
  padding: 10px 30px 50px;
}
/* line 1300, ../sass/styles.scss */
div.view-news-events div.wrap span.date {
  color: #e26ca5;
  font-size: 14px;
  text-transform: uppercase;
  position: absolute;
}
/* line 1306, ../sass/styles.scss */
div.view-news-events div.wrap p {
  text-align: justify;
}
/* line 1309, ../sass/styles.scss */
div.view-news-events div.wrap small {
  color: #a3a3a3;
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: -15px;
  display: block;
}
/* line 1315, ../sass/styles.scss */
div.view-news-events div.wrap small a {
  color: #a3a3a3;
  text-decoration: none;
}
/* line 1318, ../sass/styles.scss */
div.view-news-events div.wrap small a:hover {
  text-decoration: underline;
}
/* line 1323, ../sass/styles.scss */
div.view-news-events div.wrap h3 {
  font-size: 20px;
  font-weight: normal;
  margin: 20px 0 0;
}
/* line 1327, ../sass/styles.scss */
div.view-news-events div.wrap h3 a {
  color: #44443e;
}

/* line 1334, ../sass/styles.scss */
h2.related-articles {
  color: #505050;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 40px;
  text-transform: uppercase;
}

/* line 1345, ../sass/styles.scss */
div.view-publications .publication {
  margin-bottom: 40px;
  font-size: 15px;
}
/* line 1348, ../sass/styles.scss */
div.view-publications .publication img {
  float: left;
  width: 30%;
}
/* line 1352, ../sass/styles.scss */
div.view-publications .publication div.wrap {
  width: 66%;
  float: right;
  padding-left: 4%;
}
/* line 1357, ../sass/styles.scss */
div.view-publications .publication h3 {
  font-size: 18px;
  margin: 0;
}
/* line 1360, ../sass/styles.scss */
div.view-publications .publication h3 a {
  color: #595952;
}
/* line 1364, ../sass/styles.scss */
div.view-publications .publication span.date {
  color: #f58600;
}
/* line 1367, ../sass/styles.scss */
div.view-publications .publication p {
  margin: 5px 0;
}
/* line 1372, ../sass/styles.scss */
div.view-publications.view-display-id-page .view-content {
  padding: 0 20px;
}

/* line 1385, ../sass/styles.scss */
.view-calendar .calendar-calendar .month-view .full td, .view-calendar .calendar-calendar .week-view .full td, .view-calendar .calendar-calendar .day-view td {
  padding: 0px 0px 0 0px;
}
/* line 1388, ../sass/styles.scss */
.view-calendar .date-nav ul.pager li {
  list-style: none !important;
}
/* line 1391, ../sass/styles.scss */
.view-calendar .calendar-calendar .month-view .full td.single-day div.monthview, .view-calendar .calendar-calendar .week-view .full td.single-day div.weekview, .view-calendar .calendar-calendar .day-view .full td.single-day div.dayview {
  background-color: transparent;
  font-size: 14px;
}
/* line 1394, ../sass/styles.scss */
.view-calendar .calendar-calendar .month-view .full td.single-day div.monthview a, .view-calendar .calendar-calendar .week-view .full td.single-day div.weekview a, .view-calendar .calendar-calendar .day-view .full td.single-day div.dayview a {
  color: #666666;
}
/* line 1398, ../sass/styles.scss */
.view-calendar .calendar-calendar .month-view .full tr.single-day .no-entry, .view-calendar .calendar-calendar .month-view .full tr.single-day .no-entry .inner {
  height: auto;
  min-height: 100px;
}
/* line 1402, ../sass/styles.scss */
.view-calendar .calendar-calendar th.days {
  background-color: #666666;
  border-color: #666666;
  text-transform: uppercase;
  color: white;
  padding: 10px 5px;
}
/* line 1409, ../sass/styles.scss */
.view-calendar .month.day {
  width: 100%;
  background-color: #b2b2b2 !important;
  color: white;
  font-size: 14px;
  text-align: left;
  padding: 5px;
}

/* line 1422, ../sass/styles.scss */
body.node-type-faq .faq-item {
  position: relative;
}
/* line 1424, ../sass/styles.scss */
body.node-type-faq .faq-item .question {
  background-color: #f6f9fc;
  cursor: pointer;
  border-bottom: 1px solid #edeef2;
  padding: 10px 20px;
  margin-bottom: 20px;
}
/* line 1431, ../sass/styles.scss */
body.node-type-faq .faq-item .answer {
  padding: 0 20px 30px;
  display: none;
}
/* line 1434, ../sass/styles.scss */
body.node-type-faq .faq-item .answer.open {
  display: block;
}

/* line 1442, ../sass/styles.scss */
.view-faq-page .views-row {
  position: relative;
}
/* line 1444, ../sass/styles.scss */
.view-faq-page .views-row .views-field-delete-link {
  position: absolute;
  right: 10px;
  top: 10px;
}
/* line 1449, ../sass/styles.scss */
.view-faq-page .views-row .views-field-edit-link {
  position: absolute;
  right: 60px;
  top: 10px;
}
/* line 1454, ../sass/styles.scss */
.view-faq-page .views-row .views-field-field-question {
  background-color: #f6f9fc;
  cursor: pointer;
  border-bottom: 1px solid #edeef2;
  padding: 10px 20px;
  margin-bottom: 20px;
}
/* line 1461, ../sass/styles.scss */
.view-faq-page .views-row .views-field-field-answer {
  padding: 0 20px 30px;
  display: none;
}
/* line 1464, ../sass/styles.scss */
.view-faq-page .views-row .views-field-field-answer.open {
  display: block;
}

/* line 1474, ../sass/styles.scss */
body.node-type-contact div.messages, body.node-type-contact div.messages--status, body.node-type-contact div.messages--warning, body.node-type-contact div.messages--error {
  position: relative;
  top: -30px;
}
/* line 1478, ../sass/styles.scss */
body.node-type-contact .hero .wrap {
  margin-bottom: -410px;
  height: 655px;
}
/* line 1482, ../sass/styles.scss */
body.node-type-contact .map {
  height: 400px;
  background-size: cover;
  margin: -30px -30px 30px;
}
/* line 1487, ../sass/styles.scss */
body.node-type-contact h1.title {
  display: none;
}
/* line 1490, ../sass/styles.scss */
body.node-type-contact div.contact-left {
  border: 1px solid #dfdfdf;
  padding: 20px;
  position: relative;
  background-color: #d1e8f5;
  font-size: 15px;
  -webkit-box-shadow: -2px 4px 0px 0px;
  -moz-box-shadow: -2px 4px 0px 0px #ececec;
  box-shadow: -2px 4px 0px 0px #ececec;
}
/* line 1497, ../sass/styles.scss */
body.node-type-contact div.contact-left h2 {
  padding: 0 0 20px 0;
  margin: 0 0 -10px 0;
  font-size: 30px;
  line-height: 32px;
  border-bottom: 1px solid #b6c8d3;
}
/* line 1504, ../sass/styles.scss */
body.node-type-contact div.contact-left:before {
  content: ' ';
  display: block;
  height: 2px;
  width: 70px;
  background-color: #f58400;
  top: -1px;
  position: absolute;
}
/* line 1518, ../sass/styles.scss */
body.node-type-contact #block-easo-contact-easo-contact label {
  display: none;
}
/* line 1521, ../sass/styles.scss */
body.node-type-contact #block-easo-contact-easo-contact input, body.node-type-contact #block-easo-contact-easo-contact textarea {
  background-color: #d1e8f5;
  padding: 10px 15px;
  border: none;
  outline: none;
  width: 100%;
}
/* line 1527, ../sass/styles.scss */
body.node-type-contact #block-easo-contact-easo-contact input.error, body.node-type-contact #block-easo-contact-easo-contact textarea.error {
  border: 1px solid red;
}
/* line 1531, ../sass/styles.scss */
body.node-type-contact #block-easo-contact-easo-contact input.form-submit {
  background-color: #007dc8;
  color: white;
  width: auto;
  padding: 10px 50px;
  float: right;
}

/* line 1554, ../sass/styles.scss */
#block-easo-contact-easo-consultative form > div .form-item-files-attachment label {
  display: block;
}
/* line 1558, ../sass/styles.scss */
#block-easo-contact-easo-consultative form > div .form-submit {
  margin-right: 10px;
}
/* line 1563, ../sass/styles.scss */
#block-easo-contact-easo-consultative label {
  display: none;
}
/* line 1566, ../sass/styles.scss */
#block-easo-contact-easo-consultative input, #block-easo-contact-easo-consultative textarea {
  background-color: #d1e8f5;
  padding: 10px 15px;
  border: none;
  outline: none;
  width: 100%;
}
/* line 1572, ../sass/styles.scss */
#block-easo-contact-easo-consultative input.error, #block-easo-contact-easo-consultative textarea.error {
  border: 1px solid red;
}
/* line 1576, ../sass/styles.scss */
#block-easo-contact-easo-consultative input.form-submit {
  background-color: #007dc8;
  color: white;
  width: auto;
  padding: 10px 50px;
  float: right;
}
/* line 1583, ../sass/styles.scss */
#block-easo-contact-easo-consultative input.form-file {
  background: none;
}

/* line 1591, ../sass/styles.scss */
ul.news-details {
  list-style: none;
  padding: 0;
  margin-top: 0;
}
/* line 1595, ../sass/styles.scss */
ul.news-details li {
  display: inline-block;
  color: #c2c2c2;
  font-size: 11px;
  text-transform: uppercase;
  margin-right: 10px;
}
/* line 1601, ../sass/styles.scss */
ul.news-details li a {
  color: #c2c2c2;
}
/* line 1604, ../sass/styles.scss */
ul.news-details li:before {
  content: ' ';
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 3px;
}
/* line 1611, ../sass/styles.scss */
ul.news-details li.tags:before {
  height: 16px;
  width: 16px;
}
/* line 1616, ../sass/styles.scss */
ul.news-details li.date:before {
  height: 16px;
  width: 16px;
}
/* line 1621, ../sass/styles.scss */
ul.news-details li.author:before {
  height: 16px;
  width: 16px;
}

/* line 1636, ../sass/styles.scss */
.view--archive-of-documents .views-exposed-form, .view-documents-archive .views-exposed-form {
  border: 1px solid #dfdfdf;
  position: relative;
  padding: 10px 20px;
  margin-bottom: 20px;
}
/* line 1641, ../sass/styles.scss */
.view--archive-of-documents .views-exposed-form:before, .view-documents-archive .views-exposed-form:before {
  content: ' ';
  display: block;
  height: 2px;
  width: 70px;
  background-color: #e26ca5;
  top: -1px;
  position: absolute;
}
/* line 1652, ../sass/styles.scss */
.view--archive-of-documents .views-exposed-widgets .description, .view-documents-archive .views-exposed-widgets .description {
  display: none;
}
/* line 1655, ../sass/styles.scss */
.view--archive-of-documents .views-exposed-widgets select, .view-documents-archive .views-exposed-widgets select {
  padding: 3px;
  border-radius: 3px;
}
/* line 1659, ../sass/styles.scss */
.view--archive-of-documents .views-exposed-widgets input.form-submit, .view-documents-archive .views-exposed-widgets input.form-submit {
  padding: 4px 16px;
  background: white;
}
/* line 1666, ../sass/styles.scss */
.view--archive-of-documents table, .view-documents-archive table {
  width: 100%;
}
/* line 1668, ../sass/styles.scss */
.view--archive-of-documents table td.views-field-field-da-file, .view-documents-archive table td.views-field-field-da-file {
  max-width: 100px;
}
/* line 1670, ../sass/styles.scss */
.view--archive-of-documents table td.views-field-field-da-file .btn, .view--archive-of-documents table td.views-field-field-da-file .view-documents-archive .views-field-download a, .view-documents-archive .views-field-download .view--archive-of-documents table td.views-field-field-da-file a, .view--archive-of-documents table td.views-field-field-da-file .views-exposed-widgets input.form-submit, .view--archive-of-documents .views-exposed-widgets table td.views-field-field-da-file input.form-submit, .view-documents-archive .views-exposed-widgets .view--archive-of-documents table td.views-field-field-da-file input.form-submit, .view--archive-of-documents table td.views-field-field-da-file div#block-views-newsletter-archive-block .view-filters input.form-submit, div#block-views-newsletter-archive-block .view-filters .view--archive-of-documents table td.views-field-field-da-file input.form-submit, .view-id-procurements .views-exposed-widgets .view--archive-of-documents table td.views-field-field-da-file input.form-submit, .view--archive-of-documents .view-archive-of-operations table td.views-field-field-da-file tbody .views-field-field-file a, .view-archive-of-operations .view--archive-of-documents table td.views-field-field-da-file tbody .views-field-field-file a, .view--archive-of-documents .view-archive-of-operations table tbody .views-field-field-file td.views-field-field-da-file a, .view-archive-of-operations .view--archive-of-documents table tbody .views-field-field-file td.views-field-field-da-file a, .view-archive-of-operations .views-exposed-widgets .view--archive-of-documents table td.views-field-field-da-file input.form-submit, .view-documents-archive table td.views-field-field-da-file .btn, .view-documents-archive table td.views-field-field-da-file .views-field-download a, .view-documents-archive .views-field-download table td.views-field-field-da-file a, .view--archive-of-documents .views-exposed-widgets .view-documents-archive table td.views-field-field-da-file input.form-submit, .view-documents-archive table td.views-field-field-da-file .views-exposed-widgets input.form-submit, .view-documents-archive .views-exposed-widgets table td.views-field-field-da-file input.form-submit, .view-documents-archive table td.views-field-field-da-file div#block-views-newsletter-archive-block .view-filters input.form-submit, div#block-views-newsletter-archive-block .view-filters .view-documents-archive table td.views-field-field-da-file input.form-submit, .view-id-procurements .views-exposed-widgets .view-documents-archive table td.views-field-field-da-file input.form-submit, .view-documents-archive .view-archive-of-operations table td.views-field-field-da-file tbody .views-field-field-file a, .view-archive-of-operations .view-documents-archive table td.views-field-field-da-file tbody .views-field-field-file a, .view-documents-archive .view-archive-of-operations table tbody .views-field-field-file td.views-field-field-da-file a, .view-archive-of-operations .view-documents-archive table tbody .views-field-field-file td.views-field-field-da-file a, .view-archive-of-operations .views-exposed-widgets .view-documents-archive table td.views-field-field-da-file input.form-submit {
  font-size: 12px;
  padding: 1px 4px;
  border-width: 1px;
}
/* line 1676, ../sass/styles.scss */
.view--archive-of-documents table th, .view-documents-archive table th {
  color: #007bcb;
  font-weight: normal;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 10px;
  text-align: left;
  padding-right: 20px;
}
/* line 1684, ../sass/styles.scss */
.view--archive-of-documents table tbody, .view-documents-archive table tbody {
  font-size: 13px;
  color: #505050;
}
/* line 1687, ../sass/styles.scss */
.view--archive-of-documents table tbody tr, .view-documents-archive table tbody tr {
  border: none;
}
/* line 1689, ../sass/styles.scss */
.view--archive-of-documents table tbody tr.even, .view-documents-archive table tbody tr.even {
  background-color: #f8f8f8;
}
/* line 1692, ../sass/styles.scss */
.view--archive-of-documents table tbody tr.odd, .view-documents-archive table tbody tr.odd {
  background-color: white;
}
/* line 1695, ../sass/styles.scss */
.view--archive-of-documents table tbody tr td, .view-documents-archive table tbody tr td {
  padding: 10px 20px 10px 0;
}

/* line 1706, ../sass/styles.scss */
.view-id-vacancie table {
  width: 100%;
  /* span.file{
  	img{
  		display: none;
  	}
  	a{
  		//text-indent: -1000px;
  		overflow: hidden;
  		width: 100px;
  		position: relative;
  		display: block;
  		height: 22px;
  		color: white;
  		&:hover{
  			&:after{
  				opacity: 0.7;
  			}
  		}
  		&:after{
  			width: 100px;
  			content: 'PDF';
  			display: block;
  			background-color: #007bcb;
  			border-radius: 3px;
  			color: white;
  			text-align: center;
  			position: absolute;
  			padding: 2px 0;
  			left: 0;
  			top: 0;
  		}
  	}
  } */
}
/* line 1740, ../sass/styles.scss */
.view-id-vacancie table td.views-field-field-pdf {
  max-width: 100px;
}
/* line 1742, ../sass/styles.scss */
.view-id-vacancie table td.views-field-field-pdf .btn, .view-id-vacancie table td.views-field-field-pdf .view-documents-archive .views-field-download a, .view-documents-archive .views-field-download .view-id-vacancie table td.views-field-field-pdf a, .view-id-vacancie table td.views-field-field-pdf .view--archive-of-documents .views-exposed-widgets input.form-submit, .view--archive-of-documents .views-exposed-widgets .view-id-vacancie table td.views-field-field-pdf input.form-submit, .view-id-vacancie table td.views-field-field-pdf .view-documents-archive .views-exposed-widgets input.form-submit, .view-documents-archive .views-exposed-widgets .view-id-vacancie table td.views-field-field-pdf input.form-submit, .view-id-vacancie table td.views-field-field-pdf div#block-views-newsletter-archive-block .view-filters input.form-submit, div#block-views-newsletter-archive-block .view-filters .view-id-vacancie table td.views-field-field-pdf input.form-submit, .view-id-vacancie table td.views-field-field-pdf .view-id-procurements .views-exposed-widgets input.form-submit, .view-id-procurements .views-exposed-widgets .view-id-vacancie table td.views-field-field-pdf input.form-submit, .view-id-vacancie .view-archive-of-operations table td.views-field-field-pdf tbody .views-field-field-file a, .view-archive-of-operations .view-id-vacancie table td.views-field-field-pdf tbody .views-field-field-file a, .view-id-vacancie .view-archive-of-operations table tbody .views-field-field-file td.views-field-field-pdf a, .view-archive-of-operations .view-id-vacancie table tbody .views-field-field-file td.views-field-field-pdf a, .view-id-vacancie table td.views-field-field-pdf .view-archive-of-operations .views-exposed-widgets input.form-submit, .view-archive-of-operations .views-exposed-widgets .view-id-vacancie table td.views-field-field-pdf input.form-submit {
  font-size: 12px;
  padding: 1px 4px;
  border-width: 1px;
}
/* line 1748, ../sass/styles.scss */
.view-id-vacancie table span.strike {
  display: block;
}
/* line 1750, ../sass/styles.scss */
.view-id-vacancie table span.strike .date-display-single {
  text-decoration: line-through;
}
/* line 1753, ../sass/styles.scss */
.view-id-vacancie table span.strike:after {
  content: 'New closing date';
  background-color: #0081cf;
  color: white;
  padding: 1px 5px;
  display: inline-block;
  text-decoration: none;
  font-size: 10px;
  border-radius: 2px;
  margin-left: 2px;
}
/* line 1765, ../sass/styles.scss */
.view-id-vacancie table th {
  color: #007bcb;
  font-weight: normal;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 10px;
  text-align: left;
  padding-right: 20px;
}
/* line 1773, ../sass/styles.scss */
.view-id-vacancie table tbody {
  font-size: 13px;
  color: #505050;
}
/* line 1776, ../sass/styles.scss */
.view-id-vacancie table tbody tr {
  border: none;
}
/* line 1778, ../sass/styles.scss */
.view-id-vacancie table tbody tr.even {
  background-color: #f8f8f8;
}
/* line 1781, ../sass/styles.scss */
.view-id-vacancie table tbody tr.odd {
  background-color: white;
}
/* line 1784, ../sass/styles.scss */
.view-id-vacancie table tbody tr td {
  padding: 10px 20px 10px 0;
}

@media screen and (max-width: 1210px) {
  /* line 1796, ../sass/styles.scss */
  .header__region {
    float: left;
    clear: none;
  }

  /* line 1801, ../sass/styles.scss */
  #edit-search-block-form--2 {
    display: none;
  }

  /* line 1806, ../sass/styles.scss */
  #block-search-form.active #edit-search-block-form--2 {
    display: inline-block;
  }

  /* line 1811, ../sass/styles.scss */
  #block-search-form {
    float: left;
  }
  /* line 1813, ../sass/styles.scss */
  #block-search-form .form-type-textfield:before {
    cursor: pointer;
  }

  /* line 1818, ../sass/styles.scss */
  div.burger {
    width: 53px;
    margin: 28px 20px;
    cursor: pointer;
    padding: 10px;
    float: left;
  }
  /* line 1824, ../sass/styles.scss */
  div.burger span {
    display: block;
    height: 3px;
    margin-bottom: 2px;
    background-color: #007fc5;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }

  /* line 1832, ../sass/styles.scss */
  #block-menu-block-2 {
    display: none;
  }

  /* line 1836, ../sass/styles.scss */
  .header__logo-image {
    position: relative;
    z-index: 100;
  }

  /* line 1841, ../sass/styles.scss */
  div.menu.active {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    -khtml-user-select: none;
    /* Konqueror */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE/Edge */
    user-select: none;
  }
  /* line 1843, ../sass/styles.scss */
  div.menu.active #block-menu-block-2 {
    max-width: 500px;
    right: 0;
    position: absolute;
    -webkit-box-shadow: -2px 4px 0px 0px;
    -moz-box-shadow: -2px 4px 0px 0px rgba(0, 0, 0, 0.4);
    box-shadow: -2px 4px 0px 0px rgba(0, 0, 0, 0.4);
    background-color: white;
    display: block;
    margin-top: 80px;
  }
  /* line 1851, ../sass/styles.scss */
  div.menu.active #block-menu-block-2 ul.menu {
    padding: 10px;
    margin: 10px 0 0 0;
  }
  /* line 1854, ../sass/styles.scss */
  div.menu.active #block-menu-block-2 ul.menu li {
    display: block !important;
  }
  /* line 1856, ../sass/styles.scss */
  div.menu.active #block-menu-block-2 ul.menu li a {
    height: auto !important;
    padding: 10px 10px !important;
  }
  /* line 1859, ../sass/styles.scss */
  div.menu.active #block-menu-block-2 ul.menu li a.active, div.menu.active #block-menu-block-2 ul.menu li a.is-active-trail, div.menu.active #block-menu-block-2 ul.menu li a:hover {
    border-bottom: none !important;
    border-left: 6px solid #e8c500;
    padding-left: 5px !important;
  }
  /* line 1865, ../sass/styles.scss */
  div.menu.active #block-menu-block-2 ul.menu li ul {
    display: none !important;
  }
  /* line 1870, ../sass/styles.scss */
  div.menu.active #block-menu-block-2 ul.menu li.menu-mlid-590 a.active, div.menu.active #block-menu-block-2 ul.menu li.menu-mlid-590 a.is-active-trail, div.menu.active #block-menu-block-2 ul.menu li.menu-mlid-590 a:hover {
    border-left: 6px solid #ed1d24;
  }
  /* line 1877, ../sass/styles.scss */
  div.menu.active #block-menu-block-2 ul.menu li.menu-mlid-586 a.active, div.menu.active #block-menu-block-2 ul.menu li.menu-mlid-586 a.is-active-trail, div.menu.active #block-menu-block-2 ul.menu li.menu-mlid-586 a:hover {
    border-left: 6px solid #bd1a8d;
  }
  /* line 1884, ../sass/styles.scss */
  div.menu.active #block-menu-block-2 ul.menu li.menu-mlid-699 a.active, div.menu.active #block-menu-block-2 ul.menu li.menu-mlid-699 a.is-active-trail, div.menu.active #block-menu-block-2 ul.menu li.menu-mlid-699 a:hover {
    border-left: 6px solid #50b848;
  }
  /* line 1893, ../sass/styles.scss */
  div.menu.active div.burger span {
    opacity: 0;
  }
  /* line 1895, ../sass/styles.scss */
  div.menu.active div.burger span:first-child {
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    position: relative;
    top: 5px;
    opacity: 1;
  }
  /* line 1903, ../sass/styles.scss */
  div.menu.active div.burger span:last-child {
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    -webkit-transform: rotate(-45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-45deg);
    position: relative;
    top: -5px;
    opacity: 1;
  }
}
@media screen and (max-width: 750px) {
  /* line 1917, ../sass/styles.scss */
  .pre-header .site-name {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  /* line 1923, ../sass/styles.scss */
  .pre-header ul.social {
    display: none;
  }
}
/* line 1931, ../sass/styles.scss */
#block-user-login, form#user-login {
  background-color: #d1e8f5;
  padding: 30px 50px 40px;
  position: relative;
}
/* line 1937, ../sass/styles.scss */
#block-user-login:before, form#user-login:before {
  content: ' ';
  display: block;
  height: 2px;
  width: 20%;
  background-color: #f58400;
  top: -1px;
  position: absolute;
  left: 35px;
}
/* line 1947, ../sass/styles.scss */
#block-user-login #edit-actions--2, form#user-login #edit-actions--2 {
  display: inline;
}
/* line 1950, ../sass/styles.scss */
#block-user-login div.item-list, form#user-login div.item-list {
  display: inline-block;
}
/* line 1952, ../sass/styles.scss */
#block-user-login div.item-list ul, form#user-login div.item-list ul {
  padding: 0;
  margin: 10px;
  list-style: none;
}
/* line 1958, ../sass/styles.scss */
#block-user-login h2, form#user-login h2 {
  font-size: 28px;
  line-height: 36px;
  color: #007dc7;
  padding-top: 30px;
  margin: 0;
}
/* line 1965, ../sass/styles.scss */
#block-user-login div.description, form#user-login div.description {
  display: none;
}
/* line 1968, ../sass/styles.scss */
#block-user-login label, form#user-login label {
  display: none;
}
/* line 1971, ../sass/styles.scss */
#block-user-login .form-item-name, form#user-login .form-item-name {
  position: relative;
}
/* line 1973, ../sass/styles.scss */
#block-user-login .form-item-name:before, form#user-login .form-item-name:before {
  content: ' ';
  display: block;
  width: 21px;
  height: 20px;
  position: absolute;
  top: 13px;
  left: 14px;
}
/* line 1984, ../sass/styles.scss */
#block-user-login .form-item-pass, form#user-login .form-item-pass {
  position: relative;
}
/* line 1986, ../sass/styles.scss */
#block-user-login .form-item-pass:before, form#user-login .form-item-pass:before {
  content: ' ';
  display: block;
  width: 22px;
  height: 30px;
  position: absolute;
  top: 8px;
  left: 14px;
}
/* line 1997, ../sass/styles.scss */
#block-user-login input, form#user-login input {
  background-color: #abd5ed;
  padding: 12px 20px 12px 50px;
  border: none;
  width: 100%;
}
/* line 2003, ../sass/styles.scss */
#block-user-login #edit-actions, form#user-login #edit-actions {
  display: inline-block;
}
/* line 2006, ../sass/styles.scss */
#block-user-login input[type="submit"], form#user-login input[type="submit"] {
  background-color: #007dc8;
  color: white;
  padding: 12px 20px;
  margin-left: 20px;
  width: auto;
  float: right;
}
/* line 2014, ../sass/styles.scss */
#block-user-login #edit-actions, form#user-login #edit-actions {
  float: right;
}

/* body.page-user.section-user{
	h1{
		display: none;
	}
	ul.tabs-primary{
		display: none;
	}
	#block-block-2{
		@extend .col-md-6;
		h2{
			font-size: 28px;
			line-height: 36px;
			color: #007dc7;
			padding-top: 30px;
		}
	}
	#user-login{
		@extend .col-md-6;
		text-align: right;
		h2{
			margin-top: 22px;
			text-align: left;
		}
		div.description{
			display: none;
		}
		label{
			display: none;
		}
		.form-item-name{
			position: relative;
			&:before{
				@extend .sprites-username;
				content: ' ';
				display: block;
				width: 21px;
				height: 20px;
				position: absolute;
				top: 13px;
				left: 14px;
			}
		}
		.form-item-pass{
			position: relative;
			&:before{
				@extend .sprites-password;
				content: ' ';
				display: block;
				width: 22px;
				height: 30px;
				position: absolute;
				top: 8px;
				left: 14px;
			}
		}
		input{
			background-color: #abd5ed;
			padding: 12px 20px 12px 50px;
			border: none;
		}
		#edit-actions{
			display: inline-block;
		}
		input#edit-submit{
			background-color: #007dc8;
			color: white;
			padding: 12px 20px;
			margin-left: 20px;
		}
	}
	.right-col{
		background-color: #d1e8f5;
		padding: 30px 50px 40px;
		margin: 0;
		&:before{
			content: ' ';
			display: block;
			height: 2px;
			width: 70px;
			background-color: #f58400;
			top: -1px;
			position: absolute;
			left: 35px;
		}
	}
} */
/* line 2108, ../sass/styles.scss */
.sharethis-wrapper {
  margin-top: 20px;
  text-align: right;
  cursor: pointer;
}
/* line 2112, ../sass/styles.scss */
.sharethis-wrapper span {
  display: inline-block;
  margin-right: 15px;
}
/* line 2115, ../sass/styles.scss */
.sharethis-wrapper span.st_facebook_custom {
  width: 8px;
  height: 15px;
}
/* line 2120, ../sass/styles.scss */
.sharethis-wrapper span.st_twitter_custom {
  width: 16px;
  height: 13px;
}
/* line 2125, ../sass/styles.scss */
.sharethis-wrapper span.st_googleplus_custom {
  width: 17px;
  height: 17px;
}
/* line 2130, ../sass/styles.scss */
.sharethis-wrapper span.st_linkedin_custom {
  width: 17px;
  height: 17px;
}
/* line 2135, ../sass/styles.scss */
.sharethis-wrapper span.st_email_custom {
  width: 21px;
  height: 15px;
}

/* line 2146, ../sass/styles.scss */
body.page-search h1 {
  display: none;
}
/* line 2149, ../sass/styles.scss */
body.page-search #search-form {
  display: none;
}
/* line 2152, ../sass/styles.scss */
body.page-search h2.search-title {
  font-size: 44px;
  margin: 0;
}
/* line 2155, ../sass/styles.scss */
body.page-search h2.search-title span {
  color: #a1a1a1;
}
/* line 2159, ../sass/styles.scss */
body.page-search ol.search-results {
  padding: 0 0 0 10px;
}
/* line 2162, ../sass/styles.scss */
body.page-search ol.search-results h3.title a {
  color: #7aadda;
  font-size: 28px;
  font-weight: normal;
}
/* line 2168, ../sass/styles.scss */
body.page-search ol.search-results li.row, body.page-search ol.search-results .publications-block-wrapper li.view-content, .publications-block-wrapper body.page-search ol.search-results li.view-content, body.page-search ol.search-results div.view-news-events li.view-content, div.view-news-events body.page-search ol.search-results li.view-content, body.page-search ol.search-results div.view-publications.view-display-id-page li.view-content, div.view-publications.view-display-id-page body.page-search ol.search-results li.view-content, body.page-search ol.search-results li.view-id-videos.view-display-id-page, body.page-search ol.search-results div#block-views-newsletter-archive-block li.view-content, div#block-views-newsletter-archive-block body.page-search ol.search-results li.view-content, body.page-search ol.search-results div.view-press-releases li.view-content, div.view-press-releases body.page-search ol.search-results li.view-content {
  border-bottom: 1px solid #dbdbdb;
  padding: 20px 0;
  width: 100%;
}
/* line 2173, ../sass/styles.scss */
body.page-search ol.search-results div.search-info.date {
  text-align: center;
}
/* line 2175, ../sass/styles.scss */
body.page-search ol.search-results div.search-info.date strong {
  font-size: 52px;
  font-weight: normal;
  display: block;
}
/* line 2180, ../sass/styles.scss */
body.page-search ol.search-results div.search-info.date span {
  font-size: 15px;
  color: #a2a2a2;
}
/* line 2185, ../sass/styles.scss */
body.page-search ol.search-results div.search-snippet-info {
  padding: 0;
}

/* line 2197, ../sass/styles.scss */
.view-id-videos.view-display-id-page .views-row .views-field-field-video {
  position: relative;
}
/* line 2198, ../sass/styles.scss */
.view-id-videos.view-display-id-page .views-row .views-field-field-video img {
  width: 100%;
}
/* line 2202, ../sass/styles.scss */
.view-id-videos.view-display-id-page .views-row .views-field-field-video:after {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: .8;
  content: ' ';
  width: 100px;
  height: 70px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  pointer-events: none;
}
/* line 2217, ../sass/styles.scss */
.view-id-videos.view-display-id-page .views-row .views-field-title {
  color: #44443e;
  font-size: 20px;
  padding: 20px;
  margin: -60px 20px 0;
  background-color: white;
  position: relative;
}
/* line 2225, ../sass/styles.scss */
.view-id-videos.view-display-id-page .views-row .views-field-body {
  margin: 0 40px;
}

/* line 2234, ../sass/styles.scss */
body.node-type-newsletter-signup h1.page__title, body.node-type-newsletter-unsubscribe h1.page__title {
  margin: 0;
}
/* line 2239, ../sass/styles.scss */
body.node-type-newsletter-signup section.newsletter-form input[type="text"], body.node-type-newsletter-signup section.newsletter-form input[type="email"], body.node-type-newsletter-signup section.newsletter-form textarea, body.node-type-newsletter-unsubscribe section.newsletter-form input[type="text"], body.node-type-newsletter-unsubscribe section.newsletter-form input[type="email"], body.node-type-newsletter-unsubscribe section.newsletter-form textarea {
  background-color: #d1e8f5;
  padding: 10px 15px;
  border: none;
  width: 100%;
  outline: none;
  margin-bottom: 20px;
}
/* line 2246, ../sass/styles.scss */
body.node-type-newsletter-signup section.newsletter-form input[type="text"].error, body.node-type-newsletter-signup section.newsletter-form input[type="email"].error, body.node-type-newsletter-signup section.newsletter-form textarea.error, body.node-type-newsletter-unsubscribe section.newsletter-form input[type="text"].error, body.node-type-newsletter-unsubscribe section.newsletter-form input[type="email"].error, body.node-type-newsletter-unsubscribe section.newsletter-form textarea.error {
  border: 1px solid red !important;
}
/* line 2253, ../sass/styles.scss */
body.node-type-newsletter-signup section.newsletter-form input#btnSubscibe, body.node-type-newsletter-unsubscribe section.newsletter-form input#btnSubscibe {
  border: none;
  outline: none;
  background-color: #007dc8;
  color: white;
  width: auto;
  padding: 10px 50px;
  float: right;
}
/* line 2263, ../sass/styles.scss */
body.node-type-newsletter-signup section.newsletter-form div.checkboxes > div, body.node-type-newsletter-unsubscribe section.newsletter-form div.checkboxes > div {
  display: inline-block;
}
/* line 2266, ../sass/styles.scss */
body.node-type-newsletter-signup section.newsletter-form div.checkboxes label, body.node-type-newsletter-unsubscribe section.newsletter-form div.checkboxes label {
  display: inline-block;
  font-size: 12px;
  color: #6e6e6e;
  position: relative;
  top: -2px;
  margin-right: 5px;
}
/* line 2274, ../sass/styles.scss */
body.node-type-newsletter-signup section.newsletter-form div.checkboxes h3, body.node-type-newsletter-unsubscribe section.newsletter-form div.checkboxes h3 {
  font-size: 20px;
  color: #007dc7;
  display: inline-block;
  margin-right: 20px;
}
/* line 2282, ../sass/styles.scss */
body.node-type-newsletter-signup article.node-newsletter-signup, body.node-type-newsletter-signup article.node-newsletter-unsubscribe, body.node-type-newsletter-unsubscribe article.node-newsletter-signup, body.node-type-newsletter-unsubscribe article.node-newsletter-unsubscribe {
  max-width: 600px;
}
/* line 2284, ../sass/styles.scss */
body.node-type-newsletter-signup article.node-newsletter-signup form#form-easo-newsletter, body.node-type-newsletter-signup article.node-newsletter-unsubscribe form#form-easo-newsletter, body.node-type-newsletter-unsubscribe article.node-newsletter-signup form#form-easo-newsletter, body.node-type-newsletter-unsubscribe article.node-newsletter-unsubscribe form#form-easo-newsletter {
  margin-bottom: 20px;
}
/* line 2288, ../sass/styles.scss */
body.node-type-newsletter-signup article.node-newsletter-signup form#form-easo-newsletter .form-type-textfield label, body.node-type-newsletter-signup article.node-newsletter-unsubscribe form#form-easo-newsletter .form-type-textfield label, body.node-type-newsletter-unsubscribe article.node-newsletter-signup form#form-easo-newsletter .form-type-textfield label, body.node-type-newsletter-unsubscribe article.node-newsletter-unsubscribe form#form-easo-newsletter .form-type-textfield label {
  display: none;
}
/* line 2291, ../sass/styles.scss */
body.node-type-newsletter-signup article.node-newsletter-signup form#form-easo-newsletter .form-type-textfield input, body.node-type-newsletter-signup article.node-newsletter-unsubscribe form#form-easo-newsletter .form-type-textfield input, body.node-type-newsletter-unsubscribe article.node-newsletter-signup form#form-easo-newsletter .form-type-textfield input, body.node-type-newsletter-unsubscribe article.node-newsletter-unsubscribe form#form-easo-newsletter .form-type-textfield input {
  background-color: #d1e8f5;
  padding: 10px 15px;
  border: none;
  width: 100%;
  outline: none;
  margin-bottom: 20px;
}
/* line 2300, ../sass/styles.scss */
body.node-type-newsletter-signup article.node-newsletter-signup form#form-easo-newsletter input.form-submit, body.node-type-newsletter-signup article.node-newsletter-unsubscribe form#form-easo-newsletter input.form-submit, body.node-type-newsletter-unsubscribe article.node-newsletter-signup form#form-easo-newsletter input.form-submit, body.node-type-newsletter-unsubscribe article.node-newsletter-unsubscribe form#form-easo-newsletter input.form-submit {
  border: none;
  outline: none;
  background-color: #007dc8;
  color: white;
  width: auto;
  padding: 10px 50px;
  float: right;
}
/* line 2310, ../sass/styles.scss */
body.node-type-newsletter-signup article.node-newsletter-signup form#form-easo-newsletter .form-type-checkboxes > label, body.node-type-newsletter-signup article.node-newsletter-unsubscribe form#form-easo-newsletter .form-type-checkboxes > label, body.node-type-newsletter-unsubscribe article.node-newsletter-signup form#form-easo-newsletter .form-type-checkboxes > label, body.node-type-newsletter-unsubscribe article.node-newsletter-unsubscribe form#form-easo-newsletter .form-type-checkboxes > label {
  font-size: 20px;
  color: #007dc7;
  display: inline-block;
  margin-right: 20px;
}
/* line 2316, ../sass/styles.scss */
body.node-type-newsletter-signup article.node-newsletter-signup form#form-easo-newsletter .form-type-checkboxes #edit-subscribe, body.node-type-newsletter-signup article.node-newsletter-unsubscribe form#form-easo-newsletter .form-type-checkboxes #edit-subscribe, body.node-type-newsletter-unsubscribe article.node-newsletter-signup form#form-easo-newsletter .form-type-checkboxes #edit-subscribe, body.node-type-newsletter-unsubscribe article.node-newsletter-unsubscribe form#form-easo-newsletter .form-type-checkboxes #edit-subscribe {
  display: inline-block;
}
/* line 2318, ../sass/styles.scss */
body.node-type-newsletter-signup article.node-newsletter-signup form#form-easo-newsletter .form-type-checkboxes #edit-subscribe .form-item, body.node-type-newsletter-signup article.node-newsletter-unsubscribe form#form-easo-newsletter .form-type-checkboxes #edit-subscribe .form-item, body.node-type-newsletter-unsubscribe article.node-newsletter-signup form#form-easo-newsletter .form-type-checkboxes #edit-subscribe .form-item, body.node-type-newsletter-unsubscribe article.node-newsletter-unsubscribe form#form-easo-newsletter .form-type-checkboxes #edit-subscribe .form-item {
  display: inline-block;
  margin-right: 10px;
}
/* line 2321, ../sass/styles.scss */
body.node-type-newsletter-signup article.node-newsletter-signup form#form-easo-newsletter .form-type-checkboxes #edit-subscribe .form-item label, body.node-type-newsletter-signup article.node-newsletter-unsubscribe form#form-easo-newsletter .form-type-checkboxes #edit-subscribe .form-item label, body.node-type-newsletter-unsubscribe article.node-newsletter-signup form#form-easo-newsletter .form-type-checkboxes #edit-subscribe .form-item label, body.node-type-newsletter-unsubscribe article.node-newsletter-unsubscribe form#form-easo-newsletter .form-type-checkboxes #edit-subscribe .form-item label {
  font-size: 12px;
  color: #6e6e6e;
  position: relative;
  top: -2px;
}

/* line 2334, ../sass/styles.scss */
div#block-views-newsletter-archive-block {
  border: 1px solid #e0e0e1;
  padding: 0 30px;
  position: relative;
  margin-top: 40px;
}
/* line 2339, ../sass/styles.scss */
div#block-views-newsletter-archive-block .view-filters {
  position: absolute;
  top: 20px;
  right: 15px;
}
/* line 2343, ../sass/styles.scss */
div#block-views-newsletter-archive-block .view-filters select {
  padding: 3px;
  border-radius: 3px;
}
/* line 2347, ../sass/styles.scss */
div#block-views-newsletter-archive-block .view-filters input.form-submit {
  padding: 4px 16px;
  background: white;
}
/* line 2353, ../sass/styles.scss */
div#block-views-newsletter-archive-block .view-filters .views-widget-filter-field_month_value {
  padding: 0;
}
/* line 2356, ../sass/styles.scss */
div#block-views-newsletter-archive-block .view-filters .views-submit-button {
  padding: 0;
}
/* line 2358, ../sass/styles.scss */
div#block-views-newsletter-archive-block .view-filters .views-submit-button input {
  margin: 0;
}
/* line 2363, ../sass/styles.scss */
div#block-views-newsletter-archive-block h2 {
  border-bottom: 1px solid #e0e0e1;
  color: #505050;
  padding-bottom: 10px;
  margin-top: 15px;
}
/* line 2369, ../sass/styles.scss */
div#block-views-newsletter-archive-block:before {
  content: ' ';
  display: block;
  height: 2px;
  width: 70px;
  background-color: #f58400;
  top: -1px;
  position: absolute;
}
/* line 2378, ../sass/styles.scss */
div#block-views-newsletter-archive-block .view-content {
  margin-top: 40px;
  padding: 0 20px;
}
/* line 2382, ../sass/styles.scss */
div#block-views-newsletter-archive-block .view-content .views-row {
  margin-bottom: 40px;
}
/* line 2385, ../sass/styles.scss */
div#block-views-newsletter-archive-block .view-content .views-row:nth-child(4n+1) {
  clear: left;
}
/* line 2388, ../sass/styles.scss */
div#block-views-newsletter-archive-block .view-content .views-row h3 {
  display: inline-block;
  margin-top: 0;
}
/* line 2392, ../sass/styles.scss */
div#block-views-newsletter-archive-block .view-content .views-row img {
  width: 100%;
  margin-bottom: 15px;
}

/* line 2403, ../sass/styles.scss */
.view-id-procurements .views-exposed-form {
  border: 1px solid #dfdfdf;
  position: relative;
  padding: 10px 20px;
  margin-bottom: 20px;
}
/* line 2408, ../sass/styles.scss */
.view-id-procurements .views-exposed-form:before {
  content: ' ';
  display: block;
  height: 2px;
  width: 70px;
  background-color: #e26ca5;
  top: -1px;
  position: absolute;
}
/* line 2419, ../sass/styles.scss */
.view-id-procurements .views-exposed-widgets .description {
  display: none;
}
/* line 2422, ../sass/styles.scss */
.view-id-procurements .views-exposed-widgets select {
  padding: 3px;
  border-radius: 3px;
}
/* line 2426, ../sass/styles.scss */
.view-id-procurements .views-exposed-widgets input.form-submit {
  padding: 4px 16px;
  background: white;
}
/* line 2433, ../sass/styles.scss */
.view-id-procurements table {
  width: 100%;
}
/* line 2435, ../sass/styles.scss */
.view-id-procurements table a.btn, .view-id-procurements table .view-documents-archive .views-field-download a, .view-documents-archive .views-field-download .view-id-procurements table a, .view-id-procurements .view-archive-of-operations table tbody .views-field-field-file a, .view-archive-of-operations .view-id-procurements table tbody .views-field-field-file a {
  margin-right: 5px;
}
/* line 2438, ../sass/styles.scss */
.view-id-procurements table span.recently-updated {
  background-color: #0081cf;
  color: white;
  padding: 1px 5px;
  display: inline-block;
  margin-left: 3px;
  font-size: 10px;
  border-radius: 2px;
}
/* line 2447, ../sass/styles.scss */
.view-id-procurements table span.strike {
  display: block;
}
/* line 2449, ../sass/styles.scss */
.view-id-procurements table span.strike .date-display-single {
  text-decoration: line-through;
}
/* line 2452, ../sass/styles.scss */
.view-id-procurements table span.strike:after {
  content: 'New deadline';
  background-color: #0081cf;
  color: white;
  padding: 1px 5px;
  display: inline-block;
  text-decoration: none;
  font-size: 10px;
  border-radius: 2px;
  margin-left: 2px;
}
/* line 2465, ../sass/styles.scss */
.view-id-procurements table span.file img {
  display: none;
}
/* line 2468, ../sass/styles.scss */
.view-id-procurements table span.file a {
  overflow: hidden;
  width: 100px;
  position: relative;
  display: block;
  height: 22px;
  color: white;
}
/* line 2477, ../sass/styles.scss */
.view-id-procurements table span.file a:hover:after {
  opacity: 0.7;
}
/* line 2481, ../sass/styles.scss */
.view-id-procurements table span.file a:after {
  width: 100px;
  content: 'PDF';
  display: block;
  background-color: #007bcb;
  border-radius: 3px;
  color: white;
  text-align: center;
  position: absolute;
  padding: 2px 0;
  left: 0;
  top: 0;
}
/* line 2496, ../sass/styles.scss */
.view-id-procurements table th {
  color: #007bcb;
  font-weight: normal;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 10px;
  text-align: left;
  padding-right: 20px;
}
/* line 2503, ../sass/styles.scss */
.view-id-procurements table th.views-field-field-deadline {
  min-width: 100px;
}
/* line 2506, ../sass/styles.scss */
.view-id-procurements table th:first-child {
  padding-left: 10px;
}
/* line 2510, ../sass/styles.scss */
.view-id-procurements table tbody {
  font-size: 13px;
  color: #505050;
}
/* line 2513, ../sass/styles.scss */
.view-id-procurements table tbody tr {
  border: none;
}
/* line 2515, ../sass/styles.scss */
.view-id-procurements table tbody tr.even {
  background-color: #f8f8f8;
}
/* line 2518, ../sass/styles.scss */
.view-id-procurements table tbody tr.odd {
  background-color: white;
}
/* line 2521, ../sass/styles.scss */
.view-id-procurements table tbody tr td {
  padding: 10px 20px 10px 0;
}
/* line 2523, ../sass/styles.scss */
.view-id-procurements table tbody tr td:first-child {
  padding-left: 10px;
}

/* line 2535, ../sass/styles.scss */
body.node-type-timeline h1.page__title {
  display: none;
}

/* line 2540, ../sass/styles.scss */
.timeline-wrapper {
  background-image: url(../images/timeline-bg.png);
  padding: 40px 60px;
  overflow: hidden;
  position: relative;
}
/* line 2545, ../sass/styles.scss */
.timeline-wrapper div.wrapper {
  overflow: hidden;
}
/* line 2548, ../sass/styles.scss */
.timeline-wrapper .main-title {
  text-align: center;
  font-size: 35px;
}
/* line 2552, ../sass/styles.scss */
.timeline-wrapper .main-description {
  text-align: center;
  margin-bottom: 60px;
}
/* line 2556, ../sass/styles.scss */
.timeline-wrapper div.more {
  text-align: center;
  padding-top: 20px;
}
/* line 2559, ../sass/styles.scss */
.timeline-wrapper div.more a {
  border: 2px solid #a2a2a2;
  padding: 6px 30px;
  color: #a2a2a2;
  text-decoration: none;
  border-radius: 2px;
  text-transform: uppercase;
}
/* line 2566, ../sass/styles.scss */
.timeline-wrapper div.more a:hover {
  background-color: #a2a2a2;
  color: white;
}
/* line 2570, ../sass/styles.scss */
.timeline-wrapper div.more a:after {
  width: 24px;
  height: 19px;
  content: ' ';
  display: inline-block;
  position: relative;
  top: 4px;
  margin-left: 10px;
}
/* line 2587, ../sass/styles.scss */
.timeline-wrapper ul.line {
  border-bottom: 2px solid #a2a2a2;
  position: relative;
  padding: 0;
}
/* line 2591, ../sass/styles.scss */
.timeline-wrapper ul.line li {
  height: 15px;
  width: 15px;
  background-color: #0081d8;
  border-radius: 15px;
  list-style: none;
  float: left;
  position: absolute;
  top: -7px;
  cursor: pointer;
}
/* line 2602, ../sass/styles.scss */
.timeline-wrapper ul.line li:first-child div span {
  left: 0;
  margin-left: -2px;
}
/* line 2608, ../sass/styles.scss */
.timeline-wrapper ul.line li:last-child div span {
  right: 100%;
  margin-right: -7px;
  left: auto;
}
/* line 2614, ../sass/styles.scss */
.timeline-wrapper ul.line li div {
  display: none;
  position: relative;
  left: 5px;
}
/* line 2618, ../sass/styles.scss */
.timeline-wrapper ul.line li div span {
  position: relative;
  top: -32px;
  background-color: #0081d8;
  padding: 2px 10px;
  display: inline-block;
  white-space: nowrap;
  color: white;
  left: -50%;
  border-radius: 3px;
}
/* line 2629, ../sass/styles.scss */
.timeline-wrapper ul.line li div:after {
  content: ' ';
  width: 6px;
  height: 4px;
  display: block;
  top: -6px;
  position: absolute;
}
/* line 2640, ../sass/styles.scss */
.timeline-wrapper ul.line li:hover div {
  display: inline-block;
}
/* line 2646, ../sass/styles.scss */
.timeline-wrapper ul.slides {
  list-style: none;
  position: relative;
  padding: 0;
  left: 0;
}
/* line 2651, ../sass/styles.scss */
.timeline-wrapper ul.slides li {
  display: block;
  width: 250px;
  background-color: white;
  margin: 15px;
  float: left;
  height: 359px;
  overflow: hidden;
}
/* line 2659, ../sass/styles.scss */
.timeline-wrapper ul.slides li.active {
  background-color: #E0EFFA;
}
/* line 2662, ../sass/styles.scss */
.timeline-wrapper ul.slides li:first-child {
  margin-left: 0;
}
/* line 2665, ../sass/styles.scss */
.timeline-wrapper ul.slides li:last-child {
  margin-right: 0;
}
/* line 2668, ../sass/styles.scss */
.timeline-wrapper ul.slides li div.image {
  height: 120px;
  background-size: cover;
  background-position: center;
}
/* line 2673, ../sass/styles.scss */
.timeline-wrapper ul.slides li div.title {
  color: #0081db;
  font-size: 21px;
  padding: 5px 10px;
}
/* line 2678, ../sass/styles.scss */
.timeline-wrapper ul.slides li div.description {
  font-size: 15px;
  padding: 5px 10px;
  text-align: justify;
}
/* line 2685, ../sass/styles.scss */
.timeline-wrapper div.nav {
  position: absolute;
  z-index: 10;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  left: 0;
}
/* line 2691, ../sass/styles.scss */
.timeline-wrapper div.nav span {
  width: 33px;
  height: 61px;
  display: block;
  cursor: pointer;
}
/* line 2696, ../sass/styles.scss */
.timeline-wrapper div.nav span.left {
  float: left;
  margin-left: 10px;
}
/* line 2701, ../sass/styles.scss */
.timeline-wrapper div.nav span.right {
  float: right;
  margin-right: 10px;
}

/* line 2714, ../sass/styles.scss */
div.view-press-releases .views-exposed-form {
  border: 1px solid #dfdfdf;
  position: relative;
  padding: 10px 20px;
  margin-bottom: 20px;
}
/* line 2719, ../sass/styles.scss */
div.view-press-releases .views-exposed-form:before {
  content: ' ';
  display: block;
  height: 2px;
  width: 70px;
  background-color: #e26ca5;
  top: -1px;
  position: absolute;
}
/* line 2729, ../sass/styles.scss */
div.view-press-releases .views-exposed-form .form-item-field-tags-tid .description {
  display: none;
}
/* line 2741, ../sass/styles.scss */
div.view-press-releases .views-field-title a {
  font-size: 20px;
  color: #44443e;
}
/* line 2746, ../sass/styles.scss */
div.view-press-releases div.image {
  height: 260px;
  width: 100%;
  background-size: cover;
}
/* line 2751, ../sass/styles.scss */
div.view-press-releases div.wrap {
  margin: -60px 20px 20px;
  background: white;
  padding: 10px 30px 50px;
}
/* line 2755, ../sass/styles.scss */
div.view-press-releases div.wrap span.date {
  color: #e26ca5;
  font-size: 14px;
  text-transform: uppercase;
  position: absolute;
}
/* line 2761, ../sass/styles.scss */
div.view-press-releases div.wrap small {
  color: #a3a3a3;
  text-transform: uppercase;
  font-size: 11px;
  position: absolute;
}
/* line 2766, ../sass/styles.scss */
div.view-press-releases div.wrap small a {
  color: #a3a3a3;
  text-decoration: none;
}
/* line 2769, ../sass/styles.scss */
div.view-press-releases div.wrap small a:hover {
  text-decoration: underline;
}
/* line 2774, ../sass/styles.scss */
div.view-press-releases div.wrap h3 {
  font-size: 20px;
  font-weight: normal;
  margin: 20px 0 0;
}
/* line 2778, ../sass/styles.scss */
div.view-press-releases div.wrap h3 a {
  color: #44443e;
}

/* line 2785, ../sass/styles.scss */
img.alignleft {
  float: left;
  margin: 20px 20px 20px 0;
  clear: left;
}
/* line 2789, ../sass/styles.scss */
img.alignleft.top {
  margin-top: 0;
}

/* line 2794, ../sass/styles.scss */
img.alignright {
  float: right;
  margin: 20px 0 20px 20px;
  clear: left;
}
/* line 2798, ../sass/styles.scss */
img.alignright.top {
  margin-top: 0;
}

/* line 2804, ../sass/styles.scss */
ul.trends-list {
  list-style: none;
}
/* line 2806, ../sass/styles.scss */
ul.trends-list li {
  float: left;
  width: 29%;
  margin: 2%;
  border: 1px solid #b6c8d3;
  padding: 2%;
  text-align: center;
}
/* line 2813, ../sass/styles.scss */
ul.trends-list li:nth-child(3n+4) {
  clear: left;
}
/* line 2816, ../sass/styles.scss */
ul.trends-list li img {
  width: 100%;
}
/* line 2820, ../sass/styles.scss */
ul.trends-list:after {
  content: "";
  display: table;
  clear: both;
}

/* line 2828, ../sass/styles.scss */
table.styled-table tr {
  border-bottom: 1px solid #e6e6f0;
}
/* line 2830, ../sass/styles.scss */
table.styled-table tr:nth-child(even) {
  background-color: #F9F9F9;
}
/* line 2833, ../sass/styles.scss */
table.styled-table tr td, table.styled-table tr th {
  padding: 3px;
}

/* line 2842, ../sass/styles.scss */
.view-archive-of-operations table {
  width: 100%;
}
/* line 2844, ../sass/styles.scss */
.view-archive-of-operations table th {
  color: #007bcb;
  font-weight: normal;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 10px;
  text-align: left;
  padding-right: 20px;
  padding-left: 10px;
}
/* line 2853, ../sass/styles.scss */
.view-archive-of-operations table tbody {
  font-size: 13px;
  color: #505050;
}
/* line 2857, ../sass/styles.scss */
.view-archive-of-operations table tbody .views-field-field-file img {
  display: none;
}
/* line 2860, ../sass/styles.scss */
.view-archive-of-operations table tbody .views-field-field-file span.file-size {
  display: none;
}
/* line 2867, ../sass/styles.scss */
.view-archive-of-operations table tbody tr {
  border: none;
}
/* line 2869, ../sass/styles.scss */
.view-archive-of-operations table tbody tr.even {
  background-color: #f8f8f8;
}
/* line 2872, ../sass/styles.scss */
.view-archive-of-operations table tbody tr.odd {
  background-color: white;
}
/* line 2875, ../sass/styles.scss */
.view-archive-of-operations table tbody tr td {
  padding: 10px;
}
/* line 2881, ../sass/styles.scss */
.view-archive-of-operations .views-exposed-form {
  border: 1px solid #dfdfdf;
  position: relative;
  padding: 10px 20px;
  margin-bottom: 20px;
}
/* line 2886, ../sass/styles.scss */
.view-archive-of-operations .views-exposed-form:before {
  content: ' ';
  display: block;
  height: 2px;
  width: 70px;
  background-color: #e26ca5;
  top: -1px;
  position: absolute;
}
/* line 2897, ../sass/styles.scss */
.view-archive-of-operations .views-exposed-widgets select {
  padding: 3px;
  border-radius: 3px;
}
/* line 2901, ../sass/styles.scss */
.view-archive-of-operations .views-exposed-widgets input.form-submit {
  padding: 4px 16px;
  background: white;
}

/* line 2910, ../sass/styles.scss */
ul.tabs-primary li a {
  background-image: none !important;
}

/* line 2914, ../sass/styles.scss */
#user-pass {
  background-color: #d1e8f5;
  padding: 30px 50px 40px;
  position: relative;
}
/* line 2920, ../sass/styles.scss */
#user-pass:before {
  content: ' ';
  display: block;
  height: 2px;
  width: 20%;
  background-color: #f58400;
  top: -1px;
  position: absolute;
  left: 35px;
}
/* line 2930, ../sass/styles.scss */
#user-pass input {
  background-color: #abd5ed;
  padding: 12px 20px 12px 20px;
  border: none;
  width: 100%;
}
/* line 2936, ../sass/styles.scss */
#user-pass input[type="submit"] {
  background-color: #007dc8;
  color: white;
  padding: 12px 20px;
  margin-left: 20px;
  width: auto;
  float: right;
}

/* line 2946, ../sass/styles.scss */
#user-profile-form {
  background-color: #d1e8f5;
  padding: 30px 50px 40px;
  position: relative;
}
/* line 2951, ../sass/styles.scss */
#user-profile-form:before {
  content: ' ';
  display: block;
  height: 2px;
  width: 20%;
  background-color: #f58400;
  top: -1px;
  position: absolute;
  left: 35px;
}
/* line 2961, ../sass/styles.scss */
#user-profile-form input {
  background-color: #abd5ed;
  padding: 12px 20px 12px 20px;
  border: none;
  width: 100%;
}
/* line 2967, ../sass/styles.scss */
#user-profile-form input[type="submit"] {
  background-color: #007dc8;
  color: white;
  padding: 12px 20px;
  margin-left: 20px;
  width: auto;
  float: right;
  margin-top: 20px;
}

/* line 2984, ../sass/styles.scss */
div.view-id-image_gallery div.item-list ul li {
  list-style: none;
  margin-bottom: 20px;
}
/* line 2989, ../sass/styles.scss */
div.view-id-image_gallery div.item-list ul li a {
  border: 10px solid #b6c8d3;
  display: block;
}
/* line 2992, ../sass/styles.scss */
div.view-id-image_gallery div.item-list ul li a img {
  display: block;
  width: 100%;
}

/* line 3002, ../sass/styles.scss */
.calendar-calendar .month-view .full td.multi-day div.monthview, .calendar-calendar .week-view .full td.multi-day div.weekview, .calendar-calendar .day-view .full td.multi-day div.dayview, .calendar-calendar .month-view .full td.multi-day .inner .monthview .continues, .calendar-calendar .month-view .full td.multi-day .inner .monthview .cutoff, .calendar-calendar .week-view .full td.multi-day .inner .weekview .continues, .calendar-calendar .week-view .full td.multi-day .inner .weekview .cutoff {
  background: #b7d3f1;
}

/* line 3006, ../sass/styles.scss */
div.captcha {
  margin: 0 15px 20px;
}

#edit-actionviews-bulk-operations-delete-item,
#edit-actionnode-publish-action,
#edit-actionnode-unpublish-action
{ margin-right:3px; }

.view-literature-database td,
.view-literature-database th
{ border: 1px solid #ccc; padding: 3px 10px; }

/* Set literature database filter size */
.view-id-literature_database.view-display-id-page #edit-field-author-literature-value, 
.view-id-literature_database.view-display-id-page #edit-title,
.view-id-literature_database.view-display-id-page #edit-field-source-literature-value,
#edit-field-year-literature-value-selective, 
#edit-field-push-pull-factor-literatur-value-selective, 
#edit-field-category-literature-value-selective, 
#edit-field-theoretical-approach-liter-value-selective, 
#edit-field-type-of-migration-literatu-value-selective {
    width: 255px;
    height: 28px;
}

/* Cookie compliance popup */
sliding-popup.sliding-popup-bottom {
    overflow: hidden;
    position: fixed;
    padding: 1vw;
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}

#sliding-popup {
    display: block;
    right: 0;
}
#sliding-popup .popup-content {
    background-color: transparent;
    border: 0 none;
    display: block;
    margin: 0 auto;
    padding: 0;
    max-width: 80%;
}

#sliding-popup.sliding-popup-bottom #popup-text {
    width: 100%;
    text-align: center;
}

#sliding-popup .popup-content #popup-text {
    text-align: left;
}

#sliding-popup.sliding-popup-bottom #popup-text p {
    font-size: calc(17px + 0.2vw);
    font-weight: normal;
}

#sliding-popup .popup-content #popup-text p {
    display: block;
    line-height: 1.4;
    margin: 0 0 5px 0;
}

/* Image Gallery colorbox fixes */

#colorbox {
    z-index: 100;
}

#cboxTitle {
    width: 100%;
    color: white;
    background-color: rgba(76,76,76,0.8);
}
#cboxCurrent {
	background-color: rgba(76,76,76,0.8);
	color: white;
}


/* block surveys database */
#block-block-4 {
  line-height: 22.85px;
}

/* title of block surveys database */
#content #block-block-4 h2 {
  font-size: 28px;
  line-height: 56px;
  margin-top: 0px;
}

/* p of block surveys database */
#block-block-4 p {
  margin-bottom: 24px; 
  margin-top: 24px;
}

/* a of block surveys database */
#block-block-4 p a {
  color: #337ab7;
  text-decoration-color: #337ab7;  
}

/* view survey database */
.view-view-survey-database {
  line-height: 22.85px; 
  width: 1120px;
}

/* filters of view survey database */
.view-survey-database .view-filters {
  line-height: 20px;
}

/* filters title, research coordinator, country, sampling strategy, longitudinal  */
.view-survey-database #edit-title, .view-survey-database #edit-tid, .view-survey-database #edit_field_sdb_country_target_id_chosen, .view-survey-database #edit_field_sampling_strategy_target_id_chosen,
.view-survey-database #edit_field_longitudinal_value_chosen {
  width: 255px !important;
  height: 28px;
  padding: 0px;
  margin: 0px;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
} 

/* filter mode of administration */
.view-survey-database #edit_field_mode_of_administration_target_id_chosen {
  width: 255px !important;
  height: 28px;
  padding: 0px;
  font-size: 16px;
  font-family: 'Lato', sans-serif; 
}

.views-widget-filter-field_mode_of_administration_target_id .views-widget, .views-widget-filter-field_mode_of_administration_target_id label {
  margin-left: -6px;
}

/* filter asylum seekers */
.view-survey-database #edit_field_asylum_seekers_value_chosen {
  width: 255px;
  height: 28px;
  font-size: 16px;
  font-family: 'Lato', sans-serif;  
  padding: 0px;   
}

#edit-field-asylum-seekers-value-wrapper label, #edit-field-asylum-seekers-value-wrapper .views-widget {
  width: 255px; 
}


/* filter national/cross-national */
.view-survey-database #edit_field_national_cross_national_value_chosen {
  width: 255px;
  height: 28px;
  font-size: 16px;
  font-family: 'Lato', sans-serif;  
  padding: 0px;
} 

/* label of filter mode of administration */
#edit-field-mode-of-administration-target-id-wrapper label {
  width: 255px;
}

/* label of filter sampling strategy */
#edit-field-sampling-strategy-target-id-wrapper label {
  padding-top: 23px;
} 

/* remove label Start date & End date of filter year */
.form-item-field-survey-year-value-min label, .form-item-field-survey-year-value-max label {
  display: none;  
}

/* exposed widget */
.view-survey-database .views-exposed-form .views-exposed-widget {
  padding: 8px 22px 40px 22px;
} 


/* table of view survey-database */
.view-survey-database .views-table {
  margin-bottom: 24px;
  margin-top: 24px;
  font-size: 16px;
  font-family: 'Lato', sans-serif;  
}

.view-survey-database .views-table td, .view-survey-database .views-table th {
  border: 1px solid #ccc;
  padding: 3px 10px;
}

.view-survey-database .views-table tr th {
  background-color: #fff;
  color: black;  
}

.view-survey-database .views-table tr th a {
  color: #337ab7;
}

.view-survey-database .views-table tr.even {
  background-color: #fff; 
}

.view-survey-database .views-exposed-widgets {
 width: 994px; 
}

/* περιεχόμενο survey database */
.node-type-survey-database .node-survey-database {
  border: 4px solid #dde5f2;
  width: 1120px;
  padding: 10px 0px 10px 10px;
}

.node-type-survey-database .node-survey-database > .field:last-child {
  border-bottom: none;
}

.node-type-survey-database .node-survey-database > .field {
  border-bottom: 1px dotted #ccc;
}

.node-type-survey-database h1#page-title {
  color: #007fc5;
  margin: 0 0 10px;
  font-weight: normal;
  font-size: 32px;
  line-heigh: 48px;
  margin-bottom: 10px;
  margin-top: 0px;
}

.node-type-survey-database .field-label {
  width: 305px; 
  text-align: right;
  color: #221F73;
}


.node-type-survey-database .field-items {
  width: 790px;
  display: inline-block;
} 

.node-type-survey-database .field-item {
  display: inline;
}

.node-type-survey-database .field-name-field-research-coordinator .field-items .field-item, .node-type-survey-database .field-name-field-sdb-country .field-items .field-item, .node-type-survey-database .field-name-field-mode-of-administration .field-items .field-item, .node-type-survey-database .field-name-field-sampling-strategy .field-items .field-item, .node-type-survey-database .field-name-field-institution .field-items .field-item, .node-type-survey-database .field-name-field-location .field-items .field-item, .node-type-survey-database .field-name-field-language .field-items .field-item{
  padding-right: 5px;
}

.node-type-survey-database .field-name-field-research-coordinator .field-items .field-item:not(:last-child):after, .node-type-survey-database .field-name-field-sdb-country .field-items .field-item:not(:last-child):after, .node-type-survey-database .field-name-field-mode-of-administration .field-items .field-item:not(:last-child):after, .node-type-survey-database .field-name-field-sampling-strategy .field-items .field-item:not(:last-child):after, .node-type-survey-database .field-name-field-institution .field-items .field-item:not(:last-child):after, .node-type-survey-database .field-name-field-location .field-items .field-item:not(:last-child):after, .node-type-survey-database .field-name-field-language .field-items .field-item:not(:last-child):after{
  content: ",";
}

/* link field in the survey database node add form */
.link-field-url .form-item {
  margin: 0px;
}

/* scroll bar in the multiple values filters */
.page-survey-database .chosen-container-multi .chosen-choices, .page-survey-approval .chosen-container-multi .chosen-choices {
	max-height: 80px;
	overflow-y: scroll;
}


/* view survey database content approval */

/* filter author/s */
#views-exposed-form-survey-database-page-1 #edit-uid {
  width: 255px;
}

#views-exposed-form-survey-database-page-1 .views-exposed-form .views-exposed-widget {
  padding: 8px 22px 40px 22px;
}


/* cancel button at the operations of survey content approval & of literature content approval */
.view-survey-database a#edit-cancel, .view-literature-database a#edit-cancel {
  align-items: flex-start;
  text-align: center;
  cursor: pointer;
  background-color: buttonface;
  border-width: 2px;
  border-style: outset;
  border-color: buttonface;
  border-image: initial;
  -webkit-appearance: button;
  padding: 1px 6px;
  margin-left: 10px;
  color: #505050;
}

.view-survey-database a#edit-cancel:hover, .view-survey-database a#edit-cancel:focus, .view-literature-database a#edit-cancel:hover, .view-literature-database a#edit-cancel:focus {
  text-decoration: none;
}

/* analytical area contact form */
.webform-AnalyticalAreaRegistration-field-wrapper.form-item.webform-component.webform-component-email.webform-component--email {
    height: 42px;
}

#block-easo-contact-easo-analytical label {
  display: none;
}

#block-easo-contact-easo-analytical input, #block-easo-contact-easo-analytical textarea {
  background-color: #d1e8f5;
  padding: 10px 15px;
  border: none;
  outline: none;
  width: 100%;
}

#block-easo-contact-easo-analytical div.form-item-name, #block-easo-contact-easo-analytical div.form-item-surname, #block-easo-contact-easo-analytical div.form-item-email, #block-easo-contact-easo-analytical div.form-item-organisation, #block-easo-contact-easo-analytical div.form-item-phonenumber, #block-easo-contact-easo-analytical div.form-item-jobtitle {
  width: 50%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
}

#block-easo-contact-easo-analytical input.form-submit {
  background-color: #007dc8;
  color: white;
  width: auto;
  padding: 10px 50px;
  float: right;
}

#block-easo-contact-easo-analytical input.form-file {
  background: none;
}

/* make responsive the page Latest Asylum Trends */
@media screen and (max-width: 480px) {
	/* leave left space on title Support is our mission */
	.hero .wrap strong {
	  padding-left: 10px;
	}

	/* leave left space on title Latest Asylum Trends */
	h1.page__title {
	  padding-left: 10px;
	}

	/* leave left space on all p of the page latest asylum trends */
	.section-latest-asylum-trends p {
	  padding-left: 10px;
	}

	/* leave left space on all p of the page latest asylum trends */
	.section-latest-asylum-trends h3 {
	  padding-left: 10px;
	}

	/* remove left and right space from image at the page latest asylum trends */
	.section-latest-asylum-trends img {
	  margin-right: auto !important;
	  margin-left: auto !important;
	}
}

/* newsletter contact form */
#block-easo-contact-easo-newsletter div.form-item-name label, #block-easo-contact-easo-newsletter div.form-item-surname label, #block-easo-contact-easo-newsletter div.form-item-email label {
  display: none;
}

#block-easo-contact-easo-newsletter input {
  background-color: #d1e8f5;
  padding: 10px 15px;
  border: none;
  outline: none;
}

#block-easo-contact-easo-newsletter div.form-item-name, #block-easo-contact-easo-newsletter div.form-item-surname, #block-easo-contact-easo-newsletter div.form-item-email {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
}

#block-easo-contact-easo-newsletter input.form-submit {
  background-color: #007dc8;
  color: white;
  width: auto;
  padding: 10px 50px;
  margin-left: 350px;
}

.form-item.form-type-checkboxes.form-item-subscribe label {
  display: inline-block;
  margin-right: 20px;
}

#edit-subscribe {
  display: inline-block;
  font-size: 13px;
  color: #6e6e6e;
}

.form-item.form-type-checkbox.form-item-subscribe-EASO-Press-Release, .form-item.form-type-checkbox.form-item-subscribe-EASO-Newsletter {
  display: inline-block;
}

#block-easo-contact-easo-newsletter .form-item-captcha-response label {
  display: none;
}

#compulsory_field {
  font-size: 12px;	
} 

/* Asylum Support & Training Menu Link */
li.menu__item.menu-mlid-699 {
  max-width: 165px;
}

li.menu-mlid-699 {
  max-width: 165px;
}

#page #main, #header, .region-bottom {
  max-width: 1206px;
}

@media screen and (min-width: 1211px) and (max-width: 1221px) {
  #header {
    padding-left: 4.5px;
    padding-right: 4px;  
  }   
}

/* Annual report */
.annual-report-navigation {
  background-color: #eeeeee;
}

.img_cover_container.col-xs-12.col-sm-3.col-md-4 {
  margin-top: 15px;
  padding-left: 0px;
}

.summary_in_different_languages {
  max-width: 220px;
  display: inline-block;
}

.pdf_links_in_different_languages {
  display: inline-block;
  max-width: 550px;
}

a.book-title {
  pointer-events: none;
  color: #444;
  font-weight: bold;
  font-size: 18px;
}

.block-book-explorer h2.block__title.block-title {
  line-height: normal;
  font-size: 26px;
} 

.book-left section.region.region-sidebar-first.column.sidebar {
  padding-left: 0px;	
  padding-right: 0px;
}

.node-book h2.node__title.node-title, #book-content h1.page__title {
  line-height: normal;
  font-size: 26px;
}

#book-content .node-book p, #book-content .node-book span, #book-content .node-book div {
  font-family: "Open Sans", arial, sans-serif !important;
 /* font-size: 16px !important; */
}

#book-content .node-book #bookContentBottom p, #book-content .node-book #bookContentBottom span, #book-content .node-book #bookContentBottom div, #bookContentBottom a {
  font-size: 12px !important;
}

.annual-report-navigation, .book-left, #book-content {
  font-family: "Open Sans", arial, sans-serif;
}

a.menu__link.jquery_ajax_load {
  font-size: 14px;
}

#bookBodyFull, #bookBodySummary {
  font-size: 14px;
}

a.menu__link.jquery_ajax_load.first_level {
  font-weight: bold;
}

#book-content, .book-left {
  padding-top: 40px;
}

.node-book {
  overflow-wrap: break-word;
}

/* More detail button on book body */
input#report-summary-more {
  background-color: #f1f1f1;
  border-color: #cfcfcf #cfcfcf #b5b5b5;
  background-image: linear-gradient(to bottom, #f6f6f6, #eaeaea);
  border-image: none;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
  color: #333333;
  cursor: pointer;
  padding: 4px 12px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  border-radius: 4px;
  font-size: 12px;
  float: right;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
  margin-bottom: 2em;
}

/* Book Content bottom */
div#bookContentBottom {
 /* margin-top: 5em; */
}
#bookContentBottom a {
  overflow-wrap: break-word;
}

/* instagram icon */
 li.instagram {
  margin-top: 5px;
}

/* latest publications */
.publications-block-wrapper .view-content .views-row {
  height: 25vh;
}

div.view-publications .publication img {
  max-height: 162px;
}

/* webform call for experts */
.section-call-expressions-interest-experts-1 #main .webform-container-inline label {
  min-width: 120px;
  margin: 0;
  display: inline-block;
}

.section-call-expressions-interest-experts-1 #main .form-radios label {
  min-width: 0;
  margin-right: 12px;
}

.section-call-expressions-interest-experts-1 #main .form-item, #main .form-actions {
  margin-top: 15px;
  margin-bottom: 15px;
}

/* color of book Country Guidance Afganistan */ 
.section-country-guidance-afghanistan a.menu__link.jquery_ajax_load {
  color: rgb(141,17,40);
}

.section-country-guidance-afghanistan h2.node__title.node-title a, .section-country-guidance-afghanistan h1#page-title {
  color: rgb(141,17,40);
}

.newsletter-registration-wrapper.name, .newsletter-registration-wrapper.surname, .newsletter-registration-wrapper.email {
	position: relative;
    min-height: 1px;
    padding-right: 15px;
}

.newsletter-registration-field.name, .newsletter-registration-field.surname, .newsletter-registration-field.email{
	background-color: #d1e8f5;
    padding: 10px 15px;
    border: none;
    width: 100%;
	max-width: 585px;
    outline: none;
    margin-bottom: 20px;
}

.newsletter-registration-wrapper.subscribeto > label {
	font-size: 20px;
    color: #007dc7;
    display: inline-block;
    margin-right: 20px;
}

input.webform-submit.button-primary.form-submit[value~="Subscribe"]{
	border: none;
    outline: none;
    background-color: #007dc8;
    color: white;
    width: auto;
    padding: 10px 50px;
    float: right;
}

/* Analytical area registration webform */
.webform-AnalyticalAreaRegistration-field-wrapper{
	width: 50%;
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
}

.webform-AnalyticalAreaRegistration-field {
	background-color: #d1e8f5;
    padding: 10px 15px;
    border: none;
    outline: none;
    width: 100%;
}

.AnalyticalAreaRegistration-submitBTN {
  background-color: #007dc8;
  color: white;
  width: auto;
  padding: 10px 50px;
  float: right;	
}

.webform-AnalyticalAreaRegistration-field-wrapper.webform-component--justification {
	width: 100%;
}

/* PDF Icon for downloading each book page */
div#downloadPdf {
  float: right;
}
div#downloadText {
  display: inline-block;
}
.pdfLink:hover {
  cursor: pointer;
}

/* popup message when hovering the book title */
div#popup {
  width: 450px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  font-size: 14px;
}

/* maintenance mode */
#site-name {
  text-align: right;
  margin-top: -90px;
}

/* Consultative Forum Contact webform */
.webform-Consultative-wrapper {
  width: 50%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
}
.webform-Consultative-field {
  background-color: #d1e8f5;
  padding: 10px 15px;
  border: none;
  outline: none;
  width: 100%;
}
.webform-Consultative-wrapper.webform-component--message {
  width: 100%;
}
#webform-client-form-12180 .webform-submit {
  background-color: #007dc8;
  color: white;
  width: auto;
  padding: 10px 50px;
  float: right;
}
#edit-submitted-file-upload-button {
    display: none;
}

/* Contact Us webform */
.webform-Contact-field {
  background-color: #d1e8f5;
  padding: 10px 15px;
  border: none;
  outline: none;
  width: 100%;
}
#webform-client-form-12179 .webform-submit {
  background-color: #007dc8;
  color: white;
  width: auto;
  padding: 10px 50px;
  float: right;
}
#webform-client-form-12179 .map {
  margin: 0px -30px 30px;
  height: 400px;
}
#webform-client-form-12179 .col-md-3.contact-left {
  border: 1px solid #dfdfdf;
  padding: 20px;
  position: relative;
  background-color: #d1e8f5;
  font-size: 15px;
  -webkit-box-shadow: -2px 4px 0px 0px;
  -moz-box-shadow: -2px 4px 0px 0px #ececec;
  box-shadow: -2px 4px 0px 0px #ececec;
}
#webform-client-form-12179 .col-md-3.contact-left:before {
  content: ' ';
  display: block;
  height: 2px;
  width: 70px;
  background-color: #f58400;
  top: -1px;
  position: absolute;
}
#webform-client-form-12179 .col-md-3.contact-left h2 {
  padding: 0 0 20px 0;
  margin: 0 0 -10px 0;
  font-size: 30px;
  line-height: 32px;
  border-bottom: 1px solid #b6c8d3;
}
#webform-client-form-12179 .col-md-8.contact-main.col-md-offset-1 {
  width: 50%;
}
#webform-client-form-12179 .col-md-8.contact-main.col-md-offset-1 h2 {
  margin-top: 0;
  color: #7aadda;
  font-size: 26px;
}
#webform-client-form-12179 .col-md-8.contact-main.col-md-offset-1 pre {
  margin: 0px;
}
div#block-block-11 {
  padding-bottom: 20px;
}
/* Newsletter subscription webform */
.webform-Newsletter-field {
  background-color: #d1e8f5;
  padding: 10px 15px;
  border: none;
  width: 100%;
  outline: none;
  margin-bottom: 20px;
}
.webform-Newsletter-Subscribe-label > label {
  font-size: 20px;
  color: #007dc7;
  display: inline-block;
  margin-right: 20px;
}
p.explanationNeswletterField {
  font-size: 12px;
}
div#edit-submitted-subscribe-to {
  color: #6e6e6e;
}

#webform-client-form-12100 input.webform-submit {
  border: none;
  outline: none;
  background-color: #007dc8;
  color: white;
  padding: 10px 50px;
  float: right;
}
#webform-client-form-12100 {
  max-width: 600px;	
}

/* color of book EASO Asylum Report 2020 */ 
.section-asylum-report-2020 a.menu__link.jquery_ajax_load {
  color: #213FA9;
}

.section-asylum-report-2020 h2.node__title.node-title a, .section-asylum-report-2020 h1#page-title {
  color: #213FA9;
}

/* color of book Executive Summary of Asylum Report 2020 */ 
.section-executive-summary-asylum-report-2020 a.menu__link.jquery_ajax_load {
  color: #213FA9;
}

.section-executive-summary-asylum-report-2020 h2.node__title.node-title a, .section-executive-summary-asylum-report-2020 h1#page-title {
  color: #213FA9;
}

/*  EU+ Developments view */
.view-eu-development td, .view-eu-development th {
  border: 1px solid #ccc;
  padding: 3px 10px;
}
.view-eu-development .form-item.form-type-select.form-item-field-thematic-area-target-id {
    width: 250px;
}
/* Unaccompanied minors and vulnerable groups */
.thematic-area-14886 {
  background-color: #fbc8b4;
}
/* Statelessness */
.thematic-area-14885 {
  background-color: #939598;
  color: white;
}
/* Special procedures */
.thematic-area-14884 {
  background-color: #ed1c24;
  color: white;
}
/* Return of former applicants */
.thematic-area-14883 {
  background-color: #3e7c94;
  color: white;
}
/* Resettlement and humanitarian admission programmes */
.thematic-area-14882 {
  background-color: #ec008c;
  color: white;
}
/* Reception of applicants for international protection */
.thematic-area-14881 {
  background-color: #00a651;
  color: white;
}
/* Procedures at second instance */
.thematic-area-14880 {
  background-color: #007dc5;
  color: white;
}
/* Procedures at first instance */
.thematic-area-14879 {
  background-color: #00aeef;
  color: white;
}
/* Legal assistance and representation */
.thematic-area-14878 {
  background-color: #fff799;
}
/* Interpretation services */
.thematic-area-14877 {
  background-color: #cfe5ae;
}
/* Dublin procedure */
.thematic-area-14875 {
  background-color: #fdb913;
  color: white;
}
/* Detention */
.thematic-area-14874 {
  background-color: #80a9bd;
  color: white;
}
/* Country of origin information:  Research, production and institutional developments */
.thematic-area-14873 {
  background-color: #013b82;
  color: white;
}
/* Content of protection */
.thematic-area-14872 {
  background-color: #5b57a6;
  color: white;
}
/* Access to procedure */
.thematic-area-14871 {
  background-color: #6dcff6;
  color: white;
}
/* Access to information */
.thematic-area-14870 {
  background-color: #c7eabf;
}

/* color of book EASO Practical Guide: Qualification for international protection */ 
.section-practical-guide-qualification a.menu__link.jquery_ajax_load {
  color: rgb(131,60,11);
}

.section-practical-guide-qualification h2.node__title.node-title a, .section-practical-guide-qualification h1#page-title {
  color: rgb(131,60,11);
}

/* Public Documents Regisry webform */
.webform-PublicDocuments-field {
    background-color: #d1e8f5;
    padding: 10px 15px;
    border: none;
    width: 100%;
    outline: none;
    margin-bottom: 20px;
}
#webform-client-form-12808 input.webform-submit {
  border: none;
  outline: none;
  background-color: #007dc8;
  color: white;
  padding: 10px 50px;
  float: right;
}
#webform-client-form-12808 {
  max-width: 600px;
}

/* color of book Country Guidance Syria */ 
.section-country-guidance-syria a.menu__link.jquery_ajax_load {
  color: rgb(141,17,40);
}

.section-country-guidance-syria h2.node__title.node-title a, .section-country-guidance-syria h1#page-title {
  color: rgb(141,17,40);
}

/* color of book EASO Guidance on reception conditions for unaccompanied children: operational standards and indicators */
.section-guidance-reception-unaccompanied-children a.menu__link.jquery_ajax_load {
  color: rgb(40,53,131);
}

.section-guidance-reception-unaccompanied-children h2.node__title.node-title a, .section-guidance-reception-unaccompanied-children h1#page-title {
  color: rgb(40,53,131);
}

/* color of book EASO Guidance on reception conditions: operational standards and indicators */
.section-guidance-reception a.menu__link.jquery_ajax_load {
  color: rgb(40,53,131);
}

.section-guidance-reception h2.node__title.node-title a, .section-guidance-reception h1#page-title {
  color: rgb(40,53,131);
}

/* color of book EASO Asylum report 2021 */
.section-easo-asylum-report-2021 a.menu__link.jquery_ajax_load {
  color: #283583;
}

.section-easo-asylum-report-2021 h2.node__title.node-title a, .section-easo-asylum-report-2021 h1#page-title {
  color: #283583;
}

/* block Asylum Report 2021 */
a.citation-link {
  font-family: "Open Sans", arial, sans-serif;
  font-size: 12px;
}

div#block-block-17 {
  height: 410px;
}

.btn-citation {
  border-color: rgb(118, 118, 118);
  border-width: 1px;
  border-style: outset;
  position: relative;
  float: left;
  margin-right: 20px;
  padding-left: 5px;
  padding-right: 5px;
}

.btn-download {
  position: relative;
  float: left;
  border-color: rgb(118, 118, 118);
  border-width: 1px;
  border-style: outset;
  padding-left: 5px;
  padding-right: 5px;
}

/* asylum report 2021 */
.node-12192 .timeline-wrapper ul.slides li div.title, .node-13845 .timeline-wrapper ul.slides li div.title {
  font-size: 18px;
}

.node-12192 .timeline-wrapper ul.slides li, .node-13845 .timeline-wrapper ul.slides li {
  width: 200px;
  height: 315px;
}

/* national developments */
td.views-field.views-field-field-thematic-icon.type-of-development-14887 {
  background-color: #ffcc00;
  min-width: 40px;
}
td.views-field.views-field-field-thematic-icon.type-of-development-14888 {
  background-color: #283583;
  min-width: 40px;
}

td.views-field.views-field-field-thematic-icon.type-of-development-14889 {
  background-color: #8dc63f;
  min-width: 40px;
}

td.views-field.views-field-field-thematic-icon.type-of-development-14890 {
  background-color: #a0336f;
  min-width: 40px;
}

td.views-field.views-field-field-thematic-icon.type-of-development-14891 {
  background-color: #00abbd;
  min-width: 40px;
}

th.views-field.views-field-field-development {
    width: 400px;
}

