@charset "UTF-8";
/**
 * @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.

$d-brown: #c55e26;
$brown: #e89e3d;
$blue: #426d7b;
$d-blue: #2F3F4E;
$l-blue: #afddd1;
$l-green: #98d084;
$green: #509c63;
$p-grey: #f0f2f3;
$grey: #dcddde;
$oppla: #008285;
$oppla-red: #e84127;
 
 */
/*/ === Colours === /*/
/*/ === Fonts === /*/
/*/ === Shapes === /*/
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");
/* line 353, ../sass/_mixins.scss */
#views_infinite_scroll_button a,
.btn {
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  text-transform: uppercase;
  color: #28a98d !important;
  display: inline-block;
  background: #fff;
  border: 2px solid #28a98d;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 0.2em 0.4em;
  text-decoration: none !important;
  color: #000 !important;
  background: #f5a454 !important;
  border-color: #f5a454 !important;
}
/* line 292, ../sass/_mixins.scss */
#views_infinite_scroll_button a:hover,
.btn:hover {
  background: #078167 !important;
  text-decoration: none !important;
  color: #fff !important;
  cursor: pointer;
}
/* line 298, ../sass/_mixins.scss */
#views_infinite_scroll_button a:active,
.btn:active {
  transition: all 0.1s linear;
  background: #078167 !important;
  border-color: #078167 !important;
  color: #fff !important;
  cursor: pointer;
}
/* line 344, ../sass/_mixins.scss */
#views_infinite_scroll_button a:hover,
.btn:hover {
  background: #a96929 !important;
  border-color: #a96929 !important;
}
/* line 348, ../sass/_mixins.scss */
#views_infinite_scroll_button a:active,
.btn:active {
  background: #a96929 !important;
  border-color: #a96929 !important;
}
/* line 356, ../sass/_mixins.scss */
#views_infinite_scroll_button a.red,
.btn.red {
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  text-transform: uppercase;
  color: #28a98d !important;
  display: inline-block;
  background: #fff;
  border: 2px solid #28a98d;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 0.2em 0.4em;
  text-decoration: none !important;
  color: #fff;
  background: #cc0000 !important;
  border-color: #cc0000 !important;
  color: #fff !important;
}
/* line 292, ../sass/_mixins.scss */
#views_infinite_scroll_button a.red:hover,
.btn.red:hover {
  background: #078167 !important;
  text-decoration: none !important;
  color: #fff !important;
  cursor: pointer;
}
/* line 298, ../sass/_mixins.scss */
#views_infinite_scroll_button a.red:active,
.btn.red:active {
  transition: all 0.1s linear;
  background: #078167 !important;
  border-color: #078167 !important;
  color: #fff !important;
  cursor: pointer;
}
/* line 329, ../sass/_mixins.scss */
#views_infinite_scroll_button a.red:hover,
.btn.red:hover {
  background: #ad2f1c !important;
  border-color: #ad2f1c !important;
}
/* line 333, ../sass/_mixins.scss */
#views_infinite_scroll_button a.red:active,
.btn.red:active {
  background: #ad2f1c !important;
  border-color: #ad2f1c !important;
}
/* line 360, ../sass/_mixins.scss */
#views_infinite_scroll_button a.orange,
.btn.orange {
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  text-transform: uppercase;
  color: #28a98d !important;
  display: inline-block;
  background: #fff;
  border: 2px solid #28a98d;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 0.2em 0.4em;
  text-decoration: none !important;
  color: #000 !important;
  background: #f5a454 !important;
  border-color: #f5a454 !important;
  color: black !important;
}
/* line 292, ../sass/_mixins.scss */
#views_infinite_scroll_button a.orange:hover,
.btn.orange:hover {
  background: #078167 !important;
  text-decoration: none !important;
  color: #fff !important;
  cursor: pointer;
}
/* line 298, ../sass/_mixins.scss */
#views_infinite_scroll_button a.orange:active,
.btn.orange:active {
  transition: all 0.1s linear;
  background: #078167 !important;
  border-color: #078167 !important;
  color: #fff !important;
  cursor: pointer;
}
/* line 344, ../sass/_mixins.scss */
#views_infinite_scroll_button a.orange:hover,
.btn.orange:hover {
  background: #a96929 !important;
  border-color: #a96929 !important;
}
/* line 348, ../sass/_mixins.scss */
#views_infinite_scroll_button a.orange:active,
.btn.orange:active {
  background: #a96929 !important;
  border-color: #a96929 !important;
}
/* line 364, ../sass/_mixins.scss */
#views_infinite_scroll_button a.green,
.btn.green {
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  text-transform: uppercase;
  color: #28a98d !important;
  display: inline-block;
  background: #fff;
  border: 2px solid #28a98d;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 0.2em 0.4em;
  text-decoration: none !important;
  color: #fff !important;
  background: #28a98d;
  border-color: #28a98d;
  color: #fff !important;
}
/* line 292, ../sass/_mixins.scss */
#views_infinite_scroll_button a.green:hover,
.btn.green:hover {
  background: #078167 !important;
  text-decoration: none !important;
  color: #fff !important;
  cursor: pointer;
}
/* line 298, ../sass/_mixins.scss */
#views_infinite_scroll_button a.green:active,
.btn.green:active {
  transition: all 0.1s linear;
  background: #078167 !important;
  border-color: #078167 !important;
  color: #fff !important;
  cursor: pointer;
}
/* line 312, ../sass/_mixins.scss */
#views_infinite_scroll_button a.green:hover,
.btn.green:hover {
  color: #fff !important;
  border-color: #078167;
  background: #078167 !important;
}
/* line 317, ../sass/_mixins.scss */
#views_infinite_scroll_button a.green:active,
.btn.green:active {
  color: #fff !important;
  border-color: #078167 !important;
  background: #078167 !important;
}
/* line 368, ../sass/_mixins.scss */
#views_infinite_scroll_button a.blue,
.btn.blue {
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  text-transform: uppercase;
  color: #28a98d !important;
  display: inline-block;
  background: #fff;
  border: 2px solid #28a98d;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 0.2em 0.4em;
  text-decoration: none !important;
  color: #fff !important;
  background: #28a98d;
  border-color: #28a98d;
  background: #005E84 !important;
  border-color: #005E84 !important;
  color: #fff !important;
}
/* line 292, ../sass/_mixins.scss */
#views_infinite_scroll_button a.blue:hover,
.btn.blue:hover {
  background: #078167 !important;
  text-decoration: none !important;
  color: #fff !important;
  cursor: pointer;
}
/* line 298, ../sass/_mixins.scss */
#views_infinite_scroll_button a.blue:active,
.btn.blue:active {
  transition: all 0.1s linear;
  background: #078167 !important;
  border-color: #078167 !important;
  color: #fff !important;
  cursor: pointer;
}
/* line 312, ../sass/_mixins.scss */
#views_infinite_scroll_button a.blue:hover,
.btn.blue:hover {
  color: #fff !important;
  border-color: #078167;
  background: #078167 !important;
}
/* line 317, ../sass/_mixins.scss */
#views_infinite_scroll_button a.blue:active,
.btn.blue:active {
  color: #fff !important;
  border-color: #078167 !important;
  background: #078167 !important;
}
/* line 373, ../sass/_mixins.scss */
#views_infinite_scroll_button a.blue:hover,
.btn.blue:hover {
  background: #28a98d !important;
  border-color: #28a98d !important;
  color: #fff !important;
  cursor: pointer;
}
/* line 379, ../sass/_mixins.scss */
#views_infinite_scroll_button a.blue:active,
.btn.blue:active {
  transition: all 0.1s linear;
  background: #078167 !important;
  border-color: #078167 !important;
  color: #fff !important;
  cursor: pointer;
}

/*/  === INLINE IMAGES ===  /*/
/* line 569, ../sass/_mixins.scss */
img.imgtoright,
img.imgtoright-quarter {
  float: right;
  margin: 0 0 10px 2%;
  clear: right;
  max-width: 48%;
  width: 480px;
}

/* line 578, ../sass/_mixins.scss */
img.imgtoleft,
img.imgtoleft-quarter {
  float: left;
  margin: 0 2% 15px 0;
  clear: left;
  max-width: 48%;
  width: 480px;
}

/* line 587, ../sass/_mixins.scss */
img.imgtomiddle {
  float: none;
  margin: 15px auto;
  clear: both;
  display: block;
}

/* line 594, ../sass/_mixins.scss */
img.imgtoleft-quarter,
img.imgtoright-quarter {
  width: 240px;
  max-width: 23%;
}

/* line 600, ../sass/_mixins.scss */
img.img-thumbnail {
  max-width: 23%;
  float: left;
  margin: 0 0 2% 10px;
}

@media all and (max-width: 768px) {
  /* line 607, ../sass/_mixins.scss */
  img.imgtoright,
  img.imgtoleft {
    max-width: 48%;
  }
}
@media all and (max-width: 480px) {
  /* line 614, ../sass/_mixins.scss */
  img.imgtoright,
  img.imgtoleft {
    float: none;
    margin: 10px auto;
    clear: both;
    display: block;
    max-width: 100%;
  }

  /* line 622, ../sass/_mixins.scss */
  img.imgtoleft-quarter,
  img.imgtoright-quarter {
    max-width: 48%;
  }
}
/* line 630, ../sass/_mixins.scss */
.flag {
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  float: none;
  text-align: left;
  margin-top: 6px;
}

/* line 642, ../sass/_mixins.scss */
.flag::before {
  content: "";
  font-family: 'networknature';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin: 0 .25em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 36px;
  margin: 0 .25em 0 0;
}

/* line 648, ../sass/_mixins.scss */
.flag.flag-action::before {
  content: '\e802';
}

/* line 653, ../sass/_mixins.scss */
.leaflet-top, .leaflet-bottom {
  z-index: 500;
}

/* line 658, ../sass/_mixins.scss */
.videoWrapper {
  float: none;
  clear: both;
  margin: 0;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 0;
  height: 0;
}
/* line 667, ../sass/_mixins.scss */
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 678, ../sass/_mixins.scss */
#edit-field-product-or-resource {
  display: none;
}

/* line 682, ../sass/_mixins.scss */
.node-form.node-oppla_product-form fieldset .fieldset-wrapper {
  background: #d7edeb;
  margin: 0 0 1.25em 0;
  padding: 15px;
}

/* line 690, ../sass/_mixins.scss */
.textarea-processed a[role="button"] {
  background: transparent !important;
  border-color: transparent !important;
}

/* 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-with-compass
 *
 * It's suggested that you read the normalize.scss file and customise it to meet
 * your needs, rather then including the file in your project and overriding the
 * defaults later in your CSS.
 * @see http://nicolasgallagher.com/about-normalize-css/
 *
 * Also: @see http://meiert.com/en/blog/20080419/reset-style-sheets-are-bad/
 *       @see http://snook.ca/archives/html_and_css/no_css_reset/
 */
/**
 * HTML5 display definitions
 */
/* Correct `block` display not defined in IE 8/9. */
/* line 23, ../sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

/* Correct `inline-block` display not defined in IE 8/9. */
/* line 38, ../sass/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

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

/* Address styling not present in IE 8/9. */
/* line 58, ../sass/_normalize.scss */
[hidden] {
  display: none;
}

/**
 * Base
 *
 * Instead of relying on the fonts that are available on a user's computer, you
 * can use web fonts which, like images, are resources downloaded to the user's
 * browser. Because of the bandwidth and rendering resources required, web fonts
 * should be used with care.
 *
 * Numerous resources for web fonts can be found on Google. Here are a few
 * websites where you can find Open Source fonts to download:
 * - http://www.fontsquirrel.com/fontface
 * - http://www.theleagueofmoveabletype.com
 *
 * In order to use these fonts, you will need to convert them into formats
 * suitable for web fonts. We recommend the free-to-use Font Squirrel's
 * Font-Face Generator:
 *   http://www.fontsquirrel.com/fontface/generator
 *
 * The following is an example @font-face declaration. This font can then be
 * used in any ruleset using a property like this:  font-family: Example, serif;
 *
 * Since we're using Sass, you'll need to declare your font faces here, then you
 * can add them to the font variables in the _init.scss partial.
 */
/*
@font-face {
  font-family: 'Example';
  src: url('../fonts/example.eot');
  src: url('../fonts/example.eot?iefix') format('eot'),
    url('../fonts/example.woff') format('woff'),
    url('../fonts/example.ttf') format('truetype'),
    url('../fonts/example.svg#webfontOkOndcij') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 */
/* line 106, ../sass/_normalize.scss */
html {
  font-family: Verdana, Tahoma, "DejaVu Sans", sans-serif;
  /* 1 */
  font-size: 100%;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  line-height: 1.5em;
}

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

/**
 * Links
 *
 * The order of link states are based on Eric Meyer's article:
 * http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states
 */
/* Address `outline` inconsistency between Chrome and other browsers. */
/* line 148, ../sass/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/* Improve readability when focused and also mouse hovered in all browsers. */
/* line 153, ../sass/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/**
 * Typography
 *
 * To achieve a pleasant vertical rhythm, we use Compass' Vertical Rhythm mixins
 * so that the line height of our base font becomes the basic unit of vertical
 * measurement. We use multiples of that unit to set the top and bottom margins
 * for our block level elements and to set the line heights of any fonts.
 * For more information, see http://24ways.org/2006/compose-to-a-vertical-rhythm
 */
/* Set 1 unit of vertical rhythm on the top and bottom margin. */
/* line 169, ../sass/_normalize.scss */
p,
pre {
  margin: 1.5em 0;
}

/* line 173, ../sass/_normalize.scss */
blockquote {
  /* Also indent the quote on both sides. */
  margin: 1.5em 30px;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 182, ../sass/_normalize.scss */
h1 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 2em;
  line-height: 1.5em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

/* line 190, ../sass/_normalize.scss */
h2 {
  font-size: 1.5em;
  line-height: 2em;
  margin-top: 1em;
  margin-bottom: 1em;
}

/* line 195, ../sass/_normalize.scss */
h3 {
  font-size: 1.17em;
  line-height: 1.28205em;
  margin-top: 1.28205em;
  margin-bottom: 1.28205em;
}

/* line 200, ../sass/_normalize.scss */
h4 {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

/* line 205, ../sass/_normalize.scss */
h5 {
  font-size: 0.83em;
  line-height: 1.80723em;
  margin-top: 1.80723em;
  margin-bottom: 1.80723em;
}

/* line 210, ../sass/_normalize.scss */
h6 {
  font-size: 0.67em;
  line-height: 2.23881em;
  margin-top: 2.23881em;
  margin-bottom: 2.23881em;
}

/* Address styling not present in IE 8/9, Safari 5, and Chrome. */
/* line 217, ../sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

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

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

/* Address differences between Firefox and other browsers. */
/* line 233, ../sass/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  border: 1px solid #666;
  padding-bottom: -1px;
  margin: 1.5em 0;
}

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

/* Correct font family set oddly in Safari 5 and Chrome. */
/* line 248, ../sass/_normalize.scss */
code,
kbd,
pre,
samp,
tt,
var {
  font-family: "Courier New", "DejaVu Sans Mono", monospace, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
}

/* Improve readability of pre-formatted text in all browsers. */
/* line 262, ../sass/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/* Set consistent quote types. */
/* line 274, ../sass/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

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

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

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

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

/**
 * Lists
 */
/* line 301, ../sass/_normalize.scss */
dl,
menu,
ol,
ul {
  /* Address margins set differently in IE 6/7. */
  margin: 1.5em 0;
}

/* line 310, ../sass/_normalize.scss */
ol ol,
ol ul,
ul ol,
ul ul {
  /* Turn off margins on nested lists. */
  margin: 0;
}

/* line 316, ../sass/_normalize.scss */
dd {
  margin: 0 0 0 30px;
  /* LTR */
}

/* Address paddings set differently in IE 6/7. */
/* line 321, ../sass/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 30px;
  /* LTR */
}

/**
 * Embedded content and figures
 *
 * @todo Look into adding responsive embedded video.
 */
/* line 341, ../sass/_normalize.scss */
img {
  /* Remove border when inside `a` element in IE 8/9. */
  border: 0;
  /* Suppress the space beneath the baseline */
  /* vertical-align: bottom; */
  /* Responsive images */
  max-width: 100%;
  height: auto;
  /* Correct IE 8 not scaling image height when resized. */
  width: auto;
}

/* Correct overflow displayed oddly in IE 9. */
/* line 362, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Address margin not present in IE 8/9 and Safari 5. */
/* line 367, ../sass/_normalize.scss */
figure {
  margin: 0;
}

/**
 * Forms
 */
/* Define consistent border, margin, and padding. */
/* line 383, ../sass/_normalize.scss */
fieldset {
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-color: #c0c0c0;
  border-top-width: 0.0625em;
  border-top-style: solid;
  padding-top: 0.4625em;
  border-bottom-width: 0.0625em;
  border-bottom-style: solid;
  padding-bottom: 0.9125em;
  border-left-width: 0.0625em;
  border-left-style: solid;
  padding-left: 0.9125em;
  border-right-width: 0.0625em;
  border-right-style: solid;
  padding-right: 0.9125em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
/* line 398, ../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 413, ../sass/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  max-width: 100%;
  /* 5 */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 5 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 432, ../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 443, ../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 457, ../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 471, ../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 482, ../sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 497, ../sass/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 506, ../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 512, ../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 522, ../sass/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* Drupal-style form labels. */
/* line 528, ../sass/_normalize.scss */
label {
  display: block;
  font-weight: bold;
}

/**
 * Tables
 */
/* line 536, ../sass/_normalize.scss */
table {
  /* Remove most spacing between table cells. */
  border-collapse: collapse;
  border-spacing: 0;
  /* Prevent cramped-looking tables */
  /* width: 100%; */
  /* Add vertical rhythm margins. */
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

/* Layout rules */
/**
 * @file
 * Positioning for a responsive layout.
 *
 * Define CSS classes to create a fluid grid layout with optional sidebars
 * depending on whether blocks are placed in the left or right sidebars.
 *
 * This layout uses the Zen Grids plugin for Compass: http://zengrids.com
 */
/**
 * Center the page.
 *
 * For screen sizes larger than 1200px, prevent excessively long lines of text
 * by setting a max-width.
 */
/* line 34, ../sass/layouts/_responsive.scss */
.page-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding: 10px 20px;
}

/* line 41, ../sass/layouts/_responsive.scss */
.content_row .page-wrapper,
#main.page-wrapper {
  max-width: 1080px;
}

/* Apply the shared properties of grid items in a single, efficient ruleset. */
/* Containers for grid items and flow items. */
/* line 45, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
#header:before, #header:after,
#main:before,
#main:after,
#footer:before,
#footer:after {
  content: "";
  display: table;
}
/* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
#header:after,
#main:after,
#footer:after {
  clear: both;
}

/* Navigation bar */
/* line 66, ../sass/layouts/_responsive.scss */
#main {
  /* Move all the children of #main down to make room. */
  padding-top: 7rem;
  position: relative;
}

/* line 72, ../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: 768px) {
  /* line 88, ../sass/layouts/_responsive.scss */
  .one-sidebar #content,
  .two-sidebars #content {
    float: left;
    width: 59%;
    margin-left: 0%;
    margin-right: -59%;
  }
  /* line 94, ../sass/layouts/_responsive.scss */
  .one-sidebar aside.sidebar,
  .two-sidebars aside.sidebar {
    float: left;
    width: 38%;
    margin-left: 62%;
    margin-right: -100%;
  }
}
@media all and (min-width: 960px) {
  /* line 109, ../sass/layouts/_responsive.scss */
  .one-sidebar #content,
  .two-sidebars #content {
    float: left;
    width: 67%;
    margin-left: 0%;
    margin-right: -67%;
  }
  /* line 115, ../sass/layouts/_responsive.scss */
  .one-sidebar aside.sidebar,
  .two-sidebars aside.sidebar {
    float: left;
    width: 30%;
    margin-left: 70%;
    margin-right: -100%;
  }

  /* line 126, ../sass/layouts/_responsive.scss */
  .no-sidebars.not-front:not(.page-nbs-knowledge-gaps):not(.page-group-shared-documents):not(.page-user):not(.page-nbs-task-forces):not(.node-type-news-article):not(.page-network-nature-news-articles):not(.page-network-nature-events):not(.page-group-repository) #content {
    width: 80%;
    margin-right: 20%;
  }
}
@media all and (max-width: 600px) {
  /* line 137, ../sass/layouts/_responsive.scss */
  aside.sidebar,
  #content {
    margin-bottom: 20px;
  }
}
/* Component bootstrap grids rules */
/* Component (SMACSS module) rules */
@font-face {
  font-family: 'networknature';
  src: url("fonts/networknature.eot?19509064");
  src: url("fonts/networknature.eot?19509064#iefix") format("embedded-opentype"), url("fonts/networknature.woff2?19509064") format("woff2"), url("fonts/networknature.woff?19509064") format("woff"), url("fonts/networknature.ttf?19509064") format("truetype"), url("fonts/networknature.svg?19509064#networknature") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'oppla_icons';
  src: url("fonts/oppla.eot?19763518");
  src: url("fonts/oppla.eot?19763518#iefix") format("embedded-opentype"), url("fonts/oppla.woff?19763518") format("woff"), url("fonts/oppla.ttf?19763518") format("truetype"), url("fonts/oppla.svg?19763518#oppla") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'oppla_icons_2';
  src: url("fonts/oppla2.eot?28320371");
  src: url("fonts/oppla2.eot?28320371#iefix") format("embedded-opentype"), url("fonts/oppla2.woff2?28320371") format("woff2"), url("fonts/oppla2.woff?28320371") format("woff"), url("fonts/oppla2.ttf?28320371") format("truetype"), url("fonts/oppla2.svg?28320371#oppla2") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 84, ../sass/components/_fonts.scss */
body {
  color: #1a1a1a;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
}

/* line 89, ../sass/components/_fonts.scss */
h1,
h2,
h3,
h4,
h5,
h6,
caption {
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  margin: 1em 0 0.25em;
  text-align: left;
}
/* line 100, ../sass/components/_fonts.scss */
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
caption a {
  text-decoration: none;
}
/* line 102, ../sass/components/_fonts.scss */
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
caption a:hover {
  text-decoration: underline;
}

/* line 109, ../sass/components/_fonts.scss */
h1.page__title {
  margin: 0 0 20px;
}

/* line 113, ../sass/components/_fonts.scss */
.front h1.page__title {
  display: none;
}

/* line 119, ../sass/components/_fonts.scss */
h2,
h3,
h4,
h5,
h6,
dt,
.field .field-label,
legend {
  font-size: 1.75em;
  line-height: 1.2;
  color: #005E84;
  margin: 1em 0 0.25em;
}

/* line 133, ../sass/components/_fonts.scss */
.field-collection-view .field .field-label {
  font-size: 1em;
  width: auto;
}

/* line 137, ../sass/components/_fonts.scss */
h3,
h4,
h5,
h6,
dt,
.field .field-label,
legend {
  font-size: 1.25em;
}

/* line 148, ../sass/components/_fonts.scss */
h4 {
  font-size: 1.15em;
}

/* line 152, ../sass/components/_fonts.scss */
h5,
h6 {
  font-size: 1em;
}

/* line 156, ../sass/components/_fonts.scss */
.field-name-body strong {
  font-weight: 600;
}

/* line 158, ../sass/components/_fonts.scss */
hr {
  border-color: #dcddde;
}

/* line 161, ../sass/components/_fonts.scss */
ul, ol, p, pre {
  margin: 0 0 12px 0;
}

/* line 167, ../sass/components/_fonts.scss */
ul,
ol {
  padding-left: 1.25em;
}

/* line 172, ../sass/components/_fonts.scss */
ul li {
  margin: 0 0 3px 0;
  margin-bottom: 3px;
  padding: 0;
}
/* line 394, ../sass/_mixins.scss */
ul li::marker {
  color: #005E84;
  font-size: 1.2em;
}
/* line 174, ../sass/components/_fonts.scss */
ul li li:last-child {
  margin-bottom: 0;
}

/* line 180, ../sass/components/_fonts.scss */
blockquote {
  background: #98d084;
  font-style: normal;
  margin: 0 0 15px 0;
  padding: 15px;
}
/* line 185, ../sass/components/_fonts.scss */
blockquote p {
  margin: 0 0 5px 0;
}
/* line 187, ../sass/components/_fonts.scss */
blockquote p:last-child {
  margin-bottom: 0;
}
/* line 191, ../sass/components/_fonts.scss */
blockquote::after {
  content: "";
  clear: both;
  display: table;
}

/* line 200, ../sass/components/_fonts.scss */
table:not(.gsc-search-box):not(.gsc-input) {
  border: none;
  font-size: 0.85em;
  line-height: 1.2;
  background: #d4d9dc;
  width: 100%;
  margin: 0 0 15px 0;
}
/* line 207, ../sass/components/_fonts.scss */
table:not(.gsc-search-box):not(.gsc-input) td,
table:not(.gsc-search-box):not(.gsc-input) th {
  border: none;
  border-bottom: 1px solid #fff;
  padding: 4px 8px 4px 6px;
}
/* line 211, ../sass/components/_fonts.scss */
table:not(.gsc-search-box):not(.gsc-input) td p,
table:not(.gsc-search-box):not(.gsc-input) th p {
  margin: 0 0 2px 0;
}
/* line 214, ../sass/components/_fonts.scss */
table:not(.gsc-search-box):not(.gsc-input) td th,
table:not(.gsc-search-box):not(.gsc-input) th th {
  background: #b7c1c6;
}
/* line 218, ../sass/components/_fonts.scss */
.case-study-blocks table:not(.gsc-search-box):not(.gsc-input) {
  background: #AFDBD7;
}

/* line 225, ../sass/components/_fonts.scss */
.view--nbs-knowledge-gaps div:not(.search-block) .views-exposed-form .views-exposed-widget {
  float: left;
  clear: both;
  padding: 6px 0;
}
/* line 229, ../sass/components/_fonts.scss */
.view--nbs-knowledge-gaps div:not(.search-block) .views-exposed-form .views-exposed-widget.views-submit-button {
  width: 200px;
}
/* line 231, ../sass/components/_fonts.scss */
.view--nbs-knowledge-gaps div:not(.search-block) .views-exposed-form .views-exposed-widget.views-submit-button input {
  margin-top: 0 !important;
  float: left;
}
/* line 236, ../sass/components/_fonts.scss */
.view--nbs-knowledge-gaps div:not(.search-block) .views-exposed-form .views-exposed-widget.views-submit-button .views-reset-button {
  float: left;
}
/* line 242, ../sass/components/_fonts.scss */
.view--nbs-knowledge-gaps table td,
.view--nbs-knowledge-gaps table th {
  text-align: left;
  vertical-align: top;
}
/* line 248, ../sass/components/_fonts.scss */
.view--nbs-knowledge-gaps .views-field-field-description {
  width: 30%;
}
/* line 251, ../sass/components/_fonts.scss */
.view--nbs-knowledge-gaps .views-field-field-origin-of-source {
  width: 12%;
}
/* line 254, ../sass/components/_fonts.scss */
.view--nbs-knowledge-gaps .views-field-field--gap-source {
  width: 12%;
}
/* line 257, ../sass/components/_fonts.scss */
.view--nbs-knowledge-gaps .views-field-field-gap-resource {
  width: 30%;
}
/* line 260, ../sass/components/_fonts.scss */
.view--nbs-knowledge-gaps .views-field-field-gap-broad-topic {
  width: 15%;
}

/* line 269, ../sass/components/_fonts.scss */
.gsc-control-cse {
  font-family: "Work Sans", sans-serif !important;
}
/* line 271, ../sass/components/_fonts.scss */
.gsc-control-cse table {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  background: #fff !important;
}
/* line 277, ../sass/components/_fonts.scss */
.gsc-control-cse table tbody {
  border-top: none !important;
}
/* line 281, ../sass/components/_fonts.scss */
.gsc-control-cse .gs-promotion .gs-visibleUrl,
.gsc-control-cse .gs-webResult .gs-visibleUrl {
  color: #28a98d !important;
}

/**
 * @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.
 */
/**
 * Accessibility features.
 */
/* element-invisible as defined by http://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
/* line 39, ../sass/components/_misc.scss */
.element-invisible,
.element-focusable,
#navigation .block-menu .block__title,
#navigation .block-menu-block .block__title {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* Turns off the element-invisible effect. */
/* line 45, ../sass/components/_misc.scss */
.element-focusable:active, .element-focusable:focus {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: auto;
}

/*
 * The skip-link link will be completely hidden until a user tabs to the link.
 */
/* line 62, ../sass/components/_misc.scss */
#skip-link {
  margin: 0;
}
/* line 65, ../sass/components/_misc.scss */
#skip-link a,
#skip-link a:visited {
  display: block;
  width: 100%;
  padding: 2px 0 3px 0;
  text-align: center;
  background-color: #666;
  color: #fff;
}

/**
 * Branding header.
 */
/* Wrapping link for logo. */
/* line 81, ../sass/components/_misc.scss */
.header__logo {
  float: left;
  /* LTR */
  margin: 0;
  padding: 0;
}

/* Logo image. */
/* line 88, ../sass/components/_misc.scss */
.header__logo-image {
  vertical-align: bottom;
}

/* Wrapper for website name and slogan. */
/* line 93, ../sass/components/_misc.scss */
.header__name-and-slogan {
  float: left;
}

/* The name of the website. */
/* line 98, ../sass/components/_misc.scss */
.header__site-name {
  margin: 0;
  font-size: 2em;
  line-height: 1.5em;
}

/* The link around the name of the website. */
/* line 105, ../sass/components/_misc.scss */
.header__site-link:link, .header__site-link:visited {
  color: #000;
  text-decoration: none;
}
/* line 111, ../sass/components/_misc.scss */
.header__site-link:hover, .header__site-link:focus {
  text-decoration: underline;
}

/* The slogan (or tagline) of a website. */
/* line 118, ../sass/components/_misc.scss */
.header__site-slogan {
  margin: 0;
}

/* The secondary menu (login, etc.) */
/* line 123, ../sass/components/_misc.scss */
.header__secondary-menu {
  float: right;
  /* LTR */
}

/* Wrapper for any blocks placed in the header region. */
/* line 128, ../sass/components/_misc.scss */
.header__region {
  /* Clear the logo. */
  clear: both;
}

/**
 * Navigation bar.
 */
/* line 136, ../sass/components/_misc.scss */
#navigation {
  /* Sometimes you want to prevent overlapping with main div. */
  /* overflow: hidden; */
  /* Main menu and secondary menu links and menu block links. */
}
/* line 140, ../sass/components/_misc.scss */
#navigation .block {
  margin-bottom: 0;
}
/* line 150, ../sass/components/_misc.scss */
#navigation .links,
#navigation .menu {
  margin: 0;
  padding: 0;
}
/* line 156, ../sass/components/_misc.scss */
#navigation .links li,
#navigation .menu li {
  /* A simple method to get navigation links to appear in one line. */
  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 185, ../sass/components/_misc.scss */
.page__title,
.node__title,
.block__title,
.comments__title,
.comments__form-title,
.comment__title {
  /* Comment title. */
  margin: 0;
}

/**
 * Messages.
 */
/* line 197, ../sass/components/_misc.scss */
.messages, .messages--status, .messages--warning, .messages--error {
  margin: 1em 0;
  /* Drupal core uses "6px 0" margin */
  padding: 3px 3px 3px 59px;
  color: #3f3f3f;
  border: none;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHZJREFUeNqkk0EKwDAIBLOht340T8pHc7ZYsEjQWqsnA5llTVwQUatUb8U6ogtrjKc/55SWbYMb/BhBA+gF+D73ApxyYML7L1AW1gLkzfgGi4AHhbAIIGvb2kQEj4gvq4wsbGUBGdjLAvSu73nQxdlANc6XAAMAdSMfGtq/8xUAAAAASUVORK5CYII=') no-repeat 23px center;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
/* line 206, ../sass/components/_misc.scss */
.messages ul, .messages--status ul, .messages--warning ul, .messages--error ul {
  margin-top: 0;
  margin-bottom: 0;
}
/* line 209, ../sass/components/_misc.scss */
.messages ul li, .messages--status ul li, .messages--warning ul li, .messages--error ul li, .messages ul li:last-child, .messages--status ul li:last-child, .messages--warning ul li:last-child, .messages--error ul li:last-child {
  margin: 0 !important;
}

/* line 214, ../sass/components/_misc.scss */
.messages-inner {
  padding: 15px 20px;
  background: #f0f2f3;
}

/* line 222, ../sass/components/_misc.scss */
.messages--warning {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAC1JREFUeNpi/P//PwMlgImBQsCCRw7daYw0ccGoAYPBAHzpgHE0JdIpEAECDADL9wUnQ+fd7AAAAABJRU5ErkJggg==');
}

/* line 227, ../sass/components/_misc.scss */
.messages--error {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIFJREFUeNqkU0sWgCAIdHjtuqhH6qKtJ13k4xUgJRtFYPg4gGRZESmLsj30Xg765ax1PO7H8bLfAtWC7gVGMtMuhvGTLomM1pRhDXFWtuknkXEW7H0jssEegMcsZgBmtGQEwGTZtACi4BDE40FaH7vQuI/GefZTe6o9wGwXfsklwACE6Ccb/JkErgAAAABJRU5ErkJggg==');
}

/* line 232, ../sass/components/_misc.scss */
.messages__list {
  margin: 0;
}

/* line 235, ../sass/components/_misc.scss */
.messages__item {
  list-style-image: none;
}

/* Core/module installation error messages. */
/* line 240, ../sass/components/_misc.scss */
.messages--error p.error {
  color: #333;
}

/* System status report. */
/* line 245, ../sass/components/_misc.scss */
.ok,
.messages--status {
  background-color: #28a98d;
}

/* line 249, ../sass/components/_misc.scss */
.warning,
.messages--warning {
  background-color: #f5a454;
}

/* line 253, ../sass/components/_misc.scss */
.error,
.messages--error {
  background-color: #cc0000;
}

/* line 258, ../sass/components/_misc.scss */
.form-textarea.required.error,
.form-text.required.error {
  color: #ad2f1c;
  background-color: #f8ddd9;
}

/**
 * Tabs.  Replaced now in _navigation.scss
 */
/**
 * Inline styles.
 */
/* List of links generated by theme_links(). */
/* line 273, ../sass/components/_misc.scss */
.inline {
  display: inline;
  padding: 0;
}
/* line 276, ../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 284, ../sass/components/_misc.scss */
span.field-label {
  padding: 0 1em 0 0;
  /* LTR */
}

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

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

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

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

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

/**
 * Menus.
 */
/* The active item in a Drupal menu. */
/* line 374, ../sass/components/_misc.scss */
.menu a.active {
  color: #000;
}

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

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

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

/* Nested comments are indented. */
/* line 444, ../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 454, ../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 458, ../sass/components/_misc.scss */
.form-checkboxes .form-item, .form-radios .form-item {
  /* Drupal core uses "0.4em 0". */
  margin: 0;
}
/* line 465, ../sass/components/_misc.scss */
tr.odd .form-item, tr.even .form-item {
  margin: 0;
}
/* line 471, ../sass/components/_misc.scss */
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #900;
}
/* line 478, ../sass/components/_misc.scss */
.form-item .description {
  font-size: 0.85em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Progress bar.
 *
 * @see progress.js
 */
/* line 666, ../sass/components/_misc.scss */
.progress {
  font-weight: bold;
}
/* line 669, ../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;
  border-radius: 3px;
}
/* line 675, ../sass/components/_misc.scss */
.progress .filled {
  background-color: #0072b9;
  background-image: url('../images/progress.gif?1485361167');
}

/* === NAVIGATION === */
/* line 3, ../sass/_navigation.scss */
a {
  color: #0d748f;
}
/* line 5, ../sass/_navigation.scss */
a:hover {
  color: #005E84;
}

/* --- breadcrumb ---  */
/* line 10, ../sass/_navigation.scss */
.field-name-og-group-ref.field-type-entityreference,
.breadcrumb {
  color: #6D6E71;
  font-size: 0.9em;
  margin: 0 0 1em 0;
  clear: both;
}
/* line 16, ../sass/_navigation.scss */
.field-name-og-group-ref.field-type-entityreference li:first-child:before,
.breadcrumb li:first-child:before {
  content: "";
  font-family: 'networknature';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin: 0 .25em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #6D6E71;
}
/* line 20, ../sass/_navigation.scss */
.field-name-og-group-ref.field-type-entityreference a:link,
.field-name-og-group-ref.field-type-entityreference a:visited,
.breadcrumb a:link,
.breadcrumb a:visited {
  color: #6D6E71;
  text-decoration: none;
}
/* line 25, ../sass/_navigation.scss */
.field-name-og-group-ref.field-type-entityreference a:hover,
.breadcrumb a:hover {
  color: #005E84;
  text-decoration: underline;
}

/* line 32, ../sass/_navigation.scss */
#navigation .block {
  float: none;
}
@media all and (min-width: 767px) {
  /* line 36, ../sass/_navigation.scss */
  #navigation .custom-search-block {
    float: right;
    width: 47.5%;
  }
  /* line 40, ../sass/_navigation.scss */
  #navigation #block-menu-block-8 {
    float: left;
    width: 47.5%;
  }
}
@media all and (min-width: 960px) {
  /* line 46, ../sass/_navigation.scss */
  #navigation .custom-search-block {
    width: 57.5%;
  }
  /* line 49, ../sass/_navigation.scss */
  #navigation #block-menu-block-8 {
    width: 37.5%;
  }
}
/* line 53, ../sass/_navigation.scss */
#navigation .block.social-links {
  width: 100%;
  clear: both;
  padding: 0.25em 0 1em 0 !important;
  margin: 0;
}
@media all and (min-width: 767px) {
  /* line 53, ../sass/_navigation.scss */
  #navigation .block.social-links {
    border-top: 3px solid #fff;
    padding: 1em 0 !important;
  }
}
/* line 63, ../sass/_navigation.scss */
#navigation #block-menu-block-8 {
  line-height: 1.1;
  margin: 1rem 0 0 0;
}
@media all and (min-width: 767px) {
  /* line 63, ../sass/_navigation.scss */
  #navigation #block-menu-block-8 {
    line-height: 1.3;
    margin: 2rem 0 0 0;
  }
}
/* line 71, ../sass/_navigation.scss */
#navigation #block-menu-block-8 .menu {
  display: block;
  text-align: left;
}
/* line 74, ../sass/_navigation.scss */
#navigation #block-menu-block-8 .menu li {
  display: block;
  float: none;
  padding: 0;
  margin: 0;
  border-top: 3px solid #fff;
}
/* line 83, ../sass/_navigation.scss */
#navigation #block-menu-block-8 .menu li.last {
  border-bottom: 3px solid #fff;
}
@media all and (min-width: 767px) {
  /* line 83, ../sass/_navigation.scss */
  #navigation #block-menu-block-8 .menu li.last {
    border-bottom: none;
  }
}
/* line 89, ../sass/_navigation.scss */
#navigation #block-menu-block-8 .menu li a {
  position: relative;
  font-size: 1.25em;
  color: black;
  text-decoration: none;
  text-transform: uppercase;
  padding: .25em 12px;
  display: block;
}
@media all and (min-width: 767px) {
  /* line 89, ../sass/_navigation.scss */
  #navigation #block-menu-block-8 .menu li a {
    padding: .33em 12px;
  }
}
/* line 100, ../sass/_navigation.scss */
#navigation #block-menu-block-8 .menu li a:hover {
  cursor: pointer;
}
/* line 103, ../sass/_navigation.scss */
#navigation #block-menu-block-8 .menu li a.active {
  cursor: default;
}
/* line 108, ../sass/_navigation.scss */
#navigation #block-menu-block-8 .menu li.expanded > a::after, #navigation #block-menu-block-8 .menu li.collapsed > a::after {
  content: "";
  font-family: 'networknature';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin: 0 .25em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  position: absolute;
  top: 0.25rem;
  right: 0;
}
@media all and (min-width: 767px) {
  /* line 108, ../sass/_navigation.scss */
  #navigation #block-menu-block-8 .menu li.expanded > a::after, #navigation #block-menu-block-8 .menu li.collapsed > a::after {
    top: 0.5rem;
  }
}
/* line 119, ../sass/_navigation.scss */
#navigation #block-menu-block-8 .menu li.expanded > a::after {
  content: '\f107';
}
/* line 125, ../sass/_navigation.scss */
#navigation #block-menu-block-8 .menu li ul {
  display: block;
}
/* line 127, ../sass/_navigation.scss */
#navigation #block-menu-block-8 .menu li ul li {
  border-top: none;
}
/* line 130, ../sass/_navigation.scss */
#navigation #block-menu-block-8 .menu li ul li a {
  padding-left: 1em;
  font-size: 1em;
  padding: 0 12px 0.33em 12px;
}
@media all and (min-width: 767px) {
  /* line 130, ../sass/_navigation.scss */
  #navigation #block-menu-block-8 .menu li ul li a {
    padding: 0 12px 0.25em 12px;
  }
}
/* line 141, ../sass/_navigation.scss */
#navigation #block-menu-block-8 .menu li ul li.expanded > a:after, #navigation #block-menu-block-8 .menu li ul li.collapsed > a:after {
  top: 0.25rem;
}
/* line 145, ../sass/_navigation.scss */
#navigation #block-menu-block-8 .menu li ul li.last {
  border-bottom: none;
}
/* line 149, ../sass/_navigation.scss */
#navigation #block-menu-block-8 .menu li ul ul li a {
  padding-left: 2em;
  font-size: 0.85em;
}

/* line 163, ../sass/_navigation.scss */
.search-form {
  border: 1px solid red;
}

/* --- old IE fix for no flexbox support ---  */
/* line 170, ../sass/_navigation.scss */
.lt-ie9 #navigation .region-navigation .menu {
  display: block;
}

/* === TABS === */
/* line 175, ../sass/_navigation.scss */
.tabs,
.tabs li {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* --- Tabs primary --- */
/* line 183, ../sass/_navigation.scss */
.tabs-primary {
  border-bottom: 2px solid #6D6E71;
  margin-bottom: 1em;
  padding: 0;
}
/* line 187, ../sass/_navigation.scss */
.tabs-primary li {
  background: #bcbdc0;
  display: inline-block;
  border-bottom: 1px solid #fff;
  padding: 0.25em 0.75em;
  list-style: none;
  margin-bottom: 0;
  -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;
}
/* line 196, ../sass/_navigation.scss */
.tabs-primary li:last-child {
  margin-bottom: 0;
}
/* line 199, ../sass/_navigation.scss */
.tabs-primary li.is-active {
  background: #6D6E71;
  border-bottom: 1px solid #6D6E71;
}
/* line 202, ../sass/_navigation.scss */
.tabs-primary li.is-active a, .tabs-primary li.is-active:hover {
  color: #fff !important;
  cursor: default;
}
/* line 208, ../sass/_navigation.scss */
.tabs-primary li a {
  display: block;
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #6D6E71;
  text-decoration: none;
}
/* line 213, ../sass/_navigation.scss */
.tabs-primary li a:hover {
  color: #242424;
  text-decoration: none;
}

@media all and (max-width: 600px) {
  /* line 222, ../sass/_navigation.scss */
  .tabs-primary {
    border-bottom: none;
    padding: 0;
  }
  /* line 225, ../sass/_navigation.scss */
  .tabs-primary li {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    display: block;
    border-bottom: 3px #fff solid;
  }
  /* line 229, ../sass/_navigation.scss */
  .tabs-primary li:first-child {
    -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;
  }
  /* line 232, ../sass/_navigation.scss */
  .tabs-primary li:last-child {
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom: none;
  }
  /* line 236, ../sass/_navigation.scss */
  .tabs-primary li.is-active {
    border-bottom: 3px #fff solid;
  }
}
/* --- Tabs secondary --- */
/* line 245, ../sass/_navigation.scss */
.tabs-secondary li {
  display: inline-block;
  margin-right: 0.5em;
}
/* line 248, ../sass/_navigation.scss */
.tabs-secondary li a {
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #6D6E71;
  text-decoration: none;
  border-bottom: 6px solid #fff;
  padding-bottom: 4px;
}
/* line 255, ../sass/_navigation.scss */
.tabs-secondary li a:hover {
  border-color: #6D6E71;
}
/* line 258, ../sass/_navigation.scss */
.tabs-secondary li a.active,
.tabs-secondary li a.active:hover {
  color: #00aaad;
  border-color: #00aaad;
  cursor: default;
}

/* --- Footer Menu block --- */
/* --- Flippy links --- */
/* line 272, ../sass/_navigation.scss */
.flippy {
  clear: both;
  width: 100%;
  margin: 0;
  padding: 0;
}
/* line 277, ../sass/_navigation.scss */
.flippy li {
  margin: 0;
  padding: 0;
}
/* line 280, ../sass/_navigation.scss */
.flippy li.prev {
  float: left;
}
/* line 282, ../sass/_navigation.scss */
.flippy li.prev a::before {
  content: "";
  font-family: 'networknature';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin: 0 .25em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: auto;
}
/* line 287, ../sass/_navigation.scss */
.flippy li.next {
  float: right;
}
/* line 289, ../sass/_navigation.scss */
.flippy li.next a::after {
  content: "";
  font-family: 'networknature';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin: 0 .25em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: auto;
}

/* --- Map cluster markers --- */
/* line 299, ../sass/_navigation.scss */
.marker-cluster-small div,
.marker-cluster-medium div,
.marker-cluster-large div {
  background-color: #a96929;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
/* line 3, ../sass/components/hamburgers/_base.scss */
.hamburger {
  padding: 0 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
/* line 21, ../sass/components/hamburgers/_base.scss */
.hamburger:hover {
  opacity: 1;
}
/* line 31, ../sass/components/hamburgers/_base.scss */
.hamburger.is-active:hover {
  opacity: 1;
}
/* line 40, ../sass/components/hamburgers/_base.scss */
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}

/* line 48, ../sass/components/hamburgers/_base.scss */
.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

/* line 55, ../sass/components/hamburgers/_base.scss */
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
/* line 60, ../sass/components/hamburgers/_base.scss */
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
/* line 73, ../sass/components/hamburgers/_base.scss */
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
/* line 79, ../sass/components/hamburgers/_base.scss */
.hamburger-inner::before {
  top: -10px;
}
/* line 83, ../sass/components/hamburgers/_base.scss */
.hamburger-inner::after {
  bottom: -10px;
}

/*
 * Squeeze
 */
/* line 6, ../sass/components/hamburgers/types/_squeeze.scss */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
/* line 10, ../sass/components/hamburgers/types/_squeeze.scss */
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
/* line 15, ../sass/components/hamburgers/types/_squeeze.scss */
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
/* line 22, ../sass/components/hamburgers/types/_squeeze.scss */
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* line 27, ../sass/components/hamburgers/types/_squeeze.scss */
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
/* line 34, ../sass/components/hamburgers/types/_squeeze.scss */
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* line 3, ../sass/components/_social_links.scss */
.block.social-links .menu,
.header .block.user-menu .menu {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
@media all and (min-width: 767px) {
  /* line 3, ../sass/components/_social_links.scss */
  .block.social-links .menu,
  .header .block.user-menu .menu {
    text-align: right;
  }
}
/* line 12, ../sass/components/_social_links.scss */
.block.social-links li,
.header .block.user-menu li {
  padding: 0;
  margin: 0 .25rem 0 0;
  displaY: INLINE-BLOCK;
  text-align: right;
}
/* line 18, ../sass/components/_social_links.scss */
.block.social-links li.last,
.header .block.user-menu li.last {
  margin-right: 0;
}
/* line 21, ../sass/components/_social_links.scss */
.block.social-links a,
.header .block.user-menu a {
  font-family: 'networknature';
  color: #28a98d;
  color: #fff;
  font-size: 2em;
  background: transparent;
  text-indent: 0;
  displaY: BLOCK;
  padding: 0;
  margin: 0;
  font-size: 0;
  line-height: 1;
  text-decoration: none;
}
/* line 35, ../sass/components/_social_links.scss */
.block.social-links li a.twitter::after,
.header .block.user-menu li a.twitter::after {
  content: "";
  font-family: 'networknature';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin: 0 .25em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 38, ../sass/components/_social_links.scss */
.block.social-links li a.mail::after,
.header .block.user-menu li a.mail::after {
  content: "✉";
  font-family: 'networknature';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin: 0 .25em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 41, ../sass/components/_social_links.scss */
.block.social-links li a.linkedin::after,
.header .block.user-menu li a.linkedin::after {
  content: "";
  font-family: 'networknature';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin: 0 .25em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 44, ../sass/components/_social_links.scss */
.block.social-links li a.youtube::after,
.header .block.user-menu li a.youtube::after {
  content: "";
  font-family: 'networknature';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin: 0 .25em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 47, ../sass/components/_social_links.scss */
.block.social-links li a.flickr::after,
.header .block.user-menu li a.flickr::after {
  content: "";
  font-family: 'networknature';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin: 0 .25em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 50, ../sass/components/_social_links.scss */
.block.social-links li a.facebook::after,
.header .block.user-menu li a.facebook::after {
  content: "";
  font-family: 'networknature';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin: 0 .25em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 53, ../sass/components/_social_links.scss */
.block.social-links li a.instagram::after,
.header .block.user-menu li a.instagram::after {
  content: "";
  font-family: 'networknature';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin: 0 .25em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 56, ../sass/components/_social_links.scss */
.block.social-links li a:after,
.header .block.user-menu li a:after {
  font-size: 42px;
}
/* line 59, ../sass/components/_social_links.scss */
.block.social-links li a:hover,
.header .block.user-menu li a:hover {
  color: #a96929;
}

/* line 77, ../sass/components/_social_links.scss */
.hamburger {
  padding: 18px 0 15px 0;
}

@media all and (min-width: 600px) {
  /* line 82, ../sass/components/_social_links.scss */
  .hamburger {
    padding: 18px 15px;
  }
}
/* line 87, ../sass/components/_social_links.scss */
.header .user-menu .menu-block-9 {
  margin-top: 15px;
  margin-right: 10px;
}
@media all and (max-width: 600px) {
  /* line 87, ../sass/components/_social_links.scss */
  .header .user-menu .menu-block-9 {
    margin-top: 0;
  }
}
/* line 93, ../sass/components/_social_links.scss */
.header .user-menu .menu-block-9 .menu {
  display: flex;
  align-items: center;
}
@media all and (max-width: 600px) {
  /* line 93, ../sass/components/_social_links.scss */
  .header .user-menu .menu-block-9 .menu {
    display: block;
  }
}
/* line 99, ../sass/components/_social_links.scss */
.header .user-menu .menu-block-9 .menu li {
  margin: 0;
}
@media all and (min-width: 600px) {
  /* line 99, ../sass/components/_social_links.scss */
  .header .user-menu .menu-block-9 .menu li {
    padding-left: 10px;
  }
}
/* line 104, ../sass/components/_social_links.scss */
.header .user-menu .menu-block-9 .menu li.menu-mlid-18162, .header .user-menu .menu-block-9 .menu li.menu-mlid-18929 {
  display: none;
}
@media all and (min-width: 768px) {
  /* line 104, ../sass/components/_social_links.scss */
  .header .user-menu .menu-block-9 .menu li.menu-mlid-18162, .header .user-menu .menu-block-9 .menu li.menu-mlid-18929 {
    display: inline-block;
  }
}
/* line 111, ../sass/components/_social_links.scss */
.header .user-menu .menu-block-9 .menu li:not(.account) {
  padding-top: 2px;
}
/* line 113, ../sass/components/_social_links.scss */
.header .user-menu .menu-block-9 .menu li:not(.account) a {
  font-family: 'Work Sans', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.85em;
  line-height: 1;
  color: #fff;
  border: 2px solid transparent;
  border-radius: 12px;
  padding: 3px 6px;
  text-transform: uppercase;
}
/* line 122, ../sass/components/_social_links.scss */
.header .user-menu .menu-block-9 .menu li:not(.account) a:hover {
  text-decoration: underline;
}
/* line 126, ../sass/components/_social_links.scss */
.header .user-menu .menu-block-9 .menu li:not(.account) a.join {
  background: #f5a454;
  border-color: #fff;
  color: black;
}
/* line 130, ../sass/components/_social_links.scss */
.header .user-menu .menu-block-9 .menu li:not(.account) a.join:hover {
  color: #fff;
  background: #a96929;
  text-decoration: none;
}
/* line 139, ../sass/components/_social_links.scss */
.header .user-menu .menu-block-9 .menu li.account a:after {
  content: "";
  font-family: 'networknature';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin: 0 .25em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 36px;
  color: #fff;
}

/* line 150, ../sass/components/_social_links.scss */
.footer .block.social-links {
  clear: left;
}
/* line 152, ../sass/components/_social_links.scss */
.footer .block.social-links .menu {
  text-align: left;
}
/* line 155, ../sass/components/_social_links.scss */
.footer .block.social-links .menu a:hover {
  color: #28a98d;
}
/* line 158, ../sass/components/_social_links.scss */
.footer .block.social-links .menu a::after {
  margin: 0 0.5em 0 0 !important;
}

@media all and (max-width: 600px) {
  /* line 168, ../sass/components/_social_links.scss */
  .header .user-menu .menu-block-9 .menu li {
    padding-top: 0 !important;
    display: block !important;
    text-align: center !important;
  }
  /* line 172, ../sass/components/_social_links.scss */
  .header .user-menu .menu-block-9 .menu li a.login {
    padding-top: 0;
  }
  /* line 175, ../sass/components/_social_links.scss */
  .header .user-menu .menu-block-9 .menu li.menu-mlid-18162, .header .user-menu .menu-block-9 .menu li.menu-mlid-18929 {
    display: none !important;
  }
}
/* line 2, ../sass/components/_forms.scss */
[role="button"]:not(.gsst_a),
.masquerade-switch,
.more-link,
.btn,
button:not(.hamburger):not(.gsc-search-button):not(.gsst_a):not(.agree-button),
input[type="button"],
input[type="reset"],
input[type="apply"],
input[type="submit"],
.page-node-done .links a,
.read-more a,
.flippy .prev a,
.flippy .next a,
.node-readmore a,
.comment-add a,
.pager li a {
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  text-transform: uppercase;
  color: #28a98d !important;
  display: inline-block;
  background: #fff;
  border: 2px solid #28a98d;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 0.2em 0.4em;
  text-decoration: none !important;
  color: #000 !important;
  background: #f5a454 !important;
  border-color: #f5a454 !important;
}
/* line 292, ../sass/_mixins.scss */
[role="button"]:not(.gsst_a):hover,
.masquerade-switch:hover,
.more-link:hover,
.btn:hover,
button:not(.hamburger):not(.gsc-search-button):not(.gsst_a):not(.agree-button):hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="apply"]:hover,
input[type="submit"]:hover,
.page-node-done .links a:hover,
.read-more a:hover,
.flippy .prev a:hover,
.flippy .next a:hover,
.node-readmore a:hover,
.comment-add a:hover,
.pager li a:hover {
  background: #078167 !important;
  text-decoration: none !important;
  color: #fff !important;
  cursor: pointer;
}
/* line 298, ../sass/_mixins.scss */
[role="button"]:not(.gsst_a):active,
.masquerade-switch:active,
.more-link:active,
.btn:active,
button:not(.hamburger):not(.gsc-search-button):not(.gsst_a):not(.agree-button):active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="apply"]:active,
input[type="submit"]:active,
.page-node-done .links a:active,
.read-more a:active,
.flippy .prev a:active,
.flippy .next a:active,
.node-readmore a:active,
.comment-add a:active,
.pager li a:active {
  transition: all 0.1s linear;
  background: #078167 !important;
  border-color: #078167 !important;
  color: #fff !important;
  cursor: pointer;
}
/* line 344, ../sass/_mixins.scss */
[role="button"]:not(.gsst_a):hover,
.masquerade-switch:hover,
.more-link:hover,
.btn:hover,
button:not(.hamburger):not(.gsc-search-button):not(.gsst_a):not(.agree-button):hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="apply"]:hover,
input[type="submit"]:hover,
.page-node-done .links a:hover,
.read-more a:hover,
.flippy .prev a:hover,
.flippy .next a:hover,
.node-readmore a:hover,
.comment-add a:hover,
.pager li a:hover {
  background: #a96929 !important;
  border-color: #a96929 !important;
}
/* line 348, ../sass/_mixins.scss */
[role="button"]:not(.gsst_a):active,
.masquerade-switch:active,
.more-link:active,
.btn:active,
button:not(.hamburger):not(.gsc-search-button):not(.gsst_a):not(.agree-button):active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="apply"]:active,
input[type="submit"]:active,
.page-node-done .links a:active,
.read-more a:active,
.flippy .prev a:active,
.flippy .next a:active,
.node-readmore a:active,
.comment-add a:active,
.pager li a:active {
  background: #a96929 !important;
  border-color: #a96929 !important;
}

/* line 21, ../sass/components/_forms.scss */
.read-more a {
  padding-right: 0.2em;
}
/* line 22, ../sass/components/_forms.scss */
.read-more a::after {
  content: "";
  font-family: 'networknature';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin: 0 .25em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: auto;
}
/* line 26, ../sass/components/_forms.scss */
.read-more a strong {
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  font-style: normal;
}

/* line 32, ../sass/components/_forms.scss */
.gsc-search-box button.gsc-search-button {
  background: #0d748f;
  border-color: #0d748f;
}

/* line 37, ../sass/components/_forms.scss */
.inline-btns .btn {
  display: inline-block;
  margin-left: 15px;
}

/* line 42, ../sass/components/_forms.scss */
#edit-cancel {
  margin-left: 1em;
}

/* line 46, ../sass/components/_forms.scss */
.btn.keyline {
  border: 2px solid #fff !important;
}
/* line 48, ../sass/components/_forms.scss */
.btn.keyline:hover {
  border: 2px solid #fff !important;
}

/* line 53, ../sass/components/_forms.scss */
textarea,
input[type='text'],
input[type='email'],
input[type='password'],
.block-contact-form-blocks input[type="text"] {
  padding: 10px 0;
  text-indent: 5px;
  background-color: #d7edeb;
  border: 2px solid #005E84;
  width: 100%;
  max-width: auto;
}
/* line 64, ../sass/components/_forms.scss */
textarea:focus,
input[type='text']:focus,
input[type='email']:focus,
input[type='password']:focus,
.block-contact-form-blocks input[type="text"]:focus {
  background: #fff;
}

/* line 69, ../sass/components/_forms.scss */
textarea {
  text-indent: 0;
  padding: 10px 1%;
  idth: 98%;
}

/* line 78, ../sass/components/_forms.scss */
button, input, select, textarea {
  max-width: auto;
}

/* line 81, ../sass/components/_forms.scss */
.form-actions input[type="submit"] {
  font-size: 1.5em;
}

/* line 85, ../sass/components/_forms.scss */
.search-form {
  background-color: #d7edeb;
  border: 2px solid #005E84;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  -ms-border-radius: 2em;
  border-radius: 2em;
  padding: 0.5em 1em;
  margin: 1rem 0;
}
/* line 88, ../sass/components/_forms.scss */
#navigation .search-form {
  background-color: #fad2aa;
  border: 3px solid #fff;
}
@media all and (min-width: 768px) {
  /* line 85, ../sass/components/_forms.scss */
  .search-form {
    margin: 2rem 0;
  }
}
/* line 97, ../sass/components/_forms.scss */
.search-form::after {
  content: "";
  clear: both;
  display: table;
}
/* line 102, ../sass/components/_forms.scss */
.search-form div:not([class]) {
  display: flex;
}
/* line 104, ../sass/components/_forms.scss */
.search-form .form-item {
  margin: 0;
  flex-grow: 1;
  padding-right: 1em;
}
/* line 115, ../sass/components/_forms.scss */
.search-form input {
  margin: 0;
  height: 2em;
  border: none;
  background: transparent;
}
/* line 126, ../sass/components/_forms.scss */
.search-form input.custom-search-button {
  margin-top: 4px;
  height: 1.25em;
}

/* line 137, ../sass/components/_forms.scss */
#search-form.search-form {
  padding: 0.5em;
}
/* line 138, ../sass/components/_forms.scss */
#search-form.search-form label {
  display: none;
}
/* line 142, ../sass/components/_forms.scss */
#search-form.search-form input.form-submit {
  background: green;
  border-radius: 2ch;
  padding-left: 1ch;
  padding-right: 1ch;
}
/* line 149, ../sass/components/_forms.scss */
#search-form.search-form div:not([class]) {
  display: block;
}
/* line 152, ../sass/components/_forms.scss */
#search-form.search-form .form-wrapper.container-inline {
  display: flex;
}

/* line 161, ../sass/components/_forms.scss */
ol.search-results.node-results {
  margin: 0;
  padding: 0;
}
/* line 164, ../sass/components/_forms.scss */
ol.search-results.node-results li {
  padding: 10px 0 15px 0;
  margin: 0;
  border-bottom: 1px solid #6D6E71;
}
/* line 168, ../sass/components/_forms.scss */
ol.search-results.node-results li:last-child {
  border-bottom: none;
}
/* line 171, ../sass/components/_forms.scss */
ol.search-results.node-results li .search-snippet-info {
  padding-left: 0;
}
/* line 174, ../sass/components/_forms.scss */
ol.search-results.node-results li .search-info {
  color: #6D6E71;
}

/* line 184, ../sass/components/_forms.scss */
.page-user .tabs-primary.tabs.primary li:last-child {
  display: none;
}

/* line 191, ../sass/components/_forms.scss */
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: none;
}

/* line 197, ../sass/components/_forms.scss */
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-default .ui-icon {
  background-image: none;
}

/* line 205, ../sass/components/_forms.scss */
.ui-accordion .ui-icon {
  background-image: none !important;
}

/* line 209, ../sass/components/_forms.scss */
.ui-accordion .ui-corner-all,
.ui-accordion .ui-corner-top,
.ui-accordion .ui-corner-bottom {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: none;
}

/* line 216, ../sass/components/_forms.scss */
.ui-accordion h3.ui-accordion-header {
  padding: 6px 6px 6px 12px;
}

/* line 220, ../sass/components/_forms.scss */
.ui-state-default {
  border-top: 1px solid #fff !important;
  margin-top: 1px;
}

/* line 226, ../sass/components/_forms.scss */
.ui-accordion-content a {
  margin-top: 2px;
}

/* line 230, ../sass/components/_forms.scss */
.ui-accordion {
  margin-bottom: 1em;
}

/* line 234, ../sass/components/_forms.scss */
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-state-active {
  color: #6D6E71;
  background-image: none;
  background: #bcbdc0;
  border: none;
  border-top: 3px solid #fff !important;
  margin-top: 3px;
}

/* line 246, ../sass/components/_forms.scss */
.ui-state-active {
  background: #6D6E71;
}

/* line 253, ../sass/components/_forms.scss */
.ui-accordion-content-active {
  height: auto !important;
}

/* line 255, ../sass/components/_forms.scss */
.ui-state-active a {
  color: #fff;
}

/* line 259, ../sass/components/_forms.scss */
.ui-widget-content {
  background: #ededed;
  border-color: #6D6E71;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 265, ../sass/components/_forms.scss */
.ui-accordion .ui-accordion-content {
  padding: 1em;
}

/* line 269, ../sass/components/_forms.scss */
.ui-accordion .ui-accordion-content .form-item {
  margin: 0;
}

/* line 273, ../sass/components/_forms.scss */
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #6D6E71;
  text-decoration: none;
  border: none;
}

/* line 284, ../sass/components/_forms.scss */
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #fff;
}

/* line 290, ../sass/components/_forms.scss */
.ui-state-hover a,
.ui-state-hover a:hover {
  color: #242424;
}

/* line 295, ../sass/components/_forms.scss */
.ui-state-active a:hover {
  color: #fff;
}

/* line 299, ../sass/components/_forms.scss */
.ui-accordion label {
  font-size: 0.7em;
}

/* line 304, ../sass/components/_forms.scss */
.ui-accordion-icons .ui-accordion-header a {
  padding: 0.5em;
}
/* line 306, ../sass/components/_forms.scss */
.ui-accordion-icons .ui-accordion-header a:after {
  content: "";
  font-family: 'networknature';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin: 0 .25em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 310, ../sass/components/_forms.scss */
.ui-accordion-icons .ui-accordion-header.ui-state-active a:after {
  content: "";
  font-family: 'networknature';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin: 0 .25em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 321, ../sass/components/_forms.scss */
.node-form.node-oppla_product-form legend {
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #6D6E71;
  text-transform: uppercase;
}
/* line 325, ../sass/components/_forms.scss */
.node-form.node-oppla_product-form legend:hover {
  color: #6D6E71;
  cursor: default;
}
/* line 331, ../sass/components/_forms.scss */
.node-form.node-oppla_product-form fieldset .fieldset-wrapper {
  margin: 1.25em 0;
  padding: 0;
  background: #fff;
}
/* line 332, ../sass/components/_forms.scss */
.node-form.node-oppla_product-form fieldset .fieldset-wrapper legend {
  color: #6D6E71;
  font-size: 1.24em;
}
/* line 340, ../sass/components/_forms.scss */
.node-form.node-oppla_product-form fieldset .form-wrapper {
  margin: 0.5em 0;
}
/* line 343, ../sass/components/_forms.scss */
.node-form.node-oppla_product-form fieldset.date-combo {
  margin: 0;
}
/* line 347, ../sass/components/_forms.scss */
.node-form.node-oppla_product-form .form-wrapper {
  margin: 1.25em 0;
}
/* line 350, ../sass/components/_forms.scss */
.node-form.node-oppla_product-form .form-field-name-field-pr-price input.form-text {
  width: auto;
  display: inline-block;
}
/* line 354, ../sass/components/_forms.scss */
.node-form.node-oppla_product-form table {
  width: 100%;
}
/* line 356, ../sass/components/_forms.scss */
.node-form.node-oppla_product-form table th {
  border: none !important;
}
/* line 359, ../sass/components/_forms.scss */
.node-form.node-oppla_product-form table .draggable {
  border-color: #fff;
}
/* line 361, ../sass/components/_forms.scss */
.node-form.node-oppla_product-form table .draggable.odd {
  background-color: #e0e0e0;
}
/* line 364, ../sass/components/_forms.scss */
.node-form.node-oppla_product-form table .draggable.even {
  background-color: #ebebeb;
}
/* line 367, ../sass/components/_forms.scss */
.node-form.node-oppla_product-form table .draggable.drag-previous {
  background-color: #f0d9d9;
}

/* line 376, ../sass/components/_forms.scss */
.form-submit {
  margin: 1em 0;
}

/* line 381, ../sass/components/_forms.scss */
div:not(.search-block) .views-exposed-form .views-exposed-widget {
  float: none;
  padding: 0;
  margin: 0.15em 0.33em;
}
/* line 383, ../sass/components/_forms.scss */
div:not(.search-block) .views-exposed-form .views-exposed-widget.views-submit-button {
  float: left;
}
/* line 386, ../sass/components/_forms.scss */
div:not(.search-block) .views-exposed-form .views-exposed-widget.views-submit-button input {
  font-size: 1em;
  margin-right: 0.5em;
  padding: 0.15em 0.33em;
}
/* line 392, ../sass/components/_forms.scss */
div:not(.search-block) .views-exposed-widget.views-submit-button input,
div:not(.search-block) .form-item-profile-details-field-image-und-0 input.form-submit {
  font-size: 1em;
}
/* line 396, ../sass/components/_forms.scss */
div:not(.search-block) .views-exposed-widget .views-reset-button {
  padding-left: 1em;
  overflow: auto;
  text-align: right;
}

/* line 403, ../sass/components/_forms.scss */
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border-width: 2px;
}

/* line 414, ../sass/components/_forms.scss */
#user-login .form-submit:after {
  content: "";
  font-family: 'networknature';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin: 0 .25em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 120%;
}

@media all and (max-width: 768px) {
  /* line 420, ../sass/components/_forms.scss */
  .logins {
    text-align: center;
  }
}
/* line 425, ../sass/components/_forms.scss */
#user-register-form .form-submit:after {
  content: "";
  font-family: 'networknature';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin: 0 .25em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 429, ../sass/components/_forms.scss */
label {
  font-size: 1em;
  line-height: 1.2;
  margin-bottom: 0.25em;
}

/* line 435, ../sass/components/_forms.scss */
label:not(.option) {
  text-transform: uppercase;
}

/* line 439, ../sass/components/_forms.scss */
.fieldset-wrapper label {
  text-transform: none;
}

/* line 443, ../sass/components/_forms.scss */
fieldset {
  width: 100%;
  border: none;
  padding: 0;
  margin: 0;
}
/* line 448, ../sass/components/_forms.scss */
fieldset .form-item {
  margin: 0.75em 0;
}
/* line 451, ../sass/components/_forms.scss */
fieldset label {
  text-transform: none;
  color: #6D6E71;
}
/* line 455, ../sass/components/_forms.scss */
fieldset input.text-full.form-text {
  width: 100%;
}

/* line 460, ../sass/components/_forms.scss */
label:not(.option),
.views-label {
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #6D6E71;
}

/* line 466, ../sass/components/_forms.scss */
html.js .collapsed .fieldset-legend,
html.js .collapsible .fieldset-legend {
  background-image: none;
}

/* line 471, ../sass/components/_forms.scss */
html.js .collapsible .fieldset-legend {
  width: 100%;
  margin: 0;
  padding: 0;
}
/* line 475, ../sass/components/_forms.scss */
html.js .collapsible .fieldset-legend a {
  padding-left: 0.5em;
  padding-right: 0.5em;
  width: auto;
  color: #fff;
  background: #005E84;
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  -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;
}
/* line 483, ../sass/components/_forms.scss */
html.js .collapsible .fieldset-legend a:after {
  content: "";
  font-family: 'networknature';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin: 0 .25em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  width: auto;
}

/* line 492, ../sass/components/_forms.scss */
html.js .collapsed {
  height: auto;
}
/* line 494, ../sass/components/_forms.scss */
html.js .collapsed .fieldset-legend a {
  color: #fff;
  background: #005E84;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
/* line 498, ../sass/components/_forms.scss */
html.js .collapsed .fieldset-legend a:after {
  content: "";
  font-family: 'networknature';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin: 0 .25em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 504, ../sass/components/_forms.scss */
html.js .form-item-field-ecosystem-types-tid .collapsed .fieldset-legend a,
html.js .form-item-field-ecosystem-types-tid .collapsible .fieldset-legend a {
  -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;
}

/* line 509, ../sass/components/_forms.scss */
html.js fieldset.collapsed {
  height: auto;
}

/* line 513, ../sass/components/_forms.scss */
fieldset {
  color: #6D6E71;
  background-image: none;
  border: none;
  margin: 1em 0;
  padding: 0;
  width: auto;
  float: none;
}
/* line 522, ../sass/components/_forms.scss */
fieldset legend {
  margin: 0;
  font-size: 1em;
  margin: 0;
  padding: 0;
  width: 100%;
}
/* line 528, ../sass/components/_forms.scss */
fieldset legend a {
  color: #6D6E71;
  font-size: 1em;
  display: block;
  width: auto;
  text-decoration: none;
  padding: 0.5em 0;
  margin: 0;
}
/* line 537, ../sass/components/_forms.scss */
fieldset legend:hover {
  color: #242424 !important;
}
/* line 540, ../sass/components/_forms.scss */
fieldset legend .summary {
  display: none;
}
/* line 543, ../sass/components/_forms.scss */
fieldset legend legend:hover {
  color: #242424 !important;
}
/* line 547, ../sass/components/_forms.scss */
fieldset .fieldset-wrapper {
  background: #d7edeb;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  margin: 0;
  padding: 0.25em 0.5em;
  border-bottom: 3px solid #d7edeb;
}
/* line 554, ../sass/components/_forms.scss */
fieldset .fieldset-wrapper label.option {
  font-size: 0.85em;
}

/* line 561, ../sass/components/_forms.scss */
.collapsible.collapsed .fieldset-wrapper {
  background: #d7edeb;
}

/* line 569, ../sass/components/_forms.scss */
.webform-component-checkbox {
  margin-bottom: 1em;
}
/* line 570, ../sass/components/_forms.scss */
.webform-component-checkbox label:not(.option) {
  text-transform: none;
}
/* line 574, ../sass/components/_forms.scss */
.webform-component-checkbox .description {
  float: none;
  clear: both;
}

/* line 580, ../sass/components/_forms.scss */
#edit-field-profile-ref-und .fieldset-wrapper {
  margin-bottom: 10px;
}
/* line 582, ../sass/components/_forms.scss */
#edit-field-profile-ref-und .fieldset-wrapper .fieldset-wrapper {
  padding: 10px 15px;
}

/* line 586, ../sass/components/_forms.scss */
#edit-simplenews,
.form-item-field-oppla-terms-of-use-und {
  background: #fff;
  margin: 0;
  padding: 10px 15px;
}

/* line 593, ../sass/components/_forms.scss */
#edit-simplenews {
  padding-top: 1px;
}

/* line 597, ../sass/components/_forms.scss */
.form-item-field-oppla-terms-of-use-und {
  padding-bottom: 1px;
}
/* line 599, ../sass/components/_forms.scss */
.form-item-field-oppla-terms-of-use-und .description {
  margin: 0;
}

/* line 607, ../sass/components/_forms.scss */
.user-info-from-cookie fieldset .fieldset-wrapper,
.comment-form fieldset .fieldset-wrapper {
  padding: 0;
  background: #fff;
  border: none;
}

/* line 614, ../sass/components/_forms.scss */
.user-info-from-cookie fieldset.collapsible .fieldset-wrapper {
  background: #d7edeb;
}

/* line 620, ../sass/components/_forms.scss */
#edit-field-profile-ref-und legend,
.captcha.form-wrapper legend {
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #6D6E71;
  text-transform: uppercase;
}
/* line 625, ../sass/components/_forms.scss */
#edit-field-profile-ref-und legend:hover,
.captcha.form-wrapper legend:hover {
  color: #6D6E71;
}

/* line 630, ../sass/components/_forms.scss */
.field-widget-imagefield-crop-widget.form-wrapper {
  background: #d7edeb;
  padding: 5px 15px;
}

/* line 637, ../sass/components/_forms.scss */
.field-widget-imagefield-crop-widget.form-wrapper .form-file {
  width: 250px;
}

/* line 651, ../sass/components/_forms.scss */
fieldset.captcha.form-wrapper legend span {
  color: #6D6E71;
}
/* line 654, ../sass/components/_forms.scss */
fieldset.captcha.form-wrapper .fieldset-wrapper {
  background: #d7edeb;
  padding: 10px 15px;
}

/* line 660, ../sass/components/_forms.scss */
div.autocomplete-deluxe-multiple {
  width: 95%;
  max-width: 600px;
}

/* line 667, ../sass/components/_forms.scss */
.sliding-popup-top {
  background: #f5a454;
  width: 100%;
  padding: 1.25em 0 0.5em 0;
}
/* line 671, ../sass/components/_forms.scss */
.sliding-popup-top h2 {
  color: black;
  font-size: 1.2em;
  background: transparent !important;
  padding: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border: 0 !important;
  border: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0px !important;
  position: relative !important;
  margin: 0 0 0.5em 0 !important;
}
/* line 685, ../sass/components/_forms.scss */
.sliding-popup-top button.agree-button {
  font-size: 1em;
  color: #fff !important;
  background: #0d748f !important;
  border-color: #0d748f !important;
  margin-bottom: 1em;
}
/* line 691, ../sass/components/_forms.scss */
.sliding-popup-top button.agree-button:hover {
  background: #2F3F4E !important;
  border-color: #2F3F4E !important;
  color: #fff !important;
}
/* line 697, ../sass/components/_forms.scss */
.sliding-popup-top p {
  color: black;
}

/* line 703, ../sass/components/_forms.scss */
.node-form.node-network_nature_nbs_task_force_po-form .fieldset-wrapper {
  display: none;
}

/* line 707, ../sass/components/_forms.scss */
.page-node-add-network-nature-nbs-task-force-po #block-block-19 {
  display: none;
}

/* line 739, ../sass/components/_forms.scss */
.webform-buttons .form-item {
  margin: 3px 0;
}
/* line 740, ../sass/components/_forms.scss */
.webform-buttons .form-item label {
  font-size: 1.25em;
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  font-style: normal;
  background: #f5a454;
  color: #1a1a1a;
  text-transform: uppercase;
  border: 2px solid #f5a454;
  padding: 5px 8px;
  cursor: pointer;
  display: inline-block;
  border-radius: 3px;
}
/* line 751, ../sass/components/_forms.scss */
.webform-buttons .form-item input {
  display: none;
}
/* line 753, ../sass/components/_forms.scss */
.webform-buttons .form-item input:checked + label {
  color: #fff;
  background: #005E84;
  border-color: #005E84;
}

/* line 5, ../sass/components/_community.scss */
.page-user h2.node__title,
.node-profile.view-mode-full h2.node__title,
.page-user-profile h2.node__title,
.page-member h2.node__title {
  display: none;
}
/* line 8, ../sass/components/_community.scss */
.page-user h2,
.node-profile.view-mode-full h2,
.page-user-profile h2,
.page-member h2 {
  color: #fff;
  background: #dc5641;
  padding: 0.5em 120px 0.5em 0.5em;
  -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;
  position: relative;
  margin: 0;
}
/* line 15, ../sass/components/_community.scss */
.page-user h2 img,
.node-profile.view-mode-full h2 img,
.page-user-profile h2 img,
.page-member h2 img {
  position: absolute;
  top: 6px;
  right: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #dc5641;
  width: 100px;
  height: 100px;
  float: right;
  margin: 0;
  font-family: 'Work Sans', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.5em;
  line-height: 2;
  text-align: center;
  vertical-align: middle;
}
@media all and (min-width: 768px) {
  /* line 8, ../sass/components/_community.scss */
  .page-user h2,
  .node-profile.view-mode-full h2,
  .page-user-profile h2,
  .page-member h2 {
    padding-right: 160px;
  }
  /* line 33, ../sass/components/_community.scss */
  .page-user h2 img,
  .node-profile.view-mode-full h2 img,
  .page-user-profile h2 img,
  .page-member h2 img {
    border: 3px solid #dc5641;
    width: 140px;
    height: 140px;
  }
}
/* line 41, ../sass/components/_community.scss */
.page-user h4,
.node-profile.view-mode-full h4,
.page-user-profile h4,
.page-member h4 {
  display: none;
}
/* line 46, ../sass/components/_community.scss */
.page-user h3 .profile .field .field-label,
.node-profile.view-mode-full h3 .profile .field .field-label,
.page-user-profile h3 .profile .field .field-label,
.page-member h3 .profile .field .field-label {
  color: #6D6E71;
  font-size: 1em;
}

/* line 54, ../sass/components/_community.scss */
.view-community .views-field-field-image img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid #dc5641;
  width: 125px;
  height: 125px;
  float: right;
  margin: -75px 0.5em 0 0;
}

/* line 61, ../sass/components/_community.scss */
s
.imagefield-crop-widget img {
  max-width: none;
  vertical-align: baseline;
  vertical-align: bottom;
}

/* === COMMUNITY VIEW === */
/* line 75, ../sass/components/_community.scss */
.page-user #page,
.page-member #page,
.page-community #page {
  background: #ededed;
}
/* line 77, ../sass/components/_community.scss */
.page-user #page .header_wrapper,
.page-member #page .header_wrapper,
.page-community #page .header_wrapper {
  background: #fff;
  padding-bottom: 5px;
}
@media all and (min-width: 650px) and (max-width: 960px) {
  /* line 83, ../sass/components/_community.scss */
  .page-user .view-id-similarterms.view-display-id-entity_view_1 .view-content,
  .page-user .view-community-nodes.view-display-id-page .view-content,
  .page-member .view-id-similarterms.view-display-id-entity_view_1 .view-content,
  .page-member .view-community-nodes.view-display-id-page .view-content,
  .page-community .view-id-similarterms.view-display-id-entity_view_1 .view-content,
  .page-community .view-community-nodes.view-display-id-page .view-content {
    display: flex;
    flex-wrap: wrap;
  }
  /* line 87, ../sass/components/_community.scss */
  .page-user .view-id-similarterms.view-display-id-entity_view_1 .view-content .views-row,
  .page-user .view-community-nodes.view-display-id-page .view-content .views-row,
  .page-member .view-id-similarterms.view-display-id-entity_view_1 .view-content .views-row,
  .page-member .view-community-nodes.view-display-id-page .view-content .views-row,
  .page-community .view-id-similarterms.view-display-id-entity_view_1 .view-content .views-row,
  .page-community .view-community-nodes.view-display-id-page .view-content .views-row {
    display: flex;
    flex-direction: column;
    width: 48%;
    margin-right: 0;
    padding-right: 1.5%;
    border-right: 4px dotted #bcbdc0;
    border-collapse: collapse;
    float: left;
  }
  /* line 96, ../sass/components/_community.scss */
  .page-user .view-id-similarterms.view-display-id-entity_view_1 .view-content .views-row.views-row-odd,
  .page-user .view-community-nodes.view-display-id-page .view-content .views-row.views-row-odd,
  .page-member .view-id-similarterms.view-display-id-entity_view_1 .view-content .views-row.views-row-odd,
  .page-member .view-community-nodes.view-display-id-page .view-content .views-row.views-row-odd,
  .page-community .view-id-similarterms.view-display-id-entity_view_1 .view-content .views-row.views-row-odd,
  .page-community .view-community-nodes.view-display-id-page .view-content .views-row.views-row-odd {
    clear: left;
  }
  /* line 99, ../sass/components/_community.scss */
  .page-user .view-id-similarterms.view-display-id-entity_view_1 .view-content .views-row.views-row-even, .page-user .view-id-similarterms.view-display-id-entity_view_1 .view-content .views-row:last-child,
  .page-user .view-community-nodes.view-display-id-page .view-content .views-row.views-row-even,
  .page-user .view-community-nodes.view-display-id-page .view-content .views-row:last-child,
  .page-member .view-id-similarterms.view-display-id-entity_view_1 .view-content .views-row.views-row-even,
  .page-member .view-id-similarterms.view-display-id-entity_view_1 .view-content .views-row:last-child,
  .page-member .view-community-nodes.view-display-id-page .view-content .views-row.views-row-even,
  .page-member .view-community-nodes.view-display-id-page .view-content .views-row:last-child,
  .page-community .view-id-similarterms.view-display-id-entity_view_1 .view-content .views-row.views-row-even,
  .page-community .view-id-similarterms.view-display-id-entity_view_1 .view-content .views-row:last-child,
  .page-community .view-community-nodes.view-display-id-page .view-content .views-row.views-row-even,
  .page-community .view-community-nodes.view-display-id-page .view-content .views-row:last-child {
    margin-right: 0;
    padding-right: 0;
    margin-left: 0;
    padding-left: 1.5%;
    border-right: none;
  }
  /* line 107, ../sass/components/_community.scss */
  .page-user .view-id-similarterms.view-display-id-entity_view_1 .view-content .views-row:nth-child(1), .page-user .view-id-similarterms.view-display-id-entity_view_1 .view-content .views-row:nth-child(2),
  .page-user .view-community-nodes.view-display-id-page .view-content .views-row:nth-child(1),
  .page-user .view-community-nodes.view-display-id-page .view-content .views-row:nth-child(2),
  .page-member .view-id-similarterms.view-display-id-entity_view_1 .view-content .views-row:nth-child(1),
  .page-member .view-id-similarterms.view-display-id-entity_view_1 .view-content .views-row:nth-child(2),
  .page-member .view-community-nodes.view-display-id-page .view-content .views-row:nth-child(1),
  .page-member .view-community-nodes.view-display-id-page .view-content .views-row:nth-child(2),
  .page-community .view-id-similarterms.view-display-id-entity_view_1 .view-content .views-row:nth-child(1),
  .page-community .view-id-similarterms.view-display-id-entity_view_1 .view-content .views-row:nth-child(2),
  .page-community .view-community-nodes.view-display-id-page .view-content .views-row:nth-child(1),
  .page-community .view-community-nodes.view-display-id-page .view-content .views-row:nth-child(2) {
    padding-top: 0;
  }
}
@media all and (min-width: 960px) {
  /* line 120, ../sass/components/_community.scss */
  .page-user .view-id-similarterms.view-display-id-entity_view_1 .view-content,
  .page-user .view-community-nodes.view-display-id-page .view-content,
  .page-member .view-id-similarterms.view-display-id-entity_view_1 .view-content,
  .page-member .view-community-nodes.view-display-id-page .view-content,
  .page-community .view-id-similarterms.view-display-id-entity_view_1 .view-content,
  .page-community .view-community-nodes.view-display-id-page .view-content {
    display: flex;
    flex-wrap: wrap;
  }
  /* line 124, ../sass/components/_community.scss */
  .page-user .view-id-similarterms.view-display-id-entity_view_1 .view-content .views-row,
  .page-user .view-community-nodes.view-display-id-page .view-content .views-row,
  .page-member .view-id-similarterms.view-display-id-entity_view_1 .view-content .views-row,
  .page-member .view-community-nodes.view-display-id-page .view-content .views-row,
  .page-community .view-id-similarterms.view-display-id-entity_view_1 .view-content .views-row,
  .page-community .view-community-nodes.view-display-id-page .view-content .views-row {
    display: flex;
    flex-direction: column;
    width: 48%;
    margin-right: 0;
    padding-right: 1.5%;
    border-right: 4px dotted #bcbdc0;
    border-collapse: collapse;
    float: left;
  }
  /* line 133, ../sass/components/_community.scss */
  .page-user .view-id-similarterms.view-display-id-entity_view_1 .view-content .views-row.views-row-odd,
  .page-user .view-community-nodes.view-display-id-page .view-content .views-row.views-row-odd,
  .page-member .view-id-similarterms.view-display-id-entity_view_1 .view-content .views-row.views-row-odd,
  .page-member .view-community-nodes.view-display-id-page .view-content .views-row.views-row-odd,
  .page-community .view-id-similarterms.view-display-id-entity_view_1 .view-content .views-row.views-row-odd,
  .page-community .view-community-nodes.view-display-id-page .view-content .views-row.views-row-odd {
    clear: left;
  }
  /* line 136, ../sass/components/_community.scss */
  .page-user .view-id-similarterms.view-display-id-entity_view_1 .view-content .views-row.views-row-even, .page-user .view-id-similarterms.view-display-id-entity_view_1 .view-content .views-row:last-child,
  .page-user .view-community-nodes.view-display-id-page .view-content .views-row.views-row-even,
  .page-user .view-community-nodes.view-display-id-page .view-content .views-row:last-child,
  .page-member .view-id-similarterms.view-display-id-entity_view_1 .view-content .views-row.views-row-even,
  .page-member .view-id-similarterms.view-display-id-entity_view_1 .view-content .views-row:last-child,
  .page-member .view-community-nodes.view-display-id-page .view-content .views-row.views-row-even,
  .page-member .view-community-nodes.view-display-id-page .view-content .views-row:last-child,
  .page-community .view-id-similarterms.view-display-id-entity_view_1 .view-content .views-row.views-row-even,
  .page-community .view-id-similarterms.view-display-id-entity_view_1 .view-content .views-row:last-child,
  .page-community .view-community-nodes.view-display-id-page .view-content .views-row.views-row-even,
  .page-community .view-community-nodes.view-display-id-page .view-content .views-row:last-child {
    margin-right: 0;
    padding-right: 0;
    margin-left: 0;
    padding-left: 1.5%;
    border-right: none;
  }
  /* line 144, ../sass/components/_community.scss */
  .page-user .view-id-similarterms.view-display-id-entity_view_1 .view-content .views-row:nth-child(1), .page-user .view-id-similarterms.view-display-id-entity_view_1 .view-content .views-row:nth-child(2),
  .page-user .view-community-nodes.view-display-id-page .view-content .views-row:nth-child(1),
  .page-user .view-community-nodes.view-display-id-page .view-content .views-row:nth-child(2),
  .page-member .view-id-similarterms.view-display-id-entity_view_1 .view-content .views-row:nth-child(1),
  .page-member .view-id-similarterms.view-display-id-entity_view_1 .view-content .views-row:nth-child(2),
  .page-member .view-community-nodes.view-display-id-page .view-content .views-row:nth-child(1),
  .page-member .view-community-nodes.view-display-id-page .view-content .views-row:nth-child(2),
  .page-community .view-id-similarterms.view-display-id-entity_view_1 .view-content .views-row:nth-child(1),
  .page-community .view-id-similarterms.view-display-id-entity_view_1 .view-content .views-row:nth-child(2),
  .page-community .view-community-nodes.view-display-id-page .view-content .views-row:nth-child(1),
  .page-community .view-community-nodes.view-display-id-page .view-content .views-row:nth-child(2) {
    padding-top: 0;
  }
}
/* line 159, ../sass/components/_community.scss */
.page-user h1.page__title,
.page-member h1.page__title,
.page-community h1.page__title {
  color: #dc5641;
}

/* line 164, ../sass/components/_community.scss */
.page-member .sidebar,
.page-community .sidebar {
  padding: 0;
}
/* line 167, ../sass/components/_community.scss */
.page-member .sidebar fieldset,
.page-community .sidebar fieldset {
  margin: 0.25em 0;
}
/* line 170, ../sass/components/_community.scss */
.page-member .sidebar .block,
.page-community .sidebar .block {
  margin-bottom: 0px;
  padding: 10px;
}
/* line 175, ../sass/components/_community.scss */
.page-member .sidebar .block .form-item .description,
.page-community .sidebar .block .form-item .description {
  font-size: 1em;
}
/* line 177, ../sass/components/_community.scss */
.page-member .sidebar .block .form-item .description legend,
.page-community .sidebar .block .form-item .description legend {
  padding-top: 1em;
  color: #6D6E71;
  font-size: 1em;
  text-transform: uppercase;
  margin: -3px 0 0.5em 0;
}
/* line 187, ../sass/components/_community.scss */
.page-member .sidebar .block .views-exposed-form .views-exposed-widget,
.page-community .sidebar .block .views-exposed-form .views-exposed-widget {
  margin: 0;
}
/* line 190, ../sass/components/_community.scss */
.page-member .sidebar .block .views-exposed-widget.views-widget-filter-combine input,
.page-community .sidebar .block .views-exposed-widget.views-widget-filter-combine input {
  border-color: #dc5641;
  background-color: #f8ddd9;
}
/* line 191, ../sass/components/_community.scss */
.page-member .sidebar .block .views-exposed-widget.views-widget-filter-combine input:focus,
.page-community .sidebar .block .views-exposed-widget.views-widget-filter-combine input:focus {
  background: #fff;
}
/* line 193, ../sass/components/_community.scss */
.page-member .sidebar .block .bef-toggle,
.page-community .sidebar .block .bef-toggle {
  padding-left: 5px;
}
/* line 196, ../sass/components/_community.scss */
.page-member .sidebar .block .bef-checkboxes,
.page-community .sidebar .block .bef-checkboxes {
  padding: 0.25em 0.5em;
}
/* line 199, ../sass/components/_community.scss */
.page-member .sidebar .block input[type="reset"],
.page-member .sidebar .block input[type="submit"],
.page-community .sidebar .block input[type="reset"],
.page-community .sidebar .block input[type="submit"] {
  font-size: 1em;
  border-color: #dc5641;
  color: #dc5641 !important;
}
/* line 204, ../sass/components/_community.scss */
.page-member .sidebar .block input[type="reset"]:hover,
.page-member .sidebar .block input[type="submit"]:hover,
.page-community .sidebar .block input[type="reset"]:hover,
.page-community .sidebar .block input[type="submit"]:hover {
  color: #fff !important;
  background: #dc5641 !important;
}
/* line 208, ../sass/components/_community.scss */
.page-member .sidebar .block input[type="reset"]:active,
.page-member .sidebar .block input[type="submit"]:active,
.page-community .sidebar .block input[type="reset"]:active,
.page-community .sidebar .block input[type="submit"]:active {
  color: #fff !important;
  background: #4d000f !important;
  border-color: #4d000f !important;
}
/* line 213, ../sass/components/_community.scss */
.page-member .sidebar .block input[type="reset"] input[type="reset"],
.page-member .sidebar .block input[type="submit"] input[type="reset"],
.page-community .sidebar .block input[type="reset"] input[type="reset"],
.page-community .sidebar .block input[type="submit"] input[type="reset"] {
  float: right;
}

/* line 224, ../sass/components/_community.scss */
.page-user .sidebar,
.node-profile.view-mode-full .sidebar,
.page-user-profile .sidebar,
.page-member .sidebar {
  background: transparent;
}
/* line 230, ../sass/components/_community.scss */
.page-user .wrapper,
.node-profile.view-mode-full .wrapper,
.page-user-profile .wrapper,
.page-member .wrapper {
  background: #fff;
  margin: 0;
  padding: 1em;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
/* line 235, ../sass/components/_community.scss */
.page-user .wrapper .field-label,
.node-profile.view-mode-full .wrapper .field-label,
.page-user-profile .wrapper .field-label,
.page-member .wrapper .field-label {
  color: #dc5641;
}
/* line 236, ../sass/components/_community.scss */
.page-user .wrapper .fieldset-wrapper .field-label,
.node-profile.view-mode-full .wrapper .fieldset-wrapper .field-label,
.page-user-profile .wrapper .fieldset-wrapper .field-label,
.page-member .wrapper .fieldset-wrapper .field-label {
  color: #6D6E71;
}
/* line 238, ../sass/components/_community.scss */
.page-user .wrapper .field.field-type-text,
.node-profile.view-mode-full .wrapper .field.field-type-text,
.page-user-profile .wrapper .field.field-type-text,
.page-member .wrapper .field.field-type-text {
  margin-bottom: 0;
  padding-bottom: 0.5em;
}
/* line 242, ../sass/components/_community.scss */
.page-user .wrapper .field.field-type-text-with-summary,
.node-profile.view-mode-full .wrapper .field.field-type-text-with-summary,
.page-user-profile .wrapper .field.field-type-text-with-summary,
.page-member .wrapper .field.field-type-text-with-summary {
  padding-bottom: 0.5em;
  border-bottom: 2px solid #dc5641;
}
/* line 247, ../sass/components/_community.scss */
.page-user .wrapper.interests,
.node-profile.view-mode-full .wrapper.interests,
.page-user-profile .wrapper.interests,
.page-member .wrapper.interests {
  margin-top: 0;
  padding-top: 1em;
}
@media all and (min-width: 768px) {
  /* line 253, ../sass/components/_community.scss */
  .page-user .wrapper,
  .node-profile.view-mode-full .wrapper,
  .page-user-profile .wrapper,
  .page-member .wrapper {
    padding-right: 175px;
  }
}
/* line 259, ../sass/components/_community.scss */
.page-user .sidebar fieldset,
.node-profile.view-mode-full .sidebar fieldset,
.page-user-profile .sidebar fieldset,
.page-member .sidebar fieldset {
  margin: 0.25em 0;
}
/* line 262, ../sass/components/_community.scss */
.page-user .sidebar .view-email-and-flag-block,
.node-profile.view-mode-full .sidebar .view-email-and-flag-block,
.page-user-profile .sidebar .view-email-and-flag-block,
.page-member .sidebar .view-email-and-flag-block {
  margin-bottom: 0;
  padding: 0;
  margin: 0 0 1em 0;
}
/* line 266, ../sass/components/_community.scss */
.page-user .sidebar .view-email-and-flag-block > .view-content > .views-row,
.node-profile.view-mode-full .sidebar .view-email-and-flag-block > .view-content > .views-row,
.page-user-profile .sidebar .view-email-and-flag-block > .view-content > .views-row,
.page-member .sidebar .view-email-and-flag-block > .view-content > .views-row {
  padding: 1em 0;
  background: #fff;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
/* line 270, ../sass/components/_community.scss */
.page-user .sidebar .view-email-and-flag-block > .view-content > .views-row .views-field-mail,
.page-user .sidebar .view-email-and-flag-block > .view-content > .views-row .views-field-ops,
.node-profile.view-mode-full .sidebar .view-email-and-flag-block > .view-content > .views-row .views-field-mail,
.node-profile.view-mode-full .sidebar .view-email-and-flag-block > .view-content > .views-row .views-field-ops,
.page-user-profile .sidebar .view-email-and-flag-block > .view-content > .views-row .views-field-mail,
.page-user-profile .sidebar .view-email-and-flag-block > .view-content > .views-row .views-field-ops,
.page-member .sidebar .view-email-and-flag-block > .view-content > .views-row .views-field-mail,
.page-member .sidebar .view-email-and-flag-block > .view-content > .views-row .views-field-ops {
  border-right: 4px dotted #bcbdc0;
  width: 35%;
  display: inline-block;
  text-align: center;
  margin-bottom: 0em;
  padding-bottom: 0em;
  border-bottom: none;
}
/* line 278, ../sass/components/_community.scss */
.page-user .sidebar .view-email-and-flag-block > .view-content > .views-row .views-field-mail .flag,
.page-user .sidebar .view-email-and-flag-block > .view-content > .views-row .views-field-ops .flag,
.node-profile.view-mode-full .sidebar .view-email-and-flag-block > .view-content > .views-row .views-field-mail .flag,
.node-profile.view-mode-full .sidebar .view-email-and-flag-block > .view-content > .views-row .views-field-ops .flag,
.page-user-profile .sidebar .view-email-and-flag-block > .view-content > .views-row .views-field-mail .flag,
.page-user-profile .sidebar .view-email-and-flag-block > .view-content > .views-row .views-field-ops .flag,
.page-member .sidebar .view-email-and-flag-block > .view-content > .views-row .views-field-mail .flag,
.page-member .sidebar .view-email-and-flag-block > .view-content > .views-row .views-field-ops .flag {
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  text-transform: uppercase;
  color: #28a98d !important;
  display: inline-block;
  background: #fff;
  border: 2px solid #28a98d;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 0.2em 0.4em;
  text-decoration: none !important;
  color: #fff;
  background: #cc0000 !important;
  border-color: #cc0000 !important;
  font-size: 0;
  padding: 4px 2px;
  background: #fff;
}
/* line 292, ../sass/_mixins.scss */
.page-user .sidebar .view-email-and-flag-block > .view-content > .views-row .views-field-mail .flag:hover,
.page-user .sidebar .view-email-and-flag-block > .view-content > .views-row .views-field-ops .flag:hover,
.node-profile.view-mode-full .sidebar .view-email-and-flag-block > .view-content > .views-row .views-field-mail .flag:hover,
.node-profile.view-mode-full .sidebar .view-email-and-flag-block > .view-content > .views-row .views-field-ops .flag:hover,
.page-user-profile .sidebar .view-email-and-flag-block > .view-content > .views-row .views-field-mail .flag:hover,
.page-user-profile .sidebar .view-email-and-flag-block > .view-content > .views-row .views-field-ops .flag:hover,
.page-member .sidebar .view-email-and-flag-block > .view-content > .views-row .views-field-mail .flag:hover,
.page-member .sidebar .view-email-and-flag-block > .view-content > .views-row .views-field-ops .flag:hover {
  background: #078167 !important;
  text-decoration: none !important;
  color: #fff !important;
  cursor: pointer;
}
/* line 298, ../sass/_mixins.scss */
.page-user .sidebar .view-email-and-flag-block > .view-content > .views-row .views-field-mail .flag:active,
.page-user .sidebar .view-email-and-flag-block > .view-content > .views-row .views-field-ops .flag:active,
.node-profile.view-mode-full .sidebar .view-email-and-flag-block > .view-content > .views-row .views-field-mail .flag:active,
.node-profile.view-mode-full .sidebar .view-email-and-flag-block > .view-content > .views-row .views-field-ops .flag:active,
.page-user-profile .sidebar .view-email-and-flag-block > .view-content > .views-row .views-field-mail .flag:active,
.page-user-profile .sidebar .view-email-and-flag-block > .view-content > .views-row .views-field-ops .flag:active,
.page-member .sidebar .view-email-and-flag-block > .view-content > .views-row .views-field-mail .flag:active,
.page-member .sidebar .view-email-and-flag-block > .view-content > .views-row .views-field-ops .flag:active {
  transition: all 0.1s linear;
  background: #078167 !important;
  border-color: #078167 !important;
  color: #fff !important;
  cursor: pointer;
}
/* line 329, ../sass/_mixins.scss */
.page-user .sidebar .view-email-and-flag-block > .view-content > .views-row .views-field-mail .flag:hover,
.page-user .sidebar .view-email-and-flag-block > .view-content > .views-row .views-field-ops .flag:hover,
.node-profile.view-mode-full .sidebar .view-email-and-flag-block > .view-content > .views-row .views-field-mail .flag:hover,
.node-profile.view-mode-full .sidebar .view-email-and-flag-block > .view-content > .views-row .views-field-ops .flag:hover,
.page-user-profile .sidebar .view-email-and-flag-block > .view-content > .views-row .views-field-mail .flag:hover,
.page-user-profile .sidebar .view-email-and-flag-block > .view-content > .views-row .views-field-ops .flag:hover,
.page-member .sidebar .view-email-and-flag-block > .view-content > .views-row .views-field-mail .flag:hover,
.page-member .sidebar .view-email-and-flag-block > .view-content > .views-row .views-field-ops .flag:hover {
  background: #ad2f1c !important;
  border-color: #ad2f1c !important;
}
/* line 333, ../sass/_mixins.scss */
.page-user .sidebar .view-email-and-flag-block > .view-content > .views-row .views-field-mail .flag:active,
.page-user .sidebar .view-email-and-flag-block > .view-content > .views-row .views-field-ops .flag:active,
.node-profile.view-mode-full .sidebar .view-email-and-flag-block > .view-content > .views-row .views-field-mail .flag:active,
.node-profile.view-mode-full .sidebar .view-email-and-flag-block > .view-content > .views-row .views-field-ops .flag:active,
.page-user-profile .sidebar .view-email-and-flag-block > .view-content > .views-row .views-field-mail .flag:active,
.page-user-profile .sidebar .view-email-and-flag-block > .view-content > .views-row .views-field-ops .flag:active,
.page-member .sidebar .view-email-and-flag-block > .view-content > .views-row .views-field-mail .flag:active,
.page-member .sidebar .view-email-and-flag-block > .view-content > .views-row .views-field-ops .flag:active {
  background: #ad2f1c !important;
  border-color: #ad2f1c !important;
}
/* line 283, ../sass/components/_community.scss */
.page-user .sidebar .view-email-and-flag-block > .view-content > .views-row .views-field-mail .flag:after,
.page-user .sidebar .view-email-and-flag-block > .view-content > .views-row .views-field-ops .flag:after,
.node-profile.view-mode-full .sidebar .view-email-and-flag-block > .view-content > .views-row .views-field-mail .flag:after,
.node-profile.view-mode-full .sidebar .view-email-and-flag-block > .view-content > .views-row .views-field-ops .flag:after,
.page-user-profile .sidebar .view-email-and-flag-block > .view-content > .views-row .views-field-mail .flag:after,
.page-user-profile .sidebar .view-email-and-flag-block > .view-content > .views-row .views-field-ops .flag:after,
.page-member .sidebar .view-email-and-flag-block > .view-content > .views-row .views-field-mail .flag:after,
.page-member .sidebar .view-email-and-flag-block > .view-content > .views-row .views-field-ops .flag:after {
  font-size: 24px;
  line-height: 1.2;
}
/* line 289, ../sass/components/_community.scss */
.page-user .sidebar .view-email-and-flag-block > .view-content > .views-row .views-field-mail,
.node-profile.view-mode-full .sidebar .view-email-and-flag-block > .view-content > .views-row .views-field-mail,
.page-user-profile .sidebar .view-email-and-flag-block > .view-content > .views-row .views-field-mail,
.page-member .sidebar .view-email-and-flag-block > .view-content > .views-row .views-field-mail {
  border-right: none;
  width: 60%;
  display: inline-block;
}
/* line 294, ../sass/components/_community.scss */
.page-user .sidebar .view-email-and-flag-block > .view-content > .views-row .views-field-mail .btn,
.node-profile.view-mode-full .sidebar .view-email-and-flag-block > .view-content > .views-row .views-field-mail .btn,
.page-user-profile .sidebar .view-email-and-flag-block > .view-content > .views-row .views-field-mail .btn,
.page-member .sidebar .view-email-and-flag-block > .view-content > .views-row .views-field-mail .btn {
  font-size: 24px;
  line-height: 1.2;
  background: #fff;
}
/* line 303, ../sass/components/_community.scss */
.page-user .block__title,
.node-profile.view-mode-full .block__title,
.page-user-profile .block__title,
.page-member .block__title {
  font-size: 1em;
  color: #dc5641;
  text-align: center;
  background: transparent;
  padding: 0;
}
/* line 310, ../sass/components/_community.scss */
.page-user .view__title,
.node-profile.view-mode-full .view__title,
.page-user-profile .view__title,
.page-member .view__title {
  font-size: 1.5em;
  color: #dc5641;
  padding: 0;
  margin: 1em 0;
}

/* line 318, ../sass/components/_community.scss */
.views-row.community-teaser {
  padding: 0;
  margin: 0;
}
/* line 322, ../sass/components/_community.scss */
.views-row.community-teaser.views-row-1 {
  border: none;
}
@media all and (min-width: 768px) {
  /* line 325, ../sass/components/_community.scss */
  .views-row.community-teaser.views-row-2 {
    border: none;
  }
}
/* line 330, ../sass/components/_community.scss */
.views-row.community-teaser .field.field-name-field-profile-image {
  margin: 0;
}
/* line 333, ../sass/components/_community.scss */
.views-row.community-teaser h2 {
  color: #dc5641;
  font-size: 1em;
  padding: 1em 90px 1em 1em;
  margin: 0;
  position: relative;
}
/* line 341, ../sass/components/_community.scss */
.views-row.community-teaser h2 img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid #dc5641;
  border-width: 2px;
  width: 75px;
  height: 75px;
  margin: 0;
  position: absolute;
  top: 6px;
  right: 12px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.85em;
  line-height: 2;
  text-align: center;
  vertical-align: middle;
}
/* line 358, ../sass/components/_community.scss */
.views-row.community-teaser .wrapper {
  background: #fff;
  padding: 1em;
  margin: 0 0 0em 0;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
/* line 363, ../sass/components/_community.scss */
.views-row.community-teaser .wrapper .field,
.views-row.community-teaser .wrapper p {
  font-size: 1em;
  margin-bottom: 0.5em;
}
/* line 367, ../sass/components/_community.scss */
.views-row.community-teaser .wrapper .field .country,
.views-row.community-teaser .wrapper p .country {
  float: left;
  width: 70%;
  border-bottom: 2px solid #dc5641;
  padding-bottom: 0.5em;
}
/* line 373, ../sass/components/_community.scss */
.views-row.community-teaser .wrapper .field .morebtn,
.views-row.community-teaser .wrapper p .morebtn {
  font-size: 1em;
  text-align: center;
  float: right;
  width: 25%;
}
/* line 382, ../sass/components/_community.scss */
.views-row.community-teaser .wrapper .field_organisation,
.views-row.community-teaser .wrapper .field-name-field-organisation {
  padding-right: 90px;
  min-height: 1.75em;
}
/* line 388, ../sass/components/_community.scss */
.views-row.community-teaser.products h2 {
  color: #005E84;
  background: #d5ecef;
}
/* line 391, ../sass/components/_community.scss */
.views-row.community-teaser.products h2 img {
  border-color: #00aaad;
}
/* line 395, ../sass/components/_community.scss */
.views-row.community-teaser.products .wrapper {
  padding: 1em 0;
}
/* line 397, ../sass/components/_community.scss */
.views-row.community-teaser.products .wrapper p .country {
  border-color: #00aaad;
}
/* line 400, ../sass/components/_community.scss */
.views-row.community-teaser.products .wrapper p .morebtn .btn.red.small {
  border-color: #00aaad !important;
  color: #00aaad !important;
}
/* line 403, ../sass/components/_community.scss */
.views-row.community-teaser.products .wrapper p .morebtn .btn.red.small:hover {
  background: #00aaad !important;
  color: #fff !important;
}
/* line 405, ../sass/components/_community.scss */
.views-row.community-teaser.products .wrapper p .morebtn .btn.red.small:active {
  background: #00494d !important;
  border-color: #00494d !important;
}

/* line 414, ../sass/components/_community.scss */
.page-community .sidebar {
  background: #fff;
}

/* line 419, ../sass/components/_community.scss */
.page-member .sidebar .block {
  padding: 0;
}

/* line 424, ../sass/components/_community.scss */
.sidebar .views-row.community-teaser.views-row-2 {
  font-size: 110%;
}

/* line 429, ../sass/components/_community.scss */
.group-other-interests .field-item:before {
  content: "";
  font-family: 'networknature';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin: 0 .25em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #dc5641;
}

/**
 * @file
 * Print styling
 *
 * We provide some sane print styling for Drupal using Zen's layout method.
 */
/**
 * By importing this CSS file as media "all", we allow this print file to be
 * aggregated with other stylesheets, for improved front-end performance.
 */
@media print {
  /* Underline all links. */
  /* line 15, ../sass/_print.scss */
  a:link,
  a:visited {
    text-decoration: underline !important;
    /* Don't underline header. */
  }
  /* line 20, ../sass/_print.scss */
  a:link.header__site-link,
  a:visited.header__site-link {
    text-decoration: none !important;
  }

  /* line 25, ../sass/_print.scss */
  #content {
    /* Add visible URL after links. */
    /* Only display useful links. */
    /* Add visible title after abbreviations. */
  }
  /* line 27, ../sass/_print.scss */
  #content a[href]:after {
    content: " (" attr(href) ")";
    font-weight: normal;
    font-size: 16px;
  }
  /* line 34, ../sass/_print.scss */
  #content a[href^="javascript:"]:after,
  #content a[href^="#"]:after {
    content: "";
  }
  /* line 40, ../sass/_print.scss */
  #content abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* Un-float the content. */
  /* line 46, ../sass/_print.scss */
  #content {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Turn off any background colors or images. */
  /* line 54, ../sass/_print.scss */
  body,
  #page,
  #main,
  #content {
    color: #000;
    background-color: transparent !important;
    background-image: none !important;
  }

  /* Hide sidebars and nav elements. */
  /* line 64, ../sass/_print.scss */
  #skip-link,
  #toolbar,
  #navigation,
  .region-sidebar-first,
  .region-sidebar-second,
  #footer,
  .breadcrumb,
  .tabs,
  .action-links,
  .links,
  .book-navigation,
  .forum-topic-navigation,
  .pager,
  .feed-icons {
    visibility: hidden;
    display: none;
  }
}
/* line 47, ../sass/styles.scss */
.outer-wrapper {
  position: relative;
}

/* line 52, ../sass/styles.scss */
#navigation {
  z-index: 600;
  background: #f5a454;
  position: fixed;
  top: -100%;
  left: 0;
  right: 0;
  transition-property: top, bottom;
  transition-duration: 0.5s;
  transform-style: ease;
  display: block;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.66);
}
/* line 66, ../sass/styles.scss */
.open #navigation {
  top: 5rem;
}

/* line 71, ../sass/styles.scss */
header.header {
  z-index: 800;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.66);
  transition-property: box-shadow;
  transition-duration: 0.25s;
  transform-style: ease;
  height: 5rem;
  position: fixed;
  width: 100%;
  background: #005E84;
  border-top: 4px solid #f5a454;
}
/* line 83, ../sass/styles.scss */
header.header .header__logo {
  width: 150px;
  height: auto;
}
/* line 86, ../sass/styles.scss */
header.header .header__logo img {
  width: 100%;
  margin: 0 0 15px 0;
}
/* line 93, ../sass/styles.scss */
header.header .page-wrapper {
  position: relative;
}
/* line 96, ../sass/styles.scss */
header.header .header__logo {
  float: right;
  float: left;
}
/* line 100, ../sass/styles.scss */
header.header .header__region,
header.header .hamburger,
header.header .user-menu {
  clear: none;
  float: right;
}
/* line 106, ../sass/styles.scss */
header.header .user-menu * {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #fff;
}

/* line 112, ../sass/styles.scss */
.open header.header {
  box-shadow: none;
  transition-duration: 0;
}

/* line 117, ../sass/styles.scss */
.user-menu {
  padding-top: 0px;
}

/* line 121, ../sass/styles.scss */
.content_row {
  clear: both;
}
/* line 123, ../sass/styles.scss */
.content_row:after {
  content: "";
  display: table;
  clear: both;
}

/* line 131, ../sass/styles.scss */
.views-field-type h4 {
  background: #FFD91A;
  color: black;
  font-size: 0.75em;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  padding: 2px 9px;
  margin: 0;
  display: inline-block;
}

/* line 143, ../sass/styles.scss */
.news-lead {
  margin: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  background: #005E84;
  color: #fff;
}
/* line 148, ../sass/styles.scss */
.news-lead h2 {
  font-size: 28px;
  margin: 0;
}
/* line 152, ../sass/styles.scss */
.news-lead p {
  font-size: 1em;
  margin: 6px 0 0 0;
}
/* line 156, ../sass/styles.scss */
.news-lead a {
  color: #fff;
  text-decoration: none;
}
/* line 160, ../sass/styles.scss */
.news-lead .views-field-nothing {
  position: relative;
  padding: 30px 15px 15px 15px;
}
@media all and (min-width: 600px) {
  /* line 160, ../sass/styles.scss */
  .news-lead .views-field-nothing {
    padding: 15px 15px 15px 72px;
  }
}
/* line 166, ../sass/styles.scss */
.news-lead .views-field-nothing .views-field-type h4 {
  position: absolute;
  top: 0;
  left: 0;
}
/* line 172, ../sass/styles.scss */
.news-lead img {
  display: block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

/* line 179, ../sass/styles.scss */
.news-secondary {
  margin: 0;
}
@media all and (min-width: 600px) {
  /* line 181, ../sass/styles.scss */
  .news-secondary .views-field-field-image {
    width: 25%;
    float: left;
    margin: 0 15px 0 0;
  }
}
@media all and (min-width: 700px) {
  /* line 181, ../sass/styles.scss */
  .news-secondary .views-field-field-image {
    width: 33%;
    float: left;
    margin: 0 15px 0 0;
  }
}
/* line 192, ../sass/styles.scss */
.news-secondary .views-field-field-image img {
  width: 100%;
  margin: 0;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 10px;
}
@media all and (min-width: 800px) {
  /* line 192, ../sass/styles.scss */
  .news-secondary .views-field-field-image img {
    margin: 0;
  }
}
/* line 203, ../sass/styles.scss */
.news-secondary .views-row {
  box-sizing: border-box;
  position: relative;
  padding: 10px;
  margin: 0 0 15px 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 6px #666;
}
/* line 211, ../sass/styles.scss */
.news-secondary .views-row:hover {
  box-shadow: 0px 0px 6px #000;
}
/* line 214, ../sass/styles.scss */
.news-secondary .views-row:after {
  content: "";
  display: table;
  clear: both;
}
/* line 219, ../sass/styles.scss */
.news-secondary .views-row.views-row-last {
  margin-bottom: 0;
}
/* line 222, ../sass/styles.scss */
.news-secondary .views-row .views-field-type h4 {
  position: absolute;
  top: 20px;
  left: 0;
  padding-left: 10px;
}
/* line 228, ../sass/styles.scss */
.news-secondary .views-row h3 {
  font-size: 1em;
  margin: 0;
}
/* line 232, ../sass/styles.scss */
.news-secondary .views-row p {
  font-size: 0.85em;
  margin: 6px 0 0 0;
}
/* line 236, ../sass/styles.scss */
.news-secondary .views-row.views-row-last {
  margin-bottom: 0;
}
/* line 240, ../sass/styles.scss */
.news-secondary.infinite-scroll {
  margin-left: 0;
  float: none;
  width: 100%;
}
/* line 244, ../sass/styles.scss */
.news-secondary.infinite-scroll .view-content {
  width: 100%;
  float: none;
  clear: both;
}
/* line 249, ../sass/styles.scss */
.news-secondary.infinite-scroll .view-content .views-row.views-row-last {
  margin-bottom: 15px;
}

/* line 258, ../sass/styles.scss */
.page-node-21160 .content_row.row_1 .page-wrapper {
  padding-bottom: 7px;
}
/* line 261, ../sass/styles.scss */
.page-node-21160 .content_row.row_1_1 .page-wrapper {
  padding-top: 7px;
}

@media all and (max-width: 800px) {
  /* line 267, ../sass/styles.scss */
  .news-secondary:not(.infinite-scroll) {
    margin-top: 15px;
  }
}
@media all and (min-width: 800px) {
  /* line 273, ../sass/styles.scss */
  .page-node-21160 .region-content-blocks-row-1 {
    display: flex;
    justify-content: space-between;
  }

  /* line 277, ../sass/styles.scss */
  .news-lead {
    width: 49.25%;
    float: left;
    margin: 0;
  }

  /* line 282, ../sass/styles.scss */
  .news-secondary {
    float: right;
    width: 49.25%;
    margin: 0;
  }
  /* line 287, ../sass/styles.scss */
  .news-secondary .views-row.views-row-last {
    margin-bottom: 0;
  }
  /* line 293, ../sass/styles.scss */
  .news-secondary.infinite-scroll .view-content .views-row {
    width: 49.25%;
  }
  /* line 295, ../sass/styles.scss */
  .news-secondary.infinite-scroll .view-content .views-row.views-row-odd {
    float: left;
    clear: left;
  }
  /* line 299, ../sass/styles.scss */
  .news-secondary.infinite-scroll .view-content .views-row.views-row-even {
    float: right;
  }
}
/* line 309, ../sass/styles.scss */
.infinite-scroll .views-row:nth-child(1) {
  display: none;
}
/* line 312, ../sass/styles.scss */
.infinite-scroll .views-row:nth-child(2) {
  display: none;
}

/* line 317, ../sass/styles.scss */
div#views_infinite_scroll_button {
  width: 100%;
  clear: both;
  text-align: center;
  padding: 10px 0;
}
/* line 322, ../sass/styles.scss */
div#views_infinite_scroll_button a {
  font-size: 1.4em;
}

/* line 327, ../sass/styles.scss */
div#views_infinite_scroll-ajax-loader {
  display: none;
}

/* line 331, ../sass/styles.scss */
.content_row.wide {
  border-top: 4px solid #86bac7;
  background: #86bac7;
  border-bottom: 4px solid #86bac7;
  background-image: url("/sites/default/files/images/logos/Network_Nature_symbol_white.svg");
  background-repeat: no-repeat;
  background-size: auto 95%;
  background-position: 95% center;
}
@media all and (min-width: 768px) {
  /* line 331, ../sass/styles.scss */
  .content_row.wide {
    background-image: url("/sites/default/files/images/logos/Network_Nature_symbol_white_cropped.svg");
    background-size: auto 100%;
  }
}
/* line 343, ../sass/styles.scss */
.content_row.wide.row_4 {
  background-color: #f5a454;
  border-color: #f5a454;
}
/* line 354, ../sass/styles.scss */
.content_row.wide.row_8 {
  margin-bottom: 45px;
}
/* line 367, ../sass/styles.scss */
.content_row.wide .nn-survey.row-block p.logo {
  width: 100%;
}
/* line 370, ../sass/styles.scss */
.content_row.wide .nn-survey.row-block div:not(.contextual-links-wrapper) {
  width: 100%;
  margin: 1em 0;
  text-align: left;
}
/* line 374, ../sass/styles.scss */
.content_row.wide .nn-survey.row-block div:not(.contextual-links-wrapper) h2 {
  margin: 0 0 4px 0;
}
/* line 377, ../sass/styles.scss */
.content_row.wide .nn-survey.row-block div:not(.contextual-links-wrapper) p {
  width: 100%;
  margin: 0;
}
/* line 382, ../sass/styles.scss */
.content_row.wide .nn-survey.row-block .project_logo {
  margin: -15px 5% 0 0;
}
@media all and (min-width: 768px) {
  /* line 386, ../sass/styles.scss */
  .content_row.wide .nn-survey.row-block p.logo {
    width: 33%;
  }
  /* line 389, ../sass/styles.scss */
  .content_row.wide .nn-survey.row-block div:not(.contextual-links-wrapper) {
    width: 66%;
  }
}

/* line 399, ../sass/styles.scss */
.embedded-map {
  padding: 20px 0;
}
/* line 401, ../sass/styles.scss */
.embedded-map h2.block__title {
  font-size: 1.5em;
  color: #1a1a1a;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 20px 0;
}
/* line 408, ../sass/styles.scss */
.embedded-map p.videoWrapper {
  margin-bottom: 20px;
}

/* line 414, ../sass/styles.scss */
.row-block,
.more-about-the-project {
  margin: 0;
}
@media all and (min-width: 768px) {
  /* line 414, ../sass/styles.scss */
  .row-block,
  .more-about-the-project {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
/* line 422, ../sass/styles.scss */
.row-block p,
.more-about-the-project p {
  font-size: 1.4em;
  margin: 0.5em 1em 0 0.5em;
  text-align: center;
}
@media all and (min-width: 768px) {
  /* line 422, ../sass/styles.scss */
  .row-block p,
  .more-about-the-project p {
    width: 66%;
    margin: 1em 0;
    text-align: left;
  }
  /* line 430, ../sass/styles.scss */
  .row-block p.logo,
  .more-about-the-project p.logo {
    width: 33%;
  }
}
@media all and (min-width: 960px) {
  /* line 422, ../sass/styles.scss */
  .row-block p,
  .more-about-the-project p {
    width: 69%;
    margin: 1em 0;
    text-align: left;
  }
  /* line 439, ../sass/styles.scss */
  .row-block p.logo,
  .more-about-the-project p.logo {
    width: 28%;
  }
}
/* line 445, ../sass/styles.scss */
.row-block h2.block__title,
.more-about-the-project h2.block__title {
  margin: 1em 1em 0 0;
  text-align: center;
}
@media all and (min-width: 768px) {
  /* line 445, ../sass/styles.scss */
  .row-block h2.block__title,
  .more-about-the-project h2.block__title {
    font-size: 2em;
    text-align: left;
  }
}
/* line 453, ../sass/styles.scss */
.row-block .more-about-the-project_logo,
.more-about-the-project .more-about-the-project_logo {
  max-width: 250px;
  width: 95%;
}
@media all and (min-width: 768px) {
  /* line 453, ../sass/styles.scss */
  .row-block .more-about-the-project_logo,
  .more-about-the-project .more-about-the-project_logo {
    margin: -15px 5% 0 0;
  }
}
/* line 460, ../sass/styles.scss */
.row-block .btn,
.more-about-the-project .btn {
  margin-top: 12px;
}
/* line 467, ../sass/styles.scss */
.row-block.join,
.more-about-the-project.join {
  background-image: none;
}
@media all and (min-width: 768px) {
  /* line 470, ../sass/styles.scss */
  .row-block.join p,
  .more-about-the-project.join p {
    order: 2;
    width: 44%;
  }
  /* line 474, ../sass/styles.scss */
  .row-block.join p.logo-1,
  .more-about-the-project.join p.logo-1 {
    order: 1;
    width: 35%;
  }
  /* line 478, ../sass/styles.scss */
  .row-block.join p.logo-2,
  .more-about-the-project.join p.logo-2 {
    order: 3;
    width: 25%;
  }
}
@media all and (min-width: 768px) and (min-width: 960px) {
  /* line 484, ../sass/styles.scss */
  .row-block.join p,
  .more-about-the-project.join p {
    width: 40%;
  }
  /* line 487, ../sass/styles.scss */
  .row-block.join p.logo-1,
  .more-about-the-project.join p.logo-1 {
    width: 30%;
  }
  /* line 490, ../sass/styles.scss */
  .row-block.join p.logo-2,
  .more-about-the-project.join p.logo-2 {
    width: 30%;
  }
}

/* line 496, ../sass/styles.scss */
.row-block.join img.oppla_logo,
.more-about-the-project.join img.oppla_logo {
  width: 100%;
  max-width: 225px;
  float: none;
  clear: both;
  margin: 20px auto;
  display: block;
}
@media all and (min-width: 768px) {
  /* line 496, ../sass/styles.scss */
  .row-block.join img.oppla_logo,
  .more-about-the-project.join img.oppla_logo {
    margin: 0 0 0 10%;
    width: 90%;
  }
}

/* line 512, ../sass/styles.scss */
.block.semester h2.block__title {
  font-size: 1.85em;
}
@media all and (min-width: 768px) {
  /* line 512, ../sass/styles.scss */
  .block.semester h2.block__title {
    font-size: 2.15em;
    line-height: 1.1;
    margin-top: 0;
    max-width: 35%;
    padding-right: 5%;
  }
}
/* line 522, ../sass/styles.scss */
.block.semester .btn.blue:hover {
  background: #a96929 !important;
  border-color: #a96929 !important;
}

/* line 528, ../sass/styles.scss */
.find-out-more-about-the-eu {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
}
@media all and (min-width: 768px) {
  /* line 528, ../sass/styles.scss */
  .find-out-more-about-the-eu {
    flex-direction: row;
  }
}
/* line 536, ../sass/styles.scss */
.find-out-more-about-the-eu p {
  font-size: 1.4em;
  margin: 0;
  text-align: center;
}
/* line 540, ../sass/styles.scss */
.find-out-more-about-the-eu p .eu_logo {
  max-width: 250px;
  width: 80%;
  margin: 20px 0;
}
@media all and (min-width: 768px) {
  /* line 547, ../sass/styles.scss */
  .find-out-more-about-the-eu p {
    width: 35%;
    margin: 0;
    text-align: center;
  }
  /* line 551, ../sass/styles.scss */
  .find-out-more-about-the-eu p .eu_logo {
    max-width: 180px;
    width: 80%;
    margin: 0 20px 0 0;
  }
  /* line 557, ../sass/styles.scss */
  .find-out-more-about-the-eu p:last-child {
    width: 60%;
    text-align: left;
  }
}

/* line 565, ../sass/styles.scss */
.block.block-views.front-page-blocks {
  background: #0d748f;
  padding: 30px 10px 10px 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  margin: 30px 0;
}
/* line 572, ../sass/styles.scss */
.block.block-views.front-page-blocks .view-content {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  flex-wrap: wrap;
}
/* line 577, ../sass/styles.scss */
.block.block-views.front-page-blocks .view-content .views-row {
  max-width: 20%;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}
@media (max-width: 960px) {
  /* line 577, ../sass/styles.scss */
  .block.block-views.front-page-blocks .view-content .views-row {
    max-width: 40%;
  }
}
@media (max-width: 550px) {
  /* line 577, ../sass/styles.scss */
  .block.block-views.front-page-blocks .view-content .views-row {
    max-width: 80%;
  }
}
/* line 591, ../sass/styles.scss */
.block.block-views.front-page-blocks .view-content .views-row .views-field-nothing {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}
/* line 597, ../sass/styles.scss */
.block.block-views.front-page-blocks .view-content .views-row img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: block;
  width: 100%;
  border-bottom: 2px #FFD91A solid;
}
/* line 604, ../sass/styles.scss */
.block.block-views.front-page-blocks .view-content .views-row .event-wrapper {
  display: flex;
  flex-direction: column;
  padding: 10px;
  position: relative;
  height: 100%;
  padding: 20px 10px 10px 10px;
}
/* line 613, ../sass/styles.scss */
.block.block-views.front-page-blocks .view-content .views-row .event-wrapper .views-field-type h4 {
  position: absolute;
  top: 0;
  left: 0;
}
/* line 618, ../sass/styles.scss */
.block.block-views.front-page-blocks .view-content .views-row .event-wrapper h3 {
  flex: 1 0 auto;
  margin: 0;
}
/* line 622, ../sass/styles.scss */
.block.block-views.front-page-blocks .view-content .views-row .event-wrapper p {
  margin: 3px 0;
  padding: 3px 0;
}
/* line 625, ../sass/styles.scss */
.block.block-views.front-page-blocks .view-content .views-row .event-wrapper p.event_date {
  border-top: 2px solid #AFDBD7;
}
/* line 628, ../sass/styles.scss */
.block.block-views.front-page-blocks .view-content .views-row .event-wrapper p.event_location {
  border-top: 2px solid #AFDBD7;
  border-bottom: 2px solid #AFDBD7;
}
/* line 634, ../sass/styles.scss */
.block.block-views.front-page-blocks .view-content .views-row:after {
  content: "";
  display: table;
  clear: both;
}
/* line 641, ../sass/styles.scss */
.block.block-views.front-page-blocks .view-footer {
  clear: both;
  text-align: center;
  width: 100%;
  padding: 20px 0;
}
/* line 646, ../sass/styles.scss */
.block.block-views.front-page-blocks .view-footer p {
  font-size: 1.5em;
  margin: 0;
}
/* line 651, ../sass/styles.scss */
.block.block-views.front-page-blocks .view-footer .btn.white {
  background: #77c5b7;
  border-color: #77c5b7;
}
/* line 654, ../sass/styles.scss */
.block.block-views.front-page-blocks .view-footer .btn.white:hover {
  background: #078167;
  border-color: #078167;
}
/* line 659, ../sass/styles.scss */
.block.block-views.front-page-blocks:after {
  content: "";
  display: table;
  clear: both;
}
/* line 664, ../sass/styles.scss */
.block.block-views.front-page-blocks.case-studies {
  background: #28a98d;
  background-color: #afd1da;
}
/* line 667, ../sass/styles.scss */
.block.block-views.front-page-blocks.case-studies h2.block-title {
  font-size: 1.75em;
  color: #1a1a1a;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 15px 0;
}
/* line 674, ../sass/styles.scss */
.block.block-views.front-page-blocks.case-studies .view-content .views-row {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 10px;
  max-width: 27%;
}
@media (max-width: 768px) {
  /* line 674, ../sass/styles.scss */
  .block.block-views.front-page-blocks.case-studies .view-content .views-row {
    max-width: 90%;
  }
}
/* line 683, ../sass/styles.scss */
.block.block-views.front-page-blocks.case-studies .view-content .views-row h4 {
  position: absolute;
  top: 20px;
  left: 0;
  padding-left: 10px;
}
/* line 689, ../sass/styles.scss */
.block.block-views.front-page-blocks.case-studies .view-content .views-row .views-field-title {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}
/* line 694, ../sass/styles.scss */
.block.block-views.front-page-blocks.case-studies .view-content .views-row h3 {
  font-size: 1.15em;
  margin: 5px 0;
}
/* line 697, ../sass/styles.scss */
.block.block-views.front-page-blocks.case-studies .view-content .views-row h3 a {
  color: #0d748f;
}
/* line 701, ../sass/styles.scss */
.block.block-views.front-page-blocks.case-studies .view-content .views-row img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  display: block;
  width: 100%;
  border-bottom: none;
}
/* line 708, ../sass/styles.scss */
.block.block-views.front-page-blocks.case-studies .view-content .views-row p {
  margin: 3px 0;
}
/* line 713, ../sass/styles.scss */
.block.block-views.front-page-blocks.nbs-marketplace {
  background: #005E84 !important;
}
/* line 715, ../sass/styles.scss */
.block.block-views.front-page-blocks.nbs-marketplace h2.block-title {
  color: #fff !important;
}

@media (min-width: 768px) {
  /* line 722, ../sass/styles.scss */
  article.node-event.node-teaser,
  article.node-news-article.node-teaser {
    padding-right: 390px;
  }
  /* line 726, ../sass/styles.scss */
  article.node-event.node-teaser .field-name-body,
  article.node-news-article.node-teaser .field-name-body {
    padding-right: 0;
  }
}

/* line 733, ../sass/styles.scss */
p.videoWrapper {
  float: none;
  clear: both;
  margin: 0;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 0;
  height: 0;
}
/* line 742, ../sass/styles.scss */
p.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 1, ../sass/_casestudy.scss */
a.clickable-terms {
  padding: 0.25em 0.5em;
  display: inline-block;
  background: #28a98d;
  color: #fff;
  margin: 0 6px 6px 0;
  text-decoration: none;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 0.85em;
}
/* line 11, ../sass/_casestudy.scss */
a.clickable-terms:hover {
  background: #078167;
}
/* line 14, ../sass/_casestudy.scss */
a.clickable-terms:active {
  background: #078167;
}

/* line 19, ../sass/_casestudy.scss */
.leaflet-container {
  margin-top: 15px;
  font-family: inherit;
  font-size: 1em;
}

/* line 25, ../sass/_casestudy.scss */
.leaflet-popup-content h3 {
  font-size: 1em;
}
/* line 27, ../sass/_casestudy.scss */
.leaflet-popup-content h3 a {
  color: #6D6E71;
  text-decoration: none;
}
/* line 30, ../sass/_casestudy.scss */
.leaflet-popup-content h3 a:hover {
  color: #00aaad;
}
/* line 35, ../sass/_casestudy.scss */
.leaflet-popup-content p {
  font-size: 0.85em;
  margin: 0.5em 0;
  border-top: 4px solid #00aaad;
  padding-top: 5px;
}
/* line 40, ../sass/_casestudy.scss */
.leaflet-popup-content p.more {
  border-top: none;
  padding-top: 0;
  text-align: right;
}
/* line 44, ../sass/_casestudy.scss */
.leaflet-popup-content p.more .btn {
  font-size: 1em;
}

/* line 59, ../sass/_casestudy.scss */
.case-study-blocks {
  background: #f5a454;
  background: #AFDBD7;
  padding: 0 15px 15px 15px;
  margin-bottom: 15px;
}
/* line 65, ../sass/_casestudy.scss */
.case-study-blocks h2.views-label {
  color: #fff;
  font-size: 1.15em;
  text-transform: uppercase;
  background: #005E84;
  padding: 10px 15px;
  margin: 10px -15px 10px -15px;
  font-weight: 600;
}
/* line 75, ../sass/_casestudy.scss */
.case-study-blocks .views-field:first-child h2.views-label {
  margin-top: 0;
}
/* line 79, ../sass/_casestudy.scss */
.case-study-blocks p,
.case-study-blocks ul {
  margin: 0.5em 0;
}
/* line 83, ../sass/_casestudy.scss */
.case-study-blocks .attachment-before {
  padding: 15px 0 0.5em 0;
  margin: 0 0 0.25em 0;
}
/* line 93, ../sass/_casestudy.scss */
.case-study-blocks .list ul {
  margin: 0;
  padding-left: 1em;
}
/* line 96, ../sass/_casestudy.scss */
.case-study-blocks .list ul li {
  margin-bottom: 3px;
  padding: 0;
}
/* line 394, ../sass/_mixins.scss */
.case-study-blocks .list ul li::marker {
  color: #005E84;
  font-size: 1.2em;
}
/* line 98, ../sass/_casestudy.scss */
.case-study-blocks .list ul li a {
  text-decoration: none;
}
/* line 100, ../sass/_casestudy.scss */
.case-study-blocks .list ul li a:hover {
  text-decoration: underline;
}
/* line 105, ../sass/_casestudy.scss */
.case-study-blocks .list ul li li:last-child {
  margin-bottom: 0;
}

/* line 113, ../sass/_casestudy.scss */
.views-label-title p {
  margin-bottom: 3px;
  padding: 0;
}
/* line 394, ../sass/_mixins.scss */
.views-label-title p::marker {
  color: blue;
  font-size: 1.2em;
}

/* line 132, ../sass/_casestudy.scss */
.view-case-study-map hr {
  border: none;
  border-top: 4px dotted #bcbdc0;
}

/* line 138, ../sass/_casestudy.scss */
.node-case-study .field ul {
  padding-left: 1em;
}
/* line 140, ../sass/_casestudy.scss */
.node-case-study .field ul li {
  margin-bottom: 3px;
  padding: 0;
}
/* line 394, ../sass/_mixins.scss */
.node-case-study .field ul li::marker {
  color: #005E84;
  font-size: 1.2em;
}
/* line 144, ../sass/_casestudy.scss */
.node-case-study.node-teaser {
  background: #fff;
  margin: 1em 0;
}
/* line 148, ../sass/_casestudy.scss */
.node-case-study.node-teaser h2 {
  margin: 0 0 0.5em 0;
}
@media all and (min-width: 768px) {
  /* line 152, ../sass/_casestudy.scss */
  .node-case-study.node-teaser .field-name-field-image {
    float: right;
    margin: 0 0 1em 1em;
    width: 33%;
  }
}
/* line 158, ../sass/_casestudy.scss */
.node-case-study.node-teaser .more-link {
  font-size: 0.85em;
  float: right;
  clear: right;
  margin: 2em 0 0 0;
}

/* line 169, ../sass/_casestudy.scss */
.views-field-field-file-upload .file-icon {
  display: none;
}
/* line 172, ../sass/_casestudy.scss */
.views-field-field-file-upload a {
  text-decoration: none;
}
/* line 174, ../sass/_casestudy.scss */
.views-field-field-file-upload a:hover {
  text-decoration: underline;
}
/* line 176, ../sass/_casestudy.scss */
.views-field-field-file-upload a:hover:before {
  text-decoration: none;
}
/* line 180, ../sass/_casestudy.scss */
.views-field-field-file-upload a::before {
  content: "";
  font-family: 'networknature';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin: 0 .25em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  margin: 0 .25em 0 0;
}

/* line 754, ../sass/styles.scss */
#block-views-exp-nn-case-studies-page-3 {
  background: #AFDBD7;
  padding: 15px;
}

/* line 760, ../sass/styles.scss */
body {
  display: flex;
  flex-direction: column;
}
/* line 763, ../sass/styles.scss */
body .outer-wrapper {
  display: block;
}

/* line 770, ../sass/styles.scss */
.logos,
.logos li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

/* line 775, ../sass/styles.scss */
.footer-logos-block .logos li {
  margin: 0 10px 0;
}

/* line 779, ../sass/styles.scss */
.logos {
  margin: 40px 0 20px 0;
  text-align: center;
}
/* line 785, ../sass/styles.scss */
.logos li {
  display: inline-block;
}
/* line 787, ../sass/styles.scss */
.logos li img {
  margin: 15px;
  height: 55px;
  width: inherit;
}
/* line 791, ../sass/styles.scss */
.logos li img[alt="Oppla"] {
  height: 41px;
  margin: 22px 15px;
}
/* line 795, ../sass/styles.scss */
.logos li img[alt="iclei-europe"] {
  height: 75px;
  margin: 5px 15px;
}

/* line 804, ../sass/styles.scss */
.content_row.footer {
  flex: 1 0 auto;
  color: #fff;
  background: #0d748f;
}
@media all and (min-width: 768px) {
  /* line 804, ../sass/styles.scss */
  .content_row.footer {
    min-height: 350px;
    background-image: url("/sites/default/files/images/logos/Network_Nature_symbol_footer_cropped.svg");
    background-size: auto 100%;
    background-position: 95% center;
    background-repeat: no-repeat;
  }
}
/* line 815, ../sass/styles.scss */
.content_row.footer a {
  color: #fff;
}
/* line 818, ../sass/styles.scss */
.content_row.footer .page-wrapper {
  min-height: 250px;
  background-image: url("/sites/default/files/images/logos/Network_Nature_symbol_footer.svg");
  background-repeat: no-repeat;
  background-size: 90% auto;
  background-position: center center;
  display: flex;
}
@media all and (min-width: 768px) {
  /* line 818, ../sass/styles.scss */
  .content_row.footer .page-wrapper {
    min-height: 350px;
    background-image: url(none);
  }
}
/* line 829, ../sass/styles.scss */
.content_row.footer .page-wrapper footer {
  align-self: flex-end;
}

/* line 835, ../sass/styles.scss */
.eu-footer {
  width: 100%;
}
@media all and (min-width: 850px) {
  /* line 835, ../sass/styles.scss */
  .eu-footer {
    width: 66%;
  }
}
@media all and (min-width: 1000px) {
  /* line 835, ../sass/styles.scss */
  .eu-footer {
    width: 66%;
  }
}
/* line 843, ../sass/styles.scss */
.eu-footer p {
  margin: 0;
  font-size: 0.85em;
}
/* line 847, ../sass/styles.scss */
.eu-footer img {
  width: 100px;
  margin: 0.25em 1.5em 0 0;
  border: 1px solid #fff;
  float: left;
}

/* line 857, ../sass/styles.scss */
.copyright p {
  margin: 0;
  font-size: 0.75em;
  color: #fff;
  float: left;
}
/* line 863, ../sass/styles.scss */
.copyright hr {
  display: none;
}

/* line 873, ../sass/styles.scss */
.news-event-teasers .field-name-field-image,
.news-event-teasers .views-field-field-image,
.view-news-articles .field-name-field-image,
.view-news-articles .views-field-field-image,
.node-type-news-article .field-name-field-image,
.node-type-news-article .views-field-field-image,
.node-type-event .field-name-field-image,
.node-type-event .views-field-field-image {
  margin: 15px 0;
}
@media all and (min-width: 768px) {
  /* line 873, ../sass/styles.scss */
  .news-event-teasers .field-name-field-image,
  .news-event-teasers .views-field-field-image,
  .view-news-articles .field-name-field-image,
  .view-news-articles .views-field-field-image,
  .node-type-news-article .field-name-field-image,
  .node-type-news-article .views-field-field-image,
  .node-type-event .field-name-field-image,
  .node-type-event .views-field-field-image {
    float: right;
    clear: right;
    margin: 15px 0 15px 15px;
  }
}
/* line 884, ../sass/styles.scss */
.news-event-teasers .field-name-field-article-type,
.news-event-teasers .field-name-field-date,
.news-event-teasers .field-name-field-event-date,
.news-event-teasers .field-name-field-location,
.view-news-articles .field-name-field-article-type,
.view-news-articles .field-name-field-date,
.view-news-articles .field-name-field-event-date,
.view-news-articles .field-name-field-location,
.node-type-news-article .field-name-field-article-type,
.node-type-news-article .field-name-field-date,
.node-type-news-article .field-name-field-event-date,
.node-type-news-article .field-name-field-location,
.node-type-event .field-name-field-article-type,
.node-type-event .field-name-field-date,
.node-type-event .field-name-field-event-date,
.node-type-event .field-name-field-location {
  border-bottom: 2px solid #AFDBD7;
  width: 300px;
  margin: 3px 0;
  padding: 3px 0;
}
/* line 893, ../sass/styles.scss */
.news-event-teasers .field-name-field-article-type,
.news-event-teasers .field-name-field-event-date,
.view-news-articles .field-name-field-article-type,
.view-news-articles .field-name-field-event-date,
.node-type-news-article .field-name-field-article-type,
.node-type-news-article .field-name-field-event-date,
.node-type-event .field-name-field-article-type,
.node-type-event .field-name-field-event-date {
  margin-top: 15px;
  border-top: 2px solid #AFDBD7;
}

/* line 901, ../sass/styles.scss */
.article_type,
.field-name-field-article-type {
  text-transform: uppercase;
}

/* line 908, ../sass/styles.scss */
.node-type-news-article.view-mode-full .field-name-field-image,
.node-type-news-article.view-mode-full .views-field-field-image,
.node-type-news-article.view-mode-full .field-name-field-date,
.node-type-news-article.view-mode-full .field-name-field-event-date,
.node-type-news-article.view-mode-full .field-name-field-location,
.node-type-news-article.view-mode-full .field-name-field-article-type,
.node-type-event.view-mode-full .field-name-field-image,
.node-type-event.view-mode-full .views-field-field-image,
.node-type-event.view-mode-full .field-name-field-date,
.node-type-event.view-mode-full .field-name-field-event-date,
.node-type-event.view-mode-full .field-name-field-location,
.node-type-event.view-mode-full .field-name-field-article-type {
  margin: 15px 0;
}
@media all and (min-width: 768px) {
  /* line 908, ../sass/styles.scss */
  .node-type-news-article.view-mode-full .field-name-field-image,
  .node-type-news-article.view-mode-full .views-field-field-image,
  .node-type-news-article.view-mode-full .field-name-field-date,
  .node-type-news-article.view-mode-full .field-name-field-event-date,
  .node-type-news-article.view-mode-full .field-name-field-location,
  .node-type-news-article.view-mode-full .field-name-field-article-type,
  .node-type-event.view-mode-full .field-name-field-image,
  .node-type-event.view-mode-full .views-field-field-image,
  .node-type-event.view-mode-full .field-name-field-date,
  .node-type-event.view-mode-full .field-name-field-event-date,
  .node-type-event.view-mode-full .field-name-field-location,
  .node-type-event.view-mode-full .field-name-field-article-type {
    float: right;
    clear: right;
    margin: 15px 0 15px 15px;
  }
}

@media all and (min-width: 768px) {
  /* line 923, ../sass/styles.scss */
  .node-news-article.view-mode-full .field-name-field-date,
  .node-news-article.view-mode-full .field-name-field-article-type {
    float: right;
    clear: right;
  }
}

/* line 934, ../sass/styles.scss */
.news-event-teasers p.read-more,
.view-news-articles p.read-more,
.page-network-nature-case-study-finder p.read-more {
  clear: left;
  float: left;
}
/* line 937, ../sass/styles.scss */
.news-event-teasers p.read-more strong,
.view-news-articles p.read-more strong,
.page-network-nature-case-study-finder p.read-more strong {
  font-weight: 600;
}

/* line 943, ../sass/styles.scss */
.view-news-articles.field-name-field-date,
.node-type-news-article .field-name-field-date,
.node-type-event .field-name-field-location {
  margin-bottom: 15px;
}

/* line 949, ../sass/styles.scss */
.views-row-last .views-field-nothing hr {
  display: none;
}

@media all and (min-width: 768px) {
  /* line 956, ../sass/styles.scss */
  .node-event.view-mode-full .field-name-body,
  .node-event.node-teaser .field-name-body,
  .node-news-article.node-teaser .field-name-body {
    padding-right: 150px;
  }
}

@media all and (min-width: 768px) {
  /* line 965, ../sass/styles.scss */
  .node-news-article.view-mode-full .flippy, .node-news-article.view-mode-full .field-name-body {
    padding-right: 320px;
  }
}

/* line 972, ../sass/styles.scss */
.views-field-field-profile-image {
  width: 100%;
  max-width: 300px;
  clear: both;
}
/* line 976, ../sass/styles.scss */
.views-field-field-profile-image .author-details {
  display: flex;
  align-items: center;
  flex-direction: row;
  padding: 15px;
}
/* line 981, ../sass/styles.scss */
.views-field-field-profile-image .author-details a {
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  font-style: normal;
  text-decoration: none;
}
/* line 984, ../sass/styles.scss */
.views-field-field-profile-image .author-details a:hover {
  text-decoration: underline;
}
/* line 988, ../sass/styles.scss */
.views-field-field-profile-image .author-details p {
  margin: 0;
}
/* line 991, ../sass/styles.scss */
.views-field-field-profile-image .author-details .author-image {
  margin: 0 10px 0 0;
  width: 100px;
  float: left;
}
/* line 995, ../sass/styles.scss */
.views-field-field-profile-image .author-details .author-image img {
  border-radius: 50%;
  width: 100px;
  height: inherit;
}

@media all and (min-width: 768px) {
  /* line 1005, ../sass/styles.scss */
  .views-field-field-profile-image {
    float: right;
    margin: 0;
    clear: right;
    width: 300px;
  }
}
/* line 5, ../sass/_profile.scss */
.page-user h2.node__title,
.node-profile.view-mode-full h2.node__title,
.page-user-profile h2.node__title,
.page-member h2.node__title {
  display: none;
}
/* line 8, ../sass/_profile.scss */
.page-user h2,
.node-profile.view-mode-full h2,
.page-user-profile h2,
.page-member h2 {
  color: #fff;
  background: #77c5b7;
  padding: 0.5em 120px 0.5em 0.5em;
  -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;
  position: relative;
  margin: 0;
}
/* line 15, ../sass/_profile.scss */
.page-user h2 img,
.node-profile.view-mode-full h2 img,
.page-user-profile h2 img,
.page-member h2 img {
  position: absolute;
  top: 6px;
  right: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #77c5b7;
  width: 100px;
  height: 100px;
  float: right;
  margin: 0;
  font-family: 'Work Sans', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.5em;
  line-height: 2;
  text-align: center;
  vertical-align: middle;
}
@media all and (min-width: 768px) {
  /* line 8, ../sass/_profile.scss */
  .page-user h2,
  .node-profile.view-mode-full h2,
  .page-user-profile h2,
  .page-member h2 {
    padding-right: 160px;
  }
  /* line 33, ../sass/_profile.scss */
  .page-user h2 img,
  .node-profile.view-mode-full h2 img,
  .page-user-profile h2 img,
  .page-member h2 img {
    border: 3px solid #77c5b7;
    width: 140px;
    height: 140px;
  }
}
/* line 41, ../sass/_profile.scss */
.page-user h4,
.node-profile.view-mode-full h4,
.page-user-profile h4,
.page-member h4 {
  display: none;
}
/* line 46, ../sass/_profile.scss */
.page-user h3 .profile .field .field-label,
.node-profile.view-mode-full h3 .profile .field .field-label,
.page-user-profile h3 .profile .field .field-label,
.page-member h3 .profile .field .field-label {
  color: #6D6E71;
  font-size: 1em;
}

/* line 54, ../sass/_profile.scss */
.view-community .views-field-field-image img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid #77c5b7;
  width: 125px;
  height: 125px;
  float: right;
  margin: -75px 0.5em 0 0;
}

/* line 63, ../sass/_profile.scss */
.imagefield-crop-widget img {
  max-width: none;
  vertical-align: baseline;
  vertical-align: bottom;
}

/* line 71, ../sass/_profile.scss */
.profile-button-links .btn {
  float: left;
  margin: 1em 1em 0 0;
  font-size: 1em;
  border-color: #f5a454 !important;
  background: #f5a454 !important;
  color: black !important;
}
/* line 78, ../sass/_profile.scss */
.profile-button-links .btn:hover {
  background: #a96929 !important;
  border-color: #a96929 !important;
  color: #fff !important;
}

/* line 84, ../sass/_profile.scss */
.node-profile.node-teaser .field-name-field-country,
.node-profile.node-teaser .field-name-field-organisation,
.node-profile.node-teaser .field-name-body {
  margin: 10px 0 0 0;
}
@media all and (min-width: 768px) {
  /* line 84, ../sass/_profile.scss */
  .node-profile.node-teaser .field-name-field-country,
  .node-profile.node-teaser .field-name-field-organisation,
  .node-profile.node-teaser .field-name-body {
    padding-right: 160px;
  }
}
/* line 92, ../sass/_profile.scss */
.node-profile.node-teaser .group-interests {
  margin: 20px 0 0 0;
}
@media all and (min-width: 768px) {
  /* line 92, ../sass/_profile.scss */
  .node-profile.node-teaser .group-interests {
    margin: 40px 0 0 0;
  }
}

/* line 1, ../sass/components/_tools.scss */
.view.view-nn-nbs-marketplace > .view-content > .views-row {
  margin: 5px 5px 10px 0px;
}
/* line 4, ../sass/components/_tools.scss */
.view.view-nn-nbs-marketplace > .view-content > .views-row.views-row-first {
  margin-top: 15px;
}
/* line 8, ../sass/components/_tools.scss */
.view.view-nn-nbs-marketplace > .view-content > .views-row .wrapper {
  background: #fff;
  padding: 10px 10px 0 10px;
}
/* line 12, ../sass/components/_tools.scss */
.view.view-nn-nbs-marketplace > .view-content > .views-row .lhs {
  position: relative;
}
/* line 14, ../sass/components/_tools.scss */
.view.view-nn-nbs-marketplace > .view-content > .views-row .lhs .flag-wrapper {
  position: absolute;
  top: 3px;
  right: 18px;
}
/* line 18, ../sass/components/_tools.scss */
.view.view-nn-nbs-marketplace > .view-content > .views-row .lhs .flag-wrapper a {
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  text-transform: uppercase;
  color: #28a98d !important;
  display: inline-block;
  background: #fff;
  border: 2px solid #28a98d;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 0.2em 0.4em;
  text-decoration: none !important;
  font-size: 0;
  padding: 4px 2px;
  background: #fff;
}
/* line 292, ../sass/_mixins.scss */
.view.view-nn-nbs-marketplace > .view-content > .views-row .lhs .flag-wrapper a:hover {
  background: #078167 !important;
  text-decoration: none !important;
  color: #fff !important;
  cursor: pointer;
}
/* line 298, ../sass/_mixins.scss */
.view.view-nn-nbs-marketplace > .view-content > .views-row .lhs .flag-wrapper a:active {
  transition: all 0.1s linear;
  background: #078167 !important;
  border-color: #078167 !important;
  color: #fff !important;
  cursor: pointer;
}
/* line 23, ../sass/components/_tools.scss */
.view.view-nn-nbs-marketplace > .view-content > .views-row .lhs .flag-wrapper a:after {
  font-size: 18px;
  line-height: 1.2;
}
/* line 28, ../sass/components/_tools.scss */
.view.view-nn-nbs-marketplace > .view-content > .views-row .lhs .flag-wrapper .flag-throbber {
  display: none;
}
/* line 33, ../sass/components/_tools.scss */
.view.view-nn-nbs-marketplace > .view-content > .views-row .img-wrapper {
  margin: -10px -10px 10px -10px;
}
/* line 36, ../sass/components/_tools.scss */
.view.view-nn-nbs-marketplace > .view-content > .views-row .img-wrapper img {
  width: 100%;
}
/* line 40, ../sass/components/_tools.scss */
.view.view-nn-nbs-marketplace > .view-content > .views-row h2 {
  font-size: 1.25em;
  color: #28a98d;
  margin: 0 0 0.5em 0;
}
/* line 44, ../sass/components/_tools.scss */
.view.view-nn-nbs-marketplace > .view-content > .views-row h2 a {
  width: 100%;
  display: inline-block;
  color: #0d748f;
  text-decoration: none;
  padding-bottom: 6px;
}
/* line 50, ../sass/components/_tools.scss */
.view.view-nn-nbs-marketplace > .view-content > .views-row h2 a:hover {
  text-decoration: underline;
}
/* line 55, ../sass/components/_tools.scss */
.view.view-nn-nbs-marketplace > .view-content > .views-row p {
  font-size: 0.85em;
  margin: 0 0 0.5em 0;
}
/* line 59, ../sass/components/_tools.scss */
.view.view-nn-nbs-marketplace > .view-content > .views-row .view-display-id-product__type ul {
  border: none;
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}
/* line 67, ../sass/components/_tools.scss */
.view.view-nn-nbs-marketplace > .view-content > .views-row .lang,
.view.view-nn-nbs-marketplace > .view-content > .views-row .price {
  font-size: 1em;
  margin: 0 0 1em 0;
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}
/* line 77, ../sass/components/_tools.scss */
.view.view-nn-nbs-marketplace > .view-content > .views-row .btn {
  float: right;
  clear: right;
}

/* line 86, ../sass/components/_tools.scss */
.bef-toggle {
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.75em;
  text-transform: uppercase;
  text-decoration: none;
  color: #1a1a1a;
}

@media all and (min-width: 768px) {
  /* line 94, ../sass/components/_tools.scss */
  .view.view-nn-nbs-marketplace > .view-content > .views-row {
    margin: 10px 5px 10px 0px;
  }
  /* line 96, ../sass/components/_tools.scss */
  .view.view-nn-nbs-marketplace > .view-content > .views-row .lhs {
    width: 49%;
    margin-right: 2%;
    float: left;
  }
  /* line 100, ../sass/components/_tools.scss */
  .view.view-nn-nbs-marketplace > .view-content > .views-row .lhs .img-wrapper {
    margin: 0px 10px 10px -10px;
  }
  /* line 102, ../sass/components/_tools.scss */
  .view.view-nn-nbs-marketplace > .view-content > .views-row .lhs .img-wrapper img {
    margin: 0;
  }
  /* line 107, ../sass/components/_tools.scss */
  .view.view-nn-nbs-marketplace > .view-content > .views-row .rhs {
    width: 49%;
    margin: 0;
    float: right;
  }
}
/* line 118, ../sass/components/_tools.scss */
p.selection {
  font-size: 0.85em;
  margin: 0 0 0.5em 0;
  display: inline-block;
  background: #005E84 url("/sites/default/files/images/logos/Network_Nature_symbol_white_solid.svg") no-repeat;
  background-size: contain;
  border: 3px solid #005E84;
}
/* line 125, ../sass/components/_tools.scss */
p.selection em {
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.15em;
  line-height: 1.1;
  color: #005E84;
  background: #fff;
  padding: 3px 5px;
  display: block;
  margin-left: 1.25em;
}

/* line 137, ../sass/components/_tools.scss */
.field-name-field-nn-selection p.selection {
  margin-top: 15px;
}

/* line 141, ../sass/components/_tools.scss */
.resource-selection-block {
  padding: 15px 18px 5px 18px !important;
}
/* line 143, ../sass/components/_tools.scss */
.resource-selection-block p:not(.selection) {
  font-size: 0.825em;
}

/* line 149, ../sass/components/_tools.scss */
.view-nn-resource-data-block p.selection {
  margin-bottom: 0 !important;
}
/* line 152, ../sass/components/_tools.scss */
.view-nn-resource-data-block p:not(.selection) {
  font-size: 0.825em;
}

/* line 162, ../sass/components/_tools.scss */
.page-nbs-resources .page__title,
.page-nbs-marketplace .page__title,
.page-interlace-tools .page__title,
.page-marketplace .page__title {
  padding: 0 5px;
}
/* line 167, ../sass/components/_tools.scss */
.page-nbs-resources .filters .region-highlighted,
.page-nbs-marketplace .filters .region-highlighted,
.page-interlace-tools .filters .region-highlighted,
.page-marketplace .filters .region-highlighted {
  padding: 0;
  width: 100%;
  margin: 0;
  clear: both;
}
/* line 172, ../sass/components/_tools.scss */
.page-nbs-resources .filters .region-highlighted .views-exposed-form .views-exposed-widget,
.page-nbs-marketplace .filters .region-highlighted .views-exposed-form .views-exposed-widget,
.page-interlace-tools .filters .region-highlighted .views-exposed-form .views-exposed-widget,
.page-marketplace .filters .region-highlighted .views-exposed-form .views-exposed-widget {
  padding: 0;
}
/* line 175, ../sass/components/_tools.scss */
.page-nbs-resources .filters .region-highlighted .block,
.page-nbs-marketplace .filters .region-highlighted .block,
.page-interlace-tools .filters .region-highlighted .block,
.page-marketplace .filters .region-highlighted .block {
  margin-bottom: 0;
}
@media all and (min-width: 768px) {
  /* line 176, ../sass/components/_tools.scss */
  .page-nbs-resources .filters .region-highlighted .block:not(.search) fieldset,
  .page-nbs-marketplace .filters .region-highlighted .block:not(.search) fieldset,
  .page-interlace-tools .filters .region-highlighted .block:not(.search) fieldset,
  .page-marketplace .filters .region-highlighted .block:not(.search) fieldset {
    margin-right: 15px;
  }
}
/* line 190, ../sass/components/_tools.scss */
.page-nbs-resources .filters .region-highlighted .block fieldset,
.page-nbs-marketplace .filters .region-highlighted .block fieldset,
.page-interlace-tools .filters .region-highlighted .block fieldset,
.page-marketplace .filters .region-highlighted .block fieldset {
  width: auto;
  padding: 0;
}
/* line 193, ../sass/components/_tools.scss */
.page-nbs-resources .filters .region-highlighted .block fieldset .fieldset-wrapper,
.page-nbs-marketplace .filters .region-highlighted .block fieldset .fieldset-wrapper,
.page-interlace-tools .filters .region-highlighted .block fieldset .fieldset-wrapper,
.page-marketplace .filters .region-highlighted .block fieldset .fieldset-wrapper {
  background: #d7edeb;
  padding: 0;
  width: 100%;
}
/* line 197, ../sass/components/_tools.scss */
.page-nbs-resources .filters .region-highlighted .block fieldset .fieldset-wrapper form,
.page-nbs-marketplace .filters .region-highlighted .block fieldset .fieldset-wrapper form,
.page-interlace-tools .filters .region-highlighted .block fieldset .fieldset-wrapper form,
.page-marketplace .filters .region-highlighted .block fieldset .fieldset-wrapper form {
  padding: 0.5em;
}
/* line 203, ../sass/components/_tools.scss */
.page-nbs-resources .filters .region-highlighted .block .odd:not(.search) fieldset,
.page-nbs-marketplace .filters .region-highlighted .block .odd:not(.search) fieldset,
.page-interlace-tools .filters .region-highlighted .block .odd:not(.search) fieldset,
.page-marketplace .filters .region-highlighted .block .odd:not(.search) fieldset {
  margin-right: 0;
}
/* line 207, ../sass/components/_tools.scss */
.page-nbs-resources .filters .region-highlighted .block.search,
.page-nbs-marketplace .filters .region-highlighted .block.search,
.page-interlace-tools .filters .region-highlighted .block.search,
.page-marketplace .filters .region-highlighted .block.search {
  position: relative;
  margin-top: 5px;
  margin-right: 0;
  margin-left: 0;
  border: none;
  width: 100%;
  float: none;
}
/* line 208, ../sass/components/_tools.scss */
.page-nbs-resources .filters .region-highlighted .block.search label,
.page-nbs-marketplace .filters .region-highlighted .block.search label,
.page-interlace-tools .filters .region-highlighted .block.search label,
.page-marketplace .filters .region-highlighted .block.search label {
  display: none;
}
/* line 215, ../sass/components/_tools.scss */
.page-nbs-resources .filters .region-highlighted .block.search .views-exposed-widget.views-widget-filter-combine,
.page-nbs-marketplace .filters .region-highlighted .block.search .views-exposed-widget.views-widget-filter-combine,
.page-interlace-tools .filters .region-highlighted .block.search .views-exposed-widget.views-widget-filter-combine,
.page-marketplace .filters .region-highlighted .block.search .views-exposed-widget.views-widget-filter-combine {
  width: 80%;
}
/* line 218, ../sass/components/_tools.scss */
.page-nbs-resources .filters .region-highlighted .block.search .views-submit-button,
.page-nbs-marketplace .filters .region-highlighted .block.search .views-submit-button,
.page-interlace-tools .filters .region-highlighted .block.search .views-submit-button,
.page-marketplace .filters .region-highlighted .block.search .views-submit-button {
  position: absolute;
  top: 0;
  right: 0;
}
/* line 222, ../sass/components/_tools.scss */
.page-nbs-resources .filters .region-highlighted .block.search .views-submit-button input,
.page-nbs-marketplace .filters .region-highlighted .block.search .views-submit-button input,
.page-interlace-tools .filters .region-highlighted .block.search .views-submit-button input,
.page-marketplace .filters .region-highlighted .block.search .views-submit-button input {
  padding: 10px;
  margin-top: 0;
}
@media all and (min-width: 768px) {
  /* line 231, ../sass/components/_tools.scss */
  .page-nbs-resources .block.block-mefibs:not(.stacked),
  .page-nbs-marketplace .block.block-mefibs:not(.stacked),
  .page-interlace-tools .block.block-mefibs:not(.stacked),
  .page-marketplace .block.block-mefibs:not(.stacked) {
    margin-right: 0%;
    padding-right: 0%;
  }
  /* line 237, ../sass/components/_tools.scss */
  .page-nbs-resources .block.block-mefibs:not(.stacked).search,
  .page-nbs-marketplace .block.block-mefibs:not(.stacked).search,
  .page-interlace-tools .block.block-mefibs:not(.stacked).search,
  .page-marketplace .block.block-mefibs:not(.stacked).search {
    background: #fff;
    margin-top: 3px;
    margin-right: 0;
    margin-left: 2.5%;
    padding-right: 0%;
    border: none;
    float: right;
  }
}
@media all and (min-width: 768px) and (min-width: 768px) {
  /* line 237, ../sass/components/_tools.scss */
  .page-nbs-resources .block.block-mefibs:not(.stacked).search,
  .page-nbs-marketplace .block.block-mefibs:not(.stacked).search,
  .page-interlace-tools .block.block-mefibs:not(.stacked).search,
  .page-marketplace .block.block-mefibs:not(.stacked).search {
    width: 38%;
  }
}
@media all and (min-width: 768px) and (min-width: 960px) {
  /* line 237, ../sass/components/_tools.scss */
  .page-nbs-resources .block.block-mefibs:not(.stacked).search,
  .page-nbs-marketplace .block.block-mefibs:not(.stacked).search,
  .page-interlace-tools .block.block-mefibs:not(.stacked).search,
  .page-marketplace .block.block-mefibs:not(.stacked).search {
    width: 30.5%;
  }
}
@media all and (min-width: 768px) {
  /* line 256, ../sass/components/_tools.scss */
  .page-nbs-resources .block.block-mefibs:not(.stacked).search .views-exposed-form,
  .page-nbs-marketplace .block.block-mefibs:not(.stacked).search .views-exposed-form,
  .page-interlace-tools .block.block-mefibs:not(.stacked).search .views-exposed-form,
  .page-marketplace .block.block-mefibs:not(.stacked).search .views-exposed-form {
    padding-left: 7px;
  }
}
@media all and (min-width: 600px) and (max-width: 760px) {
  /* line 263, ../sass/components/_tools.scss */
  .page-nbs-resources .filters .block.block-mefibs:not(.search),
  .page-nbs-marketplace .filters .block.block-mefibs:not(.search),
  .page-interlace-tools .filters .block.block-mefibs:not(.search),
  .page-marketplace .filters .block.block-mefibs:not(.search) {
    float: left;
    width: 49.5%;
    margin-right: 0%;
    padding-right: 0%;
  }
  /* line 269, ../sass/components/_tools.scss */
  .page-nbs-resources .filters .block.block-mefibs:not(.search).last,
  .page-nbs-marketplace .filters .block.block-mefibs:not(.search).last,
  .page-interlace-tools .filters .block.block-mefibs:not(.search).last,
  .page-marketplace .filters .block.block-mefibs:not(.search).last {
    margin-right: 0;
    padding-right: 0;
    border: none;
    float: right;
  }
}
/* line 283, ../sass/components/_tools.scss */
.page-nbs-resources .block.search .views-exposed-widgets,
.page-nbs-marketplace .block.search .views-exposed-widgets,
.page-interlace-tools .block.search .views-exposed-widgets,
.page-marketplace .block.search .views-exposed-widgets {
  margin: 0;
}
/* line 285, ../sass/components/_tools.scss */
.page-nbs-resources .block.search .views-exposed-widgets .views-exposed-widget,
.page-nbs-marketplace .block.search .views-exposed-widgets .views-exposed-widget,
.page-interlace-tools .block.search .views-exposed-widgets .views-exposed-widget,
.page-marketplace .block.search .views-exposed-widgets .views-exposed-widget {
  margin: 0;
}
/* line 286, ../sass/components/_tools.scss */
.page-nbs-resources .block.search .views-exposed-widgets .views-exposed-widget label:not(.option),
.page-nbs-marketplace .block.search .views-exposed-widgets .views-exposed-widget label:not(.option),
.page-interlace-tools .block.search .views-exposed-widgets .views-exposed-widget label:not(.option),
.page-marketplace .block.search .views-exposed-widgets .views-exposed-widget label:not(.option) {
  font-size: 0.9em;
  margin-top: 0.5em;
  text-transform: uppercase;
}
/* line 292, ../sass/components/_tools.scss */
.page-nbs-resources .block.search .views-exposed-widgets .views-exposed-widget .form-item,
.page-nbs-marketplace .block.search .views-exposed-widgets .views-exposed-widget .form-item,
.page-interlace-tools .block.search .views-exposed-widgets .views-exposed-widget .form-item,
.page-marketplace .block.search .views-exposed-widgets .views-exposed-widget .form-item {
  margin: 0;
}
/* line 295, ../sass/components/_tools.scss */
.page-nbs-resources .block.search .views-exposed-widgets .views-exposed-widget#edit-mefibs-form-search-combine-wrapper, .page-nbs-resources .block.search .views-exposed-widgets .views-exposed-widget.views-submit-button,
.page-nbs-marketplace .block.search .views-exposed-widgets .views-exposed-widget#edit-mefibs-form-search-combine-wrapper,
.page-nbs-marketplace .block.search .views-exposed-widgets .views-exposed-widget.views-submit-button,
.page-interlace-tools .block.search .views-exposed-widgets .views-exposed-widget#edit-mefibs-form-search-combine-wrapper,
.page-interlace-tools .block.search .views-exposed-widgets .views-exposed-widget.views-submit-button,
.page-marketplace .block.search .views-exposed-widgets .views-exposed-widget#edit-mefibs-form-search-combine-wrapper,
.page-marketplace .block.search .views-exposed-widgets .views-exposed-widget.views-submit-button {
  padding-top: 0.75em;
}
/* line 301, ../sass/components/_tools.scss */
.page-nbs-resources .block.search p,
.page-nbs-marketplace .block.search p,
.page-interlace-tools .block.search p,
.page-marketplace .block.search p {
  font-size: 0.86em;
  line-height: 1.2;
  margin: 0 0 1em 0;
}
/* line 306, ../sass/components/_tools.scss */
.page-nbs-resources .block.search fieldset,
.page-nbs-marketplace .block.search fieldset,
.page-interlace-tools .block.search fieldset,
.page-marketplace .block.search fieldset {
  position: relative;
  margin-bottom: 6px;
}
/* line 310, ../sass/components/_tools.scss */
.page-nbs-resources .block.search .fieldset-wrapper,
.page-nbs-marketplace .block.search .fieldset-wrapper,
.page-interlace-tools .block.search .fieldset-wrapper,
.page-marketplace .block.search .fieldset-wrapper {
  width: 100%;
  padding: 0 0 5px 0;
  border-bottom: 0;
  background: #d7edeb;
}
/* line 315, ../sass/components/_tools.scss */
.page-nbs-resources .block.search .fieldset-wrapper .fieldset-content,
.page-nbs-resources .block.search .fieldset-wrapper .views-exposed-form,
.page-nbs-marketplace .block.search .fieldset-wrapper .fieldset-content,
.page-nbs-marketplace .block.search .fieldset-wrapper .views-exposed-form,
.page-interlace-tools .block.search .fieldset-wrapper .fieldset-content,
.page-interlace-tools .block.search .fieldset-wrapper .views-exposed-form,
.page-marketplace .block.search .fieldset-wrapper .fieldset-content,
.page-marketplace .block.search .fieldset-wrapper .views-exposed-form {
  padding: 0.25em 0.5em;
}
/* line 321, ../sass/components/_tools.scss */
.page-nbs-resources .sidebar,
.page-nbs-marketplace .sidebar,
.page-interlace-tools .sidebar,
.page-marketplace .sidebar {
  padding: 0;
}
/* line 323, ../sass/components/_tools.scss */
.page-nbs-resources .sidebar fieldset,
.page-nbs-marketplace .sidebar fieldset,
.page-interlace-tools .sidebar fieldset,
.page-marketplace .sidebar fieldset {
  margin: 0.25em 0;
}
/* line 326, ../sass/components/_tools.scss */
.page-nbs-resources .sidebar .block,
.page-nbs-marketplace .sidebar .block,
.page-interlace-tools .sidebar .block,
.page-marketplace .sidebar .block {
  margin: 10px 0 0 0;
  background: #f0f2f3;
  padding: 15px 18px 5px 18px;
}
/* line 330, ../sass/components/_tools.scss */
.page-nbs-resources .sidebar .block legend.block_title,
.page-nbs-marketplace .sidebar .block legend.block_title,
.page-interlace-tools .sidebar .block legend.block_title,
.page-marketplace .sidebar .block legend.block_title {
  padding-top: 1em;
  color: #6D6E71;
  font-size: 1em;
  text-transform: uppercase;
  margin: -3px 0 0.5em 0;
  border-top: 3px solid #6D6E71;
}
/* line 339, ../sass/components/_tools.scss */
.page-nbs-resources .sidebar .block .bef-toggle,
.page-nbs-marketplace .sidebar .block .bef-toggle,
.page-interlace-tools .sidebar .block .bef-toggle,
.page-marketplace .sidebar .block .bef-toggle {
  padding-left: 5px;
}
/* line 342, ../sass/components/_tools.scss */
.page-nbs-resources .sidebar .block .bef-checkboxes,
.page-nbs-marketplace .sidebar .block .bef-checkboxes,
.page-interlace-tools .sidebar .block .bef-checkboxes,
.page-marketplace .sidebar .block .bef-checkboxes {
  padding: 0.25em 0.5em;
}
/* line 345, ../sass/components/_tools.scss */
.page-nbs-resources .sidebar .block.stacked,
.page-nbs-marketplace .sidebar .block.stacked,
.page-interlace-tools .sidebar .block.stacked,
.page-marketplace .sidebar .block.stacked {
  padding-top: 0;
}
@media all and (min-width: 768px) {
  /* line 345, ../sass/components/_tools.scss */
  .page-nbs-resources .sidebar .block.stacked,
  .page-nbs-marketplace .sidebar .block.stacked,
  .page-interlace-tools .sidebar .block.stacked,
  .page-marketplace .sidebar .block.stacked {
    padding: 5px 15px 10px 15px;
  }
}
/* line 351, ../sass/components/_tools.scss */
.page-nbs-resources .sidebar .block#block-views-add-product-link-block-1,
.page-nbs-marketplace .sidebar .block#block-views-add-product-link-block-1,
.page-interlace-tools .sidebar .block#block-views-add-product-link-block-1,
.page-marketplace .sidebar .block#block-views-add-product-link-block-1 {
  margin-top: 0;
  padding: 0;
  padding: 10px 15px 0 15px;
  background: transparent;
}
/* line 356, ../sass/components/_tools.scss */
.page-nbs-resources .sidebar .block#block-views-add-product-link-block-1 .btn.product,
.page-nbs-marketplace .sidebar .block#block-views-add-product-link-block-1 .btn.product,
.page-interlace-tools .sidebar .block#block-views-add-product-link-block-1 .btn.product,
.page-marketplace .sidebar .block#block-views-add-product-link-block-1 .btn.product {
  display: block;
  width: auto;
  margin-top: 5px;
}
/* line 362, ../sass/components/_tools.scss */
.page-nbs-resources .sidebar .block.resource-links,
.page-nbs-marketplace .sidebar .block.resource-links,
.page-interlace-tools .sidebar .block.resource-links,
.page-marketplace .sidebar .block.resource-links {
  margin-top: 0;
}

/* line 372, ../sass/components/_tools.scss */
.node-type-oppla-product .column.sidebar {
  padding: 0 15px 15px 15px;
  margin-bottom: 15px;
}
/* line 375, ../sass/components/_tools.scss */
.node-type-oppla-product .column.sidebar .block-views {
  padding: 10px;
  background: #dcddde;
}
/* line 377, ../sass/components/_tools.scss */
.node-type-oppla-product .column.sidebar .block-views .views-label {
  color: #fff;
  font-size: 1em;
  text-transform: uppercase;
  background: #0d748f;
  padding: 5px 10px;
  margin: 10px -10px 10px -10px;
  display: block;
}
/* line 387, ../sass/components/_tools.scss */
.node-type-oppla-product .column.sidebar .block-views .views-field:first-child h2.views-label {
  margin-top: 0;
}
/* line 390, ../sass/components/_tools.scss */
.node-type-oppla-product .column.sidebar .block-views p,
.node-type-oppla-product .column.sidebar .block-views ul {
  margin: 0.5em 0;
}
/* line 395, ../sass/components/_tools.scss */
.node-type-oppla-product .column.sidebar .block-views .get {
  display: block;
  padding: 0;
  margin: 0;
}
/* line 398, ../sass/components/_tools.scss */
.node-type-oppla-product .column.sidebar .block-views .get .btn {
  display: block;
}
/* line 401, ../sass/components/_tools.scss */
.node-type-oppla-product .column.sidebar .block-views .flag-wrapper {
  display: block;
  padding: 7px 0 15px 0;
  margin: 0;
}
/* line 408, ../sass/components/_tools.scss */
.node-type-oppla-product .column.sidebar .block-views .view-display-id-product__logo {
  margin: 15px  0;
}
/* line 409, ../sass/components/_tools.scss */
.node-type-oppla-product .column.sidebar .block-views .item-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 413, ../sass/components/_tools.scss */
.node-type-oppla-product .column.sidebar .block-views .item-list ul li {
  text-transform: uppercase;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
}
/* line 416, ../sass/components/_tools.scss */
.node-type-oppla-product .column.sidebar .block-views .item-list ul li a {
  text-decoration: none;
}
/* line 418, ../sass/components/_tools.scss */
.node-type-oppla-product .column.sidebar .block-views .item-list ul li a:hover {
  text-decoration: underline;
}
/* line 423, ../sass/components/_tools.scss */
.node-type-oppla-product .column.sidebar .block-views .item-list ul li li:last-child {
  margin-bottom: 0;
}

/* line 441, ../sass/components/_tools.scss */
.view-display-id-product__type ul li {
  font-size: 0;
  margin: 0;
  padding: 0;
  display: inline-block;
}

/* line 448, ../sass/components/_tools.scss */
.view-display-id-product__type span {
  cursor: default;
  font-size: 0;
}
/* line 450, ../sass/components/_tools.scss */
.view-display-id-product__type span:after {
  content: "";
  font-family: 'networknature';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin: 0 .25em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'oppla_icons_2';
  font-size: 20px;
  color: #1a1a1a;
  margin: 0 0.115em;
  padding-bottom: 0.5em;
}
/* line 458, ../sass/components/_tools.scss */
.view-display-id-product__type span[title="Dataset"]:after {
  content: "";
}
/* line 461, ../sass/components/_tools.scss */
.view-display-id-product__type span[title="Document"]:after {
  content: "";
}
/* line 464, ../sass/components/_tools.scss */
.view-display-id-product__type span[title="Event"]:after {
  content: '\e806';
}
/* line 467, ../sass/components/_tools.scss */
.view-display-id-product__type span[title="Guidance"]:after {
  content: '\e807';
}
/* line 470, ../sass/components/_tools.scss */
.view-display-id-product__type span[title="Software"]:after {
  content: '\e808';
}
/* line 473, ../sass/components/_tools.scss */
.view-display-id-product__type span[title="Training"]:after {
  content: '\e809';
}
/* line 476, ../sass/components/_tools.scss */
.view-display-id-product__type span[title="Audio"]:after {
  font-family: 'oppla_icons_2';
  content: '\e800';
}
/* line 480, ../sass/components/_tools.scss */
.view-display-id-product__type span[title="Video"]:after {
  content: '\e801';
}
/* line 483, ../sass/components/_tools.scss */
.view-display-id-product__type span[title="Slides"]:after {
  content: '\e802';
}
/* line 487, ../sass/components/_tools.scss */
.view-display-id-product__type span[title="Infographic"]:after {
  content: '\e804';
}
/* line 491, ../sass/components/_tools.scss */
.view-display-id-product__type span[title="Spreadsheet"]:after {
  content: '\f0ce';
}

/* line 499, ../sass/components/_tools.scss */
.field ul.field-items {
  margin-bottom: 0;
  padding: 0 0 0 1em;
}
/* line 502, ../sass/components/_tools.scss */
.field ul.field-items li {
  margin-bottom: 3px;
  padding: 0;
}
/* line 394, ../sass/_mixins.scss */
.field ul.field-items li::marker {
  color: #00aaad;
  font-size: 1.2em;
}

/*
 * jQuery FlexSlider v2.4.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
/* line 19, ../sass/components/_flexslider.scss */
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}

/* line 25, ../sass/components/_flexslider.scss */
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 33, ../sass/components/_flexslider.scss */
.flex-pauseplay span {
  text-transform: capitalize;
}

/* line 36, ../sass/components/_flexslider.scss */
.flexslider .flex-direction-nav a,
.flexslider .flex-direction-nav a,
.flexslider:hover .flex-direction-nav a,
.flexslider:hover .flex-direction-nav a {
  display: block;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
/* line 46, ../sass/components/_flexslider.scss */
.flexslider {
  margin: 0;
  padding: 0;
}

/* line 50, ../sass/components/_flexslider.scss */
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* line 54, ../sass/components/_flexslider.scss */
.flexslider .slides img {
  width: 100%;
  display: block;
}

/* line 58, ../sass/components/_flexslider.scss */
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 66, ../sass/components/_flexslider.scss */
html[xmlns] .flexslider .slides {
  display: block;
}

/* line 69, ../sass/components/_flexslider.scss */
* html .flexslider .slides {
  height: 1%;
}

/* line 72, ../sass/components/_flexslider.scss */
.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
/* line 79, ../sass/components/_flexslider.scss */
.flexslider {
  margin: 0;
  background: #fff;
  border: none;
  position: relative;
  zoom: 1;
}
/* line 85, ../sass/components/_flexslider.scss */
.flexslider .views-field-body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 92, ../sass/components/_flexslider.scss */
.flexslider .slides {
  zoom: 1;
}
/* line 94, ../sass/components/_flexslider.scss */
.flexslider .slides li {
  margin: 0 !important;
  position: relative;
}
/* line 96, ../sass/components/_flexslider.scss */
.flexslider .slides li .views-field-body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
/* line 102, ../sass/components/_flexslider.scss */
.flexslider .slides li img {
  height: auto;
}

/* line 110, ../sass/components/_flexslider.scss */
.flex-viewport {
  background: #d5ecef;
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

/* line 123, ../sass/components/_flexslider.scss */
.carousel li {
  margin-right: 5px;
}

/* line 127, ../sass/components/_flexslider.scss */
.flex-direction-nav {
  *height: 0;
  margin: 0 !important;
}

/* line 133, ../sass/components/_flexslider.scss */
.flex-direction-nav li {
  margin: 0 !important;
  padding: 0;
}
/* line 136, ../sass/components/_flexslider.scss */
.flex-direction-nav li:last-child {
  margin: 0 !important;
  padding: 0;
}
/* line 140, ../sass/components/_flexslider.scss */
.flex-direction-nav li a {
  vertical-align: middle;
  text-decoration: none;
  display: block;
  font-size: 0;
  width: 40px;
  margin: 0;
  position: absolute;
  top: 0;
  bottom: 0px;
  z-index: 10;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  background: transparent;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 164, ../sass/components/_flexslider.scss */
.flex-direction-nav li a.flex-prev {
  left: 0px;
}
/* line 167, ../sass/components/_flexslider.scss */
.flex-direction-nav li a.flex-next {
  right: 0px;
}
/* line 170, ../sass/components/_flexslider.scss */
.flex-direction-nav li a:before {
  content: "";
  font-family: 'networknature';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin: 0 .25em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "oppla_icons";
  font-size: 30px;
  line-height: 30px;
  top: 45%;
  position: absolute;
  left: 0;
}
/* line 179, ../sass/components/_flexslider.scss */
.flex-direction-nav li a.flex-next:before {
  content: "";
  font-family: 'networknature';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin: 0 .25em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "oppla_icons";
}
/* line 183, ../sass/components/_flexslider.scss */
.flex-direction-nav li a:focus {
  outline: none;
}
/* line 186, ../sass/components/_flexslider.scss */
.flex-direction-nav li a:hover {
  background: rgba(0, 0, 0, 0.33);
}

/* line 192, ../sass/components/_flexslider.scss */
.flexslider:hover .flex-direction-nav .flex-prev {
  background: rgba(0, 0, 0, 0.33);
}

/* line 194, ../sass/components/_flexslider.scss */
.flexslider:hover .flex-direction-nav .flex-next {
  background: rgba(0, 0, 0, 0.33);
}

/* line 196, ../sass/components/_flexslider.scss */
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}

/* line 202, ../sass/components/_flexslider.scss */
.flex-control-nav {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 20px;
}

/* line 209, ../sass/components/_flexslider.scss */
.flex-control-nav li {
  zoom: 1;
  display: inline-block;
  *display: inline-block;
  margin: 0;
}

/* line 216, ../sass/components/_flexslider.scss */
.flexslider {
  margin-bottom: 0;
}

/* line 220, ../sass/components/_flexslider.scss */
.flex-control-paging {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #28a98d;
  padding: 5px 0  3px 0;
}

/* line 229, ../sass/components/_flexslider.scss */
.flex-control-paging li a {
  width: 15px;
  height: 15px;
  display: block;
  background: #fff;
  border: 3px solid #fff;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  margin: 0 8px;
}

/* line 243, ../sass/components/_flexslider.scss */
.flex-control-paging li a:hover {
  background: #242424;
  border-color: #242424;
}

/* line 248, ../sass/components/_flexslider.scss */
.flex-control-paging li a.flex-active,
.flex-control-paging li a.flex-active:hover {
  background: #242424;
  border: 3px solid #242424;
  cursor: default;
}

/* line 257, ../sass/components/_flexslider.scss */
.front #content.column .front-page-block .banner-wrapper {
  background: #d5ecef;
  display: block;
  padding: 10px 45px 10px 50px;
}
/* line 263, ../sass/components/_flexslider.scss */
.front #content.column .front-page-block .banner-wrapper * {
  text-align: left !important;
  color: #242424;
}
/* line 267, ../sass/components/_flexslider.scss */
.front #content.column .front-page-block .banner-wrapper h2 {
  font-size: 1.2em;
}
/* line 270, ../sass/components/_flexslider.scss */
.front #content.column .front-page-block .banner-wrapper p {
  font-size: 0.9em;
  margin-bottom: 0.5em;
}
/* line 274, ../sass/components/_flexslider.scss */
.front #content.column .front-page-block .banner-wrapper .more-link {
  font-size: 0.75em;
  display: inline-block;
}
@media all and (min-width: 860px) {
  /* line 257, ../sass/components/_flexslider.scss */
  .front #content.column .front-page-block .banner-wrapper {
    background: rgba(0, 170, 173, 0.6);
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
  }
  /* line 284, ../sass/components/_flexslider.scss */
  .front #content.column .front-page-block .banner-wrapper * {
    text-align: left !important;
    color: #fff;
  }
}

/* line 1021, ../sass/styles.scss */
.view-id-og_extras_nodes .views-row {
  position: relative;
  margin-bottom: 30px;
}
/* line 1026, ../sass/styles.scss */
.view-id-og_extras_nodes .views-row h2.node__title {
  font-size: 1.5em;
  margin: 0 0 15px 0;
}
/* line 1029, ../sass/styles.scss */
.view-id-og_extras_nodes .views-row h2.node__title a {
  color: #1a1a1a;
}
/* line 1033, ../sass/styles.scss */
.view-id-og_extras_nodes .views-row .field-name-field-image {
  margin: 0 0 15px 0;
}
/* line 1037, ../sass/styles.scss */
.view-id-og_extras_nodes .attachment-before {
  text-align: right;
}
/* line 1039, ../sass/styles.scss */
.view-id-og_extras_nodes .attachment-before .view-og-extras-nodes {
  display: inline-block;
  margin-left: 15px;
}
/* line 1042, ../sass/styles.scss */
.view-id-og_extras_nodes .attachment-before .view-og-extras-nodes p {
  margin: 0;
}
/* line 1047, ../sass/styles.scss */
.attachment-before .view-id-og_extras_nodes {
  background: #fff;
}

/* line 1052, ../sass/styles.scss */
.block.nbs-taskforce-downloads,
#block-block-19.block,
.view.view-og-extras-members.view-display-id-block_1 {
  background: #d7edeb;
  padding: 0.5em 1em 1em 1em;
  margin: 0;
}
/* line 1058, ../sass/styles.scss */
.block.nbs-taskforce-downloads h3.views-label,
#block-block-19.block h3.views-label,
.view.view-og-extras-members.view-display-id-block_1 h3.views-label {
  color: #1a1a1a;
  margin: 0 0 0.5em 0;
  padding: 0;
}
/* line 1063, ../sass/styles.scss */
.block.nbs-taskforce-downloads h2.block__title,
#block-block-19.block h2.block__title,
.view.view-og-extras-members.view-display-id-block_1 h2.block__title {
  color: #1a1a1a;
  font-size: 1.25em;
}
/* line 1067, ../sass/styles.scss */
.block.nbs-taskforce-downloads h2:not(.block__title),
#block-block-19.block h2:not(.block__title),
.view.view-og-extras-members.view-display-id-block_1 h2:not(.block__title) {
  font-size: 16px;
  line-height: 2;
  vertical-align: middle;
  padding: 0.5em 0.5em;
  margin: 20px 0 0 0;
  background: #AFDBD7;
}
/* line 1075, ../sass/styles.scss */
.block.nbs-taskforce-downloads h2:not(.block__title) img,
#block-block-19.block h2:not(.block__title) img,
.view.view-og-extras-members.view-display-id-block_1 h2:not(.block__title) img {
  border: 2px #005E84 solid;
  border-radius: 50%;
  display: block;
  vertical-align: middle;
  position: relative;
  top: auto;
  right: auto;
  float: left;
  width: 60px;
  height: 60px;
  margin: -1.15em 5px -1.15em 0;
  text-align: center;
}
/* line 1090, ../sass/styles.scss */
.block.nbs-taskforce-downloads.view.view-og-extras-members.view-display-id-block_1,
#block-block-19.block.view.view-og-extras-members.view-display-id-block_1,
.view.view-og-extras-members.view-display-id-block_1.view.view-og-extras-members.view-display-id-block_1 {
  padding-bottom: 0.5em;
}

/* line 1095, ../sass/styles.scss */
.block.nbs-taskforce-downloads ul,
.block.nbs-taskforce-downloads li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* line 1102, ../sass/styles.scss */
.block.nbs-taskforce-downloads li {
  padding: 6px 0 0 0;
}

/* line 1106, ../sass/styles.scss */
.block.nbs-taskforce-downloads li span img {
  display: none;
}

/* line 1110, ../sass/styles.scss */
.block.block-views.task-force-frontpage-blocks {
  background: #AFDBD7;
  padding: 30px 10px 10px 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  margin: 30px 0;
}
/* line 1115, ../sass/styles.scss */
.block.block-views.task-force-frontpage-blocks h2.block-title {
  font-size: 1.75em;
  color: #1a1a1a;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 15px 0;
}

/* line 1127, ../sass/styles.scss */
.project-groups-landing .view-content .views-row,
.view.view-nn-task-force-frontpage-block .view-content .views-row {
  overflow: auto;
  background: #fff;
  background: #f0f2f3;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 15px;
}
/* line 1134, ../sass/styles.scss */
.project-groups-landing .view-content .views-row h4,
.view.view-nn-task-force-frontpage-block .view-content .views-row h4 {
  position: absolute;
  top: 20px;
  left: 0;
  padding-left: 10px;
}
/* line 1140, ../sass/styles.scss */
.project-groups-landing .view-content .views-row .views-field-title,
.view.view-nn-task-force-frontpage-block .view-content .views-row .views-field-title {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}
/* line 1145, ../sass/styles.scss */
.project-groups-landing .view-content .views-row h3,
.view.view-nn-task-force-frontpage-block .view-content .views-row h3 {
  font-size: 1.25em;
  margin: 0 0 10px 0;
}
/* line 1148, ../sass/styles.scss */
.project-groups-landing .view-content .views-row h3 a,
.view.view-nn-task-force-frontpage-block .view-content .views-row h3 a {
  color: #28a98d;
}
/* line 1152, ../sass/styles.scss */
.project-groups-landing .view-content .views-row img,
.view.view-nn-task-force-frontpage-block .view-content .views-row img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  display: block;
  width: 100%;
  border-bottom: none;
}
/* line 1159, ../sass/styles.scss */
.project-groups-landing .view-content .views-row p,
.view.view-nn-task-force-frontpage-block .view-content .views-row p {
  margin: 3px 0;
}
/* line 1162, ../sass/styles.scss */
.project-groups-landing .view-content .views-row .views-field-nothing,
.view.view-nn-task-force-frontpage-block .view-content .views-row .views-field-nothing {
  padding: 15px;
}
@media (min-width: 960px) {
  /* line 1166, ../sass/styles.scss */
  .project-groups-landing .view-content .views-row .views-field-field-banner-image,
  .view.view-nn-task-force-frontpage-block .view-content .views-row .views-field-field-banner-image {
    width: 27%;
    float: left;
  }
  /* line 1170, ../sass/styles.scss */
  .project-groups-landing .view-content .views-row .views-field-nothing,
  .view.view-nn-task-force-frontpage-block .view-content .views-row .views-field-nothing {
    width: 73%;
    float: left;
    padding: 15px;
    box-sizing: border-box;
  }
  /* line 1175, ../sass/styles.scss */
  .project-groups-landing .view-content .views-row .views-field-nothing h3,
  .view.view-nn-task-force-frontpage-block .view-content .views-row .views-field-nothing h3 {
    margin: 0 0 10px 0;
  }
}
/* line 1182, ../sass/styles.scss */
.project-groups-landing .view-footer,
.view.view-nn-task-force-frontpage-block .view-footer {
  clear: both;
  text-align: center;
  width: 100%;
  padding: 20px 0;
}
/* line 1187, ../sass/styles.scss */
.project-groups-landing .view-footer p,
.view.view-nn-task-force-frontpage-block .view-footer p {
  font-size: 1.5em;
  margin: 0;
}
/* line 1192, ../sass/styles.scss */
.project-groups-landing .view-footer .btn.white,
.view.view-nn-task-force-frontpage-block .view-footer .btn.white {
  background: #77c5b7;
  border-color: #77c5b7;
}
/* line 1195, ../sass/styles.scss */
.project-groups-landing .view-footer .btn.white:hover,
.view.view-nn-task-force-frontpage-block .view-footer .btn.white:hover {
  background: #078167;
  border-color: #078167;
}
/* line 1200, ../sass/styles.scss */
.project-groups-landing:after,
.view.view-nn-task-force-frontpage-block:after {
  content: "";
  display: table;
  clear: both;
}
/* line 1205, ../sass/styles.scss */
.project-groups-landing.page .view-content .views-row,
.view.view-nn-task-force-frontpage-block.page .view-content .views-row {
  background: #f0f2f3;
}
/* line 1209, ../sass/styles.scss */
.project-groups-landing.task-force-frontpage-blocks .view-content,
.view.view-nn-task-force-frontpage-block.task-force-frontpage-blocks .view-content {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  flex-wrap: wrap;
}
/* line 1214, ../sass/styles.scss */
.project-groups-landing.task-force-frontpage-blocks .view-content .views-row,
.view.view-nn-task-force-frontpage-block.task-force-frontpage-blocks .view-content .views-row {
  background: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 10px;
  max-width: 40%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 15px;
}
/* line 1215, ../sass/styles.scss */
.project-groups-landing.task-force-frontpage-blocks .view-content .views-row .views-field-field-banner-image,
.view.view-nn-task-force-frontpage-block.task-force-frontpage-blocks .view-content .views-row .views-field-field-banner-image {
  width: 100%;
  margin: 0;
}
@media (min-width: 768px) {
  /* line 1214, ../sass/styles.scss */
  .project-groups-landing.task-force-frontpage-blocks .view-content .views-row,
  .view.view-nn-task-force-frontpage-block.task-force-frontpage-blocks .view-content .views-row {
    max-width: 30%;
  }
}
@media (min-width: 960px) {
  /* line 1214, ../sass/styles.scss */
  .project-groups-landing.task-force-frontpage-blocks .view-content .views-row,
  .view.view-nn-task-force-frontpage-block.task-force-frontpage-blocks .view-content .views-row {
    max-width: 16.5%;
  }
}
/* line 1233, ../sass/styles.scss */
.project-groups-landing.task-force-frontpage-blocks .view-content .views-row h3,
.view.view-nn-task-force-frontpage-block.task-force-frontpage-blocks .view-content .views-row h3 {
  font-size: 1.15em;
  margin: 10px 0;
}

/* line 1246, ../sass/styles.scss */
#block-formblock-case-study .filter-wrapper,
#block-formblock-case-study .form-field-name-field-hidden,
#edit-field-domain,
#edit-field-think-nature-consent {
  display: none;
}

/* line 1253, ../sass/styles.scss */
.collapsible.group-keywords .fieldset-description {
  display: none;
}

/* line 1260, ../sass/styles.scss */
.group-documents caption {
  color: #005E84;
  font-size: 1.25em;
  margin: 0.5em 0 0.25em 0;
}
/* line 1265, ../sass/styles.scss */
.group-documents td,
.group-documents th {
  text-align: left;
  width: 25%;
  vertical-align: top;
}
/* line 1270, ../sass/styles.scss */
.group-documents td h4,
.group-documents th h4 {
  font-size: 1em;
  margin: 0 0 3px 0;
}
/* line 1274, ../sass/styles.scss */
.group-documents td.views-field-created,
.group-documents th.views-field-created {
  width: 15%;
}
/* line 1277, ../sass/styles.scss */
.group-documents td.views-field-field-description,
.group-documents th.views-field-field-description {
  width: 35%;
}
/* line 1280, ../sass/styles.scss */
.group-documents td.active,
.group-documents th.active {
  background-color: transparent;
}
/* line 1284, ../sass/styles.scss */
.group-documents ul,
.group-documents li {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 1290, ../sass/styles.scss */
.group-documents li {
  padding: 3px 0;
}
/* line 1293, ../sass/styles.scss */
.group-documents .view-header {
  padding-bottom: 15px;
}
/* line 1295, ../sass/styles.scss */
.group-documents .view-header .btn {
  float: right;
  margin-bottom: 15px;
}
/* line 1301, ../sass/styles.scss */
.group-documents.shared td,
.group-documents.shared th {
  width: 15%;
}
/* line 1304, ../sass/styles.scss */
.group-documents.shared td.views-field-title,
.group-documents.shared th.views-field-title {
  width: 30%;
}
/* line 1307, ../sass/styles.scss */
.group-documents.shared td.views-field-field-actions-required,
.group-documents.shared th.views-field-field-actions-required {
  width: 30%;
}

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

/* line 1321, ../sass/styles.scss */
tr.even {
  background-color: #e6e6e6;
}

/* line 1326, ../sass/styles.scss */
.block-views .view .date-nav-wrapper {
  font-weight: 600;
}
/* line 1328, ../sass/styles.scss */
.block-views .view .date-nav-wrapper ul,
.block-views .view .date-nav-wrapper li {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 1335, ../sass/styles.scss */
.block-views .view .date-nav-wrapper .pager li.date-prev,
.block-views .view .date-nav-wrapper .pager li.date-next {
  background: transparent;
  border-radius: 0;
  background: transparent;
  float: none;
  padding: 0;
  position: absolute;
}
/* line 1343, ../sass/styles.scss */
.block-views .view .date-nav-wrapper .pager li.date-prev a,
.block-views .view .date-nav-wrapper .pager li.date-next a {
  color: #005E84;
  background: transparent !important;
  border: none;
  font-size: 0;
  font-weight: 600;
}
/* line 1349, ../sass/styles.scss */
.block-views .view .date-nav-wrapper .pager li.date-prev a::after, .block-views .view .date-nav-wrapper .pager li.date-prev a::before,
.block-views .view .date-nav-wrapper .pager li.date-next a::after,
.block-views .view .date-nav-wrapper .pager li.date-next a::before {
  content: " ";
  font-family: 'networknature';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin: 0 .25em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 37px;
  color: #005E84 !important;
  margin: 0;
  width: auto;
}
/* line 1356, ../sass/styles.scss */
.block-views .view .date-nav-wrapper .pager li.date-prev a::after:hover, .block-views .view .date-nav-wrapper .pager li.date-prev a::before:hover,
.block-views .view .date-nav-wrapper .pager li.date-next a::after:hover,
.block-views .view .date-nav-wrapper .pager li.date-next a::before:hover {
  color: black !important;
}
/* line 1361, ../sass/styles.scss */
.block-views .view .date-nav-wrapper .pager li.date-prev:hover,
.block-views .view .date-nav-wrapper .pager li.date-next:hover {
  color: #005E84 !important;
  background: transparent !important;
}
/* line 1364, ../sass/styles.scss */
.block-views .view .date-nav-wrapper .pager li.date-prev:hover::after, .block-views .view .date-nav-wrapper .pager li.date-prev:hover::before,
.block-views .view .date-nav-wrapper .pager li.date-next:hover::after,
.block-views .view .date-nav-wrapper .pager li.date-next:hover::before {
  color: black !important;
}
/* line 1370, ../sass/styles.scss */
.block-views .view .date-nav-wrapper .pager li.date-prev {
  right: 40px;
  left: auto;
}
/* line 1373, ../sass/styles.scss */
.block-views .view .date-nav-wrapper .pager li.date-prev a::before {
  content: '\e806';
}
/* line 1377, ../sass/styles.scss */
.block-views .view .date-nav-wrapper .pager li.date-next {
  right: -10px;
  left: auto;
}
/* line 1380, ../sass/styles.scss */
.block-views .view .date-nav-wrapper .pager li.date-next a::after {
  content: '\e807';
}
/* line 1385, ../sass/styles.scss */
.block-views .view .date-nav-wrapper .date-heading h3 {
  font-weight: 600;
}
@media all and (min-width: 768px) {
  /* line 1385, ../sass/styles.scss */
  .block-views .view .date-nav-wrapper .date-heading h3 {
    text-align: center;
  }
}

/* line 1393, ../sass/styles.scss */
.calendar-calendar .month-view .full td.multi-day div.monthview,
.calendar-calendar .week-view .full td.multi-day div.weekview,
.calendar-calendar .day-view .full td.multi-day div.dayview {
  background: #AFDBD7;
}

/* line 1399, ../sass/styles.scss */
.calendar-calendar .month-view .full td.multi-day .inner .monthview .continues,
.calendar-calendar .month-view .full td.multi-day .inner .monthview .cutoff,
.calendar-calendar .week-view .full td.multi-day .inner .weekview .continues,
.calendar-calendar .week-view .full td.multi-day .inner .weekview .cutoff,
.calendar-calendar .month-view .full .inner .monthview,
.calendar-calendar .week-view .full .inner .weekview,
.calendar-calendar .day-view .full .inner .dayview {
  background: #AFDBD7;
}

/* line 1409, ../sass/styles.scss */
.calendar-calendar .month-view .full .inner .monthview,
.calendar-calendar .week-view .full .inner .weekview,
.calendar-calendar .day-view .full .inner .dayview {
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 1416, ../sass/styles.scss */
.calendar-calendar .month-view .full td.multi-day div.monthview,
.calendar-calendar .week-view .full td.multi-day div.weekview,
.calendar-calendar .day-view .full td.multi-day div.dayview {
  color: #242424;
  background: #AFDBD7;
}

/* line 1423, ../sass/styles.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: #AFDBD7;
}

/* line 1429, ../sass/styles.scss */
.calendar-calendar td {
  color: #242424;
  font-weight: 600;
}
/* line 1432, ../sass/styles.scss */
.calendar-calendar td a {
  font-weight: 600;
}

/* line 1437, ../sass/styles.scss */
.calendar-calendar div.calendar {
  font-size: 12px;
}

/* line 1441, ../sass/styles.scss */
.calendar h3 {
  font-weight: 600;
  font-size: 12px;
  margin: 0 0 3px 0;
}

/* line 1447, ../sass/styles.scss */
.calendar-calendar td span.date-display-single,
.calendar-calendar td span.date-display-start,
.calendar-calendar td span.date-display-end,
.calendar-calendar td span.date-display-separator {
  font-weight: 500;
}

/* line 1454, ../sass/styles.scss */
.calendar-calendar .month-view .full tr td.single-day.today,
.calendar-calendar .month-view .full tr td.today,
.calendar-calendar .month-view .full tr.odd td.today,
.calendar-calendar .month-view .full tr.even td.today,
.calendar-calendar .month-view .full tr td.today,
.calendar-calendar .month-view .full tr.odd td.today,
.calendar-calendar .month-view .full tr.even td.today {
  background: #f5a454;
}

/* line 1465, ../sass/styles.scss */
article.node-naturvation.view-mode-full,
article.node-nn-project-group.view-mode-full {
  margin-bottom: 20px;
}
@media all and (min-width: 960px) {
  /* line 1469, ../sass/styles.scss */
  article.node-naturvation.view-mode-full .field-name-field-banner-image, article.node-naturvation.view-mode-full .field-name-body,
  article.node-nn-project-group.view-mode-full .field-name-field-banner-image,
  article.node-nn-project-group.view-mode-full .field-name-body {
    width: 48.5%;
    float: left;
  }
  /* line 1473, ../sass/styles.scss */
  article.node-naturvation.view-mode-full .field-name-body,
  article.node-nn-project-group.view-mode-full .field-name-body {
    float: right;
  }
}
@media only screen and (max-width: 768px) and (min-width: 600px) {
  /* line 1478, ../sass/styles.scss */
  article.node-naturvation.view-mode-full .field-name-field-banner-image,
  article.node-naturvation.view-mode-full .field-name-body,
  article.node-nn-project-group.view-mode-full .field-name-field-banner-image,
  article.node-nn-project-group.view-mode-full .field-name-body {
    width: 48.5%;
    float: left;
  }
  /* line 1483, ../sass/styles.scss */
  article.node-naturvation.view-mode-full .field-name-body,
  article.node-nn-project-group.view-mode-full .field-name-body {
    float: right;
  }
}

/* line 1489, ../sass/styles.scss */
.nn-group-block {
  background: #d7edeb;
  padding: 0.5em 1em 1em 1em;
  margin: 0;
}
/* line 1493, ../sass/styles.scss */
.nn-group-block h2.block__title {
  font-size: 1.25em;
  color: #1a1a1a;
  margin: 0 0 0.5em 0;
  padding: 0;
}

/* line 1501, ../sass/styles.scss */
.view-id-og_extras_nodes.view-display-id-entity_view_5 {
  clear: both;
  width: 100%;
  padding-top: 15px;
}

/* line 1507, ../sass/styles.scss */
.node-type-nn-project-group .region-sidebar-second .block,
.node-type-nn-project-group .region-sidebar-second .block {
  margin-bottom: 0 !important;
}

/* line 1512, ../sass/styles.scss */
.project-groups-resources {
  background: yellow;
}
/* line 1514, ../sass/styles.scss */
.project-groups-resources .block__title {
  margin: 0 0 15px 0;
}
/* line 1517, ../sass/styles.scss */
.project-groups-resources .view-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 1522, ../sass/styles.scss */
.project-groups-resources .view-content .views-row {
  display: flex;
  flex-direction: column;
  background: #eaeaea;
  width: 48.5%;
  margin-bottom: 20px;
}
@media all and (min-width: 960px) {
  /* line 1522, ../sass/styles.scss */
  .project-groups-resources .view-content .views-row {
    width: 32%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 600px) {
  /* line 1522, ../sass/styles.scss */
  .project-groups-resources .view-content .views-row {
    width: 32%;
  }
}
/* line 1534, ../sass/styles.scss */
.project-groups-resources .view-content .views-row .views-field-field-image {
  flex-grow: 1;
}
/* line 1538, ../sass/styles.scss */
.project-groups-resources .view-content .views-row .views-field-nothing h3 {
  font-size: 1em;
  margin: 5px 10px;
}

/* line 1546, ../sass/styles.scss */
.node-nn-project-group .paragraphs-items {
  clear: both;
  float: none;
  padding-top: 20px;
}
/* line 1550, ../sass/styles.scss */
.node-nn-project-group .paragraphs-items > .field-type-paragraphs > .field-items {
  width: 101.5%;
  margin-left: -1.5%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 101.5%;
  margin-left: -1.5%;
}
/* line 1560, ../sass/styles.scss */
.node-nn-project-group .paragraphs-items > .field-type-paragraphs > .field-items > .field-item {
  display: flex;
  flex-direction: column;
  background: #eaeaea;
  width: 47.5%;
  margin-left: 1.5%;
  justify-content: flex-start;
  margin-bottom: 20px;
}
@media all and (min-width: 960px) {
  /* line 1560, ../sass/styles.scss */
  .node-nn-project-group .paragraphs-items > .field-type-paragraphs > .field-items > .field-item {
    width: 31%;
    margin-left: 1.5%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 600px) {
  /* line 1560, ../sass/styles.scss */
  .node-nn-project-group .paragraphs-items > .field-type-paragraphs > .field-items > .field-item {
    width: 31%;
  }
}
/* line 1575, ../sass/styles.scss */
.node-nn-project-group .paragraphs-items > .field-type-paragraphs > .field-items > .field-item .views-field-field-image,
.node-nn-project-group .paragraphs-items > .field-type-paragraphs > .field-items > .field-item .views-field-field-pr-images {
  flex-grow: 1;
}
/* line 1578, ../sass/styles.scss */
.node-nn-project-group .paragraphs-items > .field-type-paragraphs > .field-items > .field-item .views-field-field-image img,
.node-nn-project-group .paragraphs-items > .field-type-paragraphs > .field-items > .field-item .views-field-field-pr-images img {
  width: 100%;
}
/* line 1582, ../sass/styles.scss */
.node-nn-project-group .paragraphs-items > .field-type-paragraphs > .field-items > .field-item .views-field-nothing h3 {
  font-size: 1em;
  margin: 5px 10px;
}

/* line 1590, ../sass/styles.scss */
.field-name-field-case-studies > .field-items,
.field-name-field-project-resources > .field-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 1596, ../sass/styles.scss */
.field-name-field-case-studies > .field-items > .field-item,
.field-name-field-project-resources > .field-items > .field-item {
  display: flex;
  flex-direction: column;
  background: #eaeaea;
  width: 48.5%;
  margin-bottom: 20px;
}
@media all and (min-width: 960px) {
  /* line 1596, ../sass/styles.scss */
  .field-name-field-case-studies > .field-items > .field-item,
  .field-name-field-project-resources > .field-items > .field-item {
    width: 31%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 600px) {
  /* line 1596, ../sass/styles.scss */
  .field-name-field-case-studies > .field-items > .field-item,
  .field-name-field-project-resources > .field-items > .field-item {
    width: 31%;
  }
}
/* line 1608, ../sass/styles.scss */
.field-name-field-case-studies > .field-items > .field-item .views-field-field-pr-images,
.field-name-field-project-resources > .field-items > .field-item .views-field-field-pr-images {
  flex-grow: 1;
}
/* line 1612, ../sass/styles.scss */
.field-name-field-case-studies > .field-items > .field-item .views-field-nothing h3,
.field-name-field-project-resources > .field-items > .field-item .views-field-nothing h3 {
  font-size: 1em;
  margin: 5px 10px;
}

/* line 1620, ../sass/styles.scss */
.project-groups-landing .view-content .views-row {
  border: 3px solid #f0f2f3;
  border-radius: 0;
  min-height: 180px;
  display: flex;
}
/* line 1625, ../sass/styles.scss */
.project-groups-landing .view-content .views-row .views-field-title {
  margin-top: 15px;
}
/* line 1628, ../sass/styles.scss */
.project-groups-landing .view-content .views-row .btn {
  text-align: right;
  position: absolute;
  bottom: 15px;
  right: 15px;
  padding-left: 10px;
}
/* line 1635, ../sass/styles.scss */
.project-groups-landing .view-content .views-row .views-field-field-banner-image {
  min-width: 150px;
  margin-right: 15px;
  background: #fff;
  padding: 8px 12px;
  flex-grow: 2;
  display: flex;
  align-items: center;
}


.gsc-search-button-v2  {
	padding-top: 20px!important;
	padding-bottom: 20px!important;
}
.gsib_a {
	padding-top: 15px!important;
	padding-bottom: 15px!important;
}


.gsc-input-box {
	border: 2px solid #005E84!important;
}