@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.
 */
/* HTML element (SMACSS base) rules */
/**
 * @file
 * Normalize.css is intended to be used as an alternative to CSS resets.
 *
 * This file is a slight fork of these original sources:
 * - normalize.css v2.1.2 | MIT License | git.io/normalize
 * - normalize.scss v2.1.2 | MIT/GPLv2 License | bit.ly/normalize-scss
 *
 * It's suggested that you read the normalize.scss file and customise it to meet
 * your needs, rather then including the file in your project and overriding the
 * defaults later in your CSS.
 * @see http://nicolasgallagher.com/about-normalize-css/
 *
 * Also: @see http://meiert.com/en/blog/20080419/reset-style-sheets-are-bad/
 *       @see http://snook.ca/archives/html_and_css/no_css_reset/
 */
/**
 * HTML5 display definitions
 */
/* Correct `block` display not defined in IE 8/9. */
@import url("https://fonts.gstatic.com");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Public+Sans:wght@400;700&display=swap");
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

/* Correct `inline-block` display not defined in IE 8/9. */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

/* Address styling not present in IE 8/9. */
[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;
 */
/*
@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.
 */
html {
  font-family: Verdana, Tahoma, "DejaVu Sans", sans-serif; /* 1 */
  /* Delete all but one of the following font-size declarations: */
  /* Use a 12px base font size. 16px x 75% = 12px */
  font-size: 75%; /* 3 */
  /* Use a 14px base font size. 16px x .875 = 14px */
  font-size: 87.5%; /* 3 */
  /* Use a 16px base font size. */
  font-size: 100%; /* 3 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
  /* Establish a vertical rhythm. */
  line-height: 1.5em;
}

/* Address `font-family` inconsistency between `textarea` and other form elements. */
button,
input,
select,
textarea {
  /**
   * The following font family declarations are available on most computers.
   *
   * A user's web browser will look at the comma-separated list and will
   * attempt to use each font in turn until it finds one that is available
   * on the user's computer. The final "generic" font (sans-serif, serif or
   * monospace) hints at what type of font to use if the web browser doesn't
   * find any of the fonts in the list.
   *
   * font-family: "Times New Roman", Times, Georgia, "DejaVu Serif", serif;
   * font-family: Times, "Times New Roman", Georgia, "DejaVu Serif", serif;
   * font-family: Georgia, "Times New Roman", "DejaVu Serif", serif;
   *
   * font-family: Verdana, Tahoma, "DejaVu Sans", sans-serif;
   * font-family: Tahoma, Verdana, "DejaVu Sans", sans-serif;
   * font-family: Helvetica, Arial, "Nimbus Sans L", sans-serif;
   * font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
   *
   * font-family: "Courier New", "DejaVu Sans Mono", monospace;
   */
  font-family: Verdana, Tahoma, "DejaVu Sans", sans-serif;
}

/* Remove default margin. */
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. */
a:focus {
  outline: thin dotted;
}

/* Improve readability when focused and also mouse hovered in all browsers. */
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. */
p,
pre {
  margin: 1.5em 0;
}

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.
 */
h1 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 2em;
  line-height: 1.5em; /* 3rem / 2em = 1.5em */
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 0.75em; /* 1.5rem / 2em = .75em */
  margin-bottom: 0.75em;
}

h2 {
  font-size: 1.5em;
  line-height: 2em; /* 3rem / 1.5em = 2em */
  margin-top: 1em; /* 1.5rem / 1.5em = 1em */
  margin-bottom: 1em;
}

h3 {
  font-size: 1.17em;
  line-height: 1.28205em; /* 1.5rem / 1.17em = 1.28205em */
  margin-top: 1.28205em;
  margin-bottom: 1.28205em;
}

h4 {
  font-size: 1em;
  line-height: 1.5em; /* 1.5rem / 1em = 1.5em */
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

h5 {
  font-size: 0.83em;
  line-height: 1.80723em; /* 1.5rem / 0.83em = 1.80723em */
  margin-top: 1.80723em;
  margin-bottom: 1.80723em;
}

h6 {
  font-size: 0.67em;
  line-height: 2.23881em; /* 1.5rem / 0.67em = 2.23881em */
  margin-top: 2.23881em;
  margin-bottom: 2.23881em;
}

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

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

/* Address styling not present in Safari 5 and Chrome. */
dfn {
  font-style: italic;
}

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

/* Address styling not present in IE 8/9. */
mark {
  background: #ff0;
  color: #000;
}

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

/* Improve readability of pre-formatted text in all browsers. */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* Set consistent quote types. */
q {
  quotes: "“" "”" "‘" "’";
}

/* Address inconsistent and variable font size in all browsers. */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

ol ol,
ol ul,
ul ol,
ul ul {
  /* Turn off margins on nested lists. */
  margin: 0;
}

dd {
  margin: 0 0 0 30px; /* LTR */
}

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

/* Correct list images handled incorrectly in IE 7. */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/**
 * Embedded content and figures
 *
 * @todo Look into adding responsive embedded video.
 */
img {
  /* Remove border when inside `a` element in IE 8/9. */
  border: 0;
  /* Improve image quality when scaled in IE 7. */
  -ms-interpolation-mode: bicubic;
  /* 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. */
svg:not(:root) {
  overflow: hidden;
}

/* Address margin not present in IE 8/9 and Safari 5. */
figure {
  margin: 0;
}

/**
 * Forms
 */
/* Correct margin displayed oddly in IE 6/7. */
form {
  margin: 0;
}

/* Define consistent border, margin, and padding. */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.5em 0.625em 1em;
}

/**
 * 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.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
  *margin-left: -7px; /* 3 */ /* LTR */
}

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
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.
 */
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.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
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.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/**
 * 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).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* Remove inner padding and border in Firefox 4+. */
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.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/* Drupal-style form labels. */
label {
  display: block;
  font-weight: bold;
}

/**
 * Tables
 */
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 */
.page-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
  padding: 10px 20px;
}

.content_row .page-wrapper,
#main.page-wrapper {
  max-width: 1080px;
}

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

/* line 72, ../sass/layouts/_responsive.scss */
#navigation {
  /* Move the navbar up inside #main's padding. */
}

/**
 * Use 3 grid columns for smaller screens.
 */
@media all and (min-width: 768px) {
  /* line 88, ../sass/layouts/_responsive.scss */
  .one-sidebar #content,
.two-sidebars #content {
    float: left;
    width: 59%;
    margin-left: 0%;
    margin-right: -59%;
  }
  /* line 94, ../sass/layouts/_responsive.scss */
  .one-sidebar aside.sidebar,
.two-sidebars aside.sidebar {
    float: left;
    width: 38%;
    margin-left: 62%;
    margin-right: -100%;
  }
  /* line 101, ../sass/layouts/_responsive.scss */
  .sidebar-first.one-sidebar.node-type-interlace-group #content {
    float: left;
    width: 70%;
    margin-left: 30%;
    margin-right: -100%;
  }
  /* line 107, ../sass/layouts/_responsive.scss */
  .sidebar-first.one-sidebar.node-type-interlace-group aside.sidebar {
    float: left;
    width: 30%;
    margin-left: 0%;
    margin-right: -30%;
  }
}
@media all and (min-width: 960px) {
  /* line 117, ../sass/layouts/_responsive.scss */
  .one-sidebar #content,
.two-sidebars #content {
    float: left;
    width: 67%;
    margin-left: 0%;
    margin-right: -67%;
  }
  /* line 123, ../sass/layouts/_responsive.scss */
  .one-sidebar aside.sidebar,
.two-sidebars aside.sidebar {
    float: left;
    width: 30%;
    margin-left: 70%;
    margin-right: -100%;
  }
  /* line 131, ../sass/layouts/_responsive.scss */
  .sidebar-first.one-sidebar.node-type-interlace-group #content {
    float: left;
    width: 66%;
    margin-left: 33%;
    margin-right: -100%;
  }
  /* line 137, ../sass/layouts/_responsive.scss */
  .sidebar-first.one-sidebar.node-type-interlace-group aside.sidebar {
    float: left;
    width: 33%;
    margin-left: 0%;
    margin-right: -33%;
  }
  /* line 131, ../sass/layouts/_responsive.scss */
  .sidebar-first.one-sidebar.node-type-urban-governance-atlas #content {
    float: left;
    width: 67%;
    margin-left: 0%;
    margin-right: -67%;
  }
  /* line 137, ../sass/layouts/_responsive.scss */
  .sidebar-first.one-sidebar.node-type-urban-governance-atlas aside.sidebar {
    float: left;
    width: 30%;
    margin-left: 70%;
    margin-right: -100%;
  }
  /* line 146, ../sass/layouts/_responsive.scss */
  .no-sidebars.not-front:not(.page-node-21635):not(.page-user):not(.page-interlace-cities):not(.page-interlace-articles):not(.page-interlace-events):not(.node-type-news-article):not(.page-product-lab):not(.page-interlace-product-group-repository) #content {
    width: 80%;
    margin-right: 20%;
  }
}
@media all and (max-width: 600px) {
  /* line 155, ../sass/layouts/_responsive.scss */
  aside.sidebar,
#content {
    margin-bottom: 20px;
  }
}
/* Component bootstrap grids rules */
/* Component (SMACSS module) rules */
/*/ === Colours === /*/
/*/ === Inherited colour overites === /*/
/*/ === Fonts === /*/
/*/ === Shapes === /*/
#views_infinite_scroll_button a,
.btn {
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  text-transform: uppercase;
  color: #19a489 !important;
  display: inline-block;
  background-color: #fff;
  border-radius: 0;
  border: none;
  outline: none;
  padding: 0.35rem 0.75rem;
  text-decoration: none !important;
  color: #fff !important;
  background-color: #19a489;
}
#views_infinite_scroll_button a:hover,
.btn:hover {
  background-color: #1a1a1a !important;
  text-decoration: none !important;
  color: #fff !important;
  cursor: pointer;
}
#views_infinite_scroll_button a:active,
.btn:active {
  transition: all 0.1s linear;
  background-color: rgb(14, 105, 87) !important;
  color: #fff !important;
  cursor: pointer;
}
#views_infinite_scroll_button a:hover,
.btn:hover {
  color: #fff !important;
  background-color: rgb(14, 105, 87) !important;
}
#views_infinite_scroll_button a:active,
.btn:active {
  color: #fff !important;
  background-color: rgb(14, 105, 87) !important;
}
#views_infinite_scroll_button a.red,
.btn.red {
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  text-transform: uppercase;
  color: #19a489 !important;
  display: inline-block;
  background-color: #fff;
  border-radius: 0;
  border: none;
  outline: none;
  padding: 0.35rem 0.75rem;
  text-decoration: none !important;
  color: #fff;
  background-color: #b71d41 !important;
  color: #fff !important;
}
#views_infinite_scroll_button a.red:hover,
.btn.red:hover {
  background-color: #1a1a1a !important;
  text-decoration: none !important;
  color: #fff !important;
  cursor: pointer;
}
#views_infinite_scroll_button a.red:active,
.btn.red:active {
  transition: all 0.1s linear;
  background-color: rgb(14, 105, 87) !important;
  color: #fff !important;
  cursor: pointer;
}
#views_infinite_scroll_button a.red:hover,
.btn.red:hover {
  background-color: pink !important;
}
#views_infinite_scroll_button a.red:active,
.btn.red:active {
  background-color: pink !important;
}
#views_infinite_scroll_button a.orange,
.btn.orange {
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  text-transform: uppercase;
  color: #19a489 !important;
  display: inline-block;
  background-color: #fff;
  border-radius: 0;
  border: none;
  outline: none;
  padding: 0.35rem 0.75rem;
  text-decoration: none !important;
  color: #fff !important;
  background-color: #f08106 !important;
  color: black !important;
}
#views_infinite_scroll_button a.orange:hover,
.btn.orange:hover {
  background-color: #1a1a1a !important;
  text-decoration: none !important;
  color: #fff !important;
  cursor: pointer;
}
#views_infinite_scroll_button a.orange:active,
.btn.orange:active {
  transition: all 0.1s linear;
  background-color: rgb(14, 105, 87) !important;
  color: #fff !important;
  cursor: pointer;
}
#views_infinite_scroll_button a.orange:hover,
.btn.orange:hover {
  background-color: #1a1a1a !important;
}
#views_infinite_scroll_button a.orange:active,
.btn.orange:active {
  background-color: #1a1a1a !important;
}
#views_infinite_scroll_button a.white,
.btn.white {
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  text-transform: uppercase;
  color: #19a489 !important;
  display: inline-block;
  background-color: #fff;
  border-radius: 0;
  border: none;
  outline: none;
  padding: 0.35rem 0.75rem;
  text-decoration: none !important;
  color: #fff !important;
  background-color: #f08106 !important;
  color: orange !important;
  background-color: #fff !important;
}
#views_infinite_scroll_button a.white:hover,
.btn.white:hover {
  background-color: #1a1a1a !important;
  text-decoration: none !important;
  color: #fff !important;
  cursor: pointer;
}
#views_infinite_scroll_button a.white:active,
.btn.white:active {
  transition: all 0.1s linear;
  background-color: rgb(14, 105, 87) !important;
  color: #fff !important;
  cursor: pointer;
}
#views_infinite_scroll_button a.white:hover,
.btn.white:hover {
  background-color: #1a1a1a !important;
}
#views_infinite_scroll_button a.white:active,
.btn.white:active {
  background-color: #1a1a1a !important;
}
#views_infinite_scroll_button a.pink,
.btn.pink {
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  text-transform: uppercase;
  color: #19a489 !important;
  display: inline-block;
  background-color: #fff;
  border-radius: 0;
  border: none;
  outline: none;
  padding: 0.35rem 0.75rem;
  text-decoration: none !important;
  color: #fff !important;
  background-color: #f08106 !important;
  color: #fff !important;
  background-color: rgb(236, 96, 132) !important;
}
#views_infinite_scroll_button a.pink:hover,
.btn.pink:hover {
  background-color: #1a1a1a !important;
  text-decoration: none !important;
  color: #fff !important;
  cursor: pointer;
}
#views_infinite_scroll_button a.pink:active,
.btn.pink:active {
  transition: all 0.1s linear;
  background-color: rgb(14, 105, 87) !important;
  color: #fff !important;
  cursor: pointer;
}
#views_infinite_scroll_button a.pink:hover,
.btn.pink:hover {
  background-color: #1a1a1a !important;
}
#views_infinite_scroll_button a.pink:active,
.btn.pink:active {
  background-color: #1a1a1a !important;
}
#views_infinite_scroll_button a:hover,
.btn:hover {
  color: #fff !important;
  background-color: #1a1a1a !important;
}
#views_infinite_scroll_button a:active,
.btn:active {
  color: #fff !important;
  background-color: #1a1a1a !important;
}

/*/  === INLINE IMAGES ===  /*/
figure[style="float:right"],
img.imgtoright,
img.imgtoright-quarter {
  float: right;
  margin: 0 0 10px 2%;
  clear: right;
  max-width: 48%;
  width: 480px;
}

figure[style="float:left"] img.imgtoleft,
img.imgtoleft-quarter {
  float: left;
  margin: 0 2% 15px 0;
  clear: left;
  max-width: 48%;
  width: 480px;
}

figure[style="display:inline-block"],
img.imgtomiddle {
  float: none;
  margin: 15px auto;
  clear: both;
  display: block;
}

img.imgtoleft-quarter,
img.imgtoright-quarter {
  width: 240px;
  max-width: 23%;
}

img.img-thumbnail {
  max-width: 23%;
  float: left;
  margin: 0 0 2% 10px;
}

@media all and (max-width: 768px) {
  img.imgtoright,
img.imgtoleft {
    max-width: 48%;
  }
}
@media all and (max-width: 480px) {
  img.imgtoright,
img.imgtoleft {
    float: none;
    margin: 10px auto;
    clear: both;
    display: block;
    max-width: 100%;
  }
  img.imgtoleft-quarter,
img.imgtoright-quarter {
    max-width: 48%;
  }
}
/*/  === INLINE ADVANDED IMAGE2 ===  /*/
figure {
  margin: 10px 0;
  float: none !important;
}

@media (min-width: 768px) {
  figure[style="float:right"] {
    float: right !important;
    margin: 0 0 15px 3%;
    clear: right;
    max-width: 48%;
    width: 480px;
  }
  figure[style="float:left"] {
    float: left !important;
    margin: 0 3% 15px 0;
    clear: left;
    max-width: 48%;
    width: 480px;
  }
  figure[style="display:inline-block"] {
    float: none !important;
    margin: 15px auto;
    clear: both;
    display: block;
  }
}
figcaption {
  text-align: left;
}

figcaption:before {
  font-family: "networknature";
  content: "\e80f";
  padding-right: 0.5em;
}

.flag {
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  float: none;
  text-align: left;
  margin-top: 6px;
}

.flag::before {
  content: "\e804";
  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;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "oppla_icons_2";
  font-size: 36px;
  margin: 0 0.25em 0 0;
}

.flag.flag-action::before {
  content: "\e802";
}

.leaflet-top, .leaflet-bottom {
  z-index: 500;
}

@font-face {
  font-family: "networknature";
  src: url("fonts/networknature.eot?19509064");
  src: url("fonts/networknature.eot?19509064#iefix") format("embedded-opentype"), url("fonts/networknature.woff2?19509064") format("woff2"), url("fonts/networknature.woff?19509064") format("woff"), url("fonts/networknature.ttf?19509064") format("truetype"), url("fonts/networknature.svg?19509064#networknature") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "round_socials";
  src: url("fonts/round_socials.eot?48386245");
  src: url("fonts/round_socials.eot?48386245#iefix") format("embedded-opentype"), url("fonts/round_socials.woff2?48386245") format("woff2"), url("fonts/round_socials.woff?48386245") format("woff"), url("fonts/round_socials.ttf?48386245") format("truetype"), url("fonts/round_socials.svg?48386245#round_socials") 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;
}
@font-face {
  font-family: "oppla_icons_3";
  src: url("fonts/oppla3.eot");
  src: url("fonts/oppla3.eot#iefix") format("embedded-opentype"), url("fonts/oppla3.woff2") format("woff2"), url("fonts/oppla3.woff") format("woff"), url("fonts/oppla3.ttf") format("truetype"), url("fonts/oppla3.svg#oppla3") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'round_socials';
    src: url('../font/round_socials.svg?73102444#round_socials') format('svg');
  }
}
*/
body {
  color: #1a1a1a;
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  margin: 1em 0 0.25em;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: underline;
}

h1.page__title {
  font-size: 2.5em;
  margin: 0 0 30px 0;
}

.front h1.page__title {
  display: none;
}

h2,
h3,
h4,
h5,
h6,
dt,
.field .field-label,
legend {
  font-size: 1.75em;
  line-height: 1.2;
  color: #19a489;
  margin: 1em 0 0.25em;
}

.field-collection-view .field .field-label {
  font-size: 1em;
  width: auto;
}

h3,
h4,
h5,
h6,
dt,
.field .field-label,
legend {
  font-size: 1.25em;
}

h4 {
  font-size: 1.15em;
}

h5,
h6 {
  font-size: 1em;
}

.field-name-body strong {
  font-weight: 600;
}

hr {
  border-color: rgb(214, 214, 214);
}

ul, ol, p, pre {
  margin: 0 0 12px 0;
}

ul,
ol {
  padding-left: 1.25em;
}

ul li {
  margin: 0 0 3px 0;
  margin-bottom: 3px;
  padding: 0;
}
ul li::marker {
  color: #19a489;
  font-size: 1.2em;
}
ul li li:last-child {
  margin-bottom: 0;
}

blockquote {
  background: rgb(157, 196, 132);
  background: #19a489;
  font-style: normal;
  margin: 0 0 15px 0;
  padding: 15px;
}
blockquote p {
  color: #fff;
  margin: 0 0 5px 0;
}
blockquote p:last-child {
  margin-bottom: 0;
}

#content.column .field-type-image {
  margin: 0 0 15px 0;
}

table {
  border: none;
  font-size: 0.85em;
  line-height: 1.2;
  background: #d2d2d2;
  width: 100%;
  margin: 0 0 15px 0;
}
table td,
table th {
  border: none;
  border-bottom: 1px solid #fff;
  padding: 4px 8px 4px 6px;
}
table td p,
table th p {
  margin: 0 0 2px 0;
}
table td th,
table th th {
  background: #b8b8b8;
}
.case-study-blocks table {
  background: #19a489;
}

/**
 * @file
 * SMACSS Modules
 *
 * Adds modular sets of styles.
 *
 * Additional useful selectors can be found in Zen's online documentation.
 * https://drupal.org/node/1707736
 */
/**
 * Wireframes.
 */
/**
 * Accessibility features.
 */
/* element-invisible as defined by http://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
.element-invisible,
#navigation .block-menu .block__title,
#navigation .block-menu-block .block__title,
.element-focusable {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* Turns off the element-invisible effect. */
.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.
 */
#skip-link {
  margin: 0;
}
#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. */
.header__logo {
  float: left; /* LTR */
  margin: 0;
  padding: 0;
}

/* Logo image. */
.header__logo-image {
  vertical-align: bottom;
}

/* Wrapper for website name and slogan. */
.header__name-and-slogan {
  float: left;
}

/* The name of the website. */
.header__site-name {
  margin: 0;
}

/* The link around the name of the website. */
.header__site-link:link, .header__site-link:visited {
  color: #000;
  text-decoration: none;
}
.header__site-link:hover, .header__site-link:focus {
  text-decoration: underline;
}

/* The slogan (or tagline) of a website. */
.header__site-slogan {
  margin: 0;
}

/* The secondary menu (login, etc.) */
.header__secondary-menu {
  float: right; /* LTR */
}

/* Wrapper for any blocks placed in the header region. */
.header__region {
  /* Clear the logo. */
  clear: both;
}

/**
 * Navigation bar.
 */
#navigation {
  /* Sometimes you want to prevent overlapping with main div. */
  /* overflow: hidden; */
  /* Main menu and secondary menu links and menu block links. */
}
#navigation .block {
  margin-bottom: 0;
}
#navigation .links,
#navigation .menu {
  margin: 0;
  padding: 0;
}
#navigation .links li,
#navigation .menu li {
  /* A simple method to get navigation links to appear in one line. */
  list-style-type: none;
  list-style-image: none;
}

/**
 * Breadcrumb navigation.
 */
.breadcrumb ol {
  margin: 0;
  padding: 0;
}
.breadcrumb li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/**
 * Titles.
 */
.page__title,
.node__title,
.block__title,
.comments__title,
.comments__form-title,
.comment__title { /* Comment title. */
  margin: 0;
}

/**
 * Messages.
 */
.messages, .messages--error, .messages--warning, .messages--status {
  margin: 1em 0;
  /* Drupal core uses "6px 0" margin */
  padding: 3px 3px 3px 59px;
  color: #3f3f3f;
  border: none;
  background: inline-image("icon-tick.png") no-repeat 23px center;
}
.messages ul, .messages--error ul, .messages--warning ul, .messages--status ul {
  margin-top: 0;
  margin-bottom: 0;
}
.messages ul li, .messages--error ul li, .messages--warning ul li, .messages--status ul li, .messages ul li:last-child {
  margin: 0 !important;
}

.messages-inner {
  padding: 15px 20px;
  background: #e5e5e5;
}

.messages--warning {
  background-image: inline-image("icon-warning.png");
}

.messages--error {
  background-image: inline-image("icon-cross.png");
}

.messages__list {
  margin: 0;
}

.messages__item {
  list-style-image: none;
}

/* Core/module installation error messages. */
.messages--error p.error {
  color: #333;
}

/* System status report. */
.ok,
.messages--status {
  background-color: #19a489;
}

.warning,
.messages--warning {
  background-color: rgba(240, 129, 6, 0.5);
}

.error,
.messages--error {
  background-color: rgba(240, 129, 6, 0.5);
}

.form-textarea.required.error,
.form-text.required.error {
  color: pink;
  background-color: tint(#dc5641, 80%);
}

/**
 * Tabs.  Replaced now in _navigation.scss
 */
/**
 * Inline styles.
 */
/* List of links generated by theme_links(). */
.inline {
  display: inline;
  padding: 0;
}
.inline li {
  display: inline;
  list-style-type: none;
  padding: 0 1em 0 0; /* LTR */
}

/* The inline field label used by the Fences module. */
span.field-label {
  padding: 0 1em 0 0; /* LTR */
}

/**
 * "More" links.
 */
.more-link {
  text-align: right; /* LTR */
}

.more-help-link {
  text-align: right; /* LTR */
}

.more-help-link a {
  background-image: inline-image("help.png");
  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. */
.pager {
  clear: both;
  padding: 0;
  text-align: center;
}

.pager-current, .pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis {
  display: inline;
  padding: 0 0.5em;
  list-style-type: none;
  background-image: none;
}

.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. */
.pager-current {
  font-weight: bold;
}

/**
 * Blocks.
 */
/* Block wrapper. */
.block {
  margin-bottom: rhythm(1);
}

/**
 * Menus.
 */
/* The active item in a Drupal menu. */
.menu a.active {
  color: #000;
}

/**
 * Marker.
 */
/* The "new" or "updated" marker. */
.new,
.update {
  color: #c00;
  /* Remove background highlighting from <mark> in normalize. */
  background-color: transparent;
}

/**
 * Unpublished note.
 */
/* The word "Unpublished" displayed underneath the content. */
.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. */
.comments {
  margin: rhythm(1) 0;
}

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

/* Wrapper for a single comment. */
.comment {
  /* Comment's permalink wrapper. */
}
.comment .permalink {
  text-transform: uppercase;
  font-size: 75%;
}

/* Nested comments are indented. */
.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. */
.form-item {
  margin: rhythm(1) 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). */
}
.form-checkboxes .form-item, .form-radios .form-item {
  /* Drupal core uses "0.4em 0". */
  margin: 0;
}
tr.odd .form-item, tr.even .form-item {
  margin: 0;
}
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #900;
}
.form-item .description {
  font-size: 0.85em;
}

.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2.4em;
}

/* The part of the label that indicates a required field. */
.form-required {
  color: #900;
}

/* Labels for radios and checkboxes. */
label.option {
  display: inline;
  font-weight: normal;
}

/* Buttons used by contrib modules like Media. */
/* Password confirmation. */
.password-parent,
.confirm-parent {
  margin: 0;
}

/* Drupal's default login form block. */
#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. */
.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. */
.openid-link,
.user-link {
  margin-top: rhythm(1);
}

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 */
}

#user-login ul {
  margin: rhythm(1) 0;
}

/**
 * Drupal admin tables.
 */
form th {
  text-align: left; /* LTR */
  padding-right: 1em; /* LTR */
  border-bottom: 3px solid #ccc;
}
form tbody {
  border-top: 1px solid #ccc;
}
form table ul {
  margin: 0;
}

tr.even,
tr.odd {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}

tr.even {
  background-color: #fff;
}

/* Markup generated by theme_tablesort_indicator(). */
td.active {
  background-color: #ddd;
}

/* Center checkboxes inside table cell. */
td.checkbox,
th.checkbox {
  text-align: center;
}

/* Drupal core wrongly puts this in system.menus.css. Since we override that, add it back. */
td.menu-disabled {
  background: #ccc;
}

/**
 * Autocomplete.
 *
 * @see autocomplete.js
 */
/* Suggestion list. */
#autocomplete .selected {
  background: #0072b9;
  color: #fff;
}

/**
 * Collapsible fieldsets.
 *
 * @see collapse.js
 */
/**
 * TableDrag behavior.
 *
 * @see tabledrag.js
 */
tr.drag {
  background-color: #fffff0;
}

tr.drag-previous {
  background-color: #ffd;
}

.tabledrag-toggle-weight {
  font-size: 0.9em;
}

/**
 * TableSelect behavior.
 *
 * @see tableselect.js
 */
tr.selected td {
  background: #ffc;
}

/**
 * Progress bar.
 *
 * @see progress.js
 */
.progress {
  font-weight: bold;
}
.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;
}
.progress .filled {
  background-color: #0072b9;
  background-image: image-url("progress.gif");
}

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

/* line 21, ../sass/components/hamburgers/_base.scss */
.hamburger:hover {
  opacity: 1;
}

/* line 31, ../sass/components/hamburgers/_base.scss */
.hamburger.is-active:hover {
  opacity: 1;
}

/* line 40, ../sass/components/hamburgers/_base.scss */
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

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

/* line 55, ../sass/components/hamburgers/_base.scss */
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

/* line 60, ../sass/components/hamburgers/_base.scss */
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

/* line 73, ../sass/components/hamburgers/_base.scss */
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

/* line 79, ../sass/components/hamburgers/_base.scss */
.hamburger-inner::before {
  top: -10px;
}

/* line 83, ../sass/components/hamburgers/_base.scss */
.hamburger-inner::after {
  bottom: -10px;
}

/*
 * Squeeze
 */
/* line 6, ../sass/components/hamburgers/types/_squeeze.scss */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 10, ../sass/components/hamburgers/types/_squeeze.scss */
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

/* line 15, ../sass/components/hamburgers/types/_squeeze.scss */
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 22, ../sass/components/hamburgers/types/_squeeze.scss */
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* line 27, ../sass/components/hamburgers/types/_squeeze.scss */
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

/* line 34, ../sass/components/hamburgers/types/_squeeze.scss */
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* === NAVIGATION === */
a {
  color: #19a489;
}
a:hover {
  color: #19a489;
}

.hamburger {
  border: none !important;
  margin: 5px 0 10px 15px;
  padding: 0;
  float: right;
  clear: right;
}
.hamburger:focus {
  border: none !important;
  outline: none !important;
}
@media all and (min-width: 800px) {
  .hamburger {
    margin-left: 15px;
  }
}

/* --- breadcrumb --- Images for alphabetical */
.breadcrumb {
  color: #6D6E71;
  font-size: 0.9em;
  margin: 0 0 1em 0;
  clear: both;
}
.breadcrumb li:first-child:before {
  content: "\e814";
  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;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #6D6E71;
}
.breadcrumb a:link,
.breadcrumb a:visited {
  color: #6D6E71;
  text-decoration: none;
}
.breadcrumb a:hover {
  color: #19a489;
  text-decoration: underline;
}

#navigation .block {
  float: none;
}
@media all and (min-width: 767px) {
  #navigation .custom-search-block {
    float: right;
    width: 47.5%;
  }
  #navigation #block-menu-block-8 {
    float: left;
    width: 47.5%;
  }
}
@media all and (min-width: 960px) {
  #navigation .custom-search-block {
    width: 57.5%;
  }
  #navigation #block-menu-block-8 {
    width: 37.5%;
  }
}
#navigation .block.social-links {
  width: 100%;
  clear: both;
  padding: 0.5em 0 1em 0 !important;
  margin: 0;
}
@media all and (min-width: 767px) {
  #navigation .block.social-links {
    border-top: 3px solid #fff;
    padding: 1em 0 !important;
  }
}
#navigation .block-menu-block[role=navigation] {
  float: none;
  margin: 0;
}
#navigation .block-menu-block[role=navigation] ul.menu,
#navigation .block-menu-block[role=navigation] .menu li {
  text-align: left;
  padding: 0;
  margin: 0;
  list-style: none;
}
#navigation .block-menu-block[role=navigation] .menu a {
  color: #1a1a1a;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  text-transform: uppercase;
}
#navigation .block-menu-block[role=navigation] .menu a:hover {
  text-decoration: underline;
}
#navigation .block-menu-block[role=navigation] .menu .menu a {
  text-transform: none;
  padding-left: 1em;
}
#navigation #block-menu-block-8 {
  margin: 2rem 0 0 0;
}
#navigation #block-menu-block-8 .menu {
  display: block;
  text-align: left;
}
#navigation #block-menu-block-8 .menu li {
  display: block;
  float: none;
  padding: 0;
  margin: 0;
  border-top: 3px solid #fff;
}
#navigation #block-menu-block-8 .menu li.last {
  border-bottom: 3px solid #fff;
}
@media all and (min-width: 767px) {
  #navigation #block-menu-block-8 .menu li.last {
    border-bottom: none;
  }
}
#navigation #block-menu-block-8 .menu li a {
  position: relative;
  font-size: 1.25em;
  color: black;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.75em 12px;
  display: block;
}
#navigation #block-menu-block-8 .menu li a:hover {
  cursor: pointer;
}
#navigation #block-menu-block-8 .menu li a.active {
  cursor: default;
}
#navigation #block-menu-block-8 .menu li.expanded > a::after, #navigation #block-menu-block-8 .menu li.collapsed > a::after {
  content: "\f105";
  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;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  position: absolute;
  top: 0.75rem;
  right: 0;
}
#navigation #block-menu-block-8 .menu li.expanded > a::after {
  content: "\f107";
}
#navigation #block-menu-block-8 .menu li ul {
  display: block;
}
#navigation #block-menu-block-8 .menu li ul li {
  border-top: none;
}
#navigation #block-menu-block-8 .menu li ul li a {
  padding-left: 1em;
  font-size: 1em;
  padding: 0 12px 0.5em 12px;
}
#navigation #block-menu-block-8 .menu li ul li.expanded > a:after, #navigation #block-menu-block-8 .menu li ul li.collapsed > a:after {
  top: 0.25rem;
}
#navigation #block-menu-block-8 .menu li ul li.last {
  border-bottom: none;
}
#navigation #block-menu-block-8 .menu li ul ul li a {
  padding-left: 2em;
  font-size: 0.85em;
}

.search-form {
  border: 1px solid red;
}

/* --- old IE fix for no flexbox support ---  */
.lt-ie9 #navigation .region-navigation .menu {
  display: block;
}

/* === TABS === */
.tabs,
.tabs li {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* --- Tabs primary --- */
.tabs-primary {
  border-bottom: 2px solid #6D6E71;
  margin-bottom: 1em;
  padding: 0;
}
.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;
}
.tabs-primary li:last-child {
  margin-bottom: 0;
}
.tabs-primary li.is-active {
  background: #6D6E71;
  border-bottom: 1px solid #6D6E71;
}
.tabs-primary li.is-active a, .tabs-primary li.is-active:hover {
  color: #fff !important;
  cursor: default;
}
.tabs-primary li a {
  display: block;
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #6D6E71;
  text-decoration: none;
}
.tabs-primary li a:hover {
  color: #242424;
  text-decoration: none;
}

@media all and (max-width: 600px) {
  .tabs-primary {
    border-bottom: none;
    padding: 0;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .tabs-primary li.is-active {
    border-bottom: 3px #fff solid;
  }
}
/* --- Tabs secondary --- */
.tabs-secondary li {
  display: inline-block;
  margin-right: 0.5em;
}
.tabs-secondary li a {
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #6D6E71;
  text-decoration: none;
  border-bottom: 6px solid #fff;
  padding-bottom: 4px;
}
.tabs-secondary li a:hover {
  border-color: #6D6E71;
}
.tabs-secondary li a.active,
.tabs-secondary li a.active:hover {
  color: #00aaad;
  border-color: #00aaad;
  cursor: default;
}

/* --- Flippy links --- */
.flippy {
  margin: 0;
  padding: 0;
}
.flippy li {
  margin: 0;
  padding: 0;
}
.flippy li.prev {
  float: left;
}
.flippy li.next {
  float: right;
}
/* --- Map cluster markers --- */
.marker-cluster-small div,
.marker-cluster-medium div,
.marker-cluster-large div {
  background-color: #19a489;
}

.view .date-nav-wrapper {
  font-weight: 600;
}
.view .date-nav-wrapper ul,
.view .date-nav-wrapper li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.view .date-nav-wrapper .pager li.date-prev,
.view .date-nav-wrapper .pager li.date-next {
  background: transparent;
  border-radius: 0;
  background: transparent;
  float: none;
  padding: 0;
  position: absolute;
}
.view .date-nav-wrapper .pager li.date-prev a,
.view .date-nav-wrapper .pager li.date-next a {
  color: #19a489;
  background: transparent !important;
  border: none;
  font-size: 0;
  font-weight: 600;
}
.view .date-nav-wrapper .pager li.date-prev a::after, .view .date-nav-wrapper .pager li.date-prev a::before,
.view .date-nav-wrapper .pager li.date-next a::after,
.view .date-nav-wrapper .pager li.date-next 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;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 37px;
  color: #19a489 !important;
  margin: 0;
  width: auto;
}
.view .date-nav-wrapper .pager li.date-prev a::after:hover, .view .date-nav-wrapper .pager li.date-prev a::before:hover,
.view .date-nav-wrapper .pager li.date-next a::after:hover,
.view .date-nav-wrapper .pager li.date-next a::before:hover {
  color: black !important;
}
.view .date-nav-wrapper .pager li.date-prev:hover,
.view .date-nav-wrapper .pager li.date-next:hover {
  color: #19a489 !important;
  background: transparent !important;
}
.view .date-nav-wrapper .pager li.date-prev:hover::after, .view .date-nav-wrapper .pager li.date-prev:hover::before,
.view .date-nav-wrapper .pager li.date-next:hover::after,
.view .date-nav-wrapper .pager li.date-next:hover::before {
  color: black !important;
}
.view .date-nav-wrapper .pager li.date-prev {
  right: 40px;
  left: auto;
}
.view .date-nav-wrapper .pager li.date-prev a::before {
  content: "\e806";
}
.view .date-nav-wrapper .pager li.date-next {
  right: -10px;
  left: auto;
}
.view .date-nav-wrapper .pager li.date-next a::after {
  content: "\e807";
}
.view .date-nav-wrapper .date-heading h3 {
  font-weight: 600;
}
@media all and (min-width: 768px) {
  .view .date-nav-wrapper .date-heading h3 {
    text-align: center;
  }
}

.calendar-calendar .month-view .full td.multi-day div.monthview,
.calendar-calendar .week-view .full td.multi-day div.weekview,
.calendar-calendar .day-view .full td.multi-day div.dayview {
  background: #19a489;
}

.calendar-calendar .month-view .full td.multi-day .inner .monthview .continues,
.calendar-calendar .month-view .full td.multi-day .inner .monthview .cutoff,
.calendar-calendar .week-view .full td.multi-day .inner .weekview .continues,
.calendar-calendar .week-view .full td.multi-day .inner .weekview .cutoff,
.calendar-calendar .month-view .full .inner .monthview,
.calendar-calendar .week-view .full .inner .weekview,
.calendar-calendar .day-view .full .inner .dayview {
  background: #19a489;
}

.calendar-calendar .month-view .full .inner .monthview,
.calendar-calendar .week-view .full .inner .weekview,
.calendar-calendar .day-view .full .inner .dayview {
  -moz-border-radius: 0;
  border-radius: 0;
}

.calendar-calendar .month-view .full td.multi-day div.monthview,
.calendar-calendar .week-view .full td.multi-day div.weekview,
.calendar-calendar .day-view .full td.multi-day div.dayview {
  color: rgb(183, 183, 183);
  background: #19a489;
}

.calendar-calendar .month-view .full td.single-day div.monthview,
.calendar-calendar .week-view .full td.single-day div.weekview,
.calendar-calendar .day-view .full td.single-day div.dayview {
  background: #19a489;
}

.calendar-calendar td {
  color: rgb(183, 183, 183);
  font-weight: 600;
}
.calendar-calendar td a {
  font-weight: 600;
}

.calendar-calendar div.calendar {
  font-size: 12px;
}

.calendar h3 {
  font-weight: 600;
  font-size: 12px;
  margin: 0 0 3px 0;
}

.calendar-calendar td span.date-display-single,
.calendar-calendar td span.date-display-start,
.calendar-calendar td span.date-display-end,
.calendar-calendar td span.date-display-separator {
  font-weight: 500;
}

.calendar-calendar .month-view .full tr td.single-day.today,
.calendar-calendar .month-view .full tr td.today,
.calendar-calendar .month-view .full tr.odd td.today,
.calendar-calendar .month-view .full tr.even td.today,
.calendar-calendar .month-view .full tr td.today,
.calendar-calendar .month-view .full tr.odd td.today,
.calendar-calendar .month-view .full tr.even td.today {
  background: #fff;
}

.block.social-links {
  margin: 0;
}
.block.social-links .menu {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
@media all and (min-width: 767px) {
  .block.social-links .menu {
    text-align: right;
  }
}
.block.social-links li {
  padding: 0;
  margin: 0 3px 0 0;
  displaY: INLINE-BLOCK;
  text-align: right;
}
.block.social-links li.last {
  margin-right: 0;
}
.block.social-links a {
  font-family: "round_socials";
  color: rgb(183, 183, 183);
  font-size: 1em;
  background: transparent;
  text-indent: 0;
  displaY: BLOCK;
  padding: 0;
  margin: 0;
  font-size: 0;
  line-height: 1;
  text-decoration: none;
}
.block.social-links li a.twitter::after {
  content: "\f30a";
  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;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "round_socials";
  color: #1a1a1a;
  font-family: "networknature";
  content: "\e80b";
}
.block.social-links 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;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "round_socials";
  color: #1a1a1a;
}
.block.social-links li a.linkedin::after {
  content: "\f05b";
  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;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "round_socials";
  color: #1a1a1a;
}
.block.social-links li a.youtube::after {
  content: "\e80c";
  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;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "round_socials";
  color: #1a1a1a;
  font-family: "networknature";
}
.block.social-links li a.flickr::after {
  content: "\e806";
  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;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "round_socials";
  color: #1a1a1a;
}
.block.social-links li a.facebook::after {
  content: "\f30d";
  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;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "round_socials";
  color: #1a1a1a;
}
.block.social-links li a.instagram::after {
  content: "\f05e";
  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;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "round_socials";
  color: #1a1a1a;
}
.block.social-links li a::after {
  color: rgb(183, 183, 183) !important;
  font-size: 32px;
}
.block.social-links li a:hover::after {
  color: #1a1a1a !important;
}

.icon-youtube-play:before {
  content: "\e808";
} /* '' */
.icon-instagram-1:before {
  content: "\e809";
} /* '' */
.icon-twitter:before {
  content: "\e80b";
} /* '' */
.icon-youtube-play-1:before {
  content: "\e80c";
} /* '' */
.icon-instagram-2:before {
  content: "\e80d";
} /* '' */
.icon-facebook-squared-1:before {
  content: "\e80e";
} /* '' */
.icon-camera-1:before {
  content: "\e80f";
} /* '' */
.icon-search:before {
  content: "\e810";
} /* '' */
.icon-user-circle:before {
  content: "\f2bd";
} /* '' */
.icon-user-circle-o:before {
  content: "\f2be";
} /* '' */
.icon-facebook-squared:before {
  content: "\f308";
} /* '' */
.icon-linkedin-squared:before {
  content: "\f30c";
} /* '' */
.block.user-menu {
  margin-top: 0;
  margin-right: 10px;
}
.block.user-menu .menu li {
  display: inline-block;
  margin: 0;
  padding-left: 10px;
  padding-top: 4px;
}
.block.user-menu .menu li a {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: rgb(183, 183, 183);
  background: #fff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 6px 0;
}
.block.user-menu .menu li a:hover {
  color: #1a1a1a;
  text-decoration: underline;
}
.block.user-menu .menu li a.join-the-hub {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  background: #b71d41;
  border-radius: 1em;
  padding: 6px 1em;
}
.block.user-menu .menu li a.join-the-hub:hover {
  color: #fff;
  background: #c36906;
  text-decoration: none;
}

.footer .block.social-links {
  clear: left;
}
.footer .block.social-links .menu {
  text-align: left;
}
.footer .block.social-links .menu a:hover {
  color: #19a489;
}
.footer .block.social-links .menu a::after {
  margin: 0 0.5em 0 0 !important;
}

li[class*=comment] a,
.masquerade-switch,
.more-link,
.btn,
button:not(.hamburger),
input[type=button],
input[type=reset],
input[type=apply],
input[type=submit],
.page-node-done .links a,
.read-more a,
.flippy .prev a,
.flippy .next a,
.pager li a {
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  text-transform: uppercase;
  color: #19a489 !important;
  display: inline-block;
  background-color: #fff;
  border-radius: 0;
  border: none;
  outline: none;
  padding: 0.35rem 0.75rem;
  text-decoration: none !important;
  color: #fff !important;
  background-color: #f08106 !important;
}
li[class*=comment] a:hover,
.masquerade-switch:hover,
.more-link:hover,
.btn:hover,
button:not(.hamburger):hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=apply]:hover,
input[type=submit]:hover,
.page-node-done .links a:hover,
.read-more a:hover,
.flippy .prev a:hover,
.flippy .next a:hover,
.pager li a:hover {
  background-color: #1a1a1a !important;
  text-decoration: none !important;
  color: #fff !important;
  cursor: pointer;
}
li[class*=comment] a:active,
.masquerade-switch:active,
.more-link:active,
.btn:active,
button:not(.hamburger):active,
input[type=button]:active,
input[type=reset]:active,
input[type=apply]:active,
input[type=submit]:active,
.page-node-done .links a:active,
.read-more a:active,
.flippy .prev a:active,
.flippy .next a:active,
.pager li a:active {
  transition: all 0.1s linear;
  background-color: rgb(14, 105, 87) !important;
  color: #fff !important;
  cursor: pointer;
}
li[class*=comment] a:hover,
.masquerade-switch:hover,
.more-link:hover,
.btn:hover,
button:not(.hamburger):hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=apply]:hover,
input[type=submit]:hover,
.page-node-done .links a:hover,
.read-more a:hover,
.flippy .prev a:hover,
.flippy .next a:hover,
.pager li a:hover {
  background-color: #1a1a1a !important;
}
li[class*=comment] a:active,
.masquerade-switch:active,
.more-link:active,
.btn:active,
button:not(.hamburger):active,
input[type=button]:active,
input[type=reset]:active,
input[type=apply]:active,
input[type=submit]:active,
.page-node-done .links a:active,
.read-more a:active,
.flippy .prev a:active,
.flippy .next a:active,
.pager li a:active {
  background-color: #1a1a1a !important;
}

.read-more a::after {
  width: auto;
}
.read-more a strong {
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.big-btn {
  width: 275px;
  float: left;
  margin: 0 1em 2em 0;
  text-align: center;
}

.big-btn .btn {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.big-btn .btn strong {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.inline-btns .btn {
  display: inline-block;
  margin-left: 15px;
}

#edit-cancel {
  margin-left: 1em;
}

textarea,
input[type=text],
input[type=email],
input[type=password],
.block-contact-form-blocks input[type=text] {
  padding: 10px 0;
  text-indent: 5px;
  background-color: rgb(235, 235, 235);
  border: 2px solid rgb(183, 183, 183);
  width: 100%;
  max-width: auto;
}
textarea:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
.block-contact-form-blocks input[type=text]:focus {
  background: #fff;
}

textarea {
  text-indent: 0;
  padding: 10px 1%;
  idth: 98%;
}

button, input, select, textarea {
  max-width: auto;
}

.form-actions input[type=submit] {
  font-size: 1.5em;
}

.search-form {
  background-color: #fff;
  border: 1px solid rgb(214, 214, 214);
  padding: 0.2em 0.4em;
  margin: 0;
}
#header .search-form {
  float: right;
  min-width: 200px;
}
@media all and (min-width: 800px) {
  #header .search-form {
    min-width: 300px;
  }
}
@media all and (max-width: 400px) {
  #header .search-form {
    min-width: 100%;
  }
}
.search-form::after {
  content: "";
  clear: both;
  display: table;
}
.search-form div:not([class]) {
  display: flex;
}
.search-form .form-item {
  margin: 0;
  flex-grow: 1;
  padding-right: 1em;
}
.search-form input {
  margin: 0;
  height: 1.75em;
  border: none;
  background: transparent;
}
.search-form input.custom-search-box.form-text:focus {
  outline: none;
  border: none;
  background: rgba(245, 255, 4, 0.71);
}
.search-form input.custom-search-button {
  margin-top: 4px;
  height: 1em;
}

#search-form.search-form {
  padding: 0.5em;
}
#search-form.search-form label {
  display: none;
}
#search-form.search-form input.form-submit {
  background: green;
  padding-left: 1ch;
  padding-right: 1ch;
}
#search-form.search-form div:not([class]) {
  display: block;
}
#search-form.search-form .form-wrapper.container-inline {
  display: flex;
}
ol.search-results.node-results {
  margin: 0;
  padding: 0;
}
ol.search-results.node-results li {
  padding: 10px 0 15px 0;
  margin: 0;
  border-bottom: 1px solid #6D6E71;
}
ol.search-results.node-results li:last-child {
  border-bottom: none;
}
ol.search-results.node-results li .search-snippet-info {
  padding-left: 0;
}
ol.search-results.node-results li .search-info {
  color: #6D6E71;
}

.page-user .tabs-primary.tabs.primary li:last-child {
  display: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: none;
}

.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;
}

.ui-accordion .ui-icon {
  background-image: none !important;
}

.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;
}

.ui-accordion h3.ui-accordion-header {
  padding: 6px 6px 6px 12px;
}

.ui-state-default {
  border-top: 1px solid #fff !important;
  margin-top: 1px;
}

.ui-accordion-content a {
  margin-top: 2px;
}

.ui-accordion {
  margin-bottom: 1em;
}

.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;
}

.ui-state-active {
  background: #6D6E71;
}

.ui-accordion-content-active {
  height: auto !important;
}

.ui-state-active a {
  color: #fff;
}

.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;
}

.ui-accordion .ui-accordion-content {
  padding: 1em;
}

.ui-accordion .ui-accordion-content .form-item {
  margin: 0;
}

.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;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #fff;
}

.ui-state-hover a,
.ui-state-hover a:hover {
  color: #242424;
}

.ui-state-active a:hover {
  color: #fff;
}

.ui-accordion label {
  font-size: 0.7em;
}

.ui-accordion-icons .ui-accordion-header a {
  padding: 0.5em;
}
.ui-accordion-icons .ui-accordion-header a:after {
  content: "\e805";
  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;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-accordion-icons .ui-accordion-header.ui-state-active a:after {
  content: "\e807";
  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;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.node-form.node-oppla_product-form legend {
  font-family: "Public Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #6D6E71;
  text-transform: uppercase;
}
.node-form.node-oppla_product-form legend:hover {
  color: #6D6E71;
  cursor: default;
}
.node-form.node-oppla_product-form fieldset .fieldset-wrapper {
  margin: 1.25em 0;
  padding: 0;
  background: #fff;
}
.node-form.node-oppla_product-form fieldset .fieldset-wrapper legend {
  color: #6D6E71;
  font-size: 1.24em;
}
.node-form.node-oppla_product-form fieldset .form-wrapper {
  margin: 0.5em 0;
}
.node-form.node-oppla_product-form fieldset.date-combo {
  margin: 0;
}
.node-form.node-oppla_product-form .form-wrapper {
  margin: 1.25em 0;
}
.node-form.node-oppla_product-form .form-field-name-field-pr-price input.form-text {
  width: auto;
  display: inline-block;
}
.node-form.node-oppla_product-form table {
  width: 100%;
}
.node-form.node-oppla_product-form table th {
  border: none !important;
}
.node-form.node-oppla_product-form table .draggable {
  border-color: #fff;
}
.node-form.node-oppla_product-form table .draggable.odd {
  background-color: tint(#000, 88%);
}
.node-form.node-oppla_product-form table .draggable.even {
  background-color: tint(#000, 92%);
}
.node-form.node-oppla_product-form table .draggable.drag-previous {
  background-color: tint(rgb(153, 0, 0), 85%);
}
.form-submit {
  margin: 1em 0;
}

div:not(.search-block) .views-exposed-form .views-exposed-widget {
  float: none;
}
div:not(.search-block) .views-exposed-form .views-exposed-widget.views-submit-button {
  float: left;
}

.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border-width: 2px;
}

#user-login .form-submit:after {
  content: "\e80c";
  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;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 120%;
}

@media all and (max-width: 768px) {
  .logins {
    text-align: center;
  }
}
#user-register-form .form-submit:after {
  content: "\e80d";
  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;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

label {
  font-size: 1em;
  line-height: 1.2;
  margin-bottom: 0.25em;
}

label:not(.option) {
  text-transform: uppercase;
}

.fieldset-wrapper label {
  text-transform: none;
}

fieldset {
  width: 100%;
  border: none;
  padding: 0;
  margin: 0;
}
fieldset .form-item {
  margin: 0.75em 0;
}
fieldset label {
  text-transform: none;
  color: #6D6E71;
}
fieldset input.text-full.form-text {
  width: 100%;
}

label:not(.option),
.views-label {
  font-family: "Public Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #6D6E71;
}

html.js .collapsed .fieldset-legend,
html.js .collapsible .fieldset-legend {
  background-image: none;
}

html.js .collapsible .fieldset-legend {
  width: 100%;
  margin: 0;
  padding: 0;
}
html.js .collapsible .fieldset-legend a {
  padding-left: 0.5em;
  padding-right: 0.5em;
  width: auto;
  color: #fff;
  background: #19a489;
  font-family: "Public Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}
html.js .collapsible .fieldset-legend a:after {
  content: "\e811";
  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;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  width: auto;
}

html.js .collapsed {
  height: auto;
}
html.js .collapsed .fieldset-legend a {
  color: #fff;
  background: #19a489;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
html.js .collapsed .fieldset-legend a:after {
  content: "\e815";
  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;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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;
}

html.js fieldset.collapsed {
  height: auto;
}

fieldset {
  color: #6D6E71;
  background-image: none;
  border: none;
  margin: 1em 0;
  padding: 0;
  width: auto;
  float: none;
}
fieldset legend {
  margin: 0;
  font-size: 1em;
  margin: 0;
  padding: 0;
  width: 100%;
}
fieldset legend a {
  color: #6D6E71;
  font-size: 1em;
  display: block;
  width: auto;
  text-decoration: none;
  padding: 0.5em 0;
  margin: 0;
}
fieldset legend:hover {
  color: #242424 !important;
}
fieldset legend .summary {
  display: none;
}
fieldset legend legend:hover {
  color: #242424 !important;
}
fieldset .fieldset-wrapper {
  background: rgb(235, 235, 235);
  -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 rgb(235, 235, 235);
}
fieldset .fieldset-wrapper label.option {
  font-size: 0.85em;
}

.collapsible.collapsed .fieldset-wrapper {
  background: rgb(157, 196, 132);
}

.webform-component-checkbox {
  margin-bottom: 1em;
}
.webform-component-checkbox label:not(.option) {
  text-transform: none;
}
.webform-component-checkbox .description {
  float: none;
  clear: both;
}

#edit-field-profile-ref-und .fieldset-wrapper {
  margin-bottom: 10px;
}
#edit-field-profile-ref-und .fieldset-wrapper .fieldset-wrapper {
  padding: 10px 15px;
}

#edit-simplenews,
.form-item-field-oppla-terms-of-use-und {
  background: #fff;
  margin: 0;
  padding: 10px 15px;
}

#edit-simplenews {
  padding-top: 1px;
}

.form-item-field-oppla-terms-of-use-und {
  padding-bottom: 1px;
}
.form-item-field-oppla-terms-of-use-und .description {
  margin: 0;
}

.user-info-from-cookie fieldset .fieldset-wrapper,
.comment-form fieldset .fieldset-wrapper {
  padding: 0;
  background: #fff;
  border: none;
}

.user-info-from-cookie fieldset.collapsible .fieldset-wrapper {
  background: #19a489;
}

#edit-field-profile-ref-und legend,
.captcha.form-wrapper legend {
  font-family: "Public Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #6D6E71;
  text-transform: uppercase;
}
#edit-field-profile-ref-und legend:hover,
.captcha.form-wrapper legend:hover {
  color: #6D6E71;
}

.field-widget-imagefield-crop-widget.form-wrapper {
  background: #19a489;
  padding: 5px 15px;
}

.field-widget-imagefield-crop-widget.form-wrapper .form-file {
  width: 250px;
}
fieldset.captcha.form-wrapper legend span {
  color: #6D6E71;
}
fieldset.captcha.form-wrapper .fieldset-wrapper {
  background: #19a489;
  padding: 10px 15px;
}

div.autocomplete-deluxe-multiple {
  width: 95%;
  max-width: 600px;
}

.sliding-popup-top {
  background: #19a489;
  width: 100%;
  padding: 1.25em 0 0.5em 0;
}
.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;
}
.sliding-popup-top button {
  font-size: 1em;
  background: rgb(157, 196, 132) !important;
  border-color: rgb(157, 196, 132) !important;
  margin-bottom: 1em;
}
.sliding-popup-top button:hover {
  background: rgb(14, 105, 87) !important;
  border-color: rgb(14, 105, 87) !important;
  color: #fff !important;
}
.sliding-popup-top p {
  color: #fff;
}

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

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

.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
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

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

.flexslider .slides {
  zoom: 1;
}
.flexslider .slides li {
  margin: 0 !important;
  position: relative;
}
.flexslider .slides li .views-field-body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.flexslider .slides li img {
  height: auto;
}

.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;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
  margin: 0 !important;
}

.flex-direction-nav li {
  margin: 0 !important;
  padding: 0;
}
.flex-direction-nav li:last-child {
  margin: 0 !important;
  padding: 0;
}
.flex-direction-nav li a {
  vertical-align: middle;
  text-decoration: none;
  display: block;
  font-size: 0;
  width: 40px;
  margin: 0;
  position: absolute;
  top: auto;
  bottom: 3px;
  z-index: 100;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  background: rgba(0, 0, 0, 0);
  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;
}
.flex-direction-nav li a.flex-prev {
  left: 0px;
}
.flex-direction-nav li a.flex-next {
  right: 0px;
}
.flex-direction-nav li a:before {
  content: "\e813";
  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;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 30px;
  color: #fff;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.75);
}
.flex-direction-nav li a.flex-next:before {
  content: "\e814";
  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;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.flex-direction-nav li a:focus {
  outline: none;
}
.flex-direction-nav li a:hover {
  background: rgba(0, 0, 0, 0);
}

.flexslider:hover .flex-direction-nav .flex-prev {
  background: rgba(0, 0, 0, 0);
  left: 0px;
}

.flexslider:hover .flex-direction-nav .flex-next {
  background: rgba(0, 0, 0, 0);
  right: 0px;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}

.flex-control-nav {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 20px;
}

.flex-control-nav li {
  zoom: 1;
  display: inline-block;
  *display: inline-block;
  margin: 0;
}

.flexslider {
  margin-bottom: 0;
}

.flex-control-paging {
  position: absolute;
  bottom: -2em;
  left: 0;
  right: 0;
}

.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;
}

.flex-control-paging li a:hover {
  background: #242424;
  border-color: #242424;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li a.flex-active:hover {
  background: #242424;
  border: 3px solid #242424;
  cursor: default;
}

@media all and (min-width: 860px) {
  .front-page-block .slides > li {
    display: flex !important;
  }
}
.front-page-block .slides > li .banner-wrapper {
  background-color: rgb(214, 214, 214);
  background-image: url("/sites/all/themes/interlace/css/img/Interlace-Hub-Marque-cropped.svg");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: bottom right;
  display: block;
  padding: 10px 45px 10px 50px;
}
.front-page-block .slides > li .banner-wrapper * {
  text-align: left !important;
  color: #242424;
}
.front-page-block .slides > li .banner-wrapper h2 {
  font-size: 1.2em;
}
.front-page-block .slides > li .banner-wrapper p {
  font-size: 0.9em;
  margin-bottom: 0.5em;
}
.front-page-block .slides > li .banner-wrapper .more-link {
  font-size: 0.75em;
  display: inline-block;
}
@media all and (min-width: 860px) {
  .front-page-block .slides > li img {
    width: 66%;
  }
  .front-page-block .slides > li .banner-wrapper {
    width: 33%;
  }
  .front-page-block .slides > li .banner-wrapper * {
    text-align: left !important;
  }
}

.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;
}
.page-user h2:not(.block__title),
.node-profile.view-mode-full h2:not(.block__title),
.page-user-profile h2:not(.block__title),
.page-member h2:not(.block__title) {
  color: #fff;
  background: #b71d41;
  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;
}
.page-user h2:not(.block__title) img,
.node-profile.view-mode-full h2:not(.block__title) img,
.page-user-profile h2:not(.block__title) img,
.page-member h2:not(.block__title) img {
  position: absolute;
  top: 6px;
  right: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #b71d41;
  width: 100px;
  height: 100px;
  float: right;
  margin: 0;
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.5em;
  line-height: 2;
  text-align: center;
  vertical-align: middle;
}
@media all and (min-width: 768px) {
  .page-user h2:not(.block__title),
.node-profile.view-mode-full h2:not(.block__title),
.page-user-profile h2:not(.block__title),
.page-member h2:not(.block__title) {
    padding-right: 160px;
  }
  .page-user h2:not(.block__title) img,
.node-profile.view-mode-full h2:not(.block__title) img,
.page-user-profile h2:not(.block__title) img,
.page-member h2:not(.block__title) img {
    border: 3px solid #b71d41;
    width: 140px;
    height: 140px;
  }
}
.page-user h4,
.node-profile.view-mode-full h4,
.page-user-profile h4,
.page-member h4 {
  display: none;
}
.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;
}

.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 #b71d41;
  width: 125px;
  height: 125px;
  float: right;
  margin: -75px 0.5em 0 0;
}

.imagefield-crop-widget img {
  max-width: none;
  vertical-align: baseline;
  vertical-align: bottom;
}

.profile-button-links .btn {
  float: left;
  margin: 1em 1em 0 0;
  font-size: 1em;
  border-color: #f08106 !important;
  background: #f08106 !important;
  color: black !important;
}
.profile-button-links .btn:hover {
  background: #c36906 !important;
  border-color: #c36906 !important;
  color: #fff !important;
}

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

.outer-wrapper {
  position: relative;
}

#navigation {
  z-index: 600;
  background: #f7c082;
  position: fixed;
  top: -100%;
  left: 0;
  right: 0;
  transition-property: top, bottom;
  transition-duration: 0.5s;
  transform-style: ease;
  display: block;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.66);
}
.open #navigation {
  top: 0;
  padding-top: 10rem;
}

#main {
  padding-top: 13.5rem;
}

header.header {
  z-index: 800;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.66);
  transition-property: box-shadow;
  transition-duration: 0.25s;
  transform-style: ease;
  height: 8rem;
  position: fixed;
  width: 100%;
  background: #fff;
}
header.header .header__logo {
  clear: both;
  width: 150px;
  height: auto;
  float: left;
  margin: 0;
  clear: left;
}
@media all and (min-width: 768px) {
  header.header .header__logo {
    width: 215px;
  }
}
@media all and (max-width: 400px) {
  header.header .header__logo {
    width: 115px;
  }
}
header.header .header__logo img {
  width: 100%;
  margin: 0 0 15px 0;
}
header.header .header__region {
  clear: none;
  padding-bottom: 15px;
}
header.header .page-wrapper {
  position: relative;
}
header.header .custom-search-block {
  margin: 0 !important;
}
header.header .user-menu * {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #fff;
}
header.header .region-header-lower .region-header-lower {
  padding-top: 10px;
  clear: right;
  float: right;
}
header.header .region-header-lower .region-header-lower .user-menu,
header.header .region-header-lower .region-header-lower .social-links {
  margin: 0 0 15px 0;
  padding-top: 0px;
  clear: right;
  float: right;
}
header.header .region-header-lower .region-header-lower .social-links {
  float: right;
  clear: none;
}

.open header.header {
  box-shadow: none;
  transition-duration: 0;
}

@media all and (max-width: 550px) {
  header.header {
    height: auto;
  }
}
.region.region-highlighted {
  width: 100%;
  clear: both;
}

.content_row {
  clear: both;
}
.content_row:after {
  content: "";
  display: table;
  clear: both;
}
.content_row .block-title {
  color: #1a1a1a;
  text-transform: uppercase;
  font-size: 3em;
  line-height: 1.1;
  margin: 0 0 30px 0;
}
.content_row .page-wrapper {
  padding: 40px 20px;
}

.views-field-type h4 {
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  background: #19a489;
  color: #fff;
  font-size: 1em;
  line-height: 1;
  text-transform: uppercase;
  padding: 3px 6px;
  margin: 0;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.news-lead {
  position: relative;
  margin: 0;
  background-color: rgb(214, 214, 214);
  color: #1a1a1a;
}
.news-lead .text-wrapper {
  background-color: rgb(214, 214, 214);
  background-image: url("/sites/all/themes/interlace/css/img/Interlace-Hub-Marque-cropped.svg");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: bottom right;
  box-sizing: border-box;
  padding: 20px 20px 35px 20px;
}
@media all and (min-width: 768px) {
  .news-lead .text-wrapper {
    background-image: url("/sites/all/themes/interlace/css/img/Interlace-Hub-Marque-cropped.svg");
    background-size: auto 100%;
  }
}
@media all and (min-width: 800px) {
  .news-lead .text-wrapper {
    padding: 20px;
  }
}
.news-lead h2 {
  color: #1a1a1a;
  font-size: 1.75em;
  margin: 0;
}
.news-lead p {
  color: #1a1a1a;
  font-size: 1.15em;
  margin: 0.5em 0 0 0;
}
.news-lead p .date-display-single {
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 6px 0;
}
.news-lead a {
  color: #1a1a1a;
  text-decoration: none;
}
.news-lead .btn {
  font-size: 1.25em;
  position: absolute;
  bottom: 0;
  right: 0;
}
.news-lead img {
  display: block;
}
@media all and (min-width: 800px) {
  .news-lead .views-row {
    display: flex;
    flex-direction: row;
  }
  .news-lead .views-row .views-field-field-image {
    float: left;
    min-width: 60%;
  }
  .news-lead .views-row .text-wrapper {
    height: 100%;
  }
}
@media (max-width: 1000px) and (min-width: 800px) {
  .news-lead .views-field-field-image {
    overflow: hidden;
    background: #777777;
  }
  .news-lead .views-field-field-image img {
    display: block;
    margin: 0 -20%;
    width: 140%;
    max-width: 140%;
  }
}
.news-lead:after {
  content: "";
  display: table;
  clear: both;
}

.web-engage-events,
.case-studies,
.news-secondary {
  margin: 0;
}
.web-engage-events .views-row,
.case-studies .views-row,
.news-secondary .views-row {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  background-color: rgb(214, 214, 214);
  background-image: url("/sites/all/themes/interlace/css/img/Interlace-Hub-Marque-cropped.svg");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: bottom right;
  margin: 0 0 20px 0;
}
@media all and (min-width: 768px) {
  .web-engage-events .views-row,
.case-studies .views-row,
.news-secondary .views-row {
    background-image: url("/sites/all/themes/interlace/css/img/Interlace-Hub-Marque-cropped.svg");
    background-size: auto 100%;
  }
}
.web-engage-events .views-row:after,
.case-studies .views-row:after,
.news-secondary .views-row:after {
  content: "";
  display: table;
  clear: both;
}
.web-engage-events .views-row .views-field-field-image,
.case-studies .views-row .views-field-field-image,
.news-secondary .views-row .views-field-field-image {
  background: #777777;
}
.web-engage-events .views-row .views-field-field-image img,
.case-studies .views-row .views-field-field-image img,
.news-secondary .views-row .views-field-field-image img {
  width: 100%;
  margin: 0;
  display: block;
}
@media (max-width: 1000px) and (min-width: 800px) {
  .web-engage-events .views-row .views-field-field-image,
.case-studies .views-row .views-field-field-image,
.news-secondary .views-row .views-field-field-image {
    overflow: hidden;
  }
  .web-engage-events .views-row .views-field-field-image img,
.case-studies .views-row .views-field-field-image img,
.news-secondary .views-row .views-field-field-image img {
    display: block;
    margin: 0 -20%;
    width: 140%;
    max-width: 140%;
  }
}
.web-engage-events .views-row .text-wrapper,
.case-studies .views-row .text-wrapper,
.news-secondary .views-row .text-wrapper {
  box-sizing: border-box;
  padding: 20px 20px 35px 20px;
}
@media all and (min-width: 800px) {
  .web-engage-events .views-row .text-wrapper,
.case-studies .views-row .text-wrapper,
.news-secondary .views-row .text-wrapper {
    padding: 20px;
  }
}
.web-engage-events .views-row .text-wrapper h3,
.case-studies .views-row .text-wrapper h3,
.news-secondary .views-row .text-wrapper h3 {
  font-size: 1.75em;
  margin: 0;
}
.web-engage-events .views-row .text-wrapper h3 a,
.case-studies .views-row .text-wrapper h3 a,
.news-secondary .views-row .text-wrapper h3 a {
  color: #1a1a1a;
}
.web-engage-events .views-row .text-wrapper p,
.case-studies .views-row .text-wrapper p,
.news-secondary .views-row .text-wrapper p {
  font-size: 1.15em;
  margin: 0.75em 0 0 0;
}
.web-engage-events .views-row .text-wrapper p.date,
.case-studies .views-row .text-wrapper p.date,
.news-secondary .views-row .text-wrapper p.date {
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.web-engage-events .views-row .text-wrapper .btn,
.case-studies .views-row .text-wrapper .btn,
.news-secondary .views-row .text-wrapper .btn {
  font-size: 1.25em;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media all and (min-width: 800px) {
  .web-engage-events .views-row,
.case-studies .views-row,
.news-secondary .views-row {
    display: flex;
    flex-direction: row;
  }
  .web-engage-events .views-row .views-field-field-image,
.case-studies .views-row .views-field-field-image,
.news-secondary .views-row .views-field-field-image {
    width: 30%;
    min-width: 300px;
    float: left;
  }
}
.web-engage-events .view-footer,
.case-studies .view-footer,
.news-secondary .view-footer {
  text-align: center;
}
.web-engage-events .view-footer .btn,
.case-studies .view-footer .btn,
.news-secondary .view-footer .btn {
  font-size: 1.5em;
  margin: 0;
  text-align: center;
}

.content_row.row_2, .content_row.row_4, .content_row.row_6 {
  color: #fff;
  background-color: #f08106;
  background-image: url("/sites/all/themes/interlace/css/img/Interlace-Hub-Marque-cropped.svg");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: bottom right;
}
.content_row.row_2 .block,
.content_row.row_2 p, .content_row.row_4 .block,
.content_row.row_4 p, .content_row.row_6 .block,
.content_row.row_6 p {
  font-size: 1.15em;
  margin: 0;
}
.content_row.row_2 .btn, .content_row.row_4 .btn, .content_row.row_6 .btn {
  font-size: 1.15em;
  color: #f08106 !important;
  background: #fff !important;
  margin: 1em 0 0 0;
}
.content_row.row_2 .btn:hover, .content_row.row_4 .btn:hover, .content_row.row_6 .btn:hover {
  color: #fff !important;
  background: #1a1a1a !important;
}
.content_row.row_2 .btn:active, .content_row.row_4 .btn:active, .content_row.row_6 .btn:active {
  color: #fff !important;
  background: #1a1a1a !important;
}
@media (min-width: 768px) {
  .content_row.row_2 .block-content, .content_row.row_4 .block-content, .content_row.row_6 .block-content {
    display: flex;
  }
  .content_row.row_2 .block-content p, .content_row.row_4 .block-content p, .content_row.row_6 .block-content p {
    display: flex;
  }
  .content_row.row_2 .block-content p:first-child, .content_row.row_4 .block-content p:first-child, .content_row.row_6 .block-content p:first-child {
    padding-right: 15%;
  }
  .content_row.row_2 .btn, .content_row.row_4 .btn, .content_row.row_6 .btn {
    align-self: flex-end;
    margin: 0 0 0 1em;
  }
}
.content_row.row_2 .block-title, .content_row.row_4 .block-title, .content_row.row_6 .block-title {
  color: #fff;
  margin-bottom: 10px;
}
.content_row.row_4 {
  background-color: #b71d41 !important;
}
.content_row.row_4 .btn {
  color: #b71d41 !important;
}
.content_row.row_4 .btn:hover {
  color: #fff !important;
  background: #1a1a1a !important;
}
.content_row.row_4 .btn:active {
  color: #fff !important;
  background: #1a1a1a !important;
}
.content_row.row_6 {
  background-color: #19a489 !important;
}
.content_row.row_6 .btn {
  background: #f08106 !important;
  color: #fff !important;
}
.content_row.row_6 .btn:hover {
  color: #fff !important;
  background: #1a1a1a !important;
}
.content_row.row_6 .btn:active {
  color: #fff !important;
  background: #1a1a1a !important;
}

/* === DESKTOP NAVIGATION === */
@media all and (min-width: 960px) {
  button.hamburger {
    display: none;
  }
  .open #navigation,
#navigation {
    top: auto;
    padding-top: 8rem;
  }
  .open #navigation .block-menu-block[role=navigation] .menu,
#navigation .block-menu-block[role=navigation] .menu {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
  .open #navigation .block-menu-block[role=navigation] .menu > a:hover,
#navigation .block-menu-block[role=navigation] .menu > a:hover {
    text-decoration: none;
  }
  .open #navigation .block-menu-block[role=navigation] .menu > li,
#navigation .block-menu-block[role=navigation] .menu > li {
    position: relative;
    padding: 0.125em 0.75em;
  }
  .open #navigation .block-menu-block[role=navigation] .menu > li a,
#navigation .block-menu-block[role=navigation] .menu > li a {
    white-space: nowrap;
  }
  .open #navigation .block-menu-block[role=navigation] .menu > li a:hover,
#navigation .block-menu-block[role=navigation] .menu > li a:hover {
    text-decoration: underline;
  }
  .open #navigation .block-menu-block[role=navigation] .menu > li .menu,
#navigation .block-menu-block[role=navigation] .menu > li .menu {
    display: block;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0;
    visibility: hidden;
    background: #f7c082;
    width: auto;
    padding: 0.25em 0 0.33em 0;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.34);
  }
  .open #navigation .block-menu-block[role=navigation] .menu > li .menu a,
#navigation .block-menu-block[role=navigation] .menu > li .menu a {
    padding-left: 0;
  }
  .open #navigation .block-menu-block[role=navigation] .menu > li.is-expanded > a:after,
#navigation .block-menu-block[role=navigation] .menu > li.is-expanded > a:after {
    content: "\e814";
    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;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 90%;
    padding-left: 3px;
  }
  .open #navigation .block-menu-block[role=navigation] .menu > li .menu li,
#navigation .block-menu-block[role=navigation] .menu > li .menu li {
    position: relative;
  }
  .open #navigation .block-menu-block[role=navigation] .menu > li .menu li .menu,
#navigation .block-menu-block[role=navigation] .menu > li .menu li .menu {
    top: 0em;
    right: auto;
    left: 100%;
  }
  .open #navigation .block-menu-block[role=navigation] .menu > li:hover > .menu,
#navigation .block-menu-block[role=navigation] .menu > li:hover > .menu {
    visibility: visible;
  }
  .open #navigation .block-menu-block[role=navigation] .menu > li.is-expanded:hover > a:after,
#navigation .block-menu-block[role=navigation] .menu > li.is-expanded:hover > a:after {
    content: "\e811";
    text-decoration: none;
  }
  .open #navigation .block-menu-block[role=navigation] .menu > li li.is-expanded:hover > a:after,
#navigation .block-menu-block[role=navigation] .menu > li li.is-expanded:hover > a:after {
    content: "\e814";
  }
  header.header {
    box-shadow: none;
    transition-duration: 0;
  }
}
.block.block-views.tools,
.block.block-views.events {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .block.block-views.tools .view-content,
.block.block-views.events .view-content {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.block.block-views.tools .view-content .views-row,
.block.block-views.events .view-content .views-row {
  position: relative;
  background: rgb(214, 214, 214);
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .block.block-views.tools .view-content .views-row,
.block.block-views.events .view-content .views-row {
    max-width: 31.5%;
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
  }
}
.block.block-views.tools .view-content .views-row .views-field-nothing,
.block.block-views.events .view-content .views-row .views-field-nothing {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}
.block.block-views.tools .view-content .views-row ul, .block.block-views.tools .view-content .views-row li,
.block.block-views.events .view-content .views-row ul,
.block.block-views.events .view-content .views-row li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.block.block-views.tools .view-content .views-row img,
.block.block-views.events .view-content .views-row img {
  display: block;
  width: 100%;
}
.block.block-views.tools .view-content .views-row .text-wrapper,
.block.block-views.events .view-content .views-row .text-wrapper {
  display: flex;
  flex-direction: column;
  padding: 10px;
  height: 100%;
}
.block.block-views.tools .view-content .views-row .text-wrapper .views-field-type h4,
.block.block-views.events .view-content .views-row .text-wrapper .views-field-type h4 {
  background: rgb(236, 96, 132);
  position: absolute;
  top: 0;
  left: 0;
}
.block.block-views.tools .view-content .views-row .text-wrapper h3,
.block.block-views.events .view-content .views-row .text-wrapper h3 {
  color: #1a1a1a;
  flex: 1 0 auto;
  margin: 0;
}
.block.block-views.tools .view-content .views-row .text-wrapper h3 a,
.block.block-views.events .view-content .views-row .text-wrapper h3 a {
  color: #1a1a1a;
}
.block.block-views.tools .view-content .views-row .text-wrapper p,
.block.block-views.events .view-content .views-row .text-wrapper p {
  margin: 3px 0;
  padding: 3px 0;
}
.block.block-views.tools .view-content .views-row .text-wrapper p.event_date,
.block.block-views.events .view-content .views-row .text-wrapper p.event_date {
  font-weight: 700;
}
.block.block-views.tools .view-content .views-row .text-wrapper p.event_location,
.block.block-views.events .view-content .views-row .text-wrapper p.event_location {
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}
.block.block-views.tools .view-content .views-row .text-wrapper p.view-display-id-product__type,
.block.block-views.events .view-content .views-row .text-wrapper p.view-display-id-product__type {
  margin-bottom: 0;
}
.block.block-views.tools .view-content .views-row .text-wrapper p.view-display-id-product__type span,
.block.block-views.events .view-content .views-row .text-wrapper p.view-display-id-product__type span {
  padding-bottom: 0;
}
.block.block-views.tools .view-content .views-row .text-wrapper .btn,
.block.block-views.events .view-content .views-row .text-wrapper .btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.block.block-views.tools .view-content .views-row:after,
.block.block-views.events .view-content .views-row:after {
  content: "";
  display: table;
  clear: both;
}
.block.block-views.tools .view-footer,
.block.block-views.events .view-footer {
  clear: both;
  text-align: center;
  width: 100%;
  padding: 20px 0;
}
.block.block-views.tools .view-footer p,
.block.block-views.events .view-footer p {
  font-size: 1.5em;
  margin: 0;
}
.block.block-views.tools .view-footer .btn.white,
.block.block-views.events .view-footer .btn.white {
  border: none;
  color: rgb(236, 96, 132) !important;
}
.block.block-views.tools .view-footer .btn.white:hover,
.block.block-views.events .view-footer .btn.white:hover {
  color: #fff !important;
}
.block.block-views.tools:after,
.block.block-views.events:after {
  content: "";
  display: table;
  clear: both;
}
.block.block-views.tools.block.block-views.tools .view-content .views-row .views-field-type h4,
.block.block-views.events.block.block-views.tools .view-content .views-row .views-field-type h4 {
  background-color: #f08106;
}
.block.block-views.tools.block.block-views.tools .view-content .views-row strong,
.block.block-views.events.block.block-views.tools .view-content .views-row strong {
  text-transform: uppercase;
}

@media (min-width: 768px) {
  article.node-event.node-teaser,
article.node-news-article.node-teaser {
    padding-right: 390px;
  }
  article.node-event.node-teaser .field-name-body,
article.node-news-article.node-teaser .field-name-body {
    padding-right: 0;
  }
}

.view.interlace-tools-search-page > .view-content > .views-row {
  margin: 5px 5px 10px 0px;
}
.view.interlace-tools-search-page > .view-content > .views-row.views-row-first {
  margin-top: 15px;
}
.view.interlace-tools-search-page > .view-content > .views-row .wrapper {
  background: #fff;
  padding: 10px 10px 0 10px;
}
.view.interlace-tools-search-page > .view-content > .views-row .lhs {
  position: relative;
}
.view.interlace-tools-search-page > .view-content > .views-row .lhs .flag-wrapper {
  position: absolute;
  top: 3px;
  right: 18px;
}
.view.interlace-tools-search-page > .view-content > .views-row .lhs .flag-wrapper a {
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  text-transform: uppercase;
  color: #19a489 !important;
  display: inline-block;
  background-color: #fff;
  border-radius: 0;
  border: none;
  outline: none;
  padding: 0.35rem 0.75rem;
  text-decoration: none !important;
  font-size: 0;
  padding: 4px 2px;
  background: #fff;
}
.view.interlace-tools-search-page > .view-content > .views-row .lhs .flag-wrapper a:hover {
  background-color: #1a1a1a !important;
  text-decoration: none !important;
  color: #fff !important;
  cursor: pointer;
}
.view.interlace-tools-search-page > .view-content > .views-row .lhs .flag-wrapper a:active {
  transition: all 0.1s linear;
  background-color: rgb(14, 105, 87) !important;
  color: #fff !important;
  cursor: pointer;
}
.view.interlace-tools-search-page > .view-content > .views-row .lhs .flag-wrapper a:after {
  font-size: 18px;
  line-height: 1.2;
}
.view.interlace-tools-search-page > .view-content > .views-row .lhs .flag-wrapper .flag-throbber {
  display: none;
}
.view.interlace-tools-search-page > .view-content > .views-row .img-wrapper {
  margin: -10px -10px 10px -10px;
}
.view.interlace-tools-search-page > .view-content > .views-row .img-wrapper img {
  width: 100%;
}
.view.interlace-tools-search-page > .view-content > .views-row h2 {
  font-size: 1em;
  color: #19a489;
  margin: 0 0 0.5em 0;
}
.view.interlace-tools-search-page > .view-content > .views-row h2 a {
  width: 100%;
  display: inline-block;
  color: #19a489;
  text-decoration: none;
  padding-bottom: 6px;
}
.view.interlace-tools-search-page > .view-content > .views-row h2 a:hover {
  color: rgb(14, 105, 87);
}
.view.interlace-tools-search-page > .view-content > .views-row p {
  font-size: 0.85em;
  margin: 0 0 0.5em 0;
}
.view.interlace-tools-search-page > .view-content > .views-row .view-display-id-product__type ul {
  border: none;
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}
.view.interlace-tools-search-page > .view-content > .views-row .lang,
.view.interlace-tools-search-page > .view-content > .views-row .price {
  font-size: 1em;
  margin: 0 0 1em 0;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}
.view.interlace-tools-search-page > .view-content > .views-row .btn {
  float: right;
  clear: right;
}

.bef-toggle {
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.75em;
  text-transform: uppercase;
  text-decoration: none;
  color: #1a1a1a;
}

@media all and (min-width: 768px) {
  .view.interlace-tools-search-page > .view-content > .views-row {
    margin: 10px 5px 10px 0px;
  }
  .view.interlace-tools-search-page > .view-content > .views-row .lhs {
    width: 49%;
    margin-right: 2%;
    float: left;
  }
  .view.interlace-tools-search-page > .view-content > .views-row .lhs .img-wrapper {
    margin: -10px 10px 10px -10px;
  }
  .view.interlace-tools-search-page > .view-content > .views-row .lhs .img-wrapper img {
    margin: 0;
  }
  .view.interlace-tools-search-page > .view-content > .views-row .rhs {
    width: 49%;
    margin: 0;
    float: right;
  }
}
.page-interlace-resources .page__title {
  padding: 0 5px;
}
.page-interlace-resources .highlighted.filters {
  background: rgb(235, 235, 235);
  padding-left: 6px;
  padding-right: 6px;
}
.page-interlace-resources .highlighted.filters .block:not(.search) .views-exposed-widget.views-submit-button {
  padding-right: 1em !important;
}
.page-interlace-resources .filters .region-highlighted {
  padding: 0;
  width: 100%;
  margin: 0;
  clear: both;
}
.page-interlace-resources .filters .region-highlighted .views-exposed-form .views-exposed-widget {
  padding: 0;
}
.page-interlace-resources .filters .region-highlighted .block {
  margin-bottom: 0;
}
@media all and (min-width: 768px) {
  .page-interlace-resources .filters .region-highlighted .block:not(.search) fieldset {
    margin-right: 15px;
  }
}
.page-interlace-resources .filters .region-highlighted .block fieldset {
  width: auto;
  padding: 0;
}
.page-interlace-resources .filters .region-highlighted .block fieldset .fieldset-wrapper {
  background: rgb(235, 235, 235);
  padding: 0;
  width: 100%;
}
.page-interlace-resources .filters .region-highlighted .block fieldset .fieldset-wrapper form {
  padding: 0.5em;
}
.page-interlace-resources .filters .region-highlighted .block .odd:not(.search) fieldset {
  margin-right: 0;
}
.page-interlace-resources .filters .region-highlighted .block.search {
  position: relative;
  background: rgb(235, 235, 235);
  margin-top: 5px;
  margin-right: 1%;
  margin-left: 1%;
  border: none;
  width: 98%;
  float: none;
}
.page-interlace-resources .filters .region-highlighted .block.search label {
  display: none;
}
.page-interlace-resources .filters .region-highlighted .block.search .views-exposed-widget.views-widget-filter-combine {
  width: 80%;
}
.page-interlace-resources .filters .region-highlighted .block.search .views-submit-button {
  position: absolute;
  top: 0;
  right: 0;
}
.page-interlace-resources .filters .region-highlighted .block.search .views-submit-button input {
  padding: 10px;
  margin-top: 0;
}
@media all and (min-width: 768px) {
  .page-interlace-resources .block.block-mefibs:not(.stacked) {
    float: left;
    width: 34%;
    margin-right: 0%;
    padding-right: 0%;
  }
  .page-interlace-resources .block.block-mefibs:not(.stacked).search {
    background: #fff;
    background: rgb(235, 235, 235);
    margin-top: 3px;
    margin-right: 1.5%;
    margin-left: 0;
    padding-right: 0%;
    border: none;
    width: 27.5%;
    float: right;
  }
  .page-interlace-resources .block.block-mefibs:not(.stacked).search .views-exposed-form {
    padding-left: 7px;
  }
}
@media all and (min-width: 768px) and (min-width: 768px) {
  .page-interlace-resources .block.block-mefibs:not(.stacked) .fieldset-wrapper {
    position: absolute;
    z-index: 100;
  }
}
@media all and (min-width: 600px) and (max-width: 760px) {
  .page-interlace-resources .filters .block.block-mefibs:not(.search) {
    float: left;
    width: 49.5%;
    margin-right: 0%;
    padding-right: 0%;
  }
  .page-interlace-resources .filters .block.block-mefibs:not(.search).last {
    margin-right: 0;
    padding-right: 0;
    border: none;
    float: right;
  }
  .page-interlace-resources .filters .block.block-mefibs:not(.search) .fieldset-wrapper {
    position: absolute;
    top: 0;
    z-index: 100;
  }
}
.page-interlace-resources .block.search .views-exposed-widgets {
  margin: 0;
}
.page-interlace-resources .block.search .views-exposed-widgets .views-exposed-widget {
  margin: 0;
}
.page-interlace-resources .block.search .views-exposed-widgets .views-exposed-widget label:not(.option) {
  font-size: 0.9em;
  margin-top: 0.5em;
  text-transform: uppercase;
}
.page-interlace-resources .block.search .views-exposed-widgets .views-exposed-widget .form-item {
  margin: 0;
}
.page-interlace-resources .block.search .views-exposed-widgets .views-exposed-widget#edit-mefibs-form-search-combine-wrapper, .page-interlace-resources .block.search .views-exposed-widgets .views-exposed-widget.views-submit-button {
  padding-top: 0.75em;
}
.page-interlace-resources .block.search p {
  font-size: 0.86em;
  line-height: 1.2;
  margin: 0 0 1em 0;
}
.page-interlace-resources .block.search fieldset {
  position: relative;
  margin-bottom: 6px;
}
.page-interlace-resources .block.search .fieldset-wrapper {
  width: 100%;
  padding: 0 0 5px 0;
  border-bottom: 0;
  background: #d5ecef;
}
.page-interlace-resources .block.search .fieldset-wrapper .fieldset-content,
.page-interlace-resources .block.search .fieldset-wrapper .views-exposed-form {
  padding: 0.25em 0.5em;
}
.page-interlace-resources .sidebar {
  padding: 0;
}
.page-interlace-resources .sidebar fieldset {
  margin: 0.25em 0;
}
.page-interlace-resources .sidebar .block {
  margin-bottom: 10px;
  background: rgb(235, 235, 235);
  padding: 5px 10px 10px 10px;
}
.page-interlace-resources .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;
}
.page-interlace-resources .sidebar .block .bef-toggle {
  padding-left: 5px;
}
.page-interlace-resources .sidebar .block .bef-checkboxes {
  padding: 0.25em 0.5em;
}
.page-interlace-resources .sidebar .block.stacked {
  padding-top: 0;
}
@media all and (min-width: 768px) {
  .page-interlace-resources .sidebar .block.stacked {
    padding: 5px 15px 10px 15px;
  }
}
.page-interlace-resources .sidebar .block#block-views-add-product-link-block-1 {
  margin-top: 10px;
  padding: 0;
  padding-top: 5px;
  background: transparent;
}
.page-interlace-resources .sidebar .block#block-views-add-product-link-block-1 .btn.product {
  display: block;
  width: auto;
  margin-top: 5px;
}

.node-type-oppla-product .column.sidebar {
  padding: 0 15px 15px 15px;
  margin-bottom: 15px;
}
.node-type-oppla-product .column.sidebar .block-views {
  padding: 10px;
  background: rgb(235, 235, 235);
}
.node-type-oppla-product .column.sidebar .block-views .views-label {
  color: #fff;
  font-size: 1em;
  text-transform: uppercase;
  background: #19a489;
  padding: 5px 10px;
  margin: 10px -10px 10px -10px;
  display: block;
}
.node-type-oppla-product .column.sidebar .block-views .views-field:first-child h2.views-label {
  margin-top: 0;
}
.node-type-oppla-product .column.sidebar .block-views p,
.node-type-oppla-product .column.sidebar .block-views ul {
  margin: 0.5em 0;
}
.node-type-oppla-product .column.sidebar .block-views .get {
  display: block;
  padding: 0;
  margin: 0;
}
.node-type-oppla-product .column.sidebar .block-views .get .btn {
  display: block;
}
.node-type-oppla-product .column.sidebar .block-views .flag-wrapper {
  display: block;
  padding: 7px 0 15px 0;
  margin: 0;
}
.node-type-oppla-product .column.sidebar .block-views .view-display-id-product__logo {
  margin: 15px 0;
}
.node-type-oppla-product .column.sidebar .block-views .item-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.node-type-oppla-product .column.sidebar .block-views .item-list ul li {
  text-transform: uppercase;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.node-type-oppla-product .column.sidebar .block-views .item-list ul li a {
  text-decoration: none;
}
.node-type-oppla-product .column.sidebar .block-views .item-list ul li a:hover {
  text-decoration: underline;
}
.node-type-oppla-product .column.sidebar .block-views .item-list ul li li:last-child {
  margin-bottom: 0;
}

.view-display-id-product__type ul li {
  font-size: 0;
  margin: 0;
  padding: 0;
  display: inline-block;
}

.view-display-id-product__type span {
  cursor: default;
  font-size: 12px;
  text-transform: uppercase;
}

a.clickable-terms {
  padding: 0.25em 0.5em;
  display: inline-block;
  background: #f08106;
  color: #fff;
  margin: 0 6px 6px 0;
  text-decoration: none;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 0.85em;
}
a.clickable-terms:hover {
  background: #c36906;
}
a.clickable-terms:active {
  background: #c36906;
}

.leaflet-container {
  margin-top: 15px;
  font-family: inherit;
  font-size: 1em;
}

.leaflet-popup-content h3 {
  font-size: 1em;
}
.leaflet-popup-content h3 a {
  color: #6D6E71;
  text-decoration: none;
}
.leaflet-popup-content h3 a:hover {
  color: #00aaad;
}
.leaflet-popup-content p {
  font-size: 0.85em;
  margin: 0.5em 0;
  border-top: 4px solid #00aaad;
  padding-top: 5px;
}
.leaflet-popup-content p.more {
  border-top: none;
  padding-top: 0;
  text-align: right;
}
.leaflet-popup-content p.more .btn {
  font-size: 1em;
}

.product-blocks,
.case-study-blocks {
  background: rgb(235, 235, 235);
  padding: 0 15px 15px 15px;
  margin-bottom: 15px;
}
.product-blocks h2.views-label,
.case-study-blocks h2.views-label {
  color: #fff;
  font-size: 1em;
  text-transform: uppercase;
  background: #19a489;
  padding: 5px 15px;
  margin: 10px -15px 10px -15px;
  font-weight: 700;
}
.product-blocks .views-field:first-child h2.views-label,
.case-study-blocks .views-field:first-child h2.views-label {
  margin-top: 0;
}
.product-blocks p,
.product-blocks ul,
.case-study-blocks p,
.case-study-blocks ul {
  margin: 0.5em 0;
}
.product-blocks .attachment-before,
.case-study-blocks .attachment-before {
  padding: 15px 0 0.5em 0;
  margin: 0 0 0.25em 0;
}
.product-blocks .list ul,
.case-study-blocks .list ul {
  margin: 0;
  padding-left: 1em;
}
.product-blocks .list ul li,
.case-study-blocks .list ul li {
  margin-bottom: 3px;
  padding: 0;
}
.product-blocks .list ul li::marker,
.case-study-blocks .list ul li::marker {
  color: #19a489;
  font-size: 1.2em;
}
.product-blocks .list ul li a,
.case-study-blocks .list ul li a {
  text-decoration: none;
}
.product-blocks .list ul li a:hover,
.case-study-blocks .list ul li a:hover {
  text-decoration: underline;
}
.product-blocks .list ul li li:last-child,
.case-study-blocks .list ul li li:last-child {
  margin-bottom: 0;
}

.views-label-title p {
  margin-bottom: 3px;
  padding: 0;
}
.views-label-title p::marker {
  color: #19a489;
  font-size: 1.2em;
}

.view-case-study-map hr {
  border: none;
  border-top: 4px dotted #bcbdc0;
}

.node-case-study .field ul {
  padding-left: 1em;
}
.node-case-study .field ul li {
  margin-bottom: 3px;
  padding: 0;
}
.node-case-study .field ul li::marker {
  color: #19a489;
  font-size: 1.2em;
}
.node-case-study.node-teaser {
  background: #fff;
  margin: 1em 0;
}
.node-case-study.node-teaser h2 {
  margin: 0 0 0.5em 0;
}
@media all and (min-width: 768px) {
  .node-case-study.node-teaser .field-name-field-image {
    float: right;
    margin: 0 0 1em 1em;
    width: 33%;
  }
}
.node-case-study.node-teaser .more-link {
  font-size: 0.85em;
  float: right;
  clear: right;
  margin: 2em 0 0 0;
}

.views-field-field-file-upload .file-icon {
  display: none;
}
.views-field-field-file-upload a {
  text-decoration: none;
}
.views-field-field-file-upload a:hover {
  text-decoration: underline;
}
.views-field-field-file-upload a:hover:before {
  text-decoration: none;
}
.views-field-field-file-upload a::before {
  content: "\e801";
  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;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  margin: 0 0.25em 0 0;
}

.page-interlace-case-study-finder aside.sidebar {
  padding: 15px 15px 0px 15px;
  background: rgb(235, 235, 235);
}
.page-interlace-case-study-finder aside.sidebar .views-exposed-form .views-exposed-widget {
  padding: 0;
}
.page-interlace-case-study-finder aside.sidebar .views-exposed-form .views-submit-button {
  margin-right: 15px;
}
.page-interlace-case-study-finder aside.sidebar fieldset {
  margin: 15px 0 0 0;
}
.page-interlace-case-study-finder aside.sidebar fieldset .fieldset-wrapper {
  background: rgb(214, 214, 214);
}

#block-views-exp-nn-case-studies-page-3 {
  background: #19a489;
  padding: 15px;
}

body {
  display: flex;
  flex-direction: column;
}
body .outer-wrapper {
  display: block;
}

.content_row.row_8 {
  background: rgb(157, 196, 132);
  background-image: url("/sites/all/themes/interlace/css/img/Interlace-Hub-Marque-cropped.svg");
  background-repeat: no-repeat;
  background-size: auto 80%;
  background-position: bottom right;
}
.content_row.row_8 .twitter-block .block-title {
  color: #fff;
  margin-bottom: 10px;
}
.content_row.row_8 .twitter-block .block-title:after {
  content: "\e80b";
  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;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 12px;
}
.content_row.row_8 .twitter-block .block-content {
  height: 300px;
  overflow-y: scroll;
}
@media screen and (min-width: 1000px) {
  .content_row.row_8 .twitter-block .block-content {
    width: 66%;
  }
}
@media screen and (min-width: 800px) {
  .content_row.row_8 .twitter-block .block-content {
    width: 50%;
  }
}

.content_row.row_10 {
  background-color: #f08106;
}
.content_row.row_10 .page-wrapper {
  padding-top: 25px;
  padding-bottom: 5px;
}
.content_row.row_10 .product-lab {
  margin: 0;
}
.content_row.row_10 .product-lab .block-title {
  font-size: 2.5em;
}
@media (min-width: 768px) {
  .content_row.row_10 .product-lab .block-title {
    font-size: 3em;
  }
}
@media (min-width: 960px) {
  .content_row.row_10 .product-lab .block-title {
    font-size: 3.5em;
  }
}
@media (min-width: 1100px) {
  .content_row.row_10 .product-lab .block-title {
    font-size: 4em;
  }
}
.content_row.row_10 .product-lab .block-title a {
  color: #fff;
}
.content_row.row_10 .product-lab .block-title:after {
  content: "\e800";
  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;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "round_socials";
  color: #1a1a1a;
  color: #fff;
  font-size: 125%;
}

.content_row.footer {
  margin-bottom: 0;
  color: #fff;
  background-color: #f7c082;
  background-size: auto 66%;
  background-image: url("/sites/all/themes/interlace/css/img/Interlace-Hub-Marque-cropped.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
}
@media screen and (min-width: 1024px) {
  .content_row.footer {
    background-size: auto 80%;
    background-position: right bottom;
  }
}
.content_row.footer a {
  color: #fff;
}
.content_row.footer .page-wrapper {
  margin-bottom: 0;
  padding-bottom: 10px;
}
.content_row.footer .block-title {
  font-size: 2.4em;
}
.content_row.footer:after {
  content: "";
  display: table;
  clear: both;
}

.logos {
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.logos li {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin: 0;
  display: inline-block;
}
.logos li img {
  margin: 15px 10px;
  height: 36px;
  width: inherit;
}
.logos li img.large {
  height: 50px;
  margin: 8px 10px;
}
.logos.uga-logos li img {
  margin: 16px 10px;
  height: 48px;
  width: inherit;
}
.logos.uga-logos li img.large {
  height: 60px;
  margin: 10px 10px;
}
.logos.uga-logos li img.exlarge {
  height: 72px;
  margin: 4px 10px;
}
.logos.uga-logos li img.exexlarge {
  height: 85px;
  margin: 0 10px;
}

@media screen and (min-width: 1000px) {
  .interlace-project-partners {
    width: 80%;
  }
}
.eu-footer {
  color: #1a1a1a;
  margin: 0;
  width: 100%;
}
@media all and (min-width: 768px) {
  .eu-footer {
    width: 80%;
    float: left;
  }
}
.eu-footer .block-content {
  display: flex;
  align-items: flex-end;
}
.eu-footer p {
  margin: 0;
  font-size: 1em;
}
.eu-footer p:last-child {
  padding-left: 15px;
}
.eu-footer img {
  width: 100px;
  min-width: 125px;
  margin: 10px 0 0 0;
  border: 1px solid #fff;
}

.copyright p {
  margin: 0;
  font-size: 0.75em;
  color: #fff;
  float: left;
}
.copyright hr {
  display: none;
}

.footer .block-menu-block {
  margin: 15px 0 0 0;
}
@media all and (min-width: 768px) {
  .footer .block-menu-block {
    float: right;
    clear: right;
    margin: 0;
  }
}
.footer .block-menu-block ul.menu,
.footer .block-menu-block .menu li {
  padding: 0;
  margin: 0;
}
.footer .block-menu-block .menu {
  text-align: center;
}
.footer .block-menu-block .menu li {
  display: inline-block;
  list-style: none;
  padding: 0 0.5em;
}
@media all and (min-width: 768px) {
  .footer .block-menu-block .menu {
    padding-top: 0;
    text-align: right;
  }
  .footer .block-menu-block .menu li {
    display: block;
  }
}
.footer .block-menu-block .menu a {
  color: #1a1a1a;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  text-transform: uppercase;
}
.footer .block-menu-block .menu a:hover {
  text-decoration: underline;
}

.news-event-teasers .field-name-field-image,
.news-event-teasers .views-field-field-image,
.view-news-articles .field-name-field-image,
.view-news-articles .views-field-field-image,
.node-type-news-article .field-name-field-image,
.node-type-news-article .views-field-field-image,
.node-type-event .field-name-field-image,
.node-type-event .views-field-field-image {
  margin: 15px 0;
}
@media all and (min-width: 768px) {
  .news-event-teasers .field-name-field-image,
.news-event-teasers .views-field-field-image,
.view-news-articles .field-name-field-image,
.view-news-articles .views-field-field-image,
.node-type-news-article .field-name-field-image,
.node-type-news-article .views-field-field-image,
.node-type-event .field-name-field-image,
.node-type-event .views-field-field-image {
    float: right;
    clear: right;
    margin: 15px 0 15px 15px;
  }
}
.news-event-teasers .field-name-field-article-type,
.news-event-teasers .field-name-field-date,
.news-event-teasers .field-name-field-event-date,
.news-event-teasers .field-name-field-location,
.view-news-articles .field-name-field-article-type,
.view-news-articles .field-name-field-date,
.view-news-articles .field-name-field-event-date,
.view-news-articles .field-name-field-location,
.node-type-news-article .field-name-field-article-type,
.node-type-news-article .field-name-field-date,
.node-type-news-article .field-name-field-event-date,
.node-type-news-article .field-name-field-location,
.node-type-event .field-name-field-article-type,
.node-type-event .field-name-field-date,
.node-type-event .field-name-field-event-date,
.node-type-event .field-name-field-location {
  width: 300px;
  margin: 3px 0;
  padding: 3px 0;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.news-event-teasers .field-name-field-location,
.view-news-articles .field-name-field-location,
.node-type-news-article .field-name-field-location,
.node-type-event .field-name-field-location {
  text-transform: uppercase;
}
.news-event-teasers .field-name-field-article-type,
.news-event-teasers .field-name-field-event-date,
.view-news-articles .field-name-field-article-type,
.view-news-articles .field-name-field-event-date,
.node-type-news-article .field-name-field-article-type,
.node-type-news-article .field-name-field-event-date,
.node-type-event .field-name-field-article-type,
.node-type-event .field-name-field-event-date {
  margin-top: 15px;
}

.article_type,
.field-name-field-article-type {
  text-transform: uppercase;
}

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

.view-interlace-news-articles-.view-id-interlace_news_articles_ .views-row {
  position: relative;
}
.view-interlace-news-articles-.view-id-interlace_news_articles_ .views-row .views-field-field-article-type h4 {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-style: normal;
  background: #19a489;
  color: #fff;
  font-size: 1em;
  line-height: 1;
  text-transform: uppercase;
  padding: 3px 6px;
  margin: 0;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
@media all and (min-width: 768px) {
  .view-interlace-news-articles-.view-id-interlace_news_articles_ .views-row .views-field-field-article-type h4 {
    top: 15px;
    right: 0;
    left: auto;
  }
}
.view-interlace-news-articles-.view-id-interlace_news_articles_ .views-row .read-more .btn {
  position: absolute;
  bottom: 20px;
  left: 0;
}

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

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

.news-event-teasers p.read-more,
.view-news-articles p.read-more,
.page-network-nature-case-study-finder p.read-more {
  clear: left;
  float: left;
}
.news-event-teasers p.read-more strong,
.view-news-articles p.read-more strong,
.page-network-nature-case-study-finder p.read-more strong {
  font-weight: 700;
}

.view-news-articles.field-name-field-date,
.node-type-news-article .field-name-field-date,
.node-type-event .field-name-field-location {
  margin-bottom: 15px;
}

.views-row-last .views-field-nothing hr {
  display: none;
}

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

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

.views-field-field-profile-image {
  width: 100%;
  max-width: 300px;
  clear: both;
}
.views-field-field-profile-image .author-details {
  display: flex;
  align-items: center;
  flex-direction: row;
  padding: 15px;
}
.views-field-field-profile-image .author-details a {
  font-family: "Public Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.views-field-field-profile-image .author-details a:hover {
  text-decoration: underline;
}
.views-field-field-profile-image .author-details p {
  margin: 0;
}
.views-field-field-profile-image .author-details .author-image {
  margin: 0 10px 0 0;
  width: 100px;
  float: left;
}
.views-field-field-profile-image .author-details .author-image img {
  border-radius: 50%;
  width: 100px;
  height: inherit;
}

@media all and (min-width: 768px) {
  .views-field-field-profile-image {
    float: right;
    margin: 0;
    clear: right;
    width: 300px;
  }
}
@media (min-width: 480px) {
  .frontpage-cities .view-content {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.frontpage-cities .view-content .views-row {
  position: relative;
  background: rgb(214, 214, 214);
  margin-bottom: 20px;
  width: 100%;
  overflow: auto;
}
@media (min-width: 650px) {
  .frontpage-cities .view-content .views-row {
    max-width: 48.5%;
    width: 48.5%;
  }
}
@media (min-width: 960px) {
  .frontpage-cities .view-content .views-row {
    max-width: 31.5%;
    width: 31.5%;
  }
}
.frontpage-cities .view-content .views-row .views-field-field-banner-image {
  width: 30%;
  float: left;
}
.frontpage-cities .view-content .views-row .views-field-field-banner-image img {
  display: block;
}
.frontpage-cities .view-content .views-row .views-field-nothing {
  box-sizing: border-box;
  width: 70%;
  float: right;
  padding: 15px 15px 20px 20px;
}
.frontpage-cities .view-content .views-row .views-field-nothing h3,
.frontpage-cities .view-content .views-row .views-field-nothing h4 {
  color: #1a1a1a;
  text-transform: uppercase;
  margin: 0;
}
.frontpage-cities .view-content .views-row .views-field-nothing h3 a,
.frontpage-cities .view-content .views-row .views-field-nothing h4 a {
  color: #1a1a1a;
}
.frontpage-cities .view-content .views-row .views-field-nothing p {
  margin: 15px 0 0 0;
}
.frontpage-cities .view-content .views-row .views-field-nothing .btn {
  position: absolute;
  bottom: 0;
  right: 0;
}

.subscribe_link .btn {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  background: #b71d41 !important;
  font-size: 16px;
  height: 50px;
  border-radius: 25px;
  margin: 20px 0 0 0;
  padding: 0 1em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sidebar h1.page__title {
  font-size: 2.5em;
  margin: 0;
}

.view-interlace-group-country h4 {
  color: #1a1a1a;
  font-size: 1.5em;
  text-transform: uppercase;
  margin: 3px 0 0 0;
}

.content_row .sidebar .block__title {
  font-size: 2.5em;
}

p.image-caption {
  margin-top: -1em;
}
p.image-caption:before {
  font-family: "networknature";
  content: "\e80f";
  padding-right: 0.5em;
}

p.author a {
  text-decoration: none;
}
p.author a:hover {
  text-decoration: underline;
}

.interlace-group-casestudies .views-row {
  background-color: rgb(214, 214, 214);
}
@media all and (min-width: 768px) {
  .interlace-group-casestudies .views-row {
    width: 48%;
    float: left;
  }
}

@media (min-width: 600px) {
  .interlace-group-casestudies .view-content {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.interlace-group-casestudies .view-content .views-row {
  position: relative;
  background: rgb(214, 214, 214);
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  .interlace-group-casestudies .view-content .views-row {
    max-width: 47.5%;
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
  }
}
.interlace-group-casestudies .view-content .views-row .text-wrapper {
  padding: 6px 9px 20px 9px;
}
.interlace-group-casestudies .view-content .views-row h3 {
  margin: 0;
}
.interlace-group-casestudies .view-content .views-row h3 a {
  color: #1a1a1a;
}
.interlace-group-casestudies .view-content .views-row .btn {
  position: absolute;
  bottom: 0;
  right: 0;
}

.view-id-og_extras_nodes > .view-content > .views-row {
  position: relative;
  background: rgb(214, 214, 214);
  padding: 15px;
  margin-bottom: 30px;
}
.view-id-og_extras_nodes > .view-content > .views-row h2.node__title {
  font-size: 1.5em;
  margin: 0 0 15px 0;
}
.view-id-og_extras_nodes > .view-content > .views-row h2.node__title a {
  color: #1a1a1a;
}
.view-id-og_extras_nodes > .view-content > .views-row .field-name-field-image {
  margin: 0 -15px 15px -15px;
}
.view-id-og_extras_nodes > .view-content > .views-row .btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.attachment-before .view-id-og_extras_nodes > .view-content > .views-row {
  background: #fff;
}

#block-block-19.block,
.view.view-og-extras-members.view-display-id-block_1 {
  background: rgb(235, 235, 235);
  padding: 0.5em 1em;
  margin: 0 20px 0 0;
}
#block-block-19.block h3.views-label,
#block-block-19.block h2,
.view.view-og-extras-members.view-display-id-block_1 h3.views-label,
.view.view-og-extras-members.view-display-id-block_1 h2 {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 18px;
  line-height: 1.1;
  height: 50px;
  vertical-align: middle;
  border-radius: 25px;
  margin: 20px 0 0 0;
  background: #19a489;
  padding: 0 1em;
}
#block-block-19.block .field-name-field-profile-image h2,
.view.view-og-extras-members.view-display-id-block_1 .field-name-field-profile-image h2 {
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  background: #1a1a1a;
  padding: 0;
}
#block-block-19.block .field-name-field-profile-image h2 span,
.view.view-og-extras-members.view-display-id-block_1 .field-name-field-profile-image h2 span {
  padding-left: 0.5em;
}
#block-block-19.block .field-name-field-profile-image h2 img,
.view.view-og-extras-members.view-display-id-block_1 .field-name-field-profile-image h2 img {
  display: flex;
  align-items: center;
  border: 2px #fff solid;
  border-radius: 27px;
  display: block;
  position: relative;
  top: auto;
  right: auto;
  float: left;
  width: 48px;
  height: 48px;
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 1.1;
  margin-left: -3px;
}

p.videoWrapper {
  float: none;
  clear: both;
  margin: 0 0 15px 0;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 0;
  height: 0;
}
p.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.node-type-interlace-product-group #block-block-19.block,
.node-type-interlace-product-group .view.view-og-extras-members.view-display-id-block_1 {
  background: #fff;
}

.product-stages.stages {
  background: rgb(214, 214, 214);
  background: #e0e0e0;
  padding: 10px 5px;
}
.product-stages.stages li,
.product-stages.stages ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.product-stages.stages ul {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.product-stages.stages ul li {
  flex-grow: 1;
}
.product-stages.stages ul li .views-field-field-status {
  background: red;
  border-radius: 1rem;
}
.product-stages.stages ul li .views-field-field-status div {
  width: 100%;
  display: inline-block;
  font-size: 0;
}
.product-stages.stages ul li .views-field-field-date {
  border-right: 1px black solid;
  font-size: 14px;
  line-height: 1;
  text-align: right;
  padding: 2px 4px;
  margin: 6px 0 0 0;
}
.product-stages.stages ul li.Planning .views-field-field-status {
  background: #19a489;
  color: #19a489;
}
.product-stages.stages ul li.Developing .views-field-field-status {
  background: rgb(251, 196, 118);
  color: rgb(251, 196, 118);
}
.product-stages.stages ul li.Reviewing .views-field-field-status {
  background: #b71d41;
  color: #b71d41;
}
.product-stages.stages ul li.views-row-last .views-field-field-date {
  border-right: none;
}

.product-stages.owner {
  width: 100%;
  float: none;
  clear: both;
}
.product-stages.owner .views-field {
  background-color: black;
  border-radius: 1rem;
  color: #fff;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 0.25rem 0.75rem;
}
.product-stages.owner .views-field .views-label {
  color: #fff;
  display: inline-block;
}
.product-stages.owner .views-field .field-content {
  display: inline-block;
}
.product-stages.owner .Planning .views-field-field-status {
  background: #19a489;
}
.product-stages.owner .Developing .views-field-field-status {
  background: rgb(251, 196, 118);
  color: #1a1a1a;
}
.product-stages.owner .Developing .views-field-field-status .views-label {
  color: #1a1a1a;
}
.product-stages.owner .Reviewing .views-field-field-status {
  background: #b71d41;
  color: #fff;
}

@media all and (min-width: 960px) {
  .product-teasers .view-header {
    display: flex;
  }
  .product-teasers .view-header p {
    width: 50%;
  }
  .product-teasers .view-header p:first-child {
    order: 2;
  }
  .product-teasers .view-header p:last-child {
    order: 1;
  }
  .product-teasers .view-header p img {
    margin: 0 0 0 15px;
  }
}
.product-teasers .view-header img {
  margin: 15px 0;
}

.node-interlace-product-group.node-teaser {
  font-size: 90%;
  margin-bottom: 15px;
  background: #e0e0e0;
  display: flex;
  position: relative;
}
.node-interlace-product-group.node-teaser h2 {
  font-size: 1.25em;
  color: #1a1a1a;
  padding: 6px;
  margin: 0 0 4px 0;
}
.node-interlace-product-group.node-teaser h2 a {
  color: #1a1a1a;
}
.node-interlace-product-group.node-teaser .group-container-1.field-group-div {
  width: 45%;
}
.node-interlace-product-group.node-teaser .group-container-1.field-group-div .field-name-body {
  padding: 0 6px 6px 6px;
}
.node-interlace-product-group.node-teaser .group-container-1.field-group-div .field-name-field-image {
  float: right;
  width: 150px;
  margin: 0 !important;
}
.node-interlace-product-group.node-teaser .group-container-1.field-group-div .field-name-field-image img {
  display: block;
}
.node-interlace-product-group.node-teaser .group-container-3.field-group-div {
  width: 55%;
  padding: 9px 9px 0 9px;
}
.node-interlace-product-group.node-teaser .group-container-3.field-group-div .product-stages.stages {
  padding: 0 5px;
}
.node-interlace-product-group.node-teaser .product-stages.owner {
  width: auto;
  float: left;
  clear: none;
  font-size: 90%;
}
.node-interlace-product-group.node-teaser > .btn {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (max-width: 768px) {
  .node-interlace-product-group.node-teaser {
    display: block;
  }
  .node-interlace-product-group.node-teaser .group-container-1.field-group-div {
    width: 100%;
    display: flow-root;
  }
  .node-interlace-product-group.node-teaser .group-container-1.field-group-div .field-name-field-image {
    width: 25%;
    float: right;
  }
  .node-interlace-product-group.node-teaser .group-container-1.field-group-div .field-name-field-image img {
    width: 100%;
  }
  .node-interlace-product-group.node-teaser .group-container-3.field-group-div {
    display: flow-root;
    padding: 10px 0 20px 0;
    width: 100%;
  }
}

.node-type-interlace-product-group #content .node-interlace-product-group .product-stages.graphic {
  width: 50%;
  margin: 10px auto;
}

@media (min-width: 768px) {
  .node-type-interlace-product-group aside.sidebar {
    float: left;
    width: 25%;
    margin-left: 75%;
    margin-right: -100%;
  }
  .node-interlace-product-group .product-stages.graphic {
    float: left;
    width: 25%;
  }
  .node-type-interlace-product-group #content {
    float: left;
    width: 72.5%;
    margin-left: 0%;
    margin-right: -75%;
  }
  .node-type-interlace-product-group #content .node-interlace-product-group .product-stages.graphic {
    float: left;
    width: 25%;
  }
  .node-type-interlace-product-group #content .node-interlace-product-group > .field {
    float: right;
    width: 72.5%;
  }
}
.interlace-product-group-menu {
  margin: 15px 0;
  padding-top: 15px;
}
.interlace-product-group-menu ul.menu {
  display: flex;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: space-around;
}
.interlace-product-group-menu ul.menu li {
  display: flex;
  flex-grow: 4;
}
.interlace-product-group-menu ul.menu li a {
  align-self: stretch;
  flex-grow: 4;
  font-size: 0;
  background: no-repeat center center;
  width: 99%;
  height: 75px;
  min-width: 100px;
}
.interlace-product-group-menu ul.menu li.development-team a {
  background-image: url("img/development-team.svg");
}
.interlace-product-group-menu ul.menu li.test-area a {
  background-image: url("img/test-area.svg");
}
.interlace-product-group-menu ul.menu li.feedback a {
  background-image: url("img/feedback.svg");
}
.interlace-product-group-menu ul.menu li.fileshare a {
  background-image: url("img/fileshare.svg");
}
.interlace-product-group-menu ul.menu li.creative a {
  background-image: url("img/creative.svg");
}
.interlace-product-group-menu ul.menu li.meetings a {
  background-image: url("img/meeting.svg");
}
.interlace-product-group-menu ul.menu li.user-stories a {
  background-image: url("img/user-stories.svg");
}
.interlace-product-group-menu ul.menu li.key-users a {
  background-image: url("img/key-users.svg");
}
.interlace-product-group-menu ul.menu li.product-vision a {
  background-image: url("img/product-vision.svg");
}
.interlace-product-group-menu ul.menu li.development-stages a {
  min-width: 110px;
  flex-grow: 4;
  background-image: url("img/development-stages.svg");
}
.interlace-product-group-menu h2 {
  font-size: 16px;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  margin: 0 0 15px 0;
}
.interlace-product-group-menu h2 .btn {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  border-radius: 0.75em;
  padding: 6px 0.75em;
}
.interlace-product-group-menu.description #description.btn {
  background: #19a489 !important;
}
.interlace-product-group-menu.description #description.btn:hover {
  cursor: default;
}
.interlace-product-group-menu.description #development.btn {
  background: rgb(214, 214, 214) !important;
}
.interlace-product-group-menu.description #development.btn:hover {
  background: rgb(183, 183, 183) !important;
  cursor: pointer;
}
.interlace-product-group-menu.description .menu.development li {
  display: none;
}
.interlace-product-group-menu.description .menu.description li {
  display: flex;
}
.interlace-product-group-menu.development #development.btn {
  background: #19a489 !important;
}
.interlace-product-group-menu.development #development.btn:hover {
  cursor: default;
}
.interlace-product-group-menu.development #description.btn {
  background: rgb(214, 214, 214) !important;
}
.interlace-product-group-menu.development #description.btn:hover {
  background: rgb(183, 183, 183) !important;
  cursor: pointer;
}
.interlace-product-group-menu.development .menu.development li {
  display: flex;
}
.interlace-product-group-menu.development .menu.description li {
  display: none;
}

@media (min-width: 768px) {
  .interlace-product-group-menu {
    display: flex;
    column-count: 1;
    gap: 15px;
  }
  .interlace-product-group-menu .block-content {
    flex-grow: 4;
  }
}
.node-type-interlace-product-group-test-are #content.column .field-type-image {
  margin: 1em 0 0.25em 0;
}
.node-type-interlace-product-group-test-are h2.comments__title.title {
  font-size: 1.5em;
  background: no-repeat left center;
  padding: 4px 0 4px 36px;
  background-size: contain;
  font-size: 1.5em;
  color: #19a489;
  margin: 1.5em 0 0.25em;
  background-image: url("img/test-comments.svg");
  padding-left: 45px;
  cursor: help;
}

.field-name-field-development-stage-summary .field-label,
.field-name-field-instructions-for-stakehold .field-label,
h2.comments__title.title,
.field-name-field-file-upload-multi .field-label,
.field-name-field-pr-links .field-label {
  background: no-repeat left center;
  background-image: url("img/test-development.svg");
  padding: 4px 0 4px 36px;
  background-size: contain;
  font-size: 1.5em;
  color: #19a489;
  margin: 1.5em 0 0.25em;
}

h2.comments__form-title {
  font-size: 1.5em;
  color: #19a489;
  margin: 1.5em 0 0.25em;
}

.field-name-field-instructions-for-stakehold .field-label {
  background-image: url("img/test-instructions.svg");
  padding-left: 55px;
}

.field-name-field-file-upload-multi .file-icon {
  display: none;
}
.field-name-field-file-upload-multi .field-label {
  background-image: url("img/test-document.svg");
  padding-left: 39px;
}

.field-name-field-pr-links .field-label {
  background-image: url("img/test-document.svg");
  padding-left: 39px;
}

section.comment-wrapper article.comment {
  padding-top: 1em;
  padding-bottom: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #939393;
}
section.comment-wrapper article.comment .submitted {
  font-size: 90%;
}
section.comment-wrapper article.comment li[class*=comment] {
  font-size: 90%;
}
section.comment-wrapper article.comment.first {
  border-top: 1px solid #939393;
}

.test-area-menu .views-row a {
  display: block;
  background: #e3e3e3;
  color: #333333;
  padding: 4px 6px;
  text-decoration: none;
  border: 1px solid #fff;
}
.test-area-menu .views-row a:hover {
  color: #000;
  background: #ccc;
}

.node-type-interlace-hub-newsletter {
  text-align: left;
}
.node-type-interlace-hub-newsletter .field-name-field-date {
  font-size: 1.5em;
  color: #b71d41;
  margin: 0 0 15px 0;
}
.node-type-interlace-hub-newsletter .field-name-field-description {
  font-size: 1.25em;
  margin: 0 0 15px 0;
}
.node-type-interlace-hub-newsletter .paragraphs-item-interlace-hub-newsletter-item {
  background: rgb(214, 214, 214);
  margin-bottom: 15px;
}
.node-type-interlace-hub-newsletter .paragraphs-item-interlace-hub-newsletter-item h3.field-name-subtitle {
  color: #1a1a1a;
  font-size: 1.5em;
  margin: 0;
  padding: 15px;
}
.node-type-interlace-hub-newsletter .paragraphs-item-interlace-hub-newsletter-item .field-name-field-order {
  display: none;
}
.node-type-interlace-hub-newsletter .paragraphs-item-interlace-hub-newsletter-item .field-name-field-image {
  margin: 0 !important;
}
.node-type-interlace-hub-newsletter .paragraphs-item-interlace-hub-newsletter-item .field-name-field-image img {
  max-width: 100%;
  width: 100%;
}
.node-type-interlace-hub-newsletter .paragraphs-item-interlace-hub-newsletter-item .field-name-field-description {
  font-size: 1.15em;
  margin: 0;
  padding: 15px;
}
.node-type-interlace-hub-newsletter .paragraphs-item-interlace-hub-newsletter-item .field-name-field-description p {
  margin: 0;
}
.node-type-interlace-hub-newsletter .paragraphs-item-interlace-hub-newsletter-item .field-name-field-link {
  float: right;
}
.node-type-interlace-hub-newsletter .paragraphs-item-interlace-hub-newsletter-item .field-name-field-link a {
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  text-transform: uppercase;
  color: #19a489 !important;
  display: inline-block;
  background-color: #fff;
  border-radius: 0;
  border: none;
  outline: none;
  padding: 0.35rem 0.75rem;
  text-decoration: none !important;
  color: #fff !important;
  background-color: #f08106 !important;
  font-size: 1.5em;
}
.node-type-interlace-hub-newsletter .paragraphs-item-interlace-hub-newsletter-item .field-name-field-link a:hover {
  background-color: #1a1a1a !important;
  text-decoration: none !important;
  color: #fff !important;
  cursor: pointer;
}
.node-type-interlace-hub-newsletter .paragraphs-item-interlace-hub-newsletter-item .field-name-field-link a:active {
  transition: all 0.1s linear;
  background-color: rgb(14, 105, 87) !important;
  color: #fff !important;
  cursor: pointer;
}
.node-type-interlace-hub-newsletter .paragraphs-item-interlace-hub-newsletter-item .field-name-field-link a:hover {
  background-color: #1a1a1a !important;
}
.node-type-interlace-hub-newsletter .paragraphs-item-interlace-hub-newsletter-item .field-name-field-link a:active {
  background-color: #1a1a1a !important;
}
.node-type-interlace-hub-newsletter .paragraphs-item-interlace-hub-newsletter-item:after {
  content: "";
  clear: both;
  display: table;
}

.node-type-interlace-uga-page .field-name-body {
  text-align: justify;
}
.node-type-interlace-uga-page .field-name-body table {
  text-align: left;
}
.node-type-interlace-uga-page .field-name-body h3 {
  font-size: 1.125em;
}
.node-type-interlace-uga-page .field-name-body ul {
  margin-left: 1.5em;
}

cite {
  font-size: 90%;
  display: block;
  margin: 0 0 6px 0;
}

.block-locale {
  margin: 0 0 1em 0;
  float: right;
}
.block-locale ul.language-switcher-locale-url,
.block-locale ul.language-switcher-locale-url li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.block-locale ul.language-switcher-locale-url {
  border-radius: 1em;
  background: #19a489;
  border: 2px solid #19a489;
}
.block-locale ul.language-switcher-locale-url li {
  display: inline-block;
  padding: 0.2em 0.4em;
}
.block-locale ul.language-switcher-locale-url li a {
  font-size: 0;
}
.block-locale ul.language-switcher-locale-url li a:hover {
  text-decoration: underline;
}
.block-locale ul.language-switcher-locale-url li a:after {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}
.block-locale ul.language-switcher-locale-url li a:hover:after {
  text-decoration: underline;
}
.block-locale ul.language-switcher-locale-url li.en a:after {
  content: "EN";
}
.block-locale ul.language-switcher-locale-url li.es a:after {
  content: "ES";
}
.block-locale ul.language-switcher-locale-url li.de a:after {
  content: "DE";
}
.block-locale ul.language-switcher-locale-url li span.locale-untranslated {
  font-size: 0;
}
.block-locale ul.language-switcher-locale-url li span.locale-untranslated:after {
  content: "EN";
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}
.block-locale ul.language-switcher-locale-url li.es span.locale-untranslated:after {
  content: "ES";
  text-decoration: line-through;
}
.block-locale ul.language-switcher-locale-url li.active {
  background: #fff;
  border-radius: 0.9em;
}
.block-locale ul.language-switcher-locale-url li.active a {
  color: #19a489;
  cursor: default;
  text-decoration: none;
}
.block-locale ul.language-switcher-locale-url li.active a:hover {
  text-decoration: none;
}
.block-locale ul.language-switcher-locale-url li.active a:after {
  color: #19a489;
  text-decoration: none;
}
.block-locale ul.language-switcher-locale-url li.active a:hover:after {
  text-decoration: none;
}

.uga-landing .all-filters {
  position: relative;
  background: #f7c082;
}
.uga-landing .all-filters .only-filters-wrapper {
  padding-top: 15px;
}
.uga-landing .all-filters .only-filters-wrapper label {
  display: none;
}
.uga-landing .all-filters .only-filters-wrapper .views-exposed-widget:not(.views-widget-filter-combine) {
  display: none;
}
.uga-landing .all-filters .only-filters-wrapper .views-submit-button,
.uga-landing .all-filters .only-filters-wrapper .views-reset-button {
  display: none;
}
.uga-landing .all-filters > .map-filters-wrapper {
  background: #f7c082;
}
.uga-landing .all-filters > .map-filters-wrapper .views-exposed-widget.views-widget-filter-combine input {
  background-image: url("https://upload.wikimedia.org/wikipedia/commons/5/55/Magnifying_glass_icon.svg");
  background-size: 1em;
  background-position: calc(100% - 1.3em) center;
  background-repeat: no-repeat;
}
.uga-landing .all-filters > .map-filters-wrapper::after {
  content: "";
  clear: both;
  display: table;
}
@media (min-width: 800px) {
  .uga-landing .all-filters > .map-filters-wrapper .view-filters {
    float: left;
    width: 45%;
  }
  .uga-landing .all-filters > .map-filters-wrapper .view-content.uga-map {
    float: right;
    width: 55%;
  }
  .uga-landing .all-filters > .map-filters-wrapper .leaflet-container {
    margin-top: 0;
  }
}
@media (min-width: 1000px) {
  .uga-landing .all-filters > .map-filters-wrapper .view-filters {
    width: 35%;
    float: left;
  }
  .uga-landing .all-filters > .map-filters-wrapper .view-content.uga-map {
    width: 65%;
    float: right;
  }
}
.uga-landing .attachment.uga-listing {
  clear: both;
  float: none;
}

.all-filters select {
  width: auto;
  padding: 7px;
  background-color: lightgrey;
  /* needed */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* SVG background image */
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: 0.6em;
  background-position: calc(100% - 1.3em) center;
  background-repeat: no-repeat;
  border-radius: 1.5em;
  background-color: #fff;
  border: 2px solid rgb(118, 118, 118);
}
.all-filters select::hover {
  cursor: pointer;
}
.all-filters select::-ms-expand {
  display: none;
}

.node-type-urban-governance-atlas .content_row.uga-top {
  padding-top: 13rem;
}
.node-type-urban-governance-atlas .content_row.uga-top #main {
  padding-top: 0;
}

.page-urban-governance-atlas .content_row.uga-top {
  padding-top: 10rem;
}
.page-urban-governance-atlas #main {
  padding-top: 0;
}
.page-urban-governance-atlas .content_row.uga-filters {
  margin-bottom: 20px;
}
.page-urban-governance-atlas .content_row.uga-filters label:not(.option), .page-urban-governance-atlas .content_row.uga-filters .views-label {
  color: black;
}
.page-urban-governance-atlas .content_row.uga-filters input[type=text] {
  border-radius: 1.5em;
  text-indent: 1.25em;
  background-color: #fff;
  border: 2px solid rgb(118, 118, 118);
  padding: 7px 0;
}
.page-urban-governance-atlas .content_row.uga-filters .page-wrapper {
  padding: 20px 20px 0 20px;
  margin-top: 20px;
  margin-bottom: 0px;
}
.page-urban-governance-atlas #content {
  width: 100% !important;
  width: 100% !important;
  margin-right: 0 !important;
}

.page-urban-governance-atlas .page-wrapper {
  max-width: 1250px;
}

.page-urban-governance-atlas #main.page-wrapper,
.page-urban-governance-atlas .content_row .page-wrapper {
  margin-bottom: 0;
  padding-bottom: 0;
  max-width: 1250px;
}

.node-type-urban-governance-atlas .page-wrapper {
  max-width: 1150px;
}

.node-type-urban-governance-atlas #main.page-wrapper,
.node-type-urban-governance-atlas .content_row .page-wrapper {
  margin-bottom: 0;
  padding-bottom: 0;
  max-width: 1150px;
}

.page-urban-governance-atlas .page-wrapper .banner-wrapper {
  position: relative;
}
.page-urban-governance-atlas .page-wrapper .banner-wrapper .title-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  color: #fff;
  text-align: center;
}
.page-urban-governance-atlas .page-wrapper .banner-wrapper .title-wrapper .page__title {
  margin: 3vw 0 11px 0;
  text-shadow: 0px 0px 2px rgb(0, 0, 0);
}
.page-urban-governance-atlas .page-wrapper .banner-wrapper .title-wrapper p {
  margin: 0 0 15px 0;
  font-size: 110%;
  text-shadow: 0px 0px 2px rgb(0, 0, 0);
}
.page-urban-governance-atlas .page-wrapper .banner-wrapper a {
  color: #fff;
}
.page-urban-governance-atlas .page-wrapper .banner-wrapper .region-highlighted {
  margin: 0 auto;
  display: block;
}
@media (min-width: 768px) {
  .page-urban-governance-atlas .page-wrapper .banner-wrapper .region-highlighted .uga-banner-description {
    padding: 0 10%;
  }
}
.page-urban-governance-atlas .page-wrapper .banner-wrapper .region-highlighted .uga-add-button {
  margin-top: 20px;
}
.page-urban-governance-atlas .page-wrapper .banner-wrapper .region-highlighted .uga-add-button .btn {
  font-size: 110%;
  padding: 0.75rem 1.25rem;
  border-radius: 2em;
}
@media (min-width: 768px) {
  .page-urban-governance-atlas .page-wrapper .banner-wrapper .region-highlighted .uga-add-button .btn {
    font-size: 125%;
  }
}
.page-urban-governance-atlas .page-wrapper .banner-wrapper .block-locale {
  position: absolute;
  top: 10px;
  right: 10px;
}
.page-urban-governance-atlas .page-wrapper .banner-wrapper .block-locale ul.language-switcher-locale-url {
  box-shadow: 0px 0px 2px rgb(255, 255, 255);
}
.page-urban-governance-atlas .page-wrapper img {
  width: 100%;
}
@media (max-width: 800px) {
  .page-urban-governance-atlas .page-wrapper .banner-wrapper {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .page-urban-governance-atlas .page-wrapper .banner-wrapper img {
    min-width: 1200px;
    width: auto;
  }
}
@media (max-width: 600px) {
  .page-urban-governance-atlas .page-wrapper .banner-wrapper {
    max-height: 400px;
  }
  .page-urban-governance-atlas .page-wrapper .banner-wrapper img {
    min-width: 1500px;
  }
}

.page-urban-governance-atlas .content_row.uga-filters .page-wrapper {
  padding-left: 0;
  padding-right: 0;
}

.showcase.text-listing > .view-content,
.urban-governance-atlases .attachment:not(.attachment-before) .view-content {
  box-sizing: border-box;
  padding-top: 15px;
}
@media (min-width: 600px) {
  .showcase.text-listing > .view-content,
.urban-governance-atlases .attachment:not(.attachment-before) .view-content {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1.5%;
  }
}
.showcase.text-listing > .view-content .views-row,
.urban-governance-atlases .attachment:not(.attachment-before) .view-content .views-row {
  box-sizing: border-box;
  background: rgb(235, 235, 235);
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
}
.showcase.text-listing > .view-content .views-row h4,
.showcase.text-listing > .view-content .views-row p,
.urban-governance-atlases .attachment:not(.attachment-before) .view-content .views-row h4,
.urban-governance-atlases .attachment:not(.attachment-before) .view-content .views-row p {
  margin: 0 0 15px 0;
}
.showcase.text-listing > .view-content .views-row .views-field-title-1,
.urban-governance-atlases .attachment:not(.attachment-before) .view-content .views-row .views-field-title-1 {
  text-align: right;
}
@media (min-width: 600px) {
  .showcase.text-listing > .view-content .views-row,
.urban-governance-atlases .attachment:not(.attachment-before) .view-content .views-row {
    width: 48.5%;
    display: flex;
    flex-direction: column;
  }
  .showcase.text-listing > .view-content .views-row .views-field-field-description,
.urban-governance-atlases .attachment:not(.attachment-before) .view-content .views-row .views-field-field-description {
    flex-grow: 2;
  }
}
@media (min-width: 960px) {
  .showcase.text-listing > .view-content .views-row,
.urban-governance-atlases .attachment:not(.attachment-before) .view-content .views-row {
    width: 31.5%;
  }
}

.showcase.text-listing > .view-content .views-row {
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.25);
}

.urban-governance-atlases .attachment:not(.attachment-before) .view-content .views-row {
  /* teaser column widths  */
  flex-grow: 1;
}
@media (min-width: 550px) {
  .urban-governance-atlases .attachment:not(.attachment-before) .view-content .views-row {
    width: 48.5%;
    display: flex;
    flex-direction: column;
  }
  .urban-governance-atlases .attachment:not(.attachment-before) .view-content .views-row .views-field-field-description {
    flex-grow: 2;
  }
}
@media (min-width: 768px) {
  .urban-governance-atlases .attachment:not(.attachment-before) .view-content .views-row {
    width: 31.5%;
  }
}
@media (min-width: 1100px) {
  .urban-governance-atlases .attachment:not(.attachment-before) .view-content .views-row {
    width: 23.833%;
  }
}

/* teaser background colours  */
.urban-governance-atlases .attachment:not(.attachment-before) .view-content .views-row {
  background-color: rgb(235, 235, 235);
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.25);
}
.urban-governance-atlases .attachment:not(.attachment-before) .view-content .views-row .views-field-field-image {
  margin: -10px -10px 5px -10px;
}
.urban-governance-atlases .attachment:not(.attachment-before) .view-content .views-row .views-field-title-1 {
  padding: 10px;
  margin: 0 -10px -10px -10px;
}
.urban-governance-atlases .attachment:not(.attachment-before) .view-content .views-row .views-field-title-1 .btn {
  background: #fff !important;
}
.urban-governance-atlases .attachment:not(.attachment-before) .view-content .views-row.type-Knowle .views-field-title-1 {
  background-color: rgb(25, 164, 137);
}
.urban-governance-atlases .attachment:not(.attachment-before) .view-content .views-row.type-Knowle .views-field-title-1 .btn {
  color: rgb(25, 164, 137) !important;
}
.urban-governance-atlases .attachment:not(.attachment-before) .view-content .views-row.type-Econom .views-field-title-1 {
  background-color: rgb(240, 129, 6);
}
.urban-governance-atlases .attachment:not(.attachment-before) .view-content .views-row.type-Econom .views-field-title-1 .btn {
  color: rgb(240, 129, 6) !important;
}
.urban-governance-atlases .attachment:not(.attachment-before) .view-content .views-row.type-Legisl .views-field-title-1 {
  background-color: rgb(183, 29, 65);
}
.urban-governance-atlases .attachment:not(.attachment-before) .view-content .views-row.type-Legisl .views-field-title-1 .btn {
  color: rgb(183, 29, 65) !important;
}
.urban-governance-atlases .attachment:not(.attachment-before) .view-content .views-row.type-Agreem .views-field-title-1 {
  background-color: #328ec8;
}
.urban-governance-atlases .attachment:not(.attachment-before) .view-content .views-row.type-Agreem .views-field-title-1 .btn {
  color: #328ec8 !important;
}
.urban-governance-atlases .attachment:not(.attachment-before) .view-content .views-row .views-field-title-1 {
  padding: 10px;
  margin: 0 -10px -10px -10px;
}
.urban-governance-atlases .attachment:not(.attachment-before) .view-content .views-row .views-field-title-1 .btn {
  background: #fff !important;
}
.urban-governance-atlases .attachment:not(.attachment-before) .view-content .views-row .views-field-title-1 .btn:hover {
  background: #000 !important;
  color: #fff !important;
}

/* UGA Filter block  */
.uga-block {
  background: transparent;
  padding: 10px 0 0 0;
  margin: 0;
}
.uga-block .views-exposed-form {
  padding: 10px;
}
@media (min-width: 768px) {
  .uga-block .views-exposed-form {
    padding: 0px 10px;
  }
}
.uga-block .views-exposed-form .views-exposed-widget {
  float: left !important;
  margin-bottom: 10px;
  width: 100%;
  padding: 0;
}
.uga-block .views-exposed-form .views-exposed-widget:last-child {
  margin-bottom: 0;
  background: pink;
}
.uga-block .views-exposed-form .views-exposed-widget.views-widget-filter-combine {
  float: none !important;
  margin-bottom: 15px;
}
.uga-block .views-exposed-form .views-exposed-widget.views-widget-filter-combine_1, .uga-block .views-exposed-form .views-exposed-widget.views-widget-filter-combine_2, .uga-block .views-exposed-form .views-exposed-widget.views-widget-filter-field_relevance_specific_peri_2_value_i18n, .uga-block .views-exposed-form .views-exposed-widget.views-widget-filter-field_iga_region_value_i18n {
  padding: 0 0 10px 0;
}
.uga-block .views-exposed-form .views-exposed-widget.views-widget-filter-term_node_tid_depth, .uga-block .views-exposed-form .views-exposed-widget.views-widget-filter-field_initiating_body_term_tid_i18n {
  padding: 10px 0;
}
.uga-block .views-exposed-form .views-exposed-widget.views-widget-filter-combine, .uga-block .views-exposed-form .views-exposed-widget.views-widget-filter-combine_1, .uga-block .views-exposed-form .views-exposed-widget.views-widget-filter-combine_2 {
  padding-top: 0;
}
.uga-block .views-exposed-form .views-exposed-widget.views-widget-filter-combine label, .uga-block .views-exposed-form .views-exposed-widget.views-widget-filter-combine_1 label, .uga-block .views-exposed-form .views-exposed-widget.views-widget-filter-combine_2 label {
  display: none;
}
@media (min-width: 768px) {
  .uga-block .views-exposed-form .views-exposed-widget.views-widget-filter-combine_1, .uga-block .views-exposed-form .views-exposed-widget.views-widget-filter-combine_2, .uga-block .views-exposed-form .views-exposed-widget.views-widget-filter-term_node_tid_depth, .uga-block .views-exposed-form .views-exposed-widget.views-widget-filter-field_initiating_body_term_tid_i18n, .uga-block .views-exposed-form .views-exposed-widget.views-widget-filter-field_uga_initiating_body2_value_i18n, .uga-block .views-exposed-form .views-exposed-widget.views-widget-filter-field_relevance_specific_peri_2_value_i18n, .uga-block .views-exposed-form .views-exposed-widget.views-widget-filter-field_iga_region_value_i18n {
    width: 50%;
  }
  .uga-block .views-exposed-form .views-exposed-widget.views-widget-filter-combine_1 .views-widget, .uga-block .views-exposed-form .views-exposed-widget.views-widget-filter-combine_2 .views-widget, .uga-block .views-exposed-form .views-exposed-widget.views-widget-filter-term_node_tid_depth .views-widget, .uga-block .views-exposed-form .views-exposed-widget.views-widget-filter-field_initiating_body_term_tid_i18n .views-widget, .uga-block .views-exposed-form .views-exposed-widget.views-widget-filter-field_uga_initiating_body2_value_i18n .views-widget, .uga-block .views-exposed-form .views-exposed-widget.views-widget-filter-field_relevance_specific_peri_2_value_i18n .views-widget, .uga-block .views-exposed-form .views-exposed-widget.views-widget-filter-field_iga_region_value_i18n .views-widget {
    padding: 0 10px 0 0;
  }
  .uga-block .views-exposed-form .views-exposed-widget.views-widget-filter-combine_1:first-child .views-widget, .uga-block .views-exposed-form .views-exposed-widget.views-widget-filter-combine_2:first-child .views-widget, .uga-block .views-exposed-form .views-exposed-widget.views-widget-filter-term_node_tid_depth:first-child .views-widget, .uga-block .views-exposed-form .views-exposed-widget.views-widget-filter-field_initiating_body_term_tid_i18n:first-child .views-widget, .uga-block .views-exposed-form .views-exposed-widget.views-widget-filter-field_uga_initiating_body2_value_i18n:first-child .views-widget, .uga-block .views-exposed-form .views-exposed-widget.views-widget-filter-field_relevance_specific_peri_2_value_i18n:first-child .views-widget, .uga-block .views-exposed-form .views-exposed-widget.views-widget-filter-field_iga_region_value_i18n:first-child .views-widget {
    padding: 0;
  }
}
@media (min-width: 1000px) {
  .uga-block .views-exposed-form .views-exposed-widget.views-widget-filter-combine_1, .uga-block .views-exposed-form .views-exposed-widget.views-widget-filter-combine_2, .uga-block .views-exposed-form .views-exposed-widget.views-widget-filter-term_node_tid_depth, .uga-block .views-exposed-form .views-exposed-widget.views-widget-filter-field_initiating_body_term_tid_i18n, .uga-block .views-exposed-form .views-exposed-widget.views-widget-filter-field_uga_initiating_body2_value_i18n, .uga-block .views-exposed-form .views-exposed-widget.views-widget-filter-field_relevance_specific_peri_2_value_i18n, .uga-block .views-exposed-form .views-exposed-widget.views-widget-filter-field_iga_region_value_i18n {
    width: 50%;
  }
  .uga-block .views-exposed-form .views-exposed-widget.views-widget-filter-combine_1 .views-widget, .uga-block .views-exposed-form .views-exposed-widget.views-widget-filter-combine_2 .views-widget, .uga-block .views-exposed-form .views-exposed-widget.views-widget-filter-term_node_tid_depth .views-widget, .uga-block .views-exposed-form .views-exposed-widget.views-widget-filter-field_initiating_body_term_tid_i18n .views-widget, .uga-block .views-exposed-form .views-exposed-widget.views-widget-filter-field_uga_initiating_body2_value_i18n .views-widget, .uga-block .views-exposed-form .views-exposed-widget.views-widget-filter-field_relevance_specific_peri_2_value_i18n .views-widget, .uga-block .views-exposed-form .views-exposed-widget.views-widget-filter-field_iga_region_value_i18n .views-widget {
    padding: 0 15px 0 0;
  }
  .uga-block .views-exposed-form .views-exposed-widget.views-widget-filter-combine_1:first-child .views-widget, .uga-block .views-exposed-form .views-exposed-widget.views-widget-filter-combine_2:first-child .views-widget, .uga-block .views-exposed-form .views-exposed-widget.views-widget-filter-term_node_tid_depth:first-child .views-widget, .uga-block .views-exposed-form .views-exposed-widget.views-widget-filter-field_initiating_body_term_tid_i18n:first-child .views-widget, .uga-block .views-exposed-form .views-exposed-widget.views-widget-filter-field_uga_initiating_body2_value_i18n:first-child .views-widget, .uga-block .views-exposed-form .views-exposed-widget.views-widget-filter-field_relevance_specific_peri_2_value_i18n:first-child .views-widget, .uga-block .views-exposed-form .views-exposed-widget.views-widget-filter-field_iga_region_value_i18n:first-child .views-widget {
    padding: 0;
  }
  .uga-block .views-exposed-form .views-exposed-widget.views-widget-filter-term_node_tid_depth {
    clear: left;
  }
  .uga-block .views-exposed-form .views-exposed-widget.views-widget-filter-term_node_tid_depth, .uga-block .views-exposed-form .views-exposed-widget.views-widget-filter-field_initiating_body_term_tid_i18n {
    width: 50%;
    padding: 0 0 10px 0;
  }
}
.uga-block .views-exposed-form .views-exposed-widget.views-submit-button, .uga-block .views-exposed-form .views-exposed-widget.views-reset-button {
  display: inline-block;
  float: right !important;
  width: auto;
  margin-left: 15px;
  margin-bottom: 0;
}
.uga-block .views-exposed-form .views-exposed-widget.views-submit-button .form-submit, .uga-block .views-exposed-form .views-exposed-widget.views-reset-button .form-submit {
  margin-top: 0;
}

/* Hide DE language link */
.block-locale.es ul.language-switcher-locale-url .de,
.page-node-28399 .block-locale ul.language-switcher-locale-url .de,
.page-node-28401 .block-locale ul.language-switcher-locale-url .de,
.page-node-24678 .block-locale ul.language-switcher-locale-url .de,
.page-node-24685 .block-locale ul.language-switcher-locale-url .de,
.page-node-24688 .block-locale ul.language-switcher-locale-url .de,
.page-node-24689 .block-locale ul.language-switcher-locale-url .de,
.node-type-interlace-uga-page .block-locale ul.language-switcher-locale-url .de,
.page-urban-governance-atlas .block-locale ul.language-switcher-locale-url .de,
.node-type-urban-governance-atlas .block-locale ul.language-switcher-locale-url .de {
  display: none;
}

.form-checkboxes span em {
  font-style: normal;
}

/* ========= UGA Filter block radio buttons ============= */
.uga-radio-buttons .form-type-bef-checkbox {
  display: inline-block;
  margin: 0;
  /* UGA radio buttons default state  */
  /* Instruments buttons   */
  /* ======== UGA radio buttons checked state   ======== */
}
.uga-radio-buttons .form-type-bef-checkbox label.option {
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-block;
  background: #eaeaea center center no-repeat;
  border: 2px solid #4d4d4d;
  /* Intitating body buttons   */
  /* Challenge buttons   */
}
.uga-radio-buttons .form-type-bef-checkbox label.option i {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0;
  right: 0;
  background: transparent center center no-repeat;
  filter: opacity(0.5);
  background-image: url("img/UGAicons-black//FloodRisk.png");
  background-size: 35px 35px;
}
.uga-radio-buttons .form-type-bef-checkbox label.option[for$="2660"] {
  border-color: #328ec8;
}
.uga-radio-buttons .form-type-bef-checkbox label.option[for$="2660"] i {
  background-image: url("img/UGAicons-black//AgreementInst.png");
}
.uga-radio-buttons .form-type-bef-checkbox label.option[for$="2648"] {
  border-color: #b71d41;
}
.uga-radio-buttons .form-type-bef-checkbox label.option[for$="2648"] i {
  background-image: url("img/UGAicons-black//RegulatoryInst.png");
}
.uga-radio-buttons .form-type-bef-checkbox label.option[for$="2655"] {
  border-color: #f08106;
}
.uga-radio-buttons .form-type-bef-checkbox label.option[for$="2655"] i {
  background-image: url("img/UGAicons-black//FiscalInst.png");
}
.uga-radio-buttons .form-type-bef-checkbox label.option[for$="2668"] {
  border-color: #19a489;
}
.uga-radio-buttons .form-type-bef-checkbox label.option[for$="2668"] i {
  background-image: url("img/UGAicons-black//KnowledgeInst.png");
}
.uga-radio-buttons .form-type-bef-checkbox label.option[for$="2660"]:hover {
  border-color: #328ec8;
}
.uga-radio-buttons .form-type-bef-checkbox label.option[for$="2648"]:hover {
  border-color: #b71d41;
}
.uga-radio-buttons .form-type-bef-checkbox label.option[for$="2655"]:hover {
  border-color: #f08106;
}
.uga-radio-buttons .form-type-bef-checkbox label.option[for$="2668"]:hover {
  border-color: #19a489;
}
.uga-radio-buttons .form-type-bef-checkbox label.option[for$="3629"] i, .uga-radio-buttons .form-type-bef-checkbox label.option[for$="3631"] i, .uga-radio-buttons .form-type-bef-checkbox label.option[for$=value-i18n-0] i {
  background-image: url("img/UGAicons-black//GovOrg.png");
}
.uga-radio-buttons .form-type-bef-checkbox label.option[for$="3630"] i, .uga-radio-buttons .form-type-bef-checkbox label.option[for$="3632"] i, .uga-radio-buttons .form-type-bef-checkbox label.option[for$=value-i18n-1] i {
  background-image: url("img/UGAicons-black//NonGovOrg.png");
}
.uga-radio-buttons .form-type-bef-checkbox label.option[for$="3387"] i {
  background-image: url("img/UGAicons-black//EcoConnectivity.png");
}
.uga-radio-buttons .form-type-bef-checkbox label.option[for$="3388"] i {
  background-image: url("img/UGAicons-black//SoilQuality.png");
}
.uga-radio-buttons .form-type-bef-checkbox label.option[for$="3389"] i {
  background-image: url("img/UGAicons-black//WaterMan.png");
}
.uga-radio-buttons .form-type-bef-checkbox label.option[for$="3390"] i {
  background-image: url("img/UGAicons-black//GreenSpaceMan.png");
}
.uga-radio-buttons .form-type-bef-checkbox label.option[for$="3391"] i {
  background-image: url("img/UGAicons-black//WaterQuality.png");
}
.uga-radio-buttons .form-type-bef-checkbox label.option[for$="3392"] i {
  background-image: url("img/UGAicons-black//FireRisk.png");
}
.uga-radio-buttons .form-type-bef-checkbox label.option[for$="3393"] i {
  background-image: url("img/UGAicons-black//FloodRisk.png");
}
.uga-radio-buttons .form-type-bef-checkbox label.option[for$="3394"] i {
  background-image: url("img/UGAicons-black//HeatStress.png");
}
.uga-radio-buttons .form-type-bef-checkbox label.option[for$="3395"] i {
  background-image: url("img/UGAicons-black//LandSlide.png");
}
.uga-radio-buttons .form-type-bef-checkbox label.option[for$="3396"] i {
  background-image: url("img/UGAicons-black//AirQuality.png");
}
.uga-radio-buttons .form-type-bef-checkbox label.option[for$="3397"] i {
  background-image: url("img/UGAicons-black//Noise.png");
}
.uga-radio-buttons .form-type-bef-checkbox label.option[for$="3398"] i {
  background-image: url("img/UGAicons-black//SocCohesion.png");
}
.uga-radio-buttons .form-type-bef-checkbox label.option[for$="3399"] i {
  background-image: url("img/UGAicons-black//SocEquity.png");
}
.uga-radio-buttons .form-type-bef-checkbox label.option[for$="3400"] i {
  background-image: url("img/UGAicons-black//NatureSteward.png");
}
.uga-radio-buttons .form-type-bef-checkbox label.option[for$="3401"] i {
  background-image: url("img/UGAicons-black//ReconnectEducat.png");
}
.uga-radio-buttons .form-type-bef-checkbox label.option[for$="3402"] i {
  background-image: url("img/UGAicons-black//Health.png");
}
.uga-radio-buttons .form-type-bef-checkbox label.option[for$="3432"] i {
  background-image: url("img/UGAicons-black//Other.png");
}
.uga-radio-buttons .form-type-bef-checkbox label.option[for$="2655"] i {
  background-image: url("img/UGAicons-black//FiscalInst.png");
}
.uga-radio-buttons .form-type-bef-checkbox label.option span {
  position: absolute;
  top: -5.75em;
  left: 0px;
  left: 50%;
  width: 8em;
  height: 5em;
  filter: opacity(1);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: flex-end;
  display: none;
  transform: translate(-50%, 0);
}
@media (min-width: 768px) {
  .uga-radio-buttons .form-type-bef-checkbox label.option span {
    width: 15em;
  }
}
.uga-radio-buttons .form-type-bef-checkbox label.option span em {
  color: white;
  font-size: 14px;
  width: auto;
  display: block;
  background: #4d4d4d;
  padding: 3px 5px;
  border-radius: 5px;
}
.uga-radio-buttons .form-type-bef-checkbox label.option span:hover {
  display: none;
}
.uga-radio-buttons .form-type-bef-checkbox label.option::before {
  display: none;
  content: " ";
  width: 0;
  position: absolute;
  top: -14px;
  left: 27%;
  width: 0px;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #4d4d4d transparent transparent transparent;
}
.uga-radio-buttons .form-type-bef-checkbox label.option:hover {
  background: white;
  border-color: #4d4d4d;
  cursor: pointer;
}
.uga-radio-buttons .form-type-bef-checkbox label.option:hover i {
  filter: opacity(1);
}
.uga-radio-buttons .form-type-bef-checkbox label.option:hover::before {
  display: block;
}
.uga-radio-buttons .form-type-bef-checkbox label.option:hover span {
  display: block;
  display: flex;
  cursor: pointer;
}
.uga-radio-buttons .form-type-bef-checkbox label.option:hover span:hover {
  display: none;
}
.uga-radio-buttons .form-type-bef-checkbox label.option:active {
  cursor: pointer;
}
.uga-radio-buttons .form-type-bef-checkbox input[type=checkbox] {
  display: none;
}
.uga-radio-buttons .form-type-bef-checkbox input[type=checkbox]:checked + label.option {
  background-color: #4d4d4d;
  border-color: #4d4d4d;
  /* Instruments active buttons   */
  /* Intial body buttons   */
  /* Challenge buttons   */
}
.uga-radio-buttons .form-type-bef-checkbox input[type=checkbox]:checked + label.option i {
  filter: opacity(1);
}
.uga-radio-buttons .form-type-bef-checkbox input[type=checkbox]:checked + label.option[for$="2660"]:hover, .uga-radio-buttons .form-type-bef-checkbox input[type=checkbox]:checked + label.option[for$="2660"] {
  border-color: #328ec8;
  background-color: #328ec8;
}
.uga-radio-buttons .form-type-bef-checkbox input[type=checkbox]:checked + label.option[for$="2660"]:hover i, .uga-radio-buttons .form-type-bef-checkbox input[type=checkbox]:checked + label.option[for$="2660"] i {
  background-image: url("img/UGAicons-white//AgreementInst.png");
}
.uga-radio-buttons .form-type-bef-checkbox input[type=checkbox]:checked + label.option[for$="2648"]:hover, .uga-radio-buttons .form-type-bef-checkbox input[type=checkbox]:checked + label.option[for$="2648"] {
  border-color: #b71d41;
  background-color: #b71d41;
}
.uga-radio-buttons .form-type-bef-checkbox input[type=checkbox]:checked + label.option[for$="2648"]:hover i, .uga-radio-buttons .form-type-bef-checkbox input[type=checkbox]:checked + label.option[for$="2648"] i {
  background-image: url("img/UGAicons-white//RegulatoryInst.png");
}
.uga-radio-buttons .form-type-bef-checkbox input[type=checkbox]:checked + label.option[for$="2655"]:hover, .uga-radio-buttons .form-type-bef-checkbox input[type=checkbox]:checked + label.option[for$="2655"] {
  border-color: #f08106;
  background-color: #f08106;
}
.uga-radio-buttons .form-type-bef-checkbox input[type=checkbox]:checked + label.option[for$="2655"]:hover i, .uga-radio-buttons .form-type-bef-checkbox input[type=checkbox]:checked + label.option[for$="2655"] i {
  background-image: url("img/UGAicons-white//FiscalInst.png");
}
.uga-radio-buttons .form-type-bef-checkbox input[type=checkbox]:checked + label.option[for$="2668"]:hover, .uga-radio-buttons .form-type-bef-checkbox input[type=checkbox]:checked + label.option[for$="2668"] {
  border-color: #19a489;
  background-color: #19a489;
}
.uga-radio-buttons .form-type-bef-checkbox input[type=checkbox]:checked + label.option[for$="2668"]:hover i, .uga-radio-buttons .form-type-bef-checkbox input[type=checkbox]:checked + label.option[for$="2668"] i {
  background-image: url("img/UGAicons-white//KnowledgeInst.png");
}
.uga-radio-buttons .form-type-bef-checkbox input[type=checkbox]:checked + label.option[for$="3629"], .uga-radio-buttons .form-type-bef-checkbox input[type=checkbox]:checked + label.option[for$="3631"], .uga-radio-buttons .form-type-bef-checkbox input[type=checkbox]:checked + label.option[for$=value-i18n-0] {
  border-color: #4d4d4d;
  background-color: #4d4d4d;
}
.uga-radio-buttons .form-type-bef-checkbox input[type=checkbox]:checked + label.option[for$="3629"] i, .uga-radio-buttons .form-type-bef-checkbox input[type=checkbox]:checked + label.option[for$="3631"] i, .uga-radio-buttons .form-type-bef-checkbox input[type=checkbox]:checked + label.option[for$=value-i18n-0] i {
  background-image: url("img/UGAicons-white//GovOrg.png");
}
.uga-radio-buttons .form-type-bef-checkbox input[type=checkbox]:checked + label.option[for$="3630"], .uga-radio-buttons .form-type-bef-checkbox input[type=checkbox]:checked + label.option[for$="3632"], .uga-radio-buttons .form-type-bef-checkbox input[type=checkbox]:checked + label.option[for$=value-i18n-1] {
  border-color: #4d4d4d;
  background-color: #4d4d4d;
}
.uga-radio-buttons .form-type-bef-checkbox input[type=checkbox]:checked + label.option[for$="3630"] i, .uga-radio-buttons .form-type-bef-checkbox input[type=checkbox]:checked + label.option[for$="3632"] i, .uga-radio-buttons .form-type-bef-checkbox input[type=checkbox]:checked + label.option[for$=value-i18n-1] i {
  background-image: url("img/UGAicons-white//NonGovOrg.png");
}
.uga-radio-buttons .form-type-bef-checkbox input[type=checkbox]:checked + label.option[for$="3387"] i {
  background-image: url("img/UGAicons-white//EcoConnectivity.png");
}
.uga-radio-buttons .form-type-bef-checkbox input[type=checkbox]:checked + label.option[for$="3388"] i {
  background-image: url("img/UGAicons-white//SoilQuality.png");
}
.uga-radio-buttons .form-type-bef-checkbox input[type=checkbox]:checked + label.option[for$="3389"] i {
  background-image: url("img/UGAicons-white//WaterMan.png");
}
.uga-radio-buttons .form-type-bef-checkbox input[type=checkbox]:checked + label.option[for$="3390"] i {
  background-image: url("img/UGAicons-white//GreenSpaceMan.png");
}
.uga-radio-buttons .form-type-bef-checkbox input[type=checkbox]:checked + label.option[for$="3391"] i {
  background-image: url("img/UGAicons-white//WaterQuality.png");
}
.uga-radio-buttons .form-type-bef-checkbox input[type=checkbox]:checked + label.option[for$="3392"] i {
  background-image: url("img/UGAicons-white//FireRisk.png");
}
.uga-radio-buttons .form-type-bef-checkbox input[type=checkbox]:checked + label.option[for$="3393"] i {
  background-image: url("img/UGAicons-white//FloodRisk.png");
}
.uga-radio-buttons .form-type-bef-checkbox input[type=checkbox]:checked + label.option[for$="3394"] i {
  background-image: url("img/UGAicons-white//HeatStress.png");
}
.uga-radio-buttons .form-type-bef-checkbox input[type=checkbox]:checked + label.option[for$="3395"] i {
  background-image: url("img/UGAicons-white//LandSlide.png");
}
.uga-radio-buttons .form-type-bef-checkbox input[type=checkbox]:checked + label.option[for$="3396"] i {
  background-image: url("img/UGAicons-white//AirQuality.png");
}
.uga-radio-buttons .form-type-bef-checkbox input[type=checkbox]:checked + label.option[for$="3397"] i {
  background-image: url("img/UGAicons-white//Noise.png");
}
.uga-radio-buttons .form-type-bef-checkbox input[type=checkbox]:checked + label.option[for$="3398"] i {
  background-image: url("img/UGAicons-white//SocCohesion.png");
}
.uga-radio-buttons .form-type-bef-checkbox input[type=checkbox]:checked + label.option[for$="3399"] i {
  background-image: url("img/UGAicons-white//SocEquity.png");
}
.uga-radio-buttons .form-type-bef-checkbox input[type=checkbox]:checked + label.option[for$="3400"] i {
  background-image: url("img/UGAicons-white//NatureSteward.png");
}
.uga-radio-buttons .form-type-bef-checkbox input[type=checkbox]:checked + label.option[for$="3401"] i {
  background-image: url("img/UGAicons-white//ReconnectEducat.png");
}
.uga-radio-buttons .form-type-bef-checkbox input[type=checkbox]:checked + label.option[for$="3402"] i {
  background-image: url("img/UGAicons-white//Health.png");
}
.uga-radio-buttons .form-type-bef-checkbox input[type=checkbox]:checked + label.option[for$="3432"] i {
  background-image: url("img/UGAicons-white//Other.png");
}
.uga-radio-buttons .form-type-bef-checkbox input[type=checkbox]:checked + label.option[for$="2655"] i {
  background-image: url("img/UGAicons-white//FiscalInst.png");
}
.uga-radio-buttons .form-type-bef-checkbox input[type=checkbox]:checked + label.option:hover {
  background: #4d4d4d;
  border-color: #4d4d4d;
}
.uga-radio-buttons .form-type-bef-checkbox input[type=checkbox]:checked + label.option:active {
  border-color: #4d4d4d;
}
.uga-radio-buttons .form-type-bef-checkbox input[type=checkbox]:checked + label.option span {
  filter: opacity(1);
}
.uga-radio-buttons .form-submit[value=Apply] {
  margin-right: 15px;
}

.urban-governance-atlases.listing .view-content {
  padding-top: 0;
  margin-bottom: 10px;
}
.urban-governance-atlases.listing .view-content .leaflet-container {
  margin-top: 5px;
}

.urban-governance-atlases.uga-views-block,
section.sidebar .uga-block {
  background: rgb(235, 235, 235);
  padding: 10px 15px;
  margin-bottom: 15px;
}
.urban-governance-atlases.uga-views-block .block,
section.sidebar .uga-block .block {
  margin-bottom: 0;
}
.urban-governance-atlases.uga-views-block .views-exposed-form .views-exposed-widget:not(.views-submit-button):not(.views-reset-button),
section.sidebar .uga-block .views-exposed-form .views-exposed-widget:not(.views-submit-button):not(.views-reset-button) {
  padding: 0 0 10px 0;
}
.urban-governance-atlases.uga-views-block select,
.urban-governance-atlases.uga-views-block input.form-text,
section.sidebar .uga-block select,
section.sidebar .uga-block input.form-text {
  background: rgba(255, 255, 255, 0.5);
}
.urban-governance-atlases.uga-views-block select,
section.sidebar .uga-block select {
  color: #1a1a1a;
  border: 1px solid #b7b7b7;
  border-radius: 4px;
  box-shadow: none;
  padding: 2px;
}
.urban-governance-atlases.uga-views-block .views-field,
section.sidebar .uga-block .views-field {
  margin: 3px 0 5px 0;
  padding: 3px 0 5px 0;
  border-bottom: 2px solid #19a489;
}
.urban-governance-atlases.uga-views-block .views-field .views-label,
section.sidebar .uga-block .views-field .views-label {
  text-transform: uppercase;
}
.urban-governance-atlases.uga-views-block .views-field:first-child,
section.sidebar .uga-block .views-field:first-child {
  margin-top: 0;
}
.urban-governance-atlases.uga-views-block .views-field:last-child,
section.sidebar .uga-block .views-field:last-child {
  border: none;
  margin-bottom: 0;
}
.urban-governance-atlases.uga-views-block .views-field-field-logo img,
section.sidebar .uga-block .views-field-field-logo img {
  width: 100%;
}
.urban-governance-atlases.uga-views-block .attachment-after .views-row-first > .views-field:first-child,
section.sidebar .uga-block .attachment-after .views-row-first > .views-field:first-child {
  margin: 5px 0 5px 0;
  padding: 5px 0 5px 0;
  border-top: 2px solid #19a489;
}

.urban-governance-atlases.uga-views-block {
  margin: 15px 0 10px 0;
}
@media (min-width: 768px) {
  .urban-governance-atlases.uga-views-block .views-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .urban-governance-atlases.uga-views-block .views-row .views-field {
    width: 48.75%;
    display: flex;
    flex-direction: column;
  }
  .urban-governance-atlases.uga-views-block .views-row .views-field .field-content {
    flex-grow: 1;
  }
  .urban-governance-atlases.uga-views-block .views-row .views-field:nth-child(even) {
    margin-left: 2.5%;
  }
  .urban-governance-atlases.uga-views-block .views-row .views-field:nth-last-child(2) {
    border: none;
    margin-bottom: 0;
  }
}

.node-urban-governance-atlas h3 {
  font-size: 1.25em;
  margin: 0.5em 0 0.15em;
}
.node-urban-governance-atlas .field .field-label {
  font-size: 1em;
  margin: 0.5em 0 0.15em;
}
.node-urban-governance-atlas .field-type-field-collection > .field-label {
  font-size: 1.25em;
}
.node-urban-governance-atlas fieldset .fieldset-wrapper {
  padding: 1em 1em 0.5em 1em;
}
.node-urban-governance-atlas fieldset .fieldset-wrapper > .field:first-child .field-label {
  margin-top: 0;
}
.node-urban-governance-atlas .field-collection-container {
  border-bottom: none;
  margin-bottom: 0;
}
.node-urban-governance-atlas .field-collection-container .field-collection-view {
  padding: 0;
  margin: 0;
  border-bottom: none;
}
.node-urban-governance-atlas .field-collection-container .field-collection-view .field:first-child .field-label {
  margin-top: 0;
}
.node-urban-governance-atlas .field-name-field-uga-good-practice-charact .field-item,
.node-urban-governance-atlas .field-name-field-uga-sources-of-funding .field-item,
.node-urban-governance-atlas .field-name-field-if-yes-how- .field-item,
.node-urban-governance-atlas .field-name-field-uga-gov-target-actor .field-item,
.node-urban-governance-atlas .field-name-field-uga-targeted-actors .field-item,
.node-urban-governance-atlas .field-name-field-challenges-addressed-term .field-item,
.node-urban-governance-atlas .field-name-field-other-challenges .field-item,
.node-urban-governance-atlas .field-name-field-relevance-specific-peri-2 .field-item,
.node-urban-governance-atlas .field-name-field-if-yes-which-types-of-acto .field-item,
.node-urban-governance-atlas .field-name-field-how-were-these-actors-invo .field-item,
.node-urban-governance-atlas .field-name-field-source-of-funding-term .field-item,
.node-urban-governance-atlas .field-name-field-source-of-funding-other .field-item {
  padding-left: 17px;
  position: relative;
}
.node-urban-governance-atlas .field-name-field-uga-good-practice-charact .field-item:before,
.node-urban-governance-atlas .field-name-field-uga-sources-of-funding .field-item:before,
.node-urban-governance-atlas .field-name-field-if-yes-how- .field-item:before,
.node-urban-governance-atlas .field-name-field-uga-gov-target-actor .field-item:before,
.node-urban-governance-atlas .field-name-field-uga-targeted-actors .field-item:before,
.node-urban-governance-atlas .field-name-field-challenges-addressed-term .field-item:before,
.node-urban-governance-atlas .field-name-field-other-challenges .field-item:before,
.node-urban-governance-atlas .field-name-field-relevance-specific-peri-2 .field-item:before,
.node-urban-governance-atlas .field-name-field-if-yes-which-types-of-acto .field-item:before,
.node-urban-governance-atlas .field-name-field-how-were-these-actors-invo .field-item:before,
.node-urban-governance-atlas .field-name-field-source-of-funding-term .field-item:before,
.node-urban-governance-atlas .field-name-field-source-of-funding-other .field-item:before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  background-color: #19a489;
  vertical-align: middle;
  position: absolute;
  left: 0px;
  top: 6px;
}
.node-urban-governance-atlas .field-name-field-uga-initiating-body2 {
  display: none;
}
.node-urban-governance-atlas .field-name-field-file-upload-multi .field-label,
.node-urban-governance-atlas .field-name-field-pr-links .field-label {
  background: none;
  padding: 0;
}

fieldset.monitoring .field-name-field-source-of-funding-term .field-items {
  padding-bottom: 0;
}

fieldset.monitoring:not(.collapsed) .fieldset-wrapper {
  display: block !important;
}

@media (min-width: 768px) {
  fieldset.monitoring:not(.collapsed) .fieldset-wrapper {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
  }
  fieldset.monitoring:not(.collapsed) .fieldset-wrapper > .field:not(.field-name-field-uga-financing-details) {
    float: left;
    width: 50%;
    margin-bottom: 15px;
    padding: 0;
  }
  fieldset.monitoring:not(.collapsed) .fieldset-wrapper > .field:not(.field-name-field-uga-financing-details) .field-label {
    margin-top: 0;
    padding: 0 5px;
  }
  fieldset.monitoring:not(.collapsed) .fieldset-wrapper > .field:not(.field-name-field-uga-financing-details) .field-items {
    margin-top: 0;
    padding: 0 5px 0px 5px;
  }
  fieldset.monitoring:not(.collapsed) .fieldset-wrapper > .field:not(.field-name-field-uga-financing-details):nth-child(even) .field-items,
fieldset.monitoring:not(.collapsed) .fieldset-wrapper > .field:not(.field-name-field-uga-financing-details):nth-child(even) .field-label {
    padding-left: 15px;
  }
  fieldset.monitoring:not(.collapsed) .fieldset-wrapper > .field:not(.field-name-field-uga-financing-details):nth-child(odd) .field-items,
fieldset.monitoring:not(.collapsed) .fieldset-wrapper > .field:not(.field-name-field-uga-financing-details):nth-child(odd) .field-label {
    padding-right: 15px;
  }
}
.attachment-after .view--urban-governance-atlas .views-row {
  position: relative;
}
.attachment-after .view--urban-governance-atlas .views-row .views-field-field-challenges-addressed-term {
  position: absolute;
  top: 15px;
  left: 15px;
}
.attachment-after .view--urban-governance-atlas .views-row .views-field-field-challenges-addressed-term ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.attachment-after .view--urban-governance-atlas .views-row .views-field-field-challenges-addressed-term ul li {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0 6px 6px 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #b71d41 center center no-repeat;
  border: 1px solid #fff;
}
.attachment-after .view--urban-governance-atlas .views-row .views-field-field-challenges-addressed-term ul li img {
  width: 100%;
  height: inherit;
}

.views-field-nothing.instruments .views-field,
.view--urban-governance-atlas.challenges .views-field {
  padding: 15px 0 10px 0;
}
.views-field-nothing.instruments .views-field ul,
.views-field-nothing.instruments .views-field li,
.view--urban-governance-atlas.challenges .views-field ul,
.view--urban-governance-atlas.challenges .views-field li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.views-field-nothing.instruments .views-field li,
.view--urban-governance-atlas.challenges .views-field li {
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-block;
  background: #eaeaea center center no-repeat;
  margin: 4px 4px 0 0;
  border: solid 2px #4d4d4d;
}
.views-field-nothing.instruments .views-field li i,
.view--urban-governance-atlas.challenges .views-field li i {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0;
  right: 0;
  background: transparent center center no-repeat;
  background-image: url("img/UGAicons-black//FloodRisk.png");
  background-size: 35px 35px;
}
.views-field-nothing.instruments .views-field li i.icon-3387,
.view--urban-governance-atlas.challenges .views-field li i.icon-3387 {
  background-image: url("img/UGAicons-black//EcoConnectivity.png");
}
.views-field-nothing.instruments .views-field li i.icon-3388,
.view--urban-governance-atlas.challenges .views-field li i.icon-3388 {
  background-image: url("img/UGAicons-black//SoilQuality.png");
}
.views-field-nothing.instruments .views-field li i.icon-3389,
.view--urban-governance-atlas.challenges .views-field li i.icon-3389 {
  background-image: url("img/UGAicons-black//WaterMan.png");
}
.views-field-nothing.instruments .views-field li i.icon-3390,
.view--urban-governance-atlas.challenges .views-field li i.icon-3390 {
  background-image: url("img/UGAicons-black//GreenSpaceMan.png");
}
.views-field-nothing.instruments .views-field li i.icon-3391,
.view--urban-governance-atlas.challenges .views-field li i.icon-3391 {
  background-image: url("img/UGAicons-black//WaterQuality.png");
}
.views-field-nothing.instruments .views-field li i.icon-3392,
.view--urban-governance-atlas.challenges .views-field li i.icon-3392 {
  background-image: url("img/UGAicons-black//FireRisk.png");
}
.views-field-nothing.instruments .views-field li i.icon-3393,
.view--urban-governance-atlas.challenges .views-field li i.icon-3393 {
  background-image: url("img/UGAicons-black//FloodRisk.png");
}
.views-field-nothing.instruments .views-field li i.icon-3394,
.view--urban-governance-atlas.challenges .views-field li i.icon-3394 {
  background-image: url("img/UGAicons-black//HeatStress.png");
}
.views-field-nothing.instruments .views-field li i.icon-3395,
.view--urban-governance-atlas.challenges .views-field li i.icon-3395 {
  background-image: url("img/UGAicons-black//LandSlide.png");
}
.views-field-nothing.instruments .views-field li i.icon-3396,
.view--urban-governance-atlas.challenges .views-field li i.icon-3396 {
  background-image: url("img/UGAicons-black//AirQuality.png");
}
.views-field-nothing.instruments .views-field li i.icon-3397,
.view--urban-governance-atlas.challenges .views-field li i.icon-3397 {
  background-image: url("img/UGAicons-black//Noise.png");
}
.views-field-nothing.instruments .views-field li i.icon-3398,
.view--urban-governance-atlas.challenges .views-field li i.icon-3398 {
  background-image: url("img/UGAicons-black//SocCohesion.png");
}
.views-field-nothing.instruments .views-field li i.icon-3399,
.view--urban-governance-atlas.challenges .views-field li i.icon-3399 {
  background-image: url("img/UGAicons-black//SocEquity.png");
}
.views-field-nothing.instruments .views-field li i.icon-3400,
.view--urban-governance-atlas.challenges .views-field li i.icon-3400 {
  background-image: url("img/UGAicons-black//NatureSteward.png");
}
.views-field-nothing.instruments .views-field li i.icon-3401,
.view--urban-governance-atlas.challenges .views-field li i.icon-3401 {
  background-image: url("img/UGAicons-black//ReconnectEducat.png");
}
.views-field-nothing.instruments .views-field li i.icon-3402,
.view--urban-governance-atlas.challenges .views-field li i.icon-3402 {
  background-image: url("img/UGAicons-black//Health.png");
}
.views-field-nothing.instruments .views-field li i.icon-3432,
.view--urban-governance-atlas.challenges .views-field li i.icon-3432 {
  background-image: url("img/UGAicons-black//Other.png");
}
.views-field-nothing.instruments .views-field li i.icon-2655,
.view--urban-governance-atlas.challenges .views-field li i.icon-2655 {
  background-image: url("img/UGAicons-black//FiscalInst.png");
}
.views-field-nothing.instruments .views-field li i.icon-3387:hover,
.view--urban-governance-atlas.challenges .views-field li i.icon-3387:hover {
  background-image: url("img/UGAicons-white//EcoConnectivity.png");
}
.views-field-nothing.instruments .views-field li i.icon-3388:hover,
.view--urban-governance-atlas.challenges .views-field li i.icon-3388:hover {
  background-image: url("img/UGAicons-white//SoilQuality.png");
}
.views-field-nothing.instruments .views-field li i.icon-3389:hover,
.view--urban-governance-atlas.challenges .views-field li i.icon-3389:hover {
  background-image: url("img/UGAicons-white//WaterMan.png");
}
.views-field-nothing.instruments .views-field li i.icon-3390:hover,
.view--urban-governance-atlas.challenges .views-field li i.icon-3390:hover {
  background-image: url("img/UGAicons-white//GreenSpaceMan.png");
}
.views-field-nothing.instruments .views-field li i.icon-3391:hover,
.view--urban-governance-atlas.challenges .views-field li i.icon-3391:hover {
  background-image: url("img/UGAicons-white//WaterQuality.png");
}
.views-field-nothing.instruments .views-field li i.icon-3392:hover,
.view--urban-governance-atlas.challenges .views-field li i.icon-3392:hover {
  background-image: url("img/UGAicons-white//FireRisk.png");
}
.views-field-nothing.instruments .views-field li i.icon-3393:hover,
.view--urban-governance-atlas.challenges .views-field li i.icon-3393:hover {
  background-image: url("img/UGAicons-white//FloodRisk.png");
}
.views-field-nothing.instruments .views-field li i.icon-3394:hover,
.view--urban-governance-atlas.challenges .views-field li i.icon-3394:hover {
  background-image: url("img/UGAicons-white//HeatStress.png");
}
.views-field-nothing.instruments .views-field li i.icon-3395:hover,
.view--urban-governance-atlas.challenges .views-field li i.icon-3395:hover {
  background-image: url("img/UGAicons-white//LandSlide.png");
}
.views-field-nothing.instruments .views-field li i.icon-3396:hover,
.view--urban-governance-atlas.challenges .views-field li i.icon-3396:hover {
  background-image: url("img/UGAicons-white//AirQuality.png");
}
.views-field-nothing.instruments .views-field li i.icon-3397:hover,
.view--urban-governance-atlas.challenges .views-field li i.icon-3397:hover {
  background-image: url("img/UGAicons-white//Noise.png");
}
.views-field-nothing.instruments .views-field li i.icon-3398:hover,
.view--urban-governance-atlas.challenges .views-field li i.icon-3398:hover {
  background-image: url("img/UGAicons-white//SocCohesion.png");
}
.views-field-nothing.instruments .views-field li i.icon-3399:hover,
.view--urban-governance-atlas.challenges .views-field li i.icon-3399:hover {
  background-image: url("img/UGAicons-white//SocEquity.png");
}
.views-field-nothing.instruments .views-field li i.icon-3400:hover,
.view--urban-governance-atlas.challenges .views-field li i.icon-3400:hover {
  background-image: url("img/UGAicons-white//NatureSteward.png");
}
.views-field-nothing.instruments .views-field li i.icon-3401:hover,
.view--urban-governance-atlas.challenges .views-field li i.icon-3401:hover {
  background-image: url("img/UGAicons-white//ReconnectEducat.png");
}
.views-field-nothing.instruments .views-field li i.icon-3402:hover,
.view--urban-governance-atlas.challenges .views-field li i.icon-3402:hover {
  background-image: url("img/UGAicons-white//Health.png");
}
.views-field-nothing.instruments .views-field li i.icon-3432:hover,
.view--urban-governance-atlas.challenges .views-field li i.icon-3432:hover {
  background-image: url("img/UGAicons-white//Other.png");
}
.views-field-nothing.instruments .views-field li i.icon-2655:hover,
.view--urban-governance-atlas.challenges .views-field li i.icon-2655:hover {
  background-image: url("img/UGAicons-white//FiscalInst.png");
}
.views-field-nothing.instruments .views-field li span,
.view--urban-governance-atlas.challenges .views-field li span {
  position: absolute;
  top: -5.5em;
  left: 0px;
  left: 50%;
  width: 8em;
  height: 5em;
  filter: opacity(1);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: flex-end;
  display: none;
  transform: translate(-50%, 0);
}
@media (min-width: 768px) {
  .views-field-nothing.instruments .views-field li span,
.view--urban-governance-atlas.challenges .views-field li span {
    width: 15em;
  }
}
.views-field-nothing.instruments .views-field li span em,
.view--urban-governance-atlas.challenges .views-field li span em {
  color: white;
  font-size: 14px;
  font-style: normal;
  width: auto;
  display: block;
  background: #4d4d4d;
  padding: 3px 5px;
  border-radius: 5px;
}
.views-field-nothing.instruments .views-field li span:hover,
.view--urban-governance-atlas.challenges .views-field li span:hover {
  display: none;
}
.views-field-nothing.instruments .views-field li::before,
.view--urban-governance-atlas.challenges .views-field li::before {
  display: none;
  content: " ";
  width: 0;
  position: absolute;
  top: -13px;
  left: 27%;
  width: 0px;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #4d4d4d transparent transparent transparent;
}
.views-field-nothing.instruments .views-field li:hover,
.view--urban-governance-atlas.challenges .views-field li:hover {
  background: #4d4d4d;
  cursor: pointer;
}
.views-field-nothing.instruments .views-field li:hover i,
.view--urban-governance-atlas.challenges .views-field li:hover i {
  filter: opacity(1);
}
.views-field-nothing.instruments .views-field li:hover::before,
.view--urban-governance-atlas.challenges .views-field li:hover::before {
  display: block;
}
.views-field-nothing.instruments .views-field li:hover span,
.view--urban-governance-atlas.challenges .views-field li:hover span {
  display: block;
  display: flex;
  cursor: pointer;
}
.views-field-nothing.instruments .views-field li:hover span:hover,
.view--urban-governance-atlas.challenges .views-field li:hover span:hover {
  display: none;
}
.views-field-nothing.instruments .views-field li:active,
.view--urban-governance-atlas.challenges .views-field li:active {
  background: #4d4d4d;
  cursor: pointer;
}
.views-field-nothing.instruments {
  position: relative;
}
.views-field-nothing.instruments .views-field {
  padding: 0;
}
.views-field-nothing.instruments .views-field li {
  border: 1px solid #fff;
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 200;
}
.views-field-nothing.instruments .views-field li.li-Econom {
  background-color: #f08106;
}
.views-field-nothing.instruments .views-field li.li-Knowle {
  background-color: #19a489;
}
.views-field-nothing.instruments .views-field li.li-Agreem {
  background-color: #328ec8;
}
.views-field-nothing.instruments .views-field li.li-Legisl {
  background-color: #b71d41;
}
.views-field-nothing.instruments .views-field li:hover {
  background-color: #4d4d4d;
  border-color: #fff;
}
.views-field-nothing.instruments .views-field li i.icon-Econom {
  background-image: url("img/UGAicons-white//FiscalInst.png");
}
.views-field-nothing.instruments .views-field li i.icon-Knowle {
  background-image: url("img/UGAicons-white//KnowledgeInst.png");
}
.views-field-nothing.instruments .views-field li i.icon-Agreem {
  background-image: url("img/UGAicons-white//AgreementInst.png");
}
.views-field-nothing.instruments .views-field li i.icon-Legisl {
  background-image: url("img/UGAicons-white//RegulatoryInst.png");
}

.field-name-field-additional-images > .field-items > .field-item {
  display: inline-block;
  margin: 5px 10px 5px 0px;
  border: 1px solid #ccc;
  max-width: 125px;
}
.field-name-field-additional-images > .field-items > .field-item:hover {
  border-color: #a0a0a0;
}
.field-name-field-additional-images > .field-items > .field-item .field-type-image {
  margin: 0 !important;
}
.field-name-field-additional-images > .field-items > .field-item .field-type-image img {
  display: block;
}

#colorbox button {
  background-color: #efefef !important;
  border-color: #ccc !important;
}

.node-type-interlace-showcase blockquote,
.node-type--interlace-showcase blockquote {
  position: relative;
  display: flex;
  flex-direction: row;
  overflow: auto;
}
.node-type-interlace-showcase blockquote p,
.node-type--interlace-showcase blockquote p {
  font-size: 1.2em;
  padding-left: 2.25em;
}
.node-type-interlace-showcase blockquote > div,
.node-type--interlace-showcase blockquote > div {
  width: 300px;
  margin: 0 0 0 20px;
}
.node-type-interlace-showcase blockquote > div img,
.node-type--interlace-showcase blockquote > div img {
  width: 100%;
  border-radius: 50%;
  height: inherit;
  border: 2px solid #fff;
}
.node-type-interlace-showcase blockquote > div h4,
.node-type--interlace-showcase blockquote > div h4 {
  color: #1a1a1a;
  font-size: 0.8em;
  margin: 0.5em 0 0 0;
  text-align: center;
}
.node-type-interlace-showcase blockquote:before,
.node-type--interlace-showcase blockquote:before {
  content: open-quote;
  vertical-align: bottom;
  color: orange;
  font-size: 7em;
  top: -0.15em;
  left: 0.015em;
  position: absolute;
}

.node-type-interlace-page #edit-field-geo-location-und .fieldset-legend,
.node-type-interlace-page #edit-field-file-upload-multi-und .fieldset-legend,
.node-type-interlace-page #field-timeline-dates-add-more-wrapper .fieldset-legend,
#block-formblock-urban-governance-atlas .form-field-type-field-collection .fieldset-legend,
#interlace-showcase-node-form .fieldset-legend {
  font-weight: 700;
  font-style: normal;
  color: #6D6E71;
  cursor: default;
}

#interlace-showcase-node-form .leaflet-container {
  margin-top: 0;
}

#interlace-showcase-node-form .fieldset-legend {
  font-size: 1.24em;
}

fieldset.captcha.form-wrapper .fieldset-wrapper {
  background: #ebebeb;
  margin: 0;
  padding: 0.25em 0.5em;
  border-bottom: 3px solid #ebebeb;
}

#interlace-showcase-node-form fieldset .fieldset-wrapper input.form-text,
#interlace-showcase-node-form fieldset .fieldset-wrapper .text-full.form-textarea {
  background: #f5f5f5;
}

@media (min-width: 600px) {
  .showcase.text-listing > .view-content {
    justify-content: flex-start;
  }
}
#content.column .node-interlace-showcase .field-type-image {
  margin: 25px 0 15px 0;
}

.no-sidebars.node-type-assessment #content {
  width: 100% !important;
  margin-right: 0 !important;
}

.node-type-assessment .region-highlighted .block-menu-block:last-child {
  margin-bottom: 15px;
}

.node-type-assessment .flag {
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  color: #b71d41;
}
.node-type-assessment .flag::before {
  content: "−";
  font-family: inherit;
  font-weight: 900;
  background: #b71d41;
  padding: 5px;
  color: #fff;
  font-size: 36px;
  line-height: 36px;
  width: 1.25em;
  border-radius: 5px;
}
.node-type-assessment .flag::before:active {
  background: black;
}
.node-type-assessment .flag::active::before {
  background: black;
}
.node-type-assessment .flag.flag-action::before {
  content: "+";
}
.node-type-assessment .views-field-ops {
  padding-bottom: 20px;
}

.accessment {
  margin: 0;
  padding: 0;
}
.accessment .menu-name-menu-assement-modules {
  background: #f7c082;
}
.accessment .menu-name-menu-assement-modules .menu {
  display: block;
  text-align: center;
  margin: 0;
  padding: 15px 3px 0 3px;
}
@media (min-width: 768px) {
  .accessment .menu-name-menu-assement-modules .menu {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
  }
}
.accessment .menu-name-menu-assement-modules .menu .menu__item {
  background: hsla(0deg, 0%, 100%, 0.5);
  margin: 0 3px 6px 3px;
  padding: 3px;
}
@media (min-width: 768px) {
  .accessment .menu-name-menu-assement-modules .menu .menu__item {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin: 0px 3px 0px 3px;
    padding: 3px 0;
  }
}
.accessment .menu-name-menu-assement-modules .menu .menu__item.is-active-trail {
  background: hsla(0deg, 0%, 100%, 0.75);
}
.accessment .menu-name-menu-assement-modules .menu .menu__item.is-active {
  background: white;
}
.accessment .menu-name-menu-assement-modules .menu .menu__item.has-children.is-active-trail, .accessment .menu-name-menu-assement-modules .menu .menu__item.is-active.is-parent {
  background: #17a489;
}
.accessment .menu-name-menu-assement-modules .menu .menu__item.has-children.is-active-trail .menu__link, .accessment .menu-name-menu-assement-modules .menu .menu__item.is-active.is-parent .menu__link {
  color: white;
}
.accessment .menu-name-menu-assement-modules .menu .menu__item .menu__link {
  color: black;
  font-size: 12px;
  line-height: 1.1;
  text-align: center;
  display: block;
  padding: 3px 6px;
  background: transparent;
  text-transform: none;
}
.accessment.teir2 .menu-name-menu-assement-modules {
  background: #17a489;
}
.accessment.teir2 .menu-name-menu-assement-modules .menu .menu__item.has-children.is-active-trail, .accessment.teir2 .menu-name-menu-assement-modules .menu .menu__item.is-active.is-parent {
  background: #a82d04;
}
.accessment.teir2 .menu-name-menu-assement-modules .menu .menu__item.has-children.is-active-trail .menu__link, .accessment.teir2 .menu-name-menu-assement-modules .menu .menu__item.is-active.is-parent .menu__link {
  color: white;
}
.accessment.teir3 .menu-name-menu-assement-modules {
  background: #a82d04;
}
.accessment.teir3 .menu-name-menu-assement-modules .menu {
  display: block;
  text-align: center;
}
.accessment.teir3 .menu-name-menu-assement-modules .menu .menu__item {
  display: inline-block;
  border-radius: 0;
  margin: 0 3px 6px 3px;
  padding: 3px;
}
.accessment:last-child .menu-name-menu-assement-modules {
  margin-bottom: 15px;
}
.accessment:last-child .menu-name-menu-assement-modules .menu .is-active {
  background: white !important;
}

.view-interlace-assessment-module-favourite-list .ui-helper-reset.ui-widget {
  font-family: "Public Sans", sans-serif;
  font-size: 90%;
}
.node-type-assessment .view-interlace-assessment-module-favourite-list .flag::before {
  height: 24px;
  width: 24px;
  font-size: 24px;
  line-height: 24px;
}
.node-type-assessment .view-interlace-assessment-module-favourite-list .views-field-ops {
  padding-bottom: 0;
}

.page-node-26095 .content_row.row_10 {
  background-color: #fff;
}
.page-node-26095 .content_row.row_2 {
  background-color: #17a489;
}
.page-node-26095 .content_row.row_2 .btn {
  color: #fff !important;
  background-color: #f08106 !important;
}
.page-node-26095 .content_row.row_2 .btn:hover {
  background-color: black;
}

.page-node-26095.node-type-banner-page #content {
  width: 100% !important;
  margin-right: 0 !important;
}
@media (min-width: 960px) {
  .page-node-26095.node-type-banner-page article.view-mode-full {
    width: 80%;
    margin-right: 20%;
    margin-left: 0;
  }
}
.page-node-26095.node-type-banner-page .event-links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.page-node-26095.node-type-banner-page .event-links li {
  flex-grow: 1;
}
.page-node-26095.node-type-banner-page .event-links li strong {
  font-size: 150%;
}
.page-node-26095.node-type-banner-page .event-links li:first-child {
  margin-right: 12px;
}
.page-node-26095.node-type-banner-page .event-links li:last-child {
  margin-left: 12px;
}
.page-node-26095.node-type-banner-page .event-links li a {
  color: #fff;
  display: block;
  padding: 8px 12px;
  text-decoration: none;
  background-color: #19a489;
}
.page-node-26095.node-type-banner-page .event-links li a:hover {
  background-color: rgb(14, 105, 87);
}
.page-node-26095.node-type-banner-page .content_row.row_9 {
  background-color: #fff;
}
@media (min-width: 960px) {
  .page-node-26095.node-type-banner-page .content_row.row_9 .page-wrapper > .region {
    width: 80%;
    margin-right: 10%;
    margin-left: 10%;
  }
}
.page-node-26095.node-type-banner-page .content_row.row_8 {
  background-color: #a82d04;
}
.page-node-26095.node-type-banner-page .content_row.row_7 {
  background-color: #f08106;
}
.page-node-26095.node-type-banner-page .content_row.row_7 .page-wrapper {
  position: relative;
  background-image: linear-gradient(rgba(240, 129, 6, 0.25), rgba(240, 129, 6, 0.25)), url("https://interlace-hub.com/sites/default/files/interlace/uga-logos/UGAskyline.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: auto 100%;
  background-blend-mode: color;
}
@media (min-width: 768px) {
  .page-node-26095.node-type-banner-page .content_row.row_7 .page-wrapper {
    background-size: 100% auto;
    background-position: 100% calc(100% + 50px);
  }
}
.page-node-26095.node-type-banner-page .content_row.row_7 .page-wrapper p {
  color: #fff;
  font-size: 1.25em;
}
@media (min-width: 768px) {
  .page-node-26095.node-type-banner-page .content_row.row_7 .page-wrapper .block-content {
    display: flex;
  }
  .page-node-26095.node-type-banner-page .content_row.row_7 .page-wrapper .block-content p:first-child {
    flex-grow: 1;
    padding-right: 15%;
    text-shadow: 0px 0px 3px rgb(99, 99, 99), 0px 0px 3px rgb(99, 99, 99), 0px 0px 3px rgb(99, 99, 99), 0px 0px 3px rgb(99, 99, 99);
  }
  .page-node-26095.node-type-banner-page .content_row.row_7 .page-wrapper .block-content p:last-child {
    flex-shrink: 1;
    align-self: flex-end;
    margin: 0 0 0 1em;
  }
}
.page-node-26095.node-type-banner-page .content_row.row_7 .page-wrapper .block-title {
  color: #fff;
  margin-bottom: 10px;
  text-shadow: 0px 0px 3px rgb(99, 99, 99), 0px 0px 3px rgb(99, 99, 99), 0px 0px 3px rgb(99, 99, 99), 0px 0px 3px rgb(99, 99, 99);
}
.page-node-26095.node-type-banner-page .cities-become-part-of {
  color: #fff;
}
.page-node-26095.node-type-banner-page .cities-become-part-of a,
.page-node-26095.node-type-banner-page .cities-become-part-of .block-title,
.page-node-26095.node-type-banner-page .cities-become-part-of ul li::marker {
  color: #fff;
}
.page-node-26095.node-type-banner-page .cities-become-part-of i.twitter::before {
  font-family: "networknature";
  content: "\e80b";
  padding-left: 6px;
  font-size: 175%;
}

.page-node-25880 .block-locale ul.language-switcher-locale-url li.de,
.page-node-24776 .block-locale ul.language-switcher-locale-url li.de {
  display: none;
}

.node-form.node-interlace_showcase-form .form-wrapper {
  margin: 10px 0;
}
.node-form.node-interlace_showcase-form fieldset .fieldset-wrapper {
  border-radius: 0;
  margin: 0;
  padding: 0.5em 1em;
}

.webform-component {
  margin: 0 0 15px 0;
}
.webform-component label {
  text-transform: none;
}

#contact-site-form .form-item {
  margin: 12px 0;
}

/*/  ---Photo comp voting ---  /*/
.page-photo-competition-entries #content {
  width: 100% !important;
  margin-right: 0 !important;
}

@font-face {
  font-family: "fontello";
  src: url("fonts/fontello.eot?27738096");
  src: url("fonts/fontello.eot?27738096#iefix") format("embedded-opentype"), url("fonts/fontello.woff2?27738096") format("woff2"), url("fonts/fontello.woff?27738096") format("woff"), url("fonts/fontello.ttf?27738096") format("truetype"), url("fonts/fontello.svg?27738096#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
.view-photo-competition .flag-wrapper {
  display: flex;
}

.view-photo-competition .flag-wrapper .flag {
  color: #666;
  font-size: 90%;
  text-transform: none;
  flex-grow: 1;
}

.view-photo-competition .flag-wrapper .unflag-action,
.view-photo-competition .flag-wrapper .flag-action {
  text-align: left;
  color: #000;
  display: block;
  padding: 6px 0;
  width: 100%;
  text-indent: 6px;
}

.view-photo-competition .flag-wrapper .unflag-action {
  background: #b71d41;
  color: #FFF;
}

.view-photo-competition .flag-wrapper .flag-action {
  background: #f7c082;
  color: #000;
}

.view-photo-competition .flag-wrapper .flag:before {
  display: inline-block;
  float: left;
  font-family: "fontello";
  color: inherit;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e801";
  padding-right: 4px;
  font-size: 20px;
}

.view-photo-competition .flag-wrapper .unflag-action::before {
  content: "\e800";
}

.view-photo-competition .flag-throbber {
  display: none;
}

#cboxTitle {
  font-size: 90%;
}

#cboxTitle::before {
  content: "\e803";
  content: "\e80f";
  font-family: "networknature";
  font-size: inherit;
  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: 1.2em;
  margin: 0;
  margin-right: 0px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  margin-right: 0.5em;
}

.view-photo-competition .views-row {
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.view-photo-competition .views-field-ops {
  width: 100%;
}

.view-photo-competition .views-row img {
  vertical-align: bottom;
}

.view-photo-competition .view-content .views-row {
  width: 100%;
  display: block;
}

@media all and (min-width: 600px) {
  .view-photo-competition .view-content .views-row {
    width: 46%;
    display: inline-block;
  }
}
@media all and (min-width: 768px) {
  .view-photo-competition .view-content .views-row {
    width: 30%;
  }
}
@media all and (min-width: 960px) {
  .view-photo-competition .view-content .views-row {
    width: 22%;
  }
}
#contact-site-form .form-item {
  margin: 12px 0;
}

/*# sourceMappingURL=styles.css.map */


img[style="float:left"]  {
    float:left;
    margin-right:3%;
     margin-bottom:15px;
    margin-top:5px;
    width:48.5%;
    }


img[style="float:right"]  {
    float:right;
    margin-left:3%;
    width:48.5%;
    margin-bottom:15px;
    margin-top:5px;
    
}
    
    
    
    /*/  ---Virtual exbo ---  /*/


    .virtual-exhibition .view-content {
        display:flex;
        flex-wrap: wrap;
        justify-content:flex-start;
        gap: 15px;
        flex-wrap:  wrap
    }
   

    .virtual-exhibition .view-content .views-row {
        background-color: rgb(235, 235, 235);
        margin-bottom:15px;
    
    }

    .virtual-exhibition .view-content .views-row h4 {
        font-size: 1em;
        text-align: center;
        line-height: 1.2;
        margin:0;
        padding: 10px;}

.virtual-exhibition .view-content .views-row img {width:100%;}

    @media all and (min-width: 600px) {
        .virtual-exhibition .view-content .views-row {
             width:49%
        }
    }

    @media all and (min-width: 768px) {
        .virtual-exhibition .view-content .views-row {
             width:30%;
        }
    }

    @media all and (min-width: 960px) {
        .virtual-exhibition .view-content .views-row {
             width:23%;
        }
    }
    
    