@charset "UTF-8";
/* @file
 * This file is a custom file that loads all files. Each non-base layer
 * can be disabled.
 *
 * Do not name this file "STARTER.scss". This file should be named
 * THEMENAME.scss. If you used the drush command to generate this subtheme,
 * it should be named for you.
 *
 * This application file (THEMENAME.scss) is where all the partials are
 * imported.
 *
 * Theme styles are categorized using SMACSS standards. They utilize
 * categorization of styles into various categories. Those categories are the
 * following:
 *
 * - Base: CSS reset/normalize plus HTML element styling.
 * - Layout: Macro arrangement of a web page, including any grid systems.
 * - Modules: Dictate minor layout modules or reusable elements.
 * - States: Describe the appearance of a module in various states.
 * - Theme: Specific customizations for your subtheme.
 * For more information about this new Drupal css file standard, please review
 * the following:
 * - https://drupal.org/node/1887922
 * - http://smacss.com/
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url("https://fonts.googleapis.com/css?family=Titillium+Web:400,700");
/* line 9, ../zurb_foundation/scss/normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, ../zurb_foundation/scss/normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 33, ../zurb_foundation/scss/normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 54, ../zurb_foundation/scss/normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
/* line 77, ../zurb_foundation/scss/normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, ../zurb_foundation/scss/normalize.scss */
a {
  background-color: transparent;
}

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

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 109, ../zurb_foundation/scss/normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

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

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 126, ../zurb_foundation/scss/normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 135, ../zurb_foundation/scss/normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 153, ../zurb_foundation/scss/normalize.scss */
small {
  font-size: 80%;
}

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

/* line 169, ../zurb_foundation/scss/normalize.scss */
sup {
  top: -0.5em;
}

/* line 173, ../zurb_foundation/scss/normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 184, ../zurb_foundation/scss/normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 192, ../zurb_foundation/scss/normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 203, ../zurb_foundation/scss/normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 211, ../zurb_foundation/scss/normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 221, ../zurb_foundation/scss/normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 229, ../zurb_foundation/scss/normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 252, ../zurb_foundation/scss/normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 266, ../zurb_foundation/scss/normalize.scss */
button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 277, ../zurb_foundation/scss/normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 290, ../zurb_foundation/scss/normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 302, ../zurb_foundation/scss/normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 311, ../zurb_foundation/scss/normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 322, ../zurb_foundation/scss/normalize.scss */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 334, ../zurb_foundation/scss/normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 346, ../zurb_foundation/scss/normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 370, ../zurb_foundation/scss/normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 379, ../zurb_foundation/scss/normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 390, ../zurb_foundation/scss/normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 399, ../zurb_foundation/scss/normalize.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 408, ../zurb_foundation/scss/normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 419, ../zurb_foundation/scss/normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 424, ../zurb_foundation/scss/normalize.scss */
td,
th {
  padding: 0;
}

/* line 347, ../zurb_foundation/scss/foundation/components/_global.scss */
meta.foundation-version {
  font-family: "/5.5.0/";
}

/* line 351, ../zurb_foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

/* line 356, ../zurb_foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0em;
}

/* line 361, ../zurb_foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

/* line 366, ../zurb_foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.063em) and (max-width:70em)/";
  width: 40.063em;
}

/* line 371, ../zurb_foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-large {
  font-family: "/only screen and (min-width:70.063em)/";
  width: 70.063em;
}

/* line 376, ../zurb_foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:70.063em) and (max-width:90em)/";
  width: 70.063em;
}

/* line 381, ../zurb_foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

/* line 386, ../zurb_foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.063em) and (max-width:120em)/";
  width: 90.063em;
}

/* line 391, ../zurb_foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

/* line 396, ../zurb_foundation/scss/foundation/components/_global.scss */
meta.foundation-data-attribute-namespace {
  font-family: false;
}

/* line 403, ../zurb_foundation/scss/foundation/components/_global.scss */
html, body {
  height: 100%;
}

/* line 406, ../zurb_foundation/scss/foundation/components/_global.scss */
*,
*:before,
*:after {
  box-sizing: border-box;
}

/* line 412, ../zurb_foundation/scss/foundation/components/_global.scss */
html, body {
  font-size: 15px;
}

/* line 416, ../zurb_foundation/scss/foundation/components/_global.scss */
body {
  background: #fff;
  color: #444444;
  padding: 0;
  margin: 0;
  font-family: "Titillium Web", Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

/* line 429, ../zurb_foundation/scss/foundation/components/_global.scss */
a:hover {
  cursor: pointer;
}

/* line 432, ../zurb_foundation/scss/foundation/components/_global.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 434, ../zurb_foundation/scss/foundation/components/_global.scss */
img {
  -ms-interpolation-mode: bicubic;
}

/* line 438, ../zurb_foundation/scss/foundation/components/_global.scss */
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

/* line 445, ../zurb_foundation/scss/foundation/components/_global.scss */
.left {
  float: left !important;
}

/* line 446, ../zurb_foundation/scss/foundation/components/_global.scss */
.right {
  float: right !important;
}

/* line 172, ../zurb_foundation/scss/foundation/components/_global.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

/* line 173, ../zurb_foundation/scss/foundation/components/_global.scss */
.clearfix:after {
  clear: both;
}

/* line 450, ../zurb_foundation/scss/foundation/components/_global.scss */
.hide {
  display: none !important;
  visibility: hidden;
}

/* line 456, ../zurb_foundation/scss/foundation/components/_global.scss */
.invisible {
  visibility: hidden;
}

/* line 462, ../zurb_foundation/scss/foundation/components/_global.scss */
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 465, ../zurb_foundation/scss/foundation/components/_global.scss */
img {
  display: inline-block;
  vertical-align: middle;
}

/* line 475, ../zurb_foundation/scss/foundation/components/_global.scss */
textarea {
  height: auto;
  min-height: 50px;
}

/* line 478, ../zurb_foundation/scss/foundation/components/_global.scss */
select {
  width: 100%;
}

/* line 232, ../zurb_foundation/scss/foundation/components/_grid.scss */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 86.6666666667rem;
}

/* line 172, ../zurb_foundation/scss/foundation/components/_global.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}

/* line 173, ../zurb_foundation/scss/foundation/components/_global.scss */
.row:after {
  clear: both;
}

/* line 236, ../zurb_foundation/scss/foundation/components/_grid.scss */
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

/* line 239, ../zurb_foundation/scss/foundation/components/_grid.scss */
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}

/* line 242, ../zurb_foundation/scss/foundation/components/_grid.scss */
.row .row {
  width: auto;
  margin-left: -1.6rem;
  margin-right: -1.6rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}

/* line 172, ../zurb_foundation/scss/foundation/components/_global.scss */
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}

/* line 173, ../zurb_foundation/scss/foundation/components/_global.scss */
.row .row:after {
  clear: both;
}

/* line 243, ../zurb_foundation/scss/foundation/components/_grid.scss */
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
}

/* line 172, ../zurb_foundation/scss/foundation/components/_global.scss */
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}

/* line 173, ../zurb_foundation/scss/foundation/components/_global.scss */
.row .row.collapse:after {
  clear: both;
}

/* line 247, ../zurb_foundation/scss/foundation/components/_grid.scss */
.column,
.columns {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  width: 100%;
  float: left;
}

/* line 250, ../zurb_foundation/scss/foundation/components/_grid.scss */
[class*="column"] + [class*="column"]:last-child {
  float: right;
}

/* line 251, ../zurb_foundation/scss/foundation/components/_grid.scss */
[class*="column"] + [class*="column"].end {
  float: left;
}

@media only screen {
  /* line 159, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  /* line 162, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  /* line 159, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .small-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  /* line 162, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .small-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  /* line 159, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .small-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  /* line 162, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .small-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  /* line 159, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  /* line 162, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  /* line 159, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .small-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  /* line 162, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .small-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  /* line 159, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .small-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  /* line 162, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .small-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  /* line 159, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  /* line 162, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  /* line 159, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .small-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  /* line 162, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .small-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  /* line 159, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .small-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  /* line 162, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .small-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  /* line 159, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  /* line 162, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  /* line 159, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .small-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  /* line 162, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .small-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  /* line 159, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .small-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  /* line 162, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .small-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  /* line 167, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    float: left;
  }
  /* line 172, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .small-1 {
    width: 8.3333333333%;
  }
  /* line 172, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .small-2 {
    width: 16.6666666667%;
  }
  /* line 172, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .small-3 {
    width: 25%;
  }
  /* line 172, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .small-4 {
    width: 33.3333333333%;
  }
  /* line 172, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .small-5 {
    width: 41.6666666667%;
  }
  /* line 172, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .small-6 {
    width: 50%;
  }
  /* line 172, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .small-7 {
    width: 58.3333333333%;
  }
  /* line 172, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .small-8 {
    width: 66.6666666667%;
  }
  /* line 172, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .small-9 {
    width: 75%;
  }
  /* line 172, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .small-10 {
    width: 83.3333333333%;
  }
  /* line 172, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .small-11 {
    width: 91.6666666667%;
  }
  /* line 172, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .small-12 {
    width: 100%;
  }
  /* line 176, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .small-offset-0 {
    margin-left: 0% !important;
  }
  /* line 176, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .small-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  /* line 176, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .small-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  /* line 176, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .small-offset-3 {
    margin-left: 25% !important;
  }
  /* line 176, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .small-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  /* line 176, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .small-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  /* line 176, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .small-offset-6 {
    margin-left: 50% !important;
  }
  /* line 176, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .small-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  /* line 176, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .small-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  /* line 176, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .small-offset-9 {
    margin-left: 75% !important;
  }
  /* line 176, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .small-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  /* line 176, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .small-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  /* line 179, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  /* line 187, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  /* line 190, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  /* line 198, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none;
  }
  /* line 204, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left;
  }
  /* line 209, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }
  /* line 216, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 219, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 222, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    float: left;
  }
}

@media only screen and (min-width: 40.063em) {
  /* line 159, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  /* line 162, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  /* line 159, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  /* line 162, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  /* line 159, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  /* line 162, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  /* line 159, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  /* line 162, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  /* line 159, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  /* line 162, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  /* line 159, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  /* line 162, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  /* line 159, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  /* line 162, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  /* line 159, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  /* line 162, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  /* line 159, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  /* line 162, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  /* line 159, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  /* line 162, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  /* line 159, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  /* line 162, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  /* line 159, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  /* line 162, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  /* line 167, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    float: left;
  }
  /* line 172, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-1 {
    width: 8.3333333333%;
  }
  /* line 172, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-2 {
    width: 16.6666666667%;
  }
  /* line 172, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-3 {
    width: 25%;
  }
  /* line 172, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-4 {
    width: 33.3333333333%;
  }
  /* line 172, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-5 {
    width: 41.6666666667%;
  }
  /* line 172, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-6 {
    width: 50%;
  }
  /* line 172, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-7 {
    width: 58.3333333333%;
  }
  /* line 172, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-8 {
    width: 66.6666666667%;
  }
  /* line 172, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-9 {
    width: 75%;
  }
  /* line 172, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-10 {
    width: 83.3333333333%;
  }
  /* line 172, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-11 {
    width: 91.6666666667%;
  }
  /* line 172, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-12 {
    width: 100%;
  }
  /* line 176, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-offset-0 {
    margin-left: 0% !important;
  }
  /* line 176, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  /* line 176, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  /* line 176, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-offset-3 {
    margin-left: 25% !important;
  }
  /* line 176, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  /* line 176, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  /* line 176, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-offset-6 {
    margin-left: 50% !important;
  }
  /* line 176, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  /* line 176, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  /* line 176, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-offset-9 {
    margin-left: 75% !important;
  }
  /* line 176, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  /* line 176, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  /* line 179, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  /* line 187, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  /* line 190, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  /* line 198, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none;
  }
  /* line 204, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left;
  }
  /* line 209, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }
  /* line 216, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 219, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 222, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    float: left;
  }
  /* line 261, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  /* line 264, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  /* line 261, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  /* line 264, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  /* line 261, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  /* line 264, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  /* line 261, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  /* line 264, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  /* line 261, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  /* line 264, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  /* line 261, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  /* line 264, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  /* line 261, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  /* line 264, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  /* line 261, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  /* line 264, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  /* line 261, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  /* line 264, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  /* line 261, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  /* line 264, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  /* line 261, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  /* line 264, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  /* line 261, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  /* line 264, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}

@media only screen and (min-width: 70.063em) {
  /* line 159, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  /* line 162, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  /* line 159, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  /* line 162, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .large-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  /* line 159, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  /* line 162, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .large-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  /* line 159, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  /* line 162, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  /* line 159, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  /* line 162, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .large-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  /* line 159, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  /* line 162, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .large-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  /* line 159, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  /* line 162, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  /* line 159, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  /* line 162, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .large-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  /* line 159, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  /* line 162, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .large-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  /* line 159, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  /* line 162, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  /* line 159, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  /* line 162, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .large-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  /* line 159, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  /* line 162, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .large-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  /* line 167, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    float: left;
  }
  /* line 172, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .large-1 {
    width: 8.3333333333%;
  }
  /* line 172, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .large-2 {
    width: 16.6666666667%;
  }
  /* line 172, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .large-3 {
    width: 25%;
  }
  /* line 172, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .large-4 {
    width: 33.3333333333%;
  }
  /* line 172, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .large-5 {
    width: 41.6666666667%;
  }
  /* line 172, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .large-6 {
    width: 50%;
  }
  /* line 172, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .large-7 {
    width: 58.3333333333%;
  }
  /* line 172, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .large-8 {
    width: 66.6666666667%;
  }
  /* line 172, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .large-9 {
    width: 75%;
  }
  /* line 172, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .large-10 {
    width: 83.3333333333%;
  }
  /* line 172, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .large-11 {
    width: 91.6666666667%;
  }
  /* line 172, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .large-12 {
    width: 100%;
  }
  /* line 176, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .large-offset-0 {
    margin-left: 0% !important;
  }
  /* line 176, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .large-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  /* line 176, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .large-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  /* line 176, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .large-offset-3 {
    margin-left: 25% !important;
  }
  /* line 176, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .large-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  /* line 176, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .large-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  /* line 176, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .large-offset-6 {
    margin-left: 50% !important;
  }
  /* line 176, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .large-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  /* line 176, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .large-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  /* line 176, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .large-offset-9 {
    margin-left: 75% !important;
  }
  /* line 176, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .large-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  /* line 176, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .large-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  /* line 179, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  /* line 187, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  /* line 190, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  /* line 198, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none;
  }
  /* line 204, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left;
  }
  /* line 209, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }
  /* line 216, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 219, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 222, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    float: left;
  }
  /* line 272, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  /* line 275, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  /* line 272, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  /* line 275, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  /* line 272, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  /* line 275, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  /* line 272, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  /* line 275, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  /* line 272, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  /* line 275, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  /* line 272, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  /* line 275, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  /* line 272, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  /* line 275, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  /* line 272, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  /* line 275, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  /* line 272, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  /* line 275, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  /* line 272, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  /* line 275, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  /* line 272, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  /* line 275, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  /* line 272, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  /* line 275, ../zurb_foundation/scss/foundation/components/_grid.scss */
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}

/* line 129, ../zurb_foundation/scss/foundation/components/_accordion.scss */
.accordion {
  margin-bottom: 0;
}

/* line 172, ../zurb_foundation/scss/foundation/components/_global.scss */
.accordion:before, .accordion:after {
  content: " ";
  display: table;
}

/* line 173, ../zurb_foundation/scss/foundation/components/_global.scss */
.accordion:after {
  clear: both;
}

/* line 132, ../zurb_foundation/scss/foundation/components/_accordion.scss */
.accordion .accordion-navigation, .accordion dd {
  display: block;
  margin-bottom: 0 !important;
}

/* line 135, ../zurb_foundation/scss/foundation/components/_accordion.scss */
.accordion .accordion-navigation.active > a, .accordion dd.active > a {
  background: white;
}

/* line 136, ../zurb_foundation/scss/foundation/components/_accordion.scss */
.accordion .accordion-navigation > a, .accordion dd > a {
  background: #FFFFFF;
  color: #606060;
  padding: 1.0666666667rem;
  display: block;
  font-family: "Titillium Web", Roboto, Arial, sans-serif;
  font-size: 1.2rem;
}

/* line 143, ../zurb_foundation/scss/foundation/components/_accordion.scss */
.accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
  background: #e8fffe;
}

/* line 146, ../zurb_foundation/scss/foundation/components/_accordion.scss */
.accordion .accordion-navigation > .content, .accordion dd > .content {
  display: none;
  padding: 1.6rem;
}

/* line 149, ../zurb_foundation/scss/foundation/components/_accordion.scss */
.accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
  display: block;
  background: #FFFFFF;
}

/* line 112, ../zurb_foundation/scss/foundation/components/_alert-boxes.scss */
.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: normal;
  margin-bottom: 1.3333333333rem;
  position: relative;
  padding: 0.9333333333rem 1.6rem 0.9333333333rem 0.9333333333rem;
  font-size: 0.8666666667rem;
  transition: opacity 300ms ease-out;
  background-color: #0085d3;
  border-color: #0072b5;
  color: #FFFFFF;
}

/* line 115, ../zurb_foundation/scss/foundation/components/_alert-boxes.scss */
.alert-box .close {
  font-size: 1.4666666667rem;
  padding: 9px 6px 4px;
  line-height: 0;
  position: absolute;
  top: 50%;
  margin-top: -0.7333333333rem;
  right: 0.2666666667rem;
  color: #333333;
  opacity: 0.3;
  background: inherit;
}

/* line 96, ../zurb_foundation/scss/foundation/components/_alert-boxes.scss */
.alert-box .close:hover, .alert-box .close:focus {
  opacity: 0.5;
}

/* line 117, ../zurb_foundation/scss/foundation/components/_alert-boxes.scss */
.alert-box.radius, form input.alert-box, form select.alert-box, .node-webform .form-item .form-textarea-wrapper textarea.alert-box, .view-display-id-policy_themes_page .field-content + a.alert-box, .page-newsletter-subscribe fieldset textarea.alert-box, .page-user-newsletter fieldset textarea.alert-box {
  border-radius: 7px;
}

/* line 118, ../zurb_foundation/scss/foundation/components/_alert-boxes.scss */
.alert-box.round {
  border-radius: 1000px;
}

/* line 120, ../zurb_foundation/scss/foundation/components/_alert-boxes.scss */
.alert-box.success {
  background-color: #27ad60;
  border-color: #229553;
  color: #FFFFFF;
}

/* line 121, ../zurb_foundation/scss/foundation/components/_alert-boxes.scss */
.alert-box.alert {
  background-color: #ff4242;
  border-color: #ff1515;
  color: #FFFFFF;
}

/* line 122, ../zurb_foundation/scss/foundation/components/_alert-boxes.scss */
.alert-box.secondary {
  background-color: #e7e7e7;
  border-color: #c7c7c7;
  color: #4f4f4f;
}

/* line 123, ../zurb_foundation/scss/foundation/components/_alert-boxes.scss */
.alert-box.warning {
  background-color: #ff9c00;
  border-color: #db8600;
  color: #FFFFFF;
}

/* line 124, ../zurb_foundation/scss/foundation/components/_alert-boxes.scss */
.alert-box.info {
  background-color: #a0d3e8;
  border-color: #74bfdd;
  color: #4f4f4f;
}

/* line 125, ../zurb_foundation/scss/foundation/components/_alert-boxes.scss */
.alert-box.alert-close {
  opacity: 0;
}

/* line 106, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.6666666667rem;
}

/* line 172, ../zurb_foundation/scss/foundation/components/_global.scss */
[class*="block-grid-"]:before, [class*="block-grid-"]:after {
  content: " ";
  display: table;
}

/* line 173, ../zurb_foundation/scss/foundation/components/_global.scss */
[class*="block-grid-"]:after {
  clear: both;
}

/* line 50, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
[class*="block-grid-"] > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 0.6666666667rem 1.3333333333rem;
}

@media only screen {
  /* line 61, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  /* line 68, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  /* line 61, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  /* line 68, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  /* line 61, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li {
    width: 33.3333333333%;
    list-style: none;
  }
  /* line 68, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  /* line 61, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  /* line 68, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  /* line 61, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  /* line 68, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  /* line 61, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li {
    width: 16.6666666667%;
    list-style: none;
  }
  /* line 68, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  /* line 61, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li {
    width: 14.2857142857%;
    list-style: none;
  }
  /* line 68, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  /* line 61, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  /* line 68, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  /* line 61, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li {
    width: 11.1111111111%;
    list-style: none;
  }
  /* line 68, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  /* line 61, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  /* line 68, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  /* line 61, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li {
    width: 9.0909090909%;
    list-style: none;
  }
  /* line 68, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  /* line 61, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li {
    width: 8.3333333333%;
    list-style: none;
  }
  /* line 68, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 40.063em) {
  /* line 61, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  /* line 68, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  /* line 61, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  /* line 68, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  /* line 61, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-3 > li {
    width: 33.3333333333%;
    list-style: none;
  }
  /* line 68, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  /* line 61, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  /* line 68, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  /* line 61, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  /* line 68, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  /* line 61, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-6 > li {
    width: 16.6666666667%;
    list-style: none;
  }
  /* line 68, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  /* line 61, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-7 > li {
    width: 14.2857142857%;
    list-style: none;
  }
  /* line 68, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  /* line 61, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  /* line 68, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  /* line 61, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-9 > li {
    width: 11.1111111111%;
    list-style: none;
  }
  /* line 68, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  /* line 61, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  /* line 68, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  /* line 61, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-11 > li {
    width: 9.0909090909%;
    list-style: none;
  }
  /* line 68, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  /* line 61, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-12 > li {
    width: 8.3333333333%;
    list-style: none;
  }
  /* line 68, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 70.063em) {
  /* line 61, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  /* line 68, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  /* line 61, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  /* line 68, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  /* line 61, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li {
    width: 33.3333333333%;
    list-style: none;
  }
  /* line 68, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  /* line 61, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  /* line 68, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  /* line 61, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  /* line 68, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  /* line 61, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li {
    width: 16.6666666667%;
    list-style: none;
  }
  /* line 68, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  /* line 61, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li {
    width: 14.2857142857%;
    list-style: none;
  }
  /* line 68, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  /* line 61, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  /* line 68, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  /* line 61, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li {
    width: 11.1111111111%;
    list-style: none;
  }
  /* line 68, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  /* line 61, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  /* line 68, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  /* line 61, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li {
    width: 9.0909090909%;
    list-style: none;
  }
  /* line 68, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  /* line 61, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li {
    width: 8.3333333333%;
    list-style: none;
  }
  /* line 68, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../zurb_foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}

/* line 118, ../zurb_foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs {
  display: block;
  padding: 1.12rem 0 0 1.6rem;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 0px;
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 7px;
}

/* line 122, ../zurb_foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > * {
  margin: 0;
  float: left;
  font-size: 0.7333333333rem;
  line-height: 0.7333333333rem;
  text-transform: uppercase;
  color: #0085d3;
}

/* line 68, ../zurb_foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
  text-decoration: none;
}

/* line 70, ../zurb_foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > * a {
  color: #0085d3;
}

/* line 75, ../zurb_foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.current {
  cursor: default;
  color: #333333;
}

/* line 78, ../zurb_foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.current a {
  cursor: default;
  color: #333333;
}

/* line 83, ../zurb_foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
  text-decoration: none;
}

/* line 88, ../zurb_foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.unavailable {
  color: #999999;
}

/* line 90, ../zurb_foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.unavailable a {
  color: #999999;
}

/* line 92, ../zurb_foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.unavailable:hover,
.breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
.breadcrumbs > *.unavailable a:focus {
  text-decoration: none;
  color: #999999;
  cursor: default;
}

/* line 102, ../zurb_foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *:before {
  content: "/";
  color: #00f9f6;
  margin: 0 0.8rem;
  position: relative;
  top: 1px;
}

/* line 110, ../zurb_foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *:first-child:before {
  content: " ";
  margin: 0;
}

/* Accessibility - hides the forward slash */
/* line 130, ../zurb_foundation/scss/foundation/components/_breadcrumbs.scss */
[aria-label="breadcrumbs"] [aria-hidden="true"]:after {
  content: "/";
}

/* line 216, ../zurb_foundation/scss/foundation/components/_buttons.scss */
button, .button, .view-display-id-policy_themes_page .field-content + a {
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Titillium Web", Roboto, Arial, sans-serif;
  font-weight: bold;
  line-height: normal;
  margin: 0 0 1.3333333333rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-block;
  padding-top: 0.9333333333rem;
  padding-right: 1.8666666667rem;
  padding-bottom: 1rem;
  padding-left: 1.8666666667rem;
  font-size: 1.0666666667rem;
  background-color: #0085d3;
  border-color: #006aa9;
  color: #FFFFFF;
  transition: background-color 300ms ease-out;
}

/* line 161, ../zurb_foundation/scss/foundation/components/_buttons.scss */
button:hover, button:focus, .button:hover, .view-display-id-policy_themes_page .field-content + a:hover, .button:focus, .view-display-id-policy_themes_page .field-content + a:focus {
  background-color: #006aa9;
}

/* line 167, ../zurb_foundation/scss/foundation/components/_buttons.scss */
button:hover, button:focus, .button:hover, .view-display-id-policy_themes_page .field-content + a:hover, .button:focus, .view-display-id-policy_themes_page .field-content + a:focus {
  color: #FFFFFF;
}

/* line 223, ../zurb_foundation/scss/foundation/components/_buttons.scss */
button.secondary, .button.secondary, .view-display-id-policy_themes_page .field-content + a.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
}

/* line 161, ../zurb_foundation/scss/foundation/components/_buttons.scss */
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .view-display-id-policy_themes_page .field-content + a.secondary:hover, .button.secondary:focus, .view-display-id-policy_themes_page .field-content + a.secondary:focus {
  background-color: #b9b9b9;
}

/* line 167, ../zurb_foundation/scss/foundation/components/_buttons.scss */
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .view-display-id-policy_themes_page .field-content + a.secondary:hover, .button.secondary:focus, .view-display-id-policy_themes_page .field-content + a.secondary:focus {
  color: #333333;
}

/* line 224, ../zurb_foundation/scss/foundation/components/_buttons.scss */
button.success, .button.success, .view-display-id-policy_themes_page .field-content + a.success {
  background-color: #27ad60;
  border-color: #1f8a4d;
  color: #FFFFFF;
}

/* line 161, ../zurb_foundation/scss/foundation/components/_buttons.scss */
button.success:hover, button.success:focus, .button.success:hover, .view-display-id-policy_themes_page .field-content + a.success:hover, .button.success:focus, .view-display-id-policy_themes_page .field-content + a.success:focus {
  background-color: #1f8a4d;
}

/* line 167, ../zurb_foundation/scss/foundation/components/_buttons.scss */
button.success:hover, button.success:focus, .button.success:hover, .view-display-id-policy_themes_page .field-content + a.success:hover, .button.success:focus, .view-display-id-policy_themes_page .field-content + a.success:focus {
  color: #FFFFFF;
}

/* line 225, ../zurb_foundation/scss/foundation/components/_buttons.scss */
button.alert, .button.alert, .view-display-id-policy_themes_page .field-content + a.alert {
  background-color: #ff4242;
  border-color: #ff0202;
  color: #FFFFFF;
}

/* line 161, ../zurb_foundation/scss/foundation/components/_buttons.scss */
button.alert:hover, button.alert:focus, .button.alert:hover, .view-display-id-policy_themes_page .field-content + a.alert:hover, .button.alert:focus, .view-display-id-policy_themes_page .field-content + a.alert:focus {
  background-color: #ff0202;
}

/* line 167, ../zurb_foundation/scss/foundation/components/_buttons.scss */
button.alert:hover, button.alert:focus, .button.alert:hover, .view-display-id-policy_themes_page .field-content + a.alert:hover, .button.alert:focus, .view-display-id-policy_themes_page .field-content + a.alert:focus {
  color: #FFFFFF;
}

/* line 226, ../zurb_foundation/scss/foundation/components/_buttons.scss */
button.warning, .button.warning, .view-display-id-policy_themes_page .field-content + a.warning {
  background-color: #ff9c00;
  border-color: #cc7d00;
  color: #FFFFFF;
}

/* line 161, ../zurb_foundation/scss/foundation/components/_buttons.scss */
button.warning:hover, button.warning:focus, .button.warning:hover, .view-display-id-policy_themes_page .field-content + a.warning:hover, .button.warning:focus, .view-display-id-policy_themes_page .field-content + a.warning:focus {
  background-color: #cc7d00;
}

/* line 167, ../zurb_foundation/scss/foundation/components/_buttons.scss */
button.warning:hover, button.warning:focus, .button.warning:hover, .view-display-id-policy_themes_page .field-content + a.warning:hover, .button.warning:focus, .view-display-id-policy_themes_page .field-content + a.warning:focus {
  color: #FFFFFF;
}

/* line 227, ../zurb_foundation/scss/foundation/components/_buttons.scss */
button.info, .button.info, .view-display-id-policy_themes_page .field-content + a.info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
}

/* line 161, ../zurb_foundation/scss/foundation/components/_buttons.scss */
button.info:hover, button.info:focus, .button.info:hover, .view-display-id-policy_themes_page .field-content + a.info:hover, .button.info:focus, .view-display-id-policy_themes_page .field-content + a.info:focus {
  background-color: #61b6d9;
}

/* line 167, ../zurb_foundation/scss/foundation/components/_buttons.scss */
button.info:hover, button.info:focus, .button.info:hover, .view-display-id-policy_themes_page .field-content + a.info:hover, .button.info:focus, .view-display-id-policy_themes_page .field-content + a.info:focus {
  color: #FFFFFF;
}

/* line 229, ../zurb_foundation/scss/foundation/components/_buttons.scss */
button.large, .button.large, .view-display-id-policy_themes_page .field-content + a.large {
  padding-top: 1.2rem;
  padding-right: 2.4rem;
  padding-bottom: 1.2666666667rem;
  padding-left: 2.4rem;
  font-size: 1.3333333333rem;
}

/* line 230, ../zurb_foundation/scss/foundation/components/_buttons.scss */
button.small, .button.small, .view-display-id-policy_themes_page .field-content + a.small {
  padding-top: 0.9333333333rem;
  padding-right: 1.8666666667rem;
  padding-bottom: 1rem;
  padding-left: 1.8666666667rem;
  font-size: 1.0666666667rem;
}

/* line 231, ../zurb_foundation/scss/foundation/components/_buttons.scss */
button.tiny, .button.tiny, .view-display-id-policy_themes_page .field-content + a.tiny {
  padding-top: 0.6666666667rem;
  padding-right: 1.3333333333rem;
  padding-bottom: 0.7333333333rem;
  padding-left: 1.3333333333rem;
  font-size: 0.7333333333rem;
}

/* line 232, ../zurb_foundation/scss/foundation/components/_buttons.scss */
button.expand, .button.expand, .view-display-id-policy_themes_page .field-content + a.expand {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}

/* line 234, ../zurb_foundation/scss/foundation/components/_buttons.scss */
button.left-align, .button.left-align, .view-display-id-policy_themes_page .field-content + a.left-align {
  text-align: left;
  text-indent: 0.8rem;
}

/* line 235, ../zurb_foundation/scss/foundation/components/_buttons.scss */
button.right-align, .button.right-align, .view-display-id-policy_themes_page .field-content + a.right-align {
  text-align: right;
  padding-right: 0.8rem;
}

/* line 237, ../zurb_foundation/scss/foundation/components/_buttons.scss */
button.radius, .button.radius, form input.button, form select.button, .node-webform .form-item .form-textarea-wrapper textarea.button, .view-display-id-policy_themes_page .field-content + a, .page-newsletter-subscribe fieldset textarea.button, .page-user-newsletter fieldset textarea.button {
  border-radius: 7px;
}

/* line 238, ../zurb_foundation/scss/foundation/components/_buttons.scss */
button.round, .button.round, .view-display-id-policy_themes_page .field-content + a.round {
  border-radius: 1000px;
}

/* line 240, ../zurb_foundation/scss/foundation/components/_buttons.scss */
button.disabled, button[disabled], .button.disabled, .view-display-id-policy_themes_page .field-content + a.disabled, .button[disabled], .view-display-id-policy_themes_page .field-content + a[disabled] {
  background-color: #0085d3;
  border-color: #006aa9;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

/* line 161, ../zurb_foundation/scss/foundation/components/_buttons.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .view-display-id-policy_themes_page .field-content + a.disabled:hover, .button.disabled:focus, .view-display-id-policy_themes_page .field-content + a.disabled:focus, .button[disabled]:hover, .view-display-id-policy_themes_page .field-content + a[disabled]:hover, .button[disabled]:focus, .view-display-id-policy_themes_page .field-content + a[disabled]:focus {
  background-color: #006aa9;
}

/* line 167, ../zurb_foundation/scss/foundation/components/_buttons.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .view-display-id-policy_themes_page .field-content + a.disabled:hover, .button.disabled:focus, .view-display-id-policy_themes_page .field-content + a.disabled:focus, .button[disabled]:hover, .view-display-id-policy_themes_page .field-content + a[disabled]:hover, .button[disabled]:focus, .view-display-id-policy_themes_page .field-content + a[disabled]:focus {
  color: #FFFFFF;
}

/* line 178, ../zurb_foundation/scss/foundation/components/_buttons.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .view-display-id-policy_themes_page .field-content + a.disabled:hover, .button.disabled:focus, .view-display-id-policy_themes_page .field-content + a.disabled:focus, .button[disabled]:hover, .view-display-id-policy_themes_page .field-content + a[disabled]:hover, .button[disabled]:focus, .view-display-id-policy_themes_page .field-content + a[disabled]:focus {
  background-color: #0085d3;
}

/* line 241, ../zurb_foundation/scss/foundation/components/_buttons.scss */
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .view-display-id-policy_themes_page .field-content + a.disabled.secondary, .button[disabled].secondary, .view-display-id-policy_themes_page .field-content + a[disabled].secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

/* line 161, ../zurb_foundation/scss/foundation/components/_buttons.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .view-display-id-policy_themes_page .field-content + a.disabled.secondary:hover, .button.disabled.secondary:focus, .view-display-id-policy_themes_page .field-content + a.disabled.secondary:focus, .button[disabled].secondary:hover, .view-display-id-policy_themes_page .field-content + a[disabled].secondary:hover, .button[disabled].secondary:focus, .view-display-id-policy_themes_page .field-content + a[disabled].secondary:focus {
  background-color: #b9b9b9;
}

/* line 167, ../zurb_foundation/scss/foundation/components/_buttons.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .view-display-id-policy_themes_page .field-content + a.disabled.secondary:hover, .button.disabled.secondary:focus, .view-display-id-policy_themes_page .field-content + a.disabled.secondary:focus, .button[disabled].secondary:hover, .view-display-id-policy_themes_page .field-content + a[disabled].secondary:hover, .button[disabled].secondary:focus, .view-display-id-policy_themes_page .field-content + a[disabled].secondary:focus {
  color: #333333;
}

/* line 178, ../zurb_foundation/scss/foundation/components/_buttons.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .view-display-id-policy_themes_page .field-content + a.disabled.secondary:hover, .button.disabled.secondary:focus, .view-display-id-policy_themes_page .field-content + a.disabled.secondary:focus, .button[disabled].secondary:hover, .view-display-id-policy_themes_page .field-content + a[disabled].secondary:hover, .button[disabled].secondary:focus, .view-display-id-policy_themes_page .field-content + a[disabled].secondary:focus {
  background-color: #e7e7e7;
}

/* line 242, ../zurb_foundation/scss/foundation/components/_buttons.scss */
button.disabled.success, button[disabled].success, .button.disabled.success, .view-display-id-policy_themes_page .field-content + a.disabled.success, .button[disabled].success, .view-display-id-policy_themes_page .field-content + a[disabled].success {
  background-color: #27ad60;
  border-color: #1f8a4d;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

/* line 161, ../zurb_foundation/scss/foundation/components/_buttons.scss */
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .view-display-id-policy_themes_page .field-content + a.disabled.success:hover, .button.disabled.success:focus, .view-display-id-policy_themes_page .field-content + a.disabled.success:focus, .button[disabled].success:hover, .view-display-id-policy_themes_page .field-content + a[disabled].success:hover, .button[disabled].success:focus, .view-display-id-policy_themes_page .field-content + a[disabled].success:focus {
  background-color: #1f8a4d;
}

/* line 167, ../zurb_foundation/scss/foundation/components/_buttons.scss */
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .view-display-id-policy_themes_page .field-content + a.disabled.success:hover, .button.disabled.success:focus, .view-display-id-policy_themes_page .field-content + a.disabled.success:focus, .button[disabled].success:hover, .view-display-id-policy_themes_page .field-content + a[disabled].success:hover, .button[disabled].success:focus, .view-display-id-policy_themes_page .field-content + a[disabled].success:focus {
  color: #FFFFFF;
}

/* line 178, ../zurb_foundation/scss/foundation/components/_buttons.scss */
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .view-display-id-policy_themes_page .field-content + a.disabled.success:hover, .button.disabled.success:focus, .view-display-id-policy_themes_page .field-content + a.disabled.success:focus, .button[disabled].success:hover, .view-display-id-policy_themes_page .field-content + a[disabled].success:hover, .button[disabled].success:focus, .view-display-id-policy_themes_page .field-content + a[disabled].success:focus {
  background-color: #27ad60;
}

/* line 243, ../zurb_foundation/scss/foundation/components/_buttons.scss */
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .view-display-id-policy_themes_page .field-content + a.disabled.alert, .button[disabled].alert, .view-display-id-policy_themes_page .field-content + a[disabled].alert {
  background-color: #ff4242;
  border-color: #ff0202;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

/* line 161, ../zurb_foundation/scss/foundation/components/_buttons.scss */
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .view-display-id-policy_themes_page .field-content + a.disabled.alert:hover, .button.disabled.alert:focus, .view-display-id-policy_themes_page .field-content + a.disabled.alert:focus, .button[disabled].alert:hover, .view-display-id-policy_themes_page .field-content + a[disabled].alert:hover, .button[disabled].alert:focus, .view-display-id-policy_themes_page .field-content + a[disabled].alert:focus {
  background-color: #ff0202;
}

/* line 167, ../zurb_foundation/scss/foundation/components/_buttons.scss */
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .view-display-id-policy_themes_page .field-content + a.disabled.alert:hover, .button.disabled.alert:focus, .view-display-id-policy_themes_page .field-content + a.disabled.alert:focus, .button[disabled].alert:hover, .view-display-id-policy_themes_page .field-content + a[disabled].alert:hover, .button[disabled].alert:focus, .view-display-id-policy_themes_page .field-content + a[disabled].alert:focus {
  color: #FFFFFF;
}

/* line 178, ../zurb_foundation/scss/foundation/components/_buttons.scss */
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .view-display-id-policy_themes_page .field-content + a.disabled.alert:hover, .button.disabled.alert:focus, .view-display-id-policy_themes_page .field-content + a.disabled.alert:focus, .button[disabled].alert:hover, .view-display-id-policy_themes_page .field-content + a[disabled].alert:hover, .button[disabled].alert:focus, .view-display-id-policy_themes_page .field-content + a[disabled].alert:focus {
  background-color: #ff4242;
}

/* line 244, ../zurb_foundation/scss/foundation/components/_buttons.scss */
button.disabled.warning, button[disabled].warning, .button.disabled.warning, .view-display-id-policy_themes_page .field-content + a.disabled.warning, .button[disabled].warning, .view-display-id-policy_themes_page .field-content + a[disabled].warning {
  background-color: #ff9c00;
  border-color: #cc7d00;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

/* line 161, ../zurb_foundation/scss/foundation/components/_buttons.scss */
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .view-display-id-policy_themes_page .field-content + a.disabled.warning:hover, .button.disabled.warning:focus, .view-display-id-policy_themes_page .field-content + a.disabled.warning:focus, .button[disabled].warning:hover, .view-display-id-policy_themes_page .field-content + a[disabled].warning:hover, .button[disabled].warning:focus, .view-display-id-policy_themes_page .field-content + a[disabled].warning:focus {
  background-color: #cc7d00;
}

/* line 167, ../zurb_foundation/scss/foundation/components/_buttons.scss */
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .view-display-id-policy_themes_page .field-content + a.disabled.warning:hover, .button.disabled.warning:focus, .view-display-id-policy_themes_page .field-content + a.disabled.warning:focus, .button[disabled].warning:hover, .view-display-id-policy_themes_page .field-content + a[disabled].warning:hover, .button[disabled].warning:focus, .view-display-id-policy_themes_page .field-content + a[disabled].warning:focus {
  color: #FFFFFF;
}

/* line 178, ../zurb_foundation/scss/foundation/components/_buttons.scss */
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .view-display-id-policy_themes_page .field-content + a.disabled.warning:hover, .button.disabled.warning:focus, .view-display-id-policy_themes_page .field-content + a.disabled.warning:focus, .button[disabled].warning:hover, .view-display-id-policy_themes_page .field-content + a[disabled].warning:hover, .button[disabled].warning:focus, .view-display-id-policy_themes_page .field-content + a[disabled].warning:focus {
  background-color: #ff9c00;
}

/* line 245, ../zurb_foundation/scss/foundation/components/_buttons.scss */
button.disabled.info, button[disabled].info, .button.disabled.info, .view-display-id-policy_themes_page .field-content + a.disabled.info, .button[disabled].info, .view-display-id-policy_themes_page .field-content + a[disabled].info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

/* line 161, ../zurb_foundation/scss/foundation/components/_buttons.scss */
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .view-display-id-policy_themes_page .field-content + a.disabled.info:hover, .button.disabled.info:focus, .view-display-id-policy_themes_page .field-content + a.disabled.info:focus, .button[disabled].info:hover, .view-display-id-policy_themes_page .field-content + a[disabled].info:hover, .button[disabled].info:focus, .view-display-id-policy_themes_page .field-content + a[disabled].info:focus {
  background-color: #61b6d9;
}

/* line 167, ../zurb_foundation/scss/foundation/components/_buttons.scss */
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .view-display-id-policy_themes_page .field-content + a.disabled.info:hover, .button.disabled.info:focus, .view-display-id-policy_themes_page .field-content + a.disabled.info:focus, .button[disabled].info:hover, .view-display-id-policy_themes_page .field-content + a[disabled].info:hover, .button[disabled].info:focus, .view-display-id-policy_themes_page .field-content + a[disabled].info:focus {
  color: #FFFFFF;
}

/* line 178, ../zurb_foundation/scss/foundation/components/_buttons.scss */
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .view-display-id-policy_themes_page .field-content + a.disabled.info:hover, .button.disabled.info:focus, .view-display-id-policy_themes_page .field-content + a.disabled.info:focus, .button[disabled].info:hover, .view-display-id-policy_themes_page .field-content + a[disabled].info:hover, .button[disabled].info:focus, .view-display-id-policy_themes_page .field-content + a[disabled].info:focus {
  background-color: #a0d3e8;
}

/* line 250, ../zurb_foundation/scss/foundation/components/_buttons.scss */
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

@media only screen and (min-width: 40.063em) {
  /* line 253, ../zurb_foundation/scss/foundation/components/_buttons.scss */
  button, .button, .view-display-id-policy_themes_page .field-content + a {
    display: inline-block;
  }
}

/* line 148, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group {
  list-style: none;
  margin: 0;
  left: 0;
}

/* line 172, ../zurb_foundation/scss/foundation/components/_global.scss */
.button-group:before, .button-group:after {
  content: " ";
  display: table;
}

/* line 173, ../zurb_foundation/scss/foundation/components/_global.scss */
.button-group:after {
  clear: both;
}

/* line 150, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group > li {
  margin: 0 -2px;
  display: inline-block;
}

/* line 39, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group > li > button, .button-group > li .button, .button-group > li .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .button-group > li .field-content + a {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

/* line 45, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group > li:first-child button, .button-group > li:first-child .button, .button-group > li:first-child .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .button-group > li:first-child .field-content + a {
  border-left: 0;
}

/* line 153, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.stack > li {
  margin: 0 -2px;
  display: inline-block;
  display: block;
  margin: 0;
  float: none;
}

/* line 39, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.stack > li > button, .button-group.stack > li .button, .button-group.stack > li .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .button-group.stack > li .field-content + a {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

/* line 45, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.stack > li:first-child button, .button-group.stack > li:first-child .button, .button-group.stack > li:first-child .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .button-group.stack > li:first-child .field-content + a {
  border-left: 0;
}

/* line 66, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.stack > li > button, .button-group.stack > li .button, .button-group.stack > li .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .button-group.stack > li .field-content + a {
  border-top: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0;
  margin: 0;
  display: block;
}

/* line 75, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.stack > li:first-child button, .button-group.stack > li:first-child .button, .button-group.stack > li:first-child .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .button-group.stack > li:first-child .field-content + a {
  border-top: 0;
}

/* line 157, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.stack-for-small > li {
  margin: 0 -2px;
  display: inline-block;
}

/* line 39, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button, .button-group.stack-for-small > li .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .button-group.stack-for-small > li .field-content + a {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

/* line 45, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button, .button-group.stack-for-small > li:first-child .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .button-group.stack-for-small > li:first-child .field-content + a {
  border-left: 0;
}

@media only screen and (max-width: 40em) {
  /* line 157, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
  .button-group.stack-for-small > li {
    margin: 0 -2px;
    display: inline-block;
    display: block;
    margin: 0;
  }
  /* line 39, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
  .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button, .button-group.stack-for-small > li .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .button-group.stack-for-small > li .field-content + a {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  /* line 45, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
  .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button, .button-group.stack-for-small > li:first-child .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .button-group.stack-for-small > li:first-child .field-content + a {
    border-left: 0;
  }
  /* line 66, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
  .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button, .button-group.stack-for-small > li .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .button-group.stack-for-small > li .field-content + a {
    border-top: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    margin: 0;
    display: block;
  }
  /* line 75, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
  .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button, .button-group.stack-for-small > li:first-child .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .button-group.stack-for-small > li:first-child .field-content + a {
    border-top: 0;
  }
}

/* line 165, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius > *, form input.button-group > *, form select.button-group > *, .node-webform .form-item .form-textarea-wrapper textarea.button-group > *, .view-display-id-policy_themes_page .field-content + a.button-group > *, .page-newsletter-subscribe fieldset textarea.button-group > *, .page-user-newsletter fieldset textarea.button-group > * {
  margin: 0 -2px;
  display: inline-block;
}

/* line 39, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius > * > button, form input.button-group > * > button, form select.button-group > * > button, .node-webform .form-item .form-textarea-wrapper textarea.button-group > * > button, .view-display-id-policy_themes_page .field-content + a.button-group > * > button, .page-newsletter-subscribe fieldset textarea.button-group > * > button, .page-user-newsletter fieldset textarea.button-group > * > button, .button-group.radius > * .button, form input.button-group > * .button, form select.button-group > * .button, .node-webform .form-item .form-textarea-wrapper textarea.button-group > * .button, .view-display-id-policy_themes_page .field-content + a.button-group > * .button, .page-newsletter-subscribe fieldset textarea.button-group > * .button, .page-user-newsletter fieldset textarea.button-group > * .button, .button-group.radius > * .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .button-group.radius > * .field-content + a, form input.button-group > * .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page form input.button-group > * .field-content + a, form select.button-group > * .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page form select.button-group > * .field-content + a, .node-webform .form-item .form-textarea-wrapper textarea.button-group > * .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .node-webform .form-item .form-textarea-wrapper textarea.button-group > * .field-content + a, .view-display-id-policy_themes_page .field-content + a.button-group > * .field-content + a, .page-newsletter-subscribe fieldset textarea.button-group > * .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .page-newsletter-subscribe fieldset textarea.button-group > * .field-content + a, .page-user-newsletter fieldset textarea.button-group > * .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .page-user-newsletter fieldset textarea.button-group > * .field-content + a {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

/* line 45, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius > *:first-child button, form input.button-group > *:first-child button, form select.button-group > *:first-child button, .node-webform .form-item .form-textarea-wrapper textarea.button-group > *:first-child button, .view-display-id-policy_themes_page .field-content + a.button-group > *:first-child button, .page-newsletter-subscribe fieldset textarea.button-group > *:first-child button, .page-user-newsletter fieldset textarea.button-group > *:first-child button, .button-group.radius > *:first-child .button, form input.button-group > *:first-child .button, form select.button-group > *:first-child .button, .node-webform .form-item .form-textarea-wrapper textarea.button-group > *:first-child .button, .view-display-id-policy_themes_page .field-content + a.button-group > *:first-child .button, .page-newsletter-subscribe fieldset textarea.button-group > *:first-child .button, .page-user-newsletter fieldset textarea.button-group > *:first-child .button, .button-group.radius > *:first-child .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .button-group.radius > *:first-child .field-content + a, form input.button-group > *:first-child .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page form input.button-group > *:first-child .field-content + a, form select.button-group > *:first-child .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page form select.button-group > *:first-child .field-content + a, .node-webform .form-item .form-textarea-wrapper textarea.button-group > *:first-child .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .node-webform .form-item .form-textarea-wrapper textarea.button-group > *:first-child .field-content + a, .view-display-id-policy_themes_page .field-content + a.button-group > *:first-child .field-content + a, .page-newsletter-subscribe fieldset textarea.button-group > *:first-child .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .page-newsletter-subscribe fieldset textarea.button-group > *:first-child .field-content + a, .page-user-newsletter fieldset textarea.button-group > *:first-child .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .page-user-newsletter fieldset textarea.button-group > *:first-child .field-content + a {
  border-left: 0;
}

/* line 111, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius > *, form input.button-group > *, form select.button-group > *, .node-webform .form-item .form-textarea-wrapper textarea.button-group > *, .view-display-id-policy_themes_page .field-content + a.button-group > *, .page-newsletter-subscribe fieldset textarea.button-group > *, .page-user-newsletter fieldset textarea.button-group > *,
.button-group.radius > * > a,
form input.button-group > * > a,
form select.button-group > * > a,
.node-webform .form-item .form-textarea-wrapper textarea.button-group > * > a,
.view-display-id-policy_themes_page .field-content + a.button-group > * > a,
.page-newsletter-subscribe fieldset textarea.button-group > * > a,
.page-user-newsletter fieldset textarea.button-group > * > a, .button-group.radius > * > button, form input.button-group > * > button, form select.button-group > * > button, .node-webform .form-item .form-textarea-wrapper textarea.button-group > * > button, .view-display-id-policy_themes_page .field-content + a.button-group > * > button, .page-newsletter-subscribe fieldset textarea.button-group > * > button, .page-user-newsletter fieldset textarea.button-group > * > button,
.button-group.radius > * > .button,
form input.button-group > * > .button,
form select.button-group > * > .button,
.node-webform .form-item .form-textarea-wrapper textarea.button-group > * > .button,
.view-display-id-policy_themes_page .field-content + a.button-group > * > .button,
.page-newsletter-subscribe fieldset textarea.button-group > * > .button,
.page-user-newsletter fieldset textarea.button-group > * > .button,
.view-display-id-policy_themes_page .button-group.radius > * > .field-content + a,
form .view-display-id-policy_themes_page input.button-group > * > .field-content + a,
.view-display-id-policy_themes_page form input.button-group > * > .field-content + a,
form .view-display-id-policy_themes_page select.button-group > * > .field-content + a,
.view-display-id-policy_themes_page form select.button-group > * > .field-content + a,
.node-webform .form-item .form-textarea-wrapper .view-display-id-policy_themes_page textarea.button-group > * > .field-content + a,
.view-display-id-policy_themes_page .node-webform .form-item .form-textarea-wrapper textarea.button-group > * > .field-content + a,
.view-display-id-policy_themes_page .field-content + a.button-group > * > .field-content + a,
.page-newsletter-subscribe fieldset .view-display-id-policy_themes_page textarea.button-group > * > .field-content + a,
.view-display-id-policy_themes_page .page-newsletter-subscribe fieldset textarea.button-group > * > .field-content + a,
.page-user-newsletter fieldset .view-display-id-policy_themes_page textarea.button-group > * > .field-content + a,
.view-display-id-policy_themes_page .page-user-newsletter fieldset textarea.button-group > * > .field-content + a {
  border-radius: 0;
}

/* line 115, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius > *:first-child, form input.button-group > *:first-child, form select.button-group > *:first-child, .node-webform .form-item .form-textarea-wrapper textarea.button-group > *:first-child, .view-display-id-policy_themes_page .field-content + a.button-group > *:first-child, .page-newsletter-subscribe fieldset textarea.button-group > *:first-child, .page-user-newsletter fieldset textarea.button-group > *:first-child,
.button-group.radius > *:first-child > a,
form input.button-group > *:first-child > a,
form select.button-group > *:first-child > a,
.node-webform .form-item .form-textarea-wrapper textarea.button-group > *:first-child > a,
.view-display-id-policy_themes_page .field-content + a.button-group > *:first-child > a,
.page-newsletter-subscribe fieldset textarea.button-group > *:first-child > a,
.page-user-newsletter fieldset textarea.button-group > *:first-child > a,
.button-group.radius > *:first-child > button,
form input.button-group > *:first-child > button,
form select.button-group > *:first-child > button,
.node-webform .form-item .form-textarea-wrapper textarea.button-group > *:first-child > button,
.view-display-id-policy_themes_page .field-content + a.button-group > *:first-child > button,
.page-newsletter-subscribe fieldset textarea.button-group > *:first-child > button,
.page-user-newsletter fieldset textarea.button-group > *:first-child > button,
.button-group.radius > *:first-child > .button,
form input.button-group > *:first-child > .button,
form select.button-group > *:first-child > .button,
.node-webform .form-item .form-textarea-wrapper textarea.button-group > *:first-child > .button,
.view-display-id-policy_themes_page .field-content + a.button-group > *:first-child > .button,
.page-newsletter-subscribe fieldset textarea.button-group > *:first-child > .button,
.page-user-newsletter fieldset textarea.button-group > *:first-child > .button,
.view-display-id-policy_themes_page .button-group.radius > *:first-child > .field-content + a,
form .view-display-id-policy_themes_page input.button-group > *:first-child > .field-content + a,
.view-display-id-policy_themes_page form input.button-group > *:first-child > .field-content + a,
form .view-display-id-policy_themes_page select.button-group > *:first-child > .field-content + a,
.view-display-id-policy_themes_page form select.button-group > *:first-child > .field-content + a,
.node-webform .form-item .form-textarea-wrapper .view-display-id-policy_themes_page textarea.button-group > *:first-child > .field-content + a,
.view-display-id-policy_themes_page .node-webform .form-item .form-textarea-wrapper textarea.button-group > *:first-child > .field-content + a,
.view-display-id-policy_themes_page .field-content + a.button-group > *:first-child > .field-content + a,
.page-newsletter-subscribe fieldset .view-display-id-policy_themes_page textarea.button-group > *:first-child > .field-content + a,
.view-display-id-policy_themes_page .page-newsletter-subscribe fieldset textarea.button-group > *:first-child > .field-content + a,
.page-user-newsletter fieldset .view-display-id-policy_themes_page textarea.button-group > *:first-child > .field-content + a,
.view-display-id-policy_themes_page .page-user-newsletter fieldset textarea.button-group > *:first-child > .field-content + a {
  -webkit-border-bottom-left-radius: 7px;
  -webkit-border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  border-top-left-radius: 7px;
}

/* line 126, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius > *:last-child, form input.button-group > *:last-child, form select.button-group > *:last-child, .node-webform .form-item .form-textarea-wrapper textarea.button-group > *:last-child, .view-display-id-policy_themes_page .field-content + a.button-group > *:last-child, .page-newsletter-subscribe fieldset textarea.button-group > *:last-child, .page-user-newsletter fieldset textarea.button-group > *:last-child,
.button-group.radius > *:last-child > a,
form input.button-group > *:last-child > a,
form select.button-group > *:last-child > a,
.node-webform .form-item .form-textarea-wrapper textarea.button-group > *:last-child > a,
.view-display-id-policy_themes_page .field-content + a.button-group > *:last-child > a,
.page-newsletter-subscribe fieldset textarea.button-group > *:last-child > a,
.page-user-newsletter fieldset textarea.button-group > *:last-child > a,
.button-group.radius > *:last-child > button,
form input.button-group > *:last-child > button,
form select.button-group > *:last-child > button,
.node-webform .form-item .form-textarea-wrapper textarea.button-group > *:last-child > button,
.view-display-id-policy_themes_page .field-content + a.button-group > *:last-child > button,
.page-newsletter-subscribe fieldset textarea.button-group > *:last-child > button,
.page-user-newsletter fieldset textarea.button-group > *:last-child > button,
.button-group.radius > *:last-child > .button,
form input.button-group > *:last-child > .button,
form select.button-group > *:last-child > .button,
.node-webform .form-item .form-textarea-wrapper textarea.button-group > *:last-child > .button,
.view-display-id-policy_themes_page .field-content + a.button-group > *:last-child > .button,
.page-newsletter-subscribe fieldset textarea.button-group > *:last-child > .button,
.page-user-newsletter fieldset textarea.button-group > *:last-child > .button,
.view-display-id-policy_themes_page .button-group.radius > *:last-child > .field-content + a,
form .view-display-id-policy_themes_page input.button-group > *:last-child > .field-content + a,
.view-display-id-policy_themes_page form input.button-group > *:last-child > .field-content + a,
form .view-display-id-policy_themes_page select.button-group > *:last-child > .field-content + a,
.view-display-id-policy_themes_page form select.button-group > *:last-child > .field-content + a,
.node-webform .form-item .form-textarea-wrapper .view-display-id-policy_themes_page textarea.button-group > *:last-child > .field-content + a,
.view-display-id-policy_themes_page .node-webform .form-item .form-textarea-wrapper textarea.button-group > *:last-child > .field-content + a,
.view-display-id-policy_themes_page .field-content + a.button-group > *:last-child > .field-content + a,
.page-newsletter-subscribe fieldset .view-display-id-policy_themes_page textarea.button-group > *:last-child > .field-content + a,
.view-display-id-policy_themes_page .page-newsletter-subscribe fieldset textarea.button-group > *:last-child > .field-content + a,
.page-user-newsletter fieldset .view-display-id-policy_themes_page textarea.button-group > *:last-child > .field-content + a,
.view-display-id-policy_themes_page .page-user-newsletter fieldset textarea.button-group > *:last-child > .field-content + a {
  -webkit-border-bottom-right-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-top-right-radius: 7px;
}

/* line 166, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius.stack > *, form input.button-group.stack > *, form select.button-group.stack > *, .node-webform .form-item .form-textarea-wrapper textarea.button-group.stack > *, .view-display-id-policy_themes_page .field-content + a.button-group.stack > *, .page-newsletter-subscribe fieldset textarea.button-group.stack > *, .page-user-newsletter fieldset textarea.button-group.stack > * {
  margin: 0 -2px;
  display: inline-block;
  display: block;
  margin: 0;
}

/* line 39, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius.stack > * > button, form input.button-group.stack > * > button, form select.button-group.stack > * > button, .node-webform .form-item .form-textarea-wrapper textarea.button-group.stack > * > button, .view-display-id-policy_themes_page .field-content + a.button-group.stack > * > button, .page-newsletter-subscribe fieldset textarea.button-group.stack > * > button, .page-user-newsletter fieldset textarea.button-group.stack > * > button, .button-group.radius.stack > * .button, form input.button-group.stack > * .button, form select.button-group.stack > * .button, .node-webform .form-item .form-textarea-wrapper textarea.button-group.stack > * .button, .view-display-id-policy_themes_page .field-content + a.button-group.stack > * .button, .page-newsletter-subscribe fieldset textarea.button-group.stack > * .button, .page-user-newsletter fieldset textarea.button-group.stack > * .button, .button-group.radius.stack > * .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .button-group.radius.stack > * .field-content + a, form input.button-group.stack > * .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page form input.button-group.stack > * .field-content + a, form select.button-group.stack > * .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page form select.button-group.stack > * .field-content + a, .node-webform .form-item .form-textarea-wrapper textarea.button-group.stack > * .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .node-webform .form-item .form-textarea-wrapper textarea.button-group.stack > * .field-content + a, .view-display-id-policy_themes_page .field-content + a.button-group.stack > * .field-content + a, .page-newsletter-subscribe fieldset textarea.button-group.stack > * .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .page-newsletter-subscribe fieldset textarea.button-group.stack > * .field-content + a, .page-user-newsletter fieldset textarea.button-group.stack > * .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .page-user-newsletter fieldset textarea.button-group.stack > * .field-content + a {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

/* line 45, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius.stack > *:first-child button, form input.button-group.stack > *:first-child button, form select.button-group.stack > *:first-child button, .node-webform .form-item .form-textarea-wrapper textarea.button-group.stack > *:first-child button, .view-display-id-policy_themes_page .field-content + a.button-group.stack > *:first-child button, .page-newsletter-subscribe fieldset textarea.button-group.stack > *:first-child button, .page-user-newsletter fieldset textarea.button-group.stack > *:first-child button, .button-group.radius.stack > *:first-child .button, form input.button-group.stack > *:first-child .button, form select.button-group.stack > *:first-child .button, .node-webform .form-item .form-textarea-wrapper textarea.button-group.stack > *:first-child .button, .view-display-id-policy_themes_page .field-content + a.button-group.stack > *:first-child .button, .page-newsletter-subscribe fieldset textarea.button-group.stack > *:first-child .button, .page-user-newsletter fieldset textarea.button-group.stack > *:first-child .button, .button-group.radius.stack > *:first-child .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .button-group.radius.stack > *:first-child .field-content + a, form input.button-group.stack > *:first-child .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page form input.button-group.stack > *:first-child .field-content + a, form select.button-group.stack > *:first-child .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page form select.button-group.stack > *:first-child .field-content + a, .node-webform .form-item .form-textarea-wrapper textarea.button-group.stack > *:first-child .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .node-webform .form-item .form-textarea-wrapper textarea.button-group.stack > *:first-child .field-content + a, .view-display-id-policy_themes_page .field-content + a.button-group.stack > *:first-child .field-content + a, .page-newsletter-subscribe fieldset textarea.button-group.stack > *:first-child .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .page-newsletter-subscribe fieldset textarea.button-group.stack > *:first-child .field-content + a, .page-user-newsletter fieldset textarea.button-group.stack > *:first-child .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .page-user-newsletter fieldset textarea.button-group.stack > *:first-child .field-content + a {
  border-left: 0;
}

/* line 66, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius.stack > * > button, form input.button-group.stack > * > button, form select.button-group.stack > * > button, .node-webform .form-item .form-textarea-wrapper textarea.button-group.stack > * > button, .view-display-id-policy_themes_page .field-content + a.button-group.stack > * > button, .page-newsletter-subscribe fieldset textarea.button-group.stack > * > button, .page-user-newsletter fieldset textarea.button-group.stack > * > button, .button-group.radius.stack > * .button, form input.button-group.stack > * .button, form select.button-group.stack > * .button, .node-webform .form-item .form-textarea-wrapper textarea.button-group.stack > * .button, .view-display-id-policy_themes_page .field-content + a.button-group.stack > * .button, .page-newsletter-subscribe fieldset textarea.button-group.stack > * .button, .page-user-newsletter fieldset textarea.button-group.stack > * .button, .button-group.radius.stack > * .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .button-group.radius.stack > * .field-content + a, form input.button-group.stack > * .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page form input.button-group.stack > * .field-content + a, form select.button-group.stack > * .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page form select.button-group.stack > * .field-content + a, .node-webform .form-item .form-textarea-wrapper textarea.button-group.stack > * .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .node-webform .form-item .form-textarea-wrapper textarea.button-group.stack > * .field-content + a, .view-display-id-policy_themes_page .field-content + a.button-group.stack > * .field-content + a, .page-newsletter-subscribe fieldset textarea.button-group.stack > * .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .page-newsletter-subscribe fieldset textarea.button-group.stack > * .field-content + a, .page-user-newsletter fieldset textarea.button-group.stack > * .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .page-user-newsletter fieldset textarea.button-group.stack > * .field-content + a {
  border-top: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0;
  margin: 0;
  display: block;
}

/* line 75, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius.stack > *:first-child button, form input.button-group.stack > *:first-child button, form select.button-group.stack > *:first-child button, .node-webform .form-item .form-textarea-wrapper textarea.button-group.stack > *:first-child button, .view-display-id-policy_themes_page .field-content + a.button-group.stack > *:first-child button, .page-newsletter-subscribe fieldset textarea.button-group.stack > *:first-child button, .page-user-newsletter fieldset textarea.button-group.stack > *:first-child button, .button-group.radius.stack > *:first-child .button, form input.button-group.stack > *:first-child .button, form select.button-group.stack > *:first-child .button, .node-webform .form-item .form-textarea-wrapper textarea.button-group.stack > *:first-child .button, .view-display-id-policy_themes_page .field-content + a.button-group.stack > *:first-child .button, .page-newsletter-subscribe fieldset textarea.button-group.stack > *:first-child .button, .page-user-newsletter fieldset textarea.button-group.stack > *:first-child .button, .button-group.radius.stack > *:first-child .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .button-group.radius.stack > *:first-child .field-content + a, form input.button-group.stack > *:first-child .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page form input.button-group.stack > *:first-child .field-content + a, form select.button-group.stack > *:first-child .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page form select.button-group.stack > *:first-child .field-content + a, .node-webform .form-item .form-textarea-wrapper textarea.button-group.stack > *:first-child .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .node-webform .form-item .form-textarea-wrapper textarea.button-group.stack > *:first-child .field-content + a, .view-display-id-policy_themes_page .field-content + a.button-group.stack > *:first-child .field-content + a, .page-newsletter-subscribe fieldset textarea.button-group.stack > *:first-child .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .page-newsletter-subscribe fieldset textarea.button-group.stack > *:first-child .field-content + a, .page-user-newsletter fieldset textarea.button-group.stack > *:first-child .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .page-user-newsletter fieldset textarea.button-group.stack > *:first-child .field-content + a {
  border-top: 0;
}

/* line 111, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius.stack > *, form input.button-group.stack > *, form select.button-group.stack > *, .node-webform .form-item .form-textarea-wrapper textarea.button-group.stack > *, .view-display-id-policy_themes_page .field-content + a.button-group.stack > *, .page-newsletter-subscribe fieldset textarea.button-group.stack > *, .page-user-newsletter fieldset textarea.button-group.stack > *,
.button-group.radius.stack > * > a,
form input.button-group.stack > * > a,
form select.button-group.stack > * > a,
.node-webform .form-item .form-textarea-wrapper textarea.button-group.stack > * > a,
.view-display-id-policy_themes_page .field-content + a.button-group.stack > * > a,
.page-newsletter-subscribe fieldset textarea.button-group.stack > * > a,
.page-user-newsletter fieldset textarea.button-group.stack > * > a, .button-group.radius.stack > * > button, form input.button-group.stack > * > button, form select.button-group.stack > * > button, .node-webform .form-item .form-textarea-wrapper textarea.button-group.stack > * > button, .view-display-id-policy_themes_page .field-content + a.button-group.stack > * > button, .page-newsletter-subscribe fieldset textarea.button-group.stack > * > button, .page-user-newsletter fieldset textarea.button-group.stack > * > button,
.button-group.radius.stack > * > .button,
form input.button-group.stack > * > .button,
form select.button-group.stack > * > .button,
.node-webform .form-item .form-textarea-wrapper textarea.button-group.stack > * > .button,
.view-display-id-policy_themes_page .field-content + a.button-group.stack > * > .button,
.page-newsletter-subscribe fieldset textarea.button-group.stack > * > .button,
.page-user-newsletter fieldset textarea.button-group.stack > * > .button,
.view-display-id-policy_themes_page .button-group.radius.stack > * > .field-content + a,
form .view-display-id-policy_themes_page input.button-group.stack > * > .field-content + a,
.view-display-id-policy_themes_page form input.button-group.stack > * > .field-content + a,
form .view-display-id-policy_themes_page select.button-group.stack > * > .field-content + a,
.view-display-id-policy_themes_page form select.button-group.stack > * > .field-content + a,
.node-webform .form-item .form-textarea-wrapper .view-display-id-policy_themes_page textarea.button-group.stack > * > .field-content + a,
.view-display-id-policy_themes_page .node-webform .form-item .form-textarea-wrapper textarea.button-group.stack > * > .field-content + a,
.view-display-id-policy_themes_page .field-content + a.button-group.stack > * > .field-content + a,
.page-newsletter-subscribe fieldset .view-display-id-policy_themes_page textarea.button-group.stack > * > .field-content + a,
.view-display-id-policy_themes_page .page-newsletter-subscribe fieldset textarea.button-group.stack > * > .field-content + a,
.page-user-newsletter fieldset .view-display-id-policy_themes_page textarea.button-group.stack > * > .field-content + a,
.view-display-id-policy_themes_page .page-user-newsletter fieldset textarea.button-group.stack > * > .field-content + a {
  border-radius: 0;
}

/* line 115, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius.stack > *:first-child, form input.button-group.stack > *:first-child, form select.button-group.stack > *:first-child, .node-webform .form-item .form-textarea-wrapper textarea.button-group.stack > *:first-child, .view-display-id-policy_themes_page .field-content + a.button-group.stack > *:first-child, .page-newsletter-subscribe fieldset textarea.button-group.stack > *:first-child, .page-user-newsletter fieldset textarea.button-group.stack > *:first-child,
.button-group.radius.stack > *:first-child > a,
form input.button-group.stack > *:first-child > a,
form select.button-group.stack > *:first-child > a,
.node-webform .form-item .form-textarea-wrapper textarea.button-group.stack > *:first-child > a,
.view-display-id-policy_themes_page .field-content + a.button-group.stack > *:first-child > a,
.page-newsletter-subscribe fieldset textarea.button-group.stack > *:first-child > a,
.page-user-newsletter fieldset textarea.button-group.stack > *:first-child > a,
.button-group.radius.stack > *:first-child > button,
form input.button-group.stack > *:first-child > button,
form select.button-group.stack > *:first-child > button,
.node-webform .form-item .form-textarea-wrapper textarea.button-group.stack > *:first-child > button,
.view-display-id-policy_themes_page .field-content + a.button-group.stack > *:first-child > button,
.page-newsletter-subscribe fieldset textarea.button-group.stack > *:first-child > button,
.page-user-newsletter fieldset textarea.button-group.stack > *:first-child > button,
.button-group.radius.stack > *:first-child > .button,
form input.button-group.stack > *:first-child > .button,
form select.button-group.stack > *:first-child > .button,
.node-webform .form-item .form-textarea-wrapper textarea.button-group.stack > *:first-child > .button,
.view-display-id-policy_themes_page .field-content + a.button-group.stack > *:first-child > .button,
.page-newsletter-subscribe fieldset textarea.button-group.stack > *:first-child > .button,
.page-user-newsletter fieldset textarea.button-group.stack > *:first-child > .button,
.view-display-id-policy_themes_page .button-group.radius.stack > *:first-child > .field-content + a,
form .view-display-id-policy_themes_page input.button-group.stack > *:first-child > .field-content + a,
.view-display-id-policy_themes_page form input.button-group.stack > *:first-child > .field-content + a,
form .view-display-id-policy_themes_page select.button-group.stack > *:first-child > .field-content + a,
.view-display-id-policy_themes_page form select.button-group.stack > *:first-child > .field-content + a,
.node-webform .form-item .form-textarea-wrapper .view-display-id-policy_themes_page textarea.button-group.stack > *:first-child > .field-content + a,
.view-display-id-policy_themes_page .node-webform .form-item .form-textarea-wrapper textarea.button-group.stack > *:first-child > .field-content + a,
.view-display-id-policy_themes_page .field-content + a.button-group.stack > *:first-child > .field-content + a,
.page-newsletter-subscribe fieldset .view-display-id-policy_themes_page textarea.button-group.stack > *:first-child > .field-content + a,
.view-display-id-policy_themes_page .page-newsletter-subscribe fieldset textarea.button-group.stack > *:first-child > .field-content + a,
.page-user-newsletter fieldset .view-display-id-policy_themes_page textarea.button-group.stack > *:first-child > .field-content + a,
.view-display-id-policy_themes_page .page-user-newsletter fieldset textarea.button-group.stack > *:first-child > .field-content + a {
  -webkit-top-left-radius: 7px;
  -webkit-top-right-radius: 7px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

/* line 126, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius.stack > *:last-child, form input.button-group.stack > *:last-child, form select.button-group.stack > *:last-child, .node-webform .form-item .form-textarea-wrapper textarea.button-group.stack > *:last-child, .view-display-id-policy_themes_page .field-content + a.button-group.stack > *:last-child, .page-newsletter-subscribe fieldset textarea.button-group.stack > *:last-child, .page-user-newsletter fieldset textarea.button-group.stack > *:last-child,
.button-group.radius.stack > *:last-child > a,
form input.button-group.stack > *:last-child > a,
form select.button-group.stack > *:last-child > a,
.node-webform .form-item .form-textarea-wrapper textarea.button-group.stack > *:last-child > a,
.view-display-id-policy_themes_page .field-content + a.button-group.stack > *:last-child > a,
.page-newsletter-subscribe fieldset textarea.button-group.stack > *:last-child > a,
.page-user-newsletter fieldset textarea.button-group.stack > *:last-child > a,
.button-group.radius.stack > *:last-child > button,
form input.button-group.stack > *:last-child > button,
form select.button-group.stack > *:last-child > button,
.node-webform .form-item .form-textarea-wrapper textarea.button-group.stack > *:last-child > button,
.view-display-id-policy_themes_page .field-content + a.button-group.stack > *:last-child > button,
.page-newsletter-subscribe fieldset textarea.button-group.stack > *:last-child > button,
.page-user-newsletter fieldset textarea.button-group.stack > *:last-child > button,
.button-group.radius.stack > *:last-child > .button,
form input.button-group.stack > *:last-child > .button,
form select.button-group.stack > *:last-child > .button,
.node-webform .form-item .form-textarea-wrapper textarea.button-group.stack > *:last-child > .button,
.view-display-id-policy_themes_page .field-content + a.button-group.stack > *:last-child > .button,
.page-newsletter-subscribe fieldset textarea.button-group.stack > *:last-child > .button,
.page-user-newsletter fieldset textarea.button-group.stack > *:last-child > .button,
.view-display-id-policy_themes_page .button-group.radius.stack > *:last-child > .field-content + a,
form .view-display-id-policy_themes_page input.button-group.stack > *:last-child > .field-content + a,
.view-display-id-policy_themes_page form input.button-group.stack > *:last-child > .field-content + a,
form .view-display-id-policy_themes_page select.button-group.stack > *:last-child > .field-content + a,
.view-display-id-policy_themes_page form select.button-group.stack > *:last-child > .field-content + a,
.node-webform .form-item .form-textarea-wrapper .view-display-id-policy_themes_page textarea.button-group.stack > *:last-child > .field-content + a,
.view-display-id-policy_themes_page .node-webform .form-item .form-textarea-wrapper textarea.button-group.stack > *:last-child > .field-content + a,
.view-display-id-policy_themes_page .field-content + a.button-group.stack > *:last-child > .field-content + a,
.page-newsletter-subscribe fieldset .view-display-id-policy_themes_page textarea.button-group.stack > *:last-child > .field-content + a,
.view-display-id-policy_themes_page .page-newsletter-subscribe fieldset textarea.button-group.stack > *:last-child > .field-content + a,
.page-user-newsletter fieldset .view-display-id-policy_themes_page textarea.button-group.stack > *:last-child > .field-content + a,
.view-display-id-policy_themes_page .page-user-newsletter fieldset textarea.button-group.stack > *:last-child > .field-content + a {
  -webkit-bottom-left-radius: 7px;
  -webkit-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

@media only screen and (min-width: 40.063em) {
  /* line 167, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > *, form input.button-group.stack-for-small > *, form select.button-group.stack-for-small > *, .node-webform .form-item .form-textarea-wrapper textarea.button-group.stack-for-small > *, .view-display-id-policy_themes_page .field-content + a.button-group.stack-for-small > *, .page-newsletter-subscribe fieldset textarea.button-group.stack-for-small > *, .page-user-newsletter fieldset textarea.button-group.stack-for-small > * {
    margin: 0 -2px;
    display: inline-block;
  }
  /* line 39, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > * > button, form input.button-group.stack-for-small > * > button, form select.button-group.stack-for-small > * > button, .node-webform .form-item .form-textarea-wrapper textarea.button-group.stack-for-small > * > button, .view-display-id-policy_themes_page .field-content + a.button-group.stack-for-small > * > button, .page-newsletter-subscribe fieldset textarea.button-group.stack-for-small > * > button, .page-user-newsletter fieldset textarea.button-group.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button, form input.button-group.stack-for-small > * .button, form select.button-group.stack-for-small > * .button, .node-webform .form-item .form-textarea-wrapper textarea.button-group.stack-for-small > * .button, .view-display-id-policy_themes_page .field-content + a.button-group.stack-for-small > * .button, .page-newsletter-subscribe fieldset textarea.button-group.stack-for-small > * .button, .page-user-newsletter fieldset textarea.button-group.stack-for-small > * .button, .button-group.radius.stack-for-small > * .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .button-group.radius.stack-for-small > * .field-content + a, form input.button-group.stack-for-small > * .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page form input.button-group.stack-for-small > * .field-content + a, form select.button-group.stack-for-small > * .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page form select.button-group.stack-for-small > * .field-content + a, .node-webform .form-item .form-textarea-wrapper textarea.button-group.stack-for-small > * .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .node-webform .form-item .form-textarea-wrapper textarea.button-group.stack-for-small > * .field-content + a, .view-display-id-policy_themes_page .field-content + a.button-group.stack-for-small > * .field-content + a, .page-newsletter-subscribe fieldset textarea.button-group.stack-for-small > * .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .page-newsletter-subscribe fieldset textarea.button-group.stack-for-small > * .field-content + a, .page-user-newsletter fieldset textarea.button-group.stack-for-small > * .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .page-user-newsletter fieldset textarea.button-group.stack-for-small > * .field-content + a {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  /* line 45, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > *:first-child button, form input.button-group.stack-for-small > *:first-child button, form select.button-group.stack-for-small > *:first-child button, .node-webform .form-item .form-textarea-wrapper textarea.button-group.stack-for-small > *:first-child button, .view-display-id-policy_themes_page .field-content + a.button-group.stack-for-small > *:first-child button, .page-newsletter-subscribe fieldset textarea.button-group.stack-for-small > *:first-child button, .page-user-newsletter fieldset textarea.button-group.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button, form input.button-group.stack-for-small > *:first-child .button, form select.button-group.stack-for-small > *:first-child .button, .node-webform .form-item .form-textarea-wrapper textarea.button-group.stack-for-small > *:first-child .button, .view-display-id-policy_themes_page .field-content + a.button-group.stack-for-small > *:first-child .button, .page-newsletter-subscribe fieldset textarea.button-group.stack-for-small > *:first-child .button, .page-user-newsletter fieldset textarea.button-group.stack-for-small > *:first-child .button, .button-group.radius.stack-for-small > *:first-child .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .button-group.radius.stack-for-small > *:first-child .field-content + a, form input.button-group.stack-for-small > *:first-child .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page form input.button-group.stack-for-small > *:first-child .field-content + a, form select.button-group.stack-for-small > *:first-child .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page form select.button-group.stack-for-small > *:first-child .field-content + a, .node-webform .form-item .form-textarea-wrapper textarea.button-group.stack-for-small > *:first-child .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .node-webform .form-item .form-textarea-wrapper textarea.button-group.stack-for-small > *:first-child .field-content + a, .view-display-id-policy_themes_page .field-content + a.button-group.stack-for-small > *:first-child .field-content + a, .page-newsletter-subscribe fieldset textarea.button-group.stack-for-small > *:first-child .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .page-newsletter-subscribe fieldset textarea.button-group.stack-for-small > *:first-child .field-content + a, .page-user-newsletter fieldset textarea.button-group.stack-for-small > *:first-child .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .page-user-newsletter fieldset textarea.button-group.stack-for-small > *:first-child .field-content + a {
    border-left: 0;
  }
  /* line 111, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > *, form input.button-group.stack-for-small > *, form select.button-group.stack-for-small > *, .node-webform .form-item .form-textarea-wrapper textarea.button-group.stack-for-small > *, .view-display-id-policy_themes_page .field-content + a.button-group.stack-for-small > *, .page-newsletter-subscribe fieldset textarea.button-group.stack-for-small > *, .page-user-newsletter fieldset textarea.button-group.stack-for-small > *,
  .button-group.radius.stack-for-small > * > a,
  form input.button-group.stack-for-small > * > a,
  form select.button-group.stack-for-small > * > a,
  .node-webform .form-item .form-textarea-wrapper textarea.button-group.stack-for-small > * > a,
  .view-display-id-policy_themes_page .field-content + a.button-group.stack-for-small > * > a,
  .page-newsletter-subscribe fieldset textarea.button-group.stack-for-small > * > a,
  .page-user-newsletter fieldset textarea.button-group.stack-for-small > * > a, .button-group.radius.stack-for-small > * > button, form input.button-group.stack-for-small > * > button, form select.button-group.stack-for-small > * > button, .node-webform .form-item .form-textarea-wrapper textarea.button-group.stack-for-small > * > button, .view-display-id-policy_themes_page .field-content + a.button-group.stack-for-small > * > button, .page-newsletter-subscribe fieldset textarea.button-group.stack-for-small > * > button, .page-user-newsletter fieldset textarea.button-group.stack-for-small > * > button,
  .button-group.radius.stack-for-small > * > .button,
  form input.button-group.stack-for-small > * > .button,
  form select.button-group.stack-for-small > * > .button,
  .node-webform .form-item .form-textarea-wrapper textarea.button-group.stack-for-small > * > .button,
  .view-display-id-policy_themes_page .field-content + a.button-group.stack-for-small > * > .button,
  .page-newsletter-subscribe fieldset textarea.button-group.stack-for-small > * > .button,
  .page-user-newsletter fieldset textarea.button-group.stack-for-small > * > .button,
  .view-display-id-policy_themes_page .button-group.radius.stack-for-small > * > .field-content + a,
  form .view-display-id-policy_themes_page input.button-group.stack-for-small > * > .field-content + a,
  .view-display-id-policy_themes_page form input.button-group.stack-for-small > * > .field-content + a,
  form .view-display-id-policy_themes_page select.button-group.stack-for-small > * > .field-content + a,
  .view-display-id-policy_themes_page form select.button-group.stack-for-small > * > .field-content + a,
  .node-webform .form-item .form-textarea-wrapper .view-display-id-policy_themes_page textarea.button-group.stack-for-small > * > .field-content + a,
  .view-display-id-policy_themes_page .node-webform .form-item .form-textarea-wrapper textarea.button-group.stack-for-small > * > .field-content + a,
  .view-display-id-policy_themes_page .field-content + a.button-group.stack-for-small > * > .field-content + a,
  .page-newsletter-subscribe fieldset .view-display-id-policy_themes_page textarea.button-group.stack-for-small > * > .field-content + a,
  .view-display-id-policy_themes_page .page-newsletter-subscribe fieldset textarea.button-group.stack-for-small > * > .field-content + a,
  .page-user-newsletter fieldset .view-display-id-policy_themes_page textarea.button-group.stack-for-small > * > .field-content + a,
  .view-display-id-policy_themes_page .page-user-newsletter fieldset textarea.button-group.stack-for-small > * > .field-content + a {
    border-radius: 0;
  }
  /* line 115, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > *:first-child, form input.button-group.stack-for-small > *:first-child, form select.button-group.stack-for-small > *:first-child, .node-webform .form-item .form-textarea-wrapper textarea.button-group.stack-for-small > *:first-child, .view-display-id-policy_themes_page .field-content + a.button-group.stack-for-small > *:first-child, .page-newsletter-subscribe fieldset textarea.button-group.stack-for-small > *:first-child, .page-user-newsletter fieldset textarea.button-group.stack-for-small > *:first-child,
  .button-group.radius.stack-for-small > *:first-child > a,
  form input.button-group.stack-for-small > *:first-child > a,
  form select.button-group.stack-for-small > *:first-child > a,
  .node-webform .form-item .form-textarea-wrapper textarea.button-group.stack-for-small > *:first-child > a,
  .view-display-id-policy_themes_page .field-content + a.button-group.stack-for-small > *:first-child > a,
  .page-newsletter-subscribe fieldset textarea.button-group.stack-for-small > *:first-child > a,
  .page-user-newsletter fieldset textarea.button-group.stack-for-small > *:first-child > a,
  .button-group.radius.stack-for-small > *:first-child > button,
  form input.button-group.stack-for-small > *:first-child > button,
  form select.button-group.stack-for-small > *:first-child > button,
  .node-webform .form-item .form-textarea-wrapper textarea.button-group.stack-for-small > *:first-child > button,
  .view-display-id-policy_themes_page .field-content + a.button-group.stack-for-small > *:first-child > button,
  .page-newsletter-subscribe fieldset textarea.button-group.stack-for-small > *:first-child > button,
  .page-user-newsletter fieldset textarea.button-group.stack-for-small > *:first-child > button,
  .button-group.radius.stack-for-small > *:first-child > .button,
  form input.button-group.stack-for-small > *:first-child > .button,
  form select.button-group.stack-for-small > *:first-child > .button,
  .node-webform .form-item .form-textarea-wrapper textarea.button-group.stack-for-small > *:first-child > .button,
  .view-display-id-policy_themes_page .field-content + a.button-group.stack-for-small > *:first-child > .button,
  .page-newsletter-subscribe fieldset textarea.button-group.stack-for-small > *:first-child > .button,
  .page-user-newsletter fieldset textarea.button-group.stack-for-small > *:first-child > .button,
  .view-display-id-policy_themes_page .button-group.radius.stack-for-small > *:first-child > .field-content + a,
  form .view-display-id-policy_themes_page input.button-group.stack-for-small > *:first-child > .field-content + a,
  .view-display-id-policy_themes_page form input.button-group.stack-for-small > *:first-child > .field-content + a,
  form .view-display-id-policy_themes_page select.button-group.stack-for-small > *:first-child > .field-content + a,
  .view-display-id-policy_themes_page form select.button-group.stack-for-small > *:first-child > .field-content + a,
  .node-webform .form-item .form-textarea-wrapper .view-display-id-policy_themes_page textarea.button-group.stack-for-small > *:first-child > .field-content + a,
  .view-display-id-policy_themes_page .node-webform .form-item .form-textarea-wrapper textarea.button-group.stack-for-small > *:first-child > .field-content + a,
  .view-display-id-policy_themes_page .field-content + a.button-group.stack-for-small > *:first-child > .field-content + a,
  .page-newsletter-subscribe fieldset .view-display-id-policy_themes_page textarea.button-group.stack-for-small > *:first-child > .field-content + a,
  .view-display-id-policy_themes_page .page-newsletter-subscribe fieldset textarea.button-group.stack-for-small > *:first-child > .field-content + a,
  .page-user-newsletter fieldset .view-display-id-policy_themes_page textarea.button-group.stack-for-small > *:first-child > .field-content + a,
  .view-display-id-policy_themes_page .page-user-newsletter fieldset textarea.button-group.stack-for-small > *:first-child > .field-content + a {
    -webkit-border-bottom-left-radius: 7px;
    -webkit-border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    border-top-left-radius: 7px;
  }
  /* line 126, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > *:last-child, form input.button-group.stack-for-small > *:last-child, form select.button-group.stack-for-small > *:last-child, .node-webform .form-item .form-textarea-wrapper textarea.button-group.stack-for-small > *:last-child, .view-display-id-policy_themes_page .field-content + a.button-group.stack-for-small > *:last-child, .page-newsletter-subscribe fieldset textarea.button-group.stack-for-small > *:last-child, .page-user-newsletter fieldset textarea.button-group.stack-for-small > *:last-child,
  .button-group.radius.stack-for-small > *:last-child > a,
  form input.button-group.stack-for-small > *:last-child > a,
  form select.button-group.stack-for-small > *:last-child > a,
  .node-webform .form-item .form-textarea-wrapper textarea.button-group.stack-for-small > *:last-child > a,
  .view-display-id-policy_themes_page .field-content + a.button-group.stack-for-small > *:last-child > a,
  .page-newsletter-subscribe fieldset textarea.button-group.stack-for-small > *:last-child > a,
  .page-user-newsletter fieldset textarea.button-group.stack-for-small > *:last-child > a,
  .button-group.radius.stack-for-small > *:last-child > button,
  form input.button-group.stack-for-small > *:last-child > button,
  form select.button-group.stack-for-small > *:last-child > button,
  .node-webform .form-item .form-textarea-wrapper textarea.button-group.stack-for-small > *:last-child > button,
  .view-display-id-policy_themes_page .field-content + a.button-group.stack-for-small > *:last-child > button,
  .page-newsletter-subscribe fieldset textarea.button-group.stack-for-small > *:last-child > button,
  .page-user-newsletter fieldset textarea.button-group.stack-for-small > *:last-child > button,
  .button-group.radius.stack-for-small > *:last-child > .button,
  form input.button-group.stack-for-small > *:last-child > .button,
  form select.button-group.stack-for-small > *:last-child > .button,
  .node-webform .form-item .form-textarea-wrapper textarea.button-group.stack-for-small > *:last-child > .button,
  .view-display-id-policy_themes_page .field-content + a.button-group.stack-for-small > *:last-child > .button,
  .page-newsletter-subscribe fieldset textarea.button-group.stack-for-small > *:last-child > .button,
  .page-user-newsletter fieldset textarea.button-group.stack-for-small > *:last-child > .button,
  .view-display-id-policy_themes_page .button-group.radius.stack-for-small > *:last-child > .field-content + a,
  form .view-display-id-policy_themes_page input.button-group.stack-for-small > *:last-child > .field-content + a,
  .view-display-id-policy_themes_page form input.button-group.stack-for-small > *:last-child > .field-content + a,
  form .view-display-id-policy_themes_page select.button-group.stack-for-small > *:last-child > .field-content + a,
  .view-display-id-policy_themes_page form select.button-group.stack-for-small > *:last-child > .field-content + a,
  .node-webform .form-item .form-textarea-wrapper .view-display-id-policy_themes_page textarea.button-group.stack-for-small > *:last-child > .field-content + a,
  .view-display-id-policy_themes_page .node-webform .form-item .form-textarea-wrapper textarea.button-group.stack-for-small > *:last-child > .field-content + a,
  .view-display-id-policy_themes_page .field-content + a.button-group.stack-for-small > *:last-child > .field-content + a,
  .page-newsletter-subscribe fieldset .view-display-id-policy_themes_page textarea.button-group.stack-for-small > *:last-child > .field-content + a,
  .view-display-id-policy_themes_page .page-newsletter-subscribe fieldset textarea.button-group.stack-for-small > *:last-child > .field-content + a,
  .page-user-newsletter fieldset .view-display-id-policy_themes_page textarea.button-group.stack-for-small > *:last-child > .field-content + a,
  .view-display-id-policy_themes_page .page-user-newsletter fieldset textarea.button-group.stack-for-small > *:last-child > .field-content + a {
    -webkit-border-bottom-right-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    border-top-right-radius: 7px;
  }
}

@media only screen and (max-width: 40em) {
  /* line 167, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > *, form input.button-group.stack-for-small > *, form select.button-group.stack-for-small > *, .node-webform .form-item .form-textarea-wrapper textarea.button-group.stack-for-small > *, .view-display-id-policy_themes_page .field-content + a.button-group.stack-for-small > *, .page-newsletter-subscribe fieldset textarea.button-group.stack-for-small > *, .page-user-newsletter fieldset textarea.button-group.stack-for-small > * {
    margin: 0 -2px;
    display: inline-block;
    display: block;
    margin: 0;
  }
  /* line 39, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > * > button, form input.button-group.stack-for-small > * > button, form select.button-group.stack-for-small > * > button, .node-webform .form-item .form-textarea-wrapper textarea.button-group.stack-for-small > * > button, .view-display-id-policy_themes_page .field-content + a.button-group.stack-for-small > * > button, .page-newsletter-subscribe fieldset textarea.button-group.stack-for-small > * > button, .page-user-newsletter fieldset textarea.button-group.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button, form input.button-group.stack-for-small > * .button, form select.button-group.stack-for-small > * .button, .node-webform .form-item .form-textarea-wrapper textarea.button-group.stack-for-small > * .button, .view-display-id-policy_themes_page .field-content + a.button-group.stack-for-small > * .button, .page-newsletter-subscribe fieldset textarea.button-group.stack-for-small > * .button, .page-user-newsletter fieldset textarea.button-group.stack-for-small > * .button, .button-group.radius.stack-for-small > * .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .button-group.radius.stack-for-small > * .field-content + a, form input.button-group.stack-for-small > * .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page form input.button-group.stack-for-small > * .field-content + a, form select.button-group.stack-for-small > * .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page form select.button-group.stack-for-small > * .field-content + a, .node-webform .form-item .form-textarea-wrapper textarea.button-group.stack-for-small > * .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .node-webform .form-item .form-textarea-wrapper textarea.button-group.stack-for-small > * .field-content + a, .view-display-id-policy_themes_page .field-content + a.button-group.stack-for-small > * .field-content + a, .page-newsletter-subscribe fieldset textarea.button-group.stack-for-small > * .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .page-newsletter-subscribe fieldset textarea.button-group.stack-for-small > * .field-content + a, .page-user-newsletter fieldset textarea.button-group.stack-for-small > * .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .page-user-newsletter fieldset textarea.button-group.stack-for-small > * .field-content + a {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  /* line 45, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > *:first-child button, form input.button-group.stack-for-small > *:first-child button, form select.button-group.stack-for-small > *:first-child button, .node-webform .form-item .form-textarea-wrapper textarea.button-group.stack-for-small > *:first-child button, .view-display-id-policy_themes_page .field-content + a.button-group.stack-for-small > *:first-child button, .page-newsletter-subscribe fieldset textarea.button-group.stack-for-small > *:first-child button, .page-user-newsletter fieldset textarea.button-group.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button, form input.button-group.stack-for-small > *:first-child .button, form select.button-group.stack-for-small > *:first-child .button, .node-webform .form-item .form-textarea-wrapper textarea.button-group.stack-for-small > *:first-child .button, .view-display-id-policy_themes_page .field-content + a.button-group.stack-for-small > *:first-child .button, .page-newsletter-subscribe fieldset textarea.button-group.stack-for-small > *:first-child .button, .page-user-newsletter fieldset textarea.button-group.stack-for-small > *:first-child .button, .button-group.radius.stack-for-small > *:first-child .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .button-group.radius.stack-for-small > *:first-child .field-content + a, form input.button-group.stack-for-small > *:first-child .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page form input.button-group.stack-for-small > *:first-child .field-content + a, form select.button-group.stack-for-small > *:first-child .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page form select.button-group.stack-for-small > *:first-child .field-content + a, .node-webform .form-item .form-textarea-wrapper textarea.button-group.stack-for-small > *:first-child .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .node-webform .form-item .form-textarea-wrapper textarea.button-group.stack-for-small > *:first-child .field-content + a, .view-display-id-policy_themes_page .field-content + a.button-group.stack-for-small > *:first-child .field-content + a, .page-newsletter-subscribe fieldset textarea.button-group.stack-for-small > *:first-child .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .page-newsletter-subscribe fieldset textarea.button-group.stack-for-small > *:first-child .field-content + a, .page-user-newsletter fieldset textarea.button-group.stack-for-small > *:first-child .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .page-user-newsletter fieldset textarea.button-group.stack-for-small > *:first-child .field-content + a {
    border-left: 0;
  }
  /* line 66, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > * > button, form input.button-group.stack-for-small > * > button, form select.button-group.stack-for-small > * > button, .node-webform .form-item .form-textarea-wrapper textarea.button-group.stack-for-small > * > button, .view-display-id-policy_themes_page .field-content + a.button-group.stack-for-small > * > button, .page-newsletter-subscribe fieldset textarea.button-group.stack-for-small > * > button, .page-user-newsletter fieldset textarea.button-group.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button, form input.button-group.stack-for-small > * .button, form select.button-group.stack-for-small > * .button, .node-webform .form-item .form-textarea-wrapper textarea.button-group.stack-for-small > * .button, .view-display-id-policy_themes_page .field-content + a.button-group.stack-for-small > * .button, .page-newsletter-subscribe fieldset textarea.button-group.stack-for-small > * .button, .page-user-newsletter fieldset textarea.button-group.stack-for-small > * .button, .button-group.radius.stack-for-small > * .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .button-group.radius.stack-for-small > * .field-content + a, form input.button-group.stack-for-small > * .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page form input.button-group.stack-for-small > * .field-content + a, form select.button-group.stack-for-small > * .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page form select.button-group.stack-for-small > * .field-content + a, .node-webform .form-item .form-textarea-wrapper textarea.button-group.stack-for-small > * .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .node-webform .form-item .form-textarea-wrapper textarea.button-group.stack-for-small > * .field-content + a, .view-display-id-policy_themes_page .field-content + a.button-group.stack-for-small > * .field-content + a, .page-newsletter-subscribe fieldset textarea.button-group.stack-for-small > * .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .page-newsletter-subscribe fieldset textarea.button-group.stack-for-small > * .field-content + a, .page-user-newsletter fieldset textarea.button-group.stack-for-small > * .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .page-user-newsletter fieldset textarea.button-group.stack-for-small > * .field-content + a {
    border-top: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    margin: 0;
    display: block;
  }
  /* line 75, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > *:first-child button, form input.button-group.stack-for-small > *:first-child button, form select.button-group.stack-for-small > *:first-child button, .node-webform .form-item .form-textarea-wrapper textarea.button-group.stack-for-small > *:first-child button, .view-display-id-policy_themes_page .field-content + a.button-group.stack-for-small > *:first-child button, .page-newsletter-subscribe fieldset textarea.button-group.stack-for-small > *:first-child button, .page-user-newsletter fieldset textarea.button-group.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button, form input.button-group.stack-for-small > *:first-child .button, form select.button-group.stack-for-small > *:first-child .button, .node-webform .form-item .form-textarea-wrapper textarea.button-group.stack-for-small > *:first-child .button, .view-display-id-policy_themes_page .field-content + a.button-group.stack-for-small > *:first-child .button, .page-newsletter-subscribe fieldset textarea.button-group.stack-for-small > *:first-child .button, .page-user-newsletter fieldset textarea.button-group.stack-for-small > *:first-child .button, .button-group.radius.stack-for-small > *:first-child .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .button-group.radius.stack-for-small > *:first-child .field-content + a, form input.button-group.stack-for-small > *:first-child .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page form input.button-group.stack-for-small > *:first-child .field-content + a, form select.button-group.stack-for-small > *:first-child .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page form select.button-group.stack-for-small > *:first-child .field-content + a, .node-webform .form-item .form-textarea-wrapper textarea.button-group.stack-for-small > *:first-child .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .node-webform .form-item .form-textarea-wrapper textarea.button-group.stack-for-small > *:first-child .field-content + a, .view-display-id-policy_themes_page .field-content + a.button-group.stack-for-small > *:first-child .field-content + a, .page-newsletter-subscribe fieldset textarea.button-group.stack-for-small > *:first-child .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .page-newsletter-subscribe fieldset textarea.button-group.stack-for-small > *:first-child .field-content + a, .page-user-newsletter fieldset textarea.button-group.stack-for-small > *:first-child .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .page-user-newsletter fieldset textarea.button-group.stack-for-small > *:first-child .field-content + a {
    border-top: 0;
  }
  /* line 111, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > *, form input.button-group.stack-for-small > *, form select.button-group.stack-for-small > *, .node-webform .form-item .form-textarea-wrapper textarea.button-group.stack-for-small > *, .view-display-id-policy_themes_page .field-content + a.button-group.stack-for-small > *, .page-newsletter-subscribe fieldset textarea.button-group.stack-for-small > *, .page-user-newsletter fieldset textarea.button-group.stack-for-small > *,
  .button-group.radius.stack-for-small > * > a,
  form input.button-group.stack-for-small > * > a,
  form select.button-group.stack-for-small > * > a,
  .node-webform .form-item .form-textarea-wrapper textarea.button-group.stack-for-small > * > a,
  .view-display-id-policy_themes_page .field-content + a.button-group.stack-for-small > * > a,
  .page-newsletter-subscribe fieldset textarea.button-group.stack-for-small > * > a,
  .page-user-newsletter fieldset textarea.button-group.stack-for-small > * > a, .button-group.radius.stack-for-small > * > button, form input.button-group.stack-for-small > * > button, form select.button-group.stack-for-small > * > button, .node-webform .form-item .form-textarea-wrapper textarea.button-group.stack-for-small > * > button, .view-display-id-policy_themes_page .field-content + a.button-group.stack-for-small > * > button, .page-newsletter-subscribe fieldset textarea.button-group.stack-for-small > * > button, .page-user-newsletter fieldset textarea.button-group.stack-for-small > * > button,
  .button-group.radius.stack-for-small > * > .button,
  form input.button-group.stack-for-small > * > .button,
  form select.button-group.stack-for-small > * > .button,
  .node-webform .form-item .form-textarea-wrapper textarea.button-group.stack-for-small > * > .button,
  .view-display-id-policy_themes_page .field-content + a.button-group.stack-for-small > * > .button,
  .page-newsletter-subscribe fieldset textarea.button-group.stack-for-small > * > .button,
  .page-user-newsletter fieldset textarea.button-group.stack-for-small > * > .button,
  .view-display-id-policy_themes_page .button-group.radius.stack-for-small > * > .field-content + a,
  form .view-display-id-policy_themes_page input.button-group.stack-for-small > * > .field-content + a,
  .view-display-id-policy_themes_page form input.button-group.stack-for-small > * > .field-content + a,
  form .view-display-id-policy_themes_page select.button-group.stack-for-small > * > .field-content + a,
  .view-display-id-policy_themes_page form select.button-group.stack-for-small > * > .field-content + a,
  .node-webform .form-item .form-textarea-wrapper .view-display-id-policy_themes_page textarea.button-group.stack-for-small > * > .field-content + a,
  .view-display-id-policy_themes_page .node-webform .form-item .form-textarea-wrapper textarea.button-group.stack-for-small > * > .field-content + a,
  .view-display-id-policy_themes_page .field-content + a.button-group.stack-for-small > * > .field-content + a,
  .page-newsletter-subscribe fieldset .view-display-id-policy_themes_page textarea.button-group.stack-for-small > * > .field-content + a,
  .view-display-id-policy_themes_page .page-newsletter-subscribe fieldset textarea.button-group.stack-for-small > * > .field-content + a,
  .page-user-newsletter fieldset .view-display-id-policy_themes_page textarea.button-group.stack-for-small > * > .field-content + a,
  .view-display-id-policy_themes_page .page-user-newsletter fieldset textarea.button-group.stack-for-small > * > .field-content + a {
    border-radius: 0;
  }
  /* line 115, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > *:first-child, form input.button-group.stack-for-small > *:first-child, form select.button-group.stack-for-small > *:first-child, .node-webform .form-item .form-textarea-wrapper textarea.button-group.stack-for-small > *:first-child, .view-display-id-policy_themes_page .field-content + a.button-group.stack-for-small > *:first-child, .page-newsletter-subscribe fieldset textarea.button-group.stack-for-small > *:first-child, .page-user-newsletter fieldset textarea.button-group.stack-for-small > *:first-child,
  .button-group.radius.stack-for-small > *:first-child > a,
  form input.button-group.stack-for-small > *:first-child > a,
  form select.button-group.stack-for-small > *:first-child > a,
  .node-webform .form-item .form-textarea-wrapper textarea.button-group.stack-for-small > *:first-child > a,
  .view-display-id-policy_themes_page .field-content + a.button-group.stack-for-small > *:first-child > a,
  .page-newsletter-subscribe fieldset textarea.button-group.stack-for-small > *:first-child > a,
  .page-user-newsletter fieldset textarea.button-group.stack-for-small > *:first-child > a,
  .button-group.radius.stack-for-small > *:first-child > button,
  form input.button-group.stack-for-small > *:first-child > button,
  form select.button-group.stack-for-small > *:first-child > button,
  .node-webform .form-item .form-textarea-wrapper textarea.button-group.stack-for-small > *:first-child > button,
  .view-display-id-policy_themes_page .field-content + a.button-group.stack-for-small > *:first-child > button,
  .page-newsletter-subscribe fieldset textarea.button-group.stack-for-small > *:first-child > button,
  .page-user-newsletter fieldset textarea.button-group.stack-for-small > *:first-child > button,
  .button-group.radius.stack-for-small > *:first-child > .button,
  form input.button-group.stack-for-small > *:first-child > .button,
  form select.button-group.stack-for-small > *:first-child > .button,
  .node-webform .form-item .form-textarea-wrapper textarea.button-group.stack-for-small > *:first-child > .button,
  .view-display-id-policy_themes_page .field-content + a.button-group.stack-for-small > *:first-child > .button,
  .page-newsletter-subscribe fieldset textarea.button-group.stack-for-small > *:first-child > .button,
  .page-user-newsletter fieldset textarea.button-group.stack-for-small > *:first-child > .button,
  .view-display-id-policy_themes_page .button-group.radius.stack-for-small > *:first-child > .field-content + a,
  form .view-display-id-policy_themes_page input.button-group.stack-for-small > *:first-child > .field-content + a,
  .view-display-id-policy_themes_page form input.button-group.stack-for-small > *:first-child > .field-content + a,
  form .view-display-id-policy_themes_page select.button-group.stack-for-small > *:first-child > .field-content + a,
  .view-display-id-policy_themes_page form select.button-group.stack-for-small > *:first-child > .field-content + a,
  .node-webform .form-item .form-textarea-wrapper .view-display-id-policy_themes_page textarea.button-group.stack-for-small > *:first-child > .field-content + a,
  .view-display-id-policy_themes_page .node-webform .form-item .form-textarea-wrapper textarea.button-group.stack-for-small > *:first-child > .field-content + a,
  .view-display-id-policy_themes_page .field-content + a.button-group.stack-for-small > *:first-child > .field-content + a,
  .page-newsletter-subscribe fieldset .view-display-id-policy_themes_page textarea.button-group.stack-for-small > *:first-child > .field-content + a,
  .view-display-id-policy_themes_page .page-newsletter-subscribe fieldset textarea.button-group.stack-for-small > *:first-child > .field-content + a,
  .page-user-newsletter fieldset .view-display-id-policy_themes_page textarea.button-group.stack-for-small > *:first-child > .field-content + a,
  .view-display-id-policy_themes_page .page-user-newsletter fieldset textarea.button-group.stack-for-small > *:first-child > .field-content + a {
    -webkit-top-left-radius: 7px;
    -webkit-top-right-radius: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
  }
  /* line 126, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > *:last-child, form input.button-group.stack-for-small > *:last-child, form select.button-group.stack-for-small > *:last-child, .node-webform .form-item .form-textarea-wrapper textarea.button-group.stack-for-small > *:last-child, .view-display-id-policy_themes_page .field-content + a.button-group.stack-for-small > *:last-child, .page-newsletter-subscribe fieldset textarea.button-group.stack-for-small > *:last-child, .page-user-newsletter fieldset textarea.button-group.stack-for-small > *:last-child,
  .button-group.radius.stack-for-small > *:last-child > a,
  form input.button-group.stack-for-small > *:last-child > a,
  form select.button-group.stack-for-small > *:last-child > a,
  .node-webform .form-item .form-textarea-wrapper textarea.button-group.stack-for-small > *:last-child > a,
  .view-display-id-policy_themes_page .field-content + a.button-group.stack-for-small > *:last-child > a,
  .page-newsletter-subscribe fieldset textarea.button-group.stack-for-small > *:last-child > a,
  .page-user-newsletter fieldset textarea.button-group.stack-for-small > *:last-child > a,
  .button-group.radius.stack-for-small > *:last-child > button,
  form input.button-group.stack-for-small > *:last-child > button,
  form select.button-group.stack-for-small > *:last-child > button,
  .node-webform .form-item .form-textarea-wrapper textarea.button-group.stack-for-small > *:last-child > button,
  .view-display-id-policy_themes_page .field-content + a.button-group.stack-for-small > *:last-child > button,
  .page-newsletter-subscribe fieldset textarea.button-group.stack-for-small > *:last-child > button,
  .page-user-newsletter fieldset textarea.button-group.stack-for-small > *:last-child > button,
  .button-group.radius.stack-for-small > *:last-child > .button,
  form input.button-group.stack-for-small > *:last-child > .button,
  form select.button-group.stack-for-small > *:last-child > .button,
  .node-webform .form-item .form-textarea-wrapper textarea.button-group.stack-for-small > *:last-child > .button,
  .view-display-id-policy_themes_page .field-content + a.button-group.stack-for-small > *:last-child > .button,
  .page-newsletter-subscribe fieldset textarea.button-group.stack-for-small > *:last-child > .button,
  .page-user-newsletter fieldset textarea.button-group.stack-for-small > *:last-child > .button,
  .view-display-id-policy_themes_page .button-group.radius.stack-for-small > *:last-child > .field-content + a,
  form .view-display-id-policy_themes_page input.button-group.stack-for-small > *:last-child > .field-content + a,
  .view-display-id-policy_themes_page form input.button-group.stack-for-small > *:last-child > .field-content + a,
  form .view-display-id-policy_themes_page select.button-group.stack-for-small > *:last-child > .field-content + a,
  .view-display-id-policy_themes_page form select.button-group.stack-for-small > *:last-child > .field-content + a,
  .node-webform .form-item .form-textarea-wrapper .view-display-id-policy_themes_page textarea.button-group.stack-for-small > *:last-child > .field-content + a,
  .view-display-id-policy_themes_page .node-webform .form-item .form-textarea-wrapper textarea.button-group.stack-for-small > *:last-child > .field-content + a,
  .view-display-id-policy_themes_page .field-content + a.button-group.stack-for-small > *:last-child > .field-content + a,
  .page-newsletter-subscribe fieldset .view-display-id-policy_themes_page textarea.button-group.stack-for-small > *:last-child > .field-content + a,
  .view-display-id-policy_themes_page .page-newsletter-subscribe fieldset textarea.button-group.stack-for-small > *:last-child > .field-content + a,
  .page-user-newsletter fieldset .view-display-id-policy_themes_page textarea.button-group.stack-for-small > *:last-child > .field-content + a,
  .view-display-id-policy_themes_page .page-user-newsletter fieldset textarea.button-group.stack-for-small > *:last-child > .field-content + a {
    -webkit-bottom-left-radius: 7px;
    -webkit-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
  }
}

/* line 176, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.round > * {
  margin: 0 -2px;
  display: inline-block;
}

/* line 39, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.round > * > button, .button-group.round > * .button, .button-group.round > * .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .button-group.round > * .field-content + a {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

/* line 45, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.round > *:first-child button, .button-group.round > *:first-child .button, .button-group.round > *:first-child .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .button-group.round > *:first-child .field-content + a {
  border-left: 0;
}

/* line 111, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.round > *,
.button-group.round > * > a,
.button-group.round > * > button,
.button-group.round > * > .button,
.view-display-id-policy_themes_page .button-group.round > * > .field-content + a {
  border-radius: 0;
}

/* line 115, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.round > *:first-child,
.button-group.round > *:first-child > a,
.button-group.round > *:first-child > button,
.button-group.round > *:first-child > .button,
.view-display-id-policy_themes_page .button-group.round > *:first-child > .field-content + a {
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

/* line 126, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.round > *:last-child,
.button-group.round > *:last-child > a,
.button-group.round > *:last-child > button,
.button-group.round > *:last-child > .button,
.view-display-id-policy_themes_page .button-group.round > *:last-child > .field-content + a {
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

/* line 177, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.round.stack > * {
  margin: 0 -2px;
  display: inline-block;
  display: block;
  margin: 0;
}

/* line 39, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.round.stack > * > button, .button-group.round.stack > * .button, .button-group.round.stack > * .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .button-group.round.stack > * .field-content + a {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

/* line 45, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button, .button-group.round.stack > *:first-child .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .button-group.round.stack > *:first-child .field-content + a {
  border-left: 0;
}

/* line 66, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.round.stack > * > button, .button-group.round.stack > * .button, .button-group.round.stack > * .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .button-group.round.stack > * .field-content + a {
  border-top: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0;
  margin: 0;
  display: block;
}

/* line 75, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button, .button-group.round.stack > *:first-child .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .button-group.round.stack > *:first-child .field-content + a {
  border-top: 0;
}

/* line 111, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.round.stack > *,
.button-group.round.stack > * > a,
.button-group.round.stack > * > button,
.button-group.round.stack > * > .button,
.view-display-id-policy_themes_page .button-group.round.stack > * > .field-content + a {
  border-radius: 0;
}

/* line 115, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.round.stack > *:first-child,
.button-group.round.stack > *:first-child > a,
.button-group.round.stack > *:first-child > button,
.button-group.round.stack > *:first-child > .button,
.view-display-id-policy_themes_page .button-group.round.stack > *:first-child > .field-content + a {
  -webkit-top-left-radius: 0.9333333333rem;
  -webkit-top-right-radius: 0.9333333333rem;
  border-top-left-radius: 0.9333333333rem;
  border-top-right-radius: 0.9333333333rem;
}

/* line 126, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.round.stack > *:last-child,
.button-group.round.stack > *:last-child > a,
.button-group.round.stack > *:last-child > button,
.button-group.round.stack > *:last-child > .button,
.view-display-id-policy_themes_page .button-group.round.stack > *:last-child > .field-content + a {
  -webkit-bottom-left-radius: 0.9333333333rem;
  -webkit-bottom-right-radius: 0.9333333333rem;
  border-bottom-left-radius: 0.9333333333rem;
  border-bottom-right-radius: 0.9333333333rem;
}

@media only screen and (min-width: 40.063em) {
  /* line 178, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > * {
    margin: 0 -2px;
    display: inline-block;
  }
  /* line 39, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button, .button-group.round.stack-for-small > * .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .button-group.round.stack-for-small > * .field-content + a {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  /* line 45, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button, .button-group.round.stack-for-small > *:first-child .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .button-group.round.stack-for-small > *:first-child .field-content + a {
    border-left: 0;
  }
  /* line 111, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > *,
  .button-group.round.stack-for-small > * > a,
  .button-group.round.stack-for-small > * > button,
  .button-group.round.stack-for-small > * > .button,
  .view-display-id-policy_themes_page .button-group.round.stack-for-small > * > .field-content + a {
    border-radius: 0;
  }
  /* line 115, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > *:first-child,
  .button-group.round.stack-for-small > *:first-child > a,
  .button-group.round.stack-for-small > *:first-child > button,
  .button-group.round.stack-for-small > *:first-child > .button,
  .view-display-id-policy_themes_page .button-group.round.stack-for-small > *:first-child > .field-content + a {
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px;
  }
  /* line 126, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > *:last-child,
  .button-group.round.stack-for-small > *:last-child > a,
  .button-group.round.stack-for-small > *:last-child > button,
  .button-group.round.stack-for-small > *:last-child > .button,
  .view-display-id-policy_themes_page .button-group.round.stack-for-small > *:last-child > .field-content + a {
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
  }
}

@media only screen and (max-width: 40em) {
  /* line 178, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > * {
    margin: 0 -2px;
    display: inline-block;
    display: block;
    margin: 0;
  }
  /* line 39, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button, .button-group.round.stack-for-small > * .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .button-group.round.stack-for-small > * .field-content + a {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  /* line 45, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button, .button-group.round.stack-for-small > *:first-child .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .button-group.round.stack-for-small > *:first-child .field-content + a {
    border-left: 0;
  }
  /* line 66, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button, .button-group.round.stack-for-small > * .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .button-group.round.stack-for-small > * .field-content + a {
    border-top: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    margin: 0;
    display: block;
  }
  /* line 75, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button, .button-group.round.stack-for-small > *:first-child .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .button-group.round.stack-for-small > *:first-child .field-content + a {
    border-top: 0;
  }
  /* line 111, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > *,
  .button-group.round.stack-for-small > * > a,
  .button-group.round.stack-for-small > * > button,
  .button-group.round.stack-for-small > * > .button,
  .view-display-id-policy_themes_page .button-group.round.stack-for-small > * > .field-content + a {
    border-radius: 0;
  }
  /* line 115, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > *:first-child,
  .button-group.round.stack-for-small > *:first-child > a,
  .button-group.round.stack-for-small > *:first-child > button,
  .button-group.round.stack-for-small > *:first-child > .button,
  .view-display-id-policy_themes_page .button-group.round.stack-for-small > *:first-child > .field-content + a {
    -webkit-top-left-radius: 0.9333333333rem;
    -webkit-top-right-radius: 0.9333333333rem;
    border-top-left-radius: 0.9333333333rem;
    border-top-right-radius: 0.9333333333rem;
  }
  /* line 126, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > *:last-child,
  .button-group.round.stack-for-small > *:last-child > a,
  .button-group.round.stack-for-small > *:last-child > button,
  .button-group.round.stack-for-small > *:last-child > .button,
  .view-display-id-policy_themes_page .button-group.round.stack-for-small > *:last-child > .field-content + a {
    -webkit-bottom-left-radius: 0.9333333333rem;
    -webkit-bottom-right-radius: 0.9333333333rem;
    border-bottom-left-radius: 0.9333333333rem;
    border-bottom-right-radius: 0.9333333333rem;
  }
}

/* line 188, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-2 li {
  margin: 0 -2px;
  display: inline-block;
  width: 50%;
}

/* line 39, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-2 li > button, .button-group.even-2 li .button, .button-group.even-2 li .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .button-group.even-2 li .field-content + a {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

/* line 45, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-2 li:first-child button, .button-group.even-2 li:first-child .button, .button-group.even-2 li:first-child .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .button-group.even-2 li:first-child .field-content + a {
  border-left: 0;
}

/* line 142, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-2 li button, .button-group.even-2 li .button, .button-group.even-2 li .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .button-group.even-2 li .field-content + a {
  width: 100%;
}

/* line 188, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-3 li {
  margin: 0 -2px;
  display: inline-block;
  width: 33.3333333333%;
}

/* line 39, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-3 li > button, .button-group.even-3 li .button, .button-group.even-3 li .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .button-group.even-3 li .field-content + a {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

/* line 45, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-3 li:first-child button, .button-group.even-3 li:first-child .button, .button-group.even-3 li:first-child .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .button-group.even-3 li:first-child .field-content + a {
  border-left: 0;
}

/* line 142, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-3 li button, .button-group.even-3 li .button, .button-group.even-3 li .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .button-group.even-3 li .field-content + a {
  width: 100%;
}

/* line 188, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-4 li {
  margin: 0 -2px;
  display: inline-block;
  width: 25%;
}

/* line 39, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-4 li > button, .button-group.even-4 li .button, .button-group.even-4 li .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .button-group.even-4 li .field-content + a {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

/* line 45, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-4 li:first-child button, .button-group.even-4 li:first-child .button, .button-group.even-4 li:first-child .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .button-group.even-4 li:first-child .field-content + a {
  border-left: 0;
}

/* line 142, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-4 li button, .button-group.even-4 li .button, .button-group.even-4 li .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .button-group.even-4 li .field-content + a {
  width: 100%;
}

/* line 188, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-5 li {
  margin: 0 -2px;
  display: inline-block;
  width: 20%;
}

/* line 39, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-5 li > button, .button-group.even-5 li .button, .button-group.even-5 li .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .button-group.even-5 li .field-content + a {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

/* line 45, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-5 li:first-child button, .button-group.even-5 li:first-child .button, .button-group.even-5 li:first-child .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .button-group.even-5 li:first-child .field-content + a {
  border-left: 0;
}

/* line 142, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-5 li button, .button-group.even-5 li .button, .button-group.even-5 li .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .button-group.even-5 li .field-content + a {
  width: 100%;
}

/* line 188, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-6 li {
  margin: 0 -2px;
  display: inline-block;
  width: 16.6666666667%;
}

/* line 39, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-6 li > button, .button-group.even-6 li .button, .button-group.even-6 li .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .button-group.even-6 li .field-content + a {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

/* line 45, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-6 li:first-child button, .button-group.even-6 li:first-child .button, .button-group.even-6 li:first-child .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .button-group.even-6 li:first-child .field-content + a {
  border-left: 0;
}

/* line 142, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-6 li button, .button-group.even-6 li .button, .button-group.even-6 li .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .button-group.even-6 li .field-content + a {
  width: 100%;
}

/* line 188, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-7 li {
  margin: 0 -2px;
  display: inline-block;
  width: 14.2857142857%;
}

/* line 39, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-7 li > button, .button-group.even-7 li .button, .button-group.even-7 li .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .button-group.even-7 li .field-content + a {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

/* line 45, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-7 li:first-child button, .button-group.even-7 li:first-child .button, .button-group.even-7 li:first-child .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .button-group.even-7 li:first-child .field-content + a {
  border-left: 0;
}

/* line 142, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-7 li button, .button-group.even-7 li .button, .button-group.even-7 li .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .button-group.even-7 li .field-content + a {
  width: 100%;
}

/* line 188, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-8 li {
  margin: 0 -2px;
  display: inline-block;
  width: 12.5%;
}

/* line 39, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-8 li > button, .button-group.even-8 li .button, .button-group.even-8 li .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .button-group.even-8 li .field-content + a {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

/* line 45, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-8 li:first-child button, .button-group.even-8 li:first-child .button, .button-group.even-8 li:first-child .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .button-group.even-8 li:first-child .field-content + a {
  border-left: 0;
}

/* line 142, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-8 li button, .button-group.even-8 li .button, .button-group.even-8 li .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .button-group.even-8 li .field-content + a {
  width: 100%;
}

/* line 172, ../zurb_foundation/scss/foundation/components/_global.scss */
.button-bar:before, .button-bar:after {
  content: " ";
  display: table;
}

/* line 173, ../zurb_foundation/scss/foundation/components/_global.scss */
.button-bar:after {
  clear: both;
}

/* line 194, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-bar .button-group {
  float: left;
  margin-right: 0.6666666667rem;
}

/* line 32, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-bar .button-group div {
  overflow: hidden;
}

/* Clearing Styles */
/* line 44, ../zurb_foundation/scss/foundation/components/_clearing.scss */
.clearing-thumbs, [data-clearing] {
  margin-bottom: 0;
  margin-left: 0;
  list-style: none;
}

/* line 172, ../zurb_foundation/scss/foundation/components/_global.scss */
.clearing-thumbs:before, .clearing-thumbs:after, [data-clearing]:before, [data-clearing]:after {
  content: " ";
  display: table;
}

/* line 173, ../zurb_foundation/scss/foundation/components/_global.scss */
.clearing-thumbs:after, [data-clearing]:after {
  clear: both;
}

/* line 50, ../zurb_foundation/scss/foundation/components/_clearing.scss */
.clearing-thumbs li, [data-clearing] li {
  float: left;
  margin-right: 10px;
}

/* line 55, ../zurb_foundation/scss/foundation/components/_clearing.scss */
.clearing-thumbs[class*="block-grid-"] li, [data-clearing][class*="block-grid-"] li {
  margin-right: 0;
}

/* line 60, ../zurb_foundation/scss/foundation/components/_clearing.scss */
.clearing-blackout {
  background: #333333;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 998;
}

/* line 69, ../zurb_foundation/scss/foundation/components/_clearing.scss */
.clearing-blackout .clearing-close {
  display: block;
}

/* line 72, ../zurb_foundation/scss/foundation/components/_clearing.scss */
.clearing-container {
  position: relative;
  z-index: 998;
  height: 100%;
  overflow: hidden;
  margin: 0;
}

/* line 80, ../zurb_foundation/scss/foundation/components/_clearing.scss */
.clearing-touch-label {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #AAAAAA;
  font-size: 0.6em;
}

/* line 88, ../zurb_foundation/scss/foundation/components/_clearing.scss */
.visible-img {
  height: 95%;
  position: relative;
}

/* line 92, ../zurb_foundation/scss/foundation/components/_clearing.scss */
.visible-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50%;
  max-height: 100%;
  max-width: 100%;
}

/* line 102, ../zurb_foundation/scss/foundation/components/_clearing.scss */
.clearing-caption {
  color: #CCCCCC;
  font-size: 0.875em;
  line-height: 1.3;
  margin-bottom: 0;
  text-align: center;
  bottom: 0;
  background: #333333;
  width: 100%;
  padding: 10px 30px 20px;
  position: absolute;
  left: 0;
}

/* line 116, ../zurb_foundation/scss/foundation/components/_clearing.scss */
.clearing-close {
  z-index: 999;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 30px;
  line-height: 1;
  color: #CCCCCC;
  display: none;
}

/* line 125, ../zurb_foundation/scss/foundation/components/_clearing.scss */
.clearing-close:hover, .clearing-close:focus {
  color: #CCCCCC;
}

/* line 129, ../zurb_foundation/scss/foundation/components/_clearing.scss */
.clearing-assembled .clearing-container {
  height: 100%;
}

/* line 130, ../zurb_foundation/scss/foundation/components/_clearing.scss */
.clearing-assembled .clearing-container .carousel > ul {
  display: none;
}

/* line 134, ../zurb_foundation/scss/foundation/components/_clearing.scss */
.clearing-feature li {
  display: none;
}

/* line 136, ../zurb_foundation/scss/foundation/components/_clearing.scss */
.clearing-feature li.clearing-featured-img {
  display: block;
}

@media only screen and (min-width: 40.063em) {
  /* line 143, ../zurb_foundation/scss/foundation/components/_clearing.scss */
  .clearing-main-prev,
  .clearing-main-next {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0;
  }
  /* line 149, ../zurb_foundation/scss/foundation/components/_clearing.scss */
  .clearing-main-prev > span,
  .clearing-main-next > span {
    position: absolute;
    top: 50%;
    display: block;
    width: 0;
    height: 0;
    border: solid 12px;
  }
  /* line 156, ../zurb_foundation/scss/foundation/components/_clearing.scss */
  .clearing-main-prev > span:hover,
  .clearing-main-next > span:hover {
    opacity: 0.8;
  }
  /* line 159, ../zurb_foundation/scss/foundation/components/_clearing.scss */
  .clearing-main-prev {
    left: 0;
  }
  /* line 161, ../zurb_foundation/scss/foundation/components/_clearing.scss */
  .clearing-main-prev > span {
    left: 5px;
    border-color: transparent;
    border-right-color: #CCCCCC;
  }
  /* line 167, ../zurb_foundation/scss/foundation/components/_clearing.scss */
  .clearing-main-next {
    right: 0;
  }
  /* line 169, ../zurb_foundation/scss/foundation/components/_clearing.scss */
  .clearing-main-next > span {
    border-color: transparent;
    border-left-color: #CCCCCC;
  }
  /* line 175, ../zurb_foundation/scss/foundation/components/_clearing.scss */
  .clearing-main-prev.disabled,
  .clearing-main-next.disabled {
    opacity: 0.3;
  }
  /* line 180, ../zurb_foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel {
    background: rgba(51, 51, 51, 0.8);
    height: 120px;
    margin-top: 10px;
    text-align: center;
  }
  /* line 186, ../zurb_foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul {
    display: inline-block;
    z-index: 999;
    height: 100%;
    position: relative;
    float: none;
  }
  /* line 193, ../zurb_foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li {
    display: block;
    width: 120px;
    min-height: inherit;
    float: left;
    overflow: hidden;
    margin-right: 0;
    padding: 0;
    position: relative;
    cursor: pointer;
    opacity: 0.4;
    clear: none;
  }
  /* line 207, ../zurb_foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
    height: 100%;
    max-width: none;
  }
  /* line 213, ../zurb_foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li a.th {
    border: none;
    box-shadow: none;
    display: block;
  }
  /* line 219, ../zurb_foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li img {
    cursor: pointer !important;
    width: 100% !important;
  }
  /* line 224, ../zurb_foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li.visible {
    opacity: 1;
  }
  /* line 225, ../zurb_foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li:hover {
    opacity: 0.8;
  }
  /* line 230, ../zurb_foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .visible-img {
    background: #333333;
    overflow: hidden;
    height: 85%;
  }
  /* line 237, ../zurb_foundation/scss/foundation/components/_clearing.scss */
  .clearing-close {
    position: absolute;
    top: 10px;
    right: 20px;
    padding-left: 0;
    padding-top: 0;
  }
}

/* Foundation Dropdowns */
/* line 225, ../zurb_foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  outline: none;
  width: 100%;
  max-height: none;
  height: auto;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.9333333333rem;
  z-index: 89;
  margin-top: 2px;
  max-width: none;
}

/* line 73, ../zurb_foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown > *:first-child {
  margin-top: 0;
}

/* line 74, ../zurb_foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown > *:last-child {
  margin-bottom: 0;
}

/* line 99, ../zurb_foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent #FFFFFF transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -12px;
  left: 10px;
  z-index: 89;
}

/* line 106, ../zurb_foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent transparent #cccccc transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -14px;
  left: 9px;
  z-index: 88;
}

/* line 114, ../zurb_foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.right:before {
  left: auto;
  right: 10px;
}

/* line 118, ../zurb_foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.right:after {
  left: auto;
  right: 9px;
}

/* line 228, ../zurb_foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-right {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  outline: none;
  width: 100%;
  max-height: none;
  height: auto;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.9333333333rem;
  z-index: 89;
  margin-top: 0;
  margin-left: 2px;
  max-width: none;
}

/* line 73, ../zurb_foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-right > *:first-child {
  margin-top: 0;
}

/* line 74, ../zurb_foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-right > *:last-child {
  margin-bottom: 0;
}

/* line 128, ../zurb_foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-right:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #FFFFFF transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 10px;
  left: -12px;
  z-index: 89;
}

/* line 135, ../zurb_foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-right:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent #cccccc transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 9px;
  left: -14px;
  z-index: 88;
}

/* line 232, ../zurb_foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-left {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  outline: none;
  width: 100%;
  max-height: none;
  height: auto;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.9333333333rem;
  z-index: 89;
  margin-top: 0;
  margin-left: -2px;
  max-width: none;
}

/* line 73, ../zurb_foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-left > *:first-child {
  margin-top: 0;
}

/* line 74, ../zurb_foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-left > *:last-child {
  margin-bottom: 0;
}

/* line 149, ../zurb_foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-left:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent transparent #FFFFFF;
  border-left-style: solid;
  position: absolute;
  top: 10px;
  right: -12px;
  left: auto;
  z-index: 89;
}

/* line 157, ../zurb_foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-left:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent transparent transparent #cccccc;
  border-left-style: solid;
  position: absolute;
  top: 9px;
  right: -14px;
  left: auto;
  z-index: 88;
}

/* line 236, ../zurb_foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-top {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  outline: none;
  width: 100%;
  max-height: none;
  height: auto;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.9333333333rem;
  z-index: 89;
  margin-top: -2px;
  margin-left: 0;
  max-width: none;
}

/* line 73, ../zurb_foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-top > *:first-child {
  margin-top: 0;
}

/* line 74, ../zurb_foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-top > *:last-child {
  margin-bottom: 0;
}

/* line 172, ../zurb_foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-top:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: #FFFFFF transparent transparent transparent;
  border-top-style: solid;
  position: absolute;
  top: auto;
  bottom: -12px;
  left: 10px;
  right: auto;
  z-index: 89;
}

/* line 181, ../zurb_foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-top:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: #cccccc transparent transparent transparent;
  border-top-style: solid;
  position: absolute;
  top: auto;
  bottom: -14px;
  left: 9px;
  right: auto;
  z-index: 88;
}

/* line 241, ../zurb_foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown li {
  font-size: 0.9333333333rem;
  cursor: pointer;
  line-height: 1.2rem;
  margin: 0;
}

/* line 209, ../zurb_foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown li:hover, .f-dropdown li:focus {
  background: #EEEEEE;
}

/* line 212, ../zurb_foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown li.radius {
  border-radius: 7px;
}

/* line 214, ../zurb_foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown li a {
  display: block;
  padding: 0.5rem;
  color: #555555;
}

/* line 244, ../zurb_foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.content {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  outline: none;
  padding: 1.3333333333rem;
  width: 100%;
  height: auto;
  max-height: none;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.9333333333rem;
  z-index: 89;
  max-width: none;
}

/* line 73, ../zurb_foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.content > *:first-child {
  margin-top: 0;
}

/* line 74, ../zurb_foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.content > *:last-child {
  margin-bottom: 0;
}

/* line 247, ../zurb_foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.tiny {
  max-width: 200px;
}

/* line 248, ../zurb_foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.small {
  max-width: 300px;
}

/* line 249, ../zurb_foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.medium {
  max-width: 500px;
}

/* line 250, ../zurb_foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.large {
  max-width: 800px;
}

/* line 251, ../zurb_foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.mega {
  width: 100% !important;
  max-width: 100% !important;
}

/* line 255, ../zurb_foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.mega.open {
  left: 0 !important;
}

/* line 123, ../zurb_foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button, .view-display-id-policy_themes_page .field-content + a.dropdown, button.dropdown {
  position: relative;
  outline: none;
  padding-right: 3.8rem;
}

/* line 63, ../zurb_foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button::after, .view-display-id-policy_themes_page .field-content + a.dropdown::after, button.dropdown::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-color: #FFFFFF transparent transparent transparent;
  top: 50%;
}

/* line 98, ../zurb_foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button::after, .view-display-id-policy_themes_page .field-content + a.dropdown::after, button.dropdown::after {
  border-width: 0.4rem;
  right: 1.5rem;
  margin-top: -0.1666666667rem;
}

/* line 117, ../zurb_foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button::after, .view-display-id-policy_themes_page .field-content + a.dropdown::after, button.dropdown::after {
  border-color: #FFFFFF transparent transparent transparent;
}

/* line 124, ../zurb_foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.tiny, .view-display-id-policy_themes_page .field-content + a.dropdown.tiny, button.dropdown.tiny {
  padding-right: 2.8rem;
}

/* line 78, ../zurb_foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.tiny:after, .view-display-id-policy_themes_page .field-content + a.dropdown.tiny:after, button.dropdown.tiny:after {
  border-width: 0.4rem;
  right: 1.2rem;
  margin-top: -0.1333333333rem;
}

/* line 117, ../zurb_foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.tiny::after, .view-display-id-policy_themes_page .field-content + a.dropdown.tiny::after, button.dropdown.tiny::after {
  border-color: #FFFFFF transparent transparent transparent;
}

/* line 125, ../zurb_foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.small, .view-display-id-policy_themes_page .field-content + a.dropdown.small, button.dropdown.small {
  padding-right: 3.2666666667rem;
}

/* line 88, ../zurb_foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.small::after, .view-display-id-policy_themes_page .field-content + a.dropdown.small::after, button.dropdown.small::after {
  border-width: 0.4666666667rem;
  right: 1.4rem;
  margin-top: -0.1666666667rem;
}

/* line 117, ../zurb_foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.small::after, .view-display-id-policy_themes_page .field-content + a.dropdown.small::after, button.dropdown.small::after {
  border-color: #FFFFFF transparent transparent transparent;
}

/* line 126, ../zurb_foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.large, .view-display-id-policy_themes_page .field-content + a.dropdown.large, button.dropdown.large {
  padding-right: 3.8666666667rem;
}

/* line 108, ../zurb_foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.large::after, .view-display-id-policy_themes_page .field-content + a.dropdown.large::after, button.dropdown.large::after {
  border-width: 0.3333333333rem;
  right: 1.8333333333rem;
  margin-top: -0.1666666667rem;
}

/* line 117, ../zurb_foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.large::after, .view-display-id-policy_themes_page .field-content + a.dropdown.large::after, button.dropdown.large::after {
  border-color: #FFFFFF transparent transparent transparent;
}

/* line 127, ../zurb_foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.secondary:after, .view-display-id-policy_themes_page .field-content + a.dropdown.secondary:after, button.dropdown.secondary:after {
  border-color: #333333 transparent transparent transparent;
}

/* line 49, ../zurb_foundation/scss/foundation/components/_flex-video.scss */
.flex-video {
  position: relative;
  padding-top: 1.6666666667rem;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1.0666666667rem;
  overflow: hidden;
}

/* line 32, ../zurb_foundation/scss/foundation/components/_flex-video.scss */
.flex-video.widescreen {
  padding-bottom: 56.34%;
}

/* line 33, ../zurb_foundation/scss/foundation/components/_flex-video.scss */
.flex-video.vimeo {
  padding-top: 0;
}

/* line 35, ../zurb_foundation/scss/foundation/components/_flex-video.scss */
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Standard Forms */
/* line 379, ../zurb_foundation/scss/foundation/components/_forms.scss */
form {
  margin: 0 0 1.0666666667rem;
}

/* Using forms within rows, we need to set some defaults */
/* line 87, ../zurb_foundation/scss/foundation/components/_forms.scss */
form .row .row {
  margin: 0 -0.5333333333rem;
}

/* line 89, ../zurb_foundation/scss/foundation/components/_forms.scss */
form .row .row .column,
form .row .row .columns {
  padding: 0 0.5333333333rem;
}

/* line 93, ../zurb_foundation/scss/foundation/components/_forms.scss */
form .row .row.collapse {
  margin: 0;
}

/* line 95, ../zurb_foundation/scss/foundation/components/_forms.scss */
form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}

/* line 97, ../zurb_foundation/scss/foundation/components/_forms.scss */
form .row .row.collapse input {
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 103, ../zurb_foundation/scss/foundation/components/_forms.scss */
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5333333333rem;
}

/* Label Styles */
/* line 385, ../zurb_foundation/scss/foundation/components/_forms.scss */
label {
  font-size: 1.0666666667rem;
  color: #4d4c4c;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 1.3333333333rem;
  /* Styles for required inputs */
}

/* line 386, ../zurb_foundation/scss/foundation/components/_forms.scss */
label.right {
  float: none !important;
  text-align: right;
}

/* line 387, ../zurb_foundation/scss/foundation/components/_forms.scss */
label.inline {
  margin: 0 0 1.0666666667rem 0;
  padding: 0.6rem 0;
}

/* line 389, ../zurb_foundation/scss/foundation/components/_forms.scss */
label small {
  text-transform: capitalize;
  color: #676767;
}

/* Attach elements to the beginning or end of an input */
/* line 396, ../zurb_foundation/scss/foundation/components/_forms.scss */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 1.0666666667rem;
  height: 2.4666666667rem;
  line-height: 2.4666666667rem;
}

/* Adjust padding, alignment and radius if pre/post element is a button */
/* line 400, ../zurb_foundation/scss/foundation/components/_forms.scss */
.postfix.button, .view-display-id-policy_themes_page .field-content + a.postfix {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  border: none;
}

/* line 401, ../zurb_foundation/scss/foundation/components/_forms.scss */
.prefix.button, .view-display-id-policy_themes_page .field-content + a.prefix {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  border: none;
}

/* line 403, ../zurb_foundation/scss/foundation/components/_forms.scss */
.prefix.button.radius, form input.prefix.button, form select.prefix.button, .node-webform .form-item .form-textarea-wrapper textarea.prefix.button, .view-display-id-policy_themes_page .field-content + a.prefix, .page-newsletter-subscribe fieldset textarea.prefix.button, .page-user-newsletter fieldset textarea.prefix.button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 7px;
  -webkit-border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  border-top-left-radius: 7px;
}

/* line 404, ../zurb_foundation/scss/foundation/components/_forms.scss */
.postfix.button.radius, form input.postfix.button, form select.postfix.button, .node-webform .form-item .form-textarea-wrapper textarea.postfix.button, .view-display-id-policy_themes_page .field-content + a.postfix, .page-newsletter-subscribe fieldset textarea.postfix.button, .page-user-newsletter fieldset textarea.postfix.button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-top-right-radius: 7px;
}

/* line 405, ../zurb_foundation/scss/foundation/components/_forms.scss */
.prefix.button.round, .view-display-id-policy_themes_page .field-content + a.prefix.round {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

/* line 406, ../zurb_foundation/scss/foundation/components/_forms.scss */
.postfix.button.round, .view-display-id-policy_themes_page .field-content + a.postfix.round {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
/* line 409, ../zurb_foundation/scss/foundation/components/_forms.scss */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc;
}

/* line 410, ../zurb_foundation/scss/foundation/components/_forms.scss */
span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333333;
  border-color: #cccccc;
}

/* We use this to get basic styling on all basic form elements */
/* line 413, ../zurb_foundation/scss/foundation/components/_forms.scss */
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #FFFFFF;
  font-family: inherit;
  border-style: solid;
  border-width: 1px;
  border-color: #e3e3e3;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.9333333333rem;
  margin: 0 0 1.0666666667rem 0;
  padding: 0.5333333333rem;
  height: 2.4666666667rem;
  width: 100%;
  box-sizing: border-box;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}

/* line 185, ../zurb_foundation/scss/foundation/components/_global.scss */
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
  box-shadow: 0 0 5px #999999;
  border-color: #999999;
}

/* line 133, ../zurb_foundation/scss/foundation/components/_forms.scss */
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
  background: #FFFFFF;
  border-color: #999999;
  outline: none;
}

/* line 139, ../zurb_foundation/scss/foundation/components/_forms.scss */
input[type="text"]:disabled, input[type="password"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="month"]:disabled, input[type="week"]:disabled, input[type="email"]:disabled, input[type="number"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="color"]:disabled, textarea:disabled {
  background-color: #DDDDDD;
  cursor: default;
}

/* line 145, ../zurb_foundation/scss/foundation/components/_forms.scss */
input[type="text"][disabled], input[type="text"][readonly],
fieldset[disabled] input[type="text"], input[type="password"][disabled], input[type="password"][readonly],
fieldset[disabled] input[type="password"], input[type="date"][disabled], input[type="date"][readonly],
fieldset[disabled] input[type="date"], input[type="datetime"][disabled], input[type="datetime"][readonly],
fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly],
fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], input[type="month"][readonly],
fieldset[disabled] input[type="month"], input[type="week"][disabled], input[type="week"][readonly],
fieldset[disabled] input[type="week"], input[type="email"][disabled], input[type="email"][readonly],
fieldset[disabled] input[type="email"], input[type="number"][disabled], input[type="number"][readonly],
fieldset[disabled] input[type="number"], input[type="search"][disabled], input[type="search"][readonly],
fieldset[disabled] input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly],
fieldset[disabled] input[type="tel"], input[type="time"][disabled], input[type="time"][readonly],
fieldset[disabled] input[type="time"], input[type="url"][disabled], input[type="url"][readonly],
fieldset[disabled] input[type="url"], input[type="color"][disabled], input[type="color"][readonly],
fieldset[disabled] input[type="color"], textarea[disabled], textarea[readonly],
fieldset[disabled] textarea {
  background-color: #DDDDDD;
  cursor: default;
}

/* line 420, ../zurb_foundation/scss/foundation/components/_forms.scss */
input[type="text"].radius, form input[type="text"], input[type="password"].radius, form input[type="password"], input[type="date"].radius, form input[type="date"], input[type="datetime"].radius, form input[type="datetime"], input[type="datetime-local"].radius, form input[type="datetime-local"], input[type="month"].radius, form input[type="month"], input[type="week"].radius, form input[type="week"], input[type="email"].radius, form input[type="email"], input[type="number"].radius, form input[type="number"], input[type="search"].radius, form input[type="search"], input[type="tel"].radius, form input[type="tel"], input[type="time"].radius, form input[type="time"], input[type="url"].radius, form input[type="url"], input[type="color"].radius, form input[type="color"], textarea.radius, .node-webform .form-item .form-textarea-wrapper textarea, .page-newsletter-subscribe fieldset textarea, .page-user-newsletter fieldset textarea {
  border-radius: 7px;
}

/* line 428, ../zurb_foundation/scss/foundation/components/_forms.scss */
form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-top-right-radius: 7px;
}

/* line 431, ../zurb_foundation/scss/foundation/components/_forms.scss */
form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 7px;
  -webkit-border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  border-top-left-radius: 7px;
}

/* line 434, ../zurb_foundation/scss/foundation/components/_forms.scss */
form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 7px;
  -webkit-border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  border-top-left-radius: 7px;
}

/* line 437, ../zurb_foundation/scss/foundation/components/_forms.scss */
form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-top-right-radius: 7px;
}

/* line 440, ../zurb_foundation/scss/foundation/components/_forms.scss */
form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

/* line 443, ../zurb_foundation/scss/foundation/components/_forms.scss */
form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

/* line 446, ../zurb_foundation/scss/foundation/components/_forms.scss */
form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

/* line 449, ../zurb_foundation/scss/foundation/components/_forms.scss */
form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

/* line 454, ../zurb_foundation/scss/foundation/components/_forms.scss */
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

/* Respect enforced amount of rows for textarea */
/* line 460, ../zurb_foundation/scss/foundation/components/_forms.scss */
textarea[rows] {
  height: auto;
}

/* Not allow resize out of parent */
/* line 465, ../zurb_foundation/scss/foundation/components/_forms.scss */
textarea {
  max-width: 100%;
}

/* Add height value for select elements to match text input height */
/* line 470, ../zurb_foundation/scss/foundation/components/_forms.scss */
select {
  -webkit-appearance: none !important;
  border-radius: 0;
  background-color: #FFFFFF;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #e3e3e3;
  padding: 0.5333333333rem;
  font-size: 0.9333333333rem;
  font-family: "Titillium Web", Roboto, Arial, sans-serif;
  color: rgba(0, 0, 0, 0.75);
  line-height: normal;
  border-radius: 0;
  height: 2.4666666667rem;
}

/* line 329, ../zurb_foundation/scss/foundation/components/_forms.scss */
select::-ms-expand {
  display: none;
}

/* line 352, ../zurb_foundation/scss/foundation/components/_forms.scss */
select.radius, form select {
  border-radius: 7px;
}

/* line 353, ../zurb_foundation/scss/foundation/components/_forms.scss */
select:hover {
  background-color: #FFFFFF;
  border-color: #999999;
}

/* line 358, ../zurb_foundation/scss/foundation/components/_forms.scss */
select:disabled {
  background-color: #DDDDDD;
  cursor: default;
}

/* Adjust margin for form elements below */
/* line 476, ../zurb_foundation/scss/foundation/components/_forms.scss */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1.0666666667rem 0;
}

/* line 483, ../zurb_foundation/scss/foundation/components/_forms.scss */
input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5333333333rem;
  margin-right: 1.0666666667rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

/* Normalize file input width */
/* line 493, ../zurb_foundation/scss/foundation/components/_forms.scss */
input[type="file"] {
  width: 100%;
}

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
/* line 507, ../zurb_foundation/scss/foundation/components/_forms.scss */
fieldset {
  border: 1px solid #DDDDDD;
  padding: 1.3333333333rem;
  margin: 1.2rem 0;
}

/* line 272, ../zurb_foundation/scss/foundation/components/_forms.scss */
fieldset legend {
  font-weight: bold;
  background: #FFFFFF;
  padding: 0 0.2rem;
  margin: 0;
  margin-left: -0.2rem;
}

/* Error Handling */
/* line 514, ../zurb_foundation/scss/foundation/components/_forms.scss */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.4rem 0.6rem 0.6rem;
  margin-top: -1px;
  margin-bottom: 1.0666666667rem;
  font-size: 0.8rem;
  font-weight: normal;
  font-style: italic;
  background: #ff4242;
  color: #FFFFFF;
}

/* line 517, ../zurb_foundation/scss/foundation/components/_forms.scss */
[data-abide] span.error, [data-abide] small.error {
  display: none;
}

/* line 520, ../zurb_foundation/scss/foundation/components/_forms.scss */
span.error, small.error {
  display: block;
  padding: 0.4rem 0.6rem 0.6rem;
  margin-top: -1px;
  margin-bottom: 1.0666666667rem;
  font-size: 0.8rem;
  font-weight: normal;
  font-style: italic;
  background: #ff4242;
  color: #FFFFFF;
}

/* line 525, ../zurb_foundation/scss/foundation/components/_forms.scss */
.error input,
.error textarea,
.error select {
  margin-bottom: 0;
}

/* line 531, ../zurb_foundation/scss/foundation/components/_forms.scss */
.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1.0666666667rem;
}

/* line 536, ../zurb_foundation/scss/foundation/components/_forms.scss */
.error label,
.error label.error {
  color: #ff4242;
}

/* line 541, ../zurb_foundation/scss/foundation/components/_forms.scss */
.error small.error {
  display: block;
  padding: 0.4rem 0.6rem 0.6rem;
  margin-top: -1px;
  margin-bottom: 1.0666666667rem;
  font-size: 0.8rem;
  font-weight: normal;
  font-style: italic;
  background: #ff4242;
  color: #FFFFFF;
}

/* line 546, ../zurb_foundation/scss/foundation/components/_forms.scss */
.error > label > small {
  color: #676767;
  background: transparent;
  padding: 0;
  text-transform: capitalize;
  font-style: normal;
  font-size: 60%;
  margin: 0;
  display: inline;
}

/* line 558, ../zurb_foundation/scss/foundation/components/_forms.scss */
.error span.error-message {
  display: block;
}

/* line 563, ../zurb_foundation/scss/foundation/components/_forms.scss */
input.error,
textarea.error,
select.error {
  margin-bottom: 0;
}

/* line 568, ../zurb_foundation/scss/foundation/components/_forms.scss */
label.error {
  color: #ff4242;
}

/* line 244, ../zurb_foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar {
  width: 100%;
  font-size: 0;
  display: inline-block;
  background: #333333;
}

/* line 45, ../zurb_foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar > * {
  text-align: center;
  font-size: 1rem;
  width: 25%;
  margin: 0 auto;
  display: block;
  padding: 1.25rem;
  float: left;
}

/* line 54, ../zurb_foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar > * i, .icon-bar > * img {
  display: block;
  margin: 0 auto;
}

/* line 58, ../zurb_foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar > * i + label, .icon-bar > * img + label {
  margin-top: .0625rem;
}

/* line 63, ../zurb_foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar > * i {
  font-size: 1.875rem;
  vertical-align: middle;
}

/* line 68, ../zurb_foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar > * img {
  width: 1.875rem;
  height: 1.875rem;
}

/* line 76, ../zurb_foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar.label-right > * i, .icon-bar.label-right > * img {
  margin: 0 .0625rem 0 0;
  display: inline-block;
}

/* line 80, ../zurb_foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar.label-right > * i + label, .icon-bar.label-right > * img + label {
  margin-top: 0;
}

/* line 85, ../zurb_foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar.label-right > * label {
  display: inline-block;
}

/* line 88, ../zurb_foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar.vertical.label-right > * {
  text-align: left;
}

/* line 92, ../zurb_foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar.vertical, .icon-bar.small-vertical {
  height: 100%;
  width: auto;
}

/* line 96, ../zurb_foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar.vertical .item, .icon-bar.small-vertical .item {
  width: auto;
  margin: auto;
  float: none;
}

@media only screen and (min-width: 40.063em) {
  /* line 103, ../zurb_foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar.medium-vertical {
    height: 100%;
    width: auto;
  }
  /* line 108, ../zurb_foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar.medium-vertical .item {
    width: auto;
    margin: auto;
    float: none;
  }
}

@media only screen and (min-width: 70.063em) {
  /* line 115, ../zurb_foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar.large-vertical {
    height: 100%;
    width: auto;
  }
  /* line 120, ../zurb_foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar.large-vertical .item {
    width: auto;
    margin: auto;
    float: none;
  }
}

/* line 137, ../zurb_foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar > * {
  font-size: 1rem;
  padding: 1.25rem;
}

/* line 143, ../zurb_foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar > * i + label, .icon-bar > * img + label {
  margin-top: .0625rem;
}

/* line 148, ../zurb_foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar > * i {
  font-size: 1.875rem;
}

/* line 152, ../zurb_foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar > * img {
  width: 1.875rem;
  height: 1.875rem;
}

/* line 176, ../zurb_foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar > * label {
  color: #FFFFFF;
}

/* line 178, ../zurb_foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar > * i {
  color: #FFFFFF;
}

/* line 181, ../zurb_foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar > a:hover {
  background: #0085d3;
}

/* line 185, ../zurb_foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar > a:hover label {
  color: #FFFFFF;
}

/* line 187, ../zurb_foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar > a:hover i {
  color: #FFFFFF;
}

/* line 190, ../zurb_foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar > a.active {
  background: #0085d3;
}

/* line 194, ../zurb_foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar > a.active label {
  color: #FFFFFF;
}

/* line 196, ../zurb_foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar > a.active i {
  color: #FFFFFF;
}

/* line 259, ../zurb_foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar.two-up .item {
  width: 50%;
}

/* line 260, ../zurb_foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar.two-up.vertical .item, .icon-bar.two-up.small-vertical .item {
  width: auto;
}

@media only screen and (min-width: 40.063em) {
  /* line 261, ../zurb_foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar.two-up.medium-vertical .item {
    width: auto;
  }
}

@media only screen and (min-width: 70.063em) {
  /* line 266, ../zurb_foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar.two-up.large-vertical .item {
    width: auto;
  }
}

/* line 273, ../zurb_foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar.three-up .item {
  width: 33.3333%;
}

/* line 274, ../zurb_foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar.three-up.vertical .item, .icon-bar.three-up.small-vertical .item {
  width: auto;
}

@media only screen and (min-width: 40.063em) {
  /* line 275, ../zurb_foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar.three-up.medium-vertical .item {
    width: auto;
  }
}

@media only screen and (min-width: 70.063em) {
  /* line 280, ../zurb_foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar.three-up.large-vertical .item {
    width: auto;
  }
}

/* line 287, ../zurb_foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar.four-up .item {
  width: 25%;
}

/* line 288, ../zurb_foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar.four-up.vertical .item, .icon-bar.four-up.small-vertical .item {
  width: auto;
}

@media only screen and (min-width: 40.063em) {
  /* line 289, ../zurb_foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar.four-up.medium-vertical .item {
    width: auto;
  }
}

@media only screen and (min-width: 70.063em) {
  /* line 294, ../zurb_foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar.four-up.large-vertical .item {
    width: auto;
  }
}

/* line 301, ../zurb_foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar.five-up .item {
  width: 20%;
}

/* line 302, ../zurb_foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar.five-up.vertical .item, .icon-bar.five-up.small-vertical .item {
  width: auto;
}

@media only screen and (min-width: 40.063em) {
  /* line 303, ../zurb_foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar.five-up.medium-vertical .item {
    width: auto;
  }
}

@media only screen and (min-width: 70.063em) {
  /* line 308, ../zurb_foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar.five-up.large-vertical .item {
    width: auto;
  }
}

/* line 315, ../zurb_foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar.six-up .item {
  width: 16.66667%;
}

/* line 316, ../zurb_foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar.six-up.vertical .item, .icon-bar.six-up.small-vertical .item {
  width: auto;
}

@media only screen and (min-width: 40.063em) {
  /* line 317, ../zurb_foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar.six-up.medium-vertical .item {
    width: auto;
  }
}

@media only screen and (min-width: 70.063em) {
  /* line 322, ../zurb_foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar.six-up.large-vertical .item {
    width: auto;
  }
}

/* line 53, ../zurb_foundation/scss/foundation/components/_inline-lists.scss */
.inline-list {
  margin: 0 auto 1.1333333333rem auto;
  margin-left: -1.4666666667rem;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

/* line 42, ../zurb_foundation/scss/foundation/components/_inline-lists.scss */
.inline-list > li {
  list-style: none;
  float: left;
  margin-left: 1.4666666667rem;
  display: block;
}

/* line 47, ../zurb_foundation/scss/foundation/components/_inline-lists.scss */
.inline-list > li > * {
  display: block;
}

/* Foundation Joyride */
/* line 48, ../zurb_foundation/scss/foundation/components/_joyride.scss */
.joyride-list {
  display: none;
}

/* Default styles for the container */
/* line 51, ../zurb_foundation/scss/foundation/components/_joyride.scss */
.joyride-tip-guide {
  display: none;
  position: absolute;
  background: #333333;
  color: #FFFFFF;
  z-index: 101;
  top: 0;
  left: 2.5%;
  font-family: inherit;
  font-weight: normal;
  width: 95%;
}

/* line 64, ../zurb_foundation/scss/foundation/components/_joyride.scss */
.lt-ie9 .joyride-tip-guide {
  max-width: 800px;
  left: 50%;
  margin-left: -400px;
}

/* line 70, ../zurb_foundation/scss/foundation/components/_joyride.scss */
.joyride-content-wrapper {
  width: 100%;
  padding: 1.2rem 1.3333333333rem 1.6rem;
}

/* line 75, ../zurb_foundation/scss/foundation/components/_joyride.scss */
.joyride-content-wrapper .button, .joyride-content-wrapper .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .joyride-content-wrapper .field-content + a {
  margin-bottom: 0 !important;
}

/* line 77, ../zurb_foundation/scss/foundation/components/_joyride.scss */
.joyride-content-wrapper .joyride-prev-tip {
  margin-right: 10px;
}

/* Add a little css triangle pip, older browser just miss out on the fanciness of it */
/* line 82, ../zurb_foundation/scss/foundation/components/_joyride.scss */
.joyride-tip-guide .joyride-nub {
  display: block;
  position: absolute;
  left: 22px;
  width: 0;
  height: 0;
  border: 10px solid #333333;
}

/* line 90, ../zurb_foundation/scss/foundation/components/_joyride.scss */
.joyride-tip-guide .joyride-nub.top {
  border-top-style: solid;
  border-color: #333333;
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  top: -20px;
}

/* line 98, ../zurb_foundation/scss/foundation/components/_joyride.scss */
.joyride-tip-guide .joyride-nub.bottom {
  border-bottom-style: solid;
  border-color: #333333 !important;
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  bottom: -20px;
}

/* line 107, ../zurb_foundation/scss/foundation/components/_joyride.scss */
.joyride-tip-guide .joyride-nub.right {
  right: -20px;
}

/* line 108, ../zurb_foundation/scss/foundation/components/_joyride.scss */
.joyride-tip-guide .joyride-nub.left {
  left: -20px;
}

/* Typography */
/* line 113, ../zurb_foundation/scss/foundation/components/_joyride.scss */
.joyride-tip-guide h1,
.joyride-tip-guide h2,
.joyride-tip-guide h3,
.joyride-tip-guide h4,
.joyride-tip-guide h5,
.joyride-tip-guide h6 {
  line-height: 1.25;
  margin: 0;
  font-weight: bold;
  color: #FFFFFF;
}

/* line 124, ../zurb_foundation/scss/foundation/components/_joyride.scss */
.joyride-tip-guide p {
  margin: 0 0 1.2rem 0;
  font-size: 0.9333333333rem;
  line-height: 1.3;
}

/* line 130, ../zurb_foundation/scss/foundation/components/_joyride.scss */
.joyride-timer-indicator-wrap {
  width: 50px;
  height: 3px;
  border: solid 1px #555555;
  position: absolute;
  right: 1.1333333333rem;
  bottom: 1.0666666667rem;
}

/* line 138, ../zurb_foundation/scss/foundation/components/_joyride.scss */
.joyride-timer-indicator {
  display: block;
  width: 0;
  height: inherit;
  background: #606060;
}

/* line 145, ../zurb_foundation/scss/foundation/components/_joyride.scss */
.joyride-close-tip {
  position: absolute;
  right: 12px;
  top: 10px;
  color: #777777 !important;
  text-decoration: none;
  font-size: 24px;
  font-weight: normal;
  line-height: .5 !important;
}

/* line 155, ../zurb_foundation/scss/foundation/components/_joyride.scss */
.joyride-close-tip:hover, .joyride-close-tip:focus {
  color: #EEEEEE !important;
}

/* line 159, ../zurb_foundation/scss/foundation/components/_joyride.scss */
.joyride-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: transparent;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
  cursor: pointer;
}

/* line 172, ../zurb_foundation/scss/foundation/components/_joyride.scss */
.joyride-expose-wrapper {
  background-color: #FFFFFF;
  position: absolute;
  border-radius: 3px;
  z-index: 102;
  box-shadow: 0 0 15px #FFFFFF;
}

/* line 180, ../zurb_foundation/scss/foundation/components/_joyride.scss */
.joyride-expose-cover {
  background: transparent;
  border-radius: 3px;
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
}

/* Styles for screens that are at least 768px; */
@media only screen and (min-width: 40.063em) {
  /* line 192, ../zurb_foundation/scss/foundation/components/_joyride.scss */
  .joyride-tip-guide {
    width: 300px;
    left: inherit;
  }
  /* line 194, ../zurb_foundation/scss/foundation/components/_joyride.scss */
  .joyride-tip-guide .joyride-nub.bottom {
    border-color: #333333 !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    bottom: -20px;
  }
  /* line 201, ../zurb_foundation/scss/foundation/components/_joyride.scss */
  .joyride-tip-guide .joyride-nub.right {
    border-color: #333333 !important;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    top: 22px;
    left: auto;
    right: -20px;
  }
  /* line 209, ../zurb_foundation/scss/foundation/components/_joyride.scss */
  .joyride-tip-guide .joyride-nub.left {
    border-color: #333333 !important;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-bottom-color: transparent !important;
    top: 22px;
    left: -20px;
    right: auto;
  }
}

/* line 55, ../zurb_foundation/scss/foundation/components/_keystrokes.scss */
.keystroke,
kbd {
  background-color: #ededed;
  border-color: #dddddd;
  color: #222222;
  border-style: solid;
  border-width: 1px;
  margin: 0;
  font-family: "Consolas", "Menlo", "Courier", monospace;
  font-size: inherit;
  padding: 0.1333333333rem 0.2666666667rem 0;
  border-radius: 7px;
}

/* line 91, ../zurb_foundation/scss/foundation/components/_labels.scss */
.label {
  font-weight: normal;
  font-family: "Titillium Web", Roboto, Arial, sans-serif;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  margin-bottom: auto;
  padding: 0.2666666667rem 0.5333333333rem 0.2666666667rem;
  font-size: 0.7333333333rem;
  background-color: #0085d3;
  color: #FFFFFF;
}

/* line 96, ../zurb_foundation/scss/foundation/components/_labels.scss */
.label.radius, form input.label, form select.label, .node-webform .form-item .form-textarea-wrapper textarea.label, .view-display-id-policy_themes_page .field-content + a.label, .page-newsletter-subscribe fieldset textarea.label, .page-user-newsletter fieldset textarea.label {
  border-radius: 7px;
}

/* line 97, ../zurb_foundation/scss/foundation/components/_labels.scss */
.label.round {
  border-radius: 1000px;
}

/* line 99, ../zurb_foundation/scss/foundation/components/_labels.scss */
.label.alert {
  background-color: #ff4242;
  color: #FFFFFF;
}

/* line 100, ../zurb_foundation/scss/foundation/components/_labels.scss */
.label.warning {
  background-color: #ff9c00;
  color: #FFFFFF;
}

/* line 101, ../zurb_foundation/scss/foundation/components/_labels.scss */
.label.success {
  background-color: #27ad60;
  color: #FFFFFF;
}

/* line 102, ../zurb_foundation/scss/foundation/components/_labels.scss */
.label.secondary {
  background-color: #e7e7e7;
  color: #333333;
}

/* line 103, ../zurb_foundation/scss/foundation/components/_labels.scss */
.label.info {
  background-color: #a0d3e8;
  color: #333333;
}

/* line 18, ../zurb_foundation/scss/foundation/components/_magellan.scss */
[data-magellan-expedition], [data-magellan-expedition-clone] {
  background: #FFFFFF;
  z-index: 50;
  min-width: 100%;
  padding: 10px;
}

/* line 24, ../zurb_foundation/scss/foundation/components/_magellan.scss */
[data-magellan-expedition] .sub-nav, [data-magellan-expedition-clone] .sub-nav {
  margin-bottom: 0;
}

/* line 26, ../zurb_foundation/scss/foundation/components/_magellan.scss */
[data-magellan-expedition] .sub-nav dd, [data-magellan-expedition-clone] .sub-nav dd {
  margin-bottom: 0;
}

/* line 27, ../zurb_foundation/scss/foundation/components/_magellan.scss */
[data-magellan-expedition] .sub-nav a, [data-magellan-expedition-clone] .sub-nav a {
  line-height: 1.8em;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Orbit Graceful Loading */
/* line 71, ../zurb_foundation/scss/foundation/components/_orbit.scss */
.slideshow-wrapper {
  position: relative;
}

/* line 74, ../zurb_foundation/scss/foundation/components/_orbit.scss */
.slideshow-wrapper ul {
  list-style-type: none;
  margin: 0;
}

/* line 80, ../zurb_foundation/scss/foundation/components/_orbit.scss */
.slideshow-wrapper ul li,
.slideshow-wrapper ul li .orbit-caption {
  display: none;
}

/* line 84, ../zurb_foundation/scss/foundation/components/_orbit.scss */
.slideshow-wrapper ul li:first-child {
  display: block;
}

/* line 87, ../zurb_foundation/scss/foundation/components/_orbit.scss */
.slideshow-wrapper .orbit-container {
  background-color: transparent;
}

/* line 90, ../zurb_foundation/scss/foundation/components/_orbit.scss */
.slideshow-wrapper .orbit-container li {
  display: block;
}

/* line 92, ../zurb_foundation/scss/foundation/components/_orbit.scss */
.slideshow-wrapper .orbit-container li .orbit-caption {
  display: block;
}

/* line 94, ../zurb_foundation/scss/foundation/components/_orbit.scss */
.slideshow-wrapper .orbit-container .orbit-bullets li {
  display: inline-block;
}

/* line 100, ../zurb_foundation/scss/foundation/components/_orbit.scss */
.slideshow-wrapper .preloader {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  border: solid 3px;
  border-color: #555555 #FFFFFF;
  border-radius: 1000px;
  animation-name: rotate;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/* line 120, ../zurb_foundation/scss/foundation/components/_orbit.scss */
.orbit-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: none;
}

/* line 126, ../zurb_foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-transform: translateZ(0);
}

/* line 135, ../zurb_foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container img {
  display: block;
  max-width: 100%;
}

/* line 137, ../zurb_foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container > * {
  position: absolute;
  top: 0;
  width: 100%;
  margin-left: 100%;
}

/* line 148, ../zurb_foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container > *:first-child {
  margin-left: 0;
}

/* line 157, ../zurb_foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container > * .orbit-caption {
  position: absolute;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.8);
  color: #FFFFFF;
  width: 100%;
  padding: 0.6666666667rem 0.9333333333rem;
  font-size: 0.9333333333rem;
}

/* line 174, ../zurb_foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slide-number {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
  color: #222222;
  background: rgba(0, 0, 0, 0);
  z-index: 10;
}

/* line 179, ../zurb_foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slide-number span {
  font-weight: 700;
  padding: 0.3333333333rem;
}

/* line 185, ../zurb_foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-timer {
  position: absolute;
  top: 12px;
  right: 10px;
  height: 6px;
  width: 100px;
  z-index: 10;
}

/* line 192, ../zurb_foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-timer .orbit-progress {
  height: 3px;
  background-color: rgba(34, 34, 34, 0.3);
  display: block;
  width: 0;
  position: relative;
  right: 20px;
  top: 5px;
}

/* line 205, ../zurb_foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-timer > span {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 11px;
  height: 14px;
  border: solid 4px #FFFFFF;
  border-top: none;
  border-bottom: none;
}

/* line 219, ../zurb_foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-timer.paused > span {
  right: -4px;
  top: 0;
  width: 11px;
  height: 14px;
  border: inset 8px;
  border-left-style: solid;
  border-color: transparent;
  border-left-color: #FFFFFF;
}

/* line 228, ../zurb_foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-timer.paused > span.dark {
  border-left-color: #333333;
}

/* line 237, ../zurb_foundation/scss/foundation/components/_orbit.scss */
.orbit-container:hover .orbit-timer > span {
  display: block;
}

/* line 240, ../zurb_foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev,
.orbit-container .orbit-next {
  position: absolute;
  top: 45%;
  margin-top: -25px;
  width: 36px;
  height: 60px;
  line-height: 50px;
  color: white;
  background-color: transparent;
  text-indent: -9999px !important;
  z-index: 10;
}

/* line 253, ../zurb_foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev:hover,
.orbit-container .orbit-next:hover {
  background-color: #b2fffb;
}

/* line 257, ../zurb_foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev > span,
.orbit-container .orbit-next > span {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  display: block;
  width: 0;
  height: 0;
  border: inset 10px;
}

/* line 267, ../zurb_foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev {
  left: 0;
}

/* line 268, ../zurb_foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev > span {
  border-right-style: solid;
  border-color: transparent;
  border-right-color: #0085d3;
}

/* line 273, ../zurb_foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev:hover > span {
  border-right-color: #FFFFFF;
}

/* line 277, ../zurb_foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-next {
  right: 0;
}

/* line 278, ../zurb_foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-next > span {
  border-color: transparent;
  border-left-style: solid;
  border-left-color: #0085d3;
  left: 50%;
  margin-left: -4px;
}

/* line 285, ../zurb_foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-next:hover > span {
  border-left-color: #FFFFFF;
}

/* line 291, ../zurb_foundation/scss/foundation/components/_orbit.scss */
.orbit-bullets-container {
  text-align: center;
}

/* line 292, ../zurb_foundation/scss/foundation/components/_orbit.scss */
.orbit-bullets {
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  top: 10px;
  float: none;
  text-align: center;
  display: block;
}

/* line 301, ../zurb_foundation/scss/foundation/components/_orbit.scss */
.orbit-bullets li {
  cursor: pointer;
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  background: #0085d3;
  float: none;
  margin-right: 6px;
  border-radius: 1000px;
}

/* line 312, ../zurb_foundation/scss/foundation/components/_orbit.scss */
.orbit-bullets li.active {
  background: #00f9f6;
}

/* line 316, ../zurb_foundation/scss/foundation/components/_orbit.scss */
.orbit-bullets li:last-child {
  margin-right: 0;
}

/* line 322, ../zurb_foundation/scss/foundation/components/_orbit.scss */
.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  display: none;
}

/* line 326, ../zurb_foundation/scss/foundation/components/_orbit.scss */
.touch .orbit-bullets {
  display: none;
}

@media only screen and (min-width: 40.063em) {
  /* line 334, ../zurb_foundation/scss/foundation/components/_orbit.scss */
  .touch .orbit-container .orbit-prev,
  .touch .orbit-container .orbit-next {
    display: inherit;
  }
  /* line 338, ../zurb_foundation/scss/foundation/components/_orbit.scss */
  .touch .orbit-bullets {
    display: block;
  }
}

@media only screen and (max-width: 40em) {
  /* line 345, ../zurb_foundation/scss/foundation/components/_orbit.scss */
  .orbit-stack-on-small .orbit-slides-container {
    height: auto !important;
  }
  /* line 346, ../zurb_foundation/scss/foundation/components/_orbit.scss */
  .orbit-stack-on-small .orbit-slides-container > * {
    position: relative;
    margin: 0 !important;
    opacity: 1 !important;
  }
  /* line 352, ../zurb_foundation/scss/foundation/components/_orbit.scss */
  .orbit-stack-on-small .orbit-slide-number {
    display: none;
  }
  /* line 358, ../zurb_foundation/scss/foundation/components/_orbit.scss */
  .orbit-timer {
    display: none;
  }
  /* line 361, ../zurb_foundation/scss/foundation/components/_orbit.scss */
  .orbit-next, .orbit-prev {
    display: none;
  }
}

/* line 149, ../zurb_foundation/scss/foundation/components/_pagination.scss */
ul.pagination {
  display: block;
  min-height: 1.6rem;
  margin-left: -0.3333333333rem;
}

/* line 104, ../zurb_foundation/scss/foundation/components/_pagination.scss */
ul.pagination li {
  height: 1.6rem;
  color: #222222;
  font-size: 1rem;
  margin-left: 0.3333333333rem;
}

/* line 110, ../zurb_foundation/scss/foundation/components/_pagination.scss */
ul.pagination li a, ul.pagination li button {
  display: block;
  padding: 0.0666666667rem 0.6666666667rem 0.0666666667rem;
  color: #0085d3;
  background: none;
  border-radius: 7px;
  font-weight: normal;
  font-size: 1em;
  line-height: inherit;
  transition: background-color 300ms ease-out;
}

/* line 122, ../zurb_foundation/scss/foundation/components/_pagination.scss */
ul.pagination li:hover a,
ul.pagination li a:focus,
ul.pagination li:hover button,
ul.pagination li button:focus {
  background: transparent;
}

/* line 51, ../zurb_foundation/scss/foundation/components/_pagination.scss */
ul.pagination li.unavailable a, ul.pagination li.unavailable button {
  cursor: default;
  color: #999999;
}

/* line 55, ../zurb_foundation/scss/foundation/components/_pagination.scss */
ul.pagination li.unavailable:hover a,
ul.pagination li.unavailable a:focus,
ul.pagination li.unavailable:hover button,
ul.pagination li.unavailable button:focus {
  background: transparent;
}

/* line 68, ../zurb_foundation/scss/foundation/components/_pagination.scss */
ul.pagination li.current a, ul.pagination li.current button {
  background: transparent;
  color: #000000;
  font-weight: bold;
  cursor: default;
}

/* line 74, ../zurb_foundation/scss/foundation/components/_pagination.scss */
ul.pagination li.current a:hover, ul.pagination li.current a:focus, ul.pagination li.current button:hover, ul.pagination li.current button:focus {
  background: transparent;
}

/* line 136, ../zurb_foundation/scss/foundation/components/_pagination.scss */
ul.pagination li {
  float: left;
  display: block;
}

/* Pagination centred wrapper */
/* line 154, ../zurb_foundation/scss/foundation/components/_pagination.scss */
.pagination-centered {
  text-align: center;
}

/* line 136, ../zurb_foundation/scss/foundation/components/_pagination.scss */
.pagination-centered ul.pagination li {
  float: none;
  display: inline-block;
}

/* Panels */
/* line 80, ../zurb_foundation/scss/foundation/components/_panels.scss */
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.3333333333rem;
  padding: 1.3333333333rem;
  background: #f2f2f2;
  color: #333333;
}

/* line 55, ../zurb_foundation/scss/foundation/components/_panels.scss */
.panel > :first-child {
  margin-top: 0;
}

/* line 56, ../zurb_foundation/scss/foundation/components/_panels.scss */
.panel > :last-child {
  margin-bottom: 0;
}

/* line 61, ../zurb_foundation/scss/foundation/components/_panels.scss */
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p, .panel li, .panel dl {
  color: #333333;
}

/* line 68, ../zurb_foundation/scss/foundation/components/_panels.scss */
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
  line-height: 1;
  margin-bottom: 0.6666666667rem;
}

/* line 70, ../zurb_foundation/scss/foundation/components/_panels.scss */
.panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
  line-height: 1.4;
}

/* line 82, ../zurb_foundation/scss/foundation/components/_panels.scss */
.panel.callout {
  border-style: solid;
  border-width: 1px;
  border-color: #b7e4ff;
  margin-bottom: 1.3333333333rem;
  padding: 1.3333333333rem;
  background: #edf8ff;
  color: #333333;
}

/* line 55, ../zurb_foundation/scss/foundation/components/_panels.scss */
.panel.callout > :first-child {
  margin-top: 0;
}

/* line 56, ../zurb_foundation/scss/foundation/components/_panels.scss */
.panel.callout > :last-child {
  margin-bottom: 0;
}

/* line 61, ../zurb_foundation/scss/foundation/components/_panels.scss */
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p, .panel.callout li, .panel.callout dl {
  color: #333333;
}

/* line 68, ../zurb_foundation/scss/foundation/components/_panels.scss */
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
  line-height: 1;
  margin-bottom: 0.6666666667rem;
}

/* line 70, ../zurb_foundation/scss/foundation/components/_panels.scss */
.panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
  line-height: 1.4;
}

/* line 84, ../zurb_foundation/scss/foundation/components/_panels.scss */
.panel.callout a:not(.button) {
  color: #0085d3;
}

/* line 87, ../zurb_foundation/scss/foundation/components/_panels.scss */
.panel.callout a:not(.button):hover, .panel.callout a:not(.button):focus {
  color: #0072b5;
}

/* line 94, ../zurb_foundation/scss/foundation/components/_panels.scss */
.panel.radius, form input.panel, form select.panel, .node-webform .form-item .form-textarea-wrapper textarea.panel, .view-display-id-policy_themes_page .field-content + a.panel, .page-newsletter-subscribe fieldset textarea.panel, .page-user-newsletter fieldset textarea.panel {
  border-radius: 7px;
}

/* Pricing Tables */
/* line 139, ../zurb_foundation/scss/foundation/components/_pricing-tables.scss */
.pricing-table {
  border: solid 1px #DDDDDD;
  margin-left: 0;
  margin-bottom: 1.3333333333rem;
}

/* line 68, ../zurb_foundation/scss/foundation/components/_pricing-tables.scss */
.pricing-table * {
  list-style: none;
  line-height: 1;
}

/* line 142, ../zurb_foundation/scss/foundation/components/_pricing-tables.scss */
.pricing-table .title {
  background-color: #333333;
  padding: 1rem 1.3333333333rem;
  text-align: center;
  color: #EEEEEE;
  font-weight: normal;
  font-size: 1.0666666667rem;
  font-family: "Titillium Web", Roboto, Arial, sans-serif;
}

/* line 143, ../zurb_foundation/scss/foundation/components/_pricing-tables.scss */
.pricing-table .price {
  background-color: #f9f9f9;
  padding: 1rem 1.3333333333rem;
  text-align: center;
  color: #333333;
  font-weight: normal;
  font-size: 2.1333333333rem;
  font-family: "Titillium Web", Roboto, Arial, sans-serif;
}

/* line 144, ../zurb_foundation/scss/foundation/components/_pricing-tables.scss */
.pricing-table .description {
  background-color: #FFFFFF;
  padding: 1rem;
  text-align: center;
  color: #777777;
  font-size: 0.8rem;
  font-weight: normal;
  line-height: 1.4;
  border-bottom: dotted 1px #DDDDDD;
}

/* line 145, ../zurb_foundation/scss/foundation/components/_pricing-tables.scss */
.pricing-table .bullet-item {
  background-color: #FFFFFF;
  padding: 1rem;
  text-align: center;
  color: #333333;
  font-size: 0.9333333333rem;
  font-weight: normal;
  border-bottom: dotted 1px #DDDDDD;
}

/* line 146, ../zurb_foundation/scss/foundation/components/_pricing-tables.scss */
.pricing-table .cta-button {
  background-color: #FFFFFF;
  text-align: center;
  padding: 1.3333333333rem 1.3333333333rem 0;
}

/* Progress Bar */
/* line 57, ../zurb_foundation/scss/foundation/components/_progress-bars.scss */
.progress {
  background-color: #f9f9f9;
  height: 1.6666666667rem;
  border: 1px solid white;
  padding: 0.1333333333rem;
  margin-bottom: 0.6666666667rem;
}

/* line 61, ../zurb_foundation/scss/foundation/components/_progress-bars.scss */
.progress .meter {
  background: #0085d3;
  height: 100%;
  display: block;
}

/* line 64, ../zurb_foundation/scss/foundation/components/_progress-bars.scss */
.progress.secondary .meter {
  background: #e7e7e7;
  height: 100%;
  display: block;
}

/* line 65, ../zurb_foundation/scss/foundation/components/_progress-bars.scss */
.progress.success .meter {
  background: #27ad60;
  height: 100%;
  display: block;
}

/* line 66, ../zurb_foundation/scss/foundation/components/_progress-bars.scss */
.progress.alert .meter {
  background: #ff4242;
  height: 100%;
  display: block;
}

/* line 68, ../zurb_foundation/scss/foundation/components/_progress-bars.scss */
.progress.radius, form input.progress, form select.progress, .node-webform .form-item .form-textarea-wrapper textarea.progress, .view-display-id-policy_themes_page .field-content + a.progress, .page-newsletter-subscribe fieldset textarea.progress, .page-user-newsletter fieldset textarea.progress {
  border-radius: 7px;
}

/* line 69, ../zurb_foundation/scss/foundation/components/_progress-bars.scss */
.progress.radius .meter, form input.progress .meter, form select.progress .meter, .node-webform .form-item .form-textarea-wrapper textarea.progress .meter, .view-display-id-policy_themes_page .field-content + a.progress .meter, .page-newsletter-subscribe fieldset textarea.progress .meter, .page-user-newsletter fieldset textarea.progress .meter {
  border-radius: 6px;
}

/* line 72, ../zurb_foundation/scss/foundation/components/_progress-bars.scss */
.progress.round {
  border-radius: 1000px;
}

/* line 73, ../zurb_foundation/scss/foundation/components/_progress-bars.scss */
.progress.round .meter {
  border-radius: 999px;
}

/* line 127, ../zurb_foundation/scss/foundation/components/_range-slider.scss */
.range-slider {
  display: block;
  position: relative;
  width: 100%;
  height: 1.0666666667rem;
  border: 1px solid #DDDDDD;
  margin: 1.3333333333rem 0;
  -ms-touch-action: none;
  touch-action: none;
  background: #FAFAFA;
}

/* line 130, ../zurb_foundation/scss/foundation/components/_range-slider.scss */
.range-slider.vertical-range {
  display: block;
  position: relative;
  width: 100%;
  height: 1.0666666667rem;
  border: 1px solid #DDDDDD;
  margin: 1.3333333333rem 0;
  -ms-touch-action: none;
  touch-action: none;
  display: inline-block;
  width: 1.0666666667rem;
  height: 13.3333333333rem;
}

/* line 132, ../zurb_foundation/scss/foundation/components/_range-slider.scss */
.range-slider.vertical-range .range-slider-handle {
  margin-top: 0;
  margin-left: -0.5333333333rem;
  position: absolute;
  bottom: -11.2rem;
}

/* line 138, ../zurb_foundation/scss/foundation/components/_range-slider.scss */
.range-slider.vertical-range .range-slider-active-segment {
  width: 0.9333333333rem;
  height: auto;
  bottom: 0;
}

/* line 144, ../zurb_foundation/scss/foundation/components/_range-slider.scss */
.range-slider.radius, form input.range-slider, form select.range-slider, .node-webform .form-item .form-textarea-wrapper textarea.range-slider, .view-display-id-policy_themes_page .field-content + a.range-slider, .page-newsletter-subscribe fieldset textarea.range-slider, .page-user-newsletter fieldset textarea.range-slider {
  background: #FAFAFA;
  border-radius: 7px;
}

/* line 146, ../zurb_foundation/scss/foundation/components/_range-slider.scss */
.range-slider.radius .range-slider-handle, form input.range-slider .range-slider-handle, form select.range-slider .range-slider-handle, .node-webform .form-item .form-textarea-wrapper textarea.range-slider .range-slider-handle, .view-display-id-policy_themes_page .field-content + a.range-slider .range-slider-handle, .page-newsletter-subscribe fieldset textarea.range-slider .range-slider-handle, .page-user-newsletter fieldset textarea.range-slider .range-slider-handle {
  background: #0085d3;
  border-radius: 7px;
}

/* line 115, ../zurb_foundation/scss/foundation/components/_range-slider.scss */
.range-slider.radius .range-slider-handle:hover, form input.range-slider .range-slider-handle:hover, form select.range-slider .range-slider-handle:hover, .node-webform .form-item .form-textarea-wrapper textarea.range-slider .range-slider-handle:hover, .view-display-id-policy_themes_page .field-content + a.range-slider .range-slider-handle:hover, .page-newsletter-subscribe fieldset textarea.range-slider .range-slider-handle:hover, .page-user-newsletter fieldset textarea.range-slider .range-slider-handle:hover {
  background: #0075ba;
}

/* line 148, ../zurb_foundation/scss/foundation/components/_range-slider.scss */
.range-slider.round {
  background: #FAFAFA;
  border-radius: 1000px;
}

/* line 150, ../zurb_foundation/scss/foundation/components/_range-slider.scss */
.range-slider.round .range-slider-handle {
  background: #0085d3;
  border-radius: 1000px;
}

/* line 115, ../zurb_foundation/scss/foundation/components/_range-slider.scss */
.range-slider.round .range-slider-handle:hover {
  background: #0075ba;
}

/* line 152, ../zurb_foundation/scss/foundation/components/_range-slider.scss */
.range-slider.disabled, .range-slider[disabled] {
  background: #FAFAFA;
  cursor: default;
  opacity: 0.7;
}

/* line 154, ../zurb_foundation/scss/foundation/components/_range-slider.scss */
.range-slider.disabled .range-slider-handle, .range-slider[disabled] .range-slider-handle {
  background: #0085d3;
  cursor: default;
  opacity: 0.7;
}

/* line 115, ../zurb_foundation/scss/foundation/components/_range-slider.scss */
.range-slider.disabled .range-slider-handle:hover, .range-slider[disabled] .range-slider-handle:hover {
  background: #0075ba;
}

/* line 157, ../zurb_foundation/scss/foundation/components/_range-slider.scss */
.range-slider-active-segment {
  display: inline-block;
  position: absolute;
  height: 0.9333333333rem;
  background: #e5e5e5;
}

/* line 163, ../zurb_foundation/scss/foundation/components/_range-slider.scss */
.range-slider-handle {
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: -0.3333333333rem;
  width: 2.1333333333rem;
  height: 1.4666666667rem;
  border: 1px solid none;
  cursor: pointer;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #0085d3;
}

/* line 115, ../zurb_foundation/scss/foundation/components/_range-slider.scss */
.range-slider-handle:hover {
  background: #0075ba;
}

/* line 166, ../zurb_foundation/scss/foundation/components/_reveal.scss */
.reveal-modal-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1004;
  display: none;
  left: 0;
}

/* line 168, ../zurb_foundation/scss/foundation/components/_reveal.scss */
.reveal-modal, dialog {
  visibility: hidden;
  display: none;
  position: absolute;
  z-index: 1005;
  width: 100vw;
  top: 0;
  border-radius: 0px;
  left: 0;
  background-color: #FFFFFF;
  padding: 1.3333333333rem;
  border: solid 0px #606060;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  padding: 2rem;
}

@media only screen and (max-width: 40em) {
  /* line 168, ../zurb_foundation/scss/foundation/components/_reveal.scss */
  .reveal-modal, dialog {
    min-height: 100vh;
  }
}

/* line 86, ../zurb_foundation/scss/foundation/components/_reveal.scss */
.reveal-modal .column, dialog .column, .reveal-modal .columns, dialog .columns {
  min-width: 0;
}

/* line 89, ../zurb_foundation/scss/foundation/components/_reveal.scss */
.reveal-modal > :first-child, dialog > :first-child {
  margin-top: 0;
}

/* line 91, ../zurb_foundation/scss/foundation/components/_reveal.scss */
.reveal-modal > :last-child, dialog > :last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 40.063em) {
  /* line 168, ../zurb_foundation/scss/foundation/components/_reveal.scss */
  .reveal-modal, dialog {
    width: 80%;
    max-width: 86.6666666667rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 40.063em) {
  /* line 168, ../zurb_foundation/scss/foundation/components/_reveal.scss */
  .reveal-modal, dialog {
    top: 6.6666666667rem;
  }
}

/* line 180, ../zurb_foundation/scss/foundation/components/_reveal.scss */
.reveal-modal.radius, dialog.radius, form input.reveal-modal, form select.reveal-modal, .node-webform .form-item .form-textarea-wrapper textarea.reveal-modal, .view-display-id-policy_themes_page .field-content + a.reveal-modal, .page-newsletter-subscribe fieldset textarea.reveal-modal, .page-user-newsletter fieldset textarea.reveal-modal {
  border-radius: 0px;
}

/* line 181, ../zurb_foundation/scss/foundation/components/_reveal.scss */
.reveal-modal.round, dialog.round {
  border-radius: 0;
}

/* line 182, ../zurb_foundation/scss/foundation/components/_reveal.scss */
.reveal-modal.collapse, dialog.collapse {
  padding: 0;
}

@media only screen and (min-width: 40.063em) {
  /* line 183, ../zurb_foundation/scss/foundation/components/_reveal.scss */
  .reveal-modal.tiny, dialog.tiny {
    width: 30%;
    max-width: 86.6666666667rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 40.063em) {
  /* line 184, ../zurb_foundation/scss/foundation/components/_reveal.scss */
  .reveal-modal.small, dialog.small {
    width: 40%;
    max-width: 86.6666666667rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 40.063em) {
  /* line 185, ../zurb_foundation/scss/foundation/components/_reveal.scss */
  .reveal-modal.medium, dialog.medium {
    width: 60%;
    max-width: 86.6666666667rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 40.063em) {
  /* line 186, ../zurb_foundation/scss/foundation/components/_reveal.scss */
  .reveal-modal.large, dialog.large {
    width: 70%;
    max-width: 86.6666666667rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 40.063em) {
  /* line 187, ../zurb_foundation/scss/foundation/components/_reveal.scss */
  .reveal-modal.xlarge, dialog.xlarge {
    width: 95%;
    max-width: 86.6666666667rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

/* line 188, ../zurb_foundation/scss/foundation/components/_reveal.scss */
.reveal-modal.full, dialog.full {
  top: 0;
  left: 0;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  max-width: none !important;
  margin-left: 0 !important;
}

@media only screen and (min-width: 40.063em) {
  /* line 188, ../zurb_foundation/scss/foundation/components/_reveal.scss */
  .reveal-modal.full, dialog.full {
    width: 100vw;
    max-width: 86.6666666667rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

/* line 199, ../zurb_foundation/scss/foundation/components/_reveal.scss */
.reveal-modal .close-reveal-modal, dialog .close-reveal-modal {
  font-size: 2.6666666667rem;
  line-height: 1;
  position: absolute;
  top: 1.6666666667rem;
  right: 1.3333333333rem;
  color: #AAAAAA;
  font-weight: bold;
  cursor: pointer;
}

/* line 202, ../zurb_foundation/scss/foundation/components/_reveal.scss */
dialog {
  display: none;
}

/* line 206, ../zurb_foundation/scss/foundation/components/_reveal.scss */
dialog::-webkit-backdrop, dialog + .backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  background: rgba(0, 0, 0, 0.45);
  z-index: auto;
  display: none;
  left: 0;
}
dialog::backdrop, dialog + .backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  background: rgba(0, 0, 0, 0.45);
  z-index: auto;
  display: none;
  left: 0;
}

/* line 210, ../zurb_foundation/scss/foundation/components/_reveal.scss */
dialog[open] {
  display: block;
}

@media print {
  /* line 217, ../zurb_foundation/scss/foundation/components/_reveal.scss */
  dialog, .reveal-modal, dialog {
    display: none;
    background: #FFFFFF !important;
  }
}

/* line 114, ../zurb_foundation/scss/foundation/components/_side-nav.scss */
.side-nav {
  display: block;
  margin: 0;
  padding: 0.9333333333rem 0;
  list-style-type: none;
  list-style-position: outside;
  font-family: "Titillium Web", Roboto, Arial, sans-serif;
}

/* line 70, ../zurb_foundation/scss/foundation/components/_side-nav.scss */
.side-nav li {
  margin: 0 0 0.4666666667rem 0;
  font-size: 0.9333333333rem;
  font-weight: normal;
}

/* line 75, ../zurb_foundation/scss/foundation/components/_side-nav.scss */
.side-nav li a:not(.button) {
  display: block;
  color: #0085d3;
  margin: 0;
  padding: 0.4666666667rem 0.9333333333rem;
}

/* line 80, ../zurb_foundation/scss/foundation/components/_side-nav.scss */
.side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus {
  background: rgba(0, 0, 0, 0.025);
  color: #2eb2ff;
}

/* line 87, ../zurb_foundation/scss/foundation/components/_side-nav.scss */
.side-nav li.active > a:first-child:not(.button) {
  color: #2eb2ff;
  font-weight: normal;
  font-family: "Titillium Web", Roboto, Arial, sans-serif;
}

/* line 93, ../zurb_foundation/scss/foundation/components/_side-nav.scss */
.side-nav li.divider {
  border-top: 1px solid;
  height: 0;
  padding: 0;
  list-style: none;
  border-top-color: white;
}

/* line 101, ../zurb_foundation/scss/foundation/components/_side-nav.scss */
.side-nav li.heading {
  color: #0085d3;
  font-size: 0.9333333333rem;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 173, ../zurb_foundation/scss/foundation/components/_split-buttons.scss */
.split.button, .view-display-id-policy_themes_page .field-content + a.split {
  position: relative;
  padding-right: 5.4rem;
}

/* line 76, ../zurb_foundation/scss/foundation/components/_split-buttons.scss */
.split.button span, .view-display-id-policy_themes_page .field-content + a.split span {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: solid 1px;
}

/* line 85, ../zurb_foundation/scss/foundation/components/_split-buttons.scss */
.split.button span:after, .view-display-id-policy_themes_page .field-content + a.split span:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: inset;
  top: 50%;
  left: 50%;
}

/* line 97, ../zurb_foundation/scss/foundation/components/_split-buttons.scss */
.split.button span:active, .view-display-id-policy_themes_page .field-content + a.split span:active {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 103, ../zurb_foundation/scss/foundation/components/_split-buttons.scss */
.split.button span, .view-display-id-policy_themes_page .field-content + a.split span {
  border-left-color: rgba(255, 255, 255, 0.5);
}

/* line 140, ../zurb_foundation/scss/foundation/components/_split-buttons.scss */
.split.button span, .view-display-id-policy_themes_page .field-content + a.split span {
  width: 3.3rem;
}

/* line 141, ../zurb_foundation/scss/foundation/components/_split-buttons.scss */
.split.button span:after, .view-display-id-policy_themes_page .field-content + a.split span:after {
  border-top-style: solid;
  border-width: 0.4rem;
  top: 48%;
  margin-left: -0.4rem;
}

/* line 166, ../zurb_foundation/scss/foundation/components/_split-buttons.scss */
.split.button span:after, .view-display-id-policy_themes_page .field-content + a.split span:after {
  border-color: #FFFFFF transparent transparent transparent;
}

/* line 103, ../zurb_foundation/scss/foundation/components/_split-buttons.scss */
.split.button.secondary span, .view-display-id-policy_themes_page .field-content + a.split.secondary span {
  border-left-color: rgba(255, 255, 255, 0.5);
}

/* line 166, ../zurb_foundation/scss/foundation/components/_split-buttons.scss */
.split.button.secondary span:after, .view-display-id-policy_themes_page .field-content + a.split.secondary span:after {
  border-color: #FFFFFF transparent transparent transparent;
}

/* line 103, ../zurb_foundation/scss/foundation/components/_split-buttons.scss */
.split.button.alert span, .view-display-id-policy_themes_page .field-content + a.split.alert span {
  border-left-color: rgba(255, 255, 255, 0.5);
}

/* line 103, ../zurb_foundation/scss/foundation/components/_split-buttons.scss */
.split.button.success span, .view-display-id-policy_themes_page .field-content + a.split.success span {
  border-left-color: rgba(255, 255, 255, 0.5);
}

/* line 179, ../zurb_foundation/scss/foundation/components/_split-buttons.scss */
.split.button.tiny, .view-display-id-policy_themes_page .field-content + a.split.tiny {
  padding-right: 4rem;
}

/* line 112, ../zurb_foundation/scss/foundation/components/_split-buttons.scss */
.split.button.tiny span, .view-display-id-policy_themes_page .field-content + a.split.tiny span {
  width: 2.4rem;
}

/* line 113, ../zurb_foundation/scss/foundation/components/_split-buttons.scss */
.split.button.tiny span:after, .view-display-id-policy_themes_page .field-content + a.split.tiny span:after {
  border-top-style: solid;
  border-width: 0.4rem;
  top: 48%;
  margin-left: -0.4rem;
}

/* line 180, ../zurb_foundation/scss/foundation/components/_split-buttons.scss */
.split.button.small, .view-display-id-policy_themes_page .field-content + a.split.small {
  padding-right: 4.6666666667rem;
}

/* line 126, ../zurb_foundation/scss/foundation/components/_split-buttons.scss */
.split.button.small span, .view-display-id-policy_themes_page .field-content + a.split.small span {
  width: 2.8rem;
}

/* line 127, ../zurb_foundation/scss/foundation/components/_split-buttons.scss */
.split.button.small span:after, .view-display-id-policy_themes_page .field-content + a.split.small span:after {
  border-top-style: solid;
  border-width: 0.4666666667rem;
  top: 48%;
  margin-left: -0.4rem;
}

/* line 181, ../zurb_foundation/scss/foundation/components/_split-buttons.scss */
.split.button.large, .view-display-id-policy_themes_page .field-content + a.split.large {
  padding-right: 5.8666666667rem;
}

/* line 154, ../zurb_foundation/scss/foundation/components/_split-buttons.scss */
.split.button.large span, .view-display-id-policy_themes_page .field-content + a.split.large span {
  width: 3.6666666667rem;
}

/* line 155, ../zurb_foundation/scss/foundation/components/_split-buttons.scss */
.split.button.large span:after, .view-display-id-policy_themes_page .field-content + a.split.large span:after {
  border-top-style: solid;
  border-width: 0.3333333333rem;
  top: 48%;
  margin-left: -0.4rem;
}

/* line 182, ../zurb_foundation/scss/foundation/components/_split-buttons.scss */
.split.button.expand, .view-display-id-policy_themes_page .field-content + a.split.expand {
  padding-left: 2rem;
}

/* line 166, ../zurb_foundation/scss/foundation/components/_split-buttons.scss */
.split.button.secondary span:after, .view-display-id-policy_themes_page .field-content + a.split.secondary span:after {
  border-color: #333333 transparent transparent transparent;
}

/* line 186, ../zurb_foundation/scss/foundation/components/_split-buttons.scss */
.split.button.radius span, form input.split.button span, form select.split.button span, .node-webform .form-item .form-textarea-wrapper textarea.split.button span, .view-display-id-policy_themes_page .field-content + a.split span, .page-newsletter-subscribe fieldset textarea.split.button span, .page-user-newsletter fieldset textarea.split.button span {
  -webkit-border-bottom-right-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-top-right-radius: 7px;
}

/* line 187, ../zurb_foundation/scss/foundation/components/_split-buttons.scss */
.split.button.round span, .view-display-id-policy_themes_page .field-content + a.split.round span {
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

/* line 121, ../zurb_foundation/scss/foundation/components/_sub-nav.scss */
.sub-nav {
  display: block;
  width: auto;
  overflow: hidden;
  margin: -0.2666666667rem 0 1.2rem;
  padding-top: 0.2666666667rem;
}

/* line 67, ../zurb_foundation/scss/foundation/components/_sub-nav.scss */
.sub-nav dt {
  text-transform: uppercase;
}

/* line 71, ../zurb_foundation/scss/foundation/components/_sub-nav.scss */
.sub-nav dt,
.sub-nav dd,
.sub-nav li {
  float: left;
  display: inline;
  margin-left: 1.0666666667rem;
  margin-bottom: 0;
  font-family: "Titillium Web", Roboto, Arial, sans-serif;
  font-weight: normal;
  font-size: 0.9333333333rem;
  color: #999999;
}

/* line 83, ../zurb_foundation/scss/foundation/components/_sub-nav.scss */
.sub-nav dt a,
.sub-nav dd a,
.sub-nav li a {
  text-decoration: none;
  color: #999999;
  padding: 0.2rem 1.0666666667rem;
}

/* line 87, ../zurb_foundation/scss/foundation/components/_sub-nav.scss */
.sub-nav dt a:hover,
.sub-nav dd a:hover,
.sub-nav li a:hover {
  color: #737373;
}

/* line 92, ../zurb_foundation/scss/foundation/components/_sub-nav.scss */
.sub-nav dt.active a,
.sub-nav dd.active a,
.sub-nav li.active a {
  border-radius: 3px;
  font-weight: normal;
  background: #0085d3;
  padding: 0.2rem 1.0666666667rem;
  cursor: default;
  color: #FFFFFF;
}

/* line 99, ../zurb_foundation/scss/foundation/components/_sub-nav.scss */
.sub-nav dt.active a:hover,
.sub-nav dd.active a:hover,
.sub-nav li.active a:hover {
  background: #0072b5;
}

/* line 212, ../zurb_foundation/scss/foundation/components/_switches.scss */
.switch {
  padding: 0;
  border: none;
  position: relative;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

/* line 56, ../zurb_foundation/scss/foundation/components/_switches.scss */
.switch label {
  display: block;
  margin-bottom: 1rem;
  position: relative;
  color: transparent;
  background: #DDDDDD;
  text-indent: 100%;
  width: 4rem;
  height: 2rem;
  cursor: pointer;
  transition: left 0.15s ease-out;
}

/* line 72, ../zurb_foundation/scss/foundation/components/_switches.scss */
.switch input {
  opacity: 0;
  position: absolute;
  top: 9px;
  left: 10px;
  padding: 0;
}

/* line 79, ../zurb_foundation/scss/foundation/components/_switches.scss */
.switch input + label {
  margin-left: 0;
  margin-right: 0;
}

/* line 86, ../zurb_foundation/scss/foundation/components/_switches.scss */
.switch label:after {
  content: "";
  display: block;
  background: #FFFFFF;
  position: absolute;
  top: .25rem;
  left: .25rem;
  width: 1.5rem;
  height: 1.5rem;
  transition: left 0.15s ease-out;
  transform: translate3d(0, 0, 0);
}

/* line 107, ../zurb_foundation/scss/foundation/components/_switches.scss */
.switch input:checked + label {
  background: #0085d3;
}

/* line 111, ../zurb_foundation/scss/foundation/components/_switches.scss */
.switch input:checked + label:after {
  left: 2.25rem;
}

/* line 123, ../zurb_foundation/scss/foundation/components/_switches.scss */
.switch label {
  width: 4rem;
  height: 2rem;
}

/* line 128, ../zurb_foundation/scss/foundation/components/_switches.scss */
.switch label:after {
  width: 1.5rem;
  height: 1.5rem;
}

/* line 133, ../zurb_foundation/scss/foundation/components/_switches.scss */
.switch input:checked + label:after {
  left: 2.25rem;
}

/* line 154, ../zurb_foundation/scss/foundation/components/_switches.scss */
.switch label {
  color: transparent;
  background: #DDDDDD;
}

/* line 159, ../zurb_foundation/scss/foundation/components/_switches.scss */
.switch label:after {
  background: #FFFFFF;
}

/* line 163, ../zurb_foundation/scss/foundation/components/_switches.scss */
.switch input:checked + label {
  background: #0085d3;
}

/* line 123, ../zurb_foundation/scss/foundation/components/_switches.scss */
.switch.large label {
  width: 5rem;
  height: 2.5rem;
}

/* line 128, ../zurb_foundation/scss/foundation/components/_switches.scss */
.switch.large label:after {
  width: 2rem;
  height: 2rem;
}

/* line 133, ../zurb_foundation/scss/foundation/components/_switches.scss */
.switch.large input:checked + label:after {
  left: 2.75rem;
}

/* line 123, ../zurb_foundation/scss/foundation/components/_switches.scss */
.switch.small label {
  width: 3.5rem;
  height: 1.75rem;
}

/* line 128, ../zurb_foundation/scss/foundation/components/_switches.scss */
.switch.small label:after {
  width: 1.25rem;
  height: 1.25rem;
}

/* line 133, ../zurb_foundation/scss/foundation/components/_switches.scss */
.switch.small input:checked + label:after {
  left: 2rem;
}

/* line 123, ../zurb_foundation/scss/foundation/components/_switches.scss */
.switch.tiny label {
  width: 3rem;
  height: 1.5rem;
}

/* line 128, ../zurb_foundation/scss/foundation/components/_switches.scss */
.switch.tiny label:after {
  width: 1rem;
  height: 1rem;
}

/* line 133, ../zurb_foundation/scss/foundation/components/_switches.scss */
.switch.tiny input:checked + label:after {
  left: 1.75rem;
}

/* line 226, ../zurb_foundation/scss/foundation/components/_switches.scss */
.switch.radius label, form input.switch label, form select.switch label, .node-webform .form-item .form-textarea-wrapper textarea.switch label, .view-display-id-policy_themes_page .field-content + a.switch label, .page-newsletter-subscribe fieldset textarea.switch label, .page-user-newsletter fieldset textarea.switch label {
  border-radius: 4px;
}

/* line 227, ../zurb_foundation/scss/foundation/components/_switches.scss */
.switch.radius label:after, form input.switch label:after, form select.switch label:after, .node-webform .form-item .form-textarea-wrapper textarea.switch label:after, .view-display-id-policy_themes_page .field-content + a.switch label:after, .page-newsletter-subscribe fieldset textarea.switch label:after, .page-user-newsletter fieldset textarea.switch label:after {
  border-radius: 3px;
}

/* line 231, ../zurb_foundation/scss/foundation/components/_switches.scss */
.switch.round {
  border-radius: 1000px;
}

/* line 232, ../zurb_foundation/scss/foundation/components/_switches.scss */
.switch.round label {
  border-radius: 2rem;
}

/* line 233, ../zurb_foundation/scss/foundation/components/_switches.scss */
.switch.round label:after {
  border-radius: 2rem;
}

/* line 131, ../zurb_foundation/scss/foundation/components/_tables.scss */
table {
  background: #FFFFFF;
  margin-bottom: 1.3333333333rem;
  border: solid 0px #DDDDDD;
  table-layout: auto;
}

/* line 69, ../zurb_foundation/scss/foundation/components/_tables.scss */
table caption {
  background: transparent;
  color: #606060;
  font-size: 1.0666666667rem;
  font-weight: bold;
}

/* line 78, ../zurb_foundation/scss/foundation/components/_tables.scss */
table thead {
  background: #FFFFFF;
}

/* line 82, ../zurb_foundation/scss/foundation/components/_tables.scss */
table thead tr th,
table thead tr td {
  padding: 0.6666666667rem 1rem 1rem;
  font-size: 1.2rem;
  font-weight: bold;
  color: #606060;
}

/* line 92, ../zurb_foundation/scss/foundation/components/_tables.scss */
table tfoot {
  background: #FFFFFF;
}

/* line 96, ../zurb_foundation/scss/foundation/components/_tables.scss */
table tfoot tr th,
table tfoot tr td {
  padding: 0.6666666667rem 1rem 1rem;
  font-size: 1.2rem;
  font-weight: bold;
  color: #606060;
}

/* line 107, ../zurb_foundation/scss/foundation/components/_tables.scss */
table tr th,
table tr td {
  padding: 1rem 1rem;
  font-size: 1.2rem;
  color: #222222;
  text-align: left;
}

/* line 115, ../zurb_foundation/scss/foundation/components/_tables.scss */
table tr.even, table tr.alt, table tr:nth-of-type(even) {
  background: #fff;
}

/* line 120, ../zurb_foundation/scss/foundation/components/_tables.scss */
table thead tr th,
table tfoot tr th,
table tfoot tr td,
table tbody tr th,
table tbody tr td,
table tr td {
  display: table-cell;
  line-height: 1.2rem;
}

/* line 30, ../zurb_foundation/scss/foundation/components/_tabs.scss */
.tabs {
  margin-bottom: 0 !important;
  margin-left: 0;
}

/* line 172, ../zurb_foundation/scss/foundation/components/_global.scss */
.tabs:before, .tabs:after {
  content: " ";
  display: table;
}

/* line 173, ../zurb_foundation/scss/foundation/components/_global.scss */
.tabs:after {
  clear: both;
}

/* line 34, ../zurb_foundation/scss/foundation/components/_tabs.scss */
.tabs dd, .tabs .tab-title {
  position: relative;
  margin-bottom: 0 !important;
  list-style: none;
  float: left;
}

/* line 39, ../zurb_foundation/scss/foundation/components/_tabs.scss */
.tabs dd > a, .tabs .tab-title > a {
  outline: none;
  display: block;
  background-color: #fff;
  color: #0085d3;
  padding: 0.6666666667rem 1.3333333333rem;
  font-family: "Titillium Web", Roboto, Arial, sans-serif;
  font-size: 1.0666666667rem;
}

/* line 49, ../zurb_foundation/scss/foundation/components/_tabs.scss */
.tabs dd > a:hover, .tabs .tab-title > a:hover {
  background-color: #B2FFFB;
}

/* line 55, ../zurb_foundation/scss/foundation/components/_tabs.scss */
.tabs dd.active a, .tabs .tab-title.active a {
  background-color: #FFFFFF;
  color: #000000;
}

/* line 64, ../zurb_foundation/scss/foundation/components/_tabs.scss */
.tabs.radius dd:first-child a, form input.tabs dd:first-child a, form select.tabs dd:first-child a, .node-webform .form-item .form-textarea-wrapper textarea.tabs dd:first-child a, .view-display-id-policy_themes_page .field-content + a.tabs dd:first-child a, .page-newsletter-subscribe fieldset textarea.tabs dd:first-child a, .page-user-newsletter fieldset textarea.tabs dd:first-child a, .tabs.radius .tab:first-child a, form input.tabs .tab:first-child a, form select.tabs .tab:first-child a, .node-webform .form-item .form-textarea-wrapper textarea.tabs .tab:first-child a, .view-display-id-policy_themes_page .field-content + a.tabs .tab:first-child a, .page-newsletter-subscribe fieldset textarea.tabs .tab:first-child a, .page-user-newsletter fieldset textarea.tabs .tab:first-child a {
  -webkit-border-bottom-left-radius: 7px;
  -webkit-border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  border-top-left-radius: 7px;
}

/* line 67, ../zurb_foundation/scss/foundation/components/_tabs.scss */
.tabs.radius dd:last-child a, form input.tabs dd:last-child a, form select.tabs dd:last-child a, .node-webform .form-item .form-textarea-wrapper textarea.tabs dd:last-child a, .view-display-id-policy_themes_page .field-content + a.tabs dd:last-child a, .page-newsletter-subscribe fieldset textarea.tabs dd:last-child a, .page-user-newsletter fieldset textarea.tabs dd:last-child a, .tabs.radius .tab:last-child a, form input.tabs .tab:last-child a, form select.tabs .tab:last-child a, .node-webform .form-item .form-textarea-wrapper textarea.tabs .tab:last-child a, .view-display-id-policy_themes_page .field-content + a.tabs .tab:last-child a, .page-newsletter-subscribe fieldset textarea.tabs .tab:last-child a, .page-user-newsletter fieldset textarea.tabs .tab:last-child a {
  -webkit-border-bottom-right-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-top-right-radius: 7px;
}

/* line 71, ../zurb_foundation/scss/foundation/components/_tabs.scss */
.tabs.vertical dd, .tabs.vertical .tab-title {
  position: inherit;
  float: none;
  display: block;
  top: auto;
}

/* line 80, ../zurb_foundation/scss/foundation/components/_tabs.scss */
.tabs-content {
  margin-bottom: 1.6rem;
  width: 100%;
}

/* line 172, ../zurb_foundation/scss/foundation/components/_global.scss */
.tabs-content:before, .tabs-content:after {
  content: " ";
  display: table;
}

/* line 173, ../zurb_foundation/scss/foundation/components/_global.scss */
.tabs-content:after {
  clear: both;
}

/* line 84, ../zurb_foundation/scss/foundation/components/_tabs.scss */
.tabs-content > .content {
  display: none;
  float: left;
  padding: 1.6rem 0;
  width: 100%;
}

/* line 89, ../zurb_foundation/scss/foundation/components/_tabs.scss */
.tabs-content > .content.active {
  display: block;
  float: none;
}

/* line 90, ../zurb_foundation/scss/foundation/components/_tabs.scss */
.tabs-content > .content.contained {
  padding: 1.6rem;
}

/* line 92, ../zurb_foundation/scss/foundation/components/_tabs.scss */
.tabs-content.vertical {
  display: block;
}

/* line 94, ../zurb_foundation/scss/foundation/components/_tabs.scss */
.tabs-content.vertical > .content {
  padding: 0 1.6rem;
}

@media only screen and (min-width: 40.063em) {
  /* line 99, ../zurb_foundation/scss/foundation/components/_tabs.scss */
  .tabs.vertical {
    width: 20%;
    max-width: 20%;
    float: left;
    margin: 0 0 1.25rem;
  }
  /* line 107, ../zurb_foundation/scss/foundation/components/_tabs.scss */
  .tabs-content.vertical {
    width: 80%;
    max-width: 80%;
    float: left;
    margin-left: -1px;
    padding-left: 1rem;
  }
}

/* line 117, ../zurb_foundation/scss/foundation/components/_tabs.scss */
.no-js .tabs-content > .content {
  display: block;
  float: none;
}

/* Image Thumbnails */
/* line 59, ../zurb_foundation/scss/foundation/components/_thumbs.scss */
.th {
  line-height: 0;
  display: inline-block;
  border: solid 4px #FFFFFF;
  max-width: 100%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  transition: all 200ms ease-out;
}

/* line 48, ../zurb_foundation/scss/foundation/components/_thumbs.scss */
.th:hover, .th:focus {
  box-shadow: 0 0 6px 1px rgba(0, 133, 211, 0.5);
}

/* line 63, ../zurb_foundation/scss/foundation/components/_thumbs.scss */
.th.radius, form input.th, form select.th, .node-webform .form-item .form-textarea-wrapper textarea.th, .view-display-id-policy_themes_page .field-content + a.th, .page-newsletter-subscribe fieldset textarea.th, .page-user-newsletter fieldset textarea.th {
  border-radius: 7px;
}

/* Tooltips */
/* line 38, ../zurb_foundation/scss/foundation/components/_tooltips.scss */
.has-tip {
  border-bottom: dotted 1px #CCCCCC;
  cursor: help;
  font-weight: bold;
  color: #333333;
}

/* line 44, ../zurb_foundation/scss/foundation/components/_tooltips.scss */
.has-tip:hover, .has-tip:focus {
  border-bottom: dotted 1px #003c5f;
  color: #0085d3;
}

/* line 50, ../zurb_foundation/scss/foundation/components/_tooltips.scss */
.has-tip.tip-left, .has-tip.tip-right {
  float: none !important;
}

/* line 54, ../zurb_foundation/scss/foundation/components/_tooltips.scss */
.tooltip {
  display: none;
  position: absolute;
  z-index: 1006;
  font-weight: normal;
  font-size: 0.9333333333rem;
  line-height: 1.3;
  padding: 0.8rem;
  max-width: 300px;
  left: 50%;
  width: 100%;
  color: #FFFFFF;
  background: #333333;
}

/* line 68, ../zurb_foundation/scss/foundation/components/_tooltips.scss */
.tooltip > .nub {
  display: block;
  left: 5px;
  position: absolute;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: transparent transparent #333333 transparent;
  top: -10px;
  pointer-events: none;
}

/* line 79, ../zurb_foundation/scss/foundation/components/_tooltips.scss */
.tooltip > .nub.rtl {
  left: auto;
  right: 5px;
}

/* line 85, ../zurb_foundation/scss/foundation/components/_tooltips.scss */
.tooltip.radius, form input.tooltip, form select.tooltip, .node-webform .form-item .form-textarea-wrapper textarea.tooltip, .view-display-id-policy_themes_page .field-content + a.tooltip, .page-newsletter-subscribe fieldset textarea.tooltip, .page-user-newsletter fieldset textarea.tooltip {
  border-radius: 7px;
}

/* line 88, ../zurb_foundation/scss/foundation/components/_tooltips.scss */
.tooltip.round {
  border-radius: 1000px;
}

/* line 90, ../zurb_foundation/scss/foundation/components/_tooltips.scss */
.tooltip.round > .nub {
  left: 2rem;
}

/* line 95, ../zurb_foundation/scss/foundation/components/_tooltips.scss */
.tooltip.opened {
  color: #0085d3 !important;
  border-bottom: dotted 1px #003c5f !important;
}

/* line 101, ../zurb_foundation/scss/foundation/components/_tooltips.scss */
.tap-to-close {
  display: block;
  font-size: 0.6666666667rem;
  color: #777777;
  font-weight: normal;
}

@media only screen and (min-width: 40.063em) {
  /* line 110, ../zurb_foundation/scss/foundation/components/_tooltips.scss */
  .tooltip > .nub {
    border-color: transparent transparent #333333 transparent;
    top: -10px;
  }
  /* line 114, ../zurb_foundation/scss/foundation/components/_tooltips.scss */
  .tooltip.tip-top > .nub {
    border-color: #333333 transparent transparent transparent;
    top: auto;
    bottom: -10px;
  }
  /* line 120, ../zurb_foundation/scss/foundation/components/_tooltips.scss */
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important;
  }
  /* line 123, ../zurb_foundation/scss/foundation/components/_tooltips.scss */
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #333333;
    right: -10px;
    left: auto;
    top: 50%;
    margin-top: -5px;
  }
  /* line 130, ../zurb_foundation/scss/foundation/components/_tooltips.scss */
  .tooltip.tip-right > .nub {
    border-color: transparent #333333 transparent transparent;
    right: auto;
    left: -10px;
    top: 50%;
    margin-top: -5px;
  }
}

/* line 112, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:70.063em)/";
  width: 70.063em;
}

/* Wrapped around .top-bar to contain to grid width */
/* line 118, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
.contain-to-grid {
  width: 100%;
  background: #f9f9f9;
}

/* line 122, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
.contain-to-grid .top-bar {
  margin-bottom: 0;
}

/* line 126, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99;
}

/* line 133, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
.fixed.expanded:not(.top-bar) {
  overflow-y: auto;
  height: auto;
  width: 100%;
  max-height: 100%;
}

/* line 139, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
.fixed.expanded:not(.top-bar) .title-area {
  position: fixed;
  width: 100%;
  z-index: 99;
}

/* line 145, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
.fixed.expanded:not(.top-bar) .top-bar-section {
  z-index: 98;
  margin-top: 3rem;
}

/* line 152, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar {
  overflow: hidden;
  height: 3rem;
  line-height: 3rem;
  position: relative;
  background: #f9f9f9;
  margin-bottom: 0;
}

/* line 161, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar ul {
  margin-bottom: 0;
  list-style: none;
}

/* line 166, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar .row {
  max-width: none;
}

/* line 168, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar form,
.top-bar input {
  margin-bottom: 0;
}

/* line 171, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar input {
  height: 1.8666666667rem;
  padding-top: .35rem;
  padding-bottom: .35rem;
  font-size: 0.75rem;
}

/* line 178, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar .button, .top-bar .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .top-bar .field-content + a, .top-bar button {
  padding-top: 0.4166666667rem;
  padding-bottom: 0.4166666667rem;
  margin-bottom: 0;
  font-size: 0.75rem;
}

@media only screen and (max-width: 40em) {
  /* line 178, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar .button, .top-bar .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .top-bar .field-content + a, .top-bar button {
    position: relative;
    top: -1px;
  }
}

/* line 194, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar .title-area {
  position: relative;
  margin: 0;
}

/* line 199, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar .name {
  height: 3rem;
  margin: 0;
  font-size: 15px;
}

/* line 204, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar .name h1, .top-bar .name h2, .top-bar .name h3, .top-bar .name h4, .top-bar .name p, .top-bar .name span {
  line-height: 3rem;
  font-size: 1.1333333333rem;
  margin: 0;
}

/* line 208, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar .name h1 a, .top-bar .name h2 a, .top-bar .name h3 a, .top-bar .name h4 a, .top-bar .name p a, .top-bar .name span a {
  font-weight: normal;
  color: #0085d3;
  width: 75%;
  display: block;
  padding: 0 1.3333333333rem;
}

/* line 219, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar {
  position: absolute;
  right: 0;
  top: 0;
}

/* line 224, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar a {
  color: #0085d3;
  text-transform: uppercase;
  font-size: 0.8666666667rem;
  font-weight: bold;
  position: relative;
  display: block;
  padding: 0 1.3333333333rem;
  height: 3rem;
  line-height: 3rem;
}

/* line 237, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar.menu-icon {
  top: 50%;
  margin-top: -16px;
}

/* line 241, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar.menu-icon a {
  height: 34px;
  line-height: 33px;
  padding: 0 3rem 0 1.3333333333rem;
  color: #0085d3;
  position: relative;
}

/* line 129, ../zurb_foundation/scss/foundation/components/_global.scss */
.top-bar .toggle-topbar.menu-icon a span::after {
  content: "";
  position: absolute;
  display: block;
  height: 0;
  top: 50%;
  margin-top: -8px;
  right: 1.3333333333rem;
  box-shadow: 0 0 0 1px #0085d3, 0 7px 0 1px #0085d3, 0 14px 0 1px #0085d3;
  width: 16px;
}

/* line 162, ../zurb_foundation/scss/foundation/components/_global.scss */
.top-bar .toggle-topbar.menu-icon a span:hover:after {
  box-shadow: 0 0 0 1px "", 0 7px 0 1px "", 0 14px 0 1px "";
}

/* line 270, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar.expanded {
  height: auto;
  background: transparent;
}

/* line 274, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar.expanded .title-area {
  background: #f9f9f9;
}

/* line 277, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar.expanded .toggle-topbar a {
  color: #888888;
}

/* line 278, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar.expanded .toggle-topbar a span::after {
  box-shadow: 0 0 0 1px #888888, 0 7px 0 1px #888888, 0 14px 0 1px #888888;
}

/* line 291, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  transition: left 300ms ease-out;
}

/* line 297, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul {
  padding: 0;
  width: 100%;
  height: auto;
  display: block;
  font-size: 15px;
  margin: 0;
}

/* line 306, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .divider,
.top-bar-section [role="separator"] {
  border-top: solid 1px #7d7c7c;
  clear: both;
  height: 1px;
  width: 100%;
}

/* line 314, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li {
  background: #00f9f6;
}

/* line 316, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a {
  display: block;
  width: 100%;
  color: #0085d3;
  padding: 12px 0 12px 0;
  padding-left: 1.3333333333rem;
  font-family: "Titillium Web", Roboto, Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  text-transform: none;
}

/* line 327, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button, .top-bar-section ul .view-display-id-policy_themes_page li > .field-content + a, .view-display-id-policy_themes_page .top-bar-section ul li > .field-content + a {
  font-size: 1rem;
  padding-right: 1.3333333333rem;
  padding-left: 1.3333333333rem;
  background-color: #0085d3;
  border-color: #006aa9;
  color: #FFFFFF;
}

/* line 161, ../zurb_foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button:hover, .top-bar-section ul .view-display-id-policy_themes_page li > .field-content + a:hover, .view-display-id-policy_themes_page .top-bar-section ul li > .field-content + a:hover, .top-bar-section ul li > a.button:focus, .top-bar-section ul .view-display-id-policy_themes_page li > .field-content + a:focus, .view-display-id-policy_themes_page .top-bar-section ul li > .field-content + a:focus {
  background-color: #006aa9;
}

/* line 167, ../zurb_foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button:hover, .top-bar-section ul .view-display-id-policy_themes_page li > .field-content + a:hover, .view-display-id-policy_themes_page .top-bar-section ul li > .field-content + a:hover, .top-bar-section ul li > a.button:focus, .top-bar-section ul .view-display-id-policy_themes_page li > .field-content + a:focus, .view-display-id-policy_themes_page .top-bar-section ul li > .field-content + a:focus {
  color: #FFFFFF;
}

/* line 333, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.secondary, .top-bar-section ul .view-display-id-policy_themes_page li > .field-content + a.secondary, .view-display-id-policy_themes_page .top-bar-section ul li > .field-content + a.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
}

/* line 161, ../zurb_foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul .view-display-id-policy_themes_page li > .field-content + a.secondary:hover, .view-display-id-policy_themes_page .top-bar-section ul li > .field-content + a.secondary:hover, .top-bar-section ul li > a.button.secondary:focus, .top-bar-section ul .view-display-id-policy_themes_page li > .field-content + a.secondary:focus, .view-display-id-policy_themes_page .top-bar-section ul li > .field-content + a.secondary:focus {
  background-color: #b9b9b9;
}

/* line 167, ../zurb_foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul .view-display-id-policy_themes_page li > .field-content + a.secondary:hover, .view-display-id-policy_themes_page .top-bar-section ul li > .field-content + a.secondary:hover, .top-bar-section ul li > a.button.secondary:focus, .top-bar-section ul .view-display-id-policy_themes_page li > .field-content + a.secondary:focus, .view-display-id-policy_themes_page .top-bar-section ul li > .field-content + a.secondary:focus {
  color: #333333;
}

/* line 334, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.success, .top-bar-section ul .view-display-id-policy_themes_page li > .field-content + a.success, .view-display-id-policy_themes_page .top-bar-section ul li > .field-content + a.success {
  background-color: #27ad60;
  border-color: #1f8a4d;
  color: #FFFFFF;
}

/* line 161, ../zurb_foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.success:hover, .top-bar-section ul .view-display-id-policy_themes_page li > .field-content + a.success:hover, .view-display-id-policy_themes_page .top-bar-section ul li > .field-content + a.success:hover, .top-bar-section ul li > a.button.success:focus, .top-bar-section ul .view-display-id-policy_themes_page li > .field-content + a.success:focus, .view-display-id-policy_themes_page .top-bar-section ul li > .field-content + a.success:focus {
  background-color: #1f8a4d;
}

/* line 167, ../zurb_foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.success:hover, .top-bar-section ul .view-display-id-policy_themes_page li > .field-content + a.success:hover, .view-display-id-policy_themes_page .top-bar-section ul li > .field-content + a.success:hover, .top-bar-section ul li > a.button.success:focus, .top-bar-section ul .view-display-id-policy_themes_page li > .field-content + a.success:focus, .view-display-id-policy_themes_page .top-bar-section ul li > .field-content + a.success:focus {
  color: #FFFFFF;
}

/* line 335, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.alert, .top-bar-section ul .view-display-id-policy_themes_page li > .field-content + a.alert, .view-display-id-policy_themes_page .top-bar-section ul li > .field-content + a.alert {
  background-color: #ff4242;
  border-color: #ff0202;
  color: #FFFFFF;
}

/* line 161, ../zurb_foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul .view-display-id-policy_themes_page li > .field-content + a.alert:hover, .view-display-id-policy_themes_page .top-bar-section ul li > .field-content + a.alert:hover, .top-bar-section ul li > a.button.alert:focus, .top-bar-section ul .view-display-id-policy_themes_page li > .field-content + a.alert:focus, .view-display-id-policy_themes_page .top-bar-section ul li > .field-content + a.alert:focus {
  background-color: #ff0202;
}

/* line 167, ../zurb_foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul .view-display-id-policy_themes_page li > .field-content + a.alert:hover, .view-display-id-policy_themes_page .top-bar-section ul li > .field-content + a.alert:hover, .top-bar-section ul li > a.button.alert:focus, .top-bar-section ul .view-display-id-policy_themes_page li > .field-content + a.alert:focus, .view-display-id-policy_themes_page .top-bar-section ul li > .field-content + a.alert:focus {
  color: #FFFFFF;
}

/* line 336, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.warning, .top-bar-section ul .view-display-id-policy_themes_page li > .field-content + a.warning, .view-display-id-policy_themes_page .top-bar-section ul li > .field-content + a.warning {
  background-color: #ff9c00;
  border-color: #cc7d00;
  color: #FFFFFF;
}

/* line 161, ../zurb_foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.warning:hover, .top-bar-section ul .view-display-id-policy_themes_page li > .field-content + a.warning:hover, .view-display-id-policy_themes_page .top-bar-section ul li > .field-content + a.warning:hover, .top-bar-section ul li > a.button.warning:focus, .top-bar-section ul .view-display-id-policy_themes_page li > .field-content + a.warning:focus, .view-display-id-policy_themes_page .top-bar-section ul li > .field-content + a.warning:focus {
  background-color: #cc7d00;
}

/* line 167, ../zurb_foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.warning:hover, .top-bar-section ul .view-display-id-policy_themes_page li > .field-content + a.warning:hover, .view-display-id-policy_themes_page .top-bar-section ul li > .field-content + a.warning:hover, .top-bar-section ul li > a.button.warning:focus, .top-bar-section ul .view-display-id-policy_themes_page li > .field-content + a.warning:focus, .view-display-id-policy_themes_page .top-bar-section ul li > .field-content + a.warning:focus {
  color: #FFFFFF;
}

/* line 339, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > button {
  font-size: 1rem;
  padding-right: 1.3333333333rem;
  padding-left: 1.3333333333rem;
  background-color: #0085d3;
  border-color: #006aa9;
  color: #FFFFFF;
}

/* line 161, ../zurb_foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
  background-color: #006aa9;
}

/* line 167, ../zurb_foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
  color: #FFFFFF;
}

/* line 345, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > button.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
}

/* line 161, ../zurb_foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
  background-color: #b9b9b9;
}

/* line 167, ../zurb_foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
  color: #333333;
}

/* line 346, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > button.success {
  background-color: #27ad60;
  border-color: #1f8a4d;
  color: #FFFFFF;
}

/* line 161, ../zurb_foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
  background-color: #1f8a4d;
}

/* line 167, ../zurb_foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
  color: #FFFFFF;
}

/* line 347, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > button.alert {
  background-color: #ff4242;
  border-color: #ff0202;
  color: #FFFFFF;
}

/* line 161, ../zurb_foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
  background-color: #ff0202;
}

/* line 167, ../zurb_foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
  color: #FFFFFF;
}

/* line 348, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > button.warning {
  background-color: #ff9c00;
  border-color: #cc7d00;
  color: #FFFFFF;
}

/* line 161, ../zurb_foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
  background-color: #cc7d00;
}

/* line 167, ../zurb_foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
  color: #FFFFFF;
}

/* line 352, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li:hover:not(.has-form) > a {
  background-color: #555555;
  background: #B2FFFB;
  color: black;
}

/* line 361, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li.active > a {
  background: transparent;
  color: #000000;
}

/* line 364, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li.active > a:hover {
  background: #B2FFFB;
  color: inherit;
}

/* line 372, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-form {
  padding: 1.3333333333rem;
}

/* line 375, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown {
  position: relative;
}

/* line 379, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown > a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent black;
  border-left-style: solid;
  margin-right: 1.3333333333rem;
  margin-top: -4.5px;
  position: absolute;
  top: 50%;
  right: 0;
}

/* line 391, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown.moved {
  position: static;
}

/* line 392, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown.moved > .dropdown {
  display: block;
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
  position: absolute !important;
  width: 100%;
}

/* line 396, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown.moved > a:after {
  display: none;
}

/* line 403, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown {
  padding: 0;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 99;
  display: block;
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* line 411, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li {
  width: 100%;
  height: auto;
}

/* line 415, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li a {
  font-weight: normal;
  padding: 8px 1.3333333333rem;
}

/* line 418, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li a.parent-link {
  font-weight: normal;
}

/* line 423, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li.title h5, .top-bar-section .dropdown li.parent-link {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 1.2rem;
}

/* line 428, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a {
  color: #0085d3;
  display: block;
}

/* line 432, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li.title h5 a:hover, .top-bar-section .dropdown li.parent-link a:hover {
  background: none;
}

/* line 435, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li.has-form {
  padding: 8px 1.3333333333rem;
}

/* line 436, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li .button, .top-bar-section .dropdown li .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .top-bar-section .dropdown li .field-content + a, .top-bar-section .dropdown li button {
  top: auto;
}

/* line 439, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown label {
  padding: 8px 1.3333333333rem 2px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #777777;
  font-weight: bold;
  font-size: 0.6666666667rem;
}

/* line 450, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
.js-generated {
  display: block;
}

@media only screen and (min-width: 70.063em) {
  /* line 455, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar {
    background: #f9f9f9;
    overflow: visible;
  }
  /* line 172, ../zurb_foundation/scss/foundation/components/_global.scss */
  .top-bar:before, .top-bar:after {
    content: " ";
    display: table;
  }
  /* line 173, ../zurb_foundation/scss/foundation/components/_global.scss */
  .top-bar:after {
    clear: both;
  }
  /* line 460, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar .toggle-topbar {
    display: none;
  }
  /* line 462, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar .title-area {
    float: left;
  }
  /* line 463, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar .name h1 a {
    width: auto;
  }
  /* line 465, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar input, .top-bar .button, .top-bar .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .top-bar .field-content + a,
  .top-bar button {
    font-size: 0.9333333333rem;
    position: relative;
    height: 1.8666666667rem;
    top: 0.5666666667rem;
  }
  /* line 474, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar.expanded {
    background: #f9f9f9;
  }
  /* line 477, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
  .contain-to-grid .top-bar {
    max-width: 86.6666666667rem;
    margin: 0 auto;
    margin-bottom: 0;
  }
  /* line 483, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section {
    transition: none 0 0;
    left: 0 !important;
  }
  /* line 487, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul {
    width: auto;
    height: auto !important;
    display: inline;
  }
  /* line 492, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul li {
    float: left;
  }
  /* line 494, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul li .js-generated {
    display: none;
  }
  /* line 500, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section li.hover > a:not(.button) {
    background-color: #555555;
    background: #B2FFFB;
    color: black;
  }
  /* line 509, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section li:not(.has-form) a:not(.button) {
    padding: 0 1.3333333333rem;
    line-height: 3rem;
    background: #F2f2f2;
  }
  /* line 513, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section li:not(.has-form) a:not(.button):hover {
    background-color: #555555;
    background: #B2FFFB;
  }
  /* line 522, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section li.active:not(.has-form) a:not(.button) {
    padding: 0 1.3333333333rem;
    line-height: 3rem;
    color: #000000;
    background: transparent;
  }
  /* line 527, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section li.active:not(.has-form) a:not(.button):hover {
    background: #B2FFFB;
    color: inherit;
  }
  /* line 537, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown > a {
    padding-right: 2.6666666667rem !important;
  }
  /* line 539, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown > a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: black transparent transparent transparent;
    border-top-style: solid;
    margin-top: -2.5px;
    top: 1.5rem;
  }
  /* line 547, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown.moved {
    position: relative;
  }
  /* line 548, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown.moved > .dropdown {
    display: block;
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  /* line 554, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }
  /* line 558, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown > a:focus + .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }
  /* line 565, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    border: none;
    content: "\00bb";
    top: 1rem;
    margin-top: -1px;
    right: 5px;
    line-height: 1.2;
  }
  /* line 578, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown {
    left: 0;
    top: auto;
    background: transparent;
    min-width: 100%;
  }
  /* line 585, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li a {
    color: #0085d3;
    line-height: 3rem;
    white-space: nowrap;
    padding: 12px 1.3333333333rem;
    background: #B2FFFB;
  }
  /* line 594, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
    color: #0085d3;
    background: #B2FFFB;
  }
  /* line 599, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
    color: black;
    background-color: #555555;
    background: #00f9f6;
  }
  /* line 608, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li label {
    white-space: nowrap;
    background: #333333;
  }
  /* line 614, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li .dropdown {
    left: 100%;
    top: 0;
  }
  /* line 621, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section > ul > .divider,
  .top-bar-section > ul > [role="separator"] {
    border-bottom: none;
    border-top: none;
    border-right: solid 1px #fafafa;
    clear: none;
    height: 3rem;
    width: 0;
  }
  /* line 631, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-form {
    background: #F2f2f2;
    padding: 0 1rem;
    height: 3rem;
  }
  /* line 639, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .right li .dropdown {
    left: auto;
    right: 0;
  }
  /* line 643, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .right li .dropdown li .dropdown {
    right: 100%;
  }
  /* line 647, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .left li .dropdown {
    right: auto;
    left: 0;
  }
  /* line 651, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .left li .dropdown li .dropdown {
    left: 100%;
  }
  /* line 661, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
  .no-js .top-bar-section ul li:hover > a {
    background-color: #555555;
    background: #B2FFFB;
    color: black;
  }
  /* line 670, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
  .no-js .top-bar-section ul li:active > a {
    background: transparent;
    color: #000000;
  }
  /* line 678, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }
  /* line 682, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
  .no-js .top-bar-section .has-dropdown > a:focus + .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }
}

/* line 155, ../zurb_foundation/scss/foundation/components/_type.scss */
.text-left {
  text-align: left !important;
}

/* line 156, ../zurb_foundation/scss/foundation/components/_type.scss */
.text-right {
  text-align: right !important;
}

/* line 157, ../zurb_foundation/scss/foundation/components/_type.scss */
.text-center {
  text-align: center !important;
}

/* line 158, ../zurb_foundation/scss/foundation/components/_type.scss */
.text-justify {
  text-align: justify !important;
}

@media only screen and (max-width: 40em) {
  /* line 162, ../zurb_foundation/scss/foundation/components/_type.scss */
  .small-only-text-left {
    text-align: left !important;
  }
  /* line 163, ../zurb_foundation/scss/foundation/components/_type.scss */
  .small-only-text-right {
    text-align: right !important;
  }
  /* line 164, ../zurb_foundation/scss/foundation/components/_type.scss */
  .small-only-text-center {
    text-align: center !important;
  }
  /* line 165, ../zurb_foundation/scss/foundation/components/_type.scss */
  .small-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen {
  /* line 162, ../zurb_foundation/scss/foundation/components/_type.scss */
  .small-text-left {
    text-align: left !important;
  }
  /* line 163, ../zurb_foundation/scss/foundation/components/_type.scss */
  .small-text-right {
    text-align: right !important;
  }
  /* line 164, ../zurb_foundation/scss/foundation/components/_type.scss */
  .small-text-center {
    text-align: center !important;
  }
  /* line 165, ../zurb_foundation/scss/foundation/components/_type.scss */
  .small-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 70em) {
  /* line 162, ../zurb_foundation/scss/foundation/components/_type.scss */
  .medium-only-text-left {
    text-align: left !important;
  }
  /* line 163, ../zurb_foundation/scss/foundation/components/_type.scss */
  .medium-only-text-right {
    text-align: right !important;
  }
  /* line 164, ../zurb_foundation/scss/foundation/components/_type.scss */
  .medium-only-text-center {
    text-align: center !important;
  }
  /* line 165, ../zurb_foundation/scss/foundation/components/_type.scss */
  .medium-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 40.063em) {
  /* line 162, ../zurb_foundation/scss/foundation/components/_type.scss */
  .medium-text-left {
    text-align: left !important;
  }
  /* line 163, ../zurb_foundation/scss/foundation/components/_type.scss */
  .medium-text-right {
    text-align: right !important;
  }
  /* line 164, ../zurb_foundation/scss/foundation/components/_type.scss */
  .medium-text-center {
    text-align: center !important;
  }
  /* line 165, ../zurb_foundation/scss/foundation/components/_type.scss */
  .medium-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 70.063em) and (max-width: 90em) {
  /* line 162, ../zurb_foundation/scss/foundation/components/_type.scss */
  .large-only-text-left {
    text-align: left !important;
  }
  /* line 163, ../zurb_foundation/scss/foundation/components/_type.scss */
  .large-only-text-right {
    text-align: right !important;
  }
  /* line 164, ../zurb_foundation/scss/foundation/components/_type.scss */
  .large-only-text-center {
    text-align: center !important;
  }
  /* line 165, ../zurb_foundation/scss/foundation/components/_type.scss */
  .large-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 70.063em) {
  /* line 162, ../zurb_foundation/scss/foundation/components/_type.scss */
  .large-text-left {
    text-align: left !important;
  }
  /* line 163, ../zurb_foundation/scss/foundation/components/_type.scss */
  .large-text-right {
    text-align: right !important;
  }
  /* line 164, ../zurb_foundation/scss/foundation/components/_type.scss */
  .large-text-center {
    text-align: center !important;
  }
  /* line 165, ../zurb_foundation/scss/foundation/components/_type.scss */
  .large-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 90.063em) and (max-width: 120em) {
  /* line 162, ../zurb_foundation/scss/foundation/components/_type.scss */
  .xlarge-only-text-left {
    text-align: left !important;
  }
  /* line 163, ../zurb_foundation/scss/foundation/components/_type.scss */
  .xlarge-only-text-right {
    text-align: right !important;
  }
  /* line 164, ../zurb_foundation/scss/foundation/components/_type.scss */
  .xlarge-only-text-center {
    text-align: center !important;
  }
  /* line 165, ../zurb_foundation/scss/foundation/components/_type.scss */
  .xlarge-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 90.063em) {
  /* line 162, ../zurb_foundation/scss/foundation/components/_type.scss */
  .xlarge-text-left {
    text-align: left !important;
  }
  /* line 163, ../zurb_foundation/scss/foundation/components/_type.scss */
  .xlarge-text-right {
    text-align: right !important;
  }
  /* line 164, ../zurb_foundation/scss/foundation/components/_type.scss */
  .xlarge-text-center {
    text-align: center !important;
  }
  /* line 165, ../zurb_foundation/scss/foundation/components/_type.scss */
  .xlarge-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 120.063em) and (max-width: 99999999em) {
  /* line 162, ../zurb_foundation/scss/foundation/components/_type.scss */
  .xxlarge-only-text-left {
    text-align: left !important;
  }
  /* line 163, ../zurb_foundation/scss/foundation/components/_type.scss */
  .xxlarge-only-text-right {
    text-align: right !important;
  }
  /* line 164, ../zurb_foundation/scss/foundation/components/_type.scss */
  .xxlarge-only-text-center {
    text-align: center !important;
  }
  /* line 165, ../zurb_foundation/scss/foundation/components/_type.scss */
  .xxlarge-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 120.063em) {
  /* line 162, ../zurb_foundation/scss/foundation/components/_type.scss */
  .xxlarge-text-left {
    text-align: left !important;
  }
  /* line 163, ../zurb_foundation/scss/foundation/components/_type.scss */
  .xxlarge-text-right {
    text-align: right !important;
  }
  /* line 164, ../zurb_foundation/scss/foundation/components/_type.scss */
  .xxlarge-text-center {
    text-align: center !important;
  }
  /* line 165, ../zurb_foundation/scss/foundation/components/_type.scss */
  .xxlarge-text-justify {
    text-align: justify !important;
  }
}

/* Typography resets */
/* line 193, ../zurb_foundation/scss/foundation/components/_type.scss */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

/* Default Link Styles */
/* line 217, ../zurb_foundation/scss/foundation/components/_type.scss */
a {
  color: #0085d3;
  text-decoration: none;
  line-height: inherit;
}

/* line 222, ../zurb_foundation/scss/foundation/components/_type.scss */
a:hover, a:focus {
  color: #1facff;
}

/* line 230, ../zurb_foundation/scss/foundation/components/_type.scss */
a img {
  border: none;
}

/* Default paragraph styles */
/* line 234, ../zurb_foundation/scss/foundation/components/_type.scss */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.3333333333rem;
  text-rendering: optimizeLegibility;
}

/* line 242, ../zurb_foundation/scss/foundation/components/_type.scss */
p.lead {
  font-size: 1.2333333333rem;
  line-height: 1.6;
}

/* line 244, ../zurb_foundation/scss/foundation/components/_type.scss */
p aside {
  font-size: 0.9333333333rem;
  line-height: 1.35;
  font-style: italic;
}

/* Default header styles */
/* line 252, ../zurb_foundation/scss/foundation/components/_type.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "Titillium Web", Roboto, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

/* line 262, ../zurb_foundation/scss/foundation/components/_type.scss */
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 60%;
  color: #6f6f6f;
  line-height: 0;
}

/* line 269, ../zurb_foundation/scss/foundation/components/_type.scss */
h1 {
  font-size: 1.7333333333rem;
}

/* line 270, ../zurb_foundation/scss/foundation/components/_type.scss */
h2 {
  font-size: 1.0666666667rem;
}

/* line 271, ../zurb_foundation/scss/foundation/components/_type.scss */
h3 {
  font-size: 1.4666666667rem;
}

/* line 272, ../zurb_foundation/scss/foundation/components/_type.scss */
h4 {
  font-size: 1.2rem;
}

/* line 273, ../zurb_foundation/scss/foundation/components/_type.scss */
h5 {
  font-size: 1.2rem;
}

/* line 274, ../zurb_foundation/scss/foundation/components/_type.scss */
h6 {
  font-size: 1rem;
}

/* line 276, ../zurb_foundation/scss/foundation/components/_type.scss */
.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}

/* line 278, ../zurb_foundation/scss/foundation/components/_type.scss */
hr {
  border: solid #e9e9e9;
  border-width: 1px 0 0;
  clear: both;
  margin: 2.56rem 0 2.4933333333rem;
  height: 0;
}

/* Helpful Typography Defaults */
/* line 287, ../zurb_foundation/scss/foundation/components/_type.scss */
em,
i {
  font-style: italic;
  line-height: inherit;
}

/* line 293, ../zurb_foundation/scss/foundation/components/_type.scss */
strong,
b {
  font-weight: bold;
  line-height: inherit;
}

/* line 299, ../zurb_foundation/scss/foundation/components/_type.scss */
small {
  font-size: 60%;
  line-height: inherit;
}

/* line 304, ../zurb_foundation/scss/foundation/components/_type.scss */
code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #333333;
  background-color: #f8f8f8;
  border-width: 1px;
  border-style: solid;
  border-color: #dfdfdf;
  padding: 0.1333333333rem 0.3333333333rem 0.0666666667rem;
}

/* Lists */
/* line 316, ../zurb_foundation/scss/foundation/components/_type.scss */
ul,
ol,
dl {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.3333333333rem;
  list-style-position: outside;
  font-family: inherit;
}

/* line 326, ../zurb_foundation/scss/foundation/components/_type.scss */
ul {
  margin-left: 1.1rem;
}

/* line 328, ../zurb_foundation/scss/foundation/components/_type.scss */
ul.no-bullet {
  margin-left: 0;
}

/* line 331, ../zurb_foundation/scss/foundation/components/_type.scss */
ul.no-bullet li ul,
ul.no-bullet li ol {
  margin-left: 1.3333333333rem;
  margin-bottom: 0;
  list-style: none;
}

/* Unordered Lists */
/* line 344, ../zurb_foundation/scss/foundation/components/_type.scss */
ul li ul,
ul li ol {
  margin-left: 1.3333333333rem;
  margin-bottom: 0;
}

/* line 353, ../zurb_foundation/scss/foundation/components/_type.scss */
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}

/* line 356, ../zurb_foundation/scss/foundation/components/_type.scss */
ul.square {
  list-style-type: square;
  margin-left: 1.1rem;
}

/* line 357, ../zurb_foundation/scss/foundation/components/_type.scss */
ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem;
}

/* line 358, ../zurb_foundation/scss/foundation/components/_type.scss */
ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem;
}

/* line 359, ../zurb_foundation/scss/foundation/components/_type.scss */
ul.no-bullet {
  list-style: none;
}

/* Ordered Lists */
/* line 363, ../zurb_foundation/scss/foundation/components/_type.scss */
ol {
  margin-left: 1.4rem;
}

/* line 366, ../zurb_foundation/scss/foundation/components/_type.scss */
ol li ul,
ol li ol {
  margin-left: 1.3333333333rem;
  margin-bottom: 0;
}

/* Definition Lists */
/* line 376, ../zurb_foundation/scss/foundation/components/_type.scss */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

/* line 380, ../zurb_foundation/scss/foundation/components/_type.scss */
dl dd {
  margin-bottom: 0.8rem;
}

/* Abbreviations */
/* line 384, ../zurb_foundation/scss/foundation/components/_type.scss */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #444444;
  cursor: help;
}

/* line 391, ../zurb_foundation/scss/foundation/components/_type.scss */
abbr {
  text-transform: none;
}

/* line 393, ../zurb_foundation/scss/foundation/components/_type.scss */
abbr[title] {
  border-bottom: 1px dotted #DDDDDD;
}

/* Blockquotes */
/* line 399, ../zurb_foundation/scss/foundation/components/_type.scss */
blockquote {
  margin: 0 0 1.3333333333rem;
  padding: 0.6rem 1.3333333333rem 0 1.2666666667rem;
  border-left: 1px solid #DDDDDD;
}

/* line 404, ../zurb_foundation/scss/foundation/components/_type.scss */
blockquote cite {
  display: block;
  font-size: 0.8666666667rem;
  color: #555555;
}

/* line 408, ../zurb_foundation/scss/foundation/components/_type.scss */
blockquote cite:before {
  content: "\2014 \0020";
}

/* line 412, ../zurb_foundation/scss/foundation/components/_type.scss */
blockquote cite a,
blockquote cite a:visited {
  color: #555555;
}

/* line 418, ../zurb_foundation/scss/foundation/components/_type.scss */
blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f;
}

/* Microformats */
/* line 425, ../zurb_foundation/scss/foundation/components/_type.scss */
.vcard {
  display: inline-block;
  margin: 0 0 1.3333333333rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.6666666667rem 0.8rem;
}

/* line 431, ../zurb_foundation/scss/foundation/components/_type.scss */
.vcard li {
  margin: 0;
  display: block;
}

/* line 435, ../zurb_foundation/scss/foundation/components/_type.scss */
.vcard .fn {
  font-weight: bold;
  font-size: 1rem;
}

/* line 442, ../zurb_foundation/scss/foundation/components/_type.scss */
.vevent .summary {
  font-weight: bold;
}

/* line 444, ../zurb_foundation/scss/foundation/components/_type.scss */
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0666666667rem;
}

@media only screen and (min-width: 40.063em) {
  /* line 455, ../zurb_foundation/scss/foundation/components/_type.scss */
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }
  /* line 456, ../zurb_foundation/scss/foundation/components/_type.scss */
  h1 {
    font-size: 2.4rem;
  }
  /* line 457, ../zurb_foundation/scss/foundation/components/_type.scss */
  h2 {
    font-size: 1.7333333333rem;
  }
  /* line 458, ../zurb_foundation/scss/foundation/components/_type.scss */
  h3 {
    font-size: 1.8rem;
  }
  /* line 459, ../zurb_foundation/scss/foundation/components/_type.scss */
  h4 {
    font-size: 1.5333333333rem;
  }
  /* line 460, ../zurb_foundation/scss/foundation/components/_type.scss */
  h5 {
    font-size: 1.2rem;
  }
  /* line 461, ../zurb_foundation/scss/foundation/components/_type.scss */
  h6 {
    font-size: 1rem;
  }
}

/* line 290, ../zurb_foundation/scss/foundation/components/_offcanvas.scss */
.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 135, ../zurb_foundation/scss/foundation/components/_offcanvas.scss */
.off-canvas-wrap.move-right, .off-canvas-wrap.move-left {
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
}

/* line 291, ../zurb_foundation/scss/foundation/components/_offcanvas.scss */
.inner-wrap {
  position: relative;
  width: 100%;
  transition: transform 500ms ease;
}

/* line 172, ../zurb_foundation/scss/foundation/components/_global.scss */
.inner-wrap:before, .inner-wrap:after {
  content: " ";
  display: table;
}

/* line 173, ../zurb_foundation/scss/foundation/components/_global.scss */
.inner-wrap:after {
  clear: both;
}

/* line 293, ../zurb_foundation/scss/foundation/components/_offcanvas.scss */
.tab-bar {
  -webkit-backface-visibility: hidden;
  background: #333333;
  color: #FFFFFF;
  height: 3rem;
  line-height: 3rem;
  position: relative;
}

/* line 169, ../zurb_foundation/scss/foundation/components/_offcanvas.scss */
.tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4, .tab-bar h5, .tab-bar h6 {
  color: #FFFFFF;
  font-weight: bold;
  line-height: 3rem;
  margin: 0;
}

/* line 175, ../zurb_foundation/scss/foundation/components/_offcanvas.scss */
.tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4 {
  font-size: 1.2rem;
}

/* line 295, ../zurb_foundation/scss/foundation/components/_offcanvas.scss */
.left-small {
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 0;
  border-right: solid 1px #1a1919;
  left: 0;
}

/* line 296, ../zurb_foundation/scss/foundation/components/_offcanvas.scss */
.right-small {
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 0;
  border-left: solid 1px #1a1919;
  right: 0;
}

/* line 298, ../zurb_foundation/scss/foundation/components/_offcanvas.scss */
.tab-bar-section {
  padding: 0 0.6666666667rem;
  position: absolute;
  text-align: center;
  height: 3rem;
  top: 0;
}

@media only screen and (min-width: 40.063em) {
  /* line 204, ../zurb_foundation/scss/foundation/components/_offcanvas.scss */
  .tab-bar-section.left {
    text-align: left;
  }
  /* line 205, ../zurb_foundation/scss/foundation/components/_offcanvas.scss */
  .tab-bar-section.right {
    text-align: right;
  }
}

/* line 209, ../zurb_foundation/scss/foundation/components/_offcanvas.scss */
.tab-bar-section.left {
  left: 0;
  right: 3rem;
}

/* line 213, ../zurb_foundation/scss/foundation/components/_offcanvas.scss */
.tab-bar-section.right {
  left: 3rem;
  right: 0;
}

/* line 217, ../zurb_foundation/scss/foundation/components/_offcanvas.scss */
.tab-bar-section.middle {
  left: 3rem;
  right: 3rem;
}

/* line 302, ../zurb_foundation/scss/foundation/components/_offcanvas.scss */
.tab-bar .menu-icon {
  text-indent: 2.3333333333rem;
  width: 3rem;
  height: 3rem;
  display: block;
  padding: 0;
  color: #FFFFFF;
  position: relative;
  transform: translate3d(0, 0, 0);
}

/* line 129, ../zurb_foundation/scss/foundation/components/_global.scss */
.tab-bar .menu-icon span::after {
  content: "";
  position: absolute;
  display: block;
  height: 0;
  top: 50%;
  margin-top: -0.5333333333rem;
  left: 0.9666666667rem;
  box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
  width: 1.0666666667rem;
}

/* line 162, ../zurb_foundation/scss/foundation/components/_global.scss */
.tab-bar .menu-icon span:hover:after {
  box-shadow: 0 0 0 1px #b3b2b2, 0 7px 0 1px #b3b2b2, 0 14px 0 1px #b3b2b2;
}

/* line 326, ../zurb_foundation/scss/foundation/components/_offcanvas.scss */
.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 16.6666666667rem;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1001;
  box-sizing: content-box;
  transition: transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  transform: translate3d(-100%, 0, 0);
  left: 0;
}

/* line 105, ../zurb_foundation/scss/foundation/components/_offcanvas.scss */
.left-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

/* line 327, ../zurb_foundation/scss/foundation/components/_offcanvas.scss */
.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 16.6666666667rem;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1001;
  box-sizing: content-box;
  transition: transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  transform: translate3d(100%, 0, 0);
  right: 0;
}

/* line 105, ../zurb_foundation/scss/foundation/components/_offcanvas.scss */
.right-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

/* line 329, ../zurb_foundation/scss/foundation/components/_offcanvas.scss */
ul.off-canvas-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/* line 231, ../zurb_foundation/scss/foundation/components/_offcanvas.scss */
ul.off-canvas-list li label {
  display: block;
  padding: 0.3rem 1rem;
  color: #999999;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: bold;
  background: #444444;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
  margin: 0;
}

/* line 243, ../zurb_foundation/scss/foundation/components/_offcanvas.scss */
ul.off-canvas-list li a {
  display: block;
  padding: 0.6666666667rem;
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid #262626;
  transition: background 300ms ease;
}

/* line 249, ../zurb_foundation/scss/foundation/components/_offcanvas.scss */
ul.off-canvas-list li a:hover {
  background: #242424;
}

/* line 335, ../zurb_foundation/scss/foundation/components/_offcanvas.scss */
.move-right > .inner-wrap {
  transform: translate3d(16.6666666667rem, 0, 0);
}

/* line 338, ../zurb_foundation/scss/foundation/components/_offcanvas.scss */
.move-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media only screen and (min-width: 40.063em) {
  /* line 278, ../zurb_foundation/scss/foundation/components/_offcanvas.scss */
  .move-right .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

/* line 342, ../zurb_foundation/scss/foundation/components/_offcanvas.scss */
.move-left > .inner-wrap {
  transform: translate3d(-16.6666666667rem, 0, 0);
}

/* line 346, ../zurb_foundation/scss/foundation/components/_offcanvas.scss */
.move-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media only screen and (min-width: 40.063em) {
  /* line 278, ../zurb_foundation/scss/foundation/components/_offcanvas.scss */
  .move-left .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

/* line 349, ../zurb_foundation/scss/foundation/components/_offcanvas.scss */
.offcanvas-overlap .left-off-canvas-menu, .offcanvas-overlap .right-off-canvas-menu {
  transform: none;
  z-index: 1003;
}

/* line 357, ../zurb_foundation/scss/foundation/components/_offcanvas.scss */
.offcanvas-overlap .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media only screen and (min-width: 40.063em) {
  /* line 278, ../zurb_foundation/scss/foundation/components/_offcanvas.scss */
  .offcanvas-overlap .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

/* line 360, ../zurb_foundation/scss/foundation/components/_offcanvas.scss */
.offcanvas-overlap-left .right-off-canvas-menu {
  transform: none;
  z-index: 1003;
}

/* line 368, ../zurb_foundation/scss/foundation/components/_offcanvas.scss */
.offcanvas-overlap-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media only screen and (min-width: 40.063em) {
  /* line 278, ../zurb_foundation/scss/foundation/components/_offcanvas.scss */
  .offcanvas-overlap-left .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

/* line 371, ../zurb_foundation/scss/foundation/components/_offcanvas.scss */
.offcanvas-overlap-right .left-off-canvas-menu {
  transform: none;
  z-index: 1003;
}

/* line 379, ../zurb_foundation/scss/foundation/components/_offcanvas.scss */
.offcanvas-overlap-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media only screen and (min-width: 40.063em) {
  /* line 278, ../zurb_foundation/scss/foundation/components/_offcanvas.scss */
  .offcanvas-overlap-right .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

/* line 384, ../zurb_foundation/scss/foundation/components/_offcanvas.scss */
.no-csstransforms .left-off-canvas-menu {
  left: -16.6666666667rem;
}

/* line 385, ../zurb_foundation/scss/foundation/components/_offcanvas.scss */
.no-csstransforms .right-off-canvas-menu {
  right: -16.6666666667rem;
}

/* line 387, ../zurb_foundation/scss/foundation/components/_offcanvas.scss */
.no-csstransforms .move-left > .inner-wrap {
  right: 16.6666666667rem;
}

/* line 388, ../zurb_foundation/scss/foundation/components/_offcanvas.scss */
.no-csstransforms .move-right > .inner-wrap {
  left: 16.6666666667rem;
}

/* line 486, ../zurb_foundation/scss/foundation/components/_offcanvas.scss */
.left-submenu {
  -webkit-backface-visibility: hidden;
  width: 16.6666666667rem;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1002;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  transform: translate3d(-100%, 0, 0);
  left: 0;
  transition: transform 500ms ease;
}

/* line 399, ../zurb_foundation/scss/foundation/components/_offcanvas.scss */
.left-submenu * {
  -webkit-backface-visibility: hidden;
}

/* line 426, ../zurb_foundation/scss/foundation/components/_offcanvas.scss */
.left-submenu .back > a {
  padding: 0.3rem 1rem;
  color: #999999;
  text-transform: uppercase;
  font-weight: bold;
  background: #444;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
  margin: 0;
}

/* line 434, ../zurb_foundation/scss/foundation/components/_offcanvas.scss */
.left-submenu .back > a:hover {
  background: #303030;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
}

/* line 457, ../zurb_foundation/scss/foundation/components/_offcanvas.scss */
.left-submenu .back > a:before {
  content: "\AB";
  margin-right: 0.5rem;
  display: inline;
}

/* line 488, ../zurb_foundation/scss/foundation/components/_offcanvas.scss */
.left-submenu.move-right, .left-submenu.offcanvas-overlap-right, .left-submenu.offcanvas-overlap {
  transform: translate3d(0%, 0, 0);
}

/* line 493, ../zurb_foundation/scss/foundation/components/_offcanvas.scss */
.right-submenu {
  -webkit-backface-visibility: hidden;
  width: 16.6666666667rem;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1002;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  transform: translate3d(100%, 0, 0);
  right: 0;
  transition: transform 500ms ease;
}

/* line 399, ../zurb_foundation/scss/foundation/components/_offcanvas.scss */
.right-submenu * {
  -webkit-backface-visibility: hidden;
}

/* line 426, ../zurb_foundation/scss/foundation/components/_offcanvas.scss */
.right-submenu .back > a {
  padding: 0.3rem 1rem;
  color: #999999;
  text-transform: uppercase;
  font-weight: bold;
  background: #444;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
  margin: 0;
}

/* line 434, ../zurb_foundation/scss/foundation/components/_offcanvas.scss */
.right-submenu .back > a:hover {
  background: #303030;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
}

/* line 446, ../zurb_foundation/scss/foundation/components/_offcanvas.scss */
.right-submenu .back > a:after {
  content: "\BB";
  margin-left: 0.5rem;
  display: inline;
}

/* line 495, ../zurb_foundation/scss/foundation/components/_offcanvas.scss */
.right-submenu.move-left, .right-submenu.offcanvas-overlap-left, .right-submenu.offcanvas-overlap {
  transform: translate3d(0%, 0, 0);
}

/* line 508, ../zurb_foundation/scss/foundation/components/_offcanvas.scss */
.left-off-canvas-menu ul.off-canvas-list li.has-submenu > a:after {
  content: "\BB";
  margin-left: 0.5rem;
  display: inline;
}

/* line 511, ../zurb_foundation/scss/foundation/components/_offcanvas.scss */
.right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:before {
  content: "\AB";
  margin-right: 0.5rem;
  display: inline;
}

/* small displays */
@media only screen {
  /* line 244, ../zurb_foundation/scss/foundation/components/_visibility.scss */
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  /* line 247, ../zurb_foundation/scss/foundation/components/_visibility.scss */
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  /* line 251, ../zurb_foundation/scss/foundation/components/_visibility.scss */
  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  /* line 254, ../zurb_foundation/scss/foundation/components/_visibility.scss */
  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  /* line 259, ../zurb_foundation/scss/foundation/components/_visibility.scss */
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  /* line 262, ../zurb_foundation/scss/foundation/components/_visibility.scss */
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  /* line 265, ../zurb_foundation/scss/foundation/components/_visibility.scss */
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  /* line 268, ../zurb_foundation/scss/foundation/components/_visibility.scss */
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }
  /* line 271, ../zurb_foundation/scss/foundation/components/_visibility.scss */
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* medium displays */
@media only screen and (min-width: 40.063em) {
  /* line 244, ../zurb_foundation/scss/foundation/components/_visibility.scss */
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  /* line 247, ../zurb_foundation/scss/foundation/components/_visibility.scss */
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  /* line 251, ../zurb_foundation/scss/foundation/components/_visibility.scss */
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  /* line 254, ../zurb_foundation/scss/foundation/components/_visibility.scss */
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  /* line 259, ../zurb_foundation/scss/foundation/components/_visibility.scss */
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  /* line 262, ../zurb_foundation/scss/foundation/components/_visibility.scss */
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  /* line 265, ../zurb_foundation/scss/foundation/components/_visibility.scss */
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  /* line 268, ../zurb_foundation/scss/foundation/components/_visibility.scss */
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }
  /* line 271, ../zurb_foundation/scss/foundation/components/_visibility.scss */
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* large displays */
@media only screen and (min-width: 70.063em) {
  /* line 244, ../zurb_foundation/scss/foundation/components/_visibility.scss */
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  /* line 247, ../zurb_foundation/scss/foundation/components/_visibility.scss */
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  /* line 251, ../zurb_foundation/scss/foundation/components/_visibility.scss */
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  /* line 254, ../zurb_foundation/scss/foundation/components/_visibility.scss */
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  /* line 259, ../zurb_foundation/scss/foundation/components/_visibility.scss */
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  /* line 262, ../zurb_foundation/scss/foundation/components/_visibility.scss */
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  /* line 265, ../zurb_foundation/scss/foundation/components/_visibility.scss */
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  /* line 268, ../zurb_foundation/scss/foundation/components/_visibility.scss */
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }
  /* line 271, ../zurb_foundation/scss/foundation/components/_visibility.scss */
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* xlarge displays */
@media only screen and (min-width: 90.063em) {
  /* line 244, ../zurb_foundation/scss/foundation/components/_visibility.scss */
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  /* line 247, ../zurb_foundation/scss/foundation/components/_visibility.scss */
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  /* line 251, ../zurb_foundation/scss/foundation/components/_visibility.scss */
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  /* line 254, ../zurb_foundation/scss/foundation/components/_visibility.scss */
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  /* line 259, ../zurb_foundation/scss/foundation/components/_visibility.scss */
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  /* line 262, ../zurb_foundation/scss/foundation/components/_visibility.scss */
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  /* line 265, ../zurb_foundation/scss/foundation/components/_visibility.scss */
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  /* line 268, ../zurb_foundation/scss/foundation/components/_visibility.scss */
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }
  /* line 271, ../zurb_foundation/scss/foundation/components/_visibility.scss */
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* xxlarge displays */
@media only screen and (min-width: 120.063em) {
  /* line 244, ../zurb_foundation/scss/foundation/components/_visibility.scss */
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  /* line 247, ../zurb_foundation/scss/foundation/components/_visibility.scss */
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  /* line 251, ../zurb_foundation/scss/foundation/components/_visibility.scss */
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  /* line 254, ../zurb_foundation/scss/foundation/components/_visibility.scss */
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  /* line 259, ../zurb_foundation/scss/foundation/components/_visibility.scss */
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  /* line 262, ../zurb_foundation/scss/foundation/components/_visibility.scss */
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  /* line 265, ../zurb_foundation/scss/foundation/components/_visibility.scss */
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  /* line 268, ../zurb_foundation/scss/foundation/components/_visibility.scss */
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }
  /* line 271, ../zurb_foundation/scss/foundation/components/_visibility.scss */
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* Orientation targeting */
/* line 285, ../zurb_foundation/scss/foundation/components/_visibility.scss */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

/* line 287, ../zurb_foundation/scss/foundation/components/_visibility.scss */
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visibility for tables */
/* line 292, ../zurb_foundation/scss/foundation/components/_visibility.scss */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important;
}

/* line 296, ../zurb_foundation/scss/foundation/components/_visibility.scss */
thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}

/* line 300, ../zurb_foundation/scss/foundation/components/_visibility.scss */
tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}

/* line 304, ../zurb_foundation/scss/foundation/components/_visibility.scss */
tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}

/* line 309, ../zurb_foundation/scss/foundation/components/_visibility.scss */
td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}

@media only screen and (orientation: landscape) {
  /* line 314, ../zurb_foundation/scss/foundation/components/_visibility.scss */
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }
  /* line 316, ../zurb_foundation/scss/foundation/components/_visibility.scss */
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
  /* Specific visibility for tables */
  /* line 321, ../zurb_foundation/scss/foundation/components/_visibility.scss */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important;
  }
  /* line 325, ../zurb_foundation/scss/foundation/components/_visibility.scss */
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }
  /* line 329, ../zurb_foundation/scss/foundation/components/_visibility.scss */
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }
  /* line 333, ../zurb_foundation/scss/foundation/components/_visibility.scss */
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }
  /* line 338, ../zurb_foundation/scss/foundation/components/_visibility.scss */
  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important;
  }
}

@media only screen and (orientation: portrait) {
  /* line 344, ../zurb_foundation/scss/foundation/components/_visibility.scss */
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }
  /* line 346, ../zurb_foundation/scss/foundation/components/_visibility.scss */
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }
  /* Specific visibility for tables */
  /* line 351, ../zurb_foundation/scss/foundation/components/_visibility.scss */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important;
  }
  /* line 355, ../zurb_foundation/scss/foundation/components/_visibility.scss */
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }
  /* line 359, ../zurb_foundation/scss/foundation/components/_visibility.scss */
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }
  /* line 363, ../zurb_foundation/scss/foundation/components/_visibility.scss */
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }
  /* line 368, ../zurb_foundation/scss/foundation/components/_visibility.scss */
  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important;
  }
}

/* Touch-enabled device targeting */
/* line 374, ../zurb_foundation/scss/foundation/components/_visibility.scss */
.show-for-touch {
  display: none !important;
}

/* line 375, ../zurb_foundation/scss/foundation/components/_visibility.scss */
.hide-for-touch {
  display: inherit !important;
}

/* line 376, ../zurb_foundation/scss/foundation/components/_visibility.scss */
.touch .show-for-touch {
  display: inherit !important;
}

/* line 377, ../zurb_foundation/scss/foundation/components/_visibility.scss */
.touch .hide-for-touch {
  display: none !important;
}

/* Specific visibility for tables */
/* line 380, ../zurb_foundation/scss/foundation/components/_visibility.scss */
table.hide-for-touch {
  display: table !important;
}

/* line 381, ../zurb_foundation/scss/foundation/components/_visibility.scss */
.touch table.show-for-touch {
  display: table !important;
}

/* line 382, ../zurb_foundation/scss/foundation/components/_visibility.scss */
thead.hide-for-touch {
  display: table-header-group !important;
}

/* line 383, ../zurb_foundation/scss/foundation/components/_visibility.scss */
.touch thead.show-for-touch {
  display: table-header-group !important;
}

/* line 384, ../zurb_foundation/scss/foundation/components/_visibility.scss */
tbody.hide-for-touch {
  display: table-row-group !important;
}

/* line 385, ../zurb_foundation/scss/foundation/components/_visibility.scss */
.touch tbody.show-for-touch {
  display: table-row-group !important;
}

/* line 386, ../zurb_foundation/scss/foundation/components/_visibility.scss */
tr.hide-for-touch {
  display: table-row !important;
}

/* line 387, ../zurb_foundation/scss/foundation/components/_visibility.scss */
.touch tr.show-for-touch {
  display: table-row !important;
}

/* line 388, ../zurb_foundation/scss/foundation/components/_visibility.scss */
td.hide-for-touch {
  display: table-cell !important;
}

/* line 389, ../zurb_foundation/scss/foundation/components/_visibility.scss */
.touch td.show-for-touch {
  display: table-cell !important;
}

/* line 390, ../zurb_foundation/scss/foundation/components/_visibility.scss */
th.hide-for-touch {
  display: table-cell !important;
}

/* line 391, ../zurb_foundation/scss/foundation/components/_visibility.scss */
.touch th.show-for-touch {
  display: table-cell !important;
}

/* Print visibility */
@media print {
  /* line 396, ../zurb_foundation/scss/foundation/components/_visibility.scss */
  .show-for-print {
    display: block;
  }
  /* line 397, ../zurb_foundation/scss/foundation/components/_visibility.scss */
  .hide-for-print {
    display: none;
  }
  /* line 399, ../zurb_foundation/scss/foundation/components/_visibility.scss */
  table.show-for-print {
    display: table !important;
  }
  /* line 400, ../zurb_foundation/scss/foundation/components/_visibility.scss */
  thead.show-for-print {
    display: table-header-group !important;
  }
  /* line 401, ../zurb_foundation/scss/foundation/components/_visibility.scss */
  tbody.show-for-print {
    display: table-row-group !important;
  }
  /* line 402, ../zurb_foundation/scss/foundation/components/_visibility.scss */
  tr.show-for-print {
    display: table-row !important;
  }
  /* line 403, ../zurb_foundation/scss/foundation/components/_visibility.scss */
  td.show-for-print {
    display: table-cell !important;
  }
  /* line 404, ../zurb_foundation/scss/foundation/components/_visibility.scss */
  th.show-for-print {
    display: table-cell !important;
  }
}

/* line 4, scss/base/_drupal.scss */
.admin-menu .fixed {
  top: 0;
}

/* line 11, scss/base/_drupal.scss */
#status-messages.reveal-modal .alert-box, dialog#status-messages .alert-box {
  margin-bottom: 0;
}

/* line 18, scss/base/_drupal.scss */
.reveal-modal, dialog {
  z-index: 999;
}

/* line 25, scss/base/_drupal.scss */
.item-list .pager {
  clear: none;
}

/* line 29, scss/base/_drupal.scss */
.item-list .pager li {
  padding: 0;
}

/* line 34, scss/base/_drupal.scss */
.inline {
  margin: 0 auto 1.1333333333rem auto;
  margin-left: -1.4666666667rem;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

/* line 42, ../zurb_foundation/scss/foundation/components/_inline-lists.scss */
.inline > li {
  list-style: none;
  float: left;
  margin-left: 1.4666666667rem;
  display: block;
}

/* line 47, ../zurb_foundation/scss/foundation/components/_inline-lists.scss */
.inline > li > * {
  display: block;
}

/* line 39, scss/base/_drupal.scss */
html.js .js-hide {
  display: none;
}

/**
 * Hide elements from all users.
 *
 * Used for elements which should not be immediately displayed to any user. An
 * example would be a collapsible fieldset that will be expanded with a click
 * from a user. The effect of this class can be toggled with the jQuery show()
 * and hide() functions.
 */
/* line 51, scss/base/_drupal.scss */
.element-hidden {
  display: none;
}

/**
 * Hide elements visually, but keep them available for screen-readers.
 *
 * Used for information required for screen-reader users to understand and use
 * the site where visual display is undesirable. Information provided in this
 * manner should be kept concise, to avoid unnecessary burden on the user.
 * "!important" is used to prevent unintentional overrides.
 */
/* line 64, scss/base/_drupal.scss */
.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
}

/* @group PANELS */
/* line 77, scss/base/_drupal.scss */
[class*="panel-"] .inside,
[class*="panel-"] [class*="panel-"] .inside {
  margin-bottom: 0;
}

/* line 82, scss/base/_drupal.scss */
.panel-separator {
  display: none;
}

/**
 * @file
 * Stylesheet for the Contextual module.
 */
/**
 * Contextual links regions.
 */
/* line 9, scss/base/_contextual.scss */
.contextual-links-region {
  outline: none;
  position: relative;
}

/* line 13, scss/base/_contextual.scss */
.contextual-links-region-active {
  outline: #999 dashed 1px;
}

/**
 * Contextual links.
 */
/* line 20, scss/base/_contextual.scss */
div.contextual-links-wrapper {
  display: none;
  font-size: 90%;
  position: absolute;
  right: 5px;
  /* LTR */
  top: 2px;
  z-index: 999;
}

/* line 28, scss/base/_contextual.scss */
html.js div.contextual-links-wrapper {
  display: block;
}

/* line 31, scss/base/_contextual.scss */
a.contextual-links-trigger {
  background: transparent url(../images/gear-select.png) no-repeat 2px 0;
  border: 1px solid transparent;
  display: none;
  height: 18px;
  margin: 0;
  padding: 0 2px;
  outline: none;
  text-indent: 34px;
  /* LTR */
  width: 28px;
  overflow: hidden;
  border-radius: 4px;
}

/* line 47, scss/base/_contextual.scss */
a.contextual-links-trigger:hover,
div.contextual-links-active a.contextual-links-trigger {
  background-position: 2px -18px;
}

/* line 51, scss/base/_contextual.scss */
div.contextual-links-active a.contextual-links-trigger {
  background-color: #fff;
  border-color: #ccc;
  border-bottom: none;
  position: relative;
  z-index: 1;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-radius: 4px 4px 0 0;
}

/* line 62, scss/base/_contextual.scss */
div.contextual-links-wrapper ul.contextual-links {
  font-size: 1rem;
  background-color: #fff;
  border: 1px solid #ccc;
  display: none;
  margin: 0;
  padding: 0.25em 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 18px;
  white-space: nowrap;
  -moz-border-radius: 4px 0 4px 4px;
  /* LTR */
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-top-right-radius: 0;
  /* LTR */
  -webkit-border-top-left-radius: 4px;
  /* LTR */
  border-radius: 4px 0 4px 4px;
  /* LTR */
}

/* line 81, scss/base/_contextual.scss */
a.contextual-links-trigger-active,
div.contextual-links-active a.contextual-links-trigger,
div.contextual-links-active ul.contextual-links {
  display: block;
}

/* line 86, scss/base/_contextual.scss */
ul.contextual-links li {
  line-height: 100%;
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
  display: block !important;
  float: none !important;
}

/* line 95, scss/base/_contextual.scss */
div.contextual-links-wrapper a {
  text-decoration: none;
}

/* line 99, scss/base/_contextual.scss */
ul.contextual-links li a {
  color: #333 !important;
  font-size: 1rem;
  display: block;
  margin: 0.25em 0;
  padding: 0.25em 1em 0.25em 0.5em;
}

/* line 106, scss/base/_contextual.scss */
ul.contextual-links li a:hover {
  background-color: #bfdcee;
}

@font-face {
  font-family: 'sp-icons';
  src: url("../../cedefop_foundation/fonts/sp-icons.woff2?v=v15.2") format("woff2"), url("../../cedefop_foundation/fonts/sp-icons.ttf?v=v15.2") format("truetype"), url("../../cedefop_foundation/fonts/sp-icons.woff?v=v15.2") format("woff"), url("../../cedefop_foundation/fonts/sp-icons.svg#sp-icons?v=v15.2") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* @group ICONS ARRAY */
/* @group FIXED ICONS */
/* line 123, scss/base/_fonts-icons.scss */
[class^="icon-"],
[class*=" icon-"] {
  line-height: 1;
}

/* line 127, scss/base/_fonts-icons.scss */
[class^="icon-"].has-text:before,
[class*=" icon-"].has-text:before,
#secondary-menu #user-account label.has-text:after,
#secondary-menu #user-account .dropdown li.has-text:after,
#secondary-menu .help a.has-text:after {
  margin-right: 10px;
}

/* line 133, scss/base/_fonts-icons.scss */
[class^="icon-"]:before,
[class*=" icon-"]:before,
#secondary-menu #user-account label:after,
#secondary-menu #user-account .dropdown li:after,
#secondary-menu .help a:after,
[class^="icon-"]:after,
[class*=" icon-"]:after {
  font-family: 'sp-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 149, scss/base/_fonts-icons.scss */
.icon-fav:before {
  content: "";
}

/* line 150, scss/base/_fonts-icons.scss */
.icon-embed:before {
  content: "";
}

/* line 151, scss/base/_fonts-icons.scss */
.icon-print:before {
  content: "";
}

/* line 152, scss/base/_fonts-icons.scss */
.icon-pdf:before {
  content: "";
}

/* line 153, scss/base/_fonts-icons.scss */
.icon-share:before {
  content: "";
}

/* line 154, scss/base/_fonts-icons.scss */
.icon-info:before, .newsletter-landing-info .box-content:before, .newsletter-landing-info .pane-content:before {
  content: "";
}

/* line 155, scss/base/_fonts-icons.scss */
.icon-map:before {
  content: "";
}

/* line 156, scss/base/_fonts-icons.scss */
.icon-graph:before {
  content: "";
}

/* line 157, scss/base/_fonts-icons.scss */
.icon-table:before {
  content: "";
}

/* line 158, scss/base/_fonts-icons.scss */
.icon-country:before {
  content: "";
}

/* line 159, scss/base/_fonts-icons.scss */
.icon-occupation:before {
  content: "";
}

/* line 160, scss/base/_fonts-icons.scss */
.icon-policy-themes:before {
  content: "";
}

/* line 161, scss/base/_fonts-icons.scss */
.icon-sector:before {
  content: "";
}

/* line 162, scss/base/_fonts-icons.scss */
.icon-blog:before {
  content: "";
}

/* line 163, scss/base/_fonts-icons.scss */
.icon-ah:before {
  content: "";
}

/* line 164, scss/base/_fonts-icons.scss */
.icon-reports:before {
  content: "";
}

/* line 165, scss/base/_fonts-icons.scss */
.icon-other:before {
  content: "";
}

/* line 166, scss/base/_fonts-icons.scss */
.icon-toolkits:before {
  content: "";
}

/* line 167, scss/base/_fonts-icons.scss */
.icon-news:before {
  content: "";
}

/* line 168, scss/base/_fonts-icons.scss */
.icon-event:before {
  content: "";
}

/* line 169, scss/base/_fonts-icons.scss */
.icon-faq:before {
  content: "";
}

/* line 170, scss/base/_fonts-icons.scss */
.icon-glossary:before {
  content: "";
}

/* line 171, scss/base/_fonts-icons.scss */
.icon-data:before {
  content: "";
}

/* line 172, scss/base/_fonts-icons.scss */
.icon-contact:before {
  content: "";
}

/* line 173, scss/base/_fonts-icons.scss */
.icon-about-the-data:before {
  content: "";
}

/* line 174, scss/base/_fonts-icons.scss */
.icon-about-the-website:before {
  content: "";
}

/* line 175, scss/base/_fonts-icons.scss */
.icon-about-skills:before {
  content: "";
}

/* line 176, scss/base/_fonts-icons.scss */
.icon-help:before, .modal-default .form-item .description .has-tip:before {
  content: "";
}

/* line 177, scss/base/_fonts-icons.scss */
.icon-cancel-account:before {
  content: "";
}

/* line 178, scss/base/_fonts-icons.scss */
.icon-tweet:before, .selectionSharer .tweet:before {
  content: "";
}

/* line 179, scss/base/_fonts-icons.scss */
.icon-facebook:before, .selectionSharer .facebook:before {
  content: "";
}

/* line 180, scss/base/_fonts-icons.scss */
.icon-instagram:before {
  content: "";
}

/* line 181, scss/base/_fonts-icons.scss */
.icon-copyclipboard:before, .selectionSharer .copyclipboard:before {
  content: "";
}

/* line 182, scss/base/_fonts-icons.scss */
.icon-email:before, .selectionSharer .email:before {
  content: "";
}

/* line 183, scss/base/_fonts-icons.scss */
.icon-close:before, div.modal-forms-modal-content .popups-close:before {
  content: "";
}

/* line 184, scss/base/_fonts-icons.scss */
.icon-user:before, .modal-default .form-item.form-item-name:before {
  content: "";
}

/* line 185, scss/base/_fonts-icons.scss */
.icon-subscriptions:before, .modal-default .form-item.form-item-mail:before, .modal-default .form-item.form-item-pass.form-item-mail:before {
  content: "";
}

/* line 186, scss/base/_fonts-icons.scss */
.icon-password:before, .modal-default .form-item.form-item-mail.form-item-pass:before, .modal-default .form-item.form-item-pass:before {
  content: "";
}

/* line 187, scss/base/_fonts-icons.scss */
.icon-cookies-policy:before {
  content: "";
}

/* line 188, scss/base/_fonts-icons.scss */
.icon-calendar-arrow:before, .ui-datepicker .ui-datepicker-header .ui-corner-all:before {
  content: "";
}

/* line 189, scss/base/_fonts-icons.scss */
.icon-long-arrow:after {
  content: "";
}

/* line 190, scss/base/_fonts-icons.scss */
.icon-burger:before {
  content: "";
}

/* line 191, scss/base/_fonts-icons.scss */
.icon-export:before {
  content: "";
}

/* line 192, scss/base/_fonts-icons.scss */
.icon-rate:before {
  content: "";
}

/* line 194, scss/base/_fonts-icons.scss */
.icon-next:before {
  content: "";
}

/* line 196, scss/base/_fonts-icons.scss */
.icon-rate-fill:after {
  content: "";
}

/* line 201, scss/base/_fonts-icons.scss */
.icon-ind-000:before {
  content: "";
}

/* line 203, scss/base/_fonts-icons.scss */
.icon-ind-900:before {
  content: "";
}

/* line 205, scss/base/_fonts-icons.scss */
.icon-ind-400:before {
  content: "";
}

/* line 206, scss/base/_fonts-icons.scss */
.icon-ind-325:before {
  content: "";
}

/* line 207, scss/base/_fonts-icons.scss */
.icon-ind-326:before {
  content: "";
}

/* line 208, scss/base/_fonts-icons.scss */
.icon-ind-327:before {
  content: "";
}

/* line 209, scss/base/_fonts-icons.scss */
.icon-ind-414:before {
  content: "";
}

/* line 210, scss/base/_fonts-icons.scss */
.icon-ind-415:before {
  content: "";
}

/* line 211, scss/base/_fonts-icons.scss */
.icon-ind-416:before {
  content: "";
}

/* line 213, scss/base/_fonts-icons.scss */
.icon-ind-205:before {
  content: "";
}

/* line 215, scss/base/_fonts-icons.scss */
.icon-ind-206:before {
  content: "";
}

/* line 217, scss/base/_fonts-icons.scss */
.icon-ind-203:before {
  content: "";
}

/* line 219, scss/base/_fonts-icons.scss */
.icon-ind-700:before {
  content: "";
}

/* line 221, scss/base/_fonts-icons.scss */
.icon-ind-dim-gender:before {
  content: "";
}

/* line 223, scss/base/_fonts-icons.scss */
.icon-ind-204:before {
  content: "";
}

/* line 225, scss/base/_fonts-icons.scss */
.icon-ind-100:before {
  content: "";
}

/* line 227, scss/base/_fonts-icons.scss */
.icon-ind-822:before {
  content: "";
}

/* line 229, scss/base/_fonts-icons.scss */
.icon-ind-800:before {
  content: "";
}

/* line 231, scss/base/_fonts-icons.scss */
.icon-ind-820:before {
  content: "";
}

/* line 233, scss/base/_fonts-icons.scss */
.icon-ind-515:before {
  content: "";
}

/* line 235, scss/base/_fonts-icons.scss */
.icon-ind-710:before {
  content: "";
}

/* line 237, scss/base/_fonts-icons.scss */
.icon-ind-720:before {
  content: "";
}

/* line 239, scss/base/_fonts-icons.scss */
.icon-ind-730:before {
  content: "";
}

/* line 241, scss/base/_fonts-icons.scss */
.icon-ind-800:before {
  content: "";
}

/* line 244, scss/base/_fonts-icons.scss */
.icon-ind-education:before {
  content: "";
}

/* line 246, scss/base/_fonts-icons.scss */
.icon-ind-female:before {
  content: "";
}

/* line 248, scss/base/_fonts-icons.scss */
.icon-ind-employment:before {
  content: "";
}

/* line 250, scss/base/_fonts-icons.scss */
.icon-ind-unemployment:before {
  content: "";
}

/* line 252, scss/base/_fonts-icons.scss */
.icon-ind-sector:before {
  content: "";
}

/* line 254, scss/base/_fonts-icons.scss */
.icon-ind-employment-rate-new:before {
  content: "";
}

/* line 257, scss/base/_fonts-icons.scss */
.icon-download:before {
  content: "";
}

/* line 258, scss/base/_fonts-icons.scss */
.icon-pdf-inner:before {
  content: "";
}

/* line 259, scss/base/_fonts-icons.scss */
.icon-svg:before {
  content: "";
}

/* line 260, scss/base/_fonts-icons.scss */
.icon-xls:before {
  content: "";
}

/* line 261, scss/base/_fonts-icons.scss */
.box-visualisation:before {
  content: "";
}

/* line 262, scss/base/_fonts-icons.scss */
.icon-download:before {
  content: "";
}

/* line 263, scss/base/_fonts-icons.scss */
.icon-png:before {
  content: "";
}

/* line 264, scss/base/_fonts-icons.scss */
.icon-csv:before {
  content: "";
}

/* line 265, scss/base/_fonts-icons.scss */
.icon-eps:before {
  content: "";
}

/* line 266, scss/base/_fonts-icons.scss */
.icon-check:after, .page-user-newsletter .form-type-checkboxes .form-type-checkbox input[type="checkbox"] + label:after {
  content: "";
}

/* line 267, scss/base/_fonts-icons.scss */
.icon-go-top:before, .l-footer-bottom .columns:last-child .back2Top p:before {
  content: "";
}

/* @group FONT ICONS MIXIN */
/* @group ABSOLUTE POSITION MIXIN */
/* @group CSS ARROWS MIXIN */
/* @group INPUT PLACEHOLDER TEXT STYLING MIXIN */
/* @group TRIANGLES */
/**
	* Sass CSS triangle mixin, create any kind of triangles with ease

	* Use: 
	* @include triangle(direction,width,height,color);

	* Example:
	* $square: 50px;
	* $color: red;
	* selector {
	*	 @include triangle(bottomright,$square,$square,$color);
	* }

	* Forked from https://github.com/juanbrujo/triangle-mixin.less
	*/
/* @group CLOSE BUTTON */
/* @group ACTIONS */
/* line 3, scss/base/_common.scss */
.actions {
  width: 100%;
  list-style: none;
  margin: 0;
  margin-bottom: 1.6rem;
}

/* line 8, scss/base/_common.scss */
.actions li {
  display: inline-block;
}

/* line 11, scss/base/_common.scss */
.actions a {
  font-size: 1.4666666667rem;
  display: block;
  text-align: center;
  padding: 0 0.4666666667rem;
}

/* line 16, scss/base/_common.scss */
.box-header .actions a {
  font-size: 1.0666666667rem;
  padding: 0 0.2rem;
}

/* line 21, scss/base/_common.scss */
.actions .addtoany_list {
  display: block;
}

@media only screen and (min-width: 70.063em) {
  /* line 3, scss/base/_common.scss */
  .actions {
    text-align: right;
    width: auto;
    margin: 0;
  }
}

/* line 31, scss/base/_common.scss */
.actions span.print_pdf {
  margin: 0px;
}

/* line 36, scss/base/_common.scss */
.flag-throbber {
  position: absolute;
  font-size: 0;
}

/* @group LINKS */
/* line 44, scss/base/_common.scss */
a,
a:before,
a:after,
a:hover,
a:hover:before,
a:hover:after {
  transition: 300ms ease-out;
}

/* @group SELECT */
/* line 3, scss/base/_elements.scss */
select {
  -moz-appearance: none;
}

/* line 8, scss/base/_elements.scss */
body {
  word-break: break-word;
}

/* @group HEADINGS */
/* line 14, scss/base/_elements.scss */
h2 {
  margin: 0;
  padding-top: 0.48rem;
  padding-bottom: 0.8rem;
  border-top: 5px solid #e9e9e9;
}

@media only screen and (min-width: 40.063em) {
  /* line 14, scss/base/_elements.scss */
  h2 {
    padding-top: 1.12rem;
    padding-bottom: 2.24rem;
  }
}

/* line 23, scss/base/_elements.scss */
*:not(.box-header) > h2 {
  position: relative;
}

@media only screen and (max-width: 40em) {
  /* line 23, scss/base/_elements.scss */
  *:not(.box-header) > h2 {
    margin-top: 0.96rem;
  }
}

/* line 29, scss/base/_elements.scss */
*:not(.box-header) > h2:before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 3.3333333333rem;
  height: 5px;
  background: #000000;
}

/* line 40, scss/base/_elements.scss */
.body h2, .pageSection.item h2 {
  margin-top: 2.24rem;
}

@media only screen and (min-width: 40.063em) {
  /* line 40, scss/base/_elements.scss */
  .body h2, .pageSection.item h2 {
    margin-top: 5.44rem;
  }
}

/* line 47, scss/base/_elements.scss */
.body h2:first-child {
  margin-top: 0;
}

/* line 51, scss/base/_elements.scss */
.pageSection.item section:first-child h2 {
  margin-top: 0;
}

/* line 55, scss/base/_elements.scss */
.h2-no-border, .page-node-13763 h2, .heading-two-no-border {
  border-top: none;
  margin-top: 2.2rem;
}

/* line 58, scss/base/_elements.scss */
.h2-no-border:before, .page-node-13763 h2:before, .heading-two-no-border:before {
  display: none;
}

/* @group GRID */
/* line 66, scss/base/_elements.scss */
.columns > h2:only-child {
  margin-bottom: -1.6rem;
}

/* @group TABLES */
/* line 73, scss/base/_elements.scss */
tr {
  border-bottom: 1px solid #e9e9e9;
}

/* @group ORBIT */
/* @group TABLES */
/* line 139, scss/base/_elements.scss */
table {
  width: 100%;
}

/* @group CLOSE BUTTON */
/* line 145, scss/base/_elements.scss */
.close-btn {
  position: absolute;
  z-index: 1;
  top: 1.6rem;
  right: 1.6rem;
  cursor: pointer;
  font-size: 0;
  line-height: 1;
}

/* line 298, scss/base/_fonts-icons.scss */
.close-btn:before {
  vertical-align: middle;
  content: "";
  font-size: 1rem;
  color: #0085d3;
  font-family: 'sp-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 40em) {
  /* line 155, scss/base/_elements.scss */
  .selectionShareable {
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
  }
}

/* line 1, scss/layout/_header.scss */
.l-header {
  background: #f9f9f9;
  z-index: 1;
  position: relative;
}

/* line 7, scss/layout/_header.scss */
.l-header-region {
  background: #fff;
  margin-top: -1px;
}

@media only screen and (min-width: 70.063em) {
  /* line 7, scss/layout/_header.scss */
  .l-header-region {
    margin-top: 0;
  }
}

/* line 1, scss/layout/_top-bar.scss */
body.f-topbar-fixed {
  transition: padding 0.2s;
}

/* @group TOP BAR */
/* line 7, scss/layout/_top-bar.scss */
.top-bar {
  line-height: 1;
  margin: 0 auto;
  max-width: 86.6666666667rem;
}

@media only screen and (min-width: 70.063em) {
  /* line 7, scss/layout/_top-bar.scss */
  .top-bar {
    background-size: auto;
    padding: 0 1.6rem;
    background-position: 1.6rem 0;
  }
}

/* line 16, scss/layout/_top-bar.scss */
.top-bar .top-bar-section ul#main-menu {
  border-top: 1px solid rgba(0, 0, 0, 0);
}

@media only screen and (min-width: 70.063em) {
  /* line 16, scss/layout/_top-bar.scss */
  .top-bar .top-bar-section ul#main-menu {
    border-top: 1px solid #e9e9e9;
  }
}

/* line 22, scss/layout/_top-bar.scss */
.top-bar .top-bar-section ul#main-menu,
.top-bar .top-bar-section ul#secondary-menu,
.top-bar .top-bar-section ul.dropdown {
  border-left: 1px solid rgba(0, 0, 0, 0);
  border-right: 1px solid rgba(0, 0, 0, 0);
}

@media only screen and (min-width: 70.063em) {
  /* line 22, scss/layout/_top-bar.scss */
  .top-bar .top-bar-section ul#main-menu,
  .top-bar .top-bar-section ul#secondary-menu,
  .top-bar .top-bar-section ul.dropdown {
    border-left: none;
    border-right: none;
  }
}

/* line 34, scss/layout/_top-bar.scss */
.top-bar.expanded {
  background-color: #f9f9f9;
}

/* line 36, scss/layout/_top-bar.scss */
.top-bar.expanded .title-area {
  background: transparent;
}

/* line 39, scss/layout/_top-bar.scss */
.top-bar.expanded .top-bar-section:after {
  content: "";
  position: absolute;
  top: -4px;
  z-index: 99999999999;
  right: 25px;
  width: 42px;
  background: #B2FFFB;
  height: 11px;
}

@media only screen and (min-width: 40.063em) and (max-width: 70em) {
  /* line 50, scss/layout/_top-bar.scss */
  .top-bar.expanded .top-bar-section:after {
    width: 101px;
  }
}

/* line 55, scss/layout/_top-bar.scss */
.top-bar.expanded .top-bar-section ul#main-menu .dropdown {
  border-left: 1px solid #02EBDE;
  border-right: 1px solid #02EBDE;
}

/* line 58, scss/layout/_top-bar.scss */
.top-bar.expanded .top-bar-section ul#main-menu .dropdown:before {
  content: "";
  position: absolute;
  border-top: 1px solid #02EBDE;
}

/* line 63, scss/layout/_top-bar.scss */
.top-bar.expanded .top-bar-section ul#main-menu .dropdown:before {
  top: 0;
  width: calc(100% - 42px);
  left: 0;
}

@media only screen and (min-width: 40.063em) and (max-width: 70em) {
  /* line 69, scss/layout/_top-bar.scss */
  .top-bar.expanded .top-bar-section ul#main-menu .dropdown:before {
    width: calc(100% - 101px);
  }
}

/* line 74, scss/layout/_top-bar.scss */
.top-bar.expanded .top-bar-section ul#main-menu,
.top-bar.expanded .top-bar-section ul#secondary-menu,
.top-bar.expanded .top-bar-section ul.dropdown {
  border-left: 1px solid #02EBDE;
  border-right: 1px solid #02EBDE;
}

/* line 81, scss/layout/_top-bar.scss */
.top-bar.expanded .top-bar-section ul#main-menu {
  border-top: 1px solid #02EBDE;
}

/* line 84, scss/layout/_top-bar.scss */
.top-bar.expanded .top-bar-section ul#secondary-menu {
  border-bottom: 1px solid #02EBDE;
}

/* line 87, scss/layout/_top-bar.scss */
.top-bar.expanded .top-bar-section ul > li.leaf > a,
.top-bar.expanded .top-bar-section ul > li.has-dropdown.not-click > a {
  position: relative;
  margin-top: -2px;
  color: #1F827D;
}

/* line 89, scss/layout/_top-bar.scss */
.top-bar.expanded .top-bar-section ul > li.leaf > a.active,
.top-bar.expanded .top-bar-section ul > li.has-dropdown.not-click > a.active {
  font-weight: bold;
  color: #000000;
}

/* line 96, scss/layout/_top-bar.scss */
.top-bar.expanded .top-bar-section ul > li.leaf > a:before,
.top-bar.expanded .top-bar-section ul > li.has-dropdown.not-click > a:before {
  border-top: 1px solid #02EBDE;
  width: calc(100% - 40px);
  height: 3px;
  position: absolute;
  bottom: 0;
  content: "";
  left: 20px;
  right: 20px;
}

/* line 106, scss/layout/_top-bar.scss */
.top-bar.expanded .top-bar-section ul > li.leaf > a.help:before,
.top-bar.expanded .top-bar-section ul > li.has-dropdown.not-click > a.help:before {
  left: 20px;
}

/* line 110, scss/layout/_top-bar.scss */
.top-bar.expanded .top-bar-section ul:not(.secondary) > li.leaf:nth-child(2) {
  padding-top: 0.96rem;
}

/* line 115, scss/layout/_top-bar.scss */
.top-bar.expanded .top-bar-section ul:not(.main-nav) > li.leaf:nth-child(2):after,
.top-bar.expanded .top-bar-section ul:not(.main-nav) .dropdown .last:after {
  content: "";
  display: block;
  height: 2.24rem;
  width: 100%;
  background: #B2FFFB;
}

/* line 124, scss/layout/_top-bar.scss */
.top-bar .name {
  height: auto;
  width: 20rem;
  margin-left: 1.6rem;
  transition: width 0.2s;
}

@media only screen and (min-width: 70.063em) {
  /* line 124, scss/layout/_top-bar.scss */
  .top-bar .name {
    margin-left: 0;
    width: 22rem;
  }
  /* line 132, scss/layout/_top-bar.scss */
  body.f-topbar-fixed .top-bar .name {
    width: 13.3333333333rem;
  }
}

/* line 136, scss/layout/_top-bar.scss */
.top-bar .name img {
  max-height: 25px;
}

@media only screen and (min-width: 70.063em) {
  /* line 136, scss/layout/_top-bar.scss */
  .top-bar .name img {
    max-height: none;
    max-width: 314px;
  }
}

@media only screen and (min-width: 70.063em) {
  /* line 7, scss/layout/_top-bar.scss */
  .top-bar {
    height: auto;
  }
}

/* line 147, scss/layout/_top-bar.scss */
.top-bar .title-area {
  margin: 0.6666666667rem 0 0.6666666667rem 0;
  transition: margin 0.2s;
}

@media only screen and (min-width: 70.063em) {
  /* line 147, scss/layout/_top-bar.scss */
  .top-bar .title-area {
    margin: 2rem 0 2rem 0;
  }
  /* line 152, scss/layout/_top-bar.scss */
  body.f-topbar-fixed .top-bar .title-area {
    margin: 0.6666666667rem 0 0.6666666667rem 0;
  }
}

/* line 158, scss/layout/_top-bar.scss */
.top-bar .block-menu ul li a {
  background: #B2FFFB !important;
}

@media only screen and (min-width: 70.063em) {
  /* line 158, scss/layout/_top-bar.scss */
  .top-bar .block-menu ul li a {
    background: #f9f9f9 !important;
  }
  /* line 162, scss/layout/_top-bar.scss */
  .top-bar .block-menu ul li a:hover {
    background: #B2FFFB !important;
  }
}

@media only screen and (min-width: 70.063em) {
  /* line 157, scss/layout/_top-bar.scss */
  .top-bar .block-menu {
    position: absolute;
    top: 0;
    right: 0;
  }
}

@media only screen and (min-width: 40.063em) {
  /* line 176, scss/layout/_top-bar.scss */
  .top-bar-section ul {
    width: 100%;
  }
}

/* line 180, scss/layout/_top-bar.scss */
.top-bar-section ul li {
  background: #B2FFFB;
}

/* line 183, scss/layout/_top-bar.scss */
.top-bar-section ul li > a {
  padding-right: 1.25rem;
  font-size: 0.98rem;
}

@media only screen and (max-width: 40em) {
  /* line 187, scss/layout/_top-bar.scss */
  .top-bar-section ul li.parent-link {
    height: 0;
  }
  /* line 190, scss/layout/_top-bar.scss */
  .top-bar-section ul li.parent-link a.parent-link {
    font-size: 0;
  }
}

@media only screen and (max-width: 40em) {
  /* line 195, scss/layout/_top-bar.scss */
  .top-bar-section ul .title.back.js-generated {
    text-align: right;
  }
  /* line 198, scss/layout/_top-bar.scss */
  .top-bar-section ul .title.back.js-generated a {
    font-size: 0.9rem;
    padding-right: 3em;
    padding-top: 1em;
    padding-bottom: 1.1em;
  }
  /* line 203, scss/layout/_top-bar.scss */
  .top-bar-section ul .title.back.js-generated a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent black transparent transparent;
    border-left-style: solid;
    margin-right: 1.33333rem;
    margin-top: -4.5px;
    position: absolute;
    top: 1.4em;
    right: 0;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 70em) {
  /* line 195, scss/layout/_top-bar.scss */
  .top-bar-section ul .title.back.js-generated {
    text-align: right;
  }
  /* line 221, scss/layout/_top-bar.scss */
  .top-bar-section ul .title.back.js-generated a {
    font-size: 0.9rem;
    padding-right: 3em;
    padding-top: 1em;
    padding-bottom: 1.1em;
  }
  /* line 226, scss/layout/_top-bar.scss */
  .top-bar-section ul .title.back.js-generated a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent black transparent transparent;
    border-left-style: solid;
    margin-right: 1.33333rem;
    margin-top: -4.5px;
    position: absolute;
    top: 1.4em;
    right: 0;
  }
}

/* line 245, scss/layout/_top-bar.scss */
.top-bar-section .dropdown li a {
  line-height: 1;
}

/* line 251, scss/layout/_top-bar.scss */
.top-bar.expanded {
  min-height: 170px;
}

/* line 253, scss/layout/_top-bar.scss */
.top-bar.expanded:before, .top-bar.expanded:after {
  content: '';
  position: absolute;
  z-index: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  top: 3.1em;
}

@media only screen and (min-width: 70.063em) {
  /* line 253, scss/layout/_top-bar.scss */
  .top-bar.expanded:before, .top-bar.expanded:after {
    display: none;
  }
}

/* line 266, scss/layout/_top-bar.scss */
.top-bar.expanded:after {
  border-bottom: 1px solid #02EBDE;
  height: 1px;
  top: auto;
  left: 24px;
  width: calc(100% - 48px);
}

@media only screen and (min-width: 70.063em) {
  /* line 274, scss/layout/_top-bar.scss */
  .top-bar.expanded:before {
    background-color: #00f9f6;
  }
}

@media only screen and (max-width: 40em) {
  /* line 283, scss/layout/_top-bar.scss */
  .toggle-topbar.menu-icon {
    right: 24px;
    width: 44px;
    top: 6px !important;
    padding-top: 6px;
    padding-bottom: 3px;
  }
}

@media only screen and (max-width: 40em) and (max-width: 40em) {
  /* line 290, scss/layout/_top-bar.scss */
  .toggle-topbar.menu-icon span {
    font-size: 0;
  }
}

@media only screen and (max-width: 40em) {
  /* line 295, scss/layout/_top-bar.scss */
  .toggle-topbar.menu-icon a {
    padding: 1rem !important;
    padding-bottom: 1.85rem !important;
    display: block;
    top: -4px;
    position: relative !important;
  }
  /* line 302, scss/layout/_top-bar.scss */
  .toggle-topbar.menu-icon span:after {
    right: 0.85rem !important;
    top: 1.5rem !important;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 70em) {
  /* line 283, scss/layout/_top-bar.scss */
  .toggle-topbar.menu-icon {
    right: 24px;
    top: -10px !important;
    margin-top: 0 !important;
    padding-top: 6px;
    padding-bottom: 9px;
  }
}

/* line 318, scss/layout/_top-bar.scss */
.top-bar ul li.toggle-topbar {
  background: none !important;
  border-left: 1px solid rgba(178, 255, 251, 0);
  border-right: 1px solid rgba(178, 255, 251, 0);
}

/* line 322, scss/layout/_top-bar.scss */
.top-bar ul li.toggle-topbar:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  top: 0;
  background: #02EBDE;
  opacity: 0;
}

/* line 331, scss/layout/_top-bar.scss */
.top-bar ul li.toggle-topbar.active {
  border-left: 1px solid #02EBDE;
  border-right: 1px solid #02EBDE;
  background: #B2FFFB !important;
  label: after;
  label-color: #000000 !important;
}

/* line 332, scss/layout/_top-bar.scss */
.top-bar ul li.toggle-topbar.active:before {
  opacity: 1;
}

/* line 335, scss/layout/_top-bar.scss */
.top-bar ul li.toggle-topbar.active a {
  color: #000000;
}

/* line 338, scss/layout/_top-bar.scss */
.top-bar ul li.toggle-topbar.active a span:after {
  box-shadow: 0 0 0 1px #000000, 0 7px 0 1px #000000, 0 14px 0 1px #000000;
}

/* @group MAIN MENU */
/* line 352, scss/layout/_top-bar.scss */
.top-bar-section {
  min-height: 424px;
}

/* line 354, scss/layout/_top-bar.scss */
.top-bar-section:before {
  content: "";
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

@media only screen and (min-width: 70.063em) {
  /* line 352, scss/layout/_top-bar.scss */
  .top-bar-section {
    min-height: auto;
  }
  /* line 365, scss/layout/_top-bar.scss */
  .top-bar-section:before {
    display: none;
  }
}

@media only screen and (min-width: 70.063em) {
  /* line 370, scss/layout/_top-bar.scss */
  .top-bar-section .has-dropdown.not-click:hover > .dropdown {
    border-left: 2px solid #02EBDE;
    border-right: 2px solid #02EBDE;
    border-bottom: 2px solid #02EBDE;
    margin-left: -2px;
    margin-right: -2px;
    padding-left: 4px;
    padding-right: 3px;
    background: #B2FFFB;
  }
  /* line 380, scss/layout/_top-bar.scss */
  .top-bar-section .has-dropdown.not-click:hover > .dropdown li {
    position: relative;
  }
  /* line 382, scss/layout/_top-bar.scss */
  .top-bar-section .has-dropdown.not-click:hover > .dropdown li:before, .top-bar-section .has-dropdown.not-click:hover > .dropdown li:after {
    content: '';
    position: absolute;
    top: 0px;
    right: auto;
    bottom: 0px;
    left: auto;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 6px;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
  }
  /* line 395, scss/layout/_top-bar.scss */
  .top-bar-section .has-dropdown.not-click:hover > .dropdown li:before {
    left: -5px;
  }
  /* line 398, scss/layout/_top-bar.scss */
  .top-bar-section .has-dropdown.not-click:hover > .dropdown li:after {
    right: -5px;
  }
  /* line 401, scss/layout/_top-bar.scss */
  .top-bar-section .has-dropdown.not-click:hover > .dropdown li .active:hover {
    background: #00f9f6 !important;
  }
  /* line 405, scss/layout/_top-bar.scss */
  .top-bar-section .has-dropdown.not-click:hover > .dropdown li:hover:before,
  .top-bar-section .has-dropdown.not-click:hover > .dropdown li:hover:after {
    background: #00f9f6;
  }
}

@media only screen and (min-width: 70.063em) {
  /* line 411, scss/layout/_top-bar.scss */
  .top-bar-section li:nth-child(7).has-dropdown.not-click:hover > .dropdown {
    padding-right: 5px;
  }
}

@media only screen and (max-width: 40em) {
  /* line 419, scss/layout/_top-bar.scss */
  .top-bar-section > #main-menu,
  .top-bar-section > div.block-menu {
    width: calc(100% - 3.1rem);
    margin-left: 1.5rem;
  }
  /* line 424, scss/layout/_top-bar.scss */
  .top-bar-section > #main-menu ul.dropdown,
  .top-bar-section > div.block-menu ul.dropdown {
    width: calc(100% + 1px);
    margin-left: 3.2rem;
  }
  /* line 430, scss/layout/_top-bar.scss */
  .top-bar.expanded {
    background: #FFFFFF;
  }
  /* line 433, scss/layout/_top-bar.scss */
  .top-bar.expanded:before {
    background: #B2FFFB;
    left: 1.6rem;
    left: 1.5rem;
    width: calc(100% - 3.1rem);
    border-left: 1px solid #02EBDE;
    border-right: 1px solid #02EBDE;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 70em) {
  /* line 443, scss/layout/_top-bar.scss */
  .top-bar-section > #main-menu,
  .top-bar-section > div.block-menu {
    width: calc(100% - 3.2rem);
    margin-left: 1.6rem;
  }
  /* line 447, scss/layout/_top-bar.scss */
  .top-bar-section > #main-menu ul.dropdown,
  .top-bar-section > div.block-menu ul.dropdown {
    width: calc(100% + 2.7px);
    margin-left: 3.25rem;
  }
  /* line 452, scss/layout/_top-bar.scss */
  .top-bar.expanded {
    background: #FFFFFF;
  }
  /* line 455, scss/layout/_top-bar.scss */
  .top-bar.expanded:before {
    background: #B2FFFB;
    left: 1.6rem;
    left: 1.6rem;
    width: calc(100% - 3.2rem);
    border-left: 1px solid #02EBDE;
    border-right: 1px solid #02EBDE;
  }
}

/* line 465, scss/layout/_top-bar.scss */
#main-menu,
#secondary-menu {
  background: #FFFFFF;
  position: relative;
  z-index: 103;
}

/* line 470, scss/layout/_top-bar.scss */
#main-menu > li,
#secondary-menu > li {
  border-left: 1px solid rgba(255, 0, 0, 0);
  border-right: 1px solid rgba(255, 0, 0, 0);
}

@media only screen and (min-width: 70.063em) {
  /* line 470, scss/layout/_top-bar.scss */
  #main-menu > li,
  #secondary-menu > li {
    border-left: 2px solid rgba(255, 0, 0, 0);
    border-right: 2px solid rgba(255, 0, 0, 0);
  }
}

@media only screen and (min-width: 70.063em) {
  /* line 465, scss/layout/_top-bar.scss */
  #main-menu,
  #secondary-menu {
    background: #F2f2f2;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #e9e9e9;
  }
  /* line 483, scss/layout/_top-bar.scss */
  #main-menu:after, #main-menu:before,
  #secondary-menu:after,
  #secondary-menu:before {
    content: "";
    position: absolute;
    top: -1px;
    width: 100%;
    height: calc(100% + 1px);
    background: #F2f2f2;
    border-top: 1px solid #e9e9e9;
  }
  /* line 493, scss/layout/_top-bar.scss */
  #main-menu:after,
  #secondary-menu:after {
    right: -100%;
  }
  /* line 496, scss/layout/_top-bar.scss */
  #main-menu:before,
  #secondary-menu:before {
    left: -100%;
  }
  /* line 499, scss/layout/_top-bar.scss */
  #main-menu > li,
  #secondary-menu > li {
    float: none;
    background: none;
    position: relative;
  }
  /* line 504, scss/layout/_top-bar.scss */
  #main-menu > li > a,
  #secondary-menu > li > a {
    transition: none;
  }
  /* line 507, scss/layout/_top-bar.scss */
  #main-menu > li:before,
  #secondary-menu > li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 101;
    height: 0.3333333333rem;
    background: #02EBDE;
    opacity: 0;
  }
  /* line 519, scss/layout/_top-bar.scss */
  #main-menu > li:hover:before,
  #secondary-menu > li:hover:before {
    opacity: 1;
  }
  /* line 523, scss/layout/_top-bar.scss */
  #main-menu > li.has-dropdown,
  #secondary-menu > li.has-dropdown {
    margin-left: -2px;
    margin-right: -2px;
  }
  /* line 526, scss/layout/_top-bar.scss */
  #main-menu > li.has-dropdown:hover,
  #secondary-menu > li.has-dropdown:hover {
    filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, 0.2));
  }
}

@media only screen and (min-width: 70.063em) and (min-width: 70.063em) {
  /* line 526, scss/layout/_top-bar.scss */
  #main-menu > li.has-dropdown:hover,
  #secondary-menu > li.has-dropdown:hover {
    border-left: 2px solid #02EBDE;
    border-right: 2px solid #02EBDE;
  }
}

@media only screen and (min-width: 70.063em) {
  /* line 534, scss/layout/_top-bar.scss */
  #main-menu > li .active,
  #secondary-menu > li .active {
    font-weight: bold;
    color: #000000;
  }
  /* line 537, scss/layout/_top-bar.scss */
  #main-menu > li .active:before,
  #secondary-menu > li .active:before {
    opacity: 1;
  }
  /* line 540, scss/layout/_top-bar.scss */
  #main-menu > li .active:hover,
  #secondary-menu > li .active:hover {
    background: #B2FFFB;
  }
  /* line 544, scss/layout/_top-bar.scss */
  #main-menu > li > a,
  #secondary-menu > li > a {
    text-transform: uppercase;
    z-index: 100;
    position: relative;
  }
}

@media screen and (min-width: 1121px) and (max-width: 1280px) {
  /* line 552, scss/layout/_top-bar.scss */
  #main-menu li a,
  #secondary-menu li a {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  /* line 556, scss/layout/_top-bar.scss */
  #main-menu li a,
  #main-menu #explore-toggler label,
  #main-menu #search-toggler label,
  #secondary-menu li a,
  #secondary-menu #explore-toggler label,
  #secondary-menu #search-toggler label {
    font-size: 0.81rem !important;
  }
}

/* @group SECONDARY (USER) MENU */
/* line 566, scss/layout/_top-bar.scss */
#secondary-menu {
  border-top: none;
}

@media only screen and (min-width: 70.063em) {
  /* line 566, scss/layout/_top-bar.scss */
  #secondary-menu {
    background: none;
  }
}

/* line 571, scss/layout/_top-bar.scss */
#secondary-menu label {
  margin-bottom: 0;
  padding: 0.8rem 1.3333333333rem;
  font-size: calc(1rem - 1px);
  color: #0085d3;
  text-transform: uppercase;
  position: relative;
}

/* line 579, scss/layout/_top-bar.scss */
#secondary-menu:before, #secondary-menu:after {
  display: none;
}

/* line 582, scss/layout/_top-bar.scss */
#secondary-menu li {
  background: #B2FFFB;
}

@media only screen and (min-width: 40.063em) {
  /* line 582, scss/layout/_top-bar.scss */
  #secondary-menu li {
    background: transparent;
  }
}

/* line 590, scss/layout/_top-bar.scss */
#secondary-menu li:nth-child(2) a {
  padding-left: 2.88rem;
}

@media only screen and (min-width: 70.063em) {
  /* line 594, scss/layout/_top-bar.scss */
  #secondary-menu li:nth-child(2) a {
    padding-left: 1.28rem;
  }
}

/* line 598, scss/layout/_top-bar.scss */
#secondary-menu li:nth-child(2) a:after {
  content: '\e929';
  font-family: 'sp-icons' !important;
  position: absolute;
  left: 20px;
  color: #000000;
}

@media only screen and (min-width: 70.063em) {
  /* line 606, scss/layout/_top-bar.scss */
  #secondary-menu li:nth-child(2) a:after {
    display: none;
  }
}

@media only screen and (min-width: 70.063em) {
  /* line 612, scss/layout/_top-bar.scss */
  #secondary-menu li:nth-child(2) a:before {
    content: '\e929';
    font-family: 'sp-icons' !important;
    padding-right: 0.6rem;
    z-index: 128;
    color: #000000;
  }
}

/* line 623, scss/layout/_top-bar.scss */
#secondary-menu #user-account:hover {
  background: #B2FFFB;
}

/* line 626, scss/layout/_top-bar.scss */
#secondary-menu #user-account label {
  padding-left: 2.9333333333rem;
  padding-right: 3.2em;
}

/* line 629, scss/layout/_top-bar.scss */
#secondary-menu #user-account label:hover {
  color: #000000;
  font-weight: bold;
}

/* line 634, scss/layout/_top-bar.scss */
#secondary-menu #user-account label:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent black;
  border-top-style: solid;
  top: 1.3rem;
  right: 1.5em;
  position: absolute;
}

@media only screen and (min-width: 70.063em) {
  /* line 634, scss/layout/_top-bar.scss */
  #secondary-menu #user-account label:before {
    border-color: black transparent transparent transparent;
  }
}

/* line 649, scss/layout/_top-bar.scss */
#secondary-menu #user-account label:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 1.3333333333rem;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1rem;
  color: #000000;
}

/* line 662, scss/layout/_top-bar.scss */
#secondary-menu #user-account .dropdown li {
  position: relative;
}

/* line 665, scss/layout/_top-bar.scss */
#secondary-menu #user-account .dropdown li a {
  padding-left: 4em;
  padding-right: 10em;
  font-weight: bold;
  color: #1f827d;
}

/* line 671, scss/layout/_top-bar.scss */
#secondary-menu #user-account .dropdown li:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 2.6666666667rem;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1rem;
  color: #1f827d;
}

/* line 683, scss/layout/_top-bar.scss */
#secondary-menu #user-account .dropdown li.settings:after {
  content: "";
}

/* line 686, scss/layout/_top-bar.scss */
#secondary-menu #user-account .dropdown li.bookmarks:after {
  content: "";
}

/* line 689, scss/layout/_top-bar.scss */
#secondary-menu #user-account .dropdown li.recommendations:after {
  content: "";
}

/* line 692, scss/layout/_top-bar.scss */
#secondary-menu #user-account .dropdown li.newsletter-subscriptions:after {
  content: "";
}

/* line 695, scss/layout/_top-bar.scss */
#secondary-menu #user-account .dropdown li.last:after {
  content: "";
}

/* line 701, scss/layout/_top-bar.scss */
#secondary-menu .help a {
  position: relative;
  padding-left: 2.9333333333rem;
}

/* line 705, scss/layout/_top-bar.scss */
#secondary-menu .help a:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 1.3333333333rem;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1rem;
  color: #000000;
}

/* line 722, scss/layout/_top-bar.scss */
.logged-in #secondary-menu li#user-account {
  padding-bottom: 2px;
  background: #B2FFFB;
}

/* line 725, scss/layout/_top-bar.scss */
.logged-in #secondary-menu li#user-account:hover {
  border-bottom: 2px solid #B2FFFB;
  padding-bottom: 0;
}

@media only screen and (min-width: 70.063em) {
  /* line 722, scss/layout/_top-bar.scss */
  .logged-in #secondary-menu li#user-account {
    background: none;
  }
  /* line 731, scss/layout/_top-bar.scss */
  .logged-in #secondary-menu li#user-account:hover {
    background: #B2FFFB;
  }
}

/* line 735, scss/layout/_top-bar.scss */
.logged-in #secondary-menu li#user-account:hover:after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: #B2FFFB;
  bottom: -2px;
  z-index: 99;
}

/* line 746, scss/layout/_top-bar.scss */
.logged-in #secondary-menu li#user-account label {
  background: #B2FFFB;
}

@media only screen and (min-width: 70.063em) {
  /* line 746, scss/layout/_top-bar.scss */
  .logged-in #secondary-menu li#user-account label {
    background: none;
  }
}

/* line 753, scss/layout/_top-bar.scss */
.logged-in #secondary-menu li#user-account label:hover {
  font-weight: normal;
}

/* line 757, scss/layout/_top-bar.scss */
.logged-in #secondary-menu li#user-account ul.dropdown {
  border-top: 2px solid #02EBDE;
}

/* line 760, scss/layout/_top-bar.scss */
.logged-in #secondary-menu li#user-account ul.dropdown,
.logged-in #secondary-menu li#user-account ul.dropdown li,
.logged-in #secondary-menu li#user-account ul.dropdown li a {
  background: #B2FFFB !important;
}

/* line 765, scss/layout/_top-bar.scss */
.logged-in #secondary-menu li#user-account ul.dropdown li a {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}

/* line 768, scss/layout/_top-bar.scss */
.logged-in #secondary-menu li#user-account ul.dropdown li a:before {
  display: none;
}

/* line 772, scss/layout/_top-bar.scss */
.logged-in #secondary-menu li#user-account .dropdown li {
  padding-left: 0.96rem;
}

/* line 774, scss/layout/_top-bar.scss */
.logged-in #secondary-menu li#user-account .dropdown li:before, .logged-in #secondary-menu li#user-account .dropdown li:after {
  background: none;
}

/* line 779, scss/layout/_top-bar.scss */
.logged-in #secondary-menu li#user-account .dropdown li:after {
  position: absolute;
  left: 0.96rem;
  right: auto;
}

/* line 5, scss/layout/_page.scss */
body {
  overflow-x: hidden;
}

/*page main-content & aside ordering - mobile and tablet - 
for indicators, articlesanalytical-highlights, news & events*/
@media only screen and (max-width: 40em) {
  /* line 17, scss/layout/_page.scss */
  .page-indicators-list #page-content .l-content,
  .page-articles #page-content .l-content,
  .page-analytical-highlights-browse-analytical-highlights #page-content .l-content,
  .page-news #page-content .l-content,
  .page-events #page-content .l-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  /* line 26, scss/layout/_page.scss */
  .page-indicators-list #page-content .l-content .main-content,
  .page-articles #page-content .l-content .main-content,
  .page-analytical-highlights-browse-analytical-highlights #page-content .l-content .main-content,
  .page-news #page-content .l-content .main-content,
  .page-events #page-content .l-content .main-content {
    -ms-flex-order: 2;
        order: 2;
    float: none;
  }
  /* line 30, scss/layout/_page.scss */
  .page-indicators-list #page-content .l-content aside,
  .page-articles #page-content .l-content aside,
  .page-analytical-highlights-browse-analytical-highlights #page-content .l-content aside,
  .page-news #page-content .l-content aside,
  .page-events #page-content .l-content aside {
    -ms-flex-order: 1;
        order: 1;
    float: none;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 70em) {
  /* line 37, scss/layout/_page.scss */
  .page-indicators-list #page-content .l-content,
  .page-articles #page-content .l-content,
  .page-analytical-highlights-browse-analytical-highlights #page-content .l-content,
  .page-news #page-content .l-content,
  .page-events #page-content .l-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  /* line 46, scss/layout/_page.scss */
  .page-indicators-list #page-content .l-content .main-content,
  .page-articles #page-content .l-content .main-content,
  .page-analytical-highlights-browse-analytical-highlights #page-content .l-content .main-content,
  .page-news #page-content .l-content .main-content,
  .page-events #page-content .l-content .main-content {
    -ms-flex-order: 2;
        order: 2;
    float: none;
  }
  /* line 50, scss/layout/_page.scss */
  .page-indicators-list #page-content .l-content aside,
  .page-articles #page-content .l-content aside,
  .page-analytical-highlights-browse-analytical-highlights #page-content .l-content aside,
  .page-news #page-content .l-content aside,
  .page-events #page-content .l-content aside {
    -ms-flex-order: 1;
        order: 1;
    float: none;
  }
}

/* line 1, scss/layout/_main.scss */
p {
  word-wrap: break-word;
}

/* @group BREADCRUMBS */
/* line 3, scss/layout/_breadcrumbs.scss */
.breadcrumbs {
  margin-bottom: 0;
}

/* line 5, scss/layout/_breadcrumbs.scss */
.breadcrumbs li {
  padding-bottom: 1em;
  padding-top: 0.2em;
}

@media only screen and (min-width: 70.063em) {
  /* line 10, scss/layout/_breadcrumbs.scss */
  .breadcrumbs li {
    padding-bottom: 0;
    padding-top: 0;
  }
}

/* line 16, scss/layout/_breadcrumbs.scss */
.page-taxonomy .breadcrumbs {
  margin-bottom: 15px;
}

/* @group PAGE HEADER */
/* line 3, scss/layout/_page-header.scss */
#page-header {
  border-bottom: 1px solid #F3F3F3;
  margin-bottom: 0.96rem;
}

@media only screen and (min-width: 40.063em) {
  /* line 3, scss/layout/_page-header.scss */
  #page-header {
    margin-bottom: 2.24rem;
  }
}

/* line 9, scss/layout/_page-header.scss */
#page-header > .row {
  -ms-flex-align: center;
      align-items: center;
}

@media only screen and (min-width: 70.063em) {
  /* line 9, scss/layout/_page-header.scss */
  #page-header > .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

/* line 15, scss/layout/_page-header.scss */
#page-header > .row > .columns {
  margin-top: 0;
}

@media only screen and (min-width: 70.063em) {
  /* line 19, scss/layout/_page-header.scss */
  #page-header > .row > .columns {
    float: none;
    width: auto;
  }
  /* line 22, scss/layout/_page-header.scss */
  #page-header > .row > .columns.page-title-container {
    -ms-flex-positive: 1;
        flex-grow: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    max-width: 66.66667%;
  }
  /* line 28, scss/layout/_page-header.scss */
  #page-header > .row > .columns.page-title-actions {
    margin-left: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

/* line 36, scss/layout/_page-header.scss */
#page-header .view-filters {
  display: inline-block;
  padding: 1.12rem 0;
}

/* line 40, scss/layout/_page-header.scss */
#page-header label {
  font-size: inherit;
  font-weight: inherit;
  margin-right: 0.6666666667rem;
  display: inline-block;
  line-height: 1;
  color: #222222;
}

/* line 48, scss/layout/_page-header.scss */
#page-header select {
  display: inline-block;
  width: 100px;
  display: inline-block;
  padding: 0 5.44rem 0 0;
  margin: 0;
  height: auto;
  border: 0;
  font-size: 2.4rem;
  font-weight: bold;
  color: #222222;
  background-color: #fff;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD8AAAEgCAYAAAADqKslAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAIeSURBVHgB7de9cRNBGIDhNUMBlEAJVGCPSqAEd4ArsI8KTAeU4A7wDAVACaSX0QA+TkBAANZPJM3zPql2g3cl7Xc35nleBurFgBWvKl5VvKp4VfGq4lXFq4pXFa8qXlW8qnhV8ariVcWrilcVrypeVbyqeFXxquJVxauKVxWvKl5VvKp4VfGq4lXFq4pXFa8qXlW8qnhV8ariVcWrilcVrypeVbyqeFXxquJVxauKVxWvKl5VvKp4VfGq4lXFq4pXFa8qXlW8qnhV8ariVcWrilcVrypeVbyqeFXxquJVL8cpu/38ZYzlzTjO45guN88tON1v/vbTqzX89Tja7r2nGz9tvo/x4+04yrLufdq597T/89PmcT2A63Gwp+t179ddq07/wps2H8fFcrf3+mV5t+552Gfpedz2d1fTXgewrGveX30YezqfUbc9gDHu//v57/BpHOC85vx0eTMuxj9+0sv9oeFb5/eQs2wvwOXvy+xhTFc34wjnF/9rBG7H2PJtbB9kjpoGf8zzvAxULzaq4lXFq4pXFa8qXlW8qnhV8ariVcWrilcVrypeVbyqeFXxquJVxauKVxWvKl5VvKp4VfGq4lXFq4pXFa8qXlW8qnhV8ariVcWrilcVrypeVbyqeFXxquJVxauKVxWvKl5VvKp4VfGq4lXFq4pXFa8qXlW8qnhV8ariVcWrilcVrypeVbyqeFXxquJVxavo+J9VAkLt9W3yCQAAAABJRU5ErkJggg==");
  background-position: right center;
  cursor: pointer;
}

/* line 64, scss/layout/_page-header.scss */
#page-header option {
  font-size: 1.5rem;
}

/* @group PAGE TITLE */
/* line 72, scss/layout/_page-header.scss */
#page-header h1 {
  margin: 0;
  line-height: 1;
  padding: 0.32rem 0 0.8rem 0;
  display: inline-block;
}

@media only screen and (min-width: 40.063em) {
  /* line 72, scss/layout/_page-header.scss */
  #page-header h1 {
    padding: 1.44rem 0 1.12rem 0;
  }
}

@media only screen and (min-width: 70.063em) {
  /* line 72, scss/layout/_page-header.scss */
  #page-header h1 {
    padding: 1.92rem 0 2.08rem 0;
  }
}

/* line 83, scss/layout/_page-header.scss */
#page-header h1 img {
  display: inline-block;
  margin: 0 1.6rem 0 0;
}

/* line 87, scss/layout/_page-header.scss */
#page-header h1 span {
  display: inline-block;
  font-weight: normal;
  color: #606060;
  margin: 0 0.96rem 0 0;
}

/* @group PAGE SUBTITLE */
/* line 97, scss/layout/_page-header.scss */
#page-subtitle {
  margin: 0 0 1.6rem 0;
}

/* line 99, scss/layout/_page-header.scss */
#page-subtitle * {
  display: inline;
}

/* line 103, scss/layout/_page-header.scss */
#page-subtitle > div {
  display: inline;
}

/* line 106, scss/layout/_page-header.scss */
#page-subtitle .date-display-single {
  font-weight: bold;
  font-size: 0.85em;
}

/* line 298, scss/base/_fonts-icons.scss */
#page-subtitle .page-tags:before {
  vertical-align: middle;
  content: "";
  font-size: 1.3em;
  color: #CCCCCC;
  font-family: 'sp-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 112, scss/layout/_page-header.scss */
#page-subtitle .page-tags h3 {
  display: none;
}

/* line 115, scss/layout/_page-header.scss */
#page-subtitle .page-tags:before {
  padding: 0 0.5rem;
}

/* line 118, scss/layout/_page-header.scss */
#page-subtitle .page-tags ul {
  margin: 0;
  font-size: 0.85em;
}

/* line 122, scss/layout/_page-header.scss */
#page-subtitle .page-tags li {
  display: inline-block;
}

/* line 124, scss/layout/_page-header.scss */
#page-subtitle .page-tags li:after {
  content: ", ";
  margin-right: 5px;
}

/* line 128, scss/layout/_page-header.scss */
#page-subtitle .page-tags li:last-child:after {
  display: none;
}

/* line 138, scss/layout/_page-header.scss */
_:-ms-fullscreen #page-header > .row, :root .selector #page-header > .row {
  position: relative !important;
}

/* line 141, scss/layout/_page-header.scss */
_:-ms-fullscreen #page-header > .row > .columns.page-title-actions, :root .selector #page-header > .row > .columns.page-title-actions {
  position: absolute !important;
  right: 0 !important;
  z-index: 0 !important;
  top: 2rem;
}

/* line 147, scss/layout/_page-header.scss */
_:-ms-fullscreen .page-taxonomy-term #page-header > .row > .columns.page-title-actions, :root .selector .page-taxonomy-term #page-header > .row > .columns.page-title-actions {
  top: 1em;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none), (min-width: 1120px) {
  /* line 155, scss/layout/_page-header.scss */
  #page-header > .row {
    position: relative !important;
  }
  /* line 158, scss/layout/_page-header.scss */
  #page-header > .row > .columns.page-title-actions {
    position: absolute !important;
    right: 0 !important;
    z-index: 0 !important;
    top: 2rem;
  }
  /* line 164, scss/layout/_page-header.scss */
  .page-taxonomy-term #page-header > .row > .columns.page-title-actions {
    top: 1em;
  }
}

/* line 2, scss/layout/_page-content.scss */
#page-content .panel-pane {
  margin-bottom: 0.32rem;
}

@media only screen and (min-width: 40.063em) {
  /* line 2, scss/layout/_page-content.scss */
  #page-content .panel-pane {
    margin-bottom: 3.2rem;
  }
}

/* line 8, scss/layout/_page-content.scss */
#page-content .sidebar .panel-pane {
  margin-bottom: 0.96rem;
}

/* line 10, scss/layout/_page-content.scss */
#page-content .sidebar .panel-pane .pane-title {
  font-weight: bold;
  font-size: 0.9rem;
  margin-bottom: 0.3em;
}

/* line 2, scss/layout/_footer.scss */
.l-footer-top {
  border-top: 5px solid #02EBDE;
  background: #F3F3F3;
  padding: 1.6rem 0;
  margin-top: 1.6rem;
}

/* line 3, scss/layout/_footer.scss */
.l-footer-top h2 {
  border-top: none;
  padding-bottom: 0.96rem;
  font-size: 19px;
}

/* line 7, scss/layout/_footer.scss */
.l-footer-top h2:before {
  display: none;
}

@media only screen and (min-width: 40.063em) {
  /* line 2, scss/layout/_footer.scss */
  .l-footer-top {
    margin-top: 3.2rem;
  }
}

/* line 18, scss/layout/_footer.scss */
.l-footer-top .block-block-38 p.selectionShareable {
  margin-top: 0;
}

/* line 21, scss/layout/_footer.scss */
.l-footer-top ul {
  font-size: 0.9333333333rem;
  list-style: none;
  margin: 0;
}

/* line 26, scss/layout/_footer.scss */
.l-footer-top ul li {
  display: block;
  margin-bottom: 0.64rem;
}

/* line 30, scss/layout/_footer.scss */
.l-footer-top .block-block-6 ul {
  margin-top: 0;
}

/* line 32, scss/layout/_footer.scss */
.l-footer-top .block-block-6 ul li {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 0.64rem;
}

/* line 38, scss/layout/_footer.scss */
.l-footer-top [class*='icon-'] {
  margin-right: 0.5rem;
}

/* line 41, scss/layout/_footer.scss */
.l-footer-top .icon-facebook, .l-footer-top .selectionSharer .facebook, .selectionSharer .l-footer-top .facebook {
  font-size: 0;
}

/* line 298, scss/base/_fonts-icons.scss */
.l-footer-top .icon-facebook:before, .l-footer-top .selectionSharer .facebook:before, .selectionSharer .l-footer-top .facebook:before {
  vertical-align: middle;
  content: "";
  font-size: 1.2rem;
  color: #0085d3;
  font-family: 'sp-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 44, scss/layout/_footer.scss */
.l-footer-top .icon-twitter {
  font-size: 0;
}

/* line 298, scss/base/_fonts-icons.scss */
.l-footer-top .icon-twitter:before {
  vertical-align: middle;
  content: "";
  font-size: 1.2rem;
  color: #0085d3;
  font-family: 'sp-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 47, scss/layout/_footer.scss */
.l-footer-top .icon-linkedin {
  font-size: 0;
}

/* line 298, scss/base/_fonts-icons.scss */
.l-footer-top .icon-linkedin:before {
  vertical-align: middle;
  content: "";
  font-size: 1.2rem;
  color: #0085d3;
  font-family: 'sp-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 50, scss/layout/_footer.scss */
.l-footer-top .icon-youtube {
  font-size: 0;
}

/* line 298, scss/base/_fonts-icons.scss */
.l-footer-top .icon-youtube:before {
  vertical-align: middle;
  content: "";
  font-size: 1.2rem;
  color: #0085d3;
  font-family: 'sp-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 53, scss/layout/_footer.scss */
.l-footer-top .icon-instagram {
  font-size: 0;
}

/* line 298, scss/base/_fonts-icons.scss */
.l-footer-top .icon-instagram:before {
  vertical-align: middle;
  content: "";
  font-size: 1.2rem;
  color: #0085d3;
  font-family: 'sp-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 56, scss/layout/_footer.scss */
.l-footer-top .icon-rss {
  font-size: 0;
}

/* line 298, scss/base/_fonts-icons.scss */
.l-footer-top .icon-rss:before {
  vertical-align: middle;
  content: "";
  font-size: 1.2rem;
  color: #0085d3;
  font-family: 'sp-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 40em) {
  /* line 59, scss/layout/_footer.scss */
  .l-footer-top .block-block-6 li {
    margin-top: 1em;
    display: inline-block;
  }
}

@media only screen and (min-width: 40.063em) {
  /* line 68, scss/layout/_footer.scss */
  .l-footer-top ul.footer-socials {
    margin-top: 0;
  }
  /* line 71, scss/layout/_footer.scss */
  .l-footer-top li {
    display: inline-block;
    line-height: 1;
  }
  /* line 75, scss/layout/_footer.scss */
  .l-footer-top [class*='icon-'] {
    margin-left: 0.5rem;
    margin-right: 0;
  }
}

/* line 83, scss/layout/_footer.scss */
.l-footer-bottom {
  background: #f9f9f9;
  padding: 0;
  border-top: 1px solid #e9e9e9;
  font-size: 0.9333333333rem;
  position: relative;
}

/* line 89, scss/layout/_footer.scss */
.l-footer-bottom ul {
  list-style: none;
  margin: 0;
  font-size: 0.9333333333rem;
}

/* line 94, scss/layout/_footer.scss */
.l-footer-bottom li {
  margin: 0 0.35rem;
  display: block;
}

@media only screen and (min-width: 40.063em) {
  /* line 94, scss/layout/_footer.scss */
  .l-footer-bottom li {
    display: inline-block;
  }
}

/* line 101, scss/layout/_footer.scss */
.l-footer-bottom .block-menu-menu-footer-menu + p {
  font-weight: bold;
  font-size: 0.9em;
}

/* line 105, scss/layout/_footer.scss */
.l-footer-bottom p {
  margin: 0;
}

/* line 108, scss/layout/_footer.scss */
.l-footer-bottom > .row > .columns:first-child {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

/* line 112, scss/layout/_footer.scss */
.l-footer-bottom .block-menu-menu-footer-menu {
  -ms-flex-order: 1;
      order: 1;
  margin-bottom: 2em;
}

@media only screen and (min-width: 70.063em) {
  /* line 112, scss/layout/_footer.scss */
  .l-footer-bottom .block-menu-menu-footer-menu {
    margin-bottom: 0;
  }
}

/* line 119, scss/layout/_footer.scss */
.l-footer-bottom .block-newsletter {
  -ms-flex-order: 0;
      order: 0;
  margin-bottom: 3.2rem;
}

/* line 125, scss/layout/_footer.scss */
.l-footer-bottom .block-block-10,
.l-footer-bottom .block-block-5 {
  margin-top: 35px;
}

@media only screen and (min-width: 70.063em) {
  /* line 125, scss/layout/_footer.scss */
  .l-footer-bottom .block-block-10,
  .l-footer-bottom .block-block-5 {
    margin-top: 15px;
  }
}

/* line 133, scss/layout/_footer.scss */
.l-footer-bottom .block-block-39 {
  margin-top: 35px;
  padding-bottom: 3.1rem;
}

@media only screen and (min-width: 70.063em) {
  /* line 133, scss/layout/_footer.scss */
  .l-footer-bottom .block-block-39 {
    margin-top: 30px;
    padding-bottom: 0;
  }
}

/* line 144, scss/layout/_footer.scss */
.l-footer-bottom .columns:last-child {
  cursor: pointer;
  background: #B2FFFB;
  width: 80px;
  height: 80px;
}

@media only screen and (min-width: 40.063em) and (max-width: 70em) {
  /* line 144, scss/layout/_footer.scss */
  .l-footer-bottom .columns:last-child {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: auto;
    left: auto;
    margin: auto;
  }
}

@media only screen and (max-width: 40em) {
  /* line 144, scss/layout/_footer.scss */
  .l-footer-bottom .columns:last-child {
    display: block;
    float: none;
    height: 70px;
    width: 70px;
    margin: auto;
    margin-top: 218px;
  }
}

/* line 164, scss/layout/_footer.scss */
.l-footer-bottom .columns:last-child .back2Top {
  display: block;
  position: absolute;
  z-index: 99;
  width: 100%;
  left: 0;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
}

/* line 175, scss/layout/_footer.scss */
.l-footer-bottom .columns:last-child .back2Top p {
  position: absolute;
  z-index: 99;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

/* line 183, scss/layout/_footer.scss */
.l-footer-bottom .columns:last-child .back2Top p a {
  height: 100%;
  display: block;
}

/* line 188, scss/layout/_footer.scss */
.l-footer-bottom .columns:last-child .block-block-40 p:before {
  font-family: 'sp-icons';
  font-size: 3.2rem;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  width: 100%;
  height: 100%;
  text-align: center;
  border: none;
}

/* line 205, scss/layout/_footer.scss */
.l-footer-bottom .columns:last-child:hover .block-block-40 p:before {
  bottom: 0.7rem;
}

/* line 3, scss/layout/_aside.scss */
aside > .block {
  margin-bottom: 3.2rem;
}

/* line 8, scss/layout/_views.scss */
.view-display-id-occupation_page .view-content, .view-display-id-sector_page .view-content {
  margin-bottom: 2em;
}

@media only screen and (min-width: 70.063em) {
  /* line 8, scss/layout/_views.scss */
  .view-display-id-occupation_page .view-content, .view-display-id-sector_page .view-content {
    margin-bottom: 0;
  }
}

/* line 13, scss/layout/_views.scss */
.view-display-id-occupation_page .view-content .group-wrapper, .view-display-id-sector_page .view-content .group-wrapper {
  position: relative;
  border: 1px solid #DDDDDD;
  padding: 1em;
  padding-left: 1.2em;
  padding-right: 1.2em;
  margin-right: 1.7em;
  padding-bottom: 1.8em;
  margin-top: 0 !important;
  margin-bottom: 1.7em !important;
}

/* line 23, scss/layout/_views.scss */
.view-display-id-occupation_page .view-content .group-wrapper h3, .view-display-id-sector_page .view-content .group-wrapper h3 {
  line-height: 1;
  margin-bottom: 0.8em;
}

/* line 26, scss/layout/_views.scss */
.view-display-id-occupation_page .view-content .group-wrapper h3 a, .view-display-id-sector_page .view-content .group-wrapper h3 a {
  font-size: 1.7rem;
}

/* line 31, scss/layout/_views.scss */
.view-display-id-occupation_page .view-content .group-wrapper div a, .view-display-id-sector_page .view-content .group-wrapper div a {
  display: block;
  margin-bottom: 0.2em;
  position: relative;
  padding-left: 2em;
  padding-bottom: 0.5em;
}

/* line 37, scss/layout/_views.scss */
.view-display-id-occupation_page .view-content .group-wrapper div a:before, .view-display-id-sector_page .view-content .group-wrapper div a:before {
  content: '';
  margin-right: 0.6em;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #00f9f6;
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0.3em;
  background: #00f9f6;
}

/* line 51, scss/layout/_views.scss */
.view-display-id-occupation_page .view-content .group-wrapper div a:hover:before, .view-display-id-sector_page .view-content .group-wrapper div a:hover:before {
  color: #00f9f6;
}

@media only screen and (min-width: 40.063em) {
  /* line 61, scss/layout/_views.scss */
  .view-display-id-occupation_page > .view-content, .view-display-id-sector_page > .view-content {
    -ms-display: inline-grid;
    -ms-grid-template-columns: auto auto auto;
    display: inline-grid;
    -ms-grid-columns: auto auto auto;
        grid-template-columns: auto auto auto;
  }
}

@media all and (-ms-high-contrast: none) {
  /* line 72, scss/layout/_views.scss */
  *::-ms-backdrop, .view-display-id-occupation_page .view-content .group-wrapper,
  *::-ms-backdrop, .view-display-id-sector_page .view-content .group-wrapper {
    display: inline-block;
    width: 47%;
    vertical-align: top;
    padding: 20px;
    margin-bottom: 40px;
    margin-right: 20px;
    padding-bottom: 40px;
  }
  /* line 83, scss/layout/_views.scss */
  *::-ms-backdrop, .view-display-id-occupation_page .view-content .group-wrapper .views-row a,
  *::-ms-backdrop, .view-display-id-sector_page .view-content .group-wrapper .views-row a {
    font-size: 15px;
  }
}

@media screen and (max-width: 480px) {
  /* line 91, scss/layout/_views.scss */
  .view-display-id-occupation_page .view-content .group-wrapper, .view-display-id-sector_page .view-content .group-wrapper {
    width: 100%;
  }
}

/* @group BOX */
/* line 3, scss/modules/_boxes.scss */
.box {
  position: relative;
  border: 1px solid #e9e9e9;
  margin-bottom: 1.6rem;
  /* @group ICONS (For icons check: base/_font-icons.scss) */
  /* @group THE BLUE TRIANGLE */
  /* @group LATEST */
}

/* line 298, scss/base/_fonts-icons.scss */
.box:before {
  vertical-align: middle;
  color: #000000;
  font-family: 'sp-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (min-width: 40.063em) {
  /* line 3, scss/modules/_boxes.scss */
  .box {
    margin-bottom: 3.2rem;
  }
}

/* line 11, scss/modules/_boxes.scss */
.box + .box,
.box + h2 {
  margin-top: 3.2rem;
}

/* line 15, scss/modules/_boxes.scss */
.box:before {
  position: absolute;
  left: 0.7em;
  top: 0.7em;
  font-size: 0.8em;
  color: #FFEB00;
}

@media only screen and (min-width: 40.063em) {
  /* line 15, scss/modules/_boxes.scss */
  .box:before {
    left: 0.864rem;
    top: 0.864rem;
    font-size: 0.864rem;
  }
}

/* line 28, scss/modules/_boxes.scss */
.box hr {
  margin-left: -1.6rem;
  margin-right: -1.6rem;
}

@media only screen and (min-width: 40.063em) {
  /* line 28, scss/modules/_boxes.scss */
  .box hr {
    margin-left: -3.2rem;
    margin-right: -3.2rem;
  }
}

/* line 39, scss/modules/_boxes.scss */
.box.box-ah:before {
  content: "";
}

/* line 42, scss/modules/_boxes.scss */
.box.box-blog:before {
  content: "";
}

/* line 45, scss/modules/_boxes.scss */
.box.box-events:before {
  content: "";
}

/* line 48, scss/modules/_boxes.scss */
.box.box-indicator:before {
  content: "";
}

/* line 51, scss/modules/_boxes.scss */
.box.box-other:before {
  content: "";
}

/* line 54, scss/modules/_boxes.scss */
.box.box-report:before {
  content: "";
}

/* line 57, scss/modules/_boxes.scss */
.box.box-toolkit:before, .box.box-toolkits:before {
  content: "";
}

/* line 62, scss/modules/_boxes.scss */
.box.box-newsletter:before {
  content: "";
}

/* line 65, scss/modules/_boxes.scss */
.box.box-news:before {
  content: "";
}

/* line 68, scss/modules/_boxes.scss */
.box.box-featured:before {
  content: "";
}

/* line 71, scss/modules/_boxes.scss */
.box.box-reports:before {
  content: "";
}

/* line 74, scss/modules/_boxes.scss */
.box.box-latest:before {
  content: "";
}

/* line 77, scss/modules/_boxes.scss */
.box.box-info:before {
  content: "";
}

/* line 80, scss/modules/_boxes.scss */
.box.box-resources:before {
  content: "";
}

/* line 83, scss/modules/_boxes.scss */
.box.box-featured:before {
  content: "";
}

/* line 86, scss/modules/_boxes.scss */
.box.box-experts:before {
  content: "";
}

/* line 93, scss/modules/_boxes.scss */
.box:after {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  -moz-transform: scale(0.9999);
  visibility: visible;
  border-width: 3.2rem 3.2rem 0 0;
  border-color: #003398 transparent transparent transparent;
}

@media only screen and (min-width: 40.063em) {
  /* line 93, scss/modules/_boxes.scss */
  .box:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    -moz-transform: scale(0.9999);
    visibility: visible;
    border-width: 4.16rem 4.16rem 0 0;
    border-color: #003398 transparent transparent transparent;
  }
}

/* line 108, scss/modules/_boxes.scss */
.box.box-latest:before {
  color: #003398;
  font-size: 0.98rem;
}

/* line 112, scss/modules/_boxes.scss */
.box.box-latest:after {
  border-top-color: #FFEB00;
}

/* line 117, scss/modules/_boxes.scss */
.box.box-dashboard-related-content .box-content, .box.box-dashboard-related-content .newsletter-landing-info .pane-content, .newsletter-landing-info .box.box-dashboard-related-content .pane-content {
  padding: 0 3.75rem 2.625rem 3.75rem !important;
}

/* line 120, scss/modules/_boxes.scss */
.box.box-dashboard-related-content .view-content .views-row {
  border-bottom: 0px;
}

/* line 123, scss/modules/_boxes.scss */
.box.box-dashboard-related-content h3 header span {
  font-size: 0.45em;
  font-weight: normal;
  max-width: 139px;
  opacity: 0.6;
}

@media only screen and (max-width: 40em) {
  /* line 123, scss/modules/_boxes.scss */
  .box.box-dashboard-related-content h3 header span {
    margin-left: 35px;
  }
}

/* @group BOX HEADER */
/* line 138, scss/modules/_boxes.scss */
.box-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (min-width: 40.063em) {
  /* line 138, scss/modules/_boxes.scss */
  .box-header {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
  }
}

/* line 152, scss/modules/_boxes.scss */
.box-header h2,
.box-header h3 {
  margin: 0;
  padding: 1.12rem 0;
  border: 0;
  font-size: 1.6rem;
  line-height: 1;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}

@media only screen and (min-width: 40.063em) {
  /* line 152, scss/modules/_boxes.scss */
  .box-header h2,
  .box-header h3 {
    padding: 2.24rem 0;
    width: auto;
  }
}

@media only screen and (min-width: 40.063em) {
  /* line 167, scss/modules/_boxes.scss */
  .box-header .actions {
    margin: 0;
    text-align: right;
  }
}

/* line 175, scss/modules/_boxes.scss */
.box-link {
  font-size: 0.8rem;
  width: 100%;
  margin-top: -0.48rem;
  margin-bottom: 1.12rem;
}

@media only screen and (min-width: 40.063em) {
  /* line 175, scss/modules/_boxes.scss */
  .box-link {
    text-align: right;
    width: auto;
    margin: 0;
    margin-top: 1em;
  }
}

/* line 186, scss/modules/_boxes.scss */
.box-link strong {
  color: #000000;
}

/* @group BOX CONTENT */
/* line 193, scss/modules/_boxes.scss */
.box-content, .newsletter-landing-info .pane-content, .front .pane-events + .panel-separator + .box,
.front .pane-news + .panel-separator + .box {
  padding: 0 1.6rem 1.6rem 1.6rem;
}

/* line 195, scss/modules/_boxes.scss */
.box-content *:last-child, .newsletter-landing-info .pane-content *:last-child, .front .pane-events + .panel-separator + .box *:last-child, .front .pane-news + .panel-separator + .box *:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 40.063em) {
  /* line 193, scss/modules/_boxes.scss */
  .box-content, .newsletter-landing-info .pane-content, .front .pane-events + .panel-separator + .box,
  .front .pane-news + .panel-separator + .box {
    padding: 0 3.2rem 3.2rem 3.2rem;
  }
}

/* line 211, scss/modules/_boxes.scss */
.visualisationActions .dsense-actions {
  width: calc(100% - 2em);
}

/* line 214, scss/modules/_boxes.scss */
.visualisationActions .top-bar-section > ul > li {
  border-top: 3px solid #FFFFFF;
  background: #B2FFFB;
}

/* line 217, scss/modules/_boxes.scss */
.visualisationActions .top-bar-section > ul > li:hover {
  border-top: 3px solid #00f9f6;
}

/* line 221, scss/modules/_boxes.scss */
.visualisationActions .va-export-options {
  position: absolute;
  top: 2.2em;
  right: 0;
}

/* line 225, scss/modules/_boxes.scss */
.visualisationActions .va-export-options .has-dropdown .dropdown {
  left: -15em;
}

/* line 228, scss/modules/_boxes.scss */
.visualisationActions .va-export-options .has-dropdown a.icon-download {
  background: #FFFFFF;
  line-height: 1.6rem;
  padding: 0.2em !important;
}

/* line 232, scss/modules/_boxes.scss */
.visualisationActions .va-export-options .has-dropdown a.icon-download:hover {
  background: none !important;
}

/* line 235, scss/modules/_boxes.scss */
.visualisationActions .va-export-options .has-dropdown a.icon-download:after {
  display: none;
}

/* line 238, scss/modules/_boxes.scss */
.visualisationActions .va-export-options .has-dropdown a.icon-download:before {
  top: 0.2em;
  left: 0.1em;
  position: relative;
}

/* line 244, scss/modules/_boxes.scss */
.visualisationActions .va-export-options h6 {
  margin: 0;
  padding-top: 1.4em;
  padding-left: 2.33333rem;
  padding-bottom: 1em;
  background: #B2FFFB;
  color: #606060;
}

/* line 252, scss/modules/_boxes.scss */
.visualisationActions .va-export-options li {
  background: #B2FFFB;
}

/* line 255, scss/modules/_boxes.scss */
.visualisationActions .va-export-options li a {
  padding-left: 2.33333rem !important;
}

/* line 259, scss/modules/_boxes.scss */
.visualisationActions .va-export-options ul li ul li a:before {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}

/* line 266, scss/modules/_boxes.scss */
.visualisationActions .top-bar {
  margin: 0 !important;
  padding: 0 !important;
}

/* block -- about-us */
@media only screen and (max-width: 40em) {
  /* line 275, scss/modules/_boxes.scss */
  .block-menu-menu-more-about-us .box-content, .block-menu-menu-more-about-us .newsletter-landing-info .pane-content, .newsletter-landing-info .block-menu-menu-more-about-us .pane-content {
    padding-top: 20px;
    padding-bottom: 45px;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 70em) {
  /* line 286, scss/modules/_boxes.scss */
  .box-big:not(.box-blog) .view-content .views-row .row {
    display: block !important;
  }
}

/* line 290, scss/modules/_boxes.scss */
.box-big:not(.box-blog) .view-content .views-row .row .group-left {
  margin-bottom: 0.96rem;
}

@media only screen and (max-width: 40em) {
  /* line 299, scss/modules/_boxes.scss */
  .box-big.box-ah:before {
    font-size: 13px;
  }
}

/* line 305, scss/modules/_boxes.scss */
.box-big .box-header h2 {
  padding-bottom: 2.24rem;
}

/* line 308, scss/modules/_boxes.scss */
.box-big .view-header p {
  margin-top: 0;
  margin-bottom: 1.6rem;
  max-width: 845px;
}

/* line 314, scss/modules/_boxes.scss */
.box-big .collection-title h3 {
  border-bottom: 1px solid #e9e9e9;
  font-size: 1.2rem;
  padding-bottom: 0.64rem;
  margin-bottom: 3.2rem !important;
  position: relative;
  color: #27ad60;
}

/* line 321, scss/modules/_boxes.scss */
.box-big .collection-title h3:before {
  content: '';
  background: #444444;
  position: absolute;
  position: absolute;
  top: auto;
  right: auto;
  bottom: -1px;
  left: auto;
  margin: auto;
  width: 40px;
  height: 1px;
  display: inline-block;
}

/* line 332, scss/modules/_boxes.scss */
.box-big .view-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
}

/* line 341, scss/modules/_boxes.scss */
.box-big.box-start {
  border-bottom: none;
  margin-bottom: 0;
  font-size: 0;
}

/* line 342, scss/modules/_boxes.scss */
.box-big.box-start .box-content, .box-big.box-start .newsletter-landing-info .pane-content, .newsletter-landing-info .box-big.box-start .pane-content {
  padding-bottom: 1.6rem;
}

/* line 348, scss/modules/_boxes.scss */
.box-big.box-start .view-content .views-row {
  margin-bottom: 2.24rem !important;
  border: none;
  outline: 1px solid #e9e9e9;
  background: #f9f9f9;
  vertical-align: top;
  width: 100%;
  margin-bottom: 2.5% !important;
}

@media only screen and (min-width: 40.063em) {
  /* line 348, scss/modules/_boxes.scss */
  .box-big.box-start .view-content .views-row {
    width: 49%;
  }
  /* line 358, scss/modules/_boxes.scss */
  .box-big.box-start .view-content .views-row:nth-child(even) {
    margin-left: 1%;
  }
  /* line 361, scss/modules/_boxes.scss */
  .box-big.box-start .view-content .views-row:nth-child(odd) {
    margin-right: 1%;
  }
}

@media only screen and (min-width: 70.063em) {
  /* line 348, scss/modules/_boxes.scss */
  .box-big.box-start .view-content .views-row {
    width: 23.1%;
    margin-right: 2.5%;
  }
  /* line 368, scss/modules/_boxes.scss */
  .box-big.box-start .view-content .views-row:nth-child(4n) {
    margin-right: 0;
  }
}

/* line 372, scss/modules/_boxes.scss */
.box-big.box-start .view-content .views-row:first-child {
  padding-top: 2.24rem !important;
}

/* line 375, scss/modules/_boxes.scss */
.box-big.box-start .view-content .views-row:last-child {
  padding-bottom: 2.24rem !important;
}

/* line 379, scss/modules/_boxes.scss */
.box-big.box-start .view-content .views-row .box-header {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: baseline;
}

/* line 387, scss/modules/_boxes.scss */
.box-big.box-start .view-content .views-row .box-header .box-cards-counter-wrapper {
  text-align: right;
  padding-right: 0.96rem;
}

/* line 391, scss/modules/_boxes.scss */
.box-big.box-start .view-content .views-row .box-header .box-cards-counter-wrapper .box-cards-counter {
  display: block;
  width: 40px;
  line-height: 1;
  color: #606060;
}

/* line 397, scss/modules/_boxes.scss */
.box-big.box-start .view-content .views-row .box-header .box-cards-counter-wrapper .box-cards-counter strong {
  font-size: 1.2666666667rem;
  display: block;
}

/* line 402, scss/modules/_boxes.scss */
.box-big.box-start .view-content .views-row .box-header .box-cards-counter-wrapper .box-cards-items {
  font-size: 0.8666666667rem;
  letter-spacing: 0.03rem;
}

/* line 407, scss/modules/_boxes.scss */
.box-big.box-start .view-content .views-row .box-header .box-cards-link {
  text-align: left;
}

/* line 409, scss/modules/_boxes.scss */
.box-big.box-start .view-content .views-row .box-header .box-cards-link a {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: left;
  display: block;
  margin-top: 0;
  padding-left: 0.96rem;
  padding-bottom: 0;
  position: relative;
  min-height: 45px;
}

/* line 419, scss/modules/_boxes.scss */
.box-big.box-start .view-content .views-row .box-header .box-cards-link a:before {
  border-left: 2px solid #00dad8;
  display: block;
  position: absolute;
  content: '';
  position: absolute;
  top: 0rem;
  right: auto;
  bottom: 0rem;
  left: 0px;
  margin: auto;
}

/* line 432, scss/modules/_boxes.scss */
.box-big.box-start-single {
  border-bottom: 1px solid #e9e9e9;
}

/* line 437, scss/modules/_boxes.scss */
.box-big.box-end {
  border-top: none;
  margin-top: -4px;
}

/* line 440, scss/modules/_boxes.scss */
.box-big.box-end:after {
  display: none;
}

/* line 443, scss/modules/_boxes.scss */
.box-big.box-end .box-header {
  display: none;
}

/* line 446, scss/modules/_boxes.scss */
.box-big.box-end .box-content, .box-big.box-end .newsletter-landing-info .pane-content, .newsletter-landing-info .box-big.box-end .pane-content {
  padding-bottom: 0;
}

/* line 452, scss/modules/_boxes.scss */
.box-big .box-link {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 1.0666666667rem;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 1.92rem;
}

@media only screen and (min-width: 40.063em) {
  /* line 452, scss/modules/_boxes.scss */
  .box-big .box-link {
    padding-bottom: 2.56rem;
  }
}

/* line 463, scss/modules/_boxes.scss */
.box-big .box-link strong {
  font-weight: normal;
  color: #606060;
}

/* line 467, scss/modules/_boxes.scss */
.box-big .box-link.icon-long-arrow:after {
  padding-left: 1rem;
  font-family: 'sp-icons' !important;
  font-size: 35px;
  display: inline;
  vertical-align: middle;
  color: #00e5e2;
  font-weight: normal;
}

/* line 480, scss/modules/_boxes.scss */
.box-two-row .box-content .view-content .views-row, .box-two-row .newsletter-landing-info .pane-content .view-content .views-row, .newsletter-landing-info .box-two-row .pane-content .view-content .views-row {
  border-bottom: none;
  padding-top: 0;
  text-align: left;
  width: 100%;
}

@media only screen and (min-width: 40.063em) {
  /* line 480, scss/modules/_boxes.scss */
  .box-two-row .box-content .view-content .views-row, .box-two-row .newsletter-landing-info .pane-content .view-content .views-row, .newsletter-landing-info .box-two-row .pane-content .view-content .views-row {
    width: 50%;
  }
  /* line 487, scss/modules/_boxes.scss */
  .box-two-row .box-content .view-content .views-row:nth-child(odd), .box-two-row .newsletter-landing-info .pane-content .view-content .views-row:nth-child(odd), .newsletter-landing-info .box-two-row .pane-content .view-content .views-row:nth-child(odd) {
    padding-right: 2rem;
  }
  /* line 490, scss/modules/_boxes.scss */
  .box-two-row .box-content .view-content .views-row:nth-child(even), .box-two-row .newsletter-landing-info .pane-content .view-content .views-row:nth-child(even), .newsletter-landing-info .box-two-row .pane-content .view-content .views-row:nth-child(even) {
    padding-left: 2rem;
  }
}

/* line 502, scss/modules/_boxes.scss */
.box-blog .node-expert {
  border-top: 1px solid #e9e9e9;
  margin-top: 1.6rem;
  padding-top: 1.6rem;
}

@media only screen and (min-width: 40.063em) {
  /* line 502, scss/modules/_boxes.scss */
  .box-blog .node-expert {
    margin-top: 2.56rem;
    padding-top: 2.56rem;
  }
}

/* line 510, scss/modules/_boxes.scss */
.box-blog .node-expert > .row {
  -ms-flex-direction: row !important;
      flex-direction: row !important;
  -ms-flex-align: center;
      align-items: center;
}

/* line 516, scss/modules/_boxes.scss */
.box-blog .group-left img {
  border: 2px solid #00dad8;
  border-radius: 50%;
}

/* line 521, scss/modules/_boxes.scss */
.box-blog .group-right {
  padding-left: 0.96rem !important;
}

@media only screen and (min-width: 40.063em) {
  /* line 521, scss/modules/_boxes.scss */
  .box-blog .group-right {
    padding-left: 1.6rem !important;
  }
}

/* line 527, scss/modules/_boxes.scss */
.box-blog .group-right .field-name-title-field {
  font-weight: bold;
}

/* line 530, scss/modules/_boxes.scss */
.box-blog .group-right em {
  font-size: 13px;
}

/* line 542, scss/modules/_boxes.scss */
.box-events .view-empty h3.view-empty-title {
  color: #444444;
  margin-top: 1.6rem;
}

/* line 547, scss/modules/_boxes.scss */
.box-events .view-empty .view-empty-text {
  color: #444444;
  margin-top: 0;
}

/* line 558, scss/modules/_boxes.scss */
.box-big.box-resources:before {
  font-size: 0.8rem;
}

/* line 561, scss/modules/_boxes.scss */
.box-big.box-resources .box-content .row, .box-big.box-resources .newsletter-landing-info .pane-content .row, .newsletter-landing-info .box-big.box-resources .pane-content .row {
  margin-left: auto;
  margin-right: auto;
}

/* line 2, scss/modules/_lists.scss */
body.page-analytical-highlights,
body.section-news,
body.section-events,
body.section-articles {
  height: 100%;
  display: block;
}

/* line 8, scss/modules/_lists.scss */
body.page-analytical-highlights .page,
body.section-news .page,
body.section-events .page,
body.section-articles .page {
  height: 100%;
  display: block;
}

/* line 13, scss/modules/_lists.scss */
.items-list-tools {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border-top: 2px solid #e9e9e9;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 1000;
  background: white;
}

@media only screen and (max-width: 40em) {
  /* line 13, scss/modules/_lists.scss */
  .items-list-tools {
    padding-bottom: 0.4rem;
  }
}

@media only screen and (min-width: 40.063em) {
  /* line 13, scss/modules/_lists.scss */
  .items-list-tools {
    border-top: 1px solid #e9e9e9;
  }
}

/* line 31, scss/modules/_lists.scss */
.items-list-tools:first-child {
  display: none;
}

/* line 34, scss/modules/_lists.scss */
.items-list-tools .view-pager {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

@media only screen and (min-width: 70.063em) {
  /* line 13, scss/modules/_lists.scss */
  .items-list-tools {
    -ms-flex-pack: center;
        justify-content: center;
  }
  /* line 40, scss/modules/_lists.scss */
  .items-list-tools .view-header,
  .items-list-tools .view-footer {
    -ms-flex-order: -1;
        order: -1;
    margin-right: auto;
  }
  /* line 45, scss/modules/_lists.scss */
  .items-list-tools .view-pager {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    margin-right: auto;
  }
}

/* line 51, scss/modules/_lists.scss */
.items-list-tools p {
  font-size: 0.85em;
  margin: 0.8rem;
  margin-left: 0px;
}

/* line 57, scss/modules/_lists.scss */
.items-list-tools ul, .items-list-tools select {
  margin-bottom: 0;
}

/* line 65, scss/modules/_lists.scss */
.items-list-tools .views-exposed-form .views-exposed-widgets {
  margin-bottom: 0px;
}

/* line 68, scss/modules/_lists.scss */
.items-list-tools .views-exposed-form .views-exposed-widgets .views-exposed-widget {
  float: none;
  padding: 0;
}

/* line 74, scss/modules/_lists.scss */
.items-list-tools label {
  display: none;
}

/* line 83, scss/modules/_lists.scss */
body.page-analytical-highlights .items-list-tools:nth-child(2),
body.section-news .items-list-tools:nth-child(2),
body.section-events .items-list-tools:nth-child(2),
body.section-articles .items-list-tools:nth-child(2) {
  display: none;
}

/* line 88, scss/modules/_lists.scss */
.ul-big-blue, .page-node-13763 .main-content ul {
  margin-left: 0;
  list-style: none;
}

/* line 91, scss/modules/_lists.scss */
.ul-big-blue li, .page-node-13763 .main-content ul li {
  position: relative;
  padding-left: 5.1rem;
}

/* line 94, scss/modules/_lists.scss */
.ul-big-blue li:before, .page-node-13763 .main-content ul li:before {
  content: '';
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  -webkit-transform: translateZ(0);
  background: #02F2E5;
  position: absolute;
  left: 2.34em;
  top: 0.5em;
}

/* line 111, scss/modules/_lists.scss */
.items-list {
  list-style: none;
  margin: 0;
}

/* line 145, scss/modules/_lists.scss */
.box .view-content .views-row {
  padding: 2.24rem 0;
  border-bottom: 1px solid #e9e9e9;
}

/* line 119, scss/modules/_lists.scss */
.box .view-content .views-row .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

@media only screen and (min-width: 40.063em) {
  /* line 119, scss/modules/_lists.scss */
  .box .view-content .views-row .row {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

/* line 126, scss/modules/_lists.scss */
.box .view-content .views-row .columns {
  float: none;
  width: auto;
}

/* line 130, scss/modules/_lists.scss */
.box .view-content .views-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

/* line 134, scss/modules/_lists.scss */
.box .view-content .views-row:first-child {
  padding-top: 0;
}

/* line 137, scss/modules/_lists.scss */
.box .view-content .views-row:only-child {
  border: 0;
  padding-bottom: 0;
  padding-top: 0;
}

/* line 150, scss/modules/_lists.scss */
.owl-item {
  padding: 2.24rem 0;
  border-bottom: 1px solid #e9e9e9;
  padding: 0;
  border: 0;
}

/* line 119, scss/modules/_lists.scss */
.owl-item .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

@media only screen and (min-width: 40.063em) {
  /* line 119, scss/modules/_lists.scss */
  .owl-item .row {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

/* line 126, scss/modules/_lists.scss */
.owl-item .columns {
  float: none;
  width: auto;
}

/* line 130, scss/modules/_lists.scss */
.owl-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

/* line 134, scss/modules/_lists.scss */
.owl-item:first-child {
  padding-top: 0;
}

/* line 137, scss/modules/_lists.scss */
.owl-item:only-child {
  border: 0;
  padding-bottom: 0;
  padding-top: 0;
}

/* line 157, scss/modules/_lists.scss */
.view-items-list .view-content .views-row {
  padding: 2.66656rem 0;
  border-bottom: 1px solid #e9e9e9;
}

/* line 119, scss/modules/_lists.scss */
.view-items-list .view-content .views-row .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

@media only screen and (min-width: 40.063em) {
  /* line 119, scss/modules/_lists.scss */
  .view-items-list .view-content .views-row .row {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

/* line 126, scss/modules/_lists.scss */
.view-items-list .view-content .views-row .columns {
  float: none;
  width: auto;
}

/* line 130, scss/modules/_lists.scss */
.view-items-list .view-content .views-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

/* line 134, scss/modules/_lists.scss */
.view-items-list .view-content .views-row:first-child {
  padding-top: 0;
}

/* line 137, scss/modules/_lists.scss */
.view-items-list .view-content .views-row:only-child {
  border: 0;
  padding-bottom: 0;
  padding-top: 0;
}

/* line 159, scss/modules/_lists.scss */
.view-items-list .view-content .views-row:last-child {
  padding-bottom: 2.66656rem;
}

/* line 163, scss/modules/_lists.scss */
.view-items-list .view-content .views-row .columns.group-right {
  width: 100%;
}

/* line 171, scss/modules/_lists.scss */
.page-solrsearchblock .view-items-list .view-content .views-row .node-expert .group-left .image {
  margin-right: 1.6rem;
}

/* line 192, scss/modules/_lists.scss */
.i-type {
  position: relative;
  display: block;
  width: 6rem;
  margin: 0 0 0.8rem 0 !important;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  background: #00f9f6;
  color: #fff;
  -webkit-transform: translateZ(0);
}

/* line 203, scss/modules/_lists.scss */
.i-type:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

/* line 208, scss/modules/_lists.scss */
.i-type:before {
  text-align: center;
  position: absolute;
  top: 16%;
  right: 0;
  left: 0;
  margin: auto;
  font-size: calc(16px + .4vw);
}

/* line 217, scss/modules/_lists.scss */
.i-type strong {
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  right: 0;
  height: 50%;
  margin: auto;
  padding: 14% 15% 0 15%;
  font-size: calc(9px + .4vw);
  background: rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
}

@media only screen and (min-width: 40.063em) {
  /* line 192, scss/modules/_lists.scss */
  .i-type {
    margin: 0 1.6rem 0 0 !important;
  }
}

/* line 241, scss/modules/_lists.scss */
.i-type.icon-ah strong, .i-type.icon-other strong, .i-type.icon-reports strong, .i-type.icon-toolkits strong, .i-type.icon-glossary strong {
  font-size: 8px;
}

/* line 250, scss/modules/_lists.scss */
.section-solrsearchblock .node-teaser .group-left {
  width: 100% !important;
  max-width: 8em;
}

/* line 255, scss/modules/_lists.scss */
.i-image {
  max-width: 6em;
  margin-right: 1.6rem;
  display: block;
  width: 100%;
}

@media only screen and (max-width: 40em) {
  /* line 255, scss/modules/_lists.scss */
  .i-image {
    margin-bottom: 1em;
  }
}

/* line 264, scss/modules/_lists.scss */
.i-image img {
  border-radius: 50%;
}

/* line 267, scss/modules/_lists.scss */
.node-institutions.node-teaser .group-left .i-image img {
  border: 3px solid #e9e9e9;
}

/* line 271, scss/modules/_lists.scss */
.i-ovhead {
  font-size: 0.8rem;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 275, scss/modules/_lists.scss */
.i-ovhead .upcoming-event {
  color: #27ad60;
}

/* line 278, scss/modules/_lists.scss */
.i-ovhead .past-event {
  color: #ff9c00;
}

/* line 283, scss/modules/_lists.scss */
.i-title {
  margin: 0;
  font-size: 1.408rem;
  line-height: 1.2;
  padding-right: 1.28rem;
}

/* line 290, scss/modules/_lists.scss */
.i-subhead,
.group-subhead-wrapper {
  font-size: 0.9333333333rem;
  padding: 0.48rem 0;
}

/* line 296, scss/modules/_lists.scss */
.i-date {
  font-weight: bold;
  color: #606060;
}

/* line 298, scss/base/_fonts-icons.scss */
.i-date + .i-date:before {
  vertical-align: middle;
  content: "";
  font-size: 1em;
  color: #00f9f6;
  font-family: 'sp-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 301, scss/modules/_lists.scss */
.i-date + .i-date:before {
  margin: 0 0.3333333333rem;
  vertical-align: initial;
}

/* line 309, scss/modules/_lists.scss */
.i-location {
  font-weight: bold;
  color: #606060;
}

/* line 312, scss/modules/_lists.scss */
.i-location:before {
  content: "/";
  font-size: 1.3em;
  color: #00f9f6;
  padding: 0 0.3333333333rem;
}

/* line 318, scss/modules/_lists.scss */
.i-expert:before {
  content: "/";
  font-size: 1.3em;
  color: #00f9f6;
  padding: 0 0.3333333333rem;
}

/* line 323, scss/modules/_lists.scss */
.i-add {
  font-size: 0;
  position: absolute;
  top: 0;
  right: 0;
}

/* line 298, scss/base/_fonts-icons.scss */
.i-add:before {
  vertical-align: middle;
  content: "";
  font-size: 1.5rem;
  color: #0085d3;
  font-family: 'sp-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 329, scss/modules/_lists.scss */
.i-add.unflag-action:before {
  content: "";
}

/* line 334, scss/modules/_lists.scss */
.node-type-analytical-hightlights .i-add, .node-type-news .i-add, .page-node .i-add {
  position: relative;
}

/* line 339, scss/modules/_lists.scss */
.page-node.section-expert .i-add {
  position: absolute !important;
}

/* @group BOXY LISTS */
/* line 347, scss/modules/_lists.scss */
.boxy-list {
  list-style: none;
  margin: 0;
  column-gap: 3.2rem;
}

/* line 351, scss/modules/_lists.scss */
.boxy-list li {
  border: 1px solid #e9e9e9;
  padding: 3.2rem 1.6rem 3.2rem 1.6rem;
  margin: 0 0 3.2rem 0;
  break-inside: avoid;
  font-size: 1.3333333333rem;
  font-weight: bold;
  position: relative;
  text-align: center;
}

/* line 361, scss/modules/_lists.scss */
.boxy-list li:before {
  position: static;
  left: 1.6rem;
  top: 0;
  bottom: 0;
  width: 2.5em;
  height: 2.5em;
  margin: auto;
  margin-bottom: 1em;
  display: block;
  vertical-align: middle;
  background: #00f9f6;
  color: #fff;
  border-radius: 100%;
  line-height: 2.5em;
  font-size: 1em;
  text-align: center;
}

@media only screen and (min-width: 40.063em) {
  /* line 347, scss/modules/_lists.scss */
  .boxy-list {
    columns: 2;
  }
}

@media only screen and (min-width: 70.063em) {
  /* line 347, scss/modules/_lists.scss */
  .boxy-list {
    columns: 4;
  }
}

/* line 391, scss/modules/_lists.scss */
.sidebar-second .box-content ul li:before, .sidebar-second .newsletter-landing-info .pane-content ul li:before, .newsletter-landing-info .sidebar-second .pane-content ul li:before {
  width: 3.5rem;
  padding-top: 1rem;
  border-radius: 100%;
  text-align: center;
  background: #00f9f6;
  color: #FFFFFF;
  margin-right: 1.6rem !important;
  font-size: calc(16px + .4vw);
  position: absolute;
  left: 0;
  top: -0.5em;
  height: 3.5rem;
  display: block;
}

/* line 412, scss/modules/_lists.scss */
.sidebar-second .box-content ul, .sidebar-second .newsletter-landing-info .pane-content ul, .newsletter-landing-info .sidebar-second .pane-content ul {
  margin-left: 0;
  list-style-type: none;
}

/* line 415, scss/modules/_lists.scss */
.sidebar-second .box-content ul li, .sidebar-second .newsletter-landing-info .pane-content ul li, .newsletter-landing-info .sidebar-second .pane-content ul li {
  -ms-flex-direction: row;
      flex-direction: row;
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 2.24rem;
  padding-bottom: 2.24rem;
  padding-left: 5em;
  position: relative;
}

/* line 425, scss/modules/_lists.scss */
.sidebar-second .box-content ul li:last-child, .sidebar-second .newsletter-landing-info .pane-content ul li:last-child, .newsletter-landing-info .sidebar-second .pane-content ul li:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* line 430, scss/modules/_lists.scss */
.sidebar-second .box-content ul li a, .sidebar-second .newsletter-landing-info .pane-content ul li a, .newsletter-landing-info .sidebar-second .pane-content ul li a {
  font-size: 1.408rem;
  font-weight: bold;
}

/* line 447, scss/modules/_lists.scss */
.sidebar-second .block-panels-mini .view-content .views-row .group-left .i-type {
  width: 3.5rem;
}

/* line 449, scss/modules/_lists.scss */
.sidebar-second .block-panels-mini .view-content .views-row .group-left .i-type:before {
  top: 27%;
}

/* line 452, scss/modules/_lists.scss */
.sidebar-second .block-panels-mini .view-content .views-row .group-left .i-type strong {
  display: none;
}

/* line 458, scss/modules/_lists.scss */
.sidebar-second .block-panels-mini .view-content .views-row .group-right .i-title {
  font-size: 1.27rem;
}

/* line 469, scss/modules/_lists.scss */
.front .i-type strong {
  -webkit-transform: translateZ(0);
}

/* line 476, scss/modules/_lists.scss */
.items-list-tools .view-pager {
  -ms-flex-preferred-size: 33% !important;
      flex-basis: 33% !important;
}

@media only screen and (max-width: 40em) {
  /* line 476, scss/modules/_lists.scss */
  .items-list-tools .view-pager {
    -ms-flex-preferred-size: 70% !important;
        flex-basis: 70% !important;
  }
}

/* line 482, scss/modules/_lists.scss */
.items-list-tools .view-header {
  -ms-flex-preferred-size: 33% !important;
      flex-basis: 33% !important;
}

@media only screen and (max-width: 40em) {
  /* line 482, scss/modules/_lists.scss */
  .items-list-tools .view-header {
    display: none;
  }
}

/* Fixes for mobile problem on iphone */
@media only screen and (max-width: 40em) {
  /* line 490, scss/modules/_lists.scss */
  .items-list-tools .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-sort-by {
    height: 55px;
    margin-top: 10px;
  }
  /* line 494, scss/modules/_lists.scss */
  .views-exposed-form .views-exposed-widgets .form-type-select {
    height: 50px;
    height: 46px;
  }
}

/* End --- Fixes for mobile problem on iphone */
/* line 499, scss/modules/_lists.scss */
.items-list-tools .view-filters {
  -ms-flex-preferred-size: 33% !important;
      flex-basis: 33% !important;
}

@media only screen and (max-width: 40em) {
  /* line 499, scss/modules/_lists.scss */
  .items-list-tools .view-filters {
    -ms-flex-preferred-size: 8% !important;
        flex-basis: 8% !important;
  }
  /* line 502, scss/modules/_lists.scss */
  .items-list-tools .view-filters .views-exposed-form .views-exposed-widgets .form-type-select select {
    padding-right: 2rem;
    border-width: 2px;
    height: 48px !important;
    /* Fixes for mobile problem on iphone */
  }
  /* line 507, scss/modules/_lists.scss */
  .items-list-tools .view-filters .views-exposed-form .views-exposed-widgets .form-type-select:before {
    content: "Sort By";
    font-weight: bold;
    position: absolute;
    right: 120px;
    width: 3.4rem;
    position: absolute;
    top: 0.9rem;
    right: 3.2rem;
    bottom: auto;
    left: auto;
    margin: auto;
    font-size: 14px;
  }
  /* line 516, scss/modules/_lists.scss */
  .items-list-tools .view-filters .views-exposed-form .views-exposed-widgets .form-type-select:after {
    font-size: 1.2rem;
    text-align: center;
    width: 18px;
    height: 18px;
    content: "\e908";
    transform: rotate(-45deg);
  }
}

@media screen and (max-width: 350px) {
  /* line 526, scss/modules/_lists.scss */
  .items-list-tools .view-filters .views-exposed-form .views-exposed-widgets .form-type-select:before {
    display: none;
  }
}

@media only screen and (max-width: 40em) {
  /* line 532, scss/modules/_lists.scss */
  .items-list-tools .view-footer {
    display: none;
  }
}

/* @group explore data toggler */
/* line 3, scss/modules/_explore-data.scss */
#explore-toggler,
#search-toggler {
  margin-right: auto;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  transition: border-left 0.2s, border-right 0.2s;
  position: absolute;
  top: -3rem;
  right: 6.6666666667rem;
  z-index: 1;
}

@media only screen and (max-width: 40em) {
  /* line 3, scss/modules/_explore-data.scss */
  #explore-toggler,
  #search-toggler {
    right: 2.967rem;
  }
}

@media only screen and (min-width: 70.063em) {
  /* line 3, scss/modules/_explore-data.scss */
  #explore-toggler,
  #search-toggler {
    position: relative;
    top: 0;
    right: 0;
  }
}

/* line 21, scss/modules/_explore-data.scss */
#explore-toggler:before,
#search-toggler:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  top: -1px;
}

/* line 28, scss/modules/_explore-data.scss */
#explore-toggler:after,
#search-toggler:after {
  content: "";
  display: block;
  width: calc(100% + 4px);
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: -10px;
  background: transparent;
  transition: background 0.2s;
}

/* line 40, scss/modules/_explore-data.scss */
#explore-toggler label,
#search-toggler label {
  display: inline-block;
  padding-right: 1.3333333333rem;
  padding-left: 1.3333333333rem;
  margin-bottom: 0;
  line-height: 3rem;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #0085d3;
}

/* line 41, scss/modules/_explore-data.scss */
#explore-toggler label:before,
#search-toggler label:before {
  display: none;
}

/* line 44, scss/modules/_explore-data.scss */
#explore-toggler label:after,
#search-toggler label:after {
  margin-left: 0.7rem;
  stroke-width: 0.06rem;
  -webkit-text-stroke-width: 0.06rem;
  color: #0085d3;
  top: -0.2rem;
  position: relative;
  font-weight: bold;
}

@media only screen and (max-width: 40em) {
  /* line 44, scss/modules/_explore-data.scss */
  #explore-toggler label:after,
  #search-toggler label:after {
    margin-left: 0;
    top: 0;
    padding-left: 0;
    padding-right: 0.7rem;
  }
}

@media only screen and (min-width: 70.063em) {
  /* line 60, scss/modules/_explore-data.scss */
  #explore-toggler label:before,
  #search-toggler label:before {
    display: inline-block;
    font-weight: bold !important;
  }
  /* line 64, scss/modules/_explore-data.scss */
  #explore-toggler label:after,
  #search-toggler label:after {
    display: none;
  }
}

/* line 77, scss/modules/_explore-data.scss */
#explore-toggler label:before,
#search-toggler label:before {
  margin: 0 0.8rem 0 0;
}

@media only screen and (max-width: 40em) {
  /* line 40, scss/modules/_explore-data.scss */
  #explore-toggler label,
  #search-toggler label {
    font-size: 0;
    padding-right: 0.1rem;
    padding-left: 1rem;
  }
}

/* line 86, scss/modules/_explore-data.scss */
#explore-toggler:hover,
#search-toggler:hover {
  background: #B2FFFB;
}

/* line 89, scss/modules/_explore-data.scss */
#explore-toggler.active,
#search-toggler.active {
  background: #B2FFFB;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  border-left: 1px solid #02EBDE;
  border-right: 1px solid #02EBDE;
}

@media only screen and (min-width: 70.063em) {
  /* line 89, scss/modules/_explore-data.scss */
  #explore-toggler.active,
  #search-toggler.active {
    border-left: 2px solid #02EBDE;
    border-right: 2px solid #02EBDE;
  }
}

/* line 98, scss/modules/_explore-data.scss */
#explore-toggler.active:after,
#search-toggler.active:after {
  background: #B2FFFB;
}

/* line 101, scss/modules/_explore-data.scss */
#explore-toggler.active:before,
#search-toggler.active:before {
  background: #02EBDE;
  opacity: 1;
}

/* line 105, scss/modules/_explore-data.scss */
#explore-toggler.active label,
#search-toggler.active label {
  color: #000000;
}

/* line 110, scss/modules/_explore-data.scss */
#search-toggler {
  margin-right: 0;
}

/* @group explore data block */
/* line 116, scss/modules/_explore-data.scss */
#explore-data,
#search-data {
  margin: 0 1.6rem;
  position: relative;
  z-index: 0;
  opacity: 0;
}

/* line 118, scss/modules/_explore-data.scss */
#explore-data .close-btn:before,
#search-data .close-btn:before {
  color: #1F827D;
}

/* line 126, scss/modules/_explore-data.scss */
#explore-data #mini-panel-browse_by_block,
#explore-data #mini-panel-search_by_block,
#search-data #mini-panel-browse_by_block,
#search-data #mini-panel-search_by_block {
  max-width: calc(86.6666666667rem - 3.2rem);
  margin: auto;
  position: relative;
}

/* line 132, scss/modules/_explore-data.scss */
#explore-data .row,
#search-data .row {
  max-width: calc(86.6666666667rem - 3.2rem);
  background: #B2FFFB;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
  border-left: 1px solid #02EBDE;
  border-right: 1px solid #02EBDE;
  border-top: 1px solid #02EBDE;
}

@media only screen and (min-width: 70.063em) {
  /* line 132, scss/modules/_explore-data.scss */
  #explore-data .row,
  #search-data .row {
    border-left: 2px solid #02EBDE;
    border-right: 2px solid #02EBDE;
    border-top: 2px solid #02EBDE;
  }
}

@media only screen and (min-width: 70.063em) {
  /* line 132, scss/modules/_explore-data.scss */
  #explore-data .row,
  #search-data .row {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

/* line 151, scss/modules/_explore-data.scss */
#explore-data .row > .columns,
#search-data .row > .columns {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  float: none;
}

@media only screen and (min-width: 40.063em) and (max-width: 70em) {
  /* line 151, scss/modules/_explore-data.scss */
  #explore-data .row > .columns,
  #search-data .row > .columns {
    width: 100%;
  }
}

@media only screen and (max-width: 40em) {
  /* line 151, scss/modules/_explore-data.scss */
  #explore-data .row > .columns,
  #search-data .row > .columns {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
}

/* line 162, scss/modules/_explore-data.scss */
#explore-data .row > .columns:first-of-type:after,
#search-data .row > .columns:first-of-type:after {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  width: calc(100% - 3.2rem);
  height: 1px;
  background: #00f9f6;
  bottom: 0;
}

@media only screen and (min-width: 70.063em) {
  /* line 162, scss/modules/_explore-data.scss */
  #explore-data .row > .columns:first-of-type:after,
  #search-data .row > .columns:first-of-type:after {
    top: 0;
    right: 0;
    height: calc(100% - 3.2rem);
    width: 1px;
  }
}

/* line 181, scss/modules/_explore-data.scss */
#explore-data .row:last-child,
#search-data .row:last-child {
  display: inline-block;
}

/* line 183, scss/modules/_explore-data.scss */
#explore-data .row:last-child:before,
#search-data .row:last-child:before {
  content: '';
  display: inline-block;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 5px;
  right: auto;
  bottom: auto;
  left: 1.6rem;
  margin: auto;
  z-index: 99;
  border-radius: 50%;
  background: url(../img/brexit-flag.png) no-repeat center center transparent;
  background-size: 100%;
}

/* line 194, scss/modules/_explore-data.scss */
#explore-data .row:last-child .columns,
#search-data .row:last-child .columns {
  padding-left: 100px;
}

/* line 196, scss/modules/_explore-data.scss */
#explore-data .row:last-child .columns .columns,
#search-data .row:last-child .columns .columns {
  width: auto;
  padding-left: 0;
}

/* line 199, scss/modules/_explore-data.scss */
#explore-data .row:last-child .columns .columns p,
#search-data .row:last-child .columns .columns p {
  padding-left: 25px !important;
  font-size: 0.8rem;
}

@media only screen and (max-width: 40em) {
  /* line 199, scss/modules/_explore-data.scss */
  #explore-data .row:last-child .columns .columns p,
  #search-data .row:last-child .columns .columns p {
    padding-bottom: 1.6rem;
  }
}

/* line 208, scss/modules/_explore-data.scss */
#explore-data .row:last-child .row:before,
#search-data .row:last-child .row:before {
  display: none;
}

/* line 212, scss/modules/_explore-data.scss */
#explore-data .row:last-child .columns,
#search-data .row:last-child .columns {
  padding-top: 0 !important;
  border-bottom: 1px solid #02EBDE;
}

@media only screen and (min-width: 70.063em) {
  /* line 212, scss/modules/_explore-data.scss */
  #explore-data .row:last-child .columns,
  #search-data .row:last-child .columns {
    border-bottom: 2px solid #02EBDE;
  }
}

/* line 218, scss/modules/_explore-data.scss */
#explore-data .row:last-child .columns .columns,
#search-data .row:last-child .columns .columns {
  border-bottom: none;
}

/* line 221, scss/modules/_explore-data.scss */
#explore-data .row:last-child .columns h2,
#search-data .row:last-child .columns h2 {
  font-size: 1rem;
  padding-bottom: 0.48rem;
}

@media only screen and (max-width: 40em) {
  /* line 221, scss/modules/_explore-data.scss */
  #explore-data .row:last-child .columns h2,
  #search-data .row:last-child .columns h2 {
    margin-top: 0.16rem;
  }
}

/* line 228, scss/modules/_explore-data.scss */
#explore-data .row:last-child .columns:after,
#search-data .row:last-child .columns:after {
  display: none;
}

/* line 241, scss/modules/_explore-data.scss */
#explore-data .row .medium-6:first-child,
#search-data .row .medium-6:first-child {
  width: 100%;
}

/* line 243, scss/modules/_explore-data.scss */
#explore-data .row .medium-6:first-child:after,
#search-data .row .medium-6:first-child:after {
  display: none;
}

/* line 247, scss/modules/_explore-data.scss */
#explore-data .row .medium-6:last-child,
#search-data .row .medium-6:last-child {
  display: none;
}

/* line 251, scss/modules/_explore-data.scss */
#explore-data .row:nth-child(1) .columns,
#search-data .row:nth-child(1) .columns {
  padding-bottom: 0;
}

/* line 254, scss/modules/_explore-data.scss */
#explore-data .row .columns .panel-pane .pane-content div .row,
#search-data .row .columns .panel-pane .pane-content div .row {
  box-shadow: none !important;
  border-left: none;
  border-right: none;
  border-top: none;
}

/* line 259, scss/modules/_explore-data.scss */
#explore-data .row .columns .panel-pane .pane-content div .row .columns,
#search-data .row .columns .panel-pane .pane-content div .row .columns {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 263, scss/modules/_explore-data.scss */
#explore-data .row .columns .panel-pane .pane-content div .row .columns p,
#search-data .row .columns .panel-pane .pane-content div .row .columns p {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 268, scss/modules/_explore-data.scss */
#explore-data .row:nth-child(1) .columns:first-of-type:after,
#search-data .row:nth-child(1) .columns:first-of-type:after {
  display: none;
}

/* line 272, scss/modules/_explore-data.scss */
#explore-data .row:last-child:after,
#search-data .row:last-child:after {
  content: '';
  display: block;
  width: 100%;
  height: 20px;
  border-radius: 0;
  background: #B2FFFB;
  top: -20px;
  position: absolute;
}

/* line 282, scss/modules/_explore-data.scss */
#explore-data .row .row:last-child:after,
#search-data .row .row:last-child:after {
  display: none;
}

/* line 285, scss/modules/_explore-data.scss */
#explore-data h2,
#search-data h2 {
  padding-bottom: 1rem;
  font-size: 1.6rem;
  color: #606060;
  padding-top: 0;
  border: 0;
}

@media only screen and (max-width: 40em) {
  /* line 285, scss/modules/_explore-data.scss */
  #explore-data h2,
  #search-data h2 {
    margin-top: 1em;
    padding-bottom: 0.5em;
  }
}

/* line 295, scss/modules/_explore-data.scss */
#explore-data h2:before,
#search-data h2:before {
  display: none;
}

/* line 299, scss/modules/_explore-data.scss */
#explore-data ul,
#search-data ul {
  list-style: none;
  margin: 0;
  font-size: 0;
}

/* line 304, scss/modules/_explore-data.scss */
#explore-data ul li,
#search-data ul li {
  display: inline-block;
  margin-bottom: 10px;
}

@media only screen and (max-width: 40em) {
  /* line 304, scss/modules/_explore-data.scss */
  #explore-data ul li,
  #search-data ul li {
    width: 100%;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 70em) {
  /* line 304, scss/modules/_explore-data.scss */
  #explore-data ul li,
  #search-data ul li {
    margin-right: 15px;
    width: 47%;
  }
}

@media only screen and (min-width: 70.063em) {
  /* line 304, scss/modules/_explore-data.scss */
  #explore-data ul li,
  #search-data ul li {
    margin-bottom: 0;
    margin-right: 2.4%;
    width: 23.2%;
  }
  /* line 318, scss/modules/_explore-data.scss */
  #explore-data ul li:last-child,
  #search-data ul li:last-child {
    margin-right: 0;
  }
}

/* line 323, scss/modules/_explore-data.scss */
#explore-data ul li a,
#search-data ul li a {
  display: block;
  width: 100%;
}

@media only screen and (min-width: 70.063em) {
  /* line 323, scss/modules/_explore-data.scss */
  #explore-data ul li a,
  #search-data ul li a {
    font-size: 18px;
    padding-top: 0.96rem;
    padding-bottom: 0.96rem;
  }
}

/* line 332, scss/modules/_explore-data.scss */
#explore-data .button, #explore-data .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page #explore-data .field-content + a,
#search-data .button,
#search-data .view-display-id-policy_themes_page .field-content + a,
.view-display-id-policy_themes_page #search-data .field-content + a {
  margin-bottom: 0;
  font-weight: bold;
  border: 1px solid #00f9f6;
  background: #fff;
  color: #1F827D;
  padding-left: 1.28rem;
  padding-right: 1.28rem;
}

/* line 340, scss/modules/_explore-data.scss */
#explore-data .button.active, #explore-data .view-display-id-policy_themes_page .field-content + a.active, .view-display-id-policy_themes_page #explore-data .field-content + a.active,
#search-data .button.active,
#search-data .view-display-id-policy_themes_page .field-content + a.active,
.view-display-id-policy_themes_page #search-data .field-content + a.active {
  color: #000000;
  font-weight: bold;
  border-top-width: 5px;
  border-color: #00f9f6;
}

/* line 347, scss/modules/_explore-data.scss */
#explore-data form,
#search-data form {
  border-radius: 7px;
  background: #fff;
  border: 1px solid #00f9f6;
}

/* line 352, scss/modules/_explore-data.scss */
#explore-data form div.form-wrapper,
#search-data form div.form-wrapper {
  position: relative;
  display: -ms-flexbox;
  display: flex;
}

/* line 357, scss/modules/_explore-data.scss */
#explore-data form button,
#search-data form button {
  margin: 0;
}

/* line 362, scss/modules/_explore-data.scss */
#explore-data button[type*="submit"],
#search-data button[type*="submit"] {
  background: none;
  font-size: 0;
  padding: 0 0.9333333333rem;
}

/* line 298, scss/base/_fonts-icons.scss */
#explore-data button[type*="submit"]:before,
#search-data button[type*="submit"]:before {
  vertical-align: middle;
  content: "";
  font-size: 1.5rem;
  color: #0085d3;
  font-family: 'sp-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 368, scss/modules/_explore-data.scss */
#explore-data button[type*="submit"]:before,
#search-data button[type*="submit"]:before {
  line-height: 1.3;
}

/* line 373, scss/modules/_explore-data.scss */
#explore-data .form-item,
#search-data .form-item {
  margin: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

/* line 379, scss/modules/_explore-data.scss */
#explore-data .form-item input,
#search-data .form-item input {
  margin: 0;
  border: 0;
  border-radius: 7px;
  box-shadow: none;
  height: 100%;
  font-size: 1rem;
  padding: 0.8rem 0 0.8rem 1.3333333333rem;
}

/* line 388, scss/modules/_explore-data.scss */
#explore-data .form-item input:-ms-input-placeholder,
#search-data .form-item input:-ms-input-placeholder {
  color: #999999;
  font-style: italic;
}
#explore-data .form-item input::placeholder,
#search-data .form-item input::placeholder {
  color: #999999;
  font-style: italic;
}

/* line 298, scss/base/_fonts-icons.scss */
#explore-toggler label:after {
  vertical-align: middle;
  content: "";
  font-size: 1rem;
  color: #0085d3;
  font-family: 'sp-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (min-width: 70.063em) {
  /* line 298, scss/base/_fonts-icons.scss */
  #explore-toggler label:before {
    vertical-align: middle;
    content: "";
    font-size: 1rem;
    color: #000000;
    font-family: 'sp-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

/* line 402, scss/modules/_explore-data.scss */
#explore-toggler label:before {
  -webkit-text-stroke: 0.02rem;
}

/* line 408, scss/modules/_explore-data.scss */
#explore-data {
  transform: scale(1, 0);
  max-height: 0;
  transition: transform 0.2s, opacity 0.2s, max-height 0.3s;
  transform-origin: 50% 0;
}

/* line 413, scss/modules/_explore-data.scss */
#explore-data.active {
  transform: scale(1, 1);
  opacity: 1;
  max-height: 400px;
  max-height: 900px;
}

@media only screen and (max-width: 40em) {
  /* line 425, scss/modules/_explore-data.scss */
  .expanded #explore-toggler.moved {
    left: +192%;
  }
  /* line 428, scss/modules/_explore-data.scss */
  .expanded #search-toggler.moved {
    left: +186%;
  }
  /* line 431, scss/modules/_explore-data.scss */
  .top-bar-section ul li#explore-toggler,
  .top-bar-section ul li#search-toggler,
  .top-bar ul li.toggle-topbar {
    background: none !important;
    margin-top: -3px;
  }
  /* line 436, scss/modules/_explore-data.scss */
  .top-bar-section ul li#explore-toggler.active,
  .top-bar-section ul li#search-toggler.active,
  .top-bar ul li.toggle-topbar.active {
    background: #B2FFFB !important;
  }
  /* line 438, scss/modules/_explore-data.scss */
  .top-bar-section ul li#explore-toggler.active label:after,
  .top-bar-section ul li#search-toggler.active label:after,
  .top-bar ul li.toggle-topbar.active label:after {
    color: #000000 !important;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 70em) {
  /* line 445, scss/modules/_explore-data.scss */
  .expanded #explore-toggler.moved {
    left: +192%;
  }
  /* line 448, scss/modules/_explore-data.scss */
  .expanded #search-toggler.moved {
    left: +186%;
  }
  /* line 451, scss/modules/_explore-data.scss */
  .top-bar-section ul li#explore-toggler,
  .top-bar-section ul li#search-toggler,
  .top-bar ul li.toggle-topbar {
    background: none !important;
    margin-top: -3px;
  }
  /* line 456, scss/modules/_explore-data.scss */
  .top-bar-section ul li#explore-toggler.active,
  .top-bar-section ul li#search-toggler.active,
  .top-bar ul li.toggle-topbar.active {
    background: #B2FFFB !important;
  }
  /* line 458, scss/modules/_explore-data.scss */
  .top-bar-section ul li#explore-toggler.active label:after,
  .top-bar-section ul li#search-toggler.active label:after,
  .top-bar ul li.toggle-topbar.active label:after {
    color: #000000 !important;
  }
}

@media only screen and (max-width: 40em) {
  /* line 468, scss/modules/_explore-data.scss */
  #search-toggler {
    right: 6rem;
    background: none;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 70em) {
  /* line 468, scss/modules/_explore-data.scss */
  #search-toggler {
    right: 15.2rem;
    background: none;
  }
}

/* line 298, scss/base/_fonts-icons.scss */
#search-toggler label:after {
  vertical-align: middle;
  content: "";
  font-size: 1rem;
  color: #0085d3;
  font-family: 'sp-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 479, scss/modules/_explore-data.scss */
#search-toggler label:after {
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (min-width: 70.063em) {
  /* line 477, scss/modules/_explore-data.scss */
  #search-toggler label {
    font-size: 1rem;
  }
  /* line 298, scss/base/_fonts-icons.scss */
  #search-toggler label:after {
    vertical-align: middle;
    content: "";
    font-size: 1rem;
    color: #000000;
    font-family: 'sp-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

/* line 489, scss/modules/_explore-data.scss */
#search-data {
  margin: 0 1.6rem;
  position: relative;
  z-index: 0;
  opacity: 0;
  transform: scale(1, 0);
  max-height: 0;
  transition: transform 0.2s, opacity 0.2s, max-height 0.3s;
  transform-origin: 50% 0;
}

/* line 498, scss/modules/_explore-data.scss */
#search-data.active {
  transform: scale(1, 1);
  opacity: 1;
  max-height: 400px;
  max-height: 900px;
}

/* line 504, scss/modules/_explore-data.scss */
#search-data #mini-panel-search_by_block > .row:first-child {
  border: 4px solid red !important;
}

/* line 507, scss/modules/_explore-data.scss */
#search-data .row:last-child {
  display: block;
}

@media only screen and (min-width: 40.063em) {
  /* line 514, scss/modules/_explore-data.scss */
  #search-data .row .medium-6 .pane-search-form h2 {
    position: absolute;
    margin-top: 10px;
  }
  /* line 518, scss/modules/_explore-data.scss */
  #search-data .row .medium-6 .pane-content {
    width: 55%;
    margin: auto;
  }
}

/* line 526, scss/modules/_explore-data.scss */
#search-data.active {
  transform: scale(1, 1);
  opacity: 1;
  max-height: 400px;
  max-height: 900px;
}

/* line 1, scss/modules/_page-brief.scss */
.row.brief,
.brief {
  margin-bottom: 1.92rem;
}

@media only screen and (min-width: 40.063em) {
  /* line 1, scss/modules/_page-brief.scss */
  .row.brief,
  .brief {
    margin-bottom: 3.2rem;
  }
}

/* line 7, scss/modules/_page-brief.scss */
.row.brief em,
.brief em {
  display: block;
  margin-bottom: 1.066666656rem;
  font-style: normal;
  font-size: 1.6rem;
  font-weight: bold;
  color: #999999;
  line-height: 1;
}

/* line 15, scss/modules/_page-brief.scss */
.row.brief em strong,
.brief em strong {
  font-size: 2rem;
  display: block;
}

/* line 20, scss/modules/_page-brief.scss */
.row.brief p,
.brief p {
  border-left: 5px solid #00f9f6;
  margin-top: 0.032rem;
  margin-bottom: 0;
  padding-top: 0.032rem;
  padding-bottom: 0.032rem;
  padding-left: 1.06666656rem;
  font-size: 1.1em;
}

@media only screen and (min-width: 40.063em) {
  /* line 20, scss/modules/_page-brief.scss */
  .row.brief p,
  .brief p {
    padding-top: 0.64rem;
    padding-bottom: 0.64rem;
    padding-left: 2.66666656rem;
    margin-bottom: 0;
  }
}

/* line 35, scss/modules/_page-brief.scss */
.row.brief .button, .row.brief .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .row.brief .field-content + a,
.brief .button,
.brief .view-display-id-policy_themes_page .field-content + a,
.view-display-id-policy_themes_page .brief .field-content + a {
  margin-bottom: 0;
}

/* line 1, scss/modules/_columns.scss */
.split-to-columns {
  column-gap: 3.2rem;
}

@media only screen and (min-width: 40.063em) {
  /* line 3, scss/modules/_columns.scss */
  .split-to-columns.col-3 {
    column-count: 2;
  }
}

@media only screen and (min-width: 70.063em) {
  /* line 3, scss/modules/_columns.scss */
  .split-to-columns.col-3 {
    column-count: 3;
  }
}

/* @group TABS IN GENERAL */
/* line 4, scss/modules/_tabs.scss */
.tabs dd a,
.tabs .tab-title a {
  line-height: 1.3;
  position: relative;
  transition: background 0.3s;
}

/* line 9, scss/modules/_tabs.scss */
.tabs dd a:before,
.tabs .tab-title a:before {
  content: "";
  position: absolute;
  background: #00f9f6;
  opacity: 0;
  transition: opacity 0.2s, background 0.2s;
}

/* line 16, scss/modules/_tabs.scss */
.tabs dd a:hover:before,
.tabs .tab-title a:hover:before {
  opacity: 0.5;
}

/* line 20, scss/modules/_tabs.scss */
.tabs dd.active a, .tabs .tab-title.active a {
  font-weight: bold;
  border: 1px solid #DDDDDD;
}

/* line 24, scss/modules/_tabs.scss */
.tabs dd.active a:before,
.tabs .tab-title.active a:before {
  opacity: 1;
  background: #00f9f6;
}

/* @group HORIZONTAL TABS */
/* line 33, scss/modules/_tabs.scss */
.tabs:not(.vertical) {
  border-bottom: 1px solid #DDDDDD;
}

/* line 37, scss/modules/_tabs.scss */
.tabs:not(.vertical) dd a:before,
.tabs:not(.vertical) .tab-title a:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
}

/* line 44, scss/modules/_tabs.scss */
.tabs:not(.vertical) dd.active a,
.tabs:not(.vertical) .tab-title.active a {
  border-bottom: 0;
  margin-bottom: -1px;
}

/* @group VERTICAL TABS */
/* line 53, scss/modules/_tabs.scss */
.tabs.vertical {
  float: none;
  width: auto;
  max-width: none;
  border-right: 1px solid #DDDDDD;
}

/* line 58, scss/modules/_tabs.scss */
.tabs.vertical dd a,
.tabs.vertical .tab-title a {
  text-align: right;
}

/* line 61, scss/modules/_tabs.scss */
.tabs.vertical dd a:before,
.tabs.vertical .tab-title a:before {
  top: 0;
  right: 0;
  width: 5px;
  height: 100%;
}

/* line 68, scss/modules/_tabs.scss */
.tabs.vertical dd.active a,
.tabs.vertical .tab-title.active a {
  border-width: 0;
}

/* @group TABS OVERRIDES */
/* line 77, scss/modules/_tabs.scss */
.item-list ul.tabs > li {
  margin: 0px;
}

/* line 1, scss/modules/_accordion.scss */
.accordion {
  margin-left: 0;
}

/* line 3, scss/modules/_accordion.scss */
.accordion .accordion-navigation {
  border-bottom: 1px solid #e9e9e9;
  /* @group NODES */
  /* @group ACTIVE STATES */
  /* @group CONTENT */
}

/* line 8, scss/modules/_accordion.scss */
.accordion .accordion-navigation > a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  transition: background 0.3s;
}

/* line 298, scss/base/_fonts-icons.scss */
.accordion .accordion-navigation > a:before {
  vertical-align: middle;
  content: "";
  font-size: 1rem;
  color: #0085d3;
  font-family: 'sp-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 13, scss/modules/_accordion.scss */
.accordion .accordion-navigation > a:before {
  display: inline-block;
  margin: 0 10px 0 0;
}

/* line 20, scss/modules/_accordion.scss */
.accordion .accordion-navigation > a:not([role*="tab"]) {
  color: #0085d3;
}

/* line 22, scss/modules/_accordion.scss */
.accordion .accordion-navigation > a:not([role*="tab"]):before {
  content: "";
}

/* line 30, scss/modules/_accordion.scss */
.accordion .accordion-navigation.active > a {
  font-weight: bold;
  color: #222222;
}

/* line 33, scss/modules/_accordion.scss */
.accordion .accordion-navigation.active > a:before {
  content: "";
}

/* line 41, scss/modules/_accordion.scss */
.accordion .accordion-navigation > .content {
  display: block;
  max-height: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.2s, opacity 0.2s, padding 0.2s, overflow-y 1s;
}

/* line 48, scss/modules/_accordion.scss */
.accordion .accordion-navigation > .content:not(.active) {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 52, scss/modules/_accordion.scss */
.accordion .accordion-navigation > .content.active {
  height: auto;
  opacity: 1;
  max-height: 100vh;
  overflow-y: auto;
}

/* line 2, scss/modules/_sliders.scss */
.owl_paginator {
  position: relative;
  margin-bottom: 1.6rem;
}

/* line 6, scss/modules/_sliders.scss */
.owl_paginator .paginator-nav {
  display: -ms-flexbox;
  display: flex;
}

/* line 9, scss/modules/_sliders.scss */
.owl_paginator .paginator-nav [class*=owl-] {
  font-size: 0;
  background: transparent;
  padding: 10px;
  margin: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  opacity: 1;
  transition: opacity 0.3s;
}

/* line 20, scss/modules/_sliders.scss */
.owl_paginator .paginator-nav [class*=owl-]:after {
  content: " ";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-top: 2px solid #0085d3;
  border-left: 2px solid #0085d3;
  transform: rotate(-45deg) skew(0);
}

/* line 24, scss/modules/_sliders.scss */
.owl_paginator .paginator-nav [class*=owl-]:hover:after {
  border-color: rgba(0, 133, 211, 0.5);
}

/* line 28, scss/modules/_sliders.scss */
.owl_paginator .paginator-nav [class*=owl-].disabled {
  opacity: 0;
}

/* line 32, scss/modules/_sliders.scss */
.owl_paginator .paginator-nav .owl-next {
  margin-left: auto;
}

/* line 34, scss/modules/_sliders.scss */
.owl_paginator .paginator-nav .owl-next:after {
  transform: rotate(135deg) skew(0);
}

/* line 40, scss/modules/_sliders.scss */
.owl_paginator .paginator-dots {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  height: 0;
}

/* line 49, scss/modules/_sliders.scss */
.owl_paginator .paginator-dots .owl-dot {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 5px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #0085d3;
  cursor: pointer;
  transition: background 0.3s;
}

/* line 59, scss/modules/_sliders.scss */
.owl_paginator .paginator-dots .owl-dot:hover {
  background: rgba(0, 133, 211, 0.5);
}

/* line 62, scss/modules/_sliders.scss */
.owl_paginator .paginator-dots .owl-dot.active {
  width: 14px;
  height: 14px;
  background: #00f9f6;
}

/* line 1, scss/modules/_toc.scss */
#TOC {
  /* @group "Pages" */
  /* @group 1st level */
  /* @group 2nd level */
}

/* line 3, scss/modules/_toc.scss */
#TOC ul {
  position: relative;
}

/* line 7, scss/modules/_toc.scss */
#TOC ul:before {
  content: "";
  display: block;
  position: absolute;
  left: 4.48rem;
  top: 0;
  height: 100%;
  width: 1px;
  border-left: 1px solid #DDDDDD;
}

/* line 18, scss/modules/_toc.scss */
#TOC li {
  list-style: none;
  margin: 0.64rem 0;
}

/* line 23, scss/modules/_toc.scss */
#TOC a {
  line-height: 1.3;
  display: inline-block;
}

/* line 30, scss/modules/_toc.scss */
#TOC [class*="tocPage_"] {
  position: absolute;
  margin: 0.3em 0 0 0;
  font-size: 0.8em;
}

/* line 35, scss/modules/_toc.scss */
#TOC [class*="tocPage_"] a {
  color: #999999;
  pointer-events: none;
}

/* line 41, scss/modules/_toc.scss */
#TOC [class*="tocPage_"].focus:before {
  content: "";
  width: 5px;
  height: 100%;
  background: #00f9f6;
  position: absolute;
  right: -2.464rem;
  top: 0;
}

/* line 50, scss/modules/_toc.scss */
#TOC [class*="tocPage_"].focus a {
  font-weight: bold;
  color: #000;
}

/* line 59, scss/modules/_toc.scss */
#TOC .tocAnchor_h2 {
  margin-left: 7.04rem;
}

/* line 65, scss/modules/_toc.scss */
#TOC .tocAnchor_h3 {
  margin-left: 8.64rem;
}

/* line 71, scss/modules/_toc.scss */
.field-name-content-with-toc + .field {
  margin-top: 3.2rem;
}

/* line 1, scss/modules/_flags.scss */
.flags {
  vertical-align: middle;
  margin: 0 0.6666666667rem 0 0;
}

/* @group Contact details */
/* line 4, scss/modules/_block.scss */
.group-contact-wrapper .group-address-wrapper {
  margin-bottom: 1.3333333333rem;
}

/* line 7, scss/modules/_block.scss */
.group-contact-wrapper .group-phone-email-wrapper {
  margin-bottom: 1.3333333333rem;
}

/* line 10, scss/modules/_block.scss */
.group-contact-wrapper .field-label {
  font-weight: bold;
  display: inline-block;
}

/* @group Downloads */
/* line 19, scss/modules/_block.scss */
.external-resource-link a {
  position: relative;
  display: block;
  font-weight: bold;
  font-size: 1.4666666667rem;
  line-height: 1;
}

/* line 25, scss/modules/_block.scss */
.external-resource-link a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 17%;
  margin-right: 20px;
  padding: 17% 0 0 0;
  background-image: url(../images/new-window.png);
  background-size: contain;
}

/* @group NEWSLETTER */
/* line 42, scss/modules/_block.scss */
[class*="block-bean-newsletter"] .row {
  max-width: 40.063em;
}

/* line 48, scss/modules/_block.scss */
.sendinblue-newsletter-mergefields {
  float: left;
  width: 70%;
}

/* line 51, scss/modules/_block.scss */
.sendinblue-newsletter-mergefields .form-item-fields-EMAIL {
  margin: 0;
  padding: 0;
  width: 100%;
}

/* line 55, scss/modules/_block.scss */
.sendinblue-newsletter-mergefields .form-item-fields-EMAIL input {
  width: 100% !important;
  height: 3.8em !important;
}

/* line 63, scss/modules/_block.scss */
.sendinblue-signup-subscribe-form .sendinblue-form-description {
  margin-bottom: 0.5em;
}

/* line 66, scss/modules/_block.scss */
.sendinblue-signup-subscribe-form .form-submit {
  float: left;
  width: 30%;
}

/* line 75, scss/modules/_block.scss */
.block-sendinblue .sendinblue-newsletter-mergefields {
  width: 56%;
}

/* line 79, scss/modules/_block.scss */
.block-sendinblue .sendinblue-signup-subscribe-form .form-submit {
  width: 42% !important;
  margin-left: 2%;
}

@media only screen and (min-width: 40.063em) and (max-width: 70em) {
  /* line 85, scss/modules/_block.scss */
  .block-sendinblue-newsletter-analytical-highlights .row,
  .block-sendinblue-newsletter-blog-articles .row {
    max-width: 790px;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 70em) {
  /* line 91, scss/modules/_block.scss */
  .block-sendinblue-newsletter-footer {
    max-width: 580px;
  }
}

/* line 101, scss/modules/_block.scss */
.block-sendinblue:not(.block-sendinblue-newsletter-footer) {
  border-top: 6px solid #00f9f6 !important;
  background: #F3F3F3;
  padding-bottom: 1em !important;
}

/* line 102, scss/modules/_block.scss */
.block-sendinblue:not(.block-sendinblue-newsletter-footer) h2 {
  border: none;
  width: 100%;
  color: #444444;
}

@media only screen and (max-width: 40em) {
  /* line 102, scss/modules/_block.scss */
  .block-sendinblue:not(.block-sendinblue-newsletter-footer) h2 {
    margin-left: 0 !important;
  }
}

/* line 109, scss/modules/_block.scss */
.block-sendinblue:not(.block-sendinblue-newsletter-footer) h2:before {
  display: none;
}

/* line 117, scss/modules/_block.scss */
.block-sendinblue:not(.block-sendinblue-newsletter-footer) .sendinblue-email-icon {
  position: relative;
}

/* line 119, scss/modules/_block.scss */
.block-sendinblue:not(.block-sendinblue-newsletter-footer) .sendinblue-email-icon:before, .block-sendinblue:not(.block-sendinblue-newsletter-footer) .sendinblue-email-icon:after {
  content: "";
  display: block;
  height: 2px;
  background: #00adaa;
  left: 50%;
  position: absolute;
}

/* line 129, scss/modules/_block.scss */
.block-sendinblue:not(.block-sendinblue-newsletter-footer) .sendinblue-email-icon .sendinblue-email-icon-inner:before {
  content: "";
  display: block;
  background: #00adaa;
  left: 50%;
  position: absolute;
  height: 2px;
}

/* line 139, scss/modules/_block.scss */
.block-sendinblue:not(.block-sendinblue-newsletter-footer) .sendinblue-form-description {
  margin-bottom: 1em !important;
}

/* line 145, scss/modules/_block.scss */
.block-sendinblue:not(.block-sendinblue-newsletter-footer) .sendinblue-email-icon {
  margin-top: 0;
}

/* line 147, scss/modules/_block.scss */
.block-sendinblue:not(.block-sendinblue-newsletter-footer) .sendinblue-email-icon img {
  border: 2px solid #00adaa;
  border-radius: 50%;
}

/*.front .block-sendinblue:not(.block-sendinblue-newsletter-footer) {
	&:before {
		display: none;
	}
	padding-top: 20px;
    padding-bottom: 0 !important;
    @media only screen and (max-width: 40em) {
		padding-top: 1.8rem !important;
		padding-bottom: 0.5em !important;
		.box-header,
		.box-content {
			max-width: 350px;
			margin: auto;
		}
    }
   	@media only screen and (min-width:40.063em) and (max-width:70em) {
		padding-left: 21% !important;
    	padding-right: 21% !important;
	}
	h2 {
		padding-bottom: 0.6rem !important;
	}
    .sendinblue-form-description {
   		margin-bottom: 2em !important;
   		@media only screen and (max-width: 40em) {
   			margin-bottom: 1em !important;
   		}
    }
	//Icon
	.sendinblue-email-icon {
		width: 116px;
		padding-right: 0;
		@media only screen and (max-width: 40em) {
			padding-right: 0.5em;
			width: 75px;
		}
		&:before,
		&:after {
			width: 26px;
			left: 0;
			margin-left: -7px;
		}
		@media only screen and (max-width: 40em) {
			&:before,
			&:after {
				display: none;
			}
		}
		&:before {
			top: 2.5em;
		}
		&:after {
			bottom: 2.5em;
		}
		.sendinblue-email-icon-inner {
			&:before {
				top: 46px;
				left: 0;
				margin-left: -14px;
				width: 25px;
				height: 2px;
			}
			@media only screen and (max-width: 40em) {
				&:before {
					display: none;
				}	
			}
		}
	}
	//Form
	.sendinblue-email-form {
		width: calc(100% - 116px);
		@media only screen and (max-width: 40em) {
			width: calc(100% - 75px);
			padding-left: 0.2em;
		}
		.sendinblue-newsletter-mergefields {
			width: 67%;	
			.form-item input {
				@media only screen and (max-width: 40em) {
					font-size: 12px;
				}
			}
		}
		.form-submit {
			width: 31% !important;
			margin-left: 2%;
			padding-left: 0;
			padding-right: 0;
			@media only screen and (max-width: 40em) {
				font-size: 12px;
				padding-top: 13px;
				padding-bottom: 13px;
			}
		}
		.sendinblue-email-link {
			padding-left: 0;
			padding-top: 0.6em;
			@media only screen and (max-width: 40em) {
				padding-left: 0;
				a {
					position: relative;
					left: -50px;
					width: 218px;
					display: block;
				}
			}
		}
	}
}*/
/* line 268, scss/modules/_block.scss */
aside .block-sendinblue,
.aside.block-sendinblue {
  padding: 3em 3em !important;
  padding-top: 0 !important;
}

@media only screen and (min-width: 40.063em) and (max-width: 70em) {
  /* line 268, scss/modules/_block.scss */
  aside .block-sendinblue,
  .aside.block-sendinblue {
    padding-left: 21% !important;
    padding-right: 21% !important;
  }
}

/* line 274, scss/modules/_block.scss */
aside .block-sendinblue h2,
.aside.block-sendinblue h2 {
  padding-top: 1em;
  padding-bottom: 0.5em;
}

/* line 281, scss/modules/_block.scss */
aside .block-sendinblue .row .sendinblue-email-icon,
.aside.block-sendinblue .row .sendinblue-email-icon {
  padding-right: 0.5em;
  width: 75px;
}

@media only screen and (min-width: 40.063em) and (max-width: 70em) {
  /* line 281, scss/modules/_block.scss */
  aside .block-sendinblue .row .sendinblue-email-icon,
  .aside.block-sendinblue .row .sendinblue-email-icon {
    width: 95px;
  }
}

/* line 289, scss/modules/_block.scss */
aside .block-sendinblue .row .sendinblue-email-form,
.aside.block-sendinblue .row .sendinblue-email-form {
  padding-left: 0;
  width: calc(100% - 75px);
}

@media only screen and (min-width: 40.063em) and (max-width: 70em) {
  /* line 289, scss/modules/_block.scss */
  aside .block-sendinblue .row .sendinblue-email-form,
  .aside.block-sendinblue .row .sendinblue-email-form {
    width: calc(100% - 95px);
  }
}

/* line 297, scss/modules/_block.scss */
aside .block-sendinblue .sendinblue-newsletter-mergefields,
.aside.block-sendinblue .sendinblue-newsletter-mergefields {
  width: 60%;
}

/* line 300, scss/modules/_block.scss */
aside .block-sendinblue .sendinblue-newsletter-mergefields .form-item-fields-EMAIL input,
.aside.block-sendinblue .sendinblue-newsletter-mergefields .form-item-fields-EMAIL input {
  height: 3.3em !important;
  font-size: 12px;
}

@media only screen and (min-width: 40.063em) and (max-width: 70em) {
  /* line 300, scss/modules/_block.scss */
  aside .block-sendinblue .sendinblue-newsletter-mergefields .form-item-fields-EMAIL input,
  .aside.block-sendinblue .sendinblue-newsletter-mergefields .form-item-fields-EMAIL input {
    height: 3.8em !important;
    margin-top: 0.6em;
  }
}

/* line 308, scss/modules/_block.scss */
aside .block-sendinblue .sendinblue-signup-subscribe-form .form-submit,
.aside.block-sendinblue .sendinblue-signup-subscribe-form .form-submit {
  width: 38% !important;
  margin-left: 2%;
  font-size: 13px;
  padding-left: 0.2em;
  padding-right: 0.2em;
  padding-top: 0.7em;
  padding-bottom: 0.7em;
}

@media only screen and (min-width: 40.063em) and (max-width: 70em) {
  /* line 308, scss/modules/_block.scss */
  aside .block-sendinblue .sendinblue-signup-subscribe-form .form-submit,
  .aside.block-sendinblue .sendinblue-signup-subscribe-form .form-submit {
    margin-top: 0.6em;
    padding-top: 0.9em;
    padding-bottom: 0.9em;
  }
}

/* line 323, scss/modules/_block.scss */
.aside.block-sendinblue .sendinblue-email-link {
  padding: 0;
  margin-left: -48px;
  width: calc(100% + 45px);
}

@media only screen and (min-width: 40.063em) and (max-width: 70em) {
  /* line 323, scss/modules/_block.scss */
  .aside.block-sendinblue .sendinblue-email-link {
    margin-left: -68px;
  }
}

/* line 334, scss/modules/_block.scss */
.block-sendinblue.full-width {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  padding-top: 2.5em;
  padding-bottom: 2.5em !important;
  margin-bottom: 2em;
}

/* line 341, scss/modules/_block.scss */
.block-sendinblue.full-width .sendinblue-email-icon {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  text-align: center;
  padding-bottom: 1em;
}

@media only screen and (max-width: 40em) {
  /* line 341, scss/modules/_block.scss */
  .block-sendinblue.full-width .sendinblue-email-icon {
    text-align: left;
    width: 106px;
    float: none;
    padding-bottom: 0;
    padding-left: 2.2rem;
    padding-right: 0;
    margin-bottom: 1rem;
  }
}

@media only screen and (min-width: 40.063em) {
  /* line 341, scss/modules/_block.scss */
  .block-sendinblue.full-width .sendinblue-email-icon {
    float: none;
    margin: auto;
  }
}

/* line 361, scss/modules/_block.scss */
.block-sendinblue.full-width .sendinblue-email-icon:before, .block-sendinblue.full-width .sendinblue-email-icon:after {
  width: 42px;
  margin-left: -105px;
}

/* line 366, scss/modules/_block.scss */
.block-sendinblue.full-width .sendinblue-email-icon:before {
  top: 2.8em;
}

/* line 369, scss/modules/_block.scss */
.block-sendinblue.full-width .sendinblue-email-icon:after {
  bottom: 3.3em;
}

@media only screen and (max-width: 40em) {
  /* line 373, scss/modules/_block.scss */
  .block-sendinblue.full-width .sendinblue-email-icon:before, .block-sendinblue.full-width .sendinblue-email-icon:after {
    margin-left: 5px;
    left: 0;
    width: 25px;
  }
  /* line 379, scss/modules/_block.scss */
  .block-sendinblue.full-width .sendinblue-email-icon:before {
    top: 3.2em;
  }
  /* line 382, scss/modules/_block.scss */
  .block-sendinblue.full-width .sendinblue-email-icon:after {
    bottom: 2.5em;
  }
}

/* line 387, scss/modules/_block.scss */
.block-sendinblue.full-width .sendinblue-email-icon .sendinblue-email-icon-inner:before {
  width: 42px;
  margin-left: -115px;
  top: 3.45em;
  height: 2px;
}

@media only screen and (max-width: 40em) {
  /* line 394, scss/modules/_block.scss */
  .block-sendinblue.full-width .sendinblue-email-icon .sendinblue-email-icon-inner:before {
    margin-left: -1px;
    left: 0;
    width: 25px;
    top: 2.8em;
  }
}

@media only screen and (max-width: 40em) {
  /* line 341, scss/modules/_block.scss */
  .block-sendinblue.full-width .sendinblue-email-icon {
    text-align: left;
  }
}

/* line 408, scss/modules/_block.scss */
.block-sendinblue.full-width h2 {
  text-align: center;
  padding-bottom: 0.5em;
  margin: auto;
  max-width: 620px;
}

@media only screen and (max-width: 40em) {
  /* line 408, scss/modules/_block.scss */
  .block-sendinblue.full-width h2 {
    text-align: left;
  }
}

/* line 418, scss/modules/_block.scss */
.block-sendinblue.full-width .sendinblue-form-description {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  text-align: center;
  margin: auto;
  max-width: 500px;
  display: block;
  clear: both;
  float: none;
}

@media only screen and (max-width: 40em) {
  /* line 418, scss/modules/_block.scss */
  .block-sendinblue.full-width .sendinblue-form-description {
    text-align: left;
    max-width: none;
  }
}

/* line 433, scss/modules/_block.scss */
.block-sendinblue.full-width .sendinblue-email-form {
  display: block;
  max-width: 680px;
  margin: auto;
  float: none;
  clear: both;
  width: 100%;
}

@media only screen and (min-width: 70.063em) {
  /* line 433, scss/modules/_block.scss */
  .block-sendinblue.full-width .sendinblue-email-form {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

/* line 446, scss/modules/_block.scss */
.block-sendinblue.full-width .sendinblue-email-form .sendinblue-newsletter-mergefields {
  width: 68% !important;
  width: 65% !important;
  margin-right: 2%;
}

@media only screen and (max-width: 40em) {
  /* line 451, scss/modules/_block.scss */
  .block-sendinblue.full-width .sendinblue-email-form .sendinblue-newsletter-mergefields .form-item-fields-EMAIL input {
    font-size: 12px;
  }
}

/* line 457, scss/modules/_block.scss */
.block-sendinblue.full-width .sendinblue-email-form .form-submit {
  width: calc(30% - 20px) !important;
  margin-left: 20px;
}

@media only screen and (max-width: 40em) {
  /* line 457, scss/modules/_block.scss */
  .block-sendinblue.full-width .sendinblue-email-form .form-submit {
    font-size: 12px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0px;
    width: 30% !important;
  }
}

/* line 468, scss/modules/_block.scss */
.block-sendinblue.full-width .sendinblue-email-form .sendinblue-email-link {
  padding-left: 0;
  padding-right: 0;
}

/* line 475, scss/modules/_block.scss */
.l-footer-bottom .block-sendinblue {
  border-top: none !important;
  padding-bottom: 0 !important;
}

/* line 478, scss/modules/_block.scss */
.l-footer-bottom .block-sendinblue .sendinblue-form-description {
  margin-bottom: 0 !important;
}

/* line 481, scss/modules/_block.scss */
.l-footer-bottom .block-sendinblue .sendinblue-email-icon,
.l-footer-bottom .block-sendinblue .sendinblue-email-link {
  display: none;
}

@media only screen and (max-width: 40em) {
  /* line 488, scss/modules/_block.scss */
  #shareModal #share .button, #shareModal #share .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page #shareModal #share .field-content + a {
    min-width: 100%;
  }
}

/* @group GENERAL FORM STYLING */
/* line 4, scss/modules/_forms.scss */
form input, form select {
  height: auto !important;
}

/* line 8, scss/modules/_forms.scss */
form input:focus, form select:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: #00f9f6 !important;
}

/* @group NEWSLETTER SUBSCRIBE FORM */
/* line 21, scss/modules/_forms.scss */
form[id*=newsletter-subscribe-form] > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

/* line 28, scss/modules/_forms.scss */
form[id*=newsletter-subscribe-form] .form-type-textfield {
  margin: 0px 1.6rem 0px 0px;
  -ms-flex-positive: 1;
      flex-grow: 1;
}

/* line 32, scss/modules/_forms.scss */
form[id*=newsletter-subscribe-form] .form-type-textfield input {
  padding: 0.9333333333rem;
}

/* line 55, scss/base/_mixins.scss */
form[id*=newsletter-subscribe-form] .form-type-textfield input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999999;
  font-size: 1rem;
  font-weight: normal;
  font-style: italic;
}

/* line 61, scss/base/_mixins.scss */
form[id*=newsletter-subscribe-form] .form-type-textfield input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
  opacity: 1;
  font-size: 1rem;
  font-weight: normal;
  font-style: italic;
}

/* line 68, scss/base/_mixins.scss */
form[id*=newsletter-subscribe-form] .form-type-textfield input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999999;
  font-size: 1rem;
  font-weight: normal;
  font-style: italic;
}

/* @group VIEWS EXPOSED FORMS */
@media only screen and (max-width: 40em) {
  /* line 46, scss/modules/_forms.scss */
  .block-views-exp-solrsearchblock-page .views-exposed-widgets #edit-keys-2-wrapper {
    width: 100%;
    padding-right: 0;
  }
  /* line 51, scss/modules/_forms.scss */
  .block-views-exp-solrsearchblock-page .views-exposed-widgets #edit-field-event-date-value2-wrapper,
  .block-views-exp-solrsearchblock-page .views-exposed-widgets #edit-field-event-date-value-wrapper {
    width: calc(50% - 2px);
    padding-right: 0;
  }
  /* line 55, scss/modules/_forms.scss */
  .block-views-exp-solrsearchblock-page .views-exposed-widgets #edit-field-event-date-value2-wrapper .form-item,
  .block-views-exp-solrsearchblock-page .views-exposed-widgets #edit-field-event-date-value-wrapper .form-item {
    width: 100%;
  }
  /* line 58, scss/modules/_forms.scss */
  .block-views-exp-solrsearchblock-page .views-exposed-widgets #edit-field-event-date-value2-wrapper .form-item .date-padding,
  .block-views-exp-solrsearchblock-page .views-exposed-widgets #edit-field-event-date-value-wrapper .form-item .date-padding {
    width: 100%;
  }
  /* line 60, scss/modules/_forms.scss */
  .block-views-exp-solrsearchblock-page .views-exposed-widgets #edit-field-event-date-value2-wrapper .form-item .date-padding input,
  .block-views-exp-solrsearchblock-page .views-exposed-widgets #edit-field-event-date-value-wrapper .form-item .date-padding input {
    width: 100%;
  }
  /* line 66, scss/modules/_forms.scss */
  .block-views-exp-solrsearchblock-page .views-exposed-widgets #edit-field-event-date-value2-wrapper {
    float: left;
  }
  /* line 70, scss/modules/_forms.scss */
  .block-views-exp-solrsearchblock-page .views-exposed-widgets #edit-field-event-date-value-wrapper {
    float: right;
  }
  /* line 73, scss/modules/_forms.scss */
  .block-views-exp-solrsearchblock-page .views-exposed-widgets .views-widget-sort-by {
    float: none;
    padding-right: 0;
    clear: both;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 70em) {
  /* line 46, scss/modules/_forms.scss */
  .block-views-exp-solrsearchblock-page .views-exposed-widgets #edit-keys-2-wrapper {
    width: 100%;
    padding-right: 0;
  }
  /* line 51, scss/modules/_forms.scss */
  .block-views-exp-solrsearchblock-page .views-exposed-widgets #edit-field-event-date-value2-wrapper,
  .block-views-exp-solrsearchblock-page .views-exposed-widgets #edit-field-event-date-value-wrapper {
    width: calc(50% - 2px);
    padding-right: 0;
  }
  /* line 55, scss/modules/_forms.scss */
  .block-views-exp-solrsearchblock-page .views-exposed-widgets #edit-field-event-date-value2-wrapper .form-item,
  .block-views-exp-solrsearchblock-page .views-exposed-widgets #edit-field-event-date-value-wrapper .form-item {
    width: 100%;
  }
  /* line 58, scss/modules/_forms.scss */
  .block-views-exp-solrsearchblock-page .views-exposed-widgets #edit-field-event-date-value2-wrapper .form-item .date-padding,
  .block-views-exp-solrsearchblock-page .views-exposed-widgets #edit-field-event-date-value-wrapper .form-item .date-padding {
    width: 100%;
  }
  /* line 60, scss/modules/_forms.scss */
  .block-views-exp-solrsearchblock-page .views-exposed-widgets #edit-field-event-date-value2-wrapper .form-item .date-padding input,
  .block-views-exp-solrsearchblock-page .views-exposed-widgets #edit-field-event-date-value-wrapper .form-item .date-padding input {
    width: 100%;
  }
  /* line 66, scss/modules/_forms.scss */
  .block-views-exp-solrsearchblock-page .views-exposed-widgets #edit-field-event-date-value2-wrapper {
    float: left;
  }
  /* line 70, scss/modules/_forms.scss */
  .block-views-exp-solrsearchblock-page .views-exposed-widgets #edit-field-event-date-value-wrapper {
    float: right;
  }
  /* line 73, scss/modules/_forms.scss */
  .block-views-exp-solrsearchblock-page .views-exposed-widgets .views-widget-sort-by {
    float: none;
    padding-right: 0;
    clear: both;
  }
}

/* line 91, scss/modules/_forms.scss */
.views-exposed-form .views-exposed-widgets input, .views-exposed-form .views-exposed-widgets select {
  padding: 0.6666666667rem 1rem;
  margin-bottom: 0px;
}

/* line 96, scss/modules/_forms.scss */
.views-exposed-form .views-exposed-widgets .form-type-select {
  position: relative;
}

/* line 298, scss/base/_fonts-icons.scss */
.views-exposed-form .views-exposed-widgets .form-type-select:after {
  vertical-align: middle;
  content: "";
  font-size: 0.8rem;
  color: #000000;
  font-family: 'sp-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 100, scss/modules/_forms.scss */
.views-exposed-form .views-exposed-widgets .form-type-select select {
  border-color: #e3e3e3;
  padding-right: 2.6666666667rem;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}

/* line 113, scss/modules/_forms.scss */
.views-exposed-form .views-exposed-widgets .form-type-select:after {
  position: absolute;
  top: 0px;
  right: 15px;
  bottom: 0px;
  left: auto;
  margin: auto;
  height: 8px;
  z-index: -1;
}

/* line 126, scss/modules/_forms.scss */
.node-webform .form-item input[type="checkbox"] {
  margin-bottom: 0.06667rem;
}

/* line 129, scss/modules/_forms.scss */
.node-webform .form-item label {
  font-weight: bold;
}

/* line 133, scss/modules/_forms.scss */
.node-webform .form-item .form-textarea-wrapper textarea {
  border-bottom-right-radius: 0;
}

/* line 138, scss/modules/_forms.scss */
.node-webform .form-item .form-textarea-wrapper textarea#edit-submitted-terms-and-conditions-of-use {
  background: #f6f6f6;
}

/* line 143, scss/modules/_forms.scss */
.node-webform .form-item .form-textarea-wrapper .grippie {
  display: none;
}

/* @group GENERAL BUTTONS STYLING */
/* line 3, scss/modules/_button.scss */
button, .button, .view-display-id-policy_themes_page .field-content + a {
  padding: 0.9333333333rem 1.4666666667rem;
}

/* @group FACETS */
/* line 13, scss/modules/_facets.scss */
[class*="pane-facetapi"] {
  margin-bottom: 0.3333333333rem;
}

/* line 17, scss/modules/_facets.scss */
.form-item-facets {
  margin: 0px;
}

/* line 20, scss/modules/_facets.scss */
.form-item-facets input, .form-item-facets select {
  font-size: 1rem;
}

/* @group CLEAR BUTTON */
/* line 32, scss/modules/_facets.scss */
form[id*="facetapi-"] {
  position: relative;
}

/* line 35, scss/modules/_facets.scss */
form[id*="facetapi-"] .facetapi-clear-selected-link {
  display: inline-block;
  position: relative;
  font-size: 0px;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 0px;
  right: auto;
  bottom: 0px;
  left: -20px;
  margin: auto;
}

/* line 153, scss/base/_mixins.scss */
form[id*="facetapi-"] .facetapi-clear-selected-link:before, form[id*="facetapi-"] .facetapi-clear-selected-link:after {
  content: " ";
  position: absolute;
  left: 6.5px;
  display: inline-block;
  height: 13px;
  width: 1px;
  background-color: #0085d3;
}

/* line 164, scss/base/_mixins.scss */
form[id*="facetapi-"] .facetapi-clear-selected-link:before {
  transform: rotate(45deg);
}

/* line 168, scss/base/_mixins.scss */
form[id*="facetapi-"] .facetapi-clear-selected-link:after {
  transform: rotate(-45deg);
}

/* line 173, scss/base/_mixins.scss */
form[id*="facetapi-"] .facetapi-clear-selected-link:hover:before, form[id*="facetapi-"] .facetapi-clear-selected-link:hover:after {
  background-color: #1facff;
}

/* line 42, scss/modules/_facets.scss */
.facet-api-clear-all {
  position: relative;
  float: right;
  display: inline-block;
  padding-left: 2rem;
  font-size: 0.9333333333rem;
  text-transform: uppercase;
  display: inline-block;
}

/* line 153, scss/base/_mixins.scss */
.facet-api-clear-all:before, .facet-api-clear-all:after {
  content: " ";
  position: absolute;
  left: 6.5px;
  display: inline-block;
  height: 13px;
  width: 1px;
  background-color: #0085d3;
}

/* line 164, scss/base/_mixins.scss */
.facet-api-clear-all:before {
  transform: rotate(45deg);
}

/* line 168, scss/base/_mixins.scss */
.facet-api-clear-all:after {
  transform: rotate(-45deg);
}

/* line 173, scss/base/_mixins.scss */
.facet-api-clear-all:hover:before, .facet-api-clear-all:hover:after {
  background-color: #1facff;
}

/* line 51, scss/modules/_facets.scss */
.facet-api-clear-all:before, .facet-api-clear-all:after {
  top: 5px;
}

/* @group EXTRA FILTERS UNDER FACETS */
/* line 61, scss/modules/_facets.scss */
#mini-panel-refine .pane-views .views-exposed-form .views-exposed-widget {
  padding: 0px;
  float: none;
  width: 100%;
  margin-bottom: 0.3333333333rem;
}

/* line 67, scss/modules/_facets.scss */
#mini-panel-refine .pane-views .views-exposed-form .views-exposed-widget .form-item,
#mini-panel-refine .pane-views .views-exposed-form .views-exposed-widget .date-padding {
  width: 100%;
  margin: 0px;
  float: none;
}

/* line 74, scss/modules/_facets.scss */
#mini-panel-refine .pane-views .views-exposed-form .views-exposed-widget .form-type-textfield[class*="form-item-field-event-date-value"] {
  position: relative;
}

/* line 298, scss/base/_fonts-icons.scss */
#mini-panel-refine .pane-views .views-exposed-form .views-exposed-widget .form-type-textfield[class*="form-item-field-event-date-value"]:after {
  vertical-align: middle;
  content: "";
  font-size: 0.8rem;
  color: #000000;
  font-family: 'sp-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 78, scss/modules/_facets.scss */
#mini-panel-refine .pane-views .views-exposed-form .views-exposed-widget .form-type-textfield[class*="form-item-field-event-date-value"]:after {
  position: absolute;
  top: 0px;
  right: 15px;
  bottom: 0px;
  left: auto;
  margin: auto;
  height: 8px;
}

/* line 84, scss/modules/_facets.scss */
#mini-panel-refine .pane-views .views-exposed-form .views-exposed-widget input {
  width: 100%;
  margin-bottom: 0px;
  font-size: 1rem;
  color: #000000;
}

/* line 55, scss/base/_mixins.scss */
#mini-panel-refine .pane-views .views-exposed-form .views-exposed-widget input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #626262;
  font-size: 1rem;
  font-weight: normal;
  font-style: italic;
}

/* line 61, scss/base/_mixins.scss */
#mini-panel-refine .pane-views .views-exposed-form .views-exposed-widget input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #626262;
  opacity: 1;
  font-size: 1rem;
  font-weight: normal;
  font-style: italic;
}

/* line 68, scss/base/_mixins.scss */
#mini-panel-refine .pane-views .views-exposed-form .views-exposed-widget input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #626262;
  font-size: 1rem;
  font-weight: normal;
  font-style: italic;
}

/* line 92, scss/modules/_facets.scss */
#mini-panel-refine .pane-views .views-exposed-form .views-exposed-widget select {
  font-style: italic;
  font-size: 1rem;
  color: #626262;
}

/* line 99, scss/modules/_facets.scss */
#mini-panel-refine .pane-views .views-exposed-form .views-exposed-widget[class*="field_date"], #mini-panel-refine .pane-views .views-exposed-form .views-exposed-widget[class*="event_date_value"] {
  width: calc(50% - 2px);
  display: inline-block;
}

/* line 104, scss/modules/_facets.scss */
#mini-panel-refine .pane-views .views-exposed-form .views-exposed-widget[class*="field_date"] + [class*="field_date"],
#mini-panel-refine .pane-views .views-exposed-form .views-exposed-widget[class*="field_date"] + [class*="event_date_value"], #mini-panel-refine .pane-views .views-exposed-form .views-exposed-widget[class*="event_date_value"] + [class*="field_date"],
#mini-panel-refine .pane-views .views-exposed-form .views-exposed-widget[class*="event_date_value"] + [class*="event_date_value"] {
  float: right;
}

/* line 110, scss/modules/_facets.scss */
#mini-panel-refine .pane-views .views-exposed-form .views-exposed-widget#-wrapper {
  margin-bottom: 0px;
}

/* line 115, scss/modules/_facets.scss */
#mini-panel-refine .pane-views .views-exposed-form .views-exposed-widget[class*="fulltext"] .views-widget {
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #e3e3e3;
  border-radius: 7px;
}

/* line 120, scss/modules/_facets.scss */
#mini-panel-refine .pane-views .views-exposed-form .views-exposed-widget[class*="fulltext"] .views-widget input {
  border: 0px;
}

/* line 123, scss/modules/_facets.scss */
#mini-panel-refine .pane-views .views-exposed-form .views-exposed-widget[class*="fulltext"] .views-widget input.has-value {
  font-weight: bold;
}

/* line 128, scss/modules/_facets.scss */
#mini-panel-refine .pane-views .views-exposed-form .views-exposed-widget[class*="fulltext"] .views-widget a.search-form-js-submit {
  font-size: 0;
  padding: 0 0.9333333333rem;
}

/* line 298, scss/base/_fonts-icons.scss */
#mini-panel-refine .pane-views .views-exposed-form .views-exposed-widget[class*="fulltext"] .views-widget a.search-form-js-submit:before {
  vertical-align: middle;
  content: "";
  font-size: 1.3rem;
  color: #0085d3;
  font-family: 'sp-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 133, scss/modules/_facets.scss */
#mini-panel-refine .pane-views .views-exposed-form .views-exposed-widget[class*="fulltext"] .views-widget a.search-form-js-submit:before {
  line-height: 2.1;
}

/* @group PAGINATION */
/* line 3, scss/modules/_pagination.scss */
ul.pagination.pager {
  padding-bottom: 1.3333333333rem;
  text-align: left;
}

@media only screen and (min-width: 70.063em) {
  /* line 3, scss/modules/_pagination.scss */
  ul.pagination.pager {
    text-align: center;
  }
}

@media only screen and (max-width: 40em) {
  /* line 3, scss/modules/_pagination.scss */
  ul.pagination.pager {
    padding-bottom: 0.1333333333rem;
  }
}

/* line 13, scss/modules/_pagination.scss */
ul.pagination.pager a:hover {
  color: #1facff;
}

/* line 17, scss/modules/_pagination.scss */
ul.pagination.pager li {
  height: auto;
  /*@media only screen and (max-width: 40em) {
				&.unavailable {
					display: none;
				}
				&:not(.arrow) {
					display: none;
				}
				&.arrow.first,
				&.arrow.last {
					display: none;
				}
			}*/
}

/* line 31, scss/modules/_pagination.scss */
ul.pagination.pager li a {
  padding: 0.2666666667rem 0.2rem;
}

@media only screen and (min-width: 40.063em) {
  /* line 31, scss/modules/_pagination.scss */
  ul.pagination.pager li a {
    padding: 0.2666666667rem 0.2rem;
  }
}

@media only screen and (min-width: 70.063em) {
  /* line 31, scss/modules/_pagination.scss */
  ul.pagination.pager li a {
    padding: 0.2666666667rem 0.3333333333rem;
  }
}

/* line 43, scss/modules/_pagination.scss */
ul.pagination.pager li.arrow a {
  font-size: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 0px;
}

/* line 49, scss/modules/_pagination.scss */
ul.pagination.pager li.arrow a:before {
  content: " ";
  display: inline-block;
  width: 9px;
  height: 9px;
  border-top: 1px solid #0085d3;
  border-left: 1px solid #0085d3;
  transform: rotate(135deg) skew(0);
}

/* line 53, scss/modules/_pagination.scss */
ul.pagination.pager li.arrow a:hover:before, ul.pagination.pager li.arrow a:hover:after {
  border-color: #1facff !important;
}

/* line 62, scss/modules/_pagination.scss */
ul.pagination.pager li.arrow.first a:after, ul.pagination.pager li.arrow.last a:after {
  content: " ";
  display: inline-block;
  width: 9px;
  height: 9px;
  border-top: 1px solid #0085d3;
  border-left: 1px solid #0085d3;
  transform: rotate(135deg) skew(0);
  margin-left: -3px;
}

/* line 68, scss/modules/_pagination.scss */
ul.pagination.pager li.arrow.first a:before,
ul.pagination.pager li.arrow.first a:after,
ul.pagination.pager li.arrow.first + .arrow a:before {
  transform: rotate(-45deg);
}

/* line 75, scss/modules/_pagination.scss */
ul.pagination.pager li.current a {
  position: relative;
  padding-top: 1.6rem;
}

@media only screen and (max-width: 40em) {
  /* line 75, scss/modules/_pagination.scss */
  ul.pagination.pager li.current a {
    padding-top: 1.28rem;
  }
}

/* line 82, scss/modules/_pagination.scss */
ul.pagination.pager li.current a:before {
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  display: inline-block;
  height: 6px;
  width: 100%;
  background-color: #00f9f6;
}

/* line 93, scss/modules/_pagination.scss */
ul.pagination.pager li.current a:hover {
  color: #000000;
}

/* @group CALENDAR */
/* line 5, scss/modules/_calendar.scss */
.view-calendar .view-content {
  margin-left: -0.9375rem;
}

/* line 9, scss/modules/_calendar.scss */
.view-calendar .date-nav {
  padding-bottom: 1.3333333333rem;
}

/* line 12, scss/modules/_calendar.scss */
.view-calendar .date-nav .date-heading {
  font-size: 0.9333333333rem;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 19, scss/modules/_calendar.scss */
.view-calendar .date-nav .pager a {
  display: inline-block;
  padding: 2px;
  font-size: 0;
}

/* line 298, scss/base/_fonts-icons.scss */
.view-calendar .date-nav .pager a:before {
  vertical-align: middle;
  content: "";
  font-size: 1rem;
  color: #0085d3;
  font-family: 'sp-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 23, scss/modules/_calendar.scss */
.view-calendar .date-nav .pager a:before {
  font-size: 1.5rem;
}

/* line 26, scss/modules/_calendar.scss */
.view-calendar .date-nav .pager a:hover:before {
  color: #1facff;
}

/* line 31, scss/modules/_calendar.scss */
.view-calendar .date-nav .pager .date-prev a {
  margin-left: 0px;
}

/* line 34, scss/modules/_calendar.scss */
.view-calendar .date-nav .pager .date-prev a:before {
  display: inline-block;
  transform: rotate(180deg);
}

/* line 40, scss/modules/_calendar.scss */
.view-calendar .date-nav .pager .ajax-progress.ajax-progress-throbber {
  display: none;
}

/* line 47, scss/modules/_calendar.scss */
.view-calendar .calendar-calendar .month-view tr {
  border-bottom: 0px;
}

/* line 51, scss/modules/_calendar.scss */
.view-calendar .calendar-calendar .month-view tbody {
  border-top: 0px;
}

/* line 55, scss/modules/_calendar.scss */
.view-calendar .calendar-calendar .month-view th, .view-calendar .calendar-calendar .month-view td {
  text-align: right;
}

/* line 59, scss/modules/_calendar.scss */
.view-calendar .calendar-calendar .month-view th {
  text-transform: uppercase;
  font-size: 1.0666666667rem;
  font-weight: bold;
  color: #9b9b9b;
  border-bottom: 0px;
}

/* line 67, scss/modules/_calendar.scss */
.view-calendar .calendar-calendar .month-view td {
  padding: 0.6666666667rem 0.9375rem;
  font-size: 1.2rem;
  color: #606060;
}

/* line 74, scss/modules/_calendar.scss */
.view-calendar .calendar-calendar .month-view td.today {
  font-weight: bold;
}

/* line 79, scss/modules/_calendar.scss */
.view-calendar .calendar-calendar .month-view td.today div.month {
  display: inline-block;
  width: 45px;
  height: 45px;
  padding: 11px;
  padding-top: 14px;
  margin: -11px;
  margin-right: -9px;
  text-align: center;
  background-color: #FFEB00;
  border-radius: 50%;
}

/* line 94, scss/modules/_calendar.scss */
.view-calendar .calendar-calendar .month-view td.has-events {
  font-weight: bold;
}

/* line 97, scss/modules/_calendar.scss */
.view-calendar .calendar-calendar .month-view td.has-events a {
  display: inline-block;
  position: relative;
}

/* line 101, scss/modules/_calendar.scss */
.view-calendar .calendar-calendar .month-view td.has-events a:after {
  content: " ";
  position: absolute;
  top: auto;
  right: 0px;
  bottom: -13px;
  left: 0px;
  margin: auto;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #0085d3;
}

/* @group CALENDAR IN DROPDOWN */
/* line 118, scss/modules/_calendar.scss */
#event-calendar.f-dropdown {
  width: auto;
}

/* line 122, scss/modules/_calendar.scss */
#event-calendar.f-dropdown li:hover {
  background: transparent;
}

/* @group ATOCOMPLETE */
/* line 6, scss/modules/_autocomplete.scss */
#autocomplete {
  width: 100% !important;
  border: 1px solid #DDDDDD;
  border-radius: 7px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  width: 100% !important;
  background: #f8f8f8;
  font-family: "Titillium Web", Roboto, Arial, sans-serif;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15);
  /* @group Layout */
}

/* line 16, scss/modules/_autocomplete.scss */
#autocomplete .search-autocomplete-menu-item-wrapper li {
  width: 100%;
}

/* line 19, scss/modules/_autocomplete.scss */
#autocomplete .search-menu-item-first {
  border-top: 0px;
}

/* line 25, scss/modules/_autocomplete.scss */
#autocomplete .search-autocomplete-field-group-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

/* line 29, scss/modules/_autocomplete.scss */
#autocomplete .search-autocomplete-field-group-wrapper + .search-autocomplete-field-group-wrapper {
  border-top: 1px solid #e9e9e9;
}

/* line 33, scss/modules/_autocomplete.scss */
#autocomplete .search-autocomplete-field-group-wrapper > div {
  padding: 1rem 1.3333333333rem 1.1333333333rem 1.3333333333rem;
}

/* line 37, scss/modules/_autocomplete.scss */
#autocomplete .search-autocomplete-field-group-wrapper a {
  display: block;
  color: #0085d3;
  font-size: 0.9333333333rem;
}

/* line 42, scss/modules/_autocomplete.scss */
#autocomplete .search-autocomplete-field-group-wrapper a:hover {
  color: #1facff;
}

/* line 49, scss/modules/_autocomplete.scss */
#autocomplete .search-autocomplete-field-group-wrapper div.search-autocomplete-field-title-wrapper {
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
  border-right: 1px solid #e9e9e9;
}

/* line 53, scss/modules/_autocomplete.scss */
#autocomplete .search-autocomplete-field-group-wrapper div.search-autocomplete-field-title-wrapper div.search-autocomplete-field-group {
  display: block;
  font-size: 0.9333333333rem;
  font-weight: bold;
  color: #606060;
}

/* line 62, scss/modules/_autocomplete.scss */
#autocomplete .search-autocomplete-field-group-wrapper div.search-autocomplete-menu-item-wrapper {
  -ms-flex-preferred-size: 67%;
      flex-basis: 67%;
}

/* line 65, scss/modules/_autocomplete.scss */
#autocomplete .search-autocomplete-field-group-wrapper div.search-autocomplete-menu-item-wrapper > li {
  display: block;
  background: transparent;
  white-space: normal;
}

/* line 70, scss/modules/_autocomplete.scss */
#autocomplete .search-autocomplete-field-group-wrapper div.search-autocomplete-menu-item-wrapper > li a {
  padding: 0px;
  font-size: 0.9333333333rem;
  line-height: 1.2;
}

/* line 76, scss/modules/_autocomplete.scss */
#autocomplete .search-autocomplete-field-group-wrapper div.search-autocomplete-menu-item-wrapper > li + li {
  margin-top: 0.8rem;
}

/* line 85, scss/modules/_autocomplete.scss */
html.js .form-autocomplete {
  background-image: none;
}

/* @group LOADER */
@keyframes loader {
  0% {
    transform: rotate(-360deg);
  }
  50% {
    transform: rotate(360deg);
  }
}

/* line 16, scss/modules/_loader.scss */
.element-loading {
  position: relative;
  height: 250px;
  overflow: hidden;
  animation: loader 5s infinite ease-in-out;
}

/* line 22, scss/modules/_loader.scss */
.element-loading:before {
  content: '';
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  -moz-transform: scale(0.9999);
  visibility: visible;
  border-width: 13px 40px 13px 0;
  border-color: transparent rgba(0, 249, 246, 0.7) transparent transparent;
  position: absolute;
  top: 10px;
  right: 0px;
  bottom: 0px;
  left: -30px;
  margin: auto;
}

/* line 28, scss/modules/_loader.scss */
.element-loading:after {
  content: '';
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  -moz-transform: scale(0.9999);
  visibility: visible;
  border-width: 13px 0 13px 40px;
  border-color: transparent transparent transparent rgba(0, 51, 152, 0.7);
  position: absolute;
  top: -10px;
  right: 0px;
  bottom: 0px;
  left: 30px;
  margin: auto;
}

/* line 34, scss/modules/_loader.scss */
.element-loading > * {
  transition: opacity 0.9s ease-in-out;
  opacity: 0;
}

/* line 39, scss/modules/_loader.scss */
.js-processed .element-loading {
  height: auto;
  overflow: visible;
  animation: none;
}

/* line 44, scss/modules/_loader.scss */
.js-processed .element-loading:before, .js-processed .element-loading:after {
  content: none;
}

/* line 49, scss/modules/_loader.scss */
.js-processed .element-loading > * {
  opacity: 1;
}

/* line 56, scss/modules/_loader.scss */
.box .box-content.element-loading, .box .newsletter-landing-info .element-loading.pane-content, .newsletter-landing-info .box .element-loading.pane-content {
  margin-top: -1.12rem;
}

@keyframes selectionSharerPopover-animation {
  0% {
    transform: matrix(0.97, 0, 0, 1, 0, 12);
    filter: alpha(opacity=0);
    opacity: 0;
  }
  20% {
    transform: matrix(0.99, 0, 0, 1, 0, 2);
    filter: alpha(opacity=70);
    opacity: 0.7;
  }
  40% {
    transform: matrix(1, 0, 0, 1, 0, -1);
    filter: alpha(opacity=100);
    opacity: 1;
  }
  70% {
    transform: matrix(1, 0, 0, 1, 0, 0);
    filter: alpha(opacity=100);
    opacity: 1;
  }
  100% {
    transform: matrix(1, 0, 0, 1, 0, 0);
    filter: alpha(opacity=100);
    opacity: 1;
  }
}

/* line 28, scss/modules/_selection-sharer-popover.scss */
#selectionSharerPopover {
  display: none;
  position: absolute;
  top: -100px;
  left: -100px;
  z-index: 1010;
}

/* line 37, scss/modules/_selection-sharer-popover.scss */
#selectionSharerPopover.anim {
  transition: top .075s ease-out;
  animation: selectionSharerPopover-animation 180ms forwards linear;
  -webkit-animation: selectionSharerPopover-animation 180ms forwards linear;
}

/* line 43, scss/modules/_selection-sharer-popover.scss */
#selectionSharerPopover-inner {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid;
  border-color: #262625 #1c1c1b #121211;
  box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.7), inset 0 0 1px rgba(255, 255, 255, 0.07), inset 0 0 2px rgba(255, 255, 255, 0.15);
  background-image: linear-gradient(to bottom, rgba(49, 49, 47, 0.97), #262625);
  background-repeat: repeat-x;
}

/* line 57, scss/modules/_selection-sharer-popover.scss */
#selectionSharerPopover .selectionSharerPopover-clip {
  position: absolute;
  bottom: -11px;
  display: block;
  left: 50%;
  clip: rect(12px 24px 24px 0);
  margin-left: -12px;
  width: 24px;
  height: 24px;
  line-height: 24px;
}

/* line 68, scss/modules/_selection-sharer-popover.scss */
#selectionSharerPopover .selectionSharerPopover-arrow {
  display: block;
  width: 20px;
  height: 20px;
  transform: rotate(45deg) scale(0.5);
  background-color: #454543;
  border: 2px solid #121211;
  box-sizing: content-box;
}

/* line 78, scss/modules/_selection-sharer-popover.scss */
#selectionSharerPopover::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -3px;
  left: 50%;
  margin-left: -4px;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  background: #262625;
  box-shadow: 0 0 2px #262625;
}

/* line 95, scss/modules/_selection-sharer-popover.scss */
.selectionSharer {
}

/* line 97, scss/modules/_selection-sharer-popover.scss */
.selectionSharer ul {
  margin-left: 0.7rem;
}

/* line 100, scss/modules/_selection-sharer-popover.scss */
.selectionSharer ul li:first-child {
  margin-left: 1em !important;
}

/* line 105, scss/modules/_selection-sharer-popover.scss */
.selectionSharer a.action {
  display: block;
  margin: 5px 7px;
  width: 1.4rem;
  height: 1.8rem;
  border: none;
}

/* line 114, scss/modules/_selection-sharer-popover.scss */
.selectionSharer a {
  font-size: 0;
  font-family: 'sp-icons' !important;
  overflow: hidden;
  color: transparent;
  position: relative;
  text-align: center;
}

/* line 121, scss/modules/_selection-sharer-popover.scss */
.selectionSharer a:before {
  font-size: 1rem;
  color: #fff;
  position: absolute;
  left: 0;
  width: 1em;
  display: block;
  height: 1em;
  top: 0.3em;
}

/* line 131, scss/modules/_selection-sharer-popover.scss */
.selectionSharer a:hover {
  color: #ccc;
}

/* line 135, scss/modules/_selection-sharer-popover.scss */
.selectionSharer .tweet {
  margin-left: 1em;
}

/* line 141, scss/modules/_selection-sharer-popover.scss */
.selectionSharer .facebook:before {
  font-size: 1.2rem;
  top: 0.1em;
}

/* line 152, scss/modules/_selection-sharer-popover.scss */
.selectionSharer ul {
  padding: 0;
  display: inline;
}

/* line 155, scss/modules/_selection-sharer-popover.scss */
.selectionSharer ul li {
  float: left;
  list-style: none;
  background: none;
  margin: 0;
}

/*.selectionSharer a.tweet {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="171" height="139"><g transform="translate(-282.32053,-396.30734)"><path style="fill:white" d="m 453.82593,412.80619 c -6.3097,2.79897 -13.09189,4.68982 -20.20852,5.54049 7.26413,-4.35454 12.84406,-11.24992 15.47067,-19.46675 -6.79934,4.03295 -14.3293,6.96055 -22.34461,8.53841 -6.41775,-6.83879 -15.56243,-11.111 -25.68298,-11.111 -19.43159,0 -35.18696,15.75365 -35.18696,35.18525 0,2.75781 0.31128,5.44359 0.91155,8.01875 -29.24344,-1.46723 -55.16995,-15.47582 -72.52461,-36.76396 -3.02879,5.19662 -4.76443,11.24048 -4.76443,17.6891 0,12.20777 6.21194,22.97747 15.65332,29.28716 -5.76773,-0.18265 -11.19331,-1.76565 -15.93716,-4.40083 -0.004,0.14663 -0.004,0.29412 -0.004,0.44248 0,17.04767 12.12889,31.26806 28.22555,34.50266 -2.95247,0.80436 -6.06101,1.23398 -9.26989,1.23398 -2.2673,0 -4.47114,-0.22124 -6.62011,-0.63114 4.47801,13.97857 17.47214,24.15143 32.86992,24.43441 -12.04227,9.43796 -27.21366,15.06335 -43.69965,15.06335 -2.84014,0 -5.64082,-0.16722 -8.39349,-0.49223 15.57186,9.98421 34.06703,15.8094 53.93768,15.8094 64.72024,0 100.11301,-53.61524 100.11301,-100.11387 0,-1.52554 -0.0343,-3.04251 -0.10204,-4.55261 6.87394,-4.95995 12.83891,-11.15646 17.55618,-18.21305 z" /></g></svg>') no-repeat;
  background-size: 18px;
  background-position: 2px 4px;
}

.selectionSharer a.facebook {
  background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 33 33" width="25" height="25" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g><path style="fill:white" d="M 17.996,32L 12,32 L 12,16 l-4,0 l0-5.514 l 4-0.002l-0.006-3.248C 11.993,2.737, 13.213,0, 18.512,0l 4.412,0 l0,5.515 l-2.757,0 c-2.063,0-2.163,0.77-2.163,2.209l-0.008,2.76l 4.959,0 l-0.585,5.514L 18,16L 17.996,32z"></path></g></svg>') no-repeat;
  background-size: 18px;
  background-position: 0px 2px;
  display: none;
}

.selectionSharer a.email {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="94" height="64"><g transform="translate(-10, -10)" fill="transparent"><rect x="0" y="0" width="114" height="114"></rect><path d="M12,12 L102,12 L102,72 L12,72 L12,12 Z M16,12 L53,49 C55.6666667,51 58.3333333,51 61,49 L98,12 L16,12 Z M15,72 L45,42 L15,72 Z M69,42 L99,72 L69,42 Z" stroke="white" stroke-width="5"></path></g></svg>') no-repeat;
  background-size: 20px;
  background-position: 0px 4px;
}

.selectionSharer a.copyclipboard {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="94" height="64"><g transform="translate(-10, -10)" fill="transparent"><rect x="0" y="0" width="114" height="114"></rect><path d="M12,12 L102,12 L102,72 L12,72 L12,12 Z M16,12 L53,49 C55.6666667,51 58.3333333,51 61,49 L98,12 L16,12 Z M15,72 L45,42 L15,72 Z M69,42 L99,72 L69,42 Z" stroke="white" stroke-width="5"></path></g></svg>') no-repeat;
  background-size: 20px;
  background-position: 0px 4px;
}*/
/* line 198, scss/modules/_selection-sharer-popover.scss */
#selectionSharerPopunder.fixed {
  transition: bottom 0.5s ease-in-out;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: -50px;
}

/* line 208, scss/modules/_selection-sharer-popover.scss */
.selectionSharer.moveDown {
  -webkit-transform: translate3d(0, 60px, 0);
}

/* line 212, scss/modules/_selection-sharer-popover.scss */
#selectionSharerPopunder {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0px;
  transition: height 0.5s ease-in-out;
  background: #ccc;
  border: none;
  box-shadow: inset 0px 10px 5px -10px rgba(0, 0, 0, 0.5), inset 0px -10px 5px -10px rgba(0, 0, 0, 0.5);
  border-radius: 0;
  overflow: hidden;
}

/* line 225, scss/modules/_selection-sharer-popover.scss */
#selectionSharerPopunder.show {
  height: 50px;
}

/* line 229, scss/modules/_selection-sharer-popover.scss */
.selectionSharerPlaceholder {
  height: 1em;
  margin-bottom: -2em;
  transition: height 0.5s ease-in-out;
}

/* line 235, scss/modules/_selection-sharer-popover.scss */
.selectionSharerPlaceholder.show {
  height: 50px !important;
}

/* line 239, scss/modules/_selection-sharer-popover.scss */
#selectionSharerPopunder-inner ul {
  overflow: hidden;
  float: right;
  margin: 0px;
}

/* line 245, scss/modules/_selection-sharer-popover.scss */
#selectionSharerPopunder-inner ul li {
  padding: 5px;
  overflow: hidden;
}

/* line 250, scss/modules/_selection-sharer-popover.scss */
#selectionSharerPopunder-inner label {
  color: white;
  font-weight: 300;
  line-height: 50px;
  margin: 0px 20px 0px 10px;
}

/* line 257, scss/modules/_selection-sharer-popover.scss */
#selectionSharerPopunder-inner a {
  width: 30px;
  height: 30px;
  background-size: 30px;
}

/* line 263, scss/modules/_selection-sharer-popover.scss */
#selectionSharerPopunder-inner a.tweet {
  background-position: 0px 2px;
}

/* Override inline dom styles from modal.js */
/* line 2, scss/modules/_login.scss */
#modalContent {
  position: fixed !important;
  top: 12% !important;
  bottom: 12% !important;
  right: 4% !important;
  left: 4% !important;
}

/* Limit max width to 1000px */
/* line 10, scss/modules/_login.scss */
div.ctools-modal-content {
  width: 100% !important;
  margin: 0 auto;
  max-width: 875px;
}

/* line 15, scss/modules/_login.scss */
div.ctools-modal-content .modal-content {
  width: 100% !important;
}

/* line 22, scss/modules/_login.scss */
.modal-default div.modal-forms-modal-content {
  height: 70vh !important;
}

/* line 26, scss/modules/_login.scss */
.modal-default div.modal-forms-modal-content .modal-forms-modal-content {
  width: 80% !important;
  margin: auto !important;
}

/* line 30, scss/modules/_login.scss */
.modal-default div.modal-forms-modal-content .popups-container {
  font-family: "Titillium Web", Roboto, Arial, sans-serif !important;
  border-top: 5px solid #00f9f6;
  background: #0085d3;
  border-radius: 0;
  position: relative;
}

/* line 38, scss/modules/_login.scss */
.modal-default a {
  color: #00f9f6;
}

/* line 41, scss/modules/_login.scss */
.modal-default .modal-header.popups-title {
  text-align: center;
  margin-top: 3em;
}

/* line 44, scss/modules/_login.scss */
.modal-default .modal-header.popups-title .modal-title {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 2.7rem;
}

/* line 50, scss/modules/_login.scss */
.modal-default .modal-content {
  padding-left: 0;
  padding-right: 0;
  width: 80% !important;
  max-width: 410px;
  margin: auto;
}

/* line 56, scss/modules/_login.scss */
.modal-default .modal-content form {
  padding-bottom: 100px;
}

/* line 60, scss/modules/_login.scss */
.modal-default .form-item label {
  color: #FFFFFF;
  font-weight: bold;
}

/* line 63, scss/modules/_login.scss */
.modal-default .form-item label .form-required {
  color: #ff1111;
  font-size: 1.5rem;
}

/* line 68, scss/modules/_login.scss */
.modal-default .form-item {
  position: relative;
}

/* line 70, scss/modules/_login.scss */
.modal-default .form-item input {
  color: #FFFFFF;
  background: none;
  border: 1px solid #FFFFFF;
  padding-left: 3em;
}

/* line 78, scss/modules/_login.scss */
.modal-default .form-item.form-item-name .icon-user:before, .modal-default .form-item.form-item-name .form-item.form-item-name:before {
  content: '';
  color: #FFFFFF;
  font-family: 'sp-icons' !important;
  font-weight: normal;
  font-size: 1.1rem;
  position: absolute;
  top: 0.65em;
  left: 0.7em;
}

/* line 88, scss/modules/_login.scss */
.modal-default .form-item.form-item-name .icon-user:hover:before, .modal-default .form-item.form-item-name .form-item.form-item-name:hover:before {
  color: #00f9f6;
}

/* line 93, scss/modules/_login.scss */
.modal-default .form-item.form-item-mail .icon-subscriptions:before, .modal-default .form-item.form-item-mail .form-item.form-item-mail:before, .modal-default .form-item.form-item-mail .icon-password:before, .modal-default .form-item.form-item-mail .form-item.form-item-pass:before, .modal-default .form-item.form-item-pass .icon-subscriptions:before, .modal-default .form-item.form-item-pass .form-item.form-item-mail:before, .modal-default .form-item.form-item-pass .icon-password:before, .modal-default .form-item.form-item-pass .form-item.form-item-pass:before {
  content: '';
  color: #FFFFFF;
  font-family: 'sp-icons' !important;
  font-weight: normal;
  font-size: 1.1rem;
  position: absolute;
  top: 0.7em;
  left: 0.7em;
}

/* line 112, scss/modules/_login.scss */
.modal-default .form-item .description .has-tip {
  width: 3.25em !important;
  height: 2.4em;
  overflow: hidden;
  display: block;
  border-radius: 100%;
  position: absolute;
  top: 0.3em;
  right: 0;
  border: none;
  background: none;
}

/* line 124, scss/modules/_login.scss */
.modal-default .form-item .description .has-tip .icon-help:before, .modal-default .form-item .description .has-tip .has-tip:before {
  padding-right: 20px;
  padding-bottom: 40px;
  color: #00f9f6;
  top: 0.1em;
  position: relative;
  font-family: 'sp-icons' !important;
  font-weight: normal;
  font-size: 1.5rem;
}

/* line 138, scss/modules/_login.scss */
.modal-default fieldset {
  padding: 0;
  border: none;
}

/* line 141, scss/modules/_login.scss */
.modal-default fieldset legend {
  margin-left: 0;
  font-size: 1.1rem;
  color: #FFFFFF;
  background: none;
}

/* line 148, scss/modules/_login.scss */
.modal-default fieldset .fieldset-wrapper textarea[rows] {
  background: #005B8B;
  border-color: #005B8B;
  color: #FFFFFF;
  padding-left: 2em;
  padding-right: 2em;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

/* line 161, scss/modules/_login.scss */
.modal-default fieldset .fieldset-wrapper .grippie {
  display: none;
}

/* line 164, scss/modules/_login.scss */
.modal-default fieldset .fieldset-wrapper .form-item input[type="checkbox"] {
  margin-bottom: 0.22rem;
}

/* line 167, scss/modules/_login.scss */
.modal-default fieldset .fieldset-wrapper .form-item label {
  font-weight: normal;
  color: #00f9f6;
}

/* line 171, scss/modules/_login.scss */
.modal-default fieldset .fieldset-wrapper .form-item label[for=edit-conditions] {
  display: none;
}

/* line 176, scss/modules/_login.scss */
.modal-default div.modal-forms-modal-content .item-list ul {
  margin: 0;
}

/* line 178, scss/modules/_login.scss */
.modal-default div.modal-forms-modal-content .item-list ul li {
  text-align: center;
  list-style: none;
  color: #FFFFFF;
  margin: 0;
}

/* line 185, scss/modules/_login.scss */
.modal-default .form-submit {
  border: 1px #00f9f6;
  background: #00f9f6;
  color: #0085d3;
  width: 100%;
  max-width: 200px;
  margin: auto;
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}

/* line 195, scss/modules/_login.scss */
.modal-default .form-submit:hover {
  border: 1px #00f9f6;
  background: #00f9f6;
  color: #0085d3;
}

/* line 204, scss/modules/_login.scss */
div.modal-forms-modal-content .popups-close {
  background: none;
  position: absolute;
  top: 1em;
  right: 1em;
  width: 30px;
  height: 30px;
  font-size: 1.5rem;
  color: #02F2E5;
  color: #00f9f6;
}

/* line 212, scss/modules/_login.scss */
div.modal-forms-modal-content .popups-close .icon-close:before, div.modal-forms-modal-content .popups-close .popups-close:before {
  color: #00f9f6;
  font-family: 'sp-icons' !important;
  font-weight: normal;
  font-size: 1.5rem;
  position: absolute;
  left: -23px !important;
  top: 0;
}

/* line 230, scss/modules/_login.scss */
.modal-default .form-item .description .has-tip:before {
  font-family: 'sp-icons' !important;
  color: #00f9f6;
  font-weight: normal;
  font-size: 1.5rem;
}

/* line 238, scss/modules/_login.scss */
div.modal-forms-modal-content .popups-close:before {
  font-family: 'sp-icons' !important;
  color: #00f9f6;
  font-weight: normal;
  font-size: 1.5rem;
  position: absolute;
  left: -23px !important;
  top: 0;
}

/* line 248, scss/modules/_login.scss */
.modal-default .form-item.form-item-name:before {
  color: #FFFFFF;
  font-family: 'sp-icons' !important;
  font-weight: normal;
  font-size: 1.1rem;
  position: absolute;
  top: 3.89em;
  left: 0.7em;
}

/* line 258, scss/modules/_login.scss */
.modal-default .form-item.form-item-name:hover:before, .modal-default .form-item.form-item-name:focus:before {
  color: #00f9f6;
}

/* line 264, scss/modules/_login.scss */
.modal-default .form-item.form-item-mail:before, .modal-default .form-item.form-item-pass:before {
  color: #FFFFFF;
  font-family: 'sp-icons' !important;
  font-weight: normal;
  font-size: 1.1rem;
  position: absolute;
  top: 3.85em;
  left: 0.7em;
}

/* line 274, scss/modules/_login.scss */
.modal-default .form-item.form-item-mail:hover:before, .modal-default .form-item.form-item-pass:hover:before, .modal-default .form-item.form-item-mail:focus:before, .modal-default .form-item.form-item-pass:focus:before {
  color: #00f9f6;
}

/*.modal-default {
	input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
		background: #005B8B !important;
	}	
}*/
/* line 1, scss/modules/_cookie-policy-block.scss */
.cookies-modal {
  padding: 50px 0px;
  margin: 0px auto;
  border-radius: 3px;
  background: #003398;
  color: white;
  position: fixed;
  bottom: -500px;
  left: 0px;
  right: 0px;
  z-index: 10000;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  opacity: 0;
}

@media only screen and (max-width: 40em) {
  /* line 1, scss/modules/_cookie-policy-block.scss */
  .cookies-modal {
    padding: 30px 0px;
  }
}

/* line 20, scss/modules/_cookie-policy-block.scss */
.cookies-modal.show {
  bottom: 0px;
  opacity: 1;
}

/* line 24, scss/modules/_cookie-policy-block.scss */
.cookies-modal.hide {
  bottom: -250px;
  opacity: 0;
}

/* line 31, scss/modules/_cookie-policy-block.scss */
.cookies-modal .cookies-modal-content {
  color: white;
  max-width: 900px;
  margin: 0 auto;
  padding-left: 80px;
  width: calc(100% - 80px);
  font-size: 0;
  position: relative;
}

@media only screen and (max-width: 40em) {
  /* line 31, scss/modules/_cookie-policy-block.scss */
  .cookies-modal .cookies-modal-content {
    padding-left: 40px;
    width: calc(100% - 40px);
  }
}

/* line 43, scss/modules/_cookie-policy-block.scss */
.cookies-modal .cookies-modal-content:before {
  font-family: 'sp-icons' !important;
  display: inline-block;
  font-size: 50px;
  position: absolute;
  top: -10px;
  left: 0;
  color: #00f9f6;
  font-weight: normal;
}

@media only screen and (max-width: 40em) {
  /* line 53, scss/modules/_cookie-policy-block.scss */
  .cookies-modal .cookies-modal-content ul {
    font-size: 0.9rem;
  }
}

@media only screen and (max-width: 40em) {
  /* line 61, scss/modules/_cookie-policy-block.scss */
  .cookies-modal .cookies-modal-content:before {
    font-size: 34px;
    top: -4px;
  }
}

/* line 68, scss/modules/_cookie-policy-block.scss */
.cookies-modal h3 {
  color: white;
  margin-top: 0;
  font-weight: 600;
  font-size: 20px;
}

/* line 75, scss/modules/_cookie-policy-block.scss */
.cookies-modal .cookies-modal-content-left {
  display: inline-block;
  vertical-align: middle;
  margin-right: 52px;
}

@media only screen and (max-width: 40em) {
  /* line 75, scss/modules/_cookie-policy-block.scss */
  .cookies-modal .cookies-modal-content-left {
    margin-right: 0;
  }
}

/* line 83, scss/modules/_cookie-policy-block.scss */
.cookies-modal .cookies-modal-content-right {
  display: inline-block;
  vertical-align: middle;
}

/* line 87, scss/modules/_cookie-policy-block.scss */
.cookies-modal .cookies-modal-content-inner {
  font-size: 15px;
}

/* line 90, scss/modules/_cookie-policy-block.scss */
.cookies-modal .cookies-modal-content-inner #cookie-body p {
  margin: 0;
  color: white;
}

/* line 95, scss/modules/_cookie-policy-block.scss */
.cookies-modal .cookies-modal-content-inner #cookie-body p:last-child {
  margin-top: 0;
  color: white;
  margin-bottom: 15px;
}

/* line 101, scss/modules/_cookie-policy-block.scss */
.cookies-modal .cookies-modal-content-inner #cookie-body p a {
  color: #00f9f6;
}

/* line 105, scss/modules/_cookie-policy-block.scss */
.cookies-modal .cookies-modal-content-inner ul {
  list-style-type: none !important;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

/* line 112, scss/modules/_cookie-policy-block.scss */
.cookies-modal .cookies-modal-content-inner ul li input#mandatory {
  margin: 0 2px 0 0;
  border: 0;
  vertical-align: middle;
}

/* line 118, scss/modules/_cookie-policy-block.scss */
.cookies-modal .cookies-modal-content-inner ul li:first-child span {
  margin-left: 10px;
}

/* line 122, scss/modules/_cookie-policy-block.scss */
.cookies-modal .cookies-modal-content-inner ul li:last-child {
  padding-left: 10px;
}

/* line 126, scss/modules/_cookie-policy-block.scss */
.cookies-modal .cookies-modal-content-inner ul li input#analytics {
  margin: 0 2px;
  vertical-align: middle;
}

/* line 131, scss/modules/_cookie-policy-block.scss */
.cookies-modal .cookies-modal-content-inner-btn {
  margin-top: 10px;
}

/* line 135, scss/modules/_cookie-policy-block.scss */
.cookies-modal .cookies-modal-content-inner-btn button#cookies-agreed {
  border-radius: 7px;
  color: white;
  transition-property: none;
  text-decoration: none;
  display: inline-block;
  position: relative;
  margin: 5px 0 0;
  font-size: 15px;
  line-height: 1em;
  font-weight: normal;
  padding: 14px 21px;
  text-align: center;
  border: none;
  cursor: pointer;
}

@media only screen and (max-width: 40em) {
  /* line 135, scss/modules/_cookie-policy-block.scss */
  .cookies-modal .cookies-modal-content-inner-btn button#cookies-agreed {
    padding: 10px 21px;
  }
}

/* line 5, scss/modules/_tooltip.scss */
.has-tip {
  padding: 2px 8px 2px 8px;
  border-bottom: none;
  background: #B2FFFB;
  color: #0085d3;
  font-weight: normal;
  border-radius: 5px;
  cursor: pointer;
  font-style: normal;
}

/* line 14, scss/modules/_tooltip.scss */
.has-tip:after {
  content: "\e94f";
  color: #6DC6C2;
  font-family: 'sp-icons' !important;
  font-weight: normal;
  font-size: 0.9rem;
  display: inline;
  margin-left: 0.3em;
}

@media only screen and (max-width: 1120px) {
  /* line 24, scss/modules/_tooltip.scss */
  .tooltip {
    padding: 2px 8px 2px 8px;
    border-bottom: none;
    background: #B2FFFB;
    color: #0085d3;
    font-weight: normal;
    border-radius: 5px;
    cursor: pointer;
    font-style: normal;
  }
  /* line 34, scss/modules/_tooltip.scss */
  .tooltip:after {
    content: "\e922";
    color: #1f827d;
    font-family: 'sp-icons' !important;
    font-weight: normal;
    font-size: 1.4rem;
    display: inline;
    margin-left: 0.3em;
    position: absolute;
    right: 25px;
    top: 19px;
  }
}

/* line 48, scss/modules/_tooltip.scss */
.has-tip:hover,
.has-tip:focus,
.has-tip.open {
  border-bottom: none;
  color: #262627;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 58, scss/modules/_tooltip.scss */
span.tap-to-close {
  font-size: 16px;
  color: #0085d3;
  font-weight: bold;
}

/* line 64, scss/modules/_tooltip.scss */
.tooltip {
  color: #606060;
  background: #B2FFFB;
  padding: 22px;
  padding-top: 30px;
  margin-top: -11px;
}

@media only screen and (max-width: 1120px) {
  /* line 64, scss/modules/_tooltip.scss */
  .tooltip {
    position: fixed;
    z-index: 999;
    left: 0 !important;
    top: 10px !important;
    width: 100% !important;
    max-width: none;
    height: 100%;
    padding: 9%;
    padding-top: 16%;
  }
}

/* line 82, scss/modules/_tooltip.scss */
.tooltip > .nub {
  display: none;
}

@media only screen and (max-width: 1120px) {
  /* line 82, scss/modules/_tooltip.scss */
  .tooltip > .nub {
    display: block;
  }
}

/* line 89, scss/modules/_tooltip.scss */
.tooltip > .nub:hover:before,
.tooltip > .nub:focus:before,
.tooltip > .nub:before,
.tooltip > .nub:hover:after,
.tooltip > .nub:focus:after,
.tooltip > .nub:after {
  /*@media only screen and (max-width: 1120px) {
		position: fixed;
		z-index: 9999 !important;
		top: 12px !important;
		right: 25px !important;
		pointer-events: none;
		content: "";
		height: 24px;
		width: 1px;
		background: $accent-color-dark;
	}*/
}

@media only screen and (max-width: 1120px) {
  /* line 109, scss/modules/_tooltip.scss */
  .tooltip > .nub:hover:before,
  .tooltip > .nub:focus:before,
  .tooltip > .nub:before {
    transform: rotate(45deg);
  }
  /* line 114, scss/modules/_tooltip.scss */
  .tooltip > .nub:hover:after,
  .tooltip > .nub:focus:after,
  .tooltip > .nub:after {
    transform: rotate(-45deg);
  }
}

/* line 2, scss/modules/_visualisation-actions.scss */
.visualisations-actions .actions-dropdown.open {
  min-width: 200px;
}

/* line 7, scss/modules/_visualisation-actions.scss */
.graph_info {
  margin: 15px 0px 15px 3px;
}

@media only screen and (min-width: 40.063em) {
  /* line 10, scss/modules/_visualisation-actions.scss */
  .graph_info p {
    margin-left: 125px;
  }
}

/* line 15, scss/modules/_visualisation-actions.scss */
.gear-menu-container * {
  display: inline-block;
  padding-top: 4px;
}

@media only screen and (min-width: 40.063em) {
  /* line 15, scss/modules/_visualisation-actions.scss */
  .gear-menu-container * {
    margin-right: 50px;
  }
}

@media only screen and (max-width: 40em) {
  /* line 25, scss/modules/_visualisation-actions.scss */
  .visualisationTitle {
    width: 100%;
    margin-bottom: 0 !important;
  }
}

@media only screen and (max-width: 40em) {
  /* line 31, scss/modules/_visualisation-actions.scss */
  .visualisationActions {
    width: 100%;
    float: left !important;
    margin-left: 20px;
    padding: 0 !important;
  }
}

/* line 43, scss/modules/_visualisation-actions.scss */
#dashboard .visualisationContainer {
  padding-left: 5%;
  padding-right: 5%;
}

@media only screen and (max-width: 40em) {
  /* line 59, scss/modules/_visualisation-actions.scss */
  #dashboard .merged .columns:first-child .billboard .dsenseVisualisationContainer {
    padding-left: 0 !important;
  }
  /* line 62, scss/modules/_visualisation-actions.scss */
  #dashboard .merged .columns:last-child .dsenseVisualisationContainer {
    padding-right: 0 !important;
  }
  /* line 65, scss/modules/_visualisation-actions.scss */
  #dashboard .box-visualisation .box-content, #dashboard .box-visualisation .newsletter-landing-info .pane-content, .newsletter-landing-info #dashboard .box-visualisation .pane-content {
    padding-left: 1.184rem;
    padding-right: 1.184rem;
  }
  /* line 69, scss/modules/_visualisation-actions.scss */
  #dashboard .merged .description.arrow_box {
    padding-left: 1.184rem;
    padding-right: 1.184rem;
    margin-left: 0.544rem;
    margin-right: 0.544rem;
  }
  /* line 75, scss/modules/_visualisation-actions.scss */
  #dashboard .merged .large-4 .description.arrow_box {
    padding-left: 1.184rem !important;
    padding-right: 1.184rem !important;
    margin-left: 1.184rem !important;
    margin-right: 1.184rem !important;
  }
  /* line 81, scss/modules/_visualisation-actions.scss */
  #dashboard .merged .large-4 .child_occupation .description.arrow_box {
    padding-left: 1.184rem !important;
    padding-right: 1.184rem !important;
    margin-left: 0.544rem !important;
    margin-right: 0.544rem !important;
  }
  /* line 87, scss/modules/_visualisation-actions.scss */
  #dashboard .merged .large-4 .child_child_occupation .description.arrow_box {
    margin-left: 0 !important;
  }
  /* line 90, scss/modules/_visualisation-actions.scss */
  #dashboard .merged .large-4 .child_occupation .description.arrow_box {
    margin-left: 0;
  }
  /* line 93, scss/modules/_visualisation-actions.scss */
  #dashboard .merged .large-4 .child_child_occupation .description.arrow_box {
    margin-left: 0;
    margin-right: 1.184rem;
  }
  /* line 99, scss/modules/_visualisation-actions.scss */
  #dashboard .box-visualisation h2 {
    width: calc(100% - 3.5rem);
    margin-right: 6rem;
    margin-left: 0.5rem;
    font-size: 1.2rem;
  }
  /* line 105, scss/modules/_visualisation-actions.scss */
  #dashboard .box-visualisation .icon-burger {
    position: absolute;
    top: 2.048rem;
    right: 3.2rem;
    bottom: auto;
    left: auto;
    margin: auto;
  }
  /* line 108, scss/modules/_visualisation-actions.scss */
  #dashboard .box-visualisation .box-actions {
    max-width: 561px !important;
    position: absolute;
    top: 4.48rem;
    right: 3.2rem;
    bottom: auto;
    left: 1.056rem;
    margin: auto;
  }
  /* line 115, scss/modules/_visualisation-actions.scss */
  #dashboard .large-6 .box-visualisation .icon-burger {
    position: absolute;
    top: 2.048rem;
    right: 1.28rem;
    bottom: auto;
    left: auto;
    margin: auto;
  }
  /* line 118, scss/modules/_visualisation-actions.scss */
  #dashboard .large-6 .box-visualisation .box-actions {
    position: absolute;
    top: 4.48rem;
    right: 1.248rem;
    bottom: auto;
    left: 1.056rem;
    margin: auto;
  }
  /* line 125, scss/modules/_visualisation-actions.scss */
  #dashboard .large-4 .occupation.box-visualisation .icon-burger {
    position: absolute;
    top: 2.048rem;
    right: 1.056rem;
    bottom: auto;
    left: auto;
    margin: auto;
  }
  /* line 128, scss/modules/_visualisation-actions.scss */
  #dashboard .large-4 .occupation.box-visualisation .box-actions {
    position: absolute;
    top: 4.48rem;
    right: 1.056rem;
    bottom: auto;
    left: 1.056rem;
    margin: auto;
  }
  /* line 134, scss/modules/_visualisation-actions.scss */
  #dashboard .large-4 .child_occupation.box-visualisation .icon-burger {
    position: absolute;
    top: 2.048rem;
    right: 1.072rem;
    bottom: auto;
    left: auto;
    margin: auto;
  }
  /* line 137, scss/modules/_visualisation-actions.scss */
  #dashboard .large-4 .child_occupation.box-visualisation .box-actions {
    position: absolute;
    top: 4.48rem;
    right: 1.072rem;
    bottom: auto;
    left: 1.056rem;
    margin: auto;
  }
  /* line 143, scss/modules/_visualisation-actions.scss */
  #dashboard .large-4 .child_child_occupation.box-visualisation h2 {
    width: calc(100% - 1rem);
    margin-right: 1rem;
  }
  /* line 147, scss/modules/_visualisation-actions.scss */
  #dashboard .large-4 .child_child_occupation.box-visualisation .icon-burger {
    position: absolute;
    top: 2.048rem;
    right: 0.96rem;
    bottom: auto;
    left: auto;
    margin: auto;
  }
  /* line 150, scss/modules/_visualisation-actions.scss */
  #dashboard .large-4 .child_child_occupation.box-visualisation .box-actions {
    position: absolute;
    top: 4.48rem;
    right: 0.96rem;
    bottom: auto;
    left: 1.056rem;
    margin: auto;
  }
  /* line 157, scss/modules/_visualisation-actions.scss */
  #dashboard .large-4 .box-visualisation .icon-burger {
    position: absolute;
    top: 2.048rem;
    right: 0.96rem;
    bottom: auto;
    left: auto;
    margin: auto;
  }
  /* line 160, scss/modules/_visualisation-actions.scss */
  #dashboard .large-4 .box-visualisation .box-actions {
    position: absolute;
    top: 4.48rem;
    right: 0.96rem;
    bottom: auto;
    left: 1.056rem;
    margin: auto;
  }
  /* line 166, scss/modules/_visualisation-actions.scss */
  #dashboard .large-8 .box-visualisation .icon-burger {
    position: absolute;
    top: 2.048rem;
    right: 1.28rem;
    bottom: auto;
    left: auto;
    margin: auto;
  }
  /* line 169, scss/modules/_visualisation-actions.scss */
  #dashboard .large-8 .box-visualisation .box-actions {
    position: absolute;
    top: 4.48rem;
    right: 1.28rem;
    bottom: auto;
    left: 1.056rem;
    margin: auto;
  }
}

@media only screen and (min-width: 40.063em) {
  /* line 178, scss/modules/_visualisation-actions.scss */
  #dashboard .box-visualisation .icon-burger {
    position: absolute;
    top: 2.048rem;
    right: 3.2rem;
    bottom: auto;
    left: auto;
    margin: auto;
  }
  /* line 181, scss/modules/_visualisation-actions.scss */
  #dashboard .box-visualisation .box-actions {
    position: absolute;
    top: 4.48rem;
    right: 3.2rem;
    bottom: auto;
    left: auto;
    margin: auto;
  }
  /* line 187, scss/modules/_visualisation-actions.scss */
  #dashboard .large-6 .box-visualisation .icon-burger {
    position: absolute;
    top: 2.048rem;
    right: 3.2rem;
    bottom: auto;
    left: auto;
    margin: auto;
  }
  /* line 194, scss/modules/_visualisation-actions.scss */
  #dashboard .large-4 .occupation.box-visualisation .icon-burger {
    position: absolute;
    top: 2.048rem;
    right: 1.056rem;
    bottom: auto;
    left: auto;
    margin: auto;
  }
  /* line 197, scss/modules/_visualisation-actions.scss */
  #dashboard .large-4 .occupation.box-visualisation .box-actions {
    position: absolute;
    top: 4.48rem;
    right: 1.056rem;
    bottom: auto;
    left: auto;
    margin: auto;
  }
  /* line 203, scss/modules/_visualisation-actions.scss */
  #dashboard .large-4 .child_occupation.box-visualisation .icon-burger {
    position: absolute;
    top: 2.048rem;
    right: 1.072rem;
    bottom: auto;
    left: auto;
    margin: auto;
  }
  /* line 206, scss/modules/_visualisation-actions.scss */
  #dashboard .large-4 .child_occupation.box-visualisation .box-actions {
    position: absolute;
    top: 4.48rem;
    right: 1.072rem;
    bottom: auto;
    left: auto;
    margin: auto;
  }
  /* line 212, scss/modules/_visualisation-actions.scss */
  #dashboard .large-4 .child_child_occupation.box-visualisation .icon-burger {
    position: absolute;
    top: 2.048rem;
    right: 2.88rem;
    bottom: auto;
    left: auto;
    margin: auto;
  }
  /* line 215, scss/modules/_visualisation-actions.scss */
  #dashboard .large-4 .child_child_occupation.box-visualisation .box-actions {
    position: absolute;
    top: 4.48rem;
    right: 2.88rem;
    bottom: auto;
    left: auto;
    margin: auto;
  }
  /* line 222, scss/modules/_visualisation-actions.scss */
  #dashboard .large-4 .box-visualisation .icon-burger {
    position: absolute;
    top: 2.048rem;
    right: 1.28rem;
    bottom: auto;
    left: auto;
    margin: auto;
  }
  /* line 225, scss/modules/_visualisation-actions.scss */
  #dashboard .large-4 .box-visualisation .box-actions {
    position: absolute;
    top: 4.48rem;
    right: 1.28rem;
    bottom: auto;
    left: auto;
    margin: auto;
  }
}

/* line 236, scss/modules/_visualisation-actions.scss */
.box-visualisation .box-header h2 {
  width: calc(100% - 7rem);
  margin-right: 7rem;
}

@media only screen and (min-width: 40.063em) {
  /* line 236, scss/modules/_visualisation-actions.scss */
  .box-visualisation .box-header h2 {
    width: calc(100% - 3.7rem);
    margin-right: 3.7rem;
  }
}

/* line 245, scss/modules/_visualisation-actions.scss */
.box-visualisation .box-header .icon-burger {
  border-top: 5px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  margin: 0;
  font-size: 2.2rem;
  z-index: 3;
  max-width: 35px;
}

/* line 249, scss/modules/_visualisation-actions.scss */
.box-visualisation .box-header .icon-burger.burger-ui {
  border-top: 5px solid #00f9f6;
  border-left: 1px solid #00f9f6;
  border-right: 1px solid #00f9f6;
  background: #B2FFFB;
  color: #000000;
}

/* line 270, scss/modules/_visualisation-actions.scss */
.box-visualisation .box-header .box-actions {
  padding: 0;
  border: 1px solid #00f9f6 !important;
  max-width: 320px;
  z-index: 2;
}

/* line 275, scss/modules/_visualisation-actions.scss */
.box-visualisation .box-header .box-actions section {
  background: #B2FFFB;
  padding: 0 1.6rem;
}

/* line 279, scss/modules/_visualisation-actions.scss */
.box-visualisation .box-header .box-actions section:last-child .themeActionsContainer {
  border-bottom: none;
}

/* line 283, scss/modules/_visualisation-actions.scss */
.box-visualisation .box-header .box-actions .themeActionsContainer {
  margin: 0;
  padding: 1.6rem 0;
  border-bottom: 1px solid #00f9f6;
}

/* line 288, scss/modules/_visualisation-actions.scss */
.box-visualisation .box-header .box-actions .themeActionsContainer:before {
  font-size: 1.5rem;
  margin-right: 0.7rem;
}

/* line 292, scss/modules/_visualisation-actions.scss */
.box-visualisation .box-header .box-actions .themeActionsContainer.icon-table:before, .box-visualisation .box-header .box-actions .themeActionsContainer.icon-share:before {
  font-size: 1.2rem;
}

/* line 297, scss/modules/_visualisation-actions.scss */
.box-visualisation .box-header .box-actions .themeActionsContainer .action_section_title {
  font-size: 18px;
}

/* line 300, scss/modules/_visualisation-actions.scss */
.box-visualisation .box-header .box-actions .themeActionsContainer .action_section_title.sucess_message {
  display: inline-block;
  vertical-align: top;
  margin-top: 0.2rem;
  font-weight: bold;
  color: #1c7b44;
}

/* line 310, scss/modules/_visualisation-actions.scss */
.box-visualisation .box-header .box-actions .themeActionsContainer .action_section_description {
  font-size: 12px;
  margin-left: 5px;
}

/* line 315, scss/modules/_visualisation-actions.scss */
.box-visualisation .box-header .box-actions .themeActionsContainer .action_options {
  margin-top: 0.64rem;
  padding: 0;
}

/* line 318, scss/modules/_visualisation-actions.scss */
.box-visualisation .box-header .box-actions .themeActionsContainer .action_options:last-child {
  padding-bottom: 0.64rem !important;
}

/* line 321, scss/modules/_visualisation-actions.scss */
.box-visualisation .box-header .box-actions .themeActionsContainer .action_options .actionable {
  border: 1px solid #00f9f6;
  background: #FFFFFF;
  font-weight: bold;
  font-size: 12px;
  color: #1f827d;
  padding-top: 0.6rem;
  padding-bottom: 0.1rem;
  margin-top: 0.4rem;
  margin-right: 0.4rem;
}

/* line 331, scss/modules/_visualisation-actions.scss */
.box-visualisation .box-header .box-actions .themeActionsContainer .action_options .actionable span {
  display: inline;
  vertical-align: middle;
}

/* line 336, scss/modules/_visualisation-actions.scss */
.box-visualisation .box-header .box-actions .themeActionsContainer .action_options .actionable:hover,
.box-visualisation .box-header .box-actions .themeActionsContainer .action_options .actionable.active {
  border: 1px solid #1f827d;
  background: #1f827d;
  color: #FFFFFF;
}

/* line 344, scss/modules/_visualisation-actions.scss */
.box-visualisation .box-header .box-actions .themeActionsContainer.icon-rate .action_options {
  padding-bottom: 1.6rem;
}

/* line 347, scss/modules/_visualisation-actions.scss */
.box-visualisation .box-header .box-actions .themeActionsContainer.icon-rate .action_options .actionable {
  padding: 0;
  background: none;
  border: 0;
  position: relative;
  display: inline;
  display: -webkit-inline-box;
}

/* line 354, scss/modules/_visualisation-actions.scss */
.box-visualisation .box-header .box-actions .themeActionsContainer.icon-rate .action_options .actionable .action-icon {
  opacity: 1;
  font-family: 'sp-icons' !important;
  position: relative;
}

/* line 360, scss/modules/_visualisation-actions.scss */
.box-visualisation .box-header .box-actions .themeActionsContainer .icon-rate-fill:after {
  font-size: 22px;
  position: absolute;
  left: 0.1rem;
}

/* line 367, scss/modules/_visualisation-actions.scss */
.box-visualisation .box-header .box-actions .themeActionsContainer .action-icon:before {
  z-index: 2;
  position: relative;
  color: #1f827d;
}

/* line 372, scss/modules/_visualisation-actions.scss */
.box-visualisation .box-header .box-actions .themeActionsContainer .action-icon:after {
  z-index: 1;
  color: #FFFFFF;
}

/* line 378, scss/modules/_visualisation-actions.scss */
.box-visualisation .box-header .box-actions .themeActionsContainer .preceding:before, .box-visualisation .box-header .box-actions .themeActionsContainer .preceding:after {
  color: #1f827d;
}

/* line 387, scss/modules/_visualisation-actions.scss */
.box-visualisation .box-content, .box-visualisation .newsletter-landing-info .pane-content, .newsletter-landing-info .box-visualisation .pane-content {
  position: relative;
  padding-top: 1.6rem;
}

/* line 399, scss/modules/_visualisation-actions.scss */
#dashboard .sticky-wrapper #page-header select {
  font-size: 20px;
  padding-right: 3.2rem;
  width: 40px;
}

@media only screen and (max-width: 40em) {
  /* line 399, scss/modules/_visualisation-actions.scss */
  #dashboard .sticky-wrapper #page-header select {
    background-position: 0;
    padding-right: 2.1rem;
    width: 30px;
  }
}

@media only screen and (max-width: 40em) {
  /* line 409, scss/modules/_visualisation-actions.scss */
  #dashboard .sticky-wrapper #page-header li#occupationFilter {
    margin-left: 1rem;
  }
}

/* line 415, scss/modules/_visualisation-actions.scss */
#dashboard .sticky-wrapper #page-header h1 {
  width: 100%;
}

@media only screen and (max-width: 40em) {
  /* line 415, scss/modules/_visualisation-actions.scss */
  #dashboard .sticky-wrapper #page-header h1 {
    padding-top: 0.4rem;
    padding-bottom: 0.2rem;
  }
}

/* line 422, scss/modules/_visualisation-actions.scss */
#dashboard .sticky-wrapper #page-header h1 img {
  margin-right: 0.7rem !important;
  vertical-align: middle;
}

/* line 427, scss/modules/_visualisation-actions.scss */
#dashboard .sticky-wrapper #page-header h1 span {
  max-width: none !important;
  width: calc(100% - 69px);
  vertical-align: middle;
}

/* line 434, scss/modules/_visualisation-actions.scss */
#dashboard .sticky-wrapper #page-header .breadcrumb-cnt {
  margin-left: 2rem;
  padding: 0;
  padding-right: 0.5rem;
}

@media only screen and (min-width: 70.063em) {
  /* line 434, scss/modules/_visualisation-actions.scss */
  #dashboard .sticky-wrapper #page-header .breadcrumb-cnt {
    margin-left: 0;
  }
}

/* line 441, scss/modules/_visualisation-actions.scss */
#dashboard .sticky-wrapper #page-header .breadcrumb-cnt label {
  font-weight: bold;
  font-size: 1rem;
}

@media only screen and (min-width: 40.063em) {
  /* line 441, scss/modules/_visualisation-actions.scss */
  #dashboard .sticky-wrapper #page-header .breadcrumb-cnt label {
    font-size: 1.4rem;
  }
}

/* line 447, scss/modules/_visualisation-actions.scss */
#dashboard .sticky-wrapper #page-header .breadcrumb-cnt label span {
  font-weight: normal;
}

@media only screen and (max-width: 40em) {
  /* line 447, scss/modules/_visualisation-actions.scss */
  #dashboard .sticky-wrapper #page-header .breadcrumb-cnt label span {
    margin-right: 0;
  }
}

/* line 456, scss/modules/_visualisation-actions.scss */
#dashboard .sticky-wrapper #page-header .pages_actions {
  padding: 0;
  padding-left: 2rem;
}

@media only screen and (min-width: 70.063em) {
  /* line 456, scss/modules/_visualisation-actions.scss */
  #dashboard .sticky-wrapper #page-header .pages_actions {
    width: 96px;
    padding-left: 0;
  }
}

@media only screen and (max-width: 40em) {
  /* line 463, scss/modules/_visualisation-actions.scss */
  #dashboard .sticky-wrapper #page-header .pages_actions ul.actions {
    margin-top: 0.2rem;
    margin-bottom: 0.7rem;
    padding-bottom: 1.7rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 70em) {
  /* line 463, scss/modules/_visualisation-actions.scss */
  #dashboard .sticky-wrapper #page-header .pages_actions ul.actions {
    margin-top: 0.5rem;
    padding-bottom: 0.7rem;
  }
}

/* line 474, scss/modules/_visualisation-actions.scss */
#dashboard .sticky-wrapper #page-header .pages_actions li {
  float: left;
}

/* line 476, scss/modules/_visualisation-actions.scss */
#dashboard .sticky-wrapper #page-header .pages_actions li a {
  padding: 0;
}

/* line 479, scss/modules/_visualisation-actions.scss */
#dashboard .sticky-wrapper #page-header .pages_actions li a.icon-print {
  padding-left: 0.2rem;
  padding-right: 0.5rem;
}

/* line 3, scss/modules/_date-picker.scss */
.ui-datepicker {
  border: 1px solid #e9e9e9 !important;
  background: #FFFFFF !important;
  width: 28em;
  padding: 1.5em;
  font-family: "Titillium Web", Roboto, Arial, sans-serif !important;
  border-radius: 0;
  box-shadow: 0px 0px 14px 0px rgba(50, 50, 50, 0.15);
}

@media only screen and (max-width: 40em) {
  /* line 3, scss/modules/_date-picker.scss */
  .ui-datepicker {
    width: 18em;
  }
}

/* line 18, scss/modules/_date-picker.scss */
.ui-datepicker .ui-datepicker-header {
  border: none;
  background: none;
}

/* line 23, scss/modules/_date-picker.scss */
.ui-datepicker .ui-datepicker-header .ui-corner-all {
  background: none;
  top: 10px;
  transition: none !important;
}

/* line 27, scss/modules/_date-picker.scss */
.ui-datepicker .ui-datepicker-header .ui-corner-all:hover {
  border: none;
}

/* line 30, scss/modules/_date-picker.scss */
.ui-datepicker .ui-datepicker-header .ui-corner-all span {
  display: none;
}

/* line 34, scss/modules/_date-picker.scss */
.ui-datepicker .ui-datepicker-header .ui-corner-all:before {
  font-family: 'sp-icons';
  top: 2px;
  position: absolute;
  color: #0085d3;
}

/* line 41, scss/modules/_date-picker.scss */
.ui-datepicker .ui-datepicker-header .ui-corner-all:hover:before {
  font-weight: bold;
  border: none;
}

/* line 47, scss/modules/_date-picker.scss */
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before {
  transform: rotate(180deg);
}

/* line 53, scss/modules/_date-picker.scss */
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:before {
  right: 0;
}

/* line 59, scss/modules/_date-picker.scss */
.ui-datepicker .ui-datepicker-title select {
  border: none;
  max-width: 90px;
  text-align: center;
  display: inline-block;
  float: none !important;
  font-family: "Titillium Web", Roboto, Arial, sans-serif;
  font-size: 24px;
  position: relative;
  top: -8px;
  background-position: right 23px;
  background-size: 40px;
  text-transform: uppercase;
  height: 48px;
}

/* line 62, scss/modules/_date-picker.scss */
.ui-datepicker .ui-datepicker-title select.ui-datepicker-month {
  max-width: 83px;
}

@media only screen and (max-width: 40em) {
  /* line 62, scss/modules/_date-picker.scss */
  .ui-datepicker .ui-datepicker-title select.ui-datepicker-month {
    max-width: 69px;
  }
}

@media only screen and (max-width: 40em) {
  /* line 59, scss/modules/_date-picker.scss */
  .ui-datepicker .ui-datepicker-title select {
    font-size: 19px;
  }
}

/* line 82, scss/modules/_date-picker.scss */
.ui-datepicker .ui-datepicker-title select option {
  font-size: 14px;
}

/* line 95, scss/modules/_date-picker.scss */
.ui-datepicker .ui-datepicker-calendar thead tr {
  border-bottom: 1px solid #ffffff;
}

/* line 98, scss/modules/_date-picker.scss */
.ui-datepicker .ui-datepicker-calendar thead tr th span {
  font-size: 16px;
  color: #9B9B9B;
  font-weight: bold;
}

/* line 106, scss/modules/_date-picker.scss */
.ui-datepicker .ui-datepicker-calendar tbody tr {
  border: none;
}

/* line 109, scss/modules/_date-picker.scss */
.ui-datepicker .ui-datepicker-calendar tbody tr td a.ui-state-default {
  background: none;
  text-align: center;
  border-radius: 50%;
  padding-top: 9px;
  padding-bottom: 9px;
  width: 36px;
  font-size: 18px;
  color: gray;
  color: #606060;
  border: none;
}

@media only screen and (max-width: 40em) {
  /* line 109, scss/modules/_date-picker.scss */
  .ui-datepicker .ui-datepicker-calendar tbody tr td a.ui-state-default {
    width: 26px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 14px;
  }
}

/* line 126, scss/modules/_date-picker.scss */
.ui-datepicker .ui-datepicker-calendar tbody tr td a.ui-state-default:hover {
  color: #0085d3;
  font-weight: bold;
}

/* line 131, scss/modules/_date-picker.scss */
.ui-datepicker .ui-datepicker-calendar tbody tr td a.ui-state-active {
  background: #FFEB00;
  color: #003398;
  font-weight: bold;
}

/* line 136, scss/modules/_date-picker.scss */
.ui-datepicker .ui-datepicker-calendar tbody tr td a.ui-state-highlight {
  color: #0085d3;
  font-weight: bold;
  position: relative;
}

/* line 140, scss/modules/_date-picker.scss */
.ui-datepicker .ui-datepicker-calendar tbody tr td a.ui-state-highlight:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #0085d3;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -2.5px;
  border-radius: 50%;
}

/* line 4, scss/modules/_keyfacts-in-dashboards.scss */
.smart-data {
  padding: 0px 0px 25px 0px;
  margin-left: 0px !important;
  margin-right: 0px !important;
  display: inline-block;
  width: 100%;
  font-size: 0;
}

/* line 11, scss/modules/_keyfacts-in-dashboards.scss */
.smart-data p:only-child,
.smart-data p:last-child {
  margin-bottom: 0;
}

/* line 15, scss/modules/_keyfacts-in-dashboards.scss */
.smart-data ul {
  margin: 0;
  font-size: 0.9em;
}

/* line 19, scss/modules/_keyfacts-in-dashboards.scss */
.smart-data ul li {
  margin: 0;
  list-style-type: none;
  border-top: 1px solid #e9e9e9;
  padding: 0.5em 0;
  overflow: hidden;
}

/* line 26, scss/modules/_keyfacts-in-dashboards.scss */
.smart-data li:first-child {
  border-top: 0;
  padding-top: 0;
}

/* line 30, scss/modules/_keyfacts-in-dashboards.scss */
.smart-data li:last-child {
  padding-bottom: 0;
}

/* line 33, scss/modules/_keyfacts-in-dashboards.scss */
.smart-data li strong {
  float: right;
  color: #999;
}

/* line 37, scss/modules/_keyfacts-in-dashboards.scss */
.smart-data li:before {
  font-family: Arial, sans-serif;
  content: "\25CF";
  color: #00f9f6;
  font-size: 1.2em;
  line-height: 1;
  padding: 0 0.6em 0 0;
}

/* line 47, scss/modules/_keyfacts-in-dashboards.scss */
.smart-data .smart-icon {
  border: 1px solid #e9e9e9;
  display: inline-block;
  margin: 0px;
  vertical-align: top;
  min-height: 330px;
  margin-right: 0;
  margin-bottom: 3%;
  padding: 40px;
  width: 100%;
}

/* line 48, scss/modules/_keyfacts-in-dashboards.scss */
.smart-data .smart-icon.keyfacts-more-info {
  background: #B2FFFB;
  border: 1px solid #00f9f6;
}

@media only screen and (min-width: 40.063em) {
  /* line 47, scss/modules/_keyfacts-in-dashboards.scss */
  .smart-data .smart-icon {
    width: 47%;
    margin-right: 2%;
    margin-bottom: 3%;
  }
}

@media only screen and (min-width: 70.063em) {
  /* line 47, scss/modules/_keyfacts-in-dashboards.scss */
  .smart-data .smart-icon {
    width: 23.5%;
    padding: 15px;
    padding-top: 17px;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 40.063em) {
  /* line 75, scss/modules/_keyfacts-in-dashboards.scss */
  .smart-data .smart-icon:last-of-type {
    margin-right: 0;
  }
}

/* line 81, scss/modules/_keyfacts-in-dashboards.scss */
.smart-data .smart-icon a.icon-info, .smart-data .smart-icon .newsletter-landing-info a.box-content, .newsletter-landing-info .smart-data .smart-icon a.box-content, .smart-data .smart-icon .newsletter-landing-info a.pane-content, .newsletter-landing-info .smart-data .smart-icon a.pane-content {
  font-size: 14px;
}

/* line 85, scss/modules/_keyfacts-in-dashboards.scss */
.smart-data .smart-data-indicator-icon {
  font-size: 78px;
  color: #9ebbcb;
  margin-top: 0.2em;
}

/* line 90, scss/modules/_keyfacts-in-dashboards.scss */
.smart-data .smart-icon:hover .smart-data-indicator-icon {
  color: inherit;
  color: #6c98b0;
}

/* line 95, scss/modules/_keyfacts-in-dashboards.scss */
.smart-data .indicatorName {
  font-size: 16px;
  padding-top: 15px;
  color: #606060;
}

@media only screen {
  /* line 95, scss/modules/_keyfacts-in-dashboards.scss */
  .smart-data .indicatorName {
    min-height: 60px;
  }
}

@media only screen and (min-width: 70.063em) {
  /* line 95, scss/modules/_keyfacts-in-dashboards.scss */
  .smart-data .indicatorName {
    min-height: 100px;
  }
}

/* line 107, scss/modules/_keyfacts-in-dashboards.scss */
.smart-data .indicatorValue {
  font-size: 22.5px;
  font-weight: bold;
  color: black;
}

/* line 113, scss/modules/_keyfacts-in-dashboards.scss */
.smart-data .indicatorContext {
  font-size: 16px;
  color: #606060;
}

/* line 119, scss/modules/_keyfacts-in-dashboards.scss */
.smart-data .smart-more-info .smart-info {
  padding-top: 20px;
}

/* line 122, scss/modules/_keyfacts-in-dashboards.scss */
.smart-data .smart-more-info .smart-info .row {
  font-size: 11px !important;
  margin-bottom: 12px;
}

/* line 126, scss/modules/_keyfacts-in-dashboards.scss */
.smart-data .smart-more-info .smart-info .row .main-content:first-child {
  width: 85px;
}

/* line 129, scss/modules/_keyfacts-in-dashboards.scss */
.smart-data .smart-more-info .smart-info .row .main-content:last-child {
  width: calc(100% - 85px);
}

/* line 133, scss/modules/_keyfacts-in-dashboards.scss */
.smart-data .smart-more-info .smart-info .smart_data_indicator_description {
  font-size: 13px;
}

/* line 2, scss/pages/_home.scss */
body[class*="home"] #page-breadcrumb {
  display: none;
}

/* line 5, scss/pages/_home.scss */
body[class*="home"] #page-header {
  display: none;
}

/* line 8, scss/pages/_home.scss */
body[class*="home"] #page-content {
  padding-top: 3.2rem;
  padding-top: 2.24rem;
}

@media only screen and (max-width: 40em) {
  /* line 8, scss/pages/_home.scss */
  body[class*="home"] #page-content {
    padding-top: 1.6rem;
  }
}

/* line 15, scss/pages/_home.scss */
body[class*="home"] .box {
  margin-bottom: 2.24rem !important;
}

/* @group BOX MERGED WITH PANEL */
/* line 24, scss/pages/_home.scss */
.front .main-content .block-views-featured-block .box-content, .front .main-content .block-views-featured-block .newsletter-landing-info .pane-content, .newsletter-landing-info .front .main-content .block-views-featured-block .pane-content {
  padding-bottom: 0.64rem !important;
}

/* line 26, scss/pages/_home.scss */
.front .main-content .block-views-featured-block .box-content .view-content .owl-theme .owl-controls, .front .main-content .block-views-featured-block .newsletter-landing-info .pane-content .view-content .owl-theme .owl-controls, .newsletter-landing-info .front .main-content .block-views-featured-block .pane-content .view-content .owl-theme .owl-controls {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 30, scss/pages/_home.scss */
.front .main-content .block-views-featured-block .box-content .view-content .owl-theme .owl-controls .owl-pagination, .front .main-content .block-views-featured-block .newsletter-landing-info .pane-content .view-content .owl-theme .owl-controls .owl-pagination, .newsletter-landing-info .front .main-content .block-views-featured-block .pane-content .view-content .owl-theme .owl-controls .owl-pagination {
  position: absolute;
  width: 100%;
  bottom: 65px;
}

@media screen and (max-width: 700px) {
  /* line 30, scss/pages/_home.scss */
  .front .main-content .block-views-featured-block .box-content .view-content .owl-theme .owl-controls .owl-pagination, .front .main-content .block-views-featured-block .newsletter-landing-info .pane-content .view-content .owl-theme .owl-controls .owl-pagination, .newsletter-landing-info .front .main-content .block-views-featured-block .pane-content .view-content .owl-theme .owl-controls .owl-pagination {
    display: none;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 70em) {
  /* line 30, scss/pages/_home.scss */
  .front .main-content .block-views-featured-block .box-content .view-content .owl-theme .owl-controls .owl-pagination, .front .main-content .block-views-featured-block .newsletter-landing-info .pane-content .view-content .owl-theme .owl-controls .owl-pagination, .newsletter-landing-info .front .main-content .block-views-featured-block .pane-content .view-content .owl-theme .owl-controls .owl-pagination {
    bottom: 19%;
  }
}

/* line 41, scss/pages/_home.scss */
.front .main-content .block-views-featured-block .box-content .view-content .owl-theme .owl-controls .owl-pagination .owl-page span, .front .main-content .block-views-featured-block .newsletter-landing-info .pane-content .view-content .owl-theme .owl-controls .owl-pagination .owl-page span, .newsletter-landing-info .front .main-content .block-views-featured-block .pane-content .view-content .owl-theme .owl-controls .owl-pagination .owl-page span {
  box-shadow: 0px 0px 6px 0px rgba(50, 50, 50, 0.45);
}

/* line 46, scss/pages/_home.scss */
.front .main-content .block-views-featured-block .box-content .view-content .owl-theme .owl-controls .owl-pagination .owl-page:not(.active) span, .front .main-content .block-views-featured-block .newsletter-landing-info .pane-content .view-content .owl-theme .owl-controls .owl-pagination .owl-page:not(.active) span, .newsletter-landing-info .front .main-content .block-views-featured-block .pane-content .view-content .owl-theme .owl-controls .owl-pagination .owl-page:not(.active) span {
  background: none;
  border: 2px solid #FFFFFF;
  width: 13px;
  height: 13px;
}

/* line 52, scss/pages/_home.scss */
.front .main-content .block-views-featured-block .box-content .view-content .owl-theme .owl-controls .owl-pagination .owl-page.active span, .front .main-content .block-views-featured-block .newsletter-landing-info .pane-content .view-content .owl-theme .owl-controls .owl-pagination .owl-page.active span, .newsletter-landing-info .front .main-content .block-views-featured-block .pane-content .view-content .owl-theme .owl-controls .owl-pagination .owl-page.active span {
  background: #FFFFFF;
  border: 0px solid #FFFFFF;
  width: 8px;
  height: 8px;
  top: -3px;
  position: relative;
}

/* line 63, scss/pages/_home.scss */
.front .main-content .view-display-id-block_1.box-blog .zf-2col-small-first {
  padding-top: 1em;
  border-top: 1px solid #e9e9e9;
}

/* line 66, scss/pages/_home.scss */
.front .main-content .view-display-id-block_1.box-blog .zf-2col-small-first .group-right {
  margin-left: 1em;
}

/* line 74, scss/pages/_home.scss */
.front .main-content .block-views-featured-block header h2 {
  display: none;
}

/* line 77, scss/pages/_home.scss */
.front .main-content .block-views-featured-block:after {
  display: none;
}

/* line 80, scss/pages/_home.scss */
.front .main-content .block-views-featured-block .box-content, .front .main-content .block-views-featured-block .newsletter-landing-info .pane-content, .newsletter-landing-info .front .main-content .block-views-featured-block .pane-content {
  text-align: center;
  padding: 0;
  position: relative;
}

@media only screen and (min-width: 40.063em) {
  /* line 85, scss/pages/_home.scss */
  .front .main-content .block-views-featured-block .box-content .field-name-title, .front .main-content .block-views-featured-block .newsletter-landing-info .pane-content .field-name-title, .newsletter-landing-info .front .main-content .block-views-featured-block .pane-content .field-name-title {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
  }
}

/* line 92, scss/pages/_home.scss */
.front .main-content .block-views-featured-block .box-content .field-name-title h2, .front .main-content .block-views-featured-block .newsletter-landing-info .pane-content .field-name-title h2, .newsletter-landing-info .front .main-content .block-views-featured-block .pane-content .field-name-title h2 {
  border-top: none;
  text-align: center;
  padding-top: 0.96rem;
  padding-bottom: 0.64rem !important;
  font-size: 21px;
  line-height: 1.1;
}

@media screen and (max-width: 700px) {
  /* line 92, scss/pages/_home.scss */
  .front .main-content .block-views-featured-block .box-content .field-name-title h2, .front .main-content .block-views-featured-block .newsletter-landing-info .pane-content .field-name-title h2, .newsletter-landing-info .front .main-content .block-views-featured-block .pane-content .field-name-title h2 {
    padding-top: 0;
    padding-left: 10%;
    padding-right: 10%;
  }
}

@media screen and (min-width: 700px) {
  /* line 92, scss/pages/_home.scss */
  .front .main-content .block-views-featured-block .box-content .field-name-title h2, .front .main-content .block-views-featured-block .newsletter-landing-info .pane-content .field-name-title h2, .newsletter-landing-info .front .main-content .block-views-featured-block .pane-content .field-name-title h2 {
    text-align: left;
  }
}

@media screen and (min-width: 700px) {
  /* line 92, scss/pages/_home.scss */
  .front .main-content .block-views-featured-block .box-content .field-name-title h2, .front .main-content .block-views-featured-block .newsletter-landing-info .pane-content .field-name-title h2, .newsletter-landing-info .front .main-content .block-views-featured-block .pane-content .field-name-title h2 {
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (min-width: 70.063em) {
  /* line 92, scss/pages/_home.scss */
  .front .main-content .block-views-featured-block .box-content .field-name-title h2, .front .main-content .block-views-featured-block .newsletter-landing-info .pane-content .field-name-title h2, .newsletter-landing-info .front .main-content .block-views-featured-block .pane-content .field-name-title h2 {
    padding-bottom: 1.6rem;
    font-size: 29px;
    line-height: 1.4;
  }
}

/* line 115, scss/pages/_home.scss */
.front .main-content .block-views-featured-block .box-content .field-name-title h2:before, .front .main-content .block-views-featured-block .newsletter-landing-info .pane-content .field-name-title h2:before, .newsletter-landing-info .front .main-content .block-views-featured-block .pane-content .field-name-title h2:before {
  display: none;
}

/* line 120, scss/pages/_home.scss */
.front .main-content .block-views-featured-block .box-content .learn-more, .front .main-content .block-views-featured-block .newsletter-landing-info .pane-content .learn-more, .newsletter-landing-info .front .main-content .block-views-featured-block .pane-content .learn-more {
  padding-left: 0.96rem;
  padding-right: 0.96rem;
}

@media screen and (min-width: 700px) {
  /* line 120, scss/pages/_home.scss */
  .front .main-content .block-views-featured-block .box-content .learn-more, .front .main-content .block-views-featured-block .newsletter-landing-info .pane-content .learn-more, .newsletter-landing-info .front .main-content .block-views-featured-block .pane-content .learn-more {
    position: relative;
    top: 0.3rem;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
  }
}

/* line 130, scss/pages/_home.scss */
.front .main-content .block-views-featured-block .box-content .learn-more a, .front .main-content .block-views-featured-block .newsletter-landing-info .pane-content .learn-more a, .newsletter-landing-info .front .main-content .block-views-featured-block .pane-content .learn-more a {
  border-radius: 7px;
  font-weight: bold;
  line-height: normal;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  display: inline-block;
  padding: 0.32rem 0.96rem;
  background-color: #0085d3;
  color: #FFFFFF;
  transition: background-color 300ms ease-out;
  font-size: 0;
}

@media only screen and (min-width: 70.063em) {
  /* line 130, scss/pages/_home.scss */
  .front .main-content .block-views-featured-block .box-content .learn-more a, .front .main-content .block-views-featured-block .newsletter-landing-info .pane-content .learn-more a, .newsletter-landing-info .front .main-content .block-views-featured-block .pane-content .learn-more a {
    padding: 0.48rem 1.12rem;
  }
}

/* line 147, scss/pages/_home.scss */
.front .main-content .block-views-featured-block .box-content .learn-more a:before, .front .main-content .block-views-featured-block .newsletter-landing-info .pane-content .learn-more a:before, .newsletter-landing-info .front .main-content .block-views-featured-block .pane-content .learn-more a:before {
  content: "Learn More";
  font-size: 1rem;
}

/* line 151, scss/pages/_home.scss */
.front .main-content .block-views-featured-block .box-content .learn-more a:hover, .front .main-content .block-views-featured-block .newsletter-landing-info .pane-content .learn-more a:hover, .newsletter-landing-info .front .main-content .block-views-featured-block .pane-content .learn-more a:hover {
  background-color: #0065a0;
}

/* line 158, scss/pages/_home.scss */
.front .main-content .owl-carousel {
  margin-top: 0;
}

/* line 163, scss/pages/_home.scss */
.front .main-content .owl-carousel .owl-controls .owl-buttons > div {
  z-index: 1;
  top: 40%;
  padding: 15px;
}

/* line 167, scss/pages/_home.scss */
.front .main-content .owl-carousel .owl-controls .owl-buttons > div:before {
  padding-top: 0.07rem;
  border-radius: 50%;
  font-size: 20px;
  font-weight: bold;
}

@media only screen and (min-width: 40.063em) {
  /* line 163, scss/pages/_home.scss */
  .front .main-content .owl-carousel .owl-controls .owl-buttons > div {
    top: -40px;
  }
  /* line 174, scss/pages/_home.scss */
  .front .main-content .owl-carousel .owl-controls .owl-buttons > div:before {
    background: #FFFFFF;
    box-shadow: 0px 0px 6px 0px rgba(50, 50, 50, 0.25);
  }
}

@media only screen and (min-width: 70.063em) {
  /* line 163, scss/pages/_home.scss */
  .front .main-content .owl-carousel .owl-controls .owl-buttons > div {
    top: -60px;
    padding: 30px;
  }
  /* line 185, scss/pages/_home.scss */
  .front .main-content .owl-carousel .owl-controls .owl-buttons > div:before {
    font-size: 31px;
    padding-top: 0.5rem;
  }
}

/* line 191, scss/pages/_home.scss */
.front .main-content .owl-carousel .owl-controls .owl-buttons > div:hover:before {
  background: #0085d3;
  color: #FFFFFF;
}

/* line 195, scss/pages/_home.scss */
.front .main-content .owl-carousel .owl-controls .owl-buttons .owl-prev {
  left: 0.6rem;
}

@media only screen and (min-width: 40.063em) {
  /* line 195, scss/pages/_home.scss */
  .front .main-content .owl-carousel .owl-controls .owl-buttons .owl-prev {
    left: 1.4rem;
  }
}

/* line 200, scss/pages/_home.scss */
.front .main-content .owl-carousel .owl-controls .owl-buttons .owl-prev:before {
  padding-right: 0.3rem;
}

/* line 204, scss/pages/_home.scss */
.front .main-content .owl-carousel .owl-controls .owl-buttons .owl-next {
  right: 0.7rem;
}

@media only screen and (min-width: 40.063em) {
  /* line 204, scss/pages/_home.scss */
  .front .main-content .owl-carousel .owl-controls .owl-buttons .owl-next {
    right: 0.9rem;
  }
}

/* line 209, scss/pages/_home.scss */
.front .main-content .owl-carousel .owl-controls .owl-buttons .owl-next:before {
  padding-left: 0.3rem;
}

/* line 216, scss/pages/_home.scss */
.front .main-content .owl-carousel .owl-wrapper-outer .owl-wrapper .group-content img {
  width: 100%;
}

/* line 222, scss/pages/_home.scss */
.front .pane-events,
.front .pane-news {
  margin-bottom: 0;
}

/* line 225, scss/pages/_home.scss */
.front .pane-events.box,
.front .pane-news.box {
  border-bottom: none !important;
}

/* line 228, scss/pages/_home.scss */
.front .pane-events .box,
.front .pane-news .box {
  margin-bottom: 0px;
  border-bottom: 0px;
}

/* line 232, scss/pages/_home.scss */
.front .pane-events .box .box-content, .front .pane-events .box .newsletter-landing-info .pane-content, .newsletter-landing-info .front .pane-events .box .pane-content,
.front .pane-news .box .box-content,
.front .pane-news .box .newsletter-landing-info .pane-content,
.newsletter-landing-info .front .pane-news .box .pane-content {
  padding-bottom: 3.2rem;
}

/* line 235, scss/pages/_home.scss */
.front .pane-events .box .box-content .view, .front .pane-events .box .newsletter-landing-info .pane-content .view, .newsletter-landing-info .front .pane-events .box .pane-content .view,
.front .pane-news .box .box-content .view,
.front .pane-news .box .newsletter-landing-info .pane-content .view,
.newsletter-landing-info .front .pane-news .box .pane-content .view {
  padding-bottom: 3.2rem;
  border-bottom: 1px solid #e9e9e9;
}

/* line 242, scss/pages/_home.scss */
.front .pane-events + .panel-separator + .box,
.front .pane-news + .panel-separator + .box {
  padding-top: 3.2rem;
  border-top: 0px;
}

/* line 247, scss/pages/_home.scss */
.front .pane-events + .panel-separator + .box:after, .front .pane-events + .panel-separator + .box:before,
.front .pane-news + .panel-separator + .box:after,
.front .pane-news + .panel-separator + .box:before {
  content: none;
}

/* line 252, scss/pages/_home.scss */
.front .pane-events + .panel-separator + .box .box-header,
.front .pane-events + .panel-separator + .box .box-content,
.front .pane-events + .panel-separator + .box .newsletter-landing-info .pane-content,
.newsletter-landing-info .front .pane-events + .panel-separator + .box .pane-content,
.front .pane-news + .panel-separator + .box .box-header,
.front .pane-news + .panel-separator + .box .box-content,
.front .pane-news + .panel-separator + .box .newsletter-landing-info .pane-content,
.newsletter-landing-info .front .pane-news + .panel-separator + .box .pane-content {
  padding-right: 0px;
  padding-left: 0;
}

/* line 258, scss/pages/_home.scss */
.front .pane-events + .panel-separator + .box .box-header h2,
.front .pane-news + .panel-separator + .box .box-header h2 {
  padding-top: 0px;
  padding-bottom: 1.6rem;
  font-weight: bold;
  color: #444444;
}

/* line 265, scss/pages/_home.scss */
.front .pane-events + .panel-separator + .box form[id*=newsletter-subscribe-form],
.front .pane-news + .panel-separator + .box form[id*=newsletter-subscribe-form] {
  margin-top: 2.56rem;
}

/* line 273, scss/pages/_home.scss */
.front #scrolly-navigation {
  display: none;
  position: fixed;
  right: 6px;
  z-index: 2147483647 !important;
  top: 0;
  height: 100%;
}

/* line 275, scss/pages/_home.scss */
.front #scrolly-navigation.scrolly-hide {
  display: none;
}

@media only screen and (min-width: 70.063em) {
  /* line 273, scss/pages/_home.scss */
  .front #scrolly-navigation {
    display: table;
    right: 10px;
  }
}

/* line 288, scss/pages/_home.scss */
.front #scrolly-navigation ul {
  display: table-cell;
  vertical-align: middle;
  list-style: none;
  margin: 0;
  height: 100%;
}

@media screen and (min-width: 1630px) {
  /* line 295, scss/pages/_home.scss */
  .front #scrolly-navigation ul li {
    display: block;
    clear: both;
  }
}

/* line 300, scss/pages/_home.scss */
.front #scrolly-navigation ul a {
  position: relative;
  top: -18px;
  color: rgba(0, 133, 211, 0);
  padding-right: 20px;
  font-size: 0;
  font-weight: bold;
}

@media screen and (min-width: 1630px) {
  /* line 300, scss/pages/_home.scss */
  .front #scrolly-navigation ul a {
    font-size: 1rem;
    top: -3px;
    float: right;
  }
}

/* line 312, scss/pages/_home.scss */
.front #scrolly-navigation ul a:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background: #0085d3;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 8px;
  opacity: 1;
}

/* line 325, scss/pages/_home.scss */
.front #scrolly-navigation ul a:hover,
.front #scrolly-navigation ul li:focus a,
.front #scrolly-navigation ul li.active a {
  color: #0085d3;
}

/* line 330, scss/pages/_home.scss */
.front #scrolly-navigation ul a:hover:before,
.front #scrolly-navigation ul li:focus a:before,
.front #scrolly-navigation ul li.active a:before {
  width: 16px;
  height: 16px;
  right: -2px;
  top: 5px;
  background: #00f9f6;
}

/* line 342, scss/pages/_home.scss */
.front .box-big,
.front #id-scrolly-1,
.front .block-views-featured-block,
.front .block-sendinblue {
  height: auto !important;
}

@media only screen and (max-width: 40em) {
  /* line 350, scss/pages/_home.scss */
  .box-header h2 {
    margin-left: 1.4em;
  }
}

/* line 360, scss/pages/_home.scss */
.tabs-content > .content.active .view-analytical-highlights-taxonomy .view-header {
  margin-bottom: 1.5em;
}

/* line 363, scss/pages/_home.scss */
.tabs-content > .content.active h2 {
  padding-top: 0;
  border-top: 0;
}

/* line 366, scss/pages/_home.scss */
.tabs-content > .content.active h2:before {
  display: none;
}

@media screen and (max-width: 622px) {
  /* line 378, scss/pages/_home.scss */
  _:-ms-fullscreen .owl-carousel .owl-wrapper-outer, :root .selector .owl-carousel .owl-wrapper-outer {
    max-height: 195px;
  }
}

@media screen and (max-width: 480px) {
  /* line 384, scss/pages/_home.scss */
  _:-ms-fullscreen .owl-carousel .owl-wrapper-outer, :root .selector .owl-carousel .owl-wrapper-outer {
    max-height: 145px;
  }
}

@media screen and (max-width: 396px) {
  /* line 390, scss/pages/_home.scss */
  _:-ms-fullscreen .owl-carousel .owl-wrapper-outer, :root .selector .owl-carousel .owl-wrapper-outer {
    max-height: 115px;
  }
}

/* @group INTERNATIONAL NATIONAL INSTITUTIONS */
/* line 4, scss/pages/_institutions.scss */
.view.view-display-id-international_institutions .row.collapse {
  margin-bottom: 1.6rem;
}

/* line 9, scss/pages/_institutions.scss */
.view.view-display-id-international_institutions .group-left .image {
  width: 100%;
}

/* line 13, scss/pages/_institutions.scss */
.view.view-display-id-international_institutions .group-left img {
  width: 20vw;
  height: 20vw;
  max-width: 160px;
  max-height: 160px;
  border-radius: 100%;
  border: 3px solid #DDDDDD;
  border-radius: 100%;
}

@media only screen and (min-width: 70.063em) {
  /* line 13, scss/pages/_institutions.scss */
  .view.view-display-id-international_institutions .group-left img {
    width: 10vw;
    height: 10vw;
    max-width: 90px;
    max-height: 90px;
  }
}

/* line 38, scss/pages/_institutions.scss */
.view.view-display-id-international_institutions .group-right h3 {
  display: inline-block;
  margin: 0;
  line-height: 1.2;
  font-size: 1.2em;
}

/* @group NATIONAL INSTITUTIONS */
/* line 50, scss/pages/_institutions.scss */
.view.view-national-institutions-taxonomy img {
  max-width: 30px;
  margin-right: 15px;
  vertical-align: sub;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

/* @group INSTITUTIONS ITEM */
/* line 61, scss/pages/_institutions.scss */
.node-type-institutions #page-title {
  position: relative;
  padding-left: 24%;
}

/* line 64, scss/pages/_institutions.scss */
.node-type-institutions #page-title:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 65%;
  background: #00f9f6;
  left: 19%;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* line 75, scss/pages/_institutions.scss */
.node-type-institutions #page-title img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 15%;
  margin: auto;
}

/* line 2, scss/pages/_policy-themes.scss */
.view-display-id-policy_themes_page .views-row {
  position: relative;
  padding-bottom: 1.3333333333rem;
}

@media only screen and (min-width: 40.063em) {
  /* line 2, scss/pages/_policy-themes.scss */
  .view-display-id-policy_themes_page .views-row {
    padding-bottom: 2.4rem;
  }
}

/* line 9, scss/pages/_policy-themes.scss */
.view-display-id-policy_themes_page h2 {
  font-size: 0;
  padding: 0;
}

/* line 13, scss/pages/_policy-themes.scss */
.view-display-id-policy_themes_page img {
  max-height: 5rem;
  max-width: 251px;
  margin-top: 2.6666666667rem;
}

@media only screen and (min-width: 70.063em) {
  /* line 13, scss/pages/_policy-themes.scss */
  .view-display-id-policy_themes_page img {
    position: absolute;
    top: 0;
    left: 0;
  }
}

/* line 23, scss/pages/_policy-themes.scss */
.view-display-id-policy_themes_page .field-content {
  padding-top: 0.96rem;
}

@media only screen and (min-width: 40.063em) and (max-width: 70em) {
  /* line 23, scss/pages/_policy-themes.scss */
  .view-display-id-policy_themes_page .field-content {
    padding-left: 104px;
  }
}

@media only screen and (min-width: 70.063em) {
  /* line 23, scss/pages/_policy-themes.scss */
  .view-display-id-policy_themes_page .field-content {
    column-count: 2;
    column-gap: 3.2rem;
    padding-left: 105px;
    padding-right: 15%;
  }
  /* line 36, scss/pages/_policy-themes.scss */
  .view-display-id-policy_themes_page .field-content > p:first-child {
    margin: 0;
  }
}

/* line 40, scss/pages/_policy-themes.scss */
.view-display-id-policy_themes_page .field-content + a {
  display: inline-block;
  margin: 0;
}

@media only screen and (min-width: 40.063em) and (max-width: 70em) {
  /* line 40, scss/pages/_policy-themes.scss */
  .view-display-id-policy_themes_page .field-content + a {
    margin-left: 104px;
  }
}

@media only screen and (min-width: 70.063em) {
  /* line 40, scss/pages/_policy-themes.scss */
  .view-display-id-policy_themes_page .field-content + a {
    display: block;
    position: absolute;
    top: calc(4rem + 54px + 5px);
    right: 0;
  }
}

/* line 59, scss/pages/_policy-themes.scss */
.view-display-id-policy_themes_page .field-content .selectionShareable {
  margin-top: 0;
  margin-bottom: 1.6rem;
  /*@media only screen and (min-width:70.063em) {
				margin-top: $column-gutter*0.5;
			}*/
}

/* line 67, scss/pages/_policy-themes.scss */
.view-display-id-policy_themes_page .header_image {
  display: inline-block;
  width: 100%;
  padding-top: 0.96rem;
}

/* line 71, scss/pages/_policy-themes.scss */
.view-display-id-policy_themes_page .header_image img {
  position: relative;
  width: 75px;
  height: 75px;
  vertical-align: middle;
  margin-top: 20px;
  margin-right: 28px;
  margin-left: 0;
}

@media only screen and (max-width: 40em) {
  /* line 71, scss/pages/_policy-themes.scss */
  .view-display-id-policy_themes_page .header_image img {
    display: block;
  }
}

/* line 83, scss/pages/_policy-themes.scss */
.view-display-id-policy_themes_page .header_image span {
  font-size: 30px;
  vertical-align: middle;
  padding-top: 16px;
  text-transform: uppercase;
  color: #606060;
  max-width: none !important;
  display: block;
  line-height: 1;
}

@media only screen and (min-width: 40.063em) {
  /* line 83, scss/pages/_policy-themes.scss */
  .view-display-id-policy_themes_page .header_image span {
    display: inline-block;
    width: calc(100% - 110px) !important;
  }
}

/* @group EXPERTS */
/* line 5, scss/pages/_experts.scss */
.view-id-experts .views-row,
.field-name-field-expert-name-ref .views-row {
  margin-bottom: 1.92rem;
}

/* line 8, scss/pages/_experts.scss */
.view-id-experts .row.collapse > .columns.group-right,
.field-name-field-expert-name-ref .row.collapse > .columns.group-right {
  padding-left: 1.056rem;
}

@media only screen and (min-width: 70.063em) {
  /* line 12, scss/pages/_experts.scss */
  .view-id-experts .view-content,
  .field-name-field-expert-name-ref .view-content {
    column-count: 2;
  }
  /* line 14, scss/pages/_experts.scss */
  .view-id-experts .view-content .views-row,
  .field-name-field-expert-name-ref .view-content .views-row {
    display: inline-block;
    width: 100%;
  }
  /* line 17, scss/pages/_experts.scss */
  .view-id-experts .view-content .views-row:only-child,
  .field-name-field-expert-name-ref .view-content .views-row:only-child {
    display: block;
    column-span: all;
  }
}

/* line 28, scss/pages/_experts.scss */
.node-expert.node-teaser em,
.node-expert.node-teaser .field-name-field-expert-name {
  color: #606060;
  display: inline-block;
  line-height: 1;
}

/* line 34, scss/pages/_experts.scss */
.node-expert.node-teaser .field {
  line-height: 1;
}

/* line 37, scss/pages/_experts.scss */
.node-expert.node-teaser .field-name-field-expert-institution,
.node-expert.node-teaser .field-name-field-countries {
  margin-top: 0.64rem;
}

/* line 45, scss/pages/_experts.scss */
.pane-expert-counter .views-field a.button, .pane-expert-counter .views-field .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .pane-expert-counter .views-field .field-content + a {
  margin-top: 3.2rem;
}

/* @group EXPERTS FULL NODE */
/* line 53, scss/pages/_experts.scss */
.node-expert.view-mode-full .group-expert-info-wrapper + .field-group-div {
  margin-top: 3.2rem;
}

/* @group EXPERTS TOKEN MODE */
/* line 63, scss/pages/_experts.scss */
.node-expert.view-mode-token .field-name-title-field {
  font-size: 1.2rem;
}

/* line 67, scss/pages/_experts.scss */
.node-expert.view-mode-token em {
  color: #606060;
  display: inline-block;
  line-height: 1;
}

/* line 73, scss/pages/_experts.scss */
.node-expert.view-mode-token .group-right {
  padding-left: 1rem;
}

/* line 2, scss/pages/_events.scss */
#page-subtitle > .group-event-info-wrapper {
  display: block;
  margin-top: 1.6rem;
}

/* line 6, scss/pages/_events.scss */
#page-subtitle .field-name-event-status span {
  display: inline-block;
  margin-right: 1.6rem;
  padding: 0.8rem 1.056rem;
  border-radius: 100px;
  font-size: 0.8em;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
}

/* line 16, scss/pages/_events.scss */
#page-subtitle .upcoming-event {
  background: #27ad60;
  color: #fff;
}

/* line 20, scss/pages/_events.scss */
#page-subtitle .past-event {
  background: #ff9c00;
  color: #fff;
}

@media only screen and (min-width: 40.063em) and (max-width: 70em) {
  /* line 29, scss/pages/_events.scss */
  .page-news-events .pane-block-39 .pane-content .columns .selectionShareable img {
    min-width: 6em;
    height: auto;
  }
}

/* line 36, scss/pages/_events.scss */
.page-news-events .newsletter-form .pane-content {
  width: 100%;
}

@media only screen and (min-width: 40.063em) {
  /* line 36, scss/pages/_events.scss */
  .page-news-events .newsletter-form .pane-content {
    width: 90%;
  }
}

@media only screen and (min-width: 70.063em) {
  /* line 36, scss/pages/_events.scss */
  .page-news-events .newsletter-form .pane-content {
    width: 50%;
  }
}

/* line 44, scss/pages/_events.scss */
.page-news-events .newsletter-form .pane-content #subscribe {
  width: 100%;
}

@media only screen and (max-width: 40em) {
  /* line 54, scss/pages/_events.scss */
  .block-quicktabs-upcoming-events .box-content .quicktabs-wrapper .tabs-content .content .view-content, .block-quicktabs-upcoming-events .newsletter-landing-info .pane-content .quicktabs-wrapper .tabs-content .content .view-content, .newsletter-landing-info .block-quicktabs-upcoming-events .pane-content .quicktabs-wrapper .tabs-content .content .view-content {
    margin-left: 0;
  }
}

@media only screen and (max-width: 40em) {
  /* line 64, scss/pages/_events.scss */
  .calendar-calendar td, .calendar-calendar th {
    max-width: 0.2em;
    text-align: center;
    font-size: 0.9rem;
  }
  /* line 69, scss/pages/_events.scss */
  .calendar-calendar th {
    font-size: 0.8rem;
  }
  /* line 72, scss/pages/_events.scss */
  .calendar-calendar thead tr th {
    font-size: 0.76667rem;
  }
  /* line 75, scss/pages/_events.scss */
  .calendar-calendar tbody tr {
    text-align: center;
  }
}

/* line 2, scss/pages/_resources.scss */
.node-type-useful-resources #page-header h1 span {
  display: block;
  color: #fff;
}

@media only screen and (min-width: 70.063em) {
  /* line 2, scss/pages/_resources.scss */
  .node-type-useful-resources #page-header h1 span {
    position: absolute;
    left: 0;
    width: 4.8rem;
  }
}

/* line 11, scss/pages/_resources.scss */
.node-type-useful-resources #page-title {
  position: relative;
}

@media only screen and (min-width: 70.063em) {
  /* line 11, scss/pages/_resources.scss */
  .node-type-useful-resources #page-title {
    padding-left: 6.4rem;
  }
}

/* line 2, scss/pages/_glossary.scss */
.view-id-glossary_skills_panorama h3 {
  margin-top: 0;
  font-size: 1.1em;
}

/* line 6, scss/pages/_glossary.scss */
.view-id-glossary_skills_panorama .item {
  border-bottom: 1px solid #e9e9e9;
  padding: 1.6rem 0;
}

/* line 9, scss/pages/_glossary.scss */
.view-id-glossary_skills_panorama .item:first-child {
  padding-top: 0;
}

/* line 12, scss/pages/_glossary.scss */
.view-id-glossary_skills_panorama .item p:last-child {
  margin-bottom: 0;
}

/* line 15, scss/pages/_glossary.scss */
.view-id-glossary_skills_panorama .item.highlighted {
  border: 2px solid #00f9f6 !important;
  background: white;
  padding: 0.5em;
  box-shadow: 0px 0px 16px 0px rgba(50, 50, 50, 0.2);
}

/* line 27, scss/pages/_glossary.scss */
.view-display-id-glossary_toc span {
  display: inline-block;
}

/* line 30, scss/pages/_glossary.scss */
.view-display-id-glossary_toc a {
  display: inline-block;
  padding: 0.64rem 0;
  text-align: center;
  width: 2.8em;
  position: relative;
}

/* line 36, scss/pages/_glossary.scss */
.view-display-id-glossary_toc a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 5px;
  background: #00f9f6;
  transition: width 0.2s ease;
}

/* line 47, scss/pages/_glossary.scss */
.view-display-id-glossary_toc a.no-data {
  pointer-events: none;
  color: #DDDDDD;
}

/* line 52, scss/pages/_glossary.scss */
.view-display-id-glossary_toc a:hover:before {
  width: 100%;
}

/* line 56, scss/pages/_glossary.scss */
.view-display-id-glossary_toc a.active {
  color: #000;
  font-weight: bold;
}

/* line 59, scss/pages/_glossary.scss */
.view-display-id-glossary_toc a.active:before {
  width: 100%;
}

@media only screen and (min-width: 70.063em) {
  /* line 2, scss/pages/_faqs.scss */
  .view-display-id-page .accordion {
    column-count: 2;
    column-gap: 3.2rem;
  }
}

/* line 8, scss/pages/_faqs.scss */
.view-display-id-page .accordion-navigation {
  break-inside: avoid-column;
}

/* line 2, scss/pages/_table-of-contents.scss */
#TOC .owl_paginator {
  max-width: 460px;
  width: 88%;
}

@media only screen and (min-width: 40.063em) {
  /* line 2, scss/pages/_table-of-contents.scss */
  #TOC .owl_paginator {
    max-width: 270px;
  }
}

/* line 10, scss/pages/_table-of-contents.scss */
#TOC .owl_paginator .paginator-nav {
  height: 40px;
}

/* line 13, scss/pages/_table-of-contents.scss */
#TOC .owl_paginator .paginator-nav .owl-prev {
  position: absolute;
  left: 0;
}

/* line 17, scss/pages/_table-of-contents.scss */
#TOC .owl_paginator .paginator-nav .owl-prev:not(.disabled) {
  z-index: 99;
}

/* line 21, scss/pages/_table-of-contents.scss */
#TOC .owl_paginator .paginator-nav .owl-next {
  position: absolute;
  right: 0;
}

/* line 25, scss/pages/_table-of-contents.scss */
#TOC .owl_paginator .paginator-nav .owl-next:not(.disabled) {
  z-index: 99;
}

/* line 32, scss/pages/_table-of-contents.scss */
#TOC .table-of-contents-burger {
  width: 1.3em;
  position: absolute;
  right: 2em;
  margin-top: -3.4em;
}

@media only screen and (min-width: 40.063em) {
  /* line 32, scss/pages/_table-of-contents.scss */
  #TOC .table-of-contents-burger {
    right: auto;
    margin-left: 20em;
  }
}

/* line 41, scss/pages/_table-of-contents.scss */
#TOC .table-of-contents-burger .table-of-contents-burger-line {
  background: #0085d3;
  height: 0.1em;
}

/* line 45, scss/pages/_table-of-contents.scss */
#TOC .table-of-contents-burger .table-of-contents-burger-line-1 {
  margin-bottom: 0.35em;
}

/* line 48, scss/pages/_table-of-contents.scss */
#TOC .table-of-contents-burger .table-of-contents-burger-line-2 {
  margin-bottom: 0.35em;
}

/* line 51, scss/pages/_table-of-contents.scss */
#TOC .table-of-contents-burger .table-of-contents-burger-line-3 {
  height: 0.12em;
}

/* line 55, scss/pages/_table-of-contents.scss */
#TOC .toggle-topbar {
  border: 1px solid red;
}

/* line 63, scss/pages/_table-of-contents.scss */
#TOC .top-bar .toggle-topbar.menu-icon a span::after {
  content: "";
  position: absolute;
  display: block;
  height: 0;
  top: 50%;
  margin-top: -8px;
  right: 1.33333rem;
  box-shadow: 0 0 0 1px #0085d3, 0 7px 0 1px #0085d3, 0 14px 0 1px #0085d3;
  width: 16px;
}

/* line 76, scss/pages/_table-of-contents.scss */
#TOC .item-list ul {
  padding-bottom: 2em;
}

/* line 83, scss/pages/_table-of-contents.scss */
.owl-carousel {
  margin-top: 1.5em;
}

@media only screen and (min-width: 40.063em) {
  /* line 83, scss/pages/_table-of-contents.scss */
  .owl-carousel {
    margin-top: 0;
  }
}

/* line 3, scss/pages/_user-settings.scss */
.page-user #user-profile-form textarea {
  background-color: #FFFFFF;
  border: none;
}

/* line 7, scss/pages/_user-settings.scss */
.page-user #user-profile-form .grippie {
  display: none;
}

/* line 12, scss/pages/_user-settings.scss */
.page-user #user-profile-form .panel-pane #edit-legal input[type="checkbox"] {
  margin-bottom: 0.3rem;
}

/* line 19, scss/pages/_user-settings.scss */
.page-user #user-profile-form .row .group-content p.selectionShareable {
  margin-top: 0.4em;
  margin-bottom: 0;
}

/* line 21, scss/pages/_user-settings.scss */
.page-user #user-profile-form .row .group-content p.selectionShareable.icon-cancel-account:before {
  margin-right: 0.5em;
  color: #0085d3;
}

@media only screen and (min-width: 70.063em) {
  /* line 19, scss/pages/_user-settings.scss */
  .page-user #user-profile-form .row .group-content p.selectionShareable {
    margin-top: 0;
    margin-bottom: 1.5em;
  }
}

@media only screen and (min-width: 70.063em) {
  /* line 18, scss/pages/_user-settings.scss */
  .page-user #user-profile-form .row .group-content {
    column-count: 2;
    -webkit-column-gap: 3.2rem;
  }
}

/* line 40, scss/pages/_user-settings.scss */
.page-user #user-profile-form .row .pane-user-profile .pane-content {
  border-left: 5px solid #00f9f6;
  padding-top: 0.64rem;
  padding-bottom: 0.64rem;
  padding-left: 2.66667rem;
  font-size: 1.1em;
}

/* line 49, scss/pages/_user-settings.scss */
.page-user #user-profile-form .row .pane-page-tabs .pane-content .button-group li {
  margin-right: 0.5em;
}

/* line 51, scss/pages/_user-settings.scss */
.page-user #user-profile-form .row .pane-page-tabs .pane-content .button-group li a.secondary {
  background-color: #0085d3;
  color: #FFFFFF;
}

/* line 54, scss/pages/_user-settings.scss */
.page-user #user-profile-form .row .pane-page-tabs .pane-content .button-group li a.secondary:hover {
  background-color: #0075ba;
}

/* line 60, scss/pages/_user-settings.scss */
.page-user #user-profile-form .row .form-actions.form-wrapper {
  margin-top: 3em;
  width: 100%;
  text-align: center;
}

@media only screen and (min-width: 70.063em) {
  /* line 60, scss/pages/_user-settings.scss */
  .page-user #user-profile-form .row .form-actions.form-wrapper {
    width: 50%;
  }
}

/* line 68, scss/pages/_user-settings.scss */
.page-user #user-profile-form .row .form-actions.form-wrapper #edit-submit:after {
  content: ' changes';
}

/* line 72, scss/pages/_user-settings.scss */
.page-user #user-profile-form .row .form-actions.form-wrapper #edit-cancel {
  border: 1px solid #DDDDDD;
  background-color: #FFFFFF;
  color: #0085d3;
}

/* line 76, scss/pages/_user-settings.scss */
.page-user #user-profile-form .row .form-actions.form-wrapper #edit-cancel:hover {
  background-color: #e0fffd;
}

/* line 84, scss/pages/_user-settings.scss */
.page-user #user-profile-form .accordion-navigation.active a {
  font-weight: normal;
}

/* line 89, scss/pages/_user-settings.scss */
.page-user #user-profile-form .accordion-navigation .content .form-item {
  position: relative;
}

/* line 90, scss/pages/_user-settings.scss */
.page-user #user-profile-form .accordion-navigation .content .form-item input[type="checkbox"] {
  margin: 0;
}

/* line 94, scss/pages/_user-settings.scss */
.page-user #user-profile-form .accordion-navigation .content .form-item label {
  font-weight: bold;
}

/* line 98, scss/pages/_user-settings.scss */
.page-user #user-profile-form .accordion-navigation .content .form-item .description .has-tip {
  width: 1.25em !important;
  height: 1.4em;
  overflow: hidden;
  display: block;
  border-radius: 100%;
  position: absolute;
  top: 0.3em;
  right: 0;
  border: none;
}

/* line 109, scss/pages/_user-settings.scss */
.page-user #user-profile-form .accordion-navigation .content .form-item .description .icon-help:before, .page-user #user-profile-form .accordion-navigation .content .modal-default .form-item .description .has-tip:before, .modal-default .page-user #user-profile-form .accordion-navigation .content .form-item .description .has-tip:before {
  padding-right: 20px;
  padding-bottom: 40px;
  font-size: 1rem;
  color: #0085d3;
  top: 0.1em;
  position: relative;
}

/* line 119, scss/pages/_user-settings.scss */
.page-user #user-profile-form .accordion-navigation .content .form-item .form-type-password .password-strength {
  margin-top: 0;
}

/* line 122, scss/pages/_user-settings.scss */
.page-user #user-profile-form .accordion-navigation .content .form-item .form-type-password .password-strength .password-indicator .indicator {
  background: #00f9f6;
}

/* line 3, scss/pages/_about-us.scss */
.section-about-us .main-content h2 {
  margin-top: 2.24rem;
  padding-bottom: 0.8rem;
}

@media only screen and (min-width: 40.063em) {
  /* line 3, scss/pages/_about-us.scss */
  .section-about-us .main-content h2 {
    margin-top: 3.2rem;
  }
}

/* line 11, scss/pages/_about-us.scss */
.section-about-us .main-content .selectionShareable {
  margin-top: 0.48rem;
}

/* line 16, scss/pages/_about-us.scss */
.our-core-principles-all {
  text-align: center;
}

/* line 18, scss/pages/_about-us.scss */
.our-core-principles-all .our-core-principles-inner {
  border: 1px solid #e9e9e9;
  position: relative;
  margin-bottom: 2em;
  padding-bottom: 1.5em;
}

@media only screen and (min-width: 40.063em) {
  /* line 18, scss/pages/_about-us.scss */
  .our-core-principles-all .our-core-principles-inner {
    margin-bottom: 0;
  }
}

/* line 26, scss/pages/_about-us.scss */
.our-core-principles-all .our-core-principles-inner img {
  width: 100%;
}

/* line 29, scss/pages/_about-us.scss */
.our-core-principles-all .our-core-principles-inner .our-core-principles-number {
  position: absolute;
  top: 0;
  margin-top: 82%;
  width: 100%;
}

@media only screen and (max-width: 40em) {
  /* line 34, scss/pages/_about-us.scss */
  .our-core-principles-all .our-core-principles-inner .our-core-principles-number h4 {
    font-size: 1.3rem;
  }
}

@media only screen and (min-width: 40.063em) {
  /* line 29, scss/pages/_about-us.scss */
  .our-core-principles-all .our-core-principles-inner .our-core-principles-number {
    margin-top: 85%;
  }
}

@media only screen and (min-width: 70.063em) {
  /* line 29, scss/pages/_about-us.scss */
  .our-core-principles-all .our-core-principles-inner .our-core-principles-number {
    margin-top: 86%;
  }
}

/* line 45, scss/pages/_about-us.scss */
.our-core-principles-all .our-core-principles-inner .our-core-principles-number h4 {
  width: 1.78em;
  background: #00f9f6;
  margin: auto;
  border-radius: 100%;
  border: 2px solid #fff;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  color: #fff;
}

/* line 56, scss/pages/_about-us.scss */
.our-core-principles-all .our-core-principles-inner .our-core-principles-title {
  margin-top: 1.4em;
}

/* line 59, scss/pages/_about-us.scss */
.our-core-principles-all .our-core-principles-inner .our-core-principles-number, .our-core-principles-all .our-core-principles-inner h4, .our-core-principles-all .our-core-principles-inner .our-core-principles-info {
  padding-left: 0.4em;
  padding-right: 0.4em;
}

/* line 63, scss/pages/_about-us.scss */
.our-core-principles-all .our-core-principles-inner p {
  margin-bottom: 0.33333rem;
  font-size: 0.9rem;
}

@media only screen and (min-width: 40.063em) {
  /* line 63, scss/pages/_about-us.scss */
  .our-core-principles-all .our-core-principles-inner p {
    font-size: 0.8rem;
  }
}

@media only screen and (min-width: 70.063em) {
  /* line 63, scss/pages/_about-us.scss */
  .our-core-principles-all .our-core-principles-inner p {
    font-size: 1rem;
  }
}

/* line 4, scss/pages/_newsletter-subscription.scss */
.page-newsletter-subscribe .form-item label, .page-user-newsletter .form-item label {
  font-weight: bold;
}

/* line 6, scss/pages/_newsletter-subscription.scss */
.page-newsletter-subscribe .form-item label.option, .page-user-newsletter .form-item label.option {
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
}

/* line 12, scss/pages/_newsletter-subscription.scss */
.page-newsletter-subscribe .form-item input[type="checkbox"], .page-user-newsletter .form-item input[type="checkbox"] {
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle;
}

/* line 18, scss/pages/_newsletter-subscription.scss */
.page-newsletter-subscribe fieldset, .page-user-newsletter fieldset {
  border: none !important;
  padding: 0;
  margin: 1.2rem 0;
}

/* line 22, scss/pages/_newsletter-subscription.scss */
.page-newsletter-subscribe fieldset textarea, .page-user-newsletter fieldset textarea {
  border-bottom-right-radius: 0;
  overflow: hidden;
  background: #f6f6f6;
  resize: vertical;
}

/* line 31, scss/pages/_newsletter-subscription.scss */
.page-newsletter-subscribe fieldset .grippie, .page-user-newsletter fieldset .grippie {
  display: none;
}

/*#site-map .site-map-box {
	position: relative;
	&:before {
		content: '';
		display: block;
		border-left: 2px solid $silver;
		position: absolute;
		height: 100%;
		top: 0;
		left: 0.3em;
	}
}*/
/* line 13, scss/pages/_site-map.scss */
#site-map .site-map-box ul {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}

/* line 17, scss/pages/_site-map.scss */
#site-map .site-map-box ul li {
  font-size: 1.4rem;
  color: #0085d3;
  position: relative;
  padding-left: 1.1em;
}

/* line 18, scss/pages/_site-map.scss */
#site-map .site-map-box ul li:first-child {
  cursor: pointer;
  background: none;
}

/* line 21, scss/pages/_site-map.scss */
#site-map .site-map-box ul li:first-child span {
  background: none;
}

/* line 29, scss/pages/_site-map.scss */
#site-map .site-map-box ul li:before {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  -webkit-transform: translateZ(0);
  background: #02F2E5;
  position: absolute;
  left: 0em;
  top: 0.6em;
}

/* line 42, scss/pages/_site-map.scss */
#site-map .site-map-box ul ul li {
  font-size: 1.2rem;
}

/* line 44, scss/pages/_site-map.scss */
#site-map .site-map-box ul ul li:before {
  background: none;
  border: 2px solid #02F2E5;
  top: 0.5em;
}

/* .spa-message .spa-message-right-side --> is for 404 page 
.spa-message-inner --> is for thank page only */
/* line 6, scss/pages/_thank-you-page.scss */
.spa-message .spa-message-title {
  font-size: 1.3rem;
  color: #0085d3;
}

/* line 10, scss/pages/_thank-you-page.scss */
.spa-message img {
  margin-bottom: 2em;
}

@media only screen and (min-width: 70.063em) {
  /* line 14, scss/pages/_thank-you-page.scss */
  .spa-message .spa-message-right-side {
    margin-top: 11em;
  }
}

/* line 18, scss/pages/_thank-you-page.scss */
.spa-message ul {
  list-style-type: none;
  margin-left: 0;
}

/* line 21, scss/pages/_thank-you-page.scss */
.spa-message ul li {
  posistion: relative;
  padding-left: 1.2em;
}

/* line 24, scss/pages/_thank-you-page.scss */
.spa-message ul li:before {
  content: '';
  background-color: #00f9f6;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
  position: absolute;
  left: 1.5em;
  margin-right: 0.5em;
  margin-top: 0.5em;
}

/* line 40, scss/pages/_thank-you-page.scss */
.spa-message .spa-message-inner {
  text-align: center;
}

@media only screen and (min-width: 70.063em) {
  /* line 40, scss/pages/_thank-you-page.scss */
  .spa-message .spa-message-inner {
    text-align: left;
  }
}

/* line 45, scss/pages/_thank-you-page.scss */
.spa-message .spa-message-inner .spa-message-title {
  font-size: 1.3rem;
  color: #009c00;
  margin-bottom: 0;
}

/* line 50, scss/pages/_thank-you-page.scss */
.spa-message .spa-message-inner h2 {
  padding: 0;
  margin: 0;
  font-size: 2.5rem;
}

@media only screen and (min-width: 70.063em) {
  /* line 40, scss/pages/_thank-you-page.scss */
  .spa-message .spa-message-inner {
    margin-top: 2em;
    margin-bottom: 2.5em;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 40em) {
  /* line 62, scss/pages/_thank-you-page.scss */
  .spa-message .spa-message-inner ul li:before {
    position: static;
    margin-top: 0;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 70em) {
  /* line 68, scss/pages/_thank-you-page.scss */
  .spa-message .spa-message-inner ul li:before {
    position: static;
    margin-top: 0;
  }
}

/* line 6, scss/pages/_newsletter-landing-page.scss */
.page-user-newsletter .form-type-checkboxes .form-type-checkbox input[type="checkbox"] {
  display: none;
}

/* line 9, scss/pages/_newsletter-landing-page.scss */
.page-user-newsletter .form-type-checkboxes .form-type-checkbox label {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.875rem;
  transition: 300ms ease-in-out;
}

/* line 15, scss/pages/_newsletter-landing-page.scss */
.page-user-newsletter .form-type-checkboxes .form-type-checkbox input[type="checkbox"] + label {
  position: relative;
  display: inline-block;
  margin: 0px;
  margin-bottom: 1.75rem;
  padding-left: 35px;
  transition: 300ms ease-in-out;
  font-size: 18px !important;
  font-weight: bold;
  color: #0085d3;
}

@media only screen and (min-width: 40.063em) {
  /* line 15, scss/pages/_newsletter-landing-page.scss */
  .page-user-newsletter .form-type-checkboxes .form-type-checkbox input[type="checkbox"] + label {
    padding-left: 50px;
  }
}

@media only screen and (max-width: 40em) {
  /* line 15, scss/pages/_newsletter-landing-page.scss */
  .page-user-newsletter .form-type-checkboxes .form-type-checkbox input[type="checkbox"] + label {
    line-height: 1.2;
  }
}

@media only screen and (min-width: 40.063em) {
  /* line 15, scss/pages/_newsletter-landing-page.scss */
  .page-user-newsletter .form-type-checkboxes .form-type-checkbox input[type="checkbox"] + label {
    font-size: 24px !important;
  }
}

/* line 36, scss/pages/_newsletter-landing-page.scss */
.page-user-newsletter .form-type-checkboxes .form-type-checkbox input[type="checkbox"] + label, .page-user-newsletter .form-type-checkboxes .form-type-checkbox input[type="radio"] + label {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: baseline;
  position: relative;
}

/* line 42, scss/pages/_newsletter-landing-page.scss */
.page-user-newsletter .form-type-checkboxes .form-type-checkbox input[type="checkbox"] + label:before {
  content: " ";
  position: absolute;
  top: 0px;
  right: auto;
  bottom: 0px;
  left: 0px;
  margin: auto;
  display: inline-block;
  width: 27px;
  height: 27px;
  border-width: 2px;
  border-color: #b8b8b8;
  border-style: solid;
  background-color: #FFFFFF;
  transition: 300ms ease-in-out;
}

/* line 59, scss/pages/_newsletter-landing-page.scss */
.page-user-newsletter .form-type-checkboxes .form-type-checkbox input[type="checkbox"] + label:hover:before {
  background: #ededed;
}

/* line 62, scss/pages/_newsletter-landing-page.scss */
.page-user-newsletter .form-type-checkboxes .form-type-checkbox input[type="checkbox"] + label:after {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  left: 6.5px;
  margin: auto;
  margin-top: -13px;
  height: 11px;
  opacity: 0;
  transition: opacity 300ms ease-in-out;
  font-family: 'sp-icons' !important;
  font-size: 15px !important;
}

@media only screen and (max-width: 40em) {
  /* line 77, scss/pages/_newsletter-landing-page.scss */
  .page-user-newsletter .form-type-checkboxes .form-type-checkbox input[type="checkbox"] + label:after {
    margin-top: -9px;
  }
}

/* line 82, scss/pages/_newsletter-landing-page.scss */
.page-user-newsletter .form-type-checkboxes .form-type-checkbox input[type="checkbox"]:checked + label:before,
.page-user-newsletter .form-type-checkboxes .form-type-checkbox input[type="radio"]:checked + label:before {
  border-color: #0085d3;
  background: #0085d3;
}

/* line 87, scss/pages/_newsletter-landing-page.scss */
.page-user-newsletter .form-type-checkboxes .form-type-checkbox input[type="checkbox"]:checked + label:after,
.page-user-newsletter .form-type-checkboxes .form-type-checkbox input[type="radio"]:checked + label:after {
  opacity: 1;
  color: #FFFFFF;
}

/* line 99, scss/pages/_newsletter-landing-page.scss */
.page-user-newsletter:not(.logged-in) .main-content .box {
  border-bottom: none;
}

/* line 103, scss/pages/_newsletter-landing-page.scss */
.page-user-newsletter .box {
  margin-bottom: 0;
}

/* line 106, scss/pages/_newsletter-landing-page.scss */
.page-user-newsletter .box:before {
  font-size: 0.964rem;
}

@media only screen and (max-width: 40em) {
  /* line 110, scss/pages/_newsletter-landing-page.scss */
  .page-user-newsletter .box:before {
    font-size: 0.864rem;
  }
}

/* line 114, scss/pages/_newsletter-landing-page.scss */
.page-user-newsletter form#sendinblue-newsletter-manage-subscriptions-form {
  padding-left: 1rem;
  padding-right: 0rem;
}

/* line 115, scss/pages/_newsletter-landing-page.scss */
.page-user-newsletter form#sendinblue-newsletter-manage-subscriptions-form div {
  font-size: 0;
}

@media only screen and (min-width: 40.063em) {
  /* line 114, scss/pages/_newsletter-landing-page.scss */
  .page-user-newsletter form#sendinblue-newsletter-manage-subscriptions-form {
    padding: 1em 4em 0 0;
  }
}

/* line 124, scss/pages/_newsletter-landing-page.scss */
.page-user-newsletter form#sendinblue-newsletter-manage-subscriptions-form h2 {
  border-top: none;
  padding-bottom: 1.6em;
}

@media only screen and (max-width: 40em) {
  /* line 124, scss/pages/_newsletter-landing-page.scss */
  .page-user-newsletter form#sendinblue-newsletter-manage-subscriptions-form h2 {
    font-size: 1.3rem;
    margin-top: 1em;
  }
}

/* line 131, scss/pages/_newsletter-landing-page.scss */
.page-user-newsletter form#sendinblue-newsletter-manage-subscriptions-form h2:before {
  display: none;
}

/* line 135, scss/pages/_newsletter-landing-page.scss */
.page-user-newsletter form#sendinblue-newsletter-manage-subscriptions-form .form-item-email {
  display: block;
  margin-right: 3%;
}

@media only screen and (min-width: 40.063em) {
  /* line 135, scss/pages/_newsletter-landing-page.scss */
  .page-user-newsletter form#sendinblue-newsletter-manage-subscriptions-form .form-item-email {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
  }
}

/* line 143, scss/pages/_newsletter-landing-page.scss */
.page-user-newsletter form#sendinblue-newsletter-manage-subscriptions-form .form-item-email input {
  height: 50px !important;
  margin: 0;
  margin-bottom: 1.5em;
}

@media only screen and (min-width: 40.063em) {
  /* line 143, scss/pages/_newsletter-landing-page.scss */
  .page-user-newsletter form#sendinblue-newsletter-manage-subscriptions-form .form-item-email input {
    margin-bottom: 0;
  }
}

/* line 152, scss/pages/_newsletter-landing-page.scss */
.page-user-newsletter form#sendinblue-newsletter-manage-subscriptions-form button.form-submit {
  width: 140px;
  display: inline-block;
  vertical-align: middle;
  height: 50px;
  margin: 0;
  padding: 0;
}

@media only screen and (min-width: 40.063em) {
  /* line 152, scss/pages/_newsletter-landing-page.scss */
  .page-user-newsletter form#sendinblue-newsletter-manage-subscriptions-form button.form-submit {
    width: 20%;
  }
}

/* line 167, scss/pages/_newsletter-landing-page.scss */
.page-user-newsletter .form-type-checkboxes .form-type-checkbox {
  margin-bottom: 40px;
}

/* line 172, scss/pages/_newsletter-landing-page.scss */
.page-user-newsletter .form-type-checkboxes .form-type-checkbox label.option {
  font-size: 24px !important;
  font-weight: bold;
  color: #0085d3;
}

/* line 176, scss/pages/_newsletter-landing-page.scss */
.page-user-newsletter .form-type-checkboxes .form-type-checkbox label.option:hover {
  color: #07a3ff;
}

/* line 181, scss/pages/_newsletter-landing-page.scss */
.page-user-newsletter .form-type-checkboxes .form-type-checkbox .description {
  font-size: 1.07rem !important;
  margin-left: 0;
  margin-top: 1em;
}

@media only screen and (min-width: 40.063em) {
  /* line 181, scss/pages/_newsletter-landing-page.scss */
  .page-user-newsletter .form-type-checkboxes .form-type-checkbox .description {
    margin-left: 3.15em;
  }
}

/* line 193, scss/pages/_newsletter-landing-page.scss */
.newsletter-landing-info {
  border: 1px solid #e9e9e9;
  border-top: 5px solid #00f9f6;
  padding-top: 2.7em;
  background: #F3F3F3;
  margin-bottom: 3em !important;
}

@media only screen and (min-width: 70.063em) {
  /* line 193, scss/pages/_newsletter-landing-page.scss */
  .newsletter-landing-info {
    margin-bottom: 0 !important;
  }
}

/* line 205, scss/pages/_newsletter-landing-page.scss */
.newsletter-landing-info .box-content, .newsletter-landing-info .pane-content {
  margin-left: 25px;
}

/* line 209, scss/pages/_newsletter-landing-page.scss */
.newsletter-landing-info .box-content:before, .newsletter-landing-info .pane-content:before {
  color: #999999;
  font-family: 'sp-icons';
  position: absolute;
  margin-left: -25px;
}

/* line 4, scss/pages/_indicators.scss */
.page-indicators-list aside {
  margin-bottom: 3.2rem;
}

/* line 6, scss/pages/_indicators.scss */
.page-indicators-list aside h2 {
  padding-bottom: 1.6rem;
}

@media only screen and (min-width: 70.063em) {
  /* line 4, scss/pages/_indicators.scss */
  .page-indicators-list aside {
    margin-bottom: 0;
  }
}

/* line 16, scss/pages/_indicators.scss */
.page-indicators-list aside .views-exposed-widgets .views-exposed-widget {
  float: none;
  padding-right: 0;
}

/* line 20, scss/pages/_indicators.scss */
.page-indicators-list aside .views-exposed-widgets button {
  border-radius: 7px;
}

/* line 27, scss/pages/_indicators.scss */
.page-indicators-list .main-content h2 {
  padding-bottom: 0;
}

/* line 36, scss/pages/_indicators.scss */
.page-indicators-list .main-content section.content .views-row {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 1.6rem;
  margin-top: 1.6rem;
}

/* line 37, scss/pages/_indicators.scss */
.page-indicators-list .main-content section.content .views-row h3 {
  font-size: 21px;
}

/* line 43, scss/pages/_indicators.scss */
.page-indicators-list .main-content section.content .views-row:last-child {
  border-bottom: none;
}

/* line 46, scss/pages/_indicators.scss */
.page-indicators-list .main-content section.content .views-row .result-item-text .result-item-text-inner span {
  margin-right: 0.4rem;
}

/* line 51, scss/pages/_indicators.scss */
.page-indicators-list .pagination-centered {
  display: block;
  clear: both;
  padding-top: 1.6rem;
}

/* line 55, scss/pages/_indicators.scss */
.page-indicators-list .pagination-centered .item-list {
  border-top: 1px solid #e9e9e9;
}

@media only screen and (min-width: 70.063em) {
  /* line 8, scss/pages/_analytical-highlights.scss */
  .page-analytical-highlights .main-content .row:nth-child(2) .large-7 {
    width: 66.6666666667%;
  }
  /* line 11, scss/pages/_analytical-highlights.scss */
  .page-analytical-highlights .main-content .row:nth-child(2) .large-5 {
    width: 33.3333333333%;
  }
}

/* line 19, scss/pages/_analytical-highlights.scss */
.page-analytical-highlights .box-big .view-content {
  -ms-flex-pack: left;
      justify-content: left;
  width: 100%;
}

/* line 23, scss/pages/_analytical-highlights.scss */
.page-analytical-highlights .box-big .views-row {
  padding-top: 2.24rem !important;
  padding-bottom: 2.24rem !important;
}

/* line 25, scss/pages/_analytical-highlights.scss */
.page-analytical-highlights .box-big .views-row .box-header {
  -ms-flex-align: top;
  align-items: top;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
}

/* line 38, scss/pages/_analytical-highlights.scss */
.page-analytical-highlights .box-big .views-row .box-header .box-cards-counter-wrapper {
  width: 60px;
}

/* line 42, scss/pages/_analytical-highlights.scss */
.page-analytical-highlights .box-big .views-row .box-header .box-cards-link {
  width: calc(100% - 60px);
}

@media only screen and (min-width: 40.063em) {
  /* line 23, scss/pages/_analytical-highlights.scss */
  .page-analytical-highlights .box-big .views-row {
    width: 49% !important;
    height: 276px;
  }
  /* line 51, scss/pages/_analytical-highlights.scss */
  .page-analytical-highlights .box-big .views-row:nth-child(odd) {
    margin-left: 0;
    margin-right: 0 !important;
  }
  /* line 55, scss/pages/_analytical-highlights.scss */
  .page-analytical-highlights .box-big .views-row:nth-child(even) {
    margin-left: 2% !important;
    margin-right: 0;
  }
}

@media only screen and (max-width: 40em) {
  /* line 62, scss/pages/_analytical-highlights.scss */
  .page-analytical-highlights .analytical-highlights-main-header .button.radius, .page-analytical-highlights .analytical-highlights-main-header form input.button, form .page-analytical-highlights .analytical-highlights-main-header input.button, .page-analytical-highlights .analytical-highlights-main-header form select.button, form .page-analytical-highlights .analytical-highlights-main-header select.button, .page-analytical-highlights .analytical-highlights-main-header .node-webform .form-item .form-textarea-wrapper textarea.button, .node-webform .form-item .form-textarea-wrapper .page-analytical-highlights .analytical-highlights-main-header textarea.button, .page-analytical-highlights .analytical-highlights-main-header .view-display-id-policy_themes_page .field-content + a, .view-display-id-policy_themes_page .page-analytical-highlights .analytical-highlights-main-header .field-content + a, .page-analytical-highlights .analytical-highlights-main-header .page-newsletter-subscribe fieldset textarea.button, .page-newsletter-subscribe fieldset .page-analytical-highlights .analytical-highlights-main-header textarea.button, .page-analytical-highlights .analytical-highlights-main-header .page-user-newsletter fieldset textarea.button, .page-user-newsletter fieldset .page-analytical-highlights .analytical-highlights-main-header textarea.button {
    margin-top: 1.6rem;
  }
}

/* line 68, scss/pages/_analytical-highlights.scss */
.page-analytical-highlights .analytical-highlights-latest .views-row {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 1.6rem;
  margin-bottom: 1.6rem;
}

/* line 72, scss/pages/_analytical-highlights.scss */
.page-analytical-highlights .analytical-highlights-latest .views-row:last-child {
  border-bottom: none;
}

@media only screen and (max-width: 40em) {
  /* line 76, scss/pages/_analytical-highlights.scss */
  .page-analytical-highlights .analytical-highlights-latest .views-row .group-left {
    width: 105px;
  }
  /* line 79, scss/pages/_analytical-highlights.scss */
  .page-analytical-highlights .analytical-highlights-latest .views-row .group-right {
    width: calc(100% - 105px);
  }
}

/* line 83, scss/pages/_analytical-highlights.scss */
.page-analytical-highlights .analytical-highlights-latest .views-row .i-type {
  margin-bottom: 1.6rem !important;
}

/* @group PRINT */
@page {
  size: auto;
  margin: 0.5cm;
}

@media print {
  /* line 14, scss/themes/_print.scss */
  *:not(.box-header) > h2:before {
    display: none;
  }
  /* line 18, scss/themes/_print.scss */
  .top-bar {
    border-bottom: 1px solid #e9e9e9;
  }
  /* line 21, scss/themes/_print.scss */
  .top-bar .name {
    margin-left: 1.333333rem;
  }
  /* line 25, scss/themes/_print.scss */
  .l-footer-top {
    margin-top: 0;
  }
  /* line 28, scss/themes/_print.scss */
  .l-footer-bottom {
    padding: 0;
  }
  /* line 34, scss/themes/_print.scss */
  .front .front .main-content .block-views-featured-block .box-content .view-content .owl-theme .owl-controls, .front .front .main-content .block-views-featured-block .newsletter-landing-info .pane-content .view-content .owl-theme .owl-controls, .newsletter-landing-info .front .front .main-content .block-views-featured-block .pane-content .view-content .owl-theme .owl-controls {
    display: none;
  }
  /* line 37, scss/themes/_print.scss */
  .front .owl-carousel .owl-wrapper-outer {
    overflow: visible;
    width: 100%;
  }
  /* line 41, scss/themes/_print.scss */
  .front .owl-item .columns {
    float: none !important;
    width: 80%;
    display: block;
    max-width: 100%;
  }
  /* line 47, scss/themes/_print.scss */
  .front .owl-theme .owl-controls {
    display: none;
  }
  /* line 50, scss/themes/_print.scss */
  .front .box-header, .front .box-content, .front .newsletter-landing-info .pane-content, .newsletter-landing-info .front .pane-content {
    padding: 0;
  }
  /* line 53, scss/themes/_print.scss */
  .front .box {
    border: none;
  }
  /* line 56, scss/themes/_print.scss */
  .front .box:before, .front .box:after {
    display: none;
  }
  /* line 59, scss/themes/_print.scss */
  .front .box-content .item-list, .front .newsletter-landing-info .pane-content .item-list, .newsletter-landing-info .front .pane-content .item-list {
    display: none;
  }
  /* line 62, scss/themes/_print.scss */
  .front .i-type {
    display: none;
  }
  /* line 69, scss/themes/_print.scss */
  .view-display-id-occupation_page > .view-content, .view-display-id-sector_page > .view-content {
    display: block !important;
  }
  /* line 74, scss/themes/_print.scss */
  .view-display-id-occupation_page .view-content .group-wrapper, .view-display-id-sector_page .view-content .group-wrapper {
    border-top: none;
    border-left: none;
    border-right: none;
  }
  /* line 78, scss/themes/_print.scss */
  .view-display-id-occupation_page .view-content .group-wrapper:last-child, .view-display-id-sector_page .view-content .group-wrapper:last-child {
    border-bottom: none;
  }
  /* line 82, scss/themes/_print.scss */
  .view-display-id-occupation_page .view-content .group-wrapper div a, .view-display-id-sector_page .view-content .group-wrapper div a {
    padding-left: 0;
  }
  /* line 83, scss/themes/_print.scss */
  .view-display-id-occupation_page .view-content .group-wrapper div a:before, .view-display-id-sector_page .view-content .group-wrapper div a:before {
    display: none;
  }
  /* line 88, scss/themes/_print.scss */
  .view-display-id-occupation_page .view-content, .view-display-id-sector_page .view-content {
    margin-bottom: 0;
  }
  /* line 91, scss/themes/_print.scss */
  .l-footer-top {
    margin-top: 0;
  }
  /* line 98, scss/themes/_print.scss */
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter,
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_processing,
  .dataTables_wrapper .dataTables_paginate {
    display: none;
  }
  /* line 109, scss/themes/_print.scss */
  .view-display-id-policy_themes_page img {
    margin-bottom: 1rem;
  }
  /* line 112, scss/themes/_print.scss */
  .row.brief em strong,
  .brief em strong {
    display: inline-block;
  }
  /* line 115, scss/themes/_print.scss */
  .view-browse-by-views .medium-2 {
    width: 100%;
  }
  /* line 124, scss/themes/_print.scss */
  .box.box-ah:before, .box.box-ah:after {
    display: none;
  }
  /* line 129, scss/themes/_print.scss */
  .box {
    border: none;
  }
  /* line 132, scss/themes/_print.scss */
  .box-header {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 136, scss/themes/_print.scss */
  .view-display-id-analytical_highlights_taxonomy_link {
    display: none;
  }
  /* line 139, scss/themes/_print.scss */
  .box-content, .newsletter-landing-info .pane-content, .front .pane-events + .panel-separator + .box, .front .pane-news + .panel-separator + .box {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 143, scss/themes/_print.scss */
  .i-type, .icon-ah {
    display: none;
  }
  /* line 146, scss/themes/_print.scss */
  .box-header h2,
  .box-header h3 {
    page-break-inside: avoid !important;
  }
  /* line 153, scss/themes/_print.scss */
  .items-list-tools {
    display: none;
  }
  /* line 159, scss/themes/_print.scss */
  .page-experts .view-experts .group-left {
    display: none;
  }
  /* line 162, scss/themes/_print.scss */
  .page-experts .view-experts .group-right {
    margin-left: 0;
    padding-left: 0;
  }
  /* line 169, scss/themes/_print.scss */
  form[id*=newsletter-subscribe-form] .form-type-textfield input {
    display: none;
  }
  /* line 174, scss/themes/_print.scss */
  .block-block-7, .block-block-8 {
    display: none;
  }
  /* line 178, scss/themes/_print.scss */
  .box-link {
    display: none;
  }
  /* line 181, scss/themes/_print.scss */
  .i-desc {
    padding-bottom: 0.5em;
    display: block;
  }
  /* line 187, scss/themes/_print.scss */
  tr, td, th, fieldset, img {
    page-break-inside: avoid !important;
  }
  /* line 191, scss/themes/_print.scss */
  .toggle-topbar.menu-icon,
  #explore-toggler,
  .l-header-region,
  .l-messages,
  ul.breadcrumbs,
  div.page-title-actions,
  aside.sidebar-second,
  .l-footer-top,
  .block-menu-menu-footer-menu,
  .box .box-header h2 + .view,
  [class*="block-bean-newsletter"], .button, .view-display-id-policy_themes_page .field-content + a, button,
  .top-bar-section,
  #main-menu,
  .block-menu-menu-top-links {
    display: none !important;
  }
  /* line 211, scss/themes/_print.scss */
  .page .row .row {
    margin-left: auto;
    margin-right: auto;
  }
  /* line 216, scss/themes/_print.scss */
  .page .columns {
    padding-left: 0px;
    padding-right: 0px;
  }
  /* line 223, scss/themes/_print.scss */
  .page #page-header > .row,
  .page #page-content > .row {
    padding-left: 1.3333333333rem;
    padding-right: 1.3333333333rem;
  }
  /* line 229, scss/themes/_print.scss */
  .page .l-main {
    margin-bottom: 3.2rem;
  }
  /* line 233, scss/themes/_print.scss */
  .page .box {
    margin-bottom: 1.6rem;
  }
  /* line 236, scss/themes/_print.scss */
  .page .box + .box {
    margin-top: 1.6rem;
  }
  /* line 241, scss/themes/_print.scss */
  .page .l-footer-bottom {
    padding-top: 20px;
    background: transparent;
  }
  /* line 245, scss/themes/_print.scss */
  .page .l-footer-bottom > div.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding-left: 1.3333333333rem;
    padding-right: 1.3333333333rem;
  }
  /* line 251, scss/themes/_print.scss */
  .page .l-footer-bottom > div.row > div:nth-child(1) {
    text-align: center;
  }
  /* line 255, scss/themes/_print.scss */
  .page .l-footer-bottom > div.row > div:nth-child(2) {
    -ms-flex-order: -1;
        order: -1;
  }
}

/* line 7, scss/themes/_admin.scss */
.admin-menu.no-scroll .fixed {
  top: 1.8125em;
}

/* line 11, scss/themes/_admin.scss */
#admin-menu {
  z-index: 99999999999999999999999;
  box-shadow: none;
}

/* line 15, scss/themes/_admin.scss */
#admin-menu a {
  font-size: 0.8666666667rem;
}

/* line 19, scss/themes/_admin.scss */
#admin-menu .admin-menu-search input {
  height: 28px;
}

/* line 24, scss/themes/_admin.scss */
.not-front.admin-menu .group-right {
  margin-top: 0px;
}

@media only screen and (max-width: 40em) {
  /* line 28, scss/themes/_admin.scss */
  .button-group a {
    padding-left: 3.2rem !important;
    padding-right: 3.2rem !important;
  }
}

/* line 35, scss/themes/_admin.scss */
html body.admin-menu {
  margin-top: 120px !important;
}

@media only screen and (min-width: 40.063em) {
  /* line 35, scss/themes/_admin.scss */
  html body.admin-menu {
    margin-top: 60px !important;
  }
}

@media only screen and (min-width: 70.063em) {
  /* line 35, scss/themes/_admin.scss */
  html body.admin-menu {
    margin-top: 30px !important;
  }
}

/* line 44, scss/themes/_admin.scss */
html body.admin-menu .tooltip {
  margin-top: -40px !important;
}

/* line 5, scss/vendors/_owl-carousel.scss */
.owl-theme .owl-controls {
  margin-top: 3.2rem;
}

/* line 8, scss/vendors/_owl-carousel.scss */
.owl-theme .owl-controls .owl-page span {
  width: 9px;
  height: 9px;
  margin: 5px 8px;
  opacity: 1;
  background: #0085d3;
  transition: transform 0.3s;
}

/* line 18, scss/vendors/_owl-carousel.scss */
.owl-theme .owl-controls .owl-page.active span {
  background: #00f9f6;
  transform: scale(1.9, 1.9);
}

/* line 25, scss/vendors/_owl-carousel.scss */
.owl-theme .owl-controls .owl-buttons div {
  width: 2.2rem;
  height: 2.2rem;
  margin: auto;
  padding: 0;
  opacity: 1;
  position: absolute;
  bottom: 0;
  background: transparent;
  font-size: 0;
}

@media only screen and (min-width: 40.063em) {
  /* line 25, scss/vendors/_owl-carousel.scss */
  .owl-theme .owl-controls .owl-buttons div {
    top: 0;
  }
}

/* line 298, scss/base/_fonts-icons.scss */
.owl-theme .owl-controls .owl-buttons div:before {
  vertical-align: middle;
  content: "";
  font-size: 1.5rem;
  color: #0085d3;
  font-family: 'sp-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 38, scss/vendors/_owl-carousel.scss */
.owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: 0;
}

@media only screen and (min-width: 40.063em) {
  /* line 38, scss/vendors/_owl-carousel.scss */
  .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: -3rem;
  }
}

/* line 44, scss/vendors/_owl-carousel.scss */
.owl-theme .owl-controls .owl-buttons div.owl-next {
  right: 0;
}

@media only screen and (min-width: 40.063em) {
  /* line 44, scss/vendors/_owl-carousel.scss */
  .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: -3rem;
  }
}

/* line 50, scss/vendors/_owl-carousel.scss */
.owl-theme .owl-controls .owl-buttons div:before {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
  width: 100%;
  height: 100%;
  line-height: 1.5;
  transition: background 0.3s;
  background: transparent;
}

/* line 58, scss/vendors/_owl-carousel.scss */
.owl-theme .owl-controls .owl-buttons div.owl-prev:before {
  content: "";
}

/* line 61, scss/vendors/_owl-carousel.scss */
.owl-theme .owl-controls .owl-buttons div:hover:before {
  background: #00f9f6;
}

/* @group SELECT 2 OVERRIDES */
/* line 3, scss/vendors/_select2.scss */
span.select2-container {
  width: 100% !important;
}

/* line 7, scss/vendors/_select2.scss */
span.select2-container span.selection .select2-selection {
  border-color: #e3e3e3;
  background-color: transparent;
  border-radius: 7px;
  line-height: 0;
}

/* line 13, scss/vendors/_select2.scss */
span.select2-container span.selection .select2-selection ul.select2-selection__rendered {
  position: relative;
  padding: 0.6666666667rem 1rem;
  padding-right: 3rem;
  /* CSS specific to iOS devices */
}

/* line 298, scss/base/_fonts-icons.scss */
span.select2-container span.selection .select2-selection ul.select2-selection__rendered:after {
  vertical-align: middle;
  content: "";
  font-size: 0.8rem;
  color: #000000;
  font-family: 'sp-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 19, scss/vendors/_select2.scss */
span.select2-container span.selection .select2-selection ul.select2-selection__rendered:after {
  position: absolute;
  top: 0px;
  right: 15px;
  bottom: 0px;
  left: auto;
  margin: auto;
  height: 8px;
}

/* line 24, scss/vendors/_select2.scss */
span.select2-container span.selection .select2-selection ul.select2-selection__rendered input.select2-search__field {
  margin: 0px;
  height: auto;
  font-size: 1rem;
  color: #000000;
}

/* line 55, scss/base/_mixins.scss */
span.select2-container span.selection .select2-selection ul.select2-selection__rendered input.select2-search__field::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #626262;
  font-size: 1rem;
  font-weight: normal;
  font-style: italic;
}

/* line 61, scss/base/_mixins.scss */
span.select2-container span.selection .select2-selection ul.select2-selection__rendered input.select2-search__field::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #626262;
  opacity: 1;
  font-size: 1rem;
  font-weight: normal;
  font-style: italic;
}

/* line 68, scss/base/_mixins.scss */
span.select2-container span.selection .select2-selection ul.select2-selection__rendered input.select2-search__field:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #626262;
  font-size: 1rem;
  font-weight: normal;
  font-style: italic;
}

/* line 33, scss/vendors/_select2.scss */
span.select2-container span.selection .select2-selection ul.select2-selection__rendered li.select2-selection__choice {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 0px 6px 0px 0px;
  font-weight: bold;
  color: #000000;
  border: 0px;
  background-color: transparent;
  white-space: break-spaces;
  /* CSS specific to iOS devices */
}

@supports (-webkit-touch-callout: none) {
  /* line 33, scss/vendors/_select2.scss */
  span.select2-container span.selection .select2-selection ul.select2-selection__rendered li.select2-selection__choice {
    display: inline-block;
  }
}

/* line 48, scss/vendors/_select2.scss */
span.select2-container span.selection .select2-selection ul.select2-selection__rendered li.select2-selection__choice span.select2-selection__choice__remove {
  display: inline-block;
  position: relative;
  font-size: 0px;
  width: 13px;
  height: 13px;
  margin-right: 0.4rem;
  /* CSS specific to iOS devices */
}

/* line 153, scss/base/_mixins.scss */
span.select2-container span.selection .select2-selection ul.select2-selection__rendered li.select2-selection__choice span.select2-selection__choice__remove:before, span.select2-container span.selection .select2-selection ul.select2-selection__rendered li.select2-selection__choice span.select2-selection__choice__remove:after {
  content: " ";
  position: absolute;
  left: 6.5px;
  display: inline-block;
  height: 13px;
  width: 1px;
  background-color: #0085d3;
}

/* line 164, scss/base/_mixins.scss */
span.select2-container span.selection .select2-selection ul.select2-selection__rendered li.select2-selection__choice span.select2-selection__choice__remove:before {
  transform: rotate(45deg);
}

/* line 168, scss/base/_mixins.scss */
span.select2-container span.selection .select2-selection ul.select2-selection__rendered li.select2-selection__choice span.select2-selection__choice__remove:after {
  transform: rotate(-45deg);
}

/* line 173, scss/base/_mixins.scss */
span.select2-container span.selection .select2-selection ul.select2-selection__rendered li.select2-selection__choice span.select2-selection__choice__remove:hover:before, span.select2-container span.selection .select2-selection ul.select2-selection__rendered li.select2-selection__choice span.select2-selection__choice__remove:hover:after {
  background-color: #1facff;
}

@supports (-webkit-touch-callout: none) {
  /* line 48, scss/vendors/_select2.scss */
  span.select2-container span.selection .select2-selection ul.select2-selection__rendered li.select2-selection__choice span.select2-selection__choice__remove {
    position: relative;
    top: -12px;
    left: -3px;
  }
}

/* line 60, scss/vendors/_select2.scss */
span.select2-container span.selection .select2-selection ul.select2-selection__rendered li.select2-selection__choice:first-child:before {
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-left: 5px solid #00f9f6;
  background-color: #f9f9f9;
  z-index: -1;
}

@supports (-webkit-touch-callout: none) {
  /* line 74, scss/vendors/_select2.scss */
  span.select2-container span.selection .select2-selection ul.select2-selection__rendered li.select2-selection__choice {
    display: inline-block;
  }
  /* line 76, scss/vendors/_select2.scss */
  span.select2-container span.selection .select2-selection ul.select2-selection__rendered li.select2-selection__choice span.select2-selection__choice__remove {
    position: relative;
    top: -12px;
    left: -3px;
  }
}

/* line 88, scss/vendors/_select2.scss */
span.select2-container.select2-container--open span.selection .select2-selection {
  border-color: #00f9f6;
}

/* line 94, scss/vendors/_select2.scss */
span.select2-container span.select2-dropdown {
  border-color: #00f9f6;
  background-color: #B2FFFB;
}

/* line 98, scss/vendors/_select2.scss */
span.select2-container span.select2-dropdown li.select2-results__option {
  font-size: 0.9rem;
  transition: 300ms ease-out;
}

/* line 103, scss/vendors/_select2.scss */
span.select2-container span.select2-dropdown li.select2-results__option.select2-results__option--highlighted[aria-selected] {
  background-color: #00dad8;
}

/* line 108, scss/vendors/_select2.scss */
span.select2-container span.select2-dropdown li.select2-results__option[aria-selected=true] {
  background-color: rgba(221, 221, 221, 0.65);
}

/* line 113, scss/vendors/_select2.scss */
span.select2-container span.select2-dropdown.select2-dropdown--above {
  margin-bottom: -1px;
}

/* line 116, scss/vendors/_select2.scss */
span.select2-container span.select2-dropdown.select2-dropdown--below {
  margin-top: -1px;
}

/* line 6, scss/vendors/_popups-modals.scss */
.reveal-modal-bg {
  position: fixed;
}

/* line 10, scss/vendors/_popups-modals.scss */
.reveal-modal, dialog {
  position: fixed;
  padding: 1.6rem;
  z-index: 1010;
  overflow-y: auto;
  max-height: 100vh;
}

@media only screen and (max-width: 40em) {
  /* line 10, scss/vendors/_popups-modals.scss */
  .reveal-modal, dialog {
    height: 100%;
    top: 0 !important;
  }
}

/* line 20, scss/vendors/_popups-modals.scss */
.reveal-modal a.close-reveal-modal, dialog a.close-reveal-modal {
  display: inline-block;
  position: relative;
  font-size: 0px;
  width: 1.3333333333rem;
  height: 1.3333333333rem;
  position: absolute;
}

/* line 153, scss/base/_mixins.scss */
.reveal-modal a.close-reveal-modal:before, dialog a.close-reveal-modal:before, .reveal-modal a.close-reveal-modal:after, dialog a.close-reveal-modal:after {
  content: " ";
  position: absolute;
  left: 0.6666666667rem;
  display: inline-block;
  height: 1.3333333333rem;
  width: 2px;
  background-color: #FFFFFF;
}

/* line 164, scss/base/_mixins.scss */
.reveal-modal a.close-reveal-modal:before, dialog a.close-reveal-modal:before {
  transform: rotate(45deg);
}

/* line 168, scss/base/_mixins.scss */
.reveal-modal a.close-reveal-modal:after, dialog a.close-reveal-modal:after {
  transform: rotate(-45deg);
}

/* line 173, scss/base/_mixins.scss */
.reveal-modal a.close-reveal-modal:hover:before, dialog a.close-reveal-modal:hover:before, .reveal-modal a.close-reveal-modal:hover:after, dialog a.close-reveal-modal:hover:after {
  background-color: #F2f2f2;
}

/* line 25, scss/vendors/_popups-modals.scss */
.reveal-modal h2, dialog h2 {
  margin: -1.6rem;
  margin-bottom: 1.6rem;
  padding: 0.8rem 3.2rem 0.8rem 1.6rem;
  border: 0px;
  background-color: #003398;
  color: #FFFFFF;
  font-size: 1.8666666667rem;
  font-weight: normal;
}

/* line 35, scss/vendors/_popups-modals.scss */
.reveal-modal h2:before, dialog h2:before {
  content: none;
}

@media only screen and (min-width: 40.063em) and (max-width: 70em) {
  /* line 10, scss/vendors/_popups-modals.scss */
  .reveal-modal, dialog {
    top: 10vh !important;
    max-height: 80vh;
  }
}

@media only screen and (min-width: 70.063em) {
  /* line 10, scss/vendors/_popups-modals.scss */
  .reveal-modal, dialog {
    top: 20vh !important;
    max-height: 60vh;
    width: 45%;
  }
}

/* line 56, scss/vendors/_popups-modals.scss */
.reveal-modal .view-institutions .view-content > .views-row, dialog .view-institutions .view-content > .views-row {
  position: relative;
  padding-left: 1.3333333333rem;
  margin-bottom: 0.5333333333rem;
}

/* line 61, scss/vendors/_popups-modals.scss */
.reveal-modal .view-institutions .view-content > .views-row:before, dialog .view-institutions .view-content > .views-row:before {
  content: " ";
  position: absolute;
  top: 0px;
  right: auto;
  bottom: 0px;
  left: 0px;
  margin: auto;
  width: 6px;
  height: 6px;
  background-color: #000000;
  border-radius: 50%;
}

/* line 71, scss/vendors/_popups-modals.scss */
.reveal-modal .view-institutions h3, dialog .view-institutions h3 {
  margin: 0px;
  font-size: 1.3333333333rem;
  font-weight: normal;
}
