@charset "UTF-8";
/*
* @Title: Theme - Fespa Asia 2017
* @Author: HMalespine
* @Date:   2016-10-24 10:35:23
* @Last Modified by:   HMalespine
* @Last Modified time: 2016-12-14 11:28:51
*
*/
/*
* @Title: Site - Variables
* @Author: JGuerreiro
* @Date:   2015-02-27 11:32:22
* @Last Modified by:   HMalespine
* @Last Modified time: 2016-12-02 10:10:28
*
*/
/*
* @Title: Site - Variables
* @Author: JGuerreiro
* @Date:   2015-02-27 11:32:22
* @Last Modified by:   HMalespine
* @Last Modified time: 2016-12-20 14:16:29
*
*/
/*
* @Title: Theme - Fespa Master build 2017
* @Author: HMalespine
* @Date:   2016-10-24 10:35:23
* @Last Modified by:   CParmentier
* @Last Modified time: 2016-12-21 14:45:12
*
*/
/*
* @Title: Global - Imports
* @Author: JGuerreiro
* @Date:   2015-02-27 11:32:22
* @Last Modified by:   HMalespine
* @Last Modified time: 2016-10-24 11:10:51
*
*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 150%;
  /* 2 */
  -webkit-text-size-adjust: 150%;
  /* 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,
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/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
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: 120%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 120%;
  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 {
  -moz-box-sizing: content-box;
  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
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
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;
}

/**
 * Global: Defaults
 * @author: Joao Guerreiro
 *
 * This file includes a few defaults for showoff. This means a few hacks, workarounds and common issues we've faced and that applies to all websites.
 *
**/
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a[class^="anchor"], a[name^="PageAnchor"],
a[name^="Article_"] {
  display: block;
  width: 0;
  margin-top: -86px;
  padding-top: 86px;
}

.clear {
  clear: both;
}

/**
 * Helper: Prefixer
 * @author: Joao Guerreiro
 *
 * Example: @include prefixer(border-radius, 10px);
 *
**/
/*
* @Title: Function - Px to Em
* @Author: JGuerreiro
* @Date:   2014-08-27 09:37:43
* @Last Modified by:   JGuerreiro
* @Last Modified time: 2015-03-31 14:15:22
*
*/
/*
* @Title: Utilities
* @Author: JGuerreiro
* @Date:   2015-04-09 15:31:51
* @Last Modified by:   HMalespine
* @Last Modified time: 2016-06-14 14:53:51
*/
.ck-social-icons, .menu--accordion, .menu--accordion .menu--sub-menu, .navigation .menu--dropdown, .navigation .menu--dropdown .menu--sub-menu, .pagination--entry .pagination__list, .article--twitter .article__body ul, .content__sidebar .panel--cta ul, .sponsors .panel .panel__body > ul, .footer-links .panel .panel__body ul, .m-exhibitors-list--list .m-exhibitors-list__items, .m-exhibitors-list--grid .m-exhibitors-list__items, .m-exhibitor-entry--tabs .m-exhibitor-entry__item__header__categories, .m-exhibitor-entry--tabs .m-exhibitor-entry__body__categories__items, .m-seminar-list--columns .m-seminar-list__streams__list, .m-seminar-list--columns .m-seminar-list__list__items, .m-seminar-list--columns .m-seminar-list__list__items__item__streams, .m-seminar-list--calendar .m-seminar-list__streams__list, .m-seminar-list--calendar .m-seminar-list__list__items, .m-seminar-list--calendar .m-seminar-list__list__items__item__streams, .m-seminar-list--timeline .m-seminar-list__streams__list, .m-seminar-list--timeline .m-seminar-list__list__items, .m-seminar-list--timeline .m-seminar-list__list__items__item__streams, .m-seminar-list--table .m-seminar-list__streams__list, .m-seminar-list--table .m-seminar-list__list__items, .m-seminar-list--table .m-seminar-list__list__items__item__streams, .m-speaker-list--carousel .m-speaker-list__items, .m-speaker-list--grid .m-speaker-list__items, .m-speaker-entry--default .m-speaker-entry__item__social, .m-speaker-entry--default .m-speaker-entry__item__sessions__list, .m-gallery-list--grid .m-gallery-list__items, .l-blog-list--list .l-blog-list__items, .l-blog-list--grid .l-blog-list__items, .l-brochures-list--grid .l-brochures-list__items, .l-calendar-list--grid .l-calendar-list__items, .l-news-list--list .l-news-list__items, .l-news-list--grid .l-news-list__items, .l-press-releases-list--list .l-press-releases-list__items, .l-press-releases-list--list-simple .l-press-releases-list__items, .l-press-releases-list--grid .l-press-releases-list__items, .l-product-entry--default .l-product-entry__item .l-product-entry__item__body__categories__items, .l-products-list--grid .l-products-list__items, .l-sponsors-list--grid .l-sponsors-list__items, .l-videos-list--grid .l-videos-list__items, .w-rapport-posts__body__list, .w-zone-dashboard .w-zone-dashboard__main .w-zone-dashboard__main__tasks__completion__list, .footer .footer__menu ul {
  margin: 0;
  padding: 0;
  background: transparent;
  list-style: none;
}

/**
 * Utilities: Layout
 * @author: Joao Guerreiro
 *
 * Includes a few utilities related to the overall layout handling
 *
**/
.sponsors .panel:before, form:before, form .option_column__wrapper:before, .m-seminar-list--columns .m-seminar-list__list__column:before, .m-seminar-list--columns .m-seminar-list__list__items__item:before, .m-seminar-list--calendar .m-seminar-list__list__row:before, .m-seminar-list--timeline .m-seminar-list__list__column:before, .m-seminar-list--timeline .m-seminar-list__list__items__item:before, .m-seminar-list--timeline .m-seminar-list__list__items__item__header:before, .no-flexbox .m-seminar-list--table .m-seminar-list__list__row:before, .m-seminar-entry--default .m-seminar-entry__item:before, .m-seminar-entry--default .m-seminar-entry__item__details:before, .no-flexbox .m-seminar-entry--default .m-seminar-entry__item__details:before, .m-gallery-list--grid:before, .l-blog-entry--default:before, .l-blog-entry--default .l-blog-entry__item__images:before, .l-blog-entry--default .l-blog-entry__item__comments:before, .l-blog-list--list .l-blog-list__items__item__header:before, .l-blog-list--grid .l-blog-list__items__item__header:before, .l-blog-list--grid .l-blog-list__items__item__footer:before, .l-brochures-list--grid .l-brochures-list__items__item__header:before, .l-news-entry--default .l-news-entry__item:before, .l-news-entry--default .l-news-entry__item__images:before, .l-news-entry--default .l-news-entry__item__comments:before, .l-news-list--list .l-news-list__items__item__header:before, .l-news-list--grid .l-news-list__items__item__header:before, .l-news-list--grid .l-news-list__items__item__footer:before, .l-press-releases-entry--default .l-press-releases-entry__item:before, .l-product-entry--default .l-product-entry__item:before, .l-product-entry--default .l-product-entry__item .l-product-entry__item__images:before, .l-sponsors-entry--default .l-sponsors-entry__item:before, .w-countdown:before, .w-icatcher-carousel .w-icatcher-carousel__list:before, .w-library-search .w-library-search__toolbar:before, .w-library-search .w-library-search__options:before, .w-library-search .w-library-search__filters__list:before, .js-library-summary ul:before, .w-rapport-form:before, .w-rapport-posts:before, .w-rapport-posts__pagination:before, .w-search:before, .widget-share:before, .w-zone-dashboard:before, .w-zone-dashboard .w-zone-dashboard__overview:before, .w-zone-dashboard .w-zone-dashboard__main .w-zone-dashboard__main__form form:before,
.w-zone-dashboard .w-zone-dashboard__main .w-zone-dashboard__main__form-edit form:before, .content:before, .leaderboard:before, .testimonial-and-cta:before, .cta:before, .sponsors .panel:after, form:after, form .option_column__wrapper:after, .m-seminar-list--columns .m-seminar-list__list__column:after, .m-seminar-list--columns .m-seminar-list__list__items__item:after, .m-seminar-list--calendar .m-seminar-list__list__row:after, .m-seminar-list--timeline .m-seminar-list__list__column:after, .m-seminar-list--timeline .m-seminar-list__list__items__item:after, .m-seminar-list--timeline .m-seminar-list__list__items__item__header:after, .no-flexbox .m-seminar-list--table .m-seminar-list__list__row:after, .m-seminar-entry--default .m-seminar-entry__item:after, .m-seminar-entry--default .m-seminar-entry__item__details:after, .no-flexbox .m-seminar-entry--default .m-seminar-entry__item__details:after, .m-gallery-list--grid:after, .l-blog-entry--default:after, .l-blog-entry--default .l-blog-entry__item__images:after, .l-blog-entry--default .l-blog-entry__item__comments:after, .l-blog-list--list .l-blog-list__items__item__header:after, .l-blog-list--grid .l-blog-list__items__item__header:after, .l-blog-list--grid .l-blog-list__items__item__footer:after, .l-brochures-list--grid .l-brochures-list__items__item__header:after, .l-news-entry--default .l-news-entry__item:after, .l-news-entry--default .l-news-entry__item__images:after, .l-news-entry--default .l-news-entry__item__comments:after, .l-news-list--list .l-news-list__items__item__header:after, .l-news-list--grid .l-news-list__items__item__header:after, .l-news-list--grid .l-news-list__items__item__footer:after, .l-press-releases-entry--default .l-press-releases-entry__item:after, .l-product-entry--default .l-product-entry__item:after, .l-product-entry--default .l-product-entry__item .l-product-entry__item__images:after, .l-sponsors-entry--default .l-sponsors-entry__item:after, .w-countdown:after, .w-countdown .w-countdown__item .w-countdown__months:after,
.w-countdown .w-countdown__item .w-countdown__days:after,
.w-countdown .w-countdown__item .w-countdown__hours:after,
.w-countdown .w-countdown__item .w-countdown__minutes:after,
.w-countdown .w-countdown__item .w-countdown__seconds:after, .w-icatcher-carousel .w-icatcher-carousel__list:after, .w-library-search .w-library-search__toolbar:after, .w-library-search .w-library-search__options:after, .w-library-search .w-library-search__filters__list:after, .js-library-summary ul:after, .w-rapport-form:after, .w-rapport-posts:after, .w-rapport-posts__pagination:after, .w-search:after, .widget-share:after, .w-zone-dashboard:after, .w-zone-dashboard .w-zone-dashboard__overview:after, .w-zone-dashboard .w-zone-dashboard__main .w-zone-dashboard__main__form form:after,
.w-zone-dashboard .w-zone-dashboard__main .w-zone-dashboard__main__form-edit form:after, .content:after, .leaderboard:after, .testimonial-and-cta:after, .cta:after {
  content: "";
  display: table;
  clear: both;
}

.sponsors .panel:after, form:after, form .option_column__wrapper:after, .m-seminar-list--columns .m-seminar-list__list__column:after, .m-seminar-list--columns .m-seminar-list__list__items__item:after, .m-seminar-list--calendar .m-seminar-list__list__row:after, .m-seminar-list--timeline .m-seminar-list__list__column:after, .m-seminar-list--timeline .m-seminar-list__list__items__item:after, .m-seminar-list--timeline .m-seminar-list__list__items__item__header:after, .no-flexbox .m-seminar-list--table .m-seminar-list__list__row:after, .m-seminar-entry--default .m-seminar-entry__item:after, .m-seminar-entry--default .m-seminar-entry__item__details:after, .no-flexbox .m-seminar-entry--default .m-seminar-entry__item__details:after, .m-gallery-list--grid:after, .l-blog-entry--default:after, .l-blog-entry--default .l-blog-entry__item__images:after, .l-blog-entry--default .l-blog-entry__item__comments:after, .l-blog-list--list .l-blog-list__items__item__header:after, .l-blog-list--grid .l-blog-list__items__item__header:after, .l-blog-list--grid .l-blog-list__items__item__footer:after, .l-brochures-list--grid .l-brochures-list__items__item__header:after, .l-news-entry--default .l-news-entry__item:after, .l-news-entry--default .l-news-entry__item__images:after, .l-news-entry--default .l-news-entry__item__comments:after, .l-news-list--list .l-news-list__items__item__header:after, .l-news-list--grid .l-news-list__items__item__header:after, .l-news-list--grid .l-news-list__items__item__footer:after, .l-press-releases-entry--default .l-press-releases-entry__item:after, .l-product-entry--default .l-product-entry__item:after, .l-product-entry--default .l-product-entry__item .l-product-entry__item__images:after, .l-sponsors-entry--default .l-sponsors-entry__item:after, .w-countdown:after, .w-countdown .w-countdown__item .w-countdown__months:after,
.w-countdown .w-countdown__item .w-countdown__days:after,
.w-countdown .w-countdown__item .w-countdown__hours:after,
.w-countdown .w-countdown__item .w-countdown__minutes:after,
.w-countdown .w-countdown__item .w-countdown__seconds:after, .w-icatcher-carousel .w-icatcher-carousel__list:after, .w-library-search .w-library-search__toolbar:after, .w-library-search .w-library-search__options:after, .w-library-search .w-library-search__filters__list:after, .js-library-summary ul:after, .w-rapport-form:after, .w-rapport-posts:after, .w-rapport-posts__pagination:after, .w-search:after, .widget-share:after, .w-zone-dashboard:after, .w-zone-dashboard .w-zone-dashboard__overview:after, .w-zone-dashboard .w-zone-dashboard__main .w-zone-dashboard__main__form form:after,
.w-zone-dashboard .w-zone-dashboard__main .w-zone-dashboard__main__form-edit form:after, .content:after, .leaderboard:after, .testimonial-and-cta:after, .cta:after {
  clear: both;
}

/**
 * Functions: Cut Corner
 * @author: Joao Guerreiro
 * @description: Creates a cut corner on the parent element /___|. Apply only on pseudo-elements. The parent needs position relative.
 *
 * Example: @include cut-corner(top left, 10px, red);
 *
**/
/**
 * Functions: Grayscale Effect
 * @author: Joao Guerreiro
 * @description: Converts a coloured element to black and white
 *
 * Example: @include grayscale();
 *
**/
/**
 * CSS3: Border Radius
 * @author: Joao Guerreiro
 *
 * Example: @include border-radius(10px);
 *
**/
/**
 * CSS3: Box Shadow
 * @author: Joao Guerreiro
 *
 * Example: @include box-shadow(1px 1px 0 0 #000 inset);
 *
**/
/**
 * CSS3: Filters
 * @author: Joao Guerreiro
 *
 * Example: @include filter(grayscale(0));
 *
**/
/**
 * CSS3: Text Shadow
 * @author: Joao Guerreiro
 *
 * Example: @include text-shadow(1px 1px 0 0 #000 inset);
 *
**/
/**
 * CSS3: Transforms
 * @author: Joao Guerreiro
 *
 * Example: @include rotate(45deg);
 *
**/
/**
 * CSS3: Transitions
 * @author: Joao Guerreiro
 *
 * Example: @include transition(all 1s ease 1.5s) or @include transition(color 1s ease 1.5s, background 1s ease 1.5s);
 *
**/
/*
* @Title: Site - Placeholders
* @Author: JGuerreiro
* @Date:   2015-02-27 11:32:22
* @Last Modified by:   JGuerreiro
* @Last Modified time: 2015-07-31 12:07:38
*
*/
/*
* @Title: Site - Mixins
* @Author: JGuerreiro
* @Date:   2015-02-27 11:32:22
* @Last Modified by:   HMalespine
* @Last Modified time: 2016-12-05 10:48:56
*
*/
/*
* @Title: Site - Fonts
* @Author: JGuerreiro
* @Date:   2015-02-27 11:32:22
* @Last Modified by:   JGuerreiro
* @Last Modified time: 2015-02-27 12:06:06
*
*/
/*
* @Title: Site - Animations
* @Author: JGuerreiro
* @Date:   2015-02-27 11:32:22
* @Last Modified by:   HMalespine
* @Last Modified time: 2016-08-22 15:07:56
*
*/
@-webkit-keyframes slideIn {
  0% {
    transform: rotate(-2deg) translate(-100%, 0);
  }
  100% {
    transform: rotate(-2deg) translate(0, 0);
  }
}

@-moz-keyframes slideIn {
  0% {
    transform: rotate(-2deg) translate(-100%, 0);
  }
  100% {
    transform: rotate(-2deg) translate(0, 0);
  }
}

@-o-keyframes slideIn {
  0% {
    transform: rotate(-2deg) translate(-100%, 0);
  }
  100% {
    transform: rotate(-2deg) translate(0, 0);
  }
}

@keyframes slideIn {
  0% {
    transform: rotate(-2deg) translate(-100%, 0);
  }
  100% {
    transform: rotate(-2deg) translate(0, 0);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}

@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}

@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

/* 
* @Title: Site - CKEditor
* @Author: JGuerreiro
* @Date:   2015-07-31 11:14:29
* @Last Modified by:   HMalespine
* @Last Modified time: 2016-12-05 09:03:01
*/
.ck-button-one {
  padding: .75em 4em .75em 2em;
  background: url("../images/arrow.png") no-repeat 95% center #00aeef;
  color: #ffffff;
  font-size: 0.83333em;
}

.ck-button-one:hover {
  background-color: #0089bc;
  color: #ffffff;
}

.ck-button-two {
  padding: .75em 4em .75em 2em;
  background: url("../images/arrow.png") no-repeat 95% center #004563;
  color: #ffffff;
  font-size: 0.83333em;
}

.ck-button-two:hover {
  background-color: #002130;
  color: #ffffff;
}

.ck-colored-text {
  color: #00aeef;
}

.t-homepage .section--id-1 .ck-button-two, .t-homepage .section--id-1 .ck-button-one, .hero .ck-button-two, .hero .ck-button-one {
  border-radius: 0 35px 0 35px;
}

@media screen and (min-width: 1024px) {
  .t-homepage .section--id-1 .ck-button-two, .t-homepage .section--id-1 .ck-button-one, .hero .ck-button-two, .hero .ck-button-one {
    font-size: 1.16667em;
    border-radius: 0 35px 0 35px;
  }
}

.ck-social-icons li {
  display: inline-block;
  margin-right: 0.33333em;
}

.ck-social-icons li a {
  position: relative;
  display: block;
  height: 2.33333em;
  width: 2.33333em;
  line-height: 2.33333em;
  font-size: 1.2em;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
  color: #00aeef;
}

.ck-social-icons li a::before {
  content: "";
  text-indent: 0;
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  text-align: center;
  color: #00aeef;
  background: #ffffff;
}

.ck-social-icons li a[href*="facebook"]::before {
  content: "";
  /*background: map-get($icon, color);*/
}

.ck-social-icons li a[href*="twitter"]::before {
  content: "";
  /*background: map-get($icon, color);*/
}

.ck-social-icons li a[href*="google"]::before {
  content: "";
  /*background: map-get($icon, color);*/
}

.ck-social-icons li a[href*="linkedin"]::before {
  content: "";
  /*background: map-get($icon, color);*/
}

.ck-social-icons li a[href*="instagram"]::before {
  content: "";
  /*background: map-get($icon, color);*/
}

.ck-social-icons li a[href*="youtube"]::before {
  content: "";
  /*background: map-get($icon, color);*/
}

.ck-social-icons li a[href*="pinterest"]::before {
  content: "";
  /*background: map-get($icon, color);*/
}

.ck-social-icons li a[href*="mailto"]::before {
  content: "";
  /*background: map-get($icon, color);*/
}

.ck-social-icons li a[href*="search"]::before {
  content: "";
  /*background: map-get($icon, color);*/
}

.ck-social-icons li a:hover::before {
  background: #004563;
  color: #ffffff;
}

/*
* @Title: Pattern - Badges
* @Author: JGuerreiro
* @Date:   2015-09-24 17:37:10
* @Last Modified by:   JGuerreiro
* @Last Modified time: 2015-09-24 17:44:02
*
*/
.p-badge {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: top;
  background: #004563;
  color: #ffffff;
  border-radius: 100%;
  text-align: center;
}

.p-badge.is-hidden {
  display: none;
}

/* 
* @Title: Pattern - Captcha
* @Author: JGuerreiro
* @Date:   2015-09-16 17:10:12
* @Last Modified by:   JGuerreiro
* @Last Modified time: 2015-09-16 17:10:36
*/
.p-captcha__title {
  margin-bottom: 0.5em;
}

/*
* @Title: Widget - Comments Form
* @Author: JGuerreiro
* @Date:   2015-04-20 15:38:46
* @Last Modified by:   JGuerreiro
* @Last Modified time: 2015-05-15 17:15:21
*
*/
#commentForm label {
  display: block;
  vertical-align: top;
  margin-bottom: .5em;
  width: 100%;
}

#commentForm input[type="text"],
#commentForm input[type="email"],
#commentForm input[type="url"],
#commentForm textarea {
  width: 100%;
  display: block;
  border: solid 1px #dedce1;
  padding: .5em 1em;
  margin-bottom: .5em;
}

#commentForm .buttons {
  text-align: right;
}

.w-comments-list__comments {
  list-style: none;
  padding: 0;
  margin: 0;
}

.w-comments-list__comments .w-comments-list__comments {
  margin: 1em 0 0 2em;
}

.w-comments-list__comments__comment {
  padding: 1em;
  border: solid 1px #dedce1;
  margin-bottom: 1em;
}

.w-comments-list__comments__comment__header {
  font-weight: bold;
  margin-bottom: 1em;
}

.w-comments-list__comments__comment__body {
  margin-bottom: 1em;
}

.w-comments-list__comments__comment__footer__actions__reply {
  cursor: pointer;
  background: #004563;
  color: #ffffff;
  display: inline-block;
  padding: .5em 1em;
  font-size: .9em;
}

.w-comments-list__comments__comment__footer__actions__reply:hover {
  color: #ffffff;
}

#js-comment_message {
  display: inline-block;
  font-weight: 700;
  margin-bottom: 1em;
}

#js-comment_button {
  display: inline-block !important;
  margin-bottom: 1em;
}

/*
* @Title: Pattern - Loader
* @Author: JGuerreiro
* @Date:   2015-05-12 12:32:53
* @Last Modified by:   JGuerreiro
* @Last Modified time: 2015-12-17 12:45:39
*/
.loader {
  text-align: center;
}

.loader__icon {
  display: inline-block;
  margin-bottom: .5em;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 0.5em solid #dedce1;
  border-right: 0.5em solid #dedce1;
  border-bottom: 0.5em solid #dedce1;
  border-left: 0.5em solid #004563;
  transform: translateZ(0);
  animation: loader 1.1s infinite linear;
  -webkit-animation: loader 1.1s infinite linear;
}

.loader__icon,
.loader__icon:after {
  border-radius: 50%;
  width: 4em;
  height: 4em;
}

.loader__text {
  clear: both;
  display: block;
}

.loader--overlay {
  transition: 0.25s ease-in;
  opacity: 0;
  visibility: hidden;
  z-index: 900;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -4.16667em;
  margin-top: -2.02778em;
  background: rgba(0, 0, 0, 0.8);
  padding: 1em;
  border-radius: 0 35px 0 35px;
  width: 8.33333em;
}

.loader--overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

.loader--overlay .loader__icon {
  display: block;
  margin: 0 auto 1em auto;
}

.loader--overlay .loader__text {
  color: #ffffff;
  clear: none;
  display: block;
  font-weight: 700;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*
* @Title: Pattern - Menus
* @Author: JGuerreiro
* @Date:   2014-10-23 16:01:25
* @Last Modified by:   HMalespine
* @Last Modified time: 2016-12-02 10:55:59
*
*/
.menu-accordion-trigger {
  display: block;
  padding: 1em;
  background: #004563;
  color: #ffffff;
  font-weight: 700;
}

.menu-accordion-trigger:hover, .menu-accordion-trigger:focus {
  color: #ffffff;
}

.menu-accordion-trigger.is-active {
  background: #004563;
}

.menu--accordion {
  width: 100%;
  background: #004563;
  display: none;
}

.menu--accordion > .menu__item {
  background: #004563;
  color: #ffffff;
  border-bottom: solid 1px #00334a;
  display: block;
  position: relative;
}

.menu--accordion > .menu__item > .menu__item__text,
.menu--accordion > .menu__item > .menu__item__link {
  background: inherit;
  color: inherit;
  display: block;
  padding: 1em;
  position: relative;
}

.menu--accordion > .menu__item > .menu__item__text:hover, .menu--accordion > .menu__item > .menu__item__text:focus,
.menu--accordion > .menu__item > .menu__item__link:hover,
.menu--accordion > .menu__item > .menu__item__link:focus {
  background: #0089bc;
}

.menu--accordion > .menu__item > .menu__item__text.is-active,
.menu--accordion > .menu__item > .menu__item__link.is-active {
  background: #00aeef;
}

.menu--accordion > .menu__item > .menu__item__text > .menu__item__text__trigger,
.menu--accordion > .menu__item > .menu__item__text > .menu__item__link__trigger,
.menu--accordion > .menu__item > .menu__item__link > .menu__item__text__trigger,
.menu--accordion > .menu__item > .menu__item__link > .menu__item__link__trigger {
  display: block;
  color: #ffffff;
  padding: 0 1em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  cursor: pointer;
}

.menu--accordion > .menu__item > .menu__item__text > .menu__item__text__trigger:before,
.menu--accordion > .menu__item > .menu__item__text > .menu__item__link__trigger:before,
.menu--accordion > .menu__item > .menu__item__link > .menu__item__text__trigger:before,
.menu--accordion > .menu__item > .menu__item__link > .menu__item__link__trigger:before {
  display: block;
  content: "\f107";
  font-family: "FontAwesome";
  background: #009bd5;
  border-radius: 100%;
  width: 1.11111em;
  height: 1.11111em;
  line-height: 1.11111em;
  text-align: center;
}

.menu--accordion > .menu__item > .menu__item__text > .menu__item__text__trigger:hover:before,
.menu--accordion > .menu__item > .menu__item__text > .menu__item__link__trigger:hover:before,
.menu--accordion > .menu__item > .menu__item__link > .menu__item__text__trigger:hover:before,
.menu--accordion > .menu__item > .menu__item__link > .menu__item__link__trigger:hover:before {
  background: #0089bc;
}

.menu--accordion > .menu__item > .menu__item__text > .menu__item__text__trigger.is-active:before,
.menu--accordion > .menu__item > .menu__item__text > .menu__item__link__trigger.is-active:before,
.menu--accordion > .menu__item > .menu__item__link > .menu__item__text__trigger.is-active:before,
.menu--accordion > .menu__item > .menu__item__link > .menu__item__link__trigger.is-active:before {
  transform: rotate(0.5turn);
}

.menu--accordion .menu--sub-menu {
  width: 100%;
  transition: opacity 0.25s ease-in;
  display: none;
  padding-left: 1em;
}

.menu--accordion .menu--sub-menu .menu__item {
  background: #00aeef;
  color: #ffffff;
  position: relative;
}

.menu--accordion .menu--sub-menu .menu__item .menu__item__text,
.menu--accordion .menu--sub-menu .menu__item .menu__item__link {
  font-size: 0.77778em;
  background: inherit;
  color: inherit;
  display: block;
  padding: 1em 2em 1em 1em;
  position: relative;
}

.menu--accordion .menu--sub-menu .menu__item .menu__item__text:hover, .menu--accordion .menu--sub-menu .menu__item .menu__item__text:focus,
.menu--accordion .menu--sub-menu .menu__item .menu__item__link:hover,
.menu--accordion .menu--sub-menu .menu__item .menu__item__link:focus {
  color: #003347;
}

.menu--accordion .menu--sub-menu .menu__item .menu__item__text.is-active,
.menu--accordion .menu--sub-menu .menu__item .menu__item__link.is-active {
  background: #004563;
}

.menu--accordion .menu--sub-menu .menu__item .menu__item__text > .menu__item__text__trigger,
.menu--accordion .menu--sub-menu .menu__item .menu__item__text > .menu__item__link__trigger,
.menu--accordion .menu--sub-menu .menu__item .menu__item__link > .menu__item__text__trigger,
.menu--accordion .menu--sub-menu .menu__item .menu__item__link > .menu__item__link__trigger {
  display: block;
  color: #ffffff;
  padding: 0 1.28571em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.menu--accordion .menu--sub-menu .menu__item .menu__item__text > .menu__item__text__trigger:before,
.menu--accordion .menu--sub-menu .menu__item .menu__item__text > .menu__item__link__trigger:before,
.menu--accordion .menu--sub-menu .menu__item .menu__item__link > .menu__item__text__trigger:before,
.menu--accordion .menu--sub-menu .menu__item .menu__item__link > .menu__item__link__trigger:before {
  display: block;
  content: "\f107";
  font-family: "FontAwesome";
  background: #009bd5;
  border-radius: 100%;
  width: 1.11111em;
  height: 1.11111em;
  line-height: 1.11111em;
  text-align: center;
}

.menu--accordion .menu--sub-menu .menu__item .menu__item__text > .menu__item__text__trigger:hover:before,
.menu--accordion .menu--sub-menu .menu__item .menu__item__text > .menu__item__link__trigger:hover:before,
.menu--accordion .menu--sub-menu .menu__item .menu__item__link > .menu__item__text__trigger:hover:before,
.menu--accordion .menu--sub-menu .menu__item .menu__item__link > .menu__item__link__trigger:hover:before {
  background: #0089bc;
}

.menu--accordion .menu--sub-menu .menu__item .menu__item__text > .menu__item__text__trigger.is-active:before,
.menu--accordion .menu--sub-menu .menu__item .menu__item__text > .menu__item__link__trigger.is-active:before,
.menu--accordion .menu--sub-menu .menu__item .menu__item__link > .menu__item__text__trigger.is-active:before,
.menu--accordion .menu--sub-menu .menu__item .menu__item__link > .menu__item__link__trigger.is-active:before {
  transform: rotate(0.5turn);
}

.navigation .menu--dropdown {
  width: 100%;
}

.flexbox .navigation .menu--dropdown {
  display: flex;
  align-items: center;
}

.navigation .menu--dropdown > .menu__item {
  color: #ffffff;
  position: relative;
  display: block;
  float: left;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  font-size: 1em;
  background: url(../images/fespa/border_menu.png) no-repeat left center;
}

.no-js .navigation .menu--dropdown > .menu__item:hover > .menu--sub-menu,
.js .navigation .menu--dropdown > .menu__item.hover > .menu--sub-menu {
  opacity: 1;
  visibility: visible;
}

.navigation .menu--dropdown > .menu__item:hover, .navigation .menu--dropdown > .menu__item.is-active {
  background: #004563;
  transition: 0.5s ease-in;
}

.navigation .menu--dropdown > .menu__item > .menu__item__text,
.navigation .menu--dropdown > .menu__item > .menu__item__link {
  background: inherit;
  color: inherit;
  display: inline-block;
  padding: 1.3em 0.4em;
  font-weight: 700;
}

.navigation .menu--dropdown > .has-sub-menu > .menu__item__text::after,
.navigation .menu--dropdown > .has-sub-menu > .menu__item__link::after {
  margin-left: 0.5em;
  content: "\f107";
  font-family: "FontAwesome";
  color: #006996;
}

.navigation .menu--dropdown > .has-sub-menu:hover > .menu__item__text::after,
.navigation .menu--dropdown > .has-sub-menu:hover > .menu__item__link::after {
  color: #ffffff;
}

.navigation .menu--dropdown > .menu__item--home.is-active {
  background: none;
}

.navigation .menu--dropdown > .menu__item--home .menu__item__link {
  display: block;
  width: 48px;
  text-indent: -500px;
  overflow: hidden;
  background: url(../images/ic_home.png) no-repeat center center transparent;
}

.navigation .menu--dropdown > .menu__item--cta .menu__item__link {
  background: #00aeef;
}

.navigation .menu--dropdown > .menu__item--search .menu__item__link {
  display: block;
  width: 48px;
  text-indent: -500px;
  overflow: hidden;
  background: url(../images/ic_search.png) no-repeat center center transparent;
}

.navigation .menu--dropdown .menu--sub-menu {
  left: 100%;
  top: 0;
  min-width: 100%;
  transition: opacity 0.25s ease-in;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 9999;
  background: rgba(0, 69, 99, 0.9);
}

.navigation .menu--dropdown .menu--sub-menu.is-visible {
  opacity: 1;
  visibility: visible;
}

.navigation .menu--dropdown .menu--sub-menu--level-1 {
  top: 99%;
  left: 0;
}

.navigation .menu--dropdown .menu--sub-menu .menu__item {
  position: relative;
  padding: 0 1em;
  white-space: nowrap;
  color: #ffffff;
}

.navigation .menu--dropdown .menu--sub-menu .menu__item:hover {
  background: #002130;
}

.no-js .navigation .menu--dropdown .menu--sub-menu .menu__item:hover > .menu--sub-menu,
.js .navigation .menu--dropdown .menu--sub-menu .menu__item.hover > .menu--sub-menu {
  opacity: 1;
  visibility: visible;
}

.navigation .menu--dropdown .menu--sub-menu .menu__item .menu__item__text,
.navigation .menu--dropdown .menu--sub-menu .menu__item .menu__item__link {
  background: inherit;
  color: inherit;
  display: block;
  padding: 0.5em 0 0.5em 0;
  border-bottom: 2px dotted rgba(0, 0, 0, 0.8);
}

.navigation .menu--dropdown .menu--sub-menu .menu__item:last-child .menu__item__text,
.navigation .menu--dropdown .menu--sub-menu .menu__item:last-child .menu__item__link {
  border: none;
}

/*
* @Title: Pattern - Modal
* @Author: JGuerreiro
* @Date:   2015-04-21 15:50:08
* @Last Modified by:   JGuerreiro
* @Last Modified time: 2015-07-13 14:15:41
*
*/
.mfp-content {
  max-width: 1000px;
  margin: 2em auto;
  background: #ffffff;
}

.mfp-content > * {
  padding: 2em;
}

.mfp-content .mfp-close {
  color: #00aeef;
}

.mfp-content .mfp-close:hover {
  color: #ffffff;
  background: #00aeef;
}

/* 
* @Title: Pattern - Notification
* @Author: JGuerreiro
* @Date:   2015-09-16 17:26:33
* @Last Modified by:   JGuerreiro
* @Last Modified time: 2015-09-17 10:14:39
*/
.notification {
  padding: 1em;
  position: relative;
}

.notification .notification__link {
  text-decoration: underline;
}

.notification .notification__close {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 1em;
  right: 1em;
  background: transparent;
  border: none;
  transition: 0.25s ease-in;
}

.notification--info {
  background: #00aeef;
  color: #ffffff;
}

.notification--info a {
  color: #00516f;
  border-bottom: dotted 1px;
  font-weight: 700;
}

.notification--info .notification__close {
  color: #ffffff;
}

.notification--info .notification__close:hover {
  color: #002c3c;
}

.notification--danger {
  background: #cd3a53;
  color: #ffffff;
}

.notification--danger a {
  color: #6c1b29;
  border-bottom: dotted 1px;
  font-weight: 700;
}

.notification--danger .notification__close {
  color: #ffffff;
}

.notification--danger .notification__close:hover {
  color: #43111a;
}

.notification--warning {
  background: #ffd51d;
  color: #ffffff;
}

.notification--warning a {
  color: #9d7f00;
  border-bottom: dotted 1px;
  font-weight: 700;
}

.notification--warning .notification__close {
  color: #ffffff;
}

.notification--warning .notification__close:hover {
  color: #6a5600;
}

.notification--success {
  background: #92D06C;
  color: #ffffff;
}

.notification--success a {
  color: #538f2e;
  border-bottom: dotted 1px;
  font-weight: 700;
}

.notification--success .notification__close {
  color: #ffffff;
}

.notification--success .notification__close:hover {
  color: #3c6821;
}

/*
* @Title: Pattern - Pagination
* @Author: JGuerreiro
* @Date:   2015-03-31 12:34:43
* @Last Modified by:   RSobers
* @Last Modified time: 2015-12-14 13:24:03
*/
.pagination--default .pagination__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pagination--default .pagination__list__item {
  display: block;
  float: left;
  margin-left: 0.27778em;
}

.pagination--default .pagination__list__item__link {
  display: none;
  background: #dedce1;
  color: inherit;
  padding: 0.38889em 0.55556em;
  width: 2.5em;
  height: 2.5em;
  text-align: center;
  overflow: hidden;
  border-radius: 100%;
}

.pagination--default .pagination__list__item__link:hover, .pagination--default .pagination__list__item__link:focus {
  background: #c4c1c9;
  transition: 0.5s ease-in;
}

.pagination--default .pagination__list__item__link--first {
  display: block;
}

.pagination--default .pagination__list__item__link--first:before {
  content: "\f100";
  font-family: "FontAwesome";
}

.pagination--default .pagination__list__item__link--previous {
  display: block;
}

.pagination--default .pagination__list__item__link--previous:before {
  content: "\f104";
  font-family: "FontAwesome";
}

.pagination--default .pagination__list__item__link--next {
  display: block;
}

.pagination--default .pagination__list__item__link--next:before {
  content: "\f105";
  font-family: "FontAwesome";
}

.pagination--default .pagination__list__item__link--last {
  display: block;
}

.pagination--default .pagination__list__item__link--last:before {
  content: "\f101";
  font-family: "FontAwesome";
}

.pagination--default .pagination__list__item__link--ellipsis {
  background: transparent;
  cursor: default;
  pointer-events: none;
}

.pagination--default .pagination__list__item__link--ellipsis:hover {
  color: inherit;
}

.pagination--default .pagination__list__item__link.is-active {
  background: #00aeef;
  color: #ffffff;
}

.pagination--default .pagination__list__item__link.is-inactive {
  cursor: default;
  color: #6e6b7f;
}

@media screen and (min-width: 600px) {
  .pagination--default .pagination__list__item__link {
    display: block;
  }
}

.pagination--entry .pagination__list {
  text-align: center;
}

.pagination--entry .pagination__list__item {
  display: inline-block;
  margin: 0 0.25em;
}

.pagination--entry .pagination__list__item__link {
  display: block;
}

.pagination--entry .pagination__list__item__link--previous .pagination__list__item__link__icon:before {
  content: "\f104";
  font-family: "FontAwesome";
}

.pagination--entry .pagination__list__item__link--next .pagination__list__item__link__icon:before {
  content: "\f105";
  font-family: "FontAwesome";
}

.pagination--entry .pagination__list__item__link__icon {
  display: block;
  background: #dedce1;
  color: #32313a;
  line-height: 3.5;
  width: 3.5em;
  height: 3.5em;
  text-align: center;
  border-radius: 100%;
}

/*
* @Title: Pattern - Search
* @Author: JGuerreiro
* @Date:   2015-04-23 14:18:26
* @Last Modified by:   JGuerreiro
* @Last Modified time: 2015-04-23 14:47:00
*
*/
.search-index .search-index__form {
  margin-bottom: 2em;
  text-align: center;
}

.search-index .search-index__form__input {
  padding: .5em 1em;
  width: 180px;
}

.search-index .search-index__form__submit {
  display: inline-block;
  float: none;
}

.search-index .search__count {
  text-align: right;
  margin-bottom: 1em;
}

.search-index .search__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.search-index .search__list__item {
  border-bottom: solid 1px #dedce1;
  padding: .5em 0;
}

.search-index .search__list__item__title {
  color: #32313a;
}

.search-index .search__list__item__title:hover {
  color: #004563;
}

.search-index .search-index__pagination {
  margin-top: 2em;
}

.search-index .search-index__pagination .pagingTabsTotals {
  float: left;
}

.search-index .search-index__pagination .pagingTabsCarrousel {
  float: right;
}

.search-index .search-index__pagination .pagingTabsCarrousel a {
  float: left;
  display: block;
  text-decoration: none;
  border-radius: 0 35px 0 35px;
  background: #dedce1;
  padding: 0.25em 0.5em;
  margin-left: .5em;
}

.search-index .search-index__pagination .pagingTabsCarrousel a:first-child {
  margin-left: 0;
}

.search-index .search-index__pagination .pagingTabsCarrousel a:hover {
  color: #004563;
}

.search-index .search-index__pagination .pagingTabsCarrousel a.selected {
  background-color: #00aeef;
  color: #ffffff;
  cursor: default;
  pointer-events: none;
}

@media screen and (min-width: 600px) {
  .search-index .search-index__form__input {
    width: 400px;
  }
}

/*
* @Title: Pattern - Tabs
* @Author: LSherrington
* @Date:   2015-04-21 15:50:08
* @Last Modified by:   JGuerreiro
* @Last Modified time: 2016-02-16 15:35:22
*
*/
.p-tabs {
  /* Exhibitor entry - Cover full width */
}

.p-tabs .p-tabs__navigation {
  width: 100%;
  margin: 0 0 2em;
  padding: 0;
  list-style: none;
  position: relative;
  border-bottom: 2px solid #dedce1;
  text-align: center;
  white-space: nowrap;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.p-tabs .p-tabs__navigation .p-tabs__navigation__title {
  display: inline-block;
}

.p-tabs .p-tabs__navigation .p-tabs__navigation__title .p-tabs__navigation__title__link {
  color: #32313a;
  position: relative;
  border-bottom: solid 2px transparent;
  display: block;
  padding: 1em 0;
  margin: 0 0.8em;
  transition: 0.5s ease-in;
}

.p-tabs .p-tabs__navigation .p-tabs__navigation__title .p-tabs__navigation__title__link.is-active {
  border-bottom-color: #004563;
}

.p-tabs .p-tabs__body {
  position: relative;
  z-index: 2;
}

.p-tabs .p-tabs__body .p-tabs__body__content {
  height: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: 0.5s ease-in;
}

.p-tabs .p-tabs__body .p-tabs__body__content.is-visible {
  height: auto;
  opacity: 1;
  visibility: visible;
  overflow: visible;
}

@media screen and (min-width: 768px) {
  .p-tabs .p-tabs__navigation .p-tabs__navigation__title .p-tabs__navigation__title__link {
    padding: 1.5em 0;
    margin: 0 1.5em;
    font-family: "Kanit", sans-serif;
  }
}

.m-exhibitor-entry--fullwidthcover .p-tabs .p-tabs__navigation {
  background: #ffffff;
}

.m-exhibitor-entry--fullwidthcover .p-tabs .p-tabs__body {
  margin: 0 auto;
  width: 90%;
  max-width: 960px;
}

.m-exhibitor-entry--fullwidthcover .p-tabs .p-tabs__body .p-tabs__body__content {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .m-exhibitor-entry--fullwidthcover .p-tabs .p-tabs__body .p-tabs__body__content {
    text-align: left;
  }
}

.article, .panel {
  /* Just to make sure there is no conflict */
}

.article table, .panel table {
  max-width: 100%;
}

.article table caption, .panel table caption {
  background: rgba(0, 69, 99, 0.2);
  padding: 0.25em;
}

.article table td, .article table th, .panel table td, .panel table th {
  padding: 0.25em;
  border: 1px solid #dedce1;
}

@media screen and (max-width: 1024px) {
  .article table td, .article table th, .panel table td, .panel table th {
    padding: 0.25em 5%;
    border: 1px solid #dedce1;
  }
  .article table.header-top, .article table.header-left, .article table.no-header, .panel table.header-top, .panel table.header-left, .panel table.no-header {
    border: none;
    text-align: center;
  }
  .article table.header-top table, .article table.header-top thead, .article table.header-top tbody, .article table.header-top th, .article table.header-top td, .article table.header-top tr, .article table.header-left table, .article table.header-left thead, .article table.header-left tbody, .article table.header-left th, .article table.header-left td, .article table.header-left tr, .article table.no-header table, .article table.no-header thead, .article table.no-header tbody, .article table.no-header th, .article table.no-header td, .article table.no-header tr, .panel table.header-top table, .panel table.header-top thead, .panel table.header-top tbody, .panel table.header-top th, .panel table.header-top td, .panel table.header-top tr, .panel table.header-left table, .panel table.header-left thead, .panel table.header-left tbody, .panel table.header-left th, .panel table.header-left td, .panel table.header-left tr, .panel table.no-header table, .panel table.no-header thead, .panel table.no-header tbody, .panel table.no-header th, .panel table.no-header td, .panel table.no-header tr {
    display: block;
  }
  .article table.header-top thead tr, .panel table.header-top thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .article table.header-top tr:nth-child(even), .panel table.header-top tr:nth-child(even) {
    background: #dedce1;
  }
  .article table.header-top td, .panel table.header-top td {
    border-bottom: 1px solid #c4c1c9;
    position: relative;
    padding-left: 50%;
  }
  .article table.header-top td:before, .panel table.header-top td:before {
    position: absolute;
    content: attr(data-content);
    top: 0.25em;
    left: 0.25em;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    font-weight: 700;
    border-right: 2px solid #dedce1;
  }
  .article table.header-left, .panel table.header-left {
    width: auto;
  }
  .article table.header-left tbody th, .panel table.header-left tbody th {
    background: #ebeaed;
  }
  .article table.table-desktop-view, .panel table.table-desktop-view {
    display: none;
  }
  .article table.header-both .st-head-row, .panel table.header-both .st-head-row {
    background: #dedce1;
  }
  .article table.header-both .st-val, .panel table.header-both .st-val {
    text-align: center;
  }
}

@media screen and (min-width: 1024px) {
  .article table tbody tr:nth-of-type(odd), .panel table tbody tr:nth-of-type(odd) {
    background: #dedce1;
  }
  .article table.table-desktop-view, .panel table.table-desktop-view {
    display: table;
  }
  .article table.table-mobile-view, .panel table.table-mobile-view {
    display: none;
  }
}

/*
* @Title: Section
* @Author: HMalespine
* @Date:   2014-09-21 12:49:27
* @Last Modified by:   HMalespine
* @Last Modified time: 2017-01-24 11:34:15
*
*/
.content .section {
  clear: both;
  width: 100%;
  padding-bottom: 3.33333em;
}

.content .section .section__body__article {
  width: 100%;
}

.content .section .section__header__title > p {
  margin: 0;
}

.t-homepage .content .section {
  padding: 3.33333em 0;
}

.t-homepage .content .section .section__body {
  max-width: 1290px;
  margin: 0 auto;
  padding: 0 1.11111em;
}

.content .section--accordion {
  padding-bottom: 0;
}

@media screen and (min-width: 1024px) {
  .t-homepage .content .section {
    padding-top: 5.55556em;
    padding-bottom: 5.55556em;
  }
}

.section--BackgroundGrey {
  background: #dedce1;
}

.section--BackgroundGrey .section__header__title::after {
  content: ".....";
  display: block;
  color: #00aeef;
  line-height: 0.5em;
  font-size: 1em;
  text-align: center;
}

@media screen and (min-width: 600px) {
  .section--two-column .section__body {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  .section--two-column .section__body .section__body__article {
    display: flex;
    width: 48.5%;
  }
  .no-flexbox .section--two-column .section__body {
    display: block;
  }
  .no-flexbox .section--two-column .section__body .section__body__article {
    width: 48.5%;
    float: left;
    margin-left: 3%;
  }
  .no-flexbox .section--two-column .section__body .section__body__article:first-child {
    margin-left: 0;
  }
}

@media screen and (min-width: 600px) {
  .section--three-column .section__body {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  .section--three-column .section__body .section__body__article {
    display: flex;
    width: 31.6%;
  }
  .no-flexbox .section--three-column .section__body {
    display: block;
  }
  .no-flexbox .section--three-column .section__body .section__body__article {
    width: 31.3%;
    float: left;
    margin-left: 3%;
  }
  .no-flexbox .section--three-column .section__body .section__body__article:first-child {
    margin-left: 0;
  }
}

@media screen and (min-width: 600px) {
  .section--four-column .section__body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
  .section--four-column .section__body .section__body__article {
    display: flex;
    width: 48.5%;
  }
  .no-flexbox .section--four-column .section__body .section__body__article {
    float: left;
    width: 48.5%;
    margin-left: 3%;
  }
  .no-flexbox .section--four-column .section__body .section__body__article:nth-child(odd) {
    margin-left: 0;
    clear: left;
  }
}

@media screen and (min-width: 768px) {
  .section--four-column .section__body .section__body__article {
    width: 22.6%;
  }
  .no-flexbox .section--four-column .section__body {
    display: block;
  }
  .no-flexbox .section--four-column .section__body .section__body__article {
    float: left;
    width: 22.6%;
    margin-left: 3%;
  }
  .no-flexbox .section--four-column .section__body .section__body__article:nth-child(odd) {
    margin-left: 3%;
    clear: none;
  }
  .no-flexbox .section--four-column .section__body .section__body__article:first-child {
    margin-left: 0;
  }
}

/*
* @Title: Module - Pages - Articles
* @Author: JGuerreiro
* @Date:   2014-10-15 12:40:01
* @Last Modified by:   HMalespine
* @Last Modified time: 2017-01-30 11:54:09
*
*/
.content .article {
  width: 100%;
  margin-bottom: 1.11111em;
  word-break: break-word;
}

.content .article .article__header {
  margin-bottom: 1em;
}

.content .article .article__header .article__header__title {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  color: #004563;
}

.content .article .article__header .article__header__title::after {
  content: ".....";
  display: block;
  color: #ccc9d1;
  line-height: 0.5em;
  font-size: 1em;
}

.content .article .article__body p:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 600px) {
  .content .article {
    margin-bottom: 0;
  }
}

.article--highlighted {
  background: #dedce1;
}

.article--highlighted .article__image {
  background: #004563;
}

.article--highlighted .article__image a {
  display: block;
}

.article--highlighted .article__image img {
  display: block;
  opacity: 0.8;
  width: 100% !important;
}

.article--highlighted .article__image a:hover img {
  opacity: 2;
}

.article--highlighted .article__copy {
  padding: 1.11111em 1.33333em;
  color: #004563;
  font-weight: 100;
}

.article--featured .article__image {
  background: #004563;
}

.article--featured .article__image img {
  display: block;
  width: 100% !important;
  opacity: 0.8;
}

.article--featured .article__copy {
  width: 100%;
  padding: 1.11111em 1.33333em;
  background: #004563;
  color: #ffffff;
}

.article--featured .article__copy a {
  color: rgba(255, 255, 255, 0.5);
}

.article--featured .article__header .article__header__title {
  color: #ffffff;
  line-height: 1;
}

.article--featured .article__header .article__header__title::after {
  opacity: 0.5;
}

.article--featured .article__body {
  font-weight: 100;
}

@media screen and (min-width: 768px) {
  .article--featured {
    position: relative;
  }
  .article--featured .article__copy {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: auto;
  }
  .article--featured .article__header__title {
    font-size: 1.94444em;
  }
}

.article--twitter {
  padding: 2em 1em 11.11111em;
  background: url(../images/fespa/bg_twitter.png) no-repeat 100% 100% #00aeef;
  color: #ffffff;
}

.article--twitter .article__header .article__header__title {
  color: #ffffff;
  text-align: center;
  font-size: 1.22222em;
}

.article--twitter .article__body {
  text-align: center;
  font-weight: 300;
  font-size: 0.88889em;
}

.article--twitter .article__body i {
  margin: 1.11111em 0;
  color: #004563;
}

.article--twitter .article__body ul li a {
  color: #ffffff;
}

.article--twitter .article__body .interact a {
  display: inline-block;
  margin: 0 0.25em;
}

.article--countdown {
  padding: 4.44444em 1.11111em;
  background-repeat: no-repeat;
  border-radius: 0 100px 0 100px;
}

.article--countdown .article__body > p {
  font-size: 1.33333em;
  color: #004563;
}

@media screen and (min-width: 1024px) {
  .article--floating-image .article__image {
    float: left;
  }
  .article--floating-image .article__header__title {
    font-size: 3.05556em;
    line-height: 1;
  }
}

.content .article--accordion {
  width: 100%;
  position: relative;
  display: inline-block;
  margin: 0;
  margin-bottom: 1.11111em;
}

.content .article--accordion .article__header {
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
  margin: 0;
  color: #ffffff;
  background: #004563;
  padding: 1.11111em;
}

.content .article--accordion .article__header .article__header__title {
  margin: 0;
  color: #ffffff;
}

.content .article--accordion .article__header .article__header__title::after {
  display: none;
}

.content .article--accordion .article__header::before {
  content: "";
  display: block;
  font-family: "FontAwesome";
  color: #ffffff;
  float: right;
  font-size: 1.38889em;
}

.content .article--accordion .article__header:hover {
  background: #00aeef;
}

.content .article--accordion.is-open .article__header {
  color: #ffffff;
}

.content .article--accordion.is-open .article__header::before {
  content: "\f106";
  color: #ffffff;
}

.content .article--accordion .article__body {
  display: none;
  background: #ffffff;
  padding: 1.5em;
}

/*
* @Title: Modules - Panels
* @Author: JGuerreiro
* @Date:   2014-10-15 12:40:01
* @Last Modified by:   HMalespine
* @Last Modified time: 2016-12-06 09:12:33
*
*/
.panel .panel__body p {
  margin: 0;
}

@media screen and (min-width: 1024px) {
  .header .panel--social {
    margin-left: auto;
  }
  .no-flexbox .header .panel--social {
    width: 31.3%;
    float: right;
    vertical-align: middle;
  }
}

.switch-language .panel {
  padding: 0.6em;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  text-align: center;
}

.switch-language .panel p {
  line-height: 1em;
}

@media screen and (min-width: 768px) {
  .switch-language .panel {
    position: fixed;
    z-index: 100;
    top: 90px;
    right: 1em;
  }
}

.hero .panel--branding {
  margin: 0 auto;
}

.hero .panel--branding img {
  width: 215px !important;
  height: auto !important;
}

.hero .panel--hero-body {
  line-height: 1;
  color: #00aeef;
  color: #32313a;
}

.hero .panel--hero-body .ck-baseline {
  text-transform: uppercase;
  font-size: 1.94444em;
  font-family: "Kanit", sans-serif;
}

.hero .panel--hero-body .ck-baseline strong {
  font-family: "Montserrat", sans-serif;
}

.hero .panel--hero-body .ck-date-venue {
  color: #00aeef;
  font-size: 0.9em;
}

.hero .panel--hero-body a[class*="ck-button"] {
  margin-top: 0.55556em;
  text-transform: none;
  font-family: "proxima-nova", sans-serif;
}

@media screen and (min-width: 600px) {
  .hero .panel--branding {
    float: left;
  }
  .hero .panel--hero-body {
    float: right;
  }
}

@media screen and (min-width: 768px) {
  .hero .panel .ck-baseline {
    font-size: 2.11111em;
  }
  .hero .panel .ck-baseline strong {
    font-size: 1.15789em;
  }
  .hero .panel .ck-date-venue {
    font-size: 1.11111em;
  }
  .hero .panel a[class*="ck-button"] {
    font-size: 1em;
    padding: 0.75em 6em 0.75em 2em;
  }
}

@media screen and (min-width: 1024px) {
  .hero .panel--branding {
    margin: 2.22222em 2.22222em 0 0;
  }
  .hero .panel--hero-body .ck-baseline {
    font-size: 4em;
    line-height: 0.8;
  }
  .hero .panel--hero-body .ck-baseline strong {
    font-size: 1.27778em;
  }
  .hero .panel--hero-body .ck-date-venue {
    font-size: 1.72222em;
  }
  .hero .panel--hero-body a[class*="ck-button"] {
    font-size: 1.38889em;
    padding: 0.75em 6em 0.75em 2em;
  }
}

@media screen and (min-width: 1280px) {
  .hero .panel--hero-body .ck-baseline {
    font-size: 4.72222em;
  }
  .hero .panel--hero-body .ck-baseline strong {
    font-size: 1.2em;
  }
}

.hero__slider .panel__body > p {
  display: none;
}

.hero--home .panel--branding {
  max-width: 140px;
}

.hero--home .panel--hero-body .ck-baseline {
  margin-bottom: 0.25em;
}

@media screen and (min-width: 600px) {
  .hero--home .panel--hero-body {
    width: 70%;
  }
}

@media screen and (min-width: 1024px) {
  .hero--home .panel--branding {
    max-width: none;
  }
  .hero--home .panel--hero-body {
    width: 80%;
    margin: 3.33333em 0 0 0;
  }
}

@media screen and (min-width: 1280px) {
  .hero--home .panel--branding {
    margin-top: 4.44444em;
  }
  .hero--home .panel--hero-body {
    margin: 8.33333em 0 0 0;
  }
}

.hero--subpage .panel--branding {
  max-width: 130px;
}

.hero--subpage .panel--branding img {
  width: 165px !important;
  height: auto !important;
}

.hero--subpage .panel--default {
  display: none;
}

.hero--subpage .panel--mobile {
  position: absolute;
}

.hero--subpage .panel--cta {
  align-self: center;
  max-width: 275px;
  margin: 0 auto;
}

.hero--subpage .panel--cta a {
  display: block;
  padding: 1em 0.5em 1em 3.9em;
  background: url(../images/fespa/ic_register.png) no-repeat 20px center rgba(0, 174, 239, 0.9);
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  font-size: 1.11111em;
  border-radius: 0 0 0 35px;
  font-weight: 700;
}

.hero--subpage .panel--cta a:hover {
  background-color: rgba(0, 174, 239, 0.8);
}

@media screen and (min-width: 480px) {
  .hero--subpage .panel--mobile img {
    width: 100% !important;
  }
}

@media screen and (min-width: 600px) {
  .hero--subpage .panel--mobile {
    display: none;
  }
  .hero--subpage .panel--default {
    display: block;
  }
  .hero--subpage .panel--default img {
    width: 100% !important;
  }
  .hero--subpage .panel--cta {
    margin: 0 0 0 auto;
  }
  .no-flexbox .hero--subpage .panel--cta {
    float: right;
    margin-top: 4.44444em;
  }
}

@media screen and (min-width: 768px) {
  .hero--subpage .panel--branding {
    margin: 0 2.22222em 0 0;
    max-width: 165px;
  }
}

@media screen and (min-width: 1024px) {
  .hero--subpage .panel--hero-body .ck-baseline {
    line-height: 0.9;
  }
}

.content__sidebar .panel {
  margin-bottom: 1.11111em;
}

.content__sidebar .panel--default {
  text-align: center;
}

.content__sidebar .panel--cta {
  width: 100%;
  background: #00aeef;
  color: #ffffff;
  border-radius: 0 35px 0 35px;
}

.content__sidebar .panel--cta ul {
  padding: 1.11111em 1.33333em 2.22222em;
}

.content__sidebar .panel--cta ul li {
  border-bottom: 2px dotted rgba(255, 255, 255, 0.5);
}

.content__sidebar .panel--cta ul li a {
  display: inline-block;
  padding: 1.11111em 0;
  color: #ffffff;
  font-size: 1em;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.content__sidebar .panel--cta ul li a:hover {
  background: #009bd5;
}

.content__sidebar .panel--cta ul li img {
  display: inline-block;
  margin-right: 0.5em;
  vertical-align: middle;
}

.content__sidebar .panel--cta strong {
  display: inline-block;
}

.sponsors .panel {
  width: 100%;
  clear: both;
  margin-bottom: 2.22222em;
}

.sponsors .panel .panel__header__title {
  margin: 0 0 2.22222em;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  color: #004563;
  font-size: 1.38889em;
  text-transform: uppercase;
}

.sponsors .panel .panel__header__title::after {
  content: ".....";
  display: block;
  color: #ccc9d1;
  line-height: 0.5em;
  font-size: 1em;
}

.sponsors .panel .panel__body > ul {
  justify-content: space-around;
}

.sponsors .panel .panel__body > ul > li {
  position: relative;
  float: left;
  width: 48%;
  margin: 0 1%;
}

@media screen and (min-width: 600px) {
  .sponsors .panel .panel__body > ul > li {
    width: 23%;
  }
}

@media screen and (min-width: 1280px) {
  .sponsors .panel .panel__body > ul > li {
    width: 12%;
  }
}

.testimonials .panel {
  padding: 2.22222em 0;
}

.testimonials .panel::before {
  display: inline-block;
  margin-bottom: 1.11111em;
  padding: 1em;
  content: url(../images/ic_quote.png);
  background: #00aeef;
  border-radius: 50%;
}

@media screen and (min-width: 1280px) {
  .testimonials .panel {
    padding: 5.55556em 0;
  }
}

.cta .panel {
  margin: 1.11111em 0;
  text-align: center;
}

.cta .panel--branding img {
  display: block;
  margin: 0 auto;
}

.cta .panel--cta a {
  padding: 1.11111em 3.33333em 1.11111em 1.11111em;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 35;
  background: url("../images/arrow2.png") no-repeat 95% center;
  background-size: 25px 25px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  border-radius: none;
  font-weight: 700;
}

.cta .panel--cta a:hover {
  background-color: #00aeef;
  border-radius: 0 35px 0 35px;
}

@media screen and (min-width: 600px) {
  .cta .panel--cta a {
    padding: 1.11111em 4.44444em 1.11111em 2.22222em;
    font-size: 1.38889em;
    background-size: auto auto;
  }
}

@media screen and (min-width: 768px) {
  .cta .panel--cta a {
    font-size: 1.94444em;
  }
}

@media screen and (min-width: 1024px) {
  .cta .panel--cta {
    width: 100%;
  }
}

.leaderboard .panel {
  position: relative;
  margin: 2.22222em auto;
}

.footer-links .panel {
  margin-bottom: 1.11111em;
  color: #004563;
  text-align: center;
}

.footer-links .panel .panel__header .panel__header__title {
  color: #004563;
  font-family: "Montserrat", sans-serif;
  font-size: 1.38889em;
}

.footer-links .panel .panel__body {
  font-size: 0.77778em;
}

.footer-links .panel--colocated ul li {
  display: inline-block;
  max-width: 20%;
  margin: 0.5em;
}

@media screen and (min-width: 600px) {
  .footer-links .panel {
    width: 49%;
    text-align: left;
  }
}

@media screen and (min-width: 1024px) {
  .footer-links .panel {
    width: 24%;
  }
  .footer-links .panel--colocated {
    width: 75%;
  }
  .no-flexbox .footer-links .panel {
    width: 31.3%;
    float: left;
    margin-left: 1%;
  }
}

/*
* @Title: Module - Forms
* @Author: JGuerreiro
* @Date:   2014-12-08 12:00:58
* @Last Modified by:   HMalespine
* @Last Modified time: 2016-11-07 10:49:55
*/
form fieldset {
  margin-bottom: 1em;
}

form label.error {
  color: red;
}

form .form__group {
  margin-bottom: .5em;
  clear: both;
  width: 100%;
}

form .form__group__title {
  margin: 0;
  padding: 0;
}

form .form__group__controls input {
  padding: .5em 1em;
  border: solid 1px #dedce1;
  outline: none;
  width: 100%;
  color: #32313a;
}

form .form__group__controls input[type="checkbox"], form .form__group__controls input[type="radio"] {
  width: auto;
  margin-right: 0.5em;
}

form .form__group__controls input[type="submit"] {
  border: none;
  color: #ffffff;
}

form .form__group__controls select {
  padding: .5em 1em;
  border: solid 1px #dedce1;
  width: 100%;
}

form .form__group__controls textarea {
  padding: .5em 1em;
  border: solid 1px #dedce1;
  outline: none;
  resize: vertical;
  width: 100%;
}

form .form__group__controls label.error {
  display: block;
}

form .form__group__controls .nestedtree-group .nestedtree-group {
  padding-left: 1.5em;
}

form .form__group__controls .option_column > label {
  display: block;
}

form .form__group__controls .option_column input {
  width: auto;
  margin-right: .5em;
}

form .form__group .option_column__wrapper > .option_column > ul {
  padding-left: 0;
  overflow: hidden;
}

form .form__group .option_column ul {
  list-style: none;
}

form .form__group .option_column input[type="checkbox"], form .form__group .option_column input[type="radio"] {
  width: auto;
  margin-right: 0.5em;
}

form .form__group .option_column .form-field__option .form__group__controls {
  width: auto;
  float: left;
}

form .form__group .option_column .form-field__option .form__group__title--after {
  float: left;
  padding: 0;
}

form .form__group .option_column .form-field__option label.form__group__title--after {
  padding: 0;
}

form .form__group .fieldoptionvalue .form__group__title--after {
  float: none;
  padding: 0;
}

form .js-controls .form__group .form__group__controls {
  width: auto;
  float: right;
}

form .option_column__wrapper {
  padding: .5em 0;
}

form div.form__group--dpa {
  clear: both;
}

form div.form__group--dpa .form__group__controls {
  width: auto;
  float: left;
  clear: left;
}

form div.form__group--dpa .form__group__title--after {
  float: left;
  padding: 0.1em;
}

@media screen and (min-width: 600px) {
  .form__group {
    display: block;
    width: 100%;
    overflow: hidden;
  }
  .form__group div.form__group__title {
    margin: 0;
    padding: .5em 0;
  }
  .form__group div.form__group__title--before {
    float: left;
    width: 40%;
    padding-right: 1em;
  }
  .form__group div.form__group__title--after {
    float: right;
    padding-left: 1em;
  }
  .form__group div.form__group__title--above {
    display: block;
    margin-bottom: .5em;
  }
  .form__group div.form__group__title--below {
    display: block;
    margin-top: .5em;
  }
  div.control-group .form__group__controls,
  div.form__group__title--above + .form__group__controls,
  div.form__group__title--below + .form__group__controls,
  .form__group div.form__group__title--above + .option_column__wrapper,
  .form__group div.form__group__title--below + .option_column__wrapper {
    width: 100%;
  }
  .form__group .option_column__wrapper {
    width: 60%;
    float: left;
  }
  .form__group__controls {
    width: 60%;
    float: left;
  }
  #VcalForm .form__group__controls {
    width: 100%;
  }
  .form__group__controls input {
    display: inline-block;
    vertical-align: middle;
    outline: none;
    width: 100%;
  }
  .form__group__controls textarea {
    outline: none;
    resize: vertical;
    width: 100%;
  }
  .form__group__controls label.error {
    display: block;
    color: red;
  }
  .form__group .option_column--size_2 {
    float: left;
    width: 48.75%;
    margin-right: 2.5%;
  }
  .form__group .option_column--size_2:nth-child(even) {
    margin-right: 0;
  }
  .form__group .option_column--size_3 {
    float: left;
    width: 31.66666666666667%;
    margin-right: 2.5%;
  }
  .form__group .option_column--size_3:nth-child(3n) {
    margin-right: 0;
  }
  .form__group .option_column--size_4 {
    float: left;
    width: 23.125%;
    margin-right: 2.5%;
  }
  .form__group .option_column--size_4:nth-child(4n) {
    margin-right: 0;
  }
}

/*
* @Title: Modules - Exhibitors - List - List
* @Version: 2.0
* @Author: JGuerreiro
* @Date:   2015-03-16 11:02:11
* @Last Modified by:   HMalespine
* @Last Modified time: 2016-09-07 11:31:22
*
*/
.m-exhibitors-list--list {
  overflow: hidden;
  /*---------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
  /*---------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
}

.m-exhibitors-list--list .m-exhibitors-list__description {
  margin-bottom: 1.81818em;
  font-size: 1.22222em;
}

.m-exhibitors-list--list .m-exhibitors-list__search {
  margin-bottom: 1.11111em;
}

.m-exhibitors-list--list .m-exhibitors-list__az {
  margin-bottom: 2.22222em;
}

.m-exhibitors-list--list .m-exhibitors-list__items__item {
  display: block;
  border-left: 3px solid #004563;
  background: #dedce1;
  padding: 1.11111em 2.22222em;
  margin-bottom: 0.55556em;
  width: 100%;
}

.m-exhibitors-list--list .m-exhibitors-list__items__item__name {
  color: #32313a;
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  font-weight: 400;
  margin: 0;
}

.m-exhibitors-list--list .m-exhibitors-list__items__item__name__link {
  color: inherit;
}

.m-exhibitors-list--list .m-exhibitors-list__items__item__name__link:hover {
  color: #004563;
}

.m-exhibitors-list--list .m-exhibitors-list__items__item__name__link[href*="javascript:return false;"]:hover {
  color: inherit;
  cursor: default;
}

.m-exhibitors-list--list .m-exhibitors-list__items__item__stand {
  color: #9492a3;
}

.m-exhibitors-list--list .m-exhibitors-list__items__item__libraries a {
  color: #9492a3;
  margin-left: 0.55556em;
}

.m-exhibitors-list--list .m-exhibitors-list__items__item__libraries a:hover {
  color: #00aeef;
}

.m-exhibitors-list--list .m-exhibitors-list__items__item--status-premium {
  background: #ffffff;
  border: 1px solid #dedce1;
  border-left: 3px solid #00aeef;
}

.m-exhibitors-list--list .m-exhibitors-list__items__item--status-premium .m-exhibitors-list__items__item__name {
  font-weight: 700;
}

.m-exhibitors-list--list .m-exhibitors-list__count {
  clear: left;
  float: left;
  margin-top: 2.22222em;
}

.m-exhibitors-list--list .m-exhibitors-list__pagination {
  float: right;
  margin-top: 2.22222em;
}

@media screen and (min-width: 768px) {
  .m-exhibitors-list--list .m-exhibitors-list__items__item {
    display: flex;
    align-items: center;
  }
  .m-exhibitors-list--list .m-exhibitors-list__items__item__name {
    width: 50%;
    padding-right: 1.33333em;
  }
  .m-exhibitors-list--list .m-exhibitors-list__items__item__stand {
    width: 19%;
    padding-right: 1.33333em;
  }
  .m-exhibitors-list--list .m-exhibitors-list__items__item__libraries {
    width: 31%;
    text-align: right;
  }
  .m-exhibitors-list--list .m-exhibitors-list__items__item__libraries a {
    height: 2em;
    width: 2em;
    border: solid 2px #ffffff;
    line-height: 1.77778em;
    display: inline-block;
    border-radius: 100%;
    text-align: center;
  }
  .m-exhibitors-list--list .m-exhibitors-list__items__item__libraries a:hover {
    border-color: #00aeef;
  }
}

@media screen and (min-width: 768px) {
  .no-flexbox .m-exhibitors-list--list .m-exhibitors-list__items__item {
    overflow: hidden;
  }
  .no-flexbox .m-exhibitors-list--list .m-exhibitors-list__items__item__name {
    float: left;
    margin-top: 0.74074em;
  }
  .no-flexbox .m-exhibitors-list--list .m-exhibitors-list__items__item__stand {
    float: left;
    margin-top: 0.74074em;
  }
  .no-flexbox .m-exhibitors-list--list .m-exhibitors-list__items__item__libraries {
    float: left;
  }
}

/*
* @Title: Module - Exhibitors - List - Grid
* @Version: 2.0
* @Author: JGuerreiro
* @Date:   2015-03-16 11:02:11
* @Last Modified by:   HMalespine
* @Last Modified time: 2016-09-07 11:26:21
*
*/
.m-exhibitors-list--grid {
  overflow: hidden;
  /*---------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
  /*---------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
}

.m-exhibitors-list--grid .m-exhibitors-list__description {
  margin-bottom: 1.81818em;
  font-size: 1.22222em;
}

.m-exhibitors-list--grid .m-exhibitors-list__search {
  margin-bottom: 1.11111em;
}

.m-exhibitors-list--grid .m-exhibitors-list__az {
  margin-bottom: 2.22222em;
}

.m-exhibitors-list--grid .m-exhibitors-list__items {
  display: flex;
  flex-wrap: wrap;
  backface-visibility: hidden;
}

.m-exhibitors-list--grid .m-exhibitors-list__items__item {
  display: block;
  background: #ffffff;
  margin-right: 1.33333em;
  margin-top: 1.33333em;
  width: calc(50% - 0.66667em);
  border: solid 1px #dedce1;
}

.m-exhibitors-list--grid .m-exhibitors-list__items__item:nth-child(2n) {
  margin-right: 0;
}

.m-exhibitors-list--grid .m-exhibitors-list__items__item:nth-child(3n) {
  clear: left;
}

.m-exhibitors-list--grid .m-exhibitors-list__items__item:nth-child(-n+2) {
  margin-top: 0;
}

.m-exhibitors-list--grid .m-exhibitors-list__items__item__logo {
  width: 100%;
  background-image: url(../images/modules/exhibitors/list/grid/logo_exhibitor_default.gif);
  background-position: center center;
  background-repeat: no-repeat;
  height: 0;
  padding-bottom: 100%;
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.m-exhibitors-list--grid .m-exhibitors-list__items__item__logo[style*="background-image"] {
  background-size: 100%;
}

.m-exhibitors-list--grid .m-exhibitors-list__items__item__logo img {
  opacity: 0;
  width: 100%;
}

.m-exhibitors-list--grid .m-exhibitors-list__items__item__body {
  padding: 1.11111em;
}

.m-exhibitors-list--grid .m-exhibitors-list__items__item__body__name {
  margin: 0;
  color: #32313a;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1em;
}

.m-exhibitors-list--grid .m-exhibitors-list__items__item__body__name__link {
  color: inherit;
}

.m-exhibitors-list--grid .m-exhibitors-list__items__item__body__name__link:hover {
  color: #004563;
}

.m-exhibitors-list--grid .m-exhibitors-list__items__item__body__name__link[href*="javascript:return false;"]:hover {
  color: inherit;
  cursor: default;
}

.m-exhibitors-list--grid .m-exhibitors-list__items__item__body__stand {
  color: #9492a3;
}

.m-exhibitors-list--grid .m-exhibitors-list__items__item__body__libraries {
  margin-top: 1.11111em;
}

.m-exhibitors-list--grid .m-exhibitors-list__items__item__body__libraries a {
  color: #9492a3;
  display: inline-block;
  border-radius: 100%;
  text-align: center;
  margin-right: 0.5em;
}

.m-exhibitors-list--grid .m-exhibitors-list__items__item__body__libraries a:hover {
  color: #00aeef;
}

.m-exhibitors-list--grid .m-exhibitors-list__items__item--status-premium {
  background: #dedce1;
}

.m-exhibitors-list--grid .m-exhibitors-list__items__item--status-premium .m-exhibitors-list__items__item__name {
  font-weight: 700;
}

.m-exhibitors-list--grid .m-exhibitors-list__count {
  clear: left;
  float: left;
  margin-top: 2.22222em;
}

.m-exhibitors-list--grid .m-exhibitors-list__pagination {
  float: right;
  margin-top: 2.22222em;
}

@media screen and (min-width: 600px) {
  .m-exhibitors-list--grid .m-exhibitors-list__items__item {
    width: calc(33.33% - 0.88889em);
  }
  .m-exhibitors-list--grid .m-exhibitors-list__items__item:nth-child(2n) {
    margin-right: 1.33333em;
  }
  .m-exhibitors-list--grid .m-exhibitors-list__items__item:nth-child(3n) {
    clear: none;
    margin-right: 0;
  }
  .m-exhibitors-list--grid .m-exhibitors-list__items__item:nth-child(4n) {
    clear: left;
  }
  .m-exhibitors-list--grid .m-exhibitors-list__items__item:nth-child(-n+3) {
    margin-top: 0;
  }
}

@media screen and (min-width: 1024px) {
  .m-exhibitors-list--grid .m-exhibitors-list__items__item {
    width: calc(25% - 1em);
  }
  .m-exhibitors-list--grid .m-exhibitors-list__items__item:nth-child(3n) {
    margin-right: 1.33333em;
  }
  .m-exhibitors-list--grid .m-exhibitors-list__items__item:nth-child(4n) {
    clear: none;
    margin-right: 0;
  }
  .m-exhibitors-list--grid .m-exhibitors-list__items__item:nth-child(4n+1) {
    clear: left;
  }
  .m-exhibitors-list--grid .m-exhibitors-list__items__item:nth-child(-n+4) {
    margin-top: 0;
  }
}

.no-flexbox .m-exhibitors-list--grid .m-exhibitors-list__items__item {
  float: left;
}

/*
* @Title: Module - Exhibitors - Entry - tabs
* Version 2.0
* @Author: JGuerreiro
* @Date:   2015-03-16 11:02:11
* @Last Modified by:   HMalespine
* @Last Modified time: 2017-01-24 15:05:05
*/
.m-exhibitor-entry--tabs {
  text-align: center;
  /*.m-exhibitor-entry__item__body__stand-sharers 							{ clear: both; 
		h4 																	{ margin-bottom: em($baseline/2); }
	}*/
}

.m-exhibitor-entry--tabs .m-exhibitor-entry__item {
  position: relative;
}

.m-exhibitor-entry--tabs .m-exhibitor-entry__item__header {
  padding: 1.11111em;
}

.m-exhibitor-entry--tabs .m-exhibitor-entry__item__header__title {
  text-align: center;
  margin: 0;
}

.m-exhibitor-entry--tabs .m-exhibitor-entry__item__header__stand {
  margin: 0;
  text-align: center;
  font-family: "Kanit", sans-serif;
  color: #b0afbb;
}

.m-exhibitor-entry--tabs .m-exhibitor-entry__item__header__categories {
  text-align: center;
}

.m-exhibitor-entry--tabs .m-exhibitor-entry__item__header__categories__item {
  display: inline-block;
  padding: .25em 1em;
  color: #32313a;
  background: rgba(222, 220, 225, 0.8);
  border-radius: 0 35px 0 35px;
}

.m-exhibitor-entry--tabs .m-exhibitor-entry__item__cover__image {
  height: 100%;
  overflow: hidden;
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.m-exhibitor-entry--tabs .m-exhibitor-entry__item__cover__image img {
  opacity: 0;
}

.m-exhibitor-entry--tabs .m-exhibitor-entry__item__cover__image {
  height: 100%;
  overflow: hidden;
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.m-exhibitor-entry--tabs .m-exhibitor-entry__item__cover__image img {
  opacity: 0;
}

.m-exhibitor-entry--tabs .m-exhibitor-entry__item__body__contacts {
  margin-bottom: 1.11111em;
}

.m-exhibitor-entry--tabs .m-exhibitor-entry__item__body__contacts h4 {
  margin: 0;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
}

.m-exhibitor-entry--tabs .m-exhibitor-entry__item__body__contacts .m-exhibitor-entry__item__body__contacts__address {
  margin-bottom: 1.11111em;
}

.m-exhibitor-entry--tabs .m-exhibitor-entry__item__body__contacts .m-exhibitor-entry__item__body__contacts__additional {
  margin-bottom: 1.11111em;
}

.m-exhibitor-entry--tabs .m-exhibitor-entry__item__body__contacts .m-exhibitor-entry__item__body__contacts__additional .m-exhibitor-entry__item__body__contacts__additional__website {
  margin-bottom: 1.11111em;
}

.m-exhibitor-entry--tabs .m-exhibitor-entry__item__body__contacts .m-exhibitor-entry__item__body__contacts__additional .m-exhibitor-entry__item__body__contacts__additional__telephone {
  margin-bottom: 1.11111em;
}

.m-exhibitor-entry--tabs .m-exhibitor-entry__item__body__contacts__logo {
  text-align: center;
}

.m-exhibitor-entry--tabs .m-exhibitor-entry__item__body__contacts__logo .m-exhibitor-entry__item__body__contacts__logo--wrap {
  display: inline-block;
  margin-bottom: 1em;
  width: 10em;
  height: 10em;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.m-exhibitor-entry--tabs .m-exhibitor-entry__item__body__contacts__logo .m-exhibitor-entry__item__body__contacts__logo--wrap img {
  display: block;
  margin: 0 auto;
}

.m-exhibitor-entry--tabs .m-exhibitor-entry__item__body__contacts__social {
  margin: 1.11111em 0 0;
  padding: 0;
  list-style: none;
}

.m-exhibitor-entry--tabs .m-exhibitor-entry__item__body__contacts__social__item {
  display: inline-block;
}

.m-exhibitor-entry--tabs .m-exhibitor-entry__item__body__contacts__social__item a {
  display: block;
  width: 2.22222em;
  height: 2.22222em;
  line-height: 2.22222em;
  background: #dedce1;
  text-align: center;
  text-decoration: none;
  border-radius: 100%;
}

.m-exhibitor-entry--tabs .m-exhibitor-entry__item__body__contacts__share {
  clear: both;
  margin: 1.11111em 0;
}

.m-exhibitor-entry--tabs .m-exhibitor-entry__body__categories__items__item {
  display: inline-block;
  margin: 0 .25em .5em 0;
  padding: 0.55556em 1.11111em;
  background: #dedce1;
  border-radius: 5px;
  text-align: center;
}

.m-exhibitor-entry--tabs .m-exhibitor-entry__navigation {
  clear: both;
  text-align: center;
  margin: 1.11111em 0;
}

@media screen and (min-width: 768px) {
  .m-exhibitor-entry--tabs {
    text-align: left;
  }
  .m-exhibitor-entry--tabs .m-exhibitor-entry__item__header--cover {
    position: relative;
  }
  .m-exhibitor-entry--tabs .m-exhibitor-entry__item__header--cover .m-exhibitor-entry__item__header__wrapper {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 50;
    transform: translate(0, -50%);
  }
  .m-exhibitor-entry--tabs .m-exhibitor-entry__item__header--cover .m-exhibitor-entry__item__header__title {
    color: #ffffff;
    font-size: 1.94444em;
  }
  .m-exhibitor-entry--tabs .m-exhibitor-entry__item__header--cover .m-exhibitor-entry__item__header__stand {
    color: #e6e6ea;
    font-size: 1.22222em;
  }
  .m-exhibitor-entry--tabs .m-exhibitor-entry__item__header--cover .m-exhibitor-entry__item__header__favourite {
    position: absolute;
    top: 1em;
    right: 1em;
    z-index: 8;
  }
  .m-exhibitor-entry--tabs .m-exhibitor-entry__item__header__cover {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
  }
  .m-exhibitor-entry--tabs .m-exhibitor-entry__item__header__cover__image {
    background-size: cover;
    background-repeat: no-repeat;
    height: 16.66667em;
  }
  .m-exhibitor-entry--tabs .m-exhibitor-entry__item__header__cover__image img {
    opacity: 0;
  }
  .m-exhibitor-entry--tabs .m-exhibitor-entry__item__header__cover__image::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.4);
  }
  .m-exhibitor-entry--tabs .m-exhibitor-entry__item__body__contacts__logo {
    float: left;
    width: 20%;
  }
  .m-exhibitor-entry--tabs .m-exhibitor-entry__item__body__contacts__logo .m-exhibitor-entry__item__body__contacts__logo--wrap {
    max-width: 100%;
  }
  .m-exhibitor-entry--tabs .m-exhibitor-entry__item__body__description {
    float: right;
    width: 75%;
    font-size: 1.22222em;
  }
  .m-exhibitor-entry--tabs .m-exhibitor-entry__item__body__contacts {
    float: right;
    width: 75%;
  }
  .m-exhibitor-entry--tabs .m-exhibitor-entry__item__body__contacts .m-exhibitor-entry__item__body__contacts__address {
    float: left;
    margin-right: 5%;
    width: 50%;
  }
  .m-exhibitor-entry--tabs .m-exhibitor-entry__item__body__contacts .m-exhibitor-entry__item__body__contacts__additional {
    float: left;
    width: 45%;
  }
}

.m-exhibitor-entry__item__body__contacts__rapport {
  display: none;
  clear: both;
}

.mfp-content > .m-exhibitor-entry__item__body__contacts__rapport {
  display: block;
}

/* Put it here instead of in each library sass, easier to manage) */
.m-exhibitor-entry--tabs *[class*="-list__search"], .m-exhibitor-entry--tabs *[class*="-list__az"],
.m-exhibitor-entry--tabs *[class*="-list__summary"] {
  display: none;
  margin: 0;
}

/*
* @Title: Module - Seminar - List - Columns
* @Version: 2.0
* @Author: JGuerreiro
* @Date:   2015-04-20 12:52:08
* @Last Modified by:   HMalespine
* @Last Modified time: 2016-07-19 09:33:07
*/
.m-seminar-list--columns {
  /*---------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
  /*---------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
}

.m-seminar-list--columns .m-seminar-list__description {
  margin-bottom: 1.81818em;
  font-size: 1.22222em;
}

.m-seminar-list--columns .m-seminar-list__search {
  margin-bottom: 1.11111em;
}

.m-seminar-list--columns .m-seminar-list__streams {
  margin-bottom: 2.22222em;
}

.m-seminar-list--columns .m-seminar-list__streams__list {
  text-align: center;
}

.m-seminar-list--columns .m-seminar-list__streams__list__item {
  display: inline-block;
  margin: 0 0.55556em;
}

.m-seminar-list--columns .m-seminar-list__streams__list__item__image {
  display: inline-block;
  vertical-align: middle;
}

.m-seminar-list--columns .m-seminar-list__streams__list__item__name {
  display: inline-block;
  vertical-align: middle;
}

.m-seminar-list--columns .m-seminar-list__list {
  clear: both;
  overflow: hidden;
  position: relative;
}

.m-seminar-list--columns .m-seminar-list__list__column {
  position: relative;
  padding: 1.11111em;
  border: solid 1px #dedce1;
  background: #ffffff;
}

.m-seminar-list--columns .m-seminar-list__list__column__header {
  /*margin-bottom: em($baseline*2);*/
}

.m-seminar-list--columns .m-seminar-list__list__column__header__title {
  font-family: "Montserrat", sans-serif;
  border-radius: 0 35px 0 35px;
  background: #004563;
  color: #ffffff;
  text-align: center;
  font-weight: 400;
  padding: 1.11111em;
}

.m-seminar-list--columns .m-seminar-list__list__items__item {
  padding: 2.22222em 1.11111em;
  display: block;
  border-bottom: solid 1px #dedce1;
}

.m-seminar-list--columns .m-seminar-list__list__items__item--featured {
  border: solid 10px #004563;
}

.m-seminar-list--columns .m-seminar-list__list__items__item--break {
  background: #dedce1;
  text-align: center;
  pointer-events: none;
}

.m-seminar-list--columns .m-seminar-list__list__items__item__streams {
  margin-top: 0.55556em;
}

.m-seminar-list--columns .m-seminar-list__list__items__item__streams__item {
  display: inline-block;
}

.m-seminar-list--columns .m-seminar-list__list__items__item__streams__item__name {
  display: none;
}

.m-seminar-list--columns .m-seminar-list__list__items__item__time {
  margin-bottom: 1.11111em;
  color: #9492a3;
  font-weight: 700;
}

.m-seminar-list--columns .m-seminar-list__list__items__item__time__end:before {
  content: "-";
}

.m-seminar-list--columns .m-seminar-list__list__items__item__title {
  color: #32313a;
  font-family: "Montserrat", sans-serif;
}

.m-seminar-list--columns .m-seminar-list__list__items__item__title a {
  color: inherit;
}

.m-seminar-list--columns .m-seminar-list__list__items__item__title a:hover {
  color: #00aeef;
}

.m-seminar-list--columns .m-seminar-list__list__items__item__location {
  color: #9492a3;
}

.m-seminar-list--columns .m-seminar-list__list__items__item__image {
  margin: 1.11111em 0;
  width: 33.33%;
  float: left;
  margin-right: 1.33333em;
}

.m-seminar-list--columns .m-seminar-list__list__items__item__description {
  margin-top: 1.11111em;
}

.m-seminar-list--columns .m-seminar-list__list__items__item__description + * {
  margin-top: 2.22222em;
}

.m-seminar-list--columns .m-seminar-list__list__items__item__chairpersons + * {
  margin-top: 0.55556em;
}

.m-seminar-list--columns .m-seminar-list__list__items__item__chairpersons__title {
  display: block;
  margin-bottom: 1.11111em;
  font-weight: 700;
  color: #9492a3;
  font-size: 0.77778em;
}

.m-seminar-list--columns .m-seminar-list__list__items__item__chairpersons__chairperson {
  display: flex;
  margin-top: 0.55556em;
}

.m-seminar-list--columns .m-seminar-list__list__items__item__chairpersons__chairperson:first-child {
  margin-top: 0;
}

.m-seminar-list--columns .m-seminar-list__list__items__item__chairpersons__chairperson__image {
  flex-shrink: 0;
  width: 1.77778em;
  height: 1.77778em;
  border-radius: 100%;
  overflow: hidden;
  display: inline-block;
  margin-right: 0.55556em;
  vertical-align: middle;
  background-size: cover;
  background-position: center center;
}

.m-seminar-list--columns .m-seminar-list__list__items__item__chairpersons__chairperson__image img {
  opacity: 0;
}

.m-seminar-list--columns .m-seminar-list__list__items__item__chairpersons__chairperson__name {
  font-size: 0.77778em;
  display: inline-block;
  color: #9492a3;
  align-self: center;
  flex-shrink: 1;
}

.m-seminar-list--columns .m-seminar-list__list__items__item__chairpersons__chairperson__name a {
  color: inherit;
}

.m-seminar-list--columns .m-seminar-list__list__items__item__chairpersons__chairperson__name a:hover {
  color: #00aeef;
}

.m-seminar-list--columns .m-seminar-list__list__items__item__speakers__title {
  display: block;
  margin-bottom: 1.11111em;
  font-weight: 700;
  color: #9492a3;
  font-size: 0.77778em;
}

.m-seminar-list--columns .m-seminar-list__list__items__item__speakers__speaker {
  display: flex;
  margin-top: 0.55556em;
}

.m-seminar-list--columns .m-seminar-list__list__items__item__speakers__speaker:first-child {
  margin-top: 0;
}

.m-seminar-list--columns .m-seminar-list__list__items__item__speakers__speaker__image {
  flex-shrink: 0;
  width: 1.77778em;
  height: 1.77778em;
  border-radius: 100%;
  overflow: hidden;
  display: inline-block;
  margin-right: 0.55556em;
  vertical-align: middle;
  background-size: cover;
  background-position: center center;
}

.m-seminar-list--columns .m-seminar-list__list__items__item__speakers__speaker__image img {
  opacity: 0;
}

.m-seminar-list--columns .m-seminar-list__list__items__item__speakers__speaker__name {
  font-size: 0.77778em;
  display: inline-block;
  color: #9492a3;
  align-self: center;
  flex-shrink: 1;
}

.m-seminar-list--columns .m-seminar-list__list__items__item__speakers__speaker__name a {
  color: inherit;
}

.m-seminar-list--columns .m-seminar-list__list__items__item__speakers__speaker__name a:hover {
  color: #00aeef;
}

@media screen and (min-width: 1024px) {
  .m-seminar-list--columns .m-seminar-list__list {
    display: flex;
    flex-wrap: wrap;
  }
  .m-seminar-list--columns .m-seminar-list__list__column:first-child:nth-last-child(1) {
    width: 100%;
  }
  .m-seminar-list--columns .m-seminar-list__list__column:nth-child(1):nth-last-child(2) {
    width: calc(50% - 0.66667em);
    margin-right: 1.33333em;
  }
  .m-seminar-list--columns .m-seminar-list__list__column:nth-child(2):nth-last-child(1) {
    width: calc(50% - 0.66667em);
  }
  .m-seminar-list--columns .m-seminar-list__list__column:nth-child(1):nth-last-child(3) {
    width: calc(33.33% - 0.88889em);
    margin-right: 1.33333em;
  }
  .m-seminar-list--columns .m-seminar-list__list__column:nth-child(2):nth-last-child(2) {
    width: calc(33.33% - 0.88889em);
    margin-right: 1.33333em;
  }
  .m-seminar-list--columns .m-seminar-list__list__column:nth-child(3):nth-last-child(1) {
    width: calc(33.33% - 0.88889em);
  }
  .m-seminar-list--columns .m-seminar-list__list__column:nth-child(1):nth-last-child(4) {
    width: calc(25% - 1em);
    margin-right: 1.33333em;
  }
  .m-seminar-list--columns .m-seminar-list__list__column:nth-child(2):nth-last-child(3) {
    width: calc(25% - 1em);
    margin-right: 1.33333em;
  }
  .m-seminar-list--columns .m-seminar-list__list__column:nth-child(3):nth-last-child(2) {
    width: calc(25% - 1em);
    margin-right: 1.33333em;
  }
  .m-seminar-list--columns .m-seminar-list__list__column:nth-child(4):nth-last-child(1) {
    width: calc(25% - 1em);
  }
  .m-seminar-list--columns .m-seminar-list__list__column:nth-child(1):nth-last-child(5) {
    width: calc(20% - 1.06667em);
    margin-right: 1.33333em;
  }
  .m-seminar-list--columns .m-seminar-list__list__column:nth-child(2):nth-last-child(4) {
    width: calc(20% - 1.06667em);
    margin-right: 1.33333em;
  }
  .m-seminar-list--columns .m-seminar-list__list__column:nth-child(3):nth-last-child(3) {
    width: calc(20% - 1.06667em);
    margin-right: 1.33333em;
  }
  .m-seminar-list--columns .m-seminar-list__list__column:nth-child(4):nth-last-child(2) {
    width: calc(20% - 1.06667em);
    margin-right: 1.33333em;
  }
  .m-seminar-list--columns .m-seminar-list__list__column:nth-child(5):nth-last-child(1) {
    width: calc(20% - 1.06667em);
  }
  .m-seminar-list--columns .m-seminar-list__list__items__item__image {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}

.no-flexbox .m-seminar-list--columns .m-seminar-list__list__column {
  float: left;
}

.no-flexbox .m-seminar-list--columns .m-seminar-list__list__items__item__chairpersons__chairperson__image,
.no-flexbox .m-seminar-list--columns .m-seminar-list__list__items__item__speakers__speaker__image {
  margin-bottom: 0.27778em;
}

.no-flexbox .m-seminar-list--columns .m-seminar-list__list__items__item__chairpersons__chairperson__name,
.no-flexbox .m-seminar-list--columns .m-seminar-list__list__items__item__speakers__speaker__name {
  display: block;
  width: 100%;
}

/*
* @Title: Module - Seminar - List - Calendar
* @Version: 2.0
* @Author: JGuerreiro
* @Date:   2015-04-20 12:52:08
* @Last Modified by:   HMalespine
* @Last Modified time: 2016-07-19 10:56:25
*/
.m-seminar-list--calendar {
  /*---------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
  /*---------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
}

.m-seminar-list--calendar .m-seminar-list__description {
  margin-bottom: 1.81818em;
  font-size: 1.22222em;
}

.m-seminar-list--calendar .m-seminar-list__search {
  margin-bottom: 1.11111em;
}

.m-seminar-list--calendar .m-seminar-list__streams {
  margin-bottom: 2.22222em;
}

.m-seminar-list--calendar .m-seminar-list__streams__list {
  text-align: center;
}

.m-seminar-list--calendar .m-seminar-list__streams__list__item {
  display: inline-block;
  margin: 0 0.55556em;
}

.m-seminar-list--calendar .m-seminar-list__streams__list__item__image {
  display: inline-block;
  vertical-align: middle;
}

.m-seminar-list--calendar .m-seminar-list__streams__list__item__name {
  display: inline-block;
  vertical-align: middle;
}

.m-seminar-list--calendar .m-seminar-list__navigation {
  float: right;
  margin-bottom: 2.22222em;
}

.m-seminar-list--calendar .m-seminar-list__navigation.is-sticky .m-seminar-list__navigation__item {
  position: fixed;
  top: 50%;
  z-index: 10;
  height: 4em;
  width: 4em;
  line-height: 4em;
}

.m-seminar-list--calendar .m-seminar-list__navigation.is-sticky .m-seminar-list__navigation__item--previous {
  left: 0;
}

.m-seminar-list--calendar .m-seminar-list__navigation.is-sticky .m-seminar-list__navigation__item--next {
  right: 0;
}

.m-seminar-list--calendar .m-seminar-list__navigation__item {
  background: #dedce1;
  display: inline-block;
  height: 2em;
  width: 2em;
  line-height: 2em;
  border-radius: 100%;
  text-align: center;
  color: #004563;
}

.m-seminar-list--calendar .m-seminar-list__navigation__item:hover {
  background: #004563;
  color: #ffffff;
}

.m-seminar-list--calendar .m-seminar-list__list {
  clear: both;
  overflow: hidden;
  position: relative;
  border: solid 1px #dedce1;
  cursor: move;
  background: #ffffff;
}

html.touch .m-seminar-list--calendar {
  overflow: auto;
}

.m-seminar-list--calendar .m-seminar-list__list__row {
  position: relative;
  min-height: 250px;
}

.m-seminar-list--calendar .m-seminar-list__list__row:first-child .m-seminar-list__list__items {
  border-top: none;
}

.m-seminar-list--calendar .m-seminar-list__list__row__header {
  z-index: 1;
  padding: 1.11111em;
  position: relative;
  clear: left;
  width: 100%;
  border-bottom: solid 1px #dedce1;
  background: #004563;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
}

.m-seminar-list--calendar .m-seminar-list__list__row__header__description {
  margin-top: 1.11111em;
}

.m-seminar-list--calendar .m-seminar-list__list__row__header__description a {
  color: #ffffff;
}

.m-seminar-list--calendar .m-seminar-list__list__items {
  float: left;
  white-space: nowrap;
  border-top: solid 1px #dedce1;
  background: #ffffff;
}

.m-seminar-list--calendar .m-seminar-list__list__items__item {
  padding: 1.66667em;
  vertical-align: top;
  display: inline-block;
  width: 145px;
  margin-left: -4px;
}

.m-seminar-list--calendar .m-seminar-list__list__items__item > * {
  white-space: normal;
}

.m-seminar-list--calendar .m-seminar-list__list__items__item:before {
  content: "";
  width: 1px;
  height: 100%;
  border-right: solid 1px #dedce1;
  display: block;
  margin-left: -1.66667em;
  position: absolute;
  top: 0;
}

.m-seminar-list--calendar .m-seminar-list__list__items__item:last-child {
  border-right: 1px solid #dedce1;
}

.m-seminar-list--calendar .m-seminar-list__list__items__item__streams {
  margin-top: 0.55556em;
}

.m-seminar-list--calendar .m-seminar-list__list__items__item__streams__item {
  display: inline-block;
}

.m-seminar-list--calendar .m-seminar-list__list__items__item__streams__item__name {
  display: none;
}

.m-seminar-list--calendar .m-seminar-list__list__items__item__time {
  margin-bottom: 1.11111em;
  color: #9492a3;
  font-weight: 700;
}

.m-seminar-list--calendar .m-seminar-list__list__items__item__time__end:before {
  content: "-";
}

.m-seminar-list--calendar .m-seminar-list__list__items__item__title {
  color: #32313a;
  font-family: "Montserrat", sans-serif;
}

.m-seminar-list--calendar .m-seminar-list__list__items__item__title a {
  color: inherit;
}

.m-seminar-list--calendar .m-seminar-list__list__items__item__title a:hover {
  color: #00aeef;
}

.m-seminar-list--calendar .m-seminar-list__list__items__item__location {
  color: #9492a3;
}

.m-seminar-list--calendar .m-seminar-list__list__items__item__image {
  margin: 1.11111em 0;
}

.m-seminar-list--calendar .m-seminar-list__list__items__item__description {
  margin-top: 1.11111em;
}

.m-seminar-list--calendar .m-seminar-list__list__items__item__description + * {
  margin-top: 2.22222em;
}

.m-seminar-list--calendar .m-seminar-list__list__items__item__chairpersons + * {
  margin-top: 0.55556em;
}

.m-seminar-list--calendar .m-seminar-list__list__items__item__chairpersons__title {
  display: block;
  margin-bottom: 1.11111em;
  font-weight: 700;
  color: #9492a3;
  font-size: 0.77778em;
}

.m-seminar-list--calendar .m-seminar-list__list__items__item__chairpersons__chairperson {
  display: flex;
  margin-top: 0.55556em;
}

.m-seminar-list--calendar .m-seminar-list__list__items__item__chairpersons__chairperson:first-child {
  margin-top: 0;
}

.m-seminar-list--calendar .m-seminar-list__list__items__item__chairpersons__chairperson__image {
  flex-shrink: 0;
  width: 1.77778em;
  height: 1.77778em;
  border-radius: 100%;
  overflow: hidden;
  display: inline-block;
  margin-right: 0.55556em;
  vertical-align: middle;
  background-size: cover;
  background-position: center center;
}

.m-seminar-list--calendar .m-seminar-list__list__items__item__chairpersons__chairperson__image img {
  opacity: 0;
}

.m-seminar-list--calendar .m-seminar-list__list__items__item__chairpersons__chairperson__name {
  font-size: 0.77778em;
  display: inline-block;
  color: #9492a3;
  align-self: center;
  flex-shrink: 1;
}

.m-seminar-list--calendar .m-seminar-list__list__items__item__chairpersons__chairperson__name a {
  color: inherit;
}

.m-seminar-list--calendar .m-seminar-list__list__items__item__chairpersons__chairperson__name a:hover {
  color: #00aeef;
}

.m-seminar-list--calendar .m-seminar-list__list__items__item__speakers__title {
  display: block;
  margin-bottom: 1.11111em;
  font-weight: 700;
  color: #9492a3;
  font-size: 0.77778em;
}

.m-seminar-list--calendar .m-seminar-list__list__items__item__speakers__speaker {
  display: flex;
  margin-top: 0.55556em;
}

.m-seminar-list--calendar .m-seminar-list__list__items__item__speakers__speaker:first-child {
  margin-top: 0;
}

.m-seminar-list--calendar .m-seminar-list__list__items__item__speakers__speaker__image {
  flex-shrink: 0;
  width: 1.77778em;
  height: 1.77778em;
  border-radius: 100%;
  overflow: hidden;
  display: inline-block;
  margin-right: 0.55556em;
  vertical-align: middle;
  background-size: cover;
  background-position: center center;
}

.m-seminar-list--calendar .m-seminar-list__list__items__item__speakers__speaker__image img {
  opacity: 0;
}

.m-seminar-list--calendar .m-seminar-list__list__items__item__speakers__speaker__name {
  font-size: 0.77778em;
  display: inline-block;
  color: #9492a3;
  align-self: center;
  flex-shrink: 1;
}

.m-seminar-list--calendar .m-seminar-list__list__items__item__speakers__speaker__name a {
  color: inherit;
}

.m-seminar-list--calendar .m-seminar-list__list__items__item__speakers__speaker__name a:hover {
  color: #00aeef;
}

@media screen and (min-width: 768px) {
  .m-seminar-list--calendar .m-seminar-list__list__row {
    min-height: 250px;
  }
  .m-seminar-list--calendar .m-seminar-list__list__row__header {
    position: absolute;
    border-right: solid 5px #dedce1;
    height: 100%;
    width: 250px;
    padding: 1.81818em;
    font-size: 1.22222em;
  }
  .m-seminar-list--calendar .m-seminar-list__list__items {
    margin-left: 250px;
  }
  .m-seminar-list--calendar .m-seminar-list__list__items__item {
    width: 200px;
  }
}

/*
* @Title: Module - Seminar - List - Timeline
* @Version: 2.0
* @Author: JGuerreiro
* @Date:   2015-04-20 12:52:08
* @Last Modified by:   HMalespine
* @Last Modified time: 2016-07-15 17:09:42
*/
.m-seminar-list--timeline {
  /*---------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
  /*---------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
}

.m-seminar-list--timeline .m-seminar-list__description {
  margin-bottom: 1.81818em;
  font-size: 1.22222em;
}

.m-seminar-list--timeline .m-seminar-list__search {
  margin-bottom: 1.11111em;
}

.m-seminar-list--timeline .m-seminar-list__streams {
  margin-bottom: 2.22222em;
}

.m-seminar-list--timeline .m-seminar-list__streams__list {
  text-align: center;
}

.m-seminar-list--timeline .m-seminar-list__streams__list__item {
  display: inline-block;
  margin: 0 0.55556em;
}

.m-seminar-list--timeline .m-seminar-list__list__column {
  position: relative;
}

.m-seminar-list--timeline .m-seminar-list__list__column__header {
  text-align: center;
}

.m-seminar-list--timeline .m-seminar-list__list__column__header__title {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  border-radius: 0 35px 0 35px;
  background: #004563;
  color: #ffffff;
  text-align: center;
  font-weight: 400;
  padding: 0.90909em;
  font-size: 1.22222em;
}

.m-seminar-list--timeline .m-seminar-list__list__items {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}

.m-seminar-list--timeline .m-seminar-list__list__items:before {
  content: "";
  position: absolute;
  height: 100%;
  border-left: solid 4px #dedce1;
  left: 50%;
  margin-left: -2px;
}

.m-seminar-list--timeline .m-seminar-list__list__items__item {
  display: block;
  clear: both;
  width: 100%;
  position: relative;
  margin-bottom: 2.22222em;
}

.m-seminar-list--timeline .m-seminar-list__list__items__item:nth-child(even) .m-seminar-list__list__items__item__wrapper {
  transform: translateX(-10%);
}

.m-seminar-list--timeline .m-seminar-list__list__items__item.is-visible:nth-child(even) .m-seminar-list__list__items__item__wrapper {
  transform: translateX(0);
}

.m-seminar-list--timeline .m-seminar-list__list__items__item.is-visible .m-seminar-list__list__items__item__wrapper {
  opacity: 1;
  transform: translateX(0);
}

.m-seminar-list--timeline .m-seminar-list__list__items__item.is-visible .m-seminar-list__list__items__item__icon,
.m-seminar-list--timeline .m-seminar-list__list__items__item.is-visible .m-seminar-list__list__items__item__image {
  opacity: 1;
  animation: bounce-thumbnail 0.5s;
}

.m-seminar-list--timeline .m-seminar-list__list__items__item__wrapper {
  opacity: 0;
  transform: translateX(10%);
  transition: 0.25s ease-in;
  background: #dedce1;
  border-radius: 0 35px 0 35px;
  position: relative;
  padding: 2.22222em;
}

.m-seminar-list--timeline .m-seminar-list__list__items__item__time {
  margin: 2.22222em 0;
  text-align: center;
}

.m-seminar-list--timeline .m-seminar-list__list__items__item__time time {
  background: #004563;
  color: #ffffff;
  display: inline-block;
  font-weight: 700;
  padding: 0.55556em 1.11111em;
  border-radius: 0 35px 0 35px;
}

.m-seminar-list--timeline .m-seminar-list__list__items__item__icon {
  opacity: 0;
  background: #004563;
  color: #ffffff;
  width: 2em;
  height: 2em;
  line-height: 1.55556em;
  margin-left: -1.11111em;
  border-radius: 100%;
  border: solid 4px #d1ced5;
  position: absolute;
  left: 50%;
  text-align: center;
}

.m-seminar-list--timeline .m-seminar-list__list__items__item__image {
  opacity: 0;
  text-align: center;
  background: #dedce1;
  background-size: cover;
  background-position: center center;
  width: 4em;
  height: 4em;
  margin-left: -2em;
  margin-bottom: 1.11111em;
  border-radius: 100%;
  border: solid 4px #d1ced5;
  position: relative;
  left: 50%;
  overflow: hidden;
}

.m-seminar-list--timeline .m-seminar-list__list__items__item__image i {
  line-height: 3.55556em;
  color: #004563;
}

.m-seminar-list--timeline .m-seminar-list__list__items__item__image img {
  opacity: 0;
}

.m-seminar-list--timeline .m-seminar-list__list__items__item__streams {
  margin-top: 0.55556em;
}

.m-seminar-list--timeline .m-seminar-list__list__items__item__streams__item {
  display: inline-block;
}

.m-seminar-list--timeline .m-seminar-list__list__items__item__streams__item__name {
  display: none;
}

.m-seminar-list--timeline .m-seminar-list__list__items__item__header__title {
  color: #32313a;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0.55556em;
}

.m-seminar-list--timeline .m-seminar-list__list__items__item__header__time {
  font-size: 0.77778em;
  float: left;
  margin-right: 1.42857em;
  color: #9492a3;
  font-weight: 700;
}

.m-seminar-list--timeline .m-seminar-list__list__items__item__header__time__icon {
  color: #004563;
}

.m-seminar-list--timeline .m-seminar-list__list__items__item__header__time__end:before {
  content: "–";
}

.m-seminar-list--timeline .m-seminar-list__list__items__item__header__location {
  font-size: 0.77778em;
  float: left;
  color: #9492a3;
}

.m-seminar-list--timeline .m-seminar-list__list__items__item__header__location i {
  color: #004563;
}

.m-seminar-list--timeline .m-seminar-list__list__items__item__body {
  display: none;
}

.m-seminar-list--timeline .m-seminar-list__list__items__item__description {
  margin-top: 1.11111em;
}

.m-seminar-list--timeline .m-seminar-list__list__items__item__description + * {
  margin-top: 2.22222em;
}

.m-seminar-list--timeline .m-seminar-list__list__items__item__chairpersons + * {
  margin-top: 0.55556em;
}

.m-seminar-list--timeline .m-seminar-list__list__items__item__chairpersons__title {
  display: block;
  margin-bottom: 1.11111em;
  font-weight: 700;
  color: #9492a3;
  font-size: 0.77778em;
}

.m-seminar-list--timeline .m-seminar-list__list__items__item__chairpersons__chairperson {
  display: flex;
  margin-top: 0.55556em;
}

.m-seminar-list--timeline .m-seminar-list__list__items__item__chairpersons__chairperson:first-child {
  margin-top: 0;
}

.m-seminar-list--timeline .m-seminar-list__list__items__item__chairpersons__chairperson__image {
  flex-shrink: 0;
  width: 1.77778em;
  height: 1.77778em;
  border-radius: 100%;
  overflow: hidden;
  display: inline-block;
  margin-right: 0.55556em;
  vertical-align: middle;
  background-size: cover;
  background-position: center center;
}

.m-seminar-list--timeline .m-seminar-list__list__items__item__chairpersons__chairperson__image img {
  opacity: 0;
}

.m-seminar-list--timeline .m-seminar-list__list__items__item__chairpersons__chairperson__name {
  font-size: 0.77778em;
  display: inline-block;
  color: #9492a3;
  align-self: center;
  flex-shrink: 1;
}

.m-seminar-list--timeline .m-seminar-list__list__items__item__chairpersons__chairperson__name a {
  color: inherit;
}

.m-seminar-list--timeline .m-seminar-list__list__items__item__chairpersons__chairperson__name a:hover {
  color: #00aeef;
}

.m-seminar-list--timeline .m-seminar-list__list__items__item__speakers__title {
  display: block;
  margin-bottom: 1.11111em;
  font-weight: 700;
  color: #9492a3;
  font-size: 0.77778em;
}

.m-seminar-list--timeline .m-seminar-list__list__items__item__speakers__speaker {
  display: flex;
  margin-top: 0.55556em;
}

.m-seminar-list--timeline .m-seminar-list__list__items__item__speakers__speaker:first-child {
  margin-top: 0;
}

.m-seminar-list--timeline .m-seminar-list__list__items__item__speakers__speaker__image {
  flex-shrink: 0;
  width: 1.77778em;
  height: 1.77778em;
  border-radius: 100%;
  overflow: hidden;
  display: inline-block;
  margin-right: 0.55556em;
  vertical-align: middle;
  background-size: cover;
  background-position: center center;
}

.m-seminar-list--timeline .m-seminar-list__list__items__item__speakers__speaker__image img {
  opacity: 0;
}

.m-seminar-list--timeline .m-seminar-list__list__items__item__speakers__speaker__name {
  font-size: 0.77778em;
  display: inline-block;
  color: #9492a3;
  align-self: center;
  flex-shrink: 1;
}

.m-seminar-list--timeline .m-seminar-list__list__items__item__speakers__speaker__name a {
  color: inherit;
}

.m-seminar-list--timeline .m-seminar-list__list__items__item__speakers__speaker__name a:hover {
  color: #00aeef;
}

.m-seminar-list--timeline .m-seminar-list__list__items__item__footer {
  margin-top: 2.22222em;
  clear: both;
}

.m-seminar-list--timeline .m-seminar-list__list__items__item__footer .button {
  font-size: 0.77778em;
  background-color: #32313a;
  color: #ffffff;
}

@media screen and (min-width: 1024px) {
  .m-seminar-list--timeline .m-seminar-list__list__items__item:nth-child(even) .m-seminar-list__list__items__item__wrapper {
    float: left;
    margin-left: 0;
  }
  .m-seminar-list--timeline .m-seminar-list__list__items__item:nth-child(even) .m-seminar-list__list__items__item__wrapper:before {
    left: auto;
    right: -8px;
    border-right: none;
    border-left: 8px solid #dedce1;
  }
  .m-seminar-list--timeline .m-seminar-list__list__items__item__wrapper {
    float: right;
    width: 45%;
  }
  .m-seminar-list--timeline .m-seminar-list__list__items__item__wrapper:before {
    content: "";
    position: absolute;
    left: -8px;
    top: 1em;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #dedce1;
  }
  .m-seminar-list--timeline .m-seminar-list__list__items__item__image {
    position: absolute;
  }
}

@keyframes bounce-thumbnail {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounce-wrapper {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10%);
    -moz-transform: translateX(10%);
    -ms-transform: translateX(10%);
    -o-transform: translateX(10%);
    transform: translateX(10%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-2%);
    -moz-transform: translateX(-2%);
    -ms-transform: translateX(-2%);
    -o-transform: translateX(-2%);
    transform: translateX(-2%);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounce-wrapper-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10%);
    -moz-transform: translateX(-10%);
    -ms-transform: translateX(-10%);
    -o-transform: translateX(-10%);
    transform: translateX(-10%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(2%);
    -moz-transform: translateX(2%);
    -ms-transform: translateX(2%);
    -o-transform: translateX(2%);
    transform: translateX(2%);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

/*
* @Title: Module - Seminar - List - Table
* @Version: 2.0
* @Author: JGuerreiro
* @Date:   2015-04-20 12:52:08
* @Last Modified by:   HMalespine
* @Last Modified time: 2016-10-05 15:32:13
*/
.m-seminar-list--table {
  /*---------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
  /*---------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
}

.m-seminar-list--table .m-seminar-list__description {
  margin-bottom: 1.81818em;
  font-size: 1.22222em;
}

.m-seminar-list--table .m-seminar-list__search {
  margin-bottom: 1.11111em;
}

.m-seminar-list--table .m-seminar-list__streams {
  margin-bottom: 2.22222em;
}

.m-seminar-list--table .m-seminar-list__streams__list {
  text-align: center;
}

.m-seminar-list--table .m-seminar-list__streams__list__item {
  display: inline-block;
  margin: 0 0.55556em;
}

.m-seminar-list--table .m-seminar-list__streams__list__item__image {
  display: inline-block;
  vertical-align: middle;
}

.m-seminar-list--table .m-seminar-list__streams__list__item__name {
  display: inline-block;
  vertical-align: middle;
}

.m-seminar-list--table .m-seminar-list__list {
  border: solid 1px #dedce1;
  background: #ffffff;
}

.m-seminar-list--table .m-seminar-list__list__row:first-child .m-seminar-list__list__row__header {
  border-top: none;
}

.m-seminar-list--table .m-seminar-list__list__row:first-child .m-seminar-list__list__items__item {
  border-top: none;
}

.m-seminar-list--table .m-seminar-list__list__row__header {
  background: #004563;
  color: #ffffff;
  border-top: solid 1px #dedce1;
  padding: 2.22222em;
  font-weight: 700;
}

.m-seminar-list--table .m-seminar-list__list__items {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.m-seminar-list--table .m-seminar-list__list__items__item {
  flex-grow: 1;
  width: 25%;
  border-top: solid 1px #dedce1;
  border-right: solid 1px #dedce1;
  padding: 1.66667em;
  min-width: 200px;
}

.m-seminar-list--table .m-seminar-list__list__items__item:last-child {
  border-right: none;
}

.m-seminar-list--table .m-seminar-list__list__items__item__image {
  margin: 0 0 1.11111em 0;
  line-height: 0;
}

.m-seminar-list--table .m-seminar-list__list__items__item__image img {
  width: 100%;
}

.m-seminar-list--table .m-seminar-list__list__items__item__title {
  font-size: 1em;
  font-family: "Montserrat", sans-serif;
}

.m-seminar-list--table .m-seminar-list__list__items__item__title a {
  color: inherit;
  transition: 0.25s ease-in;
}

.m-seminar-list--table .m-seminar-list__list__items__item__title a:hover {
  color: #00aeef;
}

.m-seminar-list--table .m-seminar-list__list__items__item__location {
  color: #9492a3;
  display: inline-block;
  margin-right: 1.11111em;
}

.m-seminar-list--table .m-seminar-list__list__items__item__location i {
  color: #004563;
}

.m-seminar-list--table .m-seminar-list__list__items__item__time {
  color: #9492a3;
  display: inline-block;
  margin-right: 1.11111em;
}

.m-seminar-list--table .m-seminar-list__list__items__item__time i {
  color: #004563;
}

.m-seminar-list--table .m-seminar-list__list__items__item__duration {
  display: none;
  margin-right: 1.11111em;
}

.m-seminar-list--table .m-seminar-list__list__items__item__streams {
  margin-top: 0.55556em;
}

.m-seminar-list--table .m-seminar-list__list__items__item__streams__item {
  display: inline-block;
}

.m-seminar-list--table .m-seminar-list__list__items__item__streams__item__name {
  display: none;
}

.m-seminar-list--table .m-seminar-list__list__items__item__description {
  margin-top: 1.11111em;
}

.m-seminar-list--table .m-seminar-list__list__items__item__description + * {
  margin-top: 2.22222em;
}

.m-seminar-list--table .m-seminar-list__list__items__item__chairpersons + * {
  margin-top: 0.55556em;
}

.m-seminar-list--table .m-seminar-list__list__items__item__chairpersons__title {
  display: block;
  margin-bottom: 1.11111em;
  font-weight: 700;
  color: #9492a3;
  font-size: 0.77778em;
}

.m-seminar-list--table .m-seminar-list__list__items__item__chairpersons__chairperson {
  display: flex;
  margin-top: 0.55556em;
}

.m-seminar-list--table .m-seminar-list__list__items__item__chairpersons__chairperson:first-child {
  margin-top: 0;
}

.m-seminar-list--table .m-seminar-list__list__items__item__chairpersons__chairperson__image {
  flex-shrink: 0;
  width: 1.77778em;
  height: 1.77778em;
  border-radius: 100%;
  overflow: hidden;
  display: inline-block;
  margin-right: 0.55556em;
  vertical-align: middle;
  background-size: cover;
  background-position: center center;
}

.m-seminar-list--table .m-seminar-list__list__items__item__chairpersons__chairperson__image img {
  opacity: 0;
}

.m-seminar-list--table .m-seminar-list__list__items__item__chairpersons__chairperson__name {
  font-size: 0.77778em;
  display: inline-block;
  color: #9492a3;
  align-self: center;
  flex-shrink: 1;
}

.m-seminar-list--table .m-seminar-list__list__items__item__chairpersons__chairperson__name a {
  color: inherit;
}

.m-seminar-list--table .m-seminar-list__list__items__item__chairpersons__chairperson__name a:hover {
  color: #00aeef;
}

.m-seminar-list--table .m-seminar-list__list__items__item__speakers__title {
  display: block;
  margin-bottom: 1.11111em;
  font-weight: 700;
  color: #9492a3;
  font-size: 0.77778em;
}

.m-seminar-list--table .m-seminar-list__list__items__item__speakers__speaker {
  display: flex;
  margin-top: 0.55556em;
}

.m-seminar-list--table .m-seminar-list__list__items__item__speakers__speaker:first-child {
  margin-top: 0;
}

.m-seminar-list--table .m-seminar-list__list__items__item__speakers__speaker__image {
  flex-shrink: 0;
  width: 1.77778em;
  height: 1.77778em;
  border-radius: 100%;
  overflow: hidden;
  display: inline-block;
  margin-right: 0.55556em;
  vertical-align: middle;
  background-size: cover;
  background-position: center center;
}

.m-seminar-list--table .m-seminar-list__list__items__item__speakers__speaker__image img {
  opacity: 0;
}

.m-seminar-list--table .m-seminar-list__list__items__item__speakers__speaker__name {
  font-size: 0.77778em;
  display: inline-block;
  color: #9492a3;
  align-self: center;
  flex-shrink: 1;
}

.m-seminar-list--table .m-seminar-list__list__items__item__speakers__speaker__name a {
  color: inherit;
}

.m-seminar-list--table .m-seminar-list__list__items__item__speakers__speaker__name a:hover {
  color: #00aeef;
}

@media screen and (min-width: 600px) {
  .m-seminar-list--table .m-seminar-list__list__row {
    display: flex;
  }
  .m-seminar-list--table .m-seminar-list__list__row__header {
    background: transparent;
    color: #32313a;
    width: 17%;
    border-right: solid 1px #dedce1;
  }
  .m-seminar-list--table .m-seminar-list__list__items {
    width: 83%;
  }
  .m-seminar-list--table .m-seminar-list__list__items__item__time {
    display: none;
  }
  .m-seminar-list--table .m-seminar-list__list__items__item__duration {
    display: inline-block;
    color: #9492a3;
  }
  .m-seminar-list--table .m-seminar-list__list__items__item__duration i {
    color: #004563;
  }
}

@media screen and (min-width: 768px) {
  .m-seminar-list--table .m-seminar-list__list__row__header {
    width: 12%;
  }
  .m-seminar-list--table .m-seminar-list__list__items {
    width: 88%;
  }
  .m-seminar-list--table .m-seminar-list__list__items__item:first-child:nth-last-child(1) .m-seminar-list__list__items__item__image {
    float: left;
    width: 24%;
    margin-right: 1.66667em;
  }
}

@media screen and (min-width: 1024px) {
  .m-seminar-list--table .m-seminar-list__list__row__header {
    width: 10%;
  }
  .m-seminar-list--table .m-seminar-list__list__items {
    width: 90%;
  }
}

@media screen and (min-width: 1280px) {
  .m-seminar-list--table .m-seminar-list__list__row__header {
    width: 8%;
  }
  .m-seminar-list--table .m-seminar-list__list__items {
    width: 92%;
  }
}

.no-flexbox .m-seminar-list--table .m-seminar-list__list__row {
  border-top: solid 1px #dedce1;
}

.no-flexbox .m-seminar-list--table .m-seminar-list__list__row:first-child {
  border-top: none;
}

.no-flexbox .m-seminar-list--table .m-seminar-list__list__row__header {
  float: left;
  border: none;
}

.no-flexbox .m-seminar-list--table .m-seminar-list__list__items {
  float: left;
}

.no-flexbox .m-seminar-list--table .m-seminar-list__list__items__item {
  float: left;
  border: none;
}

.no-flexbox .m-seminar-list--table .m-seminar-list__list__items__item:first-child:nth-last-child(1) .m-seminar-list__list__items__item__image {
  float: none;
  width: 100%;
  margin-right: 0;
}

/*
* @Title: Module - Seminar - Entry - Default
* @Version: 2.0
* @Author: JGuerreiro
* @Date:   2015-04-20 12:52:08
* @Last Modified by:   HMalespine
* @Last Modified time: 2016-08-11 14:54:05
*/
.m-seminar-entry--default {
  /*---------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
  /*---------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
}

.m-seminar-entry--default .m-seminar-entry__item__title {
  border-bottom: solid 1px #dedce1;
  padding-bottom: 0.18182em;
  margin: 0 0 0.36364em 0;
}

.m-seminar-entry--default .m-seminar-entry__item__share {
  text-align: center;
  margin: 2.22222em 0;
}

.m-seminar-entry--default .m-seminar-entry__item__details {
  margin-bottom: 2.22222em;
  display: flex;
  flex-wrap: wrap;
  font-family: "Montserrat", sans-serif;
}

.m-seminar-entry--default .m-seminar-entry__item__details i {
  color: #004563;
}

.m-seminar-entry--default .m-seminar-entry__item__details__date {
  margin-right: 1.11111em;
  color: #9492a3;
}

.m-seminar-entry--default .m-seminar-entry__item__details__time {
  margin-right: 1.11111em;
  color: #9492a3;
}

.m-seminar-entry--default .m-seminar-entry__item__details__location {
  margin-right: 1.11111em;
  color: #9492a3;
}

.m-seminar-entry--default .m-seminar-entry__item__details__stream {
  color: #9492a3;
}

.m-seminar-entry--default .m-seminar-entry__item__image {
  margin-bottom: 1.11111em;
  line-height: 0;
  text-align: center;
}

.m-seminar-entry--default .m-seminar-entry__item__sponsors {
  margin-top: 1.11111em;
}

.m-seminar-entry--default .m-seminar-entry__item__chairpersons {
  clear: both;
}

.m-seminar-entry--default .m-seminar-entry__item__chairpersons + * {
  margin-top: 0.55556em;
}

.m-seminar-entry--default .m-seminar-entry__item__chairpersons__title {
  display: block;
  margin-bottom: 1.11111em;
  font-weight: 700;
  color: #9492a3;
}

.m-seminar-entry--default .m-seminar-entry__item__chairpersons__chairperson {
  display: flex;
  margin-top: 0.55556em;
}

.m-seminar-entry--default .m-seminar-entry__item__chairpersons__chairperson:first-child {
  margin-top: 0;
}

.m-seminar-entry--default .m-seminar-entry__item__chairpersons__chairperson__image {
  flex-shrink: 0;
  width: 1.77778em;
  height: 1.77778em;
  border-radius: 100%;
  overflow: hidden;
  display: inline-block;
  margin-right: 0.55556em;
  vertical-align: middle;
  background-size: cover;
  background-position: center center;
}

.m-seminar-entry--default .m-seminar-entry__item__chairpersons__chairperson__image img {
  opacity: 0;
}

.m-seminar-entry--default .m-seminar-entry__item__chairpersons__chairperson__name {
  font-size: 0.77778em;
  display: inline-block;
  color: #9492a3;
  align-self: center;
  flex-shrink: 1;
}

.m-seminar-entry--default .m-seminar-entry__item__chairpersons__chairperson__name a {
  color: inherit;
}

.m-seminar-entry--default .m-seminar-entry__item__chairpersons__chairperson__name a:hover {
  color: #00aeef;
}

.m-seminar-entry--default .m-seminar-entry__item__speakers {
  clear: both;
}

.m-seminar-entry--default .m-seminar-entry__item__speakers__title {
  display: block;
  margin-bottom: 1.11111em;
  font-weight: 700;
  color: #9492a3;
}

.m-seminar-entry--default .m-seminar-entry__item__speakers__speaker {
  display: flex;
  margin-top: 0.55556em;
}

.m-seminar-entry--default .m-seminar-entry__item__speakers__speaker:first-child {
  margin-top: 0;
}

.m-seminar-entry--default .m-seminar-entry__item__speakers__speaker__image {
  flex-shrink: 0;
  width: 1.77778em;
  height: 1.77778em;
  border-radius: 100%;
  overflow: hidden;
  display: inline-block;
  margin-right: 0.55556em;
  vertical-align: middle;
  background-size: cover;
  background-position: center center;
}

.m-seminar-entry--default .m-seminar-entry__item__speakers__speaker__image img {
  opacity: 0;
}

.m-seminar-entry--default .m-seminar-entry__item__speakers__speaker__name {
  font-size: 0.77778em;
  display: inline-block;
  color: #9492a3;
  align-self: center;
  flex-shrink: 1;
}

.m-seminar-entry--default .m-seminar-entry__item__speakers__speaker__name a {
  color: inherit;
}

.m-seminar-entry--default .m-seminar-entry__item__speakers__speaker__name a:hover {
  color: #00aeef;
}

.m-seminar-entry--default .m-seminar-entry__pagination {
  margin-top: 2.22222em;
}

@media screen and (min-width: 768px) {
  .m-seminar-entry--default .m-seminar-entry__item__image {
    float: left;
    margin-right: 2.22222em;
    width: 33.33%;
  }
}

.no-flexbox .m-seminar-entry--default .m-seminar-entry__item__details {
  margin-bottom: 2.22222em;
  display: flex;
  flex-wrap: wrap;
  font-family: "Montserrat", sans-serif;
}

.no-flexbox .m-seminar-entry--default .m-seminar-entry__item__details > * {
  display: inline-block;
}

/*
* @Title: Module - Speakers - List - Carousel
* @Version: 2.0
* @Author: JGuerreiro
* @Date:   2015-07-09 11:01:22
* @Last Modified by:   HMalespine
* @Last Modified time: 2016-09-07 09:47:45
*/
.m-speaker-list--carousel {
  position: relative;
  width: 80%;
  margin: 0 auto;
}

.m-speaker-list--carousel .m-speaker-list__items {
  display: flex;
  flex-wrap: wrap;
}

.m-speaker-list--carousel .m-speaker-list__items__item {
  text-align: center;
}

.m-speaker-list--carousel .m-speaker-list__items__item__image {
  display: inline-block;
  overflow: hidden;
  width: 4.44444em;
  height: 4.44444em;
  margin-bottom: 1em;
  background-size: cover;
  background-position: center center;
  border-radius: 100%;
}

.m-speaker-list--carousel .m-speaker-list__items__item__image img {
  opacity: 0;
}

.m-speaker-list--carousel .m-speaker-list__items__item__name {
  color: #32313a;
  font-size: 1em;
  margin: 0;
  padding: 0;
}

.m-speaker-list--carousel .m-speaker-list__items__item__name a {
  color: inherit;
}

.m-speaker-list--carousel .m-speaker-list__items__item__name a:hover {
  color: #00aeef;
}

.m-speaker-list--carousel .m-speaker-list__items__item__details__position {
  font-size: 0.77778em;
}

.m-speaker-list--carousel .m-speaker-list__items__item__details__company {
  font-size: 0.77778em;
}

.m-speaker-list--carousel .m-speaker-list__items__item__details__networks {
  margin: 1.11111em;
}

.m-speaker-list--carousel .m-speaker-list__items__item__details__networks ul li a {
  width: 1.66667em;
  height: 1.66667em;
  line-height: 1.66667em;
  background: #d1ced5;
}

.m-speaker-list--carousel .m-speaker-list__items__item__details__networks ul li a::before {
  background: #d1ced5;
}

.m-speaker-list--carousel .m-speaker-list__items__item__details__networks ul li a:hover::before {
  background: #00aeef;
}

.m-speaker-list--carousel .bx-controls .bx-prev,
.m-speaker-list--carousel .bx-controls .bx-next {
  display: block;
  position: absolute;
  top: 35%;
  width: 31px;
  height: 51px;
  text-indent: 100%;
  overflow: hidden;
  color: #32313a;
  transition: 0.25s ease-in;
}

.m-speaker-list--carousel .bx-controls .bx-prev::before,
.m-speaker-list--carousel .bx-controls .bx-next::before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  content: "";
  text-indent: 0;
  font-family: "FontAwesome";
  font-size: 4.72222em;
  text-align: center;
  color: #32313a;
}

.m-speaker-list--carousel .bx-controls .bx-prev:hover,
.m-speaker-list--carousel .bx-controls .bx-next:hover {
  color: #00aeef;
}

.m-speaker-list--carousel .bx-controls .bx-prev {
  left: -2em;
}

.m-speaker-list--carousel .bx-controls .bx-prev::before {
  content: '\f104';
}

.m-speaker-list--carousel .bx-controls .bx-next {
  right: -2em;
}

.m-speaker-list--carousel .bx-controls .bx-next::before {
  content: '\f105';
}

@media screen and (min-width: 1024px) {
  .m-speaker-list--carousel .bx-controls {
    margin-top: 2.22222em;
  }
  .m-speaker-list--carousel .bx-controls .bx-prev {
    left: -4em;
  }
  .m-speaker-list--carousel .bx-controls .bx-next {
    right: -4em;
  }
}

.m-speaker-list--carousel .bx-pager {
  text-align: center;
}

.m-speaker-list--carousel .bx-pager-item {
  display: inline-block;
  margin: 0 .25em;
}

.m-speaker-list--carousel .bx-pager-link {
  display: block;
  height: 0.83333em;
  width: 0.83333em;
  text-indent: -500em;
  overflow: hidden;
  white-space: nowrap;
  background: #dedce1;
  border-radius: 100%;
}

.m-speaker-list--carousel .bx-pager-link.active {
  background: #00aeef;
}

@media screen and (min-width: 600px) {
  .m-speaker-list--carousel .m-speaker-list__items__item__image {
    width: 7.11111em;
    height: 7.11111em;
  }
  .m-speaker-list--carousel .m-speaker-list__items__item__name {
    font-size: 1.22222em;
  }
  .m-speaker-list--carousel .m-speaker-list__items__item__details__position {
    font-size: 1em;
  }
  .m-speaker-list--carousel .m-speaker-list__items__item__details__company {
    font-size: 1em;
  }
}

/*
* @Title: Module - Speakers - List - Grid
* @Version: 2.0
* @Author: JGuerreiro
* @Date:   2015-07-09 11:01:22
* @Last Modified by:   HMalespine
* @Last Modified time: 2016-06-24 11:41:59
*/
.m-speaker-list--grid {
  /*---------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
  /*---------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
}

.m-speaker-list--grid .m-speaker-list__description {
  margin-bottom: 1.81818em;
  font-size: 1.22222em;
}

.m-speaker-list--grid .m-speaker-list__search {
  margin-bottom: 1.11111em;
}

.m-speaker-list--grid .m-speaker-list__az {
  margin-bottom: 2.22222em;
}

.m-speaker-list--grid .m-speaker-list__items {
  display: flex;
  flex-wrap: wrap;
}

.m-speaker-list--grid .m-speaker-list__items__item {
  width: 100%;
  margin-bottom: 2.22222em;
  text-align: center;
}

.m-speaker-list--grid .m-speaker-list__items__item__image {
  background-size: cover;
  background-position: center center;
  width: 4.44444em;
  height: 4.44444em;
  border-radius: 100%;
  overflow: hidden;
  margin-bottom: 1.11111em;
  display: inline-block;
}

.m-speaker-list--grid .m-speaker-list__items__item__image img {
  opacity: 0;
}

.m-speaker-list--grid .m-speaker-list__items__item__name {
  margin: 0;
  font-size: 1em;
}

.m-speaker-list--grid .m-speaker-list__items__item__name a {
  color: inherit;
}

.m-speaker-list--grid .m-speaker-list__items__item__name a:hover {
  color: #004563;
}

.m-speaker-list--grid .m-speaker-list__items__item__details__position {
  font-size: 0.77778em;
  color: #706e82;
}

.m-speaker-list--grid .m-speaker-list__items__item__details__company {
  font-size: 0.77778em;
  font-weight: 700;
  color: #706e82;
}

.m-speaker-list--grid .m-speaker-list__items__item__details__networks {
  margin: 1.11111em;
}

.m-speaker-list--grid .m-speaker-list__items__item__details__networks ul li a {
  width: 1.66667em;
  height: 1.66667em;
  line-height: 1.66667em;
  background: #d1ced5;
}

.m-speaker-list--grid .m-speaker-list__items__item__details__networks ul li a::before {
  background: #d1ced5;
}

.m-speaker-list--grid .m-speaker-list__items__item__details__networks ul li a:hover::before {
  background: #00aeef;
}

.m-speaker-list--grid .m-speaker-list__count {
  clear: left;
  float: left;
  margin-top: 2.22222em;
}

.m-speaker-list--grid .m-speaker-list__pagination {
  float: right;
  margin-top: 2.22222em;
}

@media screen and (min-width: 600px) {
  .m-speaker-list--grid .m-speaker-list__items__item {
    width: 48.75%;
    width: calc(50% - 0.66667em);
    margin-right: 1.33333em;
  }
  .m-speaker-list--grid .m-speaker-list__items__item:nth-child(2n) {
    margin-right: 0;
  }
  .m-speaker-list--grid .m-speaker-list__items__item:nth-child(2n+3) {
    clear: left;
  }
  .m-speaker-list--grid .m-speaker-list__items__item__image {
    width: 7.11111em;
    height: 7.11111em;
  }
  .m-speaker-list--grid .m-speaker-list__items__item__name {
    font-size: 1.22222em;
  }
  .m-speaker-list--grid .m-speaker-list__items__item__details__position {
    font-size: 1em;
  }
  .m-speaker-list--grid .m-speaker-list__items__item__details__company {
    font-size: 1em;
  }
}

@media screen and (min-width: 768px) {
  .m-speaker-list--grid .m-speaker-list__items__item {
    width: calc(33.33% - 0.88889em);
  }
  .m-speaker-list--grid .m-speaker-list__items__item:nth-child(2n) {
    margin-right: 1.33333em;
  }
  .m-speaker-list--grid .m-speaker-list__items__item:nth-child(2n+3) {
    clear: none;
  }
  .m-speaker-list--grid .m-speaker-list__items__item:nth-child(3n) {
    margin-right: 0;
  }
  .m-speaker-list--grid .m-speaker-list__items__item:nth-child(3n+4) {
    clear: left;
  }
}

@media screen and (min-width: 1024px) {
  .m-speaker-list--grid .m-speaker-list__items__item {
    width: calc(25% - 1em);
  }
  .m-speaker-list--grid .m-speaker-list__items__item:nth-child(3n) {
    margin-right: 1.33333em;
  }
  .m-speaker-list--grid .m-speaker-list__items__item:nth-child(3n+4) {
    clear: none;
  }
  .m-speaker-list--grid .m-speaker-list__items__item:nth-child(4n) {
    margin-right: 0;
  }
  .m-speaker-list--grid .m-speaker-list__items__item:nth-child(4n+5) {
    clear: left;
  }
}

.no-flexbox .m-speaker-list--grid .m-speaker-list__items__item {
  float: left;
}

/*
* @Title: Module - Speaker - Entry - Default
* @Version: 2.0
* @Author: JGuerreiro
* @Date:   2015-04-20 12:52:08
* @Last Modified by:   HMalespine
* @Last Modified time: 2016-08-19 14:36:01
*/
.m-speaker-entry--default {
  /*---------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
  /*---------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
}

.m-speaker-entry--default .m-speaker-entry__item__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 100%;
  width: 7.11111em;
  height: 7.11111em;
  margin: 0 auto 2.22222em auto;
  position: relative;
  overflow: hidden;
}

.m-speaker-entry--default .m-speaker-entry__item__image img {
  opacity: 0;
}

.m-speaker-entry--default .m-speaker-entry__item__title {
  text-align: center;
  margin: 0 0 0.72727em 0;
}

.m-speaker-entry--default .m-speaker-entry__item__details {
  margin-bottom: 2em;
  text-align: center;
  color: #9492a3;
  font-family: "Montserrat", sans-serif;
}

.m-speaker-entry--default .m-speaker-entry__item__social {
  margin-top: 2.22222em;
  text-align: center;
}

.m-speaker-entry--default .m-speaker-entry__item__social__item {
  display: inline-block;
  margin: 0 0.55556em;
  width: 1.77778em;
  height: 1.77778em;
  line-height: 1.77778em;
  border-radius: 100%;
  overflow: hidden;
}

.m-speaker-entry--default .m-speaker-entry__item__social__item--link {
  background-color: #004563;
}

.m-speaker-entry--default .m-speaker-entry__item__social__item--facebook {
  background-color: #3b5998;
}

.m-speaker-entry--default .m-speaker-entry__item__social__item--google-plus {
  background-color: #dd4b39;
}

.m-speaker-entry--default .m-speaker-entry__item__social__item--instagram {
  background-color: #3b5998;
}

.m-speaker-entry--default .m-speaker-entry__item__social__item--linkedin {
  background-color: #007bb6;
}

.m-speaker-entry--default .m-speaker-entry__item__social__item--pinterest {
  background-color: #cb2027;
}

.m-speaker-entry--default .m-speaker-entry__item__social__item--twitter {
  background-color: #00aced;
}

.m-speaker-entry--default .m-speaker-entry__item__social__item__link {
  color: #ffffff;
  display: block;
}

.m-speaker-entry--default .m-speaker-entry__item__share {
  text-align: center;
}

.m-speaker-entry--default .m-speaker-entry__item__sessions {
  clear: both;
  margin-top: 2.22222em;
  border-top: dotted 1px #dedce1;
  padding-top: 1.11111em;
}

.m-speaker-entry--default .m-speaker-entry__item__sessions__title {
  display: block;
  margin-bottom: 1.11111em;
  font-weight: 700;
  color: #9492a3;
  font-family: "Montserrat", sans-serif;
}

.m-speaker-entry--default .m-speaker-entry__item__sessions__list__item {
  display: block;
  margin-top: 1.11111em;
}

.m-speaker-entry--default .m-speaker-entry__item__sessions__list__item:first-child {
  margin-top: 0;
}

.m-speaker-entry--default .m-speaker-entry__item__sessions__list__item__date {
  display: inline-block;
  margin-right: 1.11111em;
  color: #9492a3;
}

.m-speaker-entry--default .m-speaker-entry__item__sessions__list__item__time {
  display: inline-block;
  color: #9492a3;
}

.m-speaker-entry--default .m-speaker-entry__item__sessions__list__item__title {
  display: block;
  clear: both;
  color: #32313a;
}

.m-speaker-entry--default .m-speaker-entry__item__sessions__list__item__title:hover {
  color: #00aeef;
}

.m-speaker-entry--default .m-speaker-entry__pagination {
  margin-top: 2.22222em;
}

@media screen and (min-width: 768px) {
  .m-speaker-entry--default .m-speaker-entry__item__image {
    width: 14.22222em;
    height: 14.22222em;
  }
}

/*
* @Title: Gallery - List - Grid
* @Version: 2.0
* @Author: JGuerreiro
* @Date:   2015-04-17 11:24:58
* @Last Modified by:   JGuerreiro
* @Last Modified time: 2016-02-11 12:47:26
*
*/
.m-gallery-list--grid {
  overflow: hidden;
}

.m-gallery-list--grid .m-gallery-list__description {
  margin-bottom: 2em;
  text-align: center;
}

.m-gallery-list--grid .m-gallery-list__items__item {
  border-radius: 0 35px 0 35px;
  height: 0;
  width: 14.58333%;
  padding-bottom: 14.58333%;
  margin-right: 2.5%;
  margin-top: 2.5%;
  float: left;
  position: relative;
}

.m-gallery-list--grid .m-gallery-list__items__item:nth-child(6n) {
  margin-right: 0;
}

.m-gallery-list--grid .m-gallery-list__items__item:nth-child(-n+6) {
  margin-top: 0;
}

.m-gallery-list--grid .m-gallery-list__items__item__image {
  position: relative;
  transition: border 0.25s ease-in;
  border: solid 10px #dedce1;
  height: 100%;
  width: 100%;
  position: absolute;
  background-size: cover;
}

.m-gallery-list--grid .m-gallery-list__items__item__image img {
  opacity: 0;
  width: 100%;
  height: 100%;
}

.m-gallery-list--grid .m-gallery-list__items__item__image:hover {
  border: solid 10px #00aeef;
  transition: 0.25s ease-in;
}

.m-gallery-list--grid .m-gallery-list__items__item__image a:hover:before {
  position: absolute;
  content: '\f030';
  line-height: 7em;
  text-align: center;
  font-family: "FontAwesome";
  color: #ffffff;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}

.m-gallery-list--grid .m-gallery-list__count {
  clear: left;
  float: left;
  margin-top: 2em;
}

.m-gallery-list--grid .m-gallery-list__pagination {
  float: right;
  margin-top: 2em;
}

/*
* @Title: Gallery - List - Masonry
* @Version: 2.0
* @Author: JGuerreiro
* @Date:   2014-10-23 12:29:20
* @Last Modified by:   HMalespine
* @Last Modified time: 2016-06-06 17:00:25
*
*/
.m-gallery-list--masonry {
  overflow: hidden;
}

.m-gallery-list--masonry .m-gallery-list__description {
  margin-bottom: 2em;
  text-align: center;
}

.m-gallery-list--masonry .m-gallery-list__items {
  margin: 0;
  padding: 0;
  list-style: none;
  column-count: 2;
  column-width: 80px;
  column-gap: 1em;
}

.m-gallery-list--masonry .m-gallery-list__items__item {
  margin: 0 0 1em 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  vertical-align: top;
  width: 100%;
  line-height: 0;
  background: #dedce1;
  overflow: hidden;
}

.m-gallery-list--masonry .m-gallery-list__items__item__image {
  width: 100%;
  overflow: hidden;
}

.m-gallery-list--masonry .m-gallery-list__items__item__image img {
  width: 100%;
  display: block;
  position: relative;
  transform: translateZ(0);
}

.m-gallery-list--masonry .m-gallery-list__items__item__image img.is-loading {
  background: #ffffff url(../images/modules/galleries/list/masonry/placeholder_image.gif) center center no-repeat;
  background-size: 90%;
}

.m-gallery-list--masonry .m-gallery-list__items__item__image__link {
  display: block;
}

.m-gallery-list--masonry .m-gallery-list__count {
  clear: left;
  float: left;
  margin-top: 2em;
}

.m-gallery-list--masonry .m-gallery-list__pagination {
  float: right;
  margin-top: 2em;
}

@media screen and (min-width: 600px) {
  .m-gallery-list--masonry .m-gallery-list__items {
    margin: 0;
    padding: 0;
    list-style: none;
    column-count: 4;
    column-width: 150px;
    column-gap: 1em;
  }
  .m-gallery-list--masonry .m-gallery-list__items__item {
    margin: 0 0 1em 0;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    vertical-align: top;
    width: 100%;
    line-height: 0;
  }
  .m-gallery-list--masonry .m-gallery-list__items__item__image img.is-loading {
    background-size: auto;
  }
}

/*
* @Title: Gallery - Entry - Default
* @Version: 2.0
* @Author: JGuerreiro
* @Date:   2015-04-17 11:59:32
* @Last Modified by:   JGuerreiro
* @Last Modified time: 2016-02-11 12:46:54
*
*/
.m-gallery-entry--default .m-gallery-entry__item__header {
  margin-bottom: 1em;
}

.m-gallery-entry--default .m-gallery-entry__item__header__title {
  font-size: 1.94444em;
  text-align: center;
}

.m-gallery-entry--default .m-gallery-entry__item__share {
  text-align: center;
  margin-bottom: 2em;
}

.m-gallery-entry--default .m-gallery-entry__item__image {
  text-align: center;
}

.m-gallery-entry--default .m-gallery-entry__item__description {
  margin-top: 1em;
}

.m-gallery-entry--default .m-gallery-entry__pagination {
  margin-top: 2em;
  text-align: center;
}

/*
* @Title: Library - Blog - Entry - Default
* @Version: 2.0
* @Author: JGuerreiro
* @Date:   2015-02-25 15:49:05
* @Last Modified by:   HMalespine
* @Last Modified time: 2016-02-02 15:13:24
*
*/
.l-blog-entry--default .l-blog-entry__item__header {
  margin-bottom: 2.22222em;
}

.l-blog-entry--default .l-blog-entry__item__header__title {
  margin-bottom: 0;
}

.l-blog-entry--default .l-blog-entry__item__header__title__link {
  color: inherit;
}

.l-blog-entry--default .l-blog-entry__item__header__author {
  margin-top: 1.11111em;
  font-size: 0.77778em;
  color: #e6e6ea;
}

.l-blog-entry--default .l-blog-entry__item__header__date {
  margin-left: 0.55556em;
  margin-bottom: 0.55556em;
  font-size: 0.77778em;
  color: #e6e6ea;
}

.l-blog-entry--default .l-blog-entry__item__header__date:before {
  margin-right: 0.55556em;
  content: "/";
}

.l-blog-entry--default .l-blog-entry__item__share {
  margin-bottom: 2.22222em;
}

.l-blog-entry--default .l-blog-entry__item__images {
  margin-bottom: 2.22222em;
}

.l-blog-entry--default .l-blog-entry__item__images__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.l-blog-entry--default .l-blog-entry__item__images__list__item {
  float: left;
  text-align: center;
}

.l-blog-entry--default .l-blog-entry__item__images__list__item img {
  display: block;
}

.l-blog-entry--default .l-blog-entry__item__images__list__item:first-child:nth-last-child(1) {
  width: 100%;
}

.l-blog-entry--default .l-blog-entry__item__images__list__item:nth-child(1):nth-last-child(2) {
  width: 100%;
  margin-bottom: 2.5%;
}

.l-blog-entry--default .l-blog-entry__item__images__list__item:nth-child(2):nth-last-child(1) {
  width: 100%;
}

.l-blog-entry--default .l-blog-entry__item__images__list__item:nth-child(1):nth-last-child(3) {
  width: 100%;
  margin-bottom: 2.5%;
}

.l-blog-entry--default .l-blog-entry__item__images__list__item:nth-child(2):nth-last-child(2) {
  width: 48.75%;
  margin-right: 2.5%;
}

.l-blog-entry--default .l-blog-entry__item__images__list__item:nth-child(3):nth-last-child(1) {
  width: 48.75%;
}

.l-blog-entry--default .l-blog-entry__item__images__list__item:nth-child(1):nth-last-child(4) {
  width: 100%;
  margin-bottom: 2.5%;
}

.l-blog-entry--default .l-blog-entry__item__images__list__item:nth-child(2):nth-last-child(3) {
  width: 31.66666666666667%;
}

.l-blog-entry--default .l-blog-entry__item__images__list__item:nth-child(3):nth-last-child(2) {
  width: 31.66666666666667%;
  margin-left: 2.5%;
  margin-right: 2.5%;
}

.l-blog-entry--default .l-blog-entry__item__images__list__item:nth-child(4):nth-last-child(1) {
  width: 31.66666666666667%;
}

.l-blog-entry--default .l-blog-entry__item__comments {
  margin-top: 3.33333em;
  padding-top: 2.22222em;
  clear: both;
  border-top: 1px solid #dedce1;
}

.l-blog-entry--default .l-blog-entry__item__comments__form {
  margin-bottom: 2.22222em;
}

.l-blog-entry--default .l-blog-entry__pagination {
  margin-top: 2.22222em;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .l-blog-entry--default .l-blog-entry__item__images {
    float: right;
    margin-left: 4.44444em;
    max-width: 33.33%;
  }
  .l-blog-entry--default .l-blog-entry__item__body {
    overflow: hidden;
  }
  .l-blog-entry--default .l-blog-entry__item__comments__form {
    float: left;
    width: 48.75%;
    margin-bottom: 0;
    margin-right: 2.5%;
  }
  .l-blog-entry--default .l-blog-entry__item__comments__list {
    float: left;
    width: 48.75%;
  }
}

/*
* @Title: Library - Blog - List - List
* @Version: 2.0
* @Author: JGuerreiro
* @Date:   2015-03-04 17:00:41
* @Last Modified by:   HMalespine
* @Last Modified time: 2016-02-02 14:51:00
*
*/
.l-blog-list--list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.l-blog-list--list .l-blog-list__description {
  margin-bottom: 1.81818em;
  font-size: 1.22222em;
}

.l-blog-list--list .l-blog-list__search {
  margin-bottom: 2.22222em;
}

.l-blog-list--list .l-blog-list__items__item {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 2.22222em;
  padding-top: 2.22222em;
  border-top: solid 1px #dedce1;
}

.l-blog-list--list .l-blog-list__items__item:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.l-blog-list--list .l-blog-list__items__item__header {
  margin-bottom: 1.11111em;
}

.l-blog-list--list .l-blog-list__items__item__header__title {
  margin-bottom: 0;
  font-size: 1.22222em;
}

.l-blog-list--list .l-blog-list__items__item__header__title ~ * + *:before {
  margin-left: 0.55556em;
  margin-right: 0.55556em;
  content: "/";
}

.l-blog-list--list .l-blog-list__items__item__header__title__link {
  color: inherit;
  transition: color 0.25s ease-in;
}

.l-blog-list--list .l-blog-list__items__item__header__title__link:hover {
  color: #00aeef;
}

.l-blog-list--list .l-blog-list__items__item__header__date {
  display: inline-block;
  margin-top: 0.55556em;
  margin-bottom: 0.55556em;
  font-size: 0.77778em;
  color: #828094;
}

.l-blog-list--list .l-blog-list__items__item__header__author {
  display: inline-block;
  margin-top: 0.55556em;
  color: #828094;
  font-size: 0.77778em;
}

.l-blog-list--list .l-blog-list__items__item__header__comments {
  display: inline-block;
  margin-top: 0.55556em;
  color: #828094;
  transition: color 0.25s ease-in;
  font-size: 0.77778em;
}

.l-blog-list--list .l-blog-list__items__item__header__comments:hover {
  color: #00aeef;
}

.l-blog-list--list .l-blog-list__items__item__header__share {
  position: relative;
  float: right;
  margin-top: 0.55556em;
  cursor: pointer;
  font-size: 0.77778em;
  color: #828094;
}

.l-blog-list--list .l-blog-list__items__item__header__share:before {
  display: none;
}

html.no-touch .l-blog-list--list .l-blog-list__items__item__header__share:hover .l-blog-list__item__header__share__widget,
html.touch .l-blog-list--list .l-blog-list__items__item__header__share.hover .l-blog-list__item__header__share__widget {
  z-index: 90;
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
}

.l-blog-list--list .l-blog-list__items__item__header__share__widget {
  position: absolute;
  left: 0;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  padding: 1.11111em;
  background: #ffffff;
  border: solid 1px #dedce1;
  transition: 0.25s ease-in;
  transform: translateY(-10%);
}

.l-blog-list--list .l-blog-list__items__item__body__image {
  float: left;
  width: 6.66667em;
  height: 6.66667em;
  overflow: hidden;
  margin-right: 1.11111em;
  margin-bottom: 1.11111em;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.l-blog-list--list .l-blog-list__items__item__body__image img {
  width: 100%;
  opacity: 0;
}

.l-blog-list--list .l-blog-list__items__item__body__more {
  margin-top: 1.11111em;
}

.l-blog-list--list .l-blog-list__count {
  float: left;
  margin-top: 1.11111em;
}

.l-blog-list--list .l-blog-list__pagination {
  float: right;
  margin-top: 1.11111em;
}

/*
* @Title: Library - Blog - List - Grid
* @Version: 2.0
* @Author: JGuerreiro
* @Date:   2015-02-25 15:49:05
* @Last Modified by:   HMalespine
* @Last Modified time: 2016-02-02 14:50:41
*
*/
.l-blog-list--grid {
  margin: 0;
  padding: 0;
  list-style: none;
}

.l-blog-list--grid .l-blog-list__description {
  margin-bottom: 1.81818em;
  font-size: 1.22222em;
}

.l-blog-list--grid .l-blog-list__search {
  margin-bottom: 2.22222em;
}

.l-blog-list--grid .l-blog-list__items__item {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 2.22222em;
  border: solid 1px #dedce1;
}

.l-blog-list--grid .l-blog-list__items__item__image {
  height: 20em;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.l-blog-list--grid .l-blog-list__items__item__image img {
  width: 100%;
  opacity: 0;
}

.l-blog-list--grid .l-blog-list__items__item__header {
  margin-bottom: 1.11111em;
  padding: 2.22222em 2.22222em 0 2.22222em;
}

.l-blog-list--grid .l-blog-list__items__item__header__title {
  margin-bottom: 0;
  font-size: 1.22222em;
}

.l-blog-list--grid .l-blog-list__items__item__header__title ~ * + *:before {
  margin-left: 0.55556em;
  margin-right: 0.55556em;
  content: "/";
}

.l-blog-list--grid .l-blog-list__items__item__header__title__link {
  color: inherit;
  transition: color 0.25s ease-in;
}

.l-blog-list--grid .l-blog-list__items__item__header__title__link:hover {
  color: #00aeef;
}

.l-blog-list--grid .l-blog-list__items__item__header__date {
  display: inline-block;
  margin-top: 0.55556em;
  margin-bottom: 0.55556em;
  color: #828094;
  font-size: 0.77778em;
}

.l-blog-list--grid .l-blog-list__items__item__header__author {
  display: inline-block;
  margin-top: 0.55556em;
  color: #828094;
  font-size: 0.77778em;
}

.l-blog-list--grid .l-blog-list__items__item__header__comments {
  margin-top: 0.55556em;
  color: #828094;
  display: inline-block;
  transition: color 0.25s ease-in;
  font-size: 0.77778em;
}

.l-blog-list--grid .l-blog-list__items__item__header__comments:hover {
  color: #00aeef;
}

.l-blog-list--grid .l-blog-list__items__item__body {
  margin-bottom: 2.22222em;
  padding: 0 2.22222em;
}

.l-blog-list--grid .l-blog-list__items__item__body__more {
  margin-top: 1.11111em;
}

.l-blog-list--grid .l-blog-list__items__item__footer {
  position: relative;
  width: 100%;
  border-top: solid 1px #dedce1;
}

.l-blog-list--grid .l-blog-list__items__item__footer > * + * {
  padding-left: 1.11111em;
  border-left: solid 1px #dedce1;
}

.l-blog-list--grid .l-blog-list__items__item__footer__share {
  float: left;
  z-index: 10;
  padding: 1.11111em 2.22222em;
  cursor: pointer;
}

.l-blog-list--grid .l-blog-list__items__item__footer__share:before {
  display: none;
}

html.no-touch .l-blog-list--grid .l-blog-list__items__item__footer__share:hover .l-blog-list__item__footer__share__widget,
html.touch .l-blog-list--grid .l-blog-list__items__item__footer__share.hover .l-blog-list__item__footer__share__widget {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
  z-index: 90;
}

.l-blog-list--grid .l-blog-list__items__item__footer__share__title {
  color: #828094;
}

.l-blog-list--grid .l-blog-list__items__item__footer__share__widget {
  position: absolute;
  left: 0;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  padding: 1.11111em;
  background: #ffffff;
  border: solid 1px #dedce1;
  transition: 0.25s ease-in;
  transform: translateY(-10%);
}

.l-blog-list--grid .l-blog-list__items__item__footer__share__widget:before {
  position: absolute;
  top: -10px;
  left: 2em;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-width: 0 8px 10px 8px;
  border-color: transparent transparent #c4c1c9 transparent;
}

.l-blog-list--grid .l-blog-list__items__item__footer__comments {
  float: right;
  padding: 1.11111em 2.22222em;
  color: #828094;
  transition: color 0.25s ease-in;
}

.l-blog-list--grid .l-blog-list__items__item__footer__comments:hover {
  color: #00aeef;
}

.l-blog-list--grid .l-blog-list__count {
  float: left;
  margin-top: 1.11111em;
}

.l-blog-list--grid .l-blog-list__pagination {
  float: right;
  margin-top: 1.11111em;
}

@media screen and (min-width: 600px) {
  .l-blog-list--grid .l-blog-list__items {
    display: flex;
    flex-wrap: wrap;
  }
  .l-blog-list--grid .l-blog-list__items__item {
    width: 48.75%;
    float: left;
    margin-right: 2.5%;
  }
  .l-blog-list--grid .l-blog-list__items__item:nth-child(2n) {
    margin-right: 0;
  }
  .l-blog-list--grid .l-blog-list__items__item:nth-child(3n) {
    clear: left;
  }
  .l-blog-list--grid .l-blog-list__items__item:nth-child(-n+2) {
    margin-top: 0;
  }
  .l-blog-list--grid .l-blog-list__items__item .l-blog-list__item__body {
    padding-bottom: 3.33333em;
  }
  .l-blog-list--grid .l-blog-list__items__item .l-blog-list__item__footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .l-blog-list--grid .l-blog-list__items {
    display: flex;
    flex-wrap: wrap;
  }
  .l-blog-list--grid .l-blog-list__items__item {
    width: 31.66666666666667%;
  }
  .l-blog-list--grid .l-blog-list__items__item:nth-child(2n) {
    margin-right: 2.5%;
  }
  .l-blog-list--grid .l-blog-list__items__item:nth-child(3n) {
    clear: none;
    margin-right: 0;
  }
  .l-blog-list--grid .l-blog-list__items__item:nth-child(4n) {
    clear: left;
  }
  .l-blog-list--grid .l-blog-list__items__item:nth-child(-n+3) {
    margin-top: 0;
  }
}

/*
* @Title: Library - Brochures - List - Grid
* @Version: 2.0
* @Author: JGuerreiro
* @Date:   2015-02-25 15:49:05
* @Last Modified by:   HMalespine
* @Last Modified time: 2016-05-10 17:37:11
*
*/
.l-brochures-list--grid {
  margin: 0;
  padding: 0;
  list-style: none;
  /* 4 column if required
	@media screen and (min-width: $breakpoint-laptop) 			{
		.l-brochures-list__items__item	 						{ width: calc(25% - 1em;
			&:nth-child(3n) 									{ margin-right: em($gutter); }
			&:nth-child(4n) 									{ clear: none; margin-right: 0;  }
			&:nth-child(4n+1) 									{ clear: left;  }
			&:nth-child(-n+4) 									{ margin-top: 0; }
		}
	}*/
}

.l-brochures-list--grid .l-brochures-list__description {
  margin-bottom: 1.81818em;
  font-size: 1.22222em;
}

.l-brochures-list--grid .l-brochures-list__search {
  margin-bottom: 2.22222em;
}

.l-brochures-list--grid .l-brochures-list__items {
  display: flex;
  flex-wrap: wrap;
}

.l-brochures-list--grid .l-brochures-list__items__item {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 2.22222em;
  cursor: pointer;
  border: solid 1px #dedce1;
}

.l-brochures-list--grid .l-brochures-list__items__item__image {
  height: 12em;
  overflow: hidden;
  margin-top: 2.22222em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.l-brochures-list--grid .l-brochures-list__items__item__image img {
  width: 100%;
  opacity: 0;
}

.l-brochures-list--grid .l-brochures-list__items__item__header {
  margin-bottom: 2.22222em;
  padding: 2.22222em 2.22222em 0 2.22222em;
}

.l-brochures-list--grid .l-brochures-list__items__item__header__title {
  margin-bottom: 0;
  font-size: 1.22222em;
}

.l-brochures-list--grid .l-brochures-list__items__item__header__title ~ * + *:before {
  margin-left: 0.55556em;
  margin-right: 0.55556em;
  content: "/";
}

.l-brochures-list--grid .l-brochures-list__items__item__header__title__link {
  color: inherit;
  transition: color 0.25s ease-in;
}

.l-brochures-list--grid .l-brochures-list__items__item__header__title__link:hover {
  color: #00aeef;
}

.l-brochures-list--grid .l-brochures-list__items__item__header__date {
  display: inline-block;
  font-size: 0.77778em;
  margin-top: 0.55556em;
  margin-bottom: 0.5em;
  color: #828094;
}

.l-brochures-list--grid .l-brochures-list__items__item__header__author {
  display: inline-block;
  font-size: 0.77778em;
  margin-top: 0.55556em;
  color: #828094;
}

.l-brochures-list--grid .l-brochures-list__items__item__header__comments {
  display: inline-block;
  font-size: 0.77778em;
  margin-top: 0.55556em;
  color: #828094;
  transition: color 0.25s ease-in;
}

.l-brochures-list--grid .l-brochures-list__items__item__header__comments:hover {
  color: #00aeef;
}

.l-brochures-list--grid .l-brochures-list__items__item__body {
  padding: 0 2.22222em;
  margin-bottom: 2.22222em;
}

.l-brochures-list--grid .l-brochures-list__items__item__body__more {
  margin-top: 1.11111em;
}

.l-brochures-list--grid .l-brochures-list__count {
  float: left;
  margin-top: 1.11111em;
}

.l-brochures-list--grid .l-brochures-list__pagination {
  float: right;
  margin-top: 1.11111em;
}

@media screen and (min-width: 600px) {
  .l-brochures-list--grid .l-brochures-list__items__item {
    width: calc(50% - 0.66667em);
    margin-right: 1.33333em;
  }
  .l-brochures-list--grid .l-brochures-list__items__item:nth-child(2n) {
    margin-right: 0;
  }
  .l-brochures-list--grid .l-brochures-list__items__item:nth-child(3n) {
    clear: left;
  }
  .l-brochures-list--grid .l-brochures-list__items__item:nth-child(-n+2) {
    margin-top: 0;
  }
  .no-flexbox .l-brochures-list--grid .l-brochures-list__items__item {
    float: left;
    margin-left: 4.4%;
  }
  .no-flexbox .l-brochures-list--grid .l-brochures-list__items__item:nth-child(odd) {
    clear: left;
    margin-left: 0%;
  }
  .no-csscalc .l-brochures-list--grid .l-brochures-list__items__item {
    width: 48.75%;
  }
}

@media screen and (min-width: 768px) {
  .l-brochures-list--grid .l-brochures-list__items__item {
    width: calc(33.33% - 0.88889em);
  }
  .l-brochures-list--grid .l-brochures-list__items__item:nth-child(2n) {
    margin-right: 1.33333em;
  }
  .l-brochures-list--grid .l-brochures-list__items__item:nth-child(3n) {
    clear: none;
    margin-right: 0;
  }
  .l-brochures-list--grid .l-brochures-list__items__item:nth-child(4n) {
    clear: left;
  }
  .l-brochures-list--grid .l-brochures-list__items__item:nth-child(-n+3) {
    margin-top: 0;
  }
  .no-flexbox .l-brochures-list--grid .l-brochures-list__items__item {
    float: left;
    margin-left: 2.2%;
  }
  .no-flexbox .l-brochures-list--grid .l-brochures-list__items__item:nth-child(odd) {
    clear: none;
    margin-left: 2.2%;
  }
  .no-flexbox .l-brochures-list--grid .l-brochures-list__items__item:nth-child(3n+1) {
    clear: left;
    margin-left: 0%;
  }
  .no-csscalc .l-brochures-list--grid .l-brochures-list__items__item {
    width: 31.66667%;
  }
}

/*
* @Title: Library - Calendar - Entry - Default
* @Version: 2.0
* @Author: JGuerreiro
* @Date:   2015-02-25 15:49:05
* @Last Modified by:   HMalespine
* @Last Modified time: 2016-10-05 16:38:51
*
*/
.l-calendar-entry--default .l-calendar-entry__item__image {
  margin-bottom: 1.11111em;
}

.l-calendar-entry--default .l-calendar-entry__item__header {
  margin-bottom: 2.22222em;
  text-align: center;
}

.l-calendar-entry--default .l-calendar-entry__item__header .l-calendar-entry__item__header__title {
  margin-bottom: 0;
}

.l-calendar-entry--default .l-calendar-entry__item__header .l-calendar-entry__item__header__author {
  margin-top: 0.55556em;
  font-size: 0.77778em;
  color: #828094;
}

.l-calendar-entry--default .l-calendar-entry__item__header .l-calendar-entry__item__header__date {
  margin-left: 0.55556em;
  margin-bottom: 0.55556em;
  color: #828094;
  font-size: 0.77778em;
}

.l-calendar-entry--default .l-calendar-entry__item__header .l-calendar-entry__item__header__date:before {
  margin-right: 0.55556em;
  content: "/";
}

.l-calendar-entry--default .l-calendar-entry__item__image {
  text-align: center;
}

.l-calendar-entry--default .l-calendar-entry__item__share {
  text-align: center;
}

.l-calendar-entry--default .l-calendar-entry__item__actions {
  margin-top: 1.11111em;
}

.l-calendar-entry--default .l-calendar-entry__pagination {
  margin-top: 2.22222em;
  text-align: center;
}

/*
* @Title: Library - Calendar - List - Grid
* @Version: 2.0
* @Author: JGuerreiro
* @Date:   2015-03-04 17:00:41
* @Last Modified by:   HMalespine
* @Last Modified time: 2016-06-07 16:11:42
*
*/
.l-calendar-list--grid .l-calendar-list__description {
  margin-bottom: 1.81818em;
  text-align: center;
  font-size: 1.22222em;
}

.l-calendar-list--grid .l-calendar-list__search {
  margin-bottom: 2.22222em;
}

.l-calendar-list--grid .l-calendar-list__summary {
  margin-bottom: 1.11111em;
}

.l-calendar-list--grid .l-calendar-list__items {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  clear: both;
}

.l-calendar-list--grid .l-calendar-list__items__item {
  display: block;
  width: 100%;
  float: left;
  margin-bottom: 1.11111em;
  padding: 2.22222em;
  background: #ffffff;
  border: solid 1px #dedce1;
}

.l-calendar-list--grid .l-calendar-list__items__item__image {
  display: block;
  height: 0;
  margin-bottom: 2.22222em;
  padding-bottom: 50%;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}

.l-calendar-list--grid .l-calendar-list__items__item__image img {
  opacity: 0;
}

.l-calendar-list--grid .l-calendar-list__items__item__header {
  margin-bottom: 1.11111em;
}

.l-calendar-list--grid .l-calendar-list__items__item__header__title {
  width: 100%;
  margin: 0 0 0.55556em;
  font-size: 1.94444em;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #32313a;
}

.l-calendar-list--grid .l-calendar-list__items__item__header__title__link {
  color: inherit;
}

.l-calendar-list--grid .l-calendar-list__items__item__header__title__link:hover {
  color: #004563;
}

.l-calendar-list--grid .l-calendar-list__items__item__header__date {
  color: #828094;
}

.l-calendar-list--grid .l-calendar-list__items__item__header__date i {
  min-width: 20px;
}

.l-calendar-list--grid .l-calendar-list__items__item__header__location {
  color: #828094;
}

.l-calendar-list--grid .l-calendar-list__items__item__header__location i {
  min-width: 20px;
}

.l-calendar-list--grid .l-calendar-list__items__item__more {
  margin-top: 1.11111em;
}

.l-calendar-list--grid .l-calendar-list__count {
  float: left;
  margin-top: 1.11111em;
}

.l-calendar-list--grid .l-calendar-list__pagination {
  float: right;
  margin-top: 1.11111em;
}

@media screen and (min-width: 600px) {
  .l-calendar-list--grid .l-calendar-list__items__item {
    width: 48.75%;
    margin-bottom: 2.22222em;
    margin-right: 2.5%;
  }
  .l-calendar-list--grid .l-calendar-list__items__item:nth-child(2n) {
    margin-right: 0;
  }
  .l-calendar-list--grid .l-calendar-list__items__item:nth-child(3n) {
    clear: left;
  }
}

@media screen and (min-width: 1024px) {
  .l-calendar-list--grid .l-calendar-list__items__item {
    width: 31.66666666666667%;
    margin-right: 2.5%;
    margin-bottom: 2.22222em;
  }
  .l-calendar-list--grid .l-calendar-list__items__item:nth-child(2n) {
    margin-right: 2.5%;
  }
  .l-calendar-list--grid .l-calendar-list__items__item:nth-child(3n) {
    clear: none;
    margin-right: 0;
  }
  .l-calendar-list--grid .l-calendar-list__items__item:nth-child(4n) {
    clear: left;
  }
}

/*
* @Title: Library - News - Entry - Default
* @Version: 2.0
* @Author: JGuerreiro
* @Date:   2015-02-25 15:49:05
* @Last Modified by:   HMalespine
* @Last Modified time: 2016-01-27 16:10:31
*
*/
.l-news-entry--default {
  overflow: hidden;
}

.l-news-entry--default .l-news-entry__item__header {
  margin-bottom: 1.11111em;
}

.l-news-entry--default .l-news-entry__item__header__title {
  margin: 0;
}

.l-news-entry--default .l-news-entry__item__header__title__link {
  color: inherit;
}

.l-news-entry--default .l-news-entry__item__header__author {
  font-size: 0.77778em;
  margin-top: 1.11111em;
  color: #706e82;
}

.l-news-entry--default .l-news-entry__item__header__date {
  margin-left: 0.5em;
  font-size: 0.77778em;
  margin-bottom: 0.5em;
  color: #706e82;
}

.l-news-entry--default .l-news-entry__item__header__date:before {
  margin-right: 0.5em;
  content: "/";
}

.l-news-entry--default .l-news-entry__item__images {
  margin-bottom: 2.22222em;
}

.l-news-entry--default .l-news-entry__item__images__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.l-news-entry--default .l-news-entry__item__images__list__item {
  float: left;
  text-align: center;
}

.l-news-entry--default .l-news-entry__item__images__list__item img {
  display: block;
}

.l-news-entry--default .l-news-entry__item__images__list__item:first-child:nth-last-child(1) {
  width: 100%;
}

.l-news-entry--default .l-news-entry__item__images__list__item:nth-child(1):nth-last-child(2) {
  width: 100%;
  margin-bottom: 2.5%;
}

.l-news-entry--default .l-news-entry__item__images__list__item:nth-child(2):nth-last-child(1) {
  width: 100%;
}

.l-news-entry--default .l-news-entry__item__images__list__item:nth-child(1):nth-last-child(3) {
  width: 100%;
  margin-bottom: 2.5%;
}

.l-news-entry--default .l-news-entry__item__images__list__item:nth-child(2):nth-last-child(2) {
  width: 48.75%;
  margin-right: 2.5%;
}

.l-news-entry--default .l-news-entry__item__images__list__item:nth-child(3):nth-last-child(1) {
  width: 48.75%;
}

.l-news-entry--default .l-news-entry__item__images__list__item:nth-child(1):nth-last-child(4) {
  width: 100%;
  margin-bottom: 2.5%;
}

.l-news-entry--default .l-news-entry__item__images__list__item:nth-child(2):nth-last-child(3) {
  width: 31.66666666666667%;
}

.l-news-entry--default .l-news-entry__item__images__list__item:nth-child(3):nth-last-child(2) {
  width: 31.66666666666667%;
  margin-left: 2.5%;
  margin-right: 2.5%;
}

.l-news-entry--default .l-news-entry__item__images__list__item:nth-child(4):nth-last-child(1) {
  width: 31.66666666666667%;
}

.l-news-entry--default .l-news-entry__item__share {
  margin: 2.22222em 0;
}

.l-news-entry--default .l-news-entry__item__share__title {
  display: inline-block;
  color: #706e82;
}

.l-news-entry--default .l-news-entry__item__share__widget {
  display: inline-block;
}

.l-news-entry--default .l-news-entry__item__comments {
  display: none;
  clear: both;
  margin-top: 3em;
  padding-top: 2.22222em;
  border-top: 1px solid #dedce1;
}

.l-news-entry--default .l-news-entry__item__comments__form {
  display: none;
  margin-bottom: 2.22222em;
}

.l-news-entry--default .l-news-entry__pagination {
  margin-top: 2.22222em;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .l-news-entry--default .l-news-entry__item__images {
    float: right;
    margin-left: 4.44444em;
    max-width: 33.33%;
  }
  .l-news-entry--default .l-news-entry__item__body {
    overflow: hidden;
  }
  .l-news-entry--default .l-news-entry__item__comments__form {
    float: left;
    width: 48.75%;
    margin-bottom: 0;
    margin-right: 2.5%;
  }
  .l-news-entry--default .l-news-entry__item__comments__list {
    float: left;
    width: 48.75%;
  }
}

/*
* @Title: Library - News - List - List
* @Version: 2.0
* @Author: JGuerreiro
* @Date:   2015-03-04 17:00:41
* @Last Modified by:   HMalespine
* @Last Modified time: 2016-01-26 15:49:38
*
*/
.l-news-list--list .l-news-list__description {
  margin-bottom: 1.81818em;
  font-size: 1.22222em;
}

.l-news-list--list .l-news-list__search {
  margin-bottom: 2.22222em;
}

.l-news-list--list .l-news-list__items__item {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 2.22222em;
  padding-top: 2.22222em;
  border-top: solid 1px #dedce1;
}

.l-news-list--list .l-news-list__items__item:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.l-news-list--list .l-news-list__items__item__header {
  margin-bottom: 1.11111em;
}

.l-news-list--list .l-news-list__items__item__header__title {
  margin: 0;
  font-size: 1.22222em;
}

.l-news-list--list .l-news-list__items__item__header__title ~ * + *:before {
  content: "|";
}

.l-news-list--list .l-news-list__items__item__header__title__link {
  color: inherit;
  transition: color 0.25s ease-in;
}

.l-news-list--list .l-news-list__items__item__header__title__link:hover {
  color: #00aeef;
}

.l-news-list--list .l-news-list__items__item__header__date {
  display: inline-block;
  margin-top: 0.71429em;
  margin-bottom: 0.71429em;
  font-size: 0.77778em;
  color: #706e82;
}

.l-news-list--list .l-news-list__items__item__header__author {
  display: inline-block;
  margin-top: 0.71429em;
  font-size: 0.77778em;
  color: #706e82;
}

.l-news-list--list .l-news-list__items__item__header__comments {
  display: inline-block;
  margin-top: 0.71429em;
  font-size: 0.77778em;
  color: #706e82;
  transition: color 0.25s ease-in;
}

.l-news-list--list .l-news-list__items__item__header__comments:hover {
  color: #00aeef;
}

.l-news-list--list .l-news-list__items__item__header__share {
  position: relative;
  float: right;
  margin-top: 0.71429em;
  cursor: pointer;
  font-size: 0.77778em;
  color: #706e82;
}

.l-news-list--list .l-news-list__items__item__header__share:before {
  display: none;
}

.l-news-list--list .l-news-list__items__item__header__share:hover .l-news-list__items__item__header__share__widget, .l-news-list--list .l-news-list__items__item__header__share.hover .l-news-list__items__item__header__share__widget {
  z-index: 90;
  visibility: visible;
  opacity: 1;
  transform: translateY(0%);
}

.l-news-list--list .l-news-list__items__item__header__share__widget {
  position: absolute;
  left: 0;
  top: 100%;
  padding: 1.11111em;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s ease-in;
  transform: translateY(-10%);
  background: #ffffff;
  border: solid 1px #dedce1;
}

.l-news-list--list .l-news-list__items__item__body__image {
  float: left;
  width: 6.66667em;
  height: 6.66667em;
  overflow: hidden;
  margin-right: 1.11111em;
  margin-bottom: 1.11111em;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.l-news-list--list .l-news-list__items__item__body__image img {
  width: 100%;
  opacity: 0;
}

.l-news-list--list .l-news-list__items__item__body__more {
  margin-top: 1.11111em;
}

.l-news-list--list .l-news-list__count {
  float: left;
  margin-top: 2.22222em;
}

.l-news-list--list .l-news-list__pagination {
  float: right;
  margin-top: 2.22222em;
}

/*
* @Title: Library - Blog - List - Grid
* @Version: 2.0
* @Author: JGuerreiro
* @Date:   2015-02-25 15:49:05
* @Last Modified by:   HMalespine
* @Last Modified time: 2016-05-10 17:36:00
*
*/
.l-news-list--grid {
  /* 4 column if required
	@media screen and (min-width: $breakpoint-laptop) 			{
		.l-news-list__items__item	 							{ width: calc(25% - 1em;
			&:nth-child(3n) 									{ margin-right: em($gutter); }
			&:nth-child(4n) 									{ clear: none; margin-right: 0;  }
			&:nth-child(4n+1) 									{ clear: left;  }
			&:nth-child(-n+4) 									{ margin-top: 0; }
		}
	}*/
}

.l-news-list--grid .l-news-list__description {
  margin-bottom: 1.81818em;
  font-size: 1.22222em;
}

.l-news-list--grid .l-news-list__search {
  margin-bottom: 2.22222em;
}

.l-news-list--grid .l-news-list__items {
  display: flex;
  flex-wrap: wrap;
}

.l-news-list--grid .l-news-list__items__item {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 2.22222em;
  border: solid 1px #dedce1;
}

.l-news-list--grid .l-news-list__items__item__image {
  overflow: hidden;
  height: 15.55556em;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.l-news-list--grid .l-news-list__items__item__image img {
  width: 100%;
  opacity: 0;
}

.l-news-list--grid .l-news-list__items__item__header {
  margin-bottom: 1.11111em;
  padding: 2.22222em 2.22222em 0 2.22222em;
}

.l-news-list--grid .l-news-list__items__item__header__title {
  margin: 0;
  font-size: 1.22222em;
}

.l-news-list--grid .l-news-list__items__item__header__title ~ * + *:before {
  content: "|";
}

.l-news-list--grid .l-news-list__items__item__header__title__link {
  color: inherit;
  transition: color 0.25s ease-in;
}

.l-news-list--grid .l-news-list__items__item__header__title__link:hover {
  color: #00aeef;
}

.l-news-list--grid .l-news-list__items__item__header__date {
  display: inline-block;
  margin-bottom: 0.71429em;
  font-size: 0.77778em;
  margin-top: 0.71429em;
  color: #706e82;
}

.l-news-list--grid .l-news-list__items__item__header__author {
  display: inline-block;
  margin-top: 0.71429em;
  font-size: 0.77778em;
  color: #706e82;
}

.l-news-list--grid .l-news-list__items__item__header__comments {
  display: inline-block;
  margin-top: 0.71429em;
  font-size: 0.77778em;
  color: #706e82;
  transition: color 0.25s ease-in;
}

.l-news-list--grid .l-news-list__items__item__header__comments:hover {
  color: #00aeef;
}

.l-news-list--grid .l-news-list__items__item__body {
  margin-bottom: 2.22222em;
  padding: 0 2.22222em;
}

.l-news-list--grid .l-news-list__items__item__body__more {
  margin-top: 1.11111em;
}

.l-news-list--grid .l-news-list__items__item__footer {
  position: relative;
  width: 100%;
  border-top: solid 1px #dedce1;
}

.l-news-list--grid .l-news-list__items__item__footer > * + * {
  padding-left: 1.11111em;
  border-left: solid 1px #dedce1;
}

.l-news-list--grid .l-news-list__items__item__footer__share {
  float: left;
  z-index: 10;
  padding: 1.11111em 2.22222em;
  cursor: pointer;
}

.l-news-list--grid .l-news-list__items__item__footer__share:before {
  display: none;
}

.l-news-list--grid .l-news-list__items__item__footer__share:hover .l-news-list__items__item__footer__share__widget, .l-news-list--grid .l-news-list__items__item__footer__share.hover .l-news-list__items__item__footer__share__widget {
  z-index: 90;
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
}

.l-news-list--grid .l-news-list__items__item__footer__share__title {
  color: #706e82;
}

.l-news-list--grid .l-news-list__items__item__footer__share__widget {
  position: absolute;
  left: 0;
  top: 100%;
  visibility: hidden;
  padding: 1.11111em;
  opacity: 0;
  transition: 0.25s ease-in;
  transform: translateY(-10%);
  background: #ffffff;
  border: solid 1px #dedce1;
}

.l-news-list--grid .l-news-list__items__item__footer__share__widget:before {
  position: absolute;
  top: -10px;
  left: 2.22222em;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 10px 8px;
  border-color: transparent transparent #c4c1c9 transparent;
}

.l-news-list--grid .l-news-list__items__item__footer__comments {
  float: right;
  padding: 1.11111em 2.22222em;
  color: #706e82;
  transition: color 0.25s ease-in;
}

.l-news-list--grid .l-news-list__items__item__footer__comments:hover {
  color: #00aeef;
}

.l-news-list--grid .l-news-list__count {
  float: left;
  margin-top: 2.22222em;
}

.l-news-list--grid .l-news-list__pagination {
  float: right;
  margin-top: 2.22222em;
}

@media screen and (min-width: 600px) {
  .l-news-list--grid .l-news-list__items__item {
    width: calc(50% - 0.66667em);
    margin-right: 1.33333em;
  }
  .l-news-list--grid .l-news-list__items__item:nth-child(2n) {
    margin-right: 0;
  }
  .l-news-list--grid .l-news-list__items__item:nth-child(3n) {
    clear: left;
  }
  .l-news-list--grid .l-news-list__items__item:nth-child(-n+2) {
    margin-top: 0;
  }
  .no-flexbox .l-news-list--grid .l-news-list__items__item {
    float: left;
    margin-left: 4.4%;
  }
  .no-flexbox .l-news-list--grid .l-news-list__items__item:nth-child(odd) {
    clear: left;
    margin-left: 0%;
  }
  .no-csscalc .l-news-list--grid .l-news-list__items__item {
    width: 48.75%;
  }
}

@media screen and (min-width: 768px) {
  .l-news-list--grid .l-news-list__items__item {
    width: calc(33.33% - 0.88889em);
  }
  .l-news-list--grid .l-news-list__items__item:nth-child(2n) {
    margin-right: 1.33333em;
  }
  .l-news-list--grid .l-news-list__items__item:nth-child(3n) {
    clear: none;
    margin-right: 0;
  }
  .l-news-list--grid .l-news-list__items__item:nth-child(4n) {
    clear: left;
  }
  .l-news-list--grid .l-news-list__items__item:nth-child(-n+3) {
    margin-top: 0;
  }
  .no-flexbox .l-news-list--grid .l-news-list__items__item {
    float: left;
    margin-left: 2.2%;
  }
  .no-flexbox .l-news-list--grid .l-news-list__items__item:nth-child(odd) {
    clear: none;
    margin-left: 2.2%;
  }
  .no-flexbox .l-news-list--grid .l-news-list__items__item:nth-child(3n+1) {
    clear: left;
    margin-left: 0%;
  }
  .no-csscalc .l-news-list--grid .l-news-list__items__item {
    width: 31.66667%;
  }
}

/*
* @Title: Library - Press Releases - Entry - Default
* @Version: 2.0
* @Author: JGuerreiro
* @Date:   2015-02-25 15:49:05
* @Last Modified by:   HMalespine
* @Last Modified time: 2016-10-05 16:45:45
*
*/
.l-press-releases-entry--default .l-press-releases-entry__item__header {
  margin-bottom: 2.22222em;
  text-align: center;
}

.l-press-releases-entry--default .l-press-releases-entry__item__header__title {
  margin-bottom: 0;
}

.l-press-releases-entry--default .l-press-releases-entry__item__header__author {
  font-size: 0.77778em;
  margin-top: 0.55556em;
  color: #706e82;
}

.l-press-releases-entry--default .l-press-releases-entry__item__header__date {
  font-size: 0.77778em;
  margin-bottom: 0.55556em;
  color: #706e82;
}

.l-press-releases-entry--default .l-press-releases-entry__item__header__date + .l-press-releases-entry__item__header__author::before {
  content: "|";
}

.l-press-releases-entry--default .l-press-releases-entry__item__header__owner {
  font-size: 0.77778em;
  margin-bottom: 0.55556em;
  color: #706e82;
}

.l-press-releases-entry--default .l-press-releases-entry__item__header__owner::before {
  content: "|";
}

.l-press-releases-entry--default .l-calendar-entry__item__share {
  text-align: center;
}

.l-press-releases-entry--default .l-press-releases-entry__item__image {
  text-align: center;
}

.l-press-releases-entry--default .l-press-releases-entry__item__body {
  padding: 2.22222em 0;
}

@media screen and (min-width: 600px) {
  .l-press-releases-entry--default .l-press-releases-entry__item__body {
    overflow: hidden;
    padding: 2.22222em 4.44444em;
  }
}

.l-press-releases-entry--default .l-press-releases__pagination {
  margin-top: 2.22222em;
  text-align: center;
}

/*
* @Title: Library - Press Releases - List - List
* @Version: 2.0
* @Author: JGuerreiro
* @Date:   2015-03-04 17:00:41
* @Last Modified by:   HMalespine
* @Last Modified time: 2016-04-21 17:09:18
*
*/
.l-press-releases-list--list .l-press-releases-list__description {
  margin-bottom: 1.81818em;
  font-size: 1.22222em;
}

.l-press-releases-list--list .l-press-releases-list__search {
  margin-bottom: 2.22222em;
}

.l-press-releases-list--list .l-press-releases-list__items__item {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 2.22222em;
  padding-bottom: 2.22222em;
  border-bottom: solid 1px #dedce1;
}

@media screen and (min-width: 600px) {
  .l-press-releases-list--list .l-press-releases-list__items__item.has-image .l-press-releases-list__items__item__image {
    width: 7.22222em;
    height: 7.22222em;
    margin-right: 2.22222em;
  }
  .l-press-releases-list--list .l-press-releases-list__items__item.has-image .l-press-releases-list__items__item__header {
    overflow: hidden;
  }
  .l-press-releases-list--list .l-press-releases-list__items__item.has-image .l-press-releases-list__items__item__body {
    overflow: hidden;
  }
}

.l-press-releases-list--list .l-press-releases-list__items__item__image {
  float: left;
  width: 100%;
  height: 10em;
  overflow: hidden;
  margin-bottom: 1.11111em;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.l-press-releases-list--list .l-press-releases-list__items__item__image img {
  width: 100%;
  opacity: 0;
}

.l-press-releases-list--list .l-press-releases-list__items__item__header {
  margin-bottom: 1.11111em;
}

.l-press-releases-list--list .l-press-releases-list__items__item__header__title {
  margin: 0;
  font-size: 1.22222em;
}

.l-press-releases-list--list .l-press-releases-list__items__item__header__title__link {
  color: inherit;
}

.l-press-releases-list--list .l-press-releases-list__items__item__header__title__link:hover {
  color: #004563;
}

.l-press-releases-list--list .l-press-releases-list__items__item__header__author {
  margin-top: 0.55556em;
  font-size: 0.77778em;
  color: #706e82;
}

.l-press-releases-list--list .l-press-releases-list__items__item__header__date {
  font-size: 0.77778em;
  font-size: 0.77778em;
  margin-bottom: 0.71429em;
  color: #706e82;
}

.l-press-releases-list--list .l-press-releases-list__items__item__header__date + .l-press-releases-list__items__item__header__author::before {
  content: "|";
}

.l-press-releases-list--list .l-press-releases-list__items__item__header__owner {
  margin-top: 0.55556em;
  font-size: 0.77778em;
  color: #706e82;
}

.l-press-releases-list--list .l-press-releases-list__items__item__header__owner::before {
  content: "|";
}

.l-press-releases-list--list .l-press-releases-list__items__item__body__more {
  margin-top: 1.11111em;
}

.l-press-releases-list--list .l-press-releases-list__count {
  float: left;
  margin-top: 1.11111em;
}

.l-press-releases-list--list .l-press-releases-list__pagination {
  float: right;
  margin-top: 1.11111em;
}

/*
* @Title: Library - Press Releases - List - List Simple
* @Version: 2.0
* @Author: JGuerreiro
* @Date:   2015-03-04 17:00:41
* @Last Modified by:   HMalespine
* @Last Modified time: 2016-04-21 17:09:01
*
*/
.l-press-releases-list--list-simple .l-press-releases-list__items__item {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 1.11111em;
  padding-bottom: 1.11111em;
  border-bottom: solid 1px #dedce1;
}

.l-press-releases-list--list-simple .l-press-releases-list__items__item__header__title {
  margin: 0;
  font-size: 1.22222em;
}

.l-press-releases-list--list-simple .l-press-releases-list__items__item__header__title__link {
  color: inherit;
}

.l-press-releases-list--list-simple .l-press-releases-list__items__item__header__title__link:hover {
  color: #004563;
}

.l-press-releases-list--list-simple .l-press-releases-list__items__item__header__author {
  margin-top: 0.55556em;
  font-size: 0.77778em;
  color: #706e82;
}

.l-press-releases-list--list-simple .l-press-releases-list__items__item__header__date {
  margin-bottom: 0.71429em;
  font-size: 0.77778em;
  color: #706e82;
}

.l-press-releases-list--list-simple .l-press-releases-list__items__item__header__date + .l-press-releases-list__items__item__header__author::before {
  content: "|";
}

.l-press-releases-list--list-simple .l-press-releases-list__items__item__header__owner {
  margin-top: 0.55556em;
  font-size: 0.77778em;
  color: #706e82;
}

.l-press-releases-list--list-simple .l-press-releases-list__items__item__header__owner::before {
  content: "|";
}

/*
* @Title: Library - Press Releases - List - Grid
* @Version: 2.0
* @Author: JGuerreiro
* @Date:   2015-02-25 15:49:05
* @Last Modified by:   HMalespine
* @Last Modified time: 2016-05-10 17:34:04
*
*/
.l-press-releases-list--grid .l-press-releases-list__description {
  margin-bottom: 1.81818em;
  font-size: 1.22222em;
}

.l-press-releases-list--grid .l-press-releases-list__search {
  margin-bottom: 2.22222em;
}

.l-press-releases-list--grid .l-press-releases-list__items {
  display: flex;
  flex-wrap: wrap;
}

.l-press-releases-list--grid .l-press-releases-list__items__item {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 1.33333em;
  border: 1px solid #dedce1;
}

.l-press-releases-list--grid .l-press-releases-list__items__item__image {
  float: left;
  width: 100%;
  height: 15.55556em;
  overflow: hidden;
  margin-bottom: 2.22222em;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.l-press-releases-list--grid .l-press-releases-list__items__item__image img {
  width: 100%;
  opacity: 0;
}

.l-press-releases-list--grid .l-press-releases-list__items__item__header {
  padding: 2.22222em 2.22222em 0 2.22222em;
  margin-bottom: 1.11111em;
}

.l-press-releases-list--grid .l-press-releases-list__items__item__header__title {
  margin: 0;
  font-size: 1.22222em;
}

.l-press-releases-list--grid .l-press-releases-list__items__item__header__title__link {
  color: inherit;
}

.l-press-releases-list--grid .l-press-releases-list__items__item__header__title__link:hover {
  color: #004563;
}

.l-press-releases-list--grid .l-press-releases-list__items__item__header__author {
  margin-top: 0.55556em;
  font-size: 0.77778em;
  color: #706e82;
}

.l-press-releases-list--grid .l-press-releases-list__items__item__header__date {
  margin-bottom: 0.71429em;
  font-size: 0.77778em;
  color: #706e82;
}

.l-press-releases-list--grid .l-press-releases-list__items__item__header__date + .l-press-releases-list__items__item__header__author::before {
  content: "|";
}

.l-press-releases-list--grid .l-press-releases-list__items__item__header__owner {
  margin-top: 0.55556em;
  font-size: 0.77778em;
  color: #706e82;
}

.l-press-releases-list--grid .l-press-releases-list__items__item__header__owner::before {
  content: "|";
}

.l-press-releases-list--grid .l-press-releases-list__items__item__body {
  margin-bottom: 2.22222em;
  padding: 0 2.22222em;
  word-wrap: break-word;
}

.l-press-releases-list--grid .l-press-releases-list__items__item__body__more {
  margin-top: 1.11111em;
}

.l-press-releases-list--grid .l-press-releases-list__count {
  float: left;
  margin-top: 1.11111em;
}

.l-press-releases-list--grid .l-press-releases-list__pagination {
  float: right;
  margin-top: 1.11111em;
}

@media screen and (min-width: 600px) {
  .l-press-releases-list--grid .l-press-releases-list__items__item {
    width: calc(50% - 0.66667em);
    margin-right: 1.33333em;
  }
  .l-press-releases-list--grid .l-press-releases-list__items__item:nth-child(2n) {
    margin-right: 0;
  }
  .l-press-releases-list--grid .l-press-releases-list__items__item:nth-child(3n) {
    clear: left;
  }
  .l-press-releases-list--grid .l-press-releases-list__items__item:nth-child(-n+2) {
    margin-top: 0;
  }
  .no-flexbox .l-press-releases-list--grid .l-press-releases-list__items__item {
    float: left;
    margin-left: 4.4%;
  }
  .no-flexbox .l-press-releases-list--grid .l-press-releases-list__items__item:nth-child(odd) {
    clear: left;
    margin-left: 0%;
  }
  .no-csscalc .l-press-releases-list--grid .l-press-releases-list__items__item {
    width: 48.75%;
  }
}

@media screen and (min-width: 768px) {
  .l-press-releases-list--grid .l-press-releases-list__items__item {
    width: calc(33.33% - 0.88889em);
  }
  .l-press-releases-list--grid .l-press-releases-list__items__item:nth-child(2n) {
    margin-right: 1.33333em;
  }
  .l-press-releases-list--grid .l-press-releases-list__items__item:nth-child(3n) {
    clear: none;
    margin-right: 0;
  }
  .l-press-releases-list--grid .l-press-releases-list__items__item:nth-child(4n) {
    clear: left;
  }
  .l-press-releases-list--grid .l-press-releases-list__items__item:nth-child(-n+3) {
    margin-top: 0;
  }
  .no-flexbox .l-press-releases-list--grid .l-press-releases-list__items__item {
    float: left;
    margin-left: 2.2%;
  }
  .no-flexbox .l-press-releases-list--grid .l-press-releases-list__items__item:nth-child(odd) {
    clear: none;
    margin-left: 2.2%;
  }
  .no-flexbox .l-press-releases-list--grid .l-press-releases-list__items__item:nth-child(3n+1) {
    clear: left;
    margin-left: 0%;
  }
  .no-csscalc .l-press-releases-list--grid .l-press-releases-list__items__item {
    width: 31.66667%;
  }
}

@media screen and (min-width: 1024px) {
  .l-press-releases-list--grid .l-press-releases-list__items__item {
    width: calc(25% - 1em);
  }
  .l-press-releases-list--grid .l-press-releases-list__items__item:nth-child(3n) {
    margin-right: 1.33333em;
  }
  .l-press-releases-list--grid .l-press-releases-list__items__item:nth-child(4n) {
    clear: none;
    margin-right: 0;
  }
  .l-press-releases-list--grid .l-press-releases-list__items__item:nth-child(4n+1) {
    clear: left;
  }
  .l-press-releases-list--grid .l-press-releases-list__items__item:nth-child(-n+4) {
    margin-top: 0;
  }
}

/*
* @Title: Library - Product - Entry - Default
* @Version: 2.0
* @Author: JGuerreiro
* @Date:   2015-02-25 15:49:05
* @Last Modified by:   HMalespine
* @Last Modified time: 2016-03-15 12:34:34
*
*/
.l-product-entry--default {
  overflow: hidden;
}

.l-product-entry--default .l-product-entry__item .l-product-entry__item__header {
  padding: 2.22222em 2.22222em 0 2.22222em;
  margin-bottom: 1.11111em;
  text-align: center;
}

.l-product-entry--default .l-product-entry__item .l-product-entry__item__header .l-product-entry__item__header__title {
  margin-bottom: 0;
}

.l-product-entry--default .l-product-entry__item .l-product-entry__item__header .l-product-entry__item__header__title__link {
  color: inherit;
}

.l-product-entry--default .l-product-entry__item .l-product-entry__item__header .l-product-entry__item__header__exhibitor {
  margin-top: 1.11111em;
}

.l-product-entry--default .l-product-entry__item .l-product-entry__item__share {
  text-align: center;
  margin-bottom: 1.11111em;
}

.l-product-entry--default .l-product-entry__item .l-product-entry__item__images {
  margin-bottom: 1.11111em;
}

.l-product-entry--default .l-product-entry__item .l-product-entry__item__images__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.l-product-entry--default .l-product-entry__item .l-product-entry__item__images__list__item {
  float: left;
  text-align: center;
}

.l-product-entry--default .l-product-entry__item .l-product-entry__item__images__list__item img {
  display: block;
}

.l-product-entry--default .l-product-entry__item .l-product-entry__item__images__list__item:first-child:nth-last-child(1) {
  width: 100%;
}

.l-product-entry--default .l-product-entry__item .l-product-entry__item__images__list__item:nth-child(1):nth-last-child(2) {
  width: 47.5%;
}

.l-product-entry--default .l-product-entry__item .l-product-entry__item__images__list__item:nth-child(2):nth-last-child(1) {
  width: 47.5%;
  margin-left: 2.5%;
}

.l-product-entry--default .l-product-entry__item .l-product-entry__item__images__list__item:nth-child(1):nth-last-child(3) {
  width: 31.66666666666667%;
}

.l-product-entry--default .l-product-entry__item .l-product-entry__item__images__list__item:nth-child(2):nth-last-child(2) {
  width: 31.66666666666667%;
  margin-left: 1.25%;
}

.l-product-entry--default .l-product-entry__item .l-product-entry__item__images__list__item:nth-child(3):nth-last-child(1) {
  width: 31.66666666666667%;
  margin-left: 1.25%;
}

.l-product-entry--default .l-product-entry__item .l-product-entry__item__body__categories__items__item {
  display: inline-block;
  margin: 0 .25em .5em 0;
  padding: 0.55556em 1.11111em;
  background: #dedce1;
  border-radius: 5px;
  text-align: center;
}

.l-product-entry--default .l-product-entry__item .l-product-entry__item__back {
  display: inline-block;
  width: 100%;
  margin: 2.77778em 0;
  text-align: center;
}

.l-product-entry--default .l-product-entry__item .l-product-entry__item__back .l-product-entry__item__back__link {
  text-decoration: underline;
}

.l-product-entry--default .l-product-entry__item .l-product-entry__item__comments {
  clear: both;
  overflow: hidden;
  padding-top: 2.77778em;
  border-top: 2px solid #dedce1;
}

.l-product-entry--default .l-product-entry__item .l-product-entry__item__comments__form {
  margin-bottom: 2.22222em;
}

@media screen and (min-width: 1024px) {
  .l-product-entry--default .l-product-entry__item__images {
    float: right;
    margin-left: 4.44444em;
    max-width: 50%;
  }
  .l-product-entry--default .l-product-entry__item__images__list__item {
    float: left;
  }
  .l-product-entry--default .l-product-entry__item__images__list__item:first-child:nth-last-child(1) {
    width: 100%;
  }
  .l-product-entry--default .l-product-entry__item__images__list__item:nth-child(1):nth-last-child(2) {
    width: 48.75%;
    margin-right: 1.25%;
  }
  .l-product-entry--default .l-product-entry__item__images__list__item:nth-child(2):nth-last-child(1) {
    width: 48.75%;
    margin-left: 1.25%;
  }
  .l-product-entry--default .l-product-entry__item__images__list__item:nth-child(1):nth-last-child(3) {
    width: 100%;
    margin-bottom: 2.5%;
  }
  .l-product-entry--default .l-product-entry__item__images__list__item:nth-child(2):nth-last-child(2) {
    width: 48.75%;
    margin-right: 1.25%;
    margin-left: 0;
  }
  .l-product-entry--default .l-product-entry__item__images__list__item:nth-child(3):nth-last-child(1) {
    width: 48.75%;
    margin-left: 1.25%;
  }
  .l-product-entry--default .l-product-entry__item__body {
    overflow: hidden;
  }
  .l-product-entry--default .l-product-entry__item__comments__form {
    float: left;
    width: 48.75%;
    margin-bottom: 0;
    margin-right: 2.5%;
  }
  .l-product-entry--default .l-product-entry__item__comments__list {
    float: left;
    width: 48.75%;
  }
}

/*
* @Title: Library - Products - List - Default
* @Version: 2.0
* @Author: JGuerreiro
* @Date:   2015-03-04 17:00:41
* @Last Modified by:   HMalespine
* @Last Modified time: 2016-05-23 17:16:05
*
*/
.l-products-list--grid {
  overflow: hidden;
  /* 4 column if required
	@media screen and (min-width: $breakpoint-laptop) 		{
		.l-products-list__items__item	 					{ width: calc(25% - 1em;
			&:nth-child(3n) 								{ margin-right: em($gutter); }
			&:nth-child(4n) 								{ clear: none; margin-right: 0;  }
			&:nth-child(4n+1) 								{ clear: left;  }
			&:nth-child(-n+4) 								{ margin-top: 0; }
		}
	}*/
}

.l-products-list--grid .l-products-list__description {
  text-align: center;
  font-size: 1.22222em;
  margin-bottom: 1.63636em;
}

.l-products-list--grid .l-products-list__search {
  margin-bottom: 1.11111em;
}

.l-products-list--grid .l-products-list__az {
  margin-bottom: 2.22222em;
}

.l-products-list--grid .l-products-list__summary {
  margin-bottom: 1.11111em;
}

.l-products-list--grid .l-products-list__items {
  width: 100%;
  clear: both;
  display: flex;
  flex-wrap: wrap;
}

.l-products-list--grid .l-products-list__items__item {
  display: block;
  width: calc(50% - 0.66667em);
  margin-right: 1.33333em;
  margin-bottom: 0.55556em;
  padding: 0;
  background: #ffffff;
}

.l-products-list--grid .l-products-list__items__item:nth-child(2n) {
  margin-right: 0;
}

.l-products-list--grid .l-products-list__items__item:nth-child(3n) {
  clear: left;
}

.no-flexbox .l-products-list--grid .l-products-list__items__item {
  float: left;
  margin-left: 4.4%;
}

.no-flexbox .l-products-list--grid .l-products-list__items__item:nth-child(odd) {
  clear: left;
  margin-left: 0%;
}

.no-csscalc .l-products-list--grid .l-products-list__items__item {
  width: 48.75%;
}

.l-products-list--grid .l-products-list__items__item__image {
  display: block;
  height: 0;
  padding-bottom: 100%;
  margin-bottom: 0em;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}

.l-products-list--grid .l-products-list__items__item__image img {
  opacity: 0;
}

.l-products-list--grid .l-products-list__items__item__header {
  padding: 1.11111em;
}

.l-products-list--grid .l-products-list__items__item__header__title {
  margin: 0;
  color: #32313a;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 1.22222em;
}

.l-products-list--grid .l-products-list__items__item__header__title__link {
  color: inherit;
}

.l-products-list--grid .l-products-list__items__item__header__title__link:hover {
  color: #004563;
}

.l-products-list--grid .l-products-list__items__item__header__exhibitor {
  margin: 0;
  width: 100%;
  font-family: "proxima-nova", sans-serif;
  font-size: 1em;
  font-weight: 400;
}

.l-products-list--grid .l-products-list__items__item__header__exhibitor__link {
  color: #828094;
}

.l-products-list--grid .l-products-list__count {
  float: left;
}

.l-products-list--grid .l-products-list__pagination {
  float: right;
}

@media screen and (min-width: 600px) {
  .l-products-list--grid .l-products-list__items__item {
    width: calc(33.33% - 0.88889em);
  }
  .l-products-list--grid .l-products-list__items__item:nth-child(2n) {
    margin-right: 1.33333em;
  }
  .l-products-list--grid .l-products-list__items__item:nth-child(3n) {
    clear: none;
    margin-right: 0;
  }
  .l-products-list--grid .l-products-list__items__item:nth-child(4n) {
    clear: left;
  }
  .l-products-list--grid .l-products-list__items__item:nth-child(-n+3) {
    margin-top: 0;
  }
  .no-flexbox .l-products-list--grid .l-products-list__items__item {
    float: left;
    margin-left: 2.2%;
  }
  .no-flexbox .l-products-list--grid .l-products-list__items__item:nth-child(odd) {
    clear: none;
    margin-left: 2.2%;
  }
  .no-flexbox .l-products-list--grid .l-products-list__items__item:nth-child(3n+1) {
    clear: left;
    margin-left: 0%;
  }
  .no-csscalc .l-products-list--grid .l-products-list__items__item {
    width: 31.66667%;
  }
}

/*
* @Title: Library - Sponsor - Entry - Default
* @Version: 2.0
* @Author: lsherrington
* @Date:   2015-02-25 15:49:05
* @Last Modified by:   HMalespine
* @Last Modified time: 2016-01-27 15:20:16
*
*/
.l-sponsors-entry--default {
  overflow: hidden;
}

.l-sponsors-entry--default .l-sponsors-entry__item__image--wrap {
  float: left;
  width: 27%;
  margin-bottom: 2.5%;
  margin-right: 2.5%;
  padding: 2.22222em;
  background: #ffffff;
  border: 1px solid #dedce1;
  transition: 0.25s ease-in;
}

.l-sponsors-entry--default .l-sponsors-entry__item__image {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.l-sponsors-entry--default .l-sponsors-entry__item__image img {
  opacity: 0;
}

.l-sponsors-entry--default .l-sponsors-entry__item__body {
  float: right;
  width: 70%;
}

.l-sponsors-entry--default .l-sponsors-entry__item__body .l-sponsors-entry__item__body__title {
  text-align: left;
  margin-bottom: 1.11111em;
}

.l-sponsors-entry--default .l-sponsors-entry__item__body .l-sponsors-entry__item__body__display-title {
  text-align: left;
  color: #b0afbb;
  margin-bottom: 1.11111em;
  font-weight: 700;
}

.l-sponsors-entry--default .l-sponsors-entry__item__body .l-sponsors-entry__item__body__info {
  text-align: left;
  margin-bottom: 1.11111em;
}

.l-sponsors-entry--default .l-sponsors-entry__item__body .l-sponsors-entry__item__body__url {
  text-align: left;
  margin-bottom: 1.11111em;
}

.l-sponsors-entry--default .l-sponsors-entry__pagination {
  margin-top: 2.22222em;
  text-align: center;
}

/*
* @Title: Library - Sponsors - List - Grid
* @Version: 2.0
* @Author: lsherrington
* @Date:   2015-03-04 17:00:41
* @Last Modified by:   HMalespine
* @Last Modified time: 2016-05-10 17:42:56
*
*/
.l-sponsors-list--grid {
  overflow: hidden;
  /* 4 column if required
	@media screen and (min-width: $breakpoint-laptop) 		{
		.l-sponsors-list__items__item	 					{ width: calc(25% - 1em;
			&:nth-child(3n) 								{ margin-right: em($gutter); }
			&:nth-child(4n) 								{ clear: none; margin-right: 0;  }
			&:nth-child(4n+1) 								{ clear: left;  }
			&:nth-child(-n+4) 								{ margin-top: 0; }
		}
	}*/
}

.l-sponsors-list--grid .l-sponsors-list__description {
  margin-bottom: 2.22222em;
}

.l-sponsors-list--grid .l-sponsors-list__search {
  margin-bottom: 2.22222em;
}

.l-sponsors-list--grid .l-sponsors-list__items {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.l-sponsors-list--grid .l-sponsors-list__items__item {
  display: block;
  width: calc(50% - 0.66667em);
  margin-right: 1.33333em;
  margin-top: 1.33333em;
  margin-bottom: 0.55556em;
  padding: 1.11111em;
  background: #ffffff;
  border: 1px solid #dedce1;
}

.l-sponsors-list--grid .l-sponsors-list__items__item:nth-child(2n) {
  margin-right: 0;
}

.l-sponsors-list--grid .l-sponsors-list__items__item:nth-child(3n) {
  clear: left;
}

.no-flexbox .l-sponsors-list--grid .l-sponsors-list__items__item {
  float: left;
  margin-left: 4.4%;
}

.no-flexbox .l-sponsors-list--grid .l-sponsors-list__items__item:nth-child(odd) {
  clear: left;
  margin-left: 0%;
}

.no-csscalc .l-sponsors-list--grid .l-sponsors-list__items__item {
  width: 48.75%;
}

.l-sponsors-list--grid .l-sponsors-list__items__item__display-title {
  margin-bottom: 1.11111em;
  text-align: center;
  color: #b0afbb;
  font-weight: 700;
}

.l-sponsors-list--grid .l-sponsors-list__items__item__logo {
  display: block;
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
  transition: 0.25s ease-in;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.l-sponsors-list--grid .l-sponsors-list__items__item__logo img {
  opacity: 0;
}

@media screen and (min-width: 768px) {
  .l-sponsors-list--grid .l-sponsors-list__items__item {
    width: calc(33.33% - 0.88889em);
  }
  .l-sponsors-list--grid .l-sponsors-list__items__item:nth-child(2n) {
    margin-right: 1.33333em;
  }
  .l-sponsors-list--grid .l-sponsors-list__items__item:nth-child(3n) {
    clear: none;
    margin-right: 0;
  }
  .l-sponsors-list--grid .l-sponsors-list__items__item:nth-child(4n) {
    clear: left;
  }
  .l-sponsors-list--grid .l-sponsors-list__items__item:nth-child(-n+3) {
    margin-top: 0;
  }
  .no-flexbox .l-sponsors-list--grid .l-sponsors-list__items__item {
    float: left;
    margin-left: 2.2%;
  }
  .no-flexbox .l-sponsors-list--grid .l-sponsors-list__items__item:nth-child(odd) {
    clear: none;
    margin-left: 2.2%;
  }
  .no-flexbox .l-sponsors-list--grid .l-sponsors-list__items__item:nth-child(3n+1) {
    clear: left;
    margin-left: 0%;
  }
  .no-csscalc .l-sponsors-list--grid .l-sponsors-list__items__item {
    width: 31.66667%;
  }
}

/*
* @Title: Library - Sponsors - List - Carousel
* @Version: 2.0
* @Author: HMalespine
* @Date:   2016-04-07 09:30:34
* @Last Modified by:   HMalespine
* @Last Modified time: 2016-11-07 11:11:26
*
*/
.l-sponsors-list--carousel {
  position: relative;
  width: 80%;
  margin: 0 auto;
}

.l-sponsors-list--carousel .bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
}

.l-sponsors-list--carousel .l-sponsors-list__description {
  margin-bottom: 2.22222em;
}

.l-sponsors-list--carousel .l-sponsors-list__items__item__display-title {
  margin-bottom: 1.11111em;
  text-align: center;
  color: #b0afbb;
  font-weight: 700;
}

.l-sponsors-list--carousel .l-sponsors-list__items__item__logo {
  display: block;
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
  transition: 0.25s ease-in;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.l-sponsors-list--carousel .l-sponsors-list__items__item__logo img {
  max-width: 100%;
  opacity: 0;
}

.l-sponsors-list--carousel .bx-controls .bx-prev,
.l-sponsors-list--carousel .bx-controls .bx-next {
  display: block;
  position: absolute;
  top: 35%;
  width: 31px;
  height: 51px;
  text-indent: 100%;
  overflow: hidden;
  color: #32313a;
  transition: 0.25s ease-in;
}

.l-sponsors-list--carousel .bx-controls .bx-prev::before,
.l-sponsors-list--carousel .bx-controls .bx-next::before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  content: "";
  text-indent: 0;
  font-family: "FontAwesome";
  font-size: 4.72222em;
  text-align: center;
  color: #32313a;
}

.l-sponsors-list--carousel .bx-controls .bx-prev:hover,
.l-sponsors-list--carousel .bx-controls .bx-next:hover {
  color: #00aeef;
}

.l-sponsors-list--carousel .bx-controls .bx-prev {
  left: -2em;
}

.l-sponsors-list--carousel .bx-controls .bx-prev::before {
  content: '\f104';
}

.l-sponsors-list--carousel .bx-controls .bx-next {
  right: -2em;
}

.l-sponsors-list--carousel .bx-controls .bx-next::before {
  content: '\f105';
}

@media screen and (min-width: 1024px) {
  .l-sponsors-list--carousel .bx-controls {
    margin-top: 2.22222em;
  }
  .l-sponsors-list--carousel .bx-controls .bx-prev {
    left: -4em;
  }
  .l-sponsors-list--carousel .bx-controls .bx-next {
    right: -4em;
  }
}

.l-sponsors-list--carousel .bx-pager {
  text-align: center;
}

.l-sponsors-list--carousel .bx-pager-item {
  display: inline-block;
  margin: 0 .25em;
}

.l-sponsors-list--carousel .bx-pager-link {
  display: block;
  height: 0.83333em;
  width: 0.83333em;
  text-indent: -500em;
  overflow: hidden;
  white-space: nowrap;
  background: #dedce1;
  border-radius: 100%;
}

.l-sponsors-list--carousel .bx-pager-link.active {
  background: #00aeef;
}

/*
* @Title: Library - Videos - List - Grid
* @Version: 2.0
* @Author: lsherrington
* @Date:   2015-02-25 15:49:05
* @Last Modified by:   HMalespine
* @Last Modified time: 2016-05-23 11:49:17
*
*/
.l-videos-list--grid {
  overflow: hidden;
  /* 4 column if required
	@media screen and (min-width: $breakpoint-laptop) 			{
		.l-videos-list__items__item	 							{ width: calc(25% - 1em;
			&:nth-child(3n) 									{ margin-right: em($gutter); }
			&:nth-child(4n) 									{ clear: none; margin-right: 0;  }
			&:nth-child(4n+1) 									{ clear: left;  }
			&:nth-child(-n+4) 									{ margin-top: 0; }
		}
	}*/
}

.l-videos-list--grid .l-videos-list__description {
  margin-bottom: 2.22222em;
}

.l-videos-list--grid .l-videos-list__search {
  margin-bottom: 2.22222em;
}

.l-videos-list--grid .l-videos-list__items {
  display: flex;
  flex-wrap: wrap;
}

.l-videos-list--grid .l-videos-list__items__item {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 2.22222em;
  border: solid 1px #dedce1;
}

.l-videos-list--grid .l-videos-list__items__item .l-videos-list__items__item__video {
  overflow: hidden;
}

.l-videos-list--grid .l-videos-list__items__item .l-videos-list__items__item__video iframe {
  height: 10em;
}

.l-videos-list--grid .l-videos-list__items__item .l-videos-list__items__item__header {
  padding: 2.22222em 2.22222em 0 2.22222em;
  margin-bottom: 1.11111em;
}

.l-videos-list--grid .l-videos-list__items__item .l-videos-list__items__item__header .l-videos-list__items__item__header__title {
  margin-bottom: 0.55556em;
  font-size: 1.22222em;
}

.l-videos-list--grid .l-videos-list__items__item .l-videos-list__items__item__header .l-videos-list__items__item__header__title__link {
  text-decoration: none;
  color: inherit;
}

.l-videos-list--grid .l-videos-list__items__item .l-videos-list__items__item__header .l-videos-list__items__item__header__title__link:hover {
  color: #00aeef;
  text-decoration: underline;
}

.l-videos-list--grid .l-videos-list__items__item .l-videos-list__items__item__header .l-videos-list__items__item__header__author {
  display: none;
}

.l-videos-list--grid .l-videos-list__items__item .l-videos-list__items__item__header .l-videos-list__items__item__header__date {
  margin-left: 0;
  margin-bottom: 0.55556em;
  font-size: 0.77778em;
  color: #b0afbb;
}

.l-videos-list--grid .l-videos-list__items__item .l-videos-list__items__item__body {
  margin-bottom: 2.22222em;
  padding: 0 2.22222em;
}

.l-videos-list--grid .l-videos-list__items__item .l-videos-list__items__item__body__more {
  margin-top: 1.11111em;
}

.l-videos-list--grid .l-videos-list__count {
  float: left;
  margin-top: 2.22222em;
}

.l-videos-list--grid .l-videos-list__pagination {
  float: right;
  margin-top: 2.22222em;
}

@media screen and (min-width: 600px) {
  .l-videos-list--grid .l-videos-list__items__item {
    width: calc(50% - 0.66667em);
    margin-right: 1.33333em;
  }
  .l-videos-list--grid .l-videos-list__items__item:nth-child(2n) {
    margin-right: 0;
  }
  .l-videos-list--grid .l-videos-list__items__item:nth-child(3n) {
    clear: left;
  }
  .l-videos-list--grid .l-videos-list__items__item:nth-child(-n+2) {
    margin-top: 0;
  }
  .no-flexbox .l-videos-list--grid .l-videos-list__items__item {
    float: left;
    margin-left: 4.4%;
  }
  .no-flexbox .l-videos-list--grid .l-videos-list__items__item:nth-child(odd) {
    clear: left;
    margin-left: 0%;
  }
  .no-csscalc .l-videos-list--grid .l-videos-list__items__item {
    width: 48.75%;
  }
}

@media screen and (min-width: 768px) {
  .l-videos-list--grid .l-videos-list__items__item {
    width: calc(33.33% - 0.88889em);
  }
  .l-videos-list--grid .l-videos-list__items__item:nth-child(2n) {
    margin-right: 1.33333em;
  }
  .l-videos-list--grid .l-videos-list__items__item:nth-child(3n) {
    clear: none;
    margin-right: 0;
  }
  .l-videos-list--grid .l-videos-list__items__item:nth-child(4n) {
    clear: left;
  }
  .l-videos-list--grid .l-videos-list__items__item:nth-child(-n+3) {
    margin-top: 0;
  }
  .no-flexbox .l-videos-list--grid .l-videos-list__items__item {
    float: left;
    margin-left: 2.2%;
  }
  .no-flexbox .l-videos-list--grid .l-videos-list__items__item:nth-child(odd) {
    clear: none;
    margin-left: 2.2%;
  }
  .no-flexbox .l-videos-list--grid .l-videos-list__items__item:nth-child(3n+1) {
    clear: left;
    margin-left: 0%;
  }
  .no-csscalc .l-videos-list--grid .l-videos-list__items__item {
    width: 31.66667%;
  }
}

/*
* @Title: Section - Widget - COUNTDOWN
* @Author: LSHERRINGTON
* @Date:   2015-05-22 
* @Last Modified by:   HMalespine
* @Last Modified time: 2016-12-20 14:17:47
*
*/
.w-countdown .w-countdown__item {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-size: 1.38889em;
  text-transform: uppercase;
  text-align: center;
}

.w-countdown .w-countdown__item .w-countdown__months,
.w-countdown .w-countdown__item .w-countdown__days,
.w-countdown .w-countdown__item .w-countdown__hours,
.w-countdown .w-countdown__item .w-countdown__minutes,
.w-countdown .w-countdown__item .w-countdown__seconds {
  width: 20%;
  margin: 0 0.21818em;
  padding-bottom: 0.5em;
  color: #004563;
  border-radius: 0 25px 0 25px;
  background: #00aeef;
  background: -moz-linear-gradient(top, #00aeef 0%, #00aeef 49%, #09bcff 49%, #09bcff 100%);
  background: -webkit-linear-gradient(top, #00aeef 0%, #00aeef 49%, #09bcff 49%, #09bcff 100%);
  background: linear-gradient(to bottom, #00aeef 0%, #00aeef 49%, #09bcff 49%, #09bcff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-accent', endColorstr='lighten($color-accent, 5%)',GradientType=0 );
}

.w-countdown .w-countdown__item .w-countdown__months:after,
.w-countdown .w-countdown__item .w-countdown__days:after,
.w-countdown .w-countdown__item .w-countdown__hours:after,
.w-countdown .w-countdown__item .w-countdown__minutes:after,
.w-countdown .w-countdown__item .w-countdown__seconds:after {
  font-size: 0.56em;
  font-family: "proxima-nova", sans-serif;
  text-align: center;
  display: block;
}

.w-countdown .w-countdown__item .w-countdown__months {
  display: none;
  /* display: block; in needed */
}

.w-countdown .w-countdown__item .w-countdown__months:after {
  content: 'Months';
}

.w-countdown .w-countdown__item .w-countdown__days:after {
  content: 'Days';
}

.w-countdown .w-countdown__item .w-countdown__hours:after {
  content: 'Hrs';
}

.w-countdown .w-countdown__item .w-countdown__minutes:after {
  content: 'Mins';
}

.w-countdown .w-countdown__item .w-countdown__seconds {
  display: none;
  /* display: block; in needed */
}

.w-countdown .w-countdown__item .w-countdown__seconds:after {
  content: 'Secs';
}

@media screen and (min-width: 1024px) {
  .w-countdown .w-countdown__item {
    font-size: 3.05556em;
  }
  .w-countdown .w-countdown__item .w-countdown__months:after,
  .w-countdown .w-countdown__item .w-countdown__days:after,
  .w-countdown .w-countdown__item .w-countdown__hours:after,
  .w-countdown .w-countdown__item .w-countdown__minutes:after,
  .w-countdown .w-countdown__item .w-countdown__seconds:after {
    font-size: 0.25455em;
  }
}

/*
* @Title: Widget - iCatcher carousel
* @Author: HMalespine
* @Date:   2016-03-15 09:44:48
* @Last Modified by:   HMalespine
* @Last Modified time: 2016-12-02 14:56:05
*/
.w-icatcher-carousel {
  margin: 0 auto;
  padding: 0 2em;
  width: 300px;
}

@media screen and (min-width: 600px) {
  .w-icatcher-carousel {
    width: 560px;
  }
}

@media screen and (min-width: 768px) {
  .w-icatcher-carousel {
    width: 730px;
  }
}

@media screen and (min-width: 1024px) {
  .w-icatcher-carousel {
    width: 900px;
  }
}

@media screen and (min-width: 1280px) {
  .w-icatcher-carousel {
    width: 100%;
  }
}

.w-icatcher-carousel .bx-wrapper {
  position: relative;
  margin: 0 auto;
}

.w-icatcher-carousel .w-icatcher-carousel__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.w-icatcher-carousel .w-icatcher-carousel__list__item {
  display: block;
}

.w-icatcher-carousel .w-icatcher-carousel__list__item__image img {
  max-width: 100%;
}

.sponsors .w-icatcher-carousel .w-icatcher-carousel__list__item__image img {
  border-radius: 0;
}

.w-icatcher-carousel .w-icatcher-carousel__list__item__body {
  text-align: center;
}

.w-icatcher-carousel .w-icatcher-carousel__list__item__body__title {
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  font-weight: 400;
}

.w-icatcher-carousel .w-icatcher-carousel__list__item__body__caption {
  font-family: "proxima-nova", sans-serif;
  font-size: 0.77778em;
  color: #00aeef;
}

.w-icatcher-carousel .bx-controls .bx-prev,
.w-icatcher-carousel .bx-controls .bx-next {
  display: block;
  position: absolute;
  top: 25%;
  width: 31px;
  height: 63px;
  text-indent: -200px;
  overflow: hidden;
  color: rgba(50, 49, 58, 0.5);
  transition: 0.25s ease-in;
}

.w-icatcher-carousel .bx-controls .bx-prev::before,
.w-icatcher-carousel .bx-controls .bx-next::before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  content: "";
  text-indent: 0;
  font-family: "FontAwesome";
  font-size: 3.05556em;
  text-align: center;
}

.w-icatcher-carousel .bx-controls .bx-prev:hover,
.w-icatcher-carousel .bx-controls .bx-next:hover {
  color: #00aeef;
}

.w-icatcher-carousel .bx-controls .bx-prev {
  left: -2em;
}

.w-icatcher-carousel .bx-controls .bx-prev::before {
  content: '\f104';
}

.w-icatcher-carousel .bx-controls .bx-next {
  right: -2em;
}

.w-icatcher-carousel .bx-controls .bx-next::before {
  content: '\f105';
}

@media screen and (min-width: 1024px) {
  .w-icatcher-carousel .bx-controls {
    margin-top: 2.22222em;
  }
  .w-icatcher-carousel .bx-controls .bx-prev {
    left: -4em;
  }
  .w-icatcher-carousel .bx-controls .bx-next {
    right: -4em;
  }
}

.w-icatcher-carousel .bx-pager {
  text-align: center;
}

.w-icatcher-carousel .bx-pager-item {
  display: inline-block;
  margin: 0 .25em;
}

.w-icatcher-carousel .bx-pager-link {
  display: block;
  height: 0.83333em;
  width: 0.83333em;
  text-indent: -200%;
  overflow: hidden;
  white-space: nowrap;
  background: #dedce1;
  border-radius: 100%;
}

.w-icatcher-carousel .bx-pager-link.active {
  background: #00aeef;
}

/*
* @Title: Widget - iCatcher Image
* @Author: JGuerreiro
* @Date:   2015-03-11 10:24:18
* @Last Modified by:   HMalespine
* @Last Modified time: 2016-08-17 11:35:06
*
*/
.w-icatcher-image {
  position: relative;
}

.w-icatcher-image__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.w-icatcher-image__list__item__image a {
  display: block;
}

/*
* @Title: Widget - iCatcher Slider
* @Author: JGuerreiro
* @Date:   2015-03-11 10:24:18
* @Last Modified by:   HMalespine
* @Last Modified time: 2016-11-03 09:18:56
*
*/
.w-icatcher-slider {
  position: relative;
}

.w-icatcher-slider .w-icatcher-slider__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.w-icatcher-slider .w-icatcher-slider__list__item {
  display: block;
}

.w-icatcher-slider .w-icatcher-slider__list__item__image {
  width: 100%;
  line-height: 0;
}

.w-icatcher-slider .w-icatcher-slider__list__item__image img {
  width: 100%;
}

.w-icatcher-slider .w-icatcher-slider__list__item__body {
  padding: 1.11111em;
}

.w-icatcher-slider .w-icatcher-slider__list__item__body__title {
  margin-bottom: 0;
}

.w-icatcher-slider .w-icatcher-slider__list__item__body__description {
  margin: 1.11111em 0;
}

.w-icatcher-slider .w-icatcher-slider__list__item__body__button {
  margin: 1.11111em 0;
}

.w-icatcher-slider .w-icatcher-slider__list__item__body__button__link {
  background: #00aeef;
  color: #ffffff;
  border-radius: 0 35px 0 35px;
}

.w-icatcher-slider .bx-pager {
  text-align: center;
}

.w-icatcher-slider .bx-pager-item {
  display: inline-block;
  margin: 0 0.125em;
}

.w-icatcher-slider .bx-pager-link {
  display: block;
  height: 10px;
  width: 10px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: #ffffff;
  border-radius: 100%;
}

.w-icatcher-slider .bx-pager-link.active {
  background: #00aeef;
}

.w-icatcher-slider .bx-controls-direction {
  display: none;
}

@media screen and (min-width: 768px) {
  .w-icatcher-slider .w-icatcher-slider__list__item__image {
    width: 100%;
  }
  .w-icatcher-slider .w-icatcher-slider__list__item__body {
    position: absolute;
    left: 5.33333em;
    top: 2.66667em;
    width: 50%;
  }
  .w-icatcher-slider .w-icatcher-slider__list__item__body__title {
    padding-bottom: 0.25em;
    font-size: 4.72222em;
    line-height: 1.2em;
  }
  .w-icatcher-slider .bx-pager {
    position: absolute;
    width: 100%;
    bottom: 1em;
    left: 0;
    z-index: 90;
  }
  .w-icatcher-slider .bx-controls-direction {
    display: block;
    width: 100%;
    margin-top: -1.94444em;
  }
  .w-icatcher-slider .bx-prev, .w-icatcher-slider .bx-next {
    position: absolute;
    top: 45%;
    z-index: 90;
  }
  .w-icatcher-slider .bx-prev {
    left: 0;
  }
  .w-icatcher-slider .bx-next {
    right: 0;
  }
  .w-icatcher-slider .bx-prev:before {
    float: left;
    margin-left: 1em;
    font-size: 1.94444em;
    content: "\f053";
    font-family: "FontAwesome";
  }
  .w-icatcher-slider .bx-next:before {
    float: right;
    margin-right: 1em;
    font-size: 1.94444em;
    content: "\f054";
    font-family: "FontAwesome";
  }
}

.t-homepage .w-icatcher-slider {
  position: absolute;
  z-index: 1;
}

.t-homepage .w-icatcher-slider .w-icatcher-slider__list__item__body {
  padding: 0;
}

.t-homepage .w-icatcher-slider .w-icatcher-slider__list__item__body__title {
  display: none;
}

@media screen and (min-width: 600px) {
  .t-homepage .w-icatcher-slider {
    position: relative;
  }
}

/*
* @Title: Section - Widget - Library Search
* @Author: JGuerreiro
* @Date:   2014-12-09 11:55:48
* @Last Modified by:   HMalespine
* @Last Modified time: 2016-10-05 14:10:23
*
*/
.w-library-search {
  position: relative;
}

.w-library-search .w-library-search__noresults {
  margin: 1em 0;
  text-align: center;
  color: #004563;
  display: none;
  font-weight: 700;
}

.w-library-search .w-library-search__toolbar {
  border: solid 1px #dedce1;
  background: #ffffff;
}

.w-library-search .w-library-search__toolbar__keyword {
  display: none;
}

.w-library-search .w-library-search__toolbar__menu {
  text-align: center;
}

.w-library-search .w-library-search__toolbar__menu__item {
  width: 50%;
  float: left;
  padding: 1em;
  color: #32313a;
  font-weight: 700;
  border-left: solid 1px #dedce1;
}

.w-library-search .w-library-search__toolbar__menu__item:first-child {
  border-left: none;
}

.w-library-search .w-library-search__toolbar__menu__item:only-child {
  width: 100%;
}

.w-library-search .w-library-search__toolbar__menu__item:before {
  color: #828094;
  margin-right: 0.5em;
}

.w-library-search .w-library-search__toolbar__menu__item--keyword:before {
  content: "\f002";
  font-family: "FontAwesome";
}

.w-library-search .w-library-search__toolbar__menu__item--filters:before {
  content: "\f0b0";
  font-family: "FontAwesome";
}

.w-library-search .w-library-search__toolbar__menu__item--sort {
  display: none;
}

.w-library-search .w-library-search__toolbar__menu__item--sort:before {
  content: "\f0dc";
  font-family: "FontAwesome";
}

.w-library-search .w-library-search__toolbar__menu__item:hover:before {
  color: #004563;
}

.w-library-search .w-library-search__toolbar__menu__item.is-active {
  background: #dedce1;
  border-color: #c4c1c9;
}

.w-library-search .w-library-search__options {
  clear: both;
}

.w-library-search .w-library-search__options .form__group__controls__checkboxgroup {
  width: 100%;
  float: none;
}

.w-library-search .w-library-search__options .form__group__controls__checkboxgroup .option_column__wrapper {
  float: none;
  width: 100%;
}

.w-library-search .w-library-search__keyword {
  display: none;
  background: #dedce1;
  padding: 1.5em;
  position: relative;
}

.w-library-search .w-library-search__keyword #searchTerm {
  width: 100%;
  padding: .75em 1em;
  height: 40px;
}

.w-library-search .w-library-search__keyword .form__group__controls {
  width: 100%;
}

.w-library-search .w-library-search__keyword .w-library-search__submit {
  position: absolute;
  right: 1.5em;
  top: 1.5em;
  display: block;
  width: auto;
  height: 36px;
  margin-top: 2px;
  margin-right: 2px;
  padding: .5em 1em;
  border-radius: none;
  font-size: 1em;
  line-height: 1;
}

.w-library-search .w-library-search__category {
  display: none;
}

.w-library-search .w-library-search__filters {
  background: #dedce1;
  display: none;
}

.w-library-search .w-library-search__filters__list {
  margin: 0;
  padding: 2em;
  list-style: none;
}

.w-library-search .w-library-search__filters__filter {
  position: relative;
  margin-top: 2em;
}

.w-library-search .w-library-search__filters__filter:first-child {
  margin-top: 0;
}

.w-library-search .w-library-search__filters__filter__title {
  border-bottom: solid 1px #aaa5b2;
  margin-bottom: 1em;
  padding-bottom: .5em;
  font-weight: 700;
}

.w-library-search .w-library-search__filters__filter__options {
  max-height: 10em;
  overflow: auto;
  font-size: 0.77778em;
}

.w-library-search .w-library-search__filters__filter__options .option_column > label {
  display: block;
  margin-bottom: 0.5em;
}

.w-library-search .w-library-search__filters__filter__options .option_column__wrapper {
  width: 100%;
  float: none;
}

.w-library-search .w-library-search__filters__filter__options .form__group__controls__checkboxgroup {
  margin: 0;
  padding: 0;
}

.w-library-search .w-library-search__filters__filter__options .form__group__controls__checkboxgroup .fieldoptionvalue {
  margin-bottom: 0.5em;
}

.w-library-search .w-library-search__filters__filter__options .form__group__controls__checkboxgroup ul {
  padding-left: 1em;
}

.w-library-search .w-library-search__filters__filter__options .option_column__wrapper input[type="checkbox"] {
  width: auto;
  margin-right: .5em;
}

.w-library-search .w-library-search__filters__filter__options::-webkit-scrollbar {
  height: .5em;
  width: .5em;
  background: #aaa5b2;
  border-radius: 3px;
}

.w-library-search .w-library-search__filters__filter__options::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #004563;
  border-radius: 3px;
}

.w-library-search .w-library-search__filters__filter__options::-webkit-scrollbar-corner {
  cursor: pointer;
  background: #000;
}

.w-library-search .w-library-search__sort {
  background: #dedce1;
  border: solid 1px #c4c1c9;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 100%;
  width: 200px;
  text-align: center;
  font-weight: 400;
  z-index: 100;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

.w-library-search .w-library-search__sort:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 10px 8px;
  border-color: transparent transparent #c4c1c9 transparent;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -8px;
}

.w-library-search .w-library-search__sort .form__group {
  margin-bottom: 0;
}

.w-library-search .w-library-search__sort .form__group__controls {
  width: 100%;
  float: none;
}

.w-library-search .w-library-search__sort input[type="radio"] {
  display: none;
}

.w-library-search .w-library-search__sort label {
  display: block;
  border-top: solid 1px #aaa5b2;
  cursor: pointer;
}

.w-library-search .w-library-search__sort label:first-child {
  border-top: none;
}

.w-library-search .w-library-search__sort label:hover {
  background: #004563;
  color: #ffffff;
}

.w-library-search .w-library-search__sort label span {
  display: block;
  padding: .5em 1em;
}

.w-library-search .w-library-search__loading {
  display: none;
  text-align: center;
  margin: 1em 0;
}

.w-library-search .w-library-search__toolbar__menu__item--sort {
  position: relative;
}

.w-library-search .w-library-search__toolbar__menu__item--sort:hover .w-library-search__sort {
  display: block;
}

.w-library-search .w-library-search__submit {
  display: none;
}

@media screen and (min-width: 1024px) {
  .w-library-search .w-library-search__filters__filter {
    float: left;
    width: 31.66666666666667%;
    margin-right: 2.5%;
  }
  .w-library-search .w-library-search__filters__filter:first-child {
    margin-top: 0;
  }
  .w-library-search .w-library-search__filters__filter:nth-child(-1n+3) {
    margin-top: 0;
  }
  .w-library-search .w-library-search__filters__filter:nth-child(3n) {
    margin-right: 0;
  }
}

.w-library-search--standalone .w-library-search__toolbar {
  display: none;
}

.w-library-search--standalone .w-library-search__keyword {
  display: block;
}

.w-library-search--standalone .w-library-search__filters {
  display: block;
}

.libraryaz ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.libraryaz li {
  display: inline-block;
  padding: 0 0.5em;
  border-left: solid 1px #dedce1;
}

.libraryaz li:first-child {
  border-left: none;
  padding-left: 0;
}

.libraryaz span {
  color: #dedce1;
}

.exhibitors-summary:empty {
  display: none;
}

.js-library-summary > ul:before {
  margin-top: .5em;
  content: "You're Currently Filtering By:";
  font-style: italic;
  margin-right: 1em;
  float: left;
  font-size: 0.77778em;
}

.js-library-summary ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 2em;
}

.js-library-summary .w-library-search__filters__summary {
  display: inline-block;
}

.js-library-summary .w-library-search__filters__summary__title {
  display: inline-block;
  float: left;
  display: none;
}

.js-library-summary .w-library-search__filters__summary__options {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.77778em;
}

.js-library-summary .js-library-search__remove {
  cursor: pointer;
  display: inline-block;
  background: #dedce1;
  padding: 0.5em 1em;
  margin-right: 0.5em;
  margin-bottom: .5em;
  transition: 0.25s ease-in;
}

.js-library-summary .js-library-search__remove:after {
  content: "\f05c";
  font-family: "FontAwesome";
  margin-left: 0.5em;
  position: relative;
}

.js-library-summary .js-library-search__remove:hover {
  background-color: #004563;
  color: #ffffff;
}

/*
* @Title: Widgets - Poll
* @Author: Joao Guerreiro
* @Date:   2015-02-27 11:32:22
* @Last modified by:   Joao Guerreiro
* @Last modified time: 2016-08-26T16:07:05+01:00
*
*/
.w-poll__share {
  margin: 1.11111em 0;
}

.w-poll__share__header__title {
  margin: 0;
  font-size: 0.77778em;
  font-weight: 700;
  cursor: pointer;
}

.w-poll__share__header__title::before {
  content: "\f107";
  font-family: "FontAwesome";
  margin-right: 0.71429em;
  color: #004563;
}

.w-poll__share__body {
  display: none;
  margin-top: 0.55556em;
}

.w-poll__embed {
  margin: 1.11111em 0;
}

.w-poll__embed__header__title {
  margin: 0;
  font-size: 0.77778em;
  font-weight: 700;
  cursor: pointer;
}

.w-poll__embed__header__title::before {
  content: "\f107";
  font-family: "FontAwesome";
  margin-right: 0.55556em;
  color: #004563;
}

.w-poll__embed__body {
  display: none;
  margin-top: 0.55556em;
}

.w-poll__embed__body textarea {
  width: 100%;
  resize: vertical;
}

.w-poll__results__question {
  font-size: 1.22222em;
  margin-bottom: 0.90909em;
}

.w-poll__results__submissions__option {
  margin-bottom: 0.55556em;
}

.w-poll__results__submissions__option__result {
  width: 100%;
  background: #dedce1;
}

.w-poll__results__submissions__option__result__bar {
  background: #004563;
}

.w-poll__results__submissions__option__result__value {
  padding-left: 1.11111em;
  color: #ffffff;
}

.w-poll__results__total {
  margin-top: 1.11111em;
}

.w-poll__results__total__title {
  font-style: italic;
}

/*
* @Title: Widget - Rapport Form
* @Author: JGuerreiro
* @Date:   2015-03-11 12:26:32
* @Last Modified by:   JGuerreiro
* @Last Modified time: 2015-09-16 17:10:00
*
*/
.w-rapport-form__form .form__group {
  margin: 0 0 1em 0;
}

.w-rapport-form__form .form__group__title {
  width: 100%;
  margin: 0 0 0.5em 0;
  padding: 0;
}

.w-rapport-form__form .form__group__controls {
  width: 100%;
  margin: 0;
  padding: 0;
}

.w-rapport-form__form__captcha {
  margin-bottom: 2em;
}

/*
* @Title: Widget - Rapport Form
* @Author: JGuerreiro
* @Date:   2015-03-11 12:26:32
* @Last Modified by:   JGuerreiro
* @Last Modified time: 2015-09-24 17:34:34
*
*/
.w-rapport-posts__body__list__item {
  border: solid 1px #dedce1;
  margin-top: 1em;
  padding: 1em;
}

.w-rapport-posts__body__list__item:first-child {
  margin-top: 0;
}

.w-rapport-posts__body__list__item--unread {
  border: solid 5px #dedce1;
}

.w-rapport-posts__body__list__item__header {
  margin-bottom: 0.5em;
}

.w-rapport-posts__body__list__item__body {
  max-height: 6em;
  overflow: auto;
}

.w-rapport-posts__pagination .pagination {
  float: right;
}

.w-rapport-posts__pagination--top .pagination {
  margin-bottom: 2em;
}

.w-rapport-posts__pagination--bottom .pagination {
  margin-top: 2em;
}

/*
* @Title: Widget - RSS
* @Author: JGuerreiro
* @Date:   2014-09-05 11:47:11
* @Last Modified by:   JGuerreiro
* @Last Modified time: 2014-12-11 20:07:06
*
*/
.widget-rss__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget-rss__list__item {
  margin-top: 1em;
  padding-top: 1em;
  border-top: solid 1px #ffffff;
}

.widget-rss__list__item:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.widget-rss__list__item__body {
  margin-top: .5em;
}

/*
* @Title: Section - Widget - Search
* @Author: JGuerreiro
* @Date:   2014-12-09 11:55:48
* @Last Modified by:   HMalespine
* @Last Modified time: 2016-06-03 16:43:36
*
*/
.w-search__form__title {
  display: inline-block;
  margin-right: 1em;
}

.w-search__form__input {
  display: inline-block;
}

.w-search__form__submit {
  display: inline-block;
}

.w-modal-search {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(0, 69, 99, 0.9);
  text-align: center;
}

.w-modal-search a[href="#searchToggle"]:before {
  content: '\f00d';
  font-family: "FontAwesome";
  color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding-right: 0.5em;
  font-size: 1.94444em;
}

.w-modal-search .form__group, .w-modal-search .form__group__controls {
  width: auto;
  display: inline-block;
  vertical-align: middle;
}

.w-modal-search .w-search {
  margin-top: 20%;
  text-align: center;
  display: inline-block;
  position: relative;
}

.w-modal-search .w-search__form__title {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 52px;
  height: 50px;
  margin-right: 1em;
  text-indent: -9999px;
  overflow: hidden;
  border-right: 1px solid #ffffff;
}

.w-modal-search .w-search__form__title:after {
  content: '\f002';
  display: block;
  position: absolute;
  top: 0;
  font-family: "FontAwesome";
  text-indent: 0;
  color: #ffffff;
  font-size: 1.94444em;
}

.w-modal-search .w-search__form__input {
  display: inline-block;
  background: none;
  border: none;
  color: #ffffff;
}

.w-modal-search .w-search__form__input::-webkit-input-placeholder {
  color: #ffffff;
}

.w-modal-search .w-search__form__submit {
  display: inline-block;
  vertical-align: middle;
  background: #002130;
  border: 0;
  padding: 15px 10px;
  color: #ffffff;
}

.w-modal-search .w-search__form__submit:hover {
  background: #00aeef;
  color: #002130;
}

@media screen and (min-width: 1280px) {
  .w-modal-search .w-search__form__input {
    font-size: 2.55556em;
  }
  .w-modal-search .w-search__form__submit {
    padding: 15px 20px;
  }
}

.w-modal-search .w-search:after {
  content: "Type in what you’re looking for then press search";
  display: block;
  margin-left: 70px;
  font-style: italic;
  color: #00b0fc;
  text-align: left;
}

/*
* @Title: Section - Widget - Share
* @Author: JGuerreiro
* @Date:   2014-12-10 20:02:26
* @Last Modified by:   HMalespine
* @Last Modified time: 2016-08-19 12:45:03
*
*/
.widget-share__list {
  margin: 1.11111em 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}

.widget-share__list__item {
  display: inline-block;
  margin-bottom: 4px;
}

.widget-share__list__item__link {
  display: block;
  background: #dedce1;
  color: #ffffff;
  transition: 0.25s ease-in;
}

.widget-share__list__item__link__icon {
  display: inline-block;
  width: 2.22222em;
  height: 2.22222em;
  line-height: 2.22222em;
  text-align: center;
}

.widget-share__list__item__link__title {
  display: none;
}

.widget-share__list__item__link--twitter {
  background: #00aced;
}

.widget-share__list__item__link--twitter:hover {
  background: #0087ba;
}

.widget-share__list__item__link--facebook {
  background: #3b5998;
}

.widget-share__list__item__link--facebook:hover {
  background: #2d4373;
}

.widget-share__list__item__link--linkedin {
  background: #007bb6;
}

.widget-share__list__item__link--linkedin:hover {
  background: #005983;
}

.widget-share__list__item__link--googleplus {
  background: #dd4b39;
}

.widget-share__list__item__link--googleplus:hover {
  background: #c23321;
}

.widget-share__list__item__link--digg {
  background: #000000;
}

.widget-share__list__item__link--digg:hover {
  background: black;
}

.widget-share__list__item__link--stumbleupon {
  background: #eb4924;
}

.widget-share__list__item__link--stumbleupon:hover {
  background: #ca3412;
}

.widget-share__list__item__link:hover {
  color: #ffffff;
}

/*
* @Title: Widget - Ticker
* @Author: JGuerreiro
* @Date:   2015-03-11 12:26:32
* @Last Modified by:   JGuerreiro
* @Last Modified time: 2015-03-11 15:32:20
*
*/
.w-ticker {
  position: relative;
}

.w-ticker .ticker {
  position: relative;
  width: 100%;
}

.w-ticker .ticker-title {
  display: none !important;
}

.w-ticker .ticker-content {
  left: 0 !important;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.w-ticker .ticker-swipe {
  position: absolute;
  bottom: 0;
  background-color: #ffffff;
  display: block;
  width: 100%;
  height: 100%;
}

.w-ticker .ticker-swipe span {
  border-bottom: 1px solid;
  height: 100%;
  width: 0.5em;
  display: block;
}

.w-ticker .ticker-controls {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.w-ticker .ticker-controls .jnt-play-pause {
  float: left;
}

.w-ticker .ticker-controls .jnt-play-pause:after {
  content: "\f04c";
  font-family: "FontAwesome";
  cursor: pointer;
}

.w-ticker .ticker-controls .jnt-play-pause:hover:after {
  color: #00aeef;
}

.w-ticker .ticker-controls .jnt-play-pause.paused:after {
  content: "\f04b";
}

.w-ticker .ticker-controls .jnt-prev {
  float: left;
  margin-left: .5em;
}

.w-ticker .ticker-controls .jnt-prev:after {
  content: "\f04a";
  font-family: "FontAwesome";
  cursor: pointer;
}

.w-ticker .ticker-controls .jnt-prev:hover:after {
  color: #00aeef;
}

.w-ticker .ticker-controls .jnt-next {
  float: left;
  margin-left: .5em;
}

.w-ticker .ticker-controls .jnt-next:after {
  content: "\f04e";
  font-family: "FontAwesome";
  cursor: pointer;
}

.w-ticker .ticker-controls .jnt-next:hover:after {
  color: #00aeef;
}

/*
* @Title: Widget testimonial
* @Author: HMalespine
* @Date:   2015-04-13 16:56:23
* @Last Modified by:   HMalespine
* @Last Modified time: 2016-10-25 09:46:03
*/
.w-testimonials {
  position: relative;
}

.w-testimonials .w-testimonials__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.w-testimonials .w-testimonials__list__item {
  display: block;
}

.w-testimonials .w-testimonials__list__item__quote {
  margin-bottom: 1em;
}

.w-testimonials .w-testimonials__list__item__author,
.w-testimonials .w-testimonials__list__item__body__company {
  font-weight: 400;
}

.w-testimonials .bx-controls {
  margin-top: 1em;
}

.w-testimonials .bx-controls-direction {
  display: none;
}

.w-testimonials .bx-pager {
  text-align: center;
}

.w-testimonials .bx-pager-item {
  display: inline-block;
  margin: 0 0.25em;
}

.w-testimonials .bx-pager-link {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: #dedce1;
  height: 12px;
  width: 12px;
  border-radius: 50%;
}

.w-testimonials .bx-pager-link.active {
  background: #00aeef;
}

.testimonials .w-testimonials .w-testimonials__list__item__quote {
  color: #004563;
  font-family: "Montserrat", sans-serif;
}

.testimonials .w-testimonials .w-testimonials__list__item__author {
  color: #00aeef;
  font-family: "Montserrat", sans-serif;
  font-size: 0.77778em;
}

.testimonials .w-testimonials .w-testimonials__list__item__body__company {
  display: inline-block;
}

@media screen and (min-width: 1024px) {
  .testimonials .w-testimonials .w-testimonials__list__item__quote {
    font-size: 1.38889em;
  }
}

/*
* @Title: Widget - Zone - Dashboard
* @Author: JGuerreiro
* @Date:   2015-07-20 10:32:44
* @Last Modified by:   HMalespine
* @Last Modified time: 2017-01-24 11:36:46
*
*/
.floating {
  position: fixed;
  bottom: 1em;
  right: 1em;
  z-index: 999;
  color: #ffffff;
}

.floating .w-zone-login {
  display: none;
}

.w-zone-login-dashboard {
  padding: 1.5em;
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  text-align: center;
  text-transform: capitalize;
}

.w-zone-login-dashboard .w-zone-login-dashboard__link--zone:after, .w-zone-login-dashboard .w-zone-login-dashboard__link--profile:after {
  content: '|';
  margin: 0 0.2em;
}

.w-zone-dashboard {
  position: relative;
  padding: 0;
  max-width: 1140px;
  margin: 0 auto;
  background: #ffffff;
}

.w-zone-dashboard .p-label {
  display: inline-block;
  padding: 0.5em 1em;
  background: #dedce1;
  color: #32313a;
  font-size: 0.66667em;
  border-radius: 3px;
}

.w-zone-dashboard .p-label--danger {
  background: #cd3a53;
  color: #ffffff;
}

.w-zone-dashboard .w-zone-dashboard__required {
  border: solid 3px #004563;
  width: 100%;
  padding: 2em;
  background: #ffffff;
  text-align: center;
  margin-bottom: 2em;
}

.w-zone-dashboard .w-zone-dashboard__required--has-switcher {
  top: 5em;
}

.w-zone-dashboard .w-zone-dashboard__required__instructions {
  font-size: 1.22222em;
  margin-bottom: 1em;
}

.w-zone-dashboard .w-zone-dashboard__required__tasks__title {
  font-weight: 700;
  border-bottom: solid 1px #dedce1;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}

.w-zone-dashboard .w-zone-dashboard__overview {
  padding: 2em;
  width: 100%;
  position: relative;
  z-index: 10;
}

.w-zone-dashboard .w-zone-dashboard__overview__switcher {
  background: #dedce1;
  text-align: center;
  padding: 1em;
}

.w-zone-dashboard .w-zone-dashboard__overview__switcher .w-zone-dashboard__overview__progress__text {
  margin-bottom: 1em;
}

.w-zone-dashboard .w-zone-dashboard__overview__switcher .form__group__controls {
  width: 100% !important;
}

.w-zone-dashboard .w-zone-dashboard__overview__logo {
  display: none;
}

.w-zone-dashboard .js-mediafield__preview-image {
  text-align: center;
}

.w-zone-dashboard .js-mediafield__preview-image img {
  max-width: 100% !important;
}

.w-zone-dashboard .w-zone-dashboard__overview__name {
  text-transform: none;
  text-align: center;
  margin: 0 0 .5em 0;
}

.w-zone-dashboard .w-zone-dashboard__overview__stand {
  text-align: center;
  margin: 0 0 2em 0;
  font-size: 1em;
}

.w-zone-dashboard .w-zone-dashboard__overview__stand .w-zone-dashboard__overview__stand__title {
  font-weight: normal;
  color: #666;
}

.w-zone-dashboard .w-zone-dashboard__overview__stand .w-zone-dashboard__overview__stand__value {
  font-weight: normal;
}

.w-zone-dashboard .w-zone-dashboard__overview__checklist {
  margin: 0 0 1em 0;
  font-family: "Montserrat", sans-serif;
}

.w-zone-dashboard .w-zone-dashboard__overview__checklist .w-zone-dashboard__overview__checklist__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.w-zone-dashboard .w-zone-dashboard__overview__checklist .w-zone-dashboard__overview__checklist__list li {
  display: block;
  border-bottom: solid 1px #eee;
  padding: .5em 0;
}

.w-zone-dashboard .w-zone-dashboard__overview__checklist .w-zone-dashboard__overview__checklist__list li a {
  color: inherit;
}

.w-zone-dashboard .w-zone-dashboard__overview__progress {
  margin-top: 2em;
}

.w-zone-dashboard .w-zone-dashboard__overview__progress__bar {
  margin-bottom: 0.5em;
}

.w-zone-dashboard .w-zone-dashboard__overview__progress__bar .p-progress-bar--small {
  background: #dedce1;
  border-radius: 5px;
  overflow: hidden;
}

.w-zone-dashboard .w-zone-dashboard__overview__progress__bar .p-progress-bar--small .p-progress-bar__bar {
  height: 5px;
  background: #004563;
}

.w-zone-dashboard .w-zone-dashboard__overview__progress__text {
  text-align: center;
  font-size: 0.77778em;
  color: #626071;
}

.w-zone-dashboard .w-zone-dashboard__overview__progress__text a {
  color: inherit;
}

.w-zone-dashboard .w-zone-dashboard__overview__progress__text a:hover {
  color: #004563;
}

.w-zone-dashboard .w-zone-dashboard__overview__warnings {
  margin-top: 1em;
  text-align: center;
}

.w-zone-dashboard .w-zone-dashboard__overview__stats {
  display: none;
}

.w-zone-dashboard .w-zone-dashboard__overview__stats .w-zone-dashboard__overview__stats__stat {
  float: left;
  width: 50.00%;
  text-align: center;
}

.w-zone-dashboard .w-zone-dashboard__overview__stats .w-zone-dashboard__overview__stats__stat__value {
  font-size: 2em;
  color: #004563;
}

.w-zone-dashboard .w-zone-dashboard__overview__stats .w-zone-dashboard__overview__stats__stat__title {
  color: #666;
}

.w-zone-dashboard .w-zone-dashboard__main {
  overflow: hidden;
  padding: 0 2em;
  position: relative;
  left: -1px;
  padding-bottom: 2em;
}

.w-zone-dashboard .w-zone-dashboard__main .w-zone-dashboard__main__profile__message {
  margin-bottom: 2em;
}

.w-zone-dashboard .w-zone-dashboard__main .w-zone-dashboard__main__profile__message .notification__close {
  display: none;
}

.w-zone-dashboard .w-zone-dashboard__main .w-zone-dashboard__main__tasks__description {
  margin-bottom: 2em;
  text-align: center;
}

.w-zone-dashboard .w-zone-dashboard__main .w-zone-dashboard__main__tasks__completion__title {
  font-size: 1.22222em;
  border-bottom: solid 1px #dedce1;
  padding: 0 0 0.5em 0;
  margin-bottom: 1em;
}

.w-zone-dashboard .w-zone-dashboard__main .w-zone-dashboard__main__tasks__completion__list__item {
  margin-bottom: 0.5em;
  padding: 0.5em 0;
  border-bottom: solid 1px #dedce1;
  position: relative;
}

.w-zone-dashboard .w-zone-dashboard__main .w-zone-dashboard__main__tasks__completion__list__item::before {
  content: "\f096";
  margin-right: 0.5em;
  font-family: "FontAwesome";
  vertical-align: top;
  position: absolute;
  left: 0;
  top: 0.5em;
}

.w-zone-dashboard .w-zone-dashboard__main .w-zone-dashboard__main__tasks__completion__list__item--completed {
  color: #828094;
}

.w-zone-dashboard .w-zone-dashboard__main .w-zone-dashboard__main__tasks__completion__list__item--completed::before {
  content: "\f046";
  text-decoration: none;
  color: #92D06C;
}

.w-zone-dashboard .w-zone-dashboard__main .w-zone-dashboard__main__tasks__completion__list__item--completed span {
  text-decoration: line-through;
  padding-left: 2em;
  display: block;
}

.w-zone-dashboard .w-zone-dashboard__main .w-zone-dashboard__main__tasks__completion__list__item a {
  color: inherit;
  transition: 0.25s ease-in;
  display: block;
  padding-left: 2em;
}

.w-zone-dashboard .w-zone-dashboard__main .w-zone-dashboard__main__tasks__completion__list__item a:hover {
  color: #00aeef;
}

.w-zone-dashboard .w-zone-dashboard__main .w-zone-dashboard__main__form .w-zone-dashboard__main__form-edit__back,
.w-zone-dashboard .w-zone-dashboard__main .w-zone-dashboard__main__form-edit .w-zone-dashboard__main__form-edit__back {
  margin-bottom: 2em;
}

.w-zone-dashboard .w-zone-dashboard__main .w-zone-dashboard__main__form .w-zone-dashboard__main__form-edit__back .button,
.w-zone-dashboard .w-zone-dashboard__main .w-zone-dashboard__main__form-edit .w-zone-dashboard__main__form-edit__back .button {
  background: #dedce1;
  color: #32313a;
}

.w-zone-dashboard .w-zone-dashboard__main .w-zone-dashboard__main__form .js-controls,
.w-zone-dashboard .w-zone-dashboard__main .w-zone-dashboard__main__form-edit .js-controls {
  float: right;
}

.w-zone-dashboard .w-zone-dashboard__main .w-zone-dashboard__main__form .js-controls .form__group__controls,
.w-zone-dashboard .w-zone-dashboard__main .w-zone-dashboard__main__form-edit .js-controls .form__group__controls {
  width: 100%;
}

@media (min-width: 1024px) {
  .w-zone-dashboard .w-zone-dashboard__main .w-zone-dashboard__main__form .form__group .form__group__title--before,
  .w-zone-dashboard .w-zone-dashboard__main .w-zone-dashboard__main__form-edit .form__group .form__group__title--before {
    width: 30%;
  }
  .w-zone-dashboard .w-zone-dashboard__main .w-zone-dashboard__main__form .form__group .form__group__title--before + .form__group__controls,
  .w-zone-dashboard .w-zone-dashboard__main .w-zone-dashboard__main__form-edit .form__group .form__group__title--before + .form__group__controls {
    width: 70%;
  }
}

.w-zone-dashboard .w-zone-dashboard__main .form__group__wrapper .is-highlighted {
  background: #dedce1;
  border: dashed 1px #004563;
  padding: 1em;
  margin-bottom: 1em;
}

.w-zone-dashboard .w-zone-dashboard__main .form__group__wrapper .is-highlighted > .form__group {
  margin-bottom: 0;
}

.w-zone-dashboard .w-zone-dashboard__main .form__group__wrapper .is-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.w-zone-dashboard .w-zone-dashboard__main .form__group {
  margin-bottom: 1em;
}

.w-zone-dashboard .w-zone-dashboard__main .form__group__title {
  font-weight: 700;
  margin-bottom: 0.5em;
  width: 100%;
}

.w-zone-dashboard .w-zone-dashboard__main .form__group__controls {
  width: 100%;
}

.w-zone-dashboard .w-zone-dashboard__main .form__group__controls input[type="checkbox"],
.w-zone-dashboard .w-zone-dashboard__main .form__group__controls input[type="radio"] {
  width: auto;
  vertical-align: middle;
  margin-right: 0.5em;
}

.w-zone-dashboard .w-zone-dashboard__main .form__group__controls .nestedtree-group > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.w-zone-dashboard .w-zone-dashboard__main .form__group__controls .nestedtree-group .form__group {
  margin-bottom: 0.5em;
}

.w-zone-dashboard .w-zone-dashboard__main .form__group__controls .nestedtree-group input[type="checkbox"],
.w-zone-dashboard .w-zone-dashboard__main .form__group__controls .nestedtree-group input[type="radio"] {
  vertical-align: middle;
}

.w-zone-dashboard .w-zone-dashboard__main .form__group__controls .mediafield__tabs {
  display: none;
}

.w-zone-dashboard .w-zone-dashboard__main .form__group__controls #UploadTab {
  margin-bottom: 1em;
}

.w-zone-dashboard .w-zone-dashboard__main .form__group__controls #UploadTab .form__group__title {
  display: inline-block;
  margin: 0 0.5em 0 0;
  float: none;
  width: auto;
}

.w-zone-dashboard .w-zone-dashboard__main .form__group__controls #UploadTab .form__group__controls {
  display: inline-block;
  vertical-align: middle;
  float: none;
  width: auto;
}

.w-zone-dashboard .w-zone-dashboard__main .form__group__controls #UploadTab .js-upload-button {
  font-size: 0.77778em;
}

.w-zone-dashboard .w-zone-dashboard__main .form__group__controls .js-mediafield__preview-area {
  text-align: center;
}

.w-zone-dashboard .w-zone-dashboard__main .form__group__controls .js-mediafield__preview-image img {
  max-width: 100% !important;
}

.w-zone-dashboard .w-zone-dashboard__main .form__group__controls .mediafield__imageremove {
  width: auto;
}

.w-zone-dashboard .w-zone-dashboard__main #customFields + .form__group {
  float: right;
  width: auto;
}

.w-zone-dashboard .w-zone-dashboard__main #customFields + .form__group + .form__group {
  float: left;
  width: auto;
  clear: none;
}

.w-zone-dashboard .w-zone-dashboard__main #customFields + .form__group .form__group__controls {
  width: 100%;
}

@media screen and (min-width: 600px) {
  .w-zone-dashboard .w-zone-dashboard__overview__logo {
    display: block;
    margin: 0 auto;
    width: 10.66667em;
    padding: 2em 0;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
  }
  .w-zone-dashboard .w-zone-dashboard__overview__logo img {
    max-width: 100% !important;
  }
}

@media screen and (min-width: 1024px) {
  .w-zone-dashboard .w-zone-dashboard__overview {
    float: left;
    width: 18.88889em;
    border-right: solid 1px #dedce1;
  }
  .w-zone-dashboard .w-zone-dashboard__main {
    padding: 2em;
    border-left: solid 1px #dedce1;
  }
  .w-zone-dashboard .w-zone-dashboard__main .form__group .form__group__title {
    float: left;
    width: 30%;
    padding-right: 1em;
  }
  .w-zone-dashboard .w-zone-dashboard__main .form__group .form__group__controls {
    float: left;
    width: 70%;
  }
}

#zonesavecontentform {
  width: 100%;
}

#zonesavecontentlist {
  overflow: visible;
  clear: both;
}

.w-zone-dashboard button[type="submit"] {
  float: right;
}

.w-zone-dashboard__main h1 {
  text-transform: none;
  text-align: left;
  background: transparent;
  font-size: 1.94444em;
}

.w-zone-dashboard__main h3 {
  text-transform: none;
  border-bottom: solid 2px #000000;
  text-align: left;
  font-size: 1.22222em;
  display: inline-block;
}

.button--secondary {
  background: #ccc !important;
}

#zonesavecontentform .form__group .button {
  margin-top: 2em;
}

.w-zone-dashboard__main h1 {
  text-transform: none;
  text-align: center;
}

.w-zone-dashboard__main h1 + .button {
  float: right;
  margin-bottom: 2em;
}

.js-zone-librarysortable {
  margin: 0 0 1em 0;
  padding: 0;
  list-style: none;
  background: transparent !important;
}

.js-zone-librarysortable > div {
  margin-top: 0.5em !important;
  clear: both;
  padding: 1em;
  background: #dedce1;
}

.js-zone-librarysortable .menu {
  display: none;
  position: absolute;
  right: 1em;
  top: 1em;
}

.js-zone-librarysortable .menu__item {
  position: relative;
  display: inline-block;
  height: auto;
  line-height: inherit;
}

.js-zone-librarysortable .submenu {
  z-index: 999;
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #00aeef;
  position: absolute;
  right: 0;
}

.js-zone-librarysortable .menu__item:hover .submenu {
  display: block;
}

.js-zone-librarysortable .submenu__item {
  font-weight: bold;
  font-size: 0.77778em;
  background: transparent !important;
  white-space: nowrap;
}

.js-zone-librarysortable .submenu__item__link {
  display: block;
  padding: 1em;
  color: #ffffff;
}

html.no-touch .js-zone-librarysortable .submenu__item__link:hover {
  background: #0089bc;
}

.js-zone-librarysortable .js-zone-libraryhandle {
  margin-right: 1em;
}

@media screen and (min-width: 600px) {
  .js-zone-librarysortable .js-librarylist-entry {
    position: relative;
  }
  .js-zone-librarysortable .js-librarylist-entry > a {
    padding-right: 4.5em;
  }
  .js-zone-librarysortable .menu {
    display: block;
  }
}

.w-zone-dashboard .form__group--media .mediafield__tabs {
  margin-bottom: 1em;
}

.w-zone-dashboard .form__group--media .mediafield__tabs ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.w-zone-dashboard .form__group--media .mediafield__tabs li {
  display: inline-block;
  margin-right: .5em;
}

.w-zone-dashboard .form__group--media .mediafield__tabs li a {
  display: block;
  background: #dedce1;
  padding: .5em 1em;
  cursor: pointer;
  font-size: 0.77778em;
}

.w-zone-dashboard .nestedtree-group input {
  width: auto;
  margin-right: .5em;
  position: relative;
  bottom: 2px;
}

.w-zone-dashboard .form__group__controls help {
  margin-top: .5em;
  display: block;
}

.w-zone-dashboard .form__group__controls.option_column__wrapper {
  padding: .5em 0;
}

/*
* @Title: Widget - Zone Login
* @Author: JGuerreiro
* @Date:   2015-04-23 15:59:25
* @Last Modified by:   JGuerreiro
* @Last Modified time: 2015-04-23 16:02:36
*
*/
.w-zone-login .form__group__title {
  display: none;
}

.w-zone-login .form__group__controls {
  float: none;
  margin: 0 auto;
  width: 100%;
  max-width: 400px;
}

/*
* @Title: Widget - Secure Content Login
* @Author: JGuerreiro
* @Date:   2015-04-23 15:59:25
* @Last Modified by:   JGuerreiro
* @Last Modified time: 2015-08-27 14:22:48
*
*/
.w-secure-content-login .form__group__controls {
  float: none;
  margin: 0 auto;
  width: 100%;
  max-width: 400px;
}

.xdsoft_datetimepicker {
  box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.506);
  background: #FFFFFF;
  border-bottom: 1px solid #BBBBBB;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  color: #333333;
  display: block;
  padding: 8px;
  padding-left: 0px;
  padding-top: 2px;
  position: absolute;
  z-index: 9999;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}

.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: none;
}

/*For IE8 or lower*/
.xdsoft_datetimepicker button {
  border: none !important;
}

.xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.xdsoft_noselect::selection {
  background: transparent;
}

.xdsoft_noselect::-moz-selection {
  background: transparent;
}

.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  box-shadow: none;
}

.xdsoft_datetimepicker * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
}

.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
  display: none;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 224px;
  float: left;
  margin-left: 8px;
}

.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 58px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0px;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px;
}

.xdsoft_datetimepicker .xdsoft_mounthpicker {
  position: relative;
  text-align: center;
}

.xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAAAeCAYAAACsYQl4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozQjRCQjRGREU4MkNFMzExQjRDQkIyRDJDOTdBRUI1MCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCQjg0OUYyNTZDODAxMUUzQjMwM0IwMERBNUU0ODQ5NSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCQjg0OUYyNDZDODAxMUUzQjMwM0IwMERBNUU0ODQ5NSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkI5NzE3MjFBN0E2Q0UzMTFBQjJEQjgzMDk5RTNBNTdBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNCNEJCNEZERTgyQ0UzMTFCNENCQjJEMkM5N0FFQjUwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+aQvATgAAAfVJREFUeNrsmr1OwzAQxzGtkPjYEAuvVGAvfQIGRKADE49gdLwDDwBiZ2RhQUKwICQkWLsgFiRQuIBTucFJ/XFp4+hO+quqnZ4uvzj2nV2RpukCW/22yAgYNINmc7du7DcghCjrkqgOKjF1znpt6rZ0AGWQj7TvCU8d9UM+QAGDrhdyc2Bnc1WVVPBev9V8lBnY+rDwncWZThG4xk4lmxtJy2AHgoY/FySgbSBPwPZ8mEXbQx3aDERb0EbYAYFC7pcAtAvkMWwC0D3NX58S9D/YnoGC7nPWr3Dg9JTbtuHhDShBT8D2CBSK/iIEvVXxpuxSgh7DdgwUTL4iA92zmJb6lKB/YTsECmV+IgK947AGDIqgQ/LojsO135Hn51l2cWlov0JdGNrPUceueXRwilSVgkUyom9Rd6gbLfYTDeO+1v6orn0InTogYDGUkYLO3/wc9BdqqTCKP1Tfi+oTIaCBIL2TES+GTyruT9S61p6BHam+99DFEAgLFklYsIBHwSI9QY80H5ta+1rB/6ovaKihBJeEJbgLbBlQgl+j3lDPqA2tfQV1j3pVn8s+oKHGTSVJ+FqDLeR5bCqJ2E/BCycsoLZETXaKGs7rhKVt+9HZScrZNMi88V8P7LlDbvOZYaJVpMMmBCT4n0o8dTBoNgbdWPsRYACs3r7XyNfbnAAAAABJRU5ErkJggg==");
}

.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background-position: -20px 0px;
}

.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  background-position: -70px 0px;
  margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0px 0px;
}

.xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_today_button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0px none currentColor;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: 0.5;
  outline: medium none currentColor;
  overflow: hidden;
  padding: 0px;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 14px;
  margin-top: 7px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0px;
  margin-bottom: 7px;
  margin-top: 0px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-bottom: 1px solid #DDDDDD;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #F5F5F5;
  border-top: 1px solid #DDDDDD;
  color: #666666;
  font-size: 12px;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0px;
  height: 25px;
  line-height: 25px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
  border-top-width: 0px;
}

.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
  opacity: 1;
}

.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer;
}

.xdsoft_datetimepicker .xdsoft_label:hover {
  text-decoration: underline;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  border: 1px solid #ccc;
  position: absolute;
  display: block;
  right: 0px;
  top: 30px;
  z-index: 101;
  display: none;
  background: #fff;
  max-height: 160px;
  overflow-y: hidden;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #fff;
  background: #ff8000;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 10px 2px 5px;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #33AAFF;
  box-shadow: #178FE5 0px 1px 3px 0px inset;
  color: #fff;
  font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_month {
  width: 90px;
  text-align: right;
}

.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both;
}

.xdsoft_datetimepicker .xdsoft_year {
  width: 56px;
}

.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%;
}

.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px;
}

.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.2857142%;
  text-align: center;
  background: #F5F5F5;
  border: 1px solid #DDDDDD;
  color: #666666;
  font-size: 12px;
  text-align: right;
  padding: 0px;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #F1F1F1;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #179FAD;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #179FAD;
  color: #fff;
  font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: 0.5;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: 0.2;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff !important;
  background: #68808e !important;
  box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
  color: inherit	!important;
  background: inherit !important;
  box-shadow: inherit !important;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor: default;
}

.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px;
}

.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eee !important;
}

.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaa !important;
}

.xdsoft_time_box {
  position: relative;
  border: 1px solid #ccc;
}

.xdsoft_scrollbar > .xdsoft_scroller {
  background: #ccc !important;
  height: 20px;
  border-radius: 3px;
}

.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  width: 7px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  cursor: pointer;
}

.xdsoft_scroller_box {
  position: relative;
}

/*! Jcrop.css v2.0.0-RC1 - build: 20140525
 *  Copyright 2008-2013 Tapmodo Interactive LLC
 *  Free software under MIT License
 **/
/*
  The outer-most container in a typical Jcrop instance
  If you are having difficulty with formatting related to styles
  on a parent element, place any fixes here or in a like selector

  You can also style this element if you want to add a border, etc
  A better method for styling can be seen below with .jcrop-light
  (Add a class to the holder and style elements for that extended class)
*/
.jcrop-active {
  direction: ltr;
  text-align: left;
  /* IE10 touch compatibility */
  -ms-touch-action: none;
}

/* Selection Borders */
.jcrop-border {
  background: #ffffff url("../images/vendors/jcrop/Jcrop.gif");
  line-height: 1px !important;
  font-size: 0 !important;
  overflow: hidden;
  position: absolute;
  filter: alpha(opacity=50) !important;
  opacity: 0.5 !important;
}

.jcrop-border.ord-w,
.jcrop-border.ord-e,
.jcrop-border.ord-n {
  top: 0px;
}

.jcrop-border.ord-n,
.jcrop-border.ord-s {
  left: 0px !important;
  width: 100%;
  height: 1px !important;
}

.jcrop-border.ord-w,
.jcrop-border.ord-e {
  height: 100%;
  width: 1px !important;
}

.jcrop-border.ord-e {
  right: 0;
}

.jcrop-border.ord-s {
  bottom: 0;
}

.jcrop-selection {
  position: absolute;
}

.jcrop-box {
  display: block;
  background: none;
  border: none;
  padding: 0;
  font-size: 0;
  z-index: 15;
}

.jcrop-box:focus {
  outline: 1px rgba(128, 128, 128, 0.65) dotted;
}

.jcrop-active,
.jcrop-box {
  position: relative;
}

.jcrop-box {
  z-index: 2;
  width: 100%;
  height: 100%;
  cursor: move;
}

/* Selection Handles */
.jcrop-handle {
  box-sizing: content-box;
  z-index: 10;
  background-color: rgba(49, 28, 28, 0.58);
  border: 1px #eeeeee solid;
  width: 7px;
  height: 7px;
  font-size: 0;
  position: absolute;
  filter: alpha(opacity=80) !important;
  opacity: 0.8 !important;
}

.jcrop-handle.ord-n {
  left: 50%;
  margin-left: -4px;
  margin-top: -4px;
  top: 0;
  cursor: n-resize;
}

.jcrop-handle.ord-s {
  bottom: 0;
  left: 50%;
  margin-bottom: -4px;
  margin-left: -4px;
  cursor: s-resize;
}

.jcrop-handle.ord-e {
  margin-right: -4px;
  margin-top: -4px;
  right: 0;
  top: 50%;
  cursor: e-resize;
}

.jcrop-handle.ord-w {
  left: 0;
  margin-left: -4px;
  margin-top: -4px;
  top: 50%;
  cursor: w-resize;
}

.jcrop-handle.ord-nw {
  left: 0;
  margin-left: -4px;
  margin-top: -4px;
  top: 0;
  cursor: nw-resize;
}

.jcrop-handle.ord-ne {
  margin-right: -4px;
  margin-top: -4px;
  right: 0;
  top: 0;
  cursor: ne-resize;
}

.jcrop-handle.ord-se {
  bottom: 0;
  margin-bottom: -4px;
  margin-right: -4px;
  right: 0;
  cursor: se-resize;
}

.jcrop-handle.ord-sw {
  bottom: 0;
  left: 0;
  margin-bottom: -4px;
  margin-left: -4px;
  cursor: sw-resize;
}

/* Larger Selection Handles for Touch */
.jcrop-touch .jcrop-handle {
  box-sizing: content-box;
  z-index: 10;
  background-color: rgba(49, 28, 28, 0.58);
  border: 1px #eeeeee solid;
  width: 14px;
  height: 14px;
  font-size: 0;
  position: absolute;
  filter: alpha(opacity=80) !important;
  opacity: 0.8 !important;
}

.jcrop-touch .jcrop-handle.ord-n {
  left: 50%;
  margin-left: -8px;
  margin-top: -8px;
  top: 0;
  cursor: n-resize;
}

.jcrop-touch .jcrop-handle.ord-s {
  bottom: 0;
  left: 50%;
  margin-bottom: -8px;
  margin-left: -8px;
  cursor: s-resize;
}

.jcrop-touch .jcrop-handle.ord-e {
  margin-right: -8px;
  margin-top: -8px;
  right: 0;
  top: 50%;
  cursor: e-resize;
}

.jcrop-touch .jcrop-handle.ord-w {
  left: 0;
  margin-left: -8px;
  margin-top: -8px;
  top: 50%;
  cursor: w-resize;
}

.jcrop-touch .jcrop-handle.ord-nw {
  left: 0;
  margin-left: -8px;
  margin-top: -8px;
  top: 0;
  cursor: nw-resize;
}

.jcrop-touch .jcrop-handle.ord-ne {
  margin-right: -8px;
  margin-top: -8px;
  right: 0;
  top: 0;
  cursor: ne-resize;
}

.jcrop-touch .jcrop-handle.ord-se {
  bottom: 0;
  margin-bottom: -8px;
  margin-right: -8px;
  right: 0;
  cursor: se-resize;
}

.jcrop-touch .jcrop-handle.ord-sw {
  bottom: 0;
  left: 0;
  margin-bottom: -8px;
  margin-left: -8px;
  cursor: sw-resize;
}

/* Selection Dragbars */
.jcrop-dragbar {
  font-size: 0;
  z-index: 8;
  position: absolute;
}

.jcrop-dragbar.ord-n,
.jcrop-dragbar.ord-s {
  height: 7px !important;
  width: 100%;
}

.jcrop-dragbar.ord-e,
.jcrop-dragbar.ord-w {
  top: 0px;
  height: 100%;
  width: 7px !important;
}

.jcrop-dragbar.ord-n {
  margin-top: -4px;
  cursor: n-resize;
  top: 0px;
}

.jcrop-dragbar.ord-s {
  bottom: 0;
  margin-bottom: -4px;
  cursor: s-resize;
}

.jcrop-dragbar.ord-e {
  margin-right: -4px;
  right: 0;
  cursor: e-resize;
}

.jcrop-dragbar.ord-w {
  margin-left: -4px;
  cursor: w-resize;
}

/* Shading panels */
.jcrop-shades {
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
}

.jcrop-shades div {
  cursor: crosshair;
}

/* Various special states */
.jcrop-noresize .jcrop-dragbar,
.jcrop-noresize .jcrop-handle {
  display: none;
}

.jcrop-selection.jcrop-nodrag .jcrop-box,
.jcrop-nodrag .jcrop-shades div {
  cursor: default;
}

/* The "jcrop-light" class/extension */
.jcrop-light .jcrop-border {
  background: #ffffff;
  filter: alpha(opacity=70) !important;
  opacity: 0.7 !important;
}

.jcrop-light .jcrop-handle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #000000;
  border-color: #ffffff;
  border-radius: 3px;
}

/* The "jcrop-dark" class/extension */
.jcrop-dark .jcrop-border {
  background: #000000;
  filter: alpha(opacity=70) !important;
  opacity: 0.7 !important;
}

.jcrop-dark .jcrop-handle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #ffffff;
  border-color: #000000;
  border-radius: 3px;
}

/* Simple macro to turn off the antlines */
.solid-line .jcrop-border {
  background: #ffffff;
}

.jcrop-thumb {
  position: absolute;
  overflow: hidden;
  z-index: 35;
}

/* Fix for twitter bootstrap et al. */
.jcrop-active img,
.jcrop-thumb img,
.jcrop-thumb canvas {
  min-width: none;
  min-height: none;
  max-width: none;
  max-height: none;
}

/* Improved multiple selection styles - in progress */
.jcrop-hl-active .jcrop-border {
  filter: alpha(opacity=20) !important;
  opacity: 0.2 !important;
}

.jcrop-hl-active .jcrop-handle {
  filter: alpha(opacity=10) !important;
  opacity: 0.1 !important;
}

.jcrop-hl-active .jcrop-selection:hover {
  /*
    .jcrop-handle {
      filter:Alpha(opacity=35)!important;
      opacity:.35!important;
    }
    */
}

.jcrop-hl-active .jcrop-selection:hover .jcrop-border {
  background-color: #ccc;
  filter: alpha(opacity=50) !important;
  opacity: 0.5 !important;
}

.jcrop-hl-active .jcrop-selection.jcrop-current .jcrop-border {
  background: #808080 url("../images/vendors/jcrop/Jcrop.gif");
  opacity: 0.35 !important;
  filter: alpha(opacity=35) !important;
}

.jcrop-hl-active .jcrop-selection.jcrop-current .jcrop-handle {
  filter: alpha(opacity=30) !important;
  opacity: 0.3 !important;
}

.jcrop-hl-active .jcrop-selection.jcrop-focus .jcrop-border {
  background: url("../images/vendors/jcrop/Jcrop.gif");
  opacity: 0.65 !important;
  filter: alpha(opacity=65) !important;
}

.jcrop-hl-active .jcrop-selection.jcrop-focus .jcrop-handle {
  filter: alpha(opacity=60) !important;
  opacity: 0.6 !important;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #2e3439;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #cccccc;
}

.mfp-preloader a:hover {
  color: white;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

.mfp-s-loading .mfp-close {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333333;
}

/* [%% JG - 05/12/2014 - Removed this as the cross even in iframes should be inside the modal %%]
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }
*/
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

/* [%% JG - 05/12/2014 - Removed this as the cross even in iframes should be inside the modal %%]
  .mfp-iframe-holder .mfp-close {
    top: -40px; }
*/
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);*/
  border-radius: 3px;
  background: #ffffff;
  padding: 4em;
  /*added this to match the design*/
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/*
Version: 3.5.1 Timestamp: Tue Jul 22 18:58:56 EDT 2014
*/
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  /* inline-block for ie7 */
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box;
  /* webkit */
  -moz-box-sizing: border-box;
  /* firefox */
  box-sizing: border-box;
  /* css3 */
}

.select2-container .select2-choice {
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #aaa;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
  background-image: linear-gradient(to top, #eee 0%, #fff 50%);
}

html[dir="rtl"] .select2-container .select2-choice {
  padding: 0 8px 0 0;
}

.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  border-radius: 0 0 4px 4px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}

.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: none;
  width: auto;
}

html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
  margin-left: 26px;
  margin-right: 0;
}

.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url("../images/vendors/select2/select2.png") right top no-repeat;
  cursor: pointer;
  outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}

.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}

.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}

.select2-drop-active {
  border: 1px solid #5897fb;
  border-top: none;
}

.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #5897fb;
}

.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto;
}

.select2-drop-auto-width .select2-search {
  padding-top: 4px;
}

.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #aaa;
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
  background: #ccc;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
  background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
  background-image: linear-gradient(to top, #ccc 0%, #eee 60%);
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
  left: 0;
  right: auto;
  border-left: none;
  border-right: 1px solid #aaa;
  border-radius: 4px 0 0 4px;
}

.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/vendors/select2/select2.png") no-repeat 0 1px;
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
  background-position: 2px 1px;
}

.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}

.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff url("../images/vendors/select2/select2.png") no-repeat 100% -22px;
  background: url("../images/vendors/select2/select2.png") no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url("../images/vendors/select2/select2.png") no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("../images/vendors/select2/select2.png") no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("../images/vendors/select2/select2.png") no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

html[dir="rtl"] .select2-search input {
  padding: 4px 5px 4px 20px;
  background: #fff url("../images/vendors/select2/select2.png") no-repeat -37px -22px;
  background: url("../images/vendors/select2/select2.png") no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url("../images/vendors/select2/select2.png") no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("../images/vendors/select2/select2.png") no-repeat -37px -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("../images/vendors/select2/select2.png") no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}

.select2-search input.select2-active {
  background: #fff url("select2-spinner.gif") no-repeat 100%;
  background: url("select2-spinner.gif") no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url("select2-spinner.gif") no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("select2-spinner.gif") no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("select2-spinner.gif") no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  outline: none;
}

.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
  background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
  background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(to top, #fff 0%, #eee 50%);
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #5897fb;
  border-top-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
  background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
  background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
}

.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none;
}

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
  border-right: none;
}

.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -16px 1px;
}

.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* results */
.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: transparent;
}

html[dir="rtl"] .select2-results {
  padding: 0 4px 0 0;
  margin: 4px 0 4px 4px;
}

.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}

.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}

.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}

.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select2-results-dept-1 .select2-result-label {
  padding-left: 20px;
}

.select2-results-dept-2 .select2-result-label {
  padding-left: 40px;
}

.select2-results-dept-3 .select2-result-label {
  padding-left: 60px;
}

.select2-results-dept-4 .select2-result-label {
  padding-left: 80px;
}

.select2-results-dept-5 .select2-result-label {
  padding-left: 100px;
}

.select2-results-dept-6 .select2-result-label {
  padding-left: 110px;
}

.select2-results-dept-7 .select2-result-label {
  padding-left: 120px;
}

.select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff;
}

.select2-results li em {
  background: #feffde;
  font-style: normal;
}

.select2-results .select2-highlighted em {
  background: transparent;
}

.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000;
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
  padding-left: 5px;
}

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-selected {
  display: none;
}

.select2-more-results.select2-active {
  background: #f4f4f4 url("select2-spinner.gif") no-repeat 100%;
}

.select2-results .select2-ajax-error {
  background: rgba(255, 50, 50, 0.2);
}

.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}

/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}

/* multiselect */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0 5px 0 0;
  position: relative;
  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);
}

html[dir="rtl"] .select2-container-multi .select2-choices {
  padding: 0 0 0 5px;
}

.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
  min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}

html[dir="rtl"] .select2-container-multi .select2-choices li {
  float: right;
}

.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url("select2-spinner.gif") no-repeat 100% !important;
}

.select2-default {
  color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: linear-gradient(to top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}

html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 18px 3px 5px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}

.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}

.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url("../images/vendors/select2/select2.png") right top no-repeat;
}

html[dir="rtl"] .select2-search-choice-close {
  right: auto;
  left: 3px;
}

.select2-container-multi .select2-search-choice-close {
  left: 3px;
}

html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
  left: auto;
  right: 2px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}

.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none;
}

/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}

.select2-offscreen, .select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}

.select2-display-none {
  display: none;
}

.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}

/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
  .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice abbr,
  .select2-container .select2-choice .select2-arrow b {
    background-image: url("../images/vendors/select2/select2x2.png") !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }
  .select2-search input {
    background-position: 100% -21px !important;
  }
}

html, body {
  width: 100%;
  height: 100%;
}

body {
  font-family: "proxima-nova", sans-serif;
  font-size: 0.875em;
  line-height: 1.5;
  color: #32313a;
}

@media screen and (min-width: 1280px) {
  body {
    font-size: 1.125em;
  }
}

.wrapper {
  width: 100%;
  clear: both;
}

.inner {
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 1em;
}

@media screen and (min-width: 1280px) {
  .inner {
    padding: 0;
  }
}

embed, object, iframe {
  max-width: 100%;
}

iframe div {
  max-width: 100% !important;
}

#facebook div {
  max-width: 100% !important;
}

img {
  max-width: 100%;
  height: auto !important;
}

a {
  color: #00aeef;
  text-decoration: none;
  outline: none;
}

a:hover {
  color: #004563;
  transition: 0.5s ease-in;
}

a:hover img {
  opacity: 0.9;
}

p {
  margin: 0 0 1em 0;
}

ul {
  list-style: square;
}

h1 {
  margin: 0 0 1em 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 3.05556em;
  font-weight: 700;
  color: #004563;
  line-height: 1.1em;
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 1.94444em;
  }
}

h2 {
  margin: 0 0 1em 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1.94444em;
  font-weight: 700;
}

h3 {
  margin: 0 0 1em 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1.38889em;
  font-weight: 700;
}

h4 {
  margin: 0 0 1em 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1.22222em;
  font-weight: 400;
}

h5 {
  margin: 0 0 1em 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  font-weight: 700;
}

.ck-button-one, .ck-button-two, #commentForm .buttons input, .w-icatcher-slider .w-icatcher-slider__list__item__body__button__link, .button {
  outline: none;
  border: none;
  transition: 0.5s ease-in;
  display: inline-block;
  border-radius: 0 20px 0 20px;
  text-transform: normal;
  font-weight: 700;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.button {
  padding: .5em 1em;
  background: #00aeef;
  color: #ffffff;
}

.button:hover {
  background: #0089bc;
  color: #ffffff;
}

@media screen and (min-width: 1024px) {
  .navigation-mobile {
    display: none;
  }
}

.navigation {
  display: none;
}

@media screen and (min-width: 1024px) {
  .navigation {
    display: block;
  }
}

.header {
  padding: 0.55556em 0;
  text-align: center;
  background: rgba(0, 174, 239, 0.9);
}

@media screen and (min-width: 1024px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 98;
    width: 100%;
    padding: 0;
  }
  .header .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.hero {
  position: relative;
  text-align: center;
  min-height: 220px;
  max-height: 640px;
  overflow: hidden;
}

.hero--subpage {
  max-height: 360px;
}

.hero .hero__content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 1em 0 2.22222em;
}

.hero .hero__scroll {
  display: none;
}

@media screen and (min-width: 600px) {
  .hero {
    overflow: hidden;
  }
  .hero .hero__content {
    position: absolute;
    top: 0;
    text-align: left;
  }
  .t-homepage .hero .hero__content {
    padding-top: 3.33333em;
  }
  .hero .hero__content .inner {
    display: flex;
    align-items: flex-end;
  }
}

@media screen and (min-width: 768px) {
  .t-homepage .hero .hero__content {
    padding-top: 4.44444em;
  }
  .hero .hero__scroll {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 9;
    display: block;
    width: 5em;
    height: 5em;
    transform: translate(-50%, 50%);
    border-radius: 50%;
    text-align: center;
    text-indent: -500px;
    overflow: hidden;
    background: url(../images/ic_scroll.png) no-repeat center 25% #00aeef;
  }
  .hero .hero__scroll:hover {
    background-color: #00aeef;
  }
}

@media screen and (min-width: 1024px) {
  .hero--subpage {
    padding: 2em 0 0;
  }
  .hero .hero__content {
    top: 86px;
  }
  .t-homepage .hero .hero__content {
    padding-top: 0;
  }
}

@media screen and (min-width: 1280px) {
  .hero .hero__content {
    padding-top: 2.22222em;
  }
  .t-homepage .hero .hero__content .inner {
    align-items: flex-start;
  }
}

.content .content__main {
  width: 100%;
  clear: both;
}

.content .content__main__header__title::after {
  content: ".....";
  display: block;
  color: #ccc9d1;
  line-height: 0.5em;
  font-size: 1em;
  font-size: 0.6em;
}

.t-homepage .content {
  padding: 0;
}

.t-homepage .content .inner {
  max-width: none;
  padding: 0;
}

@media screen and (min-width: 1024px) {
  .t-default .content .content__main {
    width: 70.8%;
    float: left;
    clear: none;
  }
}

.t-default .content .content__sidebar {
  width: 100%;
  clear: both;
}

@media screen and (min-width: 768px) {
  .t-default .content .content__sidebar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
}

@media screen and (min-width: 1024px) {
  .t-default .content .content__sidebar {
    display: block;
    width: 24.4%;
    float: right;
    clear: none;
  }
}

@media screen and (min-width: 1024px) {
  .content {
    padding: 2.22222em 0;
  }
}

.leaderboard {
  margin: 2.22222em 0;
  text-align: center;
}

.sponsors {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.testimonial-and-cta {
  background: url(../images/fespa/bg_testimonial.jpg) no-repeat right bottom #ffffff;
}

.testimonials {
  text-align: center;
}

.cta {
  width: 100%;
  text-align: center;
  background: rgba(0, 69, 99, 0.8);
}

@media screen and (min-width: 600px) {
  .cta .inner {
    display: flex;
    align-items: center;
  }
}

.leaderboard {
  background: #dedce1;
}

.footer-links {
  padding: 1.11111em 0;
  background: #dedce1;
}

@media screen and (min-width: 600px) {
  .footer-links .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media screen and (min-width: 1024px) {
  .footer-links {
    padding: 4.44444em 0;
  }
}

.footer {
  display: inline-block;
  width: 100%;
  padding: 1.11111em 0;
  text-align: center;
  background: #d1ced5;
  font-weight: 100;
  text-transform: uppercase;
}

.footer a {
  color: #004563;
}

.footer a:hover {
  text-decoration: underline;
}

.footer .footer__showoff {
  display: inline-block;
  text-align: center;
  line-height: 3em;
}

.footer .footer__showoff a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0px 0 0 55px;
}

.footer .footer__showoff a:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 34px;
  content: "";
  background: url(../images/showoff_logo.svg) no-repeat left center;
  background-size: contain;
}

.footer .footer__menu {
  text-align: center;
}

.footer .footer__menu ul li {
  display: inline-block;
  margin-right: 1em;
}

.footer .footer__menu ul li a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 600px) {
  .footer {
    text-align: left;
  }
  .footer .footer__showoff {
    display: inline-block;
    margin-right: 1.11111em;
    line-height: 2em;
  }
  .footer .footer__menu {
    display: inline-block;
  }
}

@media screen and (min-width: 768px) {
  .footer .footer__logo {
    float: right;
  }
}

.navigation .menu--dropdown > .menu__item--cta .menu__item__link {
  background: #004563;
}

.navigation .menu--dropdown > .menu__item--cta .menu__item__link:hover, .navigation .menu--dropdown > .menu__item--cta .menu__item__link:focus {
  background: #ee2375;
  transition: 0.25s ease-in;
}

@media screen and (min-width: 1024px) {
  .header .panel--social {
    background: #ffffff;
    position: fixed;
    top: 30%;
    right: 0;
    padding: 5px 0 5px 5px;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
  }
  .ck-social-icons li {
    display: block;
  }
  .ck-social-icons li a {
    font-size: 1.2em;
    line-height: 1.6em;
    width: 1.6em;
    height: 1.6em;
  }
}
