@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
 * enge_foundation.scss. If you used the drush command to generate this subtheme,
 * it should be named for you.
 *
 * This application file (enge_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/
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
@import url(https://fonts.googleapis.com/css?family=Roboto:300,300italic,500,500italic,700,700italic|Roboto+Condensed:400,300,300italic,400italic,700,700italic|Droid+Serif:400,400italic&subset=latin,greek);
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
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.
 */
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.
 */
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.
 */
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/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
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.
 */
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.
 */
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.
 */
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.
 */
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.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
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.
 */
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.
 */
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`.
 */
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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * 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).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset, form .field-name-field-enge-main-image, form .field-name-field-enge-event-image,
form .field-name-field-enge-workspace-logo {
  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.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
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.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

meta.foundation-version {
  font-family: "/5.5.3/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0;
}

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.063em) and (max-width:64em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.063em) and (max-width:90em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.063em) and (max-width:120em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: #F2F2F2;
  color: #4D4D4D;
  cursor: auto;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

.left, .view-Mentions .views-field-link, #enge-improvement-modal #webform-component-name {
  float: left !important;
}

.right, button.form-submit.ajax-processed,
.form-submit.ajax-processed.button, span.addtocalendar a.form-submit.ajax-processed.atcb-link, .section.promo .pane-content a.form-submit.ajax-processed, #enge-improvement-modal #webform-component-email {
  float: right !important;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide, .view-search-results .views-field-type, .page-customerror .l-main .content-wrapper .message h2, .l-main .view .view-content .group-metadata .field .field-label, fieldset.captcha legend, form .captcha.field-name-field-enge-main-image legend, form .captcha.field-name-field-enge-event-image legend,
form .captcha.field-name-field-enge-workspace-logo legend, form.node-form .content-visibility-settings #edit-group-content-access-und.form-radios .form-item input, .js .block-view-exposed-filters select, .js .block-views-exp-search-results-page select,
.js .block-view-exposed-filters label, .js .block-views-exp-search-results-page label, .field.field-type-file .field-label {
  display: none;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

.row {
  margin: 0 auto;
  max-width: 90rem;
  width: 100%;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.row.collapse > .column, .content-header .row.l-content-header-top > .column, .group-header .row.l-content-header-top > .column, .content-header .row.l-content-header-main > .column, .group-header .row.l-content-header-main > .column, .content-header .row.l-content-header-bottom > .column, .group-header .row.l-content-header-bottom > .column, .section-thematic-network-workspaces .row.group-header-top > .column, .row.collapse > .content-header, .content-header .row.l-content-header-top > .content-header, .group-header .row.l-content-header-top > .content-header, .content-header .row.l-content-header-main > .content-header, .group-header .row.l-content-header-main > .content-header, .content-header .row.l-content-header-bottom > .content-header, .group-header .row.l-content-header-bottom > .content-header, .section-thematic-network-workspaces .row.group-header-top > .content-header, .row.collapse > .group-header, .content-header .row.l-content-header-top > .group-header, .group-header .row.l-content-header-top > .group-header, .content-header .row.l-content-header-main > .group-header, .group-header .row.l-content-header-main > .group-header, .content-header .row.l-content-header-bottom > .group-header, .group-header .row.l-content-header-bottom > .group-header, .section-thematic-network-workspaces .row.group-header-top > .group-header,
.row.collapse > .columns, .content-header .row.l-content-header-top > .columns, .group-header .row.l-content-header-top > .columns, .content-header .row.l-content-header-main > .columns, .group-header .row.l-content-header-main > .columns, .content-header .row.l-content-header-bottom > .columns, .group-header .row.l-content-header-bottom > .columns, .section-thematic-network-workspaces .row.group-header-top > .columns {
  padding-left: 0;
  padding-right: 0;
}

.row.collapse .row, .content-header .row.l-content-header-top .row, .group-header .row.l-content-header-top .row, .content-header .row.l-content-header-main .row, .group-header .row.l-content-header-main .row, .content-header .row.l-content-header-bottom .row, .group-header .row.l-content-header-bottom .row, .section-thematic-network-workspaces .row.group-header-top .row {
  margin-left: 0;
  margin-right: 0;
}

.row .row {
  margin: 0 -1vw;
  max-width: none;
  width: auto;
}

.row .row:before, .row .row:after {
  content: " ";
  display: table;
}

.row .row:after {
  clear: both;
}

.row .row.collapse, .row .content-header .row.l-content-header-top, .content-header .row .row.l-content-header-top, .row .group-header .row.l-content-header-top, .group-header .row .row.l-content-header-top, .row .content-header .row.l-content-header-main, .content-header .row .row.l-content-header-main, .row .group-header .row.l-content-header-main, .group-header .row .row.l-content-header-main, .row .content-header .row.l-content-header-bottom, .content-header .row .row.l-content-header-bottom, .row .group-header .row.l-content-header-bottom, .group-header .row .row.l-content-header-bottom, .row .section-thematic-network-workspaces .row.group-header-top, .section-thematic-network-workspaces .row .row.group-header-top {
  margin: 0;
  max-width: none;
  width: auto;
}

.row .row.collapse:before, .row .content-header .row.l-content-header-top:before, .content-header .row .row.l-content-header-top:before, .row .group-header .row.l-content-header-top:before, .group-header .row .row.l-content-header-top:before, .row .content-header .row.l-content-header-main:before, .content-header .row .row.l-content-header-main:before, .row .group-header .row.l-content-header-main:before, .group-header .row .row.l-content-header-main:before, .row .content-header .row.l-content-header-bottom:before, .content-header .row .row.l-content-header-bottom:before, .row .group-header .row.l-content-header-bottom:before, .group-header .row .row.l-content-header-bottom:before, .row .section-thematic-network-workspaces .row.group-header-top:before, .section-thematic-network-workspaces .row .row.group-header-top:before, .row .row.collapse:after, .row .content-header .row.l-content-header-top:after, .content-header .row .row.l-content-header-top:after, .row .group-header .row.l-content-header-top:after, .group-header .row .row.l-content-header-top:after, .row .content-header .row.l-content-header-main:after, .content-header .row .row.l-content-header-main:after, .row .group-header .row.l-content-header-main:after, .group-header .row .row.l-content-header-main:after, .row .content-header .row.l-content-header-bottom:after, .content-header .row .row.l-content-header-bottom:after, .row .group-header .row.l-content-header-bottom:after, .group-header .row .row.l-content-header-bottom:after, .row .section-thematic-network-workspaces .row.group-header-top:after, .section-thematic-network-workspaces .row .row.group-header-top:after {
  content: " ";
  display: table;
}

.row .row.collapse:after, .row .content-header .row.l-content-header-top:after, .content-header .row .row.l-content-header-top:after, .row .group-header .row.l-content-header-top:after, .group-header .row .row.l-content-header-top:after, .row .content-header .row.l-content-header-main:after, .content-header .row .row.l-content-header-main:after, .row .group-header .row.l-content-header-main:after, .group-header .row .row.l-content-header-main:after, .row .content-header .row.l-content-header-bottom:after, .content-header .row .row.l-content-header-bottom:after, .row .group-header .row.l-content-header-bottom:after, .group-header .row .row.l-content-header-bottom:after, .row .section-thematic-network-workspaces .row.group-header-top:after, .section-thematic-network-workspaces .row .row.group-header-top:after {
  clear: both;
}

.column, .content-header, .group-header,
.columns {
  padding-left: 1vw;
  padding-right: 1vw;
  width: 100%;
  float: left;
}

.column + .column:last-child, .content-header + .column:last-child, .group-header + .column:last-child, .column + .content-header:last-child, .content-header + .content-header:last-child, .group-header + .content-header:last-child, .column + .group-header:last-child, .content-header + .group-header:last-child, .group-header + .group-header:last-child,
.columns + .column:last-child,
.columns + .content-header:last-child,
.columns + .group-header:last-child,
.column +
.columns:last-child,
.content-header +
.columns:last-child,
.group-header +
.columns:last-child,
.columns +
.columns:last-child {
  float: right;
}

.column + .column.end, .content-header + .column.end, .group-header + .column.end, .column + .end.content-header, .content-header + .end.content-header, .group-header + .end.content-header, .column + .end.group-header, .content-header + .end.group-header, .group-header + .end.group-header,
.columns + .column.end,
.columns + .end.content-header,
.columns + .end.group-header,
.column +
.columns.end,
.content-header +
.columns.end,
.group-header +
.columns.end,
.columns +
.columns.end {
  float: left;
}

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .small-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .small-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .small-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .small-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .small-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .small-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .small-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .small-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .small-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .small-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .small-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .small-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .small-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .small-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .small-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .small-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column, .content-header, .group-header,
  .columns {
    position: relative;
    padding-left: 1vw;
    padding-right: 1vw;
    float: left;
  }
  .small-1 {
    width: 8.3333333333%;
  }
  .small-2 {
    width: 16.6666666667%;
  }
  .small-3 {
    width: 25%;
  }
  .small-4 {
    width: 33.3333333333%;
  }
  .small-5 {
    width: 41.6666666667%;
  }
  .small-6 {
    width: 50%;
  }
  .small-7 {
    width: 58.3333333333%;
  }
  .small-8 {
    width: 66.6666666667%;
  }
  .small-9 {
    width: 75%;
  }
  .small-10 {
    width: 83.3333333333%;
  }
  .small-11 {
    width: 91.6666666667%;
  }
  .small-12 {
    width: 100%;
  }
  .small-offset-0 {
    margin-left: 0 !important;
  }
  .small-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .small-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .small-offset-3 {
    margin-left: 25% !important;
  }
  .small-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .small-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .small-offset-6 {
    margin-left: 50% !important;
  }
  .small-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .small-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .small-offset-9 {
    margin-left: 75% !important;
  }
  .small-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .small-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.small-centered, .small-centered.content-header, .small-centered.group-header,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.small-uncentered, .small-uncentered.content-header, .small-uncentered.group-header,
  .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.small-centered:last-child, .small-centered.content-header:last-child, .small-centered.group-header:last-child,
  .columns.small-centered:last-child {
    float: none;
  }
  .column.small-uncentered:last-child, .small-uncentered.content-header:last-child, .small-uncentered.group-header:last-child,
  .columns.small-uncentered:last-child {
    float: left;
  }
  .column.small-uncentered.opposite, .small-uncentered.opposite.content-header, .small-uncentered.opposite.group-header,
  .columns.small-uncentered.opposite {
    float: right;
  }
  .row.small-collapse > .column, .row.small-collapse > .content-header, .row.small-collapse > .group-header,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.small-uncollapse > .column, .row.small-uncollapse > .content-header, .row.small-uncollapse > .group-header,
  .row.small-uncollapse > .columns {
    padding-left: 1vw;
    padding-right: 1vw;
    float: left;
  }
}

@media only screen and (min-width: 40.063em) {
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .medium-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .medium-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .medium-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .medium-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .medium-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .medium-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .medium-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .medium-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column, .content-header, .group-header,
  .columns {
    position: relative;
    padding-left: 1vw;
    padding-right: 1vw;
    float: left;
  }
  .medium-1 {
    width: 8.3333333333%;
  }
  .medium-2 {
    width: 16.6666666667%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-4 {
    width: 33.3333333333%;
  }
  .medium-5 {
    width: 41.6666666667%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-7 {
    width: 58.3333333333%;
  }
  .medium-8 {
    width: 66.6666666667%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-10 {
    width: 83.3333333333%;
  }
  .medium-11 {
    width: 91.6666666667%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-0 {
    margin-left: 0 !important;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .medium-offset-3 {
    margin-left: 25% !important;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .medium-offset-6 {
    margin-left: 50% !important;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .medium-offset-9 {
    margin-left: 75% !important;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.medium-centered, .medium-centered.content-header, .medium-centered.group-header,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.medium-uncentered, .medium-uncentered.content-header, .medium-uncentered.group-header,
  .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.medium-centered:last-child, .medium-centered.content-header:last-child, .medium-centered.group-header:last-child,
  .columns.medium-centered:last-child {
    float: none;
  }
  .column.medium-uncentered:last-child, .medium-uncentered.content-header:last-child, .medium-uncentered.group-header:last-child,
  .columns.medium-uncentered:last-child {
    float: left;
  }
  .column.medium-uncentered.opposite, .medium-uncentered.opposite.content-header, .medium-uncentered.opposite.group-header,
  .columns.medium-uncentered.opposite {
    float: right;
  }
  .row.medium-collapse > .column, .row.medium-collapse > .content-header, .row.medium-collapse > .group-header,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.medium-uncollapse > .column, .row.medium-uncollapse > .content-header, .row.medium-uncollapse > .group-header,
  .row.medium-uncollapse > .columns {
    padding-left: 1vw;
    padding-right: 1vw;
    float: left;
  }
  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}

@media only screen and (min-width: 64.063em) {
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .large-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .large-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .large-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .large-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .large-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .large-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .large-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .large-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column, .content-header, .group-header,
  .columns {
    position: relative;
    padding-left: 1vw;
    padding-right: 1vw;
    float: left;
  }
  .large-1 {
    width: 8.3333333333%;
  }
  .large-2 {
    width: 16.6666666667%;
  }
  .large-3 {
    width: 25%;
  }
  .large-4 {
    width: 33.3333333333%;
  }
  .large-5 {
    width: 41.6666666667%;
  }
  .large-6 {
    width: 50%;
  }
  .large-7 {
    width: 58.3333333333%;
  }
  .large-8 {
    width: 66.6666666667%;
  }
  .large-9 {
    width: 75%;
  }
  .large-10 {
    width: 83.3333333333%;
  }
  .large-11 {
    width: 91.6666666667%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-0 {
    margin-left: 0 !important;
  }
  .large-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .large-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .large-offset-3 {
    margin-left: 25% !important;
  }
  .large-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .large-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .large-offset-6 {
    margin-left: 50% !important;
  }
  .large-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .large-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .large-offset-9 {
    margin-left: 75% !important;
  }
  .large-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .large-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.large-centered, .large-centered.content-header, .large-centered.group-header,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.large-uncentered, .large-uncentered.content-header, .large-uncentered.group-header,
  .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.large-centered:last-child, .large-centered.content-header:last-child, .large-centered.group-header:last-child,
  .columns.large-centered:last-child {
    float: none;
  }
  .column.large-uncentered:last-child, .large-uncentered.content-header:last-child, .large-uncentered.group-header:last-child,
  .columns.large-uncentered:last-child {
    float: left;
  }
  .column.large-uncentered.opposite, .large-uncentered.opposite.content-header, .large-uncentered.opposite.group-header,
  .columns.large-uncentered.opposite {
    float: right;
  }
  .row.large-collapse > .column, .row.large-collapse > .content-header, .row.large-collapse > .group-header,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.large-uncollapse > .column, .row.large-uncollapse > .content-header, .row.large-uncollapse > .group-header,
  .row.large-uncollapse > .columns {
    padding-left: 1vw;
    padding-right: 1vw;
    float: left;
  }
  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}

.accordion {
  margin-bottom: 0;
  margin-left: 0;
}

.accordion:before, .accordion:after {
  content: " ";
  display: table;
}

.accordion:after {
  clear: both;
}

.accordion .accordion-navigation, .accordion dd {
  display: block;
  margin-bottom: 0 !important;
}

.accordion .accordion-navigation.active > a, .accordion dd.active > a {
  background: #e8e8e8;
  color: #222222;
}

.accordion .accordion-navigation > a, .accordion dd > a {
  background: #EFEFEF;
  color: #222222;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  padding: 1rem;
}

.accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
  background: #e3e3e3;
}

.accordion .accordion-navigation > .content, .accordion dd > .content {
  display: none;
  padding: 1vw;
}

.accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
  background: #ffffff;
  display: block;
}

.alert-box, div.password-suggestions, .node-visibility-message {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 1.0625rem;
  font-weight: normal;
  margin-bottom: 1.25rem;
  padding: 1.25rem 1.875rem 1.25rem 1.25rem;
  position: relative;
  transition: opacity 300ms ease-out;
  background-color: #4D4D4D;
  border-color: #424242;
  color: #ffffff;
}

.alert-box .close, div.password-suggestions .close, .node-visibility-message .close {
  right: 0.25rem;
  background: inherit;
  color: #333333;
  font-size: 1.375rem;
  line-height: .9;
  margin-top: -0.6875rem;
  opacity: 0.3;
  padding: 0 6px 4px;
  position: absolute;
  top: 50%;
}

.alert-box .close:hover, div.password-suggestions .close:hover, .node-visibility-message .close:hover, .alert-box .close:focus, div.password-suggestions .close:focus, .node-visibility-message .close:focus {
  opacity: 0.5;
}

.alert-box.radius, div.radius.password-suggestions, .radius.node-visibility-message {
  border-radius: 5px;
}

.alert-box.round, div.round.password-suggestions, .round.node-visibility-message {
  border-radius: 1000px;
}

.alert-box.success, div.success.password-suggestions, .success.node-visibility-message {
  background-color: #ABD365;
  border-color: #98c943;
  color: #ffffff;
}

.alert-box.alert, div.alert.password-suggestions, .alert.node-visibility-message {
  background-color: #f04124;
  border-color: #de2d0f;
  color: #ffffff;
}

.alert-box.secondary, div.secondary.password-suggestions, .secondary.node-visibility-message {
  background-color: #E7AC00;
  border-color: #c79400;
  color: #ffffff;
}

.alert-box.warning, div.warning.password-suggestions, .warning.node-visibility-message {
  background-color: #F0A49E;
  border-color: #e9776e;
  color: #4f3a00;
}

.alert-box.info, div.password-suggestions, .node-visibility-message {
  background-color: #F8ECC1;
  border-color: #f2db8a;
  color: #4f3a00;
}

.alert-box.alert-close, div.alert-close.password-suggestions, .alert-close.node-visibility-message {
  opacity: 0;
}

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.6875rem;
}

[class*="block-grid-"]:before, [class*="block-grid-"]:after {
  content: " ";
  display: table;
}

[class*="block-grid-"]:after {
  clear: both;
}

[class*="block-grid-"] > li {
  display: block;
  float: left;
  height: auto;
  padding: 0 0.6875rem 1.375rem;
}

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

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

@media only screen and (min-width: 64.063em) {
  .large-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  .large-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .large-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  .large-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .large-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%;
  }
  .large-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .large-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  .large-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .large-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  .large-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .large-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%;
  }
  .large-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .large-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%;
  }
  .large-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .large-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  .large-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .large-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%;
  }
  .large-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .large-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  .large-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .large-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%;
  }
  .large-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .large-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%;
  }
  .large-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}

button, button,
.button, span.addtocalendar a.atcb-link, .section.promo .pane-content a {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 0.875rem 1.75rem 0.9375rem 1.75rem;
  font-size: 1rem;
  background-color: #004a99;
  border-color: #003b7a;
  color: #ffffff;
  transition: background-color 300ms ease-out;
}

button:hover, button:focus, button:hover,
.button:hover, span.addtocalendar a.atcb-link:hover, .section.promo .pane-content a:hover, button:focus,
.button:focus, span.addtocalendar a.atcb-link:focus, .section.promo .pane-content a:focus {
  background-color: #003b7a;
}

button:hover, button:focus, button:hover,
.button:hover, span.addtocalendar a.atcb-link:hover, .section.promo .pane-content a:hover, button:focus,
.button:focus, span.addtocalendar a.atcb-link:focus, .section.promo .pane-content a:focus {
  color: #ffffff;
}

button.secondary, button.secondary,
.secondary.button, span.addtocalendar a.secondary.atcb-link, .section.promo .pane-content a.secondary {
  background-color: #004a99;
  border-color: #003b7a;
  color: #ffffff;
}

button.secondary:hover, button.secondary:focus, button.secondary:hover,
.secondary.button:hover, span.addtocalendar a.secondary.atcb-link:hover, .section.promo .pane-content a.secondary:hover, button.secondary:focus,
.secondary.button:focus, span.addtocalendar a.secondary.atcb-link:focus, .section.promo .pane-content a.secondary:focus {
  background-color: #003b7a;
}

button.secondary:hover, button.secondary:focus, button.secondary:hover,
.secondary.button:hover, span.addtocalendar a.secondary.atcb-link:hover, .section.promo .pane-content a.secondary:hover, button.secondary:focus,
.secondary.button:focus, span.addtocalendar a.secondary.atcb-link:focus, .section.promo .pane-content a.secondary:focus {
  color: #ffffff;
}

button.success, button.success,
.success.button, span.addtocalendar a.success.atcb-link, .section.promo .pane-content a.success {
  background-color: #ABD365;
  border-color: #90c237;
  color: #ffffff;
}

button.success:hover, button.success:focus, button.success:hover,
.success.button:hover, span.addtocalendar a.success.atcb-link:hover, .section.promo .pane-content a.success:hover, button.success:focus,
.success.button:focus, span.addtocalendar a.success.atcb-link:focus, .section.promo .pane-content a.success:focus {
  background-color: #90c237;
}

button.success:hover, button.success:focus, button.success:hover,
.success.button:hover, span.addtocalendar a.success.atcb-link:hover, .section.promo .pane-content a.success:hover, button.success:focus,
.success.button:focus, span.addtocalendar a.success.atcb-link:focus, .section.promo .pane-content a.success:focus {
  color: #ffffff;
}

button.alert, button.alert,
.alert.button, span.addtocalendar a.alert.atcb-link, .section.promo .pane-content a.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #ffffff;
}

button.alert:hover, button.alert:focus, button.alert:hover,
.alert.button:hover, span.addtocalendar a.alert.atcb-link:hover, .section.promo .pane-content a.alert:hover, button.alert:focus,
.alert.button:focus, span.addtocalendar a.alert.atcb-link:focus, .section.promo .pane-content a.alert:focus {
  background-color: #cf2a0e;
}

button.alert:hover, button.alert:focus, button.alert:hover,
.alert.button:hover, span.addtocalendar a.alert.atcb-link:hover, .section.promo .pane-content a.alert:hover, button.alert:focus,
.alert.button:focus, span.addtocalendar a.alert.atcb-link:focus, .section.promo .pane-content a.alert:focus {
  color: #ffffff;
}

button.warning, button.warning,
.warning.button, span.addtocalendar a.warning.atcb-link, .section.promo .pane-content a.warning {
  background-color: #F0A49E;
  border-color: #e56359;
  color: #333333;
}

button.warning:hover, button.warning:focus, button.warning:hover,
.warning.button:hover, span.addtocalendar a.warning.atcb-link:hover, .section.promo .pane-content a.warning:hover, button.warning:focus,
.warning.button:focus, span.addtocalendar a.warning.atcb-link:focus, .section.promo .pane-content a.warning:focus {
  background-color: #e56359;
}

button.warning:hover, button.warning:focus, button.warning:hover,
.warning.button:hover, span.addtocalendar a.warning.atcb-link:hover, .section.promo .pane-content a.warning:hover, button.warning:focus,
.warning.button:focus, span.addtocalendar a.warning.atcb-link:focus, .section.promo .pane-content a.warning:focus {
  color: #ffffff;
}

button.info, button.node-visibility-message, button.info, button.node-visibility-message,
.info.button, div.button.password-suggestions, .button.node-visibility-message, span.addtocalendar a.info.atcb-link, span.addtocalendar a.atcb-link.node-visibility-message, .section.promo .pane-content a.node-visibility-message, .section.promo .pane-content a.info {
  background-color: #F8ECC1;
  border-color: #efd472;
  color: #333333;
}

button.info:hover, button.node-visibility-message:hover, button.info:focus, button.node-visibility-message:focus, button.info:hover, button.node-visibility-message:hover,
.info.button:hover, div.button.password-suggestions:hover, .button.node-visibility-message:hover, span.addtocalendar a.info.atcb-link:hover, span.addtocalendar a.atcb-link.node-visibility-message:hover, .section.promo .pane-content a.node-visibility-message:hover, .section.promo .pane-content a.info:hover, button.info:focus, button.node-visibility-message:focus,
.info.button:focus, div.button.password-suggestions:focus, .button.node-visibility-message:focus, span.addtocalendar a.info.atcb-link:focus, span.addtocalendar a.atcb-link.node-visibility-message:focus, .section.promo .pane-content a.node-visibility-message:focus, .section.promo .pane-content a.info:focus {
  background-color: #efd472;
}

button.info:hover, button.node-visibility-message:hover, button.info:focus, button.node-visibility-message:focus, button.info:hover, button.node-visibility-message:hover,
.info.button:hover, div.button.password-suggestions:hover, .button.node-visibility-message:hover, span.addtocalendar a.info.atcb-link:hover, span.addtocalendar a.atcb-link.node-visibility-message:hover, .section.promo .pane-content a.node-visibility-message:hover, .section.promo .pane-content a.info:hover, button.info:focus, button.node-visibility-message:focus,
.info.button:focus, div.button.password-suggestions:focus, .button.node-visibility-message:focus, span.addtocalendar a.info.atcb-link:focus, span.addtocalendar a.atcb-link.node-visibility-message:focus, .section.promo .pane-content a.node-visibility-message:focus, .section.promo .pane-content a.info:focus {
  color: #ffffff;
}

button.large, button.large,
.large.button, span.addtocalendar a.large.atcb-link, .section.promo .pane-content a.large {
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1.25rem;
}

button.small, .js .post-reply-comment button, button.enge-dropdown-button, .js .post-reply-comment button, button.small, button.enge-dropdown-button,
.small.button, span.addtocalendar a.small.atcb-link, .section.promo .pane-content a.small {
  padding: 0.75rem 1.5rem 0.8125rem 1.5rem;
  font-size: 0.8125rem;
}

button.tiny, button.form-submit.ajax-processed,
button.form-submit.ajax-processed.button,
.entityreference-view-widget button,
.entityreference-view-widget button.select2-choice, button.tiny,
.entityreference-view-widget button,
.entityreference-view-widget button.select2-choice,
.tiny.button, .button.form-submit.ajax-processed,
.entityreference-view-widget input.button,
.entityreference-view-widget select.button,
.entityreference-view-widget textarea.button,
.entityreference-view-widget .button.select2-choice, .date-combo input.button, .select2-search input.button, .modalframe-content-page .select2-container .select2-container .select2-search input.button, span.addtocalendar a.tiny.atcb-link, span.addtocalendar
.entityreference-view-widget a.atcb-link.select2-choice,
.entityreference-view-widget span.addtocalendar a.atcb-link.select2-choice, button.form-submit.ajax-processed, span.addtocalendar a.form-submit.ajax-processed.atcb-link, .section.promo .pane-content a.form-submit.ajax-processed,
.entityreference-view-widget .section.promo .pane-content a.select2-choice, .section.promo .pane-content
.entityreference-view-widget a.select2-choice, .section.promo .pane-content a.tiny {
  padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
  font-size: 85%;
}

button.expand, button.expand,
.expand.button, span.addtocalendar a.expand.atcb-link, .section.promo .pane-content a.expand {
  padding: 0.875rem 1.75rem 0.9375rem 1.75rem;
  font-size: 1rem;
  padding-bottom: 0.9375rem;
  padding-top: 0.875rem;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  width: 100%;
}

button.left-align, button.left-align,
.left-align.button, span.addtocalendar a.left-align.atcb-link, .section.promo .pane-content a.left-align {
  text-align: left;
  text-indent: 0.75rem;
}

button.right-align, button.right-align,
.right-align.button, span.addtocalendar a.right-align.atcb-link, .section.promo .pane-content a.right-align {
  text-align: right;
  padding-right: 0.75rem;
}

button.radius, button.radius,
.radius.button, span.addtocalendar a.radius.atcb-link, .section.promo .pane-content a.radius {
  border-radius: 5px;
}

button.round, button.round,
.round.button, span.addtocalendar a.round.atcb-link, .section.promo .pane-content a.round {
  border-radius: 1000px;
}

button.disabled, button[disabled], button.disabled,
.disabled.button, span.addtocalendar a.disabled.atcb-link, .section.promo .pane-content a.disabled, button[disabled],
[disabled].button, span.addtocalendar a[disabled].atcb-link, .section.promo .pane-content a[disabled] {
  background-color: #004a99;
  border-color: #003b7a;
  color: #ffffff;
  box-shadow: none;
  cursor: default;
  opacity: 0.5;
}

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, button.disabled:hover,
.disabled.button:hover, span.addtocalendar a.disabled.atcb-link:hover, .section.promo .pane-content a.disabled:hover, button.disabled:focus,
.disabled.button:focus, span.addtocalendar a.disabled.atcb-link:focus, .section.promo .pane-content a.disabled:focus, button[disabled]:hover,
[disabled].button:hover, span.addtocalendar a[disabled].atcb-link:hover, .section.promo .pane-content a[disabled]:hover, button[disabled]:focus,
[disabled].button:focus, span.addtocalendar a[disabled].atcb-link:focus, .section.promo .pane-content a[disabled]:focus {
  background-color: #003b7a;
}

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, button.disabled:hover,
.disabled.button:hover, span.addtocalendar a.disabled.atcb-link:hover, .section.promo .pane-content a.disabled:hover, button.disabled:focus,
.disabled.button:focus, span.addtocalendar a.disabled.atcb-link:focus, .section.promo .pane-content a.disabled:focus, button[disabled]:hover,
[disabled].button:hover, span.addtocalendar a[disabled].atcb-link:hover, .section.promo .pane-content a[disabled]:hover, button[disabled]:focus,
[disabled].button:focus, span.addtocalendar a[disabled].atcb-link:focus, .section.promo .pane-content a[disabled]:focus {
  color: #ffffff;
}

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, button.disabled:hover,
.disabled.button:hover, span.addtocalendar a.disabled.atcb-link:hover, .section.promo .pane-content a.disabled:hover, button.disabled:focus,
.disabled.button:focus, span.addtocalendar a.disabled.atcb-link:focus, .section.promo .pane-content a.disabled:focus, button[disabled]:hover,
[disabled].button:hover, span.addtocalendar a[disabled].atcb-link:hover, .section.promo .pane-content a[disabled]:hover, button[disabled]:focus,
[disabled].button:focus, span.addtocalendar a[disabled].atcb-link:focus, .section.promo .pane-content a[disabled]:focus {
  background-color: #004a99;
}

button.disabled.secondary, button[disabled].secondary, button.disabled.secondary,
.disabled.secondary.button, span.addtocalendar a.disabled.secondary.atcb-link, .section.promo .pane-content a.disabled.secondary, button[disabled].secondary,
[disabled].secondary.button, span.addtocalendar a[disabled].secondary.atcb-link, .section.promo .pane-content a[disabled].secondary {
  background-color: #004a99;
  border-color: #003b7a;
  color: #ffffff;
  box-shadow: none;
  cursor: default;
  opacity: 0.5;
}

button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, button.disabled.secondary:hover,
.disabled.secondary.button:hover, span.addtocalendar a.disabled.secondary.atcb-link:hover, .section.promo .pane-content a.disabled.secondary:hover, button.disabled.secondary:focus,
.disabled.secondary.button:focus, span.addtocalendar a.disabled.secondary.atcb-link:focus, .section.promo .pane-content a.disabled.secondary:focus, button[disabled].secondary:hover,
[disabled].secondary.button:hover, span.addtocalendar a[disabled].secondary.atcb-link:hover, .section.promo .pane-content a[disabled].secondary:hover, button[disabled].secondary:focus,
[disabled].secondary.button:focus, span.addtocalendar a[disabled].secondary.atcb-link:focus, .section.promo .pane-content a[disabled].secondary:focus {
  background-color: #003b7a;
}

button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, button.disabled.secondary:hover,
.disabled.secondary.button:hover, span.addtocalendar a.disabled.secondary.atcb-link:hover, .section.promo .pane-content a.disabled.secondary:hover, button.disabled.secondary:focus,
.disabled.secondary.button:focus, span.addtocalendar a.disabled.secondary.atcb-link:focus, .section.promo .pane-content a.disabled.secondary:focus, button[disabled].secondary:hover,
[disabled].secondary.button:hover, span.addtocalendar a[disabled].secondary.atcb-link:hover, .section.promo .pane-content a[disabled].secondary:hover, button[disabled].secondary:focus,
[disabled].secondary.button:focus, span.addtocalendar a[disabled].secondary.atcb-link:focus, .section.promo .pane-content a[disabled].secondary:focus {
  color: #ffffff;
}

button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, button.disabled.secondary:hover,
.disabled.secondary.button:hover, span.addtocalendar a.disabled.secondary.atcb-link:hover, .section.promo .pane-content a.disabled.secondary:hover, button.disabled.secondary:focus,
.disabled.secondary.button:focus, span.addtocalendar a.disabled.secondary.atcb-link:focus, .section.promo .pane-content a.disabled.secondary:focus, button[disabled].secondary:hover,
[disabled].secondary.button:hover, span.addtocalendar a[disabled].secondary.atcb-link:hover, .section.promo .pane-content a[disabled].secondary:hover, button[disabled].secondary:focus,
[disabled].secondary.button:focus, span.addtocalendar a[disabled].secondary.atcb-link:focus, .section.promo .pane-content a[disabled].secondary:focus {
  background-color: #004a99;
}

button.disabled.success, button[disabled].success, button.disabled.success,
.disabled.success.button, span.addtocalendar a.disabled.success.atcb-link, .section.promo .pane-content a.disabled.success, button[disabled].success,
[disabled].success.button, span.addtocalendar a[disabled].success.atcb-link, .section.promo .pane-content a[disabled].success {
  background-color: #ABD365;
  border-color: #90c237;
  color: #ffffff;
  box-shadow: none;
  cursor: default;
  opacity: 0.5;
}

button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, button.disabled.success:hover,
.disabled.success.button:hover, span.addtocalendar a.disabled.success.atcb-link:hover, .section.promo .pane-content a.disabled.success:hover, button.disabled.success:focus,
.disabled.success.button:focus, span.addtocalendar a.disabled.success.atcb-link:focus, .section.promo .pane-content a.disabled.success:focus, button[disabled].success:hover,
[disabled].success.button:hover, span.addtocalendar a[disabled].success.atcb-link:hover, .section.promo .pane-content a[disabled].success:hover, button[disabled].success:focus,
[disabled].success.button:focus, span.addtocalendar a[disabled].success.atcb-link:focus, .section.promo .pane-content a[disabled].success:focus {
  background-color: #90c237;
}

button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, button.disabled.success:hover,
.disabled.success.button:hover, span.addtocalendar a.disabled.success.atcb-link:hover, .section.promo .pane-content a.disabled.success:hover, button.disabled.success:focus,
.disabled.success.button:focus, span.addtocalendar a.disabled.success.atcb-link:focus, .section.promo .pane-content a.disabled.success:focus, button[disabled].success:hover,
[disabled].success.button:hover, span.addtocalendar a[disabled].success.atcb-link:hover, .section.promo .pane-content a[disabled].success:hover, button[disabled].success:focus,
[disabled].success.button:focus, span.addtocalendar a[disabled].success.atcb-link:focus, .section.promo .pane-content a[disabled].success:focus {
  color: #ffffff;
}

button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, button.disabled.success:hover,
.disabled.success.button:hover, span.addtocalendar a.disabled.success.atcb-link:hover, .section.promo .pane-content a.disabled.success:hover, button.disabled.success:focus,
.disabled.success.button:focus, span.addtocalendar a.disabled.success.atcb-link:focus, .section.promo .pane-content a.disabled.success:focus, button[disabled].success:hover,
[disabled].success.button:hover, span.addtocalendar a[disabled].success.atcb-link:hover, .section.promo .pane-content a[disabled].success:hover, button[disabled].success:focus,
[disabled].success.button:focus, span.addtocalendar a[disabled].success.atcb-link:focus, .section.promo .pane-content a[disabled].success:focus {
  background-color: #ABD365;
}

button.disabled.alert, button[disabled].alert, button.disabled.alert,
.disabled.alert.button, span.addtocalendar a.disabled.alert.atcb-link, .section.promo .pane-content a.disabled.alert, button[disabled].alert,
[disabled].alert.button, span.addtocalendar a[disabled].alert.atcb-link, .section.promo .pane-content a[disabled].alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #ffffff;
  box-shadow: none;
  cursor: default;
  opacity: 0.5;
}

button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, button.disabled.alert:hover,
.disabled.alert.button:hover, span.addtocalendar a.disabled.alert.atcb-link:hover, .section.promo .pane-content a.disabled.alert:hover, button.disabled.alert:focus,
.disabled.alert.button:focus, span.addtocalendar a.disabled.alert.atcb-link:focus, .section.promo .pane-content a.disabled.alert:focus, button[disabled].alert:hover,
[disabled].alert.button:hover, span.addtocalendar a[disabled].alert.atcb-link:hover, .section.promo .pane-content a[disabled].alert:hover, button[disabled].alert:focus,
[disabled].alert.button:focus, span.addtocalendar a[disabled].alert.atcb-link:focus, .section.promo .pane-content a[disabled].alert:focus {
  background-color: #cf2a0e;
}

button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, button.disabled.alert:hover,
.disabled.alert.button:hover, span.addtocalendar a.disabled.alert.atcb-link:hover, .section.promo .pane-content a.disabled.alert:hover, button.disabled.alert:focus,
.disabled.alert.button:focus, span.addtocalendar a.disabled.alert.atcb-link:focus, .section.promo .pane-content a.disabled.alert:focus, button[disabled].alert:hover,
[disabled].alert.button:hover, span.addtocalendar a[disabled].alert.atcb-link:hover, .section.promo .pane-content a[disabled].alert:hover, button[disabled].alert:focus,
[disabled].alert.button:focus, span.addtocalendar a[disabled].alert.atcb-link:focus, .section.promo .pane-content a[disabled].alert:focus {
  color: #ffffff;
}

button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, button.disabled.alert:hover,
.disabled.alert.button:hover, span.addtocalendar a.disabled.alert.atcb-link:hover, .section.promo .pane-content a.disabled.alert:hover, button.disabled.alert:focus,
.disabled.alert.button:focus, span.addtocalendar a.disabled.alert.atcb-link:focus, .section.promo .pane-content a.disabled.alert:focus, button[disabled].alert:hover,
[disabled].alert.button:hover, span.addtocalendar a[disabled].alert.atcb-link:hover, .section.promo .pane-content a[disabled].alert:hover, button[disabled].alert:focus,
[disabled].alert.button:focus, span.addtocalendar a[disabled].alert.atcb-link:focus, .section.promo .pane-content a[disabled].alert:focus {
  background-color: #f04124;
}

button.disabled.warning, button[disabled].warning, button.disabled.warning,
.disabled.warning.button, span.addtocalendar a.disabled.warning.atcb-link, .section.promo .pane-content a.disabled.warning, button[disabled].warning,
[disabled].warning.button, span.addtocalendar a[disabled].warning.atcb-link, .section.promo .pane-content a[disabled].warning {
  background-color: #F0A49E;
  border-color: #e56359;
  color: #333333;
  box-shadow: none;
  cursor: default;
  opacity: 0.5;
}

button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, button.disabled.warning:hover,
.disabled.warning.button:hover, span.addtocalendar a.disabled.warning.atcb-link:hover, .section.promo .pane-content a.disabled.warning:hover, button.disabled.warning:focus,
.disabled.warning.button:focus, span.addtocalendar a.disabled.warning.atcb-link:focus, .section.promo .pane-content a.disabled.warning:focus, button[disabled].warning:hover,
[disabled].warning.button:hover, span.addtocalendar a[disabled].warning.atcb-link:hover, .section.promo .pane-content a[disabled].warning:hover, button[disabled].warning:focus,
[disabled].warning.button:focus, span.addtocalendar a[disabled].warning.atcb-link:focus, .section.promo .pane-content a[disabled].warning:focus {
  background-color: #e56359;
}

button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, button.disabled.warning:hover,
.disabled.warning.button:hover, span.addtocalendar a.disabled.warning.atcb-link:hover, .section.promo .pane-content a.disabled.warning:hover, button.disabled.warning:focus,
.disabled.warning.button:focus, span.addtocalendar a.disabled.warning.atcb-link:focus, .section.promo .pane-content a.disabled.warning:focus, button[disabled].warning:hover,
[disabled].warning.button:hover, span.addtocalendar a[disabled].warning.atcb-link:hover, .section.promo .pane-content a[disabled].warning:hover, button[disabled].warning:focus,
[disabled].warning.button:focus, span.addtocalendar a[disabled].warning.atcb-link:focus, .section.promo .pane-content a[disabled].warning:focus {
  color: #ffffff;
}

button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, button.disabled.warning:hover,
.disabled.warning.button:hover, span.addtocalendar a.disabled.warning.atcb-link:hover, .section.promo .pane-content a.disabled.warning:hover, button.disabled.warning:focus,
.disabled.warning.button:focus, span.addtocalendar a.disabled.warning.atcb-link:focus, .section.promo .pane-content a.disabled.warning:focus, button[disabled].warning:hover,
[disabled].warning.button:hover, span.addtocalendar a[disabled].warning.atcb-link:hover, .section.promo .pane-content a[disabled].warning:hover, button[disabled].warning:focus,
[disabled].warning.button:focus, span.addtocalendar a[disabled].warning.atcb-link:focus, .section.promo .pane-content a[disabled].warning:focus {
  background-color: #F0A49E;
}

button.disabled.info, button.disabled.node-visibility-message, button[disabled].info, button[disabled].node-visibility-message, button.disabled.info, button.disabled.node-visibility-message,
.disabled.info.button, div.disabled.button.password-suggestions, .disabled.button.node-visibility-message, span.addtocalendar a.disabled.info.atcb-link, span.addtocalendar a.disabled.atcb-link.node-visibility-message, .section.promo .pane-content a.disabled.node-visibility-message, .section.promo .pane-content a.disabled.info, button[disabled].info, button[disabled].node-visibility-message,
[disabled].info.button, div[disabled].button.password-suggestions, [disabled].button.node-visibility-message, span.addtocalendar a[disabled].info.atcb-link, span.addtocalendar a[disabled].atcb-link.node-visibility-message, .section.promo .pane-content a[disabled].node-visibility-message, .section.promo .pane-content a[disabled].info {
  background-color: #F8ECC1;
  border-color: #efd472;
  color: #333333;
  box-shadow: none;
  cursor: default;
  opacity: 0.5;
}

button.disabled.info:hover, button.disabled.node-visibility-message:hover, button.disabled.info:focus, button.disabled.node-visibility-message:focus, button[disabled].info:hover, button[disabled].node-visibility-message:hover, button[disabled].info:focus, button[disabled].node-visibility-message:focus, button.disabled.info:hover, button.disabled.node-visibility-message:hover,
.disabled.info.button:hover, div.disabled.button.password-suggestions:hover, .disabled.button.node-visibility-message:hover, span.addtocalendar a.disabled.info.atcb-link:hover, span.addtocalendar a.disabled.atcb-link.node-visibility-message:hover, .section.promo .pane-content a.disabled.node-visibility-message:hover, .section.promo .pane-content a.disabled.info:hover, button.disabled.info:focus, button.disabled.node-visibility-message:focus,
.disabled.info.button:focus, div.disabled.button.password-suggestions:focus, .disabled.button.node-visibility-message:focus, span.addtocalendar a.disabled.info.atcb-link:focus, span.addtocalendar a.disabled.atcb-link.node-visibility-message:focus, .section.promo .pane-content a.disabled.node-visibility-message:focus, .section.promo .pane-content a.disabled.info:focus, button[disabled].info:hover, button[disabled].node-visibility-message:hover,
[disabled].info.button:hover, div[disabled].button.password-suggestions:hover, [disabled].button.node-visibility-message:hover, span.addtocalendar a[disabled].info.atcb-link:hover, span.addtocalendar a[disabled].atcb-link.node-visibility-message:hover, .section.promo .pane-content a[disabled].node-visibility-message:hover, .section.promo .pane-content a[disabled].info:hover, button[disabled].info:focus, button[disabled].node-visibility-message:focus,
[disabled].info.button:focus, div[disabled].button.password-suggestions:focus, [disabled].button.node-visibility-message:focus, span.addtocalendar a[disabled].info.atcb-link:focus, span.addtocalendar a[disabled].atcb-link.node-visibility-message:focus, .section.promo .pane-content a[disabled].node-visibility-message:focus, .section.promo .pane-content a[disabled].info:focus {
  background-color: #efd472;
}

button.disabled.info:hover, button.disabled.node-visibility-message:hover, button.disabled.info:focus, button.disabled.node-visibility-message:focus, button[disabled].info:hover, button[disabled].node-visibility-message:hover, button[disabled].info:focus, button[disabled].node-visibility-message:focus, button.disabled.info:hover, button.disabled.node-visibility-message:hover,
.disabled.info.button:hover, div.disabled.button.password-suggestions:hover, .disabled.button.node-visibility-message:hover, span.addtocalendar a.disabled.info.atcb-link:hover, span.addtocalendar a.disabled.atcb-link.node-visibility-message:hover, .section.promo .pane-content a.disabled.node-visibility-message:hover, .section.promo .pane-content a.disabled.info:hover, button.disabled.info:focus, button.disabled.node-visibility-message:focus,
.disabled.info.button:focus, div.disabled.button.password-suggestions:focus, .disabled.button.node-visibility-message:focus, span.addtocalendar a.disabled.info.atcb-link:focus, span.addtocalendar a.disabled.atcb-link.node-visibility-message:focus, .section.promo .pane-content a.disabled.node-visibility-message:focus, .section.promo .pane-content a.disabled.info:focus, button[disabled].info:hover, button[disabled].node-visibility-message:hover,
[disabled].info.button:hover, div[disabled].button.password-suggestions:hover, [disabled].button.node-visibility-message:hover, span.addtocalendar a[disabled].info.atcb-link:hover, span.addtocalendar a[disabled].atcb-link.node-visibility-message:hover, .section.promo .pane-content a[disabled].node-visibility-message:hover, .section.promo .pane-content a[disabled].info:hover, button[disabled].info:focus, button[disabled].node-visibility-message:focus,
[disabled].info.button:focus, div[disabled].button.password-suggestions:focus, [disabled].button.node-visibility-message:focus, span.addtocalendar a[disabled].info.atcb-link:focus, span.addtocalendar a[disabled].atcb-link.node-visibility-message:focus, .section.promo .pane-content a[disabled].node-visibility-message:focus, .section.promo .pane-content a[disabled].info:focus {
  color: #ffffff;
}

button.disabled.info:hover, button.disabled.node-visibility-message:hover, button.disabled.info:focus, button.disabled.node-visibility-message:focus, button[disabled].info:hover, button[disabled].node-visibility-message:hover, button[disabled].info:focus, button[disabled].node-visibility-message:focus, button.disabled.info:hover, button.disabled.node-visibility-message:hover,
.disabled.info.button:hover, div.disabled.button.password-suggestions:hover, .disabled.button.node-visibility-message:hover, span.addtocalendar a.disabled.info.atcb-link:hover, span.addtocalendar a.disabled.atcb-link.node-visibility-message:hover, .section.promo .pane-content a.disabled.node-visibility-message:hover, .section.promo .pane-content a.disabled.info:hover, button.disabled.info:focus, button.disabled.node-visibility-message:focus,
.disabled.info.button:focus, div.disabled.button.password-suggestions:focus, .disabled.button.node-visibility-message:focus, span.addtocalendar a.disabled.info.atcb-link:focus, span.addtocalendar a.disabled.atcb-link.node-visibility-message:focus, .section.promo .pane-content a.disabled.node-visibility-message:focus, .section.promo .pane-content a.disabled.info:focus, button[disabled].info:hover, button[disabled].node-visibility-message:hover,
[disabled].info.button:hover, div[disabled].button.password-suggestions:hover, [disabled].button.node-visibility-message:hover, span.addtocalendar a[disabled].info.atcb-link:hover, span.addtocalendar a[disabled].atcb-link.node-visibility-message:hover, .section.promo .pane-content a[disabled].node-visibility-message:hover, .section.promo .pane-content a[disabled].info:hover, button[disabled].info:focus, button[disabled].node-visibility-message:focus,
[disabled].info.button:focus, div[disabled].button.password-suggestions:focus, [disabled].button.node-visibility-message:focus, span.addtocalendar a[disabled].info.atcb-link:focus, span.addtocalendar a[disabled].atcb-link.node-visibility-message:focus, .section.promo .pane-content a[disabled].node-visibility-message:focus, .section.promo .pane-content a[disabled].info:focus {
  background-color: #F8ECC1;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

@media only screen and (min-width: 40.063em) {
  button, button,
  .button, span.addtocalendar a.atcb-link, .section.promo .pane-content a {
    display: inline-block;
  }
}

.button-group {
  list-style: none;
  margin: 0;
  left: 0;
}

.button-group:before, .button-group:after {
  content: " ";
  display: table;
}

.button-group:after {
  clear: both;
}

.button-group.even-2 li {
  display: inline-block;
  margin: 0 -2px;
  width: 50%;
}

.button-group.even-2 li > button, .button-group.even-2 li button, .button-group.even-2 li
.button, .button-group.even-2 li span.addtocalendar a.atcb-link, span.addtocalendar .button-group.even-2 li a.atcb-link, .button-group.even-2 li .section.promo .pane-content a, .section.promo .pane-content .button-group.even-2 li a {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.even-2 li:first-child button, .button-group.even-2 li:first-child button, .button-group.even-2 li:first-child
.button, .button-group.even-2 li:first-child span.addtocalendar a.atcb-link, span.addtocalendar .button-group.even-2 li:first-child a.atcb-link, .button-group.even-2 li:first-child .section.promo .pane-content a, .section.promo .pane-content .button-group.even-2 li:first-child a {
  border-left: 0;
}

.button-group.even-2 li button, .button-group.even-2 li button, .button-group.even-2 li
.button, .button-group.even-2 li span.addtocalendar a.atcb-link, span.addtocalendar .button-group.even-2 li a.atcb-link, .button-group.even-2 li .section.promo .pane-content a, .section.promo .pane-content .button-group.even-2 li a {
  width: 100%;
}

.button-group.even-3 li {
  display: inline-block;
  margin: 0 -2px;
  width: 33.3333333333%;
}

.button-group.even-3 li > button, .button-group.even-3 li button, .button-group.even-3 li
.button, .button-group.even-3 li span.addtocalendar a.atcb-link, span.addtocalendar .button-group.even-3 li a.atcb-link, .button-group.even-3 li .section.promo .pane-content a, .section.promo .pane-content .button-group.even-3 li a {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.even-3 li:first-child button, .button-group.even-3 li:first-child button, .button-group.even-3 li:first-child
.button, .button-group.even-3 li:first-child span.addtocalendar a.atcb-link, span.addtocalendar .button-group.even-3 li:first-child a.atcb-link, .button-group.even-3 li:first-child .section.promo .pane-content a, .section.promo .pane-content .button-group.even-3 li:first-child a {
  border-left: 0;
}

.button-group.even-3 li button, .button-group.even-3 li button, .button-group.even-3 li
.button, .button-group.even-3 li span.addtocalendar a.atcb-link, span.addtocalendar .button-group.even-3 li a.atcb-link, .button-group.even-3 li .section.promo .pane-content a, .section.promo .pane-content .button-group.even-3 li a {
  width: 100%;
}

.button-group.even-4 li {
  display: inline-block;
  margin: 0 -2px;
  width: 25%;
}

.button-group.even-4 li > button, .button-group.even-4 li button, .button-group.even-4 li
.button, .button-group.even-4 li span.addtocalendar a.atcb-link, span.addtocalendar .button-group.even-4 li a.atcb-link, .button-group.even-4 li .section.promo .pane-content a, .section.promo .pane-content .button-group.even-4 li a {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.even-4 li:first-child button, .button-group.even-4 li:first-child button, .button-group.even-4 li:first-child
.button, .button-group.even-4 li:first-child span.addtocalendar a.atcb-link, span.addtocalendar .button-group.even-4 li:first-child a.atcb-link, .button-group.even-4 li:first-child .section.promo .pane-content a, .section.promo .pane-content .button-group.even-4 li:first-child a {
  border-left: 0;
}

.button-group.even-4 li button, .button-group.even-4 li button, .button-group.even-4 li
.button, .button-group.even-4 li span.addtocalendar a.atcb-link, span.addtocalendar .button-group.even-4 li a.atcb-link, .button-group.even-4 li .section.promo .pane-content a, .section.promo .pane-content .button-group.even-4 li a {
  width: 100%;
}

.button-group.even-5 li {
  display: inline-block;
  margin: 0 -2px;
  width: 20%;
}

.button-group.even-5 li > button, .button-group.even-5 li button, .button-group.even-5 li
.button, .button-group.even-5 li span.addtocalendar a.atcb-link, span.addtocalendar .button-group.even-5 li a.atcb-link, .button-group.even-5 li .section.promo .pane-content a, .section.promo .pane-content .button-group.even-5 li a {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.even-5 li:first-child button, .button-group.even-5 li:first-child button, .button-group.even-5 li:first-child
.button, .button-group.even-5 li:first-child span.addtocalendar a.atcb-link, span.addtocalendar .button-group.even-5 li:first-child a.atcb-link, .button-group.even-5 li:first-child .section.promo .pane-content a, .section.promo .pane-content .button-group.even-5 li:first-child a {
  border-left: 0;
}

.button-group.even-5 li button, .button-group.even-5 li button, .button-group.even-5 li
.button, .button-group.even-5 li span.addtocalendar a.atcb-link, span.addtocalendar .button-group.even-5 li a.atcb-link, .button-group.even-5 li .section.promo .pane-content a, .section.promo .pane-content .button-group.even-5 li a {
  width: 100%;
}

.button-group.even-6 li {
  display: inline-block;
  margin: 0 -2px;
  width: 16.6666666667%;
}

.button-group.even-6 li > button, .button-group.even-6 li button, .button-group.even-6 li
.button, .button-group.even-6 li span.addtocalendar a.atcb-link, span.addtocalendar .button-group.even-6 li a.atcb-link, .button-group.even-6 li .section.promo .pane-content a, .section.promo .pane-content .button-group.even-6 li a {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.even-6 li:first-child button, .button-group.even-6 li:first-child button, .button-group.even-6 li:first-child
.button, .button-group.even-6 li:first-child span.addtocalendar a.atcb-link, span.addtocalendar .button-group.even-6 li:first-child a.atcb-link, .button-group.even-6 li:first-child .section.promo .pane-content a, .section.promo .pane-content .button-group.even-6 li:first-child a {
  border-left: 0;
}

.button-group.even-6 li button, .button-group.even-6 li button, .button-group.even-6 li
.button, .button-group.even-6 li span.addtocalendar a.atcb-link, span.addtocalendar .button-group.even-6 li a.atcb-link, .button-group.even-6 li .section.promo .pane-content a, .section.promo .pane-content .button-group.even-6 li a {
  width: 100%;
}

.button-group.even-7 li {
  display: inline-block;
  margin: 0 -2px;
  width: 14.2857142857%;
}

.button-group.even-7 li > button, .button-group.even-7 li button, .button-group.even-7 li
.button, .button-group.even-7 li span.addtocalendar a.atcb-link, span.addtocalendar .button-group.even-7 li a.atcb-link, .button-group.even-7 li .section.promo .pane-content a, .section.promo .pane-content .button-group.even-7 li a {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.even-7 li:first-child button, .button-group.even-7 li:first-child button, .button-group.even-7 li:first-child
.button, .button-group.even-7 li:first-child span.addtocalendar a.atcb-link, span.addtocalendar .button-group.even-7 li:first-child a.atcb-link, .button-group.even-7 li:first-child .section.promo .pane-content a, .section.promo .pane-content .button-group.even-7 li:first-child a {
  border-left: 0;
}

.button-group.even-7 li button, .button-group.even-7 li button, .button-group.even-7 li
.button, .button-group.even-7 li span.addtocalendar a.atcb-link, span.addtocalendar .button-group.even-7 li a.atcb-link, .button-group.even-7 li .section.promo .pane-content a, .section.promo .pane-content .button-group.even-7 li a {
  width: 100%;
}

.button-group.even-8 li {
  display: inline-block;
  margin: 0 -2px;
  width: 12.5%;
}

.button-group.even-8 li > button, .button-group.even-8 li button, .button-group.even-8 li
.button, .button-group.even-8 li span.addtocalendar a.atcb-link, span.addtocalendar .button-group.even-8 li a.atcb-link, .button-group.even-8 li .section.promo .pane-content a, .section.promo .pane-content .button-group.even-8 li a {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.even-8 li:first-child button, .button-group.even-8 li:first-child button, .button-group.even-8 li:first-child
.button, .button-group.even-8 li:first-child span.addtocalendar a.atcb-link, span.addtocalendar .button-group.even-8 li:first-child a.atcb-link, .button-group.even-8 li:first-child .section.promo .pane-content a, .section.promo .pane-content .button-group.even-8 li:first-child a {
  border-left: 0;
}

.button-group.even-8 li button, .button-group.even-8 li button, .button-group.even-8 li
.button, .button-group.even-8 li span.addtocalendar a.atcb-link, span.addtocalendar .button-group.even-8 li a.atcb-link, .button-group.even-8 li .section.promo .pane-content a, .section.promo .pane-content .button-group.even-8 li a {
  width: 100%;
}

.button-group > li {
  display: inline-block;
  margin: 0 -2px;
}

.button-group > li > button, .button-group > li .button, .button-group > li button, .button-group > li
.button, .button-group > li span.addtocalendar a.atcb-link, span.addtocalendar .button-group > li a.atcb-link, .button-group > li .section.promo .pane-content a, .section.promo .pane-content .button-group > li a {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group > li:first-child button, .button-group > li:first-child .button, .button-group > li:first-child button, .button-group > li:first-child
.button, .button-group > li:first-child span.addtocalendar a.atcb-link, span.addtocalendar .button-group > li:first-child a.atcb-link, .button-group > li:first-child .section.promo .pane-content a, .section.promo .pane-content .button-group > li:first-child a {
  border-left: 0;
}

.button-group.stack > li {
  display: block;
  margin: 0;
  float: none;
}

.button-group.stack > li > button, .button-group.stack > li button, .button-group.stack > li
.button, .button-group.stack > li span.addtocalendar a.atcb-link, span.addtocalendar .button-group.stack > li a.atcb-link, .button-group.stack > li .section.promo .pane-content a, .section.promo .pane-content .button-group.stack > li a {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.stack > li:first-child button, .button-group.stack > li:first-child button, .button-group.stack > li:first-child
.button, .button-group.stack > li:first-child span.addtocalendar a.atcb-link, span.addtocalendar .button-group.stack > li:first-child a.atcb-link, .button-group.stack > li:first-child .section.promo .pane-content a, .section.promo .pane-content .button-group.stack > li:first-child a {
  border-left: 0;
}

.button-group.stack > li > button, .button-group.stack > li button, .button-group.stack > li
.button, .button-group.stack > li span.addtocalendar a.atcb-link, span.addtocalendar .button-group.stack > li a.atcb-link, .button-group.stack > li .section.promo .pane-content a, .section.promo .pane-content .button-group.stack > li a {
  border-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0;
  border-top: 1px solid;
  display: block;
  margin: 0;
}

.button-group.stack > li > button {
  width: 100%;
}

.button-group.stack > li:first-child button, .button-group.stack > li:first-child button, .button-group.stack > li:first-child
.button, .button-group.stack > li:first-child span.addtocalendar a.atcb-link, span.addtocalendar .button-group.stack > li:first-child a.atcb-link, .button-group.stack > li:first-child .section.promo .pane-content a, .section.promo .pane-content .button-group.stack > li:first-child a {
  border-top: 0;
}

.button-group.stack-for-small > li {
  display: inline-block;
  margin: 0 -2px;
}

.button-group.stack-for-small > li > button, .button-group.stack-for-small > li button, .button-group.stack-for-small > li
.button, .button-group.stack-for-small > li span.addtocalendar a.atcb-link, span.addtocalendar .button-group.stack-for-small > li a.atcb-link, .button-group.stack-for-small > li .section.promo .pane-content a, .section.promo .pane-content .button-group.stack-for-small > li a {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.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
.button, .button-group.stack-for-small > li:first-child span.addtocalendar a.atcb-link, span.addtocalendar .button-group.stack-for-small > li:first-child a.atcb-link, .button-group.stack-for-small > li:first-child .section.promo .pane-content a, .section.promo .pane-content .button-group.stack-for-small > li:first-child a {
  border-left: 0;
}

@media only screen and (max-width: 40em) {
  .button-group.stack-for-small > li {
    display: block;
    margin: 0;
    width: 100%;
  }
  .button-group.stack-for-small > li > button, .button-group.stack-for-small > li button, .button-group.stack-for-small > li
  .button, .button-group.stack-for-small > li span.addtocalendar a.atcb-link, span.addtocalendar .button-group.stack-for-small > li a.atcb-link, .button-group.stack-for-small > li .section.promo .pane-content a, .section.promo .pane-content .button-group.stack-for-small > li a {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  .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
  .button, .button-group.stack-for-small > li:first-child span.addtocalendar a.atcb-link, span.addtocalendar .button-group.stack-for-small > li:first-child a.atcb-link, .button-group.stack-for-small > li:first-child .section.promo .pane-content a, .section.promo .pane-content .button-group.stack-for-small > li:first-child a {
    border-left: 0;
  }
  .button-group.stack-for-small > li > button, .button-group.stack-for-small > li button, .button-group.stack-for-small > li
  .button, .button-group.stack-for-small > li span.addtocalendar a.atcb-link, span.addtocalendar .button-group.stack-for-small > li a.atcb-link, .button-group.stack-for-small > li .section.promo .pane-content a, .section.promo .pane-content .button-group.stack-for-small > li a {
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    border-top: 1px solid;
    display: block;
    margin: 0;
  }
  .button-group.stack-for-small > li > button {
    width: 100%;
  }
  .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
  .button, .button-group.stack-for-small > li:first-child span.addtocalendar a.atcb-link, span.addtocalendar .button-group.stack-for-small > li:first-child a.atcb-link, .button-group.stack-for-small > li:first-child .section.promo .pane-content a, .section.promo .pane-content .button-group.stack-for-small > li:first-child a {
    border-top: 0;
  }
}

.button-group.radius > * {
  display: inline-block;
  margin: 0 -2px;
}

.button-group.radius > * > button, .button-group.radius > * .button, .button-group.radius > * button, .button-group.radius > *
.button, .button-group.radius > * span.addtocalendar a.atcb-link, span.addtocalendar .button-group.radius > * a.atcb-link, .button-group.radius > * .section.promo .pane-content a, .section.promo .pane-content .button-group.radius > * a {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.radius > *:first-child button, .button-group.radius > *:first-child .button, .button-group.radius > *:first-child button, .button-group.radius > *:first-child
.button, .button-group.radius > *:first-child span.addtocalendar a.atcb-link, span.addtocalendar .button-group.radius > *:first-child a.atcb-link, .button-group.radius > *:first-child .section.promo .pane-content a, .section.promo .pane-content .button-group.radius > *:first-child a {
  border-left: 0;
}

.button-group.radius > *,
.button-group.radius > * > a,
.button-group.radius > * > button,
.button-group.radius > * > button,
.button-group.radius > * >
.button, span.addtocalendar
.button-group.radius > * > a.atcb-link, .section.promo .pane-content
.button-group.radius > * > a {
  border-radius: 0;
}

.button-group.radius > *:first-child,
.button-group.radius > *:first-child > a,
.button-group.radius > *:first-child > button,
.button-group.radius > *:first-child > button,
.button-group.radius > *:first-child >
.button, span.addtocalendar
.button-group.radius > *:first-child > a.atcb-link, .section.promo .pane-content
.button-group.radius > *:first-child > a {
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

.button-group.radius > *:last-child,
.button-group.radius > *:last-child > a,
.button-group.radius > *:last-child > button,
.button-group.radius > *:last-child > button,
.button-group.radius > *:last-child >
.button, span.addtocalendar
.button-group.radius > *:last-child > a.atcb-link, .section.promo .pane-content
.button-group.radius > *:last-child > a {
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

.button-group.radius.stack > * {
  display: block;
  margin: 0;
}

.button-group.radius.stack > * > button, .button-group.radius.stack > * button, .button-group.radius.stack > *
.button, .button-group.radius.stack > * span.addtocalendar a.atcb-link, span.addtocalendar .button-group.radius.stack > * a.atcb-link, .button-group.radius.stack > * .section.promo .pane-content a, .section.promo .pane-content .button-group.radius.stack > * a {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child
.button, .button-group.radius.stack > *:first-child span.addtocalendar a.atcb-link, span.addtocalendar .button-group.radius.stack > *:first-child a.atcb-link, .button-group.radius.stack > *:first-child .section.promo .pane-content a, .section.promo .pane-content .button-group.radius.stack > *:first-child a {
  border-left: 0;
}

.button-group.radius.stack > * > button, .button-group.radius.stack > * button, .button-group.radius.stack > *
.button, .button-group.radius.stack > * span.addtocalendar a.atcb-link, span.addtocalendar .button-group.radius.stack > * a.atcb-link, .button-group.radius.stack > * .section.promo .pane-content a, .section.promo .pane-content .button-group.radius.stack > * a {
  border-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0;
  border-top: 1px solid;
  display: block;
  margin: 0;
}

.button-group.radius.stack > * > button {
  width: 100%;
}

.button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child
.button, .button-group.radius.stack > *:first-child span.addtocalendar a.atcb-link, span.addtocalendar .button-group.radius.stack > *:first-child a.atcb-link, .button-group.radius.stack > *:first-child .section.promo .pane-content a, .section.promo .pane-content .button-group.radius.stack > *:first-child a {
  border-top: 0;
}

.button-group.radius.stack > *,
.button-group.radius.stack > * > a,
.button-group.radius.stack > * > button,
.button-group.radius.stack > * > button,
.button-group.radius.stack > * >
.button, span.addtocalendar
.button-group.radius.stack > * > a.atcb-link, .section.promo .pane-content
.button-group.radius.stack > * > a {
  border-radius: 0;
}

.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,
.button-group.radius.stack > *:first-child >
.button, span.addtocalendar
.button-group.radius.stack > *:first-child > a.atcb-link, .section.promo .pane-content
.button-group.radius.stack > *:first-child > a {
  -webkit-top-left-radius: 5px;
  -webkit-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.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,
.button-group.radius.stack > *:last-child >
.button, span.addtocalendar
.button-group.radius.stack > *:last-child > a.atcb-link, .section.promo .pane-content
.button-group.radius.stack > *:last-child > a {
  -webkit-bottom-left-radius: 5px;
  -webkit-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

@media only screen and (min-width: 40.063em) {
  .button-group.radius.stack-for-small > * {
    display: inline-block;
    margin: 0 -2px;
  }
  .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * button, .button-group.radius.stack-for-small > *
  .button, .button-group.radius.stack-for-small > * span.addtocalendar a.atcb-link, span.addtocalendar .button-group.radius.stack-for-small > * a.atcb-link, .button-group.radius.stack-for-small > * .section.promo .pane-content a, .section.promo .pane-content .button-group.radius.stack-for-small > * a {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  .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
  .button, .button-group.radius.stack-for-small > *:first-child span.addtocalendar a.atcb-link, span.addtocalendar .button-group.radius.stack-for-small > *:first-child a.atcb-link, .button-group.radius.stack-for-small > *:first-child .section.promo .pane-content a, .section.promo .pane-content .button-group.radius.stack-for-small > *:first-child a {
    border-left: 0;
  }
  .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,
  .button-group.radius.stack-for-small > * >
  .button, span.addtocalendar
  .button-group.radius.stack-for-small > * > a.atcb-link, .section.promo .pane-content
  .button-group.radius.stack-for-small > * > a {
    border-radius: 0;
  }
  .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,
  .button-group.radius.stack-for-small > *:first-child >
  .button, span.addtocalendar
  .button-group.radius.stack-for-small > *:first-child > a.atcb-link, .section.promo .pane-content
  .button-group.radius.stack-for-small > *:first-child > a {
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
  }
  .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,
  .button-group.radius.stack-for-small > *:last-child >
  .button, span.addtocalendar
  .button-group.radius.stack-for-small > *:last-child > a.atcb-link, .section.promo .pane-content
  .button-group.radius.stack-for-small > *:last-child > a {
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
  }
}

@media only screen and (max-width: 40em) {
  .button-group.radius.stack-for-small > * {
    display: block;
    margin: 0;
  }
  .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * button, .button-group.radius.stack-for-small > *
  .button, .button-group.radius.stack-for-small > * span.addtocalendar a.atcb-link, span.addtocalendar .button-group.radius.stack-for-small > * a.atcb-link, .button-group.radius.stack-for-small > * .section.promo .pane-content a, .section.promo .pane-content .button-group.radius.stack-for-small > * a {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  .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
  .button, .button-group.radius.stack-for-small > *:first-child span.addtocalendar a.atcb-link, span.addtocalendar .button-group.radius.stack-for-small > *:first-child a.atcb-link, .button-group.radius.stack-for-small > *:first-child .section.promo .pane-content a, .section.promo .pane-content .button-group.radius.stack-for-small > *:first-child a {
    border-left: 0;
  }
  .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * button, .button-group.radius.stack-for-small > *
  .button, .button-group.radius.stack-for-small > * span.addtocalendar a.atcb-link, span.addtocalendar .button-group.radius.stack-for-small > * a.atcb-link, .button-group.radius.stack-for-small > * .section.promo .pane-content a, .section.promo .pane-content .button-group.radius.stack-for-small > * a {
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    border-top: 1px solid;
    display: block;
    margin: 0;
  }
  .button-group.radius.stack-for-small > * > button {
    width: 100%;
  }
  .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
  .button, .button-group.radius.stack-for-small > *:first-child span.addtocalendar a.atcb-link, span.addtocalendar .button-group.radius.stack-for-small > *:first-child a.atcb-link, .button-group.radius.stack-for-small > *:first-child .section.promo .pane-content a, .section.promo .pane-content .button-group.radius.stack-for-small > *:first-child a {
    border-top: 0;
  }
  .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,
  .button-group.radius.stack-for-small > * >
  .button, span.addtocalendar
  .button-group.radius.stack-for-small > * > a.atcb-link, .section.promo .pane-content
  .button-group.radius.stack-for-small > * > a {
    border-radius: 0;
  }
  .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,
  .button-group.radius.stack-for-small > *:first-child >
  .button, span.addtocalendar
  .button-group.radius.stack-for-small > *:first-child > a.atcb-link, .section.promo .pane-content
  .button-group.radius.stack-for-small > *:first-child > a {
    -webkit-top-left-radius: 5px;
    -webkit-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .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,
  .button-group.radius.stack-for-small > *:last-child >
  .button, span.addtocalendar
  .button-group.radius.stack-for-small > *:last-child > a.atcb-link, .section.promo .pane-content
  .button-group.radius.stack-for-small > *:last-child > a {
    -webkit-bottom-left-radius: 5px;
    -webkit-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
}

.button-group.round > * {
  display: inline-block;
  margin: 0 -2px;
}

.button-group.round > * > button, .button-group.round > * .button, .button-group.round > * button, .button-group.round > *
.button, .button-group.round > * span.addtocalendar a.atcb-link, span.addtocalendar .button-group.round > * a.atcb-link, .button-group.round > * .section.promo .pane-content a, .section.promo .pane-content .button-group.round > * a {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.round > *:first-child button, .button-group.round > *:first-child .button, .button-group.round > *:first-child button, .button-group.round > *:first-child
.button, .button-group.round > *:first-child span.addtocalendar a.atcb-link, span.addtocalendar .button-group.round > *:first-child a.atcb-link, .button-group.round > *:first-child .section.promo .pane-content a, .section.promo .pane-content .button-group.round > *:first-child a {
  border-left: 0;
}

.button-group.round > *,
.button-group.round > * > a,
.button-group.round > * > button,
.button-group.round > * > .button,
.button-group.round > * > button,
.button-group.round > * >
.button, span.addtocalendar
.button-group.round > * > a.atcb-link, .section.promo .pane-content
.button-group.round > * > a {
  border-radius: 0;
}

.button-group.round > *:first-child,
.button-group.round > *:first-child > a,
.button-group.round > *:first-child > button,
.button-group.round > *:first-child > .button,
.button-group.round > *:first-child > button,
.button-group.round > *:first-child >
.button, span.addtocalendar
.button-group.round > *:first-child > a.atcb-link, .section.promo .pane-content
.button-group.round > *:first-child > a {
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

.button-group.round > *:last-child,
.button-group.round > *:last-child > a,
.button-group.round > *:last-child > button,
.button-group.round > *:last-child > .button,
.button-group.round > *:last-child > button,
.button-group.round > *:last-child >
.button, span.addtocalendar
.button-group.round > *:last-child > a.atcb-link, .section.promo .pane-content
.button-group.round > *:last-child > a {
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

.button-group.round.stack > * {
  display: block;
  margin: 0;
}

.button-group.round.stack > * > button, .button-group.round.stack > * button, .button-group.round.stack > *
.button, .button-group.round.stack > * span.addtocalendar a.atcb-link, span.addtocalendar .button-group.round.stack > * a.atcb-link, .button-group.round.stack > * .section.promo .pane-content a, .section.promo .pane-content .button-group.round.stack > * a {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child
.button, .button-group.round.stack > *:first-child span.addtocalendar a.atcb-link, span.addtocalendar .button-group.round.stack > *:first-child a.atcb-link, .button-group.round.stack > *:first-child .section.promo .pane-content a, .section.promo .pane-content .button-group.round.stack > *:first-child a {
  border-left: 0;
}

.button-group.round.stack > * > button, .button-group.round.stack > * button, .button-group.round.stack > *
.button, .button-group.round.stack > * span.addtocalendar a.atcb-link, span.addtocalendar .button-group.round.stack > * a.atcb-link, .button-group.round.stack > * .section.promo .pane-content a, .section.promo .pane-content .button-group.round.stack > * a {
  border-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0;
  border-top: 1px solid;
  display: block;
  margin: 0;
}

.button-group.round.stack > * > button {
  width: 100%;
}

.button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child
.button, .button-group.round.stack > *:first-child span.addtocalendar a.atcb-link, span.addtocalendar .button-group.round.stack > *:first-child a.atcb-link, .button-group.round.stack > *:first-child .section.promo .pane-content a, .section.promo .pane-content .button-group.round.stack > *:first-child a {
  border-top: 0;
}

.button-group.round.stack > *,
.button-group.round.stack > * > a,
.button-group.round.stack > * > button,
.button-group.round.stack > * > button,
.button-group.round.stack > * >
.button, span.addtocalendar
.button-group.round.stack > * > a.atcb-link, .section.promo .pane-content
.button-group.round.stack > * > a {
  border-radius: 0;
}

.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,
.button-group.round.stack > *:first-child >
.button, span.addtocalendar
.button-group.round.stack > *:first-child > a.atcb-link, .section.promo .pane-content
.button-group.round.stack > *:first-child > a {
  -webkit-top-left-radius: 0.875rem;
  -webkit-top-right-radius: 0.875rem;
  border-top-left-radius: 0.875rem;
  border-top-right-radius: 0.875rem;
}

.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,
.button-group.round.stack > *:last-child >
.button, span.addtocalendar
.button-group.round.stack > *:last-child > a.atcb-link, .section.promo .pane-content
.button-group.round.stack > *:last-child > a {
  -webkit-bottom-left-radius: 0.875rem;
  -webkit-bottom-right-radius: 0.875rem;
  border-bottom-left-radius: 0.875rem;
  border-bottom-right-radius: 0.875rem;
}

@media only screen and (min-width: 40.063em) {
  .button-group.round.stack-for-small > * {
    display: inline-block;
    margin: 0 -2px;
  }
  .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * button, .button-group.round.stack-for-small > *
  .button, .button-group.round.stack-for-small > * span.addtocalendar a.atcb-link, span.addtocalendar .button-group.round.stack-for-small > * a.atcb-link, .button-group.round.stack-for-small > * .section.promo .pane-content a, .section.promo .pane-content .button-group.round.stack-for-small > * a {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  .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
  .button, .button-group.round.stack-for-small > *:first-child span.addtocalendar a.atcb-link, span.addtocalendar .button-group.round.stack-for-small > *:first-child a.atcb-link, .button-group.round.stack-for-small > *:first-child .section.promo .pane-content a, .section.promo .pane-content .button-group.round.stack-for-small > *:first-child a {
    border-left: 0;
  }
  .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,
  .button-group.round.stack-for-small > * >
  .button, span.addtocalendar
  .button-group.round.stack-for-small > * > a.atcb-link, .section.promo .pane-content
  .button-group.round.stack-for-small > * > a {
    border-radius: 0;
  }
  .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,
  .button-group.round.stack-for-small > *:first-child >
  .button, span.addtocalendar
  .button-group.round.stack-for-small > *:first-child > a.atcb-link, .section.promo .pane-content
  .button-group.round.stack-for-small > *:first-child > a {
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px;
  }
  .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,
  .button-group.round.stack-for-small > *:last-child >
  .button, span.addtocalendar
  .button-group.round.stack-for-small > *:last-child > a.atcb-link, .section.promo .pane-content
  .button-group.round.stack-for-small > *:last-child > a {
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
  }
}

@media only screen and (max-width: 40em) {
  .button-group.round.stack-for-small > * {
    display: block;
    margin: 0;
  }
  .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * button, .button-group.round.stack-for-small > *
  .button, .button-group.round.stack-for-small > * span.addtocalendar a.atcb-link, span.addtocalendar .button-group.round.stack-for-small > * a.atcb-link, .button-group.round.stack-for-small > * .section.promo .pane-content a, .section.promo .pane-content .button-group.round.stack-for-small > * a {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  .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
  .button, .button-group.round.stack-for-small > *:first-child span.addtocalendar a.atcb-link, span.addtocalendar .button-group.round.stack-for-small > *:first-child a.atcb-link, .button-group.round.stack-for-small > *:first-child .section.promo .pane-content a, .section.promo .pane-content .button-group.round.stack-for-small > *:first-child a {
    border-left: 0;
  }
  .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * button, .button-group.round.stack-for-small > *
  .button, .button-group.round.stack-for-small > * span.addtocalendar a.atcb-link, span.addtocalendar .button-group.round.stack-for-small > * a.atcb-link, .button-group.round.stack-for-small > * .section.promo .pane-content a, .section.promo .pane-content .button-group.round.stack-for-small > * a {
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    border-top: 1px solid;
    display: block;
    margin: 0;
  }
  .button-group.round.stack-for-small > * > button {
    width: 100%;
  }
  .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
  .button, .button-group.round.stack-for-small > *:first-child span.addtocalendar a.atcb-link, span.addtocalendar .button-group.round.stack-for-small > *:first-child a.atcb-link, .button-group.round.stack-for-small > *:first-child .section.promo .pane-content a, .section.promo .pane-content .button-group.round.stack-for-small > *:first-child a {
    border-top: 0;
  }
  .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,
  .button-group.round.stack-for-small > * >
  .button, span.addtocalendar
  .button-group.round.stack-for-small > * > a.atcb-link, .section.promo .pane-content
  .button-group.round.stack-for-small > * > a {
    border-radius: 0;
  }
  .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,
  .button-group.round.stack-for-small > *:first-child >
  .button, span.addtocalendar
  .button-group.round.stack-for-small > *:first-child > a.atcb-link, .section.promo .pane-content
  .button-group.round.stack-for-small > *:first-child > a {
    -webkit-top-left-radius: 0.875rem;
    -webkit-top-right-radius: 0.875rem;
    border-top-left-radius: 0.875rem;
    border-top-right-radius: 0.875rem;
  }
  .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,
  .button-group.round.stack-for-small > *:last-child >
  .button, span.addtocalendar
  .button-group.round.stack-for-small > *:last-child > a.atcb-link, .section.promo .pane-content
  .button-group.round.stack-for-small > *:last-child > a {
    -webkit-bottom-left-radius: 0.875rem;
    -webkit-bottom-right-radius: 0.875rem;
    border-bottom-left-radius: 0.875rem;
    border-bottom-right-radius: 0.875rem;
  }
}

.button-bar:before, .button-bar:after {
  content: " ";
  display: table;
}

.button-bar:after {
  clear: both;
}

.button-bar .button-group {
  float: left;
  margin-right: 0.625rem;
}

.button-bar .button-group div {
  overflow: hidden;
}

/* Clearing Styles */
.clearing-thumbs, [data-clearing] {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}

.clearing-thumbs:before, .clearing-thumbs:after, [data-clearing]:before, [data-clearing]:after {
  content: " ";
  display: table;
}

.clearing-thumbs:after, [data-clearing]:after {
  clear: both;
}

.clearing-thumbs li, [data-clearing] li {
  float: left;
  margin-right: 10px;
}

.clearing-thumbs[class*="block-grid-"] li, [data-clearing][class*="block-grid-"] li {
  margin-right: 0;
}

.clearing-blackout {
  background: #4D4D4D;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 998;
  left: 0;
}

.clearing-blackout .clearing-close {
  display: block;
}

.clearing-container {
  height: 100%;
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 998;
}

.clearing-touch-label {
  color: #AAAAAA;
  font-size: .6em;
  left: 50%;
  position: absolute;
  top: 50%;
}

.visible-img {
  height: 95%;
  position: relative;
}

.visible-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  max-height: 100%;
  max-width: 100%;
}

.clearing-caption {
  background: #4D4D4D;
  bottom: 0;
  color: #CCCCCC;
  font-size: 0.875em;
  line-height: 1.3;
  margin-bottom: 0;
  padding: 10px 30px 20px;
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0;
}

.clearing-close {
  color: #CCCCCC;
  display: none;
  font-size: 30px;
  line-height: 1;
  padding-left: 20px;
  padding-top: 10px;
  z-index: 999;
}

.clearing-close:hover, .clearing-close:focus {
  color: #CCCCCC;
}

.clearing-assembled .clearing-container {
  height: 100%;
}

.clearing-assembled .clearing-container .carousel > ul {
  display: none;
}

.clearing-feature li {
  display: none;
}

.clearing-feature li.clearing-featured-img {
  display: block;
}

@media only screen and (min-width: 40.063em) {
  .clearing-main-prev,
  .clearing-main-next {
    height: 100%;
    position: absolute;
    top: 0;
    width: 40px;
  }
  .clearing-main-prev > span,
  .clearing-main-next > span {
    border: solid 12px;
    display: block;
    height: 0;
    position: absolute;
    top: 50%;
    width: 0;
  }
  .clearing-main-prev > span:hover,
  .clearing-main-next > span:hover {
    opacity: .8;
  }
  .clearing-main-prev {
    left: 0;
  }
  .clearing-main-prev > span {
    left: 5px;
    border-color: transparent;
    border-right-color: #CCCCCC;
  }
  .clearing-main-next {
    right: 0;
  }
  .clearing-main-next > span {
    border-color: transparent;
    border-left-color: #CCCCCC;
  }
  .clearing-main-prev.disabled,
  .clearing-main-next.disabled {
    opacity: .3;
  }
  .clearing-assembled .clearing-container .carousel {
    background: #4D4D4D;
    height: 180px;
    margin-top: 10px;
    text-align: center;
  }
  .clearing-assembled .clearing-container .carousel > ul {
    display: inline-block;
    z-index: 999;
    height: 100%;
    position: relative;
    float: none;
  }
  .clearing-assembled .clearing-container .carousel > ul li {
    clear: none;
    cursor: pointer;
    display: block;
    float: left;
    margin-right: 0;
    min-height: inherit;
    opacity: .4;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 180px;
  }
  .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
    height: 100%;
    max-width: none;
  }
  .clearing-assembled .clearing-container .carousel > ul li a.th {
    border: none;
    box-shadow: none;
    display: block;
  }
  .clearing-assembled .clearing-container .carousel > ul li img {
    cursor: pointer !important;
    width: 100% !important;
  }
  .clearing-assembled .clearing-container .carousel > ul li.visible {
    opacity: 1;
  }
  .clearing-assembled .clearing-container .carousel > ul li:hover {
    opacity: .8;
  }
  .clearing-assembled .clearing-container .visible-img {
    background: #4D4D4D;
    height: 85%;
    overflow: hidden;
  }
  .clearing-close {
    padding-left: 0;
    padding-top: 0;
    position: absolute;
    top: 10px;
    right: 20px;
  }
}

.flex-video {
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.5625rem;
  position: relative;
}

.flex-video.widescreen {
  padding-bottom: 56.34%;
}

.flex-video.vimeo {
  padding-top: 0;
}

.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}

/* Standard Forms */
form {
  margin: 0 0 0.3125rem;
}

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.15625rem;
}

form .row .row .column, form .row .row .content-header, form .row .row .group-header,
form .row .row .columns {
  padding: 0 0.15625rem;
}

form .row .row.collapse, form .row .content-header .row.l-content-header-top, .content-header form .row .row.l-content-header-top, form .row .group-header .row.l-content-header-top, .group-header form .row .row.l-content-header-top, form .row .content-header .row.l-content-header-main, .content-header form .row .row.l-content-header-main, form .row .group-header .row.l-content-header-main, .group-header form .row .row.l-content-header-main, form .row .content-header .row.l-content-header-bottom, .content-header form .row .row.l-content-header-bottom, form .row .group-header .row.l-content-header-bottom, .group-header form .row .row.l-content-header-bottom, form .row .section-thematic-network-workspaces .row.group-header-top, .section-thematic-network-workspaces form .row .row.group-header-top {
  margin: 0;
}

form .row .row.collapse .column, form .row .content-header .row.l-content-header-top .column, .content-header form .row .row.l-content-header-top .column, form .row .group-header .row.l-content-header-top .column, .group-header form .row .row.l-content-header-top .column, form .row .content-header .row.l-content-header-main .column, .content-header form .row .row.l-content-header-main .column, form .row .group-header .row.l-content-header-main .column, .group-header form .row .row.l-content-header-main .column, form .row .content-header .row.l-content-header-bottom .column, .content-header form .row .row.l-content-header-bottom .column, form .row .group-header .row.l-content-header-bottom .column, .group-header form .row .row.l-content-header-bottom .column, form .row .section-thematic-network-workspaces .row.group-header-top .column, .section-thematic-network-workspaces form .row .row.group-header-top .column, form .row .row.collapse .content-header, form .row .content-header .row.l-content-header-top .content-header, .content-header form .row .row.l-content-header-top .content-header, form .row .group-header .row.l-content-header-top .content-header, .group-header form .row .row.l-content-header-top .content-header, form .row .content-header .row.l-content-header-main .content-header, .content-header form .row .row.l-content-header-main .content-header, form .row .group-header .row.l-content-header-main .content-header, .group-header form .row .row.l-content-header-main .content-header, form .row .content-header .row.l-content-header-bottom .content-header, .content-header form .row .row.l-content-header-bottom .content-header, form .row .group-header .row.l-content-header-bottom .content-header, .group-header form .row .row.l-content-header-bottom .content-header, form .row .section-thematic-network-workspaces .row.group-header-top .content-header, .section-thematic-network-workspaces form .row .row.group-header-top .content-header, form .row .row.collapse .group-header, form .row .content-header .row.l-content-header-top .group-header, .content-header form .row .row.l-content-header-top .group-header, form .row .group-header .row.l-content-header-top .group-header, .group-header form .row .row.l-content-header-top .group-header, form .row .content-header .row.l-content-header-main .group-header, .content-header form .row .row.l-content-header-main .group-header, form .row .group-header .row.l-content-header-main .group-header, .group-header form .row .row.l-content-header-main .group-header, form .row .content-header .row.l-content-header-bottom .group-header, .content-header form .row .row.l-content-header-bottom .group-header, form .row .group-header .row.l-content-header-bottom .group-header, .group-header form .row .row.l-content-header-bottom .group-header, form .row .section-thematic-network-workspaces .row.group-header-top .group-header, .section-thematic-network-workspaces form .row .row.group-header-top .group-header,
form .row .row.collapse .columns,
form .row .content-header .row.l-content-header-top .columns, .content-header
form .row .row.l-content-header-top .columns,
form .row .group-header .row.l-content-header-top .columns, .group-header
form .row .row.l-content-header-top .columns,
form .row .content-header .row.l-content-header-main .columns, .content-header
form .row .row.l-content-header-main .columns,
form .row .group-header .row.l-content-header-main .columns, .group-header
form .row .row.l-content-header-main .columns,
form .row .content-header .row.l-content-header-bottom .columns, .content-header
form .row .row.l-content-header-bottom .columns,
form .row .group-header .row.l-content-header-bottom .columns, .group-header
form .row .row.l-content-header-bottom .columns,
form .row .section-thematic-network-workspaces .row.group-header-top .columns, .section-thematic-network-workspaces
form .row .row.group-header-top .columns {
  padding: 0;
}

form .row .row.collapse input, form .row .content-header .row.l-content-header-top input, .content-header form .row .row.l-content-header-top input, form .row .group-header .row.l-content-header-top input, .group-header form .row .row.l-content-header-top input, form .row .content-header .row.l-content-header-main input, .content-header form .row .row.l-content-header-main input, form .row .group-header .row.l-content-header-main input, .group-header form .row .row.l-content-header-main input, form .row .content-header .row.l-content-header-bottom input, .content-header form .row .row.l-content-header-bottom input, form .row .group-header .row.l-content-header-bottom input, .group-header form .row .row.l-content-header-bottom input, form .row .section-thematic-network-workspaces .row.group-header-top input, .section-thematic-network-workspaces form .row .row.group-header-top input {
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

form .row input.column, form .row input.content-header, form .row input.group-header,
form .row input.columns,
form .row textarea.column,
form .row textarea.content-header,
form .row textarea.group-header,
form .row textarea.columns {
  padding-left: 0.15625rem;
}

/* Label Styles */
label {
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */
}

label.right,
label.form-submit.ajax-processed.button, #enge-improvement-modal label#webform-component-email {
  float: none !important;
  text-align: right;
}

label.inline {
  margin: 0 0 0.3125rem 0;
  padding: 0.21875rem 0;
}

label small {
  text-transform: capitalize;
  color: #676767;
}

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

/* Adjust padding, alignment and radius if pre/post element is a button */
button.postfix,
.postfix.button, span.addtocalendar a.postfix.atcb-link, .section.promo .pane-content a.postfix {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center;
}

button.prefix,
.prefix.button, span.addtocalendar a.prefix.atcb-link, .section.promo .pane-content a.prefix {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center;
}

button.prefix.radius,
.prefix.radius.button, span.addtocalendar a.prefix.radius.atcb-link, .section.promo .pane-content a.prefix.radius {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

button.postfix.radius,
.postfix.radius.button, span.addtocalendar a.postfix.radius.atcb-link, .section.promo .pane-content a.postfix.radius {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

button.prefix.round,
.prefix.round.button, span.addtocalendar a.prefix.round.atcb-link, .section.promo .pane-content a.prefix.round {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

button.postfix.round,
.postfix.round.button, span.addtocalendar a.postfix.round.atcb-link, .section.promo .pane-content a.postfix.round {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

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

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 */
input:not([type]), 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;
  -moz-appearance: none;
  border-radius: 0;
  background-color: #ffffff;
  border-style: solid;
  border-width: 1px;
  border-color: #b0b0b0;
  box-shadow: none;
  color: #4D4D4D;
  display: block;
  font-family: inherit;
  font-size: 1rem;
  height: 1.40625rem;
  margin: 0 0 0.3125rem 0;
  padding: 0.15625rem;
  width: 100%;
  box-sizing: border-box;
  transition: border-color 0.15s linear, background 0.15s linear;
}

input:not([type]):focus, 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: #fff8e2;
  border-color: #ffc51b;
  outline: none;
}

input:not([type]):disabled, 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: #f2f2f2;
  cursor: default;
}

input:not([type])[disabled], input:not([type])[readonly],
fieldset[disabled] input:not([type]), form [disabled].field-name-field-enge-main-image input:not([type]), form [disabled].field-name-field-enge-event-image input:not([type]),
form [disabled].field-name-field-enge-workspace-logo input:not([type]), input[type="text"][disabled], input[type="text"][readonly],
fieldset[disabled] input[type="text"], form [disabled].field-name-field-enge-main-image input[type="text"], form [disabled].field-name-field-enge-event-image input[type="text"],
form [disabled].field-name-field-enge-workspace-logo input[type="text"], input[type="password"][disabled], input[type="password"][readonly],
fieldset[disabled] input[type="password"], form [disabled].field-name-field-enge-main-image input[type="password"], form [disabled].field-name-field-enge-event-image input[type="password"],
form [disabled].field-name-field-enge-workspace-logo input[type="password"], input[type="date"][disabled], input[type="date"][readonly],
fieldset[disabled] input[type="date"], form [disabled].field-name-field-enge-main-image input[type="date"], form [disabled].field-name-field-enge-event-image input[type="date"],
form [disabled].field-name-field-enge-workspace-logo input[type="date"], input[type="datetime"][disabled], input[type="datetime"][readonly],
fieldset[disabled] input[type="datetime"], form [disabled].field-name-field-enge-main-image input[type="datetime"], form [disabled].field-name-field-enge-event-image input[type="datetime"],
form [disabled].field-name-field-enge-workspace-logo input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly],
fieldset[disabled] input[type="datetime-local"], form [disabled].field-name-field-enge-main-image input[type="datetime-local"], form [disabled].field-name-field-enge-event-image input[type="datetime-local"],
form [disabled].field-name-field-enge-workspace-logo input[type="datetime-local"], input[type="month"][disabled], input[type="month"][readonly],
fieldset[disabled] input[type="month"], form [disabled].field-name-field-enge-main-image input[type="month"], form [disabled].field-name-field-enge-event-image input[type="month"],
form [disabled].field-name-field-enge-workspace-logo input[type="month"], input[type="week"][disabled], input[type="week"][readonly],
fieldset[disabled] input[type="week"], form [disabled].field-name-field-enge-main-image input[type="week"], form [disabled].field-name-field-enge-event-image input[type="week"],
form [disabled].field-name-field-enge-workspace-logo input[type="week"], input[type="email"][disabled], input[type="email"][readonly],
fieldset[disabled] input[type="email"], form [disabled].field-name-field-enge-main-image input[type="email"], form [disabled].field-name-field-enge-event-image input[type="email"],
form [disabled].field-name-field-enge-workspace-logo input[type="email"], input[type="number"][disabled], input[type="number"][readonly],
fieldset[disabled] input[type="number"], form [disabled].field-name-field-enge-main-image input[type="number"], form [disabled].field-name-field-enge-event-image input[type="number"],
form [disabled].field-name-field-enge-workspace-logo input[type="number"], input[type="search"][disabled], input[type="search"][readonly],
fieldset[disabled] input[type="search"], form [disabled].field-name-field-enge-main-image input[type="search"], form [disabled].field-name-field-enge-event-image input[type="search"],
form [disabled].field-name-field-enge-workspace-logo input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly],
fieldset[disabled] input[type="tel"], form [disabled].field-name-field-enge-main-image input[type="tel"], form [disabled].field-name-field-enge-event-image input[type="tel"],
form [disabled].field-name-field-enge-workspace-logo input[type="tel"], input[type="time"][disabled], input[type="time"][readonly],
fieldset[disabled] input[type="time"], form [disabled].field-name-field-enge-main-image input[type="time"], form [disabled].field-name-field-enge-event-image input[type="time"],
form [disabled].field-name-field-enge-workspace-logo input[type="time"], input[type="url"][disabled], input[type="url"][readonly],
fieldset[disabled] input[type="url"], form [disabled].field-name-field-enge-main-image input[type="url"], form [disabled].field-name-field-enge-event-image input[type="url"],
form [disabled].field-name-field-enge-workspace-logo input[type="url"], input[type="color"][disabled], input[type="color"][readonly],
fieldset[disabled] input[type="color"], form [disabled].field-name-field-enge-main-image input[type="color"], form [disabled].field-name-field-enge-event-image input[type="color"],
form [disabled].field-name-field-enge-workspace-logo input[type="color"], textarea[disabled], textarea[readonly],
fieldset[disabled] textarea, form [disabled].field-name-field-enge-main-image textarea, form [disabled].field-name-field-enge-event-image textarea,
form [disabled].field-name-field-enge-workspace-logo textarea {
  background-color: #f2f2f2;
  cursor: default;
}

input:not([type]).radius, 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: 5px;
}

form .row .prefix-radius.row.collapse input, form .row .content-header .prefix-radius.row.l-content-header-top input, .content-header form .row .prefix-radius.row.l-content-header-top input, form .row .group-header .prefix-radius.row.l-content-header-top input, .group-header form .row .prefix-radius.row.l-content-header-top input, form .row .content-header .prefix-radius.row.l-content-header-main input, .content-header form .row .prefix-radius.row.l-content-header-main input, form .row .group-header .prefix-radius.row.l-content-header-main input, .group-header form .row .prefix-radius.row.l-content-header-main input, form .row .content-header .prefix-radius.row.l-content-header-bottom input, .content-header form .row .prefix-radius.row.l-content-header-bottom input, form .row .group-header .prefix-radius.row.l-content-header-bottom input, .group-header form .row .prefix-radius.row.l-content-header-bottom input, form .row .section-thematic-network-workspaces .prefix-radius.row.group-header-top input, .section-thematic-network-workspaces form .row .prefix-radius.row.group-header-top input,
form .row .prefix-radius.row.collapse textarea,
form .row .content-header .prefix-radius.row.l-content-header-top textarea, .content-header
form .row .prefix-radius.row.l-content-header-top textarea,
form .row .group-header .prefix-radius.row.l-content-header-top textarea, .group-header
form .row .prefix-radius.row.l-content-header-top textarea,
form .row .content-header .prefix-radius.row.l-content-header-main textarea, .content-header
form .row .prefix-radius.row.l-content-header-main textarea,
form .row .group-header .prefix-radius.row.l-content-header-main textarea, .group-header
form .row .prefix-radius.row.l-content-header-main textarea,
form .row .content-header .prefix-radius.row.l-content-header-bottom textarea, .content-header
form .row .prefix-radius.row.l-content-header-bottom textarea,
form .row .group-header .prefix-radius.row.l-content-header-bottom textarea, .group-header
form .row .prefix-radius.row.l-content-header-bottom textarea,
form .row .section-thematic-network-workspaces .prefix-radius.row.group-header-top textarea, .section-thematic-network-workspaces
form .row .prefix-radius.row.group-header-top textarea,
form .row .prefix-radius.row.collapse select,
form .row .content-header .prefix-radius.row.l-content-header-top select, .content-header
form .row .prefix-radius.row.l-content-header-top select,
form .row .group-header .prefix-radius.row.l-content-header-top select, .group-header
form .row .prefix-radius.row.l-content-header-top select,
form .row .content-header .prefix-radius.row.l-content-header-main select, .content-header
form .row .prefix-radius.row.l-content-header-main select,
form .row .group-header .prefix-radius.row.l-content-header-main select, .group-header
form .row .prefix-radius.row.l-content-header-main select,
form .row .content-header .prefix-radius.row.l-content-header-bottom select, .content-header
form .row .prefix-radius.row.l-content-header-bottom select,
form .row .group-header .prefix-radius.row.l-content-header-bottom select, .group-header
form .row .prefix-radius.row.l-content-header-bottom select,
form .row .section-thematic-network-workspaces .prefix-radius.row.group-header-top select, .section-thematic-network-workspaces
form .row .prefix-radius.row.group-header-top select,
form .row .prefix-radius.row.collapse button,
form .row .content-header .prefix-radius.row.l-content-header-top button, .content-header
form .row .prefix-radius.row.l-content-header-top button,
form .row .group-header .prefix-radius.row.l-content-header-top button, .group-header
form .row .prefix-radius.row.l-content-header-top button,
form .row .content-header .prefix-radius.row.l-content-header-main button, .content-header
form .row .prefix-radius.row.l-content-header-main button,
form .row .group-header .prefix-radius.row.l-content-header-main button, .group-header
form .row .prefix-radius.row.l-content-header-main button,
form .row .content-header .prefix-radius.row.l-content-header-bottom button, .content-header
form .row .prefix-radius.row.l-content-header-bottom button,
form .row .group-header .prefix-radius.row.l-content-header-bottom button, .group-header
form .row .prefix-radius.row.l-content-header-bottom button,
form .row .section-thematic-network-workspaces .prefix-radius.row.group-header-top button, .section-thematic-network-workspaces
form .row .prefix-radius.row.group-header-top button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

form .row .prefix-radius.row.collapse .prefix, form .row .content-header .prefix-radius.row.l-content-header-top .prefix, .content-header form .row .prefix-radius.row.l-content-header-top .prefix, form .row .group-header .prefix-radius.row.l-content-header-top .prefix, .group-header form .row .prefix-radius.row.l-content-header-top .prefix, form .row .content-header .prefix-radius.row.l-content-header-main .prefix, .content-header form .row .prefix-radius.row.l-content-header-main .prefix, form .row .group-header .prefix-radius.row.l-content-header-main .prefix, .group-header form .row .prefix-radius.row.l-content-header-main .prefix, form .row .content-header .prefix-radius.row.l-content-header-bottom .prefix, .content-header form .row .prefix-radius.row.l-content-header-bottom .prefix, form .row .group-header .prefix-radius.row.l-content-header-bottom .prefix, .group-header form .row .prefix-radius.row.l-content-header-bottom .prefix, form .row .section-thematic-network-workspaces .prefix-radius.row.group-header-top .prefix, .section-thematic-network-workspaces form .row .prefix-radius.row.group-header-top .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

form .row .postfix-radius.row.collapse input, form .row .content-header .postfix-radius.row.l-content-header-top input, .content-header form .row .postfix-radius.row.l-content-header-top input, form .row .group-header .postfix-radius.row.l-content-header-top input, .group-header form .row .postfix-radius.row.l-content-header-top input, form .row .content-header .postfix-radius.row.l-content-header-main input, .content-header form .row .postfix-radius.row.l-content-header-main input, form .row .group-header .postfix-radius.row.l-content-header-main input, .group-header form .row .postfix-radius.row.l-content-header-main input, form .row .content-header .postfix-radius.row.l-content-header-bottom input, .content-header form .row .postfix-radius.row.l-content-header-bottom input, form .row .group-header .postfix-radius.row.l-content-header-bottom input, .group-header form .row .postfix-radius.row.l-content-header-bottom input, form .row .section-thematic-network-workspaces .postfix-radius.row.group-header-top input, .section-thematic-network-workspaces form .row .postfix-radius.row.group-header-top input,
form .row .postfix-radius.row.collapse textarea,
form .row .content-header .postfix-radius.row.l-content-header-top textarea, .content-header
form .row .postfix-radius.row.l-content-header-top textarea,
form .row .group-header .postfix-radius.row.l-content-header-top textarea, .group-header
form .row .postfix-radius.row.l-content-header-top textarea,
form .row .content-header .postfix-radius.row.l-content-header-main textarea, .content-header
form .row .postfix-radius.row.l-content-header-main textarea,
form .row .group-header .postfix-radius.row.l-content-header-main textarea, .group-header
form .row .postfix-radius.row.l-content-header-main textarea,
form .row .content-header .postfix-radius.row.l-content-header-bottom textarea, .content-header
form .row .postfix-radius.row.l-content-header-bottom textarea,
form .row .group-header .postfix-radius.row.l-content-header-bottom textarea, .group-header
form .row .postfix-radius.row.l-content-header-bottom textarea,
form .row .section-thematic-network-workspaces .postfix-radius.row.group-header-top textarea, .section-thematic-network-workspaces
form .row .postfix-radius.row.group-header-top textarea,
form .row .postfix-radius.row.collapse select,
form .row .content-header .postfix-radius.row.l-content-header-top select, .content-header
form .row .postfix-radius.row.l-content-header-top select,
form .row .group-header .postfix-radius.row.l-content-header-top select, .group-header
form .row .postfix-radius.row.l-content-header-top select,
form .row .content-header .postfix-radius.row.l-content-header-main select, .content-header
form .row .postfix-radius.row.l-content-header-main select,
form .row .group-header .postfix-radius.row.l-content-header-main select, .group-header
form .row .postfix-radius.row.l-content-header-main select,
form .row .content-header .postfix-radius.row.l-content-header-bottom select, .content-header
form .row .postfix-radius.row.l-content-header-bottom select,
form .row .group-header .postfix-radius.row.l-content-header-bottom select, .group-header
form .row .postfix-radius.row.l-content-header-bottom select,
form .row .section-thematic-network-workspaces .postfix-radius.row.group-header-top select, .section-thematic-network-workspaces
form .row .postfix-radius.row.group-header-top select,
form .row .postfix-radius.row.collapse button,
form .row .content-header .postfix-radius.row.l-content-header-top button, .content-header
form .row .postfix-radius.row.l-content-header-top button,
form .row .group-header .postfix-radius.row.l-content-header-top button, .group-header
form .row .postfix-radius.row.l-content-header-top button,
form .row .content-header .postfix-radius.row.l-content-header-main button, .content-header
form .row .postfix-radius.row.l-content-header-main button,
form .row .group-header .postfix-radius.row.l-content-header-main button, .group-header
form .row .postfix-radius.row.l-content-header-main button,
form .row .content-header .postfix-radius.row.l-content-header-bottom button, .content-header
form .row .postfix-radius.row.l-content-header-bottom button,
form .row .group-header .postfix-radius.row.l-content-header-bottom button, .group-header
form .row .postfix-radius.row.l-content-header-bottom button,
form .row .section-thematic-network-workspaces .postfix-radius.row.group-header-top button, .section-thematic-network-workspaces
form .row .postfix-radius.row.group-header-top button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

form .row .postfix-radius.row.collapse .postfix, form .row .content-header .postfix-radius.row.l-content-header-top .postfix, .content-header form .row .postfix-radius.row.l-content-header-top .postfix, form .row .group-header .postfix-radius.row.l-content-header-top .postfix, .group-header form .row .postfix-radius.row.l-content-header-top .postfix, form .row .content-header .postfix-radius.row.l-content-header-main .postfix, .content-header form .row .postfix-radius.row.l-content-header-main .postfix, form .row .group-header .postfix-radius.row.l-content-header-main .postfix, .group-header form .row .postfix-radius.row.l-content-header-main .postfix, form .row .content-header .postfix-radius.row.l-content-header-bottom .postfix, .content-header form .row .postfix-radius.row.l-content-header-bottom .postfix, form .row .group-header .postfix-radius.row.l-content-header-bottom .postfix, .group-header form .row .postfix-radius.row.l-content-header-bottom .postfix, form .row .section-thematic-network-workspaces .postfix-radius.row.group-header-top .postfix, .section-thematic-network-workspaces form .row .postfix-radius.row.group-header-top .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

form .row .prefix-round.row.collapse input, form .row .content-header .prefix-round.row.l-content-header-top input, .content-header form .row .prefix-round.row.l-content-header-top input, form .row .group-header .prefix-round.row.l-content-header-top input, .group-header form .row .prefix-round.row.l-content-header-top input, form .row .content-header .prefix-round.row.l-content-header-main input, .content-header form .row .prefix-round.row.l-content-header-main input, form .row .group-header .prefix-round.row.l-content-header-main input, .group-header form .row .prefix-round.row.l-content-header-main input, form .row .content-header .prefix-round.row.l-content-header-bottom input, .content-header form .row .prefix-round.row.l-content-header-bottom input, form .row .group-header .prefix-round.row.l-content-header-bottom input, .group-header form .row .prefix-round.row.l-content-header-bottom input, form .row .section-thematic-network-workspaces .prefix-round.row.group-header-top input, .section-thematic-network-workspaces form .row .prefix-round.row.group-header-top input,
form .row .prefix-round.row.collapse textarea,
form .row .content-header .prefix-round.row.l-content-header-top textarea, .content-header
form .row .prefix-round.row.l-content-header-top textarea,
form .row .group-header .prefix-round.row.l-content-header-top textarea, .group-header
form .row .prefix-round.row.l-content-header-top textarea,
form .row .content-header .prefix-round.row.l-content-header-main textarea, .content-header
form .row .prefix-round.row.l-content-header-main textarea,
form .row .group-header .prefix-round.row.l-content-header-main textarea, .group-header
form .row .prefix-round.row.l-content-header-main textarea,
form .row .content-header .prefix-round.row.l-content-header-bottom textarea, .content-header
form .row .prefix-round.row.l-content-header-bottom textarea,
form .row .group-header .prefix-round.row.l-content-header-bottom textarea, .group-header
form .row .prefix-round.row.l-content-header-bottom textarea,
form .row .section-thematic-network-workspaces .prefix-round.row.group-header-top textarea, .section-thematic-network-workspaces
form .row .prefix-round.row.group-header-top textarea,
form .row .prefix-round.row.collapse select,
form .row .content-header .prefix-round.row.l-content-header-top select, .content-header
form .row .prefix-round.row.l-content-header-top select,
form .row .group-header .prefix-round.row.l-content-header-top select, .group-header
form .row .prefix-round.row.l-content-header-top select,
form .row .content-header .prefix-round.row.l-content-header-main select, .content-header
form .row .prefix-round.row.l-content-header-main select,
form .row .group-header .prefix-round.row.l-content-header-main select, .group-header
form .row .prefix-round.row.l-content-header-main select,
form .row .content-header .prefix-round.row.l-content-header-bottom select, .content-header
form .row .prefix-round.row.l-content-header-bottom select,
form .row .group-header .prefix-round.row.l-content-header-bottom select, .group-header
form .row .prefix-round.row.l-content-header-bottom select,
form .row .section-thematic-network-workspaces .prefix-round.row.group-header-top select, .section-thematic-network-workspaces
form .row .prefix-round.row.group-header-top select,
form .row .prefix-round.row.collapse button,
form .row .content-header .prefix-round.row.l-content-header-top button, .content-header
form .row .prefix-round.row.l-content-header-top button,
form .row .group-header .prefix-round.row.l-content-header-top button, .group-header
form .row .prefix-round.row.l-content-header-top button,
form .row .content-header .prefix-round.row.l-content-header-main button, .content-header
form .row .prefix-round.row.l-content-header-main button,
form .row .group-header .prefix-round.row.l-content-header-main button, .group-header
form .row .prefix-round.row.l-content-header-main button,
form .row .content-header .prefix-round.row.l-content-header-bottom button, .content-header
form .row .prefix-round.row.l-content-header-bottom button,
form .row .group-header .prefix-round.row.l-content-header-bottom button, .group-header
form .row .prefix-round.row.l-content-header-bottom button,
form .row .section-thematic-network-workspaces .prefix-round.row.group-header-top button, .section-thematic-network-workspaces
form .row .prefix-round.row.group-header-top button {
  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;
}

form .row .prefix-round.row.collapse .prefix, form .row .content-header .prefix-round.row.l-content-header-top .prefix, .content-header form .row .prefix-round.row.l-content-header-top .prefix, form .row .group-header .prefix-round.row.l-content-header-top .prefix, .group-header form .row .prefix-round.row.l-content-header-top .prefix, form .row .content-header .prefix-round.row.l-content-header-main .prefix, .content-header form .row .prefix-round.row.l-content-header-main .prefix, form .row .group-header .prefix-round.row.l-content-header-main .prefix, .group-header form .row .prefix-round.row.l-content-header-main .prefix, form .row .content-header .prefix-round.row.l-content-header-bottom .prefix, .content-header form .row .prefix-round.row.l-content-header-bottom .prefix, form .row .group-header .prefix-round.row.l-content-header-bottom .prefix, .group-header form .row .prefix-round.row.l-content-header-bottom .prefix, form .row .section-thematic-network-workspaces .prefix-round.row.group-header-top .prefix, .section-thematic-network-workspaces form .row .prefix-round.row.group-header-top .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;
}

form .row .postfix-round.row.collapse input, form .row .content-header .postfix-round.row.l-content-header-top input, .content-header form .row .postfix-round.row.l-content-header-top input, form .row .group-header .postfix-round.row.l-content-header-top input, .group-header form .row .postfix-round.row.l-content-header-top input, form .row .content-header .postfix-round.row.l-content-header-main input, .content-header form .row .postfix-round.row.l-content-header-main input, form .row .group-header .postfix-round.row.l-content-header-main input, .group-header form .row .postfix-round.row.l-content-header-main input, form .row .content-header .postfix-round.row.l-content-header-bottom input, .content-header form .row .postfix-round.row.l-content-header-bottom input, form .row .group-header .postfix-round.row.l-content-header-bottom input, .group-header form .row .postfix-round.row.l-content-header-bottom input, form .row .section-thematic-network-workspaces .postfix-round.row.group-header-top input, .section-thematic-network-workspaces form .row .postfix-round.row.group-header-top input,
form .row .postfix-round.row.collapse textarea,
form .row .content-header .postfix-round.row.l-content-header-top textarea, .content-header
form .row .postfix-round.row.l-content-header-top textarea,
form .row .group-header .postfix-round.row.l-content-header-top textarea, .group-header
form .row .postfix-round.row.l-content-header-top textarea,
form .row .content-header .postfix-round.row.l-content-header-main textarea, .content-header
form .row .postfix-round.row.l-content-header-main textarea,
form .row .group-header .postfix-round.row.l-content-header-main textarea, .group-header
form .row .postfix-round.row.l-content-header-main textarea,
form .row .content-header .postfix-round.row.l-content-header-bottom textarea, .content-header
form .row .postfix-round.row.l-content-header-bottom textarea,
form .row .group-header .postfix-round.row.l-content-header-bottom textarea, .group-header
form .row .postfix-round.row.l-content-header-bottom textarea,
form .row .section-thematic-network-workspaces .postfix-round.row.group-header-top textarea, .section-thematic-network-workspaces
form .row .postfix-round.row.group-header-top textarea,
form .row .postfix-round.row.collapse select,
form .row .content-header .postfix-round.row.l-content-header-top select, .content-header
form .row .postfix-round.row.l-content-header-top select,
form .row .group-header .postfix-round.row.l-content-header-top select, .group-header
form .row .postfix-round.row.l-content-header-top select,
form .row .content-header .postfix-round.row.l-content-header-main select, .content-header
form .row .postfix-round.row.l-content-header-main select,
form .row .group-header .postfix-round.row.l-content-header-main select, .group-header
form .row .postfix-round.row.l-content-header-main select,
form .row .content-header .postfix-round.row.l-content-header-bottom select, .content-header
form .row .postfix-round.row.l-content-header-bottom select,
form .row .group-header .postfix-round.row.l-content-header-bottom select, .group-header
form .row .postfix-round.row.l-content-header-bottom select,
form .row .section-thematic-network-workspaces .postfix-round.row.group-header-top select, .section-thematic-network-workspaces
form .row .postfix-round.row.group-header-top select,
form .row .postfix-round.row.collapse button,
form .row .content-header .postfix-round.row.l-content-header-top button, .content-header
form .row .postfix-round.row.l-content-header-top button,
form .row .group-header .postfix-round.row.l-content-header-top button, .group-header
form .row .postfix-round.row.l-content-header-top button,
form .row .content-header .postfix-round.row.l-content-header-main button, .content-header
form .row .postfix-round.row.l-content-header-main button,
form .row .group-header .postfix-round.row.l-content-header-main button, .group-header
form .row .postfix-round.row.l-content-header-main button,
form .row .content-header .postfix-round.row.l-content-header-bottom button, .content-header
form .row .postfix-round.row.l-content-header-bottom button,
form .row .group-header .postfix-round.row.l-content-header-bottom button, .group-header
form .row .postfix-round.row.l-content-header-bottom button,
form .row .section-thematic-network-workspaces .postfix-round.row.group-header-top button, .section-thematic-network-workspaces
form .row .postfix-round.row.group-header-top button {
  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;
}

form .row .postfix-round.row.collapse .postfix, form .row .content-header .postfix-round.row.l-content-header-top .postfix, .content-header form .row .postfix-round.row.l-content-header-top .postfix, form .row .group-header .postfix-round.row.l-content-header-top .postfix, .group-header form .row .postfix-round.row.l-content-header-top .postfix, form .row .content-header .postfix-round.row.l-content-header-main .postfix, .content-header form .row .postfix-round.row.l-content-header-main .postfix, form .row .group-header .postfix-round.row.l-content-header-main .postfix, .group-header form .row .postfix-round.row.l-content-header-main .postfix, form .row .content-header .postfix-round.row.l-content-header-bottom .postfix, .content-header form .row .postfix-round.row.l-content-header-bottom .postfix, form .row .group-header .postfix-round.row.l-content-header-bottom .postfix, .group-header form .row .postfix-round.row.l-content-header-bottom .postfix, form .row .section-thematic-network-workspaces .postfix-round.row.group-header-top .postfix, .section-thematic-network-workspaces form .row .postfix-round.row.group-header-top .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;
}

input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}

/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto;
}

/* Not allow resize out of parent */
textarea {
  max-width: 100%;
}

::-webkit-input-placeholder {
  color: #666666;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #666666;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #666666;
}

:-ms-input-placeholder {
  color: #666666;
}

/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: #FAFAFA;
  border-radius: 0;
  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: #b0b0b0;
  color: #4D4D4D;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  padding: 0.15625rem;
  border-radius: 0;
  height: 1.40625rem;
}

select::-ms-expand {
  display: none;
}

select.radius {
  border-radius: 5px;
}

select:focus {
  background-color: #f3f3f3;
  border-color: #ffc51b;
}

select:disabled {
  background-color: #f2f2f2;
  cursor: default;
}

select[multiple] {
  height: auto;
}

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 0.3125rem 0;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.15625rem;
  margin-right: 0.3125rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

/* Normalize file input width */
input[type="file"] {
  width: 100%;
}

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
fieldset, form .field-name-field-enge-main-image, form .field-name-field-enge-event-image,
form .field-name-field-enge-workspace-logo {
  border: 0px solid #b0b0b0;
  margin: 1.5625rem 0;
  padding: 1.875rem;
}

fieldset legend, form .field-name-field-enge-main-image legend, form .field-name-field-enge-event-image legend,
form .field-name-field-enge-workspace-logo legend {
  font-weight: 700;
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0;
}

/* Error Handling */
[data-abide] .error small.error, [data-abide] div.password-confirm span.ok small.error, div.password-confirm [data-abide] span.ok small.error, [data-abide] .error span.error, [data-abide] div.password-confirm span.ok span.error, div.password-confirm [data-abide] span.ok span.error, [data-abide] .error div.password-confirm span.ok, div.password-confirm [data-abide] .error span.ok, [data-abide] div.password-confirm span.ok span.ok, div.password-confirm [data-abide] span.ok span.ok, [data-abide] span.error, [data-abide] div.password-confirm span.ok, div.password-confirm [data-abide] span.ok, [data-abide] small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 0.3125rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #ffffff;
}

[data-abide] span.error, [data-abide] div.password-confirm span.ok, div.password-confirm [data-abide] span.ok, [data-abide] small.error {
  display: none;
}

span.error, div.password-confirm span.ok, small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 0.3125rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #ffffff;
}

.error input, div.password-confirm span.ok input,
.error textarea, div.password-confirm span.ok textarea,
.error select, div.password-confirm span.ok select {
  margin-bottom: 0;
}

.error input[type="checkbox"], div.password-confirm span.ok input[type="checkbox"],
.error input[type="radio"], div.password-confirm span.ok input[type="radio"] {
  margin-bottom: 0.3125rem;
}

.error label, div.password-confirm span.ok label,
.error label.error, div.password-confirm span.ok label.error {
  color: #f04124;
}

.error small.error, div.password-confirm span.ok small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 0.3125rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #ffffff;
}

.error > label > small, div.password-confirm span.ok > label > small {
  background: transparent;
  color: #676767;
  display: inline;
  font-size: 60%;
  font-style: normal;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}

.error span.error-message, div.password-confirm span.ok span.error-message {
  display: block;
}

input.error,
textarea.error,
select.error {
  margin-bottom: 0;
}

label.error {
  color: #f04124;
}

.inline-list {
  list-style: none;
  margin-top: 0;
  margin-bottom: 1.0625rem;
  margin-left: -1.375rem;
  margin-right: 0;
  overflow: hidden;
  padding: 0;
}

.inline-list > li {
  display: block;
  float: left;
  list-style: none;
  margin-left: 1.375rem;
}

.inline-list > li > * {
  display: block;
}

/* Foundation Joyride */
.joyride-list {
  display: none;
}

/* Default styles for the container */
.joyride-tip-guide {
  background: #00254d;
  color: #ffffff;
  display: none;
  font-family: inherit;
  font-weight: normal;
  position: absolute;
  top: 0;
  width: 95%;
  z-index: 103;
  left: 2.5%;
}

.lt-ie9 .joyride-tip-guide {
  margin-left: -400px;
  max-width: 800px;
  left: 50%;
}

.joyride-content-wrapper {
  padding: 1.5rem;
  width: 100%;
}

.joyride-content-wrapper button, .joyride-content-wrapper
.button, .joyride-content-wrapper span.addtocalendar a.atcb-link, span.addtocalendar .joyride-content-wrapper a.atcb-link, .joyride-content-wrapper .section.promo .pane-content a, .section.promo .pane-content .joyride-content-wrapper a {
  margin-bottom: 0 !important;
}

.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 */
.joyride-tip-guide .joyride-nub {
  border: 10px solid #00254d;
  display: block;
  height: 0;
  position: absolute;
  width: 0;
  left: 22px;
}

.joyride-tip-guide .joyride-nub.top {
  border-color: #00254d;
  border-top-color: transparent !important;
  border-top-style: solid;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  top: -20px;
}

.joyride-tip-guide .joyride-nub.bottom {
  border-color: #00254d !important;
  border-bottom-color: transparent !important;
  border-bottom-style: solid;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  bottom: -20px;
}

.joyride-tip-guide .joyride-nub.right, .joyride-tip-guide button.joyride-nub.form-submit.ajax-processed, .joyride-tip-guide
.joyride-nub.form-submit.ajax-processed.button, .joyride-tip-guide span.addtocalendar a.joyride-nub.form-submit.ajax-processed.atcb-link, span.addtocalendar .joyride-tip-guide a.joyride-nub.form-submit.ajax-processed.atcb-link, .joyride-tip-guide .section.promo .pane-content a.joyride-nub.form-submit.ajax-processed, .section.promo .pane-content .joyride-tip-guide a.joyride-nub.form-submit.ajax-processed, .joyride-tip-guide #enge-improvement-modal .joyride-nub#webform-component-email, #enge-improvement-modal .joyride-tip-guide .joyride-nub#webform-component-email {
  right: -20px;
}

.joyride-tip-guide .joyride-nub.left, .joyride-tip-guide .view-Mentions .joyride-nub.views-field-link, .view-Mentions .joyride-tip-guide .joyride-nub.views-field-link, .joyride-tip-guide #enge-improvement-modal .joyride-nub#webform-component-name, #enge-improvement-modal .joyride-tip-guide .joyride-nub#webform-component-name {
  left: -20px;
}

/* Typography */
.joyride-tip-guide h1,
.joyride-tip-guide h2,
.joyride-tip-guide h3,
.joyride-tip-guide h4,
.joyride-tip-guide h5,
.joyride-tip-guide h6 {
  color: #ffffff;
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
}

.joyride-tip-guide p {
  font-size: calc(13px + 0.2vw);
  line-height: 1.3;
  margin: 0 0 1.125rem 0;
}

.joyride-timer-indicator-wrap {
  border: 0px;
  bottom: 1rem;
  height: 3px;
  position: absolute;
  width: 50px;
  right: 1.0625rem;
}

.joyride-timer-indicator {
  background: #666666;
  display: block;
  height: inherit;
  width: 0;
}

.joyride-close-tip {
  color: #ffffff !important;
  font-size: 24px;
  font-weight: 300;
  line-height: .5 !important;
  position: absolute;
  text-decoration: none;
  top: 10px;
  right: 12px;
}

.joyride-close-tip:hover, .joyride-close-tip:focus {
  color: #EEEEEE !important;
}

.joyride-modal-bg {
  background: rgba(0, 0, 0, 0.35);
  cursor: pointer;
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  left: 0;
}

.joyride-expose-wrapper {
  background-color: #ffffff;
  border-radius: 3px;
  box-shadow: 0 0 15px #ffffff;
  position: absolute;
  z-index: 102;
}

.joyride-expose-cover {
  background: transparent;
  border-radius: 3px;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 9999;
}

/* Styles for screens that are at least 768px; */
@media only screen {
  .joyride-tip-guide {
    width: 300px;
    left: inherit;
  }
  .joyride-tip-guide .joyride-nub.bottom {
    border-color: #00254d !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    bottom: -20px;
  }
  .joyride-tip-guide .joyride-nub.right, .joyride-tip-guide button.joyride-nub.form-submit.ajax-processed, .joyride-tip-guide
  .joyride-nub.form-submit.ajax-processed.button, .joyride-tip-guide span.addtocalendar a.joyride-nub.form-submit.ajax-processed.atcb-link, span.addtocalendar .joyride-tip-guide a.joyride-nub.form-submit.ajax-processed.atcb-link, .joyride-tip-guide .section.promo .pane-content a.joyride-nub.form-submit.ajax-processed, .section.promo .pane-content .joyride-tip-guide a.joyride-nub.form-submit.ajax-processed, .joyride-tip-guide #enge-improvement-modal .joyride-nub#webform-component-email, #enge-improvement-modal .joyride-tip-guide .joyride-nub#webform-component-email {
    border-color: #00254d !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    border-top-color: transparent !important;
    left: auto;
    right: -20px;
    top: 22px;
  }
  .joyride-tip-guide .joyride-nub.left, .joyride-tip-guide .view-Mentions .joyride-nub.views-field-link, .view-Mentions .joyride-tip-guide .joyride-nub.views-field-link, .joyride-tip-guide #enge-improvement-modal .joyride-nub#webform-component-name, #enge-improvement-modal .joyride-tip-guide .joyride-nub#webform-component-name {
    border-color: #00254d !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-top-color: transparent !important;
    left: -20px;
    right: auto;
    top: 22px;
  }
}

[data-magellan-expedition], [data-magellan-expedition-clone] {
  background: #ffffff;
  min-width: 100%;
  padding: 10px;
  z-index: 50;
}

[data-magellan-expedition] .sub-nav, [data-magellan-expedition-clone] .sub-nav {
  margin-bottom: 0;
}

[data-magellan-expedition] .sub-nav dd, [data-magellan-expedition-clone] .sub-nav dd {
  margin-bottom: 0;
}

[data-magellan-expedition] .sub-nav a, [data-magellan-expedition-clone] .sub-nav a {
  line-height: 1.8em;
}

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

/* Orbit Graceful Loading */
.slideshow-wrapper {
  position: relative;
}

.slideshow-wrapper ul {
  list-style-type: none;
  margin: 0;
}

.slideshow-wrapper ul li,
.slideshow-wrapper ul li .orbit-caption {
  display: none;
}

.slideshow-wrapper ul li:first-child {
  display: block;
}

.slideshow-wrapper .orbit-container {
  background-color: transparent;
}

.slideshow-wrapper .orbit-container li {
  display: block;
}

.slideshow-wrapper .orbit-container li .orbit-caption {
  display: block;
}

.slideshow-wrapper .orbit-container .orbit-bullets li {
  display: inline-block;
}

.slideshow-wrapper .preloader {
  border-radius: 1000px;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: rotate;
  animation-timing-function: linear;
  border-color: #555555 #ffffff;
  border: solid 3px;
  display: block;
  height: 40px;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 40px;
}

.orbit-container {
  background: none;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.orbit-container .orbit-slides-container {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  transform: translateZ(0);
}

.orbit-container .orbit-slides-container img {
  display: block;
  max-width: 100%;
}

.orbit-container .orbit-slides-container > * {
  position: absolute;
  top: 0;
  width: 100%;
  margin-left: 100%;
}

.orbit-container .orbit-slides-container > *:first-child {
  margin-left: 0;
}

.orbit-container .orbit-slides-container > * .orbit-caption {
  bottom: 0;
  position: absolute;
  background-color: rgba(51, 51, 51, 0.8);
  color: #ffffff;
  font-size: 0.875rem;
  padding: 0.625rem 0.875rem;
  width: 100%;
}

.orbit-container .orbit-slide-number {
  left: 10px;
  background: transparent;
  color: #ffffff;
  font-size: 12px;
  position: absolute;
  top: 10px;
  z-index: 10;
}

.orbit-container .orbit-slide-number span {
  font-weight: 700;
  padding: 0.3125rem;
}

.orbit-container .orbit-timer {
  position: absolute;
  top: 12px;
  right: 10px;
  height: 6px;
  width: 100px;
  z-index: 10;
}

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

.orbit-container .orbit-timer > span {
  border: solid 4px #ffffff;
  border-bottom: none;
  border-top: none;
  display: none;
  height: 14px;
  position: absolute;
  top: 0;
  width: 11px;
  right: 0;
}

.orbit-container .orbit-timer.paused > span {
  top: 0;
  width: 11px;
  height: 14px;
  border: inset 8px;
  border-left-style: solid;
  border-color: transparent;
  border-left-color: #ffffff;
  right: -4px;
}

.orbit-container .orbit-timer.paused > span.dark {
  border-left-color: #333333;
}

.orbit-container:hover .orbit-timer > span {
  display: block;
}

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

.orbit-container .orbit-prev:hover,
.orbit-container .orbit-next:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.orbit-container .orbit-prev > span,
.orbit-container .orbit-next > span {
  border: inset 10px;
  display: block;
  height: 0;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 0;
}

.orbit-container .orbit-prev {
  left: 0;
}

.orbit-container .orbit-prev > span {
  border-right-style: solid;
  border-color: transparent;
  border-right-color: #ffffff;
}

.orbit-container .orbit-prev:hover > span {
  border-right-color: #ffffff;
}

.orbit-container .orbit-next {
  right: 0;
}

.orbit-container .orbit-next > span {
  border-color: transparent;
  border-left-style: solid;
  border-left-color: #ffffff;
  left: 50%;
  margin-left: -4px;
}

.orbit-container .orbit-next:hover > span {
  border-left-color: #ffffff;
}

.orbit-bullets-container {
  text-align: center;
}

.orbit-bullets {
  display: block;
  float: none;
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  top: 10px;
}

.orbit-bullets li {
  background: #CCCCCC;
  cursor: pointer;
  display: inline-block;
  float: none;
  height: 0.5625rem;
  margin-right: 6px;
  width: 0.5625rem;
  border-radius: 1000px;
}

.orbit-bullets li.active {
  background: #999999;
}

.orbit-bullets li:last-child {
  margin-right: 0;
}

.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  display: none;
}

.touch .orbit-bullets {
  display: none;
}

@media only screen and (min-width: 40.063em) {
  .touch .orbit-container .orbit-prev,
  .touch .orbit-container .orbit-next {
    display: inherit;
  }
  .touch .orbit-bullets {
    display: block;
  }
}

@media only screen and (max-width: 40em) {
  .orbit-stack-on-small .orbit-slides-container {
    height: auto !important;
  }
  .orbit-stack-on-small .orbit-slides-container > * {
    margin: 0  !important;
    opacity: 1 !important;
    position: relative;
  }
  .orbit-stack-on-small .orbit-slide-number {
    display: none;
  }
  .orbit-timer {
    display: none;
  }
  .orbit-next, .orbit-prev {
    display: none;
  }
  .orbit-bullets {
    display: none;
  }
}

ul.pagination {
  display: block;
  margin-left: -0.3125rem;
  min-height: 1.5rem;
}

ul.pagination li {
  color: #4D4D4D;
  font-size: 1.125rem;
  height: 1.25rem;
  margin-left: 0;
}

ul.pagination li a, ul.pagination li button {
  border-radius: 5px;
  transition: background-color 300ms ease-out;
  background: none;
  color: #4D4D4D;
  display: block;
  font-size: 1em;
  font-weight: normal;
  line-height: inherit;
  padding: 0.25rem 0.75rem 0.25rem;
}

ul.pagination li:hover a,
ul.pagination li a:focus,
ul.pagination li:hover button,
ul.pagination li button:focus {
  background: #057eff;
}

ul.pagination li.unavailable a, ul.pagination li.unavailable button {
  cursor: default;
  color: #999999;
  pointer-events: none;
}

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

ul.pagination li.current a, ul.pagination li.current button {
  background: none;
  color: #004a99;
  cursor: default;
  font-weight: normal;
}

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

ul.pagination li {
  display: block;
  float: left;
}

/* Pagination centred wrapper */
.pagination-centered {
  text-align: center;
}

.pagination-centered ul.pagination li {
  display: inline-block;
  float: none;
}

/* Panels */
.panel {
  border-style: solid;
  border-width: 0px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f2f2f2;
  color: #333333;
}

.panel > :first-child {
  margin-top: 0;
}

.panel > :last-child {
  margin-bottom: 0;
}

.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p, .panel li, .panel dl {
  color: #333333;
}

.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
  line-height: 1;
  margin-bottom: 0.625rem;
}

.panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
  line-height: 1.4;
}

.panel.callout {
  border-style: solid;
  border-width: 0px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f4f4f4;
  color: #333333;
}

.panel.callout > :first-child {
  margin-top: 0;
}

.panel.callout > :last-child {
  margin-bottom: 0;
}

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

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

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

.panel.callout a:not(button):not(
.button):not(span.addtocalendar a.atcb-link):not(.section.promo .pane-content a) {
  color: #4D4D4D;
}

.panel.callout a:not(button):not(
.button):not(span.addtocalendar a.atcb-link):not(.section.promo .pane-content a):hover, .panel.callout a:not(button):not(
.button):not(span.addtocalendar a.atcb-link):not(.section.promo .pane-content a):focus {
  color: #424242;
}

.panel.radius {
  border-radius: 5px;
}

.range-slider {
  border: 1px solid #DDDDDD;
  margin: 1.25rem 0;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  display: block;
  height: 1rem;
  width: 100%;
  background: #FAFAFA;
}

.range-slider.vertical-range {
  border: 1px solid #DDDDDD;
  margin: 1.25rem 0;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  display: inline-block;
  height: 12.5rem;
  width: 1rem;
}

.range-slider.vertical-range .range-slider-handle {
  bottom: -10.5rem;
  margin-left: -0.5rem;
  margin-top: 0;
  position: absolute;
}

.range-slider.vertical-range .range-slider-active-segment {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  border-top-left-radius: initial;
  bottom: 0;
  height: auto;
  width: 0.875rem;
}

.range-slider.radius {
  background: #FAFAFA;
  border-radius: 5px;
}

.range-slider.radius .range-slider-handle {
  background: #4D4D4D;
  border-radius: 5px;
}

.range-slider.radius .range-slider-handle:hover {
  background: #444444;
}

.range-slider.round {
  background: #FAFAFA;
  border-radius: 1000px;
}

.range-slider.round .range-slider-handle {
  background: #4D4D4D;
  border-radius: 1000px;
}

.range-slider.round .range-slider-handle:hover {
  background: #444444;
}

.range-slider.disabled, .range-slider[disabled] {
  background: #FAFAFA;
  cursor: not-allowed;
  opacity: 0.7;
}

.range-slider.disabled .range-slider-handle, .range-slider[disabled] .range-slider-handle {
  background: #4D4D4D;
  cursor: default;
  opacity: 0.7;
}

.range-slider.disabled .range-slider-handle:hover, .range-slider[disabled] .range-slider-handle:hover {
  background: #444444;
}

.range-slider-active-segment {
  background: #e5aa00;
  border-bottom-left-radius: inherit;
  border-top-left-radius: inherit;
  display: inline-block;
  height: 0.875rem;
  position: absolute;
}

.range-slider-handle {
  border: 1px solid none;
  cursor: pointer;
  display: inline-block;
  height: 1.375rem;
  position: absolute;
  top: -0.3125rem;
  width: 2rem;
  z-index: 1;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #4D4D4D;
}

.range-slider-handle:hover {
  background: #444444;
}

.reveal-modal-bg {
  background: #000000;
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1004;
  left: 0;
}

.reveal-modal {
  border-radius: 0;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: #ffffff;
  padding: 2vw;
  border: solid 0 #666666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 40em) {
  .reveal-modal {
    min-height: 100vh;
  }
}

.reveal-modal .column, .reveal-modal .content-header, .reveal-modal .group-header, .reveal-modal .columns {
  min-width: 0;
}

.reveal-modal > :first-child {
  margin-top: 0;
}

.reveal-modal > :last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 40.063em) {
  .reveal-modal {
    left: 0;
    margin: 0 auto;
    max-width: 90rem;
    right: 0;
    width: 70%;
  }
}

@media only screen and (min-width: 40.063em) {
  .reveal-modal {
    top: 6.25rem;
  }
}

.reveal-modal.radius {
  box-shadow: none;
  border-radius: 0;
}

.reveal-modal.round {
  box-shadow: none;
  border-radius: 1000px;
}

.reveal-modal.collapse, .content-header .reveal-modal.l-content-header-top, .group-header .reveal-modal.l-content-header-top, .content-header .reveal-modal.l-content-header-main, .group-header .reveal-modal.l-content-header-main, .content-header .reveal-modal.l-content-header-bottom, .group-header .reveal-modal.l-content-header-bottom, .section-thematic-network-workspaces .reveal-modal.group-header-top {
  padding: 0;
  box-shadow: none;
}

@media only screen and (min-width: 40.063em) {
  .reveal-modal.tiny, button.reveal-modal.form-submit.ajax-processed,
  .reveal-modal.form-submit.ajax-processed.button, span.addtocalendar a.reveal-modal.form-submit.ajax-processed.atcb-link, .section.promo .pane-content a.reveal-modal.form-submit.ajax-processed,
  .entityreference-view-widget input.reveal-modal,
  .entityreference-view-widget select.reveal-modal,
  .entityreference-view-widget textarea.reveal-modal,
  .entityreference-view-widget button.reveal-modal,
  .entityreference-view-widget .reveal-modal.select2-choice, .date-combo input.reveal-modal, .select2-search input.reveal-modal, .modalframe-content-page .select2-container .select2-container .select2-search input.reveal-modal {
    left: 0;
    margin: 0 auto;
    max-width: 90rem;
    right: 0;
    width: 30%;
  }
}

@media only screen and (min-width: 40.063em) {
  .reveal-modal.small, .js .post-reply-comment button.reveal-modal, button.reveal-modal.enge-dropdown-button {
    left: 0;
    margin: 0 auto;
    max-width: 90rem;
    right: 0;
    width: 40%;
  }
}

@media only screen and (min-width: 40.063em) {
  .reveal-modal.medium {
    left: 0;
    margin: 0 auto;
    max-width: 90rem;
    right: 0;
    width: 60%;
  }
}

@media only screen and (min-width: 40.063em) {
  .reveal-modal.large {
    left: 0;
    margin: 0 auto;
    max-width: 90rem;
    right: 0;
    width: 70%;
  }
}

@media only screen and (min-width: 40.063em) {
  .reveal-modal.xlarge {
    left: 0;
    margin: 0 auto;
    max-width: 90rem;
    right: 0;
    width: 95%;
  }
}

.reveal-modal.full {
  height: 100vh;
  height: 100%;
  left: 0;
  margin-left: 0 !important;
  max-width: none !important;
  min-height: 100vh;
  top: 0;
}

@media only screen and (min-width: 40.063em) {
  .reveal-modal.full {
    left: 0;
    margin: 0 auto;
    max-width: 90rem;
    right: 0;
    width: 100%;
  }
}

.reveal-modal.toback {
  z-index: 1003;
}

.reveal-modal .close-reveal-modal {
  color: #4D4D4D;
  cursor: pointer;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: 0.625rem;
  right: 1.375rem;
}

.side-nav {
  display: block;
  font-family: "Roboto", sans-serif;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding: 0.875rem 0;
}

.side-nav li {
  font-size: 0.875rem;
  font-weight: normal;
  margin: 0 0 0.4375rem 0;
}

.side-nav li a:not(button):not(
.button):not(span.addtocalendar a.atcb-link):not(.section.promo .pane-content a) {
  color: #4D4D4D;
  display: block;
  margin: 0;
  padding: 0.4375rem 0.875rem;
}

.side-nav li a:not(button):not(
.button):not(span.addtocalendar a.atcb-link):not(.section.promo .pane-content a):hover, .side-nav li a:not(button):not(
.button):not(span.addtocalendar a.atcb-link):not(.section.promo .pane-content a):focus {
  background: rgba(0, 0, 0, 0.025);
  color: #828282;
}

.side-nav li a:not(button):not(
.button):not(span.addtocalendar a.atcb-link):not(.section.promo .pane-content a):active {
  color: #828282;
}

.side-nav li.active > a:first-child:not(button):not(
.button):not(span.addtocalendar a.atcb-link):not(.section.promo .pane-content a) {
  color: #828282;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
}

.side-nav li.divider {
  border-top: 1px solid;
  height: 0;
  list-style: none;
  padding: 0;
  border-top-color: #e6e6e6;
}

.side-nav li.heading {
  color: #4D4D4D;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
}

.sub-nav {
  display: block;
  margin: -0.25rem 0 1.125rem;
  overflow: hidden;
  padding-top: 0.25rem;
  width: auto;
}

.sub-nav dt {
  text-transform: uppercase;
}

.sub-nav dt,
.sub-nav dd,
.sub-nav li {
  color: #999999;
  float: left;
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  font-weight: normal;
  margin-left: 1rem;
  margin-bottom: 0;
}

.sub-nav dt a,
.sub-nav dd a,
.sub-nav li a {
  color: #999999;
  padding: 0.75rem 1.5rem 0.8125rem 1.5rem;
  text-decoration: none;
}

.sub-nav dt a:hover,
.sub-nav dd a:hover,
.sub-nav li a:hover {
  color: #737373;
}

.sub-nav dt.active a,
.sub-nav dd.active a,
.sub-nav li.active a {
  border-radius: 5px;
  background: #4D4D4D;
  color: #ffffff;
  cursor: default;
  font-weight: normal;
  padding: 0.75rem 1.5rem 0.8125rem 1.5rem;
}

.sub-nav dt.active a:hover,
.sub-nav dd.active a:hover,
.sub-nav li.active a:hover {
  background: #424242;
}

.switch {
  border: none;
  margin-bottom: 1.5rem;
  outline: 0;
  padding: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.switch label {
  background: #DDDDDD;
  color: transparent;
  cursor: pointer;
  display: block;
  margin-bottom: 1rem;
  position: relative;
  text-indent: 100%;
  width: 4rem;
  height: 2rem;
  transition: left 0.15s ease-out;
}

.switch input {
  left: 10px;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 9px;
}

.switch input + label {
  margin-left: 0;
  margin-right: 0;
}

.switch label:after {
  background: #ffffff;
  content: "";
  display: block;
  height: 1.5rem;
  left: .25rem;
  position: absolute;
  top: .25rem;
  width: 1.5rem;
  transition: left 0.15s ease-out;
  transform: translate3d(0, 0, 0);
}

.switch input:checked + label {
  background: #4D4D4D;
}

.switch input:checked + label:after {
  left: 2.25rem;
}

.switch label {
  height: 2rem;
  width: 4rem;
}

.switch label:after {
  height: 1.5rem;
  width: 1.5rem;
}

.switch input:checked + label:after {
  left: 2.25rem;
}

.switch label {
  color: transparent;
  background: #DDDDDD;
}

.switch label:after {
  background: #ffffff;
}

.switch input:checked + label {
  background: #4D4D4D;
}

.switch.large label {
  height: 2.5rem;
  width: 5rem;
}

.switch.large label:after {
  height: 2rem;
  width: 2rem;
}

.switch.large input:checked + label:after {
  left: 2.75rem;
}

.switch.small label, .js .post-reply-comment button.switch label, button.switch.enge-dropdown-button label {
  height: 1.75rem;
  width: 3.5rem;
}

.switch.small label:after, .js .post-reply-comment button.switch label:after, button.switch.enge-dropdown-button label:after {
  height: 1.25rem;
  width: 1.25rem;
}

.switch.small input:checked + label:after, .js .post-reply-comment button.switch input:checked + label:after, button.switch.enge-dropdown-button input:checked + label:after {
  left: 2rem;
}

.switch.tiny label, button.switch.form-submit.ajax-processed label,
.switch.form-submit.ajax-processed.button label, span.addtocalendar a.switch.form-submit.ajax-processed.atcb-link label, .section.promo .pane-content a.switch.form-submit.ajax-processed label,
.entityreference-view-widget input.switch label,
.entityreference-view-widget select.switch label,
.entityreference-view-widget textarea.switch label,
.entityreference-view-widget button.switch label,
.entityreference-view-widget .switch.select2-choice label, .date-combo input.switch label, .select2-search input.switch label {
  height: 1.5rem;
  width: 3rem;
}

.switch.tiny label:after, button.switch.form-submit.ajax-processed label:after,
.switch.form-submit.ajax-processed.button label:after, span.addtocalendar a.switch.form-submit.ajax-processed.atcb-link label:after, .section.promo .pane-content a.switch.form-submit.ajax-processed label:after,
.entityreference-view-widget input.switch label:after,
.entityreference-view-widget select.switch label:after,
.entityreference-view-widget textarea.switch label:after,
.entityreference-view-widget button.switch label:after,
.entityreference-view-widget .switch.select2-choice label:after, .date-combo input.switch label:after, .select2-search input.switch label:after {
  height: 1rem;
  width: 1rem;
}

.switch.tiny input:checked + label:after, button.switch.form-submit.ajax-processed input:checked + label:after,
.switch.form-submit.ajax-processed.button input:checked + label:after, span.addtocalendar a.switch.form-submit.ajax-processed.atcb-link input:checked + label:after, .section.promo .pane-content a.switch.form-submit.ajax-processed input:checked + label:after,
.entityreference-view-widget input.switch input:checked + label:after,
.entityreference-view-widget select.switch input:checked + label:after,
.entityreference-view-widget textarea.switch input:checked + label:after,
.entityreference-view-widget button.switch input:checked + label:after,
.entityreference-view-widget .switch.select2-choice input:checked + label:after, .date-combo input.switch input:checked + label:after, .select2-search input.switch input:checked + label:after {
  left: 1.75rem;
}

.switch.radius label {
  border-radius: 4px;
}

.switch.radius label:after {
  border-radius: 3px;
}

.switch.round {
  border-radius: 1000px;
}

.switch.round label {
  border-radius: 2rem;
}

.switch.round label:after {
  border-radius: 2rem;
}

table {
  background: #ffffff;
  border: solid 1px #DDDDDD;
  margin-bottom: 1.25rem;
  table-layout: auto;
}

table caption {
  background: transparent;
  color: #ffffff;
  font-size: 1rem;
  font-weight: bold;
}

table thead {
  background: #F5F5F5;
}

table thead tr th,
table thead tr td {
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0.5rem 0.625rem 0.625rem;
}

table tfoot {
  background: #F5F5F5;
}

table tfoot tr th,
table tfoot tr td {
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0.5rem 0.625rem 0.625rem;
}

table tr th,
table tr td {
  color: #222222;
  font-size: 0.875rem;
  padding: 0.625rem 0.9375rem;
  text-align: left;
}

table tr.even, table tr.alt, table tr:nth-of-type(even) {
  background: #F9F9F9;
}

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

.tabs {
  margin-bottom: 0 !important;
  margin-left: 0;
}

.tabs:before, .tabs:after {
  content: " ";
  display: table;
}

.tabs:after {
  clear: both;
}

.tabs dd,
.tabs .tab-title {
  float: left;
  list-style: none;
  margin-bottom: 0 !important;
  position: relative;
}

.tabs dd > a,
.tabs .tab-title > a {
  display: block;
  background-color: #EFEFEF;
  color: #222222;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  padding: 1rem 2rem;
}

.tabs dd > a:hover,
.tabs .tab-title > a:hover {
  background-color: #e1e1e1;
}

.tabs dd.active > a,
.tabs .tab-title.active > a {
  background-color: #ffffff;
  color: #222222;
}

.tabs.radius dd:first-child a,
.tabs.radius .tab:first-child a {
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

.tabs.radius dd:last-child a,
.tabs.radius .tab:last-child a {
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

.tabs.vertical dd,
.tabs.vertical .tab-title {
  position: inherit;
  float: none;
  display: block;
  top: auto;
}

.tabs-content {
  margin-bottom: 1.5rem;
  width: 100%;
}

.tabs-content:before, .tabs-content:after {
  content: " ";
  display: table;
}

.tabs-content:after {
  clear: both;
}

.tabs-content > .content {
  display: none;
  float: left;
  padding: 1vw 0;
  width: 100%;
}

.tabs-content > .content.active {
  display: block;
  float: none;
}

.tabs-content > .content.contained {
  padding: 1vw;
}

.tabs-content.vertical {
  display: block;
}

.tabs-content.vertical > .content {
  padding: 0 1vw;
}

@media only screen and (min-width: 40.063em) {
  .tabs.vertical {
    float: left;
    margin: 0;
    margin-bottom: 1.25rem !important;
    max-width: 20%;
    width: 20%;
  }
  .tabs-content.vertical {
    float: left;
    margin-left: -1px;
    max-width: 80%;
    padding-left: 1rem;
    width: 80%;
  }
}

.no-js .tabs-content > .content {
  display: block;
  float: none;
}

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

.th:hover, .th:focus {
  box-shadow: 0 0 6px 1px rgba(77, 77, 77, 0.5);
}

.th.radius {
  border-radius: 5px;
}

/* Tooltips */
.has-tip {
  border-bottom: dotted 1px #CCCCCC;
  color: #333333;
  cursor: help;
  font-weight: 700;
}

.has-tip:hover, .has-tip:focus {
  border-bottom: dotted 1px #232323;
  color: #4D4D4D;
}

.has-tip.tip-left, .has-tip.tip-right {
  float: none !important;
}

.tooltip {
  background: #333333;
  color: #ffffff;
  display: none;
  font-size: 0.8125rem;
  font-weight: 300;
  line-height: 1.3;
  max-width: 300px;
  padding: 1.5625rem;
  position: absolute;
  width: 100%;
  z-index: 1006;
  left: 50%;
}

.tooltip > .nub {
  border: solid 6px;
  border-color: transparent transparent #333333 transparent;
  display: block;
  height: 0;
  pointer-events: none;
  position: absolute;
  top: -12px;
  width: 0;
  left: 6px;
}

.tooltip > .nub.rtl {
  left: auto;
  right: 6px;
}

.tooltip.radius {
  border-radius: 5px;
}

.tooltip.round {
  border-radius: 1000px;
}

.tooltip.round > .nub {
  left: 2rem;
}

.tooltip.opened {
  border-bottom: dotted 1px #232323 !important;
  color: #4D4D4D !important;
}

.tap-to-close {
  color: #777777;
  display: block;
  font-size: 0.625rem;
  font-weight: normal;
}

@media only screen {
  .tooltip > .nub {
    border-color: transparent transparent #333333 transparent;
    top: -12px;
  }
  .tooltip.tip-top > .nub {
    border-color: #333333 transparent transparent transparent;
    bottom: -12px;
    top: auto;
  }
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important;
  }
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #333333;
    left: auto;
    margin-top: -6px;
    right: -12px;
    top: 50%;
  }
  .tooltip.tip-right > .nub {
    border-color: transparent #333333 transparent transparent;
    left: -12px;
    margin-top: -6px;
    right: auto;
    top: 50%;
  }
}

meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
  width: 100%;
  background: #E6E6E6;
}

.contain-to-grid .top-bar {
  margin-bottom: 0;
}

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  left: 0;
}

.fixed.expanded:not(.top-bar) {
  height: auto;
  max-height: 100%;
  overflow-y: auto;
  width: 100%;
}

.fixed.expanded:not(.top-bar) .title-area {
  position: fixed;
  width: 100%;
  z-index: 99;
}

.fixed.expanded:not(.top-bar) .top-bar-section {
  margin-top: 4.375rem;
  z-index: 98;
}

.top-bar {
  background: #E6E6E6;
  height: 4.375rem;
  line-height: 4.375rem;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
}

.top-bar ul {
  list-style: none;
  margin-bottom: 0;
}

.top-bar .row {
  max-width: none;
}

.top-bar form,
.top-bar input,
.top-bar select {
  margin-bottom: 0;
}

.top-bar input,
.top-bar select {
  font-size: 0.75rem;
  height: 1.75rem;
  padding-bottom: .35rem;
  padding-top: .35rem;
}

.top-bar button, .top-bar
.button, .top-bar span.addtocalendar a.atcb-link, span.addtocalendar .top-bar a.atcb-link, .top-bar .section.promo .pane-content a, .section.promo .pane-content .top-bar a, .top-bar button {
  font-size: 0.75rem;
  margin-bottom: 0;
  padding-bottom: 0.4125rem;
  padding-top: 0.4125rem;
}

@media only screen and (max-width: 40em) {
  .top-bar button, .top-bar
  .button, .top-bar span.addtocalendar a.atcb-link, span.addtocalendar .top-bar a.atcb-link, .top-bar .section.promo .pane-content a, .section.promo .pane-content .top-bar a, .top-bar button {
    position: relative;
    top: -1px;
  }
}

.top-bar .title-area {
  margin: 0;
  position: relative;
}

.top-bar .name {
  font-size: 16px;
  height: 4.375rem;
  margin: 0;
}

.top-bar .name h1, .top-bar .name h2, .top-bar .name h3, .top-bar .name h4, .top-bar .name p, .top-bar .name span {
  font-size: 1rem;
  line-height: 4.375rem;
  margin: 0;
}

.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 {
  color: #ffffff;
  display: block;
  font-weight: normal;
  padding: 0 0.875rem;
  width: 75%;
}

.top-bar .toggle-topbar {
  position: absolute;
  right: 0;
  top: 0;
}

.top-bar .toggle-topbar a {
  color: #ffffff;
  display: block;
  font-size: 0.8125rem;
  font-weight: 700;
  height: 4.375rem;
  line-height: 4.375rem;
  padding: 0 0.875rem;
  position: relative;
  text-transform: uppercase;
}

.top-bar .toggle-topbar.menu-icon {
  margin-top: -16px;
  top: 50%;
}

.top-bar .toggle-topbar.menu-icon a {
  color: #004a99;
  height: 34px;
  line-height: 33px;
  padding: 0 2.4375rem 0 0.875rem;
  position: relative;
}

.top-bar .toggle-topbar.menu-icon a span::after {
  content: "";
  display: block;
  height: 0;
  position: absolute;
  margin-top: -8px;
  top: 50%;
  right: 0.875rem;
  box-shadow: 0 0 0 1px #004a99, 0 7px 0 1px #004a99, 0 14px 0 1px #004a99;
  width: 16px;
}

.top-bar .toggle-topbar.menu-icon a span:hover:after {
  box-shadow: 0 0 0 1px "", 0 7px 0 1px "", 0 14px 0 1px "";
}

.top-bar.expanded {
  background: transparent;
  height: auto;
}

.top-bar.expanded .title-area {
  background: #E6E6E6;
}

.top-bar.expanded .toggle-topbar a {
  color: #888888;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .top-bar.expanded .top-bar-section .has-dropdown.moved > .dropdown,
  .top-bar.expanded .top-bar-section .dropdown {
    clip: initial;
  }
  .top-bar.expanded .top-bar-section .has-dropdown:not(.moved) > ul {
    padding: 0;
  }
}

.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  transition: left 300ms ease-out;
}

.top-bar-section ul {
  display: block;
  font-size: 16px;
  height: auto;
  margin: 0;
  padding: 0;
  width: 100%;
}

.top-bar-section .divider,
.top-bar-section [role="separator"] {
  border-top: solid 1px #737373;
  clear: both;
  height: 1px;
  width: 100%;
}

.top-bar-section ul li {
  background: #333333;
}

.top-bar-section ul li > a {
  color: #ffffff;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  padding-left: 0.875rem;
  padding: 12px 0 12px 0.875rem;
  text-transform: none;
  width: 100%;
}

.top-bar-section ul li >
a.button, .top-bar-section ul span.addtocalendar li > a.atcb-link, span.addtocalendar .top-bar-section ul li > a.atcb-link, .top-bar-section ul .section.promo .pane-content li > a, .section.promo .pane-content .top-bar-section ul li > a {
  font-size: 1rem;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  background-color: #4D4D4D;
  border-color: #3e3e3e;
  color: #ffffff;
}

.top-bar-section ul li >
a.button:hover, .top-bar-section ul span.addtocalendar li > a.atcb-link:hover, span.addtocalendar .top-bar-section ul li > a.atcb-link:hover, .top-bar-section ul .section.promo .pane-content li > a:hover, .section.promo .pane-content .top-bar-section ul li > a:hover, .top-bar-section ul li >
a.button:focus, .top-bar-section ul span.addtocalendar li > a.atcb-link:focus, span.addtocalendar .top-bar-section ul li > a.atcb-link:focus, .top-bar-section ul .section.promo .pane-content li > a:focus, .section.promo .pane-content .top-bar-section ul li > a:focus {
  background-color: #3e3e3e;
}

.top-bar-section ul li >
a.button:hover, .top-bar-section ul span.addtocalendar li > a.atcb-link:hover, span.addtocalendar .top-bar-section ul li > a.atcb-link:hover, .top-bar-section ul .section.promo .pane-content li > a:hover, .section.promo .pane-content .top-bar-section ul li > a:hover, .top-bar-section ul li >
a.button:focus, .top-bar-section ul span.addtocalendar li > a.atcb-link:focus, span.addtocalendar .top-bar-section ul li > a.atcb-link:focus, .top-bar-section ul .section.promo .pane-content li > a:focus, .section.promo .pane-content .top-bar-section ul li > a:focus {
  color: #ffffff;
}

.top-bar-section ul li >
a.secondary.button, .top-bar-section ul span.addtocalendar li > a.secondary.atcb-link, span.addtocalendar .top-bar-section ul li > a.secondary.atcb-link, .top-bar-section ul .section.promo .pane-content li > a.secondary, .section.promo .pane-content .top-bar-section ul li > a.secondary {
  background-color: #E7AC00;
  border-color: #b98a00;
  color: #ffffff;
}

.top-bar-section ul li >
a.secondary.button:hover, .top-bar-section ul span.addtocalendar li > a.secondary.atcb-link:hover, span.addtocalendar .top-bar-section ul li > a.secondary.atcb-link:hover, .top-bar-section ul .section.promo .pane-content li > a.secondary:hover, .section.promo .pane-content .top-bar-section ul li > a.secondary:hover, .top-bar-section ul li >
a.secondary.button:focus, .top-bar-section ul span.addtocalendar li > a.secondary.atcb-link:focus, span.addtocalendar .top-bar-section ul li > a.secondary.atcb-link:focus, .top-bar-section ul .section.promo .pane-content li > a.secondary:focus, .section.promo .pane-content .top-bar-section ul li > a.secondary:focus {
  background-color: #b98a00;
}

.top-bar-section ul li >
a.secondary.button:hover, .top-bar-section ul span.addtocalendar li > a.secondary.atcb-link:hover, span.addtocalendar .top-bar-section ul li > a.secondary.atcb-link:hover, .top-bar-section ul .section.promo .pane-content li > a.secondary:hover, .section.promo .pane-content .top-bar-section ul li > a.secondary:hover, .top-bar-section ul li >
a.secondary.button:focus, .top-bar-section ul span.addtocalendar li > a.secondary.atcb-link:focus, span.addtocalendar .top-bar-section ul li > a.secondary.atcb-link:focus, .top-bar-section ul .section.promo .pane-content li > a.secondary:focus, .section.promo .pane-content .top-bar-section ul li > a.secondary:focus {
  color: #ffffff;
}

.top-bar-section ul li >
a.success.button, .top-bar-section ul span.addtocalendar li > a.success.atcb-link, span.addtocalendar .top-bar-section ul li > a.success.atcb-link, .top-bar-section ul .section.promo .pane-content li > a.success, .section.promo .pane-content .top-bar-section ul li > a.success {
  background-color: #ABD365;
  border-color: #90c237;
  color: #ffffff;
}

.top-bar-section ul li >
a.success.button:hover, .top-bar-section ul span.addtocalendar li > a.success.atcb-link:hover, span.addtocalendar .top-bar-section ul li > a.success.atcb-link:hover, .top-bar-section ul .section.promo .pane-content li > a.success:hover, .section.promo .pane-content .top-bar-section ul li > a.success:hover, .top-bar-section ul li >
a.success.button:focus, .top-bar-section ul span.addtocalendar li > a.success.atcb-link:focus, span.addtocalendar .top-bar-section ul li > a.success.atcb-link:focus, .top-bar-section ul .section.promo .pane-content li > a.success:focus, .section.promo .pane-content .top-bar-section ul li > a.success:focus {
  background-color: #90c237;
}

.top-bar-section ul li >
a.success.button:hover, .top-bar-section ul span.addtocalendar li > a.success.atcb-link:hover, span.addtocalendar .top-bar-section ul li > a.success.atcb-link:hover, .top-bar-section ul .section.promo .pane-content li > a.success:hover, .section.promo .pane-content .top-bar-section ul li > a.success:hover, .top-bar-section ul li >
a.success.button:focus, .top-bar-section ul span.addtocalendar li > a.success.atcb-link:focus, span.addtocalendar .top-bar-section ul li > a.success.atcb-link:focus, .top-bar-section ul .section.promo .pane-content li > a.success:focus, .section.promo .pane-content .top-bar-section ul li > a.success:focus {
  color: #ffffff;
}

.top-bar-section ul li >
a.alert.button, .top-bar-section ul span.addtocalendar li > a.alert.atcb-link, span.addtocalendar .top-bar-section ul li > a.alert.atcb-link, .top-bar-section ul .section.promo .pane-content li > a.alert, .section.promo .pane-content .top-bar-section ul li > a.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #ffffff;
}

.top-bar-section ul li >
a.alert.button:hover, .top-bar-section ul span.addtocalendar li > a.alert.atcb-link:hover, span.addtocalendar .top-bar-section ul li > a.alert.atcb-link:hover, .top-bar-section ul .section.promo .pane-content li > a.alert:hover, .section.promo .pane-content .top-bar-section ul li > a.alert:hover, .top-bar-section ul li >
a.alert.button:focus, .top-bar-section ul span.addtocalendar li > a.alert.atcb-link:focus, span.addtocalendar .top-bar-section ul li > a.alert.atcb-link:focus, .top-bar-section ul .section.promo .pane-content li > a.alert:focus, .section.promo .pane-content .top-bar-section ul li > a.alert:focus {
  background-color: #cf2a0e;
}

.top-bar-section ul li >
a.alert.button:hover, .top-bar-section ul span.addtocalendar li > a.alert.atcb-link:hover, span.addtocalendar .top-bar-section ul li > a.alert.atcb-link:hover, .top-bar-section ul .section.promo .pane-content li > a.alert:hover, .section.promo .pane-content .top-bar-section ul li > a.alert:hover, .top-bar-section ul li >
a.alert.button:focus, .top-bar-section ul span.addtocalendar li > a.alert.atcb-link:focus, span.addtocalendar .top-bar-section ul li > a.alert.atcb-link:focus, .top-bar-section ul .section.promo .pane-content li > a.alert:focus, .section.promo .pane-content .top-bar-section ul li > a.alert:focus {
  color: #ffffff;
}

.top-bar-section ul li >
a.warning.button, .top-bar-section ul span.addtocalendar li > a.warning.atcb-link, span.addtocalendar .top-bar-section ul li > a.warning.atcb-link, .top-bar-section ul .section.promo .pane-content li > a.warning, .section.promo .pane-content .top-bar-section ul li > a.warning {
  background-color: #F0A49E;
  border-color: #e56359;
  color: #333333;
}

.top-bar-section ul li >
a.warning.button:hover, .top-bar-section ul span.addtocalendar li > a.warning.atcb-link:hover, span.addtocalendar .top-bar-section ul li > a.warning.atcb-link:hover, .top-bar-section ul .section.promo .pane-content li > a.warning:hover, .section.promo .pane-content .top-bar-section ul li > a.warning:hover, .top-bar-section ul li >
a.warning.button:focus, .top-bar-section ul span.addtocalendar li > a.warning.atcb-link:focus, span.addtocalendar .top-bar-section ul li > a.warning.atcb-link:focus, .top-bar-section ul .section.promo .pane-content li > a.warning:focus, .section.promo .pane-content .top-bar-section ul li > a.warning:focus {
  background-color: #e56359;
}

.top-bar-section ul li >
a.warning.button:hover, .top-bar-section ul span.addtocalendar li > a.warning.atcb-link:hover, span.addtocalendar .top-bar-section ul li > a.warning.atcb-link:hover, .top-bar-section ul .section.promo .pane-content li > a.warning:hover, .section.promo .pane-content .top-bar-section ul li > a.warning:hover, .top-bar-section ul li >
a.warning.button:focus, .top-bar-section ul span.addtocalendar li > a.warning.atcb-link:focus, span.addtocalendar .top-bar-section ul li > a.warning.atcb-link:focus, .top-bar-section ul .section.promo .pane-content li > a.warning:focus, .section.promo .pane-content .top-bar-section ul li > a.warning:focus {
  color: #ffffff;
}

.top-bar-section ul li >
a.info.button, .top-bar-section ul li > a.button.node-visibility-message, .top-bar-section ul span.addtocalendar li > a.info.atcb-link, span.addtocalendar .top-bar-section ul li > a.info.atcb-link, .top-bar-section ul span.addtocalendar li > a.atcb-link.node-visibility-message, span.addtocalendar .top-bar-section ul li > a.atcb-link.node-visibility-message, .top-bar-section ul .section.promo .pane-content li > a.node-visibility-message, .section.promo .pane-content .top-bar-section ul li > a.node-visibility-message, .top-bar-section ul .section.promo .pane-content li > a.info, .section.promo .pane-content .top-bar-section ul li > a.info {
  background-color: #F8ECC1;
  border-color: #efd472;
  color: #333333;
}

.top-bar-section ul li >
a.info.button:hover, .top-bar-section ul li > a.button.node-visibility-message:hover, .top-bar-section ul span.addtocalendar li > a.info.atcb-link:hover, span.addtocalendar .top-bar-section ul li > a.info.atcb-link:hover, .top-bar-section ul span.addtocalendar li > a.atcb-link.node-visibility-message:hover, span.addtocalendar .top-bar-section ul li > a.atcb-link.node-visibility-message:hover, .top-bar-section ul .section.promo .pane-content li > a.node-visibility-message:hover, .section.promo .pane-content .top-bar-section ul li > a.node-visibility-message:hover, .top-bar-section ul .section.promo .pane-content li > a.info:hover, .section.promo .pane-content .top-bar-section ul li > a.info:hover, .top-bar-section ul li >
a.info.button:focus, .top-bar-section ul li > a.button.node-visibility-message:focus, .top-bar-section ul span.addtocalendar li > a.info.atcb-link:focus, span.addtocalendar .top-bar-section ul li > a.info.atcb-link:focus, .top-bar-section ul span.addtocalendar li > a.atcb-link.node-visibility-message:focus, span.addtocalendar .top-bar-section ul li > a.atcb-link.node-visibility-message:focus, .top-bar-section ul .section.promo .pane-content li > a.node-visibility-message:focus, .section.promo .pane-content .top-bar-section ul li > a.node-visibility-message:focus, .top-bar-section ul .section.promo .pane-content li > a.info:focus, .section.promo .pane-content .top-bar-section ul li > a.info:focus {
  background-color: #efd472;
}

.top-bar-section ul li >
a.info.button:hover, .top-bar-section ul li > a.button.node-visibility-message:hover, .top-bar-section ul span.addtocalendar li > a.info.atcb-link:hover, span.addtocalendar .top-bar-section ul li > a.info.atcb-link:hover, .top-bar-section ul span.addtocalendar li > a.atcb-link.node-visibility-message:hover, span.addtocalendar .top-bar-section ul li > a.atcb-link.node-visibility-message:hover, .top-bar-section ul .section.promo .pane-content li > a.node-visibility-message:hover, .section.promo .pane-content .top-bar-section ul li > a.node-visibility-message:hover, .top-bar-section ul .section.promo .pane-content li > a.info:hover, .section.promo .pane-content .top-bar-section ul li > a.info:hover, .top-bar-section ul li >
a.info.button:focus, .top-bar-section ul li > a.button.node-visibility-message:focus, .top-bar-section ul span.addtocalendar li > a.info.atcb-link:focus, span.addtocalendar .top-bar-section ul li > a.info.atcb-link:focus, .top-bar-section ul span.addtocalendar li > a.atcb-link.node-visibility-message:focus, span.addtocalendar .top-bar-section ul li > a.atcb-link.node-visibility-message:focus, .top-bar-section ul .section.promo .pane-content li > a.node-visibility-message:focus, .section.promo .pane-content .top-bar-section ul li > a.node-visibility-message:focus, .top-bar-section ul .section.promo .pane-content li > a.info:focus, .section.promo .pane-content .top-bar-section ul li > a.info:focus {
  color: #ffffff;
}

.top-bar-section ul li > button {
  font-size: 1rem;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  background-color: #4D4D4D;
  border-color: #3e3e3e;
  color: #ffffff;
}

.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
  background-color: #3e3e3e;
}

.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
  color: #ffffff;
}

.top-bar-section ul li > button.secondary {
  background-color: #E7AC00;
  border-color: #b98a00;
  color: #ffffff;
}

.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
  background-color: #b98a00;
}

.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
  color: #ffffff;
}

.top-bar-section ul li > button.success {
  background-color: #ABD365;
  border-color: #90c237;
  color: #ffffff;
}

.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
  background-color: #90c237;
}

.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
  color: #ffffff;
}

.top-bar-section ul li > button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #ffffff;
}

.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
  background-color: #cf2a0e;
}

.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
  color: #ffffff;
}

.top-bar-section ul li > button.warning {
  background-color: #F0A49E;
  border-color: #e56359;
  color: #333333;
}

.top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
  background-color: #e56359;
}

.top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
  color: #ffffff;
}

.top-bar-section ul li > button.info, .top-bar-section ul li > button.node-visibility-message {
  background-color: #F8ECC1;
  border-color: #efd472;
  color: #333333;
}

.top-bar-section ul li > button.info:hover, .top-bar-section ul li > button.node-visibility-message:hover, .top-bar-section ul li > button.info:focus, .top-bar-section ul li > button.node-visibility-message:focus {
  background-color: #efd472;
}

.top-bar-section ul li > button.info:hover, .top-bar-section ul li > button.node-visibility-message:hover, .top-bar-section ul li > button.info:focus, .top-bar-section ul li > button.node-visibility-message:focus {
  color: #ffffff;
}

.top-bar-section ul li:hover:not(.has-form) > a {
  background-color: #d8a100;
  color: #ffffff;
  background: #222222;
}

.top-bar-section ul li.active > a {
  background: #4D4D4D;
  color: #ffffff;
}

.top-bar-section ul li.active > a:hover {
  background: #424242;
  color: #ffffff;
}

.top-bar-section .has-form {
  padding: 0.875rem;
}

.top-bar-section .has-dropdown {
  position: relative;
}

.top-bar-section .has-dropdown > a:after {
  border: inset 5px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent rgba(0, 74, 153, 0.4);
  border-left-style: solid;
  margin-right: 0.875rem;
  margin-top: -4.5px;
  position: absolute;
  top: 50%;
  right: 0;
}

.top-bar-section .has-dropdown.moved {
  position: static;
}

.top-bar-section .has-dropdown.moved > .dropdown {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
  display: block;
  position: absolute !important;
  width: 100%;
}

.top-bar-section .has-dropdown.moved > a:after {
  display: none;
}

.top-bar-section .dropdown {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  display: block;
  padding: 0;
  position: absolute;
  top: 0;
  z-index: 99;
  left: 100%;
}

.top-bar-section .dropdown li {
  height: auto;
  width: 100%;
}

.top-bar-section .dropdown li a {
  font-weight: normal;
  padding: 8px 0.875rem;
}

.top-bar-section .dropdown li a.parent-link {
  font-weight: normal;
}

.top-bar-section .dropdown li.title h5, .top-bar-section .dropdown li.parent-link {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 1.125rem;
}

.top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a {
  color: #ffffff;
  display: block;
}

.top-bar-section .dropdown li.title h5 a:hover, .top-bar-section .dropdown li.parent-link a:hover {
  background: none;
}

.top-bar-section .dropdown li.has-form {
  padding: 8px 0.875rem;
}

.top-bar-section .dropdown li button, .top-bar-section .dropdown li
.button, .top-bar-section .dropdown li span.addtocalendar a.atcb-link, span.addtocalendar .top-bar-section .dropdown li a.atcb-link, .top-bar-section .dropdown li .section.promo .pane-content a, .section.promo .pane-content .top-bar-section .dropdown li a,
.top-bar-section .dropdown li button {
  top: auto;
}

.top-bar-section .dropdown label {
  color: #777777;
  font-size: 0.625rem;
  font-weight: 700;
  margin-bottom: 0;
  padding: 8px 0.875rem 2px;
  text-transform: uppercase;
}

.js-generated {
  display: block;
}

@media only screen and (min-width: 64.063em) {
  .top-bar {
    background: #E6E6E6;
    overflow: visible;
  }
  .top-bar:before, .top-bar:after {
    content: " ";
    display: table;
  }
  .top-bar:after {
    clear: both;
  }
  .top-bar .toggle-topbar {
    display: none;
  }
  .top-bar .title-area {
    float: left;
  }
  .top-bar .name h1 a,
  .top-bar .name h2 a,
  .top-bar .name h3 a,
  .top-bar .name h4 a,
  .top-bar .name h5 a,
  .top-bar .name h6 a {
    width: auto;
  }
  .top-bar input,
  .top-bar select,
  .top-bar button,
  .top-bar
  .button,
  .top-bar span.addtocalendar a.atcb-link, span.addtocalendar
  .top-bar a.atcb-link,
  .top-bar .section.promo .pane-content a, .section.promo .pane-content
  .top-bar a,
  .top-bar button {
    font-size: 0.875rem;
    height: 1.75rem;
    position: relative;
    top: 1.3125rem;
  }
  .top-bar .has-form > button, .top-bar .has-form >
  .button, .top-bar span.addtocalendar .has-form > a.atcb-link, span.addtocalendar .top-bar .has-form > a.atcb-link, .top-bar .section.promo .pane-content .has-form > a, .section.promo .pane-content .top-bar .has-form > a,
  .top-bar .has-form > button {
    font-size: 0.875rem;
    height: 1.75rem;
    position: relative;
    top: 1.3125rem;
  }
  .top-bar.expanded {
    background: #E6E6E6;
  }
  .contain-to-grid .top-bar {
    margin: 0 auto;
    margin-bottom: 0;
    max-width: 90rem;
  }
  .top-bar-section {
    transition: none 0 0;
    left: 0 !important;
  }
  .top-bar-section ul {
    display: inline;
    height: auto !important;
    width: auto;
  }
  .top-bar-section ul li {
    float: left;
  }
  .top-bar-section ul li .js-generated {
    display: none;
  }
  .top-bar-section li.hover > a:not(button):not(
  .button):not(span.addtocalendar a.atcb-link):not(.section.promo .pane-content a) {
    background-color: #d8a100;
    background: #222222;
    color: #ffffff;
  }
  .top-bar-section li:not(.has-form) a:not(button):not(
  .button):not(span.addtocalendar a.atcb-link):not(.section.promo .pane-content a) {
    background: #E6E6E6;
    line-height: 4.375rem;
    padding: 0 0.875rem;
  }
  .top-bar-section li:not(.has-form) a:not(button):not(
  .button):not(span.addtocalendar a.atcb-link):not(.section.promo .pane-content a):hover {
    background-color: #d8a100;
    background: #222222;
  }
  .top-bar-section li.active:not(.has-form) a:not(button):not(
  .button):not(span.addtocalendar a.atcb-link):not(.section.promo .pane-content a) {
    background: #4D4D4D;
    color: #ffffff;
    line-height: 4.375rem;
    padding: 0 0.875rem;
  }
  .top-bar-section li.active:not(.has-form) a:not(button):not(
  .button):not(span.addtocalendar a.atcb-link):not(.section.promo .pane-content a):hover {
    background: #424242;
    color: #ffffff;
  }
  .top-bar-section .has-dropdown > a {
    padding-right: 2.125rem !important;
  }
  .top-bar-section .has-dropdown > a:after {
    border: inset 5px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: rgba(0, 74, 153, 0.4) transparent transparent transparent;
    border-top-style: solid;
    margin-top: -2.5px;
    top: 2.1875rem;
  }
  .top-bar-section .has-dropdown.moved {
    position: relative;
  }
  .top-bar-section .has-dropdown.moved > .dropdown {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    display: block;
  }
  .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important;
  }
  .top-bar-section .has-dropdown > a:focus + .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important;
  }
  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    border: none;
    content: "\00bb";
    top: 0.1875rem;
    right: 5px;
  }
  .top-bar-section .dropdown {
    left: 0;
    background: transparent;
    min-width: 100%;
    top: auto;
  }
  .top-bar-section .dropdown li a {
    background: #333333;
    color: #004a99;
    line-height: 4.375rem;
    padding: 12px 0.875rem;
    white-space: nowrap;
  }
  .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(button):not(
  .button):not(span.addtocalendar a.atcb-link):not(.section.promo .pane-content a) {
    background: #333333;
    color: #004a99;
  }
  .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(button):not(
  .button):not(span.addtocalendar a.atcb-link):not(.section.promo .pane-content a) {
    background-color: #d8a100;
    color: #ffffff;
    background: #222222;
  }
  .top-bar-section .dropdown li label {
    background: #333333;
    white-space: nowrap;
  }
  .top-bar-section .dropdown li .dropdown {
    left: 100%;
    top: 0;
  }
  .top-bar-section > ul > .divider,
  .top-bar-section > ul > [role="separator"] {
    border-right: solid 1px #e9e9e9;
    border-bottom: none;
    border-top: none;
    clear: none;
    height: 4.375rem;
    width: 0;
  }
  .top-bar-section .has-form {
    background: #E6E6E6;
    height: 4.375rem;
    padding: 0 0.875rem;
  }
  .top-bar-section .right li .dropdown, .top-bar-section button.form-submit.ajax-processed li .dropdown, .top-bar-section
  .form-submit.ajax-processed.button li .dropdown, .top-bar-section span.addtocalendar a.form-submit.ajax-processed.atcb-link li .dropdown, span.addtocalendar .top-bar-section a.form-submit.ajax-processed.atcb-link li .dropdown, .top-bar-section .section.promo .pane-content a.form-submit.ajax-processed li .dropdown, .section.promo .pane-content .top-bar-section a.form-submit.ajax-processed li .dropdown, .top-bar-section #enge-improvement-modal #webform-component-email li .dropdown, #enge-improvement-modal .top-bar-section #webform-component-email li .dropdown {
    left: auto;
    right: 0;
  }
  .top-bar-section .right li .dropdown li .dropdown, .top-bar-section button.form-submit.ajax-processed li .dropdown li .dropdown, .top-bar-section
  .form-submit.ajax-processed.button li .dropdown li .dropdown, .top-bar-section span.addtocalendar a.form-submit.ajax-processed.atcb-link li .dropdown li .dropdown, span.addtocalendar .top-bar-section a.form-submit.ajax-processed.atcb-link li .dropdown li .dropdown, .top-bar-section .section.promo .pane-content a.form-submit.ajax-processed li .dropdown li .dropdown, .section.promo .pane-content .top-bar-section a.form-submit.ajax-processed li .dropdown li .dropdown, .top-bar-section #enge-improvement-modal #webform-component-email li .dropdown li .dropdown, #enge-improvement-modal .top-bar-section #webform-component-email li .dropdown li .dropdown {
    right: 100%;
  }
  .top-bar-section .left li .dropdown, .top-bar-section .view-Mentions .views-field-link li .dropdown, .view-Mentions .top-bar-section .views-field-link li .dropdown, .top-bar-section #enge-improvement-modal #webform-component-name li .dropdown, #enge-improvement-modal .top-bar-section #webform-component-name li .dropdown {
    right: auto;
    left: 0;
  }
  .top-bar-section .left li .dropdown li .dropdown, .top-bar-section .view-Mentions .views-field-link li .dropdown li .dropdown, .view-Mentions .top-bar-section .views-field-link li .dropdown li .dropdown, .top-bar-section #enge-improvement-modal #webform-component-name li .dropdown li .dropdown, #enge-improvement-modal .top-bar-section #webform-component-name li .dropdown li .dropdown {
    left: 100%;
  }
  .no-js .top-bar-section ul li:hover > a {
    background-color: #d8a100;
    background: #222222;
    color: #ffffff;
  }
  .no-js .top-bar-section ul li:active > a {
    background: #4D4D4D;
    color: #ffffff;
  }
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important;
  }
  .no-js .top-bar-section .has-dropdown > a:focus + .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important;
  }
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important;
  }
  .small-only-text-right {
    text-align: right !important;
  }
  .small-only-text-center {
    text-align: center !important;
  }
  .small-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen {
  .small-text-left {
    text-align: left !important;
  }
  .small-text-right {
    text-align: right !important;
  }
  .small-text-center {
    text-align: center !important;
  }
  .small-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .medium-only-text-left {
    text-align: left !important;
  }
  .medium-only-text-right {
    text-align: right !important;
  }
  .medium-only-text-center {
    text-align: center !important;
  }
  .medium-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 40.063em) {
  .medium-text-left {
    text-align: left !important;
  }
  .medium-text-right {
    text-align: right !important;
  }
  .medium-text-center {
    text-align: center !important;
  }
  .medium-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  .large-only-text-left {
    text-align: left !important;
  }
  .large-only-text-right {
    text-align: right !important;
  }
  .large-only-text-center {
    text-align: center !important;
  }
  .large-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 64.063em) {
  .large-text-left {
    text-align: left !important;
  }
  .large-text-right {
    text-align: right !important;
  }
  .large-text-center {
    text-align: center !important;
  }
  .large-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 90.063em) and (max-width: 120em) {
  .xlarge-only-text-left {
    text-align: left !important;
  }
  .xlarge-only-text-right {
    text-align: right !important;
  }
  .xlarge-only-text-center {
    text-align: center !important;
  }
  .xlarge-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 90.063em) {
  .xlarge-text-left {
    text-align: left !important;
  }
  .xlarge-text-right {
    text-align: right !important;
  }
  .xlarge-text-center {
    text-align: center !important;
  }
  .xlarge-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 120.063em) and (max-width: 99999999em) {
  .xxlarge-only-text-left {
    text-align: left !important;
  }
  .xxlarge-only-text-right {
    text-align: right !important;
  }
  .xxlarge-only-text-center {
    text-align: center !important;
  }
  .xxlarge-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 120.063em) {
  .xxlarge-text-left {
    text-align: left !important;
  }
  .xxlarge-text-right {
    text-align: right !important;
  }
  .xxlarge-text-center {
    text-align: center !important;
  }
  .xxlarge-text-justify {
    text-align: justify !important;
  }
}

/* Typography resets */
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 */
a {
  color: #004a99;
  line-height: inherit;
  text-decoration: none;
}

a:hover, a:focus {
  color: #E7AC00;
}

a img {
  border: none;
}

/* Default paragraph styles */
p {
  font-family: inherit;
  font-size: calc(13px + 0.2vw);
  font-weight: 300;
  line-height: 1.375rem;
  margin-bottom: calc(20px + 0.5vw);
  text-rendering: optimizeLegibility;
}

p.lead {
  font-size: calc(13px + 0.2vw)0.21875rem;
  line-height: 1.6;
}

p aside {
  font-size: 0.875rem;
  font-style: italic;
  line-height: 1.35;
}

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  color: #4D4D4D;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
  text-rendering: optimizeLegibility;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  color: #8b8b8b;
  font-size: 60%;
  line-height: 0;
}

h1 {
  font-size: calc(22px + 1.3vw)-0.625rem;
}

h2 {
  font-size: calc(18px + 0.6vw)-0.625rem;
}

h3 {
  font-size: calc(16px + 0.2vw)-0.3125rem;
}

h4 {
  font-size: calc(14px + 0.2vw)-0.3125rem;
}

h5 {
  font-size: calc(13px + 0.2vw)-0;
}

h6 {
  font-size: calc(12px + 0.2vw)-0;
}

.subheader {
  line-height: 1.4;
  color: #8b8b8b;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}

hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 1.25rem 0 1.1875rem;
}

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: 700;
  line-height: inherit;
}

small {
  font-size: 60%;
  line-height: inherit;
}

code {
  background-color: #ffeaab;
  border-color: #ffdf81;
  border-style: solid;
  border-width: 1px;
  color: #333333;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

/* Lists */
ul,
ol,
dl {
  font-family: inherit;
  font-size: calc(13px + 0.2vw);
  line-height: 1.375rem;
  list-style-position: inside;
  margin-bottom: calc(20px + 0.5vw);
}

ul {
  margin-left: 0;
}

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}

ul.square {
  list-style-type: square;
  margin-left: 0;
}

ul.circle {
  list-style-type: circle;
  margin-left: 0;
}

ul.disc {
  list-style-type: disc;
  margin-left: 0;
}

/* Ordered Lists */
ol {
  margin-left: 0;
}

ol li ul,
ol li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

.no-bullet {
  list-style-type: none;
  margin-left: 0;
}

.no-bullet li ul,
.no-bullet li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style: none;
}

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: 700;
}

dl dd {
  margin-bottom: 0.75rem;
}

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #4D4D4D;
  cursor: help;
}

abbr {
  text-transform: none;
}

abbr[title] {
  border-bottom: 1px dotted #DDDDDD;
}

/* Blockquotes */
blockquote {
  margin: 0 0 calc(20px + 0.5vw);
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #DDDDDD;
}

blockquote cite {
  display: block;
  font-size: 0.8125rem;
  color: #767676;
}

blockquote cite:before {
  content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited {
  color: #767676;
}

blockquote,
blockquote p {
  line-height: 1.375rem;
  color: #8b8b8b;
}

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.625rem 0.75rem;
}

.vcard li {
  margin: 0;
  display: block;
}

.vcard .fn {
  font-weight: 700;
  font-size: 0.9375rem;
}

.vevent .summary {
  font-weight: 700;
}

.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: 700;
  border: none;
  padding: 0 0.0625rem;
}

@media only screen and (min-width: 40.063em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
  }
  h1 {
    font-size: calc(22px + 1.3vw);
  }
  h2 {
    font-size: calc(18px + 0.6vw);
  }
  h3 {
    font-size: calc(16px + 0.2vw);
  }
  h4 {
    font-size: calc(14px + 0.2vw);
  }
  h5 {
    font-size: calc(13px + 0.2vw);
  }
  h6 {
    font-size: calc(12px + 0.2vw);
  }
}

/*
       * 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)
      */
@media print {
  * {
    background: transparent !important;
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.34in;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

/* small displays */
@media only screen {
  .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;
  }
  .hide-for-small-only, form.comment-form .current-user, .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;
  }
  .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;
  }
  .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 {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  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;
  }
  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;
  }
  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;
  }
  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;
  }
  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) {
  .hide-for-small-only, form.comment-form .current-user, .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;
  }
  .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;
  }
  .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;
  }
  .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 {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.hide-for-small-only, form.comment-form table.current-user, 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;
  }
  thead.hide-for-small-only, form.comment-form thead.current-user, 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;
  }
  tbody.hide-for-small-only, form.comment-form tbody.current-user, 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;
  }
  tr.hide-for-small-only, form.comment-form tr.current-user, 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;
  }
  th.hide-for-small-only, form.comment-form th.current-user, td.hide-for-small-only, form.comment-form td.current-user, 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) {
  .hide-for-small-only, form.comment-form .current-user, .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;
  }
  .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;
  }
  .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;
  }
  .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 {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.hide-for-small-only, form.comment-form table.current-user, 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;
  }
  thead.hide-for-small-only, form.comment-form thead.current-user, 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;
  }
  tbody.hide-for-small-only, form.comment-form tbody.current-user, 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;
  }
  tr.hide-for-small-only, form.comment-form tr.current-user, 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;
  }
  th.hide-for-small-only, form.comment-form th.current-user, td.hide-for-small-only, form.comment-form td.current-user, 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) {
  .hide-for-small-only, form.comment-form .current-user, .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;
  }
  .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;
  }
  .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;
  }
  .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 {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.hide-for-small-only, form.comment-form table.current-user, 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;
  }
  thead.hide-for-small-only, form.comment-form thead.current-user, 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;
  }
  tbody.hide-for-small-only, form.comment-form tbody.current-user, 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;
  }
  tr.hide-for-small-only, form.comment-form tr.current-user, 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;
  }
  th.hide-for-small-only, form.comment-form th.current-user, td.hide-for-small-only, form.comment-form td.current-user, 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) {
  .hide-for-small-only, form.comment-form .current-user, .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;
  }
  .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;
  }
  .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;
  }
  .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 {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.hide-for-small-only, form.comment-form table.current-user, 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;
  }
  thead.hide-for-small-only, form.comment-form thead.current-user, 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;
  }
  tbody.hide-for-small-only, form.comment-form tbody.current-user, 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;
  }
  tr.hide-for-small-only, form.comment-form tr.current-user, 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;
  }
  th.hide-for-small-only, form.comment-form th.current-user, td.hide-for-small-only, form.comment-form td.current-user, 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 */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important;
}

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}

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) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important;
  }
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }
  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) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }
  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important;
  }
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }
  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important;
  }
}

/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important;
}

.hide-for-touch {
  display: inherit !important;
}

.touch .show-for-touch {
  display: inherit !important;
}

.touch .hide-for-touch {
  display: none !important;
}

/* Specific visibility for tables */
table.hide-for-touch {
  display: table !important;
}

.touch table.show-for-touch {
  display: table !important;
}

thead.hide-for-touch {
  display: table-header-group !important;
}

.touch thead.show-for-touch {
  display: table-header-group !important;
}

tbody.hide-for-touch {
  display: table-row-group !important;
}

.touch tbody.show-for-touch {
  display: table-row-group !important;
}

tr.hide-for-touch {
  display: table-row !important;
}

.touch tr.show-for-touch {
  display: table-row !important;
}

td.hide-for-touch {
  display: table-cell !important;
}

.touch td.show-for-touch {
  display: table-cell !important;
}

th.hide-for-touch {
  display: table-cell !important;
}

.touch th.show-for-touch {
  display: table-cell !important;
}

/* Screen reader-specific classes */
.show-for-sr {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.show-on-focus {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.show-on-focus:focus, .show-on-focus:active {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

/* Print visibility */
.print-only,
.show-for-print {
  display: none !important;
}

@media print {
  .print-only,
  .show-for-print {
    display: block !important;
  }
  .hide-on-print,
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
}

/**********************************************************************************
/* @group FONT ICONS */
/***********************************************************************************/
/* Font Icons */
@font-face {
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/nenge-icons/nenge-icons.svg") format("svg");
  src: url("../fonts/nenge-icons/nenge-icons.woff") format("woff"), url("../fonts/nenge-icons/nenge-icons.woff2") format("woff2"), url("../fonts/nenge-icons/nenge-icons.ttf") format("truetype");
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: subpixel-antialiased;
}

/**********************************************************************************
/* @group FONT ICONS MIXIN */
/***********************************************************************************/
/**********************************************************************************
/* @group MIXIN Wordwrap (Forcing Break long urls) 
/***********************************************************************************/
/**********************************************************************************
/* @group MIXIN Ellipsi (Preventing Overflow with Ellipsis) ...
/***********************************************************************************/
/**********************************************************************************
/* @group MIXIN ARROW (Creates line arrows like this " > ") */
/***********************************************************************************/
/**********************************************************************************
/* @group MIXIN Vertical alignment */
/***********************************************************************************/
/**********************************************************************************
/* @group MIXIN Horizontal Line */
/***********************************************************************************/
/**********************************************************************************
/* @group MIXIN Horizontal Navigation Lists
   http://sachagreif.com/useful-sass-mixins/ */
/***********************************************************************************/
/**********************************************************************************
/* @group MIXIN User Picture */
/***********************************************************************************/
/**********************************************************************************
/* @group MIXIN Square Buttons with icon */
/***********************************************************************************/
/**********************************************************************************
/* @group MIXIN Decorative circle divider */
/***********************************************************************************/
/**********************************************************************************
/* @group INPUT PLACEHOLDER TEXT STYLING MIXIN */
/***********************************************************************************/
/**********************************************************************************
/* @group VERTICAL LOADER */
/***********************************************************************************/
.loader:before, .field-name-field-enge-discussion-replies .replies-links .load.disabled:before, .node-enge-web-discussion-reply .replies-links .load.disabled:before, .ajax-progress-throbber .throbber:before,
.loader:after,
.field-name-field-enge-discussion-replies .replies-links .load.disabled:after,
.node-enge-web-discussion-reply .replies-links .load.disabled:after,
.ajax-progress-throbber .throbber:after,
.loader,
.field-name-field-enge-discussion-replies .replies-links .load.disabled,
.node-enge-web-discussion-reply .replies-links .load.disabled,
.ajax-progress-throbber .throbber {
  top: -18px;
  width: 10px;
  height: 10px;
  animation: load7 1.8s infinite ease-in-out;
  border-radius: 50%;
  animation-fill-mode: both;
}

.loader, .field-name-field-enge-discussion-replies .replies-links .load.disabled, .node-enge-web-discussion-reply .replies-links .load.disabled, .ajax-progress-throbber .throbber {
  font-size: 12px;
  position: relative;
  transform: translateZ(0);
  animation-delay: -.16s;
  text-indent: -9999em;
  color: #004a99;
}

.loader:before, .field-name-field-enge-discussion-replies .replies-links .load.disabled:before, .node-enge-web-discussion-reply .replies-links .load.disabled:before, .ajax-progress-throbber .throbber:before {
  left: -10px;
  animation-delay: -.32s;
}

.loader:after, .field-name-field-enge-discussion-replies .replies-links .load.disabled:after, .node-enge-web-discussion-reply .replies-links .load.disabled:after, .ajax-progress-throbber .throbber:after {
  left: 10px;
}

.loader:before, .field-name-field-enge-discussion-replies .replies-links .load.disabled:before, .node-enge-web-discussion-reply .replies-links .load.disabled:before, .ajax-progress-throbber .throbber:before,
.loader:after,
.field-name-field-enge-discussion-replies .replies-links .load.disabled:after,
.node-enge-web-discussion-reply .replies-links .load.disabled:after,
.ajax-progress-throbber .throbber:after {
  position: absolute;
  top: 0;
  content: '';
}

@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

/**********************************************************************************
/* @group PLACEHOLDER Button*/
/***********************************************************************************/
button,
.button, span.addtocalendar a.atcb-link, .section.promo .pane-content a {
  text-transform: uppercase;
  border-radius: 5px;
}

/**********************************************************************************
/* @group PLACEHOLDER Scroll Bar*/
/***********************************************************************************/
/**********************************************************************************
/* @group PLACEHOLDER List with no bullets */
/***********************************************************************************/
.group-metadata ul, .user-profile .group-right .field p,
.user-profile .group-right .field ul, .benefits-section ul, .sidebar .block-main-menu ul.menu li, .group-discussion .links, .node-enge-web-discussion-reply .links, article.comment .links, .top-bar-section-below .user-settings ul, .top-bar-section-below .user-add-content ul, .l-main .item-list, .l-main .item-list ul, .entityreference-view-widget .tabledrag-processed .links, .enge-dropdown-button-group, .l-footer ul li, .front .landing-menu .left.sub-nav, .front .landing-menu .view-Mentions .sub-nav.views-field-link, .view-Mentions .front .landing-menu .sub-nav.views-field-link, .front .landing-menu #enge-improvement-modal .sub-nav#webform-component-name, #enge-improvement-modal .front .landing-menu .sub-nav#webform-component-name, .section.main-menu ul {
  margin: 0;
  list-style: none;
}

/**********************************************************************************
/* @group PLACEHOLDER Vertical Line */
/***********************************************************************************/
/**********************************************************************************
/* @group PLACEHOLDER Animated Line */
/***********************************************************************************/
.l-main .view .view-content .views-row:before, .view-carousel .node-teaser.node:before {
  display: block;
  width: 31px;
  height: 5px;
  content: '';
  background-color: #4D4D4D;
  transition: all 0.5s ease-in-out;
  position: absolute;
  top: 0;
  left: calc(25px + .8vw);
}

.l-main .view .view-content .views-row:hover:before, .view-carousel .node-teaser.node:hover:before {
  display: block;
  width: 100%;
  height: 5px;
  content: '';
  background-color: #4D4D4D;
  left: 0;
  background-color: #E7AC00;
}

/**********************************************************************************
/* @group PLACEHOLDER White Box */
/***********************************************************************************/
.user-profile .group-right, .horizontal-tabs-panes .fieldset-wrapper .post-reply.full form, .content-block, .field-name-discussion-instructions-block, .field-name-related-content-block, .l-main .view .view-content .views-row, .l-main .item-list > li, .view-carousel .node-teaser.node {
  padding: calc(25px + .8vw);
  background-color: #ffffff;
}

/**********************************************************************************
/* @group PLACEHOLDER Text Seperator */
/***********************************************************************************/
.group-metadata ul li:after, .group-metadata a:after {
  font-size: 0.875rem;
  line-height: 0;
  display: inline;
  margin: 0 7px;
  content: '|';
  vertical-align: middle;
  color: #4D4D4D;
}

.group-metadata ul li:last-child, .group-metadata a:last-child {
  margin-right: 3px;
}

.group-metadata ul li:last-child:after, .group-metadata a:last-child:after {
  content: none;
}

/**********************************************************************************
/* @group PLACEHOLDER Date Range */
/***********************************************************************************/
.date-display-short-date-time {
  display: inline;
  letter-spacing: -.04em;
  color: #000000;
}

.date-display-short-date-time:first-child:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: #E7AC00;
  speak: none;
}

.date-display-short-date-time:first-child:before {
  position: relative;
  top: -1px;
  font-size: 1.8rem;
  margin-left: -7px;
  margin-right: -2px;
  vertical-align: middle;
}

.date-display-short-date-time .monthDay, .date-display-short-date-time .month {
  font-weight: 700;
}

.date-display-short-date-time .time {
  font-weight: 300;
}

/**********************************************************************************
/* @group PLACEHOLDER Poste Date */
/***********************************************************************************/
.field-name-related-content-block .view-related-content .group-content .field-name-post-date:before,
.field-name-related-content-block .view-related-content .group-content .field-name-field-enge-event-begins:before, .l-main .view .view-content .views-field-created:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: true;
  speak: none;
}

.field-name-related-content-block .view-related-content .group-content .field-name-post-date:before,
.field-name-related-content-block .view-related-content .group-content .field-name-field-enge-event-begins:before, .l-main .view .view-content .views-field-created:before {
  font-size: 1.3125rem;
  line-height: normal;
  float: left;
  margin-top: -1px;
  margin-right: 1px;
  color: #E7AC00;
}

/**********************************************************************************
/* @group VARIABLES */
/***********************************************************************************/
/* Common abstract classes to extend or parametrics are stored here.*/
/**********************************************************************************
/* @group FONT ICONS */
/***********************************************************************************/
/* Font Icons */
@font-face {
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/nenge-icons/nenge-icons.svg") format("svg");
  src: url("../fonts/nenge-icons/nenge-icons.woff") format("woff"), url("../fonts/nenge-icons/nenge-icons.woff2") format("woff2"), url("../fonts/nenge-icons/nenge-icons.ttf") format("truetype");
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: subpixel-antialiased;
}

/**********************************************************************************
/* @group FONT ICONS MIXIN */
/***********************************************************************************/
a {
  transition: background-color .3s ease, color .3s ease;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

/**********************************************************************************
/* @group CONTENT PADDING */
/***********************************************************************************/
.content-wrapper > .view {
  clear: both;
  padding-top: 2vw;
  padding-right: 3vw;
  padding-left: 3vw;
}

.horizontal-tabs-panes,
.padded,
.eu-body-section,
.page-comment-reply .content-wrapper,
.page-comment-edit .content-wrapper,
.node-page.view-mode-full .group-columns, .view-mode-full.node-enge-web-discussion-reply .group-columns {
  clear: both;
  padding-top: 2vw;
  padding-right: 3vw;
  padding-left: 3vw;
}

.padded, .eu-body-section, .page-comment-reply .content-wrapper,
.page-comment-edit .content-wrapper {
  padding-bottom: 4vw;
}

@media only screen and (min-width: 40.063em) {
  .padded, .eu-body-section, .page-comment-reply .content-wrapper,
  .page-comment-edit .content-wrapper {
    padding-bottom: 140px;
  }
}

.block-views .view,
.horizontal-tabs-panes .view {
  padding: 0;
}

/**********************************************************************************
/* @group CONTENT HEADER with title */
/***********************************************************************************/
.content-header, .group-header {
  min-height: 50px;
  padding: 2vw 3vw;
  color: #262626;
  background-color: #E7AC00;
}

.content-header h1, .group-header h1 {
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: calc(22px + 1.3vw) !important;
  font-weight: 700;
  color: #262626;
}

.content-header h1 em, .group-header h1 em {
  font-style: normal;
}

.content-header .date-display-short-date-time:before, .group-header .date-display-short-date-time:before, .content-header .date-display-short-date-time:after, .group-header .date-display-short-date-time:after {
  color: #ffffff !important;
}

.content-header .field-name-dates-status, .group-header .field-name-dates-status {
  font-weight: 700;
  color: #000000;
}

.content-header .field-name-dates-status span, .group-header .field-name-dates-status span {
  display: inline-block;
  line-height: 1.2;
}

.content-header .field-name-dates-status span:before, .group-header .field-name-dates-status span:before {
  content: " ";
  display: inline-block;
  margin-right: 7px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.content-header .field-name-dates-status span.past:before, .group-header .field-name-dates-status span.past:before {
  background-color: #d43015;
}

.content-header .field-name-dates-status span.running:before, .group-header .field-name-dates-status span.running:before, .content-header .field-name-dates-status span.upcoming:before, .group-header .field-name-dates-status span.upcoming:before {
  background-color: #196f23;
}

.content-header .l-content-header-top, .group-header .l-content-header-top, .content-header .l-content-header-main, .group-header .l-content-header-main, .content-header .l-content-header-bottom, .group-header .l-content-header-bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

@media only screen and (max-width: 40em) {
  .content-header .l-content-header-top, .group-header .l-content-header-top, .content-header .l-content-header-main, .group-header .l-content-header-main, .content-header .l-content-header-bottom, .group-header .l-content-header-bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.content-header .content-header-left, .group-header .content-header-left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.content-header .content-header-left img, .group-header .content-header-left img {
  vertical-align: middle;
  margin: 1vw 2vw 1vw 0;
  border-radius: 1000px;
  max-width: 5rem;
  max-height: 5rem;
}

@media only screen and (min-width: 40.063em) {
  .content-header .content-header-left img, .group-header .content-header-left img {
    max-width: 6.25rem;
    max-height: 6.25rem;
  }
}

.content-header .content-header-right, .group-header .content-header-right {
  margin-bottom: 0 !important;
  color: #ffffff;
}

.content-header .content-header-right
a.button, .group-header .content-header-right
a.button, .content-header .content-header-right span.addtocalendar a.atcb-link, span.addtocalendar .content-header .content-header-right a.atcb-link, .group-header .content-header-right span.addtocalendar a.atcb-link, span.addtocalendar .group-header .content-header-right a.atcb-link, .content-header .content-header-right .section.promo .pane-content a, .section.promo .pane-content .content-header .content-header-right a, .group-header .content-header-right .section.promo .pane-content a, .section.promo .pane-content .group-header .content-header-right a {
  display: inline-block !important;
}

.group-header h1 {
  font-size: calc(30px + .65vw);
}

.group-header .group-header-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.group-header .group-header-left {
  padding-left: 0;
}

@media only screen and (min-width: 40.063em) {
  .group-header .group-header-left {
    border-right: 1px solid #be8e00;
  }
}

.group-header .group-header-right {
  padding-right: 0;
}

.group-header .group-header-bottom {
  padding-top: 1vw;
}

.content-header + .content-wrapper .group-header,
.content-header + .user-profile .group-header {
  margin-top: -1.3vw;
  /* to hide the content-header padding-bottom, less breaks in 1024screen FF*/
  padding-top: 0 !important;
}

.content-wrapper {
  clear: both;
}

/**********************************************************************************
/* @group METADATA used in content header and views */
/***********************************************************************************/
.group-metadata {
  font-size: 0.875rem;
}

.group-metadata .field-label {
  font-size: inherit;
  font-weight: 500;
  display: inline;
  vertical-align: middle;
}

.group-metadata ul {
  font-size: inherit;
  display: inline-block;
  vertical-align: middle;
}

.group-metadata ul li {
  float: left;
}

.group-metadata a {
  vertical-align: middle;
}

.group-header .group-metadata .field {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}

.group-header .group-metadata .field a:hover, .group-header .group-metadata .field:focus {
  color: #004a99;
  background-color: #f1cd66;
}

/**********************************************************************************
/* @group VISIBILIY & STICKY */
/***********************************************************************************/
.node-state-wrapper, form.node-form .node-visibility-message {
  position: absolute;
}

.node-state-wrapper span, form.node-form .node-visibility-message span {
  overflow: hidden;
  font-size: 28px;
  display: block;
  float: right;
  width: 28px;
  height: 28px;
  text-align: center;
  color: #004a99;
  float: right;
}

.node-state-wrapper span:before, form.node-form .node-visibility-message span:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

.node-state-wrapper span:hover, form.node-form .node-visibility-message span:hover {
  color: #1a89ff;
}

.node-state-wrapper span:before, form.node-form .node-visibility-message span:before {
  line-height: normal;
}

.node-state-wrapper .visibility-private:before, form.node-form .node-visibility-message .visibility-private:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: #e85815;
  speak: none;
}

.node-state-wrapper .sticky:before, form.node-form .node-visibility-message .sticky:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: #E7AC00;
  speak: none;
}

.node-state-wrapper .visibility-public:before, form.node-form .node-visibility-message .visibility-public:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: #ABD365;
  speak: none;
}

.node-state-wrapper .visibility-default, form.node-form .node-visibility-message .visibility-default {
  display: none;
}

.node-state-wrapper .unpublished:before, form.node-form .node-visibility-message .unpublished:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: #cccccc;
  speak: none;
}

.node-state-wrapper .webinar, form.node-form .node-visibility-message .webinar {
  margin-left: 3px;
  margin-right: 3px;
}

.node-state-wrapper .webinar:before, form.node-form .node-visibility-message .webinar:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: #cccccc;
  speak: none;
}

.node-state-wrapper .webinar:before, form.node-form .node-visibility-message .webinar:before {
  font-size: 1.375rem;
  line-height: 1.3;
  margin-left: 3px;
}

.view-mode-list_item, .view-Mentions .views-row {
  padding-right: 4.375rem;
}

.view-mode-list_item .node-state-wrapper, .view-Mentions .views-row .node-state-wrapper, .view-mode-list_item form.node-form .node-visibility-message, form.node-form .view-mode-list_item .node-visibility-message, .view-Mentions .views-row form.node-form .node-visibility-message, form.node-form .view-Mentions .views-row .node-visibility-message {
  top: -1px;
  right: 0;
}

.view-mode-teaser {
  position: relative;
}

.view-mode-teaser .node-state-wrapper, .view-mode-teaser form.node-form .node-visibility-message, form.node-form .view-mode-teaser .node-visibility-message {
  top: calc(-27px - .1vw);
  right: 0;
}

.view-mode-full.visibility-private .field-name-title {
  display: table;
}

.view-mode-full.visibility-private .field-name-title h1 {
  display: table-cell;
}

.view-mode-full.visibility-private .field-name-title h1:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
  speak: none;
}

.view-mode-full.visibility-private .field-name-title:before {
  line-height: normal;
  display: table-cell;
  vertical-align: top;
}

.node-unpublished .group-header {
  position: relative;
  padding-right: 5vw;
}

.node-unpublished .group-header:after {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
  speak: none;
}

.node-unpublished .group-header:after {
  font-size: 3.125rem;
  position: absolute;
  top: -19px;
  right: 3vw;
  opacity: 0.8;
}

.owl-carousel .node-state-wrapper, .owl-carousel form.node-form .node-visibility-message, form.node-form .owl-carousel .node-visibility-message {
  top: calc(1px + .5vw);
  right: calc(25px + .8vw);
}

.disabled .node-state-wrapper, .disabled form.node-form .node-visibility-message, form.node-form .disabled .node-visibility-message {
  top: calc(1px + .5vw);
  right: calc(25px + .8vw);
}

/**********************************************************************************
/* @group ROUND COUNT NUMBER */
/***********************************************************************************/
.count, .taxonomy-term .group-header .field-name-field-enge-taxonomy-legacy-code {
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 2.25rem;
  display: inline-block;
  min-width: 40px;
  min-height: 40px;
  padding: 2px;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
  border-radius: 1000px;
  background: #4D4D4D;
}

/**********************************************************************************
/* @group DATE RANGE */
/***********************************************************************************/
.date-display-short-date-time {
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 0.9375rem;
}

.date-display-short-date-time .time {
  color: inherit;
}

.group-date-range {
  line-height: 0.9;
  padding-top: 9px;
}

.group-date-range .field {
  display: inline !important;
}

.group-date-range .field:last-child .date-display-short-date-time:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: #E7AC00;
  speak: none;
}

.group-date-range .field:last-child .date-display-short-date-time:before {
  font-size: 0.9375rem;
  line-height: 0;
  margin-left: -3px;
  margin-right: -2px;
  vertical-align: middle;
}

/**********************************************************************************
/* @group MESSAGES */
/***********************************************************************************/
.l-messages {
  background-color: #E7AC00;
}

.l-messages .alert-box, .l-messages div.password-suggestions, .l-messages .node-visibility-message {
  margin-top: 1.25rem;
  margin-bottom: 0;
}

.alert-box.success, div.success.password-suggestions, .success.node-visibility-message {
  color: #355600;
}

.alert-box.info, div.password-suggestions, .node-visibility-message {
  font-weight: 300;
  font-style: italic;
  color: #00182e;
}

.alert-box.warning, div.warning.password-suggestions, .warning.node-visibility-message {
  color: #ee0e00;
}

/**********************************************************************************
/* @group USER PROFILE PAGE right column */
/***********************************************************************************/
.user-profile .group-header-bottom {
  padding-top: 0;
}

.user-profile .group-header-bottom .field-name-field-enge-user-native-name {
  font-weight: bold;
}

.user-profile .group-header-bottom .field-name-field-enge-user-job-title {
  font-style: italic;
  margin-bottom: calc(20px + 0.5vw);
}

.user-profile .group-left .field-label {
  margin-bottom: 0.625rem;
}

.user-profile .group-left .field-type-entityreference {
  margin-bottom: calc(20px + 0.5vw);
}

.user-profile .group-right {
  font-size: 0.875rem;
  box-shadow: -1px 1px 5px #cccccc;
}

.user-profile .group-right h3 {
  font-size: 0.875rem;
  margin-top: 2vw;
}

.user-profile .group-right .field {
  display: table;
  margin-bottom: 0.8vw;
}

.user-profile .group-right .field:before {
  font-size: 2rem;
  line-height: 1.25rem;
  display: table-cell;
  vertical-align: top;
}

.user-profile .group-right .field p,
.user-profile .group-right .field ul {
  font-size: inherit;
  display: table-cell;
  vertical-align: top;
}

.user-profile .group-right .field-name-ds-user-picture, .user-profile .group-right article.comment .comment-author .user-picture, article.comment .comment-author .user-profile .group-right .user-picture {
  display: block;
  overflow: hidden;
  width: 80px;
  height: 80px;
  border-radius: 1000px;
  background-color: #ffffff;
  margin: -90px auto 1.25rem auto;
}

.user-profile .group-right .field-name-ds-user-picture img, .user-profile .group-right article.comment .comment-author .user-picture img, article.comment .comment-author .user-profile .group-right .user-picture img {
  width: 100%;
}

@media only screen and (max-width: 64em) {
  .user-profile .group-right .field-name-ds-user-picture, .user-profile .group-right article.comment .comment-author .user-picture, article.comment .comment-author .user-profile .group-right .user-picture {
    margin-top: 0px;
  }
}

.user-profile .group-right .field-name-field-enge-user-gender span:before {
  font-size: 1.9375rem;
  line-height: 0.75rem;
  display: table-cell;
  vertical-align: top;
}

.user-profile .group-right .field-name-field-enge-user-gender span.woman:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: #E7AC00;
  speak: none;
}

.user-profile .group-right .field-name-field-enge-user-gender span.man:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: #E7AC00;
  speak: none;
}

.user-profile .group-right .field-name-user-address:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: #E7AC00;
  speak: none;
}

.user-profile .group-right .field-name-user-email:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: #E7AC00;
  speak: none;
}

.user-profile .group-right .field-name-user-phone-number:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: #E7AC00;
  speak: none;
}

.user-profile .group-social-media .field:last-child {
  margin-bottom: 0;
}

.user-profile .group-social-media a {
  display: block;
}

.user-profile .group-social-media a:before {
  font-size: 1.5625rem;
  line-height: 1.875rem;
  margin-right: 10px;
}

.user-profile .group-social-media .field-name-field-enge-user-website a {
  margin-bottom: 0.8vw;
}

.user-profile .group-social-media .field-name-field-enge-user-website a:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: #4D4D4D;
  speak: none;
}

.user-profile .group-social-media .field-name-field-enge-user-website a:last-child {
  margin-bottom: 0;
}

.user-profile .group-social-media .field-name-field-enge-user-facebook a:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: #5269a4;
  speak: none;
}

.user-profile .group-social-media .field-name-field-enge-user-twitter a:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: #55ace3;
  speak: none;
}

.user-profile .group-social-media .field-name-field-enge-user-linkedin a:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: #3688bf;
  speak: none;
}

.user-profile .group-social-media .field-name-field-enge-user-skype:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: #3db0f3;
  speak: none;
}

.user-profile .group-social-media .field-name-field-enge-user-skype:before {
  font-size: 1.5625rem;
  line-height: 1.875rem;
  display: inline-block;
  margin-right: 10px;
}

@media only screen and (max-width: 64em) {
  .user-profile > .row {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .user-profile > .row .group-left {
    padding-top: 30px;
  }
  .user-profile > .row .group-right {
    -ms-flex-order: -1;
        order: -1;
    padding-top: 10px;
    z-index: 0;
    box-shadow: none;
    border: 0px;
    background: white;
  }
  .user-profile > .row .group-right:before {
    content: " ";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 65px;
    background-color: #E7AC00;
    z-index: -1;
  }
}

/**********************************************************************************
/* @group COLLABORATIVE DOCUMENTS PAGE */
/***********************************************************************************/
.group-document {
  margin-bottom: 0;
}

.field-name-field-document-iframe {
  position: relative;
  overflow: auto;
  height: 0;
  padding-top: 30px;
  padding-bottom: 100%;
  border: 1px solid #999999;
  -webkit-overflow-scrolling: touch;
}

.field-name-field-document-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
}

/**********************************************************************************
/* @group COMMUNITY PAGE */
/***********************************************************************************/
@media only screen and (min-width: 64.063em) {
  .block-community-view-exposed-filters .views-widget-filter-populate {
    width: 40% !important;
  }
}

.block-community-view-exposed-filters .views-buttons {
  text-align: right;
}

@media only screen and (min-width: 64.063em) {
  .block-community-view-exposed-filters .views-buttons {
    width: 40% !important;
  }
}

.view-community .group-metadata {
  text-align: left;
}

/**********************************************************************************
/* @group POST PAGE */
/***********************************************************************************/
.field-name-field-enge-main-image img, .field-name-field-enge-event-image img {
  margin-bottom: 0;
}

.node:not(.node-teaser) .field-name-field-enge-main-image img, .node:not(.node-teaser) .field-name-field-enge-event-image img {
  width: 100%;
  margin-bottom: 2vw;
}

.node:not(.node-teaser) .medium-12.group-content-pane-left .field-name-field-enge-main-image, .node:not(.node-teaser) .medium-12.group-content-pane-left .field-name-field-enge-event-image {
  float: left;
  width: 40%;
  margin-right: 1vw;
  margin-bottom: 1vw;
}

.node:not(.node-teaser) .medium-12.group-content-pane-left .field-name-field-enge-main-image img, .node:not(.node-teaser) .medium-12.group-content-pane-left .field-name-field-enge-event-image img {
  margin-bottom: 0;
}

/**********************************************************************************
/* @group EVENT PAGE */
/***********************************************************************************/
.node-enge-event .group-location .fieldset-wrapper {
  padding-bottom: 0;
  background-color: #4D4D4D;
  padding: 1.2vw !important;
}

.node-enge-event .field-name-field-enge-location {
  margin-top: 1.2vw;
}

.node-enge-event .field-name-field-enge-location .geofieldMap {
  height: 60vh !important;
}

.node-enge-event .field-name-field-enge-event-address, .node-enge-event .field-name-field-enge-venue {
  font-size: calc(16px + 0.2vw);
  color: #ffffff;
}

.node-enge-event .field-name-field-enge-event-address .contextual-links-region, .node-enge-event .field-name-field-enge-venue .contextual-links-region {
  display: inline;
}

/**********************************************************************************
/* @group ABOUT PAGE */
/***********************************************************************************/
.highlighted-comment {
  margin: calc(20px + 0.5vw) 0;
}

@media only screen and (min-width: 40.063em) {
  .highlighted-comment {
    margin-top: -4.5vw;
  }
}

.highlighted-comment .user {
  text-align: center;
}

.highlighted-comment .user img {
  float: none;
  overflow: hidden;
  width: 147px;
  margin: 0;
  border: 3px solid #E7AC00;
  border-radius: 1000px;
}

.highlighted-comment .comment, .highlighted-comment .group-discussion .links li.comment-reply a, .group-discussion .links li.comment-reply .highlighted-comment a, .highlighted-comment .node-enge-web-discussion-reply .links li.comment-reply a, .node-enge-web-discussion-reply .links li.comment-reply .highlighted-comment a, .highlighted-comment article.comment .links li.comment-reply a, article.comment .links li.comment-reply .highlighted-comment a {
  position: relative;
  margin: calc(20px + 0.5vw) 0;
  padding: calc(30px + 1vw);
  text-align: center;
  border: 3px solid #E7AC00;
  border-radius: 10px;
  background-color: #ffffff;
}

.highlighted-comment .comment:after, .highlighted-comment .group-discussion .links li.comment-reply a:after, .group-discussion .links li.comment-reply .highlighted-comment a:after, .highlighted-comment .node-enge-web-discussion-reply .links li.comment-reply a:after, .node-enge-web-discussion-reply .links li.comment-reply .highlighted-comment a:after, .highlighted-comment article.comment .links li.comment-reply a:after, article.comment .links li.comment-reply .highlighted-comment a:after, .highlighted-comment .comment:before, .highlighted-comment .group-discussion .links li.comment-reply a:before, .group-discussion .links li.comment-reply .highlighted-comment a:before, .highlighted-comment .node-enge-web-discussion-reply .links li.comment-reply a:before, .node-enge-web-discussion-reply .links li.comment-reply .highlighted-comment a:before, .highlighted-comment article.comment .links li.comment-reply a:before, article.comment .links li.comment-reply .highlighted-comment a:before {
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 0;
  height: 0;
  content: ' ';
  pointer-events: none;
  border: solid transparent;
}

.highlighted-comment .comment:after, .highlighted-comment .group-discussion .links li.comment-reply a:after, .group-discussion .links li.comment-reply .highlighted-comment a:after, .highlighted-comment .node-enge-web-discussion-reply .links li.comment-reply a:after, .node-enge-web-discussion-reply .links li.comment-reply .highlighted-comment a:after, .highlighted-comment article.comment .links li.comment-reply a:after, article.comment .links li.comment-reply .highlighted-comment a:after {
  margin-left: -20px;
  border-width: 20px;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
}

.highlighted-comment .comment:before, .highlighted-comment .group-discussion .links li.comment-reply a:before, .group-discussion .links li.comment-reply .highlighted-comment a:before, .highlighted-comment .node-enge-web-discussion-reply .links li.comment-reply a:before, .node-enge-web-discussion-reply .links li.comment-reply .highlighted-comment a:before, .highlighted-comment article.comment .links li.comment-reply a:before, article.comment .links li.comment-reply .highlighted-comment a:before {
  margin-left: -24px;
  border-width: 24px;
  border-color: rgba(231, 172, 0, 0);
  border-bottom-color: #E7AC00;
}

.eu-body-section {
  padding-bottom: 0;
}

.js .more-link, .js .view-Mentions .views-field-link, .view-Mentions .js .views-field-link {
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: 700;
  display: block;
  text-transform: uppercase;
}

.js .more-link:after, .js .view-Mentions .views-field-link:after, .view-Mentions .js .views-field-link:after {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: #004a99;
  speak: none;
}

.js .more-link:after, .js .view-Mentions .views-field-link:after, .view-Mentions .js .views-field-link:after {
  font-size: 1.75rem;
  display: inline-block;
  margin-top: -1px;
}

.js .more-link.hide-text:after, .js .view-Mentions .hide-text.views-field-link:after, .view-Mentions .js .hide-text.views-field-link:after {
  transform: rotate(-90deg);
}

.js .more-link.show-text:after, .js .view-Mentions .show-text.views-field-link:after, .view-Mentions .js .show-text.views-field-link:after {
  transform: rotate(90deg);
}

.more-link, .view-Mentions .views-field-link {
  display: none;
}

.js div.more {
  display: none;
}

/**********************************************************************************
/* @group TOP BORDER SECTION content styled */
/***********************************************************************************/
.top-border-section {
  clear: both;
  margin-top: calc(20px + 0.5vw);
}

.top-border-section h2 {
  font-weight: 300;
  margin-bottom: calc(20px + 0.5vw);
  text-align: center;
}

.top-border-section h2:before {
  display: block;
  width: 35%;
  height: 10px;
  content: '';
  background-color: #4D4D4D;
  margin: 0 auto 2vw auto;
}

.top-border-section h2 strong {
  font-weight: 700;
}

/* @group H E A D I N G S */
/**********************************************************************************
/* @group BENEFITS SECTION content styled */
/***********************************************************************************/
.benefits-section h2 {
  margin-bottom: calc(20px + 0.5vw);
}

.benefits-section ul {
  margin-top: calc(20px + 0.5vw);
}

.benefits-section ul li {
  padding-right: 2.75rem;
  padding-bottom: 1.375rem;
  padding-left: 2.75rem;
  text-align: center;
}

@media only screen and (min-width: 40.063em) {
  .benefits-section ul li {
    padding-bottom: 4.125rem;
  }
}

.benefits-section ul li:before {
  font-size: 6.25rem;
  line-height: 5.625rem;
  position: relative;
  left: auto;
  display: block;
  width: 100%;
  content: '';
  text-align: center;
}

.benefits-section ul li.workspaces:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: #E7AC00;
  speak: none;
}

.benefits-section ul li.world-experts:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: #E7AC00;
  speak: none;
}

.benefits-section ul li.surveys:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: #E7AC00;
  speak: none;
}

.benefits-section ul li.online-discussions:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: #E7AC00;
  speak: none;
}

.benefits-section ul li.collaborative-documents:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: #E7AC00;
  speak: none;
}

.benefits-section ul li.events:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: #E7AC00;
  speak: none;
}

.benefits-section ul li .link {
  font-style: italic;
  display: block;
  margin-top: 0.9375rem;
}

.benefits-section ul li .buttons-area {
  display: block;
  padding-top: 1.375rem;
}

.benefits-section ul li .buttons-area button, .benefits-section ul li .buttons-area
.button, .benefits-section ul li .buttons-area span.addtocalendar a.atcb-link, span.addtocalendar .benefits-section ul li .buttons-area a.atcb-link, .benefits-section ul li .buttons-area .section.promo .pane-content a, .section.promo .pane-content .benefits-section ul li .buttons-area a {
  margin-bottom: 0;
}

.benefits-section ul li .buttons-area em {
  display: block;
  margin: 0.625rem 0;
}

/**********************************************************************************
/* @group CLEARING LIGHTBOX */
/***********************************************************************************/
.clearing-container {
  z-index: auto;
}

.clearing-thumbs {
  margin-top: calc(20px + 0.5vw);
}

.clearing-thumbs li {
  line-height: 0;
  z-index: +5;
  display: inline-block;
  overflow: hidden;
  width: 23%;
  max-width: 100%;
  height: 72px;
  margin: 0.6vw !important;
  transition: all .4s ease-in-out;
  border: 3px solid #fff;
}

@media only screen and (min-width: 40.063em) {
  .clearing-thumbs li {
    width: 180px;
    height: 180px;
    border: 6px solid #fff;
  }
}

.clearing-thumbs li:hover {
  transform: scale(1.1);
  box-shadow: 0 0 10px #999999;
}

.clearing-thumbs li img {
  max-width: 150%;
}

.clearing-assembled .clearing-container .carousel > ul li img {
  width: inherit !important;
}

.clearing-blackout .visible-img img {
  margin: 0 !important;
}

.clearing-blackout li {
  margin: 0 !important;
  transition: none;
  border: 0;
}

.clearing-blackout li:hover {
  transform: none !important;
  box-shadow: none;
}

.admin-menu .clearing-blackout .clearing-close {
  top: 60px;
}

/**********************************************************************************
/* @group CKEDITOR THEME */
/***********************************************************************************/
.cke_skin_kama .cke_focus {
  outline: 0 !important;
}

.cke_skin_kama .cke_focus iframe {
  width: 100% !important;
  background-color: #fff9e7 !important;
}

.cke_skin_kama .cke_wrapper {
  padding: 0 !important;
  background: transparent none !important;
}

.cke_skin_kama .cke_wrapper .cke_editor tr {
  background: transparent !important;
}

.cke_skin_kama a.cke_toolbox_collapser {
  display: none;
}

/**********************************************************************************
/* @group  AREAS OF INTEREST TAXONOMY PAGE */
/***********************************************************************************/
.taxonomy-term .group-header .field-name-title {
  display: inline-block;
}

@media only screen and (max-width: 40em) {
  .taxonomy-term .group-header .field-name-title {
    max-width: 80%;
  }
}

.taxonomy-term .group-header .field-name-field-enge-taxonomy-legacy-code {
  font-weight: normal !important;
  margin: -15px 0 0 15px !important;
  background: rgba(77, 77, 77, 0.2) !important;
}

@media only screen and (min-width: 40.063em) {
  .taxonomy-term .group-header .taxonomy-term-description {
    display: inline-block;
    width: 70%;
  }
}

.taxonomy-term .group-header .taxonomy-term-description p {
  font-size: calc(14px + 0.2vw);
  font-weight: normal;
  font-style: italic;
}

@media only screen and (min-width: 40.063em) {
  .taxonomy-term .group-header .taxonomy-term-description p {
    margin: 0;
  }
}

.term-links {
  font-size: calc(13px + 0.2vw)/1.1;
  font-weight: 500;
  margin-top: calc(20px + 0.5vw);
}

.term-links a:before {
  font-size: 1.75rem;
  line-height: normal;
}

.follow:before, .unfollow:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: #e6e6e6;
  speak: none;
}

.follow:before, .unfollow:before {
  font-size: 1.75rem;
  line-height: 0;
}

.unfollow:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: #ABD365;
  speak: none;
}

/**********************************************************************************
/* @group ADD TO CALENDAR BUTTON */
/***********************************************************************************/
span.addtocalendar a.atcb-link {
  margin: 0px;
  padding: 0.625rem 0.9375rem;
  font-size: 0.75rem;
  border-radius: 0px;
  line-height: 1;
}

span.addtocalendar a.atcb-link:after {
  content: " ";
  position: relative;
  top: -2px;
  display: inline-block;
  width: 8px;
  height: 8px;
  transform: rotate(-135deg) skew(0);
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  margin-left: 12px;
}

span.addtocalendar ul a {
  padding: 0.5rem 0.9375rem;
  color: #ffffff;
  font-size: 0.85rem;
  line-height: 1.2;
  background-color: #003b7a;
}

span.addtocalendar ul a:hover {
  background-color: #004a99;
}

.group-date-range.add-to-calendar {
  position: relative;
  padding-bottom: 2.75rem;
}

.group-date-range.add-to-calendar span.addtocalendar {
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.group-date-range.add-to-calendar + .field-name-dates-status {
  margin-top: 0.625rem;
}

/**********************************************************************************
/* @group MORE LINKS */
/***********************************************************************************/
a.morelink {
  display: inline-block;
  font-weight: normal;
  font-size: 0.875rem;
  margin-top: 0.9375rem !important;
}

a.morelink:after {
  content: " ";
  position: relative;
  top: -2px;
  display: inline-block;
  width: 8px;
  height: 8px;
  transform: rotate(-135deg) skew(0);
  border-top: 2px solid #E7AC00;
  border-left: 2px solid #E7AC00;
  margin-left: 10px;
}

a.morelink.less:after {
  transform: rotate(45deg);
  top: 2px;
}

/**********************************************************************************
/* @group EXTERNAL LINKS */
/***********************************************************************************/
.field-name-field-enge-external-url {
  margin-bottom: calc(20px + 0.5vw);
  font-size: calc(13px + 0.2vw);
  font-weight: 300;
  line-height: 1.375rem;
}

.field-name-field-enge-external-url a {
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: 700;
  display: block;
  text-transform: uppercase;
}

.field-name-field-enge-external-url a:after {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: true;
  speak: none;
}

.field-name-field-enge-external-url a:after {
  display: inline-block;
  margin-left: 6px;
  margin-top: -3px;
  font-size: 13px;
  line-height: 0;
}

/**********************************************************************************
/* @group BACK TO TOP BUTTON */
/***********************************************************************************/
#backtotop {
  z-index: 1000;
}

/**********************************************************************************
/* @group FONT ICONS */
/***********************************************************************************/
/* Font Icons */
@font-face {
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/nenge-icons/nenge-icons.svg") format("svg");
  src: url("../fonts/nenge-icons/nenge-icons.woff") format("woff"), url("../fonts/nenge-icons/nenge-icons.woff2") format("woff2"), url("../fonts/nenge-icons/nenge-icons.ttf") format("truetype");
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: subpixel-antialiased;
}

/**********************************************************************************
/* @group FONT ICONS MIXIN */
/***********************************************************************************/
.admin-menu .fixed {
  top: 1.8125em;
}

#status-messages.reveal-modal .alert-box, #status-messages.reveal-modal div.password-suggestions, #status-messages.reveal-modal .node-visibility-message {
  margin-bottom: 0;
}

.reveal-modal {
  z-index: 999;
}

.reveal-modal-bg {
  z-index: 998;
}

.item-list .pager {
  clear: none;
}

.item-list .pager li {
  padding: 0;
}

html.js .js-hide {
  display: none;
}

/**
 * Hide elements from all users.
 *
 * Used for elements which should not be immediately displayed to any user. An
 * example would be a collapsible fieldset that will be expanded with a click
 * from a user. The effect of this class can be toggled with the jQuery show()
 * and hide() functions.
 */
.element-hidden {
  display: none;
}

/**
 * Hide elements visually, but keep them available for screen-readers.
 *
 * Used for information required for screen-reader users to understand and use
 * the site where visual display is undesirable. Information provided in this
 * manner should be kept concise, to avoid unnecessary burden on the user.
 * "!important" is used to prevent unintentional overrides.
 */
.element-invisible {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
}

/**********************************************************************************
/* @group ADMIN FIXES
***********************************************************************************/
@media only screen and (max-width: 64em) {
  #admin-menu {
    display: none !important;
  }
}

.admin-menu .fixed {
  top: 1.8125em;
}

#admin-menu .admin-menu-search input {
  height: 1.5625rem;
  min-height: auto;
}

#admin-menu .dropdown .admin-menu-toolbar-category a,
#admin-menu .dropdown .admin-menu-action a {
  font-size: .75rem;
}

.not-front.admin-menu .group-right {
  margin-top: 0;
}

@media only screen and (max-width: 40em) {
  .button-group a {
    padding-right: 2vw !important;
    padding-left: 2vw !important;
  }
}

.action-links {
  margin: 0 !important;
}

.action-links li {
  list-style: none;
}

.popup-style-white .popup-element-body .center .right, .popup-style-white .popup-element-body .center button.form-submit.ajax-processed, .popup-style-white .popup-element-body .center
.form-submit.ajax-processed.button, .popup-style-white .popup-element-body .center span.addtocalendar a.form-submit.ajax-processed.atcb-link, span.addtocalendar .popup-style-white .popup-element-body .center a.form-submit.ajax-processed.atcb-link, .popup-style-white .popup-element-body .center .section.promo .pane-content a.form-submit.ajax-processed, .section.promo .pane-content .popup-style-white .popup-element-body .center a.form-submit.ajax-processed, .popup-style-white .popup-element-body .center #enge-improvement-modal #webform-component-email, #enge-improvement-modal .popup-style-white .popup-element-body .center #webform-component-email,
.popup-style-white .popup-element-body .center .left,
.popup-style-white .popup-element-body .center .view-Mentions .views-field-link, .view-Mentions
.popup-style-white .popup-element-body .center .views-field-link,
.popup-style-white .popup-element-body .center #enge-improvement-modal #webform-component-name, #enge-improvement-modal
.popup-style-white .popup-element-body .center #webform-component-name {
  float: none !important;
}

/**
 * @file
 * Stylesheet for the Contextual module.
 */
/**
 * Contextual links regions.
 */
.contextual-links-region {
  position: relative;
  outline: none;
}

.contextual-links-region-active {
  outline: #999 dashed 1px;
}

/**
 * Contextual links.
 */
div.contextual-links-wrapper {
  font-size: 90%;
  position: absolute;
  z-index: 999;
  top: 2px;
  right: 5px;
  /* LTR */
  display: none;
}

html.js div.contextual-links-wrapper {
  display: block;
}

a.contextual-links-trigger {
  display: none;
  overflow: hidden;
  width: 28px;
  height: 18px;
  margin: 0;
  padding: 0 2px;
  text-indent: 34px;
  /* LTR */
  border: 1px solid transparent;
  border-radius: 4px;
  outline: none;
  background: transparent url(/modules/contextual/images/gear-select.png) no-repeat 2px 0;
  -khtml-border-radius: 4px;
}

a.contextual-links-trigger:hover,
div.contextual-links-active a.contextual-links-trigger {
  background-position: 2px -18px;
}

div.contextual-links-active a.contextual-links-trigger {
  position: relative;
  z-index: 1;
  border-color: #ccc;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  background-color: #fff;
}

div.contextual-links-wrapper ul.contextual-links {
  font-size: 0.9375rem;
  position: absolute;
  top: 18px;
  right: 0;
  display: none;
  margin: 0;
  padding: .25em 0;
  text-align: left;
  white-space: nowrap;
  border: 1px solid #ccc;
  /* LTR */
  border-radius: 4px 0 4px 4px;
  /* LTR */
  -webkit-border-top-left-radius: 4px;
  /* LTR */
  -webkit-border-top-right-radius: 0;
  /* LTR */
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  background-color: #fff;
}

a.contextual-links-trigger-active,
div.contextual-links-active a.contextual-links-trigger,
div.contextual-links-active ul.contextual-links {
  display: block;
}

ul.contextual-links li {
  line-height: 100%;
  display: block !important;
  float: none !important;
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
}

div.contextual-links-wrapper a {
  text-decoration: none;
}

ul.contextual-links li a {
  font-size: 0.9375rem;
  display: block;
  margin: .25em 0;
  padding: .25em 1em .25em .5em;
  color: #333 !important;
}

ul.contextual-links li a:hover {
  background-color: #bfdcee;
}

.l-header .user-links a {
  line-height: 1.9375rem;
  padding-left: 3px;
}

.l-header .user-settings-toggle {
  overflow: hidden;
  font-size: 2.1875rem;
  display: block;
  float: right;
  width: 38px;
  height: 38px;
  text-align: center;
}

.l-header .user-settings-toggle:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

.l-header .user-settings-toggle:hover {
  color: #1a89ff;
}

.l-header .user-settings-toggle:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: true;
  speak: none;
}

.l-header .user-settings-toggle:before {
  margin-left: 3px;
}

.l-header .search-toggle {
  overflow: hidden;
  font-size: 2.1875rem;
  display: block;
  float: right;
  width: 38px;
  height: 38px;
  text-align: center;
}

.l-header .search-toggle:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

.l-header .search-toggle:hover {
  color: #1a89ff;
}

.l-header .search-toggle:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: true;
  speak: none;
}

.l-header .add-content-toggle {
  font-weight: 700;
  display: block;
  padding: 0 25px 0 20px;
  vertical-align: middle;
}

.l-header .add-content-toggle:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: true;
  speak: none;
}

.l-header .add-content-toggle:before {
  font-size: 1.375rem;
  margin-right: 8px;
  vertical-align: middle;
}

.l-header .user-notifications-toggle {
  overflow: hidden;
  font-size: 2.1875rem;
  display: block;
  float: right;
  width: 38px;
  height: 38px;
  text-align: center;
  position: relative;
}

.l-header .user-notifications-toggle:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

.l-header .user-notifications-toggle:hover {
  color: #1a89ff;
}

.l-header .user-notifications-toggle:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: true;
  speak: none;
}

.l-header .user-notifications-toggle .notifications-count {
  font-size: 0.625rem;
  line-height: 1.1875rem;
  position: absolute;
  top: 10px;
  right: 0;
  display: block;
  width: 22px;
  height: 22px;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 11px;
  background-color: red;
}

.l-header .user-notifications-toggle.zero .notifications-count {
  display: none;
}

.l-header .view-footer p {
  margin: 0;
}

/**********************************************************************************
/* @group FIXED HEADER */
/***********************************************************************************/
@media only screen and (min-width: 64.063em) {
  .fixed-header {
    position: fixed !important;
    float: none;
    width: 100%;
    top: 0;
  }
  .fixed-header.group-header {
    padding-top: 10px;
    padding-bottom: 10px !important;
    z-index: 51 !important;
    height: auto !important;
    margin-top: 0;
  }
  .fixed-header.group-header h1 {
    font-size: 1.8rem !important;
  }
  .fixed-header.group-header .group-header-right,
  .fixed-header.group-header .group-header-bottom {
    display: none;
  }
  .fixed-header.group-header .group-header-left {
    padding-top: 15px;
    border-right: 0px;
    width: 100%;
  }
  .content-header + .content-wrapper .fixed-header.group-header,
  .content-header + .user-profile .fixed-header.group-header {
    margin-top: 0vw;
  }
  .js div.horizontal-tabs ul.horizontal-tabs-list.fixed-header {
    z-index: 50;
  }
  .js div.horizontal-tabs ul.horizontal-tabs-list.fixed-header li a {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    font-size: 0.8125rem;
  }
}

@media only screen and (max-width: 64em) {
  .js div.horizontal-tabs ul.horizontal-tabs-list.fixed-header {
    top: auto !important;
  }
}

.page {
  overflow: visible;
  height: 100%;
}

.l-main {
  overflow: hidden;
  height: auto !important;
  min-height: 100%;
}

@media only screen and (max-width: 64em) {
  .l-main {
    margin-top: 68px;
  }
}

.no-bullet {
  margin-bottom: 0;
}

.field-label {
  font-weight: 700;
  font-size: calc(16px + 0.2vw);
}

.field-label-inline .field-label {
  display: inline;
  font-size: inherit;
  font-weight: 500;
  margin-right: 3px;
  margin-top: 1px;
}

/**********************************************************************************
/* @group BODY GENERAL STYLES */
/***********************************************************************************/
.body p {
  margin-top: 1.25rem;
}

.body ul {
  position: relative;
  list-style-type: none;
  overflow: hidden;
  margin-left: 2vw;
}

.body ul li {
  margin-bottom: 0.625rem;
  padding-left: 40px;
}

.body ul li:before {
  font-size: 90px;
  line-height: 15px;
  position: absolute;
  left: 10px;
  content: '\00B7';
  color: #ffca05;
}

.body ol {
  margin-left: 2vw;
  overflow: hidden;
}

.body ol li {
  margin-bottom: 0.625rem;
  padding-left: 17px;
}

.body img:not(.smiley) {
  float: left;
  margin-right: 2vw;
  margin-bottom: calc(20px + 0.5vw);
}

.body .no-float {
  display: block;
  float: none;
  margin: calc(20px + 0.5vw) auto;
  text-align: center;
}

.body .no-float img {
  float: none;
  margin: 0 auto !important;
}

.body .float-right {
  float: right;
  margin-right: 0;
  margin-bottom: calc(20px + 0.5vw);
  margin-left: 2vw;
}

.body .highlighted {
  display: block;
  padding: 2vw;
  color: #ffffff;
  background-color: #E7AC00;
}

/**********************************************************************************
/* @group TABLES */
/***********************************************************************************/
table {
  width: 100%;
  border-collapse: collapse;
  display: block;
  overflow-x: auto;
}

table caption {
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: calc(13px + 0.2vw);
  font-weight: normal;
  padding: 0.625rem 0.9375rem;
  text-align: left;
  text-transform: uppercase;
  background-color: #4D4D4D !important;
}

table td ul,
table td ol {
  margin-left: 0;
}

@media only screen and (min-width: 64.063em) {
  table {
    display: table;
    overflow-x: initial;
  }
}

/**********************************************************************************
/* @group LEFT SIDEBAR */
/***********************************************************************************/
.sidebar {
  position: relative;
  z-index: +2;
  background-color: #ffffff;
}

.sidebar .block-main-menu {
  padding-top: 2vw;
  background-color: #ffffff;
}

.sidebar .block-main-menu ul.menu {
  font-size: 1.125rem;
  margin: 0;
}

.sidebar .block-main-menu ul.menu li a {
  display: block;
  padding: 10px 30px 10px 50px;
}

.sidebar .block-main-menu ul.menu li a:hover, .sidebar .block-main-menu ul.menu li a:focus, .sidebar .block-main-menu ul.menu li a.active {
  color: #262626;
  background-color: #E7AC00;
}

.l-footer {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.l-footer .block-copyright {
  font-size: 0.8125rem;
}

.l-footer .block-copyright .copyright-year {
  font-weight: 300 !important;
}

/**********************************************************************************
/* @group HELP US IMPROVE Block */
/***********************************************************************************/
.no-js .block-help-us-improve {
  padding: 2vw;
  margin: 0 2vw;
  background-color: #e5e5e5;
}

.js .block-help-us-improve form, .js .block-help-us-improve .block-title {
  display: none;
}

@media only screen and (max-width: 64em) {
  #enge-improvement-webform {
    margin-left: -1vw;
    margin-right: -1vw;
    padding-right: 3vw;
    padding-left: 3vw;
  }
}

@media only screen and (min-width: 64.063em) {
  #enge-improvement-webform {
    position: absolute;
    padding: 0 !important;
    margin: 0;
    z-index: 100;
  }
}

#enge-improvement-webform button, #enge-improvement-webform
.button, #enge-improvement-webform span.addtocalendar a.atcb-link, span.addtocalendar #enge-improvement-webform a.atcb-link, #enge-improvement-webform .section.promo .pane-content a, .section.promo .pane-content #enge-improvement-webform a {
  font-weight: 300;
  text-transform: none;
}

#enge-improvement-webform button:before, #enge-improvement-webform
.button:before, #enge-improvement-webform span.addtocalendar a.atcb-link:before, span.addtocalendar #enge-improvement-webform a.atcb-link:before, #enge-improvement-webform .section.promo .pane-content a:before, .section.promo .pane-content #enge-improvement-webform a:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
  speak: none;
}

@media only screen and (min-width: 64.063em) {
  #enge-improvement-webform button, #enge-improvement-webform
  .button, #enge-improvement-webform span.addtocalendar a.atcb-link, span.addtocalendar #enge-improvement-webform a.atcb-link, #enge-improvement-webform .section.promo .pane-content a, .section.promo .pane-content #enge-improvement-webform a {
    padding: 15px 8px;
    font-size: 0.6875rem;
    width: 55px;
  }
}

#enge-improvement-webform button:before, #enge-improvement-webform
.button:before, #enge-improvement-webform span.addtocalendar a.atcb-link:before, span.addtocalendar #enge-improvement-webform a.atcb-link:before, #enge-improvement-webform .section.promo .pane-content a:before, .section.promo .pane-content #enge-improvement-webform a:before {
  display: block;
  height: 12px;
  text-align: center;
  line-height: 5px;
}

/**********************************************************************************
/* @group POST REPLY VIEW*/
/***********************************************************************************/
.field-name-field-enge-discussion-replies, .node-enge-web-discussion-reply {
  font-size: 0.9375rem;
}

.field-name-field-enge-discussion-replies .replies-links, .node-enge-web-discussion-reply .replies-links {
  font-weight: 500;
  font-style: italic;
  margin-top: -1vw !important;
  text-align: center;
  color: #999999;
}

.field-name-field-enge-discussion-replies .replies-links .load, .node-enge-web-discussion-reply .replies-links .load {
  margin-left: 5px;
}

@media only screen and (max-width: 40em) {
  .field-name-field-enge-discussion-replies .replies-links .load, .node-enge-web-discussion-reply .replies-links .load {
    display: block;
  }
}

.field-name-field-enge-discussion-replies .replies-links .load.disabled, .node-enge-web-discussion-reply .replies-links .load.disabled {
  top: -28px;
  left: 20px;
  display: inline-block;
}

.field-name-field-enge-discussion-replies div.node-enge-web-discussion-reply, .node-enge-web-discussion-reply div.node-enge-web-discussion-reply {
  padding: calc(10px + .3vw) 0;
  border-bottom: 0;
}

.field-name-field-enge-discussion-replies div.node-enge-web-discussion-reply > .row, .node-enge-web-discussion-reply div.node-enge-web-discussion-reply > .row {
  padding-top: 0;
}

.field-name-field-enge-discussion-replies .group-reply-header, .node-enge-web-discussion-reply .group-reply-header {
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 5px;
  overflow: hidden;
}

.field-name-field-enge-discussion-replies .group-user-date, .node-enge-web-discussion-reply .group-user-date {
  float: left;
}

.field-name-field-enge-discussion-replies .group-user-date > div, .node-enge-web-discussion-reply .group-user-date > div {
  display: inline;
}

.field-name-field-enge-discussion-replies .group-user-date .field-name-author, .node-enge-web-discussion-reply .group-user-date .field-name-author {
  line-height: normal;
  float: none;
  margin-right: 10px;
}

.field-name-field-enge-discussion-replies .group-user-date .field-name-author a, .node-enge-web-discussion-reply .group-user-date .field-name-author a {
  font-weight: 700;
}

.field-name-field-enge-discussion-replies .group-user-date .field-name-post-date, .node-enge-web-discussion-reply .group-user-date .field-name-post-date {
  font-size: 0.8125rem;
}

.field-name-field-enge-discussion-replies .field-name-ds-user-picture, .node-enge-web-discussion-reply .field-name-ds-user-picture, .field-name-field-enge-discussion-replies article.comment .comment-author .user-picture, article.comment .comment-author .field-name-field-enge-discussion-replies .user-picture, .node-enge-web-discussion-reply article.comment .comment-author .user-picture, article.comment .comment-author .node-enge-web-discussion-reply .user-picture {
  display: block;
  overflow: hidden;
  width: 22px;
  height: 22px;
  border-radius: 1000px;
  background-color: #ffffff;
  margin-right: 1.25rem;
}

.field-name-field-enge-discussion-replies .field-name-ds-user-picture img, .node-enge-web-discussion-reply .field-name-ds-user-picture img, .field-name-field-enge-discussion-replies article.comment .comment-author .user-picture img, article.comment .comment-author .field-name-field-enge-discussion-replies .user-picture img, .node-enge-web-discussion-reply article.comment .comment-author .user-picture img, article.comment .comment-author .node-enge-web-discussion-reply .user-picture img {
  width: 100%;
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .field-name-field-enge-discussion-replies .field-name-ds-user-picture, .node-enge-web-discussion-reply .field-name-ds-user-picture, .field-name-field-enge-discussion-replies article.comment .comment-author .user-picture, article.comment .comment-author .field-name-field-enge-discussion-replies .user-picture, .node-enge-web-discussion-reply article.comment .comment-author .user-picture, article.comment .comment-author .node-enge-web-discussion-reply .user-picture {
    display: block;
    overflow: hidden;
    width: 35px;
    height: 35px;
    border-radius: 1000px;
    background-color: #ffffff;
  }
  .field-name-field-enge-discussion-replies .field-name-ds-user-picture img, .node-enge-web-discussion-reply .field-name-ds-user-picture img, .field-name-field-enge-discussion-replies article.comment .comment-author .user-picture img, article.comment .comment-author .field-name-field-enge-discussion-replies .user-picture img, .node-enge-web-discussion-reply article.comment .comment-author .user-picture img, article.comment .comment-author .node-enge-web-discussion-reply .user-picture img {
    width: 100%;
  }
}

@media only screen and (min-width: 64.063em) {
  .field-name-field-enge-discussion-replies .field-name-ds-user-picture, .node-enge-web-discussion-reply .field-name-ds-user-picture, .field-name-field-enge-discussion-replies article.comment .comment-author .user-picture, article.comment .comment-author .field-name-field-enge-discussion-replies .user-picture, .node-enge-web-discussion-reply article.comment .comment-author .user-picture, article.comment .comment-author .node-enge-web-discussion-reply .user-picture {
    display: block;
    overflow: hidden;
    width: 62px;
    height: 62px;
    border-radius: 1000px;
    background-color: #ffffff;
  }
  .field-name-field-enge-discussion-replies .field-name-ds-user-picture img, .node-enge-web-discussion-reply .field-name-ds-user-picture img, .field-name-field-enge-discussion-replies article.comment .comment-author .user-picture img, article.comment .comment-author .field-name-field-enge-discussion-replies .user-picture img, .node-enge-web-discussion-reply article.comment .comment-author .user-picture img, article.comment .comment-author .node-enge-web-discussion-reply .user-picture img {
    width: 100%;
  }
}

.field-name-field-enge-discussion-replies .node-state-wrapper, .node-enge-web-discussion-reply .node-state-wrapper, .field-name-field-enge-discussion-replies form.node-form .node-visibility-message, form.node-form .field-name-field-enge-discussion-replies .node-visibility-message, .node-enge-web-discussion-reply form.node-form .node-visibility-message, form.node-form .node-enge-web-discussion-reply .node-visibility-message {
  top: 0;
  right: 0;
}

.field-name-field-enge-discussion-replies .body, .node-enge-web-discussion-reply .body {
  clear: both;
  margin-top: 0.625rem;
}

.field-name-field-enge-discussion-replies .body p, .node-enge-web-discussion-reply .body p {
  font-size: inherit;
  margin: 0.5rem 0;
}

.field-name-field-enge-discussion-replies .body p:first-child, .node-enge-web-discussion-reply .body p:first-child {
  margin-top: 0;
}

.field-name-field-enge-discussion-replies .body p:last-child, .node-enge-web-discussion-reply .body p:last-child {
  margin-bottom: 0;
}

.field-name-field-enge-discussion-replies .body ul, .node-enge-web-discussion-reply .body ul,
.field-name-field-enge-discussion-replies .body ol, .node-enge-web-discussion-reply .body ol {
  font-size: inherit;
  margin-left: 0;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.field-name-field-enge-discussion-replies .field-name-field-enge-file-upload, .node-enge-web-discussion-reply .field-name-field-enge-file-upload {
  margin: 1vw 0;
  border-color: #ffffff;
}

.field-name-field-enge-discussion-replies .field-name-field-enge-file-upload .file, .node-enge-web-discussion-reply .field-name-field-enge-file-upload .file {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  border-color: #ffffff;
}

.field-name-field-enge-discussion-replies blockquote, .node-enge-web-discussion-reply blockquote {
  padding: 1vw;
  border-left: 3px solid #bfbfbf;
  background-color: #fafafa;
}

.field-name-field-enge-discussion-replies blockquote .quote-author, .node-enge-web-discussion-reply blockquote .quote-author {
  font-size: 0.875rem;
  font-weight: normal;
  margin-bottom: 0.625rem;
  color: #4D4D4D;
}

/**********************************************************************************
/* @group WEB DISCUSSION REPLY */
/***********************************************************************************/
.node-enge-web-discussion-reply {
  padding-bottom: 50px;
  border-bottom: 1px solid #DDDDDD;
  transition: background-color .3s ease, color .3s ease;
}

.node-enge-web-discussion-reply:hover {
  background-color: #e6e6e6;
}

/**********************************************************************************
/* @group ACTIONS */
/***********************************************************************************/
.group-discussion .node-enge-web-discussion-reply:hover .links, .node-enge-web-discussion-reply .node-enge-web-discussion-reply:hover .links, article.comment .node-enge-web-discussion-reply:hover .links, .group-discussion .node-enge-web-discussion-reply:focus .links, .node-enge-web-discussion-reply .node-enge-web-discussion-reply:focus .links, article.comment .node-enge-web-discussion-reply:focus .links {
  opacity: 1 !important;
}

.group-discussion .links, .node-enge-web-discussion-reply .links, article.comment .links {
  opacity: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: right;
}

.group-discussion .links > li, .node-enge-web-discussion-reply .links > li, article.comment .links > li {
  display: inline-block;
}

.group-discussion .links > li:last-child, .node-enge-web-discussion-reply .links > li:last-child, article.comment .links > li:last-child {
  margin-right: 0;
}

.group-discussion .links li a, .node-enge-web-discussion-reply .links li a, article.comment .links li a {
  overflow: hidden;
  font-size: 1.5625rem;
  display: block;
  float: right;
  width: 20px;
  height: 20px;
  text-align: center;
  color: #888;
}

.group-discussion .links li a:before, .node-enge-web-discussion-reply .links li a:before, article.comment .links li a:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

.group-discussion .links li a:hover, .node-enge-web-discussion-reply .links li a:hover, article.comment .links li a:hover {
  color: #1a89ff;
}

.group-discussion .links li a.edit:before, .node-enge-web-discussion-reply .links li a.edit:before, article.comment .links li a.edit:before, .group-discussion .links li.comment-edit a:before, .node-enge-web-discussion-reply .links li.comment-edit a:before, article.comment .links li.comment-edit a:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: true;
  speak: none;
}

.group-discussion .links li a.delete:before, .node-enge-web-discussion-reply .links li a.delete:before, article.comment .links li a.delete:before, .group-discussion .links li.comment-delete a:before, .node-enge-web-discussion-reply .links li.comment-delete a:before, article.comment .links li.comment-delete a:before, .group-discussion .links li a.comment-delete:before, .node-enge-web-discussion-reply .links li a.comment-delete:before, article.comment .links li a.comment-delete:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: true;
  speak: none;
}

.group-discussion .links li a.permalink:before, .node-enge-web-discussion-reply .links li a.permalink:before, article.comment .links li a.permalink:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: true;
  speak: none;
}

.group-discussion .links li a.comment:before, .node-enge-web-discussion-reply .links li a.comment:before, article.comment .links li a.comment:before, .group-discussion .links li.comment-reply a:before, .node-enge-web-discussion-reply .links li.comment-reply a:before, article.comment .links li.comment-reply a:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: true;
  speak: none;
}

.js .post-reply-comment {
  display: none;
  clear: both;
}

/**********************************************************************************
/* @group POST REPLY FORM*/
/***********************************************************************************/
.horizontal-tabs-panes .fieldset-wrapper .post-reply.full {
  position: fixed;
  z-index: 51;
  bottom: 0;
  width: 100%;
  max-width: 1050px;
  padding-bottom: 20px;
  background-color: #f2f2f2;
}

@media only screen and (min-width: 64.063em) {
  .horizontal-tabs-panes .fieldset-wrapper .post-reply.full {
    right: auto;
    left: auto;
    width: 75%;
  }
}

.horizontal-tabs-panes .fieldset-wrapper .post-reply.full .dropdown-menu {
  left: 0 !important;
  top: auto !important;
  bottom: 100% !important;
  width: 100% !important;
}

.horizontal-tabs-panes .fieldset-wrapper .post-reply.full .dropdown-menu .active {
  background-color: #ffd24e !important;
}

.horizontal-tabs-panes .fieldset-wrapper .post-reply.full .dropdown-menu:hover, .horizontal-tabs-panes .fieldset-wrapper .post-reply.full .dropdown-menu:focus {
  color: #004a99;
  background-color: #f2f2f2;
}

.horizontal-tabs-panes .fieldset-wrapper .post-reply.full .dropdown-menu:hover a, .horizontal-tabs-panes .fieldset-wrapper .post-reply.full .dropdown-menu:focus a {
  color: #004a99 !important;
}

.horizontal-tabs-panes .fieldset-wrapper .post-reply.full .form-item {
  margin: 0;
  padding: 0;
}

.horizontal-tabs-panes .fieldset-wrapper .post-reply.full .form-item .resizable .expandingText {
  max-height: 300px;
}

.horizontal-tabs-panes .fieldset-wrapper .post-reply.full textarea {
  margin-bottom: 0;
  border: none;
}

.horizontal-tabs-panes .fieldset-wrapper .post-reply.full form {
  position: relative;
  padding: 5px;
  border: 1px solid #b3b3b3;
  border-radius: 10px;
  box-shadow: 0 -10px 50px #999999;
}

@media only screen and (max-width: 64em) {
  .horizontal-tabs-panes .fieldset-wrapper .post-reply.full form {
    width: 95%;
  }
}

.horizontal-tabs-panes .fieldset-wrapper .post-reply.full form > div {
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 40em) {
  .horizontal-tabs-panes .fieldset-wrapper .post-reply.full form > div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.horizontal-tabs-panes .fieldset-wrapper .post-reply.full form .text-format-wrapper {
  -ms-flex-positive: 1;
      flex-grow: 1;
}

@media only screen and (max-width: 40em) {
  .horizontal-tabs-panes .fieldset-wrapper .post-reply.full form .text-format-wrapper {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.horizontal-tabs-panes .fieldset-wrapper .post-reply.full form .text-format-wrapper textarea.web-discussion-reply {
  height: 2.125rem;
  min-height: auto;
  padding-top: 4px;
  padding-bottom: 4px;
}

.horizontal-tabs-panes .fieldset-wrapper .post-reply.full form button {
  font-size: 0 !important;
  width: 50px !important;
  min-width: 6.25rem;
  min-width: auto;
  height: 35px !important;
  margin-bottom: 0;
  margin-left: 5px;
  padding: 5px;
  vertical-align: top;
}

.horizontal-tabs-panes .fieldset-wrapper .post-reply.full form button:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
  speak: none;
}

@media only screen and (min-width: 40.063em) {
  .horizontal-tabs-panes .fieldset-wrapper .post-reply.full form button {
    height: 2.875rem;
  }
}

.horizontal-tabs-panes .fieldset-wrapper .post-reply.full form #wysiwyg-toggle-edit-reply-value {
  overflow: hidden;
  font-size: 27px;
  display: block;
  float: right;
  width: 35px;
  height: 35px;
  text-align: center;
  color: #ffffff;
  position: absolute;
  bottom: 5px;
  left: 109px;
  border-radius: 5px;
  background-color: #cccccc;
}

.horizontal-tabs-panes .fieldset-wrapper .post-reply.full form #wysiwyg-toggle-edit-reply-value:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

.horizontal-tabs-panes .fieldset-wrapper .post-reply.full form #wysiwyg-toggle-edit-reply-value:hover {
  color: #1a89ff;
}

.horizontal-tabs-panes .fieldset-wrapper .post-reply.full form #wysiwyg-toggle-edit-reply-value:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: true;
  speak: none;
}

@media only screen and (min-width: 64.063em) {
  .horizontal-tabs-panes .fieldset-wrapper .post-reply.full form #wysiwyg-toggle-edit-reply-value {
    top: 5px;
    top: auto;
    right: 5px;
    left: auto;
  }
}

.horizontal-tabs-panes .fieldset-wrapper .post-reply.full form #wysiwyg-toggle-edit-reply-value:before {
  line-height: 35px;
  width: 35px;
  text-align: center;
}

.horizontal-tabs-panes .fieldset-wrapper .post-reply.full form #wysiwyg-toggle-edit-reply-value:hover, .horizontal-tabs-panes .fieldset-wrapper .post-reply.full form #wysiwyg-toggle-edit-reply-value:focus {
  background-color: #004a99;
}

.horizontal-tabs-panes .fieldset-wrapper .post-reply.full form #wysiwyg-toggle-edit-reply-value:hover:before, .horizontal-tabs-panes .fieldset-wrapper .post-reply.full form #wysiwyg-toggle-edit-reply-value:focus:before {
  color: #ffffff;
}

.horizontal-tabs-panes .fieldset-wrapper .post-reply.full form .show-file-container {
  overflow: hidden;
  font-size: 27px;
  display: block;
  float: right;
  width: 35px;
  height: 35px;
  text-align: center;
  color: #ffffff;
  border-radius: 5px;
  background-color: #cccccc;
}

.horizontal-tabs-panes .fieldset-wrapper .post-reply.full form .show-file-container:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

.horizontal-tabs-panes .fieldset-wrapper .post-reply.full form .show-file-container:hover {
  color: #1a89ff;
}

.horizontal-tabs-panes .fieldset-wrapper .post-reply.full form .show-file-container:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: true;
  speak: none;
}

.horizontal-tabs-panes .fieldset-wrapper .post-reply.full form .show-file-container:before {
  line-height: 35px;
  width: 35px;
  text-align: center;
}

.horizontal-tabs-panes .fieldset-wrapper .post-reply.full form .show-file-container:hover, .horizontal-tabs-panes .fieldset-wrapper .post-reply.full form .show-file-container:focus {
  background-color: #004a99;
}

.horizontal-tabs-panes .fieldset-wrapper .post-reply.full form .show-file-container:hover:before, .horizontal-tabs-panes .fieldset-wrapper .post-reply.full form .show-file-container:focus:before {
  color: #ffffff;
}

.post-reply.full .file-container {
  position: absolute;
  bottom: 100%;
  right: -1px;
  min-width: 50%;
  padding: 2rem;
  background-color: white;
  border: 1px solid #b3b3b3;
  border-bottom-color: white;
  border-radius: 10px 10px 0 0;
}

.post-reply.full .file-container:before {
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  box-shadow: 0px 4px 48px rgba(0, 0, 0, 0.25);
  z-index: -1;
}

.post-reply.full .file-container:after {
  content: " ";
  position: absolute;
  top: 100%;
  right: -1px;
  width: 10px;
  height: 10px;
  background-color: inherit;
  border-right: 1px solid #b3b3b3;
}

@media only screen and (max-width: 40em) {
  .post-reply.full .file-container {
    width: calc(100% + 2px);
  }
  .post-reply.full .file-container:after {
    width: calc(100% + 2px);
    border-left: 1px solid #b3b3b3;
  }
}

.post-reply.full .file-container .title {
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: black;
}

.post-reply.full .file-container .form-type-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
}

.post-reply.full .file-container .form-type-file + .form-type-file {
  margin-top: 0.75rem !important;
}

.post-reply.full .file-container .form-type-file input {
  min-height: 2.5rem;
  padding: 7px;
  margin-bottom: 0px;
  color: black;
}

.post-reply.full .file-container .form-type-file .delete, .post-reply.full .file-container .form-type-file .group-discussion .links li.comment-delete a, .group-discussion .links li.comment-delete .post-reply.full .file-container .form-type-file a, .post-reply.full .file-container .form-type-file .node-enge-web-discussion-reply .links li.comment-delete a, .node-enge-web-discussion-reply .links li.comment-delete .post-reply.full .file-container .form-type-file a, .post-reply.full .file-container .form-type-file article.comment .links li.comment-delete a, article.comment .links li.comment-delete .post-reply.full .file-container .form-type-file a {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 1.5rem;
  margin-left: 1.5rem;
  font-size: 0px;
}

.post-reply.full .file-container .form-type-file .delete:before, .post-reply.full .file-container .form-type-file .group-discussion .links li.comment-delete a:before, .group-discussion .links li.comment-delete .post-reply.full .file-container .form-type-file a:before, .post-reply.full .file-container .form-type-file .node-enge-web-discussion-reply .links li.comment-delete a:before, .node-enge-web-discussion-reply .links li.comment-delete .post-reply.full .file-container .form-type-file a:before, .post-reply.full .file-container .form-type-file article.comment .links li.comment-delete a:before, article.comment .links li.comment-delete .post-reply.full .file-container .form-type-file a:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: true;
  speak: none;
}

.post-reply.full .file-container .form-type-file .delete:before, .post-reply.full .file-container .form-type-file .group-discussion .links li.comment-delete a:before, .group-discussion .links li.comment-delete .post-reply.full .file-container .form-type-file a:before, .post-reply.full .file-container .form-type-file .node-enge-web-discussion-reply .links li.comment-delete a:before, .node-enge-web-discussion-reply .links li.comment-delete .post-reply.full .file-container .form-type-file a:before, .post-reply.full .file-container .form-type-file article.comment .links li.comment-delete a:before, article.comment .links li.comment-delete .post-reply.full .file-container .form-type-file a:before {
  font-size: 2.1875rem;
  line-height: 0;
}

.post-reply.full .file-container .actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 2rem;
}

.post-reply.full .file-container .actions a {
  padding: 0.5625rem 0.9375rem;
  font-size: 0.9375rem;
  font-weight: 500;
  background-color: #004a99;
  color: white;
  border-radius: 5px;
}

.post-reply.full .file-container .actions a:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: true;
  speak: none;
}

.post-reply.full .file-container .actions a:before {
  position: relative;
  top: -1px;
  font-size: 1.25rem;
  line-height: 0;
  margin-right: 6px;
  margin-left: -4px;
}

.post-reply.full .file-container .actions a:hover, .post-reply.full .file-container .actions a:focus {
  background-color: #003b7a;
}

.post-reply.full .file-container .actions .add-file:before {
  display: inline-block;
  transform: rotate(45deg);
}

/**********************************************************************************
/* @group POST REPLY STICKY FORM ANIMATION*/
/***********************************************************************************/
.post-reply {
  opacity: 0;
}

.loaded .group-discussion .post-reply.full, .loaded .node-enge-web-discussion-reply .post-reply.full, .loaded article.comment .post-reply.full {
  transition: all 300ms ease-out 0s, visibility 0s linear 300ms, z-index 0s linear 0.01s;
  transform: translateY(0px);
  opacity: 1;
}

.loaded .group-discussion.horizontal-tab-hidden .post-reply.full, .loaded .horizontal-tab-hidden.node-enge-web-discussion-reply .post-reply.full, .loaded article.horizontal-tab-hidden.comment .post-reply.full {
  transition-delay: 0s, 0s, .2s;
  transform: translateY(40px);
  opacity: 0;
}

/**********************************************************************************
/* @group CKEDITOR THEME (Special overwrites for the discussion reply) */
/***********************************************************************************/
div.post-reply.full .cke_chrome,
.post-reply-comment .cke_chrome {
  border: 0px;
  box-shadow: none;
}

div.post-reply.full .cke_toolgroup,
.post-reply-comment .cke_toolgroup {
  margin-bottom: 0;
}

div.post-reply.full .cke_inner .cke_top,
.post-reply-comment .cke_inner .cke_top {
  padding: 1px 1px 0;
  border-bottom: 0;
  background: transparent none;
}

div.post-reply.full .cke_inner .cke_bottom,
.post-reply-comment .cke_inner .cke_bottom {
  display: none;
}

div.post-reply.full .cke_combo_button,
.post-reply-comment .cke_combo_button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 0px;
}

div.post-reply.full .cke_combo_button .cke_combo_text,
.post-reply-comment .cke_combo_button .cke_combo_text {
  width: auto;
}

div.post-reply.full .cke_combo_button .cke_combo_open,
.post-reply-comment .cke_combo_button .cke_combo_open {
  height: auto;
}

div.post-reply.full .ckeditor_links,
.post-reply-comment .ckeditor_links {
  display: none !important;
}

.post-reply-comment .form-textarea-wrapper {
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  background: #ffffff;
}

.post-reply-comment .form-textarea-wrapper .cke_wysiwyg_frame,
.post-reply-comment .form-textarea-wrapper .cke_inner {
  background: transparent;
  border-radius: 5px;
}

/**********************************************************************************
/* @group MENTION SUGGESTIONS */
/***********************************************************************************/
.mention-suggestions {
  position: absolute;
  bottom: 100%;
  left: 0px;
  width: 100%;
  padding: 5px;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 50px #b7b7b7;
}

.mention-suggestions .view,
.mention-suggestions .view .view-content {
  padding: 0px !important;
}

.mention-suggestions .view .item-list,
.mention-suggestions .view .view-content .item-list {
  border: 0px;
}

.mention-suggestions li {
  line-height: normal;
}

.mention-suggestions li a {
  display: block;
  padding: 3px 5px;
  font-size: 0.8rem;
  font-weight: normal;
}

.mention-suggestions li a:before {
  content: "@";
  position: relative;
  top: -1px;
  margin-right: 5px;
  font-weight: 700;
}

.mention-suggestions li a:hover {
  background-color: #E7AC00;
  color: #004a99;
}

.node-form .mention-suggestions,
.comment-form .mention-suggestions {
  margin-bottom: -23px;
}

.node-form .form-item.form-type-textarea,
.post-reply-comment .form-item.form-type-textarea,
.comment-form .form-item.form-type-textarea {
  position: relative;
  padding-top: 0px;
  margin-top: 10px;
}

/**********************************************************************************
/* @group HIGHLIGHTED COMMENT*/
/***********************************************************************************/
.highlighted-reply {
  background-color: #faeecc;
}

/**********************************************************************************
/* @group HIDE SCROLL ARROWS IN INITIAL COMMENT FORM */
/***********************************************************************************/
.node-enge-web-discussion.active.view-mode-full .post-reply .cke_contents.cke_reset {
  min-height: 80px;
}

.node-enge-web-discussion.active.view-mode-full .cke_contents.cke_reset {
  min-height: 60px;
}

/**********************************************************************************
/* @group VIEW EMPTY - NO RESULTS MESSAGE */
/***********************************************************************************/
.view-empty {
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: calc(16px + 0.2vw);
  font-style: italic;
  padding: 2vw;
  color: #999999;
  background-color: rgba(153, 153, 153, 0.08);
}

.view-empty p,
.view-empty ol,
.view-empty ul {
  font-size: inherit;
  display: inline-block;
  margin-bottom: 0;
}

/**********************************************************************************
/* @group SEARCH RESULTS */
/***********************************************************************************/
.view-search-results .view-content .views-row {
  position: relative;
  padding-left: 5rem !important;
}

.view-search-results .view-content .views-row:after {
  font-size: 2.5rem;
  position: absolute;
  top: calc(11px + .8vw);
  left: calc(15px + .8vw);
  color: #E7AC00;
}

.view-search-results .view-content .views-row.node-enge-event:after {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: true;
  speak: none;
}

.view-search-results .view-content .views-row.node-enge-collaborative-document:after {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: true;
  speak: none;
}

.view-search-results .view-content .views-row.node-enge-web-discussion:after {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: true;
  speak: none;
}

.view-search-results .view-content .views-row.node-enge-post:after {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: true;
  speak: none;
}

.view-search-results .view-content .views-row.node-page:after, .view-search-results .view-content .views-row.node-enge-web-discussion-reply:after {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: true;
  speak: none;
}

.view-search-results .view-content .views-row.node-enge-faq:after {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: true;
  speak: none;
}

.view-search-results .view-content .views-row.node-enge-workspace:after {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: true;
  speak: none;
}

.view-search-results .view-content .views-row.node-webform:after {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: true;
  speak: none;
}

.view-search-results .views-field strong {
  padding: 0 5px;
  border-radius: 5px;
  background-color: #fff2ce;
}

.view-search-results .views-field-search-api-excerpt {
  font-size: calc(13px + 0.2vw);
}

/**********************************************************************************
/* @group FILTERS IN content-header */
/***********************************************************************************/
.js .block-views-exp-search-results-page .views-buttons {
  float: none !important;
}

/**********************************************************************************
/* @group ERROR PAGES */
/***********************************************************************************/
.page-customerror .l-main .content-wrapper .message {
  position: relative;
  padding: calc(100px + 11vw) 2vw calc(50px + 1vw) 2vw;
  text-align: center;
  background: transparent url(../images/errorsorry.svg) no-repeat center 0;
  background-size: 50%;
}

@media only screen and (min-width: 64.063em) {
  .page-customerror .l-main .content-wrapper .message {
    background-size: 40%;
  }
}

.page-customerror .l-main .content-wrapper .message p {
  font-size: calc(18px + 0.6vw);
  line-height: normal;
  margin: 0 0 2vw 0;
}

@media only screen and (min-width: 40.063em) {
  .page-customerror .l-main .content-wrapper .message p {
    font-size: calc(18px + 0.6vw);
    width: 80%;
    margin: 0 auto 4vw auto;
  }
}

@media only screen and (min-width: 64.063em) {
  .page-customerror .l-main .content-wrapper .message p {
    width: 50%;
  }
}

.page-customerror .l-main .content-wrapper .message .highlighted-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-family: "Roboto Condensed", Arial, sans-serif;
  margin: 2vw 0;
}

.page-customerror .l-main .content-wrapper .message .highlighted-list > li {
  display: inline-block;
}

.page-customerror .l-main .content-wrapper .message .highlighted-list > li:last-child {
  margin-right: 0;
}

.page-customerror .l-main .content-wrapper .message .highlighted-list li {
  margin: 0 0.625rem;
}

.page-customerror .l-main .content-wrapper .message .highlighted-list a {
  font-size: 0.9375rem;
  color: #004a99;
  border: 1px solid #004a99;
  background-color: transparent;
}

.page-customerror .l-main .content-wrapper .message .highlighted-list a:hover, .page-customerror .l-main .content-wrapper .message .highlighted-list a:focus {
  color: #ffffff;
  background-color: #004a99;
}

.page-customerror .l-main .content-wrapper .message .highlighted-list a:hover:before, .page-customerror .l-main .content-wrapper .message .highlighted-list a:focus:before {
  color: #ffffff;
}

.page-customerror .l-main .content-wrapper .message .highlighted-list a:before {
  margin-right: 10px;
  color: #004a99;
}

.page-customerror .l-main .content-wrapper .message .highlighted-list a.home:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: true;
  speak: none;
}

.page-customerror .l-main .content-wrapper .message .highlighted-list a.search:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: true;
  speak: none;
}

/**********************************************************************************
/* @group TOP BAR
***********************************************************************************/
#top-bar-wrapper {
  position: fixed;
  z-index: +10;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 1px 2px 3px grba(#ccc, 50%);
}

.top-bar .name {
  display: table;
  width: 45%;
  max-width: 200px;
  vertical-align: middle;
  margin-left: 8px;
}

.top-bar .name a {
  font-size: 0;
  width: 100%;
  background: url(../logo.svg) no-repeat center;
  background-size: 100%;
}

.top-bar .user-links {
  float: right;
  width: 100%;
  margin-top: -50px;
  margin-right: 90px;
}

.top-bar-section .expanded .menu a {
  color: #E7AC00;
}

.top-bar-section .expanded .menu a:before {
  display: none;
}

.top-bar-section-below {
  background-color: #333333;
  /*Search*/
  /*User Settings*/
  /*Create*/
  /*User Notifications*/
}

.top-bar-section-below a {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  font-weight: normal;
  display: block;
  width: 100%;
  padding: 0.4375rem 0;
  text-transform: none;
  color: #ffffff;
  padding-left: 0.875rem;
}

.top-bar-section-below .header-search form {
  padding: 4vw;
}

.top-bar-section-below .header-search form .form-item {
  margin-bottom: 0;
  padding: 0;
}

.top-bar-section-below .header-search input {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.top-bar-section-below .header-search input,
.top-bar-section-below .header-search button {
  margin-bottom: 0;
}

.top-bar-section-below .user-notifications .scrollbar-wrapper {
  overflow: hidden;
}

/**********************************************************************************
/* @group CONTENT BLOCKS */
/***********************************************************************************/
.content-block, .field-name-discussion-instructions-block, .field-name-related-content-block {
  font-size: 0.875rem;
  position: relative;
  margin-bottom: 2vw;
}

.content-block:after, .field-name-discussion-instructions-block:after, .field-name-related-content-block:after {
  display: block;
  width: 31px;
  height: 5px;
  content: '';
  background-color: #4D4D4D;
  position: absolute;
  top: 0;
}

@media only screen and (min-width: 40.063em) {
  .content-block:before, .field-name-discussion-instructions-block:before, .field-name-related-content-block:before {
    overflow: hidden;
    font-size: calc(12px + 1vw);
    display: block;
    float: right;
    width: calc(15px + 1vw);
    height: calc(15px + 1vw);
    text-align: center;
    color: #ffffff;
    line-height: 2.0625rem;
    position: absolute;
    top: 10px;
    border-radius: 50%;
    background-color: #E7AC00;
    line-height: calc(15px + 1vw);
  }
  .content-block:before:before, .field-name-discussion-instructions-block:before:before, .field-name-related-content-block:before:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
  }
  .content-block:before:hover, .field-name-discussion-instructions-block:before:hover, .field-name-related-content-block:before:hover {
    color: #1a89ff;
  }
}

.content-block .block-title, .field-name-discussion-instructions-block .block-title, .field-name-related-content-block .block-title {
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: calc(14px + 0.2vw);
  margin-bottom: 0.4vw;
  text-transform: uppercase;
}

@media only screen and (min-width: 40.063em) {
  .content-block .block-title, .field-name-discussion-instructions-block .block-title, .field-name-related-content-block .block-title {
    margin-top: 1vw !important;
  }
}

@media only screen and (min-width: 64.063em) {
  .content-block .block-title, .field-name-discussion-instructions-block .block-title, .field-name-related-content-block .block-title {
    font-size: calc(16px + 0.2vw);
  }
}

.content-block .views-field-created, .field-name-discussion-instructions-block .views-field-created, .field-name-related-content-block .views-field-created {
  font-size: 0.75rem;
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .content-block .views-field-created:before, .field-name-discussion-instructions-block .views-field-created:before, .field-name-related-content-block .views-field-created:before {
    display: none;
  }
}

@media only screen and (min-width: 64.063em) {
  .content-block .views-field-created, .field-name-discussion-instructions-block .views-field-created, .field-name-related-content-block .views-field-created {
    font-size: 0.875rem;
  }
  .content-block .views-field-created:before, .field-name-discussion-instructions-block .views-field-created:before, .field-name-related-content-block .views-field-created:before {
    display: block;
  }
}

.content-block p, .field-name-discussion-instructions-block p, .field-name-related-content-block p,
.content-block li, .field-name-discussion-instructions-block li, .field-name-related-content-block li {
  font-size: inherit;
  margin-bottom: 1vw;
}

.content-block p:last-child, .field-name-discussion-instructions-block p:last-child, .field-name-related-content-block p:last-child,
.content-block li:last-child, .field-name-discussion-instructions-block li:last-child, .field-name-related-content-block li:last-child {
  margin-bottom: 0;
}

/* @group Discussion Content Blocks */
@media only screen and (min-width: 40.063em) {
  .field-name-discussion-instructions-block:before {
    vertical-align: middle;
    content: "";
    font-family: 'Icons';
    font-weight: normal;
    font-style: normal;
    color: true;
    speak: none;
  }
}

/* @group Related Content Blocks*/
@media only screen and (min-width: 40.063em) {
  .field-name-related-content-block:before {
    vertical-align: middle;
    content: "";
    font-family: 'Icons';
    font-weight: normal;
    font-style: normal;
    color: true;
    speak: none;
  }
}

.field-name-related-content-block .view-related-content .group-content {
  padding: 0px;
}

.field-name-related-content-block .view-related-content .group-content .field-name-title > h2 {
  font-size: calc(14px + 0.2vw);
  line-height: 1.4em;
}

.field-name-related-content-block .view-related-content .group-content .field-name-post-date,
.field-name-related-content-block .view-related-content .group-content .field-name-field-enge-event-begins {
  margin-top: 0px;
  margin-bottom: 0px;
}

/* @group Register Block */
.field-name-online-discussion-join-block, .content-header .content-header-right, .group-header .content-header-right {
  margin-bottom: 2vw;
  text-align: center;
}

.field-name-online-discussion-join-block p, .content-header .content-header-right p, .group-header .content-header-right p {
  font-size: calc(17px + 0.4vw);
  line-height: 1.875rem;
  margin-bottom: 0;
}

.field-name-online-discussion-join-block
a.button, .content-header .content-header-right
a.button, .group-header .content-header-right
a.button, .field-name-online-discussion-join-block span.addtocalendar a.atcb-link, span.addtocalendar .field-name-online-discussion-join-block a.atcb-link, .content-header .content-header-right span.addtocalendar a.atcb-link, span.addtocalendar .content-header .content-header-right a.atcb-link, .group-header .content-header-right span.addtocalendar a.atcb-link, span.addtocalendar .group-header .content-header-right a.atcb-link, .field-name-online-discussion-join-block .section.promo .pane-content a, .section.promo .pane-content .field-name-online-discussion-join-block a, .content-header .content-header-right .section.promo .pane-content a, .section.promo .pane-content .content-header .content-header-right a, .group-header .content-header-right .section.promo .pane-content a, .section.promo .pane-content .group-header .content-header-right a {
  display: block;
  margin: 10px 0;
}

/**********************************************************************************
/* @group NODE TABS */
/***********************************************************************************/
.js .group-node-tabs {
  margin-right: -1vw;
  margin-left: -1vw;
}

.js .group-node-tabs .horizontal-tab-hidden {
  left: -100000px;
}

.js .group-node-tabs .horizontal-tabs-panes :first-child {
  margin-top: 0;
}

.js .group-node-tabs .horizontal-tabs-panes .fieldset-wrapper {
  padding-bottom: 6.25rem;
}

@media only screen and (max-width: 64em) {
  .js .group-node-tabs .horizontal-tabs-panes .fieldset-wrapper {
    padding-bottom: 0px;
  }
}

.js .group-node-tabs .horizontal-tabs-panes .fieldset-wrapper .fieldset-wrapper {
  padding-bottom: 0;
}

.js .group-node-tabs .horizontal-tabs-pane,
.js .group-node-tabs .view-header {
  padding: 0 !important;
}

.js .group-node-tabs .field-group-htab {
  margin-top: 0;
}

.js .group-node-tabs fieldset, .js .group-node-tabs form .field-name-field-enge-main-image, form .js .group-node-tabs .field-name-field-enge-main-image, .js .group-node-tabs form .field-name-field-enge-event-image, form .js .group-node-tabs .field-name-field-enge-event-image, .js .group-node-tabs
form .field-name-field-enge-workspace-logo,
form .js .group-node-tabs .field-name-field-enge-workspace-logo {
  min-inline-size: auto;
}

.js div.horizontal-tabs {
  border: none;
}

.js div.horizontal-tabs ul.horizontal-tabs-list {
  font-family: "Roboto Condensed", Arial, sans-serif;
  padding-right: 2vw;
  padding-left: 2vw;
  border-right: 0;
  background-color: #f1cd66;
  /* Layout of each tab */
}

.js div.horizontal-tabs ul.horizontal-tabs-list li {
  font-size: 1.1875rem;
  min-width: 2em;
  padding: 0;
  text-transform: uppercase;
  border-right: 1px solid #E7AC00;
  /* LTR */
  background: #f1cd66;
}

.js div.horizontal-tabs ul.horizontal-tabs-list li a {
  padding: 1em 1em !important;
  color: #000000;
}

@media only screen and (min-width: 64.063em) {
  .js div.horizontal-tabs ul.horizontal-tabs-list li a {
    font-size: inherit;
    padding: 1em 1.4em !important;
  }
}

.js div.horizontal-tabs ul.horizontal-tabs-list li a:hover, .js div.horizontal-tabs ul.horizontal-tabs-list li a:focus {
  border: 0 !important;
  background-color: #F2F2F2;
}

.js div.horizontal-tabs ul.horizontal-tabs-list li a strong {
  font-size: 0;
}

@media only screen and (min-width: 64.063em) {
  .js div.horizontal-tabs ul.horizontal-tabs-list li a strong {
    font-size: inherit;
    font-weight: normal;
  }
}

.js div.horizontal-tabs ul.horizontal-tabs-list li a:before {
  font-size: 2rem;
  line-height: 0;
  vertical-align: middle;
  color: #949494;
}

@media only screen and (min-width: 64.063em) {
  .js div.horizontal-tabs ul.horizontal-tabs-list li a:before {
    margin-right: 5px;
  }
}

.js div.horizontal-tabs ul.horizontal-tabs-list li.selected {
  padding-bottom: 0;
  background-color: #F2F2F2;
}

.js div.horizontal-tabs ul.horizontal-tabs-list li.selected a {
  cursor: default;
}

.js div.horizontal-tabs ul.horizontal-tabs-list li.group-read-first a:before,
.js div.horizontal-tabs ul.horizontal-tabs-list li.group-basic-info a:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: true;
  speak: none;
}

.js div.horizontal-tabs ul.horizontal-tabs-list li.group-document a:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: true;
  speak: none;
}

.js div.horizontal-tabs ul.horizontal-tabs-list li.group-discussion a:before, .js div.horizontal-tabs ul.horizontal-tabs-list li.node-enge-web-discussion-reply a:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: true;
  speak: none;
}

.js div.horizontal-tabs ul.horizontal-tabs-list li.group-resources a:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: true;
  speak: none;
}

.js div.horizontal-tabs ul.horizontal-tabs-list li.group-participants a:before,
.js div.horizontal-tabs ul.horizontal-tabs-list li.group-collaborators a:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: true;
  speak: none;
}

.js div.horizontal-tabs ul.horizontal-tabs-list li.group-updates a:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: true;
  speak: none;
}

.js div.horizontal-tabs ul.horizontal-tabs-list li.group-images a:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: true;
  speak: none;
}

.js div.horizontal-tabs ul.horizontal-tabs-list li.group-video a:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: true;
  speak: none;
}

.js div.horizontal-tabs ul.horizontal-tabs-list li.group-location a:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: true;
  speak: none;
}

.js div.horizontal-tabs ul.horizontal-tabs-list li.group-registration a:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: true;
  speak: none;
}

.js div.horizontal-tabs ul.horizontal-tabs-list li.group-registration a:before {
  position: relative;
  top: -2px;
  font-size: 110%;
}

@media only screen and (min-width: 64.063em) {
  .js div.horizontal-tabs ul.horizontal-tabs-list li.group-registration a:before {
    margin-right: 10px;
  }
}

.js div.horizontal-tabs ul.horizontal-tabs-list li.group-webform a:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: true;
  speak: none;
}

.js div.horizontal-tabs ul.horizontal-tabs-list li.group-workspace a:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: true;
  speak: none;
}

.js div.horizontal-tabs ul.horizontal-tabs-list li.group-comments a:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: true;
  speak: none;
}

.js div.horizontal-tabs ul.horizontal-tabs-list li.group-webinar a:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: true;
  speak: none;
}

.js div.horizontal-tabs ul.horizontal-tabs-list li.group-webinar a:before {
  font-size: 1.55rem;
}

@media only screen and (min-width: 64.063em) {
  .js div.horizontal-tabs ul.horizontal-tabs-list li.group-webinar a:before {
    margin-right: 12px;
  }
}

/* Layout of each tab */
.horizontal-tabs-list li.selected {
  background-color: #fff;
}

.horizontal-tabs-list li:hover, .horizontal-tabs-list li:focus {
  background-color: transparent;
}

.horizontal-tabs-list li.selected strong {
  color: #000;
}

.horizontal-tabs-list li .summary {
  line-height: normal;
  display: block;
  margin-bottom: 0;
}

.horizontal-tabs-list li a {
  display: block;
  text-decoration: none;
}

.horizontal-tabs-list li a:hover, .horizontal-tabs-list li a:focus, .horizontal-tabs-list li a:active {
  outline: none;
  background-color: #ededdd;
}

.horizontal-tabs-list li a:hover strong, .horizontal-tabs-list li a:focus strong, .horizontal-tabs-list li a:active strong {
  text-decoration: none;
  outline: none;
}

/** tab content */
div.field-group-htabs-wrapper .field-group-format-wrapper {
  clear: both;
  padding: 0 0 .6em;
}

/*hide*/
.horizontal-tabs .horizontal-tab-hidden {
  position: absolute;
  top: -100000px;
  display: block;
  width: 100%;
}

/**********************************************************************************
/* @group VERTICAL TABS FORMS */
/***********************************************************************************/
.vertical-tabs {
  background-color: #ffffff;
}

.vertical-tabs fieldset.vertical-tabs-pane, .vertical-tabs form .vertical-tabs-pane.field-name-field-enge-main-image, form .vertical-tabs .vertical-tabs-pane.field-name-field-enge-main-image, .vertical-tabs form .vertical-tabs-pane.field-name-field-enge-event-image, form .vertical-tabs .vertical-tabs-pane.field-name-field-enge-event-image, .vertical-tabs
form .vertical-tabs-pane.field-name-field-enge-workspace-logo,
form .vertical-tabs .vertical-tabs-pane.field-name-field-enge-workspace-logo {
  padding: 2vw 3vw;
  background-color: #ffffff;
}

.vertical-tabs fieldset.vertical-tabs-pane > .fieldset-wrapper, .vertical-tabs form .vertical-tabs-pane.field-name-field-enge-main-image > .fieldset-wrapper, form .vertical-tabs .vertical-tabs-pane.field-name-field-enge-main-image > .fieldset-wrapper, .vertical-tabs form .vertical-tabs-pane.field-name-field-enge-event-image > .fieldset-wrapper, form .vertical-tabs .vertical-tabs-pane.field-name-field-enge-event-image > .fieldset-wrapper, .vertical-tabs
form .vertical-tabs-pane.field-name-field-enge-workspace-logo > .fieldset-wrapper,
form .vertical-tabs .vertical-tabs-pane.field-name-field-enge-workspace-logo > .fieldset-wrapper {
  margin-top: 0;
}

.vertical-tabs ul.vertical-tabs-list li {
  background-color: transparent;
}

.vertical-tabs ul.vertical-tabs-list li a:hover, .vertical-tabs ul.vertical-tabs-list li a:active, .vertical-tabs ul.vertical-tabs-list li a:focus {
  outline: none;
}

.vertical-tabs ul.vertical-tabs-list li a:hover strong, .vertical-tabs ul.vertical-tabs-list li a:active strong, .vertical-tabs ul.vertical-tabs-list li a:focus strong {
  text-decoration: none;
}

/**********************************************************************************
/* @group GENERAL VIEWS RULES */
/***********************************************************************************/
/* @group Teasers in a View */
.l-main .view .view-header {
  clear: both;
  overflow: hidden;
}

.l-main .view .view-content {
  padding-top: 1vw;
  padding-bottom: 2vw;
}

.l-main .view .view-content .views-row {
  position: relative;
  border: 2px solid #F2F2F2;
}

@media only screen and (max-width: 40em) {
  .l-main .view .view-content .views-row {
    height: auto !important;
  }
}

.l-main .view .view-content .view-mode-teaser .columns {
  padding-right: 0;
  padding-left: 0;
}

.l-main .view .view-content .views-field-created {
  margin-top: 1.6vw;
}

.l-main .view .view-content h2 {
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: calc(16px + .3vw);
  font-weight: normal;
}

.l-main .view .view-content .group-metadata {
  font-size: 0.8125rem;
  margin-top: 1.6vw;
}

.l-main .view .view-content .group-metadata .field {
  display: table;
  margin-bottom: 0.3125rem;
  color: #999999;
}

.l-main .view .view-content .group-metadata .field:last-child {
  margin-bottom: 0;
}

.l-main .view .view-content .group-metadata .field:before {
  font-size: 1.1875rem;
  line-height: normal;
  display: table-cell;
  padding-right: 5px;
  vertical-align: top !important;
  color: rgba(0, 74, 153, 0.4);
}

.l-main .view .view-content .group-metadata .field ul {
  line-height: 1.0625rem;
  display: table-cell;
}

.l-main .view .view-content .group-metadata .field ul li {
  display: inline;
  float: none;
}

.l-main .view .view-content .group-metadata .field.field-name-og-group-ref:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: true;
  speak: none;
}

.l-main .view .view-content .group-metadata .field.field-name-field-enge-areas-of-interest:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: true;
  speak: none;
}

.l-main .view .view-content .group-metadata .field.field-name-field-enge-facilitators:before, .l-main .view .view-content .group-metadata .field.field-name-field-enge-collaborators:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: true;
  speak: none;
}

.l-main .view .view-content .group-metadata .more-link, .l-main .view .view-content .group-metadata .view-Mentions .views-field-link, .view-Mentions .l-main .view .view-content .group-metadata .views-field-link {
  overflow: hidden;
  font-size: 18px;
  display: block;
  float: right;
  width: 22px;
  height: 12px;
  text-align: center;
  color: #004a99;
  position: relative;
  display: inline-block;
  float: none;
  margin: 0;
  text-indent: -5000px;
  border: 1px solid rgba(0, 74, 153, 0.2);
  border-radius: 3px;
}

.l-main .view .view-content .group-metadata .more-link:before, .l-main .view .view-content .group-metadata .view-Mentions .views-field-link:before, .view-Mentions .l-main .view .view-content .group-metadata .views-field-link:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

.l-main .view .view-content .group-metadata .more-link:hover, .l-main .view .view-content .group-metadata .view-Mentions .views-field-link:hover, .view-Mentions .l-main .view .view-content .group-metadata .views-field-link:hover {
  color: #1a89ff;
}

.l-main .view .view-content .group-metadata .more-link.show-text:before, .l-main .view .view-content .group-metadata .view-Mentions .show-text.views-field-link:before, .view-Mentions .l-main .view .view-content .group-metadata .show-text.views-field-link:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: true;
  speak: none;
}

.l-main .view .view-content .group-metadata .more-link.show-text:before, .l-main .view .view-content .group-metadata .view-Mentions .show-text.views-field-link:before, .view-Mentions .l-main .view .view-content .group-metadata .show-text.views-field-link:before {
  font-size: 15px;
  position: absolute;
  top: -3px;
  left: -1px;
  width: 22px;
  height: 12px;
  text-indent: 0;
}

.l-main .view .view-content .group-metadata .more-link.hide-text:before, .l-main .view .view-content .group-metadata .view-Mentions .hide-text.views-field-link:before, .view-Mentions .l-main .view .view-content .group-metadata .hide-text.views-field-link:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: true;
  speak: none;
}

.l-main .view .view-content .group-metadata .more-link.hide-text:before, .l-main .view .view-content .group-metadata .view-Mentions .hide-text.views-field-link:before, .view-Mentions .l-main .view .view-content .group-metadata .hide-text.views-field-link:before {
  transform: rotate(-90deg);
  font-size: 15px;
  position: absolute;
  top: 0;
  left: -3px;
  width: 22px;
  height: 12px;
  text-indent: 0;
}

.l-main .view .view-content .group-metadata .more-link:hover, .l-main .view .view-content .group-metadata .view-Mentions .views-field-link:hover, .view-Mentions .l-main .view .view-content .group-metadata .views-field-link:hover, .l-main .view .view-content .group-metadata .more-link:focus, .l-main .view .view-content .group-metadata .view-Mentions .views-field-link:focus, .view-Mentions .l-main .view .view-content .group-metadata .views-field-link:focus {
  color: #ffffff;
  background-color: #004a99;
}

.l-main .view .view-content .taxonomy-term-description {
  font-weight: 500;
  font-style: italic;
}

.l-main .view .view-content .taxonomy-term-description p {
  line-height: 1.2375rem;
  margin-bottom: 0;
}

.l-main .view .date-display-short-date-time {
  font-size: 0.8125rem;
  display: inline-block;
}

.l-main .view .date-display-short-date-time:before {
  font-size: 1.5rem;
}

.l-main .view .date-display-short-date-time .time {
  font-size: 0.75rem;
}

.l-main .view .date-display-short-date-time:last-child .date-display-short-date-time:before {
  margin-left: 1px;
}

.l-main .view .field-name-post-date,
.l-main .view .group-date-range {
  margin: 0.4vw 0 1.6vw 0;
}

.l-main .view .field-name-dates-status {
  font-size: 0.75rem;
  position: absolute;
  top: -24px;
  color: #262626;
}

.l-main .view .field-name-dates-status span {
  display: inline-block;
  line-height: 1.2;
}

.l-main .view .field-name-dates-status span:before {
  content: " ";
  display: inline-block;
  margin-right: 7px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
}

.l-main .view .field-name-dates-status span.past:before {
  background-color: #f25e45;
}

.l-main .view .field-name-dates-status span.running:before, .l-main .view .field-name-dates-status span.upcoming:before {
  background-color: #ABD365;
}

.l-main .view .field-type-image {
  overflow: hidden;
  max-height: 48vw;
  margin-bottom: 1.6vw;
}

@media only screen and (min-width: 40.063em) {
  .l-main .view .field-type-image {
    max-height: 15vw;
  }
}

ul.view-header-buttons {
  text-align: right;
  float: none !important;
}

/* @group Teasers in a List */
.l-main .item-list {
  clear: both;
  overflow: hidden;
  padding: 0;
  border-bottom: 3px solid #F2F2F2;
}

.l-main .item-list ul {
  padding: 0;
}

.l-main .item-list > li {
  position: relative;
  margin-bottom: 0;
  border: 2px solid #F2F2F2;
}

.l-main .item-list > li .group-content {
  padding-top: 15px;
}

.l-main .item-list > li .group-content:before {
  display: block;
  width: 31px;
  height: 5px;
  content: '';
  background-color: #4D4D4D;
  transition: all 0.5s ease-in-out;
  position: absolute;
  top: 3px;
}

.l-main .item-list > li h2 {
  margin: 1.25rem 0;
}

/* @group Teasers in a Block */
.l-main .block .view-content {
  padding: 0;
}

.l-main .block .view-content .views-row {
  padding: 0.8vw 0 !important;
  border: none;
}

.l-main .block .view-content .views-row:before, .l-main .block .view-content .views-row:hover:before {
  display: none;
}

.l-main .block .view-content .views-row:last-child {
  padding-bottom: 0;
}

.l-main .block .view-content .views-row .views-field-title, .l-main .block .view-content .views-row .user-profile.view-mode-online_discussion_participant .field-name-field-enge-user-full-name, .user-profile.view-mode-online_discussion_participant .l-main .block .view-content .views-row .field-name-field-enge-user-full-name, .l-main .block .view-content .views-row
.user-profile.view-mode-teaser .field-name-field-enge-user-full-name,
.user-profile.view-mode-teaser .l-main .block .view-content .views-row .field-name-field-enge-user-full-name, .l-main .block .view-content .views-row
.user-profile.view-mode-participant .field-name-field-enge-user-full-name,
.user-profile.view-mode-participant .l-main .block .view-content .views-row .field-name-field-enge-user-full-name {
  font-size: calc(14px + 0.2vw);
  line-height: 1.4em;
}

.views-field-title, .user-profile.view-mode-online_discussion_participant .field-name-field-enge-user-full-name,
.user-profile.view-mode-teaser .field-name-field-enge-user-full-name,
.user-profile.view-mode-participant .field-name-field-enge-user-full-name {
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: calc(16px + 0.2vw);
  font-weight: normal;
}

/**********************************************************************************
/* @group VIEWS IN TABLES ex.Event Invite Members page  */
/***********************************************************************************/
.views-table tr:hover, .views-table tr:focus {
  background-color: #fbf3d9;
}

/**********************************************************************************
/* @group TAXONOMY & ENTITYREFERENCE IN A GRID */
/***********************************************************************************/
.item-list {
  margin-bottom: calc(20px + 0.5vw);
  margin-left: 0;
}

.item-list .area-of-interest, .item-list .workspace {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.125rem;
  min-height: 9.6875rem;
  margin-bottom: calc(20px + 0.5vw);
  padding: calc(10px + .6vw) !important;
  text-align: center;
}

.item-list .area-of-interest a:before, .item-list .workspace a:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: #E7AC00;
  speak: none;
}

.item-list .area-of-interest a:before, .item-list .workspace a:before {
  font-size: 3.125rem;
  line-height: 1.625rem;
  display: block;
  margin: 0 auto 15px auto;
}

.item-list .workspace a:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: #E7AC00;
  speak: none;
}

.item-list .referenced-user {
  padding: calc(16px + .6vw) !important;
}

.field-type-taxonomy-term-reference ul {
  margin-left: 0;
  list-style: none;
}

/**********************************************************************************
/* @group PARTICIPANTS GRID */
/***********************************************************************************/
.view-online-discussion-participants .views-row:before, .view-document-collaborators .views-row:before,
.view-community .views-row:before {
  left: 42.5% !important;
  width: 15%;
}

.view-online-discussion-participants .views-row:hover:before, .view-document-collaborators .views-row:hover:before,
.view-community .views-row:hover:before {
  left: 0 !important;
}

/**********************************************************************************
/* @group NOTIFICATIONS VIEWS */
/***********************************************************************************/
.view-notifications {
  font-size: calc(14px + 0.2vw);
  font-weight: 300;
}

.view-notifications .views-row a {
  line-height: 1.375rem;
  display: block;
  padding-left: 2.4375rem !important;
}

.view-notifications .views-row a:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: #999999;
  speak: none;
}

.view-notifications .views-row a:before {
  font-size: 2.8125rem;
  line-height: 0.5625rem;
  margin-left: -2.9375rem;
}

.view-notifications .views-row.notification-viewed-no a {
  font-weight: 700 !important;
}

.view-notifications .views-row.notification-viewed-no a:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: #E7AC00;
  speak: none;
}

.view-notifications .views-row.notification-viewed-no a:before {
  text-shadow: 0 0 5px #E7AC00;
}

/**********************************************************************************
/* @group YOUR WORKSPACES LIST */
/***********************************************************************************/
.section-thematic-network-workspaces .group-header .field-name-group-group {
  font-weight: 700;
}

.view-mode-list_item, .view-Mentions .views-row {
  position: relative;
  padding-left: 2.5rem !important;
}

.view-mode-list_item:before, .view-Mentions .views-row:before {
  font-size: 2.5rem;
  position: absolute;
  top: 5px;
  left: -6px;
  color: #E7AC00;
}

.view-mode-list_item.node-enge-event:before, .view-Mentions .node-enge-event.views-row:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: true;
  speak: none;
}

.view-mode-list_item.node-enge-collaborative-document:before, .view-Mentions .node-enge-collaborative-document.views-row:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: true;
  speak: none;
}

.view-mode-list_item.node-enge-web-discussion:before, .view-Mentions .node-enge-web-discussion.views-row:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: true;
  speak: none;
}

.view-mode-list_item.node-enge-post:before, .view-Mentions .node-enge-post.views-row:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: true;
  speak: none;
}

.view-mode-list_item.node-page:before, .view-mode-list_item.node-enge-web-discussion-reply:before, .view-Mentions .node-enge-web-discussion-reply.views-row:before, .view-Mentions .node-page.views-row:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: true;
  speak: none;
}

.view-mode-list_item.node-enge-faq:before, .view-Mentions .node-enge-faq.views-row:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: true;
  speak: none;
}

.view-mode-list_item.node-enge-workspace:before, .view-Mentions .node-enge-workspace.views-row:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: true;
  speak: none;
}

.view-mode-list_item.node-webform:before, .view-Mentions .node-webform.views-row:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: true;
  speak: none;
}

@media only screen and (min-width: 64.063em) {
  .view-mode-list_item .field, .view-Mentions .views-row .field, .view-mode-list_item .views-field, .view-Mentions .views-row .views-field {
    float: right;
    margin-left: 2vw;
    text-align: right;
  }
}

@media only screen and (min-width: 64.063em) {
  .view-mode-list_item .field.field-name-title, .view-Mentions .views-row .field.field-name-title, .view-mode-list_item .field.views-field-title, .view-Mentions .views-row .field.views-field-title, .view-mode-list_item .user-profile.view-mode-online_discussion_participant .field.field-name-field-enge-user-full-name, .user-profile.view-mode-online_discussion_participant .view-mode-list_item .field.field-name-field-enge-user-full-name, .view-Mentions .views-row .user-profile.view-mode-online_discussion_participant .field.field-name-field-enge-user-full-name, .user-profile.view-mode-online_discussion_participant .view-Mentions .views-row .field.field-name-field-enge-user-full-name, .view-mode-list_item
  .user-profile.view-mode-teaser .field.field-name-field-enge-user-full-name,
  .user-profile.view-mode-teaser .view-mode-list_item .field.field-name-field-enge-user-full-name, .view-Mentions .views-row
  .user-profile.view-mode-teaser .field.field-name-field-enge-user-full-name,
  .user-profile.view-mode-teaser .view-Mentions .views-row .field.field-name-field-enge-user-full-name, .view-mode-list_item
  .user-profile.view-mode-participant .field.field-name-field-enge-user-full-name,
  .user-profile.view-mode-participant .view-mode-list_item .field.field-name-field-enge-user-full-name, .view-Mentions .views-row
  .user-profile.view-mode-participant .field.field-name-field-enge-user-full-name,
  .user-profile.view-mode-participant .view-Mentions .views-row .field.field-name-field-enge-user-full-name, .view-mode-list_item .views-field.field-name-title, .view-Mentions .views-row .views-field.field-name-title, .view-mode-list_item .views-field.views-field-title, .view-Mentions .views-row .views-field.views-field-title, .view-mode-list_item .user-profile.view-mode-online_discussion_participant .views-field.field-name-field-enge-user-full-name, .user-profile.view-mode-online_discussion_participant .view-mode-list_item .views-field.field-name-field-enge-user-full-name, .view-Mentions .views-row .user-profile.view-mode-online_discussion_participant .views-field.field-name-field-enge-user-full-name, .user-profile.view-mode-online_discussion_participant .view-Mentions .views-row .views-field.field-name-field-enge-user-full-name, .view-mode-list_item
  .user-profile.view-mode-teaser .views-field.field-name-field-enge-user-full-name,
  .user-profile.view-mode-teaser .view-mode-list_item .views-field.field-name-field-enge-user-full-name, .view-Mentions .views-row
  .user-profile.view-mode-teaser .views-field.field-name-field-enge-user-full-name,
  .user-profile.view-mode-teaser .view-Mentions .views-row .views-field.field-name-field-enge-user-full-name, .view-mode-list_item
  .user-profile.view-mode-participant .views-field.field-name-field-enge-user-full-name,
  .user-profile.view-mode-participant .view-mode-list_item .views-field.field-name-field-enge-user-full-name, .view-Mentions .views-row
  .user-profile.view-mode-participant .views-field.field-name-field-enge-user-full-name,
  .user-profile.view-mode-participant .view-Mentions .views-row .views-field.field-name-field-enge-user-full-name {
    float: left;
    width: 60%;
    margin-left: 0;
    text-align: left;
  }
}

@media only screen and (min-width: 64.063em) {
  .view-mode-list_item .field.field-name-dates-status, .view-Mentions .views-row .field.field-name-dates-status, .view-mode-list_item .views-field.field-name-dates-status, .view-Mentions .views-row .views-field.field-name-dates-status {
    font-size: 0.8125rem;
    position: relative;
    top: auto;
  }
}

.view-mode-list_item .field.field-name-field-enge-faq-category .links, .view-Mentions .views-row .field.field-name-field-enge-faq-category .links, .view-mode-list_item .views-field.field-name-field-enge-faq-category .links, .view-Mentions .views-row .views-field.field-name-field-enge-faq-category .links {
  font-size: 0.8125rem;
  margin: 0;
}

.view-mode-list_item .field.field-name-modification-interval, .view-Mentions .views-row .field.field-name-modification-interval, .view-mode-list_item .views-field.field-name-modification-interval, .view-Mentions .views-row .views-field.field-name-modification-interval {
  font-size: 0.8125rem;
}

.view-mode-list_item .field.field-name-modification-interval .datetime, .view-Mentions .views-row .field.field-name-modification-interval .datetime, .view-mode-list_item .views-field.field-name-modification-interval .datetime, .view-Mentions .views-row .views-field.field-name-modification-interval .datetime {
  font-weight: normal;
}

.view-mode-list_item .field.field-name-modification-interval .datetime:before, .view-Mentions .views-row .field.field-name-modification-interval .datetime:before, .view-mode-list_item .views-field.field-name-modification-interval .datetime:before, .view-Mentions .views-row .views-field.field-name-modification-interval .datetime:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: #E7AC00;
  speak: none;
}

.view-mode-list_item .field.field-name-modification-interval .datetime:before, .view-Mentions .views-row .field.field-name-modification-interval .datetime:before, .view-mode-list_item .views-field.field-name-modification-interval .datetime:before, .view-Mentions .views-row .views-field.field-name-modification-interval .datetime:before {
  font-size: 1.25rem;
}

.og-add-content-list li {
  text-align: center;
}

@media only screen and (min-width: 40.063em) {
  .og-add-content-list li {
    min-height: 18.75rem;
  }
}

.og-add-content-list li button, .og-add-content-list li
.button, .og-add-content-list li span.addtocalendar a.atcb-link, span.addtocalendar .og-add-content-list li a.atcb-link, .og-add-content-list li .section.promo .pane-content a, .section.promo .pane-content .og-add-content-list li a {
  margin-bottom: 0;
}

.og-add-content-list .no-og-content {
  font-size: 1.1875rem;
  display: block;
  margin-bottom: calc(20px + 0.5vw);
}

@media only screen and (min-width: 40.063em) {
  .og-add-content-list .no-og-content {
    min-height: 5.9375rem;
  }
}

.og-add-content-list .no-og-content:before {
  font-size: 5.625rem;
  display: block;
  margin-bottom: calc(20px + 0.5vw);
}

.og-add-content-list .menu-item-create-online-discussion span:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: #E7AC00;
  speak: none;
}

.og-add-content-list .menu-item-create-collaborative-document span:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: #E7AC00;
  speak: none;
}

.og-add-content-list .menu-item-create-post span:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: #E7AC00;
  speak: none;
}

.og-add-content-list .menu-item-create-event span:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: #E7AC00;
  speak: none;
}

/**********************************************************************************
/* @group MENTIONS LIST */
/***********************************************************************************/
.view-Mentions .views-row {
  overflow: hidden;
}

.view-Mentions .views-field-title, .view-Mentions .user-profile.view-mode-online_discussion_participant .field-name-field-enge-user-full-name, .user-profile.view-mode-online_discussion_participant .view-Mentions .field-name-field-enge-user-full-name, .view-Mentions
.user-profile.view-mode-teaser .field-name-field-enge-user-full-name,
.user-profile.view-mode-teaser .view-Mentions .field-name-field-enge-user-full-name, .view-Mentions
.user-profile.view-mode-participant .field-name-field-enge-user-full-name,
.user-profile.view-mode-participant .view-Mentions .field-name-field-enge-user-full-name {
  width: 100% !important;
}

@media only screen and (min-width: 64.063em) {
  .view-Mentions .views-field-title, .view-Mentions .user-profile.view-mode-online_discussion_participant .field-name-field-enge-user-full-name, .user-profile.view-mode-online_discussion_participant .view-Mentions .field-name-field-enge-user-full-name, .view-Mentions
  .user-profile.view-mode-teaser .field-name-field-enge-user-full-name,
  .user-profile.view-mode-teaser .view-Mentions .field-name-field-enge-user-full-name, .view-Mentions
  .user-profile.view-mode-participant .field-name-field-enge-user-full-name,
  .user-profile.view-mode-participant .view-Mentions .field-name-field-enge-user-full-name {
    width: 50% !important;
  }
}

.view-Mentions .views-field-link {
  clear: both;
  font-size: 0.875rem;
  margin: 20px 0 0 0 !important;
  text-transform: uppercase;
}

.view-Mentions .views-field-link:after {
  font-size: 1.1875rem !important;
}

/************************************************************************/
/* @group GENERAL FORM ELEMENTS */
/************************************************************************/
button a, button a,
.button a, span.addtocalendar a.atcb-link a, .section.promo .pane-content a a {
  color: #ffffff;
}

button:focus,
button:focus,
.button:focus,
span.addtocalendar a.atcb-link:focus,
.section.promo .pane-content a:focus {
  outline: none;
}

input,
input:not([type]),
input:not(.form-file),
select,
textarea {
  min-height: 2.875rem;
  padding: 0.625rem 0.9375rem;
  border-radius: 5px;
}

input::-webkit-input-placeholder,
input:not([type])::-webkit-input-placeholder,
input:not(.form-file)::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-style: italic;
  color: #999999;
}

input::-moz-placeholder,
input:not([type])::-moz-placeholder,
input:not(.form-file)::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  font-style: italic;
  color: #999999;
}

input:-moz-placeholder,
input:not([type]):-moz-placeholder,
input:not(.form-file):-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  font-style: italic;
  color: #999999;
}

input:-ms-input-placeholder,
input:not([type]):-ms-input-placeholder,
input:not(.form-file):-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-style: italic;
  color: #999999;
}

select {
  cursor: pointer;
}

input.tiny,
input.form-submit.ajax-processed.button, .entityreference-view-widget input:not([type]),
.entityreference-view-widget input,
.entityreference-view-widget input.select2-choice, .date-combo input, .select2-search input, .modalframe-content-page .select2-container .select2-container .select2-search input,
select.tiny,
select.form-submit.ajax-processed.button,
.entityreference-view-widget select,
.entityreference-view-widget select.select2-choice {
  height: 36px;
  min-height: auto;
  margin-bottom: 0;
  padding: .5rem;
}

form fieldset, form .field-name-field-enge-main-image, form .field-name-field-enge-event-image, form .field-name-field-enge-workspace-logo {
  position: relative;
  background-color: #fafafa;
}

form fieldset legend, form .field-name-field-enge-main-image legend, form .field-name-field-enge-event-image legend, form .field-name-field-enge-workspace-logo legend {
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: calc(16px + 0.2vw);
  text-transform: uppercase;
}

form fieldset legend .fieldset-legend, form .field-name-field-enge-main-image legend .fieldset-legend, form .field-name-field-enge-event-image legend .fieldset-legend, form .field-name-field-enge-workspace-logo legend .fieldset-legend {
  position: absolute;
  left: 1.875rem;
  margin-top: 0.9375rem !important;
}

form fieldset .fieldset-wrapper, form .field-name-field-enge-main-image .fieldset-wrapper, form .field-name-field-enge-event-image .fieldset-wrapper, form .field-name-field-enge-workspace-logo .fieldset-wrapper {
  margin-top: 1.875rem;
}

form fieldset fieldset, form .field-name-field-enge-main-image fieldset, form .field-name-field-enge-event-image fieldset, form .field-name-field-enge-workspace-logo fieldset, form fieldset .field-name-field-enge-main-image, form .field-name-field-enge-main-image .field-name-field-enge-main-image, form .field-name-field-enge-event-image .field-name-field-enge-main-image, form .field-name-field-enge-workspace-logo .field-name-field-enge-main-image, form fieldset .field-name-field-enge-event-image, form .field-name-field-enge-main-image .field-name-field-enge-event-image, form .field-name-field-enge-event-image .field-name-field-enge-event-image, form .field-name-field-enge-workspace-logo .field-name-field-enge-event-image, form fieldset .field-name-field-enge-workspace-logo, form .field-name-field-enge-main-image .field-name-field-enge-workspace-logo, form .field-name-field-enge-event-image .field-name-field-enge-workspace-logo, form .field-name-field-enge-workspace-logo .field-name-field-enge-workspace-logo {
  border: 1px solid #e6e6e6;
}

.buttons-group {
  margin: 0;
}

input[type='checkbox'],
input[type='radio'] {
  min-height: auto !important;
  margin-bottom: 0.15625rem;
  cursor: pointer;
}

input[type='checkbox'] + label,
input[type='radio'] + label {
  display: inline;
  margin-right: 0;
  margin-left: 5px;
}

.postfix {
  height: 2.875rem;
}

.additional-textfield {
  display: none !important;
}

.description, fieldset.captcha .fieldset-description, form .captcha.field-name-field-enge-main-image .fieldset-description, form .captcha.field-name-field-enge-event-image .fieldset-description,
form .captcha.field-name-field-enge-workspace-logo .fieldset-description, form.node-form .content-visibility-settings .fieldset-description {
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 90%;
  line-height: inherit;
  margin: 0.625rem 0;
  color: gray;
}

.description ul, fieldset.captcha .fieldset-description ul, form .captcha.field-name-field-enge-main-image .fieldset-description ul, form .captcha.field-name-field-enge-event-image .fieldset-description ul,
form .captcha.field-name-field-enge-workspace-logo .fieldset-description ul, form.node-form .content-visibility-settings .fieldset-description ul {
  font-size: inherit;
  margin-bottom: 0;
  margin-left: 1vw;
}

.views-exposed-widgets .description, .views-exposed-widgets fieldset.captcha .fieldset-description, fieldset.captcha .views-exposed-widgets .fieldset-description, .views-exposed-widgets form .captcha.field-name-field-enge-main-image .fieldset-description, form .captcha.field-name-field-enge-main-image .views-exposed-widgets .fieldset-description, .views-exposed-widgets form .captcha.field-name-field-enge-event-image .fieldset-description, form .captcha.field-name-field-enge-event-image .views-exposed-widgets .fieldset-description, .views-exposed-widgets
form .captcha.field-name-field-enge-workspace-logo .fieldset-description,
form .captcha.field-name-field-enge-workspace-logo .views-exposed-widgets .fieldset-description, .views-exposed-widgets form.node-form .content-visibility-settings .fieldset-description, form.node-form .content-visibility-settings .views-exposed-widgets .fieldset-description,
.form-type-checkbox .description,
.form-type-checkbox fieldset.captcha .fieldset-description, fieldset.captcha
.form-type-checkbox .fieldset-description,
.form-type-checkbox form .captcha.field-name-field-enge-main-image .fieldset-description, form .captcha.field-name-field-enge-main-image
.form-type-checkbox .fieldset-description,
.form-type-checkbox form .captcha.field-name-field-enge-event-image .fieldset-description, form .captcha.field-name-field-enge-event-image
.form-type-checkbox .fieldset-description,
.form-type-checkbox
form .captcha.field-name-field-enge-workspace-logo .fieldset-description,
form .captcha.field-name-field-enge-workspace-logo
.form-type-checkbox .fieldset-description,
.form-type-checkbox form.node-form .content-visibility-settings .fieldset-description, form.node-form .content-visibility-settings
.form-type-checkbox .fieldset-description,
.form-type-checkboxes .description,
.form-type-checkboxes fieldset.captcha .fieldset-description, fieldset.captcha
.form-type-checkboxes .fieldset-description,
.form-type-checkboxes form .captcha.field-name-field-enge-main-image .fieldset-description, form .captcha.field-name-field-enge-main-image
.form-type-checkboxes .fieldset-description,
.form-type-checkboxes form .captcha.field-name-field-enge-event-image .fieldset-description, form .captcha.field-name-field-enge-event-image
.form-type-checkboxes .fieldset-description,
.form-type-checkboxes
form .captcha.field-name-field-enge-workspace-logo .fieldset-description,
form .captcha.field-name-field-enge-workspace-logo
.form-type-checkboxes .fieldset-description,
.form-type-checkboxes form.node-form .content-visibility-settings .fieldset-description, form.node-form .content-visibility-settings
.form-type-checkboxes .fieldset-description,
.form-type-radio .description,
.form-type-radio fieldset.captcha .fieldset-description, fieldset.captcha
.form-type-radio .fieldset-description,
.form-type-radio form .captcha.field-name-field-enge-main-image .fieldset-description, form .captcha.field-name-field-enge-main-image
.form-type-radio .fieldset-description,
.form-type-radio form .captcha.field-name-field-enge-event-image .fieldset-description, form .captcha.field-name-field-enge-event-image
.form-type-radio .fieldset-description,
.form-type-radio
form .captcha.field-name-field-enge-workspace-logo .fieldset-description,
form .captcha.field-name-field-enge-workspace-logo
.form-type-radio .fieldset-description,
.form-type-radio form.node-form .content-visibility-settings .fieldset-description, form.node-form .content-visibility-settings
.form-type-radio .fieldset-description {
  margin-top: 0;
}

/**********************************************************************************
/* @group CAPTCHA */
/***********************************************************************************/
fieldset.captcha, form .captcha.field-name-field-enge-main-image, form .captcha.field-name-field-enge-event-image,
form .captcha.field-name-field-enge-workspace-logo {
  padding: 1vw !important;
  background-color: rgba(0, 0, 0, 0.08);
}

fieldset.captcha label, form .captcha.field-name-field-enge-main-image label, form .captcha.field-name-field-enge-event-image label,
form .captcha.field-name-field-enge-workspace-logo label {
  display: inline;
}

fieldset.captcha .form-item, form .captcha.field-name-field-enge-main-image .form-item, form .captcha.field-name-field-enge-event-image .form-item,
form .captcha.field-name-field-enge-workspace-logo .form-item {
  padding: 0;
}

fieldset.captcha .fieldset-wrapper, form .captcha.field-name-field-enge-main-image .fieldset-wrapper, form .captcha.field-name-field-enge-event-image .fieldset-wrapper,
form .captcha.field-name-field-enge-workspace-logo .fieldset-wrapper {
  margin-top: 0;
  padding-bottom: 0 !important;
}

fieldset.captcha .fieldset-description, form .captcha.field-name-field-enge-main-image .fieldset-description, form .captcha.field-name-field-enge-event-image .fieldset-description,
form .captcha.field-name-field-enge-workspace-logo .fieldset-description {
  clear: both;
}

fieldset.captcha .field-prefix, form .captcha.field-name-field-enge-main-image .field-prefix, form .captcha.field-name-field-enge-event-image .field-prefix,
form .captcha.field-name-field-enge-workspace-logo .field-prefix {
  display: block;
  float: left;
  margin-right: 10px;
  margin-top: 13px;
}

fieldset.captcha input, form .captcha.field-name-field-enge-main-image input, form .captcha.field-name-field-enge-event-image input,
form .captcha.field-name-field-enge-workspace-logo input {
  max-width: 9.375rem;
  float: left;
  margin-right: 2vw;
}

fieldset.captcha .label-tooltip-wrapper .has-tip.icon, form .captcha.field-name-field-enge-main-image .label-tooltip-wrapper .has-tip.icon, form .captcha.field-name-field-enge-event-image .label-tooltip-wrapper .has-tip.icon,
form .captcha.field-name-field-enge-workspace-logo .label-tooltip-wrapper .has-tip.icon {
  font-size: 28px;
  height: 27px;
  width: 27px;
  vertical-align: middle;
}

fieldset.captcha .form-item .description, form .captcha.field-name-field-enge-main-image .form-item .description, form .captcha.field-name-field-enge-event-image .form-item .description,
form .captcha.field-name-field-enge-workspace-logo .form-item .description, fieldset.captcha .form-item .fieldset-description, form .captcha.field-name-field-enge-main-image .form-item .fieldset-description, form .captcha.field-name-field-enge-event-image .form-item .fieldset-description, form .captcha.field-name-field-enge-workspace-logo .form-item .fieldset-description {
  margin: 0px;
}

/**********************************************************************************
/* @group FORM WIDGETS */
/***********************************************************************************/
.form-item {
  margin: 0 0 10px;
}

@media only screen and (min-width: 40.063em) {
  .form-item {
    padding: 9px 0;
  }
}

.form-item label.option {
  font-weight: 300;
}

.form-item label.option:hover, .form-item label.option:focus {
  color: #000000;
}

.form-item.form-disabled label {
  cursor: default;
}

.form-item.form-disabled label:hover, .form-item.form-disabled label:focus {
  color: inherit;
}

.form-type-checkbox,
.form-type-radio,
tr .form-item {
  margin: 0;
  padding: 2px 0;
}

/* @group - Add File */
.form-item .file-widget, .form-item .image-widget,
.form-file {
  margin-top: 0;
  margin-bottom: 0.3125rem;
  padding: 0.3125rem 0.3125rem;
  border: 1px solid #b0b0b0;
  border-radius: 5px;
  background-color: #ffffff;
}

.form-item .file-widget input, .form-item .image-widget input,
.form-file input {
  width: 70%;
  margin-top: 4px;
  margin-bottom: 0;
}

.form-item .file-widget .form-file, .form-item .image-widget .form-file {
  min-height: auto;
  padding: 0;
  border: none;
}

.form-item .file-widget button, .form-item .image-widget button {
  margin-bottom: 0;
}

.file-widget .file-size, .image-widget .file-size, .file-widget .file, .image-widget .file {
  font-size: 0.8125rem;
}

.form-type-link-field {
  margin: 0;
  padding: 0;
}

/* @group - Add Image */
.image-widget .image-preview {
  float: left;
  margin-right: 10px;
}

.image-widget .image-widget-data .form-item {
  clear: both;
}

form .field-name-field-enge-main-image, form .field-name-field-enge-event-image,
form .field-name-field-enge-workspace-logo {
  padding-top: 2vw;
}

/* @group - Password Strength */
.password-strength, div.password-confirm {
  font-size: 0.875rem;
  float: right;
  width: 12em;
  margin-bottom: 10px;
}

.password-strength .password-strength-text, div.password-confirm .password-strength-text {
  font-weight: 700;
  float: right;
}

.password-strength .password-strength-title, div.password-confirm .password-strength-title {
  display: inline;
}

.password-strength .password-indicator, div.password-confirm .password-indicator {
  width: 100%;
  height: .3em;
  background-color: #b3b3b3;
}

.password-strength .password-indicator div, div.password-confirm .password-indicator div {
  width: 0;
  height: 100%;
  background-color: #ABD365;
}

/* @group - Password Confirm */
div.password-confirm {
  visibility: hidden;
}

div.password-confirm span {
  display: inline !important;
  border-radius: 1000px;
}

div.password-confirm span.ok {
  background-color: #ABD365;
}

/* @group - Password Suggestions */
div.password-suggestions {
  display: block;
}

/* @group - Confirmation */
form.confirmation {
  font-weight: 700;
}

@media only screen and (min-width: 40.063em) {
  form.confirmation * {
    display: inline;
    margin-top: 10px;
  }
  form.confirmation * button {
    margin-left: 20px;
  }
}

/* @group - Edit file listing */
.field-widget-file-generic {
  margin: 0;
  border: none;
}

/* @group - Show/hide row weights link */
.tabledrag-toggle-weight-wrapper {
  text-align: right;
}

.tabledrag-toggle-weight-wrapper .tabledrag-toggle-weight {
  font-size: 0.75rem;
}

.tableheader-processed th {
  color: #4D4D4D;
}

.tableheader-processed select {
  min-width: 2.5rem;
  padding-left: 5px;
}

.tabledrag-hide {
  width: 10%;
}

.tabledrag-hide .select2-container {
  min-width: 85px;
}

/* @group - Sticky table header */
form table.sticky-header {
  border-bottom: 0px;
}

form table.sticky-header th {
  color: #4D4D4D;
  text-align: center;
}

@media only screen and (max-width: 64em) {
  form table.sticky-header {
    display: none;
  }
}

/* @group - Social Media */
.group-enge-user-social-media label:before {
  font-size: 1.75rem;
  margin-right: 5px;
  color: #E7AC00;
}

.field-name-field-enge-user-website label:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: inherit;
  speak: none;
}

.field-name-field-enge-user-facebook label:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: inherit;
  speak: none;
}

.field-name-field-enge-user-twitter label:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: inherit;
  speak: none;
}

.field-name-field-enge-user-skype label:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: inherit;
  speak: none;
}

.field-name-field-enge-user-linkedin label:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: inherit;
  speak: none;
}

/* @group - Related Widget */
.entityreference-view-widget {
  overflow: hidden;
  padding-bottom: 0 !important;
  border-width: 5px;
}

.entityreference-view-widget .entityreference-view-widget {
  border: none;
}

.entityreference-view-widget h2 {
  font-size: inherit !important;
  margin: 0;
}

.entityreference-view-widget .views-exposed-widgets .form-submit {
  margin-top: 2.3em;
}

.entityreference-view-widget .node-page, .entityreference-view-widget .node-enge-web-discussion-reply {
  padding: 0 !important;
}

.entityreference-view-widget .widget-view .view {
  padding: 0;
}

.entityreference-view-widget .widget-view .view .view-content {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.entityreference-view-widget .widget-view .view .pagination {
  padding-bottom: 15px;
}

.entityreference-view-widget .views-view-grid {
  margin-bottom: 0;
}

.entityreference-view-widget .views-view-grid td {
  position: relative !important;
  padding: 2px 2px 2px 30px;
  vertical-align: middle !important;
}

.entityreference-view-widget .views-view-grid .contextual-links-region {
  position: static;
}

.entityreference-view-widget .views-view-grid .form-checkbox {
  position: absolute;
  top: -1px;
  left: 8px;
  margin-bottom: 0;
}

.entityreference-view-widget .views-view-grid .ajax-progress-throbber {
  position: absolute;
  top: 14px;
  left: 8px;
}

.entityreference-view-widget .views-view-grid .posted {
  font-size: 0.75rem;
}

.entityreference-view-widget .tabledrag-processed {
  font-family: "Roboto Condensed", Arial, sans-serif;
}

.entityreference-view-widget .tabledrag-processed h2 {
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: normal;
}

.entityreference-view-widget .tabledrag-processed .form-type-checkbox .form-checkbox {
  position: absolute;
  left: -5000px;
}

.entityreference-view-widget .tabledrag-processed label {
  font-size: 0.9375rem;
  font-weight: normal;
  margin: 0;
  color: #004a99;
}

.entityreference-view-widget .tabledrag-processed label:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: #004a99;
  speak: none;
}

.entityreference-view-widget .tabledrag-processed label:before {
  font-size: 1.125rem;
}

.entityreference-view-widget .tabledrag-processed .links .flag-wrapper a {
  font-family: "Roboto Condensed", Arial, sans-serif !important;
}

.entityreference-view-widget .tabledrag-processed .links .flag-wrapper a:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: #004a99;
  speak: none;
}

.entityreference-view-widget .tabledrag-processed .links .flag-wrapper a:before {
  font-size: 1.125rem;
}

.entityreference-view-widget .views-widget-filter-mail {
  width: 38%;
}

/* @group - Mandatory Fields */
.form-required {
  float: right;
  color: #f04124;
}

.form-required:before {
  font-family: "Roboto", sans-serif;
  font-size: 0.625rem;
  margin-right: 5px;
  margin-left: 10px;
  content: 'MANDATORY';
  letter-spacing: .1em;
}

/* @group - Dragable Widget */
.field-multiple-table td.field-multiple-drag {
  width: 30px;
  padding-right: 0;
}

form .field-multiple-table td.field-multiple-drag a.tabledrag-handle {
  padding-right: .5em;
}

.draggable a.tabledrag-handle {
  float: left;
  overflow: hidden;
  height: 1.7em;
  margin-left: -1em;
  cursor: move;
  text-decoration: none;
}

a.tabledrag-handle .handle {
  font-size: 20px;
  display: block;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
}

a.tabledrag-handle .handle:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: #cccccc;
  speak: none;
}

tr.drag {
  background: #ffecb4 !important;
}

tr.drag-previous {
  background: #ffb !important;
}

div.warning,
.warning {
  font-weight: normal;
  color: #f04124;
}

/* @group - Dragable Widget */
table.field-multiple-table input {
  float: left;
  margin: 3px 3px 3px 0;
}

table.field-multiple-table label {
  line-height: normal;
}

/* @group - Visibility Widget */
form.node-form .field-name-og-group-ref {
  padding-top: 20px;
  padding-right: 2vw;
  padding-left: 2vw;
  border-right: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
}

form.node-form .content-visibility-settings .form-item {
  margin-bottom: 0 !important;
}

form.node-form .content-visibility-settings .field-name-og-group-ref {
  border-bottom: 1px solid #cccccc;
}

form.node-form .content-visibility-settings #edit-group-content-access-und.form-radios .form-item {
  float: left;
  width: 50%;
  margin-bottom: -1px !important;
  padding: 10px 2vw 0 2vw;
  background-color: #fafafa;
}

form.node-form .content-visibility-settings #edit-group-content-access-und.form-radios .form-item label {
  font-size: 1.25rem;
  font-weight: 700;
  color: #004a99;
}

form.node-form .content-visibility-settings #edit-group-content-access-und.form-radios .form-item:before {
  font-size: 1.875rem;
}

form.node-form .content-visibility-settings #edit-group-content-access-und.form-radios .form-item:first-child:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: #ABD365;
  speak: none;
}

form.node-form .content-visibility-settings #edit-group-content-access-und.form-radios .form-item:last-child:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: #e85815;
  speak: none;
}

form.node-form .content-visibility-settings #edit-group-content-access-und.form-radios .form-item.checked {
  border-top: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 0;
  border-left: 1px solid #e6e6e6;
}

form.node-form .content-visibility-settings .description, form.node-form .content-visibility-settings .fieldset-description {
  clear: both;
  margin: 0.625rem 0;
}

form.node-form .content-visibility-settings .field-name-group-content-access {
  border: 1px #e6e6e6;
}

form.node-form .content-visibility-settings .field-name-group-content-access .form-item {
  padding-bottom: 0;
}

form.node-form .content-visibility-settings .field-name-group-content-access label:first-child {
  display: none;
}

form.node-form .content-visibility-settings .field-name-group-content-access .description, form.node-form .content-visibility-settings .field-name-group-content-access .fieldset-description {
  font-weight: normal;
  margin-bottom: 0;
  padding: 2vw 2vw 0 2vw;
  color: #000000;
  border-top: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
}

form.node-form .content-visibility-settings .field-name-field-enge-participants .form-wrapper,
form.node-form .content-visibility-settings .field-name-field-enge-collaborators .form-wrapper {
  margin-top: -1px;
  border-top: 0;
}

form.node-form .content-visibility-settings .field-name-field-enge-participants .fieldset-wrapper,
form.node-form .content-visibility-settings .field-name-field-enge-collaborators .fieldset-wrapper {
  margin-top: 0;
}

form.node-form .content-visibility-settings .field-name-field-enge-participants .fieldset-legend,
form.node-form .content-visibility-settings .field-name-field-enge-collaborators .fieldset-legend {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0;
  text-transform: capitalize;
}

form.node-form .content-visibility-settings .field-name-field-enge-event-restricted {
  padding-top: 1vw;
  padding-right: 2vw;
  padding-left: 2vw;
  background-color: #f2f2f2;
}

form.node-form .content-visibility-settings .field-name-field-enge-event-restricted .form-type-radio {
  float: left;
  margin-right: 1.25rem;
}

form.node-form .node-visibility-message {
  position: relative;
  text-align: center;
}

form.node-form .node-visibility-message span {
  font-size: 2.1875rem;
  display: inline-block;
  float: none;
  width: 35px;
  height: 35px;
  vertical-align: middle;
}

form.node-form .form-item .error, form.node-form .form-item div.password-confirm span.ok, div.password-confirm form.node-form .form-item span.ok {
  border: 2px solid #f04124;
}

/**********************************************************************************
/* @group DATE FORM ELEMENTS */
/***********************************************************************************/
.date-combo .container-inline-date .date-padding {
  padding: 0;
}

.field.field-type-datestamp {
  display: block;
  overflow: hidden;
}

@media only screen and (min-width: 64.063em) {
  .field.field-type-datestamp {
    display: inline;
  }
}

/**********************************************************************************
/* @group DRUPAL ACTIONS */
/***********************************************************************************/
ul.button-group button, ul.button-group
.button, ul.button-group span.addtocalendar a.atcb-link, span.addtocalendar ul.button-group a.atcb-link, ul.button-group .section.promo .pane-content a, .section.promo .pane-content ul.button-group a {
  font-size: 0.75rem;
  font-weight: normal;
  margin-bottom: 0;
  padding: .5vw 1vw;
  border-radius: 0;
}

button.enge-dropdown-button {
  line-height: inherit !important;
  margin-bottom: 0 !important;
  padding: 5px 10px !important;
  color: #ffffff !important;
  border-radius: 0 !important;
  background-color: #b48600 !important;
}

button.enge-dropdown-button:after {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: #004a99;
  speak: none;
}

@media only screen and (min-width: 64.063em) {
  button.enge-dropdown-button {
    position: absolute !important;
    top: 8px;
  }
}

button.enge-dropdown-button.open:after {
  transform: rotate(-180deg);
}

button.enge-dropdown-button:after {
  transform: rotate(0deg);
  font-size: 1.125rem;
  line-height: normal;
  display: inline-block;
  margin-top: -2px;
  margin-left: 5px;
  color: #ffffff;
}

button.enge-dropdown-button:focus {
  border: none !important;
}

.js .enge-dropdown-button {
  display: block !important;
}

.js .enge-dropdown-button-group {
  z-index: 110 !important;
  display: none;
  margin: 0;
  padding: 10px;
  background-color: #ffffff;
}

.js .enge-dropdown-button-group.open {
  display: block;
}

.js .enge-dropdown-button-group li {
  display: block;
  padding: 0;
}

.js .enge-dropdown-button-group li:after {
  display: none;
}

.js .enge-dropdown-button-group li a {
  display: block;
  padding: 3px;
}

.js .enge-dropdown-button-group li a.active {
  color: #262626;
  background-color: #E7AC00;
}

.js .enge-dropdown-button-group li a:hover, .js .enge-dropdown-button-group li a:focus {
  color: #004a99;
  background-color: #f2f2f2;
}

button.enge-dropdown-button {
  display: none !important;
}

.enge-dropdown-button-group {
  font-size: 0.875rem;
  font-weight: normal;
}

.enge-dropdown-button-group li {
  display: inline-block;
  padding-left: 5px;
}

.enge-dropdown-button-group li:after {
  content: '|';
}

.enge-dropdown-button-group li a {
  padding-right: 5px;
}

.enge-dropdown-button-group li a:hover, .enge-dropdown-button-group li a:focus, .enge-dropdown-button-group li a.active {
  color: #ffffff;
}

/**********************************************************************************
/* @group LOADERS */
.ajax-progress-throbber {
  float: right;
  margin-right: 20px;
}

.ajax-progress-throbber .message {
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 90%;
  font-style: italic;
  margin-top: 8px;
  color: #004a99;
}

/**********************************************************************************
/* @group INFINITE LOAD PAGER */
/***********************************************************************************/
ul.pager,
li.pager__item {
  display: none !important;
}

.js ul.pager {
  display: block !important;
  margin-left: 0;
}

.js ul.pager .views_infinite_scroll-ajax-loader {
  width: 100px;
  height: 20px;
  margin: 0 auto;
  background: url(../images/horizontal-loader.svg) no-repeat center;
  background-size: 60%;
}

.js ul.pager .views_infinite_scroll-ajax-loader img {
  display: none;
}

/**********************************************************************************
/* @group SPECIAL BUTTONS */
/***********************************************************************************/
.view-header-buttons button, .view-header-buttons
.button, .view-header-buttons span.addtocalendar a.atcb-link, span.addtocalendar .view-header-buttons a.atcb-link, .view-header-buttons .section.promo .pane-content a, .section.promo .pane-content .view-header-buttons a {
  padding: 10px 12px;
  margin: 0;
}

@media only screen and (max-width: 40em) {
  .view-header-buttons button, .view-header-buttons
  .button, .view-header-buttons span.addtocalendar a.atcb-link, span.addtocalendar .view-header-buttons a.atcb-link, .view-header-buttons .section.promo .pane-content a, .section.promo .pane-content .view-header-buttons a {
    font-size: 0.6875rem;
    margin-bottom: 5px;
    padding: 8px;
  }
}

button:before,
.button:before, span.addtocalendar a.atcb-link:before, .section.promo .pane-content a:before {
  font-size: 1.875rem;
  line-height: 0;
  margin-right: 0;
}

button.views-export-xls:before,
.views-export-xls.button:before, span.addtocalendar a.views-export-xls.atcb-link:before, .section.promo .pane-content a.views-export-xls:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: #E7AC00;
  speak: none;
}

button.menu-item-create-online-discussion:before,
.menu-item-create-online-discussion.button:before, span.addtocalendar a.menu-item-create-online-discussion.atcb-link:before, .section.promo .pane-content a.menu-item-create-online-discussion:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: #E7AC00;
  speak: none;
}

button.menu-item-create-collaborative-document:before,
.menu-item-create-collaborative-document.button:before, span.addtocalendar a.menu-item-create-collaborative-document.atcb-link:before, .section.promo .pane-content a.menu-item-create-collaborative-document:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: #E7AC00;
  speak: none;
}

button.menu-item-create-post:before,
.menu-item-create-post.button:before, span.addtocalendar a.menu-item-create-post.atcb-link:before, .section.promo .pane-content a.menu-item-create-post:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: #E7AC00;
  speak: none;
}

button.menu-item-create-event:before,
.menu-item-create-event.button:before, span.addtocalendar a.menu-item-create-event.atcb-link:before, .section.promo .pane-content a.menu-item-create-event:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: #E7AC00;
  speak: none;
}

button.subscribe-to-areas:before,
.subscribe-to-areas.button:before, span.addtocalendar a.subscribe-to-areas.atcb-link:before, .section.promo .pane-content a.subscribe-to-areas:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: #E7AC00;
  speak: none;
}

button.enge-event-invite:before,
.enge-event-invite.button:before, span.addtocalendar a.enge-event-invite.atcb-link:before, .section.promo .pane-content a.enge-event-invite:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: #E7AC00;
  speak: none;
}

button.enge-event-leave:before,
.enge-event-leave.button:before, span.addtocalendar a.enge-event-leave.atcb-link:before, .section.promo .pane-content a.enge-event-leave:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: #E7AC00;
  speak: none;
}

button.enge-event-join:before,
.enge-event-join.button:before, span.addtocalendar a.enge-event-join.atcb-link:before, .section.promo .pane-content a.enge-event-join:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: #E7AC00;
  speak: none;
}

button.menu-item-add-people-to-group:before,
.menu-item-add-people-to-group.button:before, span.addtocalendar a.menu-item-add-people-to-group.atcb-link:before, .section.promo .pane-content a.menu-item-add-people-to-group:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: #E7AC00;
  speak: none;
}

button.menu-item-search:before,
.menu-item-search.button:before, span.addtocalendar a.menu-item-search.atcb-link:before, .section.promo .pane-content a.menu-item-search:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: #E7AC00;
  speak: none;
}

@media only screen and (max-width: 40em) {
  button.menu-item-search,
  .menu-item-search.button, span.addtocalendar a.menu-item-search.atcb-link, .section.promo .pane-content a.menu-item-search {
    clear: left;
    text-align: left;
    width: 100%;
  }
}

.download-transcript {
  font-weight: normal;
}

.download-transcript:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: #004a99;
  speak: none;
}

.download-transcript:before {
  font-size: 230%;
  line-height: 0;
  margin-right: 5px;
}

.views-widget-filter-field_enge_user_full_name_value {
  width: 40%;
}

/**********************************************************************************
/* @group SPECIAL MESSAGES */
/***********************************************************************************/
/**********************************************************************************
/* @group DATE PICKER */
/***********************************************************************************/
.ui-datepicker {
  font-family: "Roboto", sans-serif !important;
  z-index: 3 !important;
}

.ui-datepicker .ui-widget-header {
  background-color: ligthen(#999999, 10%);
  background-image: none;
}

.ui-datepicker select {
  height: auto;
  padding: 5px;
}

.ui-datepicker th {
  color: inherit;
}

.ui-datepicker .ui-state-highlight {
  color: #ffffff;
  border: 1px solid #b48600;
  background: #E7AC00 none !important;
}

.ui-datepicker .ui-state-default {
  background: none;
}

.ui-datepicker .ui-state-active,
.ui-datepicker .ui-state-hover {
  border: 1px solid #E7AC00 !important;
  background-color: #ffecb4;
}

/**********************************************************************************
/* @group FILTERS IN content-header */
/***********************************************************************************/
.block-view-exposed-filters .views-exposed-widget, .js .block-views-exp-search-results-page .views-exposed-widget {
  display: inline-block;
  float: none;
  width: 100%;
  padding: 0;
  vertical-align: top;
}

@media only screen and (min-width: 40.063em) {
  .block-view-exposed-filters .views-exposed-widget, .js .block-views-exp-search-results-page .views-exposed-widget {
    width: 49.5%;
  }
}

@media only screen and (min-width: 64.063em) {
  .block-view-exposed-filters .views-exposed-widget, .js .block-views-exp-search-results-page .views-exposed-widget {
    width: 29.5%;
  }
}

.block-view-exposed-filters .views-exposed-widget .form-submit, .js .block-views-exp-search-results-page .views-exposed-widget .form-submit {
  background-color: #4D4D4D;
}

.block-view-exposed-filters .views-exposed-widget .form-submit:hover, .js .block-views-exp-search-results-page .views-exposed-widget .form-submit:hover, .block-view-exposed-filters .views-exposed-widget .form-submit:focus, .js .block-views-exp-search-results-page .views-exposed-widget .form-submit:focus {
  background-color: #343434;
}

.block-view-exposed-filters .views-exposed-widget #edit-reset, .js .block-views-exp-search-results-page .views-exposed-widget #edit-reset {
  font-weight: 300;
  color: #4D4D4D;
  background-color: #ffd24e;
}

.block-view-exposed-filters .views-exposed-widget #edit-reset:hover, .js .block-views-exp-search-results-page .views-exposed-widget #edit-reset:hover, .block-view-exposed-filters .views-exposed-widget #edit-reset:focus, .js .block-views-exp-search-results-page .views-exposed-widget #edit-reset:focus {
  background-color: #ffbe02;
}

.js .block-view-exposed-filters.views-buttons, .js .views-buttons.block-views-exp-search-results-page {
  float: right;
}

.js .block-view-exposed-filters .form-submit, .js .block-views-exp-search-results-page .form-submit {
  margin-top: 9px;
}

/**********************************************************************************
/* @group WEBFORM COMPONENT DATE */
/***********************************************************************************/
.webform-component-date .webform-datepicker {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

@media only screen and (max-width: 40em) {
  .webform-component-date .webform-datepicker {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.webform-component-date .webform-datepicker .form-item {
  display: inline-block;
  min-width: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.webform-component-date .webform-datepicker .form-item .select2-container {
  min-width: auto;
}

.webform-component-date .webform-datepicker .form-item .select2-container .select2-search-choice-close {
  display: none;
}

.webform-component-date .webform-datepicker .webform-calendar {
  width: 45px;
  height: 45px;
  margin: 0 0 10px 0;
  text-indent: -5000px;
  border: none;
  background: url(../images/icons_calendar.svg) no-repeat center;
  background-size: 70% !important;
}

.webform-component-date .webform-datepicker .webform-calendar:focus {
  border: none;
}

/**********************************************************************************
/* @group WEBFORM TABLE GRID */
/***********************************************************************************/
.webform-grid thead th {
  text-align: center;
}

.webform-grid td.checkbox .form-item {
  text-align: center;
}

/**********************************************************************************
/* @group WEBFORM COMPONENT MARKUP */
/***********************************************************************************/
.webform-component-markup p {
  margin-bottom: 0;
}

/**********************************************************************************
/* @group WEBFORM CONTAINER INLINE */
/***********************************************************************************/
.webform-container-inline div.form-item {
  margin-right: 1.25rem;
}

/**********************************************************************************
/* @group PARTCIPANTS SEARCH FILTERS*/
/***********************************************************************************/
.field-name-workspace-participants-filters {
  clear: both;
  margin: 2vw 0;
  border-bottom: 1px solid #ccc;
}

@media only screen and (min-width: 40.063em) {
  .field-name-workspace-participants-filters .views-exposed-widgets {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.field-name-workspace-participants-filters .views-exposed-widget {
  width: 100%;
  float: none;
}

@media only screen and (min-width: 40.063em) {
  .field-name-workspace-participants-filters .views-exposed-widget {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

@media only screen and (min-width: 64.063em) {
  .field-name-workspace-participants-filters .views-exposed-widget {
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
  }
}

@media only screen and (min-width: 90.063em) {
  .field-name-workspace-participants-filters .views-exposed-widget {
    -ms-flex-preferred-size: 19.3%;
        flex-basis: 19.3%;
  }
}

.field-name-workspace-participants-filters .views-exposed-widget label {
  font-size: 0.8125rem;
}

@media only screen and (min-width: 64.063em) {
  .field-name-workspace-participants-filters #edit-stp-wrapper {
    padding-right: 0;
  }
}

.field-name-workspace-participants-filters .views-buttons {
  max-width: none;
  text-align: right;
}

@media only screen and (min-width: 40.063em) {
  .field-name-workspace-participants-filters .views-buttons {
    margin-top: 29px;
  }
}

@media only screen and (min-width: 90.063em) {
  .field-name-workspace-participants-filters .views-buttons {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-top: 0;
    padding-right: 0;
  }
}

/**********************************************************************************
/* @group  WID MEMBER CHECKBOX */
/***********************************************************************************/
div#wid-membership {
  background-color: #F8ECC1;
  margin-top: 0.9375rem;
  padding: 1.125rem 1.25rem;
}

div#wid-membership p {
  margin-bottom: 0.9375rem;
  color: #000000;
}

div#wid-membership p:last-child {
  margin-bottom: 0px;
}

/**********************************************************************************
/* @group  REAVEL MODAL MESSAGE */
/***********************************************************************************/
.reveal-modal {
  position: fixed;
  top: 50% !important;
  left: 50% !important;
  width: 90%;
  transform: translate(-49%, -49%);
}

@media only screen and (min-width: 40.063em) {
  .reveal-modal {
    width: 70%;
  }
}

@media only screen and (min-width: 64.063em) {
  .reveal-modal {
    width: 50%;
  }
}

@media only screen and (min-width: 90.063em) {
  .reveal-modal {
    width: 40%;
  }
}

.reveal-modal input {
  height: auto;
}

.reveal-modal#status-messages {
  min-height: auto;
  padding: 0;
}

.reveal-modal#status-messages pre {
  font-family: "Roboto", sans-serif;
  overflow: auto;
  white-space: normal;
}

.reveal-modal .close-reveal-modal {
  right: 0.625rem;
}

.modal-title, .reveal-modal #modalTitle {
  font-family: "Roboto Condensed", Arial, sans-serif !important;
  font-size: calc(18px + 0.6vw) !important;
  font-weight: 300 !important;
  margin-bottom: 2vw !important;
  text-transform: uppercase !important;
  color: #262626 !important;
}

/**********************************************************************************
/* @group  DRUPAL EDIT FORMS MODAL */
/***********************************************************************************/
#modalBackdrop {
  opacity: 1 !important;
  background-color: rgba(0, 0, 0, 0.8) !important;
}

@media only screen {
  #modalContent {
    width: 80%;
  }
}

@media only screen and (min-width: 64.063em) {
  #modalContent {
    width: 60%;
  }
}

#modalContent .modal-header {
  padding: 2vw 2vw 0 2vw;
  background-color: transparent;
}

#modalContent .modal-header .close {
  line-height: normal;
  overflow: hidden;
  width: 22px;
  height: 22px;
}

#modalContent .modal-header .close:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: #4D4D4D;
  speak: none;
}

#modalContent .modal-header .close:hover:before, #modalContent .modal-header .close:focus:before {
  color: #1a1a1a;
}

#modalContent .modal-header .close:before {
  font-size: 1.5625rem;
}

#modalContent .view {
  padding: 0;
}

#modalContent .modal-content {
  padding: 1vw 2vw 0 2vw;
}

#modalContent #entityreference-view-widget-select-all {
  font-weight: 700;
  float: left;
}

div.ctools-modal-content {
  width: 100% !important;
}

div.ctools-modal-content .modal-content {
  width: 100% !important;
}

div.ctools-modal-content .item-list .views-row .views-field {
  float: left;
}

div.ctools-modal-content .item-list .views-row .views-field input {
  margin: 3px 5px 3px 0;
}

/**********************************************************************************
/* @group  HELP US IMPROVE MODAL */
/***********************************************************************************/
@media only screen and (min-width: 40.063em) {
  #enge-improvement-modal #webform-component-name {
    width: 48%;
  }
}

@media only screen and (min-width: 40.063em) {
  #enge-improvement-modal #webform-component-email {
    width: 48%;
  }
}

/**********************************************************************************
/* @group  REGISTRATION MODAL */
/***********************************************************************************/
.ui-widget-overlay {
  opacity: .8;
  background: #000000;
  position: fixed;
}

@media only screen and (max-width: 40em) {
  .ui-widget-overlay {
    margin-top: -68px;
  }
}

.modalframe {
  padding: 0;
  border: 0;
  border-radius: 0;
  background-color: #004a99;
}

.modalframe .ui-widget-header {
  text-align: center;
  border: 0;
  background: #004a99 none;
}

.modalframe .ui-widget-header .ui-dialog-title {
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: calc(22px + 1.3vw);
  font-weight: 300;
  position: relative;
  display: inline-block;
  float: none;
  width: auto;
  margin: 0 auto;
  padding-top: 1.875rem;
  text-align: center;
  color: #ffffff;
  border-top: 10px solid #ffffff;
}

.modalframe .ui-dialog-titlebar {
  height: auto;
  padding: 0;
  color: #ffffff;
}

.modalframe .ui-dialog-titlebar-close {
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  border: none;
  border: 0;
  background: none;
}

.modalframe .ui-dialog-titlebar-close:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: #E7AC00;
  speak: none;
}

.modalframe .ui-dialog-titlebar-close:hover, .modalframe .ui-dialog-titlebar-close:focus {
  color: #816000;
  border: 0;
}

.modalframe .ui-dialog-titlebar-close:before {
  font-size: 1.5625rem;
}

.modalframe .ui-widget-content {
  padding: 2vw 3vw;
}

.modalframe #modalframe-container {
  position: relative;
  background: #004a99 url(../images/loader.svg) no-repeat center 40%;
}

.modalframe-content-page {
  color: #ffffff;
  background-color: #004a99;
}

.modalframe-content-page .captcha {
  margin: 0 !important;
  padding: 3px 9px !important;
  background-color: #00438a;
}

.modalframe-content-page .captcha .field-prefix,
.modalframe-content-page .captcha input {
  display: inline-block;
  float: none;
}

.modalframe-content-page .label-tooltip-wrapper label {
  display: inline;
}

.modalframe-content-page .label-tooltip-wrapper .has-tip.icon {
  vertical-align: middle;
  width: 27px;
  height: 31px;
}

.modalframe-content-page .label-tooltip-wrapper .has-tip.icon:before {
  font-size: 28px;
  color: #ffffff;
}

.modalframe-content-page .modalframe-page-content {
  padding: 0;
  text-align: center;
  color: #ffffff;
}

.modalframe-content-page .modalframe-page-content .padded, .modalframe-content-page .modalframe-page-content .eu-body-section, .modalframe-content-page .modalframe-page-content .page-comment-reply .content-wrapper, .page-comment-reply .modalframe-content-page .modalframe-page-content .content-wrapper, .modalframe-content-page .modalframe-page-content
.page-comment-edit .content-wrapper,
.page-comment-edit .modalframe-content-page .modalframe-page-content .content-wrapper {
  padding: 0;
}

.modalframe-content-page .modalframe-page-content button,
.modalframe-content-page .modalframe-page-content button,
.modalframe-content-page .modalframe-page-content
.button,
.modalframe-content-page .modalframe-page-content span.addtocalendar a.atcb-link, span.addtocalendar
.modalframe-content-page .modalframe-page-content a.atcb-link,
.modalframe-content-page .modalframe-page-content .section.promo .pane-content a, .section.promo .pane-content
.modalframe-content-page .modalframe-page-content a {
  text-transform: uppercase;
  color: #004a99 !important;
  background-color: #E7AC00;
}

.modalframe-content-page .content-header {
  padding: 0;
  color: #ffffff;
  background: transparent;
}

.modalframe-content-page .l-main,
.modalframe-content-page .l-footer {
  background: none;
}

.modalframe-content-page .main {
  width: 100%;
  padding: 0 4vw 2vw 4vw !important;
  text-align: center;
}

.modalframe-content-page .form-item {
  padding: 5px 0;
}

.modalframe-content-page form {
  width: 70%;
  margin: 0 auto;
}

.modalframe-content-page label {
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: calc(16px + 0.2vw);
  line-height: 2.5rem;
  color: #ffffff;
}

.modalframe-content-page label:hover, .modalframe-content-page label:focus {
  color: #ffffff !important;
}

.modalframe-content-page fieldset, .modalframe-content-page form .field-name-field-enge-main-image, form .modalframe-content-page .field-name-field-enge-main-image, .modalframe-content-page form .field-name-field-enge-event-image, form .modalframe-content-page .field-name-field-enge-event-image, .modalframe-content-page
form .field-name-field-enge-workspace-logo,
form .modalframe-content-page .field-name-field-enge-workspace-logo {
  padding: 0;
  background-color: transparent;
}

.modalframe-content-page input,
.modalframe-content-page select,
.modalframe-content-page textarea {
  color: #ffffff;
  border: 0;
  background-color: #0056b3;
  background-image: none;
}

.modalframe-content-page input::-webkit-input-placeholder,
.modalframe-content-page select::-webkit-input-placeholder,
.modalframe-content-page textarea::-webkit-input-placeholder {
  color: white;
}

.modalframe-content-page input::-moz-placeholder,
.modalframe-content-page select::-moz-placeholder,
.modalframe-content-page textarea::-moz-placeholder {
  color: white;
}

.modalframe-content-page input:-moz-placeholder,
.modalframe-content-page select:-moz-placeholder,
.modalframe-content-page textarea:-moz-placeholder {
  color: white;
}

.modalframe-content-page input:-ms-input-placeholder,
.modalframe-content-page select:-ms-input-placeholder,
.modalframe-content-page textarea:-ms-input-placeholder {
  color: white;
}

.modalframe-content-page input:focus,
.modalframe-content-page select:focus,
.modalframe-content-page textarea:focus {
  background-color: #003e80;
}

.modalframe-content-page textarea {
  height: 2.875rem;
}

.modalframe-content-page .description, .modalframe-content-page fieldset.captcha .fieldset-description, fieldset.captcha .modalframe-content-page .fieldset-description, .modalframe-content-page form .captcha.field-name-field-enge-main-image .fieldset-description, form .captcha.field-name-field-enge-main-image .modalframe-content-page .fieldset-description, .modalframe-content-page form .captcha.field-name-field-enge-event-image .fieldset-description, form .captcha.field-name-field-enge-event-image .modalframe-content-page .fieldset-description, .modalframe-content-page
form .captcha.field-name-field-enge-workspace-logo .fieldset-description,
form .captcha.field-name-field-enge-workspace-logo .modalframe-content-page .fieldset-description, .modalframe-content-page form.node-form .content-visibility-settings .fieldset-description, form.node-form .content-visibility-settings .modalframe-content-page .fieldset-description {
  color: #4d80b8;
}

.modalframe-content-page a {
  color: #E7AC00;
}

.modalframe-content-page a:hover, .modalframe-content-page a:focus {
  color: #ffffff;
}

.modalframe-content-page h3 {
  color: #ffffff;
}

.modalframe-content-page #skip {
  display: none;
}

.modalframe-content-page .form-required {
  float: none;
}

.modalframe-content-page .form-required:before {
  content: none;
}

.modalframe-content-page .or-buttons {
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  margin: 0 auto;
  padding: 8px 13px;
  text-align: center;
  text-align: center;
  color: #004a99;
  border-radius: 1000px;
  background-color: #ffffff;
}

.modalframe-content-page #edit-back:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: #004a99;
  speak: none;
}

.modalframe-content-page #edit-back:before {
  transform: rotate(-180deg);
  display: inline-block;
}

.modalframe-content-page #edit-next:after {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: #004a99;
  speak: none;
}

.modalframe-content-page #edit-next[value='Finish']:after {
  display: none;
}

.modalframe-content-page #edit-next:after {
  font-size: 1.875rem;
  line-height: 0;
}

.modalframe-content-page .login-form-wrapper {
  clear: both;
}

.modalframe-content-page #enge-multistep-registration-form .description, .modalframe-content-page #enge-multistep-registration-form fieldset.captcha .fieldset-description, fieldset.captcha .modalframe-content-page #enge-multistep-registration-form .fieldset-description, .modalframe-content-page #enge-multistep-registration-form form .captcha.field-name-field-enge-main-image .fieldset-description, form .captcha.field-name-field-enge-main-image .modalframe-content-page #enge-multistep-registration-form .fieldset-description, .modalframe-content-page #enge-multistep-registration-form form .captcha.field-name-field-enge-event-image .fieldset-description, form .captcha.field-name-field-enge-event-image .modalframe-content-page #enge-multistep-registration-form .fieldset-description, .modalframe-content-page #enge-multistep-registration-form
form .captcha.field-name-field-enge-workspace-logo .fieldset-description,
form .captcha.field-name-field-enge-workspace-logo .modalframe-content-page #enge-multistep-registration-form .fieldset-description, .modalframe-content-page #enge-multistep-registration-form form.node-form .content-visibility-settings .fieldset-description, form.node-form .content-visibility-settings .modalframe-content-page #enge-multistep-registration-form .fieldset-description {
  display: none;
}

.modalframe-content-page .form-item-field-enge-user-terms-accepted-und label {
  font-size: 1rem;
}

/* @group  REGISTRATION STEPS */
#edit-header {
  margin: 0 !important;
}

#edit-header .item-list ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin: 0 0 1px 0;
}

#edit-header .item-list ul > li {
  display: inline-block;
}

#edit-header .item-list ul > li:last-child {
  margin-right: 0;
}

#edit-header .item-list ul li {
  overflow: hidden;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  border-radius: 1000px;
  background-color: #006fe6;
}

#edit-header .item-list ul li:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

#edit-header .item-list ul li.active {
  background-color: #ffffff;
}

/**********************************************************************************
/* @group USER VIEW MODES */
/***********************************************************************************/
.user-profile.view-mode-online_discussion_participant,
.user-profile.view-mode-teaser,
.user-profile.view-mode-participant {
  position: relative;
  text-align: center;
}

.user-profile.view-mode-online_discussion_participant .field-name-ds-user-picture, .user-profile.view-mode-online_discussion_participant article.comment .comment-author .user-picture, article.comment .comment-author .user-profile.view-mode-online_discussion_participant .user-picture,
.user-profile.view-mode-teaser .field-name-ds-user-picture,
.user-profile.view-mode-teaser article.comment .comment-author .user-picture, article.comment .comment-author
.user-profile.view-mode-teaser .user-picture,
.user-profile.view-mode-participant .field-name-ds-user-picture,
.user-profile.view-mode-participant article.comment .comment-author .user-picture, article.comment .comment-author
.user-profile.view-mode-participant .user-picture {
  display: block;
  overflow: hidden;
  width: 64px;
  height: 64px;
  border-radius: 1000px;
  background-color: #ffffff;
  margin: 0 auto 20px auto;
}

.user-profile.view-mode-online_discussion_participant .field-name-ds-user-picture img, .user-profile.view-mode-online_discussion_participant article.comment .comment-author .user-picture img, article.comment .comment-author .user-profile.view-mode-online_discussion_participant .user-picture img,
.user-profile.view-mode-teaser .field-name-ds-user-picture img,
.user-profile.view-mode-teaser article.comment .comment-author .user-picture img, article.comment .comment-author
.user-profile.view-mode-teaser .user-picture img,
.user-profile.view-mode-participant .field-name-ds-user-picture img,
.user-profile.view-mode-participant article.comment .comment-author .user-picture img, article.comment .comment-author
.user-profile.view-mode-participant .user-picture img {
  width: 100%;
}

.group-header .field-name-field-enge-user-full-name {
  display: none;
}

/**********************************************************************************
/* @group USER PICTURE */
/***********************************************************************************/
.current-user .field-name-ds-user-picture, .current-user article.comment .comment-author .user-picture, article.comment .comment-author .current-user .user-picture {
  border: 4px solid #E7AC00;
}

.current-user .body {
  color: #000000;
}

/**********************************************************************************
/* @group OWL COMMON HORIZONTAL CAROUZEL */
/***********************************************************************************/
.js .front .view-carousel .view-header {
  padding-bottom: 15px;
}

.js .front .view-carousel .view-header .loader, .js .front .view-carousel .view-header .field-name-field-enge-discussion-replies .replies-links .load.disabled, .field-name-field-enge-discussion-replies .replies-links .js .front .view-carousel .view-header .load.disabled, .js .front .view-carousel .view-header .node-enge-web-discussion-reply .replies-links .load.disabled, .node-enge-web-discussion-reply .replies-links .js .front .view-carousel .view-header .load.disabled, .js .front .view-carousel .view-header .ajax-progress-throbber .throbber, .ajax-progress-throbber .js .front .view-carousel .view-header .throbber {
  position: absolute;
  z-index: 1;
  top: 33%;
  right: 2.5vw;
  opacity: 1;
}

@media only screen and (min-width: 40.063em) {
  .js .front .view-carousel .view-header .loader, .js .front .view-carousel .view-header .field-name-field-enge-discussion-replies .replies-links .load.disabled, .field-name-field-enge-discussion-replies .replies-links .js .front .view-carousel .view-header .load.disabled, .js .front .view-carousel .view-header .node-enge-web-discussion-reply .replies-links .load.disabled, .node-enge-web-discussion-reply .replies-links .js .front .view-carousel .view-header .load.disabled, .js .front .view-carousel .view-header .ajax-progress-throbber .throbber, .ajax-progress-throbber .js .front .view-carousel .view-header .throbber {
    left: 2.5vw;
  }
}

.js .front .view-carousel .view-content {
  padding-top: 0;
}

.js .front .view-carousel .view-content > * {
  opacity: 0;
}

.no-js .front .view .view-content {
  opacity: 1;
}

.no-js .loader, .no-js .field-name-field-enge-discussion-replies .replies-links .load.disabled, .field-name-field-enge-discussion-replies .replies-links .no-js .load.disabled, .no-js .node-enge-web-discussion-reply .replies-links .load.disabled, .node-enge-web-discussion-reply .replies-links .no-js .load.disabled, .no-js .ajax-progress-throbber .throbber, .ajax-progress-throbber .no-js .throbber {
  display: none !important;
}

.loaded .loader, .loaded .field-name-field-enge-discussion-replies .replies-links .load.disabled, .field-name-field-enge-discussion-replies .replies-links .loaded .load.disabled, .loaded .node-enge-web-discussion-reply .replies-links .load.disabled, .node-enge-web-discussion-reply .replies-links .loaded .load.disabled, .loaded .ajax-progress-throbber .throbber, .ajax-progress-throbber .loaded .throbber {
  display: none !important;
}

.loaded .view-content > *, .loaded .disabled > * {
  opacity: 1 !important;
}

.view-carousel .owl-carousel,
.view-carousel .disabled {
  transition: opacity 2s linear;
  position: relative;
  z-index: +2;
  opacity: 0;
}

@media only screen and (min-width: 40.063em) {
  .view-carousel .owl-carousel,
  .view-carousel .disabled {
    padding-right: 38px;
    padding-left: 38px;
  }
}

.view-carousel .owl-carousel .owl-buttons .owl-next, .view-carousel .owl-carousel .owl-buttons .owl-prev,
.view-carousel .disabled .owl-buttons .owl-next, .view-carousel .disabled .owl-buttons .owl-prev {
  overflow: hidden;
  width: 30px;
  height: 30px;
  padding: 0;
  vertical-align: top;
  opacity: 1;
  background-color: transparent;
}

.view-carousel .owl-carousel .owl-buttons .owl-next:before, .view-carousel .owl-carousel .owl-buttons .owl-prev:before,
.view-carousel .disabled .owl-buttons .owl-next:before, .view-carousel .disabled .owl-buttons .owl-prev:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: #004a99;
  speak: none;
}

@media only screen and (min-width: 40.063em) {
  .view-carousel .owl-carousel .owl-buttons .owl-next, .view-carousel .owl-carousel .owl-buttons .owl-prev,
  .view-carousel .disabled .owl-buttons .owl-next, .view-carousel .disabled .owl-buttons .owl-prev {
    position: absolute;
    top: 20%;
    right: 0;
    width: 42px;
    height: 35px;
  }
}

.view-carousel .owl-carousel .owl-buttons .owl-next:before, .view-carousel .owl-carousel .owl-buttons .owl-prev:before,
.view-carousel .disabled .owl-buttons .owl-next:before, .view-carousel .disabled .owl-buttons .owl-prev:before {
  font-size: 1.875rem;
  line-height: normal;
}

@media only screen and (min-width: 40.063em) {
  .view-carousel .owl-carousel .owl-buttons .owl-next:before, .view-carousel .owl-carousel .owl-buttons .owl-prev:before,
  .view-carousel .disabled .owl-buttons .owl-next:before, .view-carousel .disabled .owl-buttons .owl-prev:before {
    font-size: 2.625rem;
  }
}

.view-carousel .owl-carousel .owl-buttons .owl-next:hover:before, .view-carousel .owl-carousel .owl-buttons .owl-prev:hover:before,
.view-carousel .disabled .owl-buttons .owl-next:hover:before, .view-carousel .disabled .owl-buttons .owl-prev:hover:before {
  color: #E7AC00;
}

.view-carousel .owl-carousel .owl-buttons .owl-prev,
.view-carousel .disabled .owl-buttons .owl-prev {
  transform: rotate(-180deg);
}

@media only screen and (min-width: 40.063em) {
  .view-carousel .owl-carousel .owl-buttons .owl-prev,
  .view-carousel .disabled .owl-buttons .owl-prev {
    left: 0;
  }
}

.view-carousel .owl-wrapper .owl-item {
  border-right: 1px solid #F2F2F2;
  border-left: 1px solid #F2F2F2;
  background-color: #ffffff;
}

.view-carousel .owl-wrapper .owl-item .node-teaser {
  background-color: transparent;
}

@media only screen and (max-width: 40em) {
  .view-carousel .owl-controls {
    margin-top: 0;
  }
}

.view-carousel .node-teaser.node {
  position: relative;
}

.view-carousel .node-teaser.node h2 {
  margin: 0;
  text-align: left;
}

.view-carousel .node-teaser.node h2:before {
  display: none;
}

@media only screen and (min-width: 64.063em) {
  .view-carousel .disabled .node-teaser.node {
    width: 33.3%;
  }
}

/**********************************************************************************
/* @group SELECT2 ELEMENTS */
/***********************************************************************************/
.select2-container {
  font-size: inherit;
  width: 100% !important;
  min-width: 200px;
}

.select2-container:focus {
  background-color: red;
  box-shadow: none;
}

.select2-container .select2-chosen {
  font-style: italic;
  color: #999999;
}

.select2-container .select2-choices,
.select2-container .select2-choice,
.select2-container .select2-single {
  min-height: 46px !important;
  padding: 0.625rem 1.5625rem 0.625rem 0.9375rem !important;
  border-color: #b0b0b0;
  border-radius: 5px;
  background: #ffffff none;
  box-shadow: none;
}

.select2-container .select2-choices input,
.select2-container .select2-choice input,
.select2-container .select2-single input {
  font-family: "Roboto", sans-serif !important;
  font-weight: 300;
  font-style: italic;
  min-height: inherit !important;
  padding: 0 !important;
  color: #999999;
}

.select2-container .select2-choices abbr.select2-search-choice-close,
.select2-container .select2-choice abbr.select2-search-choice-close,
.select2-container .select2-single abbr.select2-search-choice-close {
  display: none;
}

.select2-container .select2-choices .select2-arrow,
.select2-container .select2-choice .select2-arrow,
.select2-container .select2-single .select2-arrow {
  width: 20px;
  border: none;
  background: transparent none;
}

.select2-container .select2-choices .select2-arrow:after,
.select2-container .select2-choice .select2-arrow:after,
.select2-container .select2-single .select2-arrow:after {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: #E7AC00;
  speak: none;
}

.select2-container .select2-choices .select2-arrow:after,
.select2-container .select2-choice .select2-arrow:after,
.select2-container .select2-single .select2-arrow:after {
  font-weight: 700;
  position: absolute;
  top: 10px;
  right: 8px;
}

.select2-container .select2-choices .select2-arrow b,
.select2-container .select2-choice .select2-arrow b,
.select2-container .select2-single .select2-arrow b {
  background: none !important;
}

.select2-container .select2-choices.tiny, .select2-container button.select2-choices.form-submit.ajax-processed, .select2-container
.select2-choices.form-submit.ajax-processed.button, .select2-container span.addtocalendar a.select2-choices.form-submit.ajax-processed.atcb-link, span.addtocalendar .select2-container a.select2-choices.form-submit.ajax-processed.atcb-link, .select2-container .section.promo .pane-content a.select2-choices.form-submit.ajax-processed, .section.promo .pane-content .select2-container a.select2-choices.form-submit.ajax-processed, .select2-container
.entityreference-view-widget input.select2-choices,
.entityreference-view-widget .select2-container input.select2-choices, .select2-container
.entityreference-view-widget select.select2-choices,
.entityreference-view-widget .select2-container select.select2-choices, .select2-container
.entityreference-view-widget textarea.select2-choices,
.entityreference-view-widget .select2-container textarea.select2-choices, .select2-container
.entityreference-view-widget button.select2-choices,
.entityreference-view-widget .select2-container button.select2-choices, .select2-container
.entityreference-view-widget .select2-choices.select2-choice,
.entityreference-view-widget .select2-container .select2-choices.select2-choice, .select2-container .date-combo input.select2-choices, .date-combo .select2-container input.select2-choices, .select2-container .select2-search input.select2-choices, .select2-search .select2-container input.select2-choices,
.select2-container .select2-choice.tiny,
.select2-container button.select2-choice.form-submit.ajax-processed,
.select2-container
.select2-choice.form-submit.ajax-processed.button,
.select2-container span.addtocalendar a.select2-choice.form-submit.ajax-processed.atcb-link, span.addtocalendar
.select2-container a.select2-choice.form-submit.ajax-processed.atcb-link,
.select2-container .section.promo .pane-content a.select2-choice.form-submit.ajax-processed, .section.promo .pane-content
.select2-container a.select2-choice.form-submit.ajax-processed,
.select2-container
.entityreference-view-widget .select2-choice,
.entityreference-view-widget
.select2-container .select2-choice,
.select2-container .date-combo input.select2-choice, .date-combo
.select2-container input.select2-choice,
.select2-container .select2-search input.select2-choice, .select2-search
.select2-container input.select2-choice,
.select2-container .select2-single.tiny,
.select2-container button.select2-single.form-submit.ajax-processed,
.select2-container
.select2-single.form-submit.ajax-processed.button,
.select2-container span.addtocalendar a.select2-single.form-submit.ajax-processed.atcb-link, span.addtocalendar
.select2-container a.select2-single.form-submit.ajax-processed.atcb-link,
.select2-container .section.promo .pane-content a.select2-single.form-submit.ajax-processed, .section.promo .pane-content
.select2-container a.select2-single.form-submit.ajax-processed,
.select2-container
.entityreference-view-widget input.select2-single,
.entityreference-view-widget
.select2-container input.select2-single,
.select2-container
.entityreference-view-widget select.select2-single,
.entityreference-view-widget
.select2-container select.select2-single,
.select2-container
.entityreference-view-widget textarea.select2-single,
.entityreference-view-widget
.select2-container textarea.select2-single,
.select2-container
.entityreference-view-widget button.select2-single,
.entityreference-view-widget
.select2-container button.select2-single,
.select2-container
.entityreference-view-widget .select2-single.select2-choice,
.entityreference-view-widget
.select2-container .select2-single.select2-choice,
.select2-container .date-combo input.select2-single, .date-combo
.select2-container input.select2-single,
.select2-container .select2-search input.select2-single, .select2-search
.select2-container input.select2-single {
  min-height: 2.25rem !important;
  margin-bottom: 0;
  padding-top: 0.25rem !important;
}

.select2-container .select2-choices.tiny + .chosen-drop, .select2-container button.select2-choices.form-submit.ajax-processed + .chosen-drop, .select2-container
.select2-choices.form-submit.ajax-processed.button + .chosen-drop, .select2-container span.addtocalendar a.select2-choices.form-submit.ajax-processed.atcb-link + .chosen-drop, span.addtocalendar .select2-container a.select2-choices.form-submit.ajax-processed.atcb-link + .chosen-drop, .select2-container .section.promo .pane-content a.select2-choices.form-submit.ajax-processed + .chosen-drop, .section.promo .pane-content .select2-container a.select2-choices.form-submit.ajax-processed + .chosen-drop, .select2-container
.entityreference-view-widget input.select2-choices + .chosen-drop,
.entityreference-view-widget .select2-container input.select2-choices + .chosen-drop, .select2-container
.entityreference-view-widget select.select2-choices + .chosen-drop,
.entityreference-view-widget .select2-container select.select2-choices + .chosen-drop, .select2-container
.entityreference-view-widget textarea.select2-choices + .chosen-drop,
.entityreference-view-widget .select2-container textarea.select2-choices + .chosen-drop, .select2-container
.entityreference-view-widget button.select2-choices + .chosen-drop,
.entityreference-view-widget .select2-container button.select2-choices + .chosen-drop, .select2-container
.entityreference-view-widget .select2-choices.select2-choice + .chosen-drop,
.entityreference-view-widget .select2-container .select2-choices.select2-choice + .chosen-drop, .select2-container .date-combo input.select2-choices + .chosen-drop, .date-combo .select2-container input.select2-choices + .chosen-drop, .select2-container .select2-search input.select2-choices + .chosen-drop, .select2-search .select2-container input.select2-choices + .chosen-drop,
.select2-container .select2-choice.tiny + .chosen-drop,
.select2-container button.select2-choice.form-submit.ajax-processed + .chosen-drop,
.select2-container
.select2-choice.form-submit.ajax-processed.button + .chosen-drop,
.select2-container span.addtocalendar a.select2-choice.form-submit.ajax-processed.atcb-link + .chosen-drop, span.addtocalendar
.select2-container a.select2-choice.form-submit.ajax-processed.atcb-link + .chosen-drop,
.select2-container .section.promo .pane-content a.select2-choice.form-submit.ajax-processed + .chosen-drop, .section.promo .pane-content
.select2-container a.select2-choice.form-submit.ajax-processed + .chosen-drop,
.select2-container
.entityreference-view-widget .select2-choice + .chosen-drop,
.entityreference-view-widget
.select2-container .select2-choice + .chosen-drop,
.select2-container .date-combo input.select2-choice + .chosen-drop, .date-combo
.select2-container input.select2-choice + .chosen-drop,
.select2-container .select2-search input.select2-choice + .chosen-drop, .select2-search
.select2-container input.select2-choice + .chosen-drop,
.select2-container .select2-single.tiny + .chosen-drop,
.select2-container button.select2-single.form-submit.ajax-processed + .chosen-drop,
.select2-container
.select2-single.form-submit.ajax-processed.button + .chosen-drop,
.select2-container span.addtocalendar a.select2-single.form-submit.ajax-processed.atcb-link + .chosen-drop, span.addtocalendar
.select2-container a.select2-single.form-submit.ajax-processed.atcb-link + .chosen-drop,
.select2-container .section.promo .pane-content a.select2-single.form-submit.ajax-processed + .chosen-drop, .section.promo .pane-content
.select2-container a.select2-single.form-submit.ajax-processed + .chosen-drop,
.select2-container
.entityreference-view-widget input.select2-single + .chosen-drop,
.entityreference-view-widget
.select2-container input.select2-single + .chosen-drop,
.select2-container
.entityreference-view-widget select.select2-single + .chosen-drop,
.entityreference-view-widget
.select2-container select.select2-single + .chosen-drop,
.select2-container
.entityreference-view-widget textarea.select2-single + .chosen-drop,
.entityreference-view-widget
.select2-container textarea.select2-single + .chosen-drop,
.select2-container
.entityreference-view-widget button.select2-single + .chosen-drop,
.entityreference-view-widget
.select2-container button.select2-single + .chosen-drop,
.select2-container
.entityreference-view-widget .select2-single.select2-choice + .chosen-drop,
.entityreference-view-widget
.select2-container .select2-single.select2-choice + .chosen-drop,
.select2-container .date-combo input.select2-single + .chosen-drop, .date-combo
.select2-container input.select2-single + .chosen-drop,
.select2-container .select2-search input.select2-single + .chosen-drop, .select2-search
.select2-container input.select2-single + .chosen-drop {
  margin-top: 0;
}

.select2-container .select2-choices.tiny span:after, .select2-container button.select2-choices.form-submit.ajax-processed span:after, .select2-container
.select2-choices.form-submit.ajax-processed.button span:after, .select2-container span.addtocalendar a.select2-choices.form-submit.ajax-processed.atcb-link span:after, span.addtocalendar .select2-container a.select2-choices.form-submit.ajax-processed.atcb-link span:after, .select2-container .section.promo .pane-content a.select2-choices.form-submit.ajax-processed span:after, .section.promo .pane-content .select2-container a.select2-choices.form-submit.ajax-processed span:after, .select2-container
.entityreference-view-widget input.select2-choices span:after,
.entityreference-view-widget .select2-container input.select2-choices span:after, .select2-container
.entityreference-view-widget select.select2-choices span:after,
.entityreference-view-widget .select2-container select.select2-choices span:after, .select2-container
.entityreference-view-widget textarea.select2-choices span:after,
.entityreference-view-widget .select2-container textarea.select2-choices span:after, .select2-container
.entityreference-view-widget button.select2-choices span:after,
.entityreference-view-widget .select2-container button.select2-choices span:after, .select2-container
.entityreference-view-widget .select2-choices.select2-choice span:after,
.entityreference-view-widget .select2-container .select2-choices.select2-choice span:after, .select2-container .date-combo input.select2-choices span:after, .date-combo .select2-container input.select2-choices span:after, .select2-container .select2-search input.select2-choices span:after, .select2-search .select2-container input.select2-choices span:after,
.select2-container .select2-choice.tiny span:after,
.select2-container button.select2-choice.form-submit.ajax-processed span:after,
.select2-container
.select2-choice.form-submit.ajax-processed.button span:after,
.select2-container span.addtocalendar a.select2-choice.form-submit.ajax-processed.atcb-link span:after, span.addtocalendar
.select2-container a.select2-choice.form-submit.ajax-processed.atcb-link span:after,
.select2-container .section.promo .pane-content a.select2-choice.form-submit.ajax-processed span:after, .section.promo .pane-content
.select2-container a.select2-choice.form-submit.ajax-processed span:after,
.select2-container
.entityreference-view-widget .select2-choice span:after,
.entityreference-view-widget
.select2-container .select2-choice span:after,
.select2-container .date-combo input.select2-choice span:after, .date-combo
.select2-container input.select2-choice span:after,
.select2-container .select2-search input.select2-choice span:after, .select2-search
.select2-container input.select2-choice span:after,
.select2-container .select2-single.tiny span:after,
.select2-container button.select2-single.form-submit.ajax-processed span:after,
.select2-container
.select2-single.form-submit.ajax-processed.button span:after,
.select2-container span.addtocalendar a.select2-single.form-submit.ajax-processed.atcb-link span:after, span.addtocalendar
.select2-container a.select2-single.form-submit.ajax-processed.atcb-link span:after,
.select2-container .section.promo .pane-content a.select2-single.form-submit.ajax-processed span:after, .section.promo .pane-content
.select2-container a.select2-single.form-submit.ajax-processed span:after,
.select2-container
.entityreference-view-widget input.select2-single span:after,
.entityreference-view-widget
.select2-container input.select2-single span:after,
.select2-container
.entityreference-view-widget select.select2-single span:after,
.entityreference-view-widget
.select2-container select.select2-single span:after,
.select2-container
.entityreference-view-widget textarea.select2-single span:after,
.entityreference-view-widget
.select2-container textarea.select2-single span:after,
.select2-container
.entityreference-view-widget button.select2-single span:after,
.entityreference-view-widget
.select2-container button.select2-single span:after,
.select2-container
.entityreference-view-widget .select2-single.select2-choice span:after,
.entityreference-view-widget
.select2-container .select2-single.select2-choice span:after,
.select2-container .date-combo input.select2-single span:after, .date-combo
.select2-container input.select2-single span:after,
.select2-container .select2-search input.select2-single span:after, .select2-search
.select2-container input.select2-single span:after {
  top: 5px;
  right: 5px;
}

.select2-container .select2-choices:after {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: #E7AC00;
  speak: none;
}

.select2-container .select2-choices:after {
  font-weight: 700;
  position: absolute;
  top: 10px;
  right: 6px;
  display: inline-block;
}

.select2-container .select2-choices li.select2-search-choice {
  font-size: 0.8125rem;
  position: relative;
  max-width: 100%;
  margin: 1px 5px 1px 0;
  padding: 5px 5px 5px 20px;
  background-color: #ffecb4;
  line-height: normal;
  background-image: none;
}

.select2-container .select2-choices li.select2-search-choice input[type='text'] {
  color: #ffffff;
}

.select2-search input {
  font-size: 100%;
  transition: none !important;
  padding: 4px;
}

.select2-drop-active {
  border: 1px solid #4D4D4D;
}

.select2-results {
  font-size: 0.875rem;
}

.select2-results .select2-highlighted {
  background-color: #ffe59b;
}

.select2-container.select2-container-active .select2-choices,
.select2-container.select2-container-active .select2-single {
  border-color: #ffc51b;
  background-color: #fff8e2;
  box-shadow: none;
}

.select2-container.select2-container-active .select2-choices div b,
.select2-container.select2-container-active .select2-single div b {
  background-position: -18px 13px;
}

.select2-container.select2-container-active .select2-choices.tiny div b, .select2-container.select2-container-active button.select2-choices.form-submit.ajax-processed div b, .select2-container.select2-container-active
.select2-choices.form-submit.ajax-processed.button div b, .select2-container.select2-container-active span.addtocalendar a.select2-choices.form-submit.ajax-processed.atcb-link div b, span.addtocalendar .select2-container.select2-container-active a.select2-choices.form-submit.ajax-processed.atcb-link div b, .select2-container.select2-container-active .section.promo .pane-content a.select2-choices.form-submit.ajax-processed div b, .section.promo .pane-content .select2-container.select2-container-active a.select2-choices.form-submit.ajax-processed div b, .select2-container.select2-container-active
.entityreference-view-widget input.select2-choices div b,
.entityreference-view-widget .select2-container.select2-container-active input.select2-choices div b, .select2-container.select2-container-active
.entityreference-view-widget select.select2-choices div b,
.entityreference-view-widget .select2-container.select2-container-active select.select2-choices div b, .select2-container.select2-container-active
.entityreference-view-widget textarea.select2-choices div b,
.entityreference-view-widget .select2-container.select2-container-active textarea.select2-choices div b, .select2-container.select2-container-active
.entityreference-view-widget button.select2-choices div b,
.entityreference-view-widget .select2-container.select2-container-active button.select2-choices div b, .select2-container.select2-container-active
.entityreference-view-widget .select2-choices.select2-choice div b,
.entityreference-view-widget .select2-container.select2-container-active .select2-choices.select2-choice div b, .select2-container.select2-container-active .date-combo input.select2-choices div b, .date-combo .select2-container.select2-container-active input.select2-choices div b, .select2-container.select2-container-active .select2-search input.select2-choices div b, .select2-search .select2-container.select2-container-active input.select2-choices div b,
.select2-container.select2-container-active .select2-single.tiny div b,
.select2-container.select2-container-active button.select2-single.form-submit.ajax-processed div b,
.select2-container.select2-container-active
.select2-single.form-submit.ajax-processed.button div b,
.select2-container.select2-container-active span.addtocalendar a.select2-single.form-submit.ajax-processed.atcb-link div b, span.addtocalendar
.select2-container.select2-container-active a.select2-single.form-submit.ajax-processed.atcb-link div b,
.select2-container.select2-container-active .section.promo .pane-content a.select2-single.form-submit.ajax-processed div b, .section.promo .pane-content
.select2-container.select2-container-active a.select2-single.form-submit.ajax-processed div b,
.select2-container.select2-container-active
.entityreference-view-widget input.select2-single div b,
.entityreference-view-widget
.select2-container.select2-container-active input.select2-single div b,
.select2-container.select2-container-active
.entityreference-view-widget select.select2-single div b,
.entityreference-view-widget
.select2-container.select2-container-active select.select2-single div b,
.select2-container.select2-container-active
.entityreference-view-widget textarea.select2-single div b,
.entityreference-view-widget
.select2-container.select2-container-active textarea.select2-single div b,
.select2-container.select2-container-active
.entityreference-view-widget button.select2-single div b,
.entityreference-view-widget
.select2-container.select2-container-active button.select2-single div b,
.select2-container.select2-container-active
.entityreference-view-widget .select2-single.select2-choice div b,
.entityreference-view-widget
.select2-container.select2-container-active .select2-single.select2-choice div b,
.select2-container.select2-container-active .date-combo input.select2-single div b, .date-combo
.select2-container.select2-container-active input.select2-single div b,
.select2-container.select2-container-active .select2-search input.select2-single div b, .select2-search
.select2-container.select2-container-active input.select2-single div b {
  background-position: -18px 7px;
}

/**********************************************************************************
/* @group SELECT2 IN BLUE */
/***********************************************************************************/
.modalframe-content-page .select2-container .select2-container .select2-chosen {
  color: #ffffff;
}

.modalframe-content-page .select2-container .select2-container .select2-choices, .modalframe-content-page .select2-container .select2-container .select2-choice {
  color: #ffffff;
  border: 0;
  border-radius: 5px;
  background-color: #0056b3;
}

.modalframe-content-page .select2-container .select2-container .select2-choices li.select2-search-choice {
  color: #ffffff;
  border: none;
  background-color: transparent;
  background-image: none;
}

.modalframe-content-page .select2-container .select2-container .select2-choices li.select2-search-choice .select2-search-choice-close {
  overflow: hidden;
  font-size: 15px;
  display: block;
  float: right;
  width: 15px;
  height: 15px;
  text-align: center;
  color: #E7AC00;
  background: none;
}

.modalframe-content-page .select2-container .select2-container .select2-choices li.select2-search-choice .select2-search-choice-close:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

.modalframe-content-page .select2-container .select2-container .select2-choices li.select2-search-choice .select2-search-choice-close:hover {
  color: #1a89ff;
}

.modalframe-content-page .select2-container .select2-container .select2-choices li.select2-search-choice .select2-search-choice-close:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: #E7AC00;
  speak: none;
}

.modalframe-content-page .select2-container .select2-container .select2-search input {
  font-size: 100%;
}

.modalframe-content-page .select2-container .select2-container .select2-drop {
  color: #ffffff;
  background-color: #0056b3;
}

.modalframe-content-page .select2-container .select2-container .select2-dropdown-open {
  background-color: #4D4D4D;
}

.modalframe-content-page .select2-container .select2-container .select2-drop-active {
  border: 1px solid #4D4D4D;
}

.modalframe-content-page .select2-container .select2-container .select2-results {
  font-size: 0.875rem;
}

.modalframe-content-page .select2-container .select2-container .select2-results .select2-highlighted {
  background-color: #0056b3;
}

/**********************************************************************************
/* @group EU COOKIES COMPLIANCE POPUP */
/***********************************************************************************/
#sliding-popup {
  position: fixed;
  overflow: hidden;
  width: 100% !important;
  padding: 2vw;
  background: none #003166 !important;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width: 64.063em) {
  #sliding-popup {
    padding: 25px 0px;
  }
}

#sliding-popup .popup-content {
  max-width: 100%;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

@media only screen and (min-width: 64.063em) {
  #sliding-popup .popup-content {
    max-width: 90rem;
    margin: 0 auto;
  }
}

#sliding-popup .popup-content #popup-text {
  max-width: none;
  margin-right: 1.5rem;
  margin-top: 0px;
}

#sliding-popup .popup-content #popup-text p {
  display: block;
  margin-bottom: 0px;
  font-size: calc(12px + 0.2vw);
  font-weight: 300 !important;
}

#sliding-popup .popup-content #popup-text a {
  color: #E7AC00;
  border-bottom: 1px solid #E7AC00;
}

#sliding-popup .popup-content #popup-text a:hover, #sliding-popup .popup-content #popup-text a:focus {
  background-color: #E7AC00;
  color: #000000;
}

#sliding-popup .popup-content #popup-buttons {
  margin-left: auto;
  margin-bottom: 0px;
}

#sliding-popup .popup-content #popup-buttons button {
  margin: 0px;
  padding: 0.625rem;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 80%;
  font-weight: normal;
  box-shadow: none;
  text-shadow: none !important;
  border-radius: 5px;
  background: none #E7AC00;
  color: #262626 !important;
  border: 0px;
}

@media only screen and (min-width: 64.063em) {
  #sliding-popup .popup-content #popup-buttons button {
    font-size: 100%;
    padding: 0.75rem;
  }
}

#sliding-popup .popup-content #popup-buttons button:hover, #sliding-popup .popup-content #popup-buttons button:focus {
  background-color: #272727;
  border: 0 !important;
  color: #ffffff !important;
}

/**********************************************************************************
/* @group PAGINATION */
/***********************************************************************************/
.pagination-centered .item-list {
  overflow: visible;
  margin-bottom: calc(20px + 0.5vw);
}

.pagination-centered .item-list .pager {
  margin-bottom: 0;
}

.pagination-centered .item-list .pager a {
  font-size: 80%;
}

.pagination-centered .item-list .pager a:hover, .pagination-centered .item-list .pager a:focus {
  color: #ffffff;
}

.pagination-centered .item-list .pager .current a {
  background-color: #E7AC00;
  cursor: default;
}

/**********************************************************************************
/* @group FILES LISTING */
/***********************************************************************************/
.field.field-type-file {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  overflow: hidden;
  margin: 1vw 0;
  border-top: 1px solid #DDDDDD;
}

.field.field-type-file .file {
  padding: 13px 1.6vw 13px calc(65px + 2vw);
  border-bottom: 1px solid #DDDDDD;
}

.field.field-type-file .file a {
  font-weight: 500;
}

.field.field-type-file .file .filesize {
  font-size: 0.6875rem;
  margin-left: 10px;
}

.file {
  vertical-align: middle;
}

.file .file-icon {
  float: left;
}

.file a {
  position: relative;
}

.file a:before {
  font-size: 2.8125rem;
  line-height: 0;
  margin-right: 20px;
  margin-left: -65px;
  vertical-align: middle;
}

.file.file-type-pdf a:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: #f00;
  speak: none;
}

.file.file-type-jpg a:before,
.file.file-type-png a:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: #cf00a1;
  speak: none;
}

.file.file-type-htm a:before,
.file.file-type-html a:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: #0069ff;
  speak: none;
}

.file.file-type-txt a:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: #009688;
  speak: none;
}

.file.file-type-rtf a:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: #4577A4;
  speak: none;
}

.file.file-type-docx a:before,
.file.file-type-odf a:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: #003dff;
  speak: none;
}

.file.file-type-pps a:before,
.file.file-type-ppsx a:before,
.file.file-type-ppt a:before,
.file.file-type-pptx a:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: #e65618;
  speak: none;
}

.file.file-type-xls a:before,
.file.file-type-xlsx a:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: #22b131;
  speak: none;
}

.file.file-type-epub a:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: #85B916;
  speak: none;
}

.file.file-type-rar a:before,
.file.file-type-zip a:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: #7A1BB3;
  speak: none;
}

/**********************************************************************************
/* @group  TOOLTIP */
/***********************************************************************************/
.has-tip.icon {
  overflow: hidden;
  font-size: 40px;
  display: block;
  float: right;
  width: 35px;
  height: 35px;
  text-align: center;
  color: #004a99;
  font-weight: normal;
  line-height: normal;
  display: inline-block !important;
  float: none !important;
  border-bottom: none;
}

.has-tip.icon:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

.has-tip.icon:hover {
  color: #1a89ff;
}

.has-tip.icon:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: #004a99;
  speak: none;
}

html body.admin-menu .tooltip {
  margin-top: -29px;
}

/**********************************************************************************
/* @group COMMENT */
/***********************************************************************************/
article.comment {
  position: relative;
  margin-top: 10px !important;
  padding: 0.6vw 0;
}

article.comment:hover .links, article.comment:focus .links {
  opacity: 1 !important;
}

article.comment .links {
  transition: all 0.5s ease-in-out;
  position: absolute;
  top: 5px;
  right: 1vw;
  opacity: 0;
}

article.comment .comment-author {
  padding-left: 0;
  text-align: left;
}

@media only screen and (min-width: 64.063em) {
  article.comment .comment-author {
    text-align: center;
  }
}

@media only screen and (min-width: 64.063em) {
  article.comment .comment-author .user-picture {
    float: none !important;
    margin: 0 auto !important;
    vertical-align: middle;
  }
}

@media only screen and (min-width: 64.063em) {
  article.comment .comment-author .username {
    display: block;
  }
}

article.comment .comment-main {
  position: relative;
  width: 100%;
  padding: 10px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  background-color: #ffffff;
  background-size: 17%;
}

@media only screen and (min-width: 40.063em) {
  article.comment .comment-main {
    padding: 1vw;
  }
}

article.comment .comment-main:before {
  height: 0;
  width: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #cccccc;
  position: absolute;
  top: -10px;
  left: 2vw;
  content: '';
}

article.comment .comment-main:after {
  height: 0;
  width: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
  position: absolute;
  top: -9px;
  left: 2vw;
  content: '';
}

article.comment .comment-main .group-user-date {
  font-size: 0.75rem;
  font-weight: normal;
  padding-bottom: 0;
}

article.comment .comment-main .group-user-date a:after {
  content: ' - ';
}

article.comment .comment-main .field-name-comment-body {
  clear: both;
  box-sizing: border-box;
}

article.comment .comment-main .field-name-comment-body p,
article.comment .comment-main .field-name-comment-body ul,
article.comment .comment-main .field-name-comment-body ol {
  font-size: inherit;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

article.comment .comment-main .field-name-comment-body p:last-child,
article.comment .comment-main .field-name-comment-body ul:last-child,
article.comment .comment-main .field-name-comment-body ol:last-child {
  margin-bottom: 0;
}

article.comment .comment-main .field-name-comment-body p:first-child,
article.comment .comment-main .field-name-comment-body ul:first-child,
article.comment .comment-main .field-name-comment-body ol:first-child {
  margin-top: 0.625rem;
}

article.comment.row.level-1 {
  margin-left: 4%;
}

/**********************************************************************************
/* @group ADD/EDIT COMMENT */
/***********************************************************************************/
form.comment-form {
  overflow: hidden;
  margin-top: 1vw;
  padding: 2vw;
  padding-bottom: 2vw;
  background-color: #fafafa;
}

form.comment-form fieldset, form.comment-form .field-name-field-enge-main-image, form.comment-form .field-name-field-enge-event-image, form.comment-form .field-name-field-enge-workspace-logo {
  display: none;
}

form.comment-form .current-user {
  padding: 0 !important;
}

form.comment-form .current-user .field-name-ds-user-picture, form.comment-form .current-user article.comment .comment-author .user-picture, article.comment .comment-author form.comment-form .current-user .user-picture {
  display: block;
  overflow: hidden;
  width: 40px;
  height: 40px;
  border-radius: 1000px;
  background-color: #ffffff;
}

form.comment-form .current-user .field-name-ds-user-picture img, form.comment-form .current-user article.comment .comment-author .user-picture img, article.comment .comment-author form.comment-form .current-user .user-picture img {
  width: 100%;
}

@media only screen and (min-width: 64.063em) {
  form.comment-form .current-user .field-name-ds-user-picture, form.comment-form .current-user article.comment .comment-author .user-picture, article.comment .comment-author form.comment-form .current-user .user-picture {
    display: block;
    overflow: hidden;
    width: 75px;
    height: 75px;
    border-radius: 1000px;
    background-color: #ffffff;
  }
  form.comment-form .current-user .field-name-ds-user-picture img, form.comment-form .current-user article.comment .comment-author .user-picture img, article.comment .comment-author form.comment-form .current-user .user-picture img {
    width: 100%;
  }
}

@media only screen and (max-width: 40em) {
  form.comment-form .group-right {
    width: 100%;
  }
}

.comment_forbidden {
  display: none !important;
}

/**********************************************************************************
/* @group COLLAPSABLE FIELDSETS @see collapse.js */
/***********************************************************************************/
fieldset.collapsible .fieldset-legend, form .collapsible.field-name-field-enge-main-image .fieldset-legend, form .collapsible.field-name-field-enge-event-image .fieldset-legend,
form .collapsible.field-name-field-enge-workspace-logo .fieldset-legend {
  font-size: calc(16px + 0.2vw);
}

.js fieldset.collapsed, .js form .collapsed.field-name-field-enge-main-image, form .js .collapsed.field-name-field-enge-main-image, .js form .collapsed.field-name-field-enge-event-image, form .js .collapsed.field-name-field-enge-event-image, .js
form .collapsed.field-name-field-enge-workspace-logo,
form .js .collapsed.field-name-field-enge-workspace-logo {
  height: 1em;
}

.js fieldset.collapsed .fieldset-wrapper, .js form .collapsed.field-name-field-enge-main-image .fieldset-wrapper, form .js .collapsed.field-name-field-enge-main-image .fieldset-wrapper, .js form .collapsed.field-name-field-enge-event-image .fieldset-wrapper, form .js .collapsed.field-name-field-enge-event-image .fieldset-wrapper, .js
form .collapsed.field-name-field-enge-workspace-logo .fieldset-wrapper,
form .js .collapsed.field-name-field-enge-workspace-logo .fieldset-wrapper {
  display: none;
}

.js fieldset.collapsible, .js form .collapsible.field-name-field-enge-main-image, form .js .collapsible.field-name-field-enge-main-image, .js form .collapsible.field-name-field-enge-event-image, form .js .collapsible.field-name-field-enge-event-image, .js
form .collapsible.field-name-field-enge-workspace-logo,
form .js .collapsible.field-name-field-enge-workspace-logo {
  height: auto;
  position: relative;
}

.js fieldset.collapsible .fieldset-title, .js form .collapsible.field-name-field-enge-main-image .fieldset-title, form .js .collapsible.field-name-field-enge-main-image .fieldset-title, .js form .collapsible.field-name-field-enge-event-image .fieldset-title, form .js .collapsible.field-name-field-enge-event-image .fieldset-title, .js
form .collapsible.field-name-field-enge-workspace-logo .fieldset-title,
form .js .collapsible.field-name-field-enge-workspace-logo .fieldset-title {
  display: block;
}

.js fieldset.collapsible .fieldset-title:after, .js form .collapsible.field-name-field-enge-main-image .fieldset-title:after, form .js .collapsible.field-name-field-enge-main-image .fieldset-title:after, .js form .collapsible.field-name-field-enge-event-image .fieldset-title:after, form .js .collapsible.field-name-field-enge-event-image .fieldset-title:after, .js
form .collapsible.field-name-field-enge-workspace-logo .fieldset-title:after,
form .js .collapsible.field-name-field-enge-workspace-logo .fieldset-title:after {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: #004a99;
  speak: none;
}

.js fieldset.collapsible .fieldset-title:after, .js form .collapsible.field-name-field-enge-main-image .fieldset-title:after, form .js .collapsible.field-name-field-enge-main-image .fieldset-title:after, .js form .collapsible.field-name-field-enge-event-image .fieldset-title:after, form .js .collapsible.field-name-field-enge-event-image .fieldset-title:after, .js
form .collapsible.field-name-field-enge-workspace-logo .fieldset-title:after,
form .js .collapsible.field-name-field-enge-workspace-logo .fieldset-title:after {
  transform: rotate(180deg);
  display: inline-block;
  margin-left: 10px;
  margin-top: -5px;
}

.js fieldset.collapsible.collapsed, .js form .collapsible.collapsed.field-name-field-enge-main-image, form .js .collapsible.collapsed.field-name-field-enge-main-image, .js form .collapsible.collapsed.field-name-field-enge-event-image, form .js .collapsible.collapsed.field-name-field-enge-event-image, .js
form .collapsible.collapsed.field-name-field-enge-workspace-logo,
form .js .collapsible.collapsed.field-name-field-enge-workspace-logo {
  height: 1.5em;
}

.js fieldset.collapsible.collapsed .fieldset-title:after, .js form .collapsible.collapsed.field-name-field-enge-main-image .fieldset-title:after, form .js .collapsible.collapsed.field-name-field-enge-main-image .fieldset-title:after, .js form .collapsible.collapsed.field-name-field-enge-event-image .fieldset-title:after, form .js .collapsible.collapsed.field-name-field-enge-event-image .fieldset-title:after, .js
form .collapsible.collapsed.field-name-field-enge-workspace-logo .fieldset-title:after,
form .js .collapsible.collapsed.field-name-field-enge-workspace-logo .fieldset-title:after {
  transform: rotate(360deg);
}

.l-header {
  background-color: #e6e6e6;
}

.l-header .logo-left {
  padding-top: 0.625rem;
}

.l-header .logo-right {
  padding: 0.4vw 1vw;
  text-align: right;
}

.l-header .logo-right .site-slogan {
  font-family: "Roboto", sans-serif;
  font-size: 1.3125rem;
  font-weight: 300;
  margin: 0;
  color: #999999;
}

.l-header .logo-right .site-slogan .slogan-2 {
  font-weight: 500;
  position: relative;
  margin: 0 3px;
  padding: 0;
}

.l-header .logo-right .site-slogan .slogan-2:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: true;
  speak: none;
}

.l-header .logo-right .site-slogan .slogan-2:after {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: true;
  speak: none;
}

.l-header .logo-right .site-slogan .slogan-2:after {
  margin-left: 10px;
  color: #E7AC00;
}

.l-header .logo-right .site-slogan .slogan-2:before {
  margin-right: 10px;
  color: #004a99;
}

.l-header .logo-right .site-slogan .slogan-3 {
  font-weight: 700;
}

.l-header .logo-right .members-header {
  position: relative;
  margin-right: 185px;
}

.l-header .logo-right .members-header .members-count {
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 2.8125rem;
  font-weight: 700;
}

.l-header .logo-right .members-header .members-wording {
  position: absolute;
  top: 10px;
}

.l-header .logo-right .members-header a {
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 1.3125rem;
  font-weight: 700;
}

/**********************************************************************************
/* @group TOP BAR HEADER */
/***********************************************************************************/
#top-bar-wrapper .join {
  font-size: 0.8125rem;
  font-weight: 700;
  position: absolute;
  z-index: 1 !important;
  top: 26px;
  right: 110px;
  text-transform: uppercase;
}

/**********************************************************************************
/* @group FIXED HEADER */
/***********************************************************************************/
@media only screen and (min-width: 64.063em) {
  .fixed-header {
    max-width: 75%;
  }
}

@media only screen and (min-width: 90.063em) {
  .fixed-header {
    max-width: 56.8% !important;
  }
}

@media only screen and (min-width: 64.063em) {
  .l-main,
  .l-footer {
    background: url(../images/slice-menu-public.png) repeat-y right;
    background-size: 29.52%;
  }
}

/**********************************************************************************
/* @group USER PROFILE */
/***********************************************************************************/
@media only screen and (min-width: 40.063em) {
  .user-profile .group-right {
    border: 1px solid #d7d7d7;
    background: white;
    background: -webkit-linear-gradient(left, white 98%, #e0e0e0 100%);
    background: linear, to right, white 98%, #e0e0e0 100%;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=1 );
  }
}

/**********************************************************************************
/* @group LOGIN USER */
/***********************************************************************************/
@media only screen and (min-width: 40.063em) {
  .main #user-login, .main #user-pass {
    width: 60%;
    margin: 0 auto;
  }
}

.main #user-login .secondary, .main #user-pass .secondary {
  background-color: #004a99;
}

.sidebar .block-main-menu ul.menu {
  font-size: 1.1875rem;
  margin: 0;
}

.sidebar .block-main-menu ul.menu li a {
  display: block;
  padding: 15px 30px 15px 50px;
}

.sidebar .block-main-menu ul.menu li a:hover, .sidebar .block-main-menu ul.menu li a:focus, .sidebar .block-main-menu ul.menu li a.active, .sidebar .block-main-menu ul.menu li a.active-trail {
  color: #4D4D4D;
  background-color: #E7AC00;
}

.l-footer {
  font-size: 0.8125rem;
  font-weight: normal;
  padding: 0 0 2vw 0;
  text-align: center;
}

@media only screen and (min-width: 64.063em) {
  .l-footer {
    padding-right: 20%;
  }
}

.l-footer ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 0.8125rem;
}

.l-footer ul > li {
  display: inline-block;
}

.l-footer ul > li:last-child {
  margin-right: 0;
}

.l-footer ul li {
  margin-left: 1vw !important;
}

/**********************************************************************************
/* @group HELP US IMPROVE Block */
/***********************************************************************************/
@media only screen and (min-width: 64.063em) {
  #enge-improvement-webform {
    right: 0;
    bottom: 0;
  }
}

@media only screen and (min-width: 64.063em) {
  #enge-improvement-webform button, #enge-improvement-webform
  .button, #enge-improvement-webform span.addtocalendar a.atcb-link, span.addtocalendar #enge-improvement-webform a.atcb-link, #enge-improvement-webform .section.promo .pane-content a, .section.promo .pane-content #enge-improvement-webform a {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}

/**********************************************************************************
/* @group PUBLIC HOMEPAGE */
/***********************************************************************************/
.front .l-main {
  background-image: none;
}

.front .l-footer {
  padding-right: 0;
  padding-left: 0;
  background-image: none;
}

.front .pane-title {
  text-transform: uppercase;
}

.front .panel-separator {
  display: none;
}

.front .top-border-section h2 {
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: calc(28px + .6vw);
  margin-top: 0;
  margin-bottom: 2vw;
}

.front .top-border-section h2:before {
  margin-bottom: 4vw;
}

.front .section {
  position: relative;
  margin: 0 auto;
  padding: 0 0 4vw 0;
}

.front .section .view {
  padding-top: 0;
}

.front .section .view .view-header h2 {
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: calc(28px + .6vw);
  margin-top: 0;
  margin-bottom: 2vw;
  text-transform: uppercase;
}

.front .section .view .view-header .count, .front .section .view .view-header .taxonomy-term .group-header .field-name-field-enge-taxonomy-legacy-code, .taxonomy-term .group-header .front .section .view .view-header .field-name-field-enge-taxonomy-legacy-code {
  margin-top: -7px;
  margin-left: 5px;
}

.front .section .view .view-content {
  padding: 0;
}

.front .section .more-link, .front .section .view-Mentions .views-field-link, .view-Mentions .front .section .views-field-link {
  font-weight: 700;
  margin: 1vw auto;
  text-align: center;
  text-transform: uppercase;
}

.front .section .more-link:after, .front .section .view-Mentions .views-field-link:after, .view-Mentions .front .section .views-field-link:after {
  display: none;
}

.front .sticky-menu, .front .sticky-menu .landing-menu-wrapper {
  z-index: +3;
  width: 100%;
  box-shadow: 1px 2px 3px rgba(153, 153, 153, 0.5);
}

.front .sticky-menu .landing-menu-wrapper {
  padding: 1vw;
}

.front .landing-menu {
  overflow: hidden;
  max-width: 90rem;
  margin: 0 auto;
  padding: 0 1vw;
  background: #ffffff;
}

@media only screen and (min-width: 40.063em) {
  .front .landing-menu .left, .front .landing-menu .view-Mentions .views-field-link, .view-Mentions .front .landing-menu .views-field-link, .front .landing-menu #enge-improvement-modal #webform-component-name, #enge-improvement-modal .front .landing-menu #webform-component-name {
    float: left;
    width: 80%;
  }
}

.front .landing-menu .left.sub-nav, .front .landing-menu .view-Mentions .sub-nav.views-field-link, .view-Mentions .front .landing-menu .sub-nav.views-field-link, .front .landing-menu #enge-improvement-modal .sub-nav#webform-component-name, #enge-improvement-modal .front .landing-menu .sub-nav#webform-component-name {
  padding: 0;
}

.front .landing-menu .left.sub-nav li, .front .landing-menu .view-Mentions .sub-nav.views-field-link li, .view-Mentions .front .landing-menu .sub-nav.views-field-link li, .front .landing-menu #enge-improvement-modal .sub-nav#webform-component-name li, #enge-improvement-modal .front .landing-menu .sub-nav#webform-component-name li {
  margin-right: 0.6vw;
  margin-left: 0;
}

.front .landing-menu .left.sub-nav li:last-child, .front .landing-menu .view-Mentions .sub-nav.views-field-link li:last-child, .view-Mentions .front .landing-menu .sub-nav.views-field-link li:last-child, .front .landing-menu #enge-improvement-modal .sub-nav#webform-component-name li:last-child, #enge-improvement-modal .front .landing-menu .sub-nav#webform-component-name li:last-child {
  margin-right: 0;
}

.front .landing-menu .left.sub-nav li a, .front .landing-menu .view-Mentions .sub-nav.views-field-link li a, .view-Mentions .front .landing-menu .sub-nav.views-field-link li a, .front .landing-menu #enge-improvement-modal .sub-nav#webform-component-name li a, #enge-improvement-modal .front .landing-menu .sub-nav#webform-component-name li a {
  line-height: normal;
  color: #ffffff;
}

.front .landing-menu .right, .front .landing-menu button.form-submit.ajax-processed, .front .landing-menu
.form-submit.ajax-processed.button, .front .landing-menu span.addtocalendar a.form-submit.ajax-processed.atcb-link, span.addtocalendar .front .landing-menu a.form-submit.ajax-processed.atcb-link, .front .landing-menu .section.promo .pane-content a.form-submit.ajax-processed, .section.promo .pane-content .front .landing-menu a.form-submit.ajax-processed, .front .landing-menu #enge-improvement-modal #webform-component-email, #enge-improvement-modal .front .landing-menu #webform-component-email {
  vertical-align: top;
}

@media only screen and (min-width: 40.063em) {
  .front .landing-menu .right, .front .landing-menu button.form-submit.ajax-processed, .front .landing-menu
  .form-submit.ajax-processed.button, .front .landing-menu span.addtocalendar a.form-submit.ajax-processed.atcb-link, span.addtocalendar .front .landing-menu a.form-submit.ajax-processed.atcb-link, .front .landing-menu .section.promo .pane-content a.form-submit.ajax-processed, .section.promo .pane-content .front .landing-menu a.form-submit.ajax-processed, .front .landing-menu #enge-improvement-modal #webform-component-email, #enge-improvement-modal .front .landing-menu #webform-component-email {
    float: right;
    width: 20%;
  }
}

.front .landing-menu .right.join-menu, .front .landing-menu button.join-menu.form-submit.ajax-processed, .front .landing-menu
.join-menu.form-submit.ajax-processed.button, .front .landing-menu span.addtocalendar a.join-menu.form-submit.ajax-processed.atcb-link, span.addtocalendar .front .landing-menu a.join-menu.form-submit.ajax-processed.atcb-link, .front .landing-menu .section.promo .pane-content a.join-menu.form-submit.ajax-processed, .section.promo .pane-content .front .landing-menu a.join-menu.form-submit.ajax-processed, .front .landing-menu #enge-improvement-modal .join-menu#webform-component-email, #enge-improvement-modal .front .landing-menu .join-menu#webform-component-email {
  text-align: right;
}

.front .landing-menu .right.join-menu button, .front .landing-menu button.join-menu.form-submit.ajax-processed button, .front .landing-menu
.join-menu.form-submit.ajax-processed.button button, .front .landing-menu span.addtocalendar a.join-menu.form-submit.ajax-processed.atcb-link button, span.addtocalendar .front .landing-menu a.join-menu.form-submit.ajax-processed.atcb-link button, .front .landing-menu .section.promo .pane-content a.join-menu.form-submit.ajax-processed button, .section.promo .pane-content .front .landing-menu a.join-menu.form-submit.ajax-processed button, .front .landing-menu #enge-improvement-modal .join-menu#webform-component-email button, #enge-improvement-modal .front .landing-menu .join-menu#webform-component-email button, .front .landing-menu .right.join-menu
.button, .front .landing-menu button.join-menu.form-submit.ajax-processed
.button, .front .landing-menu
.join-menu.form-submit.ajax-processed.button
.button, .front .landing-menu span.addtocalendar a.join-menu.form-submit.ajax-processed.atcb-link
.button, span.addtocalendar .front .landing-menu a.join-menu.form-submit.ajax-processed.atcb-link
.button, .front .landing-menu .section.promo .pane-content a.join-menu.form-submit.ajax-processed
.button, .section.promo .pane-content .front .landing-menu a.join-menu.form-submit.ajax-processed
.button, .front .landing-menu #enge-improvement-modal .join-menu#webform-component-email
.button, #enge-improvement-modal .front .landing-menu .join-menu#webform-component-email
.button, .front .landing-menu .right.join-menu span.addtocalendar a.atcb-link, span.addtocalendar .front .landing-menu .right.join-menu a.atcb-link, .front .landing-menu button.join-menu.form-submit.ajax-processed span.addtocalendar a.atcb-link, span.addtocalendar .front .landing-menu button.join-menu.form-submit.ajax-processed a.atcb-link, .front .landing-menu
.join-menu.form-submit.ajax-processed.button span.addtocalendar a.atcb-link, span.addtocalendar .front .landing-menu
.join-menu.form-submit.ajax-processed.button a.atcb-link, .front .landing-menu span.addtocalendar a.join-menu.form-submit.ajax-processed.atcb-link a.atcb-link, span.addtocalendar .front .landing-menu a.join-menu.form-submit.ajax-processed.atcb-link a.atcb-link, .front .landing-menu #enge-improvement-modal .join-menu#webform-component-email span.addtocalendar a.atcb-link, span.addtocalendar .front .landing-menu #enge-improvement-modal .join-menu#webform-component-email a.atcb-link, #enge-improvement-modal .front .landing-menu .join-menu#webform-component-email span.addtocalendar a.atcb-link, span.addtocalendar #enge-improvement-modal .front .landing-menu .join-menu#webform-component-email a.atcb-link, .front .landing-menu .right.join-menu .section.promo .pane-content a, .section.promo .pane-content .front .landing-menu .right.join-menu a, .front .landing-menu button.join-menu.form-submit.ajax-processed .section.promo .pane-content a, .section.promo .pane-content .front .landing-menu button.join-menu.form-submit.ajax-processed a, .front .landing-menu
.join-menu.form-submit.ajax-processed.button .section.promo .pane-content a, .section.promo .pane-content .front .landing-menu
.join-menu.form-submit.ajax-processed.button a, .front .landing-menu span.addtocalendar a.join-menu.form-submit.ajax-processed.atcb-link .section.promo .pane-content a, span.addtocalendar .front .landing-menu a.join-menu.form-submit.ajax-processed.atcb-link .section.promo .pane-content a, .front .landing-menu .section.promo .pane-content a.join-menu.form-submit.ajax-processed a, .section.promo .pane-content .front .landing-menu a.join-menu.form-submit.ajax-processed a, .front .landing-menu #enge-improvement-modal .join-menu#webform-component-email .section.promo .pane-content a, .section.promo .pane-content .front .landing-menu #enge-improvement-modal .join-menu#webform-component-email a, #enge-improvement-modal .front .landing-menu .join-menu#webform-component-email .section.promo .pane-content a, .section.promo .pane-content #enge-improvement-modal .front .landing-menu .join-menu#webform-component-email a {
  margin-left: 0.6vw;
  color: #262626;
  background-color: #E7AC00;
}

.front .landing-menu .right.join-menu button:hover, .front .landing-menu button.join-menu.form-submit.ajax-processed button:hover, .front .landing-menu
.join-menu.form-submit.ajax-processed.button button:hover, .front .landing-menu span.addtocalendar a.join-menu.form-submit.ajax-processed.atcb-link button:hover, span.addtocalendar .front .landing-menu a.join-menu.form-submit.ajax-processed.atcb-link button:hover, .front .landing-menu .section.promo .pane-content a.join-menu.form-submit.ajax-processed button:hover, .section.promo .pane-content .front .landing-menu a.join-menu.form-submit.ajax-processed button:hover, .front .landing-menu #enge-improvement-modal .join-menu#webform-component-email button:hover, #enge-improvement-modal .front .landing-menu .join-menu#webform-component-email button:hover, .front .landing-menu .right.join-menu
.button:hover, .front .landing-menu button.join-menu.form-submit.ajax-processed
.button:hover, .front .landing-menu
.join-menu.form-submit.ajax-processed.button
.button:hover, .front .landing-menu span.addtocalendar a.join-menu.form-submit.ajax-processed.atcb-link
.button:hover, span.addtocalendar .front .landing-menu a.join-menu.form-submit.ajax-processed.atcb-link
.button:hover, .front .landing-menu .section.promo .pane-content a.join-menu.form-submit.ajax-processed
.button:hover, .section.promo .pane-content .front .landing-menu a.join-menu.form-submit.ajax-processed
.button:hover, .front .landing-menu #enge-improvement-modal .join-menu#webform-component-email
.button:hover, #enge-improvement-modal .front .landing-menu .join-menu#webform-component-email
.button:hover, .front .landing-menu .right.join-menu span.addtocalendar a.atcb-link:hover, span.addtocalendar .front .landing-menu .right.join-menu a.atcb-link:hover, .front .landing-menu button.join-menu.form-submit.ajax-processed span.addtocalendar a.atcb-link:hover, span.addtocalendar .front .landing-menu button.join-menu.form-submit.ajax-processed a.atcb-link:hover, .front .landing-menu
.join-menu.form-submit.ajax-processed.button span.addtocalendar a.atcb-link:hover, span.addtocalendar .front .landing-menu
.join-menu.form-submit.ajax-processed.button a.atcb-link:hover, .front .landing-menu span.addtocalendar a.join-menu.form-submit.ajax-processed.atcb-link a.atcb-link:hover, span.addtocalendar .front .landing-menu a.join-menu.form-submit.ajax-processed.atcb-link a.atcb-link:hover, .front .landing-menu #enge-improvement-modal .join-menu#webform-component-email span.addtocalendar a.atcb-link:hover, span.addtocalendar .front .landing-menu #enge-improvement-modal .join-menu#webform-component-email a.atcb-link:hover, #enge-improvement-modal .front .landing-menu .join-menu#webform-component-email span.addtocalendar a.atcb-link:hover, span.addtocalendar #enge-improvement-modal .front .landing-menu .join-menu#webform-component-email a.atcb-link:hover, .front .landing-menu .right.join-menu .section.promo .pane-content a:hover, .section.promo .pane-content .front .landing-menu .right.join-menu a:hover, .front .landing-menu button.join-menu.form-submit.ajax-processed .section.promo .pane-content a:hover, .section.promo .pane-content .front .landing-menu button.join-menu.form-submit.ajax-processed a:hover, .front .landing-menu
.join-menu.form-submit.ajax-processed.button .section.promo .pane-content a:hover, .section.promo .pane-content .front .landing-menu
.join-menu.form-submit.ajax-processed.button a:hover, .front .landing-menu span.addtocalendar a.join-menu.form-submit.ajax-processed.atcb-link .section.promo .pane-content a:hover, span.addtocalendar .front .landing-menu a.join-menu.form-submit.ajax-processed.atcb-link .section.promo .pane-content a:hover, .front .landing-menu .section.promo .pane-content a.join-menu.form-submit.ajax-processed a:hover, .section.promo .pane-content .front .landing-menu a.join-menu.form-submit.ajax-processed a:hover, .front .landing-menu #enge-improvement-modal .join-menu#webform-component-email .section.promo .pane-content a:hover, .section.promo .pane-content .front .landing-menu #enge-improvement-modal .join-menu#webform-component-email a:hover, #enge-improvement-modal .front .landing-menu .join-menu#webform-component-email .section.promo .pane-content a:hover, .section.promo .pane-content #enge-improvement-modal .front .landing-menu .join-menu#webform-component-email a:hover, .front .landing-menu .right.join-menu button:focus, .front .landing-menu button.join-menu.form-submit.ajax-processed button:focus, .front .landing-menu
.join-menu.form-submit.ajax-processed.button button:focus, .front .landing-menu span.addtocalendar a.join-menu.form-submit.ajax-processed.atcb-link button:focus, span.addtocalendar .front .landing-menu a.join-menu.form-submit.ajax-processed.atcb-link button:focus, .front .landing-menu .section.promo .pane-content a.join-menu.form-submit.ajax-processed button:focus, .section.promo .pane-content .front .landing-menu a.join-menu.form-submit.ajax-processed button:focus, .front .landing-menu #enge-improvement-modal .join-menu#webform-component-email button:focus, #enge-improvement-modal .front .landing-menu .join-menu#webform-component-email button:focus, .front .landing-menu .right.join-menu
.button:focus, .front .landing-menu button.join-menu.form-submit.ajax-processed
.button:focus, .front .landing-menu
.join-menu.form-submit.ajax-processed.button
.button:focus, .front .landing-menu span.addtocalendar a.join-menu.form-submit.ajax-processed.atcb-link
.button:focus, span.addtocalendar .front .landing-menu a.join-menu.form-submit.ajax-processed.atcb-link
.button:focus, .front .landing-menu .section.promo .pane-content a.join-menu.form-submit.ajax-processed
.button:focus, .section.promo .pane-content .front .landing-menu a.join-menu.form-submit.ajax-processed
.button:focus, .front .landing-menu #enge-improvement-modal .join-menu#webform-component-email
.button:focus, #enge-improvement-modal .front .landing-menu .join-menu#webform-component-email
.button:focus, .front .landing-menu .right.join-menu span.addtocalendar a.atcb-link:focus, span.addtocalendar .front .landing-menu .right.join-menu a.atcb-link:focus, .front .landing-menu button.join-menu.form-submit.ajax-processed span.addtocalendar a.atcb-link:focus, span.addtocalendar .front .landing-menu button.join-menu.form-submit.ajax-processed a.atcb-link:focus, .front .landing-menu
.join-menu.form-submit.ajax-processed.button span.addtocalendar a.atcb-link:focus, span.addtocalendar .front .landing-menu
.join-menu.form-submit.ajax-processed.button a.atcb-link:focus, .front .landing-menu span.addtocalendar a.join-menu.form-submit.ajax-processed.atcb-link a.atcb-link:focus, span.addtocalendar .front .landing-menu a.join-menu.form-submit.ajax-processed.atcb-link a.atcb-link:focus, .front .landing-menu #enge-improvement-modal .join-menu#webform-component-email span.addtocalendar a.atcb-link:focus, span.addtocalendar .front .landing-menu #enge-improvement-modal .join-menu#webform-component-email a.atcb-link:focus, #enge-improvement-modal .front .landing-menu .join-menu#webform-component-email span.addtocalendar a.atcb-link:focus, span.addtocalendar #enge-improvement-modal .front .landing-menu .join-menu#webform-component-email a.atcb-link:focus, .front .landing-menu .right.join-menu .section.promo .pane-content a:focus, .section.promo .pane-content .front .landing-menu .right.join-menu a:focus, .front .landing-menu button.join-menu.form-submit.ajax-processed .section.promo .pane-content a:focus, .section.promo .pane-content .front .landing-menu button.join-menu.form-submit.ajax-processed a:focus, .front .landing-menu
.join-menu.form-submit.ajax-processed.button .section.promo .pane-content a:focus, .section.promo .pane-content .front .landing-menu
.join-menu.form-submit.ajax-processed.button a:focus, .front .landing-menu span.addtocalendar a.join-menu.form-submit.ajax-processed.atcb-link .section.promo .pane-content a:focus, span.addtocalendar .front .landing-menu a.join-menu.form-submit.ajax-processed.atcb-link .section.promo .pane-content a:focus, .front .landing-menu .section.promo .pane-content a.join-menu.form-submit.ajax-processed a:focus, .section.promo .pane-content .front .landing-menu a.join-menu.form-submit.ajax-processed a:focus, .front .landing-menu #enge-improvement-modal .join-menu#webform-component-email .section.promo .pane-content a:focus, .section.promo .pane-content .front .landing-menu #enge-improvement-modal .join-menu#webform-component-email a:focus, #enge-improvement-modal .front .landing-menu .join-menu#webform-component-email .section.promo .pane-content a:focus, .section.promo .pane-content #enge-improvement-modal .front .landing-menu .join-menu#webform-component-email a:focus {
  background-color: #ce9900;
}

.front .landing-menu button, .front .landing-menu
.button, .front .landing-menu span.addtocalendar a.atcb-link, span.addtocalendar .front .landing-menu a.atcb-link, .front .landing-menu .section.promo .pane-content a, .section.promo .pane-content .front .landing-menu a {
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: calc(13px + 0.2vw);
  font-weight: 500 !important;
  margin: 5px 0;
}

@media only screen and (min-width: 40.063em) {
  .front .landing-menu button, .front .landing-menu
  .button, .front .landing-menu span.addtocalendar a.atcb-link, span.addtocalendar .front .landing-menu a.atcb-link, .front .landing-menu .section.promo .pane-content a, .section.promo .pane-content .front .landing-menu a {
    padding-right: 1.1vw;
    padding-left: 1.1vw;
  }
}

.front .landing-menu button:hover, .front .landing-menu
.button:hover, .front .landing-menu span.addtocalendar a.atcb-link:hover, span.addtocalendar .front .landing-menu a.atcb-link:hover, .front .landing-menu .section.promo .pane-content a:hover, .section.promo .pane-content .front .landing-menu a:hover, .front .landing-menu button:focus, .front .landing-menu
.button:focus, .front .landing-menu span.addtocalendar a.atcb-link:focus, span.addtocalendar .front .landing-menu a.atcb-link:focus, .front .landing-menu .section.promo .pane-content a:focus, .section.promo .pane-content .front .landing-menu a:focus {
  color: #ffffff;
}

.front .landing-menu .active a {
  background: #4D4D4D;
}

.front .fixed .landing-menu {
  padding-top: 0;
  padding-bottom: 0;
}

/**********************************************************************************
/* @group HOMEPAGE SECTIONS */
/***********************************************************************************/
/* @group Welcome Section */
@media only screen and (min-width: 40.063em) {
  .section.welcome {
    min-height: 500px;
    padding-top: 7%;
    background: url(../images/public-welcome-photo-01.jpg) no-repeat top left;
    background-size: 120% !important;
  }
}

@media only screen and (min-width: 64.063em) {
  .section.welcome {
    min-height: 770px;
    background-size: 100% !important;
  }
}

.section.welcome .promo-wrapper {
  animation-fill-mode: forwards;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-delay: 0.5s;
  position: relative;
  display: block;
  overflow: hidden;
  width: 90%;
  margin: 0 auto;
  padding: 4vw;
  text-transform: uppercase;
  opacity: 0;
  /* make things invisible upon start */
  color: #ffffff;
  background-color: #423b47;
}

@media only screen and (min-width: 40.063em) {
  .section.welcome .promo-wrapper {
    width: 50%;
    background-color: rgba(66, 59, 71, 0.5);
  }
}

.section.welcome .promo-wrapper.has-video {
  padding: 3vw;
}

.section.welcome .promo-wrapper.has-video:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: #E7AC00;
  speak: none;
}

.section.welcome .promo-wrapper.has-video:after {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: #004a99;
  speak: none;
}

.section.welcome .promo-wrapper.has-video:after {
  font-size: calc(40px + 10vw);
  line-height: 0;
  position: absolute;
  right: calc(140px + 10%);
  bottom: 17%;
}

.section.welcome .promo-wrapper.has-video:before {
  font-size: calc(40px + 10vw);
  line-height: 0;
  position: absolute;
  right: -1%;
  bottom: 53%;
  transform: rotate(90deg);
}

.section.welcome .promo-wrapper.has-video h1 {
  width: 75%;
  margin-bottom: 40px;
}

.section.welcome .promo-wrapper h1 {
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: calc(12px + 1.5vw);
  font-weight: 300;
  color: #ffffff;
}

.section.welcome .promo-wrapper h1:before {
  display: block;
  width: 65%;
  height: 10px;
  content: '';
  background-color: #4D4D4D;
  position: absolute;
  top: 0;
  left: 3vw;
  background-color: #ffffff !important;
}

.section.welcome .promo-wrapper h1 span {
  font-size: calc(18px + 4vw);
  font-weight: 700;
  display: block;
  margin: 1vw 0;
  text-transform: capitalize;
}

.section.welcome .promo-wrapper
a.button, .section.welcome .promo-wrapper span.addtocalendar a.atcb-link, span.addtocalendar .section.welcome .promo-wrapper a.atcb-link, .section.welcome .promo-wrapper .section.promo .pane-content a, .section.promo .pane-content .section.welcome .promo-wrapper a {
  margin-bottom: 0;
  background-color: #000000;
}

.section.welcome .promo-wrapper
a.button:hover, .section.welcome .promo-wrapper span.addtocalendar a.atcb-link:hover, span.addtocalendar .section.welcome .promo-wrapper a.atcb-link:hover, .section.welcome .promo-wrapper .section.promo .pane-content a:hover, .section.promo .pane-content .section.welcome .promo-wrapper a:hover {
  background-color: #004a99;
}

/* make keyframes that tell the start state and the end state of our object */

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* @group Promo Section */
.section.promo {
  padding-left: 0;
  padding-right: 0;
}

.section.promo .pane-content {
  overflow: hidden;
  background: #33A099 url(../images/promo-digital4her-small.png) no-repeat bottom left;
  padding-bottom: 147px;
}

@media only screen and (min-width: 40.063em) {
  .section.promo .pane-content {
    background: #ffffff url(../images/promo-digital4her.png) no-repeat top left;
    background-size: 100%;
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 64.063em) {
  .section.promo .pane-content {
    min-height: 350px;
  }
}

.section.promo .pane-content .text-wrapper {
  background-color: #ffffff;
  padding: 5vw 5vw 0 5vw;
}

@media only screen and (min-width: 40.063em) {
  .section.promo .pane-content .text-wrapper {
    width: 57%;
    float: right;
    background-color: transparent;
  }
}

.section.promo .pane-content h2 {
  text-align: left;
  color: #33A099;
  font-weight: 700;
}

.section.promo .pane-content h2:before {
  display: none;
}

.section.promo .pane-content a {
  background-color: #F2B01D;
}

/* @group Workspaces Section */
.section.workspaces {
  background-color: #ffffff;
}

.section.workspaces h2 {
  font-family: "Roboto Condensed", Arial, sans-serif;
}

.section.workspaces .owl-carousel .owl-item {
  border-left: 2px solid #ffffff;
  background-color: #F2F2F2;
}

/* @group Users Section */
.section.users {
  background-color: #E7AC00;
}

.section.users .view-header h2 {
  color: #262626;
}

.section.users .view,
.section.users .view-content {
  padding-top: 0;
  padding-bottom: 0;
  color: #262626;
}

.section.users .item-list {
  border: none;
}

.section.users .item-list .views-row {
  padding-right: 0;
  padding-left: 0;
  border: none;
  background: transparent;
}

.section.users .item-list .views-row:before {
  display: none;
}

.section.users .item-list .views-row a {
  color: #262626;
}

.section.users .item-list .views-row a:hover {
  color: #ffffff;
}

.section.users .item-list .views-row .field-name-field-enge-user-full-name {
  font-family: "Roboto", sans-serif !important;
}

.section.users .item-list .views-row .field-name-ds-user-picture, .section.users .item-list .views-row article.comment .comment-author .user-picture, article.comment .comment-author .section.users .item-list .views-row .user-picture {
  width: 34%;
  height: 34%;
  background-color: #eac43f;
}

.section.users .item-list .views-row .field-name-ds-user-picture img, .section.users .item-list .views-row article.comment .comment-author .user-picture img, article.comment .comment-author .section.users .item-list .views-row .user-picture img {
  height: 100%;
  background-color: #eac43f;
}

.section.users .item-list .views-row .views-field-access {
  font-size: 0.875rem;
  line-height: normal;
  padding-top: 0.3125rem;
  text-align: center;
}

.section.users .item-list .views-row .views-field-access .field-content {
  display: block;
  color: #ffffff;
}

.section.users .item-list .views-row .views-field-access .field-content em {
  font-style: normal;
}

/* @group Online Discussion Section */
.section.online-discussions {
  color: #ffffff;
  background-color: #004a99;
}

.section.online-discussions h2 {
  color: #ffffff;
}

.section.online-discussions h2:before {
  background-color: #ffffff;
}

.section.online-discussions .loader, .section.online-discussions .field-name-field-enge-discussion-replies .replies-links .load.disabled, .field-name-field-enge-discussion-replies .replies-links .section.online-discussions .load.disabled, .section.online-discussions .node-enge-web-discussion-reply .replies-links .load.disabled, .node-enge-web-discussion-reply .replies-links .section.online-discussions .load.disabled, .section.online-discussions .ajax-progress-throbber .throbber, .ajax-progress-throbber .section.online-discussions .throbber {
  color: #ffffff !important;
  top: 18%;
}

.section.online-discussions .view {
  padding-right: 0;
  padding-left: 0;
}

.section.online-discussions .field-name-title h2 {
  text-align: left;
}

.section.online-discussions .field-name-title h2:before {
  display: none;
}

.section.online-discussions .owl-buttons .owl-next:before, .section.online-discussions .view-carousel .owl-carousel .owl-buttons .owl-prev:before, .view-carousel .owl-carousel .section.online-discussions .owl-buttons .owl-prev:before, .section.online-discussions
.view-carousel .disabled .owl-buttons .owl-prev:before,
.view-carousel .disabled .section.online-discussions .owl-buttons .owl-prev:before {
  color: #ffffff;
}

.section.online-discussions .more-link a, .section.online-discussions .view-Mentions .views-field-link a, .view-Mentions .section.online-discussions .views-field-link a {
  color: #ffffff;
}

.section.online-discussions .more-link:after, .section.online-discussions .view-Mentions .views-field-link:after, .view-Mentions .section.online-discussions .views-field-link:after {
  color: #ffffff;
}

.section.online-discussions .nav:before {
  color: rgba(255, 255, 255, 0.5);
}

.section.online-discussions .nav:hover:before {
  color: #ffffff !important;
}

.section.online-discussions .view-carousel .owl-wrapper .owl-item {
  border-left: 2px solid #004a99;
  background-color: #F2F2F2;
}

/* @group Main Menu Section */
.section.main-menu {
  padding-bottom: 2vw;
  background-color: #ffffff;
}

.section.main-menu ul {
  font-size: 1.1875rem;
  line-height: inherit;
  width: 50%;
  margin: 0 auto;
  text-align: center;
}

.section.main-menu ul li {
  padding: 2px 0;
}

/* @group Search Section */
.section.search {
  background-color: #ffffff;
}

.section.search form {
  width: 90%;
  margin: 0 auto;
}

@media only screen and (min-width: 40.063em) {
  .section.search form {
    width: 50%;
  }
}

.section.search form .form-item {
  padding: 0;
}

.section.search form .form-item .form-text {
  padding: 1.875rem;
  border: none;
  border-radius: 0;
  background-color: #e6e6e6;
}

.section.search form button {
  position: relative;
  padding: 1.875rem;
  text-indent: 5000px;
  border-radius: 0 !important;
  background-color: #004a99;
}

.section.search form button:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
  speak: none;
}

.section.search form button:before {
  font-size: 3.125rem;
  position: absolute;
  right: 24%;
  left: 24%;
  text-indent: 0;
}

/* @group Social Media Section */
.section.social-media .pane-content {
  margin: 0 auto;
  text-align: center;
}

@media only screen and (min-width: 40.063em) {
  .section.social-media .pane-content {
    width: 80%;
  }
}

@media only screen and (min-width: 64.063em) {
  .section.social-media .pane-content {
    width: 70%;
  }
}

.section.social-media iframe {
  width: 100% !important;
}

.section.social-media .twitter-view-button, .section.social-media .facebook-view-button {
  margin: calc(20px + 0.5vw) auto;
  background-color: #E7AC00;
}

.section .nav {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  margin: calc(20px + 0.5vw) auto;
  text-indent: -5000px;
}

.section .nav:before {
  vertical-align: middle;
  content: "";
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  color: true;
  speak: none;
}

.section .nav:before {
  font-size: 74px;
  position: absolute;
  top: -30px;
  right: auto;
  left: -10px;
  text-indent: 0;
  color: rgba(0, 74, 153, 0.7);
}

.section .nav:hover:before {
  color: #004a99;
}

.section .nav.next {
  transform: rotate(-180deg);
}

@media only screen and (max-width: 40em) {
  .section .nav.next {
    display: none;
  }
}

/* @group Carousel Loader Position */
.js .front .view-carousel .view-header .loader, .js .front .view-carousel .view-header .field-name-field-enge-discussion-replies .replies-links .load.disabled, .field-name-field-enge-discussion-replies .replies-links .js .front .view-carousel .view-header .load.disabled, .js .front .view-carousel .view-header .node-enge-web-discussion-reply .replies-links .load.disabled, .node-enge-web-discussion-reply .replies-links .js .front .view-carousel .view-header .load.disabled, .js .front .view-carousel .view-header .ajax-progress-throbber .throbber, .ajax-progress-throbber .js .front .view-carousel .view-header .throbber {
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/**********************************************************************************
/* @group EDIT BOTTOM WRAPPER
***********************************************************************************/
#edit-bottom-wrapper {
  border-top: 1px solid #cccccc;
  margin-top: calc(20px + 0.5vw);
  padding-top: calc(20px + 0.5vw);
}

#edit-bottom-wrapper button {
  float: right;
}

#google_translate_widget_element {
  position: absolute;
  right: 20px;
  top: 52%;
}

.goog-te-gadget-simple {
  background-color: #F2F2F2 !important;
  border-left: 1px solid #F2F2F2 !important;
  border-top: 1px solid #F2F2F2 !important;
  border-bottom: 1px solid #F2F2F2 !important;
  border-right: 1px solid #F2F2F2 !important;
  font-size: 8pt !important;
}
/*# sourceMappingURL=enge_foundation_site.css.map */