@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
 * eit_foundation.scss. If you used the drush command to generate this subtheme,
 * it should be named for you.
 *
 * This application file (eit_foundation.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/
 */
@import url("https://fonts.googleapis.com/css?family=Titillium+Web:200,200i,300,300i,400,400i,600,600i,700,700i&subset=latin-ext");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i&subset=greek");
/*! 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.
 */
/* 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 {
  -moz-box-sizing: content-box;
  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 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 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:64em)/";
  width: 40.063em;
}

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

/* line 376, ../zurb_foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.063em) and (max-width:90em)/";
  width: 64.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 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

/* line 416, ../zurb_foundation/scss/foundation/components/_global.scss */
body {
  background: #fff;
  color: #58595B;
  padding: 0;
  margin: 0;
  font-family: "Titillium Web", "Open Sans", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  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: 79.5rem;
}

/* 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: -1rem;
  margin-right: -1rem;
  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: 1rem;
  padding-right: 1rem;
  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: 1rem;
    padding-right: 1rem;
    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: 1rem;
    padding-right: 1rem;
    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: 1rem;
    padding-right: 1rem;
    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: 1rem;
    padding-right: 1rem;
    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: 64.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: 1rem;
    padding-right: 1rem;
    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: 1rem;
    padding-right: 1rem;
    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: #e8e8e8;
}

/* line 136, ../zurb_foundation/scss/foundation/components/_accordion.scss */
.accordion .accordion-navigation > a, .accordion dd > a {
  background: #EFEFEF;
  color: #222222;
  padding: 1rem;
  display: block;
  font-family: "Titillium Web", "Open Sans", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
}

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

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

/* 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: 400;
  margin-bottom: 1.25rem;
  position: relative;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  font-size: 0.8125rem;
  transition: opacity 300ms ease-out;
  background-color: #004494;
  border-color: #003a7f;
  color: #FFFFFF;
}

/* line 115, ../zurb_foundation/scss/foundation/components/_alert-boxes.scss */
.alert-box .close {
  font-size: 1.375rem;
  padding: 9px 6px 4px;
  line-height: 0;
  position: absolute;
  top: 50%;
  margin-top: -0.6875rem;
  right: 0.25rem;
  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 {
  border-radius: 3px;
}

/* 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: #43AC6A;
  border-color: #3a945b;
  color: #FFFFFF;
}

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

/* line 122, ../zurb_foundation/scss/foundation/components/_alert-boxes.scss */
.alert-box.secondary {
  background-color: #5FA43E;
  border-color: #528d35;
  color: #FFFFFF;
}

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

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

/* 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.625rem;
}

/* 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.625rem 1.25rem;
}

@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: 64.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: 0.5625rem 0.875rem 0.5625rem;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 0px;
  background-color: #b5dca2;
  border-color: #9fd187;
  border-radius: 3px;
}

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

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

/* 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: #AAAAAA;
  margin: 0 0.75rem;
  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, #sliding-popup .popup-content #popup-buttons button {
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Titillium Web", "Open Sans", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: #004494;
  border-color: #003676;
  color: #FFFFFF;
  transition: background-color 300ms ease-out;
}

/* line 161, ../zurb_foundation/scss/foundation/components/_buttons.scss */
button:hover, button:focus, .button:hover, #sliding-popup .popup-content #popup-buttons button:hover, .button:focus, #sliding-popup .popup-content #popup-buttons button:focus {
  background-color: #003676;
}

/* line 167, ../zurb_foundation/scss/foundation/components/_buttons.scss */
button:hover, button:focus, .button:hover, #sliding-popup .popup-content #popup-buttons button:hover, .button:focus, #sliding-popup .popup-content #popup-buttons button:focus {
  color: #FFFFFF;
}

/* line 223, ../zurb_foundation/scss/foundation/components/_buttons.scss */
button.secondary, .button.secondary, #sliding-popup .popup-content #popup-buttons button.secondary {
  background-color: #5FA43E;
  border-color: #4c8332;
  color: #FFFFFF;
}

/* line 161, ../zurb_foundation/scss/foundation/components/_buttons.scss */
button.secondary:hover, button.secondary:focus, .button.secondary:hover, #sliding-popup .popup-content #popup-buttons button.secondary:hover, .button.secondary:focus, #sliding-popup .popup-content #popup-buttons button.secondary:focus {
  background-color: #4c8332;
}

/* line 167, ../zurb_foundation/scss/foundation/components/_buttons.scss */
button.secondary:hover, button.secondary:focus, .button.secondary:hover, #sliding-popup .popup-content #popup-buttons button.secondary:hover, .button.secondary:focus, #sliding-popup .popup-content #popup-buttons button.secondary:focus {
  color: #FFFFFF;
}

/* line 224, ../zurb_foundation/scss/foundation/components/_buttons.scss */
button.success, .button.success, #sliding-popup .popup-content #popup-buttons button.success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
}

/* line 161, ../zurb_foundation/scss/foundation/components/_buttons.scss */
button.success:hover, button.success:focus, .button.success:hover, #sliding-popup .popup-content #popup-buttons button.success:hover, .button.success:focus, #sliding-popup .popup-content #popup-buttons button.success:focus {
  background-color: #368a55;
}

/* line 167, ../zurb_foundation/scss/foundation/components/_buttons.scss */
button.success:hover, button.success:focus, .button.success:hover, #sliding-popup .popup-content #popup-buttons button.success:hover, .button.success:focus, #sliding-popup .popup-content #popup-buttons button.success:focus {
  color: #FFFFFF;
}

/* line 225, ../zurb_foundation/scss/foundation/components/_buttons.scss */
button.alert, .button.alert, #sliding-popup .popup-content #popup-buttons button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
}

/* line 161, ../zurb_foundation/scss/foundation/components/_buttons.scss */
button.alert:hover, button.alert:focus, .button.alert:hover, #sliding-popup .popup-content #popup-buttons button.alert:hover, .button.alert:focus, #sliding-popup .popup-content #popup-buttons button.alert:focus {
  background-color: #cf2a0e;
}

/* line 167, ../zurb_foundation/scss/foundation/components/_buttons.scss */
button.alert:hover, button.alert:focus, .button.alert:hover, #sliding-popup .popup-content #popup-buttons button.alert:hover, .button.alert:focus, #sliding-popup .popup-content #popup-buttons button.alert:focus {
  color: #FFFFFF;
}

/* line 226, ../zurb_foundation/scss/foundation/components/_buttons.scss */
button.warning, .button.warning, #sliding-popup .popup-content #popup-buttons button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
}

/* line 161, ../zurb_foundation/scss/foundation/components/_buttons.scss */
button.warning:hover, button.warning:focus, .button.warning:hover, #sliding-popup .popup-content #popup-buttons button.warning:hover, .button.warning:focus, #sliding-popup .popup-content #popup-buttons button.warning:focus {
  background-color: #cf6e0e;
}

/* line 167, ../zurb_foundation/scss/foundation/components/_buttons.scss */
button.warning:hover, button.warning:focus, .button.warning:hover, #sliding-popup .popup-content #popup-buttons button.warning:hover, .button.warning:focus, #sliding-popup .popup-content #popup-buttons button.warning:focus {
  color: #FFFFFF;
}

/* line 227, ../zurb_foundation/scss/foundation/components/_buttons.scss */
button.info, .button.info, #sliding-popup .popup-content #popup-buttons button.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, #sliding-popup .popup-content #popup-buttons button.info:hover, .button.info:focus, #sliding-popup .popup-content #popup-buttons button.info:focus {
  background-color: #61b6d9;
}

/* line 167, ../zurb_foundation/scss/foundation/components/_buttons.scss */
button.info:hover, button.info:focus, .button.info:hover, #sliding-popup .popup-content #popup-buttons button.info:hover, .button.info:focus, #sliding-popup .popup-content #popup-buttons button.info:focus {
  color: #FFFFFF;
}

/* line 229, ../zurb_foundation/scss/foundation/components/_buttons.scss */
button.large, .button.large, #sliding-popup .popup-content #popup-buttons button.large {
  padding-top: 1.125rem;
  padding-right: 2.25rem;
  padding-bottom: 1.1875rem;
  padding-left: 2.25rem;
  font-size: 1.25rem;
}

/* line 230, ../zurb_foundation/scss/foundation/components/_buttons.scss */
button.small, .button.small, #sliding-popup .popup-content #popup-buttons button.small {
  padding-top: 0.875rem;
  padding-right: 1.75rem;
  padding-bottom: 0.9375rem;
  padding-left: 1.75rem;
  font-size: 0.875rem;
}

/* line 231, ../zurb_foundation/scss/foundation/components/_buttons.scss */
button.tiny, .button.tiny, #sliding-popup .popup-content #popup-buttons button.tiny {
  padding-top: 0.625rem;
  padding-right: 1.25rem;
  padding-bottom: 0.6875rem;
  padding-left: 1.25rem;
  font-size: 0.6875rem;
}

/* line 232, ../zurb_foundation/scss/foundation/components/_buttons.scss */
button.expand, .button.expand, #sliding-popup .popup-content #popup-buttons button.expand {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}

/* line 234, ../zurb_foundation/scss/foundation/components/_buttons.scss */
button.left-align, .button.left-align, #sliding-popup .popup-content #popup-buttons button.left-align {
  text-align: left;
  text-indent: 0.75rem;
}

/* line 235, ../zurb_foundation/scss/foundation/components/_buttons.scss */
button.right-align, .button.right-align, #sliding-popup .popup-content #popup-buttons button.right-align {
  text-align: right;
  padding-right: 0.75rem;
}

/* line 237, ../zurb_foundation/scss/foundation/components/_buttons.scss */
button.radius, .button.radius, #sliding-popup .popup-content #popup-buttons button.radius {
  border-radius: inherit;
}

/* line 238, ../zurb_foundation/scss/foundation/components/_buttons.scss */
button.round, .button.round, #sliding-popup .popup-content #popup-buttons button.round {
  border-radius: 1000px;
}

/* line 240, ../zurb_foundation/scss/foundation/components/_buttons.scss */
button.disabled, button[disabled], .button.disabled, #sliding-popup .popup-content #popup-buttons button.disabled, .button[disabled], #sliding-popup .popup-content #popup-buttons button[disabled] {
  background-color: #004494;
  border-color: #003676;
  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, #sliding-popup .popup-content #popup-buttons button.disabled:hover, .button.disabled:focus, #sliding-popup .popup-content #popup-buttons button.disabled:focus, .button[disabled]:hover, #sliding-popup .popup-content #popup-buttons button[disabled]:hover, .button[disabled]:focus, #sliding-popup .popup-content #popup-buttons button[disabled]:focus {
  background-color: #003676;
}

/* line 167, ../zurb_foundation/scss/foundation/components/_buttons.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, #sliding-popup .popup-content #popup-buttons button.disabled:hover, .button.disabled:focus, #sliding-popup .popup-content #popup-buttons button.disabled:focus, .button[disabled]:hover, #sliding-popup .popup-content #popup-buttons button[disabled]:hover, .button[disabled]:focus, #sliding-popup .popup-content #popup-buttons button[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, #sliding-popup .popup-content #popup-buttons button.disabled:hover, .button.disabled:focus, #sliding-popup .popup-content #popup-buttons button.disabled:focus, .button[disabled]:hover, #sliding-popup .popup-content #popup-buttons button[disabled]:hover, .button[disabled]:focus, #sliding-popup .popup-content #popup-buttons button[disabled]:focus {
  background-color: #004494;
}

/* line 241, ../zurb_foundation/scss/foundation/components/_buttons.scss */
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, #sliding-popup .popup-content #popup-buttons button.disabled.secondary, .button[disabled].secondary, #sliding-popup .popup-content #popup-buttons button[disabled].secondary {
  background-color: #5FA43E;
  border-color: #4c8332;
  color: #FFFFFF;
  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, #sliding-popup .popup-content #popup-buttons button.disabled.secondary:hover, .button.disabled.secondary:focus, #sliding-popup .popup-content #popup-buttons button.disabled.secondary:focus, .button[disabled].secondary:hover, #sliding-popup .popup-content #popup-buttons button[disabled].secondary:hover, .button[disabled].secondary:focus, #sliding-popup .popup-content #popup-buttons button[disabled].secondary:focus {
  background-color: #4c8332;
}

/* 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, #sliding-popup .popup-content #popup-buttons button.disabled.secondary:hover, .button.disabled.secondary:focus, #sliding-popup .popup-content #popup-buttons button.disabled.secondary:focus, .button[disabled].secondary:hover, #sliding-popup .popup-content #popup-buttons button[disabled].secondary:hover, .button[disabled].secondary:focus, #sliding-popup .popup-content #popup-buttons button[disabled].secondary:focus {
  color: #FFFFFF;
}

/* 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, #sliding-popup .popup-content #popup-buttons button.disabled.secondary:hover, .button.disabled.secondary:focus, #sliding-popup .popup-content #popup-buttons button.disabled.secondary:focus, .button[disabled].secondary:hover, #sliding-popup .popup-content #popup-buttons button[disabled].secondary:hover, .button[disabled].secondary:focus, #sliding-popup .popup-content #popup-buttons button[disabled].secondary:focus {
  background-color: #5FA43E;
}

/* line 242, ../zurb_foundation/scss/foundation/components/_buttons.scss */
button.disabled.success, button[disabled].success, .button.disabled.success, #sliding-popup .popup-content #popup-buttons button.disabled.success, .button[disabled].success, #sliding-popup .popup-content #popup-buttons button[disabled].success {
  background-color: #43AC6A;
  border-color: #368a55;
  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, #sliding-popup .popup-content #popup-buttons button.disabled.success:hover, .button.disabled.success:focus, #sliding-popup .popup-content #popup-buttons button.disabled.success:focus, .button[disabled].success:hover, #sliding-popup .popup-content #popup-buttons button[disabled].success:hover, .button[disabled].success:focus, #sliding-popup .popup-content #popup-buttons button[disabled].success:focus {
  background-color: #368a55;
}

/* 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, #sliding-popup .popup-content #popup-buttons button.disabled.success:hover, .button.disabled.success:focus, #sliding-popup .popup-content #popup-buttons button.disabled.success:focus, .button[disabled].success:hover, #sliding-popup .popup-content #popup-buttons button[disabled].success:hover, .button[disabled].success:focus, #sliding-popup .popup-content #popup-buttons button[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, #sliding-popup .popup-content #popup-buttons button.disabled.success:hover, .button.disabled.success:focus, #sliding-popup .popup-content #popup-buttons button.disabled.success:focus, .button[disabled].success:hover, #sliding-popup .popup-content #popup-buttons button[disabled].success:hover, .button[disabled].success:focus, #sliding-popup .popup-content #popup-buttons button[disabled].success:focus {
  background-color: #43AC6A;
}

/* line 243, ../zurb_foundation/scss/foundation/components/_buttons.scss */
button.disabled.alert, button[disabled].alert, .button.disabled.alert, #sliding-popup .popup-content #popup-buttons button.disabled.alert, .button[disabled].alert, #sliding-popup .popup-content #popup-buttons button[disabled].alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  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, #sliding-popup .popup-content #popup-buttons button.disabled.alert:hover, .button.disabled.alert:focus, #sliding-popup .popup-content #popup-buttons button.disabled.alert:focus, .button[disabled].alert:hover, #sliding-popup .popup-content #popup-buttons button[disabled].alert:hover, .button[disabled].alert:focus, #sliding-popup .popup-content #popup-buttons button[disabled].alert:focus {
  background-color: #cf2a0e;
}

/* 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, #sliding-popup .popup-content #popup-buttons button.disabled.alert:hover, .button.disabled.alert:focus, #sliding-popup .popup-content #popup-buttons button.disabled.alert:focus, .button[disabled].alert:hover, #sliding-popup .popup-content #popup-buttons button[disabled].alert:hover, .button[disabled].alert:focus, #sliding-popup .popup-content #popup-buttons button[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, #sliding-popup .popup-content #popup-buttons button.disabled.alert:hover, .button.disabled.alert:focus, #sliding-popup .popup-content #popup-buttons button.disabled.alert:focus, .button[disabled].alert:hover, #sliding-popup .popup-content #popup-buttons button[disabled].alert:hover, .button[disabled].alert:focus, #sliding-popup .popup-content #popup-buttons button[disabled].alert:focus {
  background-color: #f04124;
}

/* line 244, ../zurb_foundation/scss/foundation/components/_buttons.scss */
button.disabled.warning, button[disabled].warning, .button.disabled.warning, #sliding-popup .popup-content #popup-buttons button.disabled.warning, .button[disabled].warning, #sliding-popup .popup-content #popup-buttons button[disabled].warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  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, #sliding-popup .popup-content #popup-buttons button.disabled.warning:hover, .button.disabled.warning:focus, #sliding-popup .popup-content #popup-buttons button.disabled.warning:focus, .button[disabled].warning:hover, #sliding-popup .popup-content #popup-buttons button[disabled].warning:hover, .button[disabled].warning:focus, #sliding-popup .popup-content #popup-buttons button[disabled].warning:focus {
  background-color: #cf6e0e;
}

/* 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, #sliding-popup .popup-content #popup-buttons button.disabled.warning:hover, .button.disabled.warning:focus, #sliding-popup .popup-content #popup-buttons button.disabled.warning:focus, .button[disabled].warning:hover, #sliding-popup .popup-content #popup-buttons button[disabled].warning:hover, .button[disabled].warning:focus, #sliding-popup .popup-content #popup-buttons button[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, #sliding-popup .popup-content #popup-buttons button.disabled.warning:hover, .button.disabled.warning:focus, #sliding-popup .popup-content #popup-buttons button.disabled.warning:focus, .button[disabled].warning:hover, #sliding-popup .popup-content #popup-buttons button[disabled].warning:hover, .button[disabled].warning:focus, #sliding-popup .popup-content #popup-buttons button[disabled].warning:focus {
  background-color: #f08a24;
}

/* line 245, ../zurb_foundation/scss/foundation/components/_buttons.scss */
button.disabled.info, button[disabled].info, .button.disabled.info, #sliding-popup .popup-content #popup-buttons button.disabled.info, .button[disabled].info, #sliding-popup .popup-content #popup-buttons button[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, #sliding-popup .popup-content #popup-buttons button.disabled.info:hover, .button.disabled.info:focus, #sliding-popup .popup-content #popup-buttons button.disabled.info:focus, .button[disabled].info:hover, #sliding-popup .popup-content #popup-buttons button[disabled].info:hover, .button[disabled].info:focus, #sliding-popup .popup-content #popup-buttons button[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, #sliding-popup .popup-content #popup-buttons button.disabled.info:hover, .button.disabled.info:focus, #sliding-popup .popup-content #popup-buttons button.disabled.info:focus, .button[disabled].info:hover, #sliding-popup .popup-content #popup-buttons button[disabled].info:hover, .button[disabled].info:focus, #sliding-popup .popup-content #popup-buttons button[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, #sliding-popup .popup-content #popup-buttons button.disabled.info:hover, .button.disabled.info:focus, #sliding-popup .popup-content #popup-buttons button.disabled.info:focus, .button[disabled].info:hover, #sliding-popup .popup-content #popup-buttons button[disabled].info:hover, .button[disabled].info:focus, #sliding-popup .popup-content #popup-buttons button[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, #sliding-popup .popup-content #popup-buttons button {
    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 #sliding-popup .popup-content #popup-buttons button, #sliding-popup .popup-content #popup-buttons .button-group > li button {
  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 #sliding-popup .popup-content #popup-buttons button, #sliding-popup .popup-content #popup-buttons .button-group > li:first-child button {
  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 #sliding-popup .popup-content #popup-buttons button, #sliding-popup .popup-content #popup-buttons .button-group.stack > li button {
  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 #sliding-popup .popup-content #popup-buttons button, #sliding-popup .popup-content #popup-buttons .button-group.stack > li:first-child button {
  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 #sliding-popup .popup-content #popup-buttons button, #sliding-popup .popup-content #popup-buttons .button-group.stack > li button {
  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 #sliding-popup .popup-content #popup-buttons button, #sliding-popup .popup-content #popup-buttons .button-group.stack > li:first-child button {
  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 #sliding-popup .popup-content #popup-buttons button, #sliding-popup .popup-content #popup-buttons .button-group.stack-for-small > li button {
  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 #sliding-popup .popup-content #popup-buttons button, #sliding-popup .popup-content #popup-buttons .button-group.stack-for-small > li:first-child button {
  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 #sliding-popup .popup-content #popup-buttons button, #sliding-popup .popup-content #popup-buttons .button-group.stack-for-small > li button {
    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 #sliding-popup .popup-content #popup-buttons button, #sliding-popup .popup-content #popup-buttons .button-group.stack-for-small > li:first-child button {
    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 #sliding-popup .popup-content #popup-buttons button, #sliding-popup .popup-content #popup-buttons .button-group.stack-for-small > li button {
    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 #sliding-popup .popup-content #popup-buttons button, #sliding-popup .popup-content #popup-buttons .button-group.stack-for-small > li:first-child button {
    border-top: 0;
  }
}

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

/* line 39, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius > * > button, .button-group.radius > * .button, .button-group.radius > * #sliding-popup .popup-content #popup-buttons button, #sliding-popup .popup-content #popup-buttons .button-group.radius > * button {
  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, .button-group.radius > *:first-child .button, .button-group.radius > *:first-child #sliding-popup .popup-content #popup-buttons button, #sliding-popup .popup-content #popup-buttons .button-group.radius > *:first-child button {
  border-left: 0;
}

/* line 111, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius > *,
.button-group.radius > * > a,
.button-group.radius > * > button,
.button-group.radius > * > .button,
#sliding-popup .popup-content #popup-buttons .button-group.radius > * > button {
  border-radius: 0;
}

/* line 115, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius > *:first-child,
.button-group.radius > *:first-child > a,
.button-group.radius > *:first-child > button,
.button-group.radius > *:first-child > .button,
#sliding-popup .popup-content #popup-buttons .button-group.radius > *:first-child > button {
  -webkit-border-bottom-left-radius: inherit;
  -webkit-border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
  border-top-left-radius: inherit;
}

/* line 126, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius > *:last-child,
.button-group.radius > *:last-child > a,
.button-group.radius > *:last-child > button,
.button-group.radius > *:last-child > .button,
#sliding-popup .popup-content #popup-buttons .button-group.radius > *:last-child > button {
  -webkit-border-bottom-right-radius: inherit;
  -webkit-border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  border-top-right-radius: inherit;
}

/* line 166, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius.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, .button-group.radius.stack > * .button, .button-group.radius.stack > * #sliding-popup .popup-content #popup-buttons button, #sliding-popup .popup-content #popup-buttons .button-group.radius.stack > * button {
  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, .button-group.radius.stack > *:first-child .button, .button-group.radius.stack > *:first-child #sliding-popup .popup-content #popup-buttons button, #sliding-popup .popup-content #popup-buttons .button-group.radius.stack > *:first-child button {
  border-left: 0;
}

/* line 66, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius.stack > * > button, .button-group.radius.stack > * .button, .button-group.radius.stack > * #sliding-popup .popup-content #popup-buttons button, #sliding-popup .popup-content #popup-buttons .button-group.radius.stack > * button {
  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, .button-group.radius.stack > *:first-child .button, .button-group.radius.stack > *:first-child #sliding-popup .popup-content #popup-buttons button, #sliding-popup .popup-content #popup-buttons .button-group.radius.stack > *:first-child button {
  border-top: 0;
}

/* line 111, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius.stack > *,
.button-group.radius.stack > * > a,
.button-group.radius.stack > * > button,
.button-group.radius.stack > * > .button,
#sliding-popup .popup-content #popup-buttons .button-group.radius.stack > * > button {
  border-radius: 0;
}

/* line 115, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius.stack > *:first-child,
.button-group.radius.stack > *:first-child > a,
.button-group.radius.stack > *:first-child > button,
.button-group.radius.stack > *:first-child > .button,
#sliding-popup .popup-content #popup-buttons .button-group.radius.stack > *:first-child > button {
  -webkit-top-left-radius: inherit;
  -webkit-top-right-radius: inherit;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

/* line 126, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius.stack > *:last-child,
.button-group.radius.stack > *:last-child > a,
.button-group.radius.stack > *:last-child > button,
.button-group.radius.stack > *:last-child > .button,
#sliding-popup .popup-content #popup-buttons .button-group.radius.stack > *:last-child > button {
  -webkit-bottom-left-radius: inherit;
  -webkit-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}

@media only screen and (min-width: 40.063em) {
  /* line 167, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
  .button-group.radius.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, .button-group.radius.stack-for-small > * .button, .button-group.radius.stack-for-small > * #sliding-popup .popup-content #popup-buttons button, #sliding-popup .popup-content #popup-buttons .button-group.radius.stack-for-small > * button {
    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, .button-group.radius.stack-for-small > *:first-child .button, .button-group.radius.stack-for-small > *:first-child #sliding-popup .popup-content #popup-buttons button, #sliding-popup .popup-content #popup-buttons .button-group.radius.stack-for-small > *:first-child button {
    border-left: 0;
  }
  /* line 111, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > *,
  .button-group.radius.stack-for-small > * > a,
  .button-group.radius.stack-for-small > * > button,
  .button-group.radius.stack-for-small > * > .button,
  #sliding-popup .popup-content #popup-buttons .button-group.radius.stack-for-small > * > button {
    border-radius: 0;
  }
  /* line 115, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > *:first-child,
  .button-group.radius.stack-for-small > *:first-child > a,
  .button-group.radius.stack-for-small > *:first-child > button,
  .button-group.radius.stack-for-small > *:first-child > .button,
  #sliding-popup .popup-content #popup-buttons .button-group.radius.stack-for-small > *:first-child > button {
    -webkit-border-bottom-left-radius: inherit;
    -webkit-border-top-left-radius: inherit;
    border-bottom-left-radius: inherit;
    border-top-left-radius: inherit;
  }
  /* line 126, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > *:last-child,
  .button-group.radius.stack-for-small > *:last-child > a,
  .button-group.radius.stack-for-small > *:last-child > button,
  .button-group.radius.stack-for-small > *:last-child > .button,
  #sliding-popup .popup-content #popup-buttons .button-group.radius.stack-for-small > *:last-child > button {
    -webkit-border-bottom-right-radius: inherit;
    -webkit-border-top-right-radius: inherit;
    border-bottom-right-radius: inherit;
    border-top-right-radius: inherit;
  }
}

@media only screen and (max-width: 40em) {
  /* line 167, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
  .button-group.radius.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, .button-group.radius.stack-for-small > * .button, .button-group.radius.stack-for-small > * #sliding-popup .popup-content #popup-buttons button, #sliding-popup .popup-content #popup-buttons .button-group.radius.stack-for-small > * button {
    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, .button-group.radius.stack-for-small > *:first-child .button, .button-group.radius.stack-for-small > *:first-child #sliding-popup .popup-content #popup-buttons button, #sliding-popup .popup-content #popup-buttons .button-group.radius.stack-for-small > *:first-child button {
    border-left: 0;
  }
  /* line 66, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button, .button-group.radius.stack-for-small > * #sliding-popup .popup-content #popup-buttons button, #sliding-popup .popup-content #popup-buttons .button-group.radius.stack-for-small > * button {
    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, .button-group.radius.stack-for-small > *:first-child .button, .button-group.radius.stack-for-small > *:first-child #sliding-popup .popup-content #popup-buttons button, #sliding-popup .popup-content #popup-buttons .button-group.radius.stack-for-small > *:first-child button {
    border-top: 0;
  }
  /* line 111, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > *,
  .button-group.radius.stack-for-small > * > a,
  .button-group.radius.stack-for-small > * > button,
  .button-group.radius.stack-for-small > * > .button,
  #sliding-popup .popup-content #popup-buttons .button-group.radius.stack-for-small > * > button {
    border-radius: 0;
  }
  /* line 115, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > *:first-child,
  .button-group.radius.stack-for-small > *:first-child > a,
  .button-group.radius.stack-for-small > *:first-child > button,
  .button-group.radius.stack-for-small > *:first-child > .button,
  #sliding-popup .popup-content #popup-buttons .button-group.radius.stack-for-small > *:first-child > button {
    -webkit-top-left-radius: inherit;
    -webkit-top-right-radius: inherit;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
  }
  /* line 126, ../zurb_foundation/scss/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > *:last-child,
  .button-group.radius.stack-for-small > *:last-child > a,
  .button-group.radius.stack-for-small > *:last-child > button,
  .button-group.radius.stack-for-small > *:last-child > .button,
  #sliding-popup .popup-content #popup-buttons .button-group.radius.stack-for-small > *:last-child > button {
    -webkit-bottom-left-radius: inherit;
    -webkit-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
  }
}

/* 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 > * #sliding-popup .popup-content #popup-buttons button, #sliding-popup .popup-content #popup-buttons .button-group.round > * button {
  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 #sliding-popup .popup-content #popup-buttons button, #sliding-popup .popup-content #popup-buttons .button-group.round > *:first-child button {
  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,
#sliding-popup .popup-content #popup-buttons .button-group.round > * > button {
  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,
#sliding-popup .popup-content #popup-buttons .button-group.round > *:first-child > button {
  -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,
#sliding-popup .popup-content #popup-buttons .button-group.round > *:last-child > button {
  -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 > * #sliding-popup .popup-content #popup-buttons button, #sliding-popup .popup-content #popup-buttons .button-group.round.stack > * button {
  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 #sliding-popup .popup-content #popup-buttons button, #sliding-popup .popup-content #popup-buttons .button-group.round.stack > *:first-child button {
  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 > * #sliding-popup .popup-content #popup-buttons button, #sliding-popup .popup-content #popup-buttons .button-group.round.stack > * button {
  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 #sliding-popup .popup-content #popup-buttons button, #sliding-popup .popup-content #popup-buttons .button-group.round.stack > *:first-child button {
  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,
#sliding-popup .popup-content #popup-buttons .button-group.round.stack > * > button {
  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,
#sliding-popup .popup-content #popup-buttons .button-group.round.stack > *:first-child > button {
  -webkit-top-left-radius: 1rem;
  -webkit-top-right-radius: 1rem;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

/* 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,
#sliding-popup .popup-content #popup-buttons .button-group.round.stack > *:last-child > button {
  -webkit-bottom-left-radius: 1rem;
  -webkit-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

@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 > * #sliding-popup .popup-content #popup-buttons button, #sliding-popup .popup-content #popup-buttons .button-group.round.stack-for-small > * button {
    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 #sliding-popup .popup-content #popup-buttons button, #sliding-popup .popup-content #popup-buttons .button-group.round.stack-for-small > *:first-child button {
    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,
  #sliding-popup .popup-content #popup-buttons .button-group.round.stack-for-small > * > button {
    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,
  #sliding-popup .popup-content #popup-buttons .button-group.round.stack-for-small > *:first-child > button {
    -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,
  #sliding-popup .popup-content #popup-buttons .button-group.round.stack-for-small > *:last-child > button {
    -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 > * #sliding-popup .popup-content #popup-buttons button, #sliding-popup .popup-content #popup-buttons .button-group.round.stack-for-small > * button {
    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 #sliding-popup .popup-content #popup-buttons button, #sliding-popup .popup-content #popup-buttons .button-group.round.stack-for-small > *:first-child button {
    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 > * #sliding-popup .popup-content #popup-buttons button, #sliding-popup .popup-content #popup-buttons .button-group.round.stack-for-small > * button {
    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 #sliding-popup .popup-content #popup-buttons button, #sliding-popup .popup-content #popup-buttons .button-group.round.stack-for-small > *:first-child button {
    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,
  #sliding-popup .popup-content #popup-buttons .button-group.round.stack-for-small > * > button {
    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,
  #sliding-popup .popup-content #popup-buttons .button-group.round.stack-for-small > *:first-child > button {
    -webkit-top-left-radius: 1rem;
    -webkit-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }
  /* 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,
  #sliding-popup .popup-content #popup-buttons .button-group.round.stack-for-small > *:last-child > button {
    -webkit-bottom-left-radius: 1rem;
    -webkit-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }
}

/* 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 #sliding-popup .popup-content #popup-buttons button, #sliding-popup .popup-content #popup-buttons .button-group.even-2 li button {
  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 #sliding-popup .popup-content #popup-buttons button, #sliding-popup .popup-content #popup-buttons .button-group.even-2 li:first-child button {
  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 #sliding-popup .popup-content #popup-buttons button, #sliding-popup .popup-content #popup-buttons .button-group.even-2 li button {
  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 #sliding-popup .popup-content #popup-buttons button, #sliding-popup .popup-content #popup-buttons .button-group.even-3 li button {
  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 #sliding-popup .popup-content #popup-buttons button, #sliding-popup .popup-content #popup-buttons .button-group.even-3 li:first-child button {
  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 #sliding-popup .popup-content #popup-buttons button, #sliding-popup .popup-content #popup-buttons .button-group.even-3 li button {
  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 #sliding-popup .popup-content #popup-buttons button, #sliding-popup .popup-content #popup-buttons .button-group.even-4 li button {
  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 #sliding-popup .popup-content #popup-buttons button, #sliding-popup .popup-content #popup-buttons .button-group.even-4 li:first-child button {
  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 #sliding-popup .popup-content #popup-buttons button, #sliding-popup .popup-content #popup-buttons .button-group.even-4 li button {
  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 #sliding-popup .popup-content #popup-buttons button, #sliding-popup .popup-content #popup-buttons .button-group.even-5 li button {
  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 #sliding-popup .popup-content #popup-buttons button, #sliding-popup .popup-content #popup-buttons .button-group.even-5 li:first-child button {
  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 #sliding-popup .popup-content #popup-buttons button, #sliding-popup .popup-content #popup-buttons .button-group.even-5 li button {
  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 #sliding-popup .popup-content #popup-buttons button, #sliding-popup .popup-content #popup-buttons .button-group.even-6 li button {
  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 #sliding-popup .popup-content #popup-buttons button, #sliding-popup .popup-content #popup-buttons .button-group.even-6 li:first-child button {
  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 #sliding-popup .popup-content #popup-buttons button, #sliding-popup .popup-content #popup-buttons .button-group.even-6 li button {
  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 #sliding-popup .popup-content #popup-buttons button, #sliding-popup .popup-content #popup-buttons .button-group.even-7 li button {
  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 #sliding-popup .popup-content #popup-buttons button, #sliding-popup .popup-content #popup-buttons .button-group.even-7 li:first-child button {
  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 #sliding-popup .popup-content #popup-buttons button, #sliding-popup .popup-content #popup-buttons .button-group.even-7 li button {
  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 #sliding-popup .popup-content #popup-buttons button, #sliding-popup .popup-content #popup-buttons .button-group.even-8 li button {
  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 #sliding-popup .popup-content #popup-buttons button, #sliding-popup .popup-content #popup-buttons .button-group.even-8 li:first-child button {
  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 #sliding-popup .popup-content #popup-buttons button, #sliding-popup .popup-content #popup-buttons .button-group.even-8 li button {
  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.625rem;
}

/* 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.875rem;
  z-index: 89;
  margin-top: 2px;
  max-width: 200px;
}

/* 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.875rem;
  z-index: 89;
  margin-top: 0;
  margin-left: 2px;
  max-width: 200px;
}

/* 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.875rem;
  z-index: 89;
  margin-top: 0;
  margin-left: -2px;
  max-width: 200px;
}

/* 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.875rem;
  z-index: 89;
  margin-top: -2px;
  margin-left: 0;
  max-width: 200px;
}

/* 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.875rem;
  cursor: pointer;
  line-height: 1.125rem;
  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: 3px;
}

/* 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.25rem;
  width: 100%;
  height: auto;
  max-height: none;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 89;
  max-width: 200px;
}

/* 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, #sliding-popup .popup-content #popup-buttons button.dropdown, button.dropdown {
  position: relative;
  outline: none;
  padding-right: 3.5625rem;
}

/* line 63, ../zurb_foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button::after, #sliding-popup .popup-content #popup-buttons button.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, #sliding-popup .popup-content #popup-buttons button.dropdown::after, button.dropdown::after {
  border-width: 0.375rem;
  right: 1.40625rem;
  margin-top: -0.15625rem;
}

/* line 117, ../zurb_foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button::after, #sliding-popup .popup-content #popup-buttons button.dropdown::after, button.dropdown::after {
  border-color: #FFFFFF transparent transparent transparent;
}

/* line 124, ../zurb_foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.tiny, #sliding-popup .popup-content #popup-buttons button.dropdown.tiny, button.dropdown.tiny {
  padding-right: 2.625rem;
}

/* line 78, ../zurb_foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.tiny:after, #sliding-popup .popup-content #popup-buttons button.dropdown.tiny:after, button.dropdown.tiny:after {
  border-width: 0.375rem;
  right: 1.125rem;
  margin-top: -0.125rem;
}

/* line 117, ../zurb_foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.tiny::after, #sliding-popup .popup-content #popup-buttons button.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, #sliding-popup .popup-content #popup-buttons button.dropdown.small, button.dropdown.small {
  padding-right: 3.0625rem;
}

/* line 88, ../zurb_foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.small::after, #sliding-popup .popup-content #popup-buttons button.dropdown.small::after, button.dropdown.small::after {
  border-width: 0.4375rem;
  right: 1.3125rem;
  margin-top: -0.15625rem;
}

/* line 117, ../zurb_foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.small::after, #sliding-popup .popup-content #popup-buttons button.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, #sliding-popup .popup-content #popup-buttons button.dropdown.large, button.dropdown.large {
  padding-right: 3.625rem;
}

/* line 108, ../zurb_foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.large::after, #sliding-popup .popup-content #popup-buttons button.dropdown.large::after, button.dropdown.large::after {
  border-width: 0.3125rem;
  right: 1.71875rem;
  margin-top: -0.15625rem;
}

/* line 117, ../zurb_foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.large::after, #sliding-popup .popup-content #popup-buttons button.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, #sliding-popup .popup-content #popup-buttons button.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.5625rem;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1rem;
  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 1rem;
}

/* 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.5rem;
}

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

/* 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.5rem;
}

/* Label Styles */
/* line 385, ../zurb_foundation/scss/foundation/components/_forms.scss */
label {
  font-size: 1rem;
  color: #333333;
  cursor: pointer;
  display: block;
  font-weight: 700;
  line-height: 1.5rem;
  margin-bottom: 1rem;
  /* 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 1rem 0;
  padding: 0.5625rem 0;
}

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

/* 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: 1rem;
  height: 2.4375rem;
  line-height: 2.4375rem;
}

/* Adjust padding, alignment and radius if pre/post element is a button */
/* line 400, ../zurb_foundation/scss/foundation/components/_forms.scss */
.postfix.button, #sliding-popup .popup-content #popup-buttons button.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, #sliding-popup .popup-content #popup-buttons button.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, #sliding-popup .popup-content #popup-buttons button.prefix.radius {
  border-radius: 0;
  -webkit-border-bottom-left-radius: inherit;
  -webkit-border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
  border-top-left-radius: inherit;
}

/* line 404, ../zurb_foundation/scss/foundation/components/_forms.scss */
.postfix.button.radius, #sliding-popup .popup-content #popup-buttons button.postfix.radius {
  border-radius: 0;
  -webkit-border-bottom-right-radius: inherit;
  -webkit-border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  border-top-right-radius: inherit;
}

/* line 405, ../zurb_foundation/scss/foundation/components/_forms.scss */
.prefix.button.round, #sliding-popup .popup-content #popup-buttons button.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, #sliding-popup .popup-content #popup-buttons button.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: #C5C5C5;
  box-shadow: none;
  color: #000000;
  display: block;
  font-size: 1rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  height: 2.4375rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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 #C5C5C5;
  border-color: #C5C5C5;
}

/* 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: #C5C5C5;
  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, input[type="password"].radius, input[type="date"].radius, input[type="datetime"].radius, input[type="datetime-local"].radius, input[type="month"].radius, input[type="week"].radius, input[type="email"].radius, input[type="number"].radius, input[type="search"].radius, input[type="tel"].radius, input[type="time"].radius, input[type="url"].radius, input[type="color"].radius, textarea.radius {
  border-radius: 0 16px;
}

/* 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: inherit;
  -webkit-border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  border-top-right-radius: inherit;
}

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

/* 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: inherit;
  -webkit-border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
  border-top-left-radius: inherit;
}

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

/* 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: #FAFAFA;
  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: #C5C5C5;
  padding: 0.5rem;
  font-size: 1rem;
  font-family: "Titillium Web", "Open Sans", Helvetica, Roboto, Arial, sans-serif;
  color: #000000;
  line-height: normal;
  border-radius: 0;
  height: 2.4375rem;
}

/* 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 {
  border-radius: 3px;
}

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

/* 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 1rem 0;
}

/* line 483, ../zurb_foundation/scss/foundation/components/_forms.scss */
input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  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.25rem;
  margin: 1.125rem 0;
}

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

/* 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.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: 400;
  font-style: italic;
  background: #f04124;
  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.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: 400;
  font-style: italic;
  background: #f04124;
  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: 1rem;
}

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

/* line 541, ../zurb_foundation/scss/foundation/components/_forms.scss */
.error small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: 400;
  font-style: italic;
  background: #f04124;
  color: #FFFFFF;
}

/* line 546, ../zurb_foundation/scss/foundation/components/_forms.scss */
.error > label > small {
  color: #525252;
  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: #f04124;
}

/* 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: 64.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: #004494;
}

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

/* 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: 64.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: 64.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: 64.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: 64.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: 64.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.0625rem auto;
  margin-left: -1.375rem;
  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.375rem;
  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: 400;
  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.125rem 1.25rem 1.5rem;
}

/* line 75, ../zurb_foundation/scss/foundation/components/_joyride.scss */
.joyride-content-wrapper .button, .joyride-content-wrapper #sliding-popup .popup-content #popup-buttons button, #sliding-popup .popup-content #popup-buttons .joyride-content-wrapper button {
  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: 700;
  color: #FFFFFF;
}

/* line 124, ../zurb_foundation/scss/foundation/components/_joyride.scss */
.joyride-tip-guide p {
  margin: 0 0 1.125rem 0;
  font-size: 0.875rem;
  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.0625rem;
  bottom: 1rem;
}

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

/* 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: 400;
  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.125rem 0.25rem 0;
  border-radius: 3px;
}

/* line 91, ../zurb_foundation/scss/foundation/components/_labels.scss */
.label {
  font-weight: 400;
  font-family: "Titillium Web", "Open Sans", Helvetica, 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.25rem 0.5rem 0.25rem;
  font-size: 0.6875rem;
  background-color: #004494;
  color: #FFFFFF;
}

/* line 96, ../zurb_foundation/scss/foundation/components/_labels.scss */
.label.radius {
  border-radius: 3px;
}

/* 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: #f04124;
  color: #FFFFFF;
}

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

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

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

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

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

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

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

@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.625rem 0.875rem;
  font-size: 0.875rem;
}

/* line 174, ../zurb_foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slide-number {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
  color: #FFFFFF;
  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.3125rem;
}

/* 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(255, 255, 255, 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: rgba(0, 0, 0, 0.3);
}

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

/* 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: #FFFFFF;
  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.5625rem;
  height: 0.5625rem;
  background: #CCCCCC;
  float: none;
  margin-right: 6px;
  border-radius: 1000px;
}

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

/* 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 364, ../zurb_foundation/scss/foundation/components/_orbit.scss */
  .orbit-bullets {
    display: none;
  }
}

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

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

/* line 110, ../zurb_foundation/scss/foundation/components/_pagination.scss */
ul.pagination li a, ul.pagination li button {
  display: block;
  padding: 0.125rem 0.5625rem 0.125rem;
  color: #004494;
  background: none;
  border-radius: 3px;
  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: #58595B;
  font-weight: 700;
  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.25rem;
  padding: 1.25rem;
  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.625rem;
}

/* 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: #b4d6ff;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #e9f3ff;
  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.625rem;
}

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

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

/* line 94, ../zurb_foundation/scss/foundation/components/_panels.scss */
.panel.radius {
  border-radius: 3px;
}

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

/* 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: 0.9375rem 1.25rem;
  text-align: center;
  color: #EEEEEE;
  font-weight: 400;
  font-size: 1rem;
  font-family: "Titillium Web", "Open Sans", Helvetica, Roboto, Arial, sans-serif;
}

/* line 143, ../zurb_foundation/scss/foundation/components/_pricing-tables.scss */
.pricing-table .price {
  background-color: #F6F6F6;
  padding: 0.9375rem 1.25rem;
  text-align: center;
  color: #333333;
  font-weight: 400;
  font-size: 2rem;
  font-family: "Titillium Web", "Open Sans", Helvetica, Roboto, Arial, sans-serif;
}

/* line 144, ../zurb_foundation/scss/foundation/components/_pricing-tables.scss */
.pricing-table .description {
  background-color: #FFFFFF;
  padding: 0.9375rem;
  text-align: center;
  color: #777777;
  font-size: 0.75rem;
  font-weight: 400;
  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: 0.9375rem;
  text-align: center;
  color: #333333;
  font-size: 0.875rem;
  font-weight: 400;
  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.25rem 1.25rem 0;
}

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

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

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

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

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

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

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

/* 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: 1rem;
  border: 1px solid #DDDDDD;
  margin: 1.25rem 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: 1rem;
  border: 1px solid #DDDDDD;
  margin: 1.25rem 0;
  -ms-touch-action: none;
  touch-action: none;
  display: inline-block;
  width: 1rem;
  height: 12.5rem;
}

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

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

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

/* line 146, ../zurb_foundation/scss/foundation/components/_range-slider.scss */
.range-slider.radius .range-slider-handle {
  background: #004494;
  border-radius: 3px;
}

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

/* 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: #004494;
  border-radius: 1000px;
}

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

/* 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: #004494;
  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: #003c82;
}

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

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

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

/* 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: 3px;
  left: 0;
  background-color: #FFFFFF;
  padding: 1.25rem;
  border: solid 1px #666666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  padding: 1.875rem;
}

@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: 79.5rem;
    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.25rem;
  }
}

/* line 180, ../zurb_foundation/scss/foundation/components/_reveal.scss */
.reveal-modal.radius, dialog.radius {
  border-radius: 3px;
}

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

/* 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: 79.5rem;
    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: 79.5rem;
    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: 79.5rem;
    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: 79.5rem;
    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: 79.5rem;
    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: 79.5rem;
    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.5rem;
  line-height: 1;
  position: absolute;
  top: 0.625rem;
  right: 1.375rem;
  color: #AAAAAA;
  font-weight: 700;
  cursor: pointer;
}

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

/* line 206, ../zurb_foundation/scss/foundation/components/_reveal.scss */
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.875rem 0;
  list-style-type: none;
  list-style-position: outside;
  font-family: "Titillium Web", "Open Sans", Helvetica, Roboto, Arial, sans-serif;
}

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

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

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

/* line 87, ../zurb_foundation/scss/foundation/components/_side-nav.scss */
.side-nav li.active > a:first-child:not(.button) {
  color: #0276ff;
  font-weight: 400;
  font-family: "Titillium Web", "Open Sans", Helvetica, 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: #004494;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 173, ../zurb_foundation/scss/foundation/components/_split-buttons.scss */
.split.button, #sliding-popup .popup-content #popup-buttons button.split {
  position: relative;
  padding-right: 5.0625rem;
}

/* line 76, ../zurb_foundation/scss/foundation/components/_split-buttons.scss */
.split.button span, #sliding-popup .popup-content #popup-buttons button.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, #sliding-popup .popup-content #popup-buttons button.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, #sliding-popup .popup-content #popup-buttons button.split span:active {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 103, ../zurb_foundation/scss/foundation/components/_split-buttons.scss */
.split.button span, #sliding-popup .popup-content #popup-buttons button.split span {
  border-left-color: rgba(255, 255, 255, 0.5);
}

/* line 140, ../zurb_foundation/scss/foundation/components/_split-buttons.scss */
.split.button span, #sliding-popup .popup-content #popup-buttons button.split span {
  width: 3.09375rem;
}

/* line 141, ../zurb_foundation/scss/foundation/components/_split-buttons.scss */
.split.button span:after, #sliding-popup .popup-content #popup-buttons button.split span:after {
  border-top-style: solid;
  border-width: 0.375rem;
  top: 48%;
  margin-left: -0.375rem;
}

/* line 166, ../zurb_foundation/scss/foundation/components/_split-buttons.scss */
.split.button span:after, #sliding-popup .popup-content #popup-buttons button.split span:after {
  border-color: #FFFFFF transparent transparent transparent;
}

/* line 103, ../zurb_foundation/scss/foundation/components/_split-buttons.scss */
.split.button.secondary span, #sliding-popup .popup-content #popup-buttons button.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, #sliding-popup .popup-content #popup-buttons button.split.secondary span:after {
  border-color: #FFFFFF transparent transparent transparent;
}

/* line 103, ../zurb_foundation/scss/foundation/components/_split-buttons.scss */
.split.button.alert span, #sliding-popup .popup-content #popup-buttons button.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, #sliding-popup .popup-content #popup-buttons button.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, #sliding-popup .popup-content #popup-buttons button.split.tiny {
  padding-right: 3.75rem;
}

/* line 112, ../zurb_foundation/scss/foundation/components/_split-buttons.scss */
.split.button.tiny span, #sliding-popup .popup-content #popup-buttons button.split.tiny span {
  width: 2.25rem;
}

/* line 113, ../zurb_foundation/scss/foundation/components/_split-buttons.scss */
.split.button.tiny span:after, #sliding-popup .popup-content #popup-buttons button.split.tiny span:after {
  border-top-style: solid;
  border-width: 0.375rem;
  top: 48%;
  margin-left: -0.375rem;
}

/* line 180, ../zurb_foundation/scss/foundation/components/_split-buttons.scss */
.split.button.small, #sliding-popup .popup-content #popup-buttons button.split.small {
  padding-right: 4.375rem;
}

/* line 126, ../zurb_foundation/scss/foundation/components/_split-buttons.scss */
.split.button.small span, #sliding-popup .popup-content #popup-buttons button.split.small span {
  width: 2.625rem;
}

/* line 127, ../zurb_foundation/scss/foundation/components/_split-buttons.scss */
.split.button.small span:after, #sliding-popup .popup-content #popup-buttons button.split.small span:after {
  border-top-style: solid;
  border-width: 0.4375rem;
  top: 48%;
  margin-left: -0.375rem;
}

/* line 181, ../zurb_foundation/scss/foundation/components/_split-buttons.scss */
.split.button.large, #sliding-popup .popup-content #popup-buttons button.split.large {
  padding-right: 5.5rem;
}

/* line 154, ../zurb_foundation/scss/foundation/components/_split-buttons.scss */
.split.button.large span, #sliding-popup .popup-content #popup-buttons button.split.large span {
  width: 3.4375rem;
}

/* line 155, ../zurb_foundation/scss/foundation/components/_split-buttons.scss */
.split.button.large span:after, #sliding-popup .popup-content #popup-buttons button.split.large span:after {
  border-top-style: solid;
  border-width: 0.3125rem;
  top: 48%;
  margin-left: -0.375rem;
}

/* line 182, ../zurb_foundation/scss/foundation/components/_split-buttons.scss */
.split.button.expand, #sliding-popup .popup-content #popup-buttons button.split.expand {
  padding-left: 2rem;
}

/* line 166, ../zurb_foundation/scss/foundation/components/_split-buttons.scss */
.split.button.secondary span:after, #sliding-popup .popup-content #popup-buttons button.split.secondary span:after {
  border-color: #333333 transparent transparent transparent;
}

/* line 186, ../zurb_foundation/scss/foundation/components/_split-buttons.scss */
.split.button.radius span, #sliding-popup .popup-content #popup-buttons button.split.radius span {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 187, ../zurb_foundation/scss/foundation/components/_split-buttons.scss */
.split.button.round span, #sliding-popup .popup-content #popup-buttons button.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.25rem 0 1.125rem;
  padding-top: 0.25rem;
}

/* 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: 1rem;
  margin-bottom: 0;
  font-family: "Titillium Web", "Open Sans", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  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.1875rem 1rem;
}

/* 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: 400;
  background: #004494;
  padding: 0.1875rem 1rem;
  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: #003a7f;
}

/* 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;
  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;
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: translate3d(0, 0, 0);
  transition: left 0.15s ease-out;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

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

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

/* 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 {
  border-radius: 4px;
}

/* line 227, ../zurb_foundation/scss/foundation/components/_switches.scss */
.switch.radius 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: 2rem;
  border: solid 1px #DDDDDD;
  table-layout: auto;
}

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

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

/* line 82, ../zurb_foundation/scss/foundation/components/_tables.scss */
table thead tr th,
table thead tr td {
  padding: 0.75rem 0.9375rem;
  font-size: 1rem;
  font-weight: 700;
  color: #444444;
}

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

/* line 96, ../zurb_foundation/scss/foundation/components/_tables.scss */
table tfoot tr th,
table tfoot tr td {
  padding: 0.75rem 0.9375rem;
  font-size: 1rem;
  font-weight: 700;
  color: #444444;
}

/* line 107, ../zurb_foundation/scss/foundation/components/_tables.scss */
table tr th,
table tr td {
  padding: 0.75rem 0.9375rem;
  font-size: 0.9375rem;
  color: #444444;
  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: #F9F9F9;
}

/* 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.125rem;
}

/* 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: #EFEFEF;
  color: #222222;
  padding: 1rem 2rem;
  font-family: "Titillium Web", "Open Sans", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
}

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

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

/* line 64, ../zurb_foundation/scss/foundation/components/_tabs.scss */
.tabs.radius dd:first-child a, .tabs.radius .tab:first-child a {
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 67, ../zurb_foundation/scss/foundation/components/_tabs.scss */
.tabs.radius dd:last-child a, .tabs.radius .tab:last-child a {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* 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.5rem;
  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: 1rem 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: 1rem;
}

/* 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 1rem;
}

@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, 68, 148, 0.5);
}

/* line 63, ../zurb_foundation/scss/foundation/components/_thumbs.scss */
.th.radius {
  border-radius: 3px;
}

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

/* line 44, ../zurb_foundation/scss/foundation/components/_tooltips.scss */
.has-tip:hover, .has-tip:focus {
  border-bottom: dotted 1px #001f43;
  color: #004494;
}

/* 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: 400;
  font-size: 0.875rem;
  line-height: 1.3;
  padding: 0.75rem;
  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 {
  border-radius: 3px;
}

/* 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: #004494 !important;
  border-bottom: dotted 1px #001f43 !important;
}

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

@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:64.063em)/";
  width: 40.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: #004494;
}

/* 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: 2.8125rem;
}

/* line 152, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar {
  overflow: hidden;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative;
  background: #004494;
  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.75rem;
  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 #sliding-popup .popup-content #popup-buttons button, #sliding-popup .popup-content #popup-buttons .top-bar button, .top-bar button {
  padding-top: 0.4125rem;
  padding-bottom: 0.4125rem;
  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 #sliding-popup .popup-content #popup-buttons button, #sliding-popup .popup-content #popup-buttons .top-bar button, .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: 2.8125rem;
  margin: 0;
  font-size: 16px;
}

/* 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: 2.8125rem;
  font-size: 1.0625rem;
  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: 400;
  color: #FFFFFF;
  width: 75%;
  display: block;
  padding: 0 0.9375rem;
}

/* 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: #FFFFFF;
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: 700;
  position: relative;
  display: block;
  padding: 0 0.9375rem;
  height: 2.8125rem;
  line-height: 2.8125rem;
}

/* 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 2.5rem 0 0.9375rem;
  color: #FFFFFF;
  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: 0.9375rem;
  box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
  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: #004494;
}

/* 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: 16px;
  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 #00224a;
  clear: both;
  height: 1px;
  width: 100%;
}

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

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

/* line 327, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button {
  font-size: 0.8125rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  background-color: #004494;
  border-color: #003676;
  color: #FFFFFF;
}

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

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

/* line 333, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.secondary {
  background-color: #5FA43E;
  border-color: #4c8332;
  color: #FFFFFF;
}

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

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

/* line 334, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
}

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

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

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

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

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

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

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

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

/* line 339, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > button {
  font-size: 0.8125rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  background-color: #004494;
  border-color: #003676;
  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: #003676;
}

/* 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: #5FA43E;
  border-color: #4c8332;
  color: #FFFFFF;
}

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

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

/* line 346, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > button.success {
  background-color: #43AC6A;
  border-color: #368a55;
  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: #368a55;
}

/* 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: #f04124;
  border-color: #cf2a0e;
  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: #cf2a0e;
}

/* 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: #f08a24;
  border-color: #cf6e0e;
  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: #cf6e0e;
}

/* 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: #FFFFFF;
  background: #333333;
  color: #004494;
}

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

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

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

/* 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 rgba(255, 255, 255, 0.4);
  border-left-style: solid;
  margin-right: 0.9375rem;
  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: 400;
  padding: 8px 0.9375rem;
}

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

/* 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.125rem;
}

/* 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: #FFFFFF;
  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 0.9375rem;
}

/* line 436, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li .button, .top-bar-section .dropdown li #sliding-popup .popup-content #popup-buttons button, #sliding-popup .popup-content #popup-buttons .top-bar-section .dropdown li button, .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 0.9375rem 2px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #777777;
  font-weight: 700;
  font-size: 0.625rem;
}

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

@media only screen and (min-width: 64.063em) {
  /* line 455, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar {
    background: #004494;
    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 #sliding-popup .popup-content #popup-buttons button, #sliding-popup .popup-content #popup-buttons .top-bar button,
  .top-bar button {
    font-size: 0.875rem;
    position: relative;
    height: 1.75rem;
    top: 0.53125rem;
  }
  /* line 474, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar.expanded {
    background: #004494;
  }
  /* line 477, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
  .contain-to-grid .top-bar {
    max-width: 79.5rem;
    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: #FFFFFF;
    background: #333333;
    color: #004494;
  }
  /* line 509, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section li:not(.has-form) a:not(.button) {
    padding: 0 0.9375rem;
    line-height: 2.8125rem;
    background: #004494;
  }
  /* line 513, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section li:not(.has-form) a:not(.button):hover {
    background-color: #FFFFFF;
    background: #333333;
  }
  /* line 522, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section li.active:not(.has-form) a:not(.button) {
    padding: 0 0.9375rem;
    line-height: 2.8125rem;
    color: #FFFFFF;
    background: #004494;
  }
  /* line 527, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section li.active:not(.has-form) a:not(.button):hover {
    background: #003a7f;
    color: #FFFFFF;
  }
  /* line 537, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown > a {
    padding-right: 2.1875rem !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: rgba(255, 255, 255, 0.4) transparent transparent transparent;
    border-top-style: solid;
    margin-top: -2.5px;
    top: 1.40625rem;
  }
  /* 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: #004494;
    line-height: 2.8125rem;
    white-space: nowrap;
    padding: 12px 0.9375rem;
    background: transparent;
  }
  /* line 594, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
    color: #004494;
    background: transparent;
  }
  /* 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: #004494;
    background-color: #FFFFFF;
    background: #58595B;
  }
  /* 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 #005ac3;
    clear: none;
    height: 2.8125rem;
    width: 0;
  }
  /* line 631, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-form {
    background: #004494;
    padding: 0 0.9375rem;
    height: 2.8125rem;
  }
  /* 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: #FFFFFF;
    background: #333333;
    color: #004494;
  }
  /* line 670, ../zurb_foundation/scss/foundation/components/_top-bar.scss */
  .no-js .top-bar-section ul li:active > a {
    background: #004494;
    color: #FFFFFF;
  }
  /* 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: 64em) {
  /* 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: 64.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: 64.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: #004494;
  text-decoration: none;
  line-height: inherit;
}

/* line 222, ../zurb_foundation/scss/foundation/components/_type.scss */
a:hover, a:focus {
  color: #003a7f;
}

/* 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: "Titillium Web", "Open Sans", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility;
}

/* line 242, ../zurb_foundation/scss/foundation/components/_type.scss */
p.lead {
  font-size: 1.21875rem;
  line-height: 1.6;
}

/* line 244, ../zurb_foundation/scss/foundation/components/_type.scss */
p aside {
  font-size: 0.875rem;
  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", "Open Sans", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 600;
  font-style: 400;
  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.625rem;
}

/* line 270, ../zurb_foundation/scss/foundation/components/_type.scss */
h2 {
  font-size: 1.125rem;
}

/* line 271, ../zurb_foundation/scss/foundation/components/_type.scss */
h3 {
  font-size: 1.1875rem;
}

/* line 272, ../zurb_foundation/scss/foundation/components/_type.scss */
h4 {
  font-size: 0.9375rem;
}

/* line 273, ../zurb_foundation/scss/foundation/components/_type.scss */
h5 {
  font-size: 1.125rem;
}

/* 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: 400;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}

/* line 278, ../zurb_foundation/scss/foundation/components/_type.scss */
hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25rem 0 1.1875rem;
  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: 700;
  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: 400;
  color: #333333;
  background-color: #cee8c1;
  border-width: 1px;
  border-style: solid;
  border-color: #b5dca2;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

/* Lists */
/* line 316, ../zurb_foundation/scss/foundation/components/_type.scss */
ul,
ol,
dl {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
  list-style-position: outside;
  font-family: "Titillium Web", "Open Sans", Helvetica, Roboto, Arial, sans-serif;
}

/* 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.25rem;
  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.25rem;
  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.25rem;
  margin-bottom: 0;
}

/* Definition Lists */
/* line 376, ../zurb_foundation/scss/foundation/components/_type.scss */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: 700;
}

/* line 380, ../zurb_foundation/scss/foundation/components/_type.scss */
dl dd {
  margin-bottom: 0.75rem;
}

/* Abbreviations */
/* line 384, ../zurb_foundation/scss/foundation/components/_type.scss */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #58595B;
  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 1rem;
  padding: 2.5rem 3rem;
  border-left: 0px;
}

/* line 404, ../zurb_foundation/scss/foundation/components/_type.scss */
blockquote cite {
  display: block;
  font-size: 0px;
  color: transparent;
}

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

/* line 418, ../zurb_foundation/scss/foundation/components/_type.scss */
blockquote,
blockquote p {
  line-height: 1.5rem;
  color: #FFFFFF;
}

/* Microformats */
/* line 425, ../zurb_foundation/scss/foundation/components/_type.scss */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.625rem 0.75rem;
}

/* 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: 700;
  font-size: 0.9375rem;
}

/* line 442, ../zurb_foundation/scss/foundation/components/_type.scss */
.vevent .summary {
  font-weight: 700;
}

/* line 444, ../zurb_foundation/scss/foundation/components/_type.scss */
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: 700;
  border: none;
  padding: 0 0.0625rem;
}

@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.25rem;
  }
  /* line 457, ../zurb_foundation/scss/foundation/components/_type.scss */
  h2 {
    font-size: 1.75rem;
  }
  /* line 458, ../zurb_foundation/scss/foundation/components/_type.scss */
  h3 {
    font-size: 1.5rem;
  }
  /* line 459, ../zurb_foundation/scss/foundation/components/_type.scss */
  h4 {
    font-size: 1.25rem;
  }
  /* line 460, ../zurb_foundation/scss/foundation/components/_type.scss */
  h5 {
    font-size: 1.125rem;
  }
  /* line 461, ../zurb_foundation/scss/foundation/components/_type.scss */
  h6 {
    font-size: 1rem;
  }
}

/*
       * Print styles.
       *
       * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
       * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
      */
/* line 472, ../zurb_foundation/scss/foundation/components/_type.scss */
.print-only {
  display: none !important;
}

@media print {
  /* line 474, ../zurb_foundation/scss/foundation/components/_type.scss */
  * {
    background: transparent !important;
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  /* line 481, ../zurb_foundation/scss/foundation/components/_type.scss */
  a,
  a:visited {
    text-decoration: underline;
  }
  /* line 483, ../zurb_foundation/scss/foundation/components/_type.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }
  /* line 485, ../zurb_foundation/scss/foundation/components/_type.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* line 488, ../zurb_foundation/scss/foundation/components/_type.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /* line 492, ../zurb_foundation/scss/foundation/components/_type.scss */
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  /* line 498, ../zurb_foundation/scss/foundation/components/_type.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  /* line 500, ../zurb_foundation/scss/foundation/components/_type.scss */
  tr,
  img {
    page-break-inside: avoid;
  }
  /* line 503, ../zurb_foundation/scss/foundation/components/_type.scss */
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  /* line 507, ../zurb_foundation/scss/foundation/components/_type.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 514, ../zurb_foundation/scss/foundation/components/_type.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
  /* line 517, ../zurb_foundation/scss/foundation/components/_type.scss */
  .hide-on-print {
    display: none !important;
  }
  /* line 518, ../zurb_foundation/scss/foundation/components/_type.scss */
  .print-only {
    display: block !important;
  }
  /* line 519, ../zurb_foundation/scss/foundation/components/_type.scss */
  .hide-for-print {
    display: none !important;
  }
  /* line 520, ../zurb_foundation/scss/foundation/components/_type.scss */
  .show-for-print {
    display: inherit !important;
  }
}

/* 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%;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  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: 2.8125rem;
  line-height: 2.8125rem;
  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: 700;
  line-height: 2.8125rem;
  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.125rem;
}

/* line 295, ../zurb_foundation/scss/foundation/components/_offcanvas.scss */
.left-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-right: solid 1px #1a1919;
  left: 0;
}

/* line 296, ../zurb_foundation/scss/foundation/components/_offcanvas.scss */
.right-small {
  width: 2.8125rem;
  height: 2.8125rem;
  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.625rem;
  position: absolute;
  text-align: center;
  height: 2.8125rem;
  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: 2.8125rem;
}

/* line 213, ../zurb_foundation/scss/foundation/components/_offcanvas.scss */
.tab-bar-section.right {
  left: 2.8125rem;
  right: 0;
}

/* line 217, ../zurb_foundation/scss/foundation/components/_offcanvas.scss */
.tab-bar-section.middle {
  left: 2.8125rem;
  right: 2.8125rem;
}

/* line 302, ../zurb_foundation/scss/foundation/components/_offcanvas.scss */
.tab-bar .menu-icon {
  text-indent: 2.1875rem;
  width: 2.8125rem;
  height: 2.8125rem;
  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.5rem;
  left: 0.90625rem;
  box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
  width: 1rem;
}

/* 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: 15.625rem;
  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;
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  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: 15.625rem;
  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;
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  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 0.9375rem;
  color: #999999;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 700;
  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 {
  -ms-transform: translate(15.625rem, 0);
  -webkit-transform: translate3d(15.625rem, 0, 0);
  -moz-transform: translate3d(15.625rem, 0, 0);
  -ms-transform: translate3d(15.625rem, 0, 0);
  -o-transform: translate3d(15.625rem, 0, 0);
  transform: translate3d(15.625rem, 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 {
  -ms-transform: translate(-15.625rem, 0);
  -webkit-transform: translate3d(-15.625rem, 0, 0);
  -moz-transform: translate3d(-15.625rem, 0, 0);
  -ms-transform: translate3d(-15.625rem, 0, 0);
  -o-transform: translate3d(-15.625rem, 0, 0);
  transform: translate3d(-15.625rem, 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 {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  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 {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  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 {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  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: -15.625rem;
}

/* line 385, ../zurb_foundation/scss/foundation/components/_offcanvas.scss */
.no-csstransforms .right-off-canvas-menu {
  right: -15.625rem;
}

/* line 387, ../zurb_foundation/scss/foundation/components/_offcanvas.scss */
.no-csstransforms .move-left > .inner-wrap {
  right: 15.625rem;
}

/* line 388, ../zurb_foundation/scss/foundation/components/_offcanvas.scss */
.no-csstransforms .move-right > .inner-wrap {
  left: 15.625rem;
}

/* line 486, ../zurb_foundation/scss/foundation/components/_offcanvas.scss */
.left-submenu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  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;
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  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 0.9375rem;
  color: #999999;
  text-transform: uppercase;
  font-weight: 700;
  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 {
  -ms-transform: translate(0%, 0);
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

/* line 493, ../zurb_foundation/scss/foundation/components/_offcanvas.scss */
.right-submenu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  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;
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  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 0.9375rem;
  color: #999999;
  text-transform: uppercase;
  font-weight: 700;
  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 {
  -ms-transform: translate(0%, 0);
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  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: 64.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/eit/base/_drupal.scss */
.admin-menu .fixed {
  top: 1.8125rem;
}

/* line 11, scss/eit/base/_drupal.scss */
#status-messages.reveal-modal .alert-box, dialog#status-messages .alert-box {
  margin-bottom: 0;
}

/* line 18, scss/eit/base/_drupal.scss */
.reveal-modal, dialog {
  z-index: 999;
}

/* line 25, scss/eit/base/_drupal.scss */
.item-list .pager {
  clear: none;
}

/* line 29, scss/eit/base/_drupal.scss */
.item-list .pager li {
  padding: 0;
}

/* line 34, scss/eit/base/_drupal.scss */
.inline {
  margin: 0 auto 1.0625rem auto;
  margin-left: -1.375rem;
  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.375rem;
  display: block;
}

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

/**
 * @file
 * Stylesheet for the Contextual module.
 */
/**
 * Contextual links regions.
 */
/* line 9, scss/eit/base/_contextual.scss */
.contextual-links-region {
  outline: none;
  position: relative;
}

/* line 13, scss/eit/base/_contextual.scss */
.contextual-links-region-active {
  outline: #999 dashed 1px;
}

/**
 * Contextual links.
 */
/* line 20, scss/eit/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/eit/base/_contextual.scss */
html.js div.contextual-links-wrapper {
  display: block;
}

/* line 31, scss/eit/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;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

/* line 47, scss/eit/base/_contextual.scss */
a.contextual-links-trigger:hover,
div.contextual-links-active a.contextual-links-trigger {
  background-position: 2px -18px;
}

/* line 51, scss/eit/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/eit/base/_contextual.scss */
div.contextual-links-wrapper ul.contextual-links {
  font-size: 0.9375rem;
  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/eit/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/eit/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/eit/base/_contextual.scss */
div.contextual-links-wrapper a {
  text-decoration: none;
}

/* line 99, scss/eit/base/_contextual.scss */
ul.contextual-links li a {
  color: #333 !important;
  font-size: 0.9375rem;
  display: block;
  margin: 0.25em 0;
  padding: 0.25em 1em 0.25em 0.5em;
}

/* line 106, scss/eit/base/_contextual.scss */
ul.contextual-links li a:hover {
  background-color: #bfdcee;
}

/*blue*/
/*green*/
/*yellow*/
/*transition*/
/*font-colors
****************************/
/*font-size*/
/*spaces
**********************/
/*break points
**********************/
/*border
**********************/
/*general
***********************/
/*COLORS
**************************/
/*gray*/
/*green*/
/*blue*/
/*teal*/
/*red*/
/*purple*/
/*orange*/
/*yellow*/
/*pink*/
/*fonts
******************************/
/*box shadow
******************************/
/*spaces*/
/*transition*/
/*border-radius*/
/* Tables */
/* Modals */
/*breakpoints
********************/
/************************************
MOBILE STUFF
************************************/
/*font-sizes
*********************/
/* line 1, scss/eit/base/_base.scss */
li {
  list-style-type: none;
}

/* line 5, scss/eit/base/_base.scss */
body {
  background-color: #D7EEFA;
  overflow-x: hidden;
}

/* line 13, scss/eit/base/_base.scss */
h1, h2, h3, h4 {
  margin: 0;
  color: #58595B;
}

/* line 18, scss/eit/base/_base.scss */
ul {
  margin: 0;
}

/* line 23, scss/eit/base/_base.scss */
a {
  transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
  word-break: break-word;
}

/* line 27, scss/eit/base/_base.scss */
a:hover {
  color: #1b9de0;
}

/* line 36, scss/eit/base/_base.scss */
.body p:not([class*="smk"]) > a:not([class*="button"]):not([class*="icon"]), .body li > a:not([class*="button"]):not([class*="icon"]), .block-block p:not([class*="smk"]) > a:not([class*="button"]):not([class*="icon"]), .block-block li > a:not([class*="button"]):not([class*="icon"]) {
  border-bottom: 1px solid #7398c4;
}

/* line 39, scss/eit/base/_base.scss */
.body p:not([class*="smk"]) > a:not([class*="button"]):not([class*="icon"]):hover, .body li > a:not([class*="button"]):not([class*="icon"]):hover, .block-block p:not([class*="smk"]) > a:not([class*="button"]):not([class*="icon"]):hover, .block-block li > a:not([class*="button"]):not([class*="icon"]):hover {
  border-color: #82c9ee;
}

@font-face {
  font-family: 'eit2019';
  src: url("../fonts/icons-2019/eit2019.woff2") format("woff2"), url("../fonts/icons-2019/eit2019.ttf") format("truetype"), url("../fonts/icons-2019/eit2019.woff") format("woff"), url("../fonts/icons-2019/eit2019.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 14, scss/eit/base/_fonts.scss */
[class^="icon-"]::before, .eit-footer .eit-to-top-nav a::before, .search-toggle::before, #search-block-form .form-submit::before, a.ext::before, .view-filters-block .option::before, .close-filters::before, .block-block blockquote::before,
.block-block .blockquote::before,
.body.field blockquote::before,
.body.field .blockquote::before,
.pane-block blockquote::before,
.pane-block .blockquote::before,
.before-main-content blockquote::before,
.before-main-content .blockquote::before,
.node-about-eit-multilingual .group-header blockquote::before,
.node-about-eit-multilingual .group-header .blockquote::before,
.cke_editable blockquote::before,
.cke_editable .blockquote::before,
.ui-accordion blockquote::before,
.ui-accordion .blockquote::before, .block-block .read-more a::before,
.body.field .read-more a::before,
.pane-block .read-more a::before,
.before-main-content .read-more a::before,
.node-about-eit-multilingual .group-header .read-more a::before,
.cke_editable .read-more a::before,
.ui-accordion .read-more a::before, .block-block .tweetable-text a::before,
.body.field .tweetable-text a::before,
.pane-block .tweetable-text a::before,
.before-main-content .tweetable-text a::before,
.node-about-eit-multilingual .group-header .tweetable-text a::before,
.cke_editable .tweetable-text a::before,
.ui-accordion .tweetable-text a::before, .block-menu-block ul li.collapsed::before, .block-menu-block ul li.expanded::before, .eit-web-form form .form-type-checkbox .option::before,
.eit-web-form form .form-radios .option::before, .node-metadata .columns > .field-wrapper::before, .node-metadata .columns > .field-collection-container::before,
.node-metadata .related-content a::before, .metadata .dates .date::before, .metadata .location-data::before, .home-featured-header a::before, .pane-block.eit_activities_home ul.activities-list a::before, .eit-list-full .location::before,
.eit-list-full .on-line-event::before, .communities span::before, .ui-accordion .ui-accordion-header .field-content a::before, .group-documents-wrapper::before, .field-name-field-eit-vacancy-documents::before,
.field-name-field-eit-documents::before, .field-group-div.documents .node-eit-document::before, .map-legend ul li::before, .webform-client-form .webform-component-select::before, .webform-client-form .webform-datepicker .form-item:not(.webform-calendar)::before,
.webform-client-form .webform-component-date .webform-container-inline .form-item:not(.webform-calendar)::before, .webform-client-form .form-type-checkbox .option::before,
.webform-client-form .form-radios .option::before, [class^="icon-"]::after, .eit-footer .eit-to-top-nav a::after, .search-toggle::after, #search-block-form .form-submit::after, a.ext::after, .view-filters-block .option::after, .close-filters::after, .block-block blockquote::after,
.block-block .blockquote::after,
.body.field blockquote::after,
.body.field .blockquote::after,
.pane-block blockquote::after,
.pane-block .blockquote::after,
.before-main-content blockquote::after,
.before-main-content .blockquote::after,
.node-about-eit-multilingual .group-header blockquote::after,
.node-about-eit-multilingual .group-header .blockquote::after,
.cke_editable blockquote::after,
.cke_editable .blockquote::after,
.ui-accordion blockquote::after,
.ui-accordion .blockquote::after, .block-block .read-more a::after,
.body.field .read-more a::after,
.pane-block .read-more a::after,
.before-main-content .read-more a::after,
.node-about-eit-multilingual .group-header .read-more a::after,
.cke_editable .read-more a::after,
.ui-accordion .read-more a::after, .block-block .tweetable-text a::after,
.body.field .tweetable-text a::after,
.pane-block .tweetable-text a::after,
.before-main-content .tweetable-text a::after,
.node-about-eit-multilingual .group-header .tweetable-text a::after,
.cke_editable .tweetable-text a::after,
.ui-accordion .tweetable-text a::after, .block-menu-block ul li.collapsed::after, .block-menu-block ul li.expanded::after, .eit-web-form form .form-type-checkbox .option::after,
.eit-web-form form .form-radios .option::after, .node-metadata .columns > .field-wrapper::after, .node-metadata .columns > .field-collection-container::after,
.node-metadata .related-content a::after, .metadata .dates .date::after, .metadata .location-data::after, .home-featured-header a::after, .pane-block.eit_activities_home ul.activities-list a::after, .eit-list-full .location::after,
.eit-list-full .on-line-event::after, .communities span::after, .ui-accordion .ui-accordion-header .field-content a::after, .group-documents-wrapper::after, .field-name-field-eit-vacancy-documents::after,
.field-name-field-eit-documents::after, .field-group-div.documents .node-eit-document::after, .map-legend ul li::after, .webform-client-form .webform-component-select::after, .webform-client-form .webform-datepicker .form-item:not(.webform-calendar)::after,
.webform-client-form .webform-component-date .webform-container-inline .form-item:not(.webform-calendar)::after, .webform-client-form .form-type-checkbox .option::after,
.webform-client-form .form-radios .option::after,
[class*=" icon-"]::before,
[class*=" icon-"]::after {
  font-family: 'eit2019' !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
}

/* line 30, scss/eit/base/_fonts.scss */
.icon-time:before {
  content: "\e915";
}

/* line 36, scss/eit/base/_fonts.scss */
.icon-twitter:before {
  content: "\e90e";
}

/* line 42, scss/eit/base/_fonts.scss */
.icon-linked-in:before {
  content: "\e90c";
}

/* line 48, scss/eit/base/_fonts.scss */
.icon-facebook:before {
  content: "\e90b";
}

/* line 54, scss/eit/base/_fonts.scss */
.icon-youtube:before {
  content: "\e90f";
}

/* line 60, scss/eit/base/_fonts.scss */
.icon-instagram:before {
  content: "\e90d";
}

/* line 69, scss/eit/base/_fonts.scss */
.icon-innovation:before {
  content: "\e909";
}

/* line 75, scss/eit/base/_fonts.scss */
.icon-education:before {
  content: "\e90a";
}

/* line 81, scss/eit/base/_fonts.scss */
.icon-strategy:before {
  content: "\e908";
}

/* line 87, scss/eit/base/_fonts.scss */
.icon-entrepreneurship:before {
  content: "\e906";
}

/* line 92, scss/eit/base/_fonts.scss */
.icon-results:before {
  content: "\e907";
}

/* line 98, scss/eit/base/_fonts.scss */
.icon-cup:before {
  content: "\e91d";
}

/* line 104, scss/eit/base/_fonts.scss */
.icon-good-practices:before {
  content: "\e62f";
}

/* line 112, scss/eit/base/_fonts.scss */
.icon-what-is-eit:before {
  content: "\e909";
}

/* line 119, scss/eit/base/_fonts.scss */
.icon-board:before {
  content: "\e926";
}

/* line 124, scss/eit/base/_fonts.scss */
.icon-hq:before {
  content: "\e632";
}

/* line 134, scss/eit/base/_fonts.scss */
.icon-board:before {
  content: "\e626";
}

/* line 141, scss/eit/base/_fonts.scss */
.icon-map:before {
  content: "\e60d";
}

/* line 146, scss/eit/base/_fonts.scss */
.icon-climate-kic-b:before {
  content: "\e61f";
}

/* line 150, scss/eit/base/_fonts.scss */
.icon-digital-b:before {
  content: "\e91a";
}

/* line 154, scss/eit/base/_fonts.scss */
.icon-food-b:before {
  content: "\e91b";
}

/* line 158, scss/eit/base/_fonts.scss */
.icon-health-b:before {
  content: "\e639";
}

/* line 162, scss/eit/base/_fonts.scss */
.icon-innoenergy-b:before {
  content: "\e61d";
}

/* line 166, scss/eit/base/_fonts.scss */
.icon-materials-b:before {
  content: "\e634";
}

/* line 170, scss/eit/base/_fonts.scss */
.icon-good-practices:before {
  content: "\e62f";
}

/* line 174, scss/eit/base/_fonts.scss */
.icon-legal:before {
  content: "\e91c";
}

/* line 178, scss/eit/base/_fonts.scss */
.icon-manufacturing:before {
  content: "\e918";
}

/* line 182, scss/eit/base/_fonts.scss */
.icon-mobility:before {
  content: "\e919";
}

/* line 186, scss/eit/base/_fonts.scss */
.icon-careers:before {
  content: "\e91f";
}

/* line 190, scss/eit/base/_fonts.scss */
.icon-procurements:before {
  content: "\e62f";
}

/* line 194, scss/eit/base/_fonts.scss */
.icon-expertise:before {
  content: "\e920";
}

/* line 198, scss/eit/base/_fonts.scss */
.icon-newsletter:before {
  content: "\e925";
}

/* line 202, scss/eit/base/_fonts.scss */
.icon-media:before {
  content: "\e924";
}

/* line 206, scss/eit/base/_fonts.scss */
.icon-visual:before {
  content: "\e922";
}

/* line 209, scss/eit/base/_fonts.scss */
.icon-connect:before {
  content: "\e923";
}

/* line 213, scss/eit/base/_fonts.scss */
.icon-house:before {
  content: "\e927";
}

/* line 217, scss/eit/base/_fonts.scss */
.icon-for-you:before {
  content: "\e928";
}

/* line 221, scss/eit/base/_fonts.scss */
.icon-faq:before {
  content: "\e926";
}

/* line 225, scss/eit/base/_fonts.scss */
.icon-event:before {
  content: "\e929";
}

/* line 229, scss/eit/base/_fonts.scss */
.icon-news:before {
  content: "\e92a";
}

/* line 232, scss/eit/base/_fonts.scss */
.icon-opportunities:before {
  content: "\e92d";
}

/* line 235, scss/eit/base/_fonts.scss */
.icon-globe:before {
  content: "\e92c";
}

/* line 238, scss/eit/base/_fonts.scss */
.icon-europe:before {
  content: "\e92e";
}

/* line 241, scss/eit/base/_fonts.scss */
.icon-covid-19:before {
  content: "\e92f";
}

/* line 244, scss/eit/base/_fonts.scss */
.icon-close:before {
  content: "\e91e";
}

/* line 247, scss/eit/base/_fonts.scss */
.icon-music:before {
  content: "\e930";
}

/* line 4, scss/eit/base/_placeholders.scss */
.search-results p.search-info {
  display: inline-block;
  padding: 4px 16px;
  margin-right: 8px;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: normal;
  text-align: center;
  color: #58595B;
  background-color: #EDEDED;
  border-radius: 8px 0;
}

/* line 16, scss/eit/base/_placeholders.scss */
.search-results p.search-info:last-child {
  margin-right: 0;
}

/* View more button placeholder
*********************/
/* line 26, scss/eit/base/_placeholders.scss */
.pane-eit-newsroom-for-eit-community-panel-pane-1 .view-footer a, .pane-eit-view-documents-by-eit-community-doc-by-eit-community-pane .view-footer a,
.kic-call-documents .view-footer a,
.kic-call-events .view-footer a {
  display: block;
  margin-top: 24px;
  background: #004494;
  border-radius: 16px 0;
  color: white;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  padding: 12px 10px;
}

@media only screen and (min-width: 40.063em) {
  /* line 26, scss/eit/base/_placeholders.scss */
  .pane-eit-newsroom-for-eit-community-panel-pane-1 .view-footer a, .pane-eit-view-documents-by-eit-community-doc-by-eit-community-pane .view-footer a,
  .kic-call-documents .view-footer a,
  .kic-call-events .view-footer a {
    position: absolute;
    right: 56px;
    top: 40px;
    margin-top: 0px;
  }
  /* line 43, scss/eit/base/_placeholders.scss */
  .contextual-links-region .pane-eit-newsroom-for-eit-community-panel-pane-1 .view-footer a, .pane-eit-newsroom-for-eit-community-panel-pane-1 .view-footer .contextual-links-region a, .contextual-links-region .pane-eit-view-documents-by-eit-community-doc-by-eit-community-pane .view-footer a, .pane-eit-view-documents-by-eit-community-doc-by-eit-community-pane .view-footer .contextual-links-region a,
  .contextual-links-region .kic-call-documents .view-footer a, .kic-call-documents .view-footer .contextual-links-region a,
  .contextual-links-region .kic-call-events .view-footer a, .kic-call-events .view-footer .contextual-links-region a {
    top: -50px;
    right: 0px;
  }
}

/*coloured boxes*/
/* line 54, scss/eit/base/_placeholders.scss */
.block-block [class*="block-green-bg"],
.body.field [class*="block-green-bg"],
.pane-block [class*="block-green-bg"],
.before-main-content [class*="block-green-bg"],
.node-about-eit-multilingual .group-header [class*="block-green-bg"],
.cke_editable [class*="block-green-bg"],
.ui-accordion [class*="block-green-bg"], .block-block [class*="block-blue-bg"], .block-block .promo-link,
.body.field [class*="block-blue-bg"],
.body.field .promo-link,
.pane-block [class*="block-blue-bg"],
.pane-block .promo-link,
.before-main-content [class*="block-blue-bg"],
.before-main-content .promo-link,
.node-about-eit-multilingual .group-header [class*="block-blue-bg"],
.node-about-eit-multilingual .group-header .promo-link,
.cke_editable [class*="block-blue-bg"],
.cke_editable .promo-link,
.ui-accordion [class*="block-blue-bg"],
.ui-accordion .promo-link {
  border-radius: 30px 0;
  clear: both;
  padding: 24px 32px;
  margin-bottom: 32px;
  width: auto !important;
  color: white;
}

/* line 62, scss/eit/base/_placeholders.scss */
.block-block [class*="block-green-bg"] h2, .body.field [class*="block-green-bg"] h2, .pane-block [class*="block-green-bg"] h2, .before-main-content [class*="block-green-bg"] h2, .node-about-eit-multilingual .group-header [class*="block-green-bg"] h2, .cke_editable [class*="block-green-bg"] h2, .ui-accordion [class*="block-green-bg"] h2, .block-block [class*="block-blue-bg"] h2, .block-block .promo-link h2, .body.field [class*="block-blue-bg"] h2, .body.field .promo-link h2, .pane-block [class*="block-blue-bg"] h2, .pane-block .promo-link h2, .before-main-content [class*="block-blue-bg"] h2, .before-main-content .promo-link h2, .node-about-eit-multilingual .group-header [class*="block-blue-bg"] h2, .node-about-eit-multilingual .group-header .promo-link h2, .cke_editable [class*="block-blue-bg"] h2, .cke_editable .promo-link h2, .ui-accordion [class*="block-blue-bg"] h2, .ui-accordion .promo-link h2, .block-block [class*="block-green-bg"] h3, .body.field [class*="block-green-bg"] h3, .pane-block [class*="block-green-bg"] h3, .before-main-content [class*="block-green-bg"] h3, .node-about-eit-multilingual .group-header [class*="block-green-bg"] h3, .cke_editable [class*="block-green-bg"] h3, .ui-accordion [class*="block-green-bg"] h3, .block-block [class*="block-blue-bg"] h3, .block-block .promo-link h3, .body.field [class*="block-blue-bg"] h3, .body.field .promo-link h3, .pane-block [class*="block-blue-bg"] h3, .pane-block .promo-link h3, .before-main-content [class*="block-blue-bg"] h3, .before-main-content .promo-link h3, .node-about-eit-multilingual .group-header [class*="block-blue-bg"] h3, .node-about-eit-multilingual .group-header .promo-link h3, .cke_editable [class*="block-blue-bg"] h3, .cke_editable .promo-link h3, .ui-accordion [class*="block-blue-bg"] h3, .ui-accordion .promo-link h3, .block-block [class*="block-green-bg"] h4, .body.field [class*="block-green-bg"] h4, .pane-block [class*="block-green-bg"] h4, .before-main-content [class*="block-green-bg"] h4, .node-about-eit-multilingual .group-header [class*="block-green-bg"] h4, .cke_editable [class*="block-green-bg"] h4, .ui-accordion [class*="block-green-bg"] h4, .block-block [class*="block-blue-bg"] h4, .block-block .promo-link h4, .body.field [class*="block-blue-bg"] h4, .body.field .promo-link h4, .pane-block [class*="block-blue-bg"] h4, .pane-block .promo-link h4, .before-main-content [class*="block-blue-bg"] h4, .before-main-content .promo-link h4, .node-about-eit-multilingual .group-header [class*="block-blue-bg"] h4, .node-about-eit-multilingual .group-header .promo-link h4, .cke_editable [class*="block-blue-bg"] h4, .cke_editable .promo-link h4, .ui-accordion [class*="block-blue-bg"] h4, .ui-accordion .promo-link h4, .block-block [class*="block-green-bg"] h5, .body.field [class*="block-green-bg"] h5, .pane-block [class*="block-green-bg"] h5, .before-main-content [class*="block-green-bg"] h5, .node-about-eit-multilingual .group-header [class*="block-green-bg"] h5, .cke_editable [class*="block-green-bg"] h5, .ui-accordion [class*="block-green-bg"] h5, .block-block [class*="block-blue-bg"] h5, .block-block .promo-link h5, .body.field [class*="block-blue-bg"] h5, .body.field .promo-link h5, .pane-block [class*="block-blue-bg"] h5, .pane-block .promo-link h5, .before-main-content [class*="block-blue-bg"] h5, .before-main-content .promo-link h5, .node-about-eit-multilingual .group-header [class*="block-blue-bg"] h5, .node-about-eit-multilingual .group-header .promo-link h5, .cke_editable [class*="block-blue-bg"] h5, .cke_editable .promo-link h5, .ui-accordion [class*="block-blue-bg"] h5, .ui-accordion .promo-link h5 {
  color: #FFFFFF;
}

/* line 66, scss/eit/base/_placeholders.scss */
.block-block [class*="block-green-bg"] span, .body.field [class*="block-green-bg"] span, .pane-block [class*="block-green-bg"] span, .before-main-content [class*="block-green-bg"] span, .node-about-eit-multilingual .group-header [class*="block-green-bg"] span, .cke_editable [class*="block-green-bg"] span, .ui-accordion [class*="block-green-bg"] span, .block-block [class*="block-blue-bg"] span, .block-block .promo-link span, .body.field [class*="block-blue-bg"] span, .body.field .promo-link span, .pane-block [class*="block-blue-bg"] span, .pane-block .promo-link span, .before-main-content [class*="block-blue-bg"] span, .before-main-content .promo-link span, .node-about-eit-multilingual .group-header [class*="block-blue-bg"] span, .node-about-eit-multilingual .group-header .promo-link span, .cke_editable [class*="block-blue-bg"] span, .cke_editable .promo-link span, .ui-accordion [class*="block-blue-bg"] span, .ui-accordion .promo-link span {
  font-size: 16px;
  line-height: 24px;
}

/* line 71, scss/eit/base/_placeholders.scss */
.block-block [class*="block-green-bg"] a, .body.field [class*="block-green-bg"] a, .pane-block [class*="block-green-bg"] a, .before-main-content [class*="block-green-bg"] a, .node-about-eit-multilingual .group-header [class*="block-green-bg"] a, .cke_editable [class*="block-green-bg"] a, .ui-accordion [class*="block-green-bg"] a, .block-block [class*="block-blue-bg"] a, .block-block .promo-link a, .body.field [class*="block-blue-bg"] a, .body.field .promo-link a, .pane-block [class*="block-blue-bg"] a, .pane-block .promo-link a, .before-main-content [class*="block-blue-bg"] a, .before-main-content .promo-link a, .node-about-eit-multilingual .group-header [class*="block-blue-bg"] a, .node-about-eit-multilingual .group-header .promo-link a, .cke_editable [class*="block-blue-bg"] a, .cke_editable .promo-link a, .ui-accordion [class*="block-blue-bg"] a, .ui-accordion .promo-link a {
  color: white;
  font-weight: 600;
  border-color: #FFFFFF !important;
}

/* line 76, scss/eit/base/_placeholders.scss */
.block-block [class*="block-green-bg"] a:hover, .body.field [class*="block-green-bg"] a:hover, .pane-block [class*="block-green-bg"] a:hover, .before-main-content [class*="block-green-bg"] a:hover, .node-about-eit-multilingual .group-header [class*="block-green-bg"] a:hover, .cke_editable [class*="block-green-bg"] a:hover, .ui-accordion [class*="block-green-bg"] a:hover, .block-block [class*="block-blue-bg"] a:hover, .block-block .promo-link a:hover, .body.field [class*="block-blue-bg"] a:hover, .body.field .promo-link a:hover, .pane-block [class*="block-blue-bg"] a:hover, .pane-block .promo-link a:hover, .before-main-content [class*="block-blue-bg"] a:hover, .before-main-content .promo-link a:hover, .node-about-eit-multilingual .group-header [class*="block-blue-bg"] a:hover, .node-about-eit-multilingual .group-header .promo-link a:hover, .cke_editable [class*="block-blue-bg"] a:hover, .cke_editable .promo-link a:hover, .ui-accordion [class*="block-blue-bg"] a:hover, .ui-accordion .promo-link a:hover {
  opacity: 0.85;
}

/* line 82, scss/eit/base/_placeholders.scss */
.block-block [class*="block-green-bg"] ul > li:before, .body.field [class*="block-green-bg"] ul > li:before, .pane-block [class*="block-green-bg"] ul > li:before, .before-main-content [class*="block-green-bg"] ul > li:before, .node-about-eit-multilingual .group-header [class*="block-green-bg"] ul > li:before, .cke_editable [class*="block-green-bg"] ul > li:before, .ui-accordion [class*="block-green-bg"] ul > li:before, .block-block [class*="block-blue-bg"] ul > li:before, .block-block .promo-link ul > li:before, .body.field [class*="block-blue-bg"] ul > li:before, .body.field .promo-link ul > li:before, .pane-block [class*="block-blue-bg"] ul > li:before, .pane-block .promo-link ul > li:before, .before-main-content [class*="block-blue-bg"] ul > li:before, .before-main-content .promo-link ul > li:before, .node-about-eit-multilingual .group-header [class*="block-blue-bg"] ul > li:before, .node-about-eit-multilingual .group-header .promo-link ul > li:before, .cke_editable [class*="block-blue-bg"] ul > li:before, .cke_editable .promo-link ul > li:before, .ui-accordion [class*="block-blue-bg"] ul > li:before, .ui-accordion .promo-link ul > li:before, .block-block [class*="block-green-bg"] ol > li:before, .body.field [class*="block-green-bg"] ol > li:before, .pane-block [class*="block-green-bg"] ol > li:before, .before-main-content [class*="block-green-bg"] ol > li:before, .node-about-eit-multilingual .group-header [class*="block-green-bg"] ol > li:before, .cke_editable [class*="block-green-bg"] ol > li:before, .ui-accordion [class*="block-green-bg"] ol > li:before, .block-block [class*="block-blue-bg"] ol > li:before, .block-block .promo-link ol > li:before, .body.field [class*="block-blue-bg"] ol > li:before, .body.field .promo-link ol > li:before, .pane-block [class*="block-blue-bg"] ol > li:before, .pane-block .promo-link ol > li:before, .before-main-content [class*="block-blue-bg"] ol > li:before, .before-main-content .promo-link ol > li:before, .node-about-eit-multilingual .group-header [class*="block-blue-bg"] ol > li:before, .node-about-eit-multilingual .group-header .promo-link ol > li:before, .cke_editable [class*="block-blue-bg"] ol > li:before, .cke_editable .promo-link ol > li:before, .ui-accordion [class*="block-blue-bg"] ol > li:before, .ui-accordion .promo-link ol > li:before {
  background-color: #FFFFFF;
}

/* line 1, scss/eit/layout/_header.scss */
.l-header {
  background-image: url("../images/eit2019/radial.png");
  background-color: #004494;
  padding: 32px 0;
}

/* line 5, scss/eit/layout/_header.scss */
.l-header .eu.eu.eu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: white;
  margin-bottom: 5px;
}

/* line 11, scss/eit/layout/_header.scss */
.l-header .eu.eu.eu p {
  font-size: 0.875rem;
  margin-bottom: 1.2rem;
}

/* line 15, scss/eit/layout/_header.scss */
.l-header .eu.eu.eu img {
  margin-left: 16px;
}

/* line 19, scss/eit/layout/_header.scss */
.l-header img {
  position: relative;
  top: -10px;
  height: 65px;
}

/* line 27, scss/eit/layout/_header.scss */
.header-menu .large-1 {
  width: 10%;
}

/* line 30, scss/eit/layout/_header.scss */
.header-menu .large-8 {
  width: 65%;
}

@media screen and (max-width: 64em) {
  /* line 35, scss/eit/layout/_header.scss */
  .header-menu {
    height: 56px;
  }
}

@media screen and (max-width: 64em) {
  /* line 41, scss/eit/layout/_header.scss */
  .l-header {
    position: fixed;
    z-index: 100;
    height: 3.5rem;
    width: 100%;
    padding: 0;
    top: 0;
  }
  /* line 48, scss/eit/layout/_header.scss */
  .l-header img {
    position: absolute;
    left: 11px;
    z-index: 100;
    top: 7px;
    height: 42px;
    width: auto;
  }
  /* line 56, scss/eit/layout/_header.scss */
  .l-header .columns {
    position: static;
  }
  /* line 60, scss/eit/layout/_header.scss */
  .l-header .eu.eu.eu {
    font-size: 0;
    position: absolute;
    right: 170px;
    top: 3px;
    width: 86px;
  }
}

@media screen and (max-width: 64em) and (max-width: 364px) {
  /* line 60, scss/eit/layout/_header.scss */
  .l-header .eu.eu.eu {
    right: auto;
    left: 0;
  }
}

@media screen and (max-width: 64em) and (max-width: 398px) {
  /* line 70, scss/eit/layout/_header.scss */
  .l-header .eu.eu.eu img {
    width: 33px;
    left: 43px;
  }
}

@media screen and (max-width: 64em) and (max-width: 364px) {
  /* line 70, scss/eit/layout/_header.scss */
  .l-header .eu.eu.eu img {
    right: auto;
    top: 30px;
    left: 39px;
    width: 30px;
    z-index: 0;
  }
}

@media screen and (max-width: 64em) {
  /* line 83, scss/eit/layout/_header.scss */
  .l-header .eu.eu.eu p {
    font-size: 0;
  }
  /* line 88, scss/eit/layout/_header.scss */
  .active-filters .l-header {
    display: none;
  }
}

@media screen and (max-width: 64em) {
  /* line 95, scss/eit/layout/_header.scss */
  .l-header img {
    height: 39px;
  }
}

/* line 4, scss/eit/layout/_footer.scss */
.eit-footer {
  background: #004494;
  color: white;
  padding: 96px 64px;
}

/* line 8, scss/eit/layout/_footer.scss */
.eit-footer a {
  color: white;
  transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
}

/* line 11, scss/eit/layout/_footer.scss */
.eit-footer a:hover {
  color: #E0E0E0;
}

/* line 15, scss/eit/layout/_footer.scss */
.eit-footer h2.block-title {
  font-size: 1.75rem;
  color: #E0E0E0;
  font-weight: 600;
  margin-bottom: 32px;
}

/* line 23, scss/eit/layout/_footer.scss */
.eit-footer .footer-second .block-menu-block h2, .eit-footer .footer-third .block-menu-block h2, .eit-footer .footer-fourth .block-menu-block h2, .eit-footer .footer-fifth .block-menu-block h2 {
  color: #73C4EE;
  font-size: 1rem;
  font-weight: 600;
  position: relative;
  margin: 16px 0;
}

/* line 29, scss/eit/layout/_footer.scss */
.eit-footer .footer-second .block-menu-block h2:before, .eit-footer .footer-third .block-menu-block h2:before, .eit-footer .footer-fourth .block-menu-block h2:before, .eit-footer .footer-fifth .block-menu-block h2:before {
  position: absolute;
  display: inline-block;
  content: "";
  border-top: 3px solid #5FA43E;
  width: 16px;
  top: -25px;
  left: 0;
}

/* line 40, scss/eit/layout/_footer.scss */
.eit-footer .footer-second .menu-link-title a, .eit-footer .footer-third .menu-link-title a, .eit-footer .footer-fourth .menu-link-title a, .eit-footer .footer-fifth .menu-link-title a {
  line-height: 24px;
}

/* line 42, scss/eit/layout/_footer.scss */
.eit-footer .footer-second .menu-link-title a:before, .eit-footer .footer-third .menu-link-title a:before, .eit-footer .footer-fourth .menu-link-title a:before, .eit-footer .footer-fifth .menu-link-title a:before {
  display: none !important;
}

/* line 46, scss/eit/layout/_footer.scss */
.eit-footer .footer-second li, .eit-footer .footer-third li, .eit-footer .footer-fourth li, .eit-footer .footer-fifth li {
  margin-bottom: 0;
}

/* line 50, scss/eit/layout/_footer.scss */
.eit-footer p {
  color: #E0E0E0;
}

/* line 54, scss/eit/layout/_footer.scss */
.eit-footer .touch a {
  font-size: 1rem;
  line-height: 24px;
}

/* line 58, scss/eit/layout/_footer.scss */
.eit-footer .touch .contact.ext {
  margin-bottom: 16px;
}

@media only screen and (min-width: 64.063em) {
  /* line 66, scss/eit/layout/_footer.scss */
  .eit-footer .contact-details div.contact-wrapper {
    display: flex;
    justify-content: space-between;
  }
  /* line 71, scss/eit/layout/_footer.scss */
  .eit-footer .contact-details div.contact-wrapper p:first-child {
    padding-right: 1.25rem;
  }
}

/* line 77, scss/eit/layout/_footer.scss */
.eit-footer .contact-details .button, .eit-footer .contact-details #sliding-popup .popup-content #popup-buttons button, #sliding-popup .popup-content #popup-buttons .eit-footer .contact-details button {
  white-space: nowrap;
}

/* line 83, scss/eit/layout/_footer.scss */
.eit-footer .block-simplenews {
  margin-top: 32px;
}

/* line 86, scss/eit/layout/_footer.scss */
.eit-footer .block-simplenews > p {
  font-weight: 700;
  margin-bottom: 24px;
}

/* line 91, scss/eit/layout/_footer.scss */
.eit-footer .form-item-mail {
  margin-bottom: 0;
}

/* line 93, scss/eit/layout/_footer.scss */
.eit-footer .form-item-mail label {
  display: none;
}

/* line 97, scss/eit/layout/_footer.scss */
.eit-footer #edit-mail {
  background: transparent;
  border-radius: 0 16px;
  border: 1px solid #73C4EE;
  color: #73C4EE;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 0;
}

/* line 105, scss/eit/layout/_footer.scss */
.eit-footer #edit-mail::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #73C4EE;
  font-size: 16px;
  line-height: 16px;
}

/* line 110, scss/eit/layout/_footer.scss */
.eit-footer #edit-mail::-moz-placeholder {
  /* Firefox 19+ */
  color: #73C4EE;
  font-size: 16px;
  line-height: 16px;
}

/* line 115, scss/eit/layout/_footer.scss */
.eit-footer #edit-mail:-ms-input-placeholder {
  /* IE 10+ */
  color: #73C4EE;
  font-size: 16px;
  line-height: 16px;
}

/* line 120, scss/eit/layout/_footer.scss */
.eit-footer #edit-mail:-moz-placeholder {
  /* Firefox 18- */
  color: #73C4EE;
}

/* line 123, scss/eit/layout/_footer.scss */
.eit-footer #edit-mail:focus, .eit-footer #edit-mail:active {
  outline: none;
  box-shadow: none;
}

/* line 129, scss/eit/layout/_footer.scss */
.eit-footer .form-submit {
  background: #5FA43E;
  border-radius: 16px 0;
  padding: 10px 16px;
  float: right;
}

/* line 134, scss/eit/layout/_footer.scss */
.eit-footer .form-submit:hover {
  background-color: #4A8C3B;
}

/* line 140, scss/eit/layout/_footer.scss */
.eit-footer .eit-to-top-nav {
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 1000;
  display: none;
}

/* line 146, scss/eit/layout/_footer.scss */
.eit-footer .eit-to-top-nav a {
  display: block;
  text-align: center;
  padding: 0.9375rem 1.25rem;
  background-color: #5FA43E;
  border-top: 2px solid #FFFFFF;
  border-left: 2px solid #FFFFFF;
  border-radius: 19px 0px 0px 0px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 0.6875rem;
  font-weight: 700;
}

/* line 160, scss/eit/layout/_footer.scss */
.eit-footer .eit-to-top-nav a:before {
  content: "\e912";
  display: block;
  color: inherit;
  font-size: 0.6875rem;
  transform: rotate(-90deg);
  margin-bottom: 2px;
}

/* line 169, scss/eit/layout/_footer.scss */
.eit-footer .eit-to-top-nav a:hover {
  background-color: #4A8C3B;
}

/*
.block-menu-block ul li.collapsed:before{
  display:none;
}*/
/* line 181, scss/eit/layout/_footer.scss */
.l-footer {
  font-size: 14px;
  /*  .l-footer-second{
      border-top: 1px solid #EBEBEB;
      margin-top:$space-medium;
      margin-left:-1.25rem;
      margin-right:-1.25rem;
    }*/
  /*
  .eworx {
    margin: $space-medium -1.25rem $space-large;
    padding-right:0;
  }
  */
}

/* line 184, scss/eit/layout/_footer.scss */
.l-footer .copyright {
  color: #58595B;
  display: block;
  float: left;
  padding-top: 12px;
  margin-left: 0;
  width: 80px !important;
  text-align: left !important;
  padding-left: 0 !important;
  padding: 0;
}

/* line 195, scss/eit/layout/_footer.scss */
.l-footer .menu {
  display: flex;
  flex-wrap: wrap;
}

/* line 199, scss/eit/layout/_footer.scss */
.l-footer .menu li:not(:last-child) span:after {
  content: "•";
  padding: 0 8px;
  color: #58595B;
  font-size: 7px;
  vertical-align: middle;
}

/* line 207, scss/eit/layout/_footer.scss */
.l-footer .menu a {
  color: #004494;
}

/* line 209, scss/eit/layout/_footer.scss */
.l-footer .menu a:hover {
  text-decoration: underline;
}

/* line 227, scss/eit/layout/_footer.scss */
.l-footer.panel {
  border: none;
  background: white;
  margin-bottom: 0;
}

/* line 232, scss/eit/layout/_footer.scss */
.l-footer .eu {
  display: inline-block;
  width: auto;
  height: auto;
  background: url(../images/map-europe.png) no-repeat 0 0;
  background: none;
  float: right;
  padding-right: 0;
  padding-top: 8px;
}

/* line 241, scss/eit/layout/_footer.scss */
.l-footer .eu img {
  display: inline-block;
  float: left;
}

/* line 245, scss/eit/layout/_footer.scss */
.l-footer .eu p {
  float: left;
  margin-left: 58px;
  line-height: 1em;
  display: inline-block;
}

/* line 257, scss/eit/layout/_footer.scss */
.footer-eu a {
  font-size: 0;
  display: block;
  padding: 0;
}

@media only screen and (min-width: 40.063em) {
  /* line 257, scss/eit/layout/_footer.scss */
  .footer-eu a {
    display: inline-block;
    vertical-align: middle;
    width: 30%;
  }
}

@media only screen and (min-width: 64.063em) {
  /* line 257, scss/eit/layout/_footer.scss */
  .footer-eu a {
    width: 189px;
  }
}

/* line 271, scss/eit/layout/_footer.scss */
.footer-eu .eu {
  padding: 0;
  font-size: 0;
  margin-left: 1rem;
  display: block;
  display: inline-block;
}

@media only screen and (max-width: 40em) {
  /* line 271, scss/eit/layout/_footer.scss */
  .footer-eu .eu {
    margin-top: 1rem;
  }
}

@media only screen and (min-width: 40.063em) {
  /* line 271, scss/eit/layout/_footer.scss */
  .footer-eu .eu {
    vertical-align: middle;
    width: 43%;
  }
}

@media only screen and (min-width: 64.063em) {
  /* line 271, scss/eit/layout/_footer.scss */
  .footer-eu .eu {
    width: calc(100% - 205px);
    display: flex;
    align-items: center;
    padding-top: 0.5%;
  }
}

@media only screen and (min-width: 64.063em) {
  /* line 290, scss/eit/layout/_footer.scss */
  .footer-eu .eu img {
    width: 58px;
  }
}

/* line 295, scss/eit/layout/_footer.scss */
.footer-eu .eu p {
  font-size: 12px;
  margin-left: 1rem;
  margin-top: 1rem;
  width: 53%;
  padding-top: 0;
}

@media only screen and (max-width: 64em) {
  /* line 295, scss/eit/layout/_footer.scss */
  .footer-eu .eu p {
    margin-top: 0.6rem;
    text-align: left;
  }
}

@media only screen and (min-width: 64.063em) {
  /* line 295, scss/eit/layout/_footer.scss */
  .footer-eu .eu p {
    width: calc(100% - 58px);
    padding-top: 0;
  }
}

@media only screen and (min-width: 64.063em) {
  /* line 315, scss/eit/layout/_footer.scss */
  .l-footer.panel > .row {
    display: flex;
    align-items: center;
  }
  /* line 319, scss/eit/layout/_footer.scss */
  .l-footer.panel .footer-eu {
    margin-left: auto;
  }
}

/* line 325, scss/eit/layout/_footer.scss */
footer div#ewxlinks a#eworx {
  background: url(../images/eworx.png) no-repeat 0 0;
  text-indent: -5000px;
  display: block;
  float: left;
  height: 30px;
  width: 78px;
}

/* line 334, scss/eit/layout/_footer.scss */
footer div#ewxlinks a#eworx:hover, footer div#ewxlinks a#eworx:focus {
  background: url(../images/eworx.png) no-repeat 0 -46px;
}

/* line 339, scss/eit/layout/_footer.scss */
#ewxlinks {
  display: inline-block;
  margin-top: 0px;
  float: right;
}

/*responsive
*****************************/
@media screen and (max-width: 64em) {
  /* line 350, scss/eit/layout/_footer.scss */
  .eit-footer {
    padding: 8px 16px 24px;
    text-align: center;
  }
  /* line 353, scss/eit/layout/_footer.scss */
  .eit-footer h2 {
    margin-bottom: 24px;
  }
  /* line 356, scss/eit/layout/_footer.scss */
  .eit-footer .footer-second, .eit-footer .footer-third, .eit-footer .footer-fourth, .eit-footer .footer-fifth {
    padding: 0;
  }
  /* line 359, scss/eit/layout/_footer.scss */
  .eit-footer .footer-second .block-menu-block h2, .eit-footer .footer-third .block-menu-block h2, .eit-footer .footer-fourth .block-menu-block h2, .eit-footer .footer-fifth .block-menu-block h2 {
    color: white;
    font-size: 1.125rem;
    font-weight: 400;
  }
  /* line 363, scss/eit/layout/_footer.scss */
  .eit-footer .footer-second .block-menu-block h2:before, .eit-footer .footer-third .block-menu-block h2:before, .eit-footer .footer-fourth .block-menu-block h2:before, .eit-footer .footer-fifth .block-menu-block h2:before {
    display: none;
  }
  /* line 369, scss/eit/layout/_footer.scss */
  .eit-footer .block-block {
    margin-top: 32px;
  }
  /* line 372, scss/eit/layout/_footer.scss */
  .eit-footer #edit-mail {
    padding: 16px;
  }
  /* line 375, scss/eit/layout/_footer.scss */
  .eit-footer .block-menu-block {
    display: block;
  }
  /* line 377, scss/eit/layout/_footer.scss */
  .eit-footer .block-menu-block .menu-block-wrapper {
    max-height: 0;
    overflow: hidden;
    transition: 0.2s ease-in all;
  }
  /* line 382, scss/eit/layout/_footer.scss */
  .eit-footer .block-menu-block.is-active .menu-block-wrapper {
    max-height: 300px;
  }
  /* line 387, scss/eit/layout/_footer.scss */
  .l-footer.panel {
    text-align: center;
    padding: 48px 0;
  }
  /* line 390, scss/eit/layout/_footer.scss */
  .l-footer.panel > .row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  /* line 396, scss/eit/layout/_footer.scss */
  .l-footer.panel .menu {
    padding-top: 8px;
    justify-content: center;
  }
  /* line 401, scss/eit/layout/_footer.scss */
  #ewxlinks {
    float: none;
  }
  /* line 404, scss/eit/layout/_footer.scss */
  .footer-eu {
    float: none;
    padding-top: 32px;
    margin-top: 32px;
    border-top: 1px solid #EBEBEB;
  }
  /* line 409, scss/eit/layout/_footer.scss */
  .footer-eu .eu {
    float: none;
    width: auto;
  }
  /*  .l-footer .l-footer-second {
      border-top: none;
    }*/
  /*  .l-footer .eworx{
      margin-bottom:0;
    }*/
  /* line 420, scss/eit/layout/_footer.scss */
  .l-footer-columns {
    display: flex;
    flex-wrap: wrap;
  }
  /* line 423, scss/eit/layout/_footer.scss */
  .l-footer-columns > .large-4 {
    order: -1;
  }
  /* line 426, scss/eit/layout/_footer.scss */
  .l-footer-columns > .large-8 {
    text-align: center;
  }
  /* line 430, scss/eit/layout/_footer.scss */
  .l-footer-columns .footer-second h2, .l-footer-columns .footer-third h2, .l-footer-columns .footer-fourth h2, .l-footer-columns .footer-fifth h2 {
    margin-bottom: 24px;
  }
  /* line 432, scss/eit/layout/_footer.scss */
  .l-footer-columns .footer-second h2:before, .l-footer-columns .footer-third h2:before, .l-footer-columns .footer-fourth h2:before, .l-footer-columns .footer-fifth h2:before {
    left: 50%;
    transform: translatex(-50%);
  }
  /* line 436, scss/eit/layout/_footer.scss */
  .l-footer-columns .footer-second h2:after, .l-footer-columns .footer-third h2:after, .l-footer-columns .footer-fourth h2:after, .l-footer-columns .footer-fifth h2:after {
    font-family: 'eit2019';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
    content: "\e905";
    margin-left: 16px;
    font-size: 14px;
    color: #5FA43E;
  }
  /* line 454, scss/eit/layout/_footer.scss */
  .l-footer-columns .footer-second .is-active h2:after, .l-footer-columns .footer-third .is-active h2:after, .l-footer-columns .footer-fourth .is-active h2:after, .l-footer-columns .footer-fifth .is-active h2:after {
    content: "\e902";
  }
}

/* line 1, scss/eit/layout/_social-right.scss */
ul.social-links-topbar {
  position: fixed;
  right: 0;
  top: 246px;
  /*transform:translatey(-50%);*/
  z-index: 10;
}

/* line 7, scss/eit/layout/_social-right.scss */
ul.social-links-topbar > li {
  margin-bottom: 0px !important;
  padding-left: 0px !important;
}

/* line 11, scss/eit/layout/_social-right.scss */
ul.social-links-topbar > li:before {
  content: none !important;
}

/* line 16, scss/eit/layout/_social-right.scss */
ul.social-links-topbar > li:first-child a {
  border-radius: 16px 0 0 0;
}

/* line 21, scss/eit/layout/_social-right.scss */
ul.social-links-topbar > li:last-child a {
  border-radius: 0 0 0 16px;
}

/* line 26, scss/eit/layout/_social-right.scss */
ul.social-links-topbar a {
  background: #73C4EE;
  padding: 10px;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
}

/* line 35, scss/eit/layout/_social-right.scss */
ul.social-links-topbar a:hover {
  background: #58595B;
}

/* line 38, scss/eit/layout/_social-right.scss */
ul.social-links-topbar a:before {
  color: white;
  font-size: 15px;
  line-height: 1;
}

/* line 43, scss/eit/layout/_social-right.scss */
ul.social-links-topbar a:after {
  display: none;
}

/* line 50, scss/eit/layout/_social-right.scss */
.front.front .social-links-topbar {
  top: 305px;
}

/*responsive
******************************/
@media screen and (max-width: 64em) {
  /* line 60, scss/eit/layout/_social-right.scss */
  ul.social-links-topbar a {
    width: 32px;
    background: rgba(115, 196, 238, 0.8);
  }
  /* line 65, scss/eit/layout/_social-right.scss */
  .front.front .social-links-topbar {
    top: 200px;
  }
}

/* line 1, scss/eit/layout/_featured-content.scss */
.featured-content {
  background: #E74394;
}

/* line 4, scss/eit/layout/_featured-content.scss */
.featured-content + .featured-content {
  background-color: #004494;
}

/* line 8, scss/eit/layout/_featured-content.scss */
.featured-content li {
  color: white;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

/* line 13, scss/eit/layout/_featured-content.scss */
.featured-content li a {
  color: white;
  display: inline-block;
  transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
}

/* line 17, scss/eit/layout/_featured-content.scss */
.featured-content li a:hover {
  color: #E0E0E0;
}

/* line 22, scss/eit/layout/_featured-content.scss */
.featured-content li:not(:last-child) {
  margin-bottom: 24px;
}

/* line 28, scss/eit/layout/_featured-content.scss */
.featured-content ul.featured-nav {
  margin: 0px;
}

/* line 31, scss/eit/layout/_featured-content.scss */
.featured-content ul.featured-nav li {
  line-height: 1.2;
  padding-left: 0px;
  margin-left: 0px;
}

/* line 36, scss/eit/layout/_featured-content.scss */
.featured-content ul.featured-nav li:before {
  content: none;
}

/* line 42, scss/eit/layout/_featured-content.scss */
.featured-content a.more {
  display: block;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 8px;
}

/* line 48, scss/eit/layout/_featured-content.scss */
.featured-content a.more:before {
  content: "\e902";
  position: relative;
  top: -1px;
  margin-right: 8px;
  transform: rotate(90deg);
  display: inline-block;
  font-size: 12px;
}

/* line 3, scss/eit/layout/_menu.scss */
.l-header .top-bar .name h1 {
  display: none;
}

/* line 7, scss/eit/layout/_menu.scss */
.l-header .top-bar-section ul li > a, .l-header .top-bar-section ul li > label {
  font-size: 16px;
}

/*put items right place
*****************************/
@media only screen and (min-width: 64.063em) {
  /* line 17, scss/eit/layout/_menu.scss */
  .l-header .top-bar {
    background: transparent;
    height: auto;
  }
  /* line 21, scss/eit/layout/_menu.scss */
  .l-header .contain-to-grid {
    background: transparent;
  }
  /* line 25, scss/eit/layout/_menu.scss */
  .l-header .top-bar-section > ul li:not(.has-form) > a {
    background: transparent;
  }
  /* line 28, scss/eit/layout/_menu.scss */
  .l-header .top-bar-section li {
    float: none;
    display: inline-block;
  }
  /* line 34, scss/eit/layout/_menu.scss */
  .l-header .top-bar-section > ul.main-nav {
    float: none !important;
    display: flex;
    justify-content: flex-end;
  }
  /* line 38, scss/eit/layout/_menu.scss */
  .l-header .top-bar-section > ul.main-nav > li {
    background: transparent;
  }
  /* line 40, scss/eit/layout/_menu.scss */
  .l-header .top-bar-section > ul.main-nav > li > a, .l-header .top-bar-section > ul.main-nav > li > label {
    font-weight: 600;
  }
  /* line 45, scss/eit/layout/_menu.scss */
  .l-header .top-bar-section > ul li {
    background: transparent;
  }
  /* line 48, scss/eit/layout/_menu.scss */
  .l-header .top-bar-section .secondary {
    float: none !important;
    display: flex;
    justify-content: flex-end;
  }
  /* line 52, scss/eit/layout/_menu.scss */
  .l-header .top-bar-section .secondary > li > .dropdown {
    left: 0 !important;
    right: auto !important;
  }
}

/* line 61, scss/eit/layout/_menu.scss */
.top-bar-section ul li > label {
  display: block;
  width: 100%;
  color: #FFFFFF;
  font-family: "Titillium Web", Helvetica, Roboto, Arial, sans-serif;
  text-transform: none;
  padding: 0 0.9375rem;
  line-height: 2.8125rem;
  background: transparent;
  font-weight: 600;
  transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
  font-size: 16px;
  margin-bottom: 0;
}

/*arrow and hover
*******************************/
/* line 83, scss/eit/layout/_menu.scss */
.l-header .top-bar-section .has-dropdown > a:after, .l-header .top-bar-section .has-dropdown > label:after {
  font-family: 'eit2019';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  content: "\e905";
  border: none;
  font-size: 14px;
  color: #5FA43E;
  top: 40%;
  right: 10px;
}

/* line 101, scss/eit/layout/_menu.scss */
.l-header .top-bar-section .has-dropdown:hover > a:after, .l-header .top-bar-section .has-dropdown:hover > label:after {
  content: "\e902";
}

/* line 108, scss/eit/layout/_menu.scss */
.top-bar-section > ul > li:not(.has-form) > a:not(.button), .top-bar-section > ul > li:not(.has-form) > label {
  transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
  font-size: 16px;
}

/* line 115, scss/eit/layout/_menu.scss */
.top-bar-section > ul > li:hover:not(.has-form) > a:not(.button), .top-bar-section > ul > li:hover:not(.has-form) > label {
  background: white;
  border-radius: 0 16px;
  color: #004494;
}

/* line 125, scss/eit/layout/_menu.scss */
.top-bar-section .has-dropdown > label:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
  border-left-style: solid;
  margin-right: 0.9375rem;
  margin-top: -4.5px;
  position: absolute;
  top: 50%;
  right: 0;
}

/* line 140, scss/eit/layout/_menu.scss */
.top-bar-section .has-dropdown > label {
  padding-right: 2.1875rem !important;
}

@media only screen and (min-width: 64.063em) {
  /* line 146, scss/eit/layout/_menu.scss */
  .top-bar-section .has-dropdown > label:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
    border-top-style: solid;
    margin-top: -2.5px;
    top: 1.40625rem;
  }
}

/* line 159, scss/eit/layout/_menu.scss */
.top-bar-section .dropdown {
  padding: 24px 0;
  background: white;
  border-radius: 30px 0;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
}

/* line 165, scss/eit/layout/_menu.scss */
.top-bar-section .dropdown li:not(.has-form) > a:not(.button), .top-bar-section .dropdown li:not(.has-form) > label {
  color: #004494;
  background: transparent;
  padding: 0 32px;
  transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
  text-transform: none;
}

/* line 171, scss/eit/layout/_menu.scss */
.top-bar-section .dropdown li:not(.has-form) > a:not(.button):hover, .top-bar-section .dropdown li:not(.has-form) > label:hover {
  background: #EDEDED;
  color: #004494;
}

/*arrows inside*/
/* line 183, scss/eit/layout/_menu.scss */
.top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after, .top-bar-section .has-dropdown .dropdown li.has-dropdown > label:after {
  font-family: 'eit2019';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  content: "\e901";
  border: none;
  font-size: 14px;
  color: #5FA43E;
  top: 40%;
  right: 10px;
}

/* line 203, scss/eit/layout/_menu.scss */
.top-bar-section .has-dropdown:not(.opens-right) .dropdown li.has-dropdown:hover > a:after, .top-bar-section .has-dropdown:not(.opens-right) .dropdown li.has-dropdown:hover > label:after {
  content: "\e900";
}

/* line 211, scss/eit/layout/_menu.scss */
.top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button), .top-bar-section .dropdown li:not(.has-form):not(.active):hover label {
  background: #EDEDED;
}

/*small menu*/
/* line 218, scss/eit/layout/_menu.scss */
.header-menu {
  position: relative;
}

@media screen and (max-width: 64em) {
  /* line 223, scss/eit/layout/_menu.scss */
  .header-menu .large-8 {
    width: 100%;
    padding: 0;
  }
  /* line 227, scss/eit/layout/_menu.scss */
  .contain-to-grid {
    background: transparent;
  }
  /* line 230, scss/eit/layout/_menu.scss */
  .top-bar.top-bar.top-bar {
    background: transparent;
    position: static;
  }
  /* line 233, scss/eit/layout/_menu.scss */
  .top-bar.top-bar.top-bar .title-area {
    position: static;
  }
  /* line 236, scss/eit/layout/_menu.scss */
  .top-bar.top-bar.top-bar .name {
    display: none;
  }
  /* line 239, scss/eit/layout/_menu.scss */
  .top-bar.top-bar.top-bar .top-bar.expanded .title-area {
    background: transparent;
  }
  /* line 242, scss/eit/layout/_menu.scss */
  .top-bar.top-bar.top-bar .toggle-topbar {
    position: static;
  }
  /* line 244, scss/eit/layout/_menu.scss */
  .top-bar.top-bar.top-bar .toggle-topbar a, .top-bar.top-bar.top-bar .toggle-topbar label {
    position: absolute;
    z-index: 999999;
    right: 69px;
    top: 0;
    height: 3.5rem;
    width: 81px;
    padding: 0 26px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    border-left: 1px solid rgba(255, 255, 255, 0.3);
  }
  /* line 255, scss/eit/layout/_menu.scss */
  .top-bar.top-bar.top-bar .toggle-topbar span {
    display: block;
    font-size: 0;
  }
  /* line 258, scss/eit/layout/_menu.scss */
  .top-bar.top-bar.top-bar .toggle-topbar span:after {
    box-shadow: 0 0 0 2px #FFFFFF, 0 8px 0 2px #FFFFFF, 0 16px 0 2px #FFFFFF;
    width: 18px;
    right: 30px;
  }
  @supports (-webkit-touch-callout: none) {
    /* line 258, scss/eit/layout/_menu.scss */
    .top-bar.top-bar.top-bar .toggle-topbar span:after {
      /* CSS specific to iOS devices */
      box-shadow: white 0px -2px 0px 1px, white 0px 8px 0px 1px, white 0px 18px 0px 1px;
      width: 24px;
      right: 28px;
      border-top-style: ridge;
    }
  }
  /* line 272, scss/eit/layout/_menu.scss */
  .top-bar.top-bar.top-bar .top-bar-section {
    top: 72px;
  }
  /* line 275, scss/eit/layout/_menu.scss */
  .top-bar.top-bar.top-bar.expanded {
    height: 90vh !important;
  }
  /* line 277, scss/eit/layout/_menu.scss */
  .top-bar.top-bar.top-bar.expanded .main-nav {
    background: white;
    padding-top: 24px;
    border-radius: 30px 0 0 0;
  }
  /* line 281, scss/eit/layout/_menu.scss */
  .top-bar.top-bar.top-bar.expanded .main-nav li a, .top-bar.top-bar.top-bar.expanded .main-nav li label {
    padding: 16px 32px;
  }
  /* line 285, scss/eit/layout/_menu.scss */
  .top-bar.top-bar.top-bar.expanded .secondary.link-list {
    border-radius: 0 0 30px 0;
    background: white;
    padding-bottom: 24px;
  }
  /* line 289, scss/eit/layout/_menu.scss */
  .top-bar.top-bar.top-bar.expanded .secondary.link-list li a, .top-bar.top-bar.top-bar.expanded .secondary.link-list li label {
    padding: 16px 32px;
  }
  /* line 294, scss/eit/layout/_menu.scss */
  .top-bar.top-bar.top-bar.expanded .main-nav li, .top-bar.top-bar.top-bar.expanded .secondary.link-list li {
    background-color: white;
  }
  /* line 296, scss/eit/layout/_menu.scss */
  .top-bar.top-bar.top-bar.expanded .main-nav li:hover, .top-bar.top-bar.top-bar.expanded .secondary.link-list li:hover {
    background: white;
  }
  /* line 299, scss/eit/layout/_menu.scss */
  .top-bar.top-bar.top-bar.expanded .main-nav li a, .top-bar.top-bar.top-bar.expanded .main-nav li label, .top-bar.top-bar.top-bar.expanded .secondary.link-list li a, .top-bar.top-bar.top-bar.expanded .secondary.link-list li label {
    background-color: white;
    color: #004494;
    font-size: 16px;
    line-height: 18px;
  }
  /* line 307, scss/eit/layout/_menu.scss */
  .top-bar.top-bar.top-bar.expanded .toggle-topbar {
    position: static;
  }
  /* line 309, scss/eit/layout/_menu.scss */
  .top-bar.top-bar.top-bar.expanded .toggle-topbar a, .top-bar.top-bar.top-bar.expanded .toggle-topbar label {
    background-color: white;
  }
  /* line 312, scss/eit/layout/_menu.scss */
  .top-bar.top-bar.top-bar.expanded .toggle-topbar a span:after, .top-bar.top-bar.top-bar.expanded .toggle-topbar label span:after {
    font-family: 'eit2019';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
    box-shadow: none;
    content: "\e91e";
    color: #004494;
    font-size: 28px;
    right: 35px;
    top: 23px;
  }
  @supports (-webkit-touch-callout: none) {
    /* line 312, scss/eit/layout/_menu.scss */
    .top-bar.top-bar.top-bar.expanded .toggle-topbar a span:after, .top-bar.top-bar.top-bar.expanded .toggle-topbar label span:after {
      /* CSS specific to iOS devices */
      right: 30px;
      border-top-style: none;
    }
  }
  /* line 340, scss/eit/layout/_menu.scss */
  .l-header .top-bar-section .has-dropdown:hover > a:after, .l-header .top-bar-section .has-dropdown:hover > label:after {
    content: "\e901";
  }
  /* line 343, scss/eit/layout/_menu.scss */
  .l-header .top-bar-section .has-dropdown > a:after, .l-header .top-bar-section .has-dropdown > label:after {
    content: "\e901";
  }
  /* line 346, scss/eit/layout/_menu.scss */
  .l-header .top-bar-section .has-dropdown .title.back {
    position: relative;
  }
  /* line 348, scss/eit/layout/_menu.scss */
  .l-header .top-bar-section .has-dropdown .title.back:before {
    font-family: 'eit2019';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
    content: "\e900";
    border: none;
    font-size: 14px;
    color: #5FA43E;
    top: 40%;
    right: 10px;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
    border-left-style: solid;
    margin-right: 0.9375rem;
    margin-top: -4.5px;
    position: absolute;
  }
  /* line 375, scss/eit/layout/_menu.scss */
  .top-bar-section .dropdown {
    background: white;
    border-radius: 30px 0;
  }
}

/* line 382, scss/eit/layout/_menu.scss */
.top-bar-section .dropdown li a, .top-bar-section .dropdown li label {
  font-weight: normal;
}

@media only screen and (min-width: 64.063em) {
  /* line 394, scss/eit/layout/_menu.scss */
  .top-bar .top-bar-section ul li.opens-right:hover > a {
    border-radius: 16px 0;
  }
  /* line 399, scss/eit/layout/_menu.scss */
  .top-bar .top-bar-section ul li.opens-right ul.dropdown {
    left: 0px;
    right: auto;
    border-radius: 0 30px;
  }
  /* line 404, scss/eit/layout/_menu.scss */
  .top-bar .top-bar-section ul li.opens-right ul.dropdown ul.dropdown {
    left: 100%;
    right: auto;
  }
  /* line 411, scss/eit/layout/_menu.scss */
  .top-bar .top-bar-section ul li.opens-right > ul.dropdown {
    top: 100%;
  }
}

/* line 4, scss/eit/layout/_search.scss */
.block-search {
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 16px;
  padding: 16px 0;
  text-align: center;
}

/* line 11, scss/eit/layout/_search.scss */
.block-search form {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: 300px;
}

/* line 19, scss/eit/layout/_search.scss */
.block-search.block-search.is-active form {
  display: block;
}

/* line 25, scss/eit/layout/_search.scss */
.block-search .container-inline .row {
  display: flex;
  align-items: stretch;
}

/* line 29, scss/eit/layout/_search.scss */
.block-search .container-inline .row input {
  margin-bottom: 0;
}

/* line 33, scss/eit/layout/_search.scss */
.block-search .container-inline .row button {
  height: 100%;
  border-radius: 16px 0;
}

/* line 40, scss/eit/layout/_search.scss */
.search-toggle {
  font-size: 0;
  text-align: center;
  padding: 15px;
  cursor: pointer;
}

/* line 46, scss/eit/layout/_search.scss */
.search-toggle:before {
  content: "\e904";
  color: white;
  font-size: 30px;
}

/* line 53, scss/eit/layout/_search.scss */
#search-block-form {
  position: absolute;
  right: 0;
  top: -15px;
  height: 100%;
  width: auto;
}

/* line 59, scss/eit/layout/_search.scss */
#search-block-form .row {
  display: flex;
}

/* line 62, scss/eit/layout/_search.scss */
#search-block-form input {
  padding: 35px 24px;
}

/* line 65, scss/eit/layout/_search.scss */
#search-block-form .form-text {
  border-radius: 30px 0 0 0;
  border: none;
  min-width: 630px;
}

/* line 70, scss/eit/layout/_search.scss */
#search-block-form .columns {
  width: auto;
}

/* line 73, scss/eit/layout/_search.scss */
#search-block-form .form-submit {
  background-color: white;
  border-radius: 0 0 30px 0;
  width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
}

/* line 82, scss/eit/layout/_search.scss */
#search-block-form .form-submit:before {
  content: "\e904";
  color: black;
  font-size: 30px;
}

/* line 92, scss/eit/layout/_search.scss */
.main .search-form {
  margin-bottom: 56px;
}

/* line 95, scss/eit/layout/_search.scss */
.main .search-form .container-inline {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

/* line 101, scss/eit/layout/_search.scss */
.main .search-form .form-item {
  margin: 0px;
  flex-grow: 1;
}

/* line 106, scss/eit/layout/_search.scss */
.main .search-form label {
  display: inline-block;
}

/* line 110, scss/eit/layout/_search.scss */
.main .search-form input {
  margin-bottom: 0px;
}

@media screen and (max-width: 64em) {
  /* line 117, scss/eit/layout/_search.scss */
  .block-search {
    position: static;
    border: none;
  }
  /* line 120, scss/eit/layout/_search.scss */
  .block-search .search-toggle {
    position: absolute;
    top: 1px;
    right: 7px;
  }
  /* line 124, scss/eit/layout/_search.scss */
  .block-search .search-toggle:before {
    font-size: 25px;
  }
  /* line 129, scss/eit/layout/_search.scss */
  #search-block-form {
    top: 0;
    height: 56px;
  }
  /* line 132, scss/eit/layout/_search.scss */
  #search-block-form input {
    padding: 15px 24px;
  }
  /* line 135, scss/eit/layout/_search.scss */
  #search-block-form .form-text {
    min-width: 0;
  }
  /* line 139, scss/eit/layout/_search.scss */
  #search-block-form .form-submit {
    padding: 8px 24px;
  }
}

/* line 1, scss/eit/layout/_breadcrumbs.scss */
.breadcrumbs {
  background: transparent;
  padding: 24px 0;
}

/* line 5, scss/eit/layout/_breadcrumbs.scss */
.breadcrumbs span.nolink {
  text-transform: capitalize;
  color: #333333;
}

/* line 11, scss/eit/layout/_breadcrumbs.scss */
.breadcrumbs li:last-child a {
  text-overflow: ellipsis;
  max-width: 350px;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
}

/* line 22, scss/eit/layout/_breadcrumbs.scss */
.breadcrumbs > *:before {
  color: #004494;
  font-size: 0.875rem;
}

@media screen and (max-width: 64em) {
  /* line 28, scss/eit/layout/_breadcrumbs.scss */
  .breadcrumbs {
    display: none;
  }
}

/* line 4, scss/eit/layout/_layout.scss */
html {
  background: transparent !important;
}

/* line 9, scss/eit/layout/_layout.scss */
main.l-main {
  display: flex;
  padding-bottom: 96px;
}

/* line 12, scss/eit/layout/_layout.scss */
main.l-main aside {
  width: 268px;
  padding-right: 0;
  padding-left: 0;
  margin-left: 1rem;
  right: auto;
  order: -1;
}

/* line 20, scss/eit/layout/_layout.scss */
main.l-main .main {
  flex: 1;
  left: auto;
  margin-right: 1rem;
  width: 100%;
  max-width: 972px;
  padding: 2.5rem 3.5rem;
  background: white;
  border-radius: 30px 0;
}

/* line 32, scss/eit/layout/_layout.scss */
.banner-title {
  display: none;
}

/* line 36, scss/eit/layout/_layout.scss */
.cet {
  display: none;
}

/* line 43, scss/eit/layout/_layout.scss */
.no-sidebars.no-sidebars .main {
  max-width: none;
}

/* line 48, scss/eit/layout/_layout.scss */
.main h2.block-title {
  color: #58595B;
  font-weight: bold;
  font-size: 36px;
  line-height: 48px;
}

/* line 55, scss/eit/layout/_layout.scss */
.view-newsroom-events {
  background: white;
  border-radius: 30px 0;
}

/* line 62, scss/eit/layout/_layout.scss */
a.ext:after {
  color: inherit;
  font-size: 0.8125rem;
  content: "\e917";
  margin-left: 4px;
}

/* line 69, scss/eit/layout/_layout.scss */
a.ext + span.ext {
  display: none;
}

/* line 77, scss/eit/layout/_layout.scss */
.view-title {
  color: #58595B;
  font-weight: bold;
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 32px;
}

/* line 85, scss/eit/layout/_layout.scss */
.view-content + .paginator,
.paginator + .view-content {
  margin-top: 2rem;
}

@media screen and (max-width: 64em) {
  /* line 91, scss/eit/layout/_layout.scss */
  main.l-main {
    margin-top: 3.5rem;
    position: relative;
    padding-bottom: 32px;
  }
  /* line 95, scss/eit/layout/_layout.scss */
  main.l-main:before {
    content: "";
    top: 0;
    height: 40px;
    width: 40px;
    left: 0;
    position: absolute;
    background-color: #004494;
    z-index: -1;
  }
  /* line 105, scss/eit/layout/_layout.scss */
  main.l-main aside {
    width: auto;
    margin-left: 0;
  }
  /* line 109, scss/eit/layout/_layout.scss */
  main.l-main .main {
    max-width: none;
    margin-right: 0;
    padding: 32px;
  }
  /* line 115, scss/eit/layout/_layout.scss */
  .view-title {
    font-size: 2rem;
    margin-bottom: 24px;
  }
}

/* line 1, scss/eit/layout/_view-filters.scss */
.view-filters-block {
  background: #5FA43E;
}

/* line 3, scss/eit/layout/_view-filters.scss */
.view-filters-block label {
  margin-bottom: 1.25rem;
  color: white;
}

/* line 7, scss/eit/layout/_view-filters.scss */
.view-filters-block .option {
  margin: 0px;
  color: white;
  font-style: normal;
  font-weight: normal;
  line-height: 18px;
  font-size: 16px;
  padding-left: 48px;
  position: relative;
  min-height: 2rem;
  display: flex;
  align-items: center;
}

/* line 20, scss/eit/layout/_view-filters.scss */
.view-filters-block .option:before {
  content: "";
  margin-right: 16px;
  height: 32px;
  width: 32px;
  border: 1px solid #92C779;
  border-radius: 8px 0;
  display: inline-block;
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 6px;
}

/* line 35, scss/eit/layout/_view-filters.scss */
.view-filters-block input {
  display: none;
}

/* line 39, scss/eit/layout/_view-filters.scss */
.view-filters-block input:checked ~ .option:before {
  background-color: #58595B;
  border-color: #58595B;
  content: "\e913";
}

/* line 49, scss/eit/layout/_view-filters.scss */
.view-filters-block .form-item + .form-item {
  margin-top: 1rem;
}

/* line 54, scss/eit/layout/_view-filters.scss */
.view-filters-block .views-exposed-form .views-exposed-widget {
  padding: 0px;
  float: none;
}

/* line 60, scss/eit/layout/_view-filters.scss */
.view-filters-block .views-exposed-widget + .views-exposed-widget {
  margin-top: 2rem;
}

/* line 65, scss/eit/layout/_view-filters.scss */
.view-filters-block .views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 0px;
}

/* line 71, scss/eit/layout/_view-filters.scss */
.view-filters-block .views-reset-button button {
  background-color: transparent;
  border: 1px solid #FFFFFF;
}

@media only screen and (max-width: 40em) {
  /* line 71, scss/eit/layout/_view-filters.scss */
  .view-filters-block .views-reset-button button {
    width: 100%;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  /* line 71, scss/eit/layout/_view-filters.scss */
  .view-filters-block .views-reset-button button {
    width: 49%;
  }
}

@media only screen and (min-width: 64.063em) {
  /* line 70, scss/eit/layout/_view-filters.scss */
  .view-filters-block .views-reset-button {
    display: none !important;
  }
}

/* line 90, scss/eit/layout/_view-filters.scss */
.view-filters-block .apply-filters {
  order: 1;
  border: 1px solid #004494;
}

@media only screen and (max-width: 40em) {
  /* line 90, scss/eit/layout/_view-filters.scss */
  .view-filters-block .apply-filters {
    width: 100%;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  /* line 90, scss/eit/layout/_view-filters.scss */
  .view-filters-block .apply-filters {
    width: 49%;
    margin-top: -66px;
    margin-left: auto;
  }
}

@media only screen and (min-width: 64.063em) {
  /* line 90, scss/eit/layout/_view-filters.scss */
  .view-filters-block .apply-filters {
    display: none !important;
  }
}

/* line 112, scss/eit/layout/_view-filters.scss */
html.js .views-submit-button,
html.js .form-submit {
  margin: 0px !important;
}

/* line 119, scss/eit/layout/_view-filters.scss */
.close-filters {
  font-size: 0;
  position: absolute;
  right: 28px;
  top: 28px;
  display: none;
}

/* line 126, scss/eit/layout/_view-filters.scss */
.close-filters:before {
  content: "\e91e";
  font-size: 25px;
  color: white;
}

/* line 133, scss/eit/layout/_view-filters.scss */
.filter-button {
  display: none;
}

/*hide filters on specific pages*/
/* line 141, scss/eit/layout/_view-filters.scss */
.view-success-stories .filter-button, .view-newsroom-events .filter-button {
  display: none;
}

@media screen and (max-width: 64em) {
  /* line 147, scss/eit/layout/_view-filters.scss */
  .view-filters-block {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 11000;
    overflow: hidden;
    border-radius: 0 !important;
    display: none;
    flex-direction: column;
  }
  /* line 158, scss/eit/layout/_view-filters.scss */
  .view-filters-block form {
    flex-grow: 1;
    overflow: auto;
  }
  /* line 162, scss/eit/layout/_view-filters.scss */
  .view-filters-block form > div {
    display: flex;
    flex-wrap: wrap;
  }
  /* line 167, scss/eit/layout/_view-filters.scss */
  .view-filters-block form .views-exposed-form {
    flex: 0 0 100%;
  }
  /* line 172, scss/eit/layout/_view-filters.scss */
  .view-filters-block .close-filters {
    display: block;
  }
  /* line 177, scss/eit/layout/_view-filters.scss */
  .filter-button {
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: 24px;
  }
  /* line 184, scss/eit/layout/_view-filters.scss */
  .active-filters .view-filters-block {
    display: flex;
  }
}

/* line 1, scss/eit/layout/_paginator.scss */
.paginator {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 6, scss/eit/layout/_paginator.scss */
.paginator .item-list .pager {
  text-align: right;
}

/* line 12, scss/eit/layout/_paginator.scss */
.paginator ul.pagination li.unavailable {
  display: none;
}

/* line 16, scss/eit/layout/_paginator.scss */
.paginator ul.pagination li a {
  transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
}

/* line 19, scss/eit/layout/_paginator.scss */
.paginator ul.pagination li a:before, .paginator ul.pagination li a:after {
  transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
}

/* line 24, scss/eit/layout/_paginator.scss */
.paginator ul.pagination li a:hover {
  color: #5FA43E;
}

/* line 27, scss/eit/layout/_paginator.scss */
.paginator ul.pagination li a:hover:before, .paginator ul.pagination li a:hover:after {
  border-color: #5FA43E;
}

/* line 34, scss/eit/layout/_paginator.scss */
.paginator ul.pagination li.current a:hover {
  color: #58595B;
}

/* line 39, scss/eit/layout/_paginator.scss */
.paginator .page-results {
  order: -1;
}

/* line 43, scss/eit/layout/_paginator.scss */
.paginator ul.pagination {
  margin-bottom: 0;
}

/* line 49, scss/eit/layout/_paginator.scss */
.paginator li.arrow a {
  font-size: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 0px;
}

/* line 55, scss/eit/layout/_paginator.scss */
.paginator li.arrow a:before {
  content: " ";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #004494;
  border-left: 1px solid #004494;
  transform: rotate(135deg) skew(0);
}

/* line 63, scss/eit/layout/_paginator.scss */
.paginator li.arrow.first a:after, .paginator li.arrow.last a:after {
  content: " ";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #004494;
  border-left: 1px solid #004494;
  transform: rotate(135deg) skew(0);
  margin-left: -3px;
}

/* line 69, scss/eit/layout/_paginator.scss */
.paginator li.arrow.first a:before,
.paginator li.arrow.first a:after,
.paginator li.arrow.first + .arrow a:before {
  transform: rotate(-45deg);
}

/* line 78, scss/eit/layout/_paginator.scss */
.pagination-centered {
  margin-left: auto;
}

/* line 82, scss/eit/layout/_paginator.scss */
.view-title + .paginator {
  padding-top: 0;
}

/* line 87, scss/eit/layout/_paginator.scss */
.ajax-progress.ajax-progress-throbber {
  display: none !important;
}

@media screen and (max-width: 64em) {
  /* line 94, scss/eit/layout/_paginator.scss */
  .paginator ul.pagination li a {
    padding: 0 6px;
  }
}

/* line 2, scss/eit/layout/_main-plain-styling.scss */
.main h1 {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 48px;
  margin-bottom: 32px;
}

/* line 12, scss/eit/layout/_main-plain-styling.scss */
h2.pane-title {
  margin-bottom: 16px;
}

/* line 28, scss/eit/layout/_main-plain-styling.scss */
.block-block h2, .block-block h3, .block-block h4, .block-block h5,
.block-block .social-twitter-feed-title,
.body.field h2,
.body.field h3,
.body.field h4,
.body.field h5,
.body.field .social-twitter-feed-title,
.pane-block h2,
.pane-block h3,
.pane-block h4,
.pane-block h5,
.pane-block .social-twitter-feed-title,
.before-main-content h2,
.before-main-content h3,
.before-main-content h4,
.before-main-content h5,
.before-main-content .social-twitter-feed-title,
.node-about-eit-multilingual .group-header h2,
.node-about-eit-multilingual .group-header h3,
.node-about-eit-multilingual .group-header h4,
.node-about-eit-multilingual .group-header h5,
.node-about-eit-multilingual .group-header .social-twitter-feed-title,
.cke_editable h2,
.cke_editable h3,
.cke_editable h4,
.cke_editable h5,
.cke_editable .social-twitter-feed-title,
.ui-accordion h2,
.ui-accordion h3,
.ui-accordion h4,
.ui-accordion h5,
.ui-accordion .social-twitter-feed-title {
  font-weight: 600;
  margin-bottom: 16px;
}

/* line 35, scss/eit/layout/_main-plain-styling.scss */
.block-block ul + h2,
.block-block ul + h3, .block-block ol + h2,
.block-block ol + h3, .block-block p + h2,
.block-block p + h3,
.body.field ul + h2,
.body.field ul + h3,
.body.field ol + h2,
.body.field ol + h3,
.body.field p + h2,
.body.field p + h3,
.pane-block ul + h2,
.pane-block ul + h3,
.pane-block ol + h2,
.pane-block ol + h3,
.pane-block p + h2,
.pane-block p + h3,
.before-main-content ul + h2,
.before-main-content ul + h3,
.before-main-content ol + h2,
.before-main-content ol + h3,
.before-main-content p + h2,
.before-main-content p + h3,
.node-about-eit-multilingual .group-header ul + h2,
.node-about-eit-multilingual .group-header ul + h3,
.node-about-eit-multilingual .group-header ol + h2,
.node-about-eit-multilingual .group-header ol + h3,
.node-about-eit-multilingual .group-header p + h2,
.node-about-eit-multilingual .group-header p + h3,
.cke_editable ul + h2,
.cke_editable ul + h3,
.cke_editable ol + h2,
.cke_editable ol + h3,
.cke_editable p + h2,
.cke_editable p + h3,
.ui-accordion ul + h2,
.ui-accordion ul + h3,
.ui-accordion ol + h2,
.ui-accordion ol + h3,
.ui-accordion p + h2,
.ui-accordion p + h3 {
  padding-top: 0.625rem;
}

/* line 41, scss/eit/layout/_main-plain-styling.scss */
.block-block iframe,
.body.field iframe,
.pane-block iframe,
.before-main-content iframe,
.node-about-eit-multilingual .group-header iframe,
.cke_editable iframe,
.ui-accordion iframe {
  margin-bottom: 32px;
}

/* line 45, scss/eit/layout/_main-plain-styling.scss */
.block-block h2,
.body.field h2,
.pane-block h2,
.before-main-content h2,
.node-about-eit-multilingual .group-header h2,
.cke_editable h2,
.ui-accordion h2 {
  font-size: 1.75rem;
  line-height: 34px;
  color: #5FA43E;
}

/* line 51, scss/eit/layout/_main-plain-styling.scss */
.block-block h3,
.body.field h3,
.pane-block h3,
.before-main-content h3,
.node-about-eit-multilingual .group-header h3,
.cke_editable h3,
.ui-accordion h3 {
  font-size: 1.5rem;
  line-height: 28px;
}

/* line 56, scss/eit/layout/_main-plain-styling.scss */
.block-block h4,
.body.field h4,
.pane-block h4,
.before-main-content h4,
.node-about-eit-multilingual .group-header h4,
.cke_editable h4,
.ui-accordion h4 {
  font-size: 1.25rem;
  line-height: 24px;
}

/* line 61, scss/eit/layout/_main-plain-styling.scss */
.block-block h5,
.body.field h5,
.pane-block h5,
.before-main-content h5,
.node-about-eit-multilingual .group-header h5,
.cke_editable h5,
.ui-accordion h5 {
  font-size: 1.125rem;
  line-height: 24px;
}

/* line 66, scss/eit/layout/_main-plain-styling.scss */
.block-block p:not([class*="smk"]),
.body.field p:not([class*="smk"]),
.pane-block p:not([class*="smk"]),
.before-main-content p:not([class*="smk"]),
.node-about-eit-multilingual .group-header p:not([class*="smk"]),
.cke_editable p:not([class*="smk"]),
.ui-accordion p:not([class*="smk"]) {
  font-size: 1rem;
  line-height: 24px;
  margin-bottom: 24px;
}

/* line 73, scss/eit/layout/_main-plain-styling.scss */
.block-block p.subtitle,
.body.field p.subtitle,
.pane-block p.subtitle,
.before-main-content p.subtitle,
.node-about-eit-multilingual .group-header p.subtitle,
.cke_editable p.subtitle,
.ui-accordion p.subtitle {
  font-size: 1.375rem;
  color: #5FA43E;
  font-style: italic;
}

/* line 79, scss/eit/layout/_main-plain-styling.scss */
.block-block ul, .block-block ol, .block-block dl,
.body.field ul,
.body.field ol,
.body.field dl,
.pane-block ul,
.pane-block ol,
.pane-block dl,
.before-main-content ul,
.before-main-content ol,
.before-main-content dl,
.node-about-eit-multilingual .group-header ul,
.node-about-eit-multilingual .group-header ol,
.node-about-eit-multilingual .group-header dl,
.cke_editable ul,
.cke_editable ol,
.cke_editable dl,
.ui-accordion ul,
.ui-accordion ol,
.ui-accordion dl {
  font-size: 1rem;
  line-height: 24px;
}

/* line 84, scss/eit/layout/_main-plain-styling.scss */
.block-block ul,
.body.field ul,
.pane-block ul,
.before-main-content ul,
.node-about-eit-multilingual .group-header ul,
.cke_editable ul,
.ui-accordion ul {
  margin-bottom: 24px;
  margin-left: 24px;
  clear: left;
}

/* line 89, scss/eit/layout/_main-plain-styling.scss */
.block-block ul > li,
.body.field ul > li,
.pane-block ul > li,
.before-main-content ul > li,
.node-about-eit-multilingual .group-header ul > li,
.cke_editable ul > li,
.ui-accordion ul > li {
  position: relative;
  padding-left: 32px;
}

/* line 93, scss/eit/layout/_main-plain-styling.scss */
.block-block ul > li:before,
.body.field ul > li:before,
.pane-block ul > li:before,
.before-main-content ul > li:before,
.node-about-eit-multilingual .group-header ul > li:before,
.cke_editable ul > li:before,
.ui-accordion ul > li:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #5FA43E;
  position: absolute;
  left: 0px;
  border-radius: 50%;
  top: 12px;
  transform: translatey(-50%);
}

/* line 106, scss/eit/layout/_main-plain-styling.scss */
.block-block ul > li:not(:last-child),
.body.field ul > li:not(:last-child),
.pane-block ul > li:not(:last-child),
.before-main-content ul > li:not(:last-child),
.node-about-eit-multilingual .group-header ul > li:not(:last-child),
.cke_editable ul > li:not(:last-child),
.ui-accordion ul > li:not(:last-child) {
  margin-bottom: 8px;
}

/* line 110, scss/eit/layout/_main-plain-styling.scss */
.block-block ul > li ul, .block-block ul > li ol,
.body.field ul > li ul,
.body.field ul > li ol,
.pane-block ul > li ul,
.pane-block ul > li ol,
.before-main-content ul > li ul,
.before-main-content ul > li ol,
.node-about-eit-multilingual .group-header ul > li ul,
.node-about-eit-multilingual .group-header ul > li ol,
.cke_editable ul > li ul,
.cke_editable ul > li ol,
.ui-accordion ul > li ul,
.ui-accordion ul > li ol {
  margin-bottom: 0px;
}

/* line 117, scss/eit/layout/_main-plain-styling.scss */
.block-block ol,
.body.field ol,
.pane-block ol,
.before-main-content ol,
.node-about-eit-multilingual .group-header ol,
.cke_editable ol,
.ui-accordion ol {
  margin-bottom: 24px;
  margin-left: 24px;
  counter-reset: counter;
  clear: left;
}

/* line 123, scss/eit/layout/_main-plain-styling.scss */
.block-block ol > li,
.body.field ol > li,
.pane-block ol > li,
.before-main-content ol > li,
.node-about-eit-multilingual .group-header ol > li,
.cke_editable ol > li,
.ui-accordion ol > li {
  position: relative;
  padding-left: 32px;
  text-align: left;
}

/* line 128, scss/eit/layout/_main-plain-styling.scss */
.block-block ol > li:before,
.body.field ol > li:before,
.pane-block ol > li:before,
.before-main-content ol > li:before,
.node-about-eit-multilingual .group-header ol > li:before,
.cke_editable ol > li:before,
.ui-accordion ol > li:before {
  position: absolute;
  top: 1px;
  left: 0px;
  content: counter(counter) ".";
  counter-increment: counter;
  display: inline-block;
  text-align: center;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #5FA43E;
}

/* line 141, scss/eit/layout/_main-plain-styling.scss */
.block-block ol > li:not(:last-child),
.body.field ol > li:not(:last-child),
.pane-block ol > li:not(:last-child),
.before-main-content ol > li:not(:last-child),
.node-about-eit-multilingual .group-header ol > li:not(:last-child),
.cke_editable ol > li:not(:last-child),
.ui-accordion ol > li:not(:last-child) {
  margin-bottom: 8px;
}

/* line 145, scss/eit/layout/_main-plain-styling.scss */
.block-block ol > li ul, .block-block ol > li ol,
.body.field ol > li ul,
.body.field ol > li ol,
.pane-block ol > li ul,
.pane-block ol > li ol,
.before-main-content ol > li ul,
.before-main-content ol > li ol,
.node-about-eit-multilingual .group-header ol > li ul,
.node-about-eit-multilingual .group-header ol > li ol,
.cke_editable ol > li ul,
.cke_editable ol > li ol,
.ui-accordion ol > li ul,
.ui-accordion ol > li ol {
  margin-bottom: 0px;
}

/* line 154, scss/eit/layout/_main-plain-styling.scss */
.block-block img,
.body.field img,
.pane-block img,
.before-main-content img,
.node-about-eit-multilingual .group-header img,
.cke_editable img,
.ui-accordion img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
  border-radius: 16px 0;
}

@media only screen and (min-width: 64.063em) {
  /* line 154, scss/eit/layout/_main-plain-styling.scss */
  .block-block img,
  .body.field img,
  .pane-block img,
  .before-main-content img,
  .node-about-eit-multilingual .group-header img,
  .cke_editable img,
  .ui-accordion img {
    margin-bottom: 24px;
  }
}

@media only screen and (min-width: 40.063em) {
  /* line 166, scss/eit/layout/_main-plain-styling.scss */
  .block-block img[style*="float:left"],
  .block-block img.image-left,
  .body.field img[style*="float:left"],
  .body.field img.image-left,
  .pane-block img[style*="float:left"],
  .pane-block img.image-left,
  .before-main-content img[style*="float:left"],
  .before-main-content img.image-left,
  .node-about-eit-multilingual .group-header img[style*="float:left"],
  .node-about-eit-multilingual .group-header img.image-left,
  .cke_editable img[style*="float:left"],
  .cke_editable img.image-left,
  .ui-accordion img[style*="float:left"],
  .ui-accordion img.image-left {
    float: left;
    margin-right: 16px;
    margin-top: 6px;
  }
}

@media only screen and (min-width: 64.063em) {
  /* line 166, scss/eit/layout/_main-plain-styling.scss */
  .block-block img[style*="float:left"],
  .block-block img.image-left,
  .body.field img[style*="float:left"],
  .body.field img.image-left,
  .pane-block img[style*="float:left"],
  .pane-block img.image-left,
  .before-main-content img[style*="float:left"],
  .before-main-content img.image-left,
  .node-about-eit-multilingual .group-header img[style*="float:left"],
  .node-about-eit-multilingual .group-header img.image-left,
  .cke_editable img[style*="float:left"],
  .cke_editable img.image-left,
  .ui-accordion img[style*="float:left"],
  .ui-accordion img.image-left {
    margin-right: 32px;
  }
}

@media only screen and (min-width: 40.063em) {
  /* line 178, scss/eit/layout/_main-plain-styling.scss */
  .block-block img[style*="float: left"],
  .block-block img.image-left,
  .body.field img[style*="float: left"],
  .body.field img.image-left,
  .pane-block img[style*="float: left"],
  .pane-block img.image-left,
  .before-main-content img[style*="float: left"],
  .before-main-content img.image-left,
  .node-about-eit-multilingual .group-header img[style*="float: left"],
  .node-about-eit-multilingual .group-header img.image-left,
  .cke_editable img[style*="float: left"],
  .cke_editable img.image-left,
  .ui-accordion img[style*="float: left"],
  .ui-accordion img.image-left {
    float: left;
    margin-right: 16px;
    margin-top: 6px;
  }
}

@media only screen and (min-width: 64.063em) {
  /* line 178, scss/eit/layout/_main-plain-styling.scss */
  .block-block img[style*="float: left"],
  .block-block img.image-left,
  .body.field img[style*="float: left"],
  .body.field img.image-left,
  .pane-block img[style*="float: left"],
  .pane-block img.image-left,
  .before-main-content img[style*="float: left"],
  .before-main-content img.image-left,
  .node-about-eit-multilingual .group-header img[style*="float: left"],
  .node-about-eit-multilingual .group-header img.image-left,
  .cke_editable img[style*="float: left"],
  .cke_editable img.image-left,
  .ui-accordion img[style*="float: left"],
  .ui-accordion img.image-left {
    margin-right: 32px;
  }
}

@media only screen and (min-width: 40.063em) {
  /* line 192, scss/eit/layout/_main-plain-styling.scss */
  .block-block img[style*="float:right"],
  .block-block img.image-right,
  .body.field img[style*="float:right"],
  .body.field img.image-right,
  .pane-block img[style*="float:right"],
  .pane-block img.image-right,
  .before-main-content img[style*="float:right"],
  .before-main-content img.image-right,
  .node-about-eit-multilingual .group-header img[style*="float:right"],
  .node-about-eit-multilingual .group-header img.image-right,
  .cke_editable img[style*="float:right"],
  .cke_editable img.image-right,
  .ui-accordion img[style*="float:right"],
  .ui-accordion img.image-right {
    float: right;
    margin-left: 16px;
    margin-top: 6px;
  }
}

@media only screen and (min-width: 64.063em) {
  /* line 192, scss/eit/layout/_main-plain-styling.scss */
  .block-block img[style*="float:right"],
  .block-block img.image-right,
  .body.field img[style*="float:right"],
  .body.field img.image-right,
  .pane-block img[style*="float:right"],
  .pane-block img.image-right,
  .before-main-content img[style*="float:right"],
  .before-main-content img.image-right,
  .node-about-eit-multilingual .group-header img[style*="float:right"],
  .node-about-eit-multilingual .group-header img.image-right,
  .cke_editable img[style*="float:right"],
  .cke_editable img.image-right,
  .ui-accordion img[style*="float:right"],
  .ui-accordion img.image-right {
    margin-left: 32px;
  }
}

@media only screen and (min-width: 40.063em) {
  /* line 204, scss/eit/layout/_main-plain-styling.scss */
  .block-block img[style*="float: right"],
  .block-block img.image-right,
  .body.field img[style*="float: right"],
  .body.field img.image-right,
  .pane-block img[style*="float: right"],
  .pane-block img.image-right,
  .before-main-content img[style*="float: right"],
  .before-main-content img.image-right,
  .node-about-eit-multilingual .group-header img[style*="float: right"],
  .node-about-eit-multilingual .group-header img.image-right,
  .cke_editable img[style*="float: right"],
  .cke_editable img.image-right,
  .ui-accordion img[style*="float: right"],
  .ui-accordion img.image-right {
    float: right;
    margin-left: 16px;
    margin-top: 6px;
  }
}

@media only screen and (min-width: 64.063em) {
  /* line 204, scss/eit/layout/_main-plain-styling.scss */
  .block-block img[style*="float: right"],
  .block-block img.image-right,
  .body.field img[style*="float: right"],
  .body.field img.image-right,
  .pane-block img[style*="float: right"],
  .pane-block img.image-right,
  .before-main-content img[style*="float: right"],
  .before-main-content img.image-right,
  .node-about-eit-multilingual .group-header img[style*="float: right"],
  .node-about-eit-multilingual .group-header img.image-right,
  .cke_editable img[style*="float: right"],
  .cke_editable img.image-right,
  .ui-accordion img[style*="float: right"],
  .ui-accordion img.image-right {
    margin-left: 32px;
  }
}

/* line 217, scss/eit/layout/_main-plain-styling.scss */
.block-block img.image-center,
.body.field img.image-center,
.pane-block img.image-center,
.before-main-content img.image-center,
.node-about-eit-multilingual .group-header img.image-center,
.cke_editable img.image-center,
.ui-accordion img.image-center {
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
}

/* line 225, scss/eit/layout/_main-plain-styling.scss */
.block-block p > img[style*="float:left"],
.block-block p > img[style*="float:right"],
.body.field p > img[style*="float:left"],
.body.field p > img[style*="float:right"],
.pane-block p > img[style*="float:left"],
.pane-block p > img[style*="float:right"],
.before-main-content p > img[style*="float:left"],
.before-main-content p > img[style*="float:right"],
.node-about-eit-multilingual .group-header p > img[style*="float:left"],
.node-about-eit-multilingual .group-header p > img[style*="float:right"],
.cke_editable p > img[style*="float:left"],
.cke_editable p > img[style*="float:right"],
.ui-accordion p > img[style*="float:left"],
.ui-accordion p > img[style*="float:right"] {
  margin-top: 0.9375rem;
}

/* line 229, scss/eit/layout/_main-plain-styling.scss */
.block-block p > img[style*="float: left"],
.block-block p > img[style*="float: right"],
.body.field p > img[style*="float: left"],
.body.field p > img[style*="float: right"],
.pane-block p > img[style*="float: left"],
.pane-block p > img[style*="float: right"],
.before-main-content p > img[style*="float: left"],
.before-main-content p > img[style*="float: right"],
.node-about-eit-multilingual .group-header p > img[style*="float: left"],
.node-about-eit-multilingual .group-header p > img[style*="float: right"],
.cke_editable p > img[style*="float: left"],
.cke_editable p > img[style*="float: right"],
.ui-accordion p > img[style*="float: left"],
.ui-accordion p > img[style*="float: right"] {
  margin-top: 0.9375rem;
}

/* line 235, scss/eit/layout/_main-plain-styling.scss */
.block-block .image-captioned,
.body.field .image-captioned,
.pane-block .image-captioned,
.before-main-content .image-captioned,
.node-about-eit-multilingual .group-header .image-captioned,
.cke_editable .image-captioned,
.ui-accordion .image-captioned {
  margin: 0px 0px 16px 0px;
}

@media only screen and (min-width: 64.063em) {
  /* line 235, scss/eit/layout/_main-plain-styling.scss */
  .block-block .image-captioned,
  .body.field .image-captioned,
  .pane-block .image-captioned,
  .before-main-content .image-captioned,
  .node-about-eit-multilingual .group-header .image-captioned,
  .cke_editable .image-captioned,
  .ui-accordion .image-captioned {
    margin-bottom: 24px;
  }
}

/* line 242, scss/eit/layout/_main-plain-styling.scss */
.block-block .image-captioned img,
.body.field .image-captioned img,
.pane-block .image-captioned img,
.before-main-content .image-captioned img,
.node-about-eit-multilingual .group-header .image-captioned img,
.cke_editable .image-captioned img,
.ui-accordion .image-captioned img {
  margin-bottom: 0px;
}

/* line 246, scss/eit/layout/_main-plain-styling.scss */
.block-block .image-captioned figcaption,
.body.field .image-captioned figcaption,
.pane-block .image-captioned figcaption,
.before-main-content .image-captioned figcaption,
.node-about-eit-multilingual .group-header .image-captioned figcaption,
.cke_editable .image-captioned figcaption,
.ui-accordion .image-captioned figcaption {
  text-align: center;
  font-size: 0.875rem;
  margin-top: 8px;
}

/* line 256, scss/eit/layout/_main-plain-styling.scss */
.block-block blockquote,
.block-block .blockquote,
.body.field blockquote,
.body.field .blockquote,
.pane-block blockquote,
.pane-block .blockquote,
.before-main-content blockquote,
.before-main-content .blockquote,
.node-about-eit-multilingual .group-header blockquote,
.node-about-eit-multilingual .group-header .blockquote,
.cke_editable blockquote,
.cke_editable .blockquote,
.ui-accordion blockquote,
.ui-accordion .blockquote {
  background-color: #5FA43E;
  font-size: 16px;
  line-height: 26px;
  position: relative;
  border-radius: 30px 0;
  font-style: italic;
  margin-bottom: 32px;
}

/* line 267, scss/eit/layout/_main-plain-styling.scss */
.block-block blockquote:before,
.block-block .blockquote:before,
.body.field blockquote:before,
.body.field .blockquote:before,
.pane-block blockquote:before,
.pane-block .blockquote:before,
.before-main-content blockquote:before,
.before-main-content .blockquote:before,
.node-about-eit-multilingual .group-header blockquote:before,
.node-about-eit-multilingual .group-header .blockquote:before,
.cke_editable blockquote:before,
.cke_editable .blockquote:before,
.ui-accordion blockquote:before,
.ui-accordion .blockquote:before {
  content: "\e903";
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 25px;
}

@media screen and (max-width: 64em) {
  /* line 256, scss/eit/layout/_main-plain-styling.scss */
  .block-block blockquote,
  .block-block .blockquote,
  .body.field blockquote,
  .body.field .blockquote,
  .pane-block blockquote,
  .pane-block .blockquote,
  .before-main-content blockquote,
  .before-main-content .blockquote,
  .node-about-eit-multilingual .group-header blockquote,
  .node-about-eit-multilingual .group-header .blockquote,
  .cke_editable blockquote,
  .cke_editable .blockquote,
  .ui-accordion blockquote,
  .ui-accordion .blockquote {
    padding: 1.5rem 2rem;
    font-size: 1.125rem;
  }
  /* line 279, scss/eit/layout/_main-plain-styling.scss */
  .block-block blockquote:before,
  .block-block .blockquote:before,
  .body.field blockquote:before,
  .body.field .blockquote:before,
  .pane-block blockquote:before,
  .pane-block .blockquote:before,
  .before-main-content blockquote:before,
  .before-main-content .blockquote:before,
  .node-about-eit-multilingual .group-header blockquote:before,
  .node-about-eit-multilingual .group-header .blockquote:before,
  .cke_editable blockquote:before,
  .cke_editable .blockquote:before,
  .ui-accordion blockquote:before,
  .ui-accordion .blockquote:before {
    top: 10px;
    left: 10px;
  }
}

/* line 289, scss/eit/layout/_main-plain-styling.scss */
.block-block [class*="block-green-bg"],
.body.field [class*="block-green-bg"],
.pane-block [class*="block-green-bg"],
.before-main-content [class*="block-green-bg"],
.node-about-eit-multilingual .group-header [class*="block-green-bg"],
.cke_editable [class*="block-green-bg"],
.ui-accordion [class*="block-green-bg"] {
  background: #5FA43E;
}

/* line 294, scss/eit/layout/_main-plain-styling.scss */
.block-block [class*="block-green-bg"] ul li:before,
.body.field [class*="block-green-bg"] ul li:before,
.pane-block [class*="block-green-bg"] ul li:before,
.before-main-content [class*="block-green-bg"] ul li:before,
.node-about-eit-multilingual .group-header [class*="block-green-bg"] ul li:before,
.cke_editable [class*="block-green-bg"] ul li:before,
.ui-accordion [class*="block-green-bg"] ul li:before {
  background-color: white;
}

/* line 301, scss/eit/layout/_main-plain-styling.scss */
.block-block [class*="block-blue-bg"], .block-block .promo-link,
.body.field [class*="block-blue-bg"],
.body.field .promo-link,
.pane-block [class*="block-blue-bg"],
.pane-block .promo-link,
.before-main-content [class*="block-blue-bg"],
.before-main-content .promo-link,
.node-about-eit-multilingual .group-header [class*="block-blue-bg"],
.node-about-eit-multilingual .group-header .promo-link,
.cke_editable [class*="block-blue-bg"],
.cke_editable .promo-link,
.ui-accordion [class*="block-blue-bg"],
.ui-accordion .promo-link {
  background: #004494;
}

/* line 305, scss/eit/layout/_main-plain-styling.scss */
.block-block [class*="block-blue-bg"] a:hover, .block-block .promo-link a:hover,
.body.field [class*="block-blue-bg"] a:hover,
.body.field .promo-link a:hover,
.pane-block [class*="block-blue-bg"] a:hover,
.pane-block .promo-link a:hover,
.before-main-content [class*="block-blue-bg"] a:hover,
.before-main-content .promo-link a:hover,
.node-about-eit-multilingual .group-header [class*="block-blue-bg"] a:hover,
.node-about-eit-multilingual .group-header .promo-link a:hover,
.cke_editable [class*="block-blue-bg"] a:hover,
.cke_editable .promo-link a:hover,
.ui-accordion [class*="block-blue-bg"] a:hover,
.ui-accordion .promo-link a:hover {
  color: #73C4EE;
}

/* line 313, scss/eit/layout/_main-plain-styling.scss */
.block-block a[class*="block-blue-bg"]:hover,
.block-block a.promo-link:hover,
.body.field a[class*="block-blue-bg"]:hover,
.body.field a.promo-link:hover,
.pane-block a[class*="block-blue-bg"]:hover,
.pane-block a.promo-link:hover,
.before-main-content a[class*="block-blue-bg"]:hover,
.before-main-content a.promo-link:hover,
.node-about-eit-multilingual .group-header a[class*="block-blue-bg"]:hover,
.node-about-eit-multilingual .group-header a.promo-link:hover,
.cke_editable a[class*="block-blue-bg"]:hover,
.cke_editable a.promo-link:hover,
.ui-accordion a[class*="block-blue-bg"]:hover,
.ui-accordion a.promo-link:hover {
  color: #73C4EE;
}

/* line 318, scss/eit/layout/_main-plain-styling.scss */
.block-block .read-more,
.body.field .read-more,
.pane-block .read-more,
.before-main-content .read-more,
.node-about-eit-multilingual .group-header .read-more,
.cke_editable .read-more,
.ui-accordion .read-more {
  display: flex;
  justify-content: center;
}

/* line 323, scss/eit/layout/_main-plain-styling.scss */
.block-block .read-more.expanded a,
.body.field .read-more.expanded a,
.pane-block .read-more.expanded a,
.before-main-content .read-more.expanded a,
.node-about-eit-multilingual .group-header .read-more.expanded a,
.cke_editable .read-more.expanded a,
.ui-accordion .read-more.expanded a {
  background: #4A8C3B;
}

/* line 325, scss/eit/layout/_main-plain-styling.scss */
.block-block .read-more.expanded a:after,
.body.field .read-more.expanded a:after,
.pane-block .read-more.expanded a:after,
.before-main-content .read-more.expanded a:after,
.node-about-eit-multilingual .group-header .read-more.expanded a:after,
.cke_editable .read-more.expanded a:after,
.ui-accordion .read-more.expanded a:after {
  transform: rotate(180deg);
}

/* line 330, scss/eit/layout/_main-plain-styling.scss */
.block-block .read-more a,
.body.field .read-more a,
.pane-block .read-more a,
.before-main-content .read-more a,
.node-about-eit-multilingual .group-header .read-more a,
.cke_editable .read-more a,
.ui-accordion .read-more a {
  background: #5FA43E;
  font-weight: bold;
  border-radius: 16px 0;
  display: inline-block;
  padding: 16px;
  transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
  color: white;
  border: none !important;
}

/* line 340, scss/eit/layout/_main-plain-styling.scss */
.block-block .read-more a:hover,
.body.field .read-more a:hover,
.pane-block .read-more a:hover,
.before-main-content .read-more a:hover,
.node-about-eit-multilingual .group-header .read-more a:hover,
.cke_editable .read-more a:hover,
.ui-accordion .read-more a:hover {
  background: #4A8C3B;
}

/* line 343, scss/eit/layout/_main-plain-styling.scss */
.block-block .read-more a:after,
.body.field .read-more a:after,
.pane-block .read-more a:after,
.before-main-content .read-more a:after,
.node-about-eit-multilingual .group-header .read-more a:after,
.cke_editable .read-more a:after,
.ui-accordion .read-more a:after {
  content: "\e905";
  margin-left: 8px;
  position: relative;
  top: 2px;
  display: inline-block;
  transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
}

/* line 356, scss/eit/layout/_main-plain-styling.scss */
.block-block table,
.body.field table,
.pane-block table,
.before-main-content table,
.node-about-eit-multilingual .group-header table,
.cke_editable table,
.ui-accordion table {
  width: 100% !important;
  border: 0px;
}

/* line 360, scss/eit/layout/_main-plain-styling.scss */
.block-block table tr th,
.body.field table tr th,
.pane-block table tr th,
.before-main-content table tr th,
.node-about-eit-multilingual .group-header table tr th,
.cke_editable table tr th,
.ui-accordion table tr th {
  background-color: #bfdbb2;
  padding-top: 0.85rem;
  border: 0px;
}

/* line 366, scss/eit/layout/_main-plain-styling.scss */
.block-block table tbody,
.body.field table tbody,
.pane-block table tbody,
.before-main-content table tbody,
.node-about-eit-multilingual .group-header table tbody,
.cke_editable table tbody,
.ui-accordion table tbody {
  background-color: #eff6ec;
  border: 0px;
}

/* line 371, scss/eit/layout/_main-plain-styling.scss */
.block-block table td,
.body.field table td,
.pane-block table td,
.before-main-content table td,
.node-about-eit-multilingual .group-header table td,
.cke_editable table td,
.ui-accordion table td {
  border: 0px;
}

/* line 374, scss/eit/layout/_main-plain-styling.scss */
.block-block table td > p,
.body.field table td > p,
.pane-block table td > p,
.before-main-content table td > p,
.node-about-eit-multilingual .group-header table td > p,
.cke_editable table td > p,
.ui-accordion table td > p {
  font-size: 0.9375rem;
  line-height: inherit;
}

/* line 380, scss/eit/layout/_main-plain-styling.scss */
.block-block table tr.even,
.block-block table tr.alt,
.block-block table tr:nth-of-type(even),
.body.field table tr.even,
.body.field table tr.alt,
.body.field table tr:nth-of-type(even),
.pane-block table tr.even,
.pane-block table tr.alt,
.pane-block table tr:nth-of-type(even),
.before-main-content table tr.even,
.before-main-content table tr.alt,
.before-main-content table tr:nth-of-type(even),
.node-about-eit-multilingual .group-header table tr.even,
.node-about-eit-multilingual .group-header table tr.alt,
.node-about-eit-multilingual .group-header table tr:nth-of-type(even),
.cke_editable table tr.even,
.cke_editable table tr.alt,
.cke_editable table tr:nth-of-type(even),
.ui-accordion table tr.even,
.ui-accordion table tr.alt,
.ui-accordion table tr:nth-of-type(even) {
  background-color: #e2efdc;
}

/* line 386, scss/eit/layout/_main-plain-styling.scss */
.block-block table h1, .block-block table h2, .block-block table h3, .block-block table h4, .block-block table h5, .block-block table h6, .block-block table p,
.body.field table h1,
.body.field table h2,
.body.field table h3,
.body.field table h4,
.body.field table h5,
.body.field table h6,
.body.field table p,
.pane-block table h1,
.pane-block table h2,
.pane-block table h3,
.pane-block table h4,
.pane-block table h5,
.pane-block table h6,
.pane-block table p,
.before-main-content table h1,
.before-main-content table h2,
.before-main-content table h3,
.before-main-content table h4,
.before-main-content table h5,
.before-main-content table h6,
.before-main-content table p,
.node-about-eit-multilingual .group-header table h1,
.node-about-eit-multilingual .group-header table h2,
.node-about-eit-multilingual .group-header table h3,
.node-about-eit-multilingual .group-header table h4,
.node-about-eit-multilingual .group-header table h5,
.node-about-eit-multilingual .group-header table h6,
.node-about-eit-multilingual .group-header table p,
.cke_editable table h1,
.cke_editable table h2,
.cke_editable table h3,
.cke_editable table h4,
.cke_editable table h5,
.cke_editable table h6,
.cke_editable table p,
.ui-accordion table h1,
.ui-accordion table h2,
.ui-accordion table h3,
.ui-accordion table h4,
.ui-accordion table h5,
.ui-accordion table h6,
.ui-accordion table p {
  margin-bottom: 0px;
}

/* line 394, scss/eit/layout/_main-plain-styling.scss */
.block-block p button, .block-block p .button, .block-block p #sliding-popup .popup-content #popup-buttons button, #sliding-popup .popup-content #popup-buttons .block-block p button,
.body.field p button,
.body.field p .button,
.body.field p #sliding-popup .popup-content #popup-buttons button,
#sliding-popup .popup-content #popup-buttons .body.field p button,
.pane-block p button,
.pane-block p .button,
.pane-block p #sliding-popup .popup-content #popup-buttons button,
#sliding-popup .popup-content #popup-buttons .pane-block p button,
.before-main-content p button,
.before-main-content p .button,
.before-main-content p #sliding-popup .popup-content #popup-buttons button,
#sliding-popup .popup-content #popup-buttons .before-main-content p button,
.node-about-eit-multilingual .group-header p button,
.node-about-eit-multilingual .group-header p .button,
.node-about-eit-multilingual .group-header p #sliding-popup .popup-content #popup-buttons button,
#sliding-popup .popup-content #popup-buttons .node-about-eit-multilingual .group-header p button,
.cke_editable p button,
.cke_editable p .button,
.cke_editable p #sliding-popup .popup-content #popup-buttons button,
#sliding-popup .popup-content #popup-buttons .cke_editable p button,
.ui-accordion p button,
.ui-accordion p .button,
.ui-accordion p #sliding-popup .popup-content #popup-buttons button,
#sliding-popup .popup-content #popup-buttons .ui-accordion p button {
  margin-bottom: 0px;
}

/* line 403, scss/eit/layout/_main-plain-styling.scss */
.block-block .tweetable-text a,
.body.field .tweetable-text a,
.pane-block .tweetable-text a,
.before-main-content .tweetable-text a,
.node-about-eit-multilingual .group-header .tweetable-text a,
.cke_editable .tweetable-text a,
.ui-accordion .tweetable-text a {
  position: relative;
  border-bottom: 2px solid #55acee;
  background-color: transparent;
  color: #004494;
}

/* line 410, scss/eit/layout/_main-plain-styling.scss */
.block-block .tweetable-text a:after,
.body.field .tweetable-text a:after,
.pane-block .tweetable-text a:after,
.before-main-content .tweetable-text a:after,
.node-about-eit-multilingual .group-header .tweetable-text a:after,
.cke_editable .tweetable-text a:after,
.ui-accordion .tweetable-text a:after {
  content: "\e90e";
  position: relative;
  top: 1px;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 8px;
  text-align: center;
  font-size: 0.8rem;
  line-height: 2.2;
  color: #FFFFFF;
  background-color: #55acee;
}

/* line 425, scss/eit/layout/_main-plain-styling.scss */
.block-block .tweetable-text a:hover,
.body.field .tweetable-text a:hover,
.pane-block .tweetable-text a:hover,
.before-main-content .tweetable-text a:hover,
.node-about-eit-multilingual .group-header .tweetable-text a:hover,
.cke_editable .tweetable-text a:hover,
.ui-accordion .tweetable-text a:hover {
  color: #FFFFFF !important;
  background-color: #55acee !important;
}

@media screen and (max-width: 64em) {
  /* line 433, scss/eit/layout/_main-plain-styling.scss */
  .block-block h1,
  .body.field h1,
  .pane-block h1,
  .before-main-content h1,
  .node-about-eit-multilingual .group-header h1,
  .cke_editable h1,
  .ui-accordion h1 {
    font-size: 32px;
    line-height: 40px;
  }
  /* line 438, scss/eit/layout/_main-plain-styling.scss */
  .block-block p:not([class*="smk"]),
  .body.field p:not([class*="smk"]),
  .pane-block p:not([class*="smk"]),
  .before-main-content p:not([class*="smk"]),
  .node-about-eit-multilingual .group-header p:not([class*="smk"]),
  .cke_editable p:not([class*="smk"]),
  .ui-accordion p:not([class*="smk"]) {
    font-size: 1.125rem;
  }
  /* line 442, scss/eit/layout/_main-plain-styling.scss */
  .block-block ul,
  .body.field ul,
  .pane-block ul,
  .before-main-content ul,
  .node-about-eit-multilingual .group-header ul,
  .cke_editable ul,
  .ui-accordion ul {
    margin-left: 16px;
  }
  /* line 445, scss/eit/layout/_main-plain-styling.scss */
  .block-block ul li,
  .body.field ul li,
  .pane-block ul li,
  .before-main-content ul li,
  .node-about-eit-multilingual .group-header ul li,
  .cke_editable ul li,
  .ui-accordion ul li {
    padding-left: 16px;
  }
  /* line 450, scss/eit/layout/_main-plain-styling.scss */
  .block-block .media-youtube-player, .block-block iframe,
  .body.field .media-youtube-player,
  .body.field iframe,
  .pane-block .media-youtube-player,
  .pane-block iframe,
  .before-main-content .media-youtube-player,
  .before-main-content iframe,
  .node-about-eit-multilingual .group-header .media-youtube-player,
  .node-about-eit-multilingual .group-header iframe,
  .cke_editable .media-youtube-player,
  .cke_editable iframe,
  .ui-accordion .media-youtube-player,
  .ui-accordion iframe {
    max-width: 100%;
    height: auto;
  }
  /* line 455, scss/eit/layout/_main-plain-styling.scss */
  .block-block .table-wrapper,
  .body.field .table-wrapper,
  .pane-block .table-wrapper,
  .before-main-content .table-wrapper,
  .node-about-eit-multilingual .group-header .table-wrapper,
  .cke_editable .table-wrapper,
  .ui-accordion .table-wrapper {
    max-width: 100%;
    overflow: auto;
  }
}

/* line 4, scss/eit/layout/_sidebar-first.scss */
aside.sidebar-first .block {
  padding: 28px 32px;
}

/* line 7, scss/eit/layout/_sidebar-first.scss */
aside.sidebar-first .block:nth-child(odd) {
  border-radius: 0 30px;
}

/* line 11, scss/eit/layout/_sidebar-first.scss */
aside.sidebar-first .block:nth-child(even) {
  border-radius: 30px 0;
}

/* line 18, scss/eit/layout/_sidebar-first.scss */
aside.sidebar-first .block-title {
  color: white;
  margin-bottom: 28px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.1;
}

@media only screen and (max-width: 64em) {
  /* line 29, scss/eit/layout/_sidebar-first.scss */
  aside.sidebar-first .block:not([class*="filters"]) {
    display: none;
  }
}

/* line 1, scss/eit/layout/_block-menu-block.scss */
.block-menu-block {
  background: #004494;
}

/* line 3, scss/eit/layout/_block-menu-block.scss */
.block-menu-block h2.block-title {
  color: #73C4EE;
  margin-bottom: 28px;
  font-size: 1.75rem;
}

/* line 8, scss/eit/layout/_block-menu-block.scss */
.block-menu-block a, .block-menu-block span {
  color: white;
}

/* line 12, scss/eit/layout/_block-menu-block.scss */
.block-menu-block .menu-link-title a, .block-menu-block .menu-link-title span {
  color: white;
  font-style: normal;
  font-weight: normal;
  line-height: 18px;
  font-size: 16px;
}

/* line 21, scss/eit/layout/_block-menu-block.scss */
.block-menu-block .menu-link-title a:hover {
  text-decoration: underline;
}

/* line 28, scss/eit/layout/_block-menu-block.scss */
.block-menu-block ul li {
  margin-bottom: 24px;
  position: relative;
}

/* line 31, scss/eit/layout/_block-menu-block.scss */
.block-menu-block ul li:hover {
  cursor: pointer;
}

/* line 33, scss/eit/layout/_block-menu-block.scss */
.block-menu-block ul li:hover:before {
  color: #4A8C3B !important;
}

/* line 37, scss/eit/layout/_block-menu-block.scss */
.block-menu-block ul li li:last-child {
  margin-bottom: 0;
}

/* line 42, scss/eit/layout/_block-menu-block.scss */
.block-menu-block ul li.collapsed:before, .block-menu-block ul li.expanded:before {
  color: #5FA43E;
  position: absolute;
  font-size: 14px;
  right: 0;
  top: 6px;
}

/* line 51, scss/eit/layout/_block-menu-block.scss */
.block-menu-block ul li.collapsed:before {
  content: "\e905";
}

/* line 57, scss/eit/layout/_block-menu-block.scss */
.block-menu-block ul li.expanded.closed:before {
  content: "\e905";
}

/* line 62, scss/eit/layout/_block-menu-block.scss */
.block-menu-block ul li.expanded.open:before {
  content: "\e902";
}

/* line 68, scss/eit/layout/_block-menu-block.scss */
.block-menu-block ul li.closed .menu {
  display: none;
}

/* line 73, scss/eit/layout/_block-menu-block.scss */
.block-menu-block ul ul {
  margin-top: 24px;
}

/* line 82, scss/eit/layout/_block-menu-block.scss */
aside .block-menu-block ul .active-trail > .menu-link-title a, aside .block-menu-block ul .active-trail > .menu-link-title span {
  color: #73C4EE;
  position: relative;
}

/* line 85, scss/eit/layout/_block-menu-block.scss */
aside .block-menu-block ul .active-trail > .menu-link-title a:before, aside .block-menu-block ul .active-trail > .menu-link-title span:before {
  content: "";
  border: 3px solid #73C4EE;
  position: absolute;
  height: 24px;
  top: 0;
  left: -32px;
}

/* line 101, scss/eit/layout/_block-menu-block.scss */
.block-menu-block.block-locale-language-content span.abbr {
  text-transform: uppercase;
  padding: 5px;
  width: 34px;
  text-align: center;
  border: 1px solid white;
  display: inline-block;
  margin-right: 8px;
}

/* line 110, scss/eit/layout/_block-menu-block.scss */
.block-menu-block.block-locale-language-content span.name {
  text-transform: capitalize;
}

/* line 118, scss/eit/layout/_block-menu-block.scss */
.block-menu-block .active-trail > .menu-link-title ~ ul a:before {
  display: none;
}

@media screen and (max-width: 64em) {
  /* line 124, scss/eit/layout/_block-menu-block.scss */
  .block-menu-block {
    display: none;
  }
}

/* line 4, scss/eit/layout/_forms.scss */
body .page input {
  height: auto;
  min-height: 56px;
  padding: 16px 24px;
  border-radius: 0 16px;
}

/* line 15, scss/eit/layout/_forms.scss */
.eit-web-form form label {
  color: #58595B;
}

/* line 19, scss/eit/layout/_forms.scss */
.eit-web-form form input,
.eit-web-form form select {
  border: 1px solid #C5C5C5;
  color: #58595B;
}

/* line 25, scss/eit/layout/_forms.scss */
.eit-web-form form input:focus,
.eit-web-form form .form-select:focus {
  border: 1px solid #004494;
}

/* line 31, scss/eit/layout/_forms.scss */
.eit-web-form form input:checked ~ .option {
  color: #58595B !important;
}

/* line 33, scss/eit/layout/_forms.scss */
.eit-web-form form input:checked ~ .option:before {
  border-color: #58595B !important;
  content: "\e913";
  background: #FFFFFF;
}

/* line 38, scss/eit/layout/_forms.scss */
.eit-web-form form input:checked ~ .option:after {
  color: #58595B !important;
}

/* line 44, scss/eit/layout/_forms.scss */
.eit-web-form form .form-select {
  border: 1px solid #C5C5C5;
  color: #58595B;
}

/* line 48, scss/eit/layout/_forms.scss */
.eit-web-form form fieldset {
  border: none;
  padding-left: 0;
  padding-right: 0;
}

/* line 53, scss/eit/layout/_forms.scss */
.eit-web-form form button.webform-submit {
  background: #004494 !important;
  color: #FFFFFF;
  margin-left: 0 !important;
  margin-bottom: 2rem !important;
}

/* line 60, scss/eit/layout/_forms.scss */
.eit-web-form form .captcha {
  padding: 0;
  border: none;
}

/* line 64, scss/eit/layout/_forms.scss */
.eit-web-form form .captcha span.field-prefix {
  display: inline-block;
  vertical-align: top;
  margin-top: 1rem;
  margin-right: 1rem;
}

/* line 70, scss/eit/layout/_forms.scss */
.eit-web-form form .captcha input.form-text {
  display: inline-block;
  vertical-align: top;
  width: 70px;
}

/* line 75, scss/eit/layout/_forms.scss */
.eit-web-form form .captcha div.description {
  display: inline-block;
  vertical-align: top;
  margin-left: 1rem;
  margin-top: 1rem;
}

/* line 83, scss/eit/layout/_forms.scss */
.eit-web-form form .form-radios .option {
  color: #004494;
}

/* line 85, scss/eit/layout/_forms.scss */
.eit-web-form form .form-radios .option:before {
  border: 1px solid #939393;
  background: #EDEDED;
}

/* line 92, scss/eit/layout/_forms.scss */
.eit-web-form form .form-type-checkbox label {
  color: #004494;
}

/* line 95, scss/eit/layout/_forms.scss */
.eit-web-form form .form-type-checkbox .option:before {
  border: 1px solid #939393 !important;
  background: #EDEDED;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}

/* line 102, scss/eit/layout/_forms.scss */
.eit-web-form form .form-type-checkbox input:checked ~ .option {
  color: white;
}

/* line 104, scss/eit/layout/_forms.scss */
.eit-web-form form .form-type-checkbox input:checked ~ .option:before {
  content: "\e913";
  color: #58595B;
  border-color: #004494 !important;
  box-shadow: 0 0 5px #C5C5C5;
  font-weight: 800;
  padding: 7px;
}

/* line 117, scss/eit/layout/_forms.scss */
.eit-web-form form textarea {
  height: 230px !important;
}

/* line 119, scss/eit/layout/_forms.scss */
.eit-web-form form textarea:focus {
  border-color: #004494;
}

/* line 123, scss/eit/layout/_forms.scss */
.eit-web-form form .description {
  margin-top: 0.5rem;
}

/* line 128, scss/eit/layout/_forms.scss */
.page-newsletter .eit-web-form form button {
  margin-bottom: 1rem !important;
}

/* line 130, scss/eit/layout/_forms.scss */
.page-newsletter .eit-web-form form button#edit-unsubscribe {
  margin-left: 0.5rem !important;
  background: #58595B;
  border-radius: 0 16px;
}

/* line 135, scss/eit/layout/_forms.scss */
.page-newsletter .eit-web-form form button#edit-unsubscribe:hover {
  background: #4b4c4e;
}

/*********************** checkboxes for all forms ***********************/
/* line 143, scss/eit/layout/_forms.scss */
.eit-web-form form .fieldset-left label {
  color: #E743A2;
}

/* line 149, scss/eit/layout/_forms.scss */
.eit-web-form form .form-type-checkbox label,
.eit-web-form form .form-radios label {
  color: white;
}

/* line 152, scss/eit/layout/_forms.scss */
.eit-web-form form .form-type-checkbox input,
.eit-web-form form .form-radios input {
  opacity: 0;
}

/* line 155, scss/eit/layout/_forms.scss */
.eit-web-form form .form-type-checkbox input:focus,
.eit-web-form form .form-radios input:focus {
  opacity: 1;
  position: absolute;
  width: 27px;
  margin-top: 2px;
  margin-left: 2px;
  display: block;
  min-height: 26px;
  border-radius: 0 16px;
  -webkit-box-shadow: 7px 7px 7px 0px rgba(50, 50, 50, 0.85);
  -moz-box-shadow: 7px 7px 7px 0px rgba(50, 50, 50, 0.85);
  box-shadow: 7px 7px 7px 0px rgba(50, 50, 50, 0.85);
  outline: none;
}

/* line 170, scss/eit/layout/_forms.scss */
.eit-web-form form .form-type-checkbox input:checked ~ .option,
.eit-web-form form .form-radios input:checked ~ .option {
  color: white;
}

/* line 172, scss/eit/layout/_forms.scss */
.eit-web-form form .form-type-checkbox input:checked ~ .option:before,
.eit-web-form form .form-radios input:checked ~ .option:before {
  border-color: white;
  content: "\e913";
}

/* line 179, scss/eit/layout/_forms.scss */
.eit-web-form form .form-type-checkbox .option,
.eit-web-form form .form-radios .option {
  margin: 0px;
  color: #6BB745;
  font-style: normal;
  font-weight: normal;
  line-height: 18px;
  padding-left: 48px;
  position: relative;
  min-height: 2rem;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  font-size: 1.125rem;
}

/* line 193, scss/eit/layout/_forms.scss */
.eit-web-form form .form-type-checkbox .option:before,
.eit-web-form form .form-radios .option:before {
  content: "";
  margin-right: 16px;
  height: 32px;
  width: 32px;
  border: 3px solid #034EA2;
  border-radius: 8px 0;
  display: inline-block;
  font-size: 16px;
  position: absolute;
  color: white;
  top: 0;
  left: 0;
  padding: 5px;
}

/* line 213, scss/eit/layout/_forms.scss */
.eit-web-form form .form-type-radio .option:before {
  border-radius: 50% !important;
  content: "" !important;
}

/* line 219, scss/eit/layout/_forms.scss */
.eit-web-form form .form-radios input:checked ~ .option:after {
  content: "●" !important;
  top: 2px;
  left: 10px;
  color: white;
  position: absolute;
  font-size: 21px;
}

/* line 228, scss/eit/layout/_forms.scss */
.eit-web-form form .form-submit.form-submit:not(button) {
  margin: 0 auto !important;
  color: #6BB745;
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 31px;
  padding: 0;
  border-radius: 16px 0;
  background: transparent !important;
  border: 3px solid #034EA2;
  transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
  height: 64px;
  width: 204px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}

/* line 246, scss/eit/layout/_forms.scss */
.eit-web-form form .form-submit.form-submit:not(button):hover {
  border-radius: 0 16px;
  box-shadow: 0 0 10px #6081c5;
}

/* line 250, scss/eit/layout/_forms.scss */
.eit-web-form form .form-submit.form-submit:not(button):before, .eit-web-form form .form-submit.form-submit:not(button):after {
  color: #E743A2;
  font-size: 36px;
  font-weight: 400;
}

/* line 256, scss/eit/layout/_forms.scss */
.eit-web-form form .form-submit.form-submit:not(button):before {
  padding-right: 12px;
}

/* line 259, scss/eit/layout/_forms.scss */
.eit-web-form form .form-submit.form-submit:not(button):after {
  padding-left: 12px;
}

@media screen and (max-width: 64em) {
  /* line 267, scss/eit/layout/_forms.scss */
  .eit-web-form form .fieldset-wrapper {
    display: block;
  }
  /* line 270, scss/eit/layout/_forms.scss */
  .eit-web-form form .webform-datepicker {
    position: relative;
    display: block;
  }
  /* line 273, scss/eit/layout/_forms.scss */
  .eit-web-form form .webform-datepicker .form-item:not(:last-child):before {
    top: 0;
    bottom: auto;
  }
  /* line 277, scss/eit/layout/_forms.scss */
  .eit-web-form form .webform-datepicker .webform-calendar {
    position: absolute;
    top: -30px;
    right: 0;
  }
  /* line 283, scss/eit/layout/_forms.scss */
  .eit-web-form form .webform-component-fieldset {
    padding: 32px;
  }
  /* line 286, scss/eit/layout/_forms.scss */
  .eit-web-form form .webform-component-date .webform-container-inline {
    display: block;
  }
}

/* line 295, scss/eit/layout/_forms.scss */
.page-node-181 iframe {
  height: 1020px !important;
}

/* line 1, scss/eit/layout/_buttons.scss */
button, .button, #sliding-popup .popup-content #popup-buttons button, .button.radius, #sliding-popup .popup-content #popup-buttons button.radius {
  transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
  padding: 16px 24px;
  border-radius: 16px 0;
}

/* line 5, scss/eit/layout/_buttons.scss */
button.small, .button.small, #sliding-popup .popup-content #popup-buttons button.small, .button.radius.small, #sliding-popup .popup-content #popup-buttons button.radius.small {
  padding: 0.625rem 0.75rem;
}

/* line 8, scss/eit/layout/_buttons.scss */
button.secondary, .button.secondary, #sliding-popup .popup-content #popup-buttons button.secondary, .button.radius.secondary, #sliding-popup .popup-content #popup-buttons button.radius.secondary {
  background-color: #5FA43E;
}

/* line 10, scss/eit/layout/_buttons.scss */
button.secondary:hover, .button.secondary:hover, #sliding-popup .popup-content #popup-buttons button.secondary:hover, .button.radius.secondary:hover, #sliding-popup .popup-content #popup-buttons button.radius.secondary:hover {
  background-color: #4A8C3B;
}

/* line 14, scss/eit/layout/_buttons.scss */
button.primary, .button.primary, #sliding-popup .popup-content #popup-buttons button.primary, .button.radius.primary, #sliding-popup .popup-content #popup-buttons button.radius.primary {
  background-color: #004494;
}

/* line 16, scss/eit/layout/_buttons.scss */
button.primary:hover, .button.primary:hover, #sliding-popup .popup-content #popup-buttons button.primary:hover, .button.radius.primary:hover, #sliding-popup .popup-content #popup-buttons button.radius.primary:hover {
  background-color: #00376e;
}

/* line 23, scss/eit/layout/_buttons.scss */
.button-primary {
  font-size: 1rem;
  line-height: 18px;
  padding: 16px 24px;
  color: white;
  background-color: #004494;
  transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
}

/* line 30, scss/eit/layout/_buttons.scss */
.button-primary:hover {
  background-color: #00376e;
}

/* line 35, scss/eit/layout/_buttons.scss */
.button-secondary {
  font-size: 1rem;
  line-height: 18px;
  padding: 16px 24px;
  color: white;
  background-color: #5FA43E;
  transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
}

/* line 42, scss/eit/layout/_buttons.scss */
.button-secondary:hover {
  background-color: #4A8C3B;
}

/* line 48, scss/eit/layout/_buttons.scss */
.button-discrete {
  font-size: 1rem;
  line-height: 18px;
  padding: 16px 24px;
  color: #004494;
  background-color: #EDEDED;
  transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
}

/* line 55, scss/eit/layout/_buttons.scss */
.button-discrete:hover {
  background-color: #CFCFCF;
  color: #004494;
}

/* line 61, scss/eit/layout/_buttons.scss */
.button-hollow {
  font-size: 1rem;
  line-height: 18px;
  padding: 16px 24px;
  color: #004494;
  background-color: #CFCFCF;
  transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
}

/* line 68, scss/eit/layout/_buttons.scss */
.button-hollow:hover {
  background-color: #939393;
  color: #004494;
}

/* line 2, scss/eit/layout/_cookies.scss */
#sliding-popup.sliding-popup-bottom {
  background-image: url(../images/eit2019/radial.png);
  background-color: #004494;
}

/* line 6, scss/eit/layout/_cookies.scss */
#sliding-popup .popup-content {
  max-width: 1272px;
  padding: 32px 16px;
  color: white;
  display: flex;
}

/* line 14, scss/eit/layout/_cookies.scss */
#sliding-popup .popup-content #popup-text {
  float: none;
}

/* line 16, scss/eit/layout/_cookies.scss */
#sliding-popup .popup-content #popup-text p {
  color: white !important;
  font-size: 1.0625rem;
  line-height: 24px;
  font-weight: 700;
}

/* line 25, scss/eit/layout/_cookies.scss */
#sliding-popup .popup-content #popup-buttons button {
  box-shadow: none;
  text-shadow: none;
}

/* line 30, scss/eit/layout/_cookies.scss */
#sliding-popup .popup-content #popup-buttons button.agree-button, #sliding-popup .popup-content #popup-buttons button.hide-popup-button {
  background: none;
  background-color: #5FA43E;
  margin-right: 16px;
}

/* line 35, scss/eit/layout/_cookies.scss */
#sliding-popup .popup-content #popup-buttons button.agree-button:hover, #sliding-popup .popup-content #popup-buttons button.hide-popup-button:hover {
  background-color: #4A8C3B;
}

/* line 39, scss/eit/layout/_cookies.scss */
#sliding-popup .popup-content #popup-buttons button.find-more-button {
  color: #004494;
  background-color: #EDEDED !important;
}

/* line 45, scss/eit/layout/_cookies.scss */
#sliding-popup .popup-content #popup-buttons {
  margin-left: auto;
}

@media screen and (max-width: 64em) {
  /* line 51, scss/eit/layout/_cookies.scss */
  #sliding-popup .popup-content {
    flex-direction: column;
  }
}

/* line 4, scss/eit/modules/article/_main-foto.scss */
.field-name-field-main-photo {
  text-align: center;
  border-radius: 30px 0;
  overflow: hidden;
  margin-bottom: 32px;
}

/* line 10, scss/eit/modules/article/_main-foto.scss */
.field-name-field-main-photo img {
  width: 100%;
}

@media only screen and (min-width: 40.063em) {
  /* line 4, scss/eit/modules/article/_main-foto.scss */
  .field-name-field-main-photo {
    float: right;
    margin-left: 56px;
    object-fit: cover;
    width: 45%;
  }
}

@media only screen and (min-width: 64.063em) {
  /* line 4, scss/eit/modules/article/_main-foto.scss */
  .field-name-field-main-photo {
    width: 35%;
  }
}

@media only screen and (min-width: 64.063em) {
  /* line 27, scss/eit/modules/article/_main-foto.scss */
  .sidebar-first .field-name-field-main-photo {
    width: 45%;
  }
}

/*node-metadata
*******************************/
/* line 4, scss/eit/modules/article/_node-metadata.scss */
.node-metadata {
  clear: both;
}

/* line 9, scss/eit/modules/article/_node-metadata.scss */
.node-metadata h4 {
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  font-size: 20px;
  color: #58595B;
  margin-bottom: 24px;
}

/* line 19, scss/eit/modules/article/_node-metadata.scss */
.node-metadata .field-wrapper,
.node-metadata .field-wrapper * {
  line-height: 1rem;
  font-size: 0.875rem;
}

/* line 26, scss/eit/modules/article/_node-metadata.scss */
.node-metadata .field-label {
  display: inline;
  float: none;
  font-style: normal;
  font-weight: bold;
  color: #58595B;
  margin-bottom: 0px;
  margin-right: 3px;
}

/* line 37, scss/eit/modules/article/_node-metadata.scss */
.node-metadata .field-item {
  display: inline;
  color: #58595B;
}

/* line 44, scss/eit/modules/article/_node-metadata.scss */
.node-metadata .columns > .field-wrapper, .node-metadata .columns > .field-collection-container,
.node-metadata .related-content a {
  position: relative;
  margin-left: 30px;
  margin-bottom: 13px;
}

/* line 51, scss/eit/modules/article/_node-metadata.scss */
.node-metadata .columns > .field-wrapper:last-child, .node-metadata .columns > .field-collection-container:last-child,
.node-metadata .related-content a:last-child {
  margin-bottom: 0px;
}

/* line 55, scss/eit/modules/article/_node-metadata.scss */
.node-metadata .columns > .field-wrapper:before, .node-metadata .columns > .field-collection-container:before,
.node-metadata .related-content a:before {
  position: absolute;
  top: 2px;
  left: -30px;
  content: "\e912";
  color: #5FA43E;
  font-size: 13px;
  margin-right: 16px;
}

/* line 66, scss/eit/modules/article/_node-metadata.scss */
.node-metadata .related-content .field-label {
  margin-bottom: 16px;
}

/* line 71, scss/eit/modules/article/_node-metadata.scss */
.node-metadata .inline {
  margin: 0;
  display: inline;
}

/* line 75, scss/eit/modules/article/_node-metadata.scss */
.node-metadata .inline > li {
  margin-left: 0;
  padding: 0;
  float: none;
  display: inline;
}

/* line 81, scss/eit/modules/article/_node-metadata.scss */
.node-metadata .inline > li:before {
  display: none;
}

/* line 85, scss/eit/modules/article/_node-metadata.scss */
.node-metadata .inline > li > * {
  display: inline;
}

/* line 92, scss/eit/modules/article/_node-metadata.scss */
.node-metadata .related-content a {
  display: block;
}

/* line 95, scss/eit/modules/article/_node-metadata.scss */
.node-metadata .field-collection-container {
  border-bottom: none;
}

/* line 100, scss/eit/modules/article/_node-metadata.scss */
.node-metadata.node-metadata {
  margin-bottom: 32px;
}

/* line 108, scss/eit/modules/article/_node-metadata.scss */
.metadata > *, .group-eit-metadata > .field, .field-name-field-eit-publication-date,
.field-name-field-eit-document-type {
  background-color: #EDEDED;
  color: #58595B;
  margin-bottom: 8px;
  margin-right: 8px;
  padding: 8px 16px;
  border-radius: 16px 0;
}

/* line 116, scss/eit/modules/article/_node-metadata.scss */
.metadata > * .field-label, .group-eit-metadata > .field .field-label, .field-name-field-eit-publication-date .field-label, .field-name-field-eit-document-type .field-label {
  font-size: 16px;
  line-height: 24px;
  text-align: right;
  margin-right: 8px;
}

/* line 123, scss/eit/modules/article/_node-metadata.scss */
.metadata > * ul, .group-eit-metadata > .field ul, .field-name-field-eit-publication-date ul, .field-name-field-eit-document-type ul {
  margin: 0;
}

/* line 127, scss/eit/modules/article/_node-metadata.scss */
.metadata > * .date-display-single, .group-eit-metadata > .field .date-display-single, .field-name-field-eit-publication-date .date-display-single, .field-name-field-eit-document-type .date-display-single {
  font-size: 16px;
  line-height: 24px;
}

/* line 132, scss/eit/modules/article/_node-metadata.scss */
.metadata > * li, .group-eit-metadata > .field li, .field-name-field-eit-publication-date li, .field-name-field-eit-document-type li {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  padding: 0px;
  white-space: nowrap;
}

/* line 138, scss/eit/modules/article/_node-metadata.scss */
.metadata > * li:before, .group-eit-metadata > .field li:before, .field-name-field-eit-publication-date li:before, .field-name-field-eit-document-type li:before {
  display: none !important;
}

/* line 145, scss/eit/modules/article/_node-metadata.scss */
.metadata > :empty, .group-eit-metadata > .field:empty, .field-name-field-eit-publication-date:empty,
.field-name-field-eit-document-type:empty {
  margin: 0px;
  padding: 0px;
  background-color: transparent;
}

/*metadata general
******************************/
/* line 157, scss/eit/modules/article/_node-metadata.scss */
.metadata {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 32px 0;
}

/* line 163, scss/eit/modules/article/_node-metadata.scss */
.metadata h2 {
  margin-bottom: 0px;
}

/* line 169, scss/eit/modules/article/_node-metadata.scss */
.metadata .group-eit-metadata {
  margin: 0px;
  padding: 0px;
  background-color: transparent;
}

/* line 180, scss/eit/modules/article/_node-metadata.scss */
.metadata .content-type,
.metadata .publish-date {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

/* line 187, scss/eit/modules/article/_node-metadata.scss */
.metadata .content-type {
  background-color: #5FA43E;
  color: white;
  margin-right: 8px;
}

/* line 194, scss/eit/modules/article/_node-metadata.scss */
.metadata [class*="-status"] {
  color: #FFFFFF;
  font-weight: 700;
  text-transform: capitalize;
}

/* line 199, scss/eit/modules/article/_node-metadata.scss */
.metadata [class*="-status"].open {
  background-color: #1aa88f;
}

/* line 203, scss/eit/modules/article/_node-metadata.scss */
.metadata [class*="-status"].closed {
  background-color: #d22c61;
}

/* line 207, scss/eit/modules/article/_node-metadata.scss */
.metadata [class*="-status"].ongoing {
  background-color: #ef7d1a;
}

/*metadata events
******************************/
/* line 223, scss/eit/modules/article/_node-metadata.scss */
.metadata .dates {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  color: #58595B;
  background-color: #EDEDED;
  margin-bottom: 8px;
}

/* line 230, scss/eit/modules/article/_node-metadata.scss */
.metadata .dates .icon-time:before {
  color: #5FA43E;
  margin-right: 8px;
}

/* line 234, scss/eit/modules/article/_node-metadata.scss */
.metadata .dates .date {
  display: flex;
  align-items: center;
}

/* line 238, scss/eit/modules/article/_node-metadata.scss */
.metadata .dates .date:after {
  content: "\e901";
  color: #5FA43E;
  margin: 0 8px;
}

/* line 244, scss/eit/modules/article/_node-metadata.scss */
.metadata .dates .date-display-single > * {
  display: inline-block;
}

/* line 248, scss/eit/modules/article/_node-metadata.scss */
.metadata .location-data {
  display: flex;
  background-color: #EDEDED;
  font-size: 16px;
  color: #58595B;
  margin-bottom: 8px;
  align-items: center;
}

/* line 256, scss/eit/modules/article/_node-metadata.scss */
.metadata .location-data:before {
  content: "\e914";
  color: #5FA43E;
  margin-right: 8px;
}

/* line 261, scss/eit/modules/article/_node-metadata.scss */
.metadata .location-data > * {
  margin-right: 8px;
}

/* line 265, scss/eit/modules/article/_node-metadata.scss */
.metadata li:before {
  display: none !important;
}

/* line 268, scss/eit/modules/article/_node-metadata.scss */
.metadata .online-event {
  display: flex;
}

/* line 270, scss/eit/modules/article/_node-metadata.scss */
.metadata .online-event.icon-event:before {
  margin-top: 0.3rem;
  margin-right: 0.9rem;
  color: #5FA43E;
}

/* Top node metadata
************************/
/* line 284, scss/eit/modules/article/_node-metadata.scss */
.group-eit-metadata > .field {
  margin-right: 8px;
}

/* line 288, scss/eit/modules/article/_node-metadata.scss */
.group-eit-metadata > .field:last-child {
  margin-right: 0px;
}

/*library metadata
************************/
/* Show CET in special cases
************************/
/* line 311, scss/eit/modules/article/_node-metadata.scss */
.node-eit-vacancy .field-name-field-eit-vacancy-app-deadline .cet,
.node-eit-procurement-opportunity .field-name-field-eit-proc-app-deadline .cet {
  display: inline;
  margin-left: 5px;
}

/* line 1, scss/eit/modules/article/_block-block.scss */
.main .block-block {
  /*padding:$space-external;*/
  border-radius: 30px 0;
  background: white;
}

/* line 7, scss/eit/modules/article/_block-block.scss */
.main .block-block .body.field h2 {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 16px;
}

/* line 1, scss/eit/modules/homepage/_home-general.scss */
.front.front {
  background: radial-gradient(337.50px at 23.28% 24%, #0075B1 0%, #004494 100%);
  background-color: #004494;
  background-repeat: no-repeat;
}

/* line 5, scss/eit/modules/homepage/_home-general.scss */
.front.front .main {
  background: transparent;
  max-width: none;
  margin-right: 0;
  padding: 0px;
}

/* line 12, scss/eit/modules/homepage/_home-general.scss */
.front.front .l-main {
  max-width: none;
  padding-bottom: 0px;
}

/* line 16, scss/eit/modules/homepage/_home-general.scss */
.front.front .row .row {
  max-width: 79.5rem;
  margin: 0 auto;
}

/* line 20, scss/eit/modules/homepage/_home-general.scss */
.front.front .l-header {
  background: none;
  padding-bottom: 0;
}

/* line 24, scss/eit/modules/homepage/_home-general.scss */
.front.front .l-main {
  max-width: none;
}

/* line 27, scss/eit/modules/homepage/_home-general.scss */
.front.front .filter-button {
  display: none;
}

@media screen and (max-width: 64em) {
  /* line 34, scss/eit/modules/homepage/_home-general.scss */
  .front.front {
    background: none;
    background-color: #004494;
  }
  /* line 37, scss/eit/modules/homepage/_home-general.scss */
  .front.front .l-header {
    background-color: #004494;
  }
}

/*backgroundf-image
********************************/
/* line 3, scss/eit/modules/homepage/_home-featured.scss */
.home-featured {
  position: relative;
  border-radius: 30px 0;
  padding-bottom: 96px;
  z-index: 5;
}

/* line 8, scss/eit/modules/homepage/_home-featured.scss */
.home-featured:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-image: url("../images/eit2019/rings.png");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 529px;
  width: 266px;
}

/*home featured-header
******************************/
@media only screen and (min-width: 64.063em) {
  /* line 26, scss/eit/modules/homepage/_home-featured.scss */
  .home-featured .top-left-block {
    padding: 48px 0px;
  }
}

/* line 32, scss/eit/modules/homepage/_home-featured.scss */
.home-featured-header {
  display: flex;
  flex-wrap: wrap;
  color: white;
  align-items: center;
  justify-content: center;
}

@media only screen and (min-width: 64.063em) {
  /* line 32, scss/eit/modules/homepage/_home-featured.scss */
  .home-featured-header {
    justify-content: flex-start;
  }
}

/* line 43, scss/eit/modules/homepage/_home-featured.scss */
.home-featured-header h1 {
  flex-basis: 100%;
  font-size: 3rem;
  line-height: normal;
  color: white;
  font-weight: 200;
  margin-right: auto;
  margin-bottom: 16px;
  text-align: center;
}

@media only screen and (min-width: 64.063em) {
  /* line 43, scss/eit/modules/homepage/_home-featured.scss */
  .home-featured-header h1 {
    flex-basis: auto;
    margin-bottom: 0px;
    text-align: left;
  }
}

/* line 60, scss/eit/modules/homepage/_home-featured.scss */
.home-featured-header h1 span {
  display: inline;
}

/* line 64, scss/eit/modules/homepage/_home-featured.scss */
.home-featured-header span {
  display: block;
}

/* line 67, scss/eit/modules/homepage/_home-featured.scss */
.home-featured-header p {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}

/* line 72, scss/eit/modules/homepage/_home-featured.scss */
.home-featured-header a {
  color: white;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 24px;
  padding-left: 80px;
  position: relative;
}

/* line 80, scss/eit/modules/homepage/_home-featured.scss */
.home-featured-header a:before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 3rem;
  color: #5FA43E;
  margin-right: 16px;
}

/* line 90, scss/eit/modules/homepage/_home-featured.scss */
.home-featured-header .home-featured-explore:before {
  content: "\e92d";
  font-size: 3.5rem;
  top: 0;
}

/* line 96, scss/eit/modules/homepage/_home-featured.scss */
.home-featured-header .home-featured-impact:before {
  content: "\e911";
}

/* line 101, scss/eit/modules/homepage/_home-featured.scss */
.home-featured-header .icon-covid-19:before {
  font-size: 3.875rem;
  top: -1.4rem;
  color: #E74394;
}

/* line 109, scss/eit/modules/homepage/_home-featured.scss */
.home-featured-header .icon-music:before {
  font-size: 3.875rem;
  top: 0;
}

@media screen and (min-width: 90em) {
  /* line 115, scss/eit/modules/homepage/_home-featured.scss */
  .home-featured-header a.home-featured-explore {
    max-width: 200px;
    margin-right: 32px;
  }
  /* line 119, scss/eit/modules/homepage/_home-featured.scss */
  .home-featured-header a.icon-music {
    max-width: 280px;
  }
}

@media screen and (max-width: 90em) {
  /* line 124, scss/eit/modules/homepage/_home-featured.scss */
  .home-featured-header a {
    font-size: 16px;
    padding-left: 42.6666666667px;
  }
  /* line 127, scss/eit/modules/homepage/_home-featured.scss */
  .home-featured-header a:before {
    font-size: 37px !important;
  }
  /* line 131, scss/eit/modules/homepage/_home-featured.scss */
  .home-featured-header a.home-featured-explore {
    max-width: 150px;
    margin-right: 21.3333333333px;
  }
  /* line 135, scss/eit/modules/homepage/_home-featured.scss */
  .home-featured-header a.icon-music {
    max-width: 260px;
  }
}

@media screen and (max-width: 40em) {
  /* line 32, scss/eit/modules/homepage/_home-featured.scss */
  .home-featured-header {
    margin-top: 16px;
    padding: 0 32px;
    display: block;
  }
  /* line 144, scss/eit/modules/homepage/_home-featured.scss */
  .home-featured-header span {
    display: inline;
  }
  /* line 147, scss/eit/modules/homepage/_home-featured.scss */
  .home-featured-header a {
    display: none;
  }
  /* line 150, scss/eit/modules/homepage/_home-featured.scss */
  .home-featured-header h1 {
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 27px;
    text-align: center;
  }
}

/*carousel
********************/
/* line 165, scss/eit/modules/homepage/_home-featured.scss */
.home-featured .skin-default {
  position: relative;
}

/* line 167, scss/eit/modules/homepage/_home-featured.scss */
.home-featured .skin-default .views-slideshow-cycle-main-frame {
  max-width: 100%;
}

/* line 169, scss/eit/modules/homepage/_home-featured.scss */
.home-featured .skin-default .views-slideshow-cycle-main-frame .views_slideshow_cycle_slide {
  max-width: 100%;
}

/* line 173, scss/eit/modules/homepage/_home-featured.scss */
.home-featured .skin-default .title-wrapper {
  background: #5FA43E;
  color: white;
  border-top-left-radius: 30px;
  width: 383px;
  padding: 40px 48px;
  min-width: 383px;
}

/* line 180, scss/eit/modules/homepage/_home-featured.scss */
.home-featured .skin-default .title-wrapper a {
  font-size: 28px;
  line-height: 34px;
  color: white;
  display: inline-block;
  margin-bottom: 40px;
}

/* line 187, scss/eit/modules/homepage/_home-featured.scss */
.home-featured .skin-default .title-wrapper .date {
  padding: 4px 16px;
  background-color: #92C779;
  border-radius: 8px 0;
}

/* line 193, scss/eit/modules/homepage/_home-featured.scss */
.home-featured .skin-default .views-field-field-main-photo {
  flex-grow: 1;
}

/* line 196, scss/eit/modules/homepage/_home-featured.scss */
.home-featured .skin-default img {
  object-fit: cover;
  border-bottom-right-radius: 30px;
  height: 429px;
}

/* line 202, scss/eit/modules/homepage/_home-featured.scss */
.home-featured .eit-list {
  padding: 0;
}

/* line 204, scss/eit/modules/homepage/_home-featured.scss */
.home-featured .eit-list a {
  margin: 0;
}

/* line 208, scss/eit/modules/homepage/_home-featured.scss */
.home-featured .views-slideshow-cycle-main-frame-row-item {
  display: flex;
}

/* line 211, scss/eit/modules/homepage/_home-featured.scss */
.home-featured .views-slideshow-controls-bottom {
  position: absolute;
  right: 32px;
  bottom: 32px;
  z-index: 99;
}

/* line 216, scss/eit/modules/homepage/_home-featured.scss */
.home-featured .views-slideshow-controls-bottom .widget_pager {
  display: flex;
  background-color: white;
  padding: 24px;
  border-radius: 16px 0;
  align-items: center;
}

/* line 222, scss/eit/modules/homepage/_home-featured.scss */
.home-featured .views-slideshow-controls-bottom .widget_pager .views-content-counter {
  font-size: 0;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: #004494;
  cursor: pointer;
  position: relative;
}

/* line 232, scss/eit/modules/homepage/_home-featured.scss */
.home-featured .views-slideshow-controls-bottom .widget_pager .views-slideshow-pager-field-item:not(:last-child) {
  padding-right: 16px;
}

/* line 237, scss/eit/modules/homepage/_home-featured.scss */
.home-featured .views-slideshow-controls-bottom .widget_pager .views-slideshow-pager-field-item.active .views-content-counter:before {
  content: "";
  height: 16px;
  width: 16px;
  background-color: #5FA43E;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

/*home featured
*********************************/
@media screen and (max-width: 64em) {
  /* line 260, scss/eit/modules/homepage/_home-featured.scss */
  .home-featured .skin-default {
    padding-top: 32px;
  }
  /* line 262, scss/eit/modules/homepage/_home-featured.scss */
  .home-featured .skin-default .title-wrapper {
    width: 240px;
    flex-shrink: 0;
    min-width: 0;
    padding: 32px 16px;
  }
  /* line 267, scss/eit/modules/homepage/_home-featured.scss */
  .home-featured .skin-default .title-wrapper a {
    font-size: 1.1875rem;
  }
}

@media screen and (max-width: 40em) {
  /* line 276, scss/eit/modules/homepage/_home-featured.scss */
  .home-featured {
    padding-bottom: 0;
  }
  /* line 278, scss/eit/modules/homepage/_home-featured.scss */
  .home-featured:before {
    display: none;
  }
  /* line 281, scss/eit/modules/homepage/_home-featured.scss */
  .home-featured .views-slideshow-cycle-main-frame-row-item {
    flex-direction: column;
  }
  /* line 285, scss/eit/modules/homepage/_home-featured.scss */
  .home-featured .skin-default .views-field-field-main-photo {
    order: -1;
  }
  /* line 288, scss/eit/modules/homepage/_home-featured.scss */
  .home-featured .skin-default img {
    height: 258px;
    border-radius: 30px 0 0 0;
    max-width: 100%;
    overflow: hidden;
    width: 100%;
  }
  /* line 295, scss/eit/modules/homepage/_home-featured.scss */
  .home-featured .skin-default .title-wrapper {
    border-radius: 0 0 30px 0;
    width: 100%;
    height: 160px;
    overflow: hidden;
  }
  /* line 300, scss/eit/modules/homepage/_home-featured.scss */
  .home-featured .skin-default .title-wrapper a {
    line-height: 28px;
    display: block;
  }
  /* line 306, scss/eit/modules/homepage/_home-featured.scss */
  .home-featured .views_slideshow_cycle_main {
    margin: 0 -1rem;
  }
  /* line 308, scss/eit/modules/homepage/_home-featured.scss */
  .home-featured .views_slideshow_cycle_main .views-slideshow-cycle-main-frame.views_slideshow_cycle_teaser_section {
    width: 100% !important;
  }
  /* line 310, scss/eit/modules/homepage/_home-featured.scss */
  .home-featured .views_slideshow_cycle_main .views-slideshow-cycle-main-frame.views_slideshow_cycle_teaser_section .views_slideshow_cycle_slide {
    width: 100% !important;
  }
}

@media screen and (max-width: 40em) {
  /* line 319, scss/eit/modules/homepage/_home-featured.scss */
  .home-featured .views-slideshow-controls-bottom {
    position: static;
    margin: 0 -1rem;
  }
  /* line 322, scss/eit/modules/homepage/_home-featured.scss */
  .home-featured .views-slideshow-controls-bottom .widget_pager {
    border-radius: 0 16px;
    justify-content: space-between;
    padding-left: 20vw;
    padding-right: 20vw;
  }
}

@media screen and (max-width: 40em) {
  /* line 333, scss/eit/modules/homepage/_home-featured.scss */
  .home-featured .skin-default {
    padding-top: 8px;
  }
  /* line 335, scss/eit/modules/homepage/_home-featured.scss */
  .home-featured .skin-default img {
    height: 198px;
  }
  /* line 338, scss/eit/modules/homepage/_home-featured.scss */
  .home-featured .skin-default .title-wrapper {
    height: 182px;
    padding: 20px 28px;
  }
  /* line 344, scss/eit/modules/homepage/_home-featured.scss */
  .home-featured-header {
    padding: 0 8px;
  }
}

/* line 1, scss/eit/modules/homepage/_home-events-social.scss */
.home-events-social {
  background: #D7EEFA;
}

/* line 3, scss/eit/modules/homepage/_home-events-social.scss */
.home-events-social h2 {
  font-weight: 200;
  font-size: 48px;
  line-height: 53px;
  text-align: center;
  color: #58595B;
  padding: 88px 0;
}

/* line 12, scss/eit/modules/homepage/_home-events-social.scss */
.home-events-social .large-6 > .pane-title {
  padding: 32px 0;
}

@media only screen and (min-width: 64.063em) {
  /* line 12, scss/eit/modules/homepage/_home-events-social.scss */
  .home-events-social .large-6 > .pane-title {
    padding: 56px 0;
  }
}

/* line 20, scss/eit/modules/homepage/_home-events-social.scss */
.home-events-social .pane-eit-event-calendar {
  background: white;
  border-radius: 30px 0;
  padding: 0 96px 64px;
  margin: -32px 0;
}

/* line 26, scss/eit/modules/homepage/_home-events-social.scss */
.home-events-social .pane-eit-event-calendar .events li {
  display: flex;
  margin-left: 0;
  padding: 0;
  background: transparent;
  align-items: flex-start;
}

/* line 32, scss/eit/modules/homepage/_home-events-social.scss */
.home-events-social .pane-eit-event-calendar .events li:not(:last-child) {
  margin-bottom: 24px;
}

/* line 39, scss/eit/modules/homepage/_home-events-social.scss */
.home-events-social .view-footer {
  text-align: center;
  margin-top: 64px;
}

/* line 42, scss/eit/modules/homepage/_home-events-social.scss */
.home-events-social .view-footer .more {
  background: #5FA43E;
  border-radius: 0 16px;
  padding: 16px 64px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: white;
  transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
}

/* line 51, scss/eit/modules/homepage/_home-events-social.scss */
.home-events-social .view-footer .more:hover {
  background: #4A8C3B;
}

@media screen and (max-width: 64em) {
  /* line 60, scss/eit/modules/homepage/_home-events-social.scss */
  .home-events-social {
    position: relative;
  }
  /* line 62, scss/eit/modules/homepage/_home-events-social.scss */
  .home-events-social h2 {
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 27px;
    text-align: center;
    padding: 32px 0 32px;
  }
  /* line 69, scss/eit/modules/homepage/_home-events-social.scss */
  .home-events-social .pane-eit-event-calendar {
    margin: 0px -1rem 0;
    padding-left: 32px;
    padding-right: 32px;
    border-radius: 0 30px;
  }
  /* line 75, scss/eit/modules/homepage/_home-events-social.scss */
  .home-events-social .eit-list-full a {
    font-size: 1.125rem;
  }
  /* line 78, scss/eit/modules/homepage/_home-events-social.scss */
  .home-events-social .view-footer .more {
    border-radius: 30px 0;
    padding: 16px 24px;
  }
}

/* line 1, scss/eit/modules/homepage/_home-activities.scss */
.home-activities {
  background: #5FA43E;
  border-radius: 30px 0 30px 0;
  position: relative;
}

/* line 6, scss/eit/modules/homepage/_home-activities.scss */
.home-activities:after {
  content: " ";
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 50px;
  height: 50px;
  background-color: #D7EEFA;
  z-index: -1;
  opacity: 1;
}

@media only screen and (min-width: 64.063em) {
  /* line 1, scss/eit/modules/homepage/_home-activities.scss */
  .home-activities {
    border-radius: 30px 0 0 0;
  }
  /* line 21, scss/eit/modules/homepage/_home-activities.scss */
  .home-activities:before {
    opacity: 0;
  }
}

/* line 26, scss/eit/modules/homepage/_home-activities.scss */
.home-activities h2 {
  margin: 64px 0;
  color: white;
  font-size: 48px;
  line-height: 53px;
  text-align: center;
}

@media only screen and (max-width: 64em) {
  /* line 26, scss/eit/modules/homepage/_home-activities.scss */
  .home-activities h2 {
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 27px;
    text-align: center;
    margin: 32px 0 24px;
  }
}

/* line 46, scss/eit/modules/homepage/_home-activities.scss */
.pane-block.eit_activities_home ul.activities-list {
  margin-left: 0;
  margin-bottom: 28px;
}

@media only screen and (min-width: 40.063em) {
  /* line 46, scss/eit/modules/homepage/_home-activities.scss */
  .pane-block.eit_activities_home ul.activities-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media only screen and (min-width: 64.063em) {
  /* line 46, scss/eit/modules/homepage/_home-activities.scss */
  .pane-block.eit_activities_home ul.activities-list {
    margin-bottom: 96px;
  }
}

/* line 60, scss/eit/modules/homepage/_home-activities.scss */
.pane-block.eit_activities_home ul.activities-list > li {
  margin: 0px;
  padding-left: 0px;
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  /* line 60, scss/eit/modules/homepage/_home-activities.scss */
  .pane-block.eit_activities_home ul.activities-list > li {
    flex: 0 0 33.33%;
  }
}

@media only screen and (min-width: 64.063em) {
  /* line 60, scss/eit/modules/homepage/_home-activities.scss */
  .pane-block.eit_activities_home ul.activities-list > li {
    flex: 0 0 16%;
  }
}

/* line 72, scss/eit/modules/homepage/_home-activities.scss */
.pane-block.eit_activities_home ul.activities-list > li:before {
  content: none;
}

/* line 77, scss/eit/modules/homepage/_home-activities.scss */
.pane-block.eit_activities_home ul.activities-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.8125rem;
  color: white;
  font-size: 1.125rem;
  line-height: 28px;
}

/* line 87, scss/eit/modules/homepage/_home-activities.scss */
.pane-block.eit_activities_home ul.activities-list a:before {
  color: #004494;
  font-size: 1.5rem;
  margin-right: 0.8125rem;
}

@media only screen and (min-width: 64.063em) {
  /* line 77, scss/eit/modules/homepage/_home-activities.scss */
  .pane-block.eit_activities_home ul.activities-list a {
    flex-direction: column;
    font-size: 1.4375rem;
  }
  /* line 97, scss/eit/modules/homepage/_home-activities.scss */
  .pane-block.eit_activities_home ul.activities-list a:before {
    margin-right: 0px;
    font-size: 4rem;
    padding-bottom: 28px;
  }
}

/* line 105, scss/eit/modules/homepage/_home-activities.scss */
.pane-block.eit_activities_home ul.activities-list .activities-list-education a:before {
  content: "\e90a";
}

/* line 110, scss/eit/modules/homepage/_home-activities.scss */
.pane-block.eit_activities_home ul.activities-list .activities-list-innovation a:before {
  content: "\e909";
}

/* line 115, scss/eit/modules/homepage/_home-activities.scss */
.pane-block.eit_activities_home ul.activities-list .activities-list-entrepreneurship a:before {
  content: "\e906";
}

@media only screen and (min-width: 64.063em) {
  /* line 115, scss/eit/modules/homepage/_home-activities.scss */
  .pane-block.eit_activities_home ul.activities-list .activities-list-entrepreneurship a:before {
    font-size: 3.5rem;
    padding-bottom: 2.4rem;
  }
}

/* line 124, scss/eit/modules/homepage/_home-activities.scss */
.pane-block.eit_activities_home ul.activities-list .activities-list-outreach a:before {
  content: "\e92c";
}

/* line 129, scss/eit/modules/homepage/_home-activities.scss */
.pane-block.eit_activities_home ul.activities-list .activities-list-strategy a:before {
  content: "\e908";
}

@media only screen and (min-width: 64.063em) {
  /* line 133, scss/eit/modules/homepage/_home-activities.scss */
  .pane-block.eit_activities_home ul.activities-list .activities-list-ris {
    text-align: center;
  }
}

/* line 137, scss/eit/modules/homepage/_home-activities.scss */
.pane-block.eit_activities_home ul.activities-list .activities-list-ris a:before {
  content: "\e92e";
}

@media only screen and (min-width: 64.063em) {
  /* line 137, scss/eit/modules/homepage/_home-activities.scss */
  .pane-block.eit_activities_home ul.activities-list .activities-list-ris a:before {
    font-size: 3.7rem;
    padding-bottom: 2.3rem;
  }
}

/* line 1, scss/eit/modules/homepage/_eit-division.scss */
.eit-divisions {
  margin-top: 96px;
  display: flex;
  flex-wrap: wrap;
}

/* line 5, scss/eit/modules/homepage/_eit-division.scss */
.eit-divisions .eit-divisions-innovation {
  width: 383px;
  height: 212px;
  justify-content: center;
  align-items: center;
  display: flex;
  background-color: #E74394;
  border-radius: 30px 0;
  padding: 56px 48px;
}

/* line 14, scss/eit/modules/homepage/_eit-division.scss */
.eit-divisions .eit-divisions-innovation h2 {
  display: inline-block;
  font-size: 48px;
  line-height: 53px;
  text-align: right;
  color: white;
  font-weight: 200;
  margin-bottom: 0px;
}

/* line 24, scss/eit/modules/homepage/_eit-division.scss */
.eit-divisions .eit-divisions-wrapper {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

/* line 29, scss/eit/modules/homepage/_eit-division.scss */
.eit-divisions .eit-divisions-wrapper li {
  padding-left: 0px;
  margin-left: 0px;
  margin-bottom: 0 !important;
  width: 33.333%;
  height: 147px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
}

/* line 39, scss/eit/modules/homepage/_eit-division.scss */
.eit-divisions .eit-divisions-wrapper li:before {
  content: none;
}

/* line 42, scss/eit/modules/homepage/_eit-division.scss */
.eit-divisions .eit-divisions-wrapper li.alumni {
  background-image: url("../images/eit2019/eit-divisions/alumni.png");
}

/* line 45, scss/eit/modules/homepage/_eit-division.scss */
.eit-divisions .eit-divisions-wrapper li.climate {
  background-image: url("../images/eit2019/eit-divisions/climate.png");
}

/* line 48, scss/eit/modules/homepage/_eit-division.scss */
.eit-divisions .eit-divisions-wrapper li.digital {
  background-image: url("../images/eit2019/eit-divisions/digital.png");
}

/* line 51, scss/eit/modules/homepage/_eit-division.scss */
.eit-divisions .eit-divisions-wrapper li.food {
  background-image: url("../images/eit2019/eit-divisions/food.png");
}

/* line 54, scss/eit/modules/homepage/_eit-division.scss */
.eit-divisions .eit-divisions-wrapper li.health {
  background-image: url("../images/eit2019/eit-divisions/health.png");
}

/* line 57, scss/eit/modules/homepage/_eit-division.scss */
.eit-divisions .eit-divisions-wrapper li.energy {
  background-image: url("../images/eit2019/eit-divisions/innoenergy.png");
}

/* line 60, scss/eit/modules/homepage/_eit-division.scss */
.eit-divisions .eit-divisions-wrapper li.manufacturing {
  background-image: url("../images/eit2019/eit-divisions/manufacturing.png");
}

/* line 63, scss/eit/modules/homepage/_eit-division.scss */
.eit-divisions .eit-divisions-wrapper li.raw-material {
  background-image: url("../images/eit2019/eit-divisions/raw-materials.png");
  background-size: 87%;
}

/* line 67, scss/eit/modules/homepage/_eit-division.scss */
.eit-divisions .eit-divisions-wrapper li.mobility {
  background-image: url("../images/eit2019/eit-divisions/urban-mobility.png");
}

.eit-divisions .eit-divisions-wrapper li.culture-creativity {
  background-image: url("../images/eit2019/eit-divisions/culture.png");
}

/* line 71, scss/eit/modules/homepage/_eit-division.scss */
.eit-divisions .eit-divisions-wrapper li:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0 30px;
}

/* line 75, scss/eit/modules/homepage/_eit-division.scss */
.eit-divisions .eit-divisions-wrapper li:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 30px 0;
}

/* line 80, scss/eit/modules/homepage/_eit-division.scss */
.eit-divisions .eit-divisions-wrapper li a:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  content: "";
}

@media screen and (max-width: 64em) {
  /* line 95, scss/eit/modules/homepage/_eit-division.scss */
  .eit-divisions {
    display: block;
    margin: 32px -1rem;
  }
  /* line 98, scss/eit/modules/homepage/_eit-division.scss */
  .eit-divisions .eit-divisions-innovation {
    width: 100%;
    padding: 32px;
    height: auto;
  }
  /* line 102, scss/eit/modules/homepage/_eit-division.scss */
  .eit-divisions .eit-divisions-innovation h2 {
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 27px;
    text-align: center;
  }
}

@media screen and (max-width: 40em) {
  /* line 114, scss/eit/modules/homepage/_eit-division.scss */
  .eit-divisions .eit-divisions-wrapper li {
    width: 50%;
    height: 99px;
    background-size: auto 40px;
  }
  /* line 120, scss/eit/modules/homepage/_eit-division.scss */
  .eit-divisions .eit-divisions-wrapper li:nth-child(4n+1) {
    border-radius: 30px 0;
  }
  /* line 123, scss/eit/modules/homepage/_eit-division.scss */
  .eit-divisions .eit-divisions-wrapper li:nth-child(4n+4) {
    border-radius: 30px 0;
    background-color: rgba(255, 255, 255, 0.2);
  }
  /* line 127, scss/eit/modules/homepage/_eit-division.scss */
  .eit-divisions .eit-divisions-wrapper li:nth-child(4n+2) {
    border-radius: 0 30px;
  }
  /* line 130, scss/eit/modules/homepage/_eit-division.scss */
  .eit-divisions .eit-divisions-wrapper li:nth-child(4n+3) {
    border-radius: 0 30px;
    background-color: rgba(255, 255, 255, 0.15);
  }
}

/* line 141, scss/eit/modules/homepage/_eit-division.scss */
.eit-divisions-wrapper.eit-divisions-wrapper.eit-divisions-wrapper li {
  transition: 0.3s ease all;
}

/* line 145, scss/eit/modules/homepage/_eit-division.scss */
.eit-divisions-wrapper.eit-divisions-wrapper.eit-divisions-wrapper li:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

/* line 3, scss/eit/modules/homepage/_social-links-homepage.scss */
.wt-smk.wt-smk {
  background: white;
  max-height: 485px;
  overflow: auto;
  border-radius: 30px 0;
}

/* line 9, scss/eit/modules/homepage/_social-links-homepage.scss */
.wt-smk.wt-smk .smk-tweets {
  background-color: transparent;
  border: none;
  padding-left: 96px;
  padding-right: 96px;
}

/* Twitter feed in body field 
********************************/
/* line 26, scss/eit/modules/homepage/_social-links-homepage.scss */
.body.field .social-twitter-feed-title {
  font-size: 1.5rem;
}

/* line 31, scss/eit/modules/homepage/_social-links-homepage.scss */
.body.field .twitter-w {
  background: #EDF9FF;
  overflow: hidden;
  padding: 56px;
  border-radius: 30px 0;
}

/* line 37, scss/eit/modules/homepage/_social-links-homepage.scss */
.body.field .twitter-w img {
  display: inline-block;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  border-radius: 0px;
}

/* line 45, scss/eit/modules/homepage/_social-links-homepage.scss */
.body.field .twitter-w .smk-user img {
  margin: 0 10px 2px 0;
}

/* line 49, scss/eit/modules/homepage/_social-links-homepage.scss */
.body.field .twitter-w .wt-smk.wt-smk {
  background: transparent;
  border-radius: 0px;
  padding-right: 0.9375rem;
}

/* line 55, scss/eit/modules/homepage/_social-links-homepage.scss */
.body.field .twitter-w .smk-tweets {
  padding: 32px;
  background: #FFFFFF;
  border-radius: 12px 0;
}

/*social links
********************************/
/* line 71, scss/eit/modules/homepage/_social-links-homepage.scss */
.social-links-homepage, .social-links {
  margin-top: 48px;
  margin-bottom: 96px;
  display: flex;
  justify-content: center;
}

/* line 76, scss/eit/modules/homepage/_social-links-homepage.scss */
.social-links-homepage li, .social-links li {
  padding-left: 0 !important;
}

/* line 78, scss/eit/modules/homepage/_social-links-homepage.scss */
.social-links-homepage li:before, .social-links li:before {
  display: none !important;
}

/* line 81, scss/eit/modules/homepage/_social-links-homepage.scss */
.social-links-homepage li a, .social-links li a {
  color: white;
  height: 75px;
  width: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
}

@media screen and (max-width: 16px) {
  /* line 81, scss/eit/modules/homepage/_social-links-homepage.scss */
  .social-links-homepage li a, .social-links li a {
    height: 55px;
    width: 55px;
  }
}

/* line 93, scss/eit/modules/homepage/_social-links-homepage.scss */
.social-links-homepage li a:before, .social-links li a:before {
  font-size: 22px;
}

/* line 96, scss/eit/modules/homepage/_social-links-homepage.scss */
.social-links-homepage li a:after, .social-links li a:after {
  display: none !important;
}

/* line 100, scss/eit/modules/homepage/_social-links-homepage.scss */
.social-links-homepage li:nth-child(odd) a, .social-links li:nth-child(odd) a {
  border-radius: 0 12px;
}

/* line 103, scss/eit/modules/homepage/_social-links-homepage.scss */
.social-links-homepage li:nth-child(even) a, .social-links li:nth-child(even) a {
  border-radius: 12px 0;
}

/* line 106, scss/eit/modules/homepage/_social-links-homepage.scss */
.social-links-homepage li .icon-facebook, .social-links li .icon-facebook {
  background-color: #547BBD;
}

/* line 109, scss/eit/modules/homepage/_social-links-homepage.scss */
.social-links-homepage li .icon-linked-in, .social-links li .icon-linked-in {
  background-color: #1385C7;
}

/* line 112, scss/eit/modules/homepage/_social-links-homepage.scss */
.social-links-homepage li .icon-instagram, .social-links li .icon-instagram {
  background-color: #B3318B;
}

/* line 115, scss/eit/modules/homepage/_social-links-homepage.scss */
.social-links-homepage li .icon-youtube, .social-links li .icon-youtube {
  background-color: #FF0000;
}

/* line 118, scss/eit/modules/homepage/_social-links-homepage.scss */
.social-links-homepage li .icon-twitter, .social-links li .icon-twitter {
  background-color: #78CCF0;
}

/* line 121, scss/eit/modules/homepage/_social-links-homepage.scss */
.social-links-homepage li .icon-google, .social-links li .icon-google {
  display: none;
}

/* line 124, scss/eit/modules/homepage/_social-links-homepage.scss */
.social-links-homepage li:last-child, .social-links li:last-child {
  border-radius: 0 12px;
}

@media screen and (max-width: 64em) {
  /* line 134, scss/eit/modules/homepage/_social-links-homepage.scss */
  .wt-smk.wt-smk {
    margin: 0 -1rem;
    max-height: 300px;
  }
  /* line 137, scss/eit/modules/homepage/_social-links-homepage.scss */
  .wt-smk.wt-smk .smk-tweets {
    padding-left: 32px;
    padding-right: 32px;
  }
  /* line 142, scss/eit/modules/homepage/_social-links-homepage.scss */
  .social-links-homepage {
    margin: 32px 0;
  }
  /* line 147, scss/eit/modules/homepage/_social-links-homepage.scss */
  .social-links-homepage li a, .social-links li a {
    height: 55px;
    width: 55px;
  }
}

/* line 3, scss/eit/modules/homepage/_home-tweet-feed.scss */
.front .home-events-social .smk p {
  word-wrap: break-word;
  font-size: 16px;
  text-align: left;
  line-height: 1.6;
}

/* line 9, scss/eit/modules/homepage/_home-tweet-feed.scss */
.front .home-events-social .smk p a {
  text-decoration: none;
  color: #3b94d9;
}

/* line 13, scss/eit/modules/homepage/_home-tweet-feed.scss */
.front .home-events-social .smk p.smk-ago a {
  color: #66757f;
}

/* line 16, scss/eit/modules/homepage/_home-tweet-feed.scss */
.front .home-events-social .wt-smk.wt-smk {
  background: white;
  max-height: 485px;
  overflow: auto;
  border-radius: 30px 0;
}

/* line 22, scss/eit/modules/homepage/_home-tweet-feed.scss */
.front .home-events-social .wt-smk.wt-smk .smk-tweets {
  background-color: transparent;
  border: none;
  padding-left: 96px;
  padding-right: 96px;
}

/* line 28, scss/eit/modules/homepage/_home-tweet-feed.scss */
.front .home-events-social .smk p.smk-user {
  line-height: 1;
  font-size: 18px;
  font-weight: 400;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

/* line 36, scss/eit/modules/homepage/_home-tweet-feed.scss */
.front .home-events-social .smk span.smk-twitter-logo {
  margin: 0;
  display: block;
  height: 32px;
  width: 32px;
  float: right;
  background-position: -160px 0;
}

/* line 44, scss/eit/modules/homepage/_home-tweet-feed.scss */
.front .home-events-social .smk .smk-sprite-img {
  background-image: url("/sites/all/themes/eit_foundation/images/mobile_sprite.png");
  background-image: url(https://europa.eu/webtools/services/smk/images/mobile_sprite.png);
  background-repeat: no-repeat;
}

/* line 49, scss/eit/modules/homepage/_home-tweet-feed.scss */
.front .home-events-social .smk .smk-user a {
  color: #000;
}

/* line 52, scss/eit/modules/homepage/_home-tweet-feed.scss */
.front .home-events-social .smk .smk-user img {
  float: left;
  margin: 0 10px 2px 0;
  border: 0;
  border: 1px solid #eee;
}

/* line 58, scss/eit/modules/homepage/_home-tweet-feed.scss */
.front .home-events-social .smk .smk-user span.smk-username {
  font-weight: 700;
  word-wrap: break-word;
  display: block;
}

/* line 63, scss/eit/modules/homepage/_home-tweet-feed.scss */
.front .home-events-social .smk .smk-user a span.smk-screenname {
  text-decoration: none;
}

/* line 66, scss/eit/modules/homepage/_home-tweet-feed.scss */
.front .home-events-social .smk p.smk-text {
  margin-bottom: 5px;
}

/* line 69, scss/eit/modules/homepage/_home-tweet-feed.scss */
.front .home-events-social .smk p.smk-ago {
  padding: 15px 0 0;
  margin: 0;
  float: left;
  overflow: hidden;
  font-size: 12px;
}

/* line 76, scss/eit/modules/homepage/_home-tweet-feed.scss */
.front .home-events-social .smk .smk-actions {
  padding: 10px 0 0;
  margin: 10px 0 0 0;
  text-align: right;
}

/* line 81, scss/eit/modules/homepage/_home-tweet-feed.scss */
.front .home-events-social .smk .smk-sprite-img {
  background-image: url("/sites/all/themes/eit_foundation/images/mobile_sprite.png");
  background-image: url(https://europa.eu/webtools/services/smk/images/mobile_sprite.png);
  background-repeat: no-repeat;
}

/* line 86, scss/eit/modules/homepage/_home-tweet-feed.scss */
.front .home-events-social .smk .smk-reply, .front .home-events-social .smk .smk-retweet, .front .home-events-social .smk .smk-like {
  margin-right: 10px;
}

/* line 89, scss/eit/modules/homepage/_home-tweet-feed.scss */
.front .home-events-social .smk .smk-sprite {
  width: 24px;
  height: 20px;
  display: inline-block;
}

/* line 94, scss/eit/modules/homepage/_home-tweet-feed.scss */
.front .home-events-social .smk .smk-like {
  margin-right: 0;
}

/* line 97, scss/eit/modules/homepage/_home-tweet-feed.scss */
.front .home-events-social .smk .smk-reply {
  background-position: 4px -135px;
}

/* line 100, scss/eit/modules/homepage/_home-tweet-feed.scss */
.front .home-events-social .smk .smk-actions a {
  position: relative;
  text-decoration: none;
  box-sizing: content-box;
  outline: none;
}

/* line 106, scss/eit/modules/homepage/_home-tweet-feed.scss */
.front .home-events-social img.emoji {
  height: 1em;
  width: 1em;
  margin: 0 .05em 0 .1em;
  vertical-align: -.1em;
}

/* line 1, scss/eit/modules/_eit-list.scss */
.eit-list ul {
  display: flex;
  flex-wrap: wrap;
  margin: -16px;
}

/* line 5, scss/eit/modules/_eit-list.scss */
.eit-list ul li {
  flex: 0 0 calc(100% - 32px);
  margin: 16px;
  background: white;
  border-radius: 30px 0;
  overflow: hidden;
}

@media only screen and (min-width: 40.063em) {
  /* line 5, scss/eit/modules/_eit-list.scss */
  .eit-list ul li {
    flex: 0 0 calc(50% - 32px);
  }
}

@media only screen and (min-width: 64.063em) {
  /* line 5, scss/eit/modules/_eit-list.scss */
  .eit-list ul li {
    flex: 0 0 calc(33.33% - 32px);
  }
}

/* line 20, scss/eit/modules/_eit-list.scss */
.eit-list ul .date {
  background: #EDEDED;
  padding: 4px 16px;
  display: inline-block;
  margin: 0 32px 24px;
  border-radius: 8px 0;
  font-size: 0.875rem;
  color: #939393;
}

/* line 29, scss/eit/modules/_eit-list.scss */
.eit-list ul a {
  color: #004494;
  line-height: 24px;
  font-size: 1rem;
  margin: 32px;
  display: block;
  word-break: break-word;
}

/* line 37, scss/eit/modules/_eit-list.scss */
.eit-list ul img {
  /*    height:132px;
    width:100%;
    object-fit: cover;*/
}

/* line 48, scss/eit/modules/_eit-list.scss */
.main > .view .eit-list li {
  background-color: #EDF9FF;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 57, scss/eit/modules/_eit-list.scss */
  .eit-list ul li {
    flex: 0 0 100%;
  }
}

@media all and (-ms-high-contrast: none) and (min-width: 1024px), (-ms-high-contrast: active) {
  /* line 66, scss/eit/modules/_eit-list.scss */
  .eit-list ul li {
    flex: 0 0 29.5%;
  }
}

/* line 3, scss/eit/modules/_eit-list-full.scss */
.eit-list-full li {
  padding: 40px 56px;
  display: flex;
  align-items: center;
}

/* line 7, scss/eit/modules/_eit-list-full.scss */
.eit-list-full li:first-child {
  border-radius: 30px 0 0 0;
}

/* line 10, scss/eit/modules/_eit-list-full.scss */
.eit-list-full li:last-child {
  border-radius: 0 0 30px 0;
}

/* line 14, scss/eit/modules/_eit-list-full.scss */
.eit-list-full li:nth-child(odd) {
  background-color: #EDF9FF;
  /*    img{
          border-radius:$border-radius-right-big;
        }*/
}

/* line 21, scss/eit/modules/_eit-list-full.scss */
.eit-list-full .date-display-single {
  padding: 16px 8px;
  background-color: #D7EEFA;
  display: inline-block;
  border-radius: 16px 0;
  margin-right: 48px;
  width: 80px;
  word-break: break-word;
  text-align: center;
  font-size: 0.75rem;
  flex-shrink: 0;
  position: relative;
  word-wrap: break-word;
}

/* line 34, scss/eit/modules/_eit-list-full.scss */
.eit-list-full .date-display-single:first-line {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
}

/* line 39, scss/eit/modules/_eit-list-full.scss */
.eit-list-full .date-display-single:before {
  position: absolute;
  content: "";
  left: 100%;
  width: 24px;
  border: 1px dashed #939393;
  top: 50%;
  transform: translatey(-50%);
}

/* line 48, scss/eit/modules/_eit-list-full.scss */
.eit-list-full .date-display-single:after {
  content: "";
  position: absolute;
  left: calc(100% + 20px);
  z-index: 5;
  height: 9px;
  width: 9px;
  background-color: #73C4EE;
  top: 50%;
  transform: translatey(-50%);
  border-radius: 50%;
}

/* line 61, scss/eit/modules/_eit-list-full.scss */
.eit-list-full li:nth-child(even) {
  background-color: #E3F5FF;
  /*    img{
          border-radius:$border-radius-left-big;
        }*/
}

/* line 67, scss/eit/modules/_eit-list-full.scss */
.eit-list-full img {
  width: 226px;
  /*    height:104px;
        object-fit: cover;*/
  margin-left: auto;
  padding-left: 16px;
  min-width: 226px;
  border-radius: 30px 0;
}

/* line 76, scss/eit/modules/_eit-list-full.scss */
.eit-list-full a {
  color: #004494;
  font-size: 1.5rem;
  font-weight: 600;
  display: block;
  line-height: 24px;
  margin-bottom: 16px;
  word-break: break-word;
}

/* line 85, scss/eit/modules/_eit-list-full.scss */
.eit-list-full .location,
.eit-list-full .on-line-event {
  font-size: 0.8125rem;
  color: #58595B;
  margin-right: 1rem;
}

/* line 91, scss/eit/modules/_eit-list-full.scss */
.eit-list-full .location:before,
.eit-list-full .on-line-event:before {
  display: inline-block;
  color: #5FA43E;
  font-size: 0.6875rem;
  margin-right: 4px;
}

/* line 98, scss/eit/modules/_eit-list-full.scss */
.eit-list-full .location:before {
  content: "\e914";
}

/* line 106, scss/eit/modules/_eit-list-full.scss */
.main > .view .eit-list-full {
  margin-right: -3.5rem;
  margin-left: -3.5rem;
}

@media screen and (max-width: 64em) {
  /* line 115, scss/eit/modules/_eit-list-full.scss */
  .eit-list-full img {
    display: none;
  }
  /* line 118, scss/eit/modules/_eit-list-full.scss */
  .eit-list-full li {
    display: block;
    padding: 16px;
  }
  /* line 121, scss/eit/modules/_eit-list-full.scss */
  .eit-list-full li .date-display-single {
    float: left;
  }
  /* line 126, scss/eit/modules/_eit-list-full.scss */
  .main > .view .eit-list-full {
    margin-right: 0;
    margin-left: 0;
  }
}

/*list opportunities
*********************************************/
/* line 137, scss/eit/modules/_eit-list-full.scss */
.view-opportunities .eit-list-full .title-location {
  clear: both;
  padding-top: 8px;
}

@media only screen and (min-width: 40.063em) {
  /* line 137, scss/eit/modules/_eit-list-full.scss */
  .view-opportunities .eit-list-full .title-location {
    clear: none;
    padding-top: 0;
  }
}

/* line 146, scss/eit/modules/_eit-list-full.scss */
.view-opportunities .eit-list-full .box .date-display-single {
  padding-top: 12px;
  padding-bottom: 12px;
  width: 59px;
}

/* line 150, scss/eit/modules/_eit-list-full.scss */
.view-opportunities .eit-list-full .box .date-display-single:first-child {
  background-color: #5FA43E;
  margin-right: 0;
  z-index: 10;
  border-bottom-right-radius: 0;
}

/* line 155, scss/eit/modules/_eit-list-full.scss */
.view-opportunities .eit-list-full .box .date-display-single:first-child:after {
  display: none;
}

/* line 158, scss/eit/modules/_eit-list-full.scss */
.view-opportunities .eit-list-full .box .date-display-single:first-child:before {
  height: 12px;
  width: 12px;
  background: #5FA43E;
  border: none;
  margin-left: -7.5px;
  transform: translatey(-50%) rotate(45deg);
}

/* line 167, scss/eit/modules/_eit-list-full.scss */
.view-opportunities .eit-list-full .box .date-display-single:not(:first-child) {
  background-color: #58595B;
  border-top-left-radius: 0;
}

/* line 171, scss/eit/modules/_eit-list-full.scss */
.view-opportunities .eit-list-full .box .date-display-single:first-line {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25;
}

/* line 177, scss/eit/modules/_eit-list-full.scss */
.view-opportunities .eit-list-full .box > span {
  color: white;
  font-size: 12px;
  line-height: 1.5;
}

/* line 183, scss/eit/modules/_eit-list-full.scss */
.view-opportunities .eit-list-full .box:nth-child(even) img {
  border-radius: 0 30px;
}

/* line 193, scss/eit/modules/_eit-list-full.scss */
.communities {
  display: flex;
  flex-wrap: wrap;
  margin: 16px -16px;
}

/* line 197, scss/eit/modules/_eit-list-full.scss */
.communities span {
  padding: 8px 16px;
  color: #58595B;
  font-size: 0.78125rem;
  line-height: 16px;
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (min-width: 40.063em) {
  /* line 197, scss/eit/modules/_eit-list-full.scss */
  .communities span {
    font-size: 0.8125rem;
  }
}

/* line 208, scss/eit/modules/_eit-list-full.scss */
.communities span:last-child {
  margin-right: auto;
}

/* line 212, scss/eit/modules/_eit-list-full.scss */
.communities span:before {
  color: #5FA43E;
  font-size: 1.625rem;
  vertical-align: middle;
  margin-right: 8px;
  line-height: 16px;
}

/* line 220, scss/eit/modules/_eit-list-full.scss */
.communities span.Food:before {
  content: "\e91b";
}

/* line 225, scss/eit/modules/_eit-list-full.scss */
.communities span.Alumni:before {
  content: "\e62f";
}

/* line 230, scss/eit/modules/_eit-list-full.scss */
.communities span.Climate-KIC:before {
  content: "\e61f";
}

/* line 235, scss/eit/modules/_eit-list-full.scss */
.communities span.Digital:before {
  content: "\e91a";
}

/* line 240, scss/eit/modules/_eit-list-full.scss */
.communities span.Health:before {
  content: "\e639";
}

/* line 245, scss/eit/modules/_eit-list-full.scss */
.communities span.InnoEnergy:before {
  content: "\e61d";
}

/* line 250, scss/eit/modules/_eit-list-full.scss */
.communities span.Manufacturing:before {
  content: "\e918";
}

/* line 255, scss/eit/modules/_eit-list-full.scss */
.communities span.RawMaterials:before {
  content: "\e634";
}

/* line 260, scss/eit/modules/_eit-list-full.scss */
.communities span.Urban:before {
  content: "\e919";
}

/* line 7, scss/eit/modules/_eit-grid.scss */
.eit-groupLevel.row {
  display: flex;
  flex-wrap: wrap;
  margin: -16px;
  margin-bottom: 32px;
}

/* line 13, scss/eit/modules/_eit-grid.scss */
.eit-groupLevel.row > div {
  padding: 8px 16px;
  flex: 0 0 33.33%;
}

/* line 19, scss/eit/modules/_eit-grid.scss */
.eit-groupLevel.row .panel {
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
}

/* line 28, scss/eit/modules/_eit-grid.scss */
.eit-groupLevel.row a.info {
  display: flex;
  height: 100%;
  flex-direction: column;
  padding: 32px;
  background-color: #F6F6F6;
  border-radius: 30px 0;
  transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
}

/* line 37, scss/eit/modules/_eit-grid.scss */
.eit-groupLevel.row a.info:hover {
  background-color: #004494;
  color: white;
}

/* line 44, scss/eit/modules/_eit-grid.scss */
.eit-groupLevel.row span.line,
.eit-groupLevel.row span.more {
  display: none;
}

/* line 50, scss/eit/modules/_eit-grid.scss */
.eit-groupLevel.row .icon {
  order: -1;
  text-align: center;
  margin-bottom: 1.25rem;
}

/* line 55, scss/eit/modules/_eit-grid.scss */
.eit-groupLevel.row .icon:before {
  font-size: 3.125rem;
  line-height: 1;
}

/* line 60, scss/eit/modules/_eit-grid.scss */
.eit-groupLevel.row .icon-covid-19 {
  margin-bottom: 0.93rem;
}

/* line 63, scss/eit/modules/_eit-grid.scss */
.eit-groupLevel.row .icon-covid-19:before {
  font-size: 3.4375rem;
}

/* line 69, scss/eit/modules/_eit-grid.scss */
.eit-groupLevel.row .title {
  display: block;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.1;
  margin-bottom: 0.625rem;
}

/* line 78, scss/eit/modules/_eit-grid.scss */
.eit-groupLevel.row .description {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 89, scss/eit/modules/_eit-grid.scss */
  .eit-groupLevel.row > div {
    flex: 0 0 29.5%;
  }
}

@media screen and (max-width: 64em) {
  /* line 99, scss/eit/modules/_eit-grid.scss */
  .eit-groupLevel.row > div {
    flex: 0 0 100%;
  }
  /* line 102, scss/eit/modules/_eit-grid.scss */
  .eit-groupLevel.row .description {
    font-size: 1.125rem;
  }
}

/*!*safari fix*!
@media screen and (min-color-index:0) and (-webkit-min-device-pixel-ratio:0){
  .eit-groupLevel.row > div{
    flex: 0 0 33%;
  }
}*/
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    /* line 120, scss/eit/modules/_eit-grid.scss */
    .eit-groupLevel.row > div {
      flex: 0 0 33%;
    }
  }
}

@media only screen and (max-width: 40em) {
  /* line 129, scss/eit/modules/_eit-grid.scss */
  .eit-page-tile-one.eit-groupLevel.row > div {
    flex: 0 0 100%;
  }
}

/* line 1, scss/eit/modules/_share-widget.scss */
.share-widget {
  margin-top: 16px;
  padding: 24px;
  border-radius: 30px 0;
  background-color: #EDEDED;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 9, scss/eit/modules/_share-widget.scss */
.share-widget .share-widget-label {
  font-size: 1.25rem;
  color: #58595B;
  font-weight: 600;
  margin-right: 8px;
}

/* line 15, scss/eit/modules/_share-widget.scss */
.share-widget .wtShareList {
  padding: 0;
  margin: 0;
}

/* line 20, scss/eit/modules/_share-widget.scss */
.share-widget .wtShareList li:before {
  content: none !important;
}

@media screen and (max-width: 64em) {
  /* line 29, scss/eit/modules/_share-widget.scss */
  .share-widget {
    display: block;
    text-align: center;
  }
  /* line 32, scss/eit/modules/_share-widget.scss */
  .share-widget .wtShareList {
    margin-top: 16px;
  }
  /* line 34, scss/eit/modules/_share-widget.scss */
  .share-widget .wtShareList li {
    float: none;
    margin: 0 auto;
  }
}

/* line 1, scss/eit/modules/_news.scss */
.pane-eit-newsroom-for-eit-community-panel-pane-1 {
  padding: 40px 56px;
  background: #EDF9FF;
  border-radius: 0 30px;
  position: relative;
}

/* line 6, scss/eit/modules/_news.scss */
.pane-eit-newsroom-for-eit-community-panel-pane-1 h2 {
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 32px;
}

/* line 12, scss/eit/modules/_news.scss */
.pane-eit-newsroom-for-eit-community-panel-pane-1 .eit-list {
  padding-left: 0;
  padding-right: 0;
}

/* line 15, scss/eit/modules/_news.scss */
.pane-eit-newsroom-for-eit-community-panel-pane-1 .eit-list ul {
  margin: -16px;
}

@media only screen and (min-width: 40.063em) {
  /* line 26, scss/eit/modules/_news.scss */
  .pane-eit-newsroom-for-eit-community-panel-pane-1 .contextual-links-region .view-footer a {
    top: -50px;
    right: 0px;
  }
}

/* line 1, scss/eit/modules/_documents.scss */
.pane-eit-view-documents-by-eit-community-doc-by-eit-community-pane,
.kic-call-documents,
.kic-call-events {
  padding: 40px 56px;
  background: #E3F5FF;
  border-radius: 30px 0;
  position: relative;
}

/* line 8, scss/eit/modules/_documents.scss */
.pane-eit-view-documents-by-eit-community-doc-by-eit-community-pane h2,
.kic-call-documents h2,
.kic-call-events h2 {
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 32px;
}

/* line 16, scss/eit/modules/_documents.scss */
.pane-eit-view-documents-by-eit-community-doc-by-eit-community-pane .eit-list-full ul li:before,
.kic-call-documents .eit-list-full ul li:before,
.kic-call-events .eit-list-full ul li:before {
  display: none !important;
}

/* line 20, scss/eit/modules/_documents.scss */
.pane-eit-view-documents-by-eit-community-doc-by-eit-community-pane .eit-list-full > ul,
.kic-call-documents .eit-list-full > ul,
.kic-call-events .eit-list-full > ul {
  display: flex;
  flex-wrap: wrap;
  margin: -16px;
}

/* line 25, scss/eit/modules/_documents.scss */
.pane-eit-view-documents-by-eit-community-doc-by-eit-community-pane .eit-list-full > ul > li,
.kic-call-documents .eit-list-full > ul > li,
.kic-call-events .eit-list-full > ul > li {
  margin: 0px;
  flex: 0 0 100%;
  min-width: 100%;
  background: transparent;
  border-radius: 30px 0;
  padding: 16px;
  align-items: flex-start;
}

@media only screen and (min-width: 40.063em) {
  /* line 25, scss/eit/modules/_documents.scss */
  .pane-eit-view-documents-by-eit-community-doc-by-eit-community-pane .eit-list-full > ul > li,
  .kic-call-documents .eit-list-full > ul > li,
  .kic-call-events .eit-list-full > ul > li {
    flex: 0 0 50%;
    min-width: 50%;
  }
}

@media only screen and (min-width: 64.063em) {
  /* line 25, scss/eit/modules/_documents.scss */
  .pane-eit-view-documents-by-eit-community-doc-by-eit-community-pane .eit-list-full > ul > li,
  .kic-call-documents .eit-list-full > ul > li,
  .kic-call-events .eit-list-full > ul > li {
    flex: 0 0 33.333%;
    min-width: 33.333%;
  }
}

/* line 46, scss/eit/modules/_documents.scss */
.pane-eit-view-documents-by-eit-community-doc-by-eit-community-pane .eit-list-full > ul .date-display-single,
.kic-call-documents .eit-list-full > ul .date-display-single,
.kic-call-events .eit-list-full > ul .date-display-single {
  width: 4rem;
  padding: 0.625rem 0.375rem;
}

/* line 50, scss/eit/modules/_documents.scss */
.pane-eit-view-documents-by-eit-community-doc-by-eit-community-pane .eit-list-full > ul .date-display-single:before,
.kic-call-documents .eit-list-full > ul .date-display-single:before,
.kic-call-events .eit-list-full > ul .date-display-single:before {
  border-color: #92C779;
}

/* line 54, scss/eit/modules/_documents.scss */
.pane-eit-view-documents-by-eit-community-doc-by-eit-community-pane .eit-list-full > ul .date-display-single:after,
.kic-call-documents .eit-list-full > ul .date-display-single:after,
.kic-call-events .eit-list-full > ul .date-display-single:after {
  background-color: #58595B;
}

/* line 59, scss/eit/modules/_documents.scss */
.pane-eit-view-documents-by-eit-community-doc-by-eit-community-pane .eit-list-full > ul a,
.kic-call-documents .eit-list-full > ul a,
.kic-call-events .eit-list-full > ul a {
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: 400;
}

/* line 65, scss/eit/modules/_documents.scss */
.pane-eit-view-documents-by-eit-community-doc-by-eit-community-pane .eit-list-full > ul .item-list > ul > li:not(:last-child),
.kic-call-documents .eit-list-full > ul .item-list > ul > li:not(:last-child),
.kic-call-events .eit-list-full > ul .item-list > ul > li:not(:last-child) {
  margin-right: 8px;
}

/* line 68, scss/eit/modules/_documents.scss */
.pane-eit-view-documents-by-eit-community-doc-by-eit-community-pane .eit-list-full > ul .item-list ul,
.kic-call-documents .eit-list-full > ul .item-list ul,
.kic-call-events .eit-list-full > ul .item-list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

/* line 72, scss/eit/modules/_documents.scss */
.pane-eit-view-documents-by-eit-community-doc-by-eit-community-pane .eit-list-full > ul .item-list ul li,
.kic-call-documents .eit-list-full > ul .item-list ul li,
.kic-call-events .eit-list-full > ul .item-list ul li {
  background: transparent;
  margin-left: 0;
  font-size: 0.8125rem;
  line-height: 1rem;
}

/* line 79, scss/eit/modules/_documents.scss */
.pane-eit-view-documents-by-eit-community-doc-by-eit-community-pane .eit-list-full > ul .item-list .field-label,
.kic-call-documents .eit-list-full > ul .item-list .field-label,
.kic-call-events .eit-list-full > ul .item-list .field-label {
  display: none;
}

/* line 82, scss/eit/modules/_documents.scss */
.pane-eit-view-documents-by-eit-community-doc-by-eit-community-pane .eit-list-full > ul .item-list .file,
.kic-call-documents .eit-list-full > ul .item-list .file,
.kic-call-events .eit-list-full > ul .item-list .file {
  display: none;
}

/* line 94, scss/eit/modules/_documents.scss */
.kic-call-events.kic-call-events {
  background-color: #EDF9FF;
  border-radius: 0 30px;
}

/* line 100, scss/eit/modules/_documents.scss */
.kic-call-documents-hide-image .field-type-image {
  display: none;
}

/* line 2, scss/eit/modules/_search-results.scss */
.search-results {
  margin-left: 0px;
}

/* line 5, scss/eit/modules/_search-results.scss */
h2 + .search-results {
  margin-top: 2rem;
}

/* line 9, scss/eit/modules/_search-results.scss */
.search-results li {
  margin-bottom: 0px;
}

/* line 12, scss/eit/modules/_search-results.scss */
.search-results li + li {
  margin-top: 1.4rem;
  padding-top: 1.4rem;
  border-top: 1px solid #EDEDED;
}

/* line 19, scss/eit/modules/_search-results.scss */
.search-results .search-snippet-info {
  padding-left: 0px;
}

/* line 23, scss/eit/modules/_search-results.scss */
.search-results .title {
  margin-bottom: 0.5rem;
}

/* line 27, scss/eit/modules/_search-results.scss */
.search-results p.search-info {
  margin-bottom: 0px;
}

/* line 2, scss/eit/modules/_accordion.scss */
.ui-accordion > .views-row {
  margin-bottom: 32px;
}

/* line 5, scss/eit/modules/_accordion.scss */
.ui-accordion .ui-accordion-header a {
  font-family: "Titillium Web", Helvetica, Roboto, Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

/* line 10, scss/eit/modules/_accordion.scss */
.ui-accordion h2, .ui-accordion h3, .ui-accordion h4, .ui-accordion h5 {
  font-weight: 600;
  margin-bottom: 32px;
}

/* line 14, scss/eit/modules/_accordion.scss */
.ui-accordion iframe {
  margin-bottom: 32px;
}

/* line 17, scss/eit/modules/_accordion.scss */
.ui-accordion h1 {
  font-weight: bold;
  font-size: 2.25rem;
  line-height: 48px;
  margin-bottom: 32px;
}

/* line 23, scss/eit/modules/_accordion.scss */
.ui-accordion h2 {
  font-size: 1.75rem;
  line-height: 34px;
}

/* line 28, scss/eit/modules/_accordion.scss */
.ui-accordion h3 {
  font-size: 1.5rem;
  line-height: 28px;
}

/* line 32, scss/eit/modules/_accordion.scss */
.ui-accordion h4 {
  font-size: 1.25rem;
  line-height: 24px;
}

/* line 36, scss/eit/modules/_accordion.scss */
.ui-accordion h5 {
  font-size: 1.125rem;
  line-height: 24px;
}

/* line 40, scss/eit/modules/_accordion.scss */
.ui-accordion p {
  font-size: 1rem;
  line-height: 24px;
  margin-bottom: 32px;
}

/* line 45, scss/eit/modules/_accordion.scss */
.ui-accordion ul, .ui-accordion ol, .ui-accordion dl {
  font-size: 1rem;
  line-height: 24px;
}

/* line 50, scss/eit/modules/_accordion.scss */
.ui-accordion ul, .ui-accordion ol {
  margin-bottom: 32px;
  margin-left: 24px;
}

/* line 53, scss/eit/modules/_accordion.scss */
.ui-accordion ul li, .ui-accordion ol li {
  position: relative;
}

/* line 55, scss/eit/modules/_accordion.scss */
.ui-accordion ul li:before, .ui-accordion ol li:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #5FA43E;
  position: absolute;
  left: -24px;
  border-radius: 50%;
  top: 12px;
  transform: translatey(-50%);
}

/* line 68, scss/eit/modules/_accordion.scss */
.ui-accordion ul li:not(:last-child), .ui-accordion ol li:not(:last-child) {
  margin-bottom: 16px;
}

/* line 72, scss/eit/modules/_accordion.scss */
.ui-accordion p, .ui-accordion li, .ui-accordion .field-content {
  font-family: "Titillium Web", Helvetica, Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #58595B;
}

/* line 78, scss/eit/modules/_accordion.scss */
.ui-accordion .ui-accordion-header {
  border: none;
  background: none;
}

/* line 84, scss/eit/modules/_accordion.scss */
.ui-accordion .ui-accordion-header.ui-state-active .field-content a:after {
  content: "\e902";
}

/* line 87, scss/eit/modules/_accordion.scss */
.ui-accordion .ui-accordion-header.ui-state-active .field-content a:before {
  content: "";
  border: 4px solid #73C4EE;
  position: absolute;
  height: 100%;
  top: 0;
  left: -56px;
}

/* line 99, scss/eit/modules/_accordion.scss */
.ui-accordion .ui-accordion-header .field-content a {
  background-color: white;
  border: none;
  color: #004494;
  padding: 0;
  padding-right: 60px;
  width: 100%;
  display: block;
  position: relative;
}

/* line 109, scss/eit/modules/_accordion.scss */
.ui-accordion .ui-accordion-header .field-content a:after {
  content: "\e905";
  color: #5FA43E;
  position: absolute;
  font-size: 14px;
  right: 20px;
  top: 7px;
}

/* line 120, scss/eit/modules/_accordion.scss */
.ui-accordion .ui-accordion-content {
  border: none;
  height: auto !important;
}

/* line 124, scss/eit/modules/_accordion.scss */
.ui-accordion .ui-icon {
  display: none;
}

/* line 133, scss/eit/modules/_accordion.scss */
.public-register-accordion .view-header,
.public-register-accordion .view-footer {
  margin-bottom: 32px;
}

/* line 138, scss/eit/modules/_accordion.scss */
.public-register-accordion .ui-accordion .views-row {
  border: 1px solid #CFCFCF;
  border-radius: 3px;
}

/* line 142, scss/eit/modules/_accordion.scss */
.public-register-accordion .ui-accordion .ui-accordion-header.ui-state-active .field-content a:before {
  left: -26px;
}

/* line 145, scss/eit/modules/_accordion.scss */
.public-register-accordion ul, .public-register-accordion ol {
  margin-bottom: 32px;
  margin-left: 24px;
}

/* line 148, scss/eit/modules/_accordion.scss */
.public-register-accordion ul li, .public-register-accordion ol li {
  position: relative;
}

/* line 150, scss/eit/modules/_accordion.scss */
.public-register-accordion ul li:before, .public-register-accordion ol li:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #5FA43E;
  position: absolute;
  left: -24px;
  border-radius: 50%;
  top: 12px;
  transform: translatey(-50%);
}

/* line 163, scss/eit/modules/_accordion.scss */
.public-register-accordion ul li:not(:last-child), .public-register-accordion ol li:not(:last-child) {
  margin-bottom: 16px;
}

/* line 1, scss/eit/modules/button-group.scss */
ul.button-group {
  margin-left: 0px !important;
}

/* line 4, scss/eit/modules/button-group.scss */
ul.button-group > li {
  margin-left: 0px !important;
  padding-left: 0px !important;
}

/* line 8, scss/eit/modules/button-group.scss */
ul.button-group > li:before {
  content: none !important;
}

/* line 13, scss/eit/modules/button-group.scss */
ul.button-group a.button {
  margin-right: 8px;
  background-color: #004494;
}

/* line 17, scss/eit/modules/button-group.scss */
ul.button-group a.button:hover {
  background-color: #00376e;
}

/* line 21, scss/eit/modules/button-group.scss */
ul.button-group a.button.active {
  background-color: #5FA43E;
  cursor: default;
}

/* line 29, scss/eit/modules/button-group.scss */
.add-to-cal-event {
  border: 1px solid #C5C5C5;
  display: inline-block;
  vertical-align: top;
  padding-left: 1.4rem;
  padding-right: 1.4rem;
  padding-top: 1.4rem;
  padding-bottom: 0.5rem;
  border-radius: 0 16px;
  margin-bottom: 2rem;
}

/* line 39, scss/eit/modules/button-group.scss */
.add-to-cal-event.open-cal-event {
  border: 1px solid #004494;
}

/* line 42, scss/eit/modules/button-group.scss */
.add-to-cal-event label {
  color: #004494;
  width: auto;
  text-align: center;
}

/* line 46, scss/eit/modules/button-group.scss */
.add-to-cal-event label:before, .add-to-cal-event label:after {
  font-family: 'eit2019' !important;
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
}

/* line 53, scss/eit/modules/button-group.scss */
.add-to-cal-event label:before {
  content: "\e929";
  margin-right: 0.8rem;
  font-size: 24px;
  color: #004494;
}

/* line 60, scss/eit/modules/button-group.scss */
.add-to-cal-event label:after {
  content: "\e905";
  margin-left: 0.8rem;
  font-size: 20px;
  color: #5FA43E;
  transition: all 0.2s 0s ease;
}

/* line 68, scss/eit/modules/button-group.scss */
.add-to-cal-event.open-cal-event label,
.add-to-cal-event.open-cal-event label:before {
  color: #58595B;
}

/* line 72, scss/eit/modules/button-group.scss */
.add-to-cal-event.open-cal-event label:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}

/* line 77, scss/eit/modules/button-group.scss */
.add-to-cal-event .add-to-calendar {
  display: inline-block;
}

/* line 80, scss/eit/modules/button-group.scss */
.add-to-cal-event .add-to-calendar a {
  border-top: 1px solid #C5C5C5;
  width: auto !important;
  margin-left: 0 !important;
  margin-bottom: 1rem !important;
  font-weight: bold;
  padding-top: 1rem;
  margin-right: 0 !important;
  font-size: 14px;
}

/* line 89, scss/eit/modules/button-group.scss */
.add-to-cal-event .add-to-calendar a:before, .add-to-cal-event .add-to-calendar a:after {
  display: none;
}

@media only screen and (min-width: 64.063em) {
  /* line 80, scss/eit/modules/button-group.scss */
  .add-to-cal-event .add-to-calendar a {
    margin-right: 1.4rem !important;
    float: left;
    border-top: none;
    padding-top: 0;
  }
  /* line 98, scss/eit/modules/button-group.scss */
  .add-to-cal-event .add-to-calendar a:last-child {
    margin-right: 0 !important;
  }
}

/* line 1, scss/eit/modules/vacancies-procurement.scss */
.vacancies, .procurement {
  margin-top: 32px;
}

/* line 3, scss/eit/modules/vacancies-procurement.scss */
.vacancies ul li, .procurement ul li {
  margin-left: 0;
  margin-bottom: 32px;
}

/* line 8, scss/eit/modules/vacancies-procurement.scss */
.vacancies .title-wrapper a, .procurement .title-wrapper a {
  color: #004494;
  font-size: 1.5rem;
  font-weight: 600;
  display: block;
  line-height: 24px;
  margin-bottom: 16px;
  word-break: break-word;
}

/* line 18, scss/eit/modules/vacancies-procurement.scss */
.vacancies .date-wrapper, .procurement .date-wrapper {
  font-size: 0.8125rem;
  color: #58595B;
  display: flex;
}

/* line 23, scss/eit/modules/vacancies-procurement.scss */
.vacancies .start-date, .procurement .start-date {
  margin-right: 8px;
}

/* line 25, scss/eit/modules/vacancies-procurement.scss */
.vacancies .start-date:before, .procurement .start-date:before {
  margin-right: 8px;
}

/* line 34, scss/eit/modules/vacancies-procurement.scss */
.view-eit-vacancy-view .vacancies .start-date, .view-eit-vacancy-view .vacancies .end-date {
  background-color: #EDEDED;
  color: #58595B;
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 8px 16px;
  border-radius: 16px 0;
}

/* line 10, scss/eit/modules/documents-download.scss */
.group-documents-wrapper, .field-name-field-eit-vacancy-documents,
.field-name-field-eit-documents, .field-group-div.documents .node-eit-document {
  position: relative;
  padding-left: 64px;
  margin-bottom: 32px;
}

/* line 17, scss/eit/modules/documents-download.scss */
.group-documents-wrapper:before, .field-name-field-eit-vacancy-documents:before,
.field-name-field-eit-documents:before, .field-group-div.documents .node-eit-document:before {
  content: "\e921";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5FA43E;
  font-size: 1.35rem;
  border: 1px solid #5FA43E;
  border-radius: 16px 0;
}

/* line 34, scss/eit/modules/documents-download.scss */
.group-documents-wrapper a.ext:after, .field-name-field-eit-vacancy-documents a.ext:after, .field-name-field-eit-documents a.ext:after, .field-group-div.documents .node-eit-document a.ext:after {
  content: none !important;
}

/* line 37, scss/eit/modules/documents-download.scss */
.group-documents-wrapper span.ext, .field-name-field-eit-vacancy-documents span.ext, .field-name-field-eit-documents span.ext, .field-group-div.documents .node-eit-document span.ext {
  display: none !important;
}

/* line 43, scss/eit/modules/documents-download.scss */
.group-documents-wrapper .documents-description, .field-name-field-eit-vacancy-documents .file,
.field-name-field-eit-documents .file, .field-group-div.documents .node-eit-document .field-name-title-field {
  font-size: 1.0625rem;
  line-height: 1.25;
  font-weight: 700;
}

/* line 51, scss/eit/modules/documents-download.scss */
.group-documents-wrapper .field-label, .field-name-field-eit-vacancy-documents .field-label,
.field-name-field-eit-documents .field-label, .field-group-div.documents .node-eit-document .field-name-field-eit-document-type {
  margin-right: 0.625rem;
  font-size: 0.9375rem;
  font-weight: 700;
}

/* line 59, scss/eit/modules/documents-download.scss */
.group-documents-wrapper .document-files, .field-group-div.documents .node-eit-document .document-files {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0px;
  margin-top: 6px;
}

/* line 66, scss/eit/modules/documents-download.scss */
.group-documents-wrapper .document-files a, .field-group-div.documents .node-eit-document .document-files a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  border: 1px solid #004494;
  border-radius: 8px 0;
  text-transform: uppercase;
  font-weight: bold;
}

/* line 76, scss/eit/modules/documents-download.scss */
.group-documents-wrapper .document-files a:hover, .field-group-div.documents .node-eit-document .document-files a:hover {
  background-color: #004494;
  color: #FFFFFF;
}

/* line 82, scss/eit/modules/documents-download.scss */
.group-documents-wrapper .document-files ul, .field-group-div.documents .node-eit-document .document-files ul {
  font-size: 0.875rem;
  line-height: 1;
  margin: 0px !important;
}

/* line 88, scss/eit/modules/documents-download.scss */
.group-documents-wrapper .document-files li, .field-group-div.documents .node-eit-document .document-files li {
  padding: 0px;
  margin: 0px;
}

/* line 92, scss/eit/modules/documents-download.scss */
.group-documents-wrapper .document-files li:before, .field-group-div.documents .node-eit-document .document-files li:before {
  content: none;
}

/* line 106, scss/eit/modules/documents-download.scss */
.group-documents-wrapper:before {
  top: 2px;
}

/* line 124, scss/eit/modules/documents-download.scss */
.group-documents-wrapper .document-files .entity {
  margin-right: 5px;
  margin-bottom: 5px;
}

/* line 128, scss/eit/modules/documents-download.scss */
.group-documents-wrapper .document-files .entity:last-child {
  margin-right: 0px;
}

/* line 144, scss/eit/modules/documents-download.scss */
.field-name-field-eit-vacancy-documents .field-label,
.field-name-field-eit-documents .field-label {
  display: block;
  float: none;
}

/* line 151, scss/eit/modules/documents-download.scss */
.field-name-field-eit-vacancy-documents .file,
.field-name-field-eit-documents .file {
  margin-top: 5px;
}

/* line 157, scss/eit/modules/documents-download.scss */
.field-name-field-eit-vacancy-documents img,
.field-name-field-eit-documents img {
  display: none;
}

/* line 171, scss/eit/modules/documents-download.scss */
.field-group-div.documents .node-eit-document:before {
  top: 4px;
}

/* line 181, scss/eit/modules/documents-download.scss */
.field-group-div.documents .node-eit-document .field-name-field-eit-document-type {
  background-color: transparent;
  padding: 0px;
  margin: 5px 0px;
}

/* line 187, scss/eit/modules/documents-download.scss */
.field-group-div.documents .node-eit-document .field-name-field-eit-document-type ul > li {
  margin: 0px;
}

/* line 196, scss/eit/modules/documents-download.scss */
.field-group-div.documents .node-eit-document .document-files > li {
  margin-right: 5px;
  margin-bottom: 5px;
}

/* line 200, scss/eit/modules/documents-download.scss */
.field-group-div.documents .node-eit-document .document-files > li:last-child {
  margin-right: 0px;
}

/* line 2, scss/eit/modules/map.scss */
.map-legend ul {
  display: flex;
  margin: 0;
  flex-wrap: wrap;
}

/* line 6, scss/eit/modules/map.scss */
.map-legend ul li:not(:first-child) {
  padding-left: 16px;
}

/* line 11, scss/eit/modules/map.scss */
.map-legend ul li:before {
  content: "\e914";
  position: static;
  transform: none;
  background: transparent;
  width: auto;
  height: auto;
  margin-right: 8px;
}

/* line 21, scss/eit/modules/map.scss */
.map-legend ul li.eit:before {
  color: #004494;
}

/* line 26, scss/eit/modules/map.scss */
.map-legend ul li.eit-digital:before {
  color: #3F6FAC;
}

/* line 31, scss/eit/modules/map.scss */
.map-legend ul li.climate-kic:before {
  color: #5D9D2F;
}

/* line 36, scss/eit/modules/map.scss */
.map-legend ul li.food:before {
  color: #3B9F97;
}

/* line 41, scss/eit/modules/map.scss */
.map-legend ul li.health:before {
  color: #424C84;
}

/* line 46, scss/eit/modules/map.scss */
.map-legend ul li.materials:before {
  color: #643889;
}

/* line 51, scss/eit/modules/map.scss */
.map-legend ul li.innoenergy:before {
  color: #B73156;
}

/* line 56, scss/eit/modules/map.scss */
.map-legend ul li.manufacturing:before {
  color: #1193DF;
}

/* line 61, scss/eit/modules/map.scss */
.map-legend ul li.mobility:before {
  color: #E56B1F;
}

/* line 71, scss/eit/modules/map.scss */
.map-popup p {
  font-size: 13px !important;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif !important;
  line-height: 1.3 !important;
}

/* line 76, scss/eit/modules/map.scss */
.map-popup button {
  background-color: #004494 !important;
  color: #FFFFFF !important;
  border-radius: 16px 0 !important;
}

@media only screen and (min-width: 64.063em) {
  /* line 89, scss/eit/modules/map.scss */
  .view-mode-full .university-map .wtmap .wtcontent,
  .wtmap.wtFullscreen .wtcontent {
    min-height: 800px;
  }
  /* line 92, scss/eit/modules/map.scss */
  .view-mode-full .university-map .wtmap div.map,
  .wtmap.wtFullscreen div.map {
    min-height: 800px !important;
  }
}

/* line 97, scss/eit/modules/map.scss */
.view-mode-full .university-map .wtmap .wtpanels .wtpanel,
.view-mode-full .university-map .wtmap .wtpanels .wtpanel .leaflet-layers-group,
.wtmap.wtFullscreen .wtpanels .wtpanel,
.wtmap.wtFullscreen .wtpanels .wtpanel .leaflet-layers-group {
  margin: 0;
  padding: 0;
}

/* line 102, scss/eit/modules/map.scss */
.view-mode-full .university-map .wtmap .wtpanels .wtpanel .leaflet-layers-group,
.wtmap.wtFullscreen .wtpanels .wtpanel .leaflet-layers-group {
  border: none;
}

/* line 105, scss/eit/modules/map.scss */
.view-mode-full .university-map .wtmap .wtpanels .wtpanel .leaflet-layers-group h2,
.wtmap.wtFullscreen .wtpanels .wtpanel .leaflet-layers-group h2 {
  background: none;
  border: none;
  padding-left: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 0;
}

/* line 112, scss/eit/modules/map.scss */
.view-mode-full .university-map .wtmap .wtpanels .wtpanel .leaflet-layers-group ul li,
.wtmap.wtFullscreen .wtpanels .wtpanel .leaflet-layers-group ul li {
  padding: 0;
  margin: 0;
  margin-right: 6%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

/* line 119, scss/eit/modules/map.scss */
.view-mode-full .university-map .wtmap .wtpanels .wtpanel .leaflet-layers-group ul li:hover,
.wtmap.wtFullscreen .wtpanels .wtpanel .leaflet-layers-group ul li:hover {
  background: #F6F6F6;
}

/* line 122, scss/eit/modules/map.scss */
.view-mode-full .university-map .wtmap .wtpanels .wtpanel .leaflet-layers-group ul li:before,
.wtmap.wtFullscreen .wtpanels .wtpanel .leaflet-layers-group ul li:before {
  display: none;
}

/* line 125, scss/eit/modules/map.scss */
.view-mode-full .university-map .wtmap .wtpanels .wtpanel .leaflet-layers-group ul li label,
.wtmap.wtFullscreen .wtpanels .wtpanel .leaflet-layers-group ul li label {
  color: #004494;
  display: block;
  margin: 0;
}

/* line 135, scss/eit/modules/map.scss */
.wtmap.wtFullscreen h2 {
  font-size: 1.75rem;
  line-height: 34px;
  color: #5FA43E;
  padding-left: 0 !important;
}

/* line 141, scss/eit/modules/map.scss */
.wtmap.wtFullscreen .leaflet-layers-group {
  padding: 2% 5% !important;
}

/* line 147, scss/eit/modules/map.scss */
.wtmap div.map img {
  border-radius: 0;
}

@media only screen and (max-width: 40em) {
  /* line 151, scss/eit/modules/map.scss */
  .wtmap .leaflet-popup {
    width: 260px;
  }
  /* line 154, scss/eit/modules/map.scss */
  .wtmap .leaflet-popup .leaflet-popup-content {
    width: 100% !important;
  }
  /* line 157, scss/eit/modules/map.scss */
  .wtmap .leaflet-popup .ris-title,
  .wtmap .leaflet-popup .ris-city,
  .wtmap .leaflet-popup h3 {
    width: 87%;
  }
}

/* line 163, scss/eit/modules/map.scss */
.wtmap .leaflet-popup a {
  color: #004494;
}

/* line 166, scss/eit/modules/map.scss */
.wtmap .leaflet-popup .leaflet-popup-content-wrapper {
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  padding-top: 2rem;
  padding-bottom: 0.5rem;
}

/* line 172, scss/eit/modules/map.scss */
.wtmap .leaflet-popup a.leaflet-popup-close-button {
  font: 32px/32px Tahoma,Verdana,sans-serif;
  right: 20px;
  color: #004494;
}

/* line 177, scss/eit/modules/map.scss */
.wtmap .leaflet-popup .leaflet-popup-scrolled {
  border: none;
}

/* line 179, scss/eit/modules/map.scss */
.wtmap .leaflet-popup .leaflet-popup-scrolled .ris-title,
.wtmap .leaflet-popup .leaflet-popup-scrolled .ris-city,
.wtmap .leaflet-popup .leaflet-popup-scrolled h3 {
  margin-right: 1rem;
}

/* line 186, scss/eit/modules/map.scss */
.wtmap .leaflet-popup .leaflet-popup-content h3 {
  margin-bottom: 0.15rem;
}

/* line 189, scss/eit/modules/map.scss */
.wtmap .leaflet-popup .leaflet-popup-content h3:not(:first-child) {
  margin-top: 1rem;
  border-top: 1px solid #CFCFCF;
  padding-top: 1rem;
}

/* line 2, scss/eit/modules/flex-carousel-flex-video.scss */
.main-content .flexslider {
  border-radius: 30px 0;
  margin-bottom: 0;
  border: none;
  background-color: #004494;
}

/* line 7, scss/eit/modules/flex-carousel-flex-video.scss */
.main-content .flexslider .flex-viewport {
  border-radius: 30px 0;
}

/* line 10, scss/eit/modules/flex-carousel-flex-video.scss */
.main-content .flexslider .photo-title {
  font-size: 1.25rem;
  color: white;
  padding: 16px;
}

/* line 15, scss/eit/modules/flex-carousel-flex-video.scss */
.main-content .flexslider .flex-prev {
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 0 !important;
}

/* line 20, scss/eit/modules/flex-carousel-flex-video.scss */
.main-content .flexslider .flex-prev:before {
  color: #5FA43E;
}

/* line 24, scss/eit/modules/flex-carousel-flex-video.scss */
.main-content .flexslider .flex-next {
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 0 !important;
}

/* line 29, scss/eit/modules/flex-carousel-flex-video.scss */
.main-content .flexslider .flex-next:before {
  color: #5FA43E;
}

/* line 35, scss/eit/modules/flex-carousel-flex-video.scss */
.main-content #carousel.flexslider {
  border-radius: 0 30px;
  margin-bottom: 0;
}

/* line 38, scss/eit/modules/flex-carousel-flex-video.scss */
.main-content #carousel.flexslider .flex-viewport {
  border-radius: 0 30px;
}

/*flex-video
************************/
/* line 49, scss/eit/modules/flex-carousel-flex-video.scss */
.flex-video {
  margin-bottom: 32px;
  border-radius: 30px 0;
}

/* line 56, scss/eit/modules/flex-carousel-flex-video.scss */
.flex-video {
  max-width: 65%;
  padding-bottom: 30%;
  margin: 0 auto;
}

/* line 60, scss/eit/modules/flex-carousel-flex-video.scss */
.flex-video.widescreen {
  padding-bottom: 30%;
}

/* line 63, scss/eit/modules/flex-carousel-flex-video.scss */
.flex-video.vimeo {
  padding-bottom: 36%;
}

/* line 66, scss/eit/modules/flex-carousel-flex-video.scss */
.flex-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 2, scss/eit/modules/webform.scss */
.section-extvp-innoveit-registration main.l-main .main {
  background-color: #004494;
}

/* line 4, scss/eit/modules/webform.scss */
.section-extvp-innoveit-registration main.l-main .main h1,
.section-extvp-innoveit-registration main.l-main .main h3,
.section-extvp-innoveit-registration main.l-main .main a {
  color: #5FA43E;
}

/* line 9, scss/eit/modules/webform.scss */
.section-extvp-innoveit-registration main.l-main .main p,
.section-extvp-innoveit-registration main.l-main .main li {
  color: white;
}

/* line 16, scss/eit/modules/webform.scss */
.webform-client-form label {
  color: white;
  font-weight: bold;
  font-size: 18px;
  line-height: 31px;
}

/* line 21, scss/eit/modules/webform.scss */
.webform-client-form label .form-required {
  color: #CD154F;
  vertical-align: middle;
  margin-left: 8px;
  font-size: 1.375rem;
}

/* line 29, scss/eit/modules/webform.scss */
.webform-client-form input,
.webform-client-form .form-select {
  background: transparent;
  border: 3px solid #034EA2;
  border: 1px solid #C5C5C5;
  border-radius: 0 16px;
  padding: 16px 24px;
  color: white;
  height: 62px;
}

/* line 38, scss/eit/modules/webform.scss */
.webform-client-form input:focus,
.webform-client-form .form-select:focus {
  background: transparent;
  border-color: #034EA2;
}

/* line 44, scss/eit/modules/webform.scss */
.webform-client-form .form-select:focus {
  outline: none;
}

/* line 47, scss/eit/modules/webform.scss */
.webform-client-form .form-select option {
  background: #1D3176;
  color: white;
}

/* line 52, scss/eit/modules/webform.scss */
.webform-client-form .webform-component-fieldset {
  border: 3px solid #034EA2;
  border-radius: 30px 0;
  margin-bottom: 64px;
  padding: 64px;
}

/* line 57, scss/eit/modules/webform.scss */
.webform-client-form .webform-component-fieldset .webform-component-fieldset {
  border: none;
  padding: 0;
}

/* line 60, scss/eit/modules/webform.scss */
.webform-client-form .webform-component-fieldset .webform-component-fieldset .fieldset-wrapper {
  display: block;
}

/* line 65, scss/eit/modules/webform.scss */
.webform-client-form .fieldset-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* line 70, scss/eit/modules/webform.scss */
.webform-client-form .form-item {
  flex-basis: calc(50% - 25px);
  margin-top: 0;
  margin-bottom: 24px;
}

/* line 74, scss/eit/modules/webform.scss */
.webform-client-form .form-item.form-item-full {
  flex-basis: 100%;
}

/* line 78, scss/eit/modules/webform.scss */
.webform-client-form .webform-component-select {
  position: relative;
}

/* line 81, scss/eit/modules/webform.scss */
.webform-client-form .webform-component-select:before {
  position: absolute;
  bottom: 35px;
  right: 20px;
  content: "\e905";
  color: #6BB745;
  font-size: 17px;
}

/* line 91, scss/eit/modules/webform.scss */
.webform-client-form .fieldset-2cols > .field-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* line 96, scss/eit/modules/webform.scss */
.webform-client-form .fieldset-2cols .webform-component-fieldset {
  flex-basis: calc(50% - 25px);
  margin-top: 0;
  margin-bottom: 24px;
}

/* line 102, scss/eit/modules/webform.scss */
.webform-client-form .form-managed-file.form-managed-file.form-managed-file {
  display: flex;
  flex-wrap: wrap;
}

/* line 105, scss/eit/modules/webform.scss */
.webform-client-form .form-managed-file.form-managed-file.form-managed-file input {
  max-width: 275px;
}

/* line 108, scss/eit/modules/webform.scss */
.webform-client-form .form-managed-file.form-managed-file.form-managed-file button {
  margin-left: 16px !important;
}

/* line 112, scss/eit/modules/webform.scss */
.webform-client-form input[type="text"][readonly] {
  background-color: rgba(128, 128, 128, 0.2);
}

/* line 116, scss/eit/modules/webform.scss */
.webform-client-form input::placeholder {
  color: white;
  opacity: 1;
  /* Firefox */
}

/* line 121, scss/eit/modules/webform.scss */
.webform-client-form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
}

/* line 125, scss/eit/modules/webform.scss */
.webform-client-form input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white;
}

/*titles full width*/
/* line 136, scss/eit/modules/webform.scss */
.webform-client-form .fieldset-wrapper > :first-child {
  min-width: 100%;
}

/*textarea
*******************/
/* line 146, scss/eit/modules/webform.scss */
.webform-client-form .grippie {
  display: none;
}

/* line 149, scss/eit/modules/webform.scss */
.webform-client-form textarea {
  border-radius: 30px 0;
  resize: none;
  padding: 16px;
}

/*override default
*******************/
/* line 160, scss/eit/modules/webform.scss */
.webform-container-inline label {
  display: block;
}

/*datepicker
*******************/
/* line 167, scss/eit/modules/webform.scss */
.webform-client-form .webform-datepicker,
.webform-client-form .webform-component-date .webform-container-inline {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

/* line 172, scss/eit/modules/webform.scss */
.webform-client-form .webform-datepicker .form-item:not(.webform-calendar),
.webform-client-form .webform-component-date .webform-container-inline .form-item:not(.webform-calendar) {
  margin-right: 16px;
  margin-bottom: 0;
  position: relative;
}

/* line 177, scss/eit/modules/webform.scss */
.webform-client-form .webform-datepicker .form-item:not(.webform-calendar):before,
.webform-client-form .webform-component-date .webform-container-inline .form-item:not(.webform-calendar):before {
  position: absolute;
  bottom: 35px;
  right: 20px;
  content: "\e90f";
  color: #6BB745;
  transform: rotate(-90deg);
  font-size: 22px;
  pointer-events: none;
}

/* line 188, scss/eit/modules/webform.scss */
.webform-client-form .webform-datepicker .form-item:last-child,
.webform-client-form .webform-component-date .webform-container-inline .form-item:last-child {
  margin-right: 0;
}

/* line 191, scss/eit/modules/webform.scss */
.webform-client-form .webform-datepicker .webform-calendar,
.webform-client-form .webform-component-date .webform-container-inline .webform-calendar {
  border: none;
  padding: 0;
  height: 25px;
  width: 31px;
  border-radius: 0;
  margin-top: -11px;
}

/*horizontal
**********************/
/* line 209, scss/eit/modules/webform.scss */
.webform-client-form .horizontal .fieldset-wrapper {
  flex-direction: column;
}

/* line 212, scss/eit/modules/webform.scss */
.webform-client-form .horizontal .form-item {
  flex-basis: auto;
}

/*checkboxes
**********************/
/* line 223, scss/eit/modules/webform.scss */
.webform-client-form .fieldset-left label {
  color: #E743A2;
}

/* line 229, scss/eit/modules/webform.scss */
.webform-client-form .form-type-checkbox label,
.webform-client-form .form-radios label {
  color: white;
}

/* line 235, scss/eit/modules/webform.scss */
.webform-client-form .form-type-checkbox input:checked ~ .option,
.webform-client-form .form-radios input:checked ~ .option {
  color: white;
}

/* line 237, scss/eit/modules/webform.scss */
.webform-client-form .form-type-checkbox input:checked ~ .option:before,
.webform-client-form .form-radios input:checked ~ .option:before {
  border-color: white;
  content: "\e913";
}

/* line 244, scss/eit/modules/webform.scss */
.webform-client-form .form-type-checkbox .option,
.webform-client-form .form-radios .option {
  margin: 0px;
  color: #6BB745;
  font-style: normal;
  font-weight: normal;
  line-height: 18px;
  padding-left: 48px;
  position: relative;
  min-height: 2rem;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  font-size: 1.125rem;
}

/* line 258, scss/eit/modules/webform.scss */
.webform-client-form .form-type-checkbox .option:before,
.webform-client-form .form-radios .option:before {
  content: "";
  margin-right: 16px;
  height: 32px;
  width: 32px;
  border: 3px solid #034EA2;
  border-radius: 8px 0;
  display: inline-block;
  font-size: 16px;
  position: absolute;
  color: white;
  top: 0;
  left: 0;
  padding: 5px;
}

/* line 278, scss/eit/modules/webform.scss */
.form-type-radio .option:before {
  border-radius: 50% !important;
  content: "" !important;
}

/* line 284, scss/eit/modules/webform.scss */
.webform-client-form .form-radios input:checked ~ .option:after {
  content: "●" !important;
  top: 2px;
  left: 10px;
  color: white;
  position: absolute;
  font-size: 21px;
}

/* line 293, scss/eit/modules/webform.scss */
.webform-client-form .form-submit.form-submit:not(button) {
  margin: 0 auto !important;
  color: #6BB745;
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 31px;
  padding: 0;
  border-radius: 16px 0;
  background: transparent !important;
  border: 3px solid #034EA2;
  transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
  height: 64px;
  width: 204px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}

/* line 311, scss/eit/modules/webform.scss */
.webform-client-form .form-submit.form-submit:not(button):hover {
  border-radius: 0 16px;
  box-shadow: 0 0 10px #6081c5;
}

/* line 315, scss/eit/modules/webform.scss */
.webform-client-form .form-submit.form-submit:not(button):before, .webform-client-form .form-submit.form-submit:not(button):after {
  color: #E743A2;
  font-size: 36px;
  font-weight: 400;
}

/* line 321, scss/eit/modules/webform.scss */
.webform-client-form .form-submit.form-submit:not(button):before {
  padding-right: 12px;
}

/* line 324, scss/eit/modules/webform.scss */
.webform-client-form .form-submit.form-submit:not(button):after {
  padding-left: 12px;
}

@media screen and (max-width: 64em) {
  /* line 332, scss/eit/modules/webform.scss */
  .webform-client-form .fieldset-wrapper {
    display: block;
  }
  /* line 335, scss/eit/modules/webform.scss */
  .webform-client-form .webform-datepicker {
    position: relative;
    display: block;
  }
  /* line 338, scss/eit/modules/webform.scss */
  .webform-client-form .webform-datepicker .form-item:not(:last-child):before {
    top: 0;
    bottom: auto;
  }
  /* line 342, scss/eit/modules/webform.scss */
  .webform-client-form .webform-datepicker .webform-calendar {
    position: absolute;
    top: -30px;
    right: 0;
  }
  /* line 348, scss/eit/modules/webform.scss */
  .webform-client-form .webform-component-fieldset {
    padding: 32px;
  }
  /* line 351, scss/eit/modules/webform.scss */
  .webform-client-form .webform-component-date .webform-container-inline {
    display: block;
  }
}

/* line 357, scss/eit/modules/webform.scss */
.webform-component--personal-data--please-specify-whether-you-agree-by-ticking-the-boxes-below > label {
  font-size: 15px !important;
}

@media only screen and (min-width: 64.063em) {
  /* line 363, scss/eit/modules/webform.scss */
  .form-item-submitted-i-would-like-to-subscribe-to-the-monthly-eit-newsletter-sub label {
    color: white !important;
    width: 470px !important;
    margin: 0 auto !important;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 373, scss/eit/modules/webform.scss */
  .webform-client-form .form-radios input:checked ~ .option::after {
    top: 5px;
  }
}

/* line 379, scss/eit/modules/webform.scss */
.eit-web-form div.form-item {
  position: relative;
  display: block;
}

/* line 383, scss/eit/modules/webform.scss */
.eit-web-form form .form-type-checkbox input,
.eit-web-form form .form-radios input {
  position: absolute;
}

/* line 388, scss/eit/modules/webform.scss */
.form-item-submitted-which-webinar-would-you-like-to-register-for--9-november,
.form-item-submitted-which-webinar-would-you-like-to-register-for--16-november,
.form-item-submitted-which-webinar-would-you-like-to-register-for--30-november {
  display: inline-block !important;
  width: 100%;
  height: 34px;
}

/* line 395, scss/eit/modules/webform.scss */
.form-item-submitted-which-webinar-would-you-like-to-register-for--9-november:before,
.form-item-submitted-which-webinar-would-you-like-to-register-for--16-november:before,
.form-item-submitted-which-webinar-would-you-like-to-register-for--30-november:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: not-allowed;
}

/* line 403, scss/eit/modules/webform.scss */
.form-item-submitted-which-webinar-would-you-like-to-register-for--9-november .option,
.form-item-submitted-which-webinar-would-you-like-to-register-for--16-november .option,
.form-item-submitted-which-webinar-would-you-like-to-register-for--30-november .option {
  color: #58595B !important;
  font-style: italic !important;
  border: none !important;
}

/* line 407, scss/eit/modules/webform.scss */
.form-item-submitted-which-webinar-would-you-like-to-register-for--9-november .option:before,
.form-item-submitted-which-webinar-would-you-like-to-register-for--16-november .option:before,
.form-item-submitted-which-webinar-would-you-like-to-register-for--30-november .option:before {
  opacity: 0.4;
  background: #939393 !important;
  content: '' !important;
  box-shadow: none !important;
  border: none !important;
}

/* line 415, scss/eit/modules/webform.scss */
.form-item-submitted-which-webinar-would-you-like-to-register-for--9-november input:focus,
.form-item-submitted-which-webinar-would-you-like-to-register-for--16-november input:focus,
.form-item-submitted-which-webinar-would-you-like-to-register-for--30-november input:focus {
  box-shadow: none !important;
  border: none !important;
  z-index: -1;
  box-shadow: none;
}

/* line 421, scss/eit/modules/webform.scss */
.form-item-submitted-which-webinar-would-you-like-to-register-for--9-november input:checked ~ .option:before,
.form-item-submitted-which-webinar-would-you-like-to-register-for--16-november input:checked ~ .option:before,
.form-item-submitted-which-webinar-would-you-like-to-register-for--30-november input:checked ~ .option:before {
  border-color: #CFCFCF !important;
  border: none !important;
  box-shadow: none;
}

/* line 3, scss/eit/modules/_alert-boxes.scss */
.alert-box {
  margin-top: 5rem !important;
  border-radius: 30px 0;
  padding: 2rem;
  padding-right: 70px;
  font-size: 18px;
}

@media only screen and (min-width: 64.063em) {
  /* line 3, scss/eit/modules/_alert-boxes.scss */
  .alert-box {
    margin-top: 2rem !important;
  }
}

/* line 12, scss/eit/modules/_alert-boxes.scss */
.alert-box ul.no-bullet {
  font-size: 18px;
}

/* line 14, scss/eit/modules/_alert-boxes.scss */
.alert-box ul.no-bullet li {
  width: calc(100% - 70px);
}

/* line 17, scss/eit/modules/_alert-boxes.scss */
.alert-box ul.no-bullet li:before {
  content: '';
  width: 6px;
  height: 6px;
  display: inline-block;
  vertical-align: top;
  margin-right: 1rem;
  margin-top: 0.55rem;
  border-radius: 50%;
  background: #FFFFFF;
}

/* line 29, scss/eit/modules/_alert-boxes.scss */
.alert-box .close {
  color: white;
  font-size: 2.5rem;
  right: 2rem;
  opacity: 1;
}

/* line 34, scss/eit/modules/_alert-boxes.scss */
.alert-box .close:hover {
  opacity: 0.7;
}

/* line 39, scss/eit/modules/_alert-boxes.scss */
.alert-box.alert {
  background: red;
}

/* line 44, scss/eit/modules/_alert-boxes.scss */
.webform-confirmation:not(.links):before {
  content: '';
  position: absolute;
  z-index: 1;
  position: absolute;
  top: 2rem;
  right: auto;
  bottom: auto;
  left: 0px;
  margin: auto;
  width: 100%;
  height: 6rem;
  background: #FFFFFF;
}

/* line 53, scss/eit/modules/_alert-boxes.scss */
.webform-confirmation p {
  line-height: 1.2;
  font-weight: 800;
  color: green;
  font-size: 27px;
  margin: 0 auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
  max-width: 650px;
  position: relative;
  text-align: center;
}

/* line 64, scss/eit/modules/_alert-boxes.scss */
.webform-confirmation p:before {
  content: "\e913";
  font-family: eit2019;
  font-weight: 100;
  border: 3px solid green;
  font-size: 53px;
  border-radius: 50%;
  padding: 5px 10px;
  outline: none;
  width: 80px;
  height: 80px;
  background: #FFFFFF;
  display: block;
  margin: auto;
  position: relative;
  z-index: 2;
  top: -20px;
}

/* line 83, scss/eit/modules/_alert-boxes.scss */
.webform-confirmation.links a {
  display: block;
  text-align: center;
  margin-bottom: 6rem;
  padding-left: 1.4rem;
  font-weight: 600;
}

/* line 89, scss/eit/modules/_alert-boxes.scss */
.webform-confirmation.links a:before {
  content: "\e912";
  font-family: eit2019;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  position: absolute;
  margin-left: -1.4rem;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 104, scss/eit/modules/_alert-boxes.scss */
  .webform-confirmation.links {
    width: 180px;
    margin: auto;
  }
}

/* line 111, scss/eit/modules/_alert-boxes.scss */
.section-newseit-alumni-connect-2020:not(.logged-in) section.l-messages.row .alert-box.secondary,
.section-alumni-connect-2020:not(.logged-in) section.l-messages.row .alert-box.secondary {
  font-size: 0;
}

/* line 114, scss/eit/modules/_alert-boxes.scss */
.section-newseit-alumni-connect-2020:not(.logged-in) section.l-messages.row .alert-box.secondary:after,
.section-alumni-connect-2020:not(.logged-in) section.l-messages.row .alert-box.secondary:after {
  content: 'Registration for this event has now closed. Thank you for your interest.';
  font-size: 18px;
}

/* line 7, scss/eit/modules/_newsletter-node.scss */
.node-simplenews table.content {
  margin: 0px;
  width: 100% !important;
  display: block;
}

/* line 11, scss/eit/modules/_newsletter-node.scss */
.node-simplenews table.content > tbody > tr > th > table > tbody > tr > th {
  display: flex;
  flex-wrap: wrap;
  margin: -32px !important;
}

/* line 18, scss/eit/modules/_newsletter-node.scss */
.node-simplenews table.content table.row.item {
  flex: 0 0 calc(100% - 32px);
  width: auto !important;
  margin: 16px !important;
  display: inline-block;
  border: 0px !important;
  background-color: #EDF9FF !important;
  border-radius: 30px 0;
}

@media only screen and (min-width: 40.063em) {
  /* line 18, scss/eit/modules/_newsletter-node.scss */
  .node-simplenews table.content table.row.item {
    flex: 0 0 calc(50% - 32px);
  }
}

@media only screen and (min-width: 64.063em) {
  /* line 18, scss/eit/modules/_newsletter-node.scss */
  .node-simplenews table.content table.row.item {
    flex: 0 0 calc(33.33% - 32px);
  }
}

/* line 36, scss/eit/modules/_newsletter-node.scss */
.node-simplenews table.content th.large-12 {
  padding: 0px !important;
}

/* line 41, scss/eit/modules/_newsletter-node.scss */
.node-simplenews table.content table,
.node-simplenews table.content thead,
.node-simplenews table.content tbody,
.node-simplenews table.content td,
.node-simplenews table.content th {
  margin: 0px;
  padding: 0px;
  background-color: transparent !important;
}

/* line 54, scss/eit/modules/_newsletter-node.scss */
.node-simplenews table.content .item-photo p, .node-simplenews table.content .item-photo img {
  margin: 0px !important;
  min-width: 100% !important;
}

/* line 59, scss/eit/modules/_newsletter-node.scss */
.node-simplenews table.content .item-photo img {
  border-radius: 16px 0 0 0 !important;
}

/* line 66, scss/eit/modules/_newsletter-node.scss */
.node-simplenews table.content p.item-title {
  margin: 32px !important;
}

/* line 69, scss/eit/modules/_newsletter-node.scss */
.node-simplenews table.content p.item-title > a {
  color: #004494 !important;
  border-bottom: 0px !important;
}

/* line 73, scss/eit/modules/_newsletter-node.scss */
.node-simplenews table.content p.item-title > a:hover {
  color: #00376e !important;
}

/* line 81, scss/eit/modules/_newsletter-node.scss */
.node-simplenews table.content tbody > tr > th {
  min-width: 100% !important;
}

/* line 85, scss/eit/modules/_newsletter-node.scss */
.node-simplenews table.content p.item-description {
  margin: 32px !important;
  margin-bottom: 16px !important;
}

/* line 92, scss/eit/modules/_newsletter-node.scss */
.node-simplenews table.content div.read-more {
  width: 100%;
  margin: 0px !important;
}

/* line 96, scss/eit/modules/_newsletter-node.scss */
.node-simplenews table.content div.read-more > table {
  padding: 0px 32px !important;
}

/* line 99, scss/eit/modules/_newsletter-node.scss */
.node-simplenews table.content div.read-more > table table, .node-simplenews table.content div.read-more > table tbody, .node-simplenews table.content div.read-more > table tr, .node-simplenews table.content div.read-more > table td {
  display: block;
  min-width: 100% !important;
}

/* line 104, scss/eit/modules/_newsletter-node.scss */
.node-simplenews table.content div.read-more > table td {
  padding: 0px !important;
  text-align: right !important;
}

/* line 110, scss/eit/modules/_newsletter-node.scss */
.node-simplenews table.content div.read-more a {
  display: inline-block !important;
  padding: 0.625rem 0.75rem !important;
  border-radius: 16px 0 !important;
  font-size: 0.875rem !important;
  background-color: #004494 !important;
  margin-bottom: 32px !important;
}

/* line 118, scss/eit/modules/_newsletter-node.scss */
.node-simplenews table.content div.read-more a:hover {
  background-color: #00376e !important;
}

@media only screen and (max-width: 40em) {
  /* line 128, scss/eit/modules/_newsletter-node.scss */
  .node-simplenews table.content > tbody.new-newsletter {
    width: 100% !important;
    display: block !important;
  }
  /* line 132, scss/eit/modules/_newsletter-node.scss */
  .node-simplenews table.content > tbody.new-newsletter tr {
    width: 100% !important;
    display: block !important;
  }
  /* line 136, scss/eit/modules/_newsletter-node.scss */
  .node-simplenews table.content > tbody.new-newsletter tr td {
    width: 100% !important;
    display: block !important;
  }
}

/* line 143, scss/eit/modules/_newsletter-node.scss */
.node-simplenews table.content .row.top-banner tbody {
  float: left;
  width: 100%;
  display: block;
}

/* line 147, scss/eit/modules/_newsletter-node.scss */
.node-simplenews table.content .row.top-banner tbody tr {
  width: 100%;
  display: block;
}

/* line 151, scss/eit/modules/_newsletter-node.scss */
.node-simplenews table.content .row.top-banner tbody tr th {
  width: 100%;
  display: block;
}

/* line 156, scss/eit/modules/_newsletter-node.scss */
.node-simplenews table.content .row.top-banner img {
  border-radius: 0 !important;
  width: 100% !important;
  display: block;
}

@media only screen and (min-width: 40.063em) {
  /* line 156, scss/eit/modules/_newsletter-node.scss */
  .node-simplenews table.content .row.top-banner img {
    padding-right: 2.5% !important;
    padding-left: 1.5% !important;
  }
}

/* line 167, scss/eit/modules/_newsletter-node.scss */
.node-simplenews table.content .category-title {
  margin-top: 2rem !important;
  border-top: 2px solid #5FA43E;
}

@media only screen and (min-width: 40.063em) {
  /* line 167, scss/eit/modules/_newsletter-node.scss */
  .node-simplenews table.content .category-title {
    width: 96% !important;
    margin-left: 1.5% !important;
  }
}

/* line 174, scss/eit/modules/_newsletter-node.scss */
.node-simplenews table.content .category-title tbody:before,
.node-simplenews table.content .category-title tbody:after,
.node-simplenews table.content .category-title tbody > tr:before {
  content: "";
  background: #5FA43E;
  display: block;
  width: 9.6px;
  height: 9.6px;
  border-radius: 100%;
}

/* line 184, scss/eit/modules/_newsletter-node.scss */
.node-simplenews table.content .category-title tbody:before {
  position: absolute;
  top: -0.35rem;
  right: auto;
  bottom: auto;
  left: 0px;
  margin: auto;
}

/* line 187, scss/eit/modules/_newsletter-node.scss */
.node-simplenews table.content .category-title tbody:after {
  position: absolute;
  top: -0.35rem;
  right: 0;
  bottom: auto;
  left: auto;
  margin: auto;
}

/* line 190, scss/eit/modules/_newsletter-node.scss */
.node-simplenews table.content .category-title tbody > tr:before {
  position: absolute;
  top: -0.35rem;
  right: 0;
  bottom: auto;
  left: 0;
  margin: auto;
}

/* line 193, scss/eit/modules/_newsletter-node.scss */
.node-simplenews table.content .category-title th img {
  display: none !important;
}

/* line 196, scss/eit/modules/_newsletter-node.scss */
.node-simplenews table.content .category-title th h2 {
  display: block;
  clear: both;
  float: left;
  margin-top: 16px !important;
  padding-bottom: 16px !important;
}

/* line 205, scss/eit/modules/_newsletter-node.scss */
.node-simplenews table.content .node-divider {
  display: none !important;
  height: 0 !important;
  width: 0 !important;
  overflow: hidden;
  float: left !important;
  display: inline-block !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* line 215, scss/eit/modules/_newsletter-node.scss */
.node-simplenews table.content .row.teaser-row.item {
  width: 100% !important;
  margin-left: 0 !important;
}

/* line 216, scss/eit/modules/_newsletter-node.scss */
.node-simplenews table.content .row.teaser-row.item tbody tr th {
  width: 100% !important;
}

@media only screen and (min-width: 40.063em) {
  /* line 215, scss/eit/modules/_newsletter-node.scss */
  .node-simplenews table.content .row.teaser-row.item {
    margin-right: 1.5% !important;
    margin-left: 1.5% !important;
    float: left;
    display: inline-block !important;
    vertical-align: top;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  /* line 215, scss/eit/modules/_newsletter-node.scss */
  .node-simplenews table.content .row.teaser-row.item {
    width: 47% !important;
  }
}

@media only screen and (min-width: 64.063em) {
  /* line 215, scss/eit/modules/_newsletter-node.scss */
  .node-simplenews table.content .row.teaser-row.item {
    width: 30% !important;
  }
}

/* line 235, scss/eit/modules/_newsletter-node.scss */
.node-simplenews table.content .row.teaser-row.item tbody tr th.first {
  padding: 0 !important;
}

/* line 238, scss/eit/modules/_newsletter-node.scss */
.node-simplenews table.content .row.teaser-row.item tbody tr th.last {
  padding: 0 16px 16px 16px !important;
}

@media only screen and (min-width: 40.063em) {
  /* line 238, scss/eit/modules/_newsletter-node.scss */
  .node-simplenews table.content .row.teaser-row.item tbody tr th.last {
    padding: 0 27.2px 27.2px 27.2px !important;
  }
}

/* line 245, scss/eit/modules/_newsletter-node.scss */
.node-simplenews table.content .row.teaser-row.item .show-for-large {
  display: block !important;
}

/* line 248, scss/eit/modules/_newsletter-node.scss */
.node-simplenews table.content .row.teaser-row.item img {
  width: 100%;
  display: inline-block !important;
  border-bottom-right-radius: 0 !important;
}

@media only screen and (max-width: 40em) {
  /* line 254, scss/eit/modules/_newsletter-node.scss */
  .node-simplenews table.content .row.teaser-row.item table.button tbody {
    float: none !important;
  }
  /* line 257, scss/eit/modules/_newsletter-node.scss */
  .node-simplenews table.content .row.teaser-row.item table.button tbody a {
    display: block !important;
    text-align: center !important;
  }
}

/* line 263, scss/eit/modules/_newsletter-node.scss */
.node-simplenews table.content .row.teaser-row.item table.button .read-more {
  float: left !important;
}

@media only screen and (max-width: 40em) {
  /* line 263, scss/eit/modules/_newsletter-node.scss */
  .node-simplenews table.content .row.teaser-row.item table.button .read-more {
    float: none !important;
    display: block;
    width: 100%;
    text-align: center;
  }
}

/* line 272, scss/eit/modules/_newsletter-node.scss */
.node-simplenews table.content .row.teaser-row.item table.button tbody > tr td {
  transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
  background: #004494 !important;
  -webkit-border-top-left-radius: 16px;
  -webkit-border-bottom-right-radius: 16px;
  -moz-border-radius-topleft: 16px;
  -moz-border-radius-bottomright: 16px;
  border-top-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

/* line 275, scss/eit/modules/_newsletter-node.scss */
.node-simplenews table.content .row.teaser-row.item table.button tbody > tr td:hover,
.node-simplenews table.content .row.teaser-row.item table.button tbody > tr td:hover a {
  background: #003675 !important;
}

/* line 285, scss/eit/modules/_newsletter-node.scss */
.node-simplenews table.content .row.teaser-row.item table.button tbody > tr td a {
  background: #004494 !important;
}

@media only screen and (min-width: 40.063em) {
  /* line 291, scss/eit/modules/_newsletter-node.scss */
  .node-simplenews table.content .view-all-items {
    margin-left: 1.5% !important;
    width: 96% !important;
  }
}

/* line 296, scss/eit/modules/_newsletter-node.scss */
.node-simplenews table.content .view-all-items tbody tr th {
  padding: 0 !important;
}

@media only screen and (max-width: 40em) {
  /* line 296, scss/eit/modules/_newsletter-node.scss */
  .node-simplenews table.content .view-all-items tbody tr th {
    width: 100%;
    display: block;
  }
}

/* line 303, scss/eit/modules/_newsletter-node.scss */
.node-simplenews table.content .view-all-items .read-more {
  float: right;
  display: inline-block;
  text-align: center;
  background: #5FA43E !important;
  transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
  -webkit-border-top-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-bottomright: 8px;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

/* line 309, scss/eit/modules/_newsletter-node.scss */
.node-simplenews table.content .view-all-items .read-more:hover,
.node-simplenews table.content .view-all-items .read-more:hover a {
  background: #528e36 !important;
}

@media only screen and (max-width: 40em) {
  /* line 303, scss/eit/modules/_newsletter-node.scss */
  .node-simplenews table.content .view-all-items .read-more {
    width: 100%;
  }
  /* line 321, scss/eit/modules/_newsletter-node.scss */
  .node-simplenews table.content .view-all-items .read-more tr td.expander {
    display: none !important;
  }
}

/* line 328, scss/eit/modules/_newsletter-node.scss */
.node-simplenews table.content .row.social-media {
  display: none !important;
}

/* line 330, scss/eit/modules/_newsletter-node.scss */
.node-simplenews table.content .row.social-media img {
  border-radius: 0;
}

/* line 337, scss/eit/modules/_newsletter-node.scss */
.node-simplenews table.connect {
  display: none !important;
}

/* line 11, scss/eit/modules/_modals.scss */
#colorbox #cboxClose, #lightbox #bottomNavClose {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0px;
  margin: 0px;
  background: #004494 !important;
  text-indent: 0;
  font-size: 0px;
  cursor: pointer;
  opacity: 1 !important;
  float: none;
}

/* line 26, scss/eit/modules/_modals.scss */
#colorbox #cboxClose:after, #lightbox #bottomNavClose:after {
  content: "⨯";
  margin-top: -4px;
  margin-left: 4px;
  font-size: 1.7rem;
  line-height: 0;
  color: #FFFFFF;
}

/* line 35, scss/eit/modules/_modals.scss */
#colorbox #cboxClose:hover, #lightbox #bottomNavClose:hover {
  background: #00376e;
}

/* line 43, scss/eit/modules/_modals.scss */
#cboxOverlay,
#lightbox2-overlay {
  position: fixed !important;
  top: 0px;
  left: 0px;
  width: 100% !important;
  height: 100% !important;
  opacity: 0.7 !important;
}

/* line 61, scss/eit/modules/_modals.scss */
#colorbox {
  max-width: 79.5rem;
  position: absolute;
  top: 0px !important;
  right: 0px;
  bottom: 0px;
  left: 0px !important;
  margin: auto;
  position: fixed !important;
  width: 80vw !important;
  height: 85vh !important;
  background: #FFFFFF !important;
  box-shadow: none !important;
  border-radius: 30px 0 !important;
}

/* line 71, scss/eit/modules/_modals.scss */
#colorbox #cboxWrapper,
#colorbox div#cboxWrapper > div:nth-child(2),
#colorbox div#cboxContent {
  width: 100% !important;
  height: 100% !important;
  float: none !important;
  margin: 0px;
}

/* line 80, scss/eit/modules/_modals.scss */
#colorbox div#cboxWrapper > div:nth-child(2) {
  position: relative;
  padding: 56px;
  overflow: hidden;
}

/* line 86, scss/eit/modules/_modals.scss */
#colorbox #cboxContent {
  position: static;
  margin-top: 0px;
  background: transparent;
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
}

/* line 95, scss/eit/modules/_modals.scss */
#colorbox #cboxLoadedContent {
  width: 100% !important;
  border: 0px;
  background: transparent;
  border-radius: 30px 0;
  padding-right: 1.25rem;
  box-sizing: border-box;
  overflow: visible !important;
}

/* line 106, scss/eit/modules/_modals.scss */
#colorbox #cboxClose {
  position: absolute;
  top: 0px;
  right: 0px;
  border-radius: 0px 0px 0px 19px;
}

@media screen and (max-width: 64em) {
  /* line 61, scss/eit/modules/_modals.scss */
  #colorbox {
    width: 95vw !important;
    height: 90vh !important;
  }
  /* line 119, scss/eit/modules/_modals.scss */
  #colorbox div#cboxWrapper > div:nth-child(2) {
    padding: 2.5rem;
  }
  /* line 123, scss/eit/modules/_modals.scss */
  #colorbox #cboxLoadedContent {
    padding-right: 0.9375rem;
  }
}

/* line 135, scss/eit/modules/_modals.scss */
#colorbox #cboxLoadedContent .l-header,
#colorbox #cboxLoadedContent .l-breadcrumb,
#colorbox #cboxLoadedContent .eit-footer,
#colorbox #cboxLoadedContent .l-footer,
#colorbox #cboxLoadedContent #page-title,
#colorbox #cboxLoadedContent .title-wrapper,
#colorbox #cboxLoadedContent .share-widget,
#colorbox #cboxLoadedContent .content-wrapper > *:not(.body) {
  display: none !important;
}

/* line 147, scss/eit/modules/_modals.scss */
#colorbox #cboxLoadedContent .main.l-main:before {
  content: none !important;
}

/* line 152, scss/eit/modules/_modals.scss */
#colorbox #cboxLoadedContent article.node p img {
  float: none;
  margin-top: 0px;
  margin-right: 0px;
}

/* line 168, scss/eit/modules/_modals.scss */
#lightbox #outerImageContainer {
  border-radius: 0px 40px 0px 0px;
}

/* line 172, scss/eit/modules/_modals.scss */
#lightbox #imageContainer {
  position: relative;
}

/* line 176, scss/eit/modules/_modals.scss */
#lightbox #lightboxImage {
  border-radius: 0 30px;
}

/* line 183, scss/eit/modules/_modals.scss */
#lightbox #hoverNav a {
  position: absolute;
  top: 0px;
  right: 10px;
  bottom: 0px;
  left: auto;
  margin: auto;
  height: 2.5rem !important;
  width: 2.5rem;
  padding: 0px !important;
  background: rgba(0, 68, 148, 0.5);
}

/* line 190, scss/eit/modules/_modals.scss */
#lightbox #hoverNav a:after {
  content: " ";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #FFFFFF;
  border-left: 2px solid #FFFFFF;
  transform: rotate(135deg) skew(0);
  margin-top: 0.9375rem;
}

/* line 195, scss/eit/modules/_modals.scss */
#lightbox #hoverNav a:hover {
  background: #00376e;
}

/* line 199, scss/eit/modules/_modals.scss */
#lightbox #hoverNav a#nextLink {
  border-radius: 0 8px;
}

/* line 202, scss/eit/modules/_modals.scss */
#lightbox #hoverNav a#nextLink:after {
  margin-right: 4px;
}

/* line 207, scss/eit/modules/_modals.scss */
#lightbox #hoverNav a#prevLink {
  left: 10px;
  right: auto;
  border-radius: 8px 0;
}

/* line 212, scss/eit/modules/_modals.scss */
#lightbox #hoverNav a#prevLink:after {
  margin-left: 4px;
  transform: rotate(-45deg);
}

/* line 222, scss/eit/modules/_modals.scss */
#lightbox #imageDataContainer {
  position: relative;
  border-radius: 0px 0px 0px 30px;
}

/* line 227, scss/eit/modules/_modals.scss */
#lightbox #imageDetails {
  margin-left: 1.875rem;
  margin-top: 0.5rem;
}

/* line 231, scss/eit/modules/_modals.scss */
#lightbox #imageDetails span {
  display: block;
  font-family: "Titillium Web", "Open Sans", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25;
}

/* line 239, scss/eit/modules/_modals.scss */
#lightbox #bottomNav {
  height: auto;
  min-height: 2.5rem;
}

/* line 245, scss/eit/modules/_modals.scss */
#lightbox #bottomNavClose {
  position: absolute;
  right: 0px;
  bottom: 0px;
  border-radius: 19px 0px 0px 0px;
}

/* line 254, scss/eit/modules/_modals.scss */
#lightbox #bottomNavZoom,
#lightbox #bottomNavZoomOut {
  display: none !important;
}

/* line 262, scss/eit/modules/_modals.scss */
.popup-columns {
  background: #004494;
}

/* line 265, scss/eit/modules/_modals.scss */
.section-eit-community-at-a-glance .popup-columns {
  background: #034ea2;
}

/* line 268, scss/eit/modules/_modals.scss */
.covid-19-popup {
  background: #5FA43E;
  -webkit-border-bottom-right-radius: 30px;
  -moz-border-radius-bottomright: 30px;
  border-bottom-right-radius: 30px;
  color: #FFFFFF;
  margin-top: 56px;
  min-height: 290px;
  height: 0;
  overflow: hidden;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  opacity: 1;
}

@media only screen and (min-width: 40.063em) {
  /* line 268, scss/eit/modules/_modals.scss */
  .covid-19-popup {
    min-height: 220px;
  }
}

@media only screen and (min-width: 64.063em) {
  /* line 268, scss/eit/modules/_modals.scss */
  .covid-19-popup {
    margin-top: 0;
    min-height: 170px;
  }
}

/* line 291, scss/eit/modules/_modals.scss */
.covid-19-popup.hidden {
  min-height: 0;
  opacity: 0;
  margin-top: 0;
  height: 0;
}

/* line 301, scss/eit/modules/_modals.scss */
.covid-19-popup h1 {
  color: #FFFFFF;
}

/* line 305, scss/eit/modules/_modals.scss */
.covid-19-popup .covid-close-btn {
  margin-top: 15px;
  position: relative;
  z-index: 99;
  padding-top: 20px;
}

@media only screen and (min-width: 64.063em) {
  /* line 305, scss/eit/modules/_modals.scss */
  .covid-19-popup .covid-close-btn {
    padding-top: 0;
  }
}

/* line 313, scss/eit/modules/_modals.scss */
.covid-19-popup .covid-close-btn a.icon-close {
  color: #FFFFFF;
}

/* line 315, scss/eit/modules/_modals.scss */
.covid-19-popup .covid-close-btn a.icon-close:before {
  position: relative;
  z-index: 99;
  font-size: 26px;
}

/* line 323, scss/eit/modules/_modals.scss */
.covid-19-popup .icon-covid-19 {
  width: 40px;
  color: #e21f7f;
}

@media only screen and (max-width: 40em) {
  /* line 323, scss/eit/modules/_modals.scss */
  .covid-19-popup .icon-covid-19 {
    margin-right: 1rem;
  }
}

/* line 331, scss/eit/modules/_modals.scss */
.covid-19-popup .icon-covid-19:before {
  font-size: 40px;
}

@media only screen and (min-width: 40.063em) {
  /* line 323, scss/eit/modules/_modals.scss */
  .covid-19-popup .icon-covid-19 {
    width: 110px;
  }
  /* line 336, scss/eit/modules/_modals.scss */
  .covid-19-popup .icon-covid-19:before {
    font-size: 80px;
  }
}

/* line 342, scss/eit/modules/_modals.scss */
.covid-19-popup .covid-content {
  width: calc(100% - 70px);
}

@media only screen and (min-width: 40.063em) {
  /* line 342, scss/eit/modules/_modals.scss */
  .covid-19-popup .covid-content {
    width: calc(100% - 240px);
  }
}

/* line 349, scss/eit/modules/_modals.scss */
.covid-19-popup .covid-link {
  margin-top: 0.4rem;
}

@media only screen and (min-width: 40.063em) {
  /* line 349, scss/eit/modules/_modals.scss */
  .covid-19-popup .covid-link {
    margin-top: 1.5rem;
    width: 130px;
  }
}

/* line 359, scss/eit/modules/_modals.scss */
.temp-popup-modal {
  overflow: hidden;
}

/* line 362, scss/eit/modules/_modals.scss */
.temp-popup-modal #colorbox {
  max-width: none;
  border-radius: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  text-align: center;
  background: #004494 !important;
}

/* line 370, scss/eit/modules/_modals.scss */
.temp-popup-modal #colorbox #cboxClose {
  position: fixed;
  background-color: #5FA43E !important;
  padding-top: 1.9rem;
  padding-left: 1.8rem;
  padding-right: 2.1rem;
  padding-bottom: 1.9rem;
  border-radius: 16px 0;
  right: 1rem;
  top: 1rem;
}

/* line 380, scss/eit/modules/_modals.scss */
.temp-popup-modal #colorbox #cboxClose:after {
  font-size: 1.8rem;
}

@media only screen and (min-width: 64.063em) {
  /* line 370, scss/eit/modules/_modals.scss */
  .temp-popup-modal #colorbox #cboxClose {
    right: 3rem;
    top: 3rem;
    padding-top: 2rem;
    padding-left: 1.8rem;
    padding-right: 2rem;
    padding-bottom: 2rem;
    /* CSS specific to iOS devices */
  }
  /* line 393, scss/eit/modules/_modals.scss */
  .temp-popup-modal #colorbox #cboxClose:after {
    font-size: 2.3rem;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    margin: auto;
    padding-top: 1.5rem;
  }
}

/* line 403, scss/eit/modules/_modals.scss */
.temp-popup-modal #colorbox #cboxWrapper > div:nth-child(2) {
  padding: 0 !important;
}

/* line 407, scss/eit/modules/_modals.scss */
.temp-popup-modal #colorbox .feedback-popup {
  padding-top: 26%;
  max-width: 560px;
  margin: auto;
  color: #E0E0E0;
}

@media only screen and (min-width: 40.063em) {
  /* line 407, scss/eit/modules/_modals.scss */
  .temp-popup-modal #colorbox .feedback-popup {
    padding-top: 10%;
  }
}

/* line 416, scss/eit/modules/_modals.scss */
.temp-popup-modal #colorbox .feedback-popup h4 {
  font-size: 29px;
  margin-top: 0.5rem;
  margin-bottom: 0.3rem;
  color: #E0E0E0;
}

@media only screen and (min-width: 40.063em) {
  /* line 416, scss/eit/modules/_modals.scss */
  .temp-popup-modal #colorbox .feedback-popup h4 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 40em) {
  /* line 416, scss/eit/modules/_modals.scss */
  .temp-popup-modal #colorbox .feedback-popup h4 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/* line 430, scss/eit/modules/_modals.scss */
.temp-popup-modal #colorbox .feedback-popup p {
  font-size: 19px;
  margin-bottom: 1.8rem;
  line-height: 1.1;
}

@media only screen and (min-width: 40.063em) {
  /* line 430, scss/eit/modules/_modals.scss */
  .temp-popup-modal #colorbox .feedback-popup p {
    font-size: 26px;
  }
}

@media only screen and (max-width: 40em) {
  /* line 430, scss/eit/modules/_modals.scss */
  .temp-popup-modal #colorbox .feedback-popup p {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/* line 443, scss/eit/modules/_modals.scss */
.temp-popup-modal #colorbox .feedback-popup .button, .temp-popup-modal #colorbox .feedback-popup #sliding-popup .popup-content #popup-buttons button, #sliding-popup .popup-content #popup-buttons .temp-popup-modal #colorbox .feedback-popup button {
  background-color: #5FA43E !important;
}

/* line 446, scss/eit/modules/_modals.scss */
.temp-popup-modal #colorbox .feedback-popup .modal-eu-flag {
  margin-top: 1.5rem;
  padding-bottom: 2rem;
  color: #FFFFFF;
}

@media only screen and (min-width: 40.063em) {
  /* line 446, scss/eit/modules/_modals.scss */
  .temp-popup-modal #colorbox .feedback-popup .modal-eu-flag {
    margin-top: 3rem;
  }
}

/* line 453, scss/eit/modules/_modals.scss */
.temp-popup-modal #colorbox .feedback-popup .modal-eu-flag span:first-child {
  display: block;
  margin-bottom: 1rem;
}

/* line 7, scss/eit/modules/_images-field.scss */
.field-name-field-eit-images {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
  margin-bottom: 32px;
}

/* line 15, scss/eit/modules/_images-field.scss */
.field-name-field-eit-images .field-label {
  padding: 0px 8px;
  flex-basis: 100%;
  margin-bottom: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  font-size: 20px;
}

/* line 27, scss/eit/modules/_images-field.scss */
.field-name-field-eit-images a {
  margin: 8px;
  flex: 0 0 calc(100% - 16px);
}

/* line 31, scss/eit/modules/_images-field.scss */
.field-name-field-eit-images a img {
  width: 100%;
  border-radius: 0 16px;
}

@media only screen and (min-width: 40.063em) {
  /* line 27, scss/eit/modules/_images-field.scss */
  .field-name-field-eit-images a {
    flex: 0 0 calc(50% - 16px);
  }
}

@media only screen and (min-width: 64.063em) {
  /* line 42, scss/eit/modules/_images-field.scss */
  .no-sidebars .field-name-field-eit-images a {
    flex: 0 0 calc(25% - 16px);
  }
  /* line 46, scss/eit/modules/_images-field.scss */
  .sidebar-first .field-name-field-eit-images a {
    flex: 0 0 calc(33.33% - 16px);
  }
}

/* line 54, scss/eit/modules/_images-field.scss */
.field-name-field-eit-images .image-field-caption {
  display: none !important;
}

/* line 10, scss/eit/modules/_in-your-language-page.scss */
.node-about-eit-multilingual .field-group-div.documents h2,
.node-about-eit-multilingual .field-group-div.newsroom h2 {
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  font-size: 20px;
  color: #58595B;
  margin-bottom: 24px;
}

/* line 23, scss/eit/modules/_in-your-language-page.scss */
.node-about-eit-multilingual .field-group-div.newsroom {
  display: flex;
  flex-wrap: wrap;
  margin: -8px;
}

/* line 28, scss/eit/modules/_in-your-language-page.scss */
.node-about-eit-multilingual .field-group-div.newsroom h2 {
  flex-basis: 100%;
  padding: 0 8px;
}

/* line 33, scss/eit/modules/_in-your-language-page.scss */
.node-about-eit-multilingual .field-group-div.newsroom .node-eit-news {
  flex: 0 0 calc(100% - 16px);
  margin: 8px;
  background: #EDF9FF;
  border-radius: 30px 0;
  overflow: hidden;
}

@media only screen and (min-width: 40.063em) {
  /* line 33, scss/eit/modules/_in-your-language-page.scss */
  .node-about-eit-multilingual .field-group-div.newsroom .node-eit-news {
    flex: 0 0 calc(33.33% - 16px);
  }
}

@media only screen and (min-width: 64.063em) {
  /* line 33, scss/eit/modules/_in-your-language-page.scss */
  .node-about-eit-multilingual .field-group-div.newsroom .node-eit-news {
    flex: 0 0 calc(50% - 16px);
  }
}

/* line 49, scss/eit/modules/_in-your-language-page.scss */
.node-about-eit-multilingual .field-group-div.newsroom .node-eit-news .field-name-field-main-photo {
  float: none;
  width: 100%;
  margin: 0px;
  border-radius: 0px;
}

/* line 57, scss/eit/modules/_in-your-language-page.scss */
.node-about-eit-multilingual .field-group-div.newsroom .node-eit-news .field-name-title-field {
  line-height: 24px;
  font-size: 1rem;
  margin: 32px;
  display: block;
  word-break: break-word;
}

/* line 72, scss/eit/modules/_in-your-language-page.scss */
body.lang-el {
  font-family: "Open Sans", Arial, sans-serif;
}

/* line 75, scss/eit/modules/_in-your-language-page.scss */
body.lang-el h1, body.lang-el h2, body.lang-el h3, body.lang-el h4, body.lang-el h5, body.lang-el p, body.lang-el ul, body.lang-el ol {
  font-family: "Open Sans", Arial, sans-serif;
}

/* line 19, scss/common/_admin.scss */
body.env-dev #admin-menu #admin-menu-wrapper {
  background-color: #e67a0f !important;
}

/* line 24, scss/common/_admin.scss */
body.env-dev .admin-tabs ul.button-group {
  background-color: #e67a0f;
}

/* line 19, scss/common/_admin.scss */
body.env-staging #admin-menu #admin-menu-wrapper {
  background-color: #22a793 !important;
}

/* line 24, scss/common/_admin.scss */
body.env-staging .admin-tabs ul.button-group {
  background-color: #22a793;
}

/* line 19, scss/common/_admin.scss */
body.env-production #admin-menu #admin-menu-wrapper {
  background-color: #b5133a !important;
}

/* line 24, scss/common/_admin.scss */
body.env-production .admin-tabs ul.button-group {
  background-color: #b5133a;
}

/* line 34, scss/common/_admin.scss */
html body.admin-menu {
  margin-top: 0px !important;
}

/* line 38, scss/common/_admin.scss */
#admin-menu {
  box-shadow: none;
}

/* line 42, scss/common/_admin.scss */
#admin-menu .admin-menu-search input {
  height: 100%;
}

/* line 47, scss/common/_admin.scss */
#admin-menu ul {
  font-size: inherit;
  line-height: normal;
}

/* line 51, scss/common/_admin.scss */
#admin-menu ul li {
  line-height: normal;
}

/* line 61, scss/common/_admin.scss */
#admin-menu #admin-menu-wrapper {
  background-color: #e67a0f !important;
}

/* line 66, scss/common/_admin.scss */
#admin-menu #environment-indicator,
#admin-menu #toolbar .environment-indicator-name-wrapper {
  background-color: transparent !important;
}

/* line 70, scss/common/_admin.scss */
#admin-menu #environment-indicator .gradient-bar,
#admin-menu #environment-indicator .environment-indicator-name,
#admin-menu #toolbar .environment-indicator-name-wrapper .environment-indicator-name {
  background-image: none;
  background-color: transparent;
  border: 1px solid #FFFFFF;
  text-shadow: none;
}

/* line 80, scss/common/_admin.scss */
#admin-menu li.admin-menu-account > a {
  background: none;
}

/* line 85, scss/common/_admin.scss */
#admin-menu .dropdown .admin-menu-toolbar-category > a:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

/* line 90, scss/common/_admin.scss */
#admin-menu .dropdown .admin-menu-toolbar-category > a.active-trail {
  text-shadow: none;
  background: none;
  background-color: rgba(0, 0, 0, 0.15);
}

/* line 101, scss/common/_admin.scss */
.admin-tabs ul.button-group {
  margin: 0px 0px 32px 0px;
  list-style-type: none;
  background-color: #e67a0f;
  border-radius: 50px;
  text-align: center;
}

/* line 108, scss/common/_admin.scss */
.admin-tabs ul.button-group > li {
  display: inline-block;
  line-height: normal;
}

/* line 112, scss/common/_admin.scss */
.admin-tabs ul.button-group > li > a,
.admin-tabs ul.button-group > li > a.button {
  display: inline-block;
  padding: 8px 15px;
  margin: 0px;
  font-weight: 400;
  font-size: 0.84rem;
  color: #FFFFFF;
  background-color: transparent;
  border: 0px;
  border-radius: 0px;
  line-height: normal;
  text-transform: none;
  width: auto;
  height: auto;
}

/* line 128, scss/common/_admin.scss */
.admin-tabs ul.button-group > li > a:hover,
.admin-tabs ul.button-group > li > a.button:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

/* line 132, scss/common/_admin.scss */
.admin-tabs ul.button-group > li > a.active,
.admin-tabs ul.button-group > li > a.button.active {
  background-color: rgba(0, 0, 0, 0.2);
}

/* line 142, scss/common/_admin.scss */
.header .admin-tabs ul.button-group {
  margin-top: 1.875rem;
}

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