@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.
 */
/* Import Sass mixins, variables, Compass modules, etc. */
/*/ === Colours === /*/
/*/ === Fonts === /*/
/*/ === Shapes === /*/
/*/  === INLINE IMAGES ===  /*/
/* line 468, ../sass/_mixins.scss */
img.imgtoright,
img.imgtoright-quarter {
  float: right;
  margin: 0 0 10px 2%;
  clear: right;
  max-width: 48%;
  width: 480px;
}

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

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

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

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

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

  /* line 521, ../sass/_mixins.scss */
  img.imgtoleft-quarter,
  img.imgtoright-quarter {
    max-width: 48%;
  }
}
/* 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 33, ../sass/layouts/_responsive.scss */
#page,
.region-bottom {
  margin-left: auto;
  margin-right: auto;
  max-width: 980px;
  padding: 20px 20px 0px 20px;
}

/* 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 */
@media all and (min-width: 768px) {
  /* line 62, ../sass/layouts/_responsive.scss */
  #main {
    /* Move all the children of #main down to make room. */
    padding-top: 3em;
    position: relative;
  }

  /* line 67, ../sass/layouts/_responsive.scss */
  #navigation {
    /* Move the navbar up inside #main's padding. */
    height: 3em;
    width: 100%;
  }
}
/**
 * Use 3 grid columns for smaller screens.
 */
@media all and (min-width: 600px) {
  /* line 85, ../sass/layouts/_responsive.scss */
  .one-sidebar #content,
  .two-sidebars #content {
    float: left;
    width: 60%;
    margin-left: 0%;
    margin-right: -60%;
  }
  /* line 91, ../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: 768px) {
  /* line 106, ../sass/layouts/_responsive.scss */
  .one-sidebar #content,
  .two-sidebars #content {
    float: left;
    width: 66%;
    margin-left: 0%;
    margin-right: -66%;
  }
  /* line 112, ../sass/layouts/_responsive.scss */
  .one-sidebar aside.sidebar,
  .two-sidebars aside.sidebar {
    float: left;
    width: 32%;
    margin-left: 68%;
    margin-right: -100%;
  }

  /* line 119, ../sass/layouts/_responsive.scss */
  .no-sidebars.not-front:not(.page-user) #content {
    width: 80%;
    margin-right: 20%;
  }
}
@media all and (max-width: 600px) {
  /* line 126, ../sass/layouts/_responsive.scss */
  aside.sidebar,
  #content {
    margin-bottom: 20px;
  }
}
/* Component (SMACSS module) rules */
/**
 * @file
 * SMACSS Modules
 *
 * Adds modular sets of styles.
 *
 * Additional useful selectors can be found in Zen's online documentation.
 * https://drupal.org/node/1707736
 */
/**
 * Wireframes.
 */
/* line 15, ../sass/components/_misc.scss */
.with-wireframes #header,
.with-wireframes #main,
.with-wireframes #content,
.with-wireframes #navigation,
.with-wireframes .region-sidebar-first,
.with-wireframes .region-sidebar-second,
.with-wireframes #footer,
.with-wireframes .region-bottom {
  outline: 1px solid #ccc;
}

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

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

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

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

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

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

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

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

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

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

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

/**
 * Navigation bar.
 */
/* line 136, ../sass/components/_misc.scss */
#navigation {
  /* Sometimes you want to prevent overlapping with main div. */
  /* overflow: hidden; */
  /* Main menu and secondary menu links and menu block links. */
}
/* line 140, ../sass/components/_misc.scss */
#navigation .block {
  margin-bottom: 0;
}
/* line 150, ../sass/components/_misc.scss */
#navigation .links,
#navigation .menu {
  margin: 0;
  padding: 0;
  text-align: left;
  /* LTR */
}
/* line 156, ../sass/components/_misc.scss */
#navigation .links li,
#navigation .menu li {
  /* A simple method to get navigation links to appear in one line. */
  float: left;
  /* LTR */
  padding: 0 10px 0 0;
  /* LTR */
  list-style-type: none;
  list-style-image: none;
}

/**
 * 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: #ededed;
}

/* 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: #00aaad;
}

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

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

/* line 258, ../sass/components/_misc.scss */
.form-textarea.required.error,
.form-text.required.error {
  color: #990000;
  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');
}

/**
 * @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;
  }
}
/* SMACSS theme rules */
/* @import "theme-A"; */
/* @import "theme-B"; */
/*/Brand colours
		Teal colour #009ba4
		Teal tint colour #d5ecef
		Grey colour #6D6E71
		/*/
/* === NAVIGATION === */
/* === NAVIGATION === */
/* --- breadcrumb --- */
/* line 4, ../sass/_navigation.scss */
.breadcrumb {
  padding-left: 15px;
  color: #6D6E71;
  font-size: 0.9em;
  margin: 0 0 1em 0;
  clear: both;
}
/* line 10, ../sass/_navigation.scss */
.breadcrumb li:first-child:before {
  content: "";
  font-family: "oppla_icons";
  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 14, ../sass/_navigation.scss */
.breadcrumb a:link,
.breadcrumb a:visited {
  color: #6D6E71;
  text-decoration: none;
}
/* line 19, ../sass/_navigation.scss */
.breadcrumb a:hover {
  color: #00aaad;
  text-decoration: underline;
}

/* --- Menu toggler --- */
/* line 26, ../sass/_navigation.scss */
.toggler {
  font-family: 'montserrat-bold';
  font-weight: 800;
  font-style: normal;
  font-size: 1em;
  line-height: 1;
  text-transform: uppercase;
  color: #00aaad !important;
  display: inline-block;
  background: #fff;
  border: 2px solid #00aaad;
  -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.4em 0.4em;
  text-decoration: none !important;
  float: left;
  display: inline-block;
}
/* line 251, ../sass/_mixins.scss */
.toggler:hover {
  background: #00aaad !important;
  text-decoration: none !important;
  color: #fff !important;
  cursor: pointer;
}
/* line 257, ../sass/_mixins.scss */
.toggler:active {
  transition: all 0.1s linear;
  background: #00494d !important;
  border-color: #00494d !important;
  color: #fff !important;
  cursor: pointer;
}
/* line 30, ../sass/_navigation.scss */
.toggler:before {
  content: "";
  font-family: "oppla_icons";
  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 37, ../sass/_navigation.scss */
.open .toggler {
  background: #d5ecef;
}
/* line 39, ../sass/_navigation.scss */
.open .toggler:before {
  content: "";
  font-family: "oppla_icons";
  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;
}

@media all and (max-width: 480px) {
  /* line 45, ../sass/_navigation.scss */
  .toggler span {
    display: none;
  }
}
/* --- Mobile/Tablet menu --- */
@media all and (min-width: 769px) {
  /* line 53, ../sass/_navigation.scss */
  .toggler {
    display: none;
  }
}
@media all and (max-width: 768px) {
  /* line 60, ../sass/_navigation.scss */
  #navigation {
    display: none;
  }

  /* line 63, ../sass/_navigation.scss */
  .open #navigation {
    display: block;
  }
  /* line 65, ../sass/_navigation.scss */
  .open #navigation #block-menu-block-1 {
    background: #00aaad;
    position: absolute;
    top: 60px;
    left: 18px;
    right: 18px;
    width: auto;
    z-index: 999;
    -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;
    border: solid 2px #00aaad;
  }
  /* line 75, ../sass/_navigation.scss */
  .open #navigation #block-menu-block-1 .menu {
    display: block;
    background: #d5ecef;
    text-align: left;
  }
  /* line 79, ../sass/_navigation.scss */
  .open #navigation #block-menu-block-1 .menu li {
    display: block;
    float: none;
    padding: 0;
    margin: 0;
    border-top: solid 2px #00aaad;
  }
  /* line 85, ../sass/_navigation.scss */
  .open #navigation #block-menu-block-1 .menu li.first {
    border-top: none;
  }
  /* line 88, ../sass/_navigation.scss */
  .open #navigation #block-menu-block-1 .menu li a {
    font-family: 'montserrat-bold';
    font-weight: 800;
    font-style: normal;
    color: #6D6E71;
    font-size: 1em;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0.75em 12px;
    display: block;
  }
  /* line 96, ../sass/_navigation.scss */
  .open #navigation #block-menu-block-1 .menu li a:hover {
    color: #242424;
    background: #ededed;
    cursor: pointer;
  }
  /* line 101, ../sass/_navigation.scss */
  .open #navigation #block-menu-block-1 .menu li a.active {
    background: #00aaad;
    color: #fff;
    cursor: default;
  }
  /* line 110, ../sass/_navigation.scss */
  .open #navigation #block-menu-block-1 .menu li ul {
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 0;
    display: block;
  }
  /* line 114, ../sass/_navigation.scss */
  .open #navigation #block-menu-block-1 .menu li ul li {
    border-top: solid 2px #00aaad;
  }
  /* line 116, ../sass/_navigation.scss */
  .open #navigation #block-menu-block-1 .menu li ul li a {
    font-size: 0.75em;
    text-transform: none !important;
  }
  /* line 121, ../sass/_navigation.scss */
  .open #navigation #block-menu-block-1 .menu li ul li.first {
    border-top: solid 2px #00aaad;
  }
}
/* --- Desktop menu --- */
@media all and (min-width: 768px) {
  /* line 152, ../sass/_navigation.scss */
  #navigation {
    border-top: 3px solid #dcddde;
    margin: 1em 0 0 0;
    padding: 1em 0 0 0;
    width: auto;
  }
  /* line 157, ../sass/_navigation.scss */
  #navigation .region-navigation .menu {
    display: flex;
    justify-content: space-around;
  }
  /* line 160, ../sass/_navigation.scss */
  #navigation .region-navigation .menu li {
    float: none;
    display: inline-block;
    padding: 0 0 4px 0;
    margin: 0 0.5em;
    border-bottom: 5px solid #fff;
  }
  /* line 166, ../sass/_navigation.scss */
  #navigation .region-navigation .menu li.active, #navigation .region-navigation .menu li.is-active-trail.is-parent.has-children {
    border-color: #00aaad;
  }
  /* line 169, ../sass/_navigation.scss */
  #navigation .region-navigation .menu li.active a, #navigation .region-navigation .menu li.is-active-trail.is-parent.has-children a {
    color: #00aaad;
  }
  /* line 173, ../sass/_navigation.scss */
  #navigation .region-navigation .menu li:hover {
    border-color: #6D6E71;
    cursor: pointer;
  }
  /* line 177, ../sass/_navigation.scss */
  #navigation .region-navigation .menu li a {
    font-family: 'montserrat-bold';
    font-weight: 800;
    font-style: normal;
    color: #6D6E71;
    font-size: 0.95em;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0;
    display: block;
  }
  /* line 186, ../sass/_navigation.scss */
  #navigation .region-navigation .menu li.first {
    margin-left: 0;
  }
  /* line 189, ../sass/_navigation.scss */
  #navigation .region-navigation .menu li.last {
    margin-right: 0;
  }
  /* line 193, ../sass/_navigation.scss */
  #navigation .region-navigation .menu .menu {
    display: none;
  }
}
/* --- old IE fix for no flexbox support ---  */
/* line 201, ../sass/_navigation.scss */
.lt-ie9 #navigation .region-navigation .menu {
  display: block;
}

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

/* --- Tabs primary --- */
/* line 214, ../sass/_navigation.scss */
.tabs-primary {
  border-bottom: 2px solid #6D6E71;
  margin-bottom: 1em;
  padding: 0;
}
/* line 218, ../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 227, ../sass/_navigation.scss */
.tabs-primary li:last-child {
  margin-bottom: 0;
}
/* line 230, ../sass/_navigation.scss */
.tabs-primary li.is-active {
  background: #6D6E71;
  border-bottom: 1px solid #6D6E71;
}
/* line 233, ../sass/_navigation.scss */
.tabs-primary li.is-active a, .tabs-primary li.is-active:hover {
  color: #fff !important;
  cursor: default;
}
/* line 239, ../sass/_navigation.scss */
.tabs-primary li a {
  display: block;
  font-family: 'montserrat-bold';
  font-weight: 800;
  font-style: normal;
  color: #6D6E71;
  text-decoration: none;
}
/* line 244, ../sass/_navigation.scss */
.tabs-primary li a:hover {
  color: #242424;
  text-decoration: none;
}

@media all and (max-width: 600px) {
  /* line 253, ../sass/_navigation.scss */
  .tabs-primary {
    border-bottom: none;
    padding: 0;
  }
  /* line 256, ../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 260, ../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 263, ../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 267, ../sass/_navigation.scss */
  .tabs-primary li.is-active {
    border-bottom: 3px #fff solid;
  }
}
/* --- Tabs secondary --- */
/* line 276, ../sass/_navigation.scss */
.tabs-secondary li {
  display: inline-block;
  margin-right: 0.5em;
}
/* line 279, ../sass/_navigation.scss */
.tabs-secondary li a {
  font-family: 'montserrat-bold';
  font-weight: 800;
  font-style: normal;
  color: #6D6E71;
  text-decoration: none;
  border-bottom: 6px solid #fff;
  padding-bottom: 4px;
}
/* line 286, ../sass/_navigation.scss */
.tabs-secondary li a:hover {
  border-color: #6D6E71;
}
/* line 289, ../sass/_navigation.scss */
.tabs-secondary li a.active,
.tabs-secondary li a.active:hover {
  color: #00aaad;
  border-color: #00aaad;
  cursor: default;
}

/* --- Footer Menu block --- */
/* line 299, ../sass/_navigation.scss */
.block.footer-menu,
#block-menu-block-3 {
  margin: 0;
}
/* line 302, ../sass/_navigation.scss */
.block.footer-menu ul.menu,
#block-menu-block-3 ul.menu {
  padding: 0;
  margin: 0 0 0.5em -1.5%;
  width: 101.5%;
  clear: both;
  float: none;
}
/* line 308, ../sass/_navigation.scss */
.block.footer-menu ul.menu li,
#block-menu-block-3 ul.menu li {
  border-top: 5px solid #fff;
  width: 15.11%;
  margin-left: 1.5%;
  display: block;
  float: left;
}
/* line 318, ../sass/_navigation.scss */
.block.footer-menu ul.menu li a,
#block-menu-block-3 ul.menu li a {
  font-family: 'montserrat-bold';
  font-weight: 800;
  font-style: normal;
  color: #242424;
  font-size: 0.9em;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  padding: 6px 0 5px 0;
  display: block;
}
/* line 327, ../sass/_navigation.scss */
.block.footer-menu ul.menu li a:hover,
#block-menu-block-3 ul.menu li a:hover {
  color: #242424;
  text-decoration: underline;
}
/* line 332, ../sass/_navigation.scss */
.block.footer-menu ul.menu li ul,
#block-menu-block-3 ul.menu li ul {
  padding: 0.75em 0.5em 0.75em 0;
}
/* line 334, ../sass/_navigation.scss */
.block.footer-menu ul.menu li ul li,
#block-menu-block-3 ul.menu li ul li {
  border: none;
  font-size: 0.8em;
  display: inline-block;
  float: none;
  width: 100%;
  padding: 0;
}
/* line 344, ../sass/_navigation.scss */
.block.footer-menu ul.menu li ul li:before,
#block-menu-block-3 ul.menu li ul li:before {
  content: "";
  font-family: "oppla_icons";
  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: #00aaad;
  font-size: 90%;
  padding-right: 3px;
}
/* line 350, ../sass/_navigation.scss */
.block.footer-menu ul.menu li ul li a,
#block-menu-block-3 ul.menu li ul li a {
  font-family: 'lato-regular', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #6D6E71;
  text-transform: none;
  border: none;
  padding: 0;
  display: inline-block;
}

/* --- Level 2 RH menu --- */
/* line 365, ../sass/_navigation.scss */
.side-bar-menu,
#block-menu-block-5 {
  margin: 0;
  width: 100%;
}
/* line 369, ../sass/_navigation.scss */
.side-bar-menu ul.menu,
.side-bar-menu li,
#block-menu-block-5 ul.menu,
#block-menu-block-5 li {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 375, ../sass/_navigation.scss */
.side-bar-menu .menu li,
.side-bar-menu .ui-accordion .ui-accordion-content,
#block-menu-block-5 .menu li,
#block-menu-block-5 .ui-accordion .ui-accordion-content {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #fff;
}
/* line 381, ../sass/_navigation.scss */
.side-bar-menu .menu li:last-child,
.side-bar-menu .ui-accordion .ui-accordion-content:last-child,
#block-menu-block-5 .menu li:last-child,
#block-menu-block-5 .ui-accordion .ui-accordion-content:last-child {
  margin-bottom: 0;
}
/* line 382, ../sass/_navigation.scss */
.side-bar-menu .menu li a,
.side-bar-menu .ui-accordion .ui-accordion-content a,
#block-menu-block-5 .menu li a,
#block-menu-block-5 .ui-accordion .ui-accordion-content a {
  font-family: 'montserrat-bold';
  font-weight: 800;
  font-style: normal;
  color: #00aaad;
  font-size: 0.9em;
  background: #d5ecef;
  text-decoration: none;
  display: block;
  padding: 6px;
  border-left: 5px solid #00aaad;
  position: relative;
}
/* line 392, ../sass/_navigation.scss */
.side-bar-menu .menu li a:hover,
.side-bar-menu .ui-accordion .ui-accordion-content a:hover,
#block-menu-block-5 .menu li a:hover,
#block-menu-block-5 .ui-accordion .ui-accordion-content a:hover {
  color: #6D6E71;
  border-color: #6D6E71;
}
/* line 395, ../sass/_navigation.scss */
.side-bar-menu .menu li a:active,
.side-bar-menu .ui-accordion .ui-accordion-content a:active,
#block-menu-block-5 .menu li a:active,
#block-menu-block-5 .ui-accordion .ui-accordion-content a:active {
  border-color: #00aaad;
  color: #6D6E71;
  background: #ededed;
}
/* line 400, ../sass/_navigation.scss */
.side-bar-menu .menu li a.active,
.side-bar-menu .ui-accordion .ui-accordion-content a.active,
#block-menu-block-5 .menu li a.active,
#block-menu-block-5 .ui-accordion .ui-accordion-content a.active {
  border-color: #6D6E71;
  color: #6D6E71;
  background: #ededed;
  cursor: default;
  text-decoration: none;
}
/* line 406, ../sass/_navigation.scss */
.side-bar-menu .menu li a.active:after,
.side-bar-menu .ui-accordion .ui-accordion-content a.active:after,
#block-menu-block-5 .menu li a.active:after,
#block-menu-block-5 .ui-accordion .ui-accordion-content a.active:after {
  color: #00aaad;
}
/* line 409, ../sass/_navigation.scss */
.side-bar-menu .menu li.is-collapsed > a, .side-bar-menu .menu li.is-expanded > a,
.side-bar-menu .ui-accordion .ui-accordion-content.is-collapsed > a,
.side-bar-menu .ui-accordion .ui-accordion-content.is-expanded > a,
#block-menu-block-5 .menu li.is-collapsed > a,
#block-menu-block-5 .menu li.is-expanded > a,
#block-menu-block-5 .ui-accordion .ui-accordion-content.is-collapsed > a,
#block-menu-block-5 .ui-accordion .ui-accordion-content.is-expanded > a {
  padding-right: 25px;
}
/* line 412, ../sass/_navigation.scss */
.side-bar-menu .menu li.is-collapsed > a:after, .side-bar-menu .menu li.is-expanded > a:after,
.side-bar-menu .ui-accordion .ui-accordion-content.is-collapsed > a:after,
.side-bar-menu .ui-accordion .ui-accordion-content.is-expanded > a:after,
#block-menu-block-5 .menu li.is-collapsed > a:after,
#block-menu-block-5 .menu li.is-expanded > a:after,
#block-menu-block-5 .ui-accordion .ui-accordion-content.is-collapsed > a:after,
#block-menu-block-5 .ui-accordion .ui-accordion-content.is-expanded > a:after {
  content: "";
  font-family: "oppla_icons";
  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;
  position: absolute;
  right: 3px;
  top: 25%;
}
/* line 420, ../sass/_navigation.scss */
.side-bar-menu .menu li.is-expanded > a:after,
.side-bar-menu .ui-accordion .ui-accordion-content.is-expanded > a:after,
#block-menu-block-5 .menu li.is-expanded > a:after,
#block-menu-block-5 .ui-accordion .ui-accordion-content.is-expanded > a:after {
  content: "";
  font-family: "oppla_icons";
  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 423, ../sass/_navigation.scss */
.side-bar-menu .menu li li,
.side-bar-menu .ui-accordion .ui-accordion-content li,
#block-menu-block-5 .menu li li,
#block-menu-block-5 .ui-accordion .ui-accordion-content li {
  border: none;
  border-top: 1px solid #fff;
}
/* line 426, ../sass/_navigation.scss */
.side-bar-menu .menu li li a,
.side-bar-menu .ui-accordion .ui-accordion-content li a,
#block-menu-block-5 .menu li li a,
#block-menu-block-5 .ui-accordion .ui-accordion-content li a {
  font-family: 'lato-regular', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 85%;
}
/* line 430, ../sass/_navigation.scss */
.side-bar-menu .menu li li li a,
.side-bar-menu .ui-accordion .ui-accordion-content li li a,
#block-menu-block-5 .menu li li li a,
#block-menu-block-5 .ui-accordion .ui-accordion-content li li a {
  font-size: 80%;
}

/* --- QUICKTABS BASIC --- */
/* line 436, ../sass/_navigation.scss */
.block-quicktabs {
  clear: both;
  background: #ededed;
  padding: 0 !important;
  border: 9px solid #fff;
}
/* line 441, ../sass/_navigation.scss */
.block-quicktabs fieldset .fieldset-wrapper {
  background: #f7f7f7;
  border-bottom: none;
}
/* line 445, ../sass/_navigation.scss */
.block-quicktabs ul.quicktabs-tabs {
  padding: 0;
  margin: 0;
  background: #fff;
  text-align: center;
}
/* line 450, ../sass/_navigation.scss */
.block-quicktabs ul.quicktabs-tabs li {
  -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;
  display: inline-block;
  padding: 0 0.75em 0.5em 0.75em;
  margin: 0;
}
/* line 456, ../sass/_navigation.scss */
.block-quicktabs ul.quicktabs-tabs li.active {
  background: #ededed;
}
/* line 459, ../sass/_navigation.scss */
.block-quicktabs ul.quicktabs-tabs li:last-child {
  margin-bottom: 0;
}
/* line 462, ../sass/_navigation.scss */
.block-quicktabs ul.quicktabs-tabs li a {
  font-size: 0.9em;
  font-family: 'montserrat-bold';
  font-weight: 800;
  font-style: normal;
  color: #6D6E71;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.5em 0 0.125em 0;
  margin: 0;
  display: block;
  text-align: center;
  border-bottom: 4px solid #fff;
}
/* line 473, ../sass/_navigation.scss */
.block-quicktabs ul.quicktabs-tabs li a:hover {
  border-color: #6D6E71;
  cursor: pointer;
}
/* line 478, ../sass/_navigation.scss */
.block-quicktabs ul.quicktabs-tabs li.active a {
  color: #00aaad;
  border-color: #00aaad;
  cursor: default;
}

/* line 488, ../sass/_navigation.scss */
#block-quicktabs-community-filters fieldset .fieldset-wrapper {
  background-color: #f8ddd9;
}
/* line 491, ../sass/_navigation.scss */
#block-quicktabs-community-filters .views-exposed-widget .bef-toggle {
  color: #dc5641 !important;
}
/* line 493, ../sass/_navigation.scss */
#block-quicktabs-community-filters .views-exposed-widget .bef-toggle:hover {
  color: #6D6E71 !important;
}
/* line 498, ../sass/_navigation.scss */
#block-quicktabs-community-filters ul.quicktabs-tabs li a {
  color: #6D6E71;
}
/* line 500, ../sass/_navigation.scss */
#block-quicktabs-community-filters ul.quicktabs-tabs li a:hover {
  border-color: #6D6E71;
  cursor: pointer;
}
/* line 505, ../sass/_navigation.scss */
#block-quicktabs-community-filters ul.quicktabs-tabs li.active a {
  color: #dc5641;
  border-color: #dc5641;
  cursor: default;
}

/*/  --- Read more/Flippy pagers ---  /*/
/* line 6, ../sass/_flippy.scss */
.flippy,
.flippy li {
  padding: 0 !important;
}

/* line 11, ../sass/_flippy.scss */
.flippy {
  clear: both;
  margin: 1em 0;
}

/* line 16, ../sass/_flippy.scss */
li.prev,
li.next {
  padding: 0;
}

/* line 21, ../sass/_flippy.scss */
li.prev {
  float: left;
}

/* line 25, ../sass/_flippy.scss */
li.next,
.read-more {
  float: right;
  clear: right;
}

/* line 31, ../sass/_flippy.scss */
.flippy li.empty {
  display: none;
}

/* line 35, ../sass/_flippy.scss */
.read-more a,
.flippy li a {
  font-size: 1em;
  color: #00aaad;
  font-family: 'montserrat-bold';
  font-weight: 800;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
}

/* line 45, ../sass/_flippy.scss */
.read-more .strong {
  font-weight: normal;
}

/* line 49, ../sass/_flippy.scss */
.flippy li.prev a {
  padding-left: 0.125em;
  -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 54, ../sass/_flippy.scss */
.flippy li.next a {
  padding-right: 0.125em;
  -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 59, ../sass/_flippy.scss */
.flippy li.prev a:before,
.flippy li.next a:after,
.read-more a:after {
  content: "";
  font-family: "oppla_icons";
  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 65, ../sass/_flippy.scss */
.flippy li.prev a:before {
  content: "";
  font-family: "oppla_icons";
  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 69, ../sass/_flippy.scss */
.flippy li.prev a:hover,
.flippy li.next a:hover,
.read-more a:hover {
  color: #6D6E71;
  text-decoration: none;
}

/* line 75, ../sass/_flippy.scss */
.read-more {
  padding-bottom: 1em;
}

/* === TYPESETTING === */
@font-face {
  font-family: 'lato-regular';
  src: url("fonts/lato-reg-webfont");
  src: url("fonts/lato-reg-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/lato-reg-webfont.woff") format("woff"), url("fonts/lato-reg-webfont.ttf") format("truetype"), url("fonts/lato-reg-webfont.svg#montserratregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'lato-italic';
  src: url("fonts/lato-italic-webfont.woff2") format("woff2"), url("fonts/lato-italic-webfont.woff") format("woff"), url("fonts/lato-italic-webfont.ttf") format("truetype"), url("fonts/lato-italic-webfont.svg#latoitalic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'lato-heavy';
  src: url("fonts/lato-heavy-webfont.woff2") format("woff2"), url("fonts/lato-heavy-webfont.woff") format("woff"), url("fonts/lato-heavy-webfont.ttf") format("truetype"), url("fonts/lato-heavy-webfont.svg#latoheavy") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'lato-heavy-italic';
  src: url("fonts/lato-heavyitalic-webfont.woff2") format("woff2"), url("fonts/lato-heavyitalic-webfont.woff") format("woff"), url("fonts/lato-heavyitalic-webfont.ttf") format("truetype"), url("fonts/lato-heavyitalic-webfont.svg#latoheavy_italic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'montserra-reg';
  src: url("fonts/Montserrat-Regular.woff2") format("woff2"), url("fonts/Montserrat-Regular.woff") format("woff"), url("fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'montserrat-med';
  src: url("fonts/Montserrat-Medium.woff2") format("woff2"), url("fonts/Montserrat-Medium.woff") format("woff"), url("fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'montserrat-semi';
  src: url("fonts/Montserrat-SemiBold.woff2") format("woff2"), url("fonts/Montserrat-SemiBold.woff") format("woff"), url("fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'montserrat-bold';
  src: url("fonts/Montserrat-Bold.woff2") format("woff2"), url("fonts/Montserrat-Bold.woff") format("woff"), url("fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'source_sans_probold';
  src: url("fonts/sourcesanspro-bold-webfont.eot");
  src: url("fonts/sourcesanspro-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/sourcesanspro-bold-webfont.woff") format("woff"), url("fonts/sourcesanspro-bold-webfont.ttf") format("truetype"), url("fonts/sourcesanspro-bold-webfont.svg#source_sans_probold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'source_sans_proregular';
  src: url("fonts/sourcesanspro-regular-webfont.eot");
  src: url("fonts/sourcesanspro-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/sourcesanspro-regular-webfont.woff") format("woff"), url("fonts/sourcesanspro-regular-webfont.ttf") format("truetype"), url("fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'source_sans_proitalic';
  src: url("fonts/sourcesanspro-it-webfont.eot");
  src: url("fonts/sourcesanspro-it-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/sourcesanspro-it-webfont.woff") format("woff"), url("fonts/sourcesanspro-it-webfont.ttf") format("truetype"), url("fonts/sourcesanspro-it-webfont.svg#source_sans_proitalic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'source_sans_probold_italic';
  src: url("fonts/sourcesanspro-boldit-webfont.eot");
  src: url("fonts/sourcesanspro-boldit-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/sourcesanspro-boldit-webfont.woff") format("woff"), url("fonts/sourcesanspro-boldit-webfont.ttf") format("truetype"), url("fonts/sourcesanspro-boldit-webfont.svg#source_sans_probold_italic") 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 53, ../sass/styles.scss */
html,
body {
  color: #6D6E71;
  font-size: 18px;
  font-size: 100%;
  line-height: 1.4;
  font-family: 'lato-regular', sans-serif;
  font-weight: normal;
  font-style: normal;
  padding: 0;
  margin: 0;
}
/* line 63, ../sass/styles.scss */
html *,
body * {
  box-sizing: border-box;
}

/* line 66, ../sass/styles.scss */
h1,
h2,
h3,
dt,
legend,
.field .field-label {
  font-family: 'montserrat-bold';
  font-weight: 800;
  font-style: normal;
  line-height: 1.2;
  color: #6D6E71;
}

/* line 77, ../sass/styles.scss */
h1.page__title {
  color: #00aaad;
  font-family: 'montserrat-semi';
  font-weight: 500;
  font-style: normal;
  margin-bottom: 0.5em;
}

/* line 83, ../sass/styles.scss */
h2,
h3,
dt,
.field .field-label,
legend {
  font-size: 2em;
  color: #00aaad;
  margin: 1em 0 0.25em;
}

/* line 93, ../sass/styles.scss */
h3,
dt,
.field .field-label,
legend {
  font-size: 1.5em;
}

/* line 100, ../sass/styles.scss */
li {
  margin: 0 0 0.5em;
}

/* line 104, ../sass/styles.scss */
th,
h4,
b,
strong {
  font-family: 'lato-heavy', sans-serif;
  font-weight: normal;
  font-style: normal;
}

/* line 111, ../sass/styles.scss */
i,
em {
  font-family: 'lato-italic', sans-serif;
  font-weight: normal;
  font-style: normal;
}

/* line 116, ../sass/styles.scss */
stong em,
em strong {
  font-family: 'lato-heavy-italic', sans-serif;
  font-weight: normal;
  font-style: normal;
}

/* line 121, ../sass/styles.scss */
p,
dd,
ul,
ol,
ul:not(.quicktabs-tabs),
ul:not(.tabs-primary),
ul:not(.tabs-primary) li:last-child {
  margin: 0 0 1em 0;
}

/* line 131, ../sass/styles.scss */
li p {
  margin: 0;
}

/* line 133, ../sass/styles.scss */
menu, ol, ul {
  padding: 0 0 0 1em;
}

/* line 137, ../sass/styles.scss */
a:link,
a:visited {
  color: #00aaad;
}

/* line 142, ../sass/styles.scss */
a:hover {
  color: #242424;
}

/* line 146, ../sass/styles.scss */
a[target="_blank"]:after,
a[href^="mailto:"]:after {
  font-size: 1em;
  content: "\e803";
  font-family: 'oppla_icons';
  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;
  text-decoration: none;
}

/* line 167, ../sass/styles.scss */
a[href^="mailto:"]:after {
  content: "\e800";
}

/* line 171, ../sass/styles.scss */
table {
  border-top: 3px solid #dcddde;
}
/* line 174, ../sass/styles.scss */
table tr td,
table tr th {
  text-align: left;
  line-height: 1.2;
  padding: 0.25em 0.25em 0.25em 0.5em;
  border-bottom: 3px solid #dcddde;
  background: #dcddde;
}
/* line 181, ../sass/styles.scss */
table tr td p,
table tr td li,
table tr th p,
table tr th li {
  margin: 0 0 2px 0;
  line-height: 1.2;
}
/* line 186, ../sass/styles.scss */
table tr td ul,
table tr th ul {
  margin: 0;
}
/* line 188, ../sass/styles.scss */
table tr td ul:not(.quicktabs-tabs):not(.tabs-primary):not(.tabs-primary),
table tr th ul:not(.quicktabs-tabs):not(.tabs-primary):not(.tabs-primary) {
  margin: 0;
}
/* line 190, ../sass/styles.scss */
table tr td ul:not(.quicktabs-tabs):not(.tabs-primary):not(.tabs-primary) li:last-child,
table tr th ul:not(.quicktabs-tabs):not(.tabs-primary):not(.tabs-primary) li:last-child {
  margin: 0 0 2px 0;
}
/* line 196, ../sass/styles.scss */
table tr td td,
table tr th td {
  border-bottom: 1px solid #dcddde;
  background: #ededed;
}
/* line 200, ../sass/styles.scss */
table tr td:nth-child(even) td,
table tr th:nth-child(even) td {
  background: #f7f7f7;
}

/* line 207, ../sass/styles.scss */
hr {
  color: #dcddde;
  height: 2px;
  border: none;
  border-top: 2px solid #dcddde;
  margin: 1em 0;
  clear: both;
  float: none;
}

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

/* line 221, ../sass/styles.scss */
ul.nolist,
ul.nolist li {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 226, ../sass/styles.scss */
.inline ul.nolist, .inline
ul.nolist li {
  display: inline-block;
}

/* line 231, ../sass/styles.scss */
.pager {
  padding-top: 2em;
}
/* line 233, ../sass/styles.scss */
.pager a {
  font-family: 'montserrat-semi';
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  color: #00aaad;
  border: 2px solid #00aaad;
  background: #fff;
  line-height: 1;
  padding: 0.125em 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;
  -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;
  text-decoration: none;
}
/* line 243, ../sass/styles.scss */
.pager a:hover {
  color: #6D6E71;
  border: 2px solid #6D6E71;
  background: #d5ecef;
}
/* line 248, ../sass/styles.scss */
.pager a:active {
  color: #fff;
  border: 2px solid #00494d;
  background: #00494d;
}
/* line 254, ../sass/styles.scss */
.pager .pager-current {
  font-family: 'montserrat-semi';
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  color: #fff;
  border: 2px solid #00494d;
  background: #00494d;
  line-height: 1;
  padding: 0.125em 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;
  -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;
  text-decoration: none;
}

/* === HEADER === */
/* line 270, ../sass/styles.scss */
.header_wrapper {
  background: #fff;
  padding: 20px 20px 1px 20px;
  margin: -20px -20px 0 -20px;
}

/* line 277, ../sass/styles.scss */
a#logo.header__logo {
  float: left;
  clear: left;
  width: 300px;
  margin: 0 0 1em 0;
  display: block;
}
/* line 283, ../sass/styles.scss */
a#logo.header__logo .header__logo img {
  width: 100%;
  height: auto;
}

/* line 289, ../sass/styles.scss */
#block-block-2 {
  float: right;
  clear: right;
}

/* line 294, ../sass/styles.scss */
.header__region {
  clear: none;
  margin-bottom: 1em;
  float: right;
  clear: right;
}

/* ---- Search box ---- */
/* line 306, ../sass/styles.scss */
#block-search-form * {
  border: none;
  padding: 0;
  margin: 0;
  background: transparent;
}

/* line 313, ../sass/styles.scss */
#block-search-form {
  float: right;
  clear: right;
  border: 1px solid #6D6E71;
  padding: 6px 6px 2px 6px;
  margin: 0 0 1em 0;
  width: 300px;
  -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 321, ../sass/styles.scss */
#block-search-form .custom-search-box.form-text {
  width: 282px;
  width: 90%;
  float: none;
  font-size: 1em;
  padding: 1px 0 5px 0;
}
/* line 329, ../sass/styles.scss */
#block-search-form .custom-search-button {
  float: right;
  height: 18px;
  width: 18px;
}

/* ---- Social links ---- */
/* line 1, ../sass/_social_links.scss */
.block.social-links,
#block-menu-menu-social-links,
#block-menu-block-4 {
  margin: 0 1em 0 0;
  padding: 0;
}
/* line 6, ../sass/_social_links.scss */
.block.social-links .menu,
#block-menu-menu-social-links .menu,
#block-menu-block-4 .menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 10, ../sass/_social_links.scss */
.block.social-links .menu li,
#block-menu-menu-social-links .menu li,
#block-menu-block-4 .menu li {
  padding: 0;
  margin: 0 .25rem 0 0;
  displaY: INLINE-BLOCK;
}
/* line 15, ../sass/_social_links.scss */
.block.social-links .menu li.last,
#block-menu-menu-social-links .menu li.last,
#block-menu-block-4 .menu li.last {
  margin-right: 0;
}
/* line 18, ../sass/_social_links.scss */
.block.social-links .menu a,
#block-menu-menu-social-links .menu a,
#block-menu-block-4 .menu a {
  font-family: 'oppla_icons';
  color: #fff;
  background: #dcddde;
  height: 36px;
  width: 36px;
  text-indent: 0;
  displaY: BLOCK;
  padding: 0;
  margin: 0;
  font-size: 0;
  line-height: 1;
  text-decoration: none;
  text-align: left;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
/* line 34, ../sass/_social_links.scss */
.block.social-links .menu li a.twitter:after,
#block-menu-menu-social-links .menu li a.twitter:after,
#block-menu-block-4 .menu li a.twitter:after {
  content: "";
  font-family: "oppla_icons";
  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 37, ../sass/_social_links.scss */
.block.social-links .menu li a.mail:after,
#block-menu-menu-social-links .menu li a.mail:after,
#block-menu-block-4 .menu li a.mail:after {
  content: "";
  font-family: "oppla_icons";
  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 40, ../sass/_social_links.scss */
.block.social-links .menu li a.linkedin:after,
#block-menu-menu-social-links .menu li a.linkedin:after,
#block-menu-block-4 .menu li a.linkedin:after {
  content: "";
  font-family: "oppla_icons";
  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 43, ../sass/_social_links.scss */
.block.social-links .menu li a.youtube:after,
#block-menu-menu-social-links .menu li a.youtube:after,
#block-menu-block-4 .menu li a.youtube:after {
  content: "";
  font-family: "oppla_icons";
  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 46, ../sass/_social_links.scss */
.block.social-links .menu li a.flickr:after,
#block-menu-menu-social-links .menu li a.flickr:after,
#block-menu-block-4 .menu li a.flickr:after {
  content: "";
  font-family: "oppla_icons";
  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 49, ../sass/_social_links.scss */
.block.social-links .menu li a:after,
#block-menu-menu-social-links .menu li a:after,
#block-menu-block-4 .menu li a:after {
  font-size: 20px !important;
  line-height: 36px !important;
  padding-left: 0.2em !important;
}
/* line 54, ../sass/_social_links.scss */
.block.social-links .menu li a:hover,
#block-menu-menu-social-links .menu li a:hover,
#block-menu-block-4 .menu li a:hover {
  background: #00aaad;
}

/* line 59, ../sass/_social_links.scss */
#block-menu-block-4 {
  display: none;
}

@media all and (max-width: 768px) {
  /* line 62, ../sass/_social_links.scss */
  #block-menu-block-4 {
    display: block;
    float: left;
    margin: 1em 0;
  }
  /* line 66, ../sass/_social_links.scss */
  #block-menu-block-4 .menu {
    text-align: center;
  }
  /* line 68, ../sass/_social_links.scss */
  #block-menu-block-4 .menu li a {
    color: #fff;
    background: #bcbdc0;
  }
}
@media all and (max-width: 625px) {
  /* line 77, ../sass/_social_links.scss */
  #block-menu-block-4 {
    clear: both;
    float: none;
  }
  /* line 79, ../sass/_social_links.scss */
  #block-menu-block-4 .menu {
    text-align: center;
  }
}
/* line 340, ../sass/styles.scss */
#block-menu-menu-social-links {
  float: right;
  margin-right: 1em;
}

/* === USER MENU === */
/* line 348, ../sass/styles.scss */
#block-system-user-menu {
  float: right;
  clear: right;
  margin: 0;
  padding: 0;
}
/* line 353, ../sass/styles.scss */
#block-system-user-menu .menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 357, ../sass/styles.scss */
#block-system-user-menu .menu li {
  display: inline-block;
  margin-right: 0.5em;
}
/* line 361, ../sass/styles.scss */
#block-system-user-menu .menu li.last {
  margin-right: 0;
}
/* line 364, ../sass/styles.scss */
#block-system-user-menu .menu a {
  font-family: 'montserrat-bold';
  font-weight: 800;
  font-style: normal;
  font-size: 1em;
  line-height: 1;
  text-transform: uppercase;
  color: #00aaad !important;
  display: inline-block;
  background: #fff;
  border: 2px solid #00aaad;
  -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.4em 0.4em;
  text-decoration: none !important;
  line-height: 1.4;
  padding: 0.15em 0.4em;
}
/* line 251, ../sass/_mixins.scss */
#block-system-user-menu .menu a:hover {
  background: #00aaad !important;
  text-decoration: none !important;
  color: #fff !important;
  cursor: pointer;
}
/* line 257, ../sass/_mixins.scss */
#block-system-user-menu .menu a:active {
  transition: all 0.1s linear;
  background: #00494d !important;
  border-color: #00494d !important;
  color: #fff !important;
  cursor: pointer;
}
/* line 369, ../sass/styles.scss */
#block-system-user-menu .menu .ask {
  background: #00494d;
  border-color: #00494d;
  color: #fff !important;
}
/* line 373, ../sass/styles.scss */
#block-system-user-menu .menu .ask:hover {
  background: #00494d !important;
  border-color: #00494d !important;
}
/* line 383, ../sass/styles.scss */
#block-system-user-menu .menu .logout:after {
  content: "";
  font-family: "oppla_icons";
  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%;
}
/* line 387, ../sass/styles.scss */
#block-system-user-menu .menu .login:after,
#block-system-user-menu .menu .myaccount:after {
  content: "";
  font-family: "oppla_icons";
  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 396, ../sass/styles.scss */
  #block-system-user-menu .myaccount span {
    display: none;
  }
}
/* ---- Header responsive ---- */
@media all and (max-width: 960px) {
  /* line 407, ../sass/styles.scss */
  #block-search-form {
    width: 238px;
  }
}
@media all and (max-width: 768px) {
  /* line 416, ../sass/styles.scss */
  .header__region {
    position: relative;
    clear: none;
    float: none;
  }

  /* line 421, ../sass/styles.scss */
  #block-menu-menu-social-links {
    display: none;
  }

  /* line 426, ../sass/styles.scss */
  #block-system-user-menu .menu a.myacount {
    text-indent: 0;
  }
  /* line 428, ../sass/styles.scss */
  #block-system-user-menu .menu a.myacount:after {
    text-indent: 0px;
  }

  /* line 434, ../sass/styles.scss */
  #block-search-form {
    width: 218px;
  }
}
@media all and (max-width: 600px) {
  /* line 443, ../sass/styles.scss */
  a#logo.header__logo {
    margin-top: 0;
    float: none;
    clear: both;
    display: block;
    margin: 1em auto;
    text-align: center;
  }
}
@media all and (max-width: 480px) {
  /* line 454, ../sass/styles.scss */
  .toggler,
  #block-search-form {
    float: none;
    clear: both;
    display: block;
    margin: 0 auto 1em auto;
  }

  /* line 461, ../sass/styles.scss */
  .toggler {
    width: auto;
    display: inline-block;
    margin: 0 0 1em 0;
  }

  /* line 466, ../sass/styles.scss */
  #block-search-form {
    width: 94%;
    padding-right: 3%;
    padding-left: 3%;
  }
  /* line 470, ../sass/styles.scss */
  #block-search-form .custom-search-box.form-text {
    width: 80%;
    display: inline-block;
    margin-right: 24px;
  }
  /* line 476, ../sass/styles.scss */
  #block-search-form .custom-search-button {
    width: 10%;
    max-width: 18px;
  }

  /* line 481, ../sass/styles.scss */
  #block-system-user-menu {
    position: absolute;
    top: 0px;
    right: 0px;
  }

  /* line 486, ../sass/styles.scss */
  a#logo.header__logo {
    width: 95%;
    margin: 1em 2.5%;
  }
}
/* ---- FRONT PAGE ---- */
/* line 496, ../sass/styles.scss */
.front #content.column {
  background: #00aaad;
  padding: 0 25px 25px 25px;
  margin: 0 -20px 25px -20px;
}
/* line 502, ../sass/styles.scss */
.front #content.column:after {
  content: "";
  clear: both;
  display: table;
}
/* line 507, ../sass/styles.scss */
.front #content.column .node-page {
  padding: 0;
}
@media all and (min-width: 768px) {
  /* line 507, ../sass/styles.scss */
  .front #content.column .node-page {
    float: left;
    width: 30%;
  }
}
/* line 515, ../sass/styles.scss */
.front #content.column h1 {
  font-size: 3em;
  color: #242424;
  background: #00aaad;
  margin-bottom: 0;
  margin-left: -25px;
  margin-right: -25px;
  padding: 1rem 15px 1rem 15px;
  text-align: center;
}
/* line 524, ../sass/styles.scss */
.front #content.column h1 em {
  color: #fff;
  font-style: normal;
}
/* line 529, ../sass/styles.scss */
.front #content.column h2 {
  color: #fff;
  font-size: 1.66em;
  font-family: 'montserrat-semi';
  font-weight: 500;
  font-style: normal;
  margin: 0;
}
/* line 535, ../sass/styles.scss */
.front #content.column p {
  font-family: 'montserrat-semi';
  font-weight: 500;
  font-style: normal;
  font-size: 1.1em;
  color: #fff;
}

/* line 542, ../sass/styles.scss */
.btn.join {
  margin: 1em 0 0 0;
  font-size: 1rem;
}

/* line 547, ../sass/styles.scss */
.btn.join:after {
  content: "";
  font-family: "oppla_icons";
  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: 110%;
}

/* line 552, ../sass/styles.scss */
.front-page-block,
#block-views-front-page-banner-block-block,
#block-block-6,
#block-block-13 {
  background: #00aaad;
  margin: 1em 0;
  width: 100%;
  float: none;
}
/* line 561, ../sass/styles.scss */
.front-page-block img,
#block-views-front-page-banner-block-block img,
#block-block-6 img,
#block-block-13 img {
  width: 100%;
}
/* line 564, ../sass/styles.scss */
.front-page-block p,
#block-views-front-page-banner-block-block p,
#block-block-6 p,
#block-block-13 p {
  margin: 0;
}
/* line 567, ../sass/styles.scss */
.front-page-block ul,
.front-page-block li,
#block-views-front-page-banner-block-block ul,
#block-views-front-page-banner-block-block li,
#block-block-6 ul,
#block-block-6 li,
#block-block-13 ul,
#block-block-13 li {
  padding: 0;
  margin: 0;
  list-style: none;
}

@media all and (min-width: 768px) {
  /* line 576, ../sass/styles.scss */
  .front-page-block,
  #block-views-front-page-banner-block-block,
  #block-block-6,
  #block-block-13 {
    float: right;
    margin: 0 0 0em 1.5%;
    width: 66%;
  }
}
/* line 631, ../sass/styles.scss */
.front #content.column p.videoWrapper {
  float: none;
  clear: both;
  margin: 0;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 0;
  height: 0;
}
/* line 640, ../sass/styles.scss */
.front #content.column p.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ---- HIGHLIGHTED BLOCKS ---- */
/* line 1, ../sass/_highlighted.scss */
.region-highlighted {
  clear: both;
  padding: 0;
}
/* line 4, ../sass/_highlighted.scss */
.region-highlighted hr {
  border: none;
  border-top: 3px #6D6E71 dotted;
  margin: 1em 0;
}

/* line 11, ../sass/_highlighted.scss */
#block-block-7 {
  clear: both;
  position: relative;
}
/* line 14, ../sass/_highlighted.scss */
#block-block-7 h4 {
  position: absolute;
  top: 0.5em;
  right: 0;
  font-family: 'montserrat-bold';
  font-weight: 800;
  font-style: normal;
  font-size: 1.5em;
  line-height: 6rem;
  height: 6rem;
  width: 6rem;
  margin: 0.5rem 0 0 0;
  color: #fff;
  background: #00494d url("img/ask-disc.png") no-repeat center center;
  background-size: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-transform: uppercase;
  text-align: center;
}
/* line 33, ../sass/_highlighted.scss */
#block-block-7 h4 a {
  color: #fff;
  display: block;
  text-decoration: none;
}
/* line 38, ../sass/_highlighted.scss */
#block-block-7 h4:hover, #block-block-7 h4:hover > a {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: rotateCW;
  animation-name: rotateCW;
}
/* line 51, ../sass/_highlighted.scss */
#block-block-7 h4:hover > a {
  -webkit-animation-name: rotateCCW;
  animation-name: rotateCCW;
}
/* line 56, ../sass/_highlighted.scss */
#block-block-7 h3 {
  min-height: 5rem;
  font-size: 1.15em;
  float: none;
  clear: left;
  border: 2px #00494d solid;
  margin: 20px 7.5rem 20px 0;
  padding: 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;
  overflow: visible;
  position: relative;
}
/* line 68, ../sass/_highlighted.scss */
#block-block-7 h3 strong {
  min-height: 5rem;
  line-height: 5rem;
  font-family: 'montserrat-bold';
  font-weight: 800;
  font-style: normal;
  color: #fff;
  font-size: 1.33em;
  text-align: center;
  width: 28%;
  background: #00494d;
  display: inline-block;
  margin-right: 0.5em;
  position: relative;
  float: left;
  clear: left;
}
/* line 83, ../sass/_highlighted.scss */
#block-block-7 h3 strong:after,
#block-block-7 h3 strong:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
/* line 94, ../sass/_highlighted.scss */
#block-block-7 h3 strong:after {
  border-color: transparent;
  border-left-color: #00494d;
  border-width: 15px;
  margin-top: -15px;
}
/* line 100, ../sass/_highlighted.scss */
#block-block-7 h3 strong:before {
  border-color: transparent;
  border-left-color: #00494d;
  border-width: 18px;
  margin-top: -18px;
}
/* line 106, ../sass/_highlighted.scss */
#block-block-7 h3 em {
  color: #00494d;
  font-family: 'lato-regular', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.1em;
  line-height: 1.2;
  display: inline-block;
  vertical-align: middle;
  margin-left: 2em;
  padding-top: 0.66em;
  float: left;
  width: 60%;
  height: 100%;
  min-height: 5rem;
}
/* line 121, ../sass/_highlighted.scss */
#block-block-7 h3:after,
#block-block-7 h3:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
/* line 132, ../sass/_highlighted.scss */
#block-block-7 h3:after {
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #fff;
  border-width: 15px;
  margin-top: -15px;
}
/* line 138, ../sass/_highlighted.scss */
#block-block-7 h3:before {
  border-color: rgba(245, 132, 66, 0);
  border-left-color: #00494d;
  border-width: 18px;
  margin-top: -18px;
}

@media all and (max-width: 768px) {
  /* line 148, ../sass/_highlighted.scss */
  #block-block-7 h4 {
    margin-top: 1rem;
  }
  /* line 151, ../sass/_highlighted.scss */
  #block-block-7 h3 {
    min-height: 6rem;
  }
  /* line 153, ../sass/_highlighted.scss */
  #block-block-7 h3 strong {
    min-height: 6rem;
  }
  /* line 156, ../sass/_highlighted.scss */
  #block-block-7 h3 em {
    padding-top: 1em;
  }
}
@media all and (max-width: 700px) {
  /* line 163, ../sass/_highlighted.scss */
  #block-block-7 h4 {
    margin-top: 1rem;
  }
  /* line 166, ../sass/_highlighted.scss */
  #block-block-7 h3 {
    min-height: 6rem;
    padding: 0;
    height: auto;
    line-height: 1.2;
    background: #00494d;
  }
  /* line 172, ../sass/_highlighted.scss */
  #block-block-7 h3:before, #block-block-7 h3:after {
    border-left-color: #00494d;
  }
  /* line 175, ../sass/_highlighted.scss */
  #block-block-7 h3 strong {
    text-align: left;
    height: auto;
  }
  /* line 177, ../sass/_highlighted.scss */
  #block-block-7 h3 strong:after, #block-block-7 h3 strong:before {
    border: none;
  }
  /* line 181, ../sass/_highlighted.scss */
  #block-block-7 h3 em {
    padding-bottom: 0.5em;
  }

  /* line 186, ../sass/_highlighted.scss */
  #block-block-7 h3 strong, #block-block-7 h3 em {
    height: auto;
    min-height: 3rem;
    line-height: 1.2;
    display: block;
    color: #fff;
    margin: 0;
    width: auto;
    padding: 0 0.5em;
    float: none;
  }
  /* line 197, ../sass/_highlighted.scss */
  #block-block-7 h3 strong {
    line-height: 3rem;
  }
}
@media all and (max-width: 600px) {
  /* line 205, ../sass/_highlighted.scss */
  #block-block-7 h4 {
    margin-top: 1.25rem;
  }
  /* line 208, ../sass/_highlighted.scss */
  #block-block-7 h3 {
    padding: 4px 0;
    min-height: 4rem;
  }
  /* line 209, ../sass/_highlighted.scss */
  #block-block-7 h3 strong {
    line-height: 1.2;
    min-height: 2rem;
  }
  /* line 212, ../sass/_highlighted.scss */
  #block-block-7 h3 em {
    min-height: 4rem;
  }
}
@media all and (max-width: 400px) {
  /* line 221, ../sass/_highlighted.scss */
  #block-block-7 h4 {
    position: relative;
    margin: 0 auto;
    display: block;
    top: auto;
    right: auto;
  }
  /* line 228, ../sass/_highlighted.scss */
  #block-block-7 h3 {
    text-align: center;
    min-height: auto;
    width: 100%;
    margin-right: 0;
  }
  /* line 232, ../sass/_highlighted.scss */
  #block-block-7 h3 strong {
    text-align: center;
    min-height: auto;
  }
  /* line 235, ../sass/_highlighted.scss */
  #block-block-7 h3 em {
    text-align: center;
    min-height: auto;
  }
  /* line 239, ../sass/_highlighted.scss */
  #block-block-7 h3:after,
  #block-block-7 h3::before {
    left: 49%;
    top: 120%;
  }
  /* line 244, ../sass/_highlighted.scss */
  #block-block-7 h3:after {
    border-color: transparent;
    border-top-color: #00494d;
    border-width: 15px;
    margin-left: -15px;
  }
  /* line 250, ../sass/_highlighted.scss */
  #block-block-7 h3:before {
    border-color: transparent;
    border-top-color: #00494d;
    border-width: 18px;
    margin-left: -18px;
  }
}
@-webkit-keyframes rotateCW {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-360deg);
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
  }
}
@keyframes rotateCW {
  0% {
    transform-origin: center center;
    transform: rotate(-360deg);
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
  }
}
@-webkit-keyframes rotateCCW {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes rotateCCW {
  0% {
    transform-origin: center center;
    transform: rotate(0);
  }
  100% {
    transform-origin: center center;
    transform: rotate(-360deg);
  }
}
/* ---- CONTENT BLOCKS ---- */
/* line 660, ../sass/styles.scss */
.content_blocks .region-content-blocks {
  width: 101.5%;
  margin-left: -1.5%;
}
/* line 663, ../sass/styles.scss */
.content_blocks .region-content-blocks .block {
  margin: 0 0 1em 1.5%;
  width: 31.833%;
  float: left;
}
/* line 667, ../sass/styles.scss */
.content_blocks .region-content-blocks .block h2.block-title {
  font-family: 'montserrat-semi';
  font-weight: 500;
  font-style: normal;
  font-size: 1.25em;
  color: #fff;
  margin: 0;
  padding: 15px;
  background: #6D6E71;
  -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 675, ../sass/styles.scss */
.content_blocks .region-content-blocks .block h2.block-title:after {
  content: "";
  font-family: "oppla_icons";
  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;
  font-size: 150%;
  line-height: 0.5;
}
/* line 682, ../sass/styles.scss */
.content_blocks .region-content-blocks .block .block-content {
  background: #ededed;
  border-top: 4px solid #fff;
}
/* line 686, ../sass/styles.scss */
.content_blocks .region-content-blocks .block .block-view-footer {
  font-family: 'montserrat-semi';
  font-weight: 500;
  font-style: normal;
  color: #6D6E71;
  font-size: 1.25em;
  padding: 15px;
  margin: 0;
  background: #bcbdc0;
  border-top: 4px solid #fff;
  -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 695, ../sass/styles.scss */
.content_blocks .region-content-blocks .block .block-view-footer a {
  color: #6D6E71;
  text-decoration: none;
}
/* line 698, ../sass/styles.scss */
.content_blocks .region-content-blocks .block .block-view-footer a:hover {
  color: #00aaad;
}

/* line 708, ../sass/styles.scss */
.content_blocks .region-content-blocks #block-views-news-articles-block h2.block-title:after {
  content: "";
  font-family: "oppla_icons";
  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 713, ../sass/styles.scss */
.content_blocks .region-content-blocks #block-views-events-block h2.block-title:after {
  content: "";
  font-family: "oppla_icons";
  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 718, ../sass/styles.scss */
.content_blocks .region-content-blocks #block-twitter-block-1 h2.block-title:after {
  content: "";
  font-family: "oppla_icons";
  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;
}

@media all and (max-width: 768px) {
  /* line 726, ../sass/styles.scss */
  .content_blocks .region-content-blocks .block {
    width: 48.5%;
  }
  /* line 729, ../sass/styles.scss */
  .content_blocks .region-content-blocks .block-twitter-block {
    width: 98.5%;
    clear: both;
    float: none;
  }
}
@media all and (max-width: 500px) {
  /* line 739, ../sass/styles.scss */
  .content_blocks .region-content-blocks .block {
    width: 98.5%;
    clear: both;
    float: none;
  }
}
/* === TWITTER === */
/* line 752, ../sass/styles.scss */
#block-twitter-block-1 iframe {
  width: 100% !important;
  max-width: 100% !important;
}

/* === NEWS / EVENTS BLOCKS === */
/* line 763, ../sass/styles.scss */
.block.escom-events .block-content,
#block-views-news-articles-block .block-content,
#block-views-events-block .block-content {
  -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 765, ../sass/styles.scss */
.block.escom-events .block-content .view-content,
#block-views-news-articles-block .block-content .view-content,
#block-views-events-block .block-content .view-content {
  padding: 0 15px;
}
/* line 767, ../sass/styles.scss */
.block.escom-events .block-content .view-content .views-row,
#block-views-news-articles-block .block-content .view-content .views-row,
#block-views-events-block .block-content .view-content .views-row {
  border-top: 3px solid #00aaad;
  padding: 8px 0px;
}
/* line 770, ../sass/styles.scss */
.block.escom-events .block-content .view-content .views-row.views-row-1,
#block-views-news-articles-block .block-content .view-content .views-row.views-row-1,
#block-views-events-block .block-content .view-content .views-row.views-row-1 {
  border-top: none;
  padding-top: 6px;
}
/* line 774, ../sass/styles.scss */
.block.escom-events .block-content .view-content .views-row h3,
#block-views-news-articles-block .block-content .view-content .views-row h3,
#block-views-events-block .block-content .view-content .views-row h3 {
  font-size: 1em;
  margin: 0;
}
/* line 777, ../sass/styles.scss */
.block.escom-events .block-content .view-content .views-row h3 a,
#block-views-news-articles-block .block-content .view-content .views-row h3 a,
#block-views-events-block .block-content .view-content .views-row h3 a {
  color: #6D6E71;
  text-decoration: none;
}
/* line 780, ../sass/styles.scss */
.block.escom-events .block-content .view-content .views-row h3 a:hover,
#block-views-news-articles-block .block-content .view-content .views-row h3 a:hover,
#block-views-events-block .block-content .view-content .views-row h3 a:hover {
  color: #00aaad;
}
/* line 785, ../sass/styles.scss */
.block.escom-events .block-content .view-content .views-row p,
.block.escom-events .block-content .view-content .views-row .date-display-range,
#block-views-news-articles-block .block-content .view-content .views-row p,
#block-views-news-articles-block .block-content .view-content .views-row .date-display-range,
#block-views-events-block .block-content .view-content .views-row p,
#block-views-events-block .block-content .view-content .views-row .date-display-range {
  font-size: 0.85em;
  line-height: 1.3;
  margin: 0.25em 0;
}

@media all and (min-width: 500px) {
  /* line 797, ../sass/styles.scss */
  #block-views-news-articles-block .view-content,
  #block-twitter-block-1 .block-content,
  #block-views-events-block .view-content {
    height: 450px;
    overflow: hidden;
  }

  /* line 803, ../sass/styles.scss */
  #block-twitter-block-1 .block-content {
    overflow: hidden;
    padding: 0 0 0 15px;
  }
}
/* === NEWS / EVENTS TEASER NODES === */
/* line 814, ../sass/styles.scss */
.node-teaser h2 {
  font-size: 1.5em;
}
/* line 816, ../sass/styles.scss */
.node-teaser h2 a {
  color: #6D6E71;
  text-decoration: none;
}
/* line 819, ../sass/styles.scss */
.node-teaser h2 a:visited {
  color: #6D6E71;
}
/* line 822, ../sass/styles.scss */
.node-teaser h2 a:hover {
  color: #00aaad;
}

/* line 827, ../sass/styles.scss */
.news-event-teasers .views-field-field-image {
  margin-bottom: 1em;
}
/* line 829, ../sass/styles.scss */
.news-event-teasers .views-field-field-image img {
  width: 100%;
}
/* line 834, ../sass/styles.scss */
.news-event-teasers .views-field-rendered-entity .more-link {
  font-size: 0.85em;
  float: right;
  clear: right;
  margin: 1em 0 0 0;
}
@media all and (min-width: 600px) {
  /* line 842, ../sass/styles.scss */
  .news-event-teasers .with-image .views-field-field-image {
    width: 35%;
    float: right;
  }
  /* line 846, ../sass/styles.scss */
  .news-event-teasers .with-image .views-field-rendered-entity {
    width: 57%;
    float: left;
    clear: left;
  }
}
/* line 852, ../sass/styles.scss */
.news-event-teasers h2 {
  font-size: 1.5em;
}
/* line 854, ../sass/styles.scss */
.news-event-teasers h2 a {
  color: #6D6E71;
  color: #333;
  text-decoration: none;
}
/* line 858, ../sass/styles.scss */
.news-event-teasers h2 a:visited {
  color: #6D6E71;
  color: #333;
}
/* line 862, ../sass/styles.scss */
.news-event-teasers h2 a:hover {
  color: #00aaad;
}
/* line 867, ../sass/styles.scss */
.news-event-teasers .views-field-rendered-entity {
  padding-bottom: 10px;
}
/* line 869, ../sass/styles.scss */
.news-event-teasers .views-field-rendered-entity hr {
  display: none;
}
/* line 871, ../sass/styles.scss */
.news-event-teasers hr {
  margin: 10px 0 20px 0;
}

/* line 875, ../sass/styles.scss */
.field-name-field-event-date,
.date-display-range,
.field-name-field-date,
.field-name-field-location,
.field-name-field-date {
  font-family: 'montserrat-semibold', sans-serif;
  margin: 0.5em 0;
}

/* === ASK NODE === */
/* line 886, ../sass/styles.scss */
.field-type-taxonomy-term-reference.field-label-above .field-item {
  display: inline;
}
/* line 888, ../sass/styles.scss */
.field-type-taxonomy-term-reference.field-label-above .field-item:after {
  content: ",";
  padding-right: 0.5em;
}
/* line 892, ../sass/styles.scss */
.field-type-taxonomy-term-reference.field-label-above .field-item:last-child:after {
  content: " ";
  padding-right: 0em;
}

/* line 898, ../sass/styles.scss */
.field-group-accordion-wrapper h3: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 902, ../sass/styles.scss */
.node-oppla_question-form .form-item .description {
  font-size: 1em;
}
/* line 904, ../sass/styles.scss */
.node-oppla_question-form .form-item .description p {
  margin: 0.5em 0;
}

/* === SIDEBAR (common) === */
/* line 912, ../sass/styles.scss */
.region-sidebar-second .block-views {
  font-size: 85%;
  line-height: 1.3;
}
/* line 915, ../sass/styles.scss */
.region-sidebar-second .block-views ul:not(.pager) {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 919, ../sass/styles.scss */
.region-sidebar-second .block-views ul:not(.pager) li {
  margin: 0;
  padding: 0;
}

/* === CONTENT === */
/* line 929, ../sass/styles.scss */
.breadcrumb {
  background: #fff;
  padding: 10px;
  -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 935, ../sass/styles.scss */
#page {
  background: #fff;
}

/* line 939, ../sass/styles.scss */
#main {
  padding: 1em 0;
  position: relative;
}

@media all and (min-width: 600px) {
  /* line 945, ../sass/styles.scss */
  .half_column {
    position: relative;
  }
  /* line 947, ../sass/styles.scss */
  .half_column img {
    width: 48.5%;
    margin-right: 1.5%;
    display: inline-block;
  }
  /* line 953, ../sass/styles.scss */
  .half_column strong {
    position: absolute;
    bottom: 0;
  }
}
/* === Case study (old) === */
/* line 963, ../sass/styles.scss */
table.case-study {
  font-size: 0.8em;
  border-bottom: #494949 solid 1px;
}
/* line 966, ../sass/styles.scss */
table.case-study td,
table.case-study th {
  background: #ededed;
  vertical-align: top;
  border-top: #494949 solid 1px;
  padding: 4px 8px 4px 4px;
  text-align: left;
}
/* line 973, ../sass/styles.scss */
table.case-study td:last-child, table.case-study td:last-child,
table.case-study th:last-child,
table.case-study th:last-child {
  padding-right: 4px;
}
/* line 978, ../sass/styles.scss */
table.case-study th {
  font-family: 'lato-heavy', sans-serif;
  font-weight: normal;
  font-style: normal;
}

/* line 983, ../sass/styles.scss */
.case-studies {
  display: block;
  margin-right: -1.5%;
  width: 101.5%;
}
/* line 987, ../sass/styles.scss */
.case-studies li {
  padding-bottom: 1em !important;
  text-align: center;
  width: 31.5%;
  margin-right: 1.5% !important;
  display: block;
  float: left;
}
/* line 995, ../sass/styles.scss */
.case-studies li img {
  width: 100%;
}
/* line 998, ../sass/styles.scss */
.case-studies li a {
  width: 100%;
  text-align: center;
  background: #ededed;
  text-decoration: none;
  display: block;
  padding-bottom: 4px;
}
/* line 1005, ../sass/styles.scss */
.case-studies li a:hover {
  background: #dcddde;
}
/* line 1009, ../sass/styles.scss */
.case-studies li:nth-child(3n+1) {
  clear: left;
}
@media all and (max-width: 768px) {
  /* line 1014, ../sass/styles.scss */
  .case-studies li {
    width: 48.5%;
  }
  /* line 1016, ../sass/styles.scss */
  .case-studies li a {
    margin-bottom: 1em;
  }
  /* line 1019, ../sass/styles.scss */
  .case-studies li:nth-child(3n+1) {
    clear: none;
  }
  /* line 1022, ../sass/styles.scss */
  .case-studies li:nth-child(odd) {
    clear: left;
  }
}
@media all and (max-width: 400px) {
  /* line 1028, ../sass/styles.scss */
  .case-studies li {
    width: 98.5%;
    margin-right: 1.5% !important;
    padding-bottom: 0 !important;
    float: none;
    clear: both;
  }
}

/* --- FORMS --- */
/* line 3, ../sass/_forms.scss */
.masquerade-switch,
.more-link,
.btn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.page-node-done .links a {
  font-family: 'montserrat-bold';
  font-weight: 800;
  font-style: normal;
  font-size: 1.25em;
  line-height: 1;
  text-transform: uppercase;
  color: #00aaad !important;
  display: inline-block;
  background: #fff;
  border: 2px solid #00aaad;
  -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.4em 0.4em;
  text-decoration: none !important;
}
/* line 251, ../sass/_mixins.scss */
.masquerade-switch:hover,
.more-link:hover,
.btn:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.page-node-done .links a:hover {
  background: #00aaad !important;
  text-decoration: none !important;
  color: #fff !important;
  cursor: pointer;
}
/* line 257, ../sass/_mixins.scss */
.masquerade-switch:active,
.more-link:active,
.btn:active,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
.page-node-done .links a:active {
  transition: all 0.1s linear;
  background: #00494d !important;
  border-color: #00494d !important;
  color: #fff !important;
  cursor: pointer;
}

/* line 15, ../sass/_forms.scss */
.btn.blue {
  font-family: 'montserrat-bold';
  font-weight: 800;
  font-style: normal;
  font-size: 1.25em;
  line-height: 1;
  text-transform: uppercase;
  color: #00aaad !important;
  display: inline-block;
  background: #fff;
  border: 2px solid #00aaad;
  -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.4em 0.4em;
  text-decoration: none !important;
  color: #00494d !important;
  background: #00aaad;
  border-color: #00494d;
}
/* line 251, ../sass/_mixins.scss */
.btn.blue:hover {
  background: #00aaad !important;
  text-decoration: none !important;
  color: #fff !important;
  cursor: pointer;
}
/* line 257, ../sass/_mixins.scss */
.btn.blue:active {
  transition: all 0.1s linear;
  background: #00494d !important;
  border-color: #00494d !important;
  color: #fff !important;
  cursor: pointer;
}
/* line 271, ../sass/_mixins.scss */
.btn.blue:hover {
  color: #00494d !important;
  border-color: #00494d;
  background: #fff !important;
}
/* line 276, ../sass/_mixins.scss */
.btn.blue:active {
  color: #fff !important;
  border-color: #00494d !important;
  background: #00494d !important;
}

/* line 18, ../sass/_forms.scss */
.btn.red {
  font-family: 'montserrat-bold';
  font-weight: 800;
  font-style: normal;
  font-size: 1.25em;
  line-height: 1;
  text-transform: uppercase;
  color: #00aaad !important;
  display: inline-block;
  background: #fff;
  border: 2px solid #00aaad;
  -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.4em 0.4em;
  text-decoration: none !important;
  color: #dc5641 !important;
  border-color: #dc5641 !important;
}
/* line 251, ../sass/_mixins.scss */
.btn.red:hover {
  background: #00aaad !important;
  text-decoration: none !important;
  color: #fff !important;
  cursor: pointer;
}
/* line 257, ../sass/_mixins.scss */
.btn.red:active {
  transition: all 0.1s linear;
  background: #00494d !important;
  border-color: #00494d !important;
  color: #fff !important;
  cursor: pointer;
}
/* line 287, ../sass/_mixins.scss */
.btn.red:hover {
  background: #dc5641 !important;
}
/* line 290, ../sass/_mixins.scss */
.btn.red:active {
  background: #4d000f !important;
  border-color: #4d000f !important;
}

/* line 21, ../sass/_forms.scss */
.btn.red.large {
  font-family: 'montserrat-bold';
  font-weight: 800;
  font-style: normal;
  font-size: 1.5em;
  line-height: 1;
  text-transform: uppercase;
  color: #00aaad !important;
  display: inline-block;
  background: #fff;
  border: 2px solid #00aaad;
  -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.4em 0.4em;
  text-decoration: none !important;
  color: #dc5641 !important;
  border-color: #dc5641 !important;
}
/* line 251, ../sass/_mixins.scss */
.btn.red.large:hover {
  background: #00aaad !important;
  text-decoration: none !important;
  color: #fff !important;
  cursor: pointer;
}
/* line 257, ../sass/_mixins.scss */
.btn.red.large:active {
  transition: all 0.1s linear;
  background: #00494d !important;
  border-color: #00494d !important;
  color: #fff !important;
  cursor: pointer;
}
/* line 287, ../sass/_mixins.scss */
.btn.red.large:hover {
  background: #dc5641 !important;
}
/* line 290, ../sass/_mixins.scss */
.btn.red.large:active {
  background: #4d000f !important;
  border-color: #4d000f !important;
}

/* line 24, ../sass/_forms.scss */
.btn.red.small {
  font-family: 'montserrat-bold';
  font-weight: 800;
  font-style: normal;
  font-size: 1em;
  line-height: 1;
  text-transform: uppercase;
  color: #00aaad !important;
  display: inline-block;
  background: #fff;
  border: 2px solid #00aaad;
  -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.4em 0.4em;
  text-decoration: none !important;
  color: #dc5641 !important;
  border-color: #dc5641 !important;
}
/* line 251, ../sass/_mixins.scss */
.btn.red.small:hover {
  background: #00aaad !important;
  text-decoration: none !important;
  color: #fff !important;
  cursor: pointer;
}
/* line 257, ../sass/_mixins.scss */
.btn.red.small:active {
  transition: all 0.1s linear;
  background: #00494d !important;
  border-color: #00494d !important;
  color: #fff !important;
  cursor: pointer;
}
/* line 287, ../sass/_mixins.scss */
.btn.red.small:hover {
  background: #dc5641 !important;
}
/* line 290, ../sass/_mixins.scss */
.btn.red.small:active {
  background: #4d000f !important;
  border-color: #4d000f !important;
}

/* line 27, ../sass/_forms.scss */
.btn.blue.small {
  font-family: 'montserrat-bold';
  font-weight: 800;
  font-style: normal;
  font-size: 1em;
  line-height: 1;
  text-transform: uppercase;
  color: #00aaad !important;
  display: inline-block;
  background: #fff;
  border: 2px solid #00aaad;
  -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.4em 0.4em;
  text-decoration: none !important;
  color: #00494d !important;
  background: #00aaad;
  border-color: #00494d;
}
/* line 251, ../sass/_mixins.scss */
.btn.blue.small:hover {
  background: #00aaad !important;
  text-decoration: none !important;
  color: #fff !important;
  cursor: pointer;
}
/* line 257, ../sass/_mixins.scss */
.btn.blue.small:active {
  transition: all 0.1s linear;
  background: #00494d !important;
  border-color: #00494d !important;
  color: #fff !important;
  cursor: pointer;
}
/* line 271, ../sass/_mixins.scss */
.btn.blue.small:hover {
  color: #00494d !important;
  border-color: #00494d;
  background: #fff !important;
}
/* line 276, ../sass/_mixins.scss */
.btn.blue.small:active {
  color: #fff !important;
  border-color: #00494d !important;
  background: #00494d !important;
}

/* line 32, ../sass/_forms.scss */
.more-link.small {
  font-family: 'montserrat-bold';
  font-weight: 800;
  font-style: normal;
  font-size: 1em;
  line-height: 1;
  text-transform: uppercase;
  color: #00aaad !important;
  display: inline-block;
  background: #fff;
  border: 2px solid #00aaad;
  -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.4em 0.4em;
  text-decoration: none !important;
}
/* line 251, ../sass/_mixins.scss */
.more-link.small:hover {
  background: #00aaad !important;
  text-decoration: none !important;
  color: #fff !important;
  cursor: pointer;
}
/* line 257, ../sass/_mixins.scss */
.more-link.small:active {
  transition: all 0.1s linear;
  background: #00494d !important;
  border-color: #00494d !important;
  color: #fff !important;
  cursor: pointer;
}

/* line 34, ../sass/_forms.scss */
.btn.small,
#edit-cancel {
  font-family: 'montserrat-bold';
  font-weight: 800;
  font-style: normal;
  font-size: 1em;
  line-height: 1;
  text-transform: uppercase;
  color: #00aaad !important;
  display: inline-block;
  background: #fff;
  border: 2px solid #00aaad;
  -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.4em 0.4em;
  text-decoration: none !important;
}
/* line 251, ../sass/_mixins.scss */
.btn.small:hover,
#edit-cancel:hover {
  background: #00aaad !important;
  text-decoration: none !important;
  color: #fff !important;
  cursor: pointer;
}
/* line 257, ../sass/_mixins.scss */
.btn.small:active,
#edit-cancel:active {
  transition: all 0.1s linear;
  background: #00494d !important;
  border-color: #00494d !important;
  color: #fff !important;
  cursor: pointer;
}

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

/* line 41, ../sass/_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: #d5ecef;
  border: 2px solid #00aaad;
  width: 100%;
  max-width: auto;
}
/* line 52, ../sass/_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 57, ../sass/_forms.scss */
textarea {
  text-indent: 0;
  padding: 10px 1%;
  idth: 98%;
}

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

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

/* line 78, ../sass/_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 86, ../sass/_forms.scss */
.ui-accordion .ui-icon {
  background-image: none !important;
}

/* line 90, ../sass/_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 99, ../sass/_forms.scss */
.ui-accordion {
  margin-bottom: 1em;
}

/* line 103, ../sass/_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 115, ../sass/_forms.scss */
.ui-state-active {
  background: #6D6E71;
}

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

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

/* line 128, ../sass/_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 134, ../sass/_forms.scss */
.ui-accordion .ui-accordion-content {
  padding: 1em;
}

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

/* line 142, ../sass/_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 153, ../sass/_forms.scss */
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #fff;
}

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

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

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

/* line 173, ../sass/_forms.scss */
.ui-accordion-icons .ui-accordion-header a {
  padding: 0.5em;
}
/* line 175, ../sass/_forms.scss */
.ui-accordion-icons .ui-accordion-header a:after {
  content: "";
  font-family: "oppla_icons";
  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 179, ../sass/_forms.scss */
.ui-accordion-icons .ui-accordion-header.ui-state-active a:after {
  content: "";
  font-family: "oppla_icons";
  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 190, ../sass/_forms.scss */
.node-form.node-oppla_product-form legend {
  font-family: 'montserrat-bold';
  font-weight: 800;
  font-style: normal;
  color: #6D6E71;
  text-transform: uppercase;
}
/* line 194, ../sass/_forms.scss */
.node-form.node-oppla_product-form legend:hover {
  color: #6D6E71;
  cursor: default;
}
/* line 200, ../sass/_forms.scss */
.node-form.node-oppla_product-form fieldset .fieldset-wrapper {
  margin: 1.25em 0;
  padding: 0;
  background: #fff;
}
/* line 201, ../sass/_forms.scss */
.node-form.node-oppla_product-form fieldset .fieldset-wrapper legend {
  color: #6D6E71;
  font-size: 1.24em;
}
/* line 209, ../sass/_forms.scss */
.node-form.node-oppla_product-form fieldset .form-wrapper {
  margin: 0.5em 0;
}
/* line 212, ../sass/_forms.scss */
.node-form.node-oppla_product-form fieldset.date-combo {
  margin: 0;
}
/* line 216, ../sass/_forms.scss */
.node-form.node-oppla_product-form .form-wrapper {
  margin: 1.25em 0;
}
/* line 219, ../sass/_forms.scss */
.node-form.node-oppla_product-form .form-field-name-field-pr-price input.form-text {
  width: auto;
  display: inline-block;
}
/* line 223, ../sass/_forms.scss */
.node-form.node-oppla_product-form table {
  width: 100%;
}
/* line 225, ../sass/_forms.scss */
.node-form.node-oppla_product-form table th {
  border: none !important;
}
/* line 228, ../sass/_forms.scss */
.node-form.node-oppla_product-form table .draggable {
  border-color: #fff;
}
/* line 230, ../sass/_forms.scss */
.node-form.node-oppla_product-form table .draggable.odd {
  background-color: #e0e0e0;
}
/* line 233, ../sass/_forms.scss */
.node-form.node-oppla_product-form table .draggable.even {
  background-color: #ebebeb;
}
/* line 236, ../sass/_forms.scss */
.node-form.node-oppla_product-form table .draggable.drag-previous {
  background-color: #f0d9d9;
}

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

/* line 250, ../sass/_forms.scss */
div:not(.search-block) .views-exposed-form .views-exposed-widget {
  padding: 0;
  margin: 0.15em 0.33em;
}
/* line 253, ../sass/_forms.scss */
div:not(.search-block) .views-exposed-form .views-exposed-widget.views-submit-button input {
  font-size: 0.85em;
  margin-right: 1em;
  padding: 0.15em 0.33em;
}
/* line 259, ../sass/_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: 0.85em;
}
/* line 263, ../sass/_forms.scss */
div:not(.search-block) .views-exposed-widget .views-reset-button {
  padding-left: 1em;
  overflow: auto;
  text-align: right;
}

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

/* line 281, ../sass/_forms.scss */
#user-login .form-submit:after {
  content: "";
  font-family: "oppla_icons";
  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 287, ../sass/_forms.scss */
  .logins {
    text-align: center;
  }
}
/* line 292, ../sass/_forms.scss */
#user-register-form .form-submit:after {
  content: "";
  font-family: "oppla_icons";
  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 296, ../sass/_forms.scss */
label {
  font-size: 1em;
  line-height: 1.2;
  margin-bottom: 0.25em;
}

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

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

/* line 310, ../sass/_forms.scss */
fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
/* line 315, ../sass/_forms.scss */
fieldset .form-item {
  margin: 0.75em 0;
}
/* line 318, ../sass/_forms.scss */
fieldset label {
  text-transform: none;
  color: #6D6E71;
}
/* line 322, ../sass/_forms.scss */
fieldset input.text-full.form-text {
  width: 100%;
}

/* line 327, ../sass/_forms.scss */
label:not(.option),
.views-label {
  font-family: 'montserrat-bold';
  font-weight: 800;
  font-style: normal;
  color: #6D6E71;
}

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

/* line 338, ../sass/_forms.scss */
html.js .collapsible .fieldset-legend {
  width: 100%;
  margin: 0;
  padding: 0;
}
/* line 342, ../sass/_forms.scss */
html.js .collapsible .fieldset-legend a {
  padding-left: 0.5em;
  padding-right: 0.5em;
  width: auto;
  color: #fff;
  background: #6D6E71;
  -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 348, ../sass/_forms.scss */
html.js .collapsible .fieldset-legend a:after {
  content: "";
  font-family: "oppla_icons";
  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 357, ../sass/_forms.scss */
html.js .collapsed {
  height: auto;
}
/* line 359, ../sass/_forms.scss */
html.js .collapsed .fieldset-legend a {
  color: #6D6E71;
  background: #bcbdc0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
/* line 363, ../sass/_forms.scss */
html.js .collapsed .fieldset-legend a:after {
  content: "";
  font-family: "oppla_icons";
  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 369, ../sass/_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 374, ../sass/_forms.scss */
html.js fieldset.collapsed {
  height: auto;
}

/* line 378, ../sass/_forms.scss */
fieldset {
  color: #6D6E71;
  background-image: none;
  border: none;
  margin: 0.5em 0;
  padding: 0;
  float: none;
}
/* line 387, ../sass/_forms.scss */
fieldset legend {
  margin: 0;
  font-size: 1em;
  margin: 0;
  padding: 0;
  width: 100%;
}
/* line 393, ../sass/_forms.scss */
fieldset legend a {
  color: #6D6E71;
  font-size: 1em;
  display: block;
  width: 100%;
  text-decoration: none;
  padding: 0.5em 0;
  margin: 0;
}
/* line 402, ../sass/_forms.scss */
fieldset legend:hover {
  color: #242424 !important;
}
/* line 405, ../sass/_forms.scss */
fieldset legend .summary {
  display: none;
}
/* line 408, ../sass/_forms.scss */
fieldset legend legend:hover {
  color: #242424 !important;
}
/* line 412, ../sass/_forms.scss */
fieldset .fieldset-wrapper {
  background: #ededed;
  -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 #fff;
}
/* line 419, ../sass/_forms.scss */
fieldset .fieldset-wrapper label.option {
  font-size: 0.85em;
}

/* line 425, ../sass/_forms.scss */
fieldset#edit-picture.form-wrapper {
  display: none;
}

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

/* line 436, ../sass/_forms.scss */
fieldset.captcha.form-wrapper legend span {
  color: #6D6E71;
}
/* line 439, ../sass/_forms.scss */
fieldset.captcha.form-wrapper .fieldset-wrapper {
  padding: 0.33em 0.5em;
}

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

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

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

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

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

/* line 484, ../sass/_forms.scss */
.menu label,
.menu input[type='checkbox']:not(:checked) + label {
  color: #242424;
  cursor: pointer;
  background: #dcddde;
  padding: 5px 7px;
  display: block;
}
/* line 491, ../sass/_forms.scss */
.menu label:after,
.menu input[type='checkbox']:not(:checked) + label:after {
  float: right;
  content: "";
  font-family: "oppla_icons";
  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 499, ../sass/_forms.scss */
.menu input[type='checkbox']:checked + label {
  background: #bcbdc0;
}
/* line 501, ../sass/_forms.scss */
.menu input[type='checkbox']:checked + label:after {
  content: "";
  font-family: "oppla_icons";
  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 506, ../sass/_forms.scss */
.menu ul.expanding,
.menu input[type='checkbox']:not(:checked) + label + ul.expanding {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s cubic-bezier(0, 1, 0, 1);
}

/* line 513, ../sass/_forms.scss */
.menu input[type='checkbox']:checked + label + ul.expanding {
  max-height: 100%;
}

/* line 523, ../sass/_forms.scss */
.December2018 .menu input[type='checkbox']#December2018 + label {
  background: #bcbdc0;
}
/* line 525, ../sass/_forms.scss */
.December2018 .menu input[type='checkbox']#December2018 + label:after {
  content: "";
  font-family: "oppla_icons";
  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 532, ../sass/_forms.scss */
.December2018 .menu input[type='checkbox']#December2018:checked + label {
  background: #dcddde;
}
/* line 534, ../sass/_forms.scss */
.December2018 .menu input[type='checkbox']#December2018:checked + label:after {
  content: "";
  font-family: "oppla_icons";
  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 523, ../sass/_forms.scss */
.January2019 .menu input[type='checkbox']#January2019 + label {
  background: #bcbdc0;
}
/* line 525, ../sass/_forms.scss */
.January2019 .menu input[type='checkbox']#January2019 + label:after {
  content: "";
  font-family: "oppla_icons";
  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 532, ../sass/_forms.scss */
.January2019 .menu input[type='checkbox']#January2019:checked + label {
  background: #dcddde;
}
/* line 534, ../sass/_forms.scss */
.January2019 .menu input[type='checkbox']#January2019:checked + label:after {
  content: "";
  font-family: "oppla_icons";
  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;
}

/* --- CASE STUDY FORM --- */
/* line 1046, ../sass/styles.scss */
.section-case-study-form h2,
.section-case-study-form h3,
.section-case-study-form dt,
.section-case-study-form .field .field-label,
.section-case-study-form legend {
  font-family: 'montserrat-bold';
  font-weight: 800;
  font-style: normal;
  color: #6D6E71;
  text-transform: uppercase;
}
/* line 1056, ../sass/styles.scss */
.section-case-study-form .form-wrapper {
  margin-bottom: 15px;
}
/* line 1057, ../sass/styles.scss */
.section-case-study-form .form-wrapper .form-wrapper {
  margin-bottom: 0;
}
/* line 1065, ../sass/styles.scss */
.section-case-study-form .filter-wrapper.form-wrapper {
  padding: 0;
}
/* line 1067, ../sass/styles.scss */
.section-case-study-form .filter-wrapper.form-wrapper .fieldset-wrapper {
  background: #ededed;
  border-bottom: none;
}
/* line 1070, ../sass/styles.scss */
.section-case-study-form .filter-wrapper.form-wrapper .fieldset-wrapper .fieldset-wrapper {
  padding: 0;
}
/* line 1075, ../sass/styles.scss */
.section-case-study-form .group_enroute.form-wrapper .fieldset-wrapper {
  padding: 15px;
  background: #fff;
  background: #f7f7f7;
  border: 2px solid #ededed;
}
/* line 1080, ../sass/styles.scss */
.section-case-study-form .group_enroute.form-wrapper .fieldset-wrapper .form-wrapper {
  margin-bottom: 15px;
}
/* line 1081, ../sass/styles.scss */
.section-case-study-form .group_enroute.form-wrapper .fieldset-wrapper .form-wrapper .form-wrapper {
  margin-bottom: 0;
}
/* line 1084, ../sass/styles.scss */
.section-case-study-form .group_enroute.form-wrapper .fieldset-wrapper .fieldset-wrapper {
  background: #ededed;
  padding: 0;
}
/* line 1088, ../sass/styles.scss */
.section-case-study-form .description {
  font-size: 85%;
  background: #ededed;
  padding: 8px;
  margin: 0;
}
/* line 1093, ../sass/styles.scss */
.section-case-study-form .description p {
  margin-bottom: 3px;
}

/* === QUESTION VIEW === */
/* line 1100, ../sass/styles.scss */
.sidebar .views-exposed-widget {
  /* --- Exposed filters --- */
  position: relative;
  clear: both;
  width: 100%;
  margin: 0;
  padding: 0;
}
/* line 1107, ../sass/styles.scss */
.sidebar .views-exposed-widget.views-submit-button, .sidebar .views-exposed-widget.views-reset-button {
  padding: 0;
}
/* line 1110, ../sass/styles.scss */
.sidebar .views-exposed-widget.views-submit-button .form-submit, .sidebar .views-exposed-widget.views-reset-button .form-submit {
  font-size: 0.85em;
  margin: 0.5em 0 0 0;
  float: left;
}
/* line 1115, ../sass/styles.scss */
.sidebar .views-exposed-widget.views-submit-button .form-item-sort-by,
.sidebar .views-exposed-widget.views-submit-button .form-item-sort-order, .sidebar .views-exposed-widget.views-reset-button .form-item-sort-by,
.sidebar .views-exposed-widget.views-reset-button .form-item-sort-order {
  font-size: 0.85em;
  clear: none;
  display: inline-block;
  width: auto;
  margin-right: 1em;
}
/* line 1123, ../sass/styles.scss */
.sidebar .views-exposed-widget.views-submit-button.views-submit-button .form-submit, .sidebar .views-exposed-widget.views-reset-button.views-submit-button .form-submit {
  margin: 1em 0 0 0;
}
/* line 1128, ../sass/styles.scss */
.sidebar .views-exposed-widget .bef-toggle {
  font-size: .75em;
  color: #00aaad;
  font-family: 'montserrat-bold';
  font-weight: 800;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
}
/* line 1134, ../sass/styles.scss */
.sidebar .views-exposed-widget .bef-toggle:hover {
  color: #6D6E71;
}

/* line 1141, ../sass/styles.scss */
.view-questions .views-row {
  /* --- Content  --- */
}
/* line 1143, ../sass/styles.scss */
.view-questions .views-row img {
  float: left;
}
/* line 1146, ../sass/styles.scss */
.view-questions .views-row .wrapper {
  margin: 0 0 1em 92px;
}
/* line 1148, ../sass/styles.scss */
.view-questions .views-row .wrapper p {
  margin: 0;
}
/* line 1150, ../sass/styles.scss */
.view-questions .views-row .wrapper p strong {
  font-weight: normal;
}
/* line 1154, ../sass/styles.scss */
.view-questions .views-row .wrapper h4 {
  font-family: 'montserrat-bold';
  font-weight: 800;
  font-style: normal;
  font-size: 1.25em;
  line-height: 1.3;
  margin: 0 0 4px 0;
}
/* line 1159, ../sass/styles.scss */
.view-questions .views-row .wrapper h4 a {
  text-decoration: none;
}
/* line 1161, ../sass/styles.scss */
.view-questions .views-row .wrapper h4 a:hover {
  color: #6D6E71;
}
/* line 1167, ../sass/styles.scss */
.view-questions .views-row .read-more {
  float: none;
  margin: 1em 0;
  text-align: right;
}
/* line 1171, ../sass/styles.scss */
.view-questions .views-row .read-more a {
  font-size: 0.9em;
}
/* line 1176, ../sass/styles.scss */
.view-questions .view-content {
  padding-top: 1.5em;
}
/* line 1179, ../sass/styles.scss */
.view-questions hr {
  margin: 1em 0;
}

/* === QUESTION NODE === */
/* line 1188, ../sass/styles.scss */
.node-oppla-question .view-display-id-entity_view_1 {
  /* --- Image --- */
  float: left;
  margin: 0 20px 0.5em 0;
}
/* line 1193, ../sass/styles.scss */
.node-oppla-question .wrapper {
  margin: 0 0 0 92px;
}
/* line 1195, ../sass/styles.scss */
.node-oppla-question .wrapper h4 {
  font-family: 'montserrat-bold';
  font-weight: 800;
  font-style: normal;
  font-size: 1.25em;
  line-height: 1.3;
  margin: 0 0 4px 0;
}
/* line 1201, ../sass/styles.scss */
.node-oppla-question .wrapper .view-profile-pictures-on-questions.view-display-id-entity_view_2 {
  /* --- Author --- */
  margin: 0 0 0.5em 0;
}

/* === QUESTION COMMENTS === */
/* line 1213, ../sass/styles.scss */
.comment-wrapper p,
.comment p {
  margin: 0 0 0.5em 0;
}
/* line 1216, ../sass/styles.scss */
.comment-wrapper .links,
.comment .links {
  margin: 0 0 0.25em 0;
  float: right;
}
/* line 1219, ../sass/styles.scss */
.comment-wrapper .links a,
.comment .links a {
  font-family: 'montserrat-bold';
  font-weight: 800;
  font-style: normal;
  font-size: 0.75em;
  text-transform: uppercase;
  text-decoration: none;
}
/* line 1224, ../sass/styles.scss */
.comment-wrapper .links a:hover,
.comment .links a:hover {
  color: #6D6E71;
}
/* line 1229, ../sass/styles.scss */
.comment-wrapper hr,
.comment hr {
  margin: 0.5em 0;
}

/* line 1234, ../sass/styles.scss */
li.comment-add a,
.view-questions .read-more a {
  font-family: 'montserrat-bold';
  font-weight: 800;
  font-style: normal;
  font-size: 0.75em;
  text-transform: uppercase;
  text-decoration: none;
  float: none;
  text-align: left;
}
/* line 1242, ../sass/styles.scss */
li.comment-add a:hover,
.view-questions .read-more a:hover {
  color: #6D6E71;
}

/* line 1247, ../sass/styles.scss */
li.comment-add {
  float: right;
  text-align: left;
}

/* line 1252, ../sass/styles.scss */
li.comment_forbidden {
  font-family: 'montserrat-bold';
  font-weight: 800;
  font-style: normal;
  font-size: 0.75em;
  text-transform: uppercase;
  text-decoration: none;
  float: none;
  text-align: left;
}
/* line 1259, ../sass/styles.scss */
li.comment_forbidden a {
  font-size: 1em;
}
/* line 1261, ../sass/styles.scss */
li.comment_forbidden a:hover {
  color: #6D6E71;
}

/* line 1268, ../sass/styles.scss */
.field-type-fivestar {
  float: left;
  padding-bottom: 0.5em;
}

/* line 1273, ../sass/styles.scss */
.comment-wrap {
  clear: both;
}

/* line 1277, ../sass/styles.scss */
mark.new {
  font-family: 'montserrat-bold';
  font-weight: 800;
  font-style: normal;
  font-size: 0.85em;
  text-transform: uppercase;
  padding-left: 0.5em;
}

/* line 1284, ../sass/styles.scss */
.comment-id {
  float: right;
  text-align: right;
}
/* line 1287, ../sass/styles.scss */
.comment-id:link, .comment-id:visited {
  color: #bcbdc0;
  text-decoration: none;
}
/* line 1292, ../sass/styles.scss */
.comment-id:hover {
  color: #00aaad;
  text-decoration: underline;
}

/* line 1298, ../sass/styles.scss */
.comment-image {
  float: left;
}

/* line 1306, ../sass/styles.scss */
.indented {
  margin-left: 7.5%;
}

@media all and (max-width: 768px) {
  /* line 1313, ../sass/styles.scss */
  .view-questions .views-row img {
    width: 60px;
  }
  /* line 1316, ../sass/styles.scss */
  .view-questions .views-row .wrapper {
    margin: 0 0 1em 75px;
  }

  /* line 1322, ../sass/styles.scss */
  .node-oppla-question .view-display-id-entity_view_1 {
    margin-right: 15px;
  }
  /* line 1325, ../sass/styles.scss */
  .node-oppla-question .views-field-field-image {
    width: 50px;
  }
  /* line 1328, ../sass/styles.scss */
  .node-oppla-question .wrapper {
    margin-left: 60px;
  }
  /* line 1330, ../sass/styles.scss */
  .node-oppla-question .wrapper .comment-text {
    margin-left: 55px;
  }
  /* line 1333, ../sass/styles.scss */
  .node-oppla-question .wrapper .views-field-field-image {
    width: 45px;
  }

  /* line 1338, ../sass/styles.scss */
  .indented {
    margin-left: 5%;
  }
}
@media all and (max-width: 500px) {
  /* line 1346, ../sass/styles.scss */
  .view-questions .views-row img {
    width: 50px;
  }
  /* line 1349, ../sass/styles.scss */
  .view-questions .views-row .wrapper {
    margin: 0 0 1em 60px;
  }

  /* line 1355, ../sass/styles.scss */
  .node-oppla-question .view-display-id-entity_view_1 {
    margin-right: 10px;
  }
  /* line 1358, ../sass/styles.scss */
  .node-oppla-question .views-field-field-image {
    width: 40px;
  }
  /* line 1361, ../sass/styles.scss */
  .node-oppla-question .wrapper {
    margin-left: 45px;
  }
  /* line 1363, ../sass/styles.scss */
  .node-oppla-question .wrapper .comment-text {
    margin-left: 45px;
  }
  /* line 1366, ../sass/styles.scss */
  .node-oppla-question .wrapper .views-field-field-image {
    width: 36px;
  }

  /* line 1371, ../sass/styles.scss */
  .indented {
    margin-left: 3.5%;
  }
}
/* === FOOTER === */
/* line 1379, ../sass/styles.scss */
#footer {
  background: #dcddde;
  padding: 1em 25px;
  margin: 0 -20px;
}

/* line 1385, ../sass/styles.scss */
.block.footer-menu ul,
.block.footer-menu li {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* line 1392, ../sass/styles.scss */
#block-menu-block-3 {
  clear: left;
  float: left;
  width: 18%;
}
/* line 1396, ../sass/styles.scss */
#block-menu-block-3 ul.menu {
  width: auto;
  margin: 0;
}
/* line 1399, ../sass/styles.scss */
#block-menu-block-3 ul.menu li {
  width: 100% !important;
  margin: 0 !important;
  clear: both;
  float: none;
}

/* --- Footer Menu block --- */
/* --- EU block --- */
/* line 1414, ../sass/styles.scss */
#block-block-3 {
  float: right;
  clear: both;
  margin: 0;
  width: 400px;
}

/* line 1421, ../sass/styles.scss */
#block-block-3 p {
  font-size: 0.7em;
  line-height: 1.5;
  text-align: right;
}

/* line 1427, ../sass/styles.scss */
#block-block-3 img {
  float: right;
  border: 3px solid #fff;
  margin: 0 0 0 2em;
  height: 70px;
  width: auto;
}

/* --- copyright block --- */
/* line 1438, ../sass/styles.scss */
#block-block-4 {
  float: none;
  clear: both;
  margin: 0;
  text-align: left;
}
/* line 1442, ../sass/styles.scss */
#block-block-4 hr {
  margin: 0;
}
/* line 1445, ../sass/styles.scss */
#block-block-4 p {
  margin: 0;
  font-size: 0.7em;
}

@media all and (max-width: 768px) {
  /* line 1452, ../sass/styles.scss */
  .block.footer-menu ul.menu li {
    width: 31.5%;
  }
  /* line 1454, ../sass/styles.scss */
  .block.footer-menu ul.menu li a {
    display: block;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
  }

  /* line 1460, ../sass/styles.scss */
  #block-block-3 {
    padding-top: 1em;
  }
}
@media all and (max-width: 625px) {
  /* line 1466, ../sass/styles.scss */
  .block.footer-menu ul.menu li {
    width: 48.5%;
  }
  /* line 1468, ../sass/styles.scss */
  .block.footer-menu ul.menu li a {
    display: block;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }

  /* line 1474, ../sass/styles.scss */
  #block-block-3 {
    float: none;
    width: 80%;
    margin: 0 10%;
  }

  /* line 1479, ../sass/styles.scss */
  #block-block-4 {
    float: none;
    clear: none;
    width: 100%;
    margin: 1em 0 0 0;
  }
  /* line 1484, ../sass/styles.scss */
  #block-block-4 p {
    text-align: center;
  }
}
@media all and (max-width: 500px) {
  /* line 1491, ../sass/styles.scss */
  .block.footer-menu ul.menu li {
    width: 98.5%;
  }
  /* line 1493, ../sass/styles.scss */
  .block.footer-menu ul.menu li a {
    display: block;
    padding-top: 0.75em;
    padding-bottom: 0.75em;
  }

  /* line 1499, ../sass/styles.scss */
  #block-block-3 {
    width: 100%;
    margin: 0%;
  }
  /* line 1502, ../sass/styles.scss */
  #block-block-3 img {
    float: none;
    display: block;
    margin: 1em auto;
  }
  /* line 1507, ../sass/styles.scss */
  #block-block-3 p {
    text-align: center;
  }
}
/* line 1518, ../sass/styles.scss */
.description h4 {
  font-family: 'montserrat-bold';
  font-weight: 800;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 0;
}

@media all and (min-width: 500px) {
  /* line 1525, ../sass/styles.scss */
  h3 img {
    float: right;
    margin: 0 0 1em 1em;
    max-width: 50%;
  }
}
/* line 1532, ../sass/styles.scss */
.flag {
  font-family: 'montserrat-bold';
  font-weight: 800;
  font-style: normal;
  font-size: 0;
  text-transform: uppercase;
  text-decoration: none;
  float: none;
  text-align: right;
}
/* line 1539, ../sass/styles.scss */
.flag:hover {
  color: #6D6E71;
}
/* line 1542, ../sass/styles.scss */
.flag:after {
  font-size: 18px;
  content: "";
  font-family: 'oppla_icons_2';
  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 1546, ../sass/styles.scss */
.flag.flag-action:after {
  content: '\e802';
}

/* line 1552, ../sass/styles.scss */
.btn.product {
  font-size: 1.15em;
  line-height: 1.5;
  text-align: center;
  background: #fff;
}
/* line 1557, ../sass/styles.scss */
.btn.product:after {
  content: "";
  font-family: "oppla_icons";
  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 1562, ../sass/styles.scss */
.webform-previous,
.webform-next,
.webform-draft {
  margin-right: 1em;
}

/* line 1569, ../sass/styles.scss */
.webform-progressbar-outer {
  border-color: #00aaad;
}

/* line 1573, ../sass/styles.scss */
.webform-progressbar-page {
  border-color: #00aaad;
}

/* line 1577, ../sass/styles.scss */
.webform-progressbar-inner,
.webform-progressbar-page.completed,
.webform-progressbar-page.current {
  background: #00aaad;
}

/* line 1583, ../sass/styles.scss */
input.form-submit.ajax-processed {
  font-size: 85%;
}

/* line 1588, ../sass/styles.scss */
table.views-table {
  width: 100%;
  border-top: 2px solid #00aaad;
}
/* line 1591, ../sass/styles.scss */
table.views-table tr {
  border: none;
}
/* line 1593, ../sass/styles.scss */
table.views-table tr th {
  color: #fff;
  background: #00aaad;
  text-align: left;
  padding: 4px;
  border: none;
}
/* line 1600, ../sass/styles.scss */
table.views-table tr.even td {
  background: #ededed;
}
/* line 1603, ../sass/styles.scss */
table.views-table tr.odd td {
  background: #f7f7f7;
}
/* line 1606, ../sass/styles.scss */
table.views-table tr td {
  color: #494949;
  border: none;
  text-align: left;
  padding: 4px;
  border-bottom: 2px solid #00aaad;
}
/* line 1612, ../sass/styles.scss */
table.views-table tr td em {
  font-size: 0.75em;
  font-style: normal;
  color: #6D6E71;
}
/* line 1617, ../sass/styles.scss */
table.views-table tr td a {
  font-family: 'montserrat-bold';
  font-weight: 800;
  font-style: normal;
  font-size: 0.75em;
  text-transform: uppercase;
  text-decoration: none;
}
/* line 1622, ../sass/styles.scss */
table.views-table tr td a:hover {
  color: #6D6E71;
}
/* line 1626, ../sass/styles.scss */
table.views-table tr td.views-field-view-node a {
  margin: 0 3px;
}

/* line 1633, ../sass/styles.scss */
.views-exposed-form .views-exposed-widget {
  margin: 0;
}

/* line 1637, ../sass/styles.scss */
.block.search .views-exposed-widgets,
body:not(.page-case-study-finder):not(.page-case-studies):not(.escom) .block.block-views .views-exposed-widgets {
  position: relative;
  padding-top: 5em;
}
/* line 1641, ../sass/styles.scss */
.block.search .views-exposed-widgets .views-exposed-widget.views-widget-filter-combine,
.block.search .views-exposed-widgets .views-exposed-widget.views-submit-button,
body:not(.page-case-study-finder):not(.page-case-studies):not(.escom) .block.block-views .views-exposed-widgets .views-exposed-widget.views-widget-filter-combine,
body:not(.page-case-study-finder):not(.page-case-studies):not(.escom) .block.block-views .views-exposed-widgets .views-exposed-widget.views-submit-button {
  position: absolute;
  float: left;
  left: auto;
  right: 0;
  top: 0;
  left: auto;
  width: 20%;
  clear: none !important;
}
/* line 1653, ../sass/styles.scss */
.block.search .views-exposed-widgets .views-exposed-widget.views-widget-filter-combine,
body:not(.page-case-study-finder):not(.page-case-studies):not(.escom) .block.block-views .views-exposed-widgets .views-exposed-widget.views-widget-filter-combine {
  width: 78%;
  right: auto;
  top: 0;
  left: 0;
}
/* line 1658, ../sass/styles.scss */
.block.search .views-exposed-widgets .views-exposed-widget.views-widget-filter-combine label,
body:not(.page-case-study-finder):not(.page-case-studies):not(.escom) .block.block-views .views-exposed-widgets .views-exposed-widget.views-widget-filter-combine label {
  display: none;
}
/* line 1661, ../sass/styles.scss */
.block.search .views-exposed-widgets .views-exposed-widget.views-widget-filter-combine input,
body:not(.page-case-study-finder):not(.page-case-studies):not(.escom) .block.block-views .views-exposed-widgets .views-exposed-widget.views-widget-filter-combine input {
  border-weight: 1px;
  -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 1666, ../sass/styles.scss */
.block.search .views-exposed-widgets .views-exposed-widget.views-submit-button,
body:not(.page-case-study-finder):not(.page-case-studies):not(.escom) .block.block-views .views-exposed-widgets .views-exposed-widget.views-submit-button {
  padding: 0;
  text-align: right;
}
/* line 1669, ../sass/styles.scss */
.block.search .views-exposed-widgets .views-exposed-widget.views-submit-button .form-submit,
body:not(.page-case-study-finder):not(.page-case-studies):not(.escom) .block.block-views .views-exposed-widgets .views-exposed-widget.views-submit-button .form-submit {
  font-size: 1.25em !important;
  padding: 0.25em 0.4em !important;
  margin-top: 0;
}

/* line 1680, ../sass/styles.scss */
#cboxWrapper .view-mode-colorbox .node__title.node-title {
  display: none;
}
/* line 1684, ../sass/styles.scss */
#cboxWrapper hr {
  display: none;
}

/* line 2, ../sass/_marketplace.scss */
.page-marketplace .page__title {
  padding: 0 5px;
}
/* line 5, ../sass/_marketplace.scss */
.page-marketplace .filters {
  background: #fff;
  border-top: 2px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 0;
}
/* line 10, ../sass/_marketplace.scss */
.page-marketplace .filters .region-highlighted {
  padding: 0;
  width: 100%;
  margin: 0;
  clear: both;
}
/* line 15, ../sass/_marketplace.scss */
.page-marketplace .filters .region-highlighted .block {
  margin-bottom: 0;
}
/* line 17, ../sass/_marketplace.scss */
.page-marketplace .filters .region-highlighted .block .collapsed .fieldset-legend a,
.page-marketplace .filters .region-highlighted .block .collapsible .fieldset-legend a {
  padding: 20px 20px 10px 15px;
  color: #6D6E71;
  font-size: 1.25em;
  text-transform: uppercase;
  background: #d5ecef;
  border-radius: 0;
  margin-top: -2px;
}
/* line 26, ../sass/_marketplace.scss */
.page-marketplace .filters .region-highlighted .block .collapsed .fieldset-legend a:hover,
.page-marketplace .filters .region-highlighted .block .collapsible .fieldset-legend a:hover {
  color: #6D6E71;
}
/* line 29, ../sass/_marketplace.scss */
.page-marketplace .filters .region-highlighted .block .collapsed .fieldset-legend a:focus,
.page-marketplace .filters .region-highlighted .block .collapsible .fieldset-legend a:focus {
  outline: none;
}
/* line 33, ../sass/_marketplace.scss */
.page-marketplace .filters .region-highlighted .block .collapsed .fieldset-legend a {
  background: #fff;
  color: #00aaad;
}
/* line 37, ../sass/_marketplace.scss */
.page-marketplace .filters .region-highlighted .block fieldset {
  width: auto;
  padding: 0;
}
/* line 40, ../sass/_marketplace.scss */
.page-marketplace .filters .region-highlighted .block fieldset .fieldset-wrapper {
  background: #d5ecef;
  padding: 0;
  width: 100%;
}
/* line 44, ../sass/_marketplace.scss */
.page-marketplace .filters .region-highlighted .block fieldset .fieldset-wrapper form {
  padding: 0.5em;
}
/* line 49, ../sass/_marketplace.scss */
.page-marketplace .filters .region-highlighted .block.search {
  margin-top: 5px;
  margin-right: 1%;
  margin-left: 1%;
  border: none;
  width: 98%;
  float: none;
}
@media all and (min-width: 768px) {
  /* line 61, ../sass/_marketplace.scss */
  .page-marketplace .block.block-mefibs:not(.stacked) {
    float: left;
    width: 33%;
    margin-right: 0%;
    padding-right: 0%;
    border-right: 4px dotted #bcbdc0;
  }
  /* line 67, ../sass/_marketplace.scss */
  .page-marketplace .block.block-mefibs:not(.stacked).search {
    background: #fff;
    margin-top: 3px;
    margin-right: 1.5%;
    margin-left: 0;
    padding-right: 0%;
    border: none;
    width: 31%;
    float: right;
  }
  /* line 76, ../sass/_marketplace.scss */
  .page-marketplace .block.block-mefibs:not(.stacked).search .views-exposed-form {
    padding-left: 7px;
  }
}
@media all and (min-width: 768px) and (min-width: 768px) {
  /* line 80, ../sass/_marketplace.scss */
  .page-marketplace .block.block-mefibs:not(.stacked) .fieldset-wrapper {
    position: absolute;
    z-index: 100;
  }
}

@media all and (min-width: 600px) and (max-width: 760px) {
  /* line 90, ../sass/_marketplace.scss */
  .page-marketplace .filters .block.block-mefibs:not(.search) {
    float: left;
    width: 49.5%;
    border-right: 4px dotted #bcbdc0;
    margin-right: 0%;
    padding-right: 0%;
  }
  /* line 96, ../sass/_marketplace.scss */
  .page-marketplace .filters .block.block-mefibs:not(.search).last {
    margin-right: 0;
    padding-right: 0;
    border: none;
    float: right;
  }
  /* line 102, ../sass/_marketplace.scss */
  .page-marketplace .filters .block.block-mefibs:not(.search) .fieldset-wrapper {
    position: absolute;
    top: 0;
    z-index: 100;
  }
}
/* line 110, ../sass/_marketplace.scss */
.page-marketplace .block.search .views-exposed-widgets {
  margin: 0;
}
/* line 112, ../sass/_marketplace.scss */
.page-marketplace .block.search .views-exposed-widgets .views-exposed-widget {
  margin: 0;
}
/* line 113, ../sass/_marketplace.scss */
.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 119, ../sass/_marketplace.scss */
.page-marketplace .block.search .views-exposed-widgets .views-exposed-widget .form-item {
  margin: 0;
}
/* line 122, ../sass/_marketplace.scss */
.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 126, ../sass/_marketplace.scss */
.page-marketplace .block.search p {
  font-size: 0.86em;
  line-height: 1.2;
  margin: 0 0 1em 0;
}
/* line 131, ../sass/_marketplace.scss */
.page-marketplace .block.search fieldset {
  position: relative;
  margin-bottom: 6px;
}
/* line 135, ../sass/_marketplace.scss */
.page-marketplace .block.search .fieldset-wrapper {
  width: 100%;
  padding: 0 0 5px 0;
  border-bottom: 0;
  background: #d5ecef;
}
/* line 140, ../sass/_marketplace.scss */
.page-marketplace .block.search .fieldset-wrapper .fieldset-content,
.page-marketplace .block.search .fieldset-wrapper .views-exposed-form {
  padding: 0.25em 0.5em;
}
/* line 147, ../sass/_marketplace.scss */
.page-marketplace .sidebar {
  padding: 0;
}
/* line 149, ../sass/_marketplace.scss */
.page-marketplace .sidebar fieldset {
  margin: 0.25em 0;
}
/* line 152, ../sass/_marketplace.scss */
.page-marketplace .sidebar .block {
  margin-bottom: 10px;
  background: #fff;
  padding: 5px 10px 10px 10px;
}
/* line 156, ../sass/_marketplace.scss */
.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 165, ../sass/_marketplace.scss */
.page-marketplace .sidebar .block .bef-toggle {
  padding-left: 5px;
}
/* line 168, ../sass/_marketplace.scss */
.page-marketplace .sidebar .block .bef-checkboxes {
  padding: 0.25em 0.5em;
}
/* line 171, ../sass/_marketplace.scss */
.page-marketplace .sidebar .block.stacked {
  padding-top: 0;
}
@media all and (min-width: 768px) {
  /* line 171, ../sass/_marketplace.scss */
  .page-marketplace .sidebar .block.stacked {
    padding: 5px 15px 10px 15px;
  }
}
/* line 177, ../sass/_marketplace.scss */
.page-marketplace .sidebar .block#block-views-add-product-link-block-1 {
  margin-top: 10px;
  padding: 0;
  padding-top: 5px;
  background: transparent;
  border-top: 4px dotted #bcbdc0;
}
/* line 183, ../sass/_marketplace.scss */
.page-marketplace .sidebar .block#block-views-add-product-link-block-1 .btn.product {
  display: block;
  width: auto;
  margin-top: 5px;
}
/* line 192, ../sass/_marketplace.scss */
.page-marketplace .view-marketplace.view-id-marketplace > .view-content > .views-row {
  margin: 5px 5px 10px 0px;
}
/* line 195, ../sass/_marketplace.scss */
.page-marketplace .view-marketplace.view-id-marketplace > .view-content > .views-row.views-row-first {
  margin-top: 15px;
}
/* line 199, ../sass/_marketplace.scss */
.page-marketplace .view-marketplace.view-id-marketplace > .view-content > .views-row .wrapper {
  background: #fff;
  padding: 10px 10px 0 10px;
}
/* line 203, ../sass/_marketplace.scss */
.page-marketplace .view-marketplace.view-id-marketplace > .view-content > .views-row hr.divider {
  display: block;
  margin: 10px 0 10px 0;
  background: transparent;
  color: #ededed;
  border: none;
  border-bottom: 4px dotted #bcbdc0;
  padding: 0;
}
/* line 214, ../sass/_marketplace.scss */
.page-marketplace .view-marketplace.view-id-marketplace > .view-content > .views-row.views-row-last hr.divider {
  display: none;
}
/* line 217, ../sass/_marketplace.scss */
.page-marketplace .view-marketplace.view-id-marketplace > .view-content > .views-row .lhs {
  position: relative;
}
/* line 219, ../sass/_marketplace.scss */
.page-marketplace .view-marketplace.view-id-marketplace > .view-content > .views-row .lhs .flag-wrapper {
  position: absolute;
  top: 3px;
  right: 18px;
}
/* line 223, ../sass/_marketplace.scss */
.page-marketplace .view-marketplace.view-id-marketplace > .view-content > .views-row .lhs .flag-wrapper a {
  font-family: 'montserrat-bold';
  font-weight: 800;
  font-style: normal;
  font-size: 0.5em;
  line-height: 1;
  text-transform: uppercase;
  color: #00aaad !important;
  display: inline-block;
  background: #fff;
  border: 2px solid #00aaad;
  -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.4em 0.4em;
  text-decoration: none !important;
  font-size: 0;
  padding: 4px 2px;
  background: #fff;
}
/* line 251, ../sass/_mixins.scss */
.page-marketplace .view-marketplace.view-id-marketplace > .view-content > .views-row .lhs .flag-wrapper a:hover {
  background: #00aaad !important;
  text-decoration: none !important;
  color: #fff !important;
  cursor: pointer;
}
/* line 257, ../sass/_mixins.scss */
.page-marketplace .view-marketplace.view-id-marketplace > .view-content > .views-row .lhs .flag-wrapper a:active {
  transition: all 0.1s linear;
  background: #00494d !important;
  border-color: #00494d !important;
  color: #fff !important;
  cursor: pointer;
}
/* line 228, ../sass/_marketplace.scss */
.page-marketplace .view-marketplace.view-id-marketplace > .view-content > .views-row .lhs .flag-wrapper a:after {
  font-size: 18px;
  line-height: 1.2;
}
/* line 233, ../sass/_marketplace.scss */
.page-marketplace .view-marketplace.view-id-marketplace > .view-content > .views-row .lhs .flag-wrapper .flag-throbber {
  display: none;
}
/* line 238, ../sass/_marketplace.scss */
.page-marketplace .view-marketplace.view-id-marketplace > .view-content > .views-row .img-wrapper {
  margin: -10px -10px 10px -10px;
}
/* line 241, ../sass/_marketplace.scss */
.page-marketplace .view-marketplace.view-id-marketplace > .view-content > .views-row .img-wrapper img {
  width: 100%;
}
/* line 245, ../sass/_marketplace.scss */
.page-marketplace .view-marketplace.view-id-marketplace > .view-content > .views-row h2 {
  font-size: 1em;
  color: #6D6E71;
  margin: 0 0 0.5em 0;
}
/* line 249, ../sass/_marketplace.scss */
.page-marketplace .view-marketplace.view-id-marketplace > .view-content > .views-row h2 a {
  width: 100%;
  display: inline-block;
  color: #6D6E71;
  text-decoration: none;
  padding-bottom: 6px;
  border-bottom: 3px #6D6E71 solid;
}
/* line 256, ../sass/_marketplace.scss */
.page-marketplace .view-marketplace.view-id-marketplace > .view-content > .views-row h2 a:hover {
  color: #242424;
}
/* line 261, ../sass/_marketplace.scss */
.page-marketplace .view-marketplace.view-id-marketplace > .view-content > .views-row p {
  font-size: 0.85em;
  margin: 0 0 0.5em 0;
}
/* line 265, ../sass/_marketplace.scss */
.page-marketplace .view-marketplace.view-id-marketplace > .view-content > .views-row .view-display-id-product__type ul {
  border: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 271, ../sass/_marketplace.scss */
.page-marketplace .view-marketplace.view-id-marketplace > .view-content > .views-row .lang,
.page-marketplace .view-marketplace.view-id-marketplace > .view-content > .views-row .price {
  font-size: 0.85em;
  float: left;
  clear: left;
  margin: 0 0 0.5em 0;
}
/* line 279, ../sass/_marketplace.scss */
.page-marketplace .view-marketplace.view-id-marketplace > .view-content > .views-row .views-field-path {
  float: right;
  clear: right;
  padding: 5px 0 10px 0;
  text-align: right;
}
/* line 285, ../sass/_marketplace.scss */
.page-marketplace .view-marketplace.view-id-marketplace > .view-content > .views-row .views-field-path .btn {
  font-size: 1em;
}
@media all and (min-width: 768px) {
  /* line 292, ../sass/_marketplace.scss */
  .page-marketplace .view-marketplace.view-id-marketplace > .view-content > .views-row {
    margin: 10px 5px 10px 0px;
  }
  /* line 294, ../sass/_marketplace.scss */
  .page-marketplace .view-marketplace.view-id-marketplace > .view-content > .views-row .lhs {
    width: 49%;
    margin-right: 2%;
    float: left;
  }
  /* line 298, ../sass/_marketplace.scss */
  .page-marketplace .view-marketplace.view-id-marketplace > .view-content > .views-row .lhs .img-wrapper {
    margin: -10px 10px 10px -10px;
  }
  /* line 300, ../sass/_marketplace.scss */
  .page-marketplace .view-marketplace.view-id-marketplace > .view-content > .views-row .lhs .img-wrapper img {
    margin: 0;
  }
  /* line 305, ../sass/_marketplace.scss */
  .page-marketplace .view-marketplace.view-id-marketplace > .view-content > .views-row .rhs {
    width: 49%;
    margin: 0;
    float: right;
  }
}

/*
 * 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/_flexslider.scss */
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}

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

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

/* line 36, ../sass/_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/_flexslider.scss */
.flexslider {
  margin: 0;
  padding: 0;
}

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

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

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

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

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

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

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

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

/* line 110, ../sass/_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/_flexslider.scss */
.carousel li {
  margin-right: 5px;
}

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

/* line 133, ../sass/_flexslider.scss */
.flex-direction-nav li {
  margin: 0 !important;
  padding: 0;
}
/* line 136, ../sass/_flexslider.scss */
.flex-direction-nav li:last-child {
  margin: 0 !important;
  padding: 0;
}
/* line 140, ../sass/_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/_flexslider.scss */
.flex-direction-nav li a.flex-prev {
  left: 0px;
}
/* line 167, ../sass/_flexslider.scss */
.flex-direction-nav li a.flex-next {
  right: 0px;
}
/* line 170, ../sass/_flexslider.scss */
.flex-direction-nav li a:before {
  content: "";
  font-family: "oppla_icons";
  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;
  line-height: 30px;
  top: 45%;
  position: absolute;
  left: 0;
}
/* line 178, ../sass/_flexslider.scss */
.flex-direction-nav li a.flex-next:before {
  content: "";
  font-family: "oppla_icons";
  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 181, ../sass/_flexslider.scss */
.flex-direction-nav li a:focus {
  outline: none;
}
/* line 184, ../sass/_flexslider.scss */
.flex-direction-nav li a:hover {
  background: rgba(0, 0, 0, 0.33);
}

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

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

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

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

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

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

/* line 218, ../sass/_flexslider.scss */
.flex-control-paging {
  position: absolute;
  bottom: -2em;
  left: 0;
  right: 0;
}

/* line 225, ../sass/_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 239, ../sass/_flexslider.scss */
.flex-control-paging li a:hover {
  background: #242424;
  border-color: #242424;
}

/* line 244, ../sass/_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 253, ../sass/_flexslider.scss */
.front #content.column .front-page-block .banner-wrapper {
  background: #d5ecef;
  display: block;
  padding: 10px 45px 10px 50px;
}
/* line 259, ../sass/_flexslider.scss */
.front #content.column .front-page-block .banner-wrapper * {
  text-align: left !important;
  color: #242424;
}
/* line 263, ../sass/_flexslider.scss */
.front #content.column .front-page-block .banner-wrapper h2 {
  font-size: 1.2em;
}
/* line 266, ../sass/_flexslider.scss */
.front #content.column .front-page-block .banner-wrapper p {
  font-size: 0.9em;
  margin-bottom: 0.5em;
}
/* line 270, ../sass/_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 253, ../sass/_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 280, ../sass/_flexslider.scss */
  .front #content.column .front-page-block .banner-wrapper * {
    text-align: left !important;
    color: #fff;
  }
}

/* line 317, ../sass/_marketplace.scss */
.page-marketplace #page,
.node-type-oppla-product #page {
  background: #ededed;
}
/* line 322, ../sass/_marketplace.scss */
.page-marketplace #page .node-oppla-product.view-mode-full,
.node-type-oppla-product #page .node-oppla-product.view-mode-full {
  background: #fff;
  padding: 0 15px 15px 15px;
}
@media all and (min-width: 768px) {
  /* line 325, ../sass/_marketplace.scss */
  .page-marketplace #page .node-oppla-product.view-mode-full > *:not(.field-name-field-pr-images),
  .node-type-oppla-product #page .node-oppla-product.view-mode-full > *:not(.field-name-field-pr-images) {
    margin-right: 20%;
  }
}
/* line 330, ../sass/_marketplace.scss */
.page-marketplace #page .node-oppla-product.view-mode-full .flexslider,
.node-type-oppla-product #page .node-oppla-product.view-mode-full .flexslider {
  margin: 0 -15px 0 -15px;
}
/* line 335, ../sass/_marketplace.scss */
.page-marketplace #page .field ul.field-items,
.node-type-oppla-product #page .field ul.field-items {
  margin-bottom: 0;
  padding: 0 0 0 1em;
}
/* line 338, ../sass/_marketplace.scss */
.page-marketplace #page .field ul.field-items li,
.node-type-oppla-product #page .field ul.field-items li {
  position: relative;
  margin-bottom: 3px;
  list-style: none;
  padding: 0;
}
/* line 301, ../sass/_mixins.scss */
.page-marketplace #page .field ul.field-items li:before,
.node-type-oppla-product #page .field ul.field-items li:before {
  position: absolute;
  content: " \2022";
  color: #00aaad;
  left: -1em;
  top: 0;
}
/* line 343, ../sass/_marketplace.scss */
.page-marketplace #page .region-sidebar-second .block-views,
.node-type-oppla-product #page .region-sidebar-second .block-views {
  font-size: 85%;
  line-height: 1.3;
}
/* line 346, ../sass/_marketplace.scss */
.page-marketplace #page .region-sidebar-second .block-views ul,
.node-type-oppla-product #page .region-sidebar-second .block-views ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 350, ../sass/_marketplace.scss */
.page-marketplace #page .region-sidebar-second .block-views ul li,
.node-type-oppla-product #page .region-sidebar-second .block-views ul li {
  margin: 0;
  padding: 0;
}
/* line 355, ../sass/_marketplace.scss */
.page-marketplace #page .region-sidebar-second .block-views .attachment .view-id-product_data_block,
.node-type-oppla-product #page .region-sidebar-second .block-views .attachment .view-id-product_data_block {
  background: #fff;
  padding: 10px 10px 5px 40px;
  margin-bottom: 10px;
}
/* line 359, ../sass/_marketplace.scss */
.page-marketplace #page .region-sidebar-second .block-views .attachment .view-id-product_data_block.view-display-id-product__logo, .page-marketplace #page .region-sidebar-second .block-views .attachment .view-id-product_data_block.view-display-id-product__type,
.node-type-oppla-product #page .region-sidebar-second .block-views .attachment .view-id-product_data_block.view-display-id-product__logo,
.node-type-oppla-product #page .region-sidebar-second .block-views .attachment .view-id-product_data_block.view-display-id-product__type {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 10px;
}
/* line 366, ../sass/_marketplace.scss */
.page-marketplace #page .region-sidebar-second .block-views .view-display-id-product__flag,
.node-type-oppla-product #page .region-sidebar-second .block-views .view-display-id-product__flag {
  margin-bottom: 0;
  padding: 0;
}
/* line 369, ../sass/_marketplace.scss */
.page-marketplace #page .region-sidebar-second .block-views .view-display-id-product__flag > .view-content > .views-row,
.node-type-oppla-product #page .region-sidebar-second .block-views .view-display-id-product__flag > .view-content > .views-row {
  padding: 1em 0;
  background: #dcddde;
  border-bottom: 2px solid #00aaad;
}
/* line 374, ../sass/_marketplace.scss */
.page-marketplace #page .region-sidebar-second .block-views .view-display-id-product__flag > .view-content > .views-row .get,
.page-marketplace #page .region-sidebar-second .block-views .view-display-id-product__flag > .view-content > .views-row .flag-wrapper,
.node-type-oppla-product #page .region-sidebar-second .block-views .view-display-id-product__flag > .view-content > .views-row .get,
.node-type-oppla-product #page .region-sidebar-second .block-views .view-display-id-product__flag > .view-content > .views-row .flag-wrapper {
  width: 40%;
  display: inline-block;
  text-align: center;
}
/* line 379, ../sass/_marketplace.scss */
.page-marketplace #page .region-sidebar-second .block-views .view-display-id-product__flag > .view-content > .views-row .get .flag,
.page-marketplace #page .region-sidebar-second .block-views .view-display-id-product__flag > .view-content > .views-row .flag-wrapper .flag,
.node-type-oppla-product #page .region-sidebar-second .block-views .view-display-id-product__flag > .view-content > .views-row .get .flag,
.node-type-oppla-product #page .region-sidebar-second .block-views .view-display-id-product__flag > .view-content > .views-row .flag-wrapper .flag {
  font-family: 'montserrat-bold';
  font-weight: 800;
  font-style: normal;
  font-size: 1em;
  line-height: 1;
  text-transform: uppercase;
  color: #00aaad !important;
  display: inline-block;
  background: #fff;
  border: 2px solid #00aaad;
  -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.4em 0.4em;
  text-decoration: none !important;
  font-size: 0;
  padding: 4px 2px;
  background: #fff;
}
/* line 251, ../sass/_mixins.scss */
.page-marketplace #page .region-sidebar-second .block-views .view-display-id-product__flag > .view-content > .views-row .get .flag:hover,
.page-marketplace #page .region-sidebar-second .block-views .view-display-id-product__flag > .view-content > .views-row .flag-wrapper .flag:hover,
.node-type-oppla-product #page .region-sidebar-second .block-views .view-display-id-product__flag > .view-content > .views-row .get .flag:hover,
.node-type-oppla-product #page .region-sidebar-second .block-views .view-display-id-product__flag > .view-content > .views-row .flag-wrapper .flag:hover {
  background: #00aaad !important;
  text-decoration: none !important;
  color: #fff !important;
  cursor: pointer;
}
/* line 257, ../sass/_mixins.scss */
.page-marketplace #page .region-sidebar-second .block-views .view-display-id-product__flag > .view-content > .views-row .get .flag:active,
.page-marketplace #page .region-sidebar-second .block-views .view-display-id-product__flag > .view-content > .views-row .flag-wrapper .flag:active,
.node-type-oppla-product #page .region-sidebar-second .block-views .view-display-id-product__flag > .view-content > .views-row .get .flag:active,
.node-type-oppla-product #page .region-sidebar-second .block-views .view-display-id-product__flag > .view-content > .views-row .flag-wrapper .flag:active {
  transition: all 0.1s linear;
  background: #00494d !important;
  border-color: #00494d !important;
  color: #fff !important;
  cursor: pointer;
}
/* line 384, ../sass/_marketplace.scss */
.page-marketplace #page .region-sidebar-second .block-views .view-display-id-product__flag > .view-content > .views-row .get .flag:after,
.page-marketplace #page .region-sidebar-second .block-views .view-display-id-product__flag > .view-content > .views-row .flag-wrapper .flag:after,
.node-type-oppla-product #page .region-sidebar-second .block-views .view-display-id-product__flag > .view-content > .views-row .get .flag:after,
.node-type-oppla-product #page .region-sidebar-second .block-views .view-display-id-product__flag > .view-content > .views-row .flag-wrapper .flag:after {
  font-size: 24px;
  line-height: 1.2;
}
/* line 390, ../sass/_marketplace.scss */
.page-marketplace #page .region-sidebar-second .block-views .view-display-id-product__flag > .view-content > .views-row .get,
.node-type-oppla-product #page .region-sidebar-second .block-views .view-display-id-product__flag > .view-content > .views-row .get {
  width: 54%;
  display: inline-block;
  border-right: 4px dotted #bcbdc0;
}
/* line 394, ../sass/_marketplace.scss */
.page-marketplace #page .region-sidebar-second .block-views .view-display-id-product__flag > .view-content > .views-row .get .btn,
.node-type-oppla-product #page .region-sidebar-second .block-views .view-display-id-product__flag > .view-content > .views-row .get .btn {
  font-size: 24px;
  line-height: 1.2;
  background: #fff;
}
/* line 402, ../sass/_marketplace.scss */
.page-marketplace #page .region-sidebar-second .block-views .views-field,
.node-type-oppla-product #page .region-sidebar-second .block-views .views-field {
  margin-bottom: 0.75em;
  padding-bottom: 0.75em;
  border-bottom: 2px solid #dcddde;
}
/* line 406, ../sass/_marketplace.scss */
.page-marketplace #page .region-sidebar-second .block-views .views-field:last-child,
.node-type-oppla-product #page .region-sidebar-second .block-views .views-field:last-child {
  border: none;
  padding-bottom: 0;
}
/* line 410, ../sass/_marketplace.scss */
.page-marketplace #page .region-sidebar-second .block-views .views-field .field-content,
.node-type-oppla-product #page .region-sidebar-second .block-views .views-field .field-content {
  color: #00aaad;
}
/* line 415, ../sass/_marketplace.scss */
.page-marketplace #page .region-sidebar-second .block-views .view-display-id-product__logo img,
.node-type-oppla-product #page .region-sidebar-second .block-views .view-display-id-product__logo img {
  margin: 0 auto;
  padding: 10px 0;
  display: block;
}
/* line 421, ../sass/_marketplace.scss */
.page-marketplace #page .region-sidebar-second .block-views .views-field-field-pr-primary-lang .field-content:not(.Other),
.node-type-oppla-product #page .region-sidebar-second .block-views .views-field-field-pr-primary-lang .field-content:not(.Other) {
  margin-left: -27px;
}
/* line 424, ../sass/_marketplace.scss */
.page-marketplace #page .region-sidebar-second .block-views .views-field-field-pr-primary-lang .field-content,
.node-type-oppla-product #page .region-sidebar-second .block-views .views-field-field-pr-primary-lang .field-content {
  margin-left: 0;
}
/* line 427, ../sass/_marketplace.scss */
.page-marketplace #page .region-sidebar-second .block-views .views-field-field-pr-other-lang,
.node-type-oppla-product #page .region-sidebar-second .block-views .views-field-field-pr-other-lang {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
/* line 434, ../sass/_marketplace.scss */
.page-marketplace #page .view-display-id-product__type,
.node-type-oppla-product #page .view-display-id-product__type {
  margin-bottom: 0;
  padding-bottom: 0;
}
/* line 437, ../sass/_marketplace.scss */
.page-marketplace #page .view-display-id-product__type .views-field,
.node-type-oppla-product #page .view-display-id-product__type .views-field {
  margin: 0;
  padding: 0em;
  border: none;
}
/* line 442, ../sass/_marketplace.scss */
.page-marketplace #page .view-display-id-product__type ul,
.node-type-oppla-product #page .view-display-id-product__type ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-bottom: 0.5em !important;
}
/* line 447, ../sass/_marketplace.scss */
.page-marketplace #page .view-display-id-product__type ul li,
.node-type-oppla-product #page .view-display-id-product__type ul li {
  font-size: 0;
  margin: 0;
  padding: 0;
  display: inline-block;
}
/* line 452, ../sass/_marketplace.scss */
.page-marketplace #page .view-display-id-product__type ul li span,
.node-type-oppla-product #page .view-display-id-product__type ul li span {
  cursor: default;
}
/* line 454, ../sass/_marketplace.scss */
.page-marketplace #page .view-display-id-product__type ul li span:after,
.node-type-oppla-product #page .view-display-id-product__type ul li span:after {
  content: "";
  font-family: 'oppla_icons_2';
  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: 20px;
  color: #6D6E71;
  margin: 0 0.115em;
  padding-bottom: 0.5em;
}
/* line 461, ../sass/_marketplace.scss */
.page-marketplace #page .view-display-id-product__type ul li span[title="Dataset"]:after,
.node-type-oppla-product #page .view-display-id-product__type ul li span[title="Dataset"]:after {
  content: "";
}
/* line 464, ../sass/_marketplace.scss */
.page-marketplace #page .view-display-id-product__type ul li span[title="Document"]:after,
.node-type-oppla-product #page .view-display-id-product__type ul li span[title="Document"]:after {
  content: "";
}
/* line 467, ../sass/_marketplace.scss */
.page-marketplace #page .view-display-id-product__type ul li span[title="Event"]:after,
.node-type-oppla-product #page .view-display-id-product__type ul li span[title="Event"]:after {
  content: '\e806';
}
/* line 470, ../sass/_marketplace.scss */
.page-marketplace #page .view-display-id-product__type ul li span[title="Guidance"]:after,
.node-type-oppla-product #page .view-display-id-product__type ul li span[title="Guidance"]:after {
  content: '\e807';
}
/* line 473, ../sass/_marketplace.scss */
.page-marketplace #page .view-display-id-product__type ul li span[title="Software"]:after,
.node-type-oppla-product #page .view-display-id-product__type ul li span[title="Software"]:after {
  content: '\e808';
}
/* line 476, ../sass/_marketplace.scss */
.page-marketplace #page .view-display-id-product__type ul li span[title="Training"]:after,
.node-type-oppla-product #page .view-display-id-product__type ul li span[title="Training"]:after {
  content: '\e809';
}

/* line 484, ../sass/_marketplace.scss */
.sidebar .view-display-id-product__type {
  border-bottom: 4px dotted #bcbdc0;
}

/**
 * Content
 */
/* line 491, ../sass/_marketplace.scss */
.field-name-field-pr-summary-descript {
  border-bottom: 2px solid #6D6E71;
  -moz-border-bottom: 4px dotted #6D6E71;
  margin-bottom: 1em;
  padding-bottom: 1em;
}

/* line 584, ../sass/_marketplace.scss */
fieldset.collapsible .field-label {
  font-family: 'montserrat-bold';
  font-weight: 800;
  font-style: normal;
  margin-top: 0.5em;
  text-transform: uppercase;
  font-size: 1em;
  color: #6D6E71;
}
/* line 592, ../sass/_marketplace.scss */
fieldset.collapsible ul,
fieldset.collapsible ol {
  margin: 0;
  padding: 0 0 0 1em;
}
/* line 596, ../sass/_marketplace.scss */
fieldset.collapsible ul li,
fieldset.collapsible ol li {
  margin: 0 0 3px 0;
}
/* line 598, ../sass/_marketplace.scss */
fieldset.collapsible ul li:last-child,
fieldset.collapsible ol li:last-child {
  margin-bottom: 0;
}

/* === Product content Footer === /*/
/* line 606, ../sass/_marketplace.scss */
#block-views-product-data-block-block-1 {
  background: #fff;
  padding: 20px 20px 10px 20px;
  margin: 20px 0 0 0;
}
/* line 610, ../sass/_marketplace.scss */
#block-views-product-data-block-block-1 .block-title {
  font-size: 1em;
  color: #6D6E71;
}
/* line 615, ../sass/_marketplace.scss */
#block-views-product-data-block-block-1 ul,
#block-views-product-data-block-block-1 li {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media all and (min-width: 768px) {
  /* line 623, ../sass/_marketplace.scss */
  #block-views-product-data-block-block-1 ul {
    margin-left: -1.5%;
  }
  /* line 625, ../sass/_marketplace.scss */
  #block-views-product-data-block-block-1 ul li {
    float: left;
    margin-left: 1.5% !important;
    width: 48.5%;
  }
  /* line 331, ../sass/_mixins.scss */
  #block-views-product-data-block-block-1 ul li:nth-child(odd) {
    clear: left;
  }
}
@media all and (min-width: 768px) and (max-width: 768px) {
  /* line 625, ../sass/_marketplace.scss */
  #block-views-product-data-block-block-1 ul li {
    width: 98.5%;
    float: none;
    clear: both;
  }
}

/* line 5, ../sass/_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/_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/_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: 'lato-regular', sans-serif;
  font-weight: normal;
  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/_community.scss */
  .page-user h2,
  .node-profile.view-mode-full h2,
  .page-user-profile h2,
  .page-member h2 {
    padding-right: 160px;
  }
  /* line 33, ../sass/_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/_community.scss */
.page-user h4,
.node-profile.view-mode-full h4,
.page-user-profile h4,
.page-member h4 {
  display: none;
}
/* line 46, ../sass/_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/_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 63, ../sass/_community.scss */
.imagefield-crop-widget img {
  max-width: none;
  vertical-align: baseline;
  vertical-align: bottom;
}

/* === COMMUNITY VIEW === */
/* line 75, ../sass/_community.scss */
.page-user #page,
.page-member #page,
.page-community #page {
  background: #ededed;
}
/* line 77, ../sass/_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/_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/_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/_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/_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/_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/_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/_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/_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/_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/_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/_community.scss */
.page-user h1.page__title,
.page-member h1.page__title,
.page-community h1.page__title {
  color: #dc5641;
}

/* line 164, ../sass/_community.scss */
.page-member .sidebar,
.page-community .sidebar {
  padding: 0;
}
/* line 167, ../sass/_community.scss */
.page-member .sidebar fieldset,
.page-community .sidebar fieldset {
  margin: 0.25em 0;
}
/* line 170, ../sass/_community.scss */
.page-member .sidebar .block,
.page-community .sidebar .block {
  margin-bottom: 0px;
  padding: 10px;
}
/* line 175, ../sass/_community.scss */
.page-member .sidebar .block .form-item .description,
.page-community .sidebar .block .form-item .description {
  font-size: 1em;
}
/* line 177, ../sass/_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/_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/_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/_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/_community.scss */
.page-member .sidebar .block .bef-toggle,
.page-community .sidebar .block .bef-toggle {
  padding-left: 5px;
}
/* line 196, ../sass/_community.scss */
.page-member .sidebar .block .bef-checkboxes,
.page-community .sidebar .block .bef-checkboxes {
  padding: 0.25em 0.5em;
}
/* line 199, ../sass/_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/_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/_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/_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/_community.scss */
.page-user .sidebar,
.node-profile.view-mode-full .sidebar,
.page-user-profile .sidebar,
.page-member .sidebar {
  background: transparent;
}
/* line 230, ../sass/_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/_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/_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/_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/_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/_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/_community.scss */
  .page-user .wrapper,
  .node-profile.view-mode-full .wrapper,
  .page-user-profile .wrapper,
  .page-member .wrapper {
    padding-right: 175px;
  }
}
/* line 259, ../sass/_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/_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/_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/_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/_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: 'montserrat-bold';
  font-weight: 800;
  font-style: normal;
  font-size: 1em;
  line-height: 1;
  text-transform: uppercase;
  color: #00aaad !important;
  display: inline-block;
  background: #fff;
  border: 2px solid #00aaad;
  -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.4em 0.4em;
  text-decoration: none !important;
  color: #dc5641 !important;
  border-color: #dc5641 !important;
  font-size: 0;
  padding: 4px 2px;
  background: #fff;
}
/* line 251, ../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: #00aaad !important;
  text-decoration: none !important;
  color: #fff !important;
  cursor: pointer;
}
/* line 257, ../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: #00494d !important;
  border-color: #00494d !important;
  color: #fff !important;
  cursor: pointer;
}
/* line 287, ../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: #dc5641 !important;
}
/* line 290, ../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: #4d000f !important;
  border-color: #4d000f !important;
}
/* line 283, ../sass/_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/_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/_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/_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/_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/_community.scss */
.views-row.community-teaser {
  padding: 0.75em 0;
  margin: 0;
  border-top: 4px dotted #bcbdc0;
}
/* line 322, ../sass/_community.scss */
.views-row.community-teaser.views-row-1 {
  border: none;
}
@media all and (min-width: 768px) {
  /* line 325, ../sass/_community.scss */
  .views-row.community-teaser.views-row-2 {
    border: none;
  }
}
/* line 330, ../sass/_community.scss */
.views-row.community-teaser .field.field-name-field-profile-image {
  margin: 0;
}
/* line 333, ../sass/_community.scss */
.views-row.community-teaser h2 {
  color: #dc5641;
  background-color: #f8ddd9;
  -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;
  font-size: 1em;
  padding: 1em 90px 1em 1em;
  margin: 0;
  position: relative;
}
/* line 341, ../sass/_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: 'lato-regular', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 0.85em;
  line-height: 2;
  text-align: center;
  vertical-align: middle;
}
/* line 358, ../sass/_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/_community.scss */
.views-row.community-teaser .wrapper .field,
.views-row.community-teaser .wrapper p {
  font-size: 1em;
  margin-bottom: 0.5em;
}
/* line 367, ../sass/_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/_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/_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/_community.scss */
.views-row.community-teaser.products h2 {
  color: #00aaad;
  background: #d5ecef;
}
/* line 391, ../sass/_community.scss */
.views-row.community-teaser.products h2 img {
  border-color: #00aaad;
}
/* line 395, ../sass/_community.scss */
.views-row.community-teaser.products .wrapper {
  padding: 1em 0;
}
/* line 397, ../sass/_community.scss */
.views-row.community-teaser.products .wrapper p .country {
  border-color: #00aaad;
}
/* line 400, ../sass/_community.scss */
.views-row.community-teaser.products .wrapper p .morebtn .btn.red.small {
  border-color: #00aaad !important;
  color: #00aaad !important;
}
/* line 403, ../sass/_community.scss */
.views-row.community-teaser.products .wrapper p .morebtn .btn.red.small:hover {
  background: #00aaad !important;
  color: #fff !important;
}
/* line 405, ../sass/_community.scss */
.views-row.community-teaser.products .wrapper p .morebtn .btn.red.small:active {
  background: #00494d !important;
  border-color: #00494d !important;
}

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

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

/* line 424, ../sass/_community.scss */
.sidebar .views-row.community-teaser.views-row-2 {
  border-top: 4px dotted #bcbdc0;
  font-size: 110%;
}

/* line 429, ../sass/_community.scss */
.group-other-interests .field-item:before {
  content: "";
  font-family: "oppla_icons";
  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;
}

/* line 1, ../sass/_casestudy.scss */
a.clickable-terms {
  padding: 0.33em 0.66em;
  display: inline-block;
  background: #bcbdc0;
  color: #fff;
  margin: 0 6px 6px 0;
  text-decoration: none;
}
/* line 8, ../sass/_casestudy.scss */
a.clickable-terms:hover {
  background: #00aaad;
}
/* line 11, ../sass/_casestudy.scss */
a.clickable-terms:active {
  background: #00494d;
}

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

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

/* line 48, ../sass/_casestudy.scss */
.page-case-study-scale #page,
.page-case-study-keywords #page,
.page-case-study-finder #page,
.node-type-case-study #page {
  background: #ededed;
}

/* line 58, ../sass/_casestudy.scss */
.node-type-case-study .region-sidebar-second.sidebar,
.page-case-study-keywords .region-sidebar-second.sidebar,
.page-case-study-finder .region-sidebar-first.sidebar,
.page-case-studies-group .region-sidebar-first.sidebar {
  background: #fff;
  padding: 15px 15px 15px 15px;
  margin-bottom: 15px;
}
/* line 66, ../sass/_casestudy.scss */
.node-type-case-study .region-sidebar-second.sidebar h2.views-label,
.page-case-study-keywords .region-sidebar-second.sidebar h2.views-label,
.page-case-study-finder .region-sidebar-first.sidebar h2.views-label,
.page-case-studies-group .region-sidebar-first.sidebar h2.views-label {
  color: #6D6E71;
  font-size: 1.25em;
  margin: 0 0 0.25em 0;
}
/* line 72, ../sass/_casestudy.scss */
.node-type-case-study .region-sidebar-second.sidebar h2.views-label:not(.views-label-term-node-tid),
.page-case-study-keywords .region-sidebar-second.sidebar h2.views-label:not(.views-label-term-node-tid),
.page-case-study-finder .region-sidebar-first.sidebar h2.views-label:not(.views-label-term-node-tid),
.page-case-studies-group .region-sidebar-first.sidebar h2.views-label:not(.views-label-term-node-tid) {
  padding-top: 0.5em;
  margin-top: 0.5em;
  border-top: 3px solid #bcbdc0;
}
/* line 79, ../sass/_casestudy.scss */
.node-type-case-study .region-sidebar-second.sidebar .attachment-before,
.page-case-study-keywords .region-sidebar-second.sidebar .attachment-before,
.page-case-study-finder .region-sidebar-first.sidebar .attachment-before,
.page-case-studies-group .region-sidebar-first.sidebar .attachment-before {
  border-bottom: 3px solid #bcbdc0;
  padding: 0 0 0.75em 0;
  margin: 0 0 0.5em 0;
}
/* line 83, ../sass/_casestudy.scss */
.node-type-case-study .region-sidebar-second.sidebar .attachment-before .flag-wrapper,
.page-case-study-keywords .region-sidebar-second.sidebar .attachment-before .flag-wrapper,
.page-case-study-finder .region-sidebar-first.sidebar .attachment-before .flag-wrapper,
.page-case-studies-group .region-sidebar-first.sidebar .attachment-before .flag-wrapper {
  width: 40%;
  display: inline-block;
  text-align: center;
}
/* line 87, ../sass/_casestudy.scss */
.node-type-case-study .region-sidebar-second.sidebar .attachment-before .flag-wrapper .flag,
.page-case-study-keywords .region-sidebar-second.sidebar .attachment-before .flag-wrapper .flag,
.page-case-study-finder .region-sidebar-first.sidebar .attachment-before .flag-wrapper .flag,
.page-case-studies-group .region-sidebar-first.sidebar .attachment-before .flag-wrapper .flag {
  font-family: 'montserrat-bold';
  font-weight: 800;
  font-style: normal;
  font-size: 1em;
  line-height: 1;
  text-transform: uppercase;
  color: #00aaad !important;
  display: inline-block;
  background: #fff;
  border: 2px solid #00aaad;
  -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.4em 0.4em;
  text-decoration: none !important;
  font-size: 0;
  padding: 4px 2px;
  background: #fff;
}
/* line 251, ../sass/_mixins.scss */
.node-type-case-study .region-sidebar-second.sidebar .attachment-before .flag-wrapper .flag:hover,
.page-case-study-keywords .region-sidebar-second.sidebar .attachment-before .flag-wrapper .flag:hover,
.page-case-study-finder .region-sidebar-first.sidebar .attachment-before .flag-wrapper .flag:hover,
.page-case-studies-group .region-sidebar-first.sidebar .attachment-before .flag-wrapper .flag:hover {
  background: #00aaad !important;
  text-decoration: none !important;
  color: #fff !important;
  cursor: pointer;
}
/* line 257, ../sass/_mixins.scss */
.node-type-case-study .region-sidebar-second.sidebar .attachment-before .flag-wrapper .flag:active,
.page-case-study-keywords .region-sidebar-second.sidebar .attachment-before .flag-wrapper .flag:active,
.page-case-study-finder .region-sidebar-first.sidebar .attachment-before .flag-wrapper .flag:active,
.page-case-studies-group .region-sidebar-first.sidebar .attachment-before .flag-wrapper .flag:active {
  transition: all 0.1s linear;
  background: #00494d !important;
  border-color: #00494d !important;
  color: #fff !important;
  cursor: pointer;
}
/* line 92, ../sass/_casestudy.scss */
.node-type-case-study .region-sidebar-second.sidebar .attachment-before .flag-wrapper .flag:after,
.page-case-study-keywords .region-sidebar-second.sidebar .attachment-before .flag-wrapper .flag:after,
.page-case-study-finder .region-sidebar-first.sidebar .attachment-before .flag-wrapper .flag:after,
.page-case-studies-group .region-sidebar-first.sidebar .attachment-before .flag-wrapper .flag:after {
  font-size: 24px;
  line-height: 1.2;
}
/* line 100, ../sass/_casestudy.scss */
.node-type-case-study .region-sidebar-second.sidebar .list ul,
.page-case-study-keywords .region-sidebar-second.sidebar .list ul,
.page-case-study-finder .region-sidebar-first.sidebar .list ul,
.page-case-studies-group .region-sidebar-first.sidebar .list ul {
  padding-left: 1em;
}
/* line 102, ../sass/_casestudy.scss */
.node-type-case-study .region-sidebar-second.sidebar .list ul li,
.page-case-study-keywords .region-sidebar-second.sidebar .list ul li,
.page-case-study-finder .region-sidebar-first.sidebar .list ul li,
.page-case-studies-group .region-sidebar-first.sidebar .list ul li {
  position: relative;
  margin-bottom: 3px;
  list-style: none;
  padding: 0;
}
/* line 301, ../sass/_mixins.scss */
.node-type-case-study .region-sidebar-second.sidebar .list ul li:before,
.page-case-study-keywords .region-sidebar-second.sidebar .list ul li:before,
.page-case-study-finder .region-sidebar-first.sidebar .list ul li:before,
.page-case-studies-group .region-sidebar-first.sidebar .list ul li:before {
  position: absolute;
  content: " \2022";
  color: #00aaad;
  left: -1em;
  top: 0;
}
/* line 104, ../sass/_casestudy.scss */
.node-type-case-study .region-sidebar-second.sidebar .list ul li a,
.page-case-study-keywords .region-sidebar-second.sidebar .list ul li a,
.page-case-study-finder .region-sidebar-first.sidebar .list ul li a,
.page-case-studies-group .region-sidebar-first.sidebar .list ul li a {
  text-decoration: none;
}
/* line 106, ../sass/_casestudy.scss */
.node-type-case-study .region-sidebar-second.sidebar .list ul li a:hover,
.page-case-study-keywords .region-sidebar-second.sidebar .list ul li a:hover,
.page-case-study-finder .region-sidebar-first.sidebar .list ul li a:hover,
.page-case-studies-group .region-sidebar-first.sidebar .list ul li a:hover {
  text-decoration: underline;
}
/* line 113, ../sass/_casestudy.scss */
.node-type-case-study .region-sidebar-second.sidebar .views-label-title p,
.page-case-study-keywords .region-sidebar-second.sidebar .views-label-title p,
.page-case-study-finder .region-sidebar-first.sidebar .views-label-title p,
.page-case-studies-group .region-sidebar-first.sidebar .views-label-title p {
  position: relative;
  margin-bottom: 3px;
  list-style: none;
  padding: 0;
}
/* line 301, ../sass/_mixins.scss */
.node-type-case-study .region-sidebar-second.sidebar .views-label-title p:before,
.page-case-study-keywords .region-sidebar-second.sidebar .views-label-title p:before,
.page-case-study-finder .region-sidebar-first.sidebar .views-label-title p:before,
.page-case-studies-group .region-sidebar-first.sidebar .views-label-title p:before {
  position: absolute;
  content: " \2022";
  color: #00aaad;
  left: -1em;
  top: 0;
}
/* line 116, ../sass/_casestudy.scss */
.node-type-case-study .region-sidebar-second.sidebar .community-teaser.products,
.page-case-study-keywords .region-sidebar-second.sidebar .community-teaser.products,
.page-case-study-finder .region-sidebar-first.sidebar .community-teaser.products,
.page-case-studies-group .region-sidebar-first.sidebar .community-teaser.products {
  border-bottom: 4px dotted #bcbdc0;
  padding: 0;
}

/* line 121, ../sass/_casestudy.scss */
#page .node-case-study.view-mode-full {
  background: #fff;
  padding: 0 15px 15px 15px;
}
/* line 124, ../sass/_casestudy.scss */
#page .node-case-study.view-mode-full .field-name-field-image {
  margin: 0 -15px 0 -15px;
}

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

/* line 135, ../sass/_casestudy.scss */
.node-case-study .field ul {
  padding-left: 1em;
}
/* line 137, ../sass/_casestudy.scss */
.node-case-study .field ul li {
  position: relative;
  margin-bottom: 3px;
  list-style: none;
  padding: 0;
}
/* line 301, ../sass/_mixins.scss */
.node-case-study .field ul li:before {
  position: absolute;
  content: " \2022";
  color: #00aaad;
  left: -1em;
  top: 0;
}
/* line 141, ../sass/_casestudy.scss */
.node-case-study.node-teaser {
  background: #fff;
  padding: 15px;
  margin: 1em 0;
}
/* line 145, ../sass/_casestudy.scss */
.node-case-study.node-teaser h2 {
  margin: 0 0 0.5em 0;
}
@media all and (min-width: 768px) {
  /* line 149, ../sass/_casestudy.scss */
  .node-case-study.node-teaser .field-name-field-image {
    float: right;
    margin: 0 0 1em 1em;
    width: 33%;
  }
}
/* line 155, ../sass/_casestudy.scss */
.node-case-study.node-teaser .more-link {
  font-size: 0.85em;
  float: right;
  clear: right;
  margin: 2em 0 0 0;
}

/* line 166, ../sass/_casestudy.scss */
.views-field-field-file-upload .file-icon {
  display: none;
}
/* line 169, ../sass/_casestudy.scss */
.views-field-field-file-upload a {
  text-decoration: none;
}
/* line 171, ../sass/_casestudy.scss */
.views-field-field-file-upload a:hover {
  text-decoration: underline;
}
/* line 173, ../sass/_casestudy.scss */
.views-field-field-file-upload a:hover:before {
  text-decoration: none;
}
/* line 177, ../sass/_casestudy.scss */
.views-field-field-file-upload a:before {
  content: "";
  font-family: "oppla_icons";
  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';
}

/* line 191, ../sass/_casestudy.scss */
.enroute-themes > .view-content > .views-row {
  float: left;
  margin-left: 1.5% !important;
  width: 48.5%;
  background: #fff;
  display: flex;
  margin-bottom: 8px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}
/* line 331, ../sass/_mixins.scss */
.enroute-themes > .view-content > .views-row:nth-child(odd) {
  clear: left;
}
@media all and (max-width: 768px) {
  /* line 191, ../sass/_casestudy.scss */
  .enroute-themes > .view-content > .views-row {
    width: 98.5%;
    float: none;
    clear: both;
  }
}

/* line 199, ../sass/_casestudy.scss */
.enroute-themes {
  clear: both;
  float: none;
}
/* line 457, ../sass/_mixins.scss */
.enroute-themes::after {
  display: block;
  content: "";
  clear: both;
}
/* line 203, ../sass/_casestudy.scss */
.enroute-themes .view-content {
  margin-left: -1.5%;
  display: flex;
  flex-wrap: wrap;
}
/* line 207, ../sass/_casestudy.scss */
.enroute-themes .view-content .views-row .vocabulary-enroute-themes {
  padding: 10px;
}
/* line 209, ../sass/_casestudy.scss */
.enroute-themes .view-content .views-row .vocabulary-enroute-themes h3 {
  font-size: 1.25em;
  margin: 0;
}
/* line 214, ../sass/_casestudy.scss */
.enroute-themes .view-content .views-row .vocabulary-enroute-themes ul {
  padding-left: 1em;
}
/* line 216, ../sass/_casestudy.scss */
.enroute-themes .view-content .views-row .vocabulary-enroute-themes ul li {
  position: relative;
  margin-bottom: 3px;
  list-style: none;
  padding: 0;
}
/* line 301, ../sass/_mixins.scss */
.enroute-themes .view-content .views-row .vocabulary-enroute-themes ul li:before {
  position: absolute;
  content: " \2022";
  color: #00aaad;
  left: -1em;
  top: 0;
}

/* line 2, ../sass/_groups.scss */
.theme_group a#logo.header__logo {
  width: 180px;
  margin-bottom: 0;
}
/* line 6, ../sass/_groups.scss */
.theme_group #block-search-form,
.theme_group #block-system-user-menu {
  clear: none;
  margin-bottom: 0;
}
/* line 11, ../sass/_groups.scss */
.theme_group #block-search-form {
  margin-right: 1em;
}
/* line 14, ../sass/_groups.scss */
.theme_group .header__region {
  margin-bottom: 0;
}
/* line 17, ../sass/_groups.scss */
.theme_group #navigation {
  margin-top: 0.5em;
}
/* line 20, ../sass/_groups.scss */
.theme_group ul.tabs-primary {
  margin: 0;
}
/* line 28, ../sass/_groups.scss */
.theme_group.node-type-group #page, .theme_group.node-type-page #page, .theme_group.node-type-post #page, .theme_group.node-type-group-page #page, .theme_group.page-views #page {
  background: #ededed;
}
/* line 31, ../sass/_groups.scss */
.theme_group.node-type-group #page h1.page__title.title img, .theme_group.node-type-page #page h1.page__title.title img, .theme_group.node-type-post #page h1.page__title.title img, .theme_group.node-type-group-page #page h1.page__title.title img, .theme_group.page-views #page h1.page__title.title img {
  vertical-align: middle;
  margin: 1em 1em 0.5em 0;
}
/* line 36, ../sass/_groups.scss */
.theme_group.node-type-group #page .view-display-id-page,
.theme_group.node-type-group #page .view-mode-full, .theme_group.node-type-page #page .view-display-id-page,
.theme_group.node-type-page #page .view-mode-full, .theme_group.node-type-post #page .view-display-id-page,
.theme_group.node-type-post #page .view-mode-full, .theme_group.node-type-group-page #page .view-display-id-page,
.theme_group.node-type-group-page #page .view-mode-full, .theme_group.page-views #page .view-display-id-page,
.theme_group.page-views #page .view-mode-full {
  background: #fff;
  padding: 10px 15px 15px 15px;
}
/* line 41, ../sass/_groups.scss */
.theme_group.node-type-group #page .view-display-id-page .field-name-field-banner-image,
.theme_group.node-type-group #page .view-mode-full .field-name-field-banner-image, .theme_group.node-type-page #page .view-display-id-page .field-name-field-banner-image,
.theme_group.node-type-page #page .view-mode-full .field-name-field-banner-image, .theme_group.node-type-post #page .view-display-id-page .field-name-field-banner-image,
.theme_group.node-type-post #page .view-mode-full .field-name-field-banner-image, .theme_group.node-type-group-page #page .view-display-id-page .field-name-field-banner-image,
.theme_group.node-type-group-page #page .view-mode-full .field-name-field-banner-image, .theme_group.page-views #page .view-display-id-page .field-name-field-banner-image,
.theme_group.page-views #page .view-mode-full .field-name-field-banner-image {
  -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;
  margin: 0 -15px 0 -15px;
}
/* line 45, ../sass/_groups.scss */
.theme_group.node-type-group #page .view-display-id-page .field-name-field-image,
.theme_group.node-type-group #page .view-mode-full .field-name-field-image, .theme_group.node-type-page #page .view-display-id-page .field-name-field-image,
.theme_group.node-type-page #page .view-mode-full .field-name-field-image, .theme_group.node-type-post #page .view-display-id-page .field-name-field-image,
.theme_group.node-type-post #page .view-mode-full .field-name-field-image, .theme_group.node-type-group-page #page .view-display-id-page .field-name-field-image,
.theme_group.node-type-group-page #page .view-mode-full .field-name-field-image, .theme_group.page-views #page .view-display-id-page .field-name-field-image,
.theme_group.page-views #page .view-mode-full .field-name-field-image {
  margin: 0;
  padding: 1em 0;
}
/* line 50, ../sass/_groups.scss */
.theme_group.node-type-group #page .view-og-extras-nodes h2.title, .theme_group.node-type-page #page .view-og-extras-nodes h2.title, .theme_group.node-type-post #page .view-og-extras-nodes h2.title, .theme_group.node-type-group-page #page .view-og-extras-nodes h2.title, .theme_group.page-views #page .view-og-extras-nodes h2.title {
  font-size: 1.5em;
  margin-bottom: 1em;
}
/* line 56, ../sass/_groups.scss */
.theme_group.node-type-group .sidebar .region.sidebar, .theme_group.node-type-page .sidebar .region.sidebar, .theme_group.node-type-post .sidebar .region.sidebar, .theme_group.node-type-group-page .sidebar .region.sidebar, .theme_group.page-views .sidebar .region.sidebar {
  background: #fff;
  padding: 5px 15px 5px 15px;
  margin-bottom: 15px;
}
/* line 60, ../sass/_groups.scss */
.theme_group.node-type-group .sidebar .region.sidebar .block, .theme_group.node-type-page .sidebar .region.sidebar .block, .theme_group.node-type-post .sidebar .region.sidebar .block, .theme_group.node-type-group-page .sidebar .region.sidebar .block, .theme_group.page-views .sidebar .region.sidebar .block {
  padding: 0;
  background: #fff;
}
/* line 63, ../sass/_groups.scss */
.theme_group.node-type-group .sidebar .region.sidebar .block h3, .theme_group.node-type-page .sidebar .region.sidebar .block h3, .theme_group.node-type-post .sidebar .region.sidebar .block h3, .theme_group.node-type-group-page .sidebar .region.sidebar .block h3, .theme_group.page-views .sidebar .region.sidebar .block h3 {
  color: #6d6e71;
  font-size: 1.25em;
  margin: 1em 0 1em 0;
}
/* line 70, ../sass/_groups.scss */
.theme_group.node-type-group .sidebar .item-list ul:not(.pager), .theme_group.node-type-page .sidebar .item-list ul:not(.pager), .theme_group.node-type-post .sidebar .item-list ul:not(.pager), .theme_group.node-type-group-page .sidebar .item-list ul:not(.pager), .theme_group.page-views .sidebar .item-list ul:not(.pager) {
  padding-left: 1em;
}
/* line 72, ../sass/_groups.scss */
.theme_group.node-type-group .sidebar .item-list ul:not(.pager) li, .theme_group.node-type-page .sidebar .item-list ul:not(.pager) li, .theme_group.node-type-post .sidebar .item-list ul:not(.pager) li, .theme_group.node-type-group-page .sidebar .item-list ul:not(.pager) li, .theme_group.page-views .sidebar .item-list ul:not(.pager) li {
  position: relative;
  margin-bottom: 3px;
  list-style: none;
  padding: 0;
}
/* line 301, ../sass/_mixins.scss */
.theme_group.node-type-group .sidebar .item-list ul:not(.pager) li:before, .theme_group.node-type-page .sidebar .item-list ul:not(.pager) li:before, .theme_group.node-type-post .sidebar .item-list ul:not(.pager) li:before, .theme_group.node-type-group-page .sidebar .item-list ul:not(.pager) li:before, .theme_group.page-views .sidebar .item-list ul:not(.pager) li:before {
  position: absolute;
  content: " \2022";
  color: #00aaad;
  left: -1em;
  top: 0;
}
/* line 77, ../sass/_groups.scss */
.theme_group.node-type-group .sidebar .subscribe_link a, .theme_group.node-type-page .sidebar .subscribe_link a, .theme_group.node-type-post .sidebar .subscribe_link a, .theme_group.node-type-group-page .sidebar .subscribe_link a, .theme_group.page-views .sidebar .subscribe_link a {
  font-family: 'montserrat-bold';
  font-weight: 800;
  font-style: normal;
  font-size: 1.125em;
  line-height: 1;
  text-transform: uppercase;
  color: #00aaad !important;
  display: inline-block;
  background: #fff;
  border: 2px solid #00aaad;
  -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.4em 0.4em;
  text-decoration: none !important;
}
/* line 251, ../sass/_mixins.scss */
.theme_group.node-type-group .sidebar .subscribe_link a:hover, .theme_group.node-type-page .sidebar .subscribe_link a:hover, .theme_group.node-type-post .sidebar .subscribe_link a:hover, .theme_group.node-type-group-page .sidebar .subscribe_link a:hover, .theme_group.page-views .sidebar .subscribe_link a:hover {
  background: #00aaad !important;
  text-decoration: none !important;
  color: #fff !important;
  cursor: pointer;
}
/* line 257, ../sass/_mixins.scss */
.theme_group.node-type-group .sidebar .subscribe_link a:active, .theme_group.node-type-page .sidebar .subscribe_link a:active, .theme_group.node-type-post .sidebar .subscribe_link a:active, .theme_group.node-type-group-page .sidebar .subscribe_link a:active, .theme_group.page-views .sidebar .subscribe_link a:active {
  transition: all 0.1s linear;
  background: #00494d !important;
  border-color: #00494d !important;
  color: #fff !important;
  cursor: pointer;
}
/* line 81, ../sass/_groups.scss */
.theme_group.node-type-group .sidebar .subscribe_link span.group.manager, .theme_group.node-type-page .sidebar .subscribe_link span.group.manager, .theme_group.node-type-post .sidebar .subscribe_link span.group.manager, .theme_group.node-type-group-page .sidebar .subscribe_link span.group.manager, .theme_group.page-views .sidebar .subscribe_link span.group.manager {
  font-size: 1.2em;
}
/* line 90, ../sass/_groups.scss */
.theme_group .node-post.node-teaser h2.page__title.title img,
.theme_group .node-group.node-teaser h2.page__title.title img {
  vertical-align: middle;
  margin: 0.5em 1em 0.5em 0;
}
/* line 95, ../sass/_groups.scss */
.theme_group .node-post.node-teaser .more-link,
.theme_group .node-group.node-teaser .more-link {
  font-size: 1em;
  float: right;
}
/* line 100, ../sass/_groups.scss */
.theme_group .view-users-profiles-on-comments .views-field-created,
.theme_group .view-users-on-comments .views-field-created {
  color: #bcbdc0;
  margin: -1em 0 1em 0;
}
/* line 104, ../sass/_groups.scss */
.theme_group .view-users-profiles-on-comments .views-field-created .views-label,
.theme_group .view-users-on-comments .views-field-created .views-label {
  color: #bcbdc0;
  font-family: 'lato-regular', sans-serif;
}
/* line 109, ../sass/_groups.scss */
.theme_group .group-members .views-row.community-teaser.products {
  padding: 0.5em 0;
}
/* line 111, ../sass/_groups.scss */
.theme_group .group-members .views-row.community-teaser.products h2 {
  font-size: 16px;
  line-height: 2;
  vertical-align: middle;
  padding: 0.5em 0.5em;
  margin: 0;
}
/* line 118, ../sass/_groups.scss */
.theme_group .group-members .views-row.community-teaser.products h2 img {
  display: block;
  vertical-align: middle;
  position: relative;
  top: auto;
  right: auto;
  float: left;
  width: 60px;
  height: 60px;
  margin: -1.15em 5px -1.15em 0;
}
/* line 131, ../sass/_groups.scss */
.theme_group .views-field-field-file-upload-multi .file-icon {
  display: none;
}
/* line 134, ../sass/_groups.scss */
.theme_group .node-type-group .sidebar .views-field-field-file-upload-multi .item-list ul {
  padding-left: 0;
}
/* line 136, ../sass/_groups.scss */
.theme_group .node-type-group .sidebar .views-field-field-file-upload-multi .item-list ul li:before {
  position: relative;
  left: auto;
  content: "";
  font-family: 'oppla_icons_2';
  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;
  margin-right: 0em;
  fomt-size: 2em;
}
/* line 144, ../sass/_groups.scss */
.theme_group .field-name-og-group-ref {
  margin: 1em 0;
}
/* line 146, ../sass/_groups.scss */
.theme_group .field-name-og-group-ref .field-label {
  padding: 0.15em 0;
  font-size: 1.125em;
  margin: 0 1em 0 0;
}
/* line 151, ../sass/_groups.scss */
.theme_group .field-name-og-group-ref .field-item {
  display: inline-block;
  margin-right: 1em;
}
/* line 154, ../sass/_groups.scss */
.theme_group .field-name-og-group-ref .field-item a {
  font-family: 'montserrat-bold';
  font-weight: 800;
  font-style: normal;
  font-size: 1em;
  line-height: 1;
  text-transform: uppercase;
  color: #00aaad !important;
  display: inline-block;
  background: #fff;
  border: 2px solid #00aaad;
  -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.4em 0.4em;
  text-decoration: none !important;
}
/* line 251, ../sass/_mixins.scss */
.theme_group .field-name-og-group-ref .field-item a:hover {
  background: #00aaad !important;
  text-decoration: none !important;
  color: #fff !important;
  cursor: pointer;
}
/* line 257, ../sass/_mixins.scss */
.theme_group .field-name-og-group-ref .field-item a:active {
  transition: all 0.1s linear;
  background: #00494d !important;
  border-color: #00494d !important;
  color: #fff !important;
  cursor: pointer;
}
/* line 159, ../sass/_groups.scss */
.theme_group .quicktabs_main.quicktabs-style-nostyle {
  border: #fff solid 1px;
  border-top: 9px solid #ededed;
  background: #fff;
}
/* line 164, ../sass/_groups.scss */
.theme_group aside.content_blocks {
  clear: both;
}
/* line 170, ../sass/_groups.scss */
.theme_group table * {
  border: none;
  background: transparent;
}
/* line 174, ../sass/_groups.scss */
.theme_group table tr:nth-child(2n) {
  background: #fff;
}
/* line 180, ../sass/_groups.scss */
.theme_group .node-post.node-teaser .field-name-field-image {
  margin: 1em 0;
}
/* line 184, ../sass/_groups.scss */
.theme_group .view.view-og-extras-members.view-display-id-page_1 > .view-content .profile {
  margin: 0;
  clear: none;
}
@media (min-width: 768px) {
  /* line 183, ../sass/_groups.scss */
  .theme_group .view.view-og-extras-members.view-display-id-page_1 > .view-content {
    margin-right: -2%;
  }
  /* line 190, ../sass/_groups.scss */
  .theme_group .view.view-og-extras-members.view-display-id-page_1 > .view-content > .views-row {
    float: left;
    width: 48%;
    margin-right: 2%;
  }
  /* line 194, ../sass/_groups.scss */
  .theme_group .view.view-og-extras-members.view-display-id-page_1 > .view-content > .views-row.views-row-odd {
    clear: left;
  }
}
/* line 1, ../sass/_groups_escom.scss */
.theme_group.escom {
  padding-top: 10px;
  font-family: 'source_sans_proregular';
  color: #333;
  font-size: 105%;
  position: relative;
}
/* line 3, ../sass/_groups_escom.scss */
.theme_group.escom .views-row.community-teaser .wrapper .field .country,
.theme_group.escom .views-row.community-teaser .wrapper p .country,
.theme_group.escom .btn.red.small,
.theme_group.escom .views-row.community-teaser h2 img {
  border-color: #60bb46 !important;
}
/* line 8, ../sass/_groups_escom.scss */
.theme_group.escom #page .views-row.community-teaser h2 {
  background-color: #60bb46 !important;
  color: #fff;
}
/* line 19, ../sass/_groups_escom.scss */
.theme_group.escom h1,
.theme_group.escom h2,
.theme_group.escom h3,
.theme_group.escom dt,
.theme_group.escom legend,
.theme_group.escom .field .field-label,
.theme_group.escom label:not(.option),
.theme_group.escom .views-label {
  font-family: 'source_sans_probold';
  font-weight: normal;
  font-style: normal;
}
/* line 31, ../sass/_groups_escom.scss */
.theme_group.escom .toggler,
.theme_group.escom .masquerade-switch,
.theme_group.escom .more-link,
.theme_group.escom .btn,
.theme_group.escom button,
.theme_group.escom input[type="button"],
.theme_group.escom input[type="reset"],
.theme_group.escom input[type="submit"],
.theme_group.escom .page-node-done .links a,
.theme_group.escom .pager a,
.theme_group.escom .sidebar .subscribe_link a {
  font-family: 'source_sans_proregular';
  font-weight: normal;
  color: #fff !important;
  line-height: 1.3;
  background: #80c96b;
  border-color: #60bb46;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
/* line 49, ../sass/_groups_escom.scss */
.theme_group.escom .toggler:visited,
.theme_group.escom .masquerade-switch:visited,
.theme_group.escom .more-link:visited,
.theme_group.escom .btn:visited,
.theme_group.escom button:visited,
.theme_group.escom input[type="button"]:visited,
.theme_group.escom input[type="reset"]:visited,
.theme_group.escom input[type="submit"]:visited,
.theme_group.escom .page-node-done .links a:visited,
.theme_group.escom .pager a:visited,
.theme_group.escom .sidebar .subscribe_link a:visited {
  color: #fff !important;
}
/* line 53, ../sass/_groups_escom.scss */
.theme_group.escom .toggler:hover,
.theme_group.escom .masquerade-switch:hover,
.theme_group.escom .more-link:hover,
.theme_group.escom .btn:hover,
.theme_group.escom button:hover,
.theme_group.escom input[type="button"]:hover,
.theme_group.escom input[type="reset"]:hover,
.theme_group.escom input[type="submit"]:hover,
.theme_group.escom .page-node-done .links a:hover,
.theme_group.escom .pager a:hover,
.theme_group.escom .sidebar .subscribe_link a:hover {
  color: #fff !important;
  background: #60bb46 !important;
  border-color: #60bb46 !important;
}
/* line 59, ../sass/_groups_escom.scss */
.theme_group.escom .pager-current {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background: #0070af !important;
  border: 2px solid #0070af !important;
}
/* line 64, ../sass/_groups_escom.scss */
.theme_group.escom textarea,
.theme_group.escom input[type="text"],
.theme_group.escom input[type="email"],
.theme_group.escom input[type="password"] {
  border-color: #0070af;
  background: #cce2ef;
}
/* line 71, ../sass/_groups_escom.scss */
.theme_group.escom .main-menu .menu li {
  display: inline-block;
  border-top: none;
  width: auto;
  margin: 0;
}
/* line 76, ../sass/_groups_escom.scss */
.theme_group.escom .main-menu .menu li a {
  font-family: 'source_sans_proregular';
  font-size: 1.1em;
  border-bottom: none;
  text-align: center;
}
@media all and (min-width: 768px) {
  /* line 84, ../sass/_groups_escom.scss */
  .theme_group.escom .main-menu .menu {
    display: flex;
    justify-content: space-around;
  }
  /* line 87, ../sass/_groups_escom.scss */
  .theme_group.escom .main-menu .menu li {
    float: none;
    display: inline-block;
    border-top: none;
    width: auto;
  }
}
@media all and (max-width: 768px) {
  /* line 96, ../sass/_groups_escom.scss */
  .theme_group.escom .main-menu .menu li {
    padding-left: 1.5%;
    width: 30%;
  }
}
@media all and (max-width: 500px) {
  /* line 102, ../sass/_groups_escom.scss */
  .theme_group.escom .main-menu .menu li {
    width: 45%;
  }
}
@media all and (max-width: 360px) {
  /* line 107, ../sass/_groups_escom.scss */
  .theme_group.escom .main-menu .menu li {
    width: 98.5%;
  }
}
/* line 111, ../sass/_groups_escom.scss */
.theme_group.escom .header_wrapper {
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0;
  margin-left: -20px;
  margin-right: -20px;
}
/* line 118, ../sass/_groups_escom.scss */
.theme_group.escom #header {
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  background: #fff;
}
/* line 123, ../sass/_groups_escom.scss */
.theme_group.escom #header a#logo.header__logo {
  width: 240px;
}
/* line 126, ../sass/_groups_escom.scss */
.theme_group.escom #header .header__region {
  float: right;
  clear: right;
}
/* line 129, ../sass/_groups_escom.scss */
.theme_group.escom #header .header__region .block.powered-by-oppla {
  margin-bottom: 0;
}
/* line 131, ../sass/_groups_escom.scss */
.theme_group.escom #header .header__region .block.powered-by-oppla p {
  padding-top: 4px;
  font-family: 'montserrat-semibold', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 0.75em;
  line-height: 1.1;
  text-transform: uppercase;
}
/* line 139, ../sass/_groups_escom.scss */
.theme_group.escom #header .header__region .block.powered-by-oppla p img {
  float: left;
  width: 36px;
  height: 36px;
  margin: -4px 0.33em 0 0;
}
/* line 146, ../sass/_groups_escom.scss */
.theme_group.escom #header .header__region .block.powered-by-oppla p a {
  color: #00aaad;
  text-decoration: none;
}
/* line 152, ../sass/_groups_escom.scss */
.theme_group.escom #header .header__region .block.social-links {
  display: block;
  float: right;
  margin: 0 0 1em 0;
}
/* line 156, ../sass/_groups_escom.scss */
.theme_group.escom #header .header__region .block.social-links ul.menu li a {
  color: #ededed;
  background: #0070af;
}
/* line 159, ../sass/_groups_escom.scss */
.theme_group.escom #header .header__region .block.social-links ul.menu li a:hover {
  background: #0070af;
  color: #fff;
}
/* line 166, ../sass/_groups_escom.scss */
.theme_group.escom #header .block.search-block {
  clear: right;
  clear: right;
  margin: 0;
}
/* line 170, ../sass/_groups_escom.scss */
.theme_group.escom #header .block.search-block label {
  display: none;
}
/* line 173, ../sass/_groups_escom.scss */
.theme_group.escom #header .block.search-block .views-exposed-widgets {
  padding: 0;
  margin: 0;
}
/* line 176, ../sass/_groups_escom.scss */
.theme_group.escom #header .block.search-block .views-exposed-widgets input[type="text"] {
  border-right: none;
}
/* line 179, ../sass/_groups_escom.scss */
.theme_group.escom #header .block.search-block .views-exposed-widgets .views-exposed-widget {
  padding: 0;
  margin: 0;
}
/* line 182, ../sass/_groups_escom.scss */
.theme_group.escom #header .block.search-block .views-exposed-widgets .views-exposed-widget .form-submit {
  margin-top: 0;
  margin-right: 0;
  padding: 8px;
  font-family: 'source_sans_proregular';
  font-size: 1em;
  color: #fff !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border-color: #0070af !important;
  border-left: none;
  background: #338dbf !important;
}
/* line 193, ../sass/_groups_escom.scss */
.theme_group.escom #header .block.search-block .views-exposed-widgets .views-exposed-widget .form-submit:hover {
  background: #0070af !important;
}
/* line 199, ../sass/_groups_escom.scss */
.theme_group.escom #header .block.search-block input.form-text {
  padding: 8px 0;
  width: auto;
}
/* line 204, ../sass/_groups_escom.scss */
.theme_group.escom #header #block-system-user-menu {
  float: right;
  clear: right;
  display: block;
}
/* line 210, ../sass/_groups_escom.scss */
.theme_group.escom #navigation {
  background: #0070af;
  margin: 10px 0 0 0;
  padding: 17px 0 8px 0;
  border: none;
  height: auto;
}
/* line 216, ../sass/_groups_escom.scss */
.theme_group.escom #navigation .menu a {
  font-family: 'source_sans_proregular';
  font-size: 1.1em;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
/* line 223, ../sass/_groups_escom.scss */
.theme_group.escom #navigation .menu a.active {
  color: #fff;
}
/* line 227, ../sass/_groups_escom.scss */
.theme_group.escom #navigation .menu li {
  float: none;
  border-color: #0070af;
  border-width: 8px;
  padding-bottom: 0px;
}
/* line 232, ../sass/_groups_escom.scss */
.theme_group.escom #navigation .menu li:hover {
  border-color: #fff;
}
/* line 235, ../sass/_groups_escom.scss */
.theme_group.escom #navigation .menu li.active {
  border-color: #60bb46;
}
/* line 237, ../sass/_groups_escom.scss */
.theme_group.escom #navigation .menu li.active:hover {
  border-color: #60bb46;
  cursor: default;
}
/* line 244, ../sass/_groups_escom.scss */
.theme_group.escom #navigation .menu li.is-active-trail.is-parent.has-children {
  border-color: #fff;
}
/* line 248, ../sass/_groups_escom.scss */
.theme_group.escom #navigation .menu li.active a,
.theme_group.escom #navigation .menu li.is-active-trail.is-parent.has-children a {
  color: #fff;
}
/* line 253, ../sass/_groups_escom.scss */
.theme_group.escom .sidebar .item-list ul li:before {
  color: #0070af;
}
/* line 256, ../sass/_groups_escom.scss */
.theme_group.escom #page .sidebar .view-header h3,
.theme_group.escom #page .sidebar h3.views-label {
  background: #0070af;
  color: #fff;
  padding: 5px;
  margin: 0 0 10px 0;
}
/* line 263, ../sass/_groups_escom.scss */
.theme_group.escom.no-sidebars.page-views #content {
  width: 100%;
  margin-right: 0;
}
/* line 267, ../sass/_groups_escom.scss */
.theme_group.escom.view-mode-full #page {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
/* line 270, ../sass/_groups_escom.scss */
.theme_group.escom #page {
  background-color: rgba(214, 219, 225, 0.83);
  padding-top: 0;
}
/* line 273, ../sass/_groups_escom.scss */
.theme_group.escom #page .breadcrumb {
  padding: 0;
  background: transparent;
  border: none;
}
/* line 279, ../sass/_groups_escom.scss */
.theme_group.escom #page .column a:link:not(.btn):not(.more-link):not(.is-active):not(.fieldset-title):not(.tabs-primary__tab-link),
.theme_group.escom #page .column a:visited:not(.btn):not(.more-link):not(.is-active):not(.tabs-primary__tab-link) {
  color: #60bb46 !important;
}
/* line 283, ../sass/_groups_escom.scss */
.theme_group.escom #page .column a:hover:not(.btn):not(.more-link) {
  color: #6D6E71 !important;
}
/* line 286, ../sass/_groups_escom.scss */
.theme_group.escom #page .column .collapsible:not(.collapsed) .fieldset-legend a,
.theme_group.escom #page .column .tabs-primary li.is-active a,
.theme_group.escom #page .column .tabs-primary li.is-active:hover {
  color: #fff !important;
  cursor: default;
}
/* line 293, ../sass/_groups_escom.scss */
.theme_group.escom #page article.view-mode-full {
  background-color: #Fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 15px;
  margin-bottom: 15px;
}
/* line 299, ../sass/_groups_escom.scss */
.theme_group.escom #page h1.page__title {
  color: #0070af;
}
/* line 302, ../sass/_groups_escom.scss */
.theme_group.escom #page h2,
.theme_group.escom #page h3,
.theme_group.escom #page dt,
.theme_group.escom #page .field .field-label,
.theme_group.escom #page legend {
  color: #0070af;
}
/* line 309, ../sass/_groups_escom.scss */
.theme_group.escom #page .views-row.community-teaser.products h2 {
  color: #0070af;
  background-color: #b0dda3;
}
/* line 312, ../sass/_groups_escom.scss */
.theme_group.escom #page .views-row.community-teaser.products h2 img {
  border-color: #0070af;
}
/* line 316, ../sass/_groups_escom.scss */
.theme_group.escom #page .block-quicktabs ul.quicktabs-tabs li.active a {
  color: #0070af;
  border-color: #0070af;
}
/* line 320, ../sass/_groups_escom.scss */
.theme_group.escom #page .column .block {
  margin-top: 0;
}
/* line 322, ../sass/_groups_escom.scss */
.theme_group.escom #page .column .block.escom-block {
  background: #fff;
  margin-right: 0;
}
@media all and (min-width: 768px) {
  /* line 322, ../sass/_groups_escom.scss */
  .theme_group.escom #page .column .block.escom-block {
    width: 48.5%;
    margin-right: 3%;
    display: inline-block;
    float: left;
  }
}
/* line 331, ../sass/_groups_escom.scss */
.theme_group.escom #page .column .block.escom-block h2.block-title {
  color: #fff;
  background: #0070af;
  margin: 0;
  font-family: 'montserrat-semi';
  font-weight: 500;
  font-style: normal;
  font-size: 1.25em;
  color: #fff;
  margin: 0;
  padding: 15px;
}
/* line 340, ../sass/_groups_escom.scss */
.theme_group.escom #page .column .block.escom-block h2.block-title:after {
  content: "";
  font-family: "oppla_icons";
  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;
  font-size: 150%;
  line-height: 0.5;
}
/* line 347, ../sass/_groups_escom.scss */
.theme_group.escom #page .column .block.escom-block.escom-events {
  margin-right: 0;
}
/* line 349, ../sass/_groups_escom.scss */
.theme_group.escom #page .column .block.escom-block.escom-events h2.block-title:after {
  content: "";
  font-family: "oppla_icons";
  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 353, ../sass/_groups_escom.scss */
.theme_group.escom #page .column .block.escom-block .block-content {
  height: 450px;
  overflow: hidden;
}
/* line 359, ../sass/_groups_escom.scss */
.theme_group.escom #page .region-footer {
  background: #0070af;
}
/* line 361, ../sass/_groups_escom.scss */
.theme_group.escom #page .region-footer * {
  color: #fff !important;
}
/* line 364, ../sass/_groups_escom.scss */
.theme_group.escom #page .region-footer hr {
  color: #0070af !important;
  border-color: #0070af;
}
/* line 368, ../sass/_groups_escom.scss */
.theme_group.escom #page .region-footer .main-main .menu {
  display: flex;
  justify-content: space-around;
}
/* line 371, ../sass/_groups_escom.scss */
.theme_group.escom #page .region-footer .main-main .menu li {
  width: auto;
}
/* line 377, ../sass/_groups_escom.scss */
.theme_group.escom #page .region-footer .block.social-links {
  clear: left;
}
/* line 379, ../sass/_groups_escom.scss */
.theme_group.escom #page .region-footer .block.social-links li a {
  color: #0070af !important;
  background: #e8e8e8;
}
/* line 382, ../sass/_groups_escom.scss */
.theme_group.escom #page .region-footer .block.social-links li a:hover {
  background: #fff;
}
/* line 387, ../sass/_groups_escom.scss */
.theme_group.escom .flexslider {
  background: #0070af;
}
/* line 389, ../sass/_groups_escom.scss */
.theme_group.escom .flexslider p {
  color: #fff;
  margin: 9px 48px;
}
/* line 392, ../sass/_groups_escom.scss */
.theme_group.escom .flexslider p .btn {
  float: right;
}
/* line 394, ../sass/_groups_escom.scss */
.theme_group.escom .flexslider p .btn:hover {
  background: #000 !important;
}
/* line 399, ../sass/_groups_escom.scss */
.theme_group.escom .flexslider .flex-control-paging li a {
  border-color: #fff;
  background: #60bb46;
}
/* line 402, ../sass/_groups_escom.scss */
.theme_group.escom .flexslider .flex-control-paging li a:hover {
  background: #fff;
}
/* line 405, ../sass/_groups_escom.scss */
.theme_group.escom .flexslider .flex-control-paging li a.flex-active {
  background: #fff;
}
/* line 409, ../sass/_groups_escom.scss */
.theme_group.escom .flexslider .flex-control-nav {
  bottom: 10px;
}
/* line 414, ../sass/_groups_escom.scss */
.theme_group.escom .view-escom-search {
  padding-top: 10px !important;
}
/* line 416, ../sass/_groups_escom.scss */
.theme_group.escom .view-escom-search .views-field-type p {
  color: #c4c4c4;
}
/* line 421, ../sass/_groups_escom.scss */
.theme_group.escom .view-header {
  padding-top: 10px;
}
/* line 424, ../sass/_groups_escom.scss */
.theme_group.escom table.views-table {
  font-size: 90%;
  border-color: #0070af;
}
/* line 427, ../sass/_groups_escom.scss */
.theme_group.escom table.views-table tr th {
  background: #0070af;
  border-color: #0070af;
}
/* line 431, ../sass/_groups_escom.scss */
.theme_group.escom table.views-table tr td {
  border-color: #0070af;
  vertical-align: top;
}
/* line 436, ../sass/_groups_escom.scss */
.theme_group.escom.page-groups-escom-scotland-resources table.views-table th.views-field-field-date {
  padding-right: 4em;
}
/* line 439, ../sass/_groups_escom.scss */
.theme_group.escom #page .column .pager a:not(.btn):not(.more-link):not(.is-active):not(.fieldset-title):not(.tabs-primary__tab-link),
.theme_group.escom #page .sidebar .subscribe_link a:not(.btn):not(.more-link):not(.is-active):not(.fieldset-title):not(.tabs-primary__tab-link),
.theme_group.escom #page .column .pager a:hover,
.theme_group.escom #page .sidebar .subscribe_link a:hover,
.theme_group.escom #page .column .pager a:active,
.theme_group.escom #page .sidebar .subscribe_link a:active {
  color: #fff !important;
}
/* line 447, ../sass/_groups_escom.scss */
.theme_group.escom .filters .region-highlighted .block fieldset .fieldset-wrapper,
.theme_group.escom .filters .region-highlighted .block .collapsible .fieldset-legend a {
  background: #dff1da;
  color: #60bb46 !important;
}
/* line 452, ../sass/_groups_escom.scss */
.theme_group.escom .filters .region-highlighted .block .collapsed .fieldset-legend a {
  background: #fff;
}
/* line 455, ../sass/_groups_escom.scss */
.theme_group.escom.page-marketplace .block.block-mefibs:not(.stacked) {
  border-right: 2px solid #0070af;
}
/* line 458, ../sass/_groups_escom.scss */
.theme_group.escom .view-marketplace.view-id-marketplace > .view-content > .views-row hr.divider,
.theme_group.escom .view-case-study-map hr {
  margin: 0;
  height: 0;
  color: #0070af;
  border: none;
  border-bottom: 2px solid #0070af;
}
/* line 466, ../sass/_groups_escom.scss */
.theme_group.escom .view-marketplace.view-id-marketplace > .view-content > .views-row,
.theme_group.escom .view-case-study-map .node-case-study.node-teaser {
  margin: 0;
}
/* line 470, ../sass/_groups_escom.scss */
.theme_group.escom .view-marketplace.view-id-marketplace > .view-content > .views-row .lhs .img-wrapper img {
  margin: 10px;
}
/* line 474, ../sass/_groups_escom.scss */
.theme_group.escom .toggler {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  background: #0070af;
  border-color: #0070af;
}
/* line 482, ../sass/_groups_escom.scss */
.theme_group.escom .toggler:hover {
  background: #0070af !important;
  border-color: #0070af !important;
}
@media all and (max-width: 1020px) {
  /* line 489, ../sass/_groups_escom.scss */
  .theme_group.theme_group.escom .header {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media all and (max-width: 650px) {
  /* line 495, ../sass/_groups_escom.scss */
  .theme_group a#logo.header__logo {
    margin-top: 0;
    padding-top: 1em;
    margin: 0 auto 1em auto !important;
  }
}
@media all and (max-width: 768px) {
  /* line 503, ../sass/_groups_escom.scss */
  .theme_group.theme_group.escom .header {
    padding-bottom: 10px;
  }
  /* line 507, ../sass/_groups_escom.scss */
  .theme_group.theme_group.escom.open .toggler {
    width: 100%;
  }
  /* line 511, ../sass/_groups_escom.scss */
  .theme_group.theme_group.escom #navigation {
    z-index: 9999;
    position: fixed;
    top: 12px;
    left: 0;
    right: 0;
    padding-left: 30px;
  }
}

/* line 1698, ../sass/styles.scss */
.sliding-popup-top {
  background: #00aaad;
  width: 100%;
  padding: 1.25em 0 0.5em 0;
}
/* line 1702, ../sass/styles.scss */
.sliding-popup-top h2 {
  color: #fff;
  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 1716, ../sass/styles.scss */
.sliding-popup-top button {
  font-size: 1em;
}
/* line 1718, ../sass/styles.scss */
.sliding-popup-top button:hover {
  background: #00494d !important;
  border-color: #00494d !important;
  color: #fff !important;
}
/* line 1724, ../sass/styles.scss */
.sliding-popup-top p {
  color: #fff;
}

/* line 1729, ../sass/styles.scss */
.profile-button-links .btn {
  float: left;
  margin: 1em 1em 0 0;
  font-size: 1em;
}
/* line 1733, ../sass/styles.scss */
.profile-button-links .btn.cancel {
  background: #fff;
}
/* line 1735, ../sass/styles.scss */
.profile-button-links .btn.cancel:hover {
  color: #fff !important;
  background: #00494d !important;
}

/* line 1742, ../sass/styles.scss */
#user-cancel-confirm-form input#edit-cancel {
  margin-left: 1em;
}

/* line 1746, ../sass/styles.scss */
#user-cancel-confirm-form input#edit-submit {
  margin-right: 1em;
}

/* line 1754, ../sass/styles.scss */
.content_blocks .region-content-blocks #block-views-feature-box-block-block.block {
  width: 100%;
  float: none;
  margin: 0;
}
/* line 1758, ../sass/styles.scss */
.content_blocks .region-content-blocks #block-views-feature-box-block-block.block .block-content {
  background: transparent;
  border-top: none;
}

/* line 1764, ../sass/styles.scss */
.box_span {
  display: flex;
  flex-wrap: wrap;
}

/* line 1769, ../sass/styles.scss */
.paragraphs-item-feature {
  display: flex;
  width: 100%;
}
@media all and (min-width: 768px) {
  /* line 1773, ../sass/styles.scss */
  .two-column .paragraphs-item-feature {
    width: 50%;
  }
}
@media all and (min-width: 768px) {
  /* line 1778, ../sass/styles.scss */
  .three-column .paragraphs-item-feature {
    width: 33.33%;
  }
}
/* line 1783, ../sass/styles.scss */
.paragraphs-item-feature .content {
  background: #ededed;
  padding: 0;
  margin: 0 0.5em 1em;
  width: 100%;
  -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 1794, ../sass/styles.scss */
.paragraphs-item-feature .content .flex-wrapper {
  display: flex;
  flex-direction: column;
  padding: 10px;
  width: 100%;
}
/* line 1800, ../sass/styles.scss */
.paragraphs-item-feature .content .flex-wrapper p {
  margin: 0 0 4px 0;
  flex: 1 0 0%;
}
/* line 1804, ../sass/styles.scss */
.paragraphs-item-feature .content .flex-wrapper h3 {
  font-family: 'montserrat-semi';
  font-weight: 500;
  font-style: normal;
  font-size: 1.25em;
  color: #fff;
  margin: -10px -10px 10px -10px;
  padding: 15px 10px;
  background: #6D6E71;
  -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;
  border-bottom: 4px solid #fff;
}
/* line 1814, ../sass/styles.scss */
.paragraphs-item-feature .content .flex-wrapper img {
  margin: 0 0 0.5em 0;
  width: 100%;
  float: none;
  clear: both;
}
@media all and (min-width: 480px) {
  /* line 1821, ../sass/styles.scss */
  .paragraphs-item-feature .content .flex-wrapper img {
    float: right;
    clear: right;
    margin: 0 0 1em 1em;
    width: 48.5%;
  }
}
/* line 1829, ../sass/styles.scss */
.paragraphs-item-feature .content .flex-wrapper .button-wrapper {
  text-align: right;
}

/* line 1842, ../sass/styles.scss */
.node-type-simplenews {
  text-align: center;
}
/* line 1844, ../sass/styles.scss */
.node-type-simplenews h1.page__title.title {
  color: #00aaad;
  font-size: 24px;
  margin: 15px 0;
  text-align: left;
  text-transform: uppercase;
}
/* line 1851, ../sass/styles.scss */
.node-type-simplenews h2 {
  color: #00aaad;
  font-size: 24px;
  margin: 15px 0;
  text-align: left;
  text-transform: uppercase;
}
/* line 1858, ../sass/styles.scss */
.node-type-simplenews h4 {
  font-family: 'montserrat-regular', sans-serif;
  font-weight: normal;
  font-size: 30px;
  line-height: 1.2;
  margin: 10px 0;
}
/* line 1865, ../sass/styles.scss */
.node-type-simplenews .entity-paragraphs-item.paragraphs-item-newsletter-item {
  background: #fff;
  border-radius: 15px;
  margin: 60px 0 16px 0;
  padding: 0 20px 0 20px;
  border: 4px solid #00aaad;
  text-align: center;
  position: relative;
}
/* line 1874, ../sass/styles.scss */
.node-type-simplenews .field-name-field-order {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 95% !important;
  line-height: 0.8;
  margin-top: -4px;
  position: absolute;
  top: -0.75em;
  left: 40%;
  right: 40%;
  font-size: 3em !important;
letter-spacing: -2px;
  color: #fff !important;
  background: #00aaad;
  border-radius: 50%;
  padding: 0;
  border: 4px solid #fff;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  display: inline-block;
  margin: 0em auto 0 auto;
  text-align: center;
}
/* line 1904, ../sass/styles.scss */
.node-type-simplenews .entity-paragraphs-item.paragraphs-item-newsletter-item h3 {
  font-size: 36px;
  line-height: 1.2;
  color: #6D6E71;
  margin: 1.5em 0 15px 0;
}
/* line 1910, ../sass/styles.scss */
.node-type-simplenews .entity-paragraphs-item.paragraphs-item-newsletter-item img,
.node-type-simplenews .masthead {
  width: 100%;
  height: inherit;
  display: inline-block !important;
  height: inherit;
}
/* line 1917, ../sass/styles.scss */
.node-type-simplenews .field-name-field-image img {
  border-radius: 15px;
}
/* line 1920, ../sass/styles.scss */
.node-type-simplenews .field-name-field-link a {
  font-family: 'montserrat-semibold', sans-serif;
  font-weight: normal;
  line-height: 1;
  text-transform: uppercase;
  color: #00aaad !important;
  display: inline-block;
  background: #fff;
  border: 3px solid #00aaad;
  border-radius: 5px;
  padding: 0.4em 0.6em 0.2em 0.6em;
  text-decoration: none;
  margin-bottom: 1em;
}
/* line 1933, ../sass/styles.scss */
.node-type-simplenews .field-name-field-link a:hover {
  color: #fff !important;
  background: #00aaad;
  text-decoration: none;
}
/* line 1938, ../sass/styles.scss */
.node-type-simplenews .field-name-field-link a:active {
  color: #fff !important;
  background: #151515;
  border-color: #151515;
  text-decoration: none;
}
/* line 1946, ../sass/styles.scss */
.node-type-simplenews .side-bar-menu {
  text-align: left;
  font-size: 1em;
}
@media only screen and (max-width: 768px) {
  /* line 1953, ../sass/styles.scss */
  .node-type-simplenews .entity-paragraphs-item.paragraphs-item-newsletter-item .field-name-field-order {
    font-size: 4em !important;
  }
  /* line 1956, ../sass/styles.scss */
  .node-type-simplenews .entity-paragraphs-item.paragraphs-item-newsletter-item h3 {
    font-size: 30px;
  }
}
.theme_group .group-members .views-row.community-teaser.products h2  span {}



.theme_group .group-members .views-row.community-teaser.products h2 {
   display: flex;
   align-items:center;
    line-height: 1.2;
}


input#edit-subscribe {display:none;}


.field-name-field-article-type  {display:none;}


