/**
 * @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 33, ../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 40, ../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: 87.5%;
  /* 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 154, ../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 170, ../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 223, ../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 {
  -webkit-box-sizing: content-box;
  -moz-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 253, ../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 285, ../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 304, ../sass/_normalize.scss */
dl,
menu,
ol,
ul {
  /* Address margins set differently in IE 6/7. */
  margin: 1.5em 0;
}

/* line 311, ../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 323, ../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-style: solid;
  border-top-width: 0.07143em;
  padding-top: 0.45357em;
  border-bottom-style: solid;
  border-bottom-width: 0.07143em;
  padding-bottom: 0.90357em;
  border-left-style: solid;
  border-left-width: 0.07143em;
  padding-left: 0.90357em;
  border-right-style: solid;
  border-right-width: 0.07143em;
  padding-right: 0.90357em;
}

/**
 * 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 418, ../sass/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  max-width: 100%;
  /* 5 */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 5 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 435, ../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 446, ../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 462, ../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 474, ../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 485, ../sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-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 */
  -webkit-box-sizing: content-box;
  -moz-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 509, ../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 515, ../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 36, ../sass/layouts/_responsive.scss */
.region-navigation,
#header,
.region-footer-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1040px;
}

/* Apply the shared properties of grid items in a single, efficient ruleset. */
/* line 48, ../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 46, ../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;
}

/* line 71, ../sass/layouts/_responsive.scss */
.breadcrumb,
#main,
.region-content-front,
.node-events,
.node-member,
.node-webform,
.node-type-article #main,
.one-sidebar #main,
form.webform-client-form,
.webform-confirmation,
.field-name-body,
.region-content-bottom {
  max-width: 1040px;
  margin: 0 auto;
}

/* line 76, ../sass/layouts/_responsive.scss */
#main {
  margin-bottom: 2em;
}

/* line 80, ../sass/layouts/_responsive.scss */
.breadcrumb {
  padding: 0 20px;
}

/* Navigation bar */
@media all and (min-width: 480px) {
  /* line 87, ../sass/layouts/_responsive.scss */
  #main {
    /* Move all the children of #main down to make room. */
  }

  /* line 90, ../sass/layouts/_responsive.scss */
  #navigation {
    /* Move the navbar up inside #main's padding. */
  }
}
/**
 * Use 3 grid columns for smaller screens.
 */
@media all and (min-width: 880px) {
  /**
   * The layout when there is only one sidebar, the left one.
   */
  /* line 107, ../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 109, ../sass/layouts/_responsive.scss */
  .sidebar-first #content {
    float: left;
    width: 66.667%;
    margin-left: 0%;
    margin-right: -66.667%;
  }
  /* line 117, ../sass/layouts/_responsive.scss */
  .sidebar-first .region-sidebar-first {
    float: left;
    width: 33.333%;
    margin-left: 66.667%;
    margin-right: 0;
  }
}
/* 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 22, ../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 40, ../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 66, ../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 106, ../sass/components/_misc.scss */
.header__site-link:link, .header__site-link:visited {
  color: #000;
  text-decoration: none;
}
/* line 112, ../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 151, ../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 30px 0 0;
  /* LTR */
  list-style-type: none;
  list-style-image: none;
}

/**
 * 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 190, ../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 245, ../sass/components/_misc.scss */
.ok,
.messages--status {
  background-color: #f8fff0;
  color: #234600;
}

/* line 250, ../sass/components/_misc.scss */
.warning,
.messages--warning {
  background-color: #fffce5;
  color: #840;
}

/* line 255, ../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;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(100%, #bbbbbb), color-stop(100%, transparent));
  background-image: -webkit-linear-gradient(bottom, #bbbbbb 1px, transparent 1px);
  background-image: -moz-linear-gradient(bottom, #bbbbbb 1px, transparent 1px);
  background-image: -o-linear-gradient(bottom, #bbbbbb 1px, transparent 1px);
  background-image: linear-gradient(bottom, #bbbbbb 1px, transparent 1px);
  /* IE 9 and earlier don't understand gradients. */
  list-style: none;
  border-bottom: 1px solid #bbbbbb \0/ie;
  margin: 1.5em 0;
  padding: 0 2px;
  white-space: nowrap;
  max-width: 1040px;
  margin: 1.5em auto;
}

/* line 277, ../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 281, ../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 294, ../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 white;
  border: 1px solid #bbbbbb;
  border-bottom-color: transparent;
  /* IE 9 and earlier don't understand gradients. */
  border-bottom: 0 \0/ie;
}

/* line 303, ../sass/components/_misc.scss */
.is-active.tabs-primary__tab {
  border-bottom-color: white;
}

/* line 309, ../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;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-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 319, ../sass/components/_misc.scss */
a.tabs-primary__tab-link:hover, a.tabs-primary__tab-link:focus {
  background-color: #e9e9e9;
  border-color: #f2f2f2;
}

/* line 323, ../sass/components/_misc.scss */
a.tabs-primary__tab-link:active, a.tabs-primary__tab-link.is-active {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE9E9E9', endColorstr='#00E9E9E9');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e9e9e9), color-stop(100%, rgba(233, 233, 233, 0)));
  background-image: -webkit-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: -moz-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: -o-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  border-color: #fff;
}

/* Secondary tabs. */
/* line 347, ../sass/components/_misc.scss */
.tabs-secondary {
  font-size: .9em;
  /* Collapse bottom margin of ul.primary. */
  margin-top: -1.5em;
}

/* line 354, ../sass/components/_misc.scss */
.tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  margin: 0.75em 3px;
}

/* line 360, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link, a.tabs-secondary__tab-link.is-active {
  -webkit-border-radius: 0.75em;
  -moz-border-radius: 0.75em;
  -ms-border-radius: 0.75em;
  -o-border-radius: 0.75em;
  border-radius: 0.75em;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  text-shadow: 1px 1px 0 white;
  background-color: #f2f2f2;
  color: #666;
  padding: 0 .5em;
}

/* line 369, ../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 374, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link:active, a.tabs-secondary__tab-link.is-active {
  text-shadow: 1px 1px 0 #333333;
  background-color: #666;
  border-color: #000;
  color: #fff;
}

/**
 * Inline styles.
 */
/* List of links generated by theme_links(). */
/* line 402, ../sass/components/_misc.scss */
.inline {
  display: inline;
  padding: 0;
}
/* line 406, ../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 414, ../sass/components/_misc.scss */
span.field-label {
  padding: 0 1em 0 0;
  /* LTR */
}

/**
 * "More" links.
 */
/* line 421, ../sass/components/_misc.scss */
.more-link {
  text-align: right;
  /* LTR */
}

/* line 424, ../sass/components/_misc.scss */
.more-help-link {
  text-align: right;
  /* LTR */
}

/* line 427, ../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 442, ../sass/components/_misc.scss */
.pager {
  clear: both;
  padding: 0;
  text-align: center;
}

/* line 447, ../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 459, ../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 464, ../sass/components/_misc.scss */
.pager-current {
  font-weight: bold;
}

/**
 * Blocks.
 */
/* Block wrapper. */
/* line 474, ../sass/components/_misc.scss */
.block {
  margin-bottom: 1.5em;
}

/**
 * Menus.
 */
/* line 481, ../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 488, ../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 495, ../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 504, ../sass/components/_misc.scss */
.menu a.active {
  color: #000;
}

/**
 * Marker.
 */
/* The "new" or "updated" marker. */
/* line 514, ../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 525, ../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 554, ../sass/components/_misc.scss */
.comments {
  margin: 1.5em 0;
}

/* Preview of the comment before submitting new or updated comment. */
/* line 559, ../sass/components/_misc.scss */
.comment-preview {
  /* Drupal core will use a #ffffea background. See #1110842. */
  background-color: #ffffea;
}

/* Wrapper for a single comment. */
/* line 565, ../sass/components/_misc.scss */
.comment {
  /* Comment's permalink wrapper. */
}
/* line 568, ../sass/components/_misc.scss */
.comment .permalink {
  text-transform: uppercase;
  font-size: 75%;
}

/* Nested comments are indented. */
/* line 575, ../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 585, ../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 590, ../sass/components/_misc.scss */
.form-checkboxes .form-item, .form-radios .form-item {
  /* Drupal core uses "0.4em 0". */
  margin: 0;
}
/* line 597, ../sass/components/_misc.scss */
tr.odd .form-item, tr.even .form-item {
  margin: 0;
}
/* line 604, ../sass/components/_misc.scss */
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}
/* line 609, ../sass/components/_misc.scss */
.form-item .description {
  font-size: 0.85em;
}

/* line 616, ../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 622, ../sass/components/_misc.scss */
.form-required {
  color: #c00;
}

/* Labels for radios and checkboxes. */
/* line 627, ../sass/components/_misc.scss */
label.option {
  display: inline;
  font-weight: normal;
}

/* Buttons used by contrib modules like Media. */
/* line 633, ../sass/components/_misc.scss */
a.button {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

/* Password confirmation. */
/* line 639, ../sass/components/_misc.scss */
.password-parent,
.confirm-parent {
  margin: 0;
}

/* Drupal's default login form block. */
/* line 644, ../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 656, ../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 663, ../sass/components/_misc.scss */
.openid-link,
.user-link {
  margin-top: 1.5em;
}

/* line 667, ../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 671, ../sass/components/_misc.scss */
#user-login ul {
  margin: 1.5em 0;
}

/**
 * Drupal admin tables.
 */
/* line 679, ../sass/components/_misc.scss */
form th {
  text-align: left;
  /* LTR */
  padding-right: 1em;
  /* LTR */
  border-bottom: 3px solid #ccc;
}
/* line 684, ../sass/components/_misc.scss */
form tbody {
  border-top: 1px solid #ccc;
}
/* line 687, ../sass/components/_misc.scss */
form table ul {
  margin: 0;
}

/* line 692, ../sass/components/_misc.scss */
tr.even,
tr.odd {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}

/* line 697, ../sass/components/_misc.scss */
tr.even {
  background-color: #fff;
}

/* Markup generated by theme_tablesort_indicator(). */
/* line 712, ../sass/components/_misc.scss */
td.active {
  background-color: #ddd;
}

/* Center checkboxes inside table cell. */
/* line 718, ../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 723, ../sass/components/_misc.scss */
td.menu-disabled {
  background: #ccc;
}

/**
 * Autocomplete.
 *
 * @see autocomplete.js
 */
/* Suggestion list. */
/* line 734, ../sass/components/_misc.scss */
#autocomplete .selected {
  background: #0072b9;
  color: #fff;
}

/**
 * Collapsible fieldsets.
 *
 * @see collapse.js
 */
/* line 745, ../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 754, ../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 761, ../sass/components/_misc.scss */
.fieldset-legend .summary {
  color: #999;
  font-size: 0.9em;
  margin-left: 0.5em;
}

/**
 * TableDrag behavior.
 *
 * @see tabledrag.js
 */
/* line 773, ../sass/components/_misc.scss */
tr.drag {
  background-color: #fffff0;
}

/* line 776, ../sass/components/_misc.scss */
tr.drag-previous {
  background-color: #ffd;
}

/* line 779, ../sass/components/_misc.scss */
.tabledrag-toggle-weight {
  font-size: 0.9em;
}

/**
 * TableSelect behavior.
 *
 * @see tableselect.js
 */
/* line 788, ../sass/components/_misc.scss */
tr.selected td {
  background: #ffc;
}

/**
 * Progress bar.
 *
 * @see progress.js
 */
/* line 797, ../sass/components/_misc.scss */
.progress {
  font-weight: bold;
}
/* line 800, ../sass/components/_misc.scss */
.progress .bar {
  background: #ccc;
  border-color: #666;
  margin: 0 0.2em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 806, ../sass/components/_misc.scss */
.progress .filled {
  background-color: #0072b9;
  background-image: url('../images/progress.gif?1477057718');
}

/* Tables */
/* line 813, ../sass/components/_misc.scss */
table {
  width: 100%;
}

/* line 817, ../sass/components/_misc.scss */
thead {
  text-align: left;
  text-transform: uppercase;
}

/* line 822, ../sass/components/_misc.scss */
th {
  padding: 4px 8px;
  border-bottom: 1px solid;
  border-top: 1px solid;
}

/* line 828, ../sass/components/_misc.scss */
td {
  padding: 4px 8px;
}

/* line 832, ../sass/components/_misc.scss */
tr.views-row-last td {
  border-bottom: 1px solid;
}

/* line 836, ../sass/components/_misc.scss */
th.views-field.views-field-title {
  width: 50%;
}

/* Fixed Width Table Fix */
/* line 841, ../sass/components/_misc.scss */
.fix-width-5 {
  width: 5%;
}

/* line 845, ../sass/components/_misc.scss */
.fix-width-10 {
  width: 10%;
}

/* line 849, ../sass/components/_misc.scss */
.fix-width-20 {
  width: 20%;
}

/* line 853, ../sass/components/_misc.scss */
.fix-width-40 {
  width: 40%;
}

/* line 857, ../sass/components/_misc.scss */
.fix-width-50 {
  width: 50%;
}

/* line 861, ../sass/components/_misc.scss */
#postcript {
  background: #f8f8f8 none repeat scroll 0 0;
  margin-top: 30px;
  padding: 40px 0;
  width: 100%;
  overflow: hidden;
}

/* Breadcrumbs */
/* line 870, ../sass/components/_misc.scss */
.breadcrumb-container {
  background: whitesmoke;
  color: #999999;
  line-height: 40px;
  margin-bottom: 20px;
}
/* line 876, ../sass/components/_misc.scss */
.breadcrumb-container a {
  color: black;
}

/* Map markers */
/* line 882, ../sass/components/_misc.scss */
img.leaflet-marker-icon.leaflet-zoom-animated.leaflet-clickable {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0.85;
}
/* line 892, ../sass/components/_misc.scss */
img.leaflet-marker-icon.leaflet-zoom-animated.leaflet-clickable:hover, img.leaflet-marker-icon.leaflet-zoom-animated.leaflet-clickable:focus {
  opacity: 1;
  z-index: 3000 !important;
  -webkit-filter: none;
  filter: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 903, ../sass/components/_misc.scss */
.nopremium-message {
  background: whitesmoke;
  padding: 0 20px;
  border-left: 6px solid #be404c;
  overflow: hidden;
  max-width: 1040px;
  margin: 0 auto 1em;
}

/* Pages layout */
/* line 913, ../sass/components/_misc.scss */
.page-node div#main {
  max-width: 100%;
  /* Make nodes full width */
}
/* line 917, ../sass/components/_misc.scss */
.page-node div#main .entity-paragraphs-item,
.page-node div#main .field-group-htabs {
  max-width: 1040px;
  /* Make items max-width: 1040px */
  margin-left: auto;
  margin-right: auto;
}
/* line 923, ../sass/components/_misc.scss */
.page-node div#main .paragraphs-item-information-box {
  margin: 0 -10px 20px;
  background: rgba(79, 190, 164, 0.1);
  padding: 0;
  box-sizing: border-box;
  padding: 4em;
  color: white;
  max-width: 100%;
  position: relative;
  max-width: calc(100% + 10px);
}
/* line 934, ../sass/components/_misc.scss */
.page-node div#main .paragraphs-item-information-box:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  content: " ";
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
/* line 946, ../sass/components/_misc.scss */
.page-node div#main .paragraphs-item-information-box h3 {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.75em;
  box-sizing: border-box;
  font-size: 3em;
  position: relative;
  z-index: 10;
  font-weight: 400;
}
/* line 958, ../sass/components/_misc.scss */
.page-node div#main .paragraphs-item-information-box .field-name-field-content {
  font-size: 1.25em;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
}
/* line 968, ../sass/components/_misc.scss */
.page-node div#main .paragraphs-item-information-box .field-name-field-content ol li,
.page-node div#main .paragraphs-item-information-box .field-name-field-content ul li {
  margin-bottom: 1em;
}
/* line 973, ../sass/components/_misc.scss */
.page-node div#main .paragraphs-item-information-box .caption {
  position: absolute;
  bottom: 5px;
  right: 5px;
}

/* line 982, ../sass/components/_misc.scss */
.node-type-article.page-node #main,
.one-sidebar.page-node #main {
  max-width: 1040px;
  margin: 0 auto;
}

/* line 987, ../sass/components/_misc.scss */
article.node-page + div {
  max-width: 1040px;
  margin: 0 auto 1em;
}

/* Header */
/* line 2, ../sass/components/_header.scss */
#banner {
  background: #a3b360;
  color: white;
}
/* line 6, ../sass/components/_header.scss */
#banner .region-banner {
  max-width: 1040px;
  padding: 5px 10px;
  box-sizing: border-box;
  margin: 0 auto;
  text-align: center;
}
/* line 13, ../sass/components/_header.scss */
#banner .region-banner .block {
  margin: 0;
}
/* line 17, ../sass/components/_header.scss */
#banner .region-banner h2 {
  margin: 0;
  line-height: 1.2;
  font-size: 1.2em;
  font-weight: 500;
}
/* line 23, ../sass/components/_header.scss */
#banner .region-banner h2 span {
  font-weight: 100;
}
/* line 28, ../sass/components/_header.scss */
#banner .region-banner p {
  font-size: 0.75em;
  margin: 6px 0 0;
}
/* line 33, ../sass/components/_header.scss */
#banner .region-banner a {
  color: white;
}

/* line 39, ../sass/components/_header.scss */
header#header {
  max-width: 1040px;
  padding: 0;
  width: 100%;
  position: relative;
}

/* line 46, ../sass/components/_header.scss */
#navigation {
  background: #0c395d none repeat scroll 0 0;
  float: none;
  margin-bottom: 0px;
  padding: 10px 10px;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  display: none;
}
@media all and (min-width: 1040px) {
  /* line 46, ../sass/components/_header.scss */
  #navigation {
    display: block;
  }
}
/* line 59, ../sass/components/_header.scss */
#navigation .region-navigation {
  max-width: 1000px;
  margin: 0 auto;
}
/* line 64, ../sass/components/_header.scss */
#navigation .block {
  float: right;
  margin-left: 10px;
}
/* line 69, ../sass/components/_header.scss */
#navigation .block-menu-block {
  margin-top: 0px;
}
/* line 72, ../sass/components/_header.scss */
#navigation .block-menu-block li a {
  font-size: 14px;
  font-weight: 100;
  color: #f6f8f9;
  line-height: 34px;
}
/* line 81, ../sass/components/_header.scss */
#navigation .user ul,
#navigation .user ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 87, ../sass/components/_header.scss */
#navigation .user ul li {
  display: inline-block;
  margin: 0 0 0 1em;
  font-size: 12px;
  line-height: 34px;
}
/* line 93, ../sass/components/_header.scss */
#navigation .user ul li a {
  color: #fff;
  display: block;
  position: relative;
  padding-left: 20px;
}
/* line 99, ../sass/components/_header.scss */
#navigation .user ul li a:before {
  content: " ";
  display: block;
  height: 14px;
  width: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  top: calc(50% - 7px);
}
/* line 111, ../sass/components/_header.scss */
#navigation .user ul li .login:before {
  background: url("../images/log_in-icon.png") 0 0 no-repeat;
}
/* line 115, ../sass/components/_header.scss */
#navigation .user ul li .join:before {
  background: url("../images/join_icon.png") 0 0 no-repeat;
  height: 11px;
  top: calc(50% - 5px);
}

/* line 123, ../sass/components/_header.scss */
.logged-in #block-bean-login-section {
  display: none;
  visibility: hidden;
}

/* line 128, ../sass/components/_header.scss */
.sb-slidebar {
  border-left: 4px solid #061d30;
  overflow-x: hidden;
  border-box: box-sizing;
}
/* line 133, ../sass/components/_header.scss */
.sb-slidebar .nav-toggle {
  color: #a3b360;
  display: block;
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.8);
  border: 4px solid #061d30;
  border-radius: 50%;
  top: 5px;
  position: absolute;
  left: 5px;
  z-index: 100;
}
/* line 146, ../sass/components/_header.scss */
.sb-slidebar .nav-toggle:hover {
  background: white;
}
/* line 150, ../sass/components/_header.scss */
.sb-slidebar .nav-toggle:before {
  content: "X";
  line-height: 26px;
  text-align: center;
  width: 18px;
  display: block;
  height: 24px;
  font-weight: 900;
  font-size: 16px;
  font-family: sans-serif;
}
/* line 164, ../sass/components/_header.scss */
.sb-slidebar #block-system-main-menu ul.menu {
  padding: 0;
  list-style: none;
  text-align: center;
}
/* line 169, ../sass/components/_header.scss */
.sb-slidebar #block-system-main-menu ul.menu li.leaf {
  list-style: none;
  margin: 6px 0;
}
/* line 174, ../sass/components/_header.scss */
.sb-slidebar #block-system-main-menu ul.menu li a {
  color: white;
  color: rgba(255, 255, 255, 0.6);
}
/* line 178, ../sass/components/_header.scss */
.sb-slidebar #block-system-main-menu ul.menu li a.active {
  color: white;
}
/* line 185, ../sass/components/_header.scss */
.sb-slidebar .user-login {
  margin: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}
/* line 189, ../sass/components/_header.scss */
.sb-slidebar .user-login ul {
  padding: 0;
  list-style: 0;
  margin: 0;
  overflow: hidden;
}
/* line 195, ../sass/components/_header.scss */
.sb-slidebar .user-login ul li {
  width: 50%;
  float: left;
  text-align: center;
  list-style: none;
  box-sizing: border-box;
}
/* line 202, ../sass/components/_header.scss */
.sb-slidebar .user-login ul li:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
/* line 206, ../sass/components/_header.scss */
.sb-slidebar .user-login ul li:last-child {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
/* line 210, ../sass/components/_header.scss */
.sb-slidebar .user-login ul li a {
  color: white;
  color: rgba(255, 255, 255, 0.6);
  display: inline-block;
  position: relative;
  padding: 10px 20px;
}
/* line 217, ../sass/components/_header.scss */
.sb-slidebar .user-login ul li a:before {
  content: " ";
  display: block;
  height: 14px;
  width: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  top: calc(50% - 7px);
}
/* line 229, ../sass/components/_header.scss */
.sb-slidebar .user-login ul li .login:before {
  background: url("../images/log_in-icon.png") 0 0 no-repeat;
}
/* line 233, ../sass/components/_header.scss */
.sb-slidebar .user-login ul li .join:before {
  background: url("../images/join_icon.png") 0 0 no-repeat;
  height: 11px;
  top: calc(50% - 5px);
}
/* line 242, ../sass/components/_header.scss */
.sb-slidebar .block-search {
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  display: block;
  float: none;
  overflow: hidden;
  text-align: center;
  margin: 0;
  padding: 10px 10px 15px;
}
/* line 252, ../sass/components/_header.scss */
.sb-slidebar .block-search form {
  background-color: #194265;
  border-radius: 17px;
  margin: 0px auto;
  padding: 5px 13px 5px 23px;
  max-width: 187px;
  font-size: 12px;
  height: 34px;
  box-sizing: border-box;
}
/* line 262, ../sass/components/_header.scss */
.sb-slidebar .block-search form div {
  display: inline-block;
  margin: 0;
}
/* line 267, ../sass/components/_header.scss */
.sb-slidebar .block-search form .form-actions {
  position: relative;
  top: 2px;
}
/* line 271, ../sass/components/_header.scss */
.sb-slidebar .block-search form .form-actions input {
  outline: 0;
  padding: 0;
  background: transparent;
}
/* line 278, ../sass/components/_header.scss */
.sb-slidebar .block-search form input {
  outline: 0;
}
/* line 282, ../sass/components/_header.scss */
.sb-slidebar .block-search form input.form-text {
  background: transparent;
  border: 0;
  color: #fff;
  line-height: 24px;
  min-height: inherit;
}
/* line 291, ../sass/components/_header.scss */
.sb-slidebar .block.user-menu {
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  padding: 0px;
  margin: 0;
}
/* line 295, ../sass/components/_header.scss */
.sb-slidebar .block.user-menu ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  text-align: center;
}
/* line 302, ../sass/components/_header.scss */
.sb-slidebar .block.user-menu ul.menu li.leaf {
  width: 50%;
  float: left;
  text-align: center;
  list-style: none;
  box-sizing: border-box;
}
/* line 309, ../sass/components/_header.scss */
.sb-slidebar .block.user-menu ul.menu li.leaf:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
/* line 313, ../sass/components/_header.scss */
.sb-slidebar .block.user-menu ul.menu li.leaf:last-child {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
/* line 318, ../sass/components/_header.scss */
.sb-slidebar .block.user-menu ul.menu li a {
  color: white;
  color: rgba(255, 255, 255, 0.6);
  display: block;
  padding: 10px;
}
/* line 324, ../sass/components/_header.scss */
.sb-slidebar .block.user-menu ul.menu li a.active {
  color: white;
}
/* line 333, ../sass/components/_header.scss */
.sb-slidebar .block-menu-block:before {
  content: "Navigation";
  text-transform: uppercase;
  margin: 20px 20px 5px;
  display: block;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 600;
}
/* line 342, ../sass/components/_header.scss */
.sb-slidebar .block-menu-block ul.menu {
  padding-left: 0px;
  padding-right: 0;
  list-style: none;
  margin-top: 0;
}
/* line 349, ../sass/components/_header.scss */
.sb-slidebar .block-menu-block ul.menu li.menu__item.dhtml-menu,
.sb-slidebar .block-menu-block ul.menu li.menu__item.dhtml-menu.dhtml-folder {
  list-style-image: none !important;
  list-style: none;
  position: relative;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  padding: 5px 0 5px 20px;
}
/* line 356, ../sass/components/_header.scss */
.sb-slidebar .block-menu-block ul.menu li.menu__item.dhtml-menu a.menu__link,
.sb-slidebar .block-menu-block ul.menu li.menu__item.dhtml-menu.dhtml-folder a.menu__link {
  padding-right: 25px;
  color: white;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
  line-height: 1.4;
}
/* line 363, ../sass/components/_header.scss */
.sb-slidebar .block-menu-block ul.menu li.menu__item.dhtml-menu a.menu__link:hover,
.sb-slidebar .block-menu-block ul.menu li.menu__item.dhtml-menu.dhtml-folder a.menu__link:hover {
  color: rgba(255, 255, 255, 0.85);
}
/* line 367, ../sass/components/_header.scss */
.sb-slidebar .block-menu-block ul.menu li.menu__item.dhtml-menu a.menu__link.active,
.sb-slidebar .block-menu-block ul.menu li.menu__item.dhtml-menu.dhtml-folder a.menu__link.active {
  color: white;
}
/* line 372, ../sass/components/_header.scss */
.sb-slidebar .block-menu-block ul.menu li.menu__item.dhtml-menu a.dhtml-menu-icon,
.sb-slidebar .block-menu-block ul.menu li.menu__item.dhtml-menu.dhtml-folder a.dhtml-menu-icon {
  position: absolute;
  right: 5px;
  top: 8px;
  width: 0;
  height: 0;
  background: transparent;
}
/* line 382, ../sass/components/_header.scss */
.sb-slidebar .block-menu-block ul.menu li.menu__item.dhtml-menu.collapsed a.dhtml-menu-icon,
.sb-slidebar .block-menu-block ul.menu li.menu__item.dhtml-menu.dhtml-folder.collapsed a.dhtml-menu-icon {
  background: transparent;
  border-top: 8px solid transparent;
  border-left: 12px solid white;
  border-left: 12px solid rgba(255, 255, 255, 0.5);
  border-bottom: 8px solid transparent;
  width: 0;
  height: 0;
}
/* line 394, ../sass/components/_header.scss */
.sb-slidebar .block-menu-block ul.menu li.menu__item.dhtml-menu.collapsed.expanded a.dhtml-menu-icon,
.sb-slidebar .block-menu-block ul.menu li.menu__item.dhtml-menu.collapsed .expanded a.dhtml-menu-icon,
.sb-slidebar .block-menu-block ul.menu li.menu__item.dhtml-menu.dhtml-folder.collapsed.expanded a.dhtml-menu-icon,
.sb-slidebar .block-menu-block ul.menu li.menu__item.dhtml-menu.dhtml-folder.collapsed .expanded a.dhtml-menu-icon {
  background: transparent;
  border-left: 8px solid transparent;
  border-top: 12px solid white;
  border-right: 8px solid transparent;
  width: 0;
  height: 0;
}
/* line 406, ../sass/components/_header.scss */
.sb-slidebar .block-menu-block ul.menu li.menu__item.dhtml-menu.expanded a.dhtml-menu-icon,
.sb-slidebar .block-menu-block ul.menu li.menu__item.dhtml-menu.dhtml-folder.expanded a.dhtml-menu-icon {
  background: transparent;
  border-left: 8px solid transparent;
  border-top: 12px solid white;
  border-right: 8px solid transparent;
  width: 0;
  height: 0;
}
/* line 417, ../sass/components/_header.scss */
.sb-slidebar .block-menu-block ul.menu li.menu__item.dhtml-menu.expanded.collapsed a.dhtml-menu-icon,
.sb-slidebar .block-menu-block ul.menu li.menu__item.dhtml-menu.expanded .collapsed a.dhtml-menu-icon,
.sb-slidebar .block-menu-block ul.menu li.menu__item.dhtml-menu.dhtml-folder.expanded.collapsed a.dhtml-menu-icon,
.sb-slidebar .block-menu-block ul.menu li.menu__item.dhtml-menu.dhtml-folder.expanded .collapsed a.dhtml-menu-icon {
  background: transparent;
  border-top: 8px solid transparent;
  border-left: 12px solid white;
  border-left: 12px solid rgba(255, 255, 255, 0.5);
  border-bottom: 8px solid transparent;
  width: 0;
  height: 0;
  right: -1px;
}
/* line 430, ../sass/components/_header.scss */
.sb-slidebar .block-menu-block ul.menu li.menu__item.dhtml-menu.last,
.sb-slidebar .block-menu-block ul.menu li.menu__item.dhtml-menu.dhtml-folder.last {
  border-bottom: 0;
  padding-bottom: 0;
}
/* line 436, ../sass/components/_header.scss */
.sb-slidebar .block-menu-block ul.menu ul {
  padding-left: 20px;
}
/* line 440, ../sass/components/_header.scss */
.sb-slidebar .block-menu-block ul.menu ul li.menu__item.dhtml-menu,
.sb-slidebar .block-menu-block ul.menu ul li.menu__item.dhtml-menu.dhtml-folder {
  padding-left: 0;
}

/* line 448, ../sass/components/_header.scss */
.region-navigation #search-block-form {
  background-color: #194265;
  border-radius: 17px;
  float: left;
  margin-top: 0px;
  padding: 5px 13px 5px 23px;
  max-width: 187px;
  font-size: 12px;
  height: 34px;
  box-sizing: border-box;
  margin: 0;
}
/* line 460, ../sass/components/_header.scss */
.region-navigation #search-block-form div {
  display: inline-block;
  margin: 0;
}
/* line 465, ../sass/components/_header.scss */
.region-navigation #search-block-form .form-actions {
  position: relative;
  top: 2px;
}
/* line 469, ../sass/components/_header.scss */
.region-navigation #search-block-form .form-actions input {
  outline: 0;
  padding: 0;
  background: transparent;
}
/* line 476, ../sass/components/_header.scss */
.region-navigation #search-block-form input {
  outline: 0;
}
/* line 480, ../sass/components/_header.scss */
.region-navigation #search-block-form input.form-text {
  background: transparent;
  border: 0;
  color: #fff;
  line-height: 24px;
}

/* line 488, ../sass/components/_header.scss */
.logo-slogan {
  float: left;
  max-width: 25%;
}
/* line 492, ../sass/components/_header.scss */
.logo-slogan img {
  max-width: 100%;
  max-height: 143px;
}

/* line 498, ../sass/components/_header.scss */
.header__region {
  display: none;
}
@media all and (min-width: 1040px) {
  /* line 498, ../sass/components/_header.scss */
  .header__region {
    float: right;
    clear: none;
    display: block;
  }
  /* line 505, ../sass/components/_header.scss */
  .header__region .block {
    margin: 0;
  }
}

/* line 511, ../sass/components/_header.scss */
.mobile-controls {
  display: block;
  position: absolute;
  top: 50%;
  top: calc(50% - 24px);
  right: 10px;
  margin: 0;
  list-style: none;
}
@media all and (min-width: 600px) {
  /* line 511, ../sass/components/_header.scss */
  .mobile-controls {
    right: 22px;
  }
}
@media all and (min-width: 1040px) {
  /* line 511, ../sass/components/_header.scss */
  .mobile-controls {
    display: none;
  }
}
/* line 526, ../sass/components/_header.scss */
.mobile-controls li {
  display: inline-block;
  width: 48px;
  text-align: center;
  border: 1px solid whitesmoke;
}
/* line 532, ../sass/components/_header.scss */
.mobile-controls li a {
  height: 48px;
  width: 48px;
  display: block;
}
/* line 538, ../sass/components/_header.scss */
.mobile-controls li a:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e902";
  display: block;
  color: #a3b360;
  font-size: 38px;
  line-height: 48px;
  text-align: center;
  margin: 0;
  width: 48px;
}
/* line 561, ../sass/components/_header.scss */
.mobile-controls li span {
  display: none;
}

/* Header Mega Menu */
/* line 568, ../sass/components/_header.scss */
.header__region {
  /* Level 4 styling */
  /* About SubMenu */
  /* Work SubMenu */
  /* Resources SubMenu */
  /* Get Involved SubMenu */
  /* Plenary SubMenu */
}
/* line 569, ../sass/components/_header.scss */
.header__region .tb-megamenu {
  background: transparent;
}
/* line 573, ../sass/components/_header.scss */
.header__region .tb-megamenu .nav > li > a {
  border: 0;
  font-weight: 300;
  color: black;
  line-height: 113px;
}
/* line 582, ../sass/components/_header.scss */
.header__region .tb-megamenu .nav > .active > a,
.header__region .tb-megamenu .nav > .active > a:hover,
.header__region .tb-megamenu .nav > .active > a:focus {
  background-color: transparent;
  color: black;
}
/* line 589, ../sass/components/_header.scss */
.header__region .tb-megamenu .nav li.dropdown.active > .dropdown-toggle,
.header__region .tb-megamenu .nav li.dropdown.open.active > .dropdown-toggle,
.header__region .tb-megamenu .nav > li.dropdown.open.active > a:hover {
  color: black;
  background: transparent;
}
/* line 594, ../sass/components/_header.scss */
.header__region .tb-megamenu .caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-bottom: 24px solid #fff !important;
  border-right: 24px solid transparent;
  border-left: 24px solid transparent;
  border-top: 0 !important;
  position: absolute;
  right: 50%;
  bottom: 0;
  right: calc(50% - 24px);
}
/* line 609, ../sass/components/_header.scss */
.header__region .tb-megamenu-submenu .caret {
  display: none;
}
/* line 613, ../sass/components/_header.scss */
.header__region .tb-megamenu .nav li.dropdown.open > .dropdown-toggle {
  color: black;
}
/* line 617, ../sass/components/_header.scss */
.header__region .tb-megamenu .nav li.dropdown.active > .dropdown-toggle .caret {
  border-bottom: 4px solid white !important;
  right: 0;
  border-left: 0;
  border-right: 0;
  width: 100%;
}
/* line 626, ../sass/components/_header.scss */
.header__region .tb-megamenu .nav li.dropdown.open > .dropdown-toggle .caret,
.header__region .tb-megamenu .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-bottom: 24px solid white !important;
  color: #4fbea4;
  width: auto;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  transition: all 0.05s;
  right: 50%;
  right: calc(50% - 24px);
}
/* line 638, ../sass/components/_header.scss */
.header__region .tb-megamenu-item.level-1 a,
.header__region .tb-megamenu-item.level-2 a {
  font-weight: 400 !important;
  text-transform: initial !important;
  background: transparent !important;
}
/* line 644, ../sass/components/_header.scss */
.header__region .tb-megamenu-item.level-1 a:focus, .header__region .tb-megamenu-item.level-1 a:hover,
.header__region .tb-megamenu-item.level-2 a:focus,
.header__region .tb-megamenu-item.level-2 a:hover {
  color: white;
}
/* line 649, ../sass/components/_header.scss */
.header__region .tb-megamenu-item.level-2 a {
  color: white !important;
}
/* line 653, ../sass/components/_header.scss */
.header__region .tb-megamenu-subnav .tb-megamenu-subnav {
  padding: 4px 8px;
}
/* line 657, ../sass/components/_header.scss */
.header__region .tb-megamenu .dropdown-menu li > a {
  border: 0;
}
/* line 662, ../sass/components/_header.scss */
.header__region .tb-megamenu-item.level-3 .nav-child {
  background: rgba(0, 0, 0, 0.65);
  border: 0;
}
/* line 669, ../sass/components/_header.scss */
.header__region .tb-megamenu .nav li.about.dropdown.active > .dropdown-toggle .caret {
  border-bottom: 4px solid #4fbea4 !important;
}
/* line 675, ../sass/components/_header.scss */
.header__region .tb-megamenu .nav li.about.dropdown.open > .dropdown-toggle .caret,
.header__region .tb-megamenu .nav li.about.dropdown.open.active > .dropdown-toggle .caret {
  border-bottom: 24px solid #4fbea4 !important;
  color: #4fbea4;
  width: auto;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  transition: all 0s;
}
/* line 684, ../sass/components/_header.scss */
.header__region .tb-megamenu-submenu.about {
  margin-left: -340px;
  border-top: 10px solid #4fbea4;
  background: #5ec4ac;
  border-bottom: 0;
}
/* line 691, ../sass/components/_header.scss */
.header__region .tb-megamenu-submenu.about .tb-megamenu-subnav .tb-megamenu-subnav {
  background: #6dc9b3;
}
/* line 696, ../sass/components/_header.scss */
.header__region .tb-megamenu .nav li.work.dropdown.active > .dropdown-toggle .caret {
  border-bottom: 4px solid #64aaa0 !important;
}
/* line 701, ../sass/components/_header.scss */
.header__region .tb-megamenu .nav li.work.dropdown.open > .dropdown-toggle .caret,
.header__region .tb-megamenu .nav li.work.dropdown.open.active > .dropdown-toggle .caret {
  border-bottom: 24px solid #64aaa0 !important;
  color: #64aaa0;
  width: auto;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  transition: all 0s;
}
/* line 710, ../sass/components/_header.scss */
.header__region .tb-megamenu-submenu.work-programme {
  margin-left: -457px;
  border-top: 10px solid #64aaa0;
  background: #71b1a8;
  border-bottom: 0;
}
/* line 717, ../sass/components/_header.scss */
.header__region .tb-megamenu-submenu.work .tb-megamenu-subnav .tb-megamenu-subnav {
  background: #7eb8b0;
}
/* line 722, ../sass/components/_header.scss */
.header__region .tb-megamenu .nav li.resources.dropdown.active > .dropdown-toggle .caret {
  border-bottom: 4px solid #a5b453 !important;
}
/* line 727, ../sass/components/_header.scss */
.header__region .tb-megamenu .nav li.resources.dropdown.open > .dropdown-toggle .caret,
.header__region .tb-megamenu .nav li.resources.dropdown.open.active > .dropdown-toggle .caret {
  border-bottom: 24px solid #a5b453 !important;
  color: #a5b453;
  width: auto;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  transition: all 0s;
}
/* line 736, ../sass/components/_header.scss */
.header__region .tb-megamenu-submenu.resources {
  margin-left: -610px;
  border-top: 10px solid #a5b453;
  background: #acba61;
  border-bottom: 0;
}
/* line 743, ../sass/components/_header.scss */
.header__region .tb-megamenu-submenu.resources .tb-megamenu-subnav .tb-megamenu-subnav {
  background: #b4c06f;
}
/* line 748, ../sass/components/_header.scss */
.header__region .tb-megamenu .nav li.get-involved.dropdown.active > .dropdown-toggle .caret {
  border-bottom: 4px solid #3e4b5b !important;
}
/* line 753, ../sass/components/_header.scss */
.header__region .tb-megamenu .nav li.get-involved.dropdown.open > .dropdown-toggle .caret,
.header__region .tb-megamenu .nav li.get-involved.dropdown.open.active > .dropdown-toggle .caret {
  border-bottom: 24px solid #3e4b5b !important;
  color: #3e4b5b;
  width: auto;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  transition: all 0s;
}
/* line 762, ../sass/components/_header.scss */
.header__region .tb-megamenu-submenu.get-involved {
  margin-left: -715px;
  border-top: 10px solid #3e4b5b;
  background: #465567;
  border-bottom: 0;
}
/* line 769, ../sass/components/_header.scss */
.header__region .tb-megamenu-submenu.get-involved .tb-megamenu-subnav .tb-megamenu-subnav {
  background: #4f5f73;
}
/* line 774, ../sass/components/_header.scss */
.header__region .tb-megamenu .nav li.plenary.dropdown.active > .dropdown-toggle .caret {
  border-bottom: 4px solid #0d3860 !important;
}
/* line 779, ../sass/components/_header.scss */
.header__region .tb-megamenu .nav li.plenary.dropdown.open > .dropdown-toggle .caret,
.header__region .tb-megamenu .nav li.plenary.dropdown.open.active > .dropdown-toggle .caret {
  border-bottom: 24px solid #0d3860 !important;
  color: #3e4b5b;
  width: auto;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  transition: all 0s;
}
/* line 788, ../sass/components/_header.scss */
.header__region .tb-megamenu-submenu.plenary {
  margin-left: -830px;
  border-top: 10px solid #0d3860;
  background: #0f4272;
  border-bottom: 0;
}
/* line 795, ../sass/components/_header.scss */
.header__region .tb-megamenu-submenu.plenary .tb-megamenu-subnav .tb-megamenu-subnav {
  background: #124d84;
}

/* Homepage Fudge */
/* line 801, ../sass/components/_header.scss */
.front .header__region .tb-megamenu .nav li.about.dropdown.active > .dropdown-toggle .caret {
  border-bottom-color: white !important;
}

/* line 805, ../sass/components/_header.scss */
.front .header__region .tb-megamenu .nav li.about.dropdown.active.open > .dropdown-toggle .caret {
  border-bottom-color: #4fbea4 !important;
}

/* Typography */
/* line 3, ../sass/components/_typography.scss */
body {
  font-family: "Open Sans";
}

/* line 7, ../sass/components/_typography.scss */
a {
  text-decoration: none;
  color: #4fbea4;
}

/* line 12, ../sass/components/_typography.scss */
h1.page__title {
  text-align: center;
  color: #4fbea4;
  font-weight: 400;
  line-height: 1.25;
  font-size: 1.5em;
  max-width: 1040px;
  margin: 0 auto 0.75em;
}
@media all and (min-width: 880px) {
  /* line 12, ../sass/components/_typography.scss */
  h1.page__title {
    font-size: 2.5em;
  }
}

/* line 25, ../sass/components/_typography.scss */
.block__title {
  line-height: 1.3;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?21g3an");
  src: url("../fonts/icomoon.eot?21g3an#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?21g3an") format("truetype"), url("../fonts/icomoon.woff?21g3an") format("woff"), url("../fonts/icomoon.svg?21g3an#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 40, ../sass/components/_typography.scss */
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 55, ../sass/components/_typography.scss */
.icon-mail:before {
  content: "\e901";
}

/* line 58, ../sass/components/_typography.scss */
.icon-menu:before {
  content: "\e902";
}

/* line 61, ../sass/components/_typography.scss */
.icon-slideshow:before {
  content: "\e900";
}

/* line 64, ../sass/components/_typography.scss */
.icon-file-zip:before {
  content: "\e92b";
}

/* line 67, ../sass/components/_typography.scss */
.icon-cross:before {
  content: "\ea0f";
}

/* line 70, ../sass/components/_typography.scss */
.icon-instagram:before {
  content: "\ea92";
  font-family: "icomoon";
}

/* line 74, ../sass/components/_typography.scss */
.icon-file-pdf:before {
  content: "\eadf";
}

/* line 77, ../sass/components/_typography.scss */
.icon-file-word:before {
  content: "\eae1";
}

/* line 80, ../sass/components/_typography.scss */
.icon-file-excel:before {
  content: "\eae2";
}

/* Table Widths */
/* line 85, ../sass/components/_typography.scss */
.fix-width-5 {
  width: 5%;
  word-break: break-word;
}

/* line 90, ../sass/components/_typography.scss */
.fix-width-10 {
  width: 10%;
  word-break: break-word;
}

/* line 95, ../sass/components/_typography.scss */
.fix-width-15 {
  width: 15%;
  word-break: break-word;
}

/* line 100, ../sass/components/_typography.scss */
.fix-width-20 {
  width: 20%;
  word-break: break-word;
}

/* line 105, ../sass/components/_typography.scss */
.fix-width-25 {
  width: 25%;
  word-break: break-word;
}

/* line 110, ../sass/components/_typography.scss */
.fix-width-30 {
  width: 30%;
  word-break: break-word;
}

/* line 115, ../sass/components/_typography.scss */
.fix-width-40 {
  width: 40%;
  word-break: break-word;
}

/* line 120, ../sass/components/_typography.scss */
.fix-width-50 {
  width: 50%;
  word-break: break-word;
}

/* Blocks */
/* line 3, ../sass/components/_blocks.scss */
#block-views-events-block-1 h2.block__title:after {
  background: #40bea6;
}

/* Social Media Links */
/* line 10, ../sass/components/_blocks.scss */
.item-list--linkicon {
  margin: 0;
}
/* line 13, ../sass/components/_blocks.scss */
.item-list--linkicon ul.linkicon--inline li {
  display: inline-block;
  margin: 0 8px 8px 0;
  vertical-align: top;
  height: 32px;
  line-height: 28px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 17px;
  padding: 0 3px 0 0;
}
/* line 23, ../sass/components/_blocks.scss */
.item-list--linkicon ul.linkicon--inline li a {
  display: block;
}
/* line 27, ../sass/components/_blocks.scss */
.item-list--linkicon ul.linkicon--inline li .linkicon__item .icon {
  background: rgba(255, 255, 255, 0.15);
}
/* line 31, ../sass/components/_blocks.scss */
.item-list--linkicon ul.linkicon--inline li .linkicon__item .icon:before {
  font-size: 16px;
  height: 32px;
  line-height: 22px;
  width: 32px;
}

/* Newsletter Webform */
/* line 43, ../sass/components/_blocks.scss */
.block-webform .form-item,
.block-mailchimp-signup .form-item {
  margin: 0;
}
/* line 47, ../sass/components/_blocks.scss */
.block-webform input.form-text,
.block-mailchimp-signup input.form-text {
  background: #194466 none repeat scroll 0 0;
  border: medium none;
  border-radius: 20px;
  color: white;
  font-size: 15px;
  margin-bottom: 12px;
  padding: 8px 19px;
  width: 100%;
  outline: 0;
}
/* line 59, ../sass/components/_blocks.scss */
.block-webform input.form-text::focus,
.block-mailchimp-signup input.form-text::focus {
  background: rgba(255, 255, 255, 0.2);
}

/* Archive block */
/* line 65, ../sass/components/_blocks.scss */
#block-views-archive-block {
  border-left: 4px solid #be404c;
  padding: 10px;
  background: whitesmoke;
}
/* line 70, ../sass/components/_blocks.scss */
#block-views-archive-block ul.views-summary {
  padding: 0;
  list-style: none;
}
/* line 74, ../sass/components/_blocks.scss */
#block-views-archive-block ul.views-summary a {
  color: #333333;
}
/* line 78, ../sass/components/_blocks.scss */
#block-views-archive-block ul.views-summary a:hover, #block-views-archive-block ul.views-summary a:focus {
  color: #be404c;
}

/* Subnav Block */
/* line 87, ../sass/components/_blocks.scss */
.subnav ul.menu {
  list-style: none !important;
  margin: 0;
  padding: 0;
}
/* line 92, ../sass/components/_blocks.scss */
.subnav ul.menu li {
  float: none;
  text-align: center;
  position: relative;
  display: inline-block;
  margin: 0 10px 20px;
  border: 0;
  box-sizing: border-box;
  width: 45%;
  width: calc(50% - 20px);
  float: left;
}
/* line 104, ../sass/components/_blocks.scss */
.subnav ul.menu li a {
  font-size: 1.5em;
  line-height: 2em;
  font-weight: bold;
  display: block;
  padding: 20px 20px 10px;
  background-color: #fafafa;
  border: 4px solid #e8e8e8;
}
/* line 114, ../sass/components/_blocks.scss */
.subnav ul.menu li a:hover, .subnav ul.menu li a:focus {
  background: #74ccb7;
  color: white;
  border-color: #4fbea4;
}

/* line 125, ../sass/components/_blocks.scss */
.sidebar .subnav ul.menu li {
  width: 90%;
  width: calc(100% - 20px);
}
/* line 129, ../sass/components/_blocks.scss */
.sidebar .subnav ul.menu li a.dhtml-menu-icon {
  display: none !important;
}

/* Buttons */
/* line 7, ../sass/components/_buttons.scss */
#footer input.form-submit,
#edit-actions input.form-submit,
.node-webform .webform-submit,
.node-webform .webform-next,
.node-webform .webform-previous,
.btn a {
  background: #a3b360 none repeat scroll 0 0;
  border: 0;
  border-radius: 15px;
  color: #fff;
  font-size: 15px;
  padding: 8px 29px;
  outline: 0;
}

/* line 17, ../sass/components/_buttons.scss */
.btn a {
  display: block;
  text-align: center;
}

/* line 22, ../sass/components/_buttons.scss */
.btn-edit a {
  max-width: 136px;
}

/* line 26, ../sass/components/_buttons.scss */
.node-webform .webform-previous {
  background: whitesmoke;
  color: #000;
}

/* FAQs */
/* line 2, ../sass/components/_faqs.scss */
.faq-question-answer {
  background-color: whitesmoke;
  border: 0;
  border-left: solid #3e4b5b 6px;
  padding: 20px 20px;
  margin: 0 0 10px;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  min-height: auto;
}
/* line 13, ../sass/components/_faqs.scss */
.faq-question-answer .faq-question {
  padding-top: 5px;
  padding-left: 0;
  font-size: 18px;
  font-weight: 600;
  position: relative;
}
/* line 20, ../sass/components/_faqs.scss */
.faq-question-answer .faq-question:after {
  position: absolute;
  width: 12px;
  height: 21px;
  right: 6px;
  top: 50%;
  top: 0;
  content: " ";
  background: url("../images/lft-arw.png") top left no-repeat;
  transition: all 0.3s;
}
/* line 32, ../sass/components/_faqs.scss */
.faq-question-answer .faq-question a {
  color: #3e4b5b;
}
/* line 37, ../sass/components/_faqs.scss */
.faq-question-answer .faq-qa-visible:after {
  transform: rotate(90deg);
  transition: all 0.3s;
}
/* line 42, ../sass/components/_faqs.scss */
.faq-question-answer .faq-answer {
  padding-left: 0;
}
/* line 46, ../sass/components/_faqs.scss */
.faq-question-answer .faq-detailed-question {
  font-style: normal;
  font-weight: 600;
}

/* Forms */
/* line 3, ../sass/components/_forms.scss */
.node-webform form.webform-client-form {
  background: whitesmoke;
  margin: 1em auto;
  padding: 15px;
}
/* line 8, ../sass/components/_forms.scss */
.node-webform input.form-text {
  line-height: 2em;
  padding: 0.25em 0.5em;
  border-radius: 4px;
  border: 1px solid #cccccc;
  font-size: 0.875em;
  outline: 0;
  width: 100%;
}
/* line 18, ../sass/components/_forms.scss */
.node-webform fieldset {
  border: 0;
  padding-left: 0;
  margin-bottom: 0em;
  box-sizing: border-box;
  width: 100%;
  min-width: 100%;
}
/* line 27, ../sass/components/_forms.scss */
.node-webform fieldset legend {
  border: 0;
  padding: 0;
  font-family: "Open Sans", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  text-transform: uppercase;
  font-size: 1.5em;
  padding-right: 1em;
  box-sizing: border-box;
}
/* line 38, ../sass/components/_forms.scss */
.node-webform textarea {
  outline: 0;
  border-radius: 4px;
  border: 1px solid #cccccc;
  padding: 0.5em;
  box-sizing: border-box;
  font-size: 0.875em;
  width: 100%;
}
/* line 48, ../sass/components/_forms.scss */
.node-webform label {
  margin-bottom: 0.5em;
  font-family: "Open Sans", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  font-size: 1.125em;
  font-weight: 400;
  /* text-transform: uppercase;*/
}
/* line 56, ../sass/components/_forms.scss */
.node-webform select {
  line-height: 2.5em;
  height: 2.5em;
  border-radius: 4px;
  border: 1px solid #cccccc;
  font-family: "Open Sans", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  outline: 0;
  background: white;
  width: 100%;
}
/* line 69, ../sass/components/_forms.scss */
.node-webform .form-type-radio label.option,
.node-webform .form-type-checkbox label.option {
  text-transform: inherit;
  font-size: 0.875em;
  margin-left: 0.5em;
  /* font-family: monospace; */
}
/* line 77, ../sass/components/_forms.scss */
.node-webform .form-type-radio input[type="checkbox"],
.node-webform .form-type-radio input[type="radio"],
.node-webform .form-type-checkbox input[type="checkbox"],
.node-webform .form-type-checkbox input[type="radio"] {
  position: relative;
  left: 1px;
}

/* Stakeholder Form */
/* Individual Details */
/* line 86, ../sass/components/_forms.scss */
.webform-component--individual-details--given-first-name {
  float: left;
  width: 49%;
  margin-right: 2%;
}

/* line 92, ../sass/components/_forms.scss */
.webform-component--individual-details--family-last-name {
  float: right;
  width: 49%;
}

/* Area of expertise */
/* line 98, ../sass/components/_forms.scss */
.webform-component-fieldset {
  overflow: hidden;
}

/* line 102, ../sass/components/_forms.scss */
#edit-submitted-fields-of-expertise-interest-activity-is-area-of-expertise {
  overflow: hidden;
}
/* line 104, ../sass/components/_forms.scss */
#edit-submitted-fields-of-expertise-interest-activity-is-area-of-expertise .form-item {
  float: left;
  width: 16%;
}

/* line 110, ../sass/components/_forms.scss */
#edit-submitted-details-geographical-areas-of-expertise-interest-activity-is {
  overflow: hidden;
}
/* line 112, ../sass/components/_forms.scss */
#edit-submitted-details-geographical-areas-of-expertise-interest-activity-is .form-item {
  float: left;
  width: 20%;
}

/* line 123, ../sass/components/_forms.scss */
.webform-component--fields-of-expertise-interest-activity-is--ecosystems,
.webform-component--fields-of-expertise-interest-activity-is--actions,
.webform-component--fields-of-expertise-interest-activity-is--drivers,
.webform-component--fields-of-expertise-interest-activity-is--research,
.webform-component--fields-of-expertise-interest-activity-is--sectors,
.webform-component--fields-of-expertise-interest-activity-is--species {
  float: left;
  width: 16%;
  padding-right: 5px;
  box-sizing: border-box;
}

/* line 1, ../sass/components/_footer.scss */
#footer {
  background: #0c395d none repeat scroll 0 0;
  border-bottom: 6px solid #1daeec;
  margin-bottom: 0;
  padding: 76px 0;
  width: 100%;
  color: #fff;
}
/* line 9, ../sass/components/_footer.scss */
#footer h2 {
  font-weight: 400;
}

/* line 14, ../sass/components/_footer.scss */
.region-footer-content {
  position: relative;
  max-width: 1040px;
  padding: 0 10px;
  box-sizing: border-box;
}
@media all and (max-width: 880px) {
  /* line 14, ../sass/components/_footer.scss */
  .region-footer-content {
    text-align: center;
  }
}
/* line 24, ../sass/components/_footer.scss */
.region-footer-content #block-bean-about-intro,
.region-footer-content #block-bean-social-media-links {
  margin-right: 8%;
}
@media all and (min-width: 880px) {
  /* line 24, ../sass/components/_footer.scss */
  .region-footer-content #block-bean-about-intro,
  .region-footer-content #block-bean-social-media-links {
    float: left;
    width: 44%;
  }
}
/* line 31, ../sass/components/_footer.scss */
.region-footer-content #block-bean-about-intro a,
.region-footer-content #block-bean-social-media-links a {
  color: white;
}
/* line 37, ../sass/components/_footer.scss */
.region-footer-content #block-bean-quick-links,
.region-footer-content .block-menu {
  border-top: 5px solid rgba(255, 255, 255, 0.3);
  border-bottom: 5px solid rgba(255, 255, 255, 0.3);
  padding: 10px;
}
@media all and (min-width: 880px) {
  /* line 37, ../sass/components/_footer.scss */
  .region-footer-content #block-bean-quick-links,
  .region-footer-content .block-menu {
    position: absolute;
    left: 52%;
    width: 22%;
    border: 0;
    padding: 0;
  }
}
/* line 50, ../sass/components/_footer.scss */
.region-footer-content #block-bean-quick-links ul.menu,
.region-footer-content #block-bean-quick-links .field-type-text-long ul,
.region-footer-content .block-menu ul.menu,
.region-footer-content .block-menu .field-type-text-long ul {
  margin: 1.5em 0 0;
  padding: 0;
}
/* line 54, ../sass/components/_footer.scss */
.region-footer-content #block-bean-quick-links ul.menu li,
.region-footer-content #block-bean-quick-links .field-type-text-long ul li,
.region-footer-content .block-menu ul.menu li,
.region-footer-content .block-menu .field-type-text-long ul li {
  list-style: none;
}
/* line 57, ../sass/components/_footer.scss */
.region-footer-content #block-bean-quick-links ul.menu li a,
.region-footer-content #block-bean-quick-links .field-type-text-long ul li a,
.region-footer-content .block-menu ul.menu li a,
.region-footer-content .block-menu .field-type-text-long ul li a {
  color: #a3b360;
  text-decoration: underline;
}
@media all and (min-width: 880px) {
  /* line 65, ../sass/components/_footer.scss */
  .region-footer-content .block-mailchimp-signup {
    position: absolute;
    left: 74%;
    width: 24%;
  }
}
/* line 72, ../sass/components/_footer.scss */
.region-footer-content .block-mailchimp-signup form {
  margin-top: 1.5em;
}
/* line 75, ../sass/components/_footer.scss */
.region-footer-content .block-mailchimp-signup form .form-submit {
  float: right;
}

/* line 82, ../sass/components/_footer.scss */
.region-footer-bottom {
  padding: 20px 10px;
  box-sizing: border-box;
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
/* line 90, ../sass/components/_footer.scss */
.region-footer-bottom .block-bean {
  max-width: 1020px;
  margin: 0 auto;
}
@media all and (min-width: 880px) {
  /* line 94, ../sass/components/_footer.scss */
  .region-footer-bottom .block-bean p {
    float: left;
    width: 60%;
    margin-top: 18px;
  }
}
/* line 102, ../sass/components/_footer.scss */
.region-footer-bottom .block-bean .field-item ul {
  padding: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media all and (min-width: 880px) {
  /* line 102, ../sass/components/_footer.scss */
  .region-footer-bottom .block-bean .field-item ul {
    float: right;
    width: 40%;
  }
}
/* line 112, ../sass/components/_footer.scss */
.region-footer-bottom .block-bean .field-item ul li {
  float: right;
  padding: 0 10px;
  box-sizing: border-box;
  text-align: center;
}
/* line 118, ../sass/components/_footer.scss */
.region-footer-bottom .block-bean .field-item ul li img {
  max-height: 55px;
}
/* line 125, ../sass/components/_footer.scss */
.region-footer-bottom a {
  color: #1fafec;
}

/* line 130, ../sass/components/_footer.scss */
.region-bottom {
  background: #f2f2f2 none repeat scroll 0 0;
  padding: 15px 0;
  text-align: center;
  width: 100%;
  color: #808891;
}
/* line 137, ../sass/components/_footer.scss */
.region-bottom .block-bean {
  max-width: 1200px;
  margin: 0 auto;
}

/* Homepage */
/* line 2, ../sass/components/_home.scss */
.region-highlighted .block {
  margin: 0;
}

/* line 6, ../sass/components/_home.scss */
.region-postscript {
  margin: 0 auto;
  max-width: 1040px;
}
/* line 10, ../sass/components/_home.scss */
.region-postscript .block {
  margin: 0 11px 10px;
  position: relative;
}
@media all and (min-width: 880px) {
  /* line 10, ../sass/components/_home.scss */
  .region-postscript .block {
    float: left;
    width: 45%;
    width: calc(50% - 22px);
  }
}
/* line 19, ../sass/components/_home.scss */
.region-postscript .block h2.block__title:after {
  display: inline-block;
  height: 12px;
  width: 12px;
  content: ' ';
  background: #be404c;
  border-radius: 50%;
  margin-left: 10px;
}
/* line 29, ../sass/components/_home.scss */
.region-postscript .block .list {
  margin: 10px 0;
  height: 470px;
}
/* line 33, ../sass/components/_home.scss */
.region-postscript .block .list li.entry {
  height: 150px;
  box-sizing: border-box;
}
/* line 38, ../sass/components/_home.scss */
.region-postscript .block .list li.entry:first-child {
  margin-top: 0;
}
/* line 44, ../sass/components/_home.scss */
.region-postscript .block .list-events-block li.entry {
  height: 110px;
}
/* line 49, ../sass/components/_home.scss */
.region-postscript .block .more-link {
  position: absolute;
  top: -6px;
  right: 0;
  background-color: rgba(204, 204, 204, 0.7);
  border: 1px solid #cccccc;
  display: inline-block;
  height: 30px;
  text-align: center;
  border-radius: 30px;
  width: 50px;
}
/* line 61, ../sass/components/_home.scss */
.region-postscript .block .more-link a {
  display: block;
  height: 30px;
  line-height: 30px;
  color: #3e4b5a;
  border-radius: 30px;
}
/* line 69, ../sass/components/_home.scss */
.region-postscript .block .more-link a:hover, .region-postscript .block .more-link a:focus {
  background: #3e4b5a;
  color: #fff;
}

/* line 79, ../sass/components/_home.scss */
.region-content-front .menu-block-wrapper ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
/* line 86, ../sass/components/_home.scss */
.region-content-front .menu-block-wrapper ul.menu li,
.region-content-front .menu-block-wrapper ul.menu li.leaf {
  list-style: none;
  display: block;
  width: 44%;
  margin: 3%;
  padding: 0;
  float: left;
  text-align: center;
}
@media all and (min-width: 880px) {
  /* line 86, ../sass/components/_home.scss */
  .region-content-front .menu-block-wrapper ul.menu li,
  .region-content-front .menu-block-wrapper ul.menu li.leaf {
    width: 19%;
    margin: 3%;
  }
}
/* line 99, ../sass/components/_home.scss */
.region-content-front .menu-block-wrapper ul.menu li a,
.region-content-front .menu-block-wrapper ul.menu li.leaf a {
  color: #0c395d;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 24px;
}
/* line 106, ../sass/components/_home.scss */
.region-content-front .menu-block-wrapper ul.menu li a:before,
.region-content-front .menu-block-wrapper ul.menu li.leaf a:before {
  content: "";
  background: whitesmoke url("../images/knowledge.png") no-repeat 50% 50%;
  display: block;
  height: 100px;
  margin-bottom: 20px;
  border-radius: 50%;
  border: 2px solid #0d3860;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
}
/* line 118, ../sass/components/_home.scss */
.region-content-front .menu-block-wrapper ul.menu li a:before:hover,
.region-content-front .menu-block-wrapper ul.menu li.leaf a:before:hover {
  background-color: white;
}
/* line 124, ../sass/components/_home.scss */
.region-content-front .menu-block-wrapper ul.menu li:nth-child(1) a:before {
  background-image: url("../images/knowledge.png");
}
/* line 128, ../sass/components/_home.scss */
.region-content-front .menu-block-wrapper ul.menu li:nth-child(2) a:before {
  background-image: url("../images/global_local.png");
}
/* line 132, ../sass/components/_home.scss */
.region-content-front .menu-block-wrapper ul.menu li:nth-child(3) {
  clear: both;
}
@media all and (min-width: 880px) {
  /* line 132, ../sass/components/_home.scss */
  .region-content-front .menu-block-wrapper ul.menu li:nth-child(3) {
    clear: none;
  }
}
/* line 139, ../sass/components/_home.scss */
.region-content-front .menu-block-wrapper ul.menu li:nth-child(3) a:before {
  background-image: url("../images/plan_method.png");
}
/* line 143, ../sass/components/_home.scss */
.region-content-front .menu-block-wrapper ul.menu li:nth-child(4) a:before {
  background-image: url("../images/communication.png");
}

/*
.region-content-front .block:last-child {
	margin-right: 0;

	.field {
		margin-top: 10px;
	}
}
*/
/* Lists */
/* line 2, ../sass/components/_lists.scss */
.list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 10, ../sass/components/_lists.scss */
.list-news-block .entry,
.list-events-block .entry {
  background-color: #f2f2f2;
  border-left: solid #be404c 6px;
  color: #3e4b5a;
  padding: 20px 20px;
  margin-top: 10px;
}
/* line 17, ../sass/components/_lists.scss */
.list-news-block .entry h2,
.list-events-block .entry h2 {
  font-size: 1em;
  font-weight: 500;
  margin: 0;
}
/* line 22, ../sass/components/_lists.scss */
.list-news-block .entry h2 a,
.list-events-block .entry h2 a {
  color: #be404c;
  font-weight: 500;
}
/* line 28, ../sass/components/_lists.scss */
.list-news-block .entry .date,
.list-events-block .entry .date {
  font-style: italic;
  margin: 8px 0;
}
/* line 33, ../sass/components/_lists.scss */
.list-news-block .entry p,
.list-events-block .entry p {
  margin: 0;
  font-weight: 500;
}

/* line 41, ../sass/components/_lists.scss */
.list-events-block .entry {
  border-color: #40bea6;
  position: relative;
}
/* line 45, ../sass/components/_lists.scss */
.list-events-block .entry:after {
  position: absolute;
  width: 12px;
  height: 21px;
  right: 6px;
  top: 50%;
  top: calc(50% - 11px);
  content: " ";
  background: url("../images/lft-arw.png") top left no-repeat;
}
/* line 56, ../sass/components/_lists.scss */
.list-events-block .entry h2 a {
  color: #40bea6;
}

/* line 63, ../sass/components/_lists.scss */
.list-events-page .entry {
  background-color: #f2f2f2;
  border-left: solid #40bea6 6px;
  color: #3e4b5a;
  padding: 10px 20px;
  margin-bottom: 4%;
  box-sizing: border-box;
  /* Plenary */
  /* Bureau & MEP */
  /* Taskforce */
  /* Other */
  /* Previous */
}
@media all and (min-width: 880px) {
  /* line 63, ../sass/components/_lists.scss */
  .list-events-page .entry {
    width: 48%;
    float: left;
    margin-right: 4%;
  }
}
/* line 76, ../sass/components/_lists.scss */
.list-events-page .entry h2 {
  margin-top: 0;
  font-weight: 400;
  float: left;
  width: 40%;
  line-height: 1.2;
  color: #40bea6;
}
/* line 85, ../sass/components/_lists.scss */
.list-events-page .entry h2.headline {
  clear: both;
  width: 100%;
  float: none;
}
/* line 91, ../sass/components/_lists.scss */
.list-events-page .entry .address {
  float: right;
  width: 60%;
  text-align: right;
}
/* line 96, ../sass/components/_lists.scss */
.list-events-page .entry .address div {
  display: inline-block;
  vertical-align: top;
  margin-left: 4px;
}
/* line 102, ../sass/components/_lists.scss */
.list-events-page .entry .address span.country {
  display: block;
}
/* line 107, ../sass/components/_lists.scss */
.list-events-page .entry h3 {
  clear: both;
  font-size: 1.6em;
  font-weight: 700;
  margin: 0 0 1em;
  color: black;
}
/* line 114, ../sass/components/_lists.scss */
.list-events-page .entry h3 a {
  color: black;
}
/* line 119, ../sass/components/_lists.scss */
.list-events-page .entry p {
  margin: 0 0 1em;
  font-weight: 500;
}
/* line 124, ../sass/components/_lists.scss */
.list-events-page .entry .field-name-field-type-event {
  color: #40bea6;
  text-transform: uppercase;
  font-size: 0.75em;
}
/* line 130, ../sass/components/_lists.scss */
.list-events-page .entry.event-type-1 {
  border-color: #a5b453;
}
/* line 134, ../sass/components/_lists.scss */
.list-events-page .entry.event-type-1 h2,
.list-events-page .entry.event-type-1 .field-name-field-type-event {
  color: #a5b453;
}
/* line 139, ../sass/components/_lists.scss */
.list-events-page .entry.event-type-2 {
  border-color: #3e4b5b;
}
/* line 143, ../sass/components/_lists.scss */
.list-events-page .entry.event-type-2 h2,
.list-events-page .entry.event-type-2 .field-name-field-type-event {
  color: #3e4b5b;
}
/* line 149, ../sass/components/_lists.scss */
.list-events-page .entry.event-type-3 {
  border-color: #0d3860;
}
/* line 153, ../sass/components/_lists.scss */
.list-events-page .entry.event-type-3 h2,
.list-events-page .entry.event-type-3 .field-name-field-type-event {
  color: #0d3860;
}
/* line 159, ../sass/components/_lists.scss */
.list-events-page .entry.event-type-333 {
  border-color: #0d3860;
}
/* line 163, ../sass/components/_lists.scss */
.list-events-page .entry.event-type-333 h2,
.list-events-page .entry.event-type-333 .field-name-field-type-event {
  color: #0d3860;
}
/* line 169, ../sass/components/_lists.scss */
.list-events-page .entry.event-type-334 {
  border-color: #4fbea4;
}
/* line 173, ../sass/components/_lists.scss */
.list-events-page .entry.event-type-334 h2,
.list-events-page .entry.event-type-334 .field-name-field-type-event {
  color: #4fbea4;
}
/* line 179, ../sass/components/_lists.scss */
.list-events-page .entry.event-type-335 {
  border-color: #64aaa0;
}
/* line 183, ../sass/components/_lists.scss */
.list-events-page .entry.event-type-335 h2,
.list-events-page .entry.event-type-335 .field-name-field-type-event {
  color: #64aaa0;
}
/* line 189, ../sass/components/_lists.scss */
.list-events-page .entry.event-type-336 {
  border-color: #a5b453;
}
/* line 193, ../sass/components/_lists.scss */
.list-events-page .entry.event-type-336 h2,
.list-events-page .entry.event-type-336 .field-name-field-type-event {
  color: #a5b453;
}
/* line 199, ../sass/components/_lists.scss */
.list-events-page .entry.event-type-337 {
  border-color: #3e4b5b;
}
/* line 203, ../sass/components/_lists.scss */
.list-events-page .entry.event-type-337 h2,
.list-events-page .entry.event-type-337 .field-name-field-type-event {
  color: #3e4b5b;
}
/* line 209, ../sass/components/_lists.scss */
.list-events-page .entry:nth-child(2n) {
  margin-right: 0;
}

/* News Page */
/* line 217, ../sass/components/_lists.scss */
.list-news-page .entry {
  width: 100%;
  transition: all 0.3s;
}
/* line 222, ../sass/components/_lists.scss */
.list-news-page .entry:hover, .list-news-page .entry:focus {
  background: #fafafa;
  transition: all 0.3s;
}
/* line 227, ../sass/components/_lists.scss */
.list-news-page .entry h2 {
  margin: 0 0 5px;
  font-weight: 400;
  width: 80%;
  line-height: 1.2;
  color: #be404c;
}
/* line 234, ../sass/components/_lists.scss */
.list-news-page .entry h2 a {
  color: #be404c;
}
/* line 239, ../sass/components/_lists.scss */
.list-news-page .entry h3 {
  clear: both;
  margin-top: 0;
  font-weight: 600;
}
/* line 245, ../sass/components/_lists.scss */
.list-news-page .entry p {
  margin: 0 0 1em;
  font-weight: 500;
}

/* JCAROUSEL BLOCK */
/* line 254, ../sass/components/_lists.scss */
.jcarousel-skin-default .jcarousel-container-vertical {
  width: 100%;
  height: 470px;
  padding: 0;
  margin-top: 10px;
}
/* line 260, ../sass/components/_lists.scss */
.jcarousel-skin-default .jcarousel-container-vertical .jcarousel-clip-vertical {
  height: 470px;
}
/* line 264, ../sass/components/_lists.scss */
.jcarousel-skin-default .jcarousel-container-vertical .jcarousel-item-vertical {
  background-color: white;
  border: 0;
  border-left: solid #be404c 6px;
  color: #3e4b5a;
  padding: 20px 20px;
  margin: 0 0 10px;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  min-height: 150px;
}
/* line 276, ../sass/components/_lists.scss */
.jcarousel-skin-default .jcarousel-container-vertical .jcarousel-item-vertical .node-article.node-teaser {
  border: 0;
  padding: 0;
  margin: 0;
  background: white;
}
/* line 283, ../sass/components/_lists.scss */
.jcarousel-skin-default .jcarousel-container-vertical .jcarousel-item-vertical h2 {
  font-size: 1em;
  font-weight: 500;
  margin: 0;
}
/* line 288, ../sass/components/_lists.scss */
.jcarousel-skin-default .jcarousel-container-vertical .jcarousel-item-vertical h2 a {
  color: #be404c;
  font-weight: 500;
}
/* line 294, ../sass/components/_lists.scss */
.jcarousel-skin-default .jcarousel-container-vertical .jcarousel-item-vertical .date {
  font-style: italic;
  margin: 8px 0;
}
/* line 299, ../sass/components/_lists.scss */
.jcarousel-skin-default .jcarousel-container-vertical .jcarousel-item-vertical p {
  margin: 0;
  font-weight: 500;
}
/* line 309, ../sass/components/_lists.scss */
.jcarousel-skin-default .jcarousel-container-vertical .jcarousel-next-vertical {
  bottom: inherit;
  left: inherit;
  top: -37px;
  right: 55px;
  background-position: -64px -96px;
  opacity: 0.5;
}
/* line 316, ../sass/components/_lists.scss */
.jcarousel-skin-default .jcarousel-container-vertical .jcarousel-next-vertical:hover {
  background-position: -64px -96px;
  opacity: 0.7;
}
/* line 322, ../sass/components/_lists.scss */
.jcarousel-skin-default .jcarousel-container-vertical .jcarousel-prev-vertical {
  top: -47px;
  right: 87px;
  left: inherit;
  background-position: -64px -64px;
  opacity: 0.5;
}
/* line 328, ../sass/components/_lists.scss */
.jcarousel-skin-default .jcarousel-container-vertical .jcarousel-prev-vertical:hover {
  background-position: -64px -64px;
  opacity: 0.7;
}

/* Events Carousel */
/* line 337, ../sass/components/_lists.scss */
.list-events-block .jcarousel-skin-default .jcarousel-container-vertical {
  margin-top: 0;
}
/* line 340, ../sass/components/_lists.scss */
.list-events-block .jcarousel-skin-default .jcarousel-container-vertical .jcarousel-item-vertical {
  border-left: solid #40bea6 6px;
  min-height: 110px;
  position: relative;
}
/* line 345, ../sass/components/_lists.scss */
.list-events-block .jcarousel-skin-default .jcarousel-container-vertical .jcarousel-item-vertical h3.title {
  margin-top: 0.333em;
}
/* line 349, ../sass/components/_lists.scss */
.list-events-block .jcarousel-skin-default .jcarousel-container-vertical .jcarousel-item-vertical a {
  color: #40bea6;
}
/* line 353, ../sass/components/_lists.scss */
.list-events-block .jcarousel-skin-default .jcarousel-container-vertical .jcarousel-item-vertical:after {
  position: absolute;
  width: 12px;
  height: 21px;
  right: 6px;
  top: 50%;
  top: calc(50% - 11px);
  content: " ";
  background: url("../images/lft-arw.png") top left no-repeat;
}

/* Bureau Listing */
/**/
/* line 370, ../sass/components/_lists.scss */
.view-bureau ul.quicktabs-tabs {
  padding: 0;
  margin: 20px 0;
  overflow: hidden;
}
/* line 375, ../sass/components/_lists.scss */
.view-bureau ul.quicktabs-tabs li {
  display: block;
  float: left;
  width: 19%;
  min-height: 52px;
  line-height: 52px;
  text-align: center;
  padding: 0;
  margin: 0 1px 4px 0;
  float: left;
  border-bottom: 4px solid white;
  box-sizing: border-box;
}
/* line 388, ../sass/components/_lists.scss */
.view-bureau ul.quicktabs-tabs li a {
  background: whitesmoke;
  color: #666666;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}
/* line 397, ../sass/components/_lists.scss */
.view-bureau ul.quicktabs-tabs li.active {
  border-bottom: 4px solid #4fbea4;
}
/* line 400, ../sass/components/_lists.scss */
.view-bureau ul.quicktabs-tabs li.active a {
  background: #cccccc;
  color: #333333;
}
/* line 407, ../sass/components/_lists.scss */
.view-bureau .views-group {
  overflow: hidden;
}
/* line 410, ../sass/components/_lists.scss */
.view-bureau .views-group ul {
  list-style: none;
  padding: 0;
}
/* line 417, ../sass/components/_lists.scss */
.view-bureau .quicktabs-views-group,
.view-bureau .entry {
  margin: 0 2% 2% 0;
  background-color: #fafafa;
  border-left: 4px solid #e8e8e8;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  float: left;
  position: relative;
  width: 46%;
}
@media all and (min-width: 600px) {
  /* line 417, ../sass/components/_lists.scss */
  .view-bureau .quicktabs-views-group,
  .view-bureau .entry {
    width: 47%;
  }
}
@media all and (min-width: 880px) {
  /* line 417, ../sass/components/_lists.scss */
  .view-bureau .quicktabs-views-group,
  .view-bureau .entry {
    width: 31.5%;
  }
}
@media all and (min-width: 1000px) {
  /* line 417, ../sass/components/_lists.scss */
  .view-bureau .quicktabs-views-group,
  .view-bureau .entry {
    width: 23.5%;
  }
}
/* line 437, ../sass/components/_lists.scss */
.view-bureau .quicktabs-views-group .node-individual,
.view-bureau .entry .node-individual {
  position: initial;
  padding-bottom: 55px;
}
/* line 442, ../sass/components/_lists.scss */
.view-bureau .quicktabs-views-group h2,
.view-bureau .entry h2 {
  font-weight: 300;
  color: #333333;
  margin: 0;
  line-height: 1.2;
  margin-bottom: 0.8em;
}
/* line 450, ../sass/components/_lists.scss */
.view-bureau .quicktabs-views-group .field-name-field-individual-position,
.view-bureau .entry .field-name-field-individual-position {
  font-style: italic;
  margin-bottom: 10px;
}
/* line 453, ../sass/components/_lists.scss */
.view-bureau .quicktabs-views-group .field-name-field-individual-position .label-inline,
.view-bureau .entry .field-name-field-individual-position .label-inline {
  display: inline-block;
}
/* line 458, ../sass/components/_lists.scss */
.view-bureau .quicktabs-views-group img,
.view-bureau .entry img {
  /*border-radius: 50%;*/
  margin-bottom: 20px;
}
/* line 463, ../sass/components/_lists.scss */
.view-bureau .quicktabs-views-group .group-footer,
.view-bureau .entry .group-footer {
  background: #e8e8e8;
  margin: 20px -20px 0px;
  height: 52px;
  position: absolute;
  width: 100%;
  display: block;
  bottom: 0;
}
/* line 472, ../sass/components/_lists.scss */
.view-bureau .quicktabs-views-group .group-footer div.field,
.view-bureau .entry .group-footer div.field {
  display: inline-block;
  width: 33%;
}
/* line 476, ../sass/components/_lists.scss */
.view-bureau .quicktabs-views-group .group-footer div.field a,
.view-bureau .entry .group-footer div.field a {
  color: #333333;
}
/* line 484, ../sass/components/_lists.scss */
.view-bureau .quicktabs-views-group .group-footer .field-name-field-email img,
.view-bureau .quicktabs-views-group .group-footer .field-type-file img,
.view-bureau .entry .group-footer .field-name-field-email img,
.view-bureau .entry .group-footer .field-type-file img {
  display: none;
  visibility: hidden;
}
/* line 489, ../sass/components/_lists.scss */
.view-bureau .quicktabs-views-group .group-footer .field-name-field-email a,
.view-bureau .quicktabs-views-group .group-footer .field-type-file a,
.view-bureau .entry .group-footer .field-name-field-email a,
.view-bureau .entry .group-footer .field-type-file a {
  text-indent: -9999px;
  display: block;
  position: relative;
  height: 42px;
}
/* line 495, ../sass/components/_lists.scss */
.view-bureau .quicktabs-views-group .group-footer .field-name-field-email a:after,
.view-bureau .quicktabs-views-group .group-footer .field-type-file a:after,
.view-bureau .entry .group-footer .field-name-field-email a:after,
.view-bureau .entry .group-footer .field-type-file a:after {
  content: "Link";
  position: absolute;
  left: 50%;
  left: calc(50% - 16px);
  display: block;
  height: 32px;
  width: 32px;
  bottom: 0px;
  text-indent: 0;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  font-size: 32px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 522, ../sass/components/_lists.scss */
.view-bureau .quicktabs-views-group .group-footer .field-name-field-email a:after,
.view-bureau .entry .group-footer .field-name-field-email a:after {
  content: "\e901";
}
/* line 526, ../sass/components/_lists.scss */
.view-bureau .quicktabs-views-group .group-footer .field-type-file a:after,
.view-bureau .entry .group-footer .field-type-file a:after {
  content: "\eadf";
}
/* line 531, ../sass/components/_lists.scss */
.view-bureau .quicktabs-views-group .group-footer .field-type-link-field a,
.view-bureau .entry .group-footer .field-type-link-field a {
  position: relative;
}
/* line 534, ../sass/components/_lists.scss */
.view-bureau .quicktabs-views-group .group-footer .field-type-link-field a .icon:before,
.view-bureau .entry .group-footer .field-type-link-field a .icon:before {
  position: absolute;
  top: 10px;
  left: 50%;
  left: calc(50% - 16px);
  font-size: 32px;
}
/* line 544, ../sass/components/_lists.scss */
.view-bureau .quicktabs-views-group .group-footer .item-list--linkicon,
.view-bureau .entry .group-footer .item-list--linkicon {
  margin: 0;
}
@media all and (min-width: 880px) {
  /* line 551, ../sass/components/_lists.scss */
  .view-bureau .quicktabs-views-group:nth-child(3n+3),
  .view-bureau .entry:nth-child(3n+3) {
    margin: 0 0% 2%;
  }
}
@media all and (min-width: 1000px) {
  /* line 551, ../sass/components/_lists.scss */
  .view-bureau .quicktabs-views-group:nth-child(3n+3),
  .view-bureau .entry:nth-child(3n+3) {
    margin-right: 2%;
  }
}
@media all and (min-width: 880px) {
  /* line 561, ../sass/components/_lists.scss */
  .view-bureau .quicktabs-views-group:nth-child(3n+1),
  .view-bureau .entry:nth-child(3n+1) {
    clear: left;
  }
}
@media all and (min-width: 1000px) {
  /* line 561, ../sass/components/_lists.scss */
  .view-bureau .quicktabs-views-group:nth-child(3n+1),
  .view-bureau .entry:nth-child(3n+1) {
    clear: none;
  }
}
@media all and (min-width: 1000px) {
  /* line 571, ../sass/components/_lists.scss */
  .view-bureau .quicktabs-views-group:nth-child(4n+4),
  .view-bureau .entry:nth-child(4n+4) {
    margin-right: 0%;
  }
}
@media all and (min-width: 1000px) {
  /* line 578, ../sass/components/_lists.scss */
  .view-bureau .quicktabs-views-group:nth-child(4n+1),
  .view-bureau .entry:nth-child(4n+1) {
    clear: left;
  }
}
/* line 584, ../sass/components/_lists.scss */
.view-bureau .attachment {
  clear: both;
}

/* Members View */
/* line 590, ../sass/components/_lists.scss */
.attachment .view-members {
  overflow: hidden;
}
/* line 592, ../sass/components/_lists.scss */
.attachment .view-members .item-list {
  margin-bottom: 2%;
}
@media all and (min-width: 880px) {
  /* line 592, ../sass/components/_lists.scss */
  .attachment .view-members .item-list {
    float: left;
    width: 32%;
    margin-right: 2%;
  }
}
/* line 601, ../sass/components/_lists.scss */
.attachment .view-members .item-list:nth-child(3n +3) {
  margin-right: 0;
}
/* line 605, ../sass/components/_lists.scss */
.attachment .view-members .item-list:nth-child(3n+1) {
  clear: left;
}
/* line 609, ../sass/components/_lists.scss */
.attachment .view-members h3 {
  border-bottom: 4px solid #4fbea4;
  background: whitesmoke;
  color: #333333;
  padding: 8px;
}
/* line 616, ../sass/components/_lists.scss */
.attachment .view-members ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 621, ../sass/components/_lists.scss */
.attachment .view-members ul a {
  color: #4fbea4;
}

/* NFPS */
/* line 629, ../sass/components/_lists.scss */
.view-nfps h3 {
  border-bottom: 4px solid #4fbea4;
  background: whitesmoke;
  color: #333333;
  padding: 8px;
  margin-bottom: 10px;
}
/* line 637, ../sass/components/_lists.scss */
.view-nfps ul {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
/* line 643, ../sass/components/_lists.scss */
.view-nfps ul a {
  color: #4fbea4;
}
/* line 648, ../sass/components/_lists.scss */
.view-nfps li.country {
  clear: both;
  width: 100%;
  margin-bottom: 15px;
}
/* line 653, ../sass/components/_lists.scss */
.view-nfps li.country h2 {
  border-bottom: 1px solid whitesmoke;
  margin-bottom: 10px;
  margin-top: 0;
  line-height: 1.4;
}
/* line 660, ../sass/components/_lists.scss */
.view-nfps li.country .nfp-name {
  font-weight: 600;
}
@media all and (min-width: 880px) {
  /* line 665, ../sass/components/_lists.scss */
  .view-nfps .views-field-field-national-focal-point li {
    width: 49%;
    float: left;
    margin-right: 2%;
  }
}
/* line 673, ../sass/components/_lists.scss */
.view-nfps .views-field-field-national-focal-point li:nth-child(2n +2) {
  margin-right: 0;
}
/* line 677, ../sass/components/_lists.scss */
.view-nfps .views-field-field-national-focal-point li:nth-child(2n +1) {
  clear: left;
}
/* line 681, ../sass/components/_lists.scss */
.view-nfps .attachment ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
@media all and (min-width: 880px) {
  /* line 681, ../sass/components/_lists.scss */
  .view-nfps .attachment ul {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
}
@media all and (min-width: 1080px) {
  /* line 681, ../sass/components/_lists.scss */
  .view-nfps .attachment ul {
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6;
  }
}
/* line 696, ../sass/components/_lists.scss */
.view-nfps .attachment ul li.country {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.2;
  margin-bottom: 5px;
}

/* Navigation */
/* line 3, ../sass/components/_nav.scss */
.header__region ul.menu {
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 9, ../sass/components/_nav.scss */
.header__region ul.menu li {
  float: left;
  line-height: 153px;
  list-style: none;
}
/* line 14, ../sass/components/_nav.scss */
.header__region ul.menu li a {
  color: #b7b7b7;
  font-size: 14px;
  display: block;
  padding: 0 30px;
  border-bottom: 4px solid transparent;
}
/* line 22, ../sass/components/_nav.scss */
.header__region ul.menu li a:hover, .header__region ul.menu li a:focus {
  border-color: #4FBEA4;
  color: #551155;
}
/* line 31, ../sass/components/_nav.scss */
.header__region ul.menu li:nth-child(2) a:hover,
.header__region ul.menu li:nth-child(2) a:focus {
  border-color: #64AAA0;
}
/* line 38, ../sass/components/_nav.scss */
.header__region ul.menu li:nth-child(3) a:hover,
.header__region ul.menu li:nth-child(3) a:focus {
  border-color: #A5B453;
}
/* line 45, ../sass/components/_nav.scss */
.header__region ul.menu li:nth-child(4) a:hover,
.header__region ul.menu li:nth-child(4) a:focus {
  border-color: #3E4B5B;
}
/* line 52, ../sass/components/_nav.scss */
.header__region ul.menu li:nth-child(5) a:hover,
.header__region ul.menu li:nth-child(5) a:focus {
  border-color: #0D3860;
}

/* Slidebar */
/* line 60, ../sass/components/_nav.scss */
.sb-slidebar {
  background: #0c395d;
  color: white;
}

/* Pager */
/* line 73, ../sass/components/_nav.scss */
.pager .pager-item,
.pager .pager-first,
.pager .pager-previous,
.pager .pager-next,
.pager .pager-last,
.pager .pager-ellipsis,
.pager .pager-current {
  display: inline-block;
  padding: 0;
  list-style-type: none;
  background-image: none;
  height: 40px;
  min-width: 40px;
  line-height: 40px;
  background: #cccccc;
  border-radius: 4px;
}
/* line 84, ../sass/components/_nav.scss */
.pager .pager-item a,
.pager .pager-first a,
.pager .pager-previous a,
.pager .pager-next a,
.pager .pager-last a,
.pager .pager-ellipsis a,
.pager .pager-current a {
  color: white;
  display: block;
  text-decoration: none;
  border-radius: 4px;
  padding: 0 10px;
  box-sizing: border-box;
}
/* line 93, ../sass/components/_nav.scss */
.pager .pager-item a:hover, .pager .pager-item a:focus,
.pager .pager-first a:hover,
.pager .pager-first a:focus,
.pager .pager-previous a:hover,
.pager .pager-previous a:focus,
.pager .pager-next a:hover,
.pager .pager-next a:focus,
.pager .pager-last a:hover,
.pager .pager-last a:focus,
.pager .pager-ellipsis a:hover,
.pager .pager-ellipsis a:focus,
.pager .pager-current a:hover,
.pager .pager-current a:focus {
  background: #adbb71;
  background: rgba(163, 179, 96, 0.5);
  color: white;
}
/* line 101, ../sass/components/_nav.scss */
.pager .pager-current {
  background: #a3b360;
  color: white;
}

/* News Events Styling */
/* line 6, ../sass/components/_newsevents.scss */
.node-news-events.node-teaser .group-left,
.node-article.node-teaser .group-left,
.node-events.view-mode-highlighted .group-left {
  float: left;
  width: 20%;
  width: calc(60px);
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
}
/* line 14, ../sass/components/_newsevents.scss */
.node-news-events.node-teaser .group-left h3,
.node-article.node-teaser .group-left h3,
.node-events.view-mode-highlighted .group-left h3 {
  font-size: 36px;
  margin: 0;
  text-align: center;
}
/* line 20, ../sass/components/_newsevents.scss */
.node-news-events.node-teaser .group-left .year,
.node-article.node-teaser .group-left .year,
.node-events.view-mode-highlighted .group-left .year {
  font-size: 14px;
}
/* line 25, ../sass/components/_newsevents.scss */
.node-news-events.node-teaser .group-right,
.node-article.node-teaser .group-right,
.node-events.view-mode-highlighted .group-right {
  float: right;
  width: 80%;
  width: calc(100% - 70px);
}
/* line 30, ../sass/components/_newsevents.scss */
.node-news-events.node-teaser .group-right h2,
.node-article.node-teaser .group-right h2,
.node-events.view-mode-highlighted .group-right h2 {
  font-size: 1.25em;
  line-height: 1.3;
  margin-bottom: 0.5em;
  margin-top: 0.2em;
}
/* line 36, ../sass/components/_newsevents.scss */
.node-news-events.node-teaser .group-right h2 a,
.node-article.node-teaser .group-right h2 a,
.node-events.view-mode-highlighted .group-right h2 a {
  font-weight: 700;
}

/* line 43, ../sass/components/_newsevents.scss */
.node-article.node-teaser {
  background-color: whitesmoke;
  border-left: solid #be404c 6px;
  color: #333333;
  padding: 10px 20px;
  margin-bottom: 4%;
  box-sizing: border-box;
}
/* line 51, ../sass/components/_newsevents.scss */
.node-article.node-teaser h2 a {
  color: #be404c;
}

/* Event */
/* line 57, ../sass/components/_newsevents.scss */
.date-display-remaining {
  font-weight: 100;
}

/* line 61, ../sass/components/_newsevents.scss */
.field-name-field-type-event {
  color: #40bea6;
  text-transform: uppercase;
  font-size: 0.75em;
}

/* Package */
/* line 4, ../sass/components/_package.scss */
.node-work-programme .paragraphs-item-multilingual-download {
  border-color: #64aaa0;
}

/* line 9, ../sass/components/_package.scss */
.view-member-listing {
  /* Quicktabs */
}
/* line 10, ../sass/components/_package.scss */
.view-member-listing h2.title {
  margin-bottom: 0;
}
/* line 14, ../sass/components/_package.scss */
.view-member-listing caption {
  font-size: 1.25em;
  line-height: 1;
  margin-top: 1em;
  margin-bottom: 0;
  text-align: left;
  font-weight: 700;
  padding: 0 0 10px 0px;
  border-bottom: 1px solid #64aaa0;
}
/* line 25, ../sass/components/_package.scss */
.view-member-listing table {
  border-left: 4px solid #64aaa0;
  width: 100%;
  margin-top: 0;
}
/* line 31, ../sass/components/_package.scss */
.view-member-listing th {
  border-bottom: 1px solid #64aaa0;
}
/* line 36, ../sass/components/_package.scss */
.view-member-listing th.views-field-field-assigned-role, .view-member-listing th.views-field-field-first-name, .view-member-listing th.views-field-field-last-name {
  width: 12.5%;
}
/* line 41, ../sass/components/_package.scss */
.view-member-listing th.views-field-field-government, .view-member-listing th.views-field-field-organisation {
  width: 25%;
}
/* line 46, ../sass/components/_package.scss */
.view-member-listing th, .view-member-listing td {
  padding: 2px 6px;
  text-align: left;
  vertical-align: top;
}
/* line 52, ../sass/components/_package.scss */
.view-member-listing tr.views-row-last {
  border: 0;
}
/* line 57, ../sass/components/_package.scss */
.view-member-listing ul.quicktabs-tabs {
  padding: 0;
  margin: 20px 0;
  overflow: hidden;
}
/* line 62, ../sass/components/_package.scss */
.view-member-listing ul.quicktabs-tabs li {
  display: block;
  min-height: 52px;
  min-width: 15%;
  line-height: 52px;
  text-align: center;
  padding: 0;
  margin: 0 1px 4px 0;
  float: none;
  box-sizing: border-box;
}
@media all and (min-width: 600px) {
  /* line 62, ../sass/components/_package.scss */
  .view-member-listing ul.quicktabs-tabs li {
    float: left;
    border-bottom: 4px solid white;
  }
}
/* line 77, ../sass/components/_package.scss */
.view-member-listing ul.quicktabs-tabs li a {
  background: whitesmoke;
  color: #cccccc;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 10px;
}
/* line 87, ../sass/components/_package.scss */
.view-member-listing ul.quicktabs-tabs li.active {
  border-bottom: 4px solid #4fbea4;
}
/* line 90, ../sass/components/_package.scss */
.view-member-listing ul.quicktabs-tabs li.active a {
  background: #cccccc;
  color: #333333;
}
/* line 97, ../sass/components/_package.scss */
.view-member-listing .quicktabs-views-group {
  float: left;
  width: 48%;
  box-sizing: border-box;
  text-align: center;
  background: whitesmoke;
  margin: 1%;
  padding: 0 2% 10px;
}
@media all and (min-width: 880px) {
  /* line 97, ../sass/components/_package.scss */
  .view-member-listing .quicktabs-views-group {
    width: 23%;
  }
}
/* line 109, ../sass/components/_package.scss */
.view-member-listing .quicktabs-views-group h3 {
  margin-bottom: 4px;
}
/* line 113, ../sass/components/_package.scss */
.view-member-listing .quicktabs-views-group .views-field-field-assigned-role {
  font-style: italic;
  color: #cccccc;
}
/* line 119, ../sass/components/_package.scss */
.view-member-listing .quicktabs-views-group:nth-child(2n+1) {
  clear: both;
}
@media all and (min-width: 880px) {
  /* line 119, ../sass/components/_package.scss */
  .view-member-listing .quicktabs-views-group:nth-child(2n+1) {
    clear: none;
  }
}
@media all and (min-width: 880px) {
  /* line 126, ../sass/components/_package.scss */
  .view-member-listing .quicktabs-views-group:nth-child(4n+1) {
    clear: both;
  }
}

/* Paragraphs */
/* Basic Content */
/* line 5, ../sass/components/_paragraphs.scss */
.paragraphs-item-basic h2.headline {
  line-height: 1.3;
  margin-bottom: 0.5em;
}
/* line 13, ../sass/components/_paragraphs.scss */
.paragraphs-item-basic .field-name-field-content p:first-child,
.paragraphs-item-basic .field-name-field-content ul:first-child,
.paragraphs-item-basic .field-name-field-content ol:first-child {
  margin-top: 0;
}
/* line 18, ../sass/components/_paragraphs.scss */
.paragraphs-item-basic table {
  width: 100%;
}
/* line 21, ../sass/components/_paragraphs.scss */
.paragraphs-item-basic table thead {
  text-align: left;
}
/* line 26, ../sass/components/_paragraphs.scss */
.paragraphs-item-basic table thead th,
.paragraphs-item-basic table tr td {
  padding: 2px 6px 2px 0;
}

/* Information Box */
/* line 33, ../sass/components/_paragraphs.scss */
.paragraphs-item-information-box {
  margin: 0 0 1em 1em;
  background: rgba(79, 190, 164, 0.1);
  padding: 15px;
  box-sizing: border-box;
}
/* line 39, ../sass/components/_paragraphs.scss */
.paragraphs-item-information-box h3 {
  margin: 0 0 10px;
}
/* line 44, ../sass/components/_paragraphs.scss */
.paragraphs-item-information-box ol,
.paragraphs-item-information-box ul {
  padding-left: 20px;
  margin: 0;
  line-height: 1.3;
}

/* Section Links */
/* line 53, ../sass/components/_paragraphs.scss */
.paragraphs-item-section-links .field-collection-container {
  border: 0;
  margin: 0;
  text-align: center;
}
/* line 58, ../sass/components/_paragraphs.scss */
.paragraphs-item-section-links .field-collection-container ul.section-links {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
/* line 64, ../sass/components/_paragraphs.scss */
.paragraphs-item-section-links .field-collection-container ul.section-links li {
  float: none;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}
@media all and (min-width: 880px) {
  /* line 64, ../sass/components/_paragraphs.scss */
  .paragraphs-item-section-links .field-collection-container ul.section-links li {
    width: 50%;
  }
}
/* line 74, ../sass/components/_paragraphs.scss */
.paragraphs-item-section-links .field-collection-container ul.section-links li .field-collection-view {
  padding: 1.5em 20px 10px;
  margin: 0 10px;
  border: 0;
  box-sizing: border-box;
  background-color: #fafafa;
  border: 4px solid #e8e8e8;
}
/* line 83, ../sass/components/_paragraphs.scss */
.paragraphs-item-section-links .field-collection-container ul.section-links li .field-name-field-icon {
  width: 100px;
  height: 100px;
  background: #f2f2f2;
  text-align: center;
  margin: 0 auto;
  border-radius: 50%;
  line-height: 116px;
  margin-bottom: 10px;
  border: 2px solid;
}
/* line 94, ../sass/components/_paragraphs.scss */
.paragraphs-item-section-links .field-collection-container ul.section-links li .field-name-field-icon img {
  padding-top: 18px;
  max-height: 64px;
  max-width: 64px;
  margin: 0 auto;
}
/* line 102, ../sass/components/_paragraphs.scss */
.paragraphs-item-section-links .field-collection-container ul.section-links li h2.headline {
  margin: 0 0 5px;
}
/* line 105, ../sass/components/_paragraphs.scss */
.paragraphs-item-section-links .field-collection-container ul.section-links li h2.headline a {
  color: #4fbea4;
}
/* line 110, ../sass/components/_paragraphs.scss */
.paragraphs-item-section-links .field-collection-container ul.section-links li p {
  margin-top: 0;
}

/* UN Agency Link Fix */
/* line 124, ../sass/components/_paragraphs.scss */
.node-28 .paragraphs-item-section-links .field-collection-container ul.section-links li .field-name-field-icon {
  width: auto;
  height: auto;
  background: transparent;
  border-radius: 0;
  line-height: auto;
  margin-bottom: 0px;
  border: 0;
}
/* line 133, ../sass/components/_paragraphs.scss */
.node-28 .paragraphs-item-section-links .field-collection-container ul.section-links li .field-name-field-icon img {
  max-width: 100%;
  max-height: 100%;
}

/* Downloads */
/* line 145, ../sass/components/_paragraphs.scss */
.paragraphs-item-multilingual-download {
  background: whitesmoke;
  border-left: 4px solid #be404c;
  padding: 20px;
  margin-bottom: 20px;
}
/* line 151, ../sass/components/_paragraphs.scss */
.paragraphs-item-multilingual-download h2 {
  margin: 0;
}
/* line 155, ../sass/components/_paragraphs.scss */
.paragraphs-item-multilingual-download .field-name-field-content p {
  margin: 0.75em 0 0;
}
/* line 159, ../sass/components/_paragraphs.scss */
.paragraphs-item-multilingual-download .field-name-field-content p:first-child {
  margin-top: 0;
}
/* line 164, ../sass/components/_paragraphs.scss */
.paragraphs-item-multilingual-download footer.group-download-footer,
.paragraphs-item-multilingual-download .field-name-field-private-files-message {
  background: #e8e8e8;
  padding: 5px 20px;
  margin: 10px -20px -20px;
  width: 100%;
  overflow: hidden;
  display: block;
}
/* line 173, ../sass/components/_paragraphs.scss */
.paragraphs-item-multilingual-download ul.list {
  float: left;
  width: 98%;
  margin: 0 2% 0 0;
}
@media all and (min-width: 880px) {
  /* line 173, ../sass/components/_paragraphs.scss */
  .paragraphs-item-multilingual-download ul.list {
    float: left;
    width: 48%;
  }
}
/* line 182, ../sass/components/_paragraphs.scss */
.paragraphs-item-multilingual-download ul.list:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  margin: 0 15px 0 0;
  position: relative;
  top: 8px;
}
/* line 200, ../sass/components/_paragraphs.scss */
.paragraphs-item-multilingual-download ul.list.pdf:before {
  content: "\eadf";
}
/* line 204, ../sass/components/_paragraphs.scss */
.paragraphs-item-multilingual-download ul.list.doc:before {
  content: "\eae1";
}
/* line 208, ../sass/components/_paragraphs.scss */
.paragraphs-item-multilingual-download ul.list.zip:before {
  content: "\e92b";
}
/* line 212, ../sass/components/_paragraphs.scss */
.paragraphs-item-multilingual-download ul.list.ppt:before {
  content: "\e900";
}
/* line 216, ../sass/components/_paragraphs.scss */
.paragraphs-item-multilingual-download ul.list.xls:before {
  content: "\eae2";
}
/* line 220, ../sass/components/_paragraphs.scss */
.paragraphs-item-multilingual-download ul.list li {
  display: inline-block;
  width: 50px;
  height: 40px;
  text-align: center;
}
/* line 226, ../sass/components/_paragraphs.scss */
.paragraphs-item-multilingual-download ul.list li a {
  display: block;
  line-height: 40px;
  background: white;
  color: #333333;
  border-bottom: 2px solid gainsboro;
}
/* line 234, ../sass/components/_paragraphs.scss */
.paragraphs-item-multilingual-download ul.list li a:hover, .paragraphs-item-multilingual-download ul.list li a:focus {
  background: #be404c;
  color: white;
  border-bottom: 2px solid #98333d;
}

/* line 244, ../sass/components/_paragraphs.scss */
.context-resources .paragraphs-item-multilingual-download {
  border-color: #a5b453;
}
/* line 249, ../sass/components/_paragraphs.scss */
.context-resources .paragraphs-item-multilingual-download ul.list li a:hover, .context-resources .paragraphs-item-multilingual-download ul.list li a:focus {
  background: #a5b453;
  color: white;
  border-bottom: 2px solid #879440;
}

/* line 257, ../sass/components/_paragraphs.scss */
.context-plenary .paragraphs-item-multilingual-download {
  border-color: #0d3860;
}
/* line 262, ../sass/components/_paragraphs.scss */
.context-plenary .paragraphs-item-multilingual-download ul.list li a:hover, .context-plenary .paragraphs-item-multilingual-download ul.list li a:focus {
  background: #0d3860;
  color: white;
  border-bottom: 2px solid #071e33;
}

/* line 270, ../sass/components/_paragraphs.scss */
.context-involved .paragraphs-item-multilingual-download {
  border-color: #3e4b5b;
}
/* line 275, ../sass/components/_paragraphs.scss */
.context-involved .paragraphs-item-multilingual-download ul.list li a:hover, .context-involved .paragraphs-item-multilingual-download ul.list li a:focus {
  background: #3e4b5b;
  color: white;
  border-bottom: 2px solid #29323d;
}

/* Maps */
/* line 284, ../sass/components/_paragraphs.scss */
.paragraphs-item-map {
  border-color: #74ccb7;
  border: 4px solid rgba(79, 190, 164, 0.3);
  background: rgba(79, 190, 164, 0.1);
  padding: 15px;
  box-sizing: border-box;
}
/* line 291, ../sass/components/_paragraphs.scss */
.paragraphs-item-map iframe {
  max-width: 100%;
}

@media all and (min-width: 880px) {
  /* line 296, ../sass/components/_paragraphs.scss */
  .section-contact .paragraphs-item-map {
    float: right;
    max-width: 70%;
  }
}

/* Horizontal Tabs */
/* line 305, ../sass/components/_paragraphs.scss */
.paragraphs-item-horizontal-tabs ul.quicktabs-tabs {
  padding: 0;
  margin: 20px 0;
  overflow: hidden;
}
/* line 310, ../sass/components/_paragraphs.scss */
.paragraphs-item-horizontal-tabs ul.quicktabs-tabs li {
  display: block;
  float: left;
  min-width: 19%;
  min-height: 52px;
  line-height: 52px;
  text-align: center;
  padding: 0;
  margin: 0 1px 4px 0;
  float: left;
  border-bottom: 4px solid white;
  box-sizing: border-box;
}
/* line 323, ../sass/components/_paragraphs.scss */
.paragraphs-item-horizontal-tabs ul.quicktabs-tabs li a {
  background: whitesmoke;
  color: #666666;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-left: 8px;
  padding-right: 8px;
}
/* line 334, ../sass/components/_paragraphs.scss */
.paragraphs-item-horizontal-tabs ul.quicktabs-tabs li.active {
  border-bottom: 4px solid #4fbea4;
}
/* line 337, ../sass/components/_paragraphs.scss */
.paragraphs-item-horizontal-tabs ul.quicktabs-tabs li.active a {
  background: #cccccc;
  color: #333333;
}

/* Image Alignment */
/* line 347, ../sass/components/_paragraphs.scss */
.field-name-field-sections.left {
  overflow: hidden;
}
/* line 349, ../sass/components/_paragraphs.scss */
.field-name-field-sections.left img {
  float: left;
}
/* line 353, ../sass/components/_paragraphs.scss */
.field-name-field-sections.right {
  overflow: hidden;
}
/* line 355, ../sass/components/_paragraphs.scss */
.field-name-field-sections.right img {
  float: right;
}
/* line 359, ../sass/components/_paragraphs.scss */
.field-name-field-sections.centre {
  overflow: hidden;
}
/* line 361, ../sass/components/_paragraphs.scss */
.field-name-field-sections.centre img {
  margin: 0 auto;
  text-align: center;
}

/* Plenary */
/* Tabbed Layout */
/* line 4, ../sass/components/_plenary.scss */
div.horizontal-tabs {
  margin: 0 0 1em 0;
  padding: 0;
  border: 0;
  position: relative;
}
/* line 10, ../sass/components/_plenary.scss */
div.horizontal-tabs ul.horizontal-tabs-list {
  display: table;
  background-color: transparent;
  border-right: 0;
  overflow: hidden;
  margin-bottom: 4px;
}
/* line 17, ../sass/components/_plenary.scss */
div.horizontal-tabs ul.horizontal-tabs-list li {
  display: block;
  width: 100%;
  min-height: 52px;
  line-height: 1.25em;
  text-align: center;
  padding: 0;
  margin: 0;
  border: 0;
  border-bottom: 4px solid white;
  box-sizing: border-box;
  background: transparent;
  float: none;
}
@media all and (min-width: 880px) {
  /* line 17, ../sass/components/_plenary.scss */
  div.horizontal-tabs ul.horizontal-tabs-list li {
    display: table-cell;
    width: auto;
  }
}
/* line 35, ../sass/components/_plenary.scss */
div.horizontal-tabs ul.horizontal-tabs-list li a {
  background: whitesmoke;
  color: #666666;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 1.5em 0.6em 1.3em 0.6em;
  border-left: 1px solid white;
  border-right: 1px solid white;
}
/* line 46, ../sass/components/_plenary.scss */
div.horizontal-tabs ul.horizontal-tabs-list li a:hover, div.horizontal-tabs ul.horizontal-tabs-list li a:focus {
  background: whitesmoke;
  color: #666666;
}
/* line 53, ../sass/components/_plenary.scss */
div.horizontal-tabs ul.horizontal-tabs-list li.selected {
  border-bottom: 4px solid #a5b453;
  padding: 0;
}
/* line 57, ../sass/components/_plenary.scss */
div.horizontal-tabs ul.horizontal-tabs-list li.selected a {
  background: #cccccc;
  color: #333333;
  padding: 1.5em 0.6em 1.3em 0.6em;
}
/* line 65, ../sass/components/_plenary.scss */
div.horizontal-tabs fieldset.horizontal-tabs-pane {
  padding: 0;
  border: 0;
  margin: 0;
}

/* line 72, ../sass/components/_plenary.scss */
.context-plenary div.horizontal-tabs ul.horizontal-tabs-list li.selected {
  border-color: #0d3860;
}

/* line 76, ../sass/components/_plenary.scss */
.context-work-programme div.horizontal-tabs ul.horizontal-tabs-list li.selected {
  border-color: #64aaa0;
}

/* Plenary - Section Links */
/* line 81, ../sass/components/_plenary.scss */
.context-plenary .field-collection-container ul.section-links li {
  width: 50%;
}
@media all and (min-width: 600px) {
  /* line 81, ../sass/components/_plenary.scss */
  .context-plenary .field-collection-container ul.section-links li {
    width: 20%;
  }
}
/* line 87, ../sass/components/_plenary.scss */
.context-plenary .field-collection-container ul.section-links li h2.headline {
  font-size: 1.2em;
  line-height: 1.3;
}

/* Search */
/* line 4, ../sass/components/_search.scss */
.section-search .page form.search-form {
  background: #efefef;
  padding: 10px;
  margin: 10px 0;
}
/* line 9, ../sass/components/_search.scss */
.section-search .page form.search-form label {
  font-weight: 300;
  display: block;
  margin-bottom: 2px;
}
/* line 15, ../sass/components/_search.scss */
.section-search .page form.search-form input.form-text {
  outline: 1px solid #f2f3f4;
  height: 32px;
}
/* line 22, ../sass/components/_search.scss */
.section-search ol.search-results {
  padding: 0;
}
/* line 25, ../sass/components/_search.scss */
.section-search ol.search-results li {
  margin-bottom: 2em;
}
/* line 29, ../sass/components/_search.scss */
.section-search ol.search-results h3 {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 0.125em;
}
/* line 33, ../sass/components/_search.scss */
.section-search ol.search-results h3 a {
  text-decoration: none;
}
/* line 38, ../sass/components/_search.scss */
.section-search ol.search-results .search-snippet-info {
  padding: 0;
}
/* line 41, ../sass/components/_search.scss */
.section-search ol.search-results .search-snippet-info .search-info {
  text-transform: uppercase;
  color: #cccccc;
  margin-bottom: 0.25em;
}

/* Scroller */
/* line 2, ../sass/components/_scroller.scss */
.view-about-scroll {
  background: #f2f2f2 none repeat scroll 0 0;
  color: #5e6d81;
  font-size: 14px;
  height: auto;
  line-height: 34px;
  padding: 15px 30px 30px 30px;
  position: relative;
  text-align: center;
  margin-bottom: 4em;
}
/* line 13, ../sass/components/_scroller.scss */
.view-about-scroll h3 {
  font-size: 20px;
  font-weight: 600;
  color: #3e4b5a;
  margin: 0;
}
/* line 20, ../sass/components/_scroller.scss */
.view-about-scroll .scroll-content {
  display: none;
  line-height: 1.7;
  max-width: 800px;
  margin: 0 auto;
}
/* line 26, ../sass/components/_scroller.scss */
.view-about-scroll .scroll-content h2.headline {
  display: none;
  visibility: hidden;
}
/* line 31, ../sass/components/_scroller.scss */
.view-about-scroll .scroll-content p {
  margin-top: 10px;
}
/* line 36, ../sass/components/_scroller.scss */
.view-about-scroll .scroll_desc {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 120px;
  border-bottom-left-radius: 60px;
  background: #f2f2f2;
  border-bottom-right-radius: 60px;
  height: 60px;
}
/* line 48, ../sass/components/_scroller.scss */
.view-about-scroll .scroll_desc:after {
  content: "";
  display: inline-block;
  background: url("../images/btm-grn-arw.png") no-repeat;
  position: relative;
  top: 38px;
  width: 18px;
  height: 30px;
  text-align: center;
}
/* line 59, ../sass/components/_scroller.scss */
.view-about-scroll .scroll_desc img {
  display: none;
}

/* Slideshow */
/* line 2, ../sass/components/_slideshow.scss */
div#views-nivo-slider-nivo-slider-block {
  box-shadow: none;
  -webkit-box-shadow: none;
  width: 100% !important;
  height: auto !important;
  max-height: 520px;
  margin: 0;
  overflow: hidden;
}
/* line 11, ../sass/components/_slideshow.scss */
div#views-nivo-slider-nivo-slider-block .nivo-caption {
  background: transparent;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  width: 80%;
  margin: 0 10%;
  padding: 0 0 20px;
  top: 15px;
  text-align: center;
  box-sizing: border-box;
}
@media all and (min-width: 880px) {
  /* line 11, ../sass/components/_slideshow.scss */
  div#views-nivo-slider-nivo-slider-block .nivo-caption {
    top: 15%;
  }
}
/* line 24, ../sass/components/_slideshow.scss */
div#views-nivo-slider-nivo-slider-block .nivo-caption h1 {
  color: #ffffff;
  font-size: 24px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
  margin: 0;
  font-weight: 500;
  line-height: 1.2;
}
@media all and (min-width: 880px) {
  /* line 24, ../sass/components/_slideshow.scss */
  div#views-nivo-slider-nivo-slider-block .nivo-caption h1 {
    font-size: 40px;
  }
}
@media all and (min-width: 1040px) {
  /* line 24, ../sass/components/_slideshow.scss */
  div#views-nivo-slider-nivo-slider-block .nivo-caption h1 {
    font-size: 70px;
  }
}
/* line 39, ../sass/components/_slideshow.scss */
div#views-nivo-slider-nivo-slider-block .nivo-caption p {
  color: #fff;
  font-size: 12px;
  margin: 10px;
  display: none;
  text-shadow: 1px 1px #afafaf;
}
@media all and (min-width: 680px) {
  /* line 39, ../sass/components/_slideshow.scss */
  div#views-nivo-slider-nivo-slider-block .nivo-caption p {
    display: block;
  }
}
@media all and (min-width: 1040px) {
  /* line 39, ../sass/components/_slideshow.scss */
  div#views-nivo-slider-nivo-slider-block .nivo-caption p {
    font-size: 17px;
    margin: 20px 10px 10px;
  }
}
/* line 54, ../sass/components/_slideshow.scss */
div#views-nivo-slider-nivo-slider-block .nivo-caption span {
  display: block;
  clear: both;
  margin-top: 20px;
}
@media all and (min-width: 1040px) {
  /* line 54, ../sass/components/_slideshow.scss */
  div#views-nivo-slider-nivo-slider-block .nivo-caption span {
    margin-top: 40px;
  }
}
/* line 62, ../sass/components/_slideshow.scss */
div#views-nivo-slider-nivo-slider-block .nivo-caption span a {
  background: #a3b360 none repeat scroll 0 0;
  border: 0;
  border-radius: 20px;
  color: #fff;
  font-size: 14px;
  outline: 0;
  padding: 11px 38px;
  font-weight: bold;
  display: inline-block !important;
}
/* line 76, ../sass/components/_slideshow.scss */
div#views-nivo-slider-nivo-slider-block .nivo-directionNav a {
  width: 70px;
  height: 70px;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 50%;
}
/* line 82, ../sass/components/_slideshow.scss */
div#views-nivo-slider-nivo-slider-block .nivo-directionNav a.nivo-prevNav {
  background-image: url("../images/slideshow-arrow-left.png");
  background-position: 30px 26px;
  background-repeat: no-repeat;
}
/* line 88, ../sass/components/_slideshow.scss */
div#views-nivo-slider-nivo-slider-block .nivo-directionNav a.nivo-nextNav {
  background-image: url("../images/slideshow-arrow-right.png");
  background-position: 30px 26px;
  background-repeat: no-repeat;
}

/* Flexslider */
/* line 99, ../sass/components/_slideshow.scss */
.file-slide {
  position: relative;
}

/* line 103, ../sass/components/_slideshow.scss */
.field-name-field-credit {
  position: absolute;
  top: 10px;
  right: 10px;
  color: white;
  color: rgba(255, 255, 255, 0.4);
  text-shadow: 2px 2px 2px #333;
}
/* line 111, ../sass/components/_slideshow.scss */
.field-name-field-credit a {
  color: white;
  color: rgba(255, 255, 255, 0.4);
}

/* line 117, ../sass/components/_slideshow.scss */
.flexslider {
  box-shadow: none;
  -webkit-box-shadow: none;
  width: 100% !important;
  height: auto !important;
  max-height: 520px;
  overflow: hidden;
  margin: 0;
  border: 0;
  background: black;
}
/* line 128, ../sass/components/_slideshow.scss */
.flexslider .slides img {
  opacity: 0.875;
}
/* line 132, ../sass/components/_slideshow.scss */
.flexslider .group-caption {
  background: transparent;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  width: 100%;
  margin: 0;
  padding: 20px 10% 20px;
  background: #0d3860;
  text-align: center;
  box-sizing: border-box;
}
@media all and (min-width: 880px) {
  /* line 132, ../sass/components/_slideshow.scss */
  .flexslider .group-caption {
    background: transparent;
    position: absolute;
    top: 15%;
  }
}
/* line 147, ../sass/components/_slideshow.scss */
.flexslider .group-caption h1 {
  color: #ffffff;
  font-size: 24px;
  margin: 0;
  text-shadow: 2px 2px black;
  text-shadow: 3px 3px rgba(0, 0, 0, 0.6667);
  font-weight: 500;
  line-height: 1.2;
}
@media all and (min-width: 880px) {
  /* line 147, ../sass/components/_slideshow.scss */
  .flexslider .group-caption h1 {
    font-size: 40px;
    margin-top: 0;
  }
}
@media all and (min-width: 1040px) {
  /* line 147, ../sass/components/_slideshow.scss */
  .flexslider .group-caption h1 {
    font-size: 55px;
  }
}
/* line 164, ../sass/components/_slideshow.scss */
.flexslider .group-caption p {
  color: #fff;
  font-size: 12px;
  margin: 10px;
  display: none;
  text-shadow: 2px 2px black;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
}
@media all and (min-width: 680px) {
  /* line 164, ../sass/components/_slideshow.scss */
  .flexslider .group-caption p {
    display: block;
  }
}
@media all and (min-width: 1040px) {
  /* line 164, ../sass/components/_slideshow.scss */
  .flexslider .group-caption p {
    font-size: 17px;
    margin: 20px 10px 10px;
  }
}
/* line 180, ../sass/components/_slideshow.scss */
.flexslider .group-caption span {
  display: block;
  clear: both;
  margin-top: 20px;
}
@media all and (min-width: 1040px) {
  /* line 180, ../sass/components/_slideshow.scss */
  .flexslider .group-caption span {
    margin-top: 40px;
  }
}
/* line 188, ../sass/components/_slideshow.scss */
.flexslider .group-caption span a {
  background: #a3b360 none repeat scroll 0 0;
  border: 0;
  border-radius: 20px;
  color: #fff;
  font-size: 14px;
  outline: 0;
  padding: 11px 38px;
  font-weight: bold;
  display: inline-block !important;
}
/* line 202, ../sass/components/_slideshow.scss */
.flexslider .flex-direction-nav a {
  width: 70px;
  height: 70px;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 50%;
}
/* line 208, ../sass/components/_slideshow.scss */
.flexslider .flex-direction-nav a:before {
  display: none !important;
}
/* line 212, ../sass/components/_slideshow.scss */
.flexslider .flex-direction-nav a.flex-prev {
  background-image: url("../images/slideshow-arrow-left.png");
  background-position: 30px 26px;
  background-repeat: no-repeat;
}
/* line 218, ../sass/components/_slideshow.scss */
.flexslider .flex-direction-nav a.flex-next {
  background-image: url("../images/slideshow-arrow-right.png");
  background-position: 30px 26px;
  background-repeat: no-repeat;
}

/* User Forms */
/* line 5, ../sass/components/_user.scss */
.page-user h1.page__title,
.page-user-register h1.page__title,
.page-user-password h1.page__title {
  display: none;
}
/* line 9, ../sass/components/_user.scss */
.page-user .tabs-primary, .page-user .tabs-secondary,
.page-user-register .tabs-primary,
.page-user-register .tabs-secondary,
.page-user-password .tabs-primary,
.page-user-password .tabs-secondary {
  background: none;
  border: 0;
  padding: 0;
}
/* line 16, ../sass/components/_user.scss */
.page-user .tabs-primary__tab, .page-user .is-active.tabs-primary__tab,
.page-user-register .tabs-primary__tab,
.page-user-register .is-active.tabs-primary__tab,
.page-user-password .tabs-primary__tab,
.page-user-password .is-active.tabs-primary__tab {
  border: 0;
  border-radius: 0;
  text-shadow: none;
  margin: 0;
  width: 30%;
  margin: 0 2.5%;
}
/* line 25, ../sass/components/_user.scss */
.page-user .tabs-primary__tab:first-child,
.page-user-register .tabs-primary__tab:first-child,
.page-user-password .tabs-primary__tab:first-child {
  margin-left: 0;
}
/* line 29, ../sass/components/_user.scss */
.page-user .tabs-primary__tab:last-child,
.page-user-register .tabs-primary__tab:last-child,
.page-user-password .tabs-primary__tab:last-child {
  margin-right: 0;
}
/* line 33, ../sass/components/_user.scss */
.page-user a.tabs-primary__tab-link, .page-user a.tabs-primary__tab-link.is-active,
.page-user-register a.tabs-primary__tab-link,
.page-user-register a.tabs-primary__tab-link.is-active,
.page-user-password a.tabs-primary__tab-link,
.page-user-password a.tabs-primary__tab-link.is-active {
  border: 0;
  border-radius: 0;
  line-height: 42px;
  background: none;
  background-color: whitesmoke;
  border: 4px solid whitesmoke;
}
/* line 42, ../sass/components/_user.scss */
.page-user a.tabs-primary__tab-link,
.page-user-register a.tabs-primary__tab-link,
.page-user-password a.tabs-primary__tab-link {
  background-color: whitesmoke;
  border-bottom: 4px solid #e8e8e8;
}
/* line 47, ../sass/components/_user.scss */
.page-user a.tabs-primary__tab-link.is-active,
.page-user-register a.tabs-primary__tab-link.is-active,
.page-user-password a.tabs-primary__tab-link.is-active {
  background-color: white;
  color: #cccccc;
  border-color: #e8e8e8;
}
/* line 53, ../sass/components/_user.scss */
.page-user form,
.page-user-register form,
.page-user-password form {
  max-width: 600px;
  margin: 60px auto;
  overflow: hidden;
}
/* line 58, ../sass/components/_user.scss */
.page-user form label,
.page-user-register form label,
.page-user-password form label {
  font-weight: 300;
  margin-bottom: 6px;
}
/* line 62, ../sass/components/_user.scss */
.page-user form label .form-required,
.page-user-register form label .form-required,
.page-user-password form label .form-required {
  visibility: hidden;
}
/* line 67, ../sass/components/_user.scss */
.page-user form .description,
.page-user-register form .description,
.page-user-password form .description {
  display: none;
}
/* line 72, ../sass/components/_user.scss */
.page-user form .form-item input,
.page-user-register form .form-item input,
.page-user-password form .form-item input {
  outline: 0;
  line-height: 42px;
  background: none;
  background-color: whitesmoke;
  border: 4px solid #e8e8e8;
  padding: 0 12px;
  width: 100%;
  border-box: box-sizing;
  min-height: 50px;
}
/* line 83, ../sass/components/_user.scss */
.page-user form .form-item input:focus,
.page-user-register form .form-item input:focus,
.page-user-password form .form-item input:focus {
  background: white;
}
/* line 89, ../sass/components/_user.scss */
.page-user form .form-radios .form-item,
.page-user-register form .form-radios .form-item,
.page-user-password form .form-radios .form-item {
  margin: 0;
  position: relative;
  padding-left: 40px;
  margin-bottom: 11px;
}
/* line 95, ../sass/components/_user.scss */
.page-user form .form-radios .form-item input.form-radio,
.page-user-register form .form-radios .form-item input.form-radio,
.page-user-password form .form-radios .form-item input.form-radio {
  height: auto;
  min-height: 14px;
  position: absolute;
  left: 0;
  top: 3px;
  width: 14px;
  height: 14px;
}
/* line 106, ../sass/components/_user.scss */
.page-user form .form-submit,
.page-user-register form .form-submit,
.page-user-password form .form-submit {
  float: right;
}

/* line 112, ../sass/components/_user.scss */
.page-user.logged-in li.tabs-primary__tab {
  width: auto;
  margin: 0 10px 0 0;
}

/* Views */
/* line 3, ../sass/components/_views.scss */
.views-exposed-widget .description {
  display: none;
  visibility: hidden;
}

/* line 9, ../sass/components/_views.scss */
.view-events .attachment {
  clear: both;
}
/* line 13, ../sass/components/_views.scss */
.view-events .view-header {
  text-align: center;
  margin-bottom: 3em;
}
/* line 18, ../sass/components/_views.scss */
.view-events .view-filters {
  background-color: whitesmoke;
  border-bottom: 4px solid #e8e8e8;
  overflow: hidden;
  width: 100%;
  padding: 10px 30px;
  margin-bottom: 3em;
  box-sizing: border-box;
}
/* line 28, ../sass/components/_views.scss */
.view-events .view-filters .form-item select {
  background: white;
  border-radius: 0;
  border: 0;
  border-bottom: 4px solid #e8e8e8;
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  margin: 0 10px 0 0;
  outline: 0;
  min-width: 120px;
  -webkit-appearance: none;
}
/* line 42, ../sass/components/_views.scss */
.view-events .view-filters .form-item .description {
  display: none;
  visibility: hidden;
}
/* line 48, ../sass/components/_views.scss */
.view-events .view-filters .views-submit-button {
  float: right;
}
/* line 51, ../sass/components/_views.scss */
.view-events .view-filters .views-submit-button input {
  margin-top: 0;
  background: #4fbea4;
  line-height: 32px;
  height: 32px;
  border: 0;
  border-radius: 16px;
  padding: 0 14px;
  color: white;
  font-weight: 400;
  box-shadow: 0px 2px 0px rgba(51, 51, 51, 0.5);
  outline: 0;
  -webkit-appearance: none;
}
/* line 66, ../sass/components/_views.scss */
.view-events .view-filters .views-submit-button input:active, .view-events .view-filters .views-submit-button input:focus {
  box-shadow: 0;
}

/* line 74, ../sass/components/_views.scss */
#block-views-exp-events-page {
  background-color: whitesmoke;
  border-bottom: 4px solid #e8e8e8;
  overflow: hidden;
  width: 100%;
  padding: 10px 30px;
  margin-bottom: 3em;
  box-sizing: border-box;
}
/* line 83, ../sass/components/_views.scss */
#block-views-exp-events-page .views-exposed-widget {
  float: none;
}
/* line 88, ../sass/components/_views.scss */
#block-views-exp-events-page .form-item select {
  background: white;
  border-radius: 0;
  border: 0;
  border-bottom: 4px solid #e8e8e8;
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  margin: 0 10px 0 0;
  outline: 0;
  width: 100%;
  -webkit-appearance: none;
  box-sizing: border-box;
}
/* line 103, ../sass/components/_views.scss */
#block-views-exp-events-page .form-item .description {
  display: none;
  visibility: hidden;
}
/* line 109, ../sass/components/_views.scss */
#block-views-exp-events-page .container-inline-date .form-item .form-item {
  margin-right: 10px;
}
/* line 113, ../sass/components/_views.scss */
#block-views-exp-events-page .views-submit-button {
  float: left;
  clear: none;
}
/* line 117, ../sass/components/_views.scss */
#block-views-exp-events-page .views-submit-button input {
  margin-top: 0;
  background: #4fbea4;
  line-height: 32px;
  height: 32px;
  border: 0;
  border-radius: 16px;
  padding: 0 14px;
  color: white;
  font-weight: 400;
  box-shadow: 0px 2px 0px rgba(51, 51, 51, 0.5);
  outline: 0;
  -webkit-appearance: none;
}
/* line 132, ../sass/components/_views.scss */
#block-views-exp-events-page .views-submit-button input:active, #block-views-exp-events-page .views-submit-button input:focus {
  box-shadow: 0;
}

/* Calendar */
/* line 141, ../sass/components/_views.scss */
.view-events-calendar .pager {
  list-style: none;
}
/* line 144, ../sass/components/_views.scss */
.view-events-calendar .pager a {
  padding: 5px;
}
/* line 149, ../sass/components/_views.scss */
.view-events-calendar .calendar.monthview a {
  color: white;
}

/* line 155, ../sass/components/_views.scss */
.date-nav ul.pager {
  list-style: none;
  margin: 0;
}
/* line 159, ../sass/components/_views.scss */
.date-nav ul.pager li {
  color: #fff;
  text-transform: uppercase;
  padding: 0 !important;
  border-radius: 0;
  background: transparent !important;
  height: 32px !important;
}
/* line 167, ../sass/components/_views.scss */
.date-nav ul.pager li a {
  display: block;
  height: 32px;
  line-height: 32px;
  background: #efefef;
  padding: 0 5px;
  -moz-border-radius: 0px 5px 5px 0px;
  border-radius: 0px 5px 5px 0px;
  color: #aaa !important;
}
/* line 177, ../sass/components/_views.scss */
.date-nav ul.pager li a:hover {
  background: #4fbea4;
  color: #fff !important;
}
/* line 184, ../sass/components/_views.scss */
.date-nav ul.pager li.date-prev {
  margin-right: 4px;
}
/* line 187, ../sass/components/_views.scss */
.date-nav ul.pager li.date-prev a {
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
/* line 193, ../sass/components/_views.scss */
.date-nav ul.pager li.date-next a {
  position: relative;
  top: 0;
}

/* Calendar Day Fix */
/* line 201, ../sass/components/_views.scss */
.calendar-calendar div.day {
  min-width: 1.5em;
  width: auto;
}

/* Monthview */
/* line 209, ../sass/components/_views.scss */
.monthview,
.weekview,
.dayview {
  font-size: 1rem !important;
  height: auto !important;
  min-height: 1.9em;
  overflow: visible !important;
}
/* line 215, ../sass/components/_views.scss */
.monthview a,
.weekview a,
.dayview a {
  color: white !important;
}

/* line 221, ../sass/components/_views.scss */
.calendar-calendar .day-view .full td.multi-day div.dayview,
.calendar-calendar .week-view .full td.multi-day div.weekview {
  height: !important;
}

/* line 227, ../sass/components/_views.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 {
  background: #ccc;
}
/* line 230, ../sass/components/_views.scss */
.calendar-calendar .month-view .full td.multi-day div.monthview h4,
.calendar-calendar .week-view .full td.multi-day div.weekview h4,
.calendar-calendar .day-view .full td.multi-day div.dayview h4 {
  font-size: 0.75em;
  margin: 0;
  text-transform: uppercase;
}

/* line 239, ../sass/components/_views.scss */
.calendar-calendar .month-view .full td.single-day div.monthview,
.calendar-calendar .week-view .full td.single-day div.weekview,
.calendar-calendar .day-view .full td.single-day div.dayview {
  background: transparent;
}
/* line 242, ../sass/components/_views.scss */
.calendar-calendar .month-view .full td.single-day div.monthview h4,
.calendar-calendar .week-view .full td.single-day div.weekview h4,
.calendar-calendar .day-view .full td.single-day div.dayview h4 {
  font-size: 0.75em;
  margin: 0;
  text-transform: uppercase;
  word-wrap: initial;
}
/* line 249, ../sass/components/_views.scss */
.calendar-calendar .month-view .full td.single-day div.monthview span,
.calendar-calendar .week-view .full td.single-day div.weekview span,
.calendar-calendar .day-view .full td.single-day div.dayview span {
  display: block;
  font-size: 0.75rem;
}

/* line 255, ../sass/components/_views.scss */
.stripe {
  height: 15px;
  border-radius: 5px;
}

/* Year View */
/* line 261, ../sass/components/_views.scss */
.calendar-calendar .month-view .date-nav {
  margin-bottom: 0 !important;
}

/* line 265, ../sass/components/_views.scss */
.calendar-calendar tbody {
  border-top: none !important;
  border: 1px solid #efefef !important;
}

/* line 270, ../sass/components/_views.scss */
.calendar-calendar .year-view td.today {
  border-radius: 4px !important;
  color: #333333;
  font-weight: bold;
}

/* line 276, ../sass/components/_views.scss */
.year.mini-day-off {
  width: 30px;
  display: block;
  text-align: center;
  margin: 0 auto;
  margin: 2px auto;
  padding: 2px 4px;
}

/* line 286, ../sass/components/_views.scss */
.year.mini-day-on a {
  background: #333333;
  color: white;
  border-radius: 4px;
  text-decoration: none;
  padding: 2px 4px;
  width: 30px;
  display: block;
  text-align: center;
  margin: 0 auto;
  margin: 2px auto;
}

/* line 300, ../sass/components/_views.scss */
.calendar .contents {
  width: 90% !important;
  line-height: 1.3;
  padding: 5px !important;
  overflow: visible;
  display: block;
  position: inherit !important;
}

/* line 309, ../sass/components/_views.scss */
.calendar .cutoff {
  display: none;
}

/* line 314, ../sass/components/_views.scss */
.calendar .continues,
.calendar .coninutation {
  display: none !important;
}

/* Stripe */
/* line 319, ../sass/components/_views.scss */
.calendar-calendar .month-view .full td.single-day div.monthview, .calendar-calendar .week-view .full td.single-day div.weekview, .calendar-calendar .day-view .full td.single-day div.dayview {
  background: transparent;
  padding: 0;
  margin: 0 3px 4px;
  position: relative;
}

/* line 326, ../sass/components/_views.scss */
.calendar-calendar .month-view .full td .stripe {
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  border-radius: 4px;
}

/* Members Exposed Filters */
/* line 341, ../sass/components/_views.scss */
.view-members .view-filters {
  background-color: whitesmoke;
  border-bottom: 4px solid #e8e8e8;
  overflow: hidden;
  width: 100%;
  padding: 10px 30px;
  margin-bottom: 0.25em;
  margin-top: 10px;
  box-sizing: border-box;
}
/* line 351, ../sass/components/_views.scss */
.view-members .view-filters .views-exposed-widget {
  float: left;
  width: 70%;
}
/* line 357, ../sass/components/_views.scss */
.view-members .view-filters .form-item label {
  font-weight: normal;
  margin-bottom: 0.4em;
}
/* line 362, ../sass/components/_views.scss */
.view-members .view-filters .form-item select {
  background: white;
  border-radius: 0;
  border: 0;
  border-bottom: 4px solid #e8e8e8;
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  margin: 0 10px 0 0;
  outline: 0;
  width: 100%;
  -webkit-appearance: none;
  box-sizing: border-box;
}
/* line 377, ../sass/components/_views.scss */
.view-members .view-filters .form-item .description {
  display: none;
  visibility: hidden;
}
/* line 383, ../sass/components/_views.scss */
.view-members .view-filters .container-inline-date .form-item .form-item {
  margin-right: 10px;
}
/* line 388, ../sass/components/_views.scss */
.view-members .view-filters .views-submit-button,
.view-members .view-filters .views-reset-button {
  float: left;
  clear: none;
  width: inherit;
  max-width: 20%;
  text-align: center;
}
/* line 395, ../sass/components/_views.scss */
.view-members .view-filters .views-submit-button input,
.view-members .view-filters .views-reset-button input {
  margin-top: 1.33em;
  background: #4fbea4;
  line-height: 32px;
  height: 32px;
  border: 0;
  border-radius: 16px;
  padding: 0 14px;
  color: white;
  font-weight: 400;
  box-shadow: 0px 2px 0px rgba(51, 51, 51, 0.5);
  outline: 0;
  -webkit-appearance: none;
}
/* line 410, ../sass/components/_views.scss */
.view-members .view-filters .views-submit-button input:active, .view-members .view-filters .views-submit-button input:focus,
.view-members .view-filters .views-reset-button input:active,
.view-members .view-filters .views-reset-button input:focus {
  box-shadow: none;
}
/* line 417, ../sass/components/_views.scss */
.view-members .view-filters .views-reset-button input {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #333333;
  box-shadow: none;
}
/* line 425, ../sass/components/_views.scss */
.view-members .view-filters .views-reset-button input:active, .view-members .view-filters .views-reset-button input:focus {
  text-decoration: underline;
  color: #be404c;
}

/* line 437, ../sass/components/_views.scss */
.call-vacancy-listing span.file,
.view-member-listing span.file {
  background: #4fbea4;
  padding: 5px 5px;
  margin-top: 5px;
  display: inline-block;
  border-radius: 5px;
  color: white;
  font-size: 10px;
}
/* line 446, ../sass/components/_views.scss */
.call-vacancy-listing span.file img,
.view-member-listing span.file img {
  display: none;
}
/* line 450, ../sass/components/_views.scss */
.call-vacancy-listing span.file a,
.view-member-listing span.file a {
  font-size: 14px;
  color: white;
  margin-right: 0;
  position: relative;
  padding-left: 22px;
  text-indent: -9999px;
  display: block;
  max-width: 0;
}
/* line 460, ../sass/components/_views.scss */
.call-vacancy-listing span.file a:before,
.view-member-listing span.file a:before {
  position: absolute;
  top: 4px;
  left: 5px;
  background: url("../images/download-marker.png") top left no-repeat;
  content: "";
  height: 12px;
  width: 12px;
}

/**
 * @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 16, ../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: 14px;
  }
  /* line 35, ../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 57, ../sass/_print.scss */
  body,
  #page,
  #main,
  #content {
    color: #000;
    background-color: transparent !important;
    background-image: none !important;
  }

  /* Hide sidebars and nav elements. */
  /* line 77, ../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 {
    visibility: hidden;
    display: none;
  }
}
/* SMACSS theme rules */
/* @import "theme-A"; */
/* @import "theme-B"; */

