/**
 * @package	WebTogether
 * @author	Owen Kavanagh / Kieron Keenan
 */
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 */
@import url("http://fast.fonts.net/t/1.css?apiType=css&projectid=9f76f89b-9e2f-472d-9a5a-6d641a078450");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

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

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

/**
 * Prevents 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, div#lightbox_disclaimer div#lb_languages ul li a:link, a:hover {
  outline: 0; }

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; }

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
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.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
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.
 * 4. Improves appearance and consistency in all browsers.
 */
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.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *    Known issue: excess padding remains in IE 6.
 */
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.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
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; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.animated {
  -webkit-animation-duration: 0.75s;
  -moz-animation-duration: 0.75s;
  -o-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-30px); }
  60% {
    transform: translateY(-15px); } }

@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px); } }

@-o-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translateY(0); }
  40% {
    -o-transform: translateY(-30px); }
  60% {
    -o-transform: translateY(-15px); } }

@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px); } }

.bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce; }

@keyframes bounce-in {
  0% {
    opacity: 0;
    transform: scale(0.3); }
  50% {
    opacity: 1;
    transform: scale(1.05); }
  70% {
    transform: scale(0.9); }
  100% {
    transform: scale(1); } }

@-webkit-keyframes bounce-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1); } }

@-o-keyframes bounce-in {
  0% {
    opacity: 0;
    -o-transform: scale(0.3); }
  50% {
    opacity: 1;
    -o-transform: scale(1.05); }
  70% {
    -o-transform: scale(0.9); }
  100% {
    -o-transform: scale(1); } }

@-moz-keyframes bounce-in {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3); }
  50% {
    opacity: 1;
    -moz-transform: scale(1.05); }
  70% {
    -moz-transform: scale(0.9); }
  100% {
    -moz-transform: scale(1); } }

.bounce-in {
  -webkit-animation-name: bounce-in;
  -moz-animation-name: bounce-in;
  -o-animation-name: bounce-in;
  animation-name: bounce-in; }

@keyframes bounce-down-in {
  0% {
    opacity: 0;
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    transform: translateY(30px); }
  80% {
    transform: translateY(-10px); }
  100% {
    transform: translateY(0); } }

@-webkit-keyframes bounce-down-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0); } }

@-o-keyframes bounce-down-in {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -o-transform: translateY(30px); }
  80% {
    -o-transform: translateY(-10px); }
  100% {
    -o-transform: translateY(0); } }

@-moz-keyframes bounce-down-in {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px); }
  80% {
    -moz-transform: translateY(-10px); }
  100% {
    -moz-transform: translateY(0); } }

.bounce-down-in {
  -webkit-animation-name: bounce-down-in;
  -moz-animation-name: bounce-down-in;
  -o-animation-name: bounce-down-in;
  animation-name: bounce-down-in; }

@keyframes bounce-left-in {
  0% {
    opacity: 0;
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    transform: translateX(30px); }
  80% {
    transform: translateX(-10px); }
  100% {
    transform: translateX(0); } }

@-webkit-keyframes bounce-left-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0); } }

@-o-keyframes bounce-left-in {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -o-transform: translateX(30px); }
  80% {
    -o-transform: translateX(-10px); }
  100% {
    -o-transform: translateX(0); } }

@-moz-keyframes bounce-left-in {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateX(30px); }
  80% {
    -moz-transform: translateX(-10px); }
  100% {
    -moz-transform: translateX(0); } }

.bounce-left-in {
  -webkit-animation-name: bounce-left-in;
  -moz-animation-name: bounce-left-in;
  -o-animation-name: bounce-left-in;
  animation-name: bounce-left-in; }

@keyframes bounce-right-in {
  0% {
    opacity: 0;
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    transform: translateX(-30px); }
  80% {
    transform: translateX(10px); }
  100% {
    transform: translateX(0); } }

@-webkit-keyframes bounce-right-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0); } }

@-o-keyframes bounce-right-in {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px); }
  60% {
    opacity: 1;
    -o-transform: translateX(-30px); }
  80% {
    -o-transform: translateX(10px); }
  100% {
    -o-transform: translateX(0); } }

@-moz-keyframes bounce-right-in {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateX(-30px); }
  80% {
    -moz-transform: translateX(10px); }
  100% {
    -moz-transform: translateX(0); } }

.bounce-right-in {
  -webkit-animation-name: bounce-right-in;
  -moz-animation-name: bounce-right-in;
  -o-animation-name: bounce-right-in;
  animation-name: bounce-right-in; }

@keyframes bounce-up-in {
  0% {
    opacity: 0;
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    transform: translateY(-30px); }
  80% {
    transform: translateY(10px); }
  100% {
    transform: translateY(0); } }

@-webkit-keyframes bounce-up-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0); } }

@-o-keyframes bounce-up-in {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px); }
  60% {
    opacity: 1;
    -o-transform: translateY(-30px); }
  80% {
    -o-transform: translateY(10px); }
  100% {
    -o-transform: translateY(0); } }

@-moz-keyframes bounce-up-in {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateY(-30px); }
  80% {
    -moz-transform: translateY(10px); }
  100% {
    -moz-transform: translateY(0); } }

.bounce-up-in {
  -webkit-animation-name: bounce-up-in;
  -moz-animation-name: bounce-up-in;
  -o-animation-name: bounce-up-in;
  animation-name: bounce-up-in; }

@keyframes bounce-out {
  0% {
    transform: scale(1); }
  25% {
    transform: scale(0.95); }
  50% {
    opacity: 1;
    transform: scale(1.1); }
  100% {
    opacity: 0;
    transform: scale(0.3); } }

@-webkit-keyframes bounce-out {
  0% {
    -webkit-transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3); } }

@-o-keyframes bounce-out {
  0% {
    -o-transform: scale(1); }
  25% {
    -o-transform: scale(0.95); }
  50% {
    opacity: 1;
    -o-transform: scale(1.1); }
  100% {
    opacity: 0;
    -o-transform: scale(0.3); } }

@-moz-keyframes bounce-out {
  0% {
    -moz-transform: scale(1); }
  25% {
    -moz-transform: scale(0.95); }
  50% {
    opacity: 1;
    -moz-transform: scale(1.1); }
  100% {
    opacity: 0;
    -moz-transform: scale(0.3); } }

.bounce-out {
  -webkit-animation-name: bounce-out;
  -moz-animation-name: bounce-out;
  -o-animation-name: bounce-out;
  animation-name: bounce-out; }

@keyframes bounce-down-out {
  0% {
    transform: translateY(0); }
  20% {
    opacity: 1;
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    transform: translateY(2000px); } }

@-webkit-keyframes bounce-down-out {
  0% {
    -webkit-transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px); } }

@-o-keyframes bounce-down-out {
  0% {
    -o-transform: translateY(0); }
  20% {
    opacity: 1;
    -o-transform: translateY(-20px); }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px); } }

@-moz-keyframes bounce-down-out {
  0% {
    -moz-transform: translateY(0); }
  20% {
    opacity: 1;
    -moz-transform: translateY(-20px); }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px); } }

.bounce-down-out {
  -webkit-animation-name: bounce-down-out;
  -moz-animation-name: bounce-down-out;
  -o-animation-name: bounce-down-out;
  animation-name: bounce-down-out; }

@keyframes bounce-up-out {
  0% {
    transform: translateY(0); }
  20% {
    opacity: 1;
    transform: translateY(20px); }
  100% {
    opacity: 0;
    transform: translateY(-2000px); } }

@-webkit-keyframes bounce-up-out {
  0% {
    -webkit-transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); } }

@-o-keyframes bounce-up-out {
  0% {
    -o-transform: translateY(0); }
  20% {
    opacity: 1;
    -o-transform: translateY(20px); }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px); } }

@-moz-keyframes bounce-up-out {
  0% {
    -moz-transform: translateY(0); }
  20% {
    opacity: 1;
    -moz-transform: translateY(20px); }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px); } }

.bounce-up-out {
  -webkit-animation-name: bounce-up-out;
  -moz-animation-name: bounce-up-out;
  -o-animation-name: bounce-up-out;
  animation-name: bounce-up-out; }

@keyframes bounce-right-out {
  0% {
    transform: translateX(0); }
  20% {
    opacity: 1;
    transform: translateX(-20px); }
  100% {
    opacity: 0;
    transform: translateX(2000px); } }

@-webkit-keyframes bounce-right-out {
  0% {
    -webkit-transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px); } }

@-o-keyframes bounce-right-out {
  0% {
    -o-transform: translateX(0); }
  20% {
    opacity: 1;
    -o-transform: translateX(-20px); }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px); } }

@-moz-keyframes bounce-right-out {
  0% {
    -moz-transform: translateX(0); }
  20% {
    opacity: 1;
    -moz-transform: translateX(-20px); }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px); } }

.bounce-right-out {
  -webkit-animation-name: bounce-right-out;
  -moz-animation-name: bounce-right-out;
  -o-animation-name: bounce-right-out;
  animation-name: bounce-right-out; }

@keyframes bounce-left-out {
  0% {
    transform: translateX(0); }
  20% {
    opacity: 1;
    transform: translateX(20px); }
  100% {
    opacity: 0;
    transform: translateX(-2000px); } }

@-webkit-keyframes bounce-left-out {
  0% {
    -webkit-transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); } }

@-o-keyframes bounce-left-out {
  0% {
    -o-transform: translateX(0); }
  20% {
    opacity: 1;
    -o-transform: translateX(20px); }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px); } }

@-moz-keyframes bounce-left-out {
  0% {
    -moz-transform: translateX(0); }
  20% {
    opacity: 1;
    -moz-transform: translateX(20px); }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px); } }

.bounce-left-out {
  -webkit-animation-name: bounce-left-out;
  -moz-animation-name: bounce-left-out;
  -o-animation-name: bounce-left-out;
  animation-name: bounce-left-out; }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-o-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fade-in {
  -webkit-animation-name: fade-in;
  -moz-animation-name: fade-in;
  -o-animation-name: fade-in;
  animation-name: fade-in; }

@keyframes fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-o-keyframes fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-moz-keyframes fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.fade-out {
  -webkit-animation-name: fade-out;
  -moz-animation-name: fade-out;
  -o-animation-name: fade-out;
  animation-name: fade-out; }

@keyframes fade-down-in {
  0% {
    opacity: 0;
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@-webkit-keyframes fade-down-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-o-keyframes fade-down-in {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }

@-moz-keyframes fade-down-in {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

.fade-down-in {
  -webkit-animation-name: fade-down-in;
  -moz-animation-name: fade-down-in;
  -o-animation-name: fade-down-in;
  animation-name: fade-down-in; }

@keyframes fade-down-big-in {
  0% {
    opacity: 0;
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@-webkit-keyframes fade-down-big-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-o-keyframes fade-down-big-in {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }

@-moz-keyframes fade-down-big-in {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

.fade-down-big-in {
  -webkit-animation-name: fade-down-big-in;
  -moz-animation-name: fade-down-big-in;
  -o-animation-name: fade-down-big-in;
  animation-name: fade-down-big-in; }

@keyframes fade-left-in {
  0% {
    opacity: 0;
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@-webkit-keyframes fade-left-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-o-keyframes fade-left-in {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }

@-moz-keyframes fade-left-in {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

.fade-left-in {
  -webkit-animation-name: fade-left-in;
  -moz-animation-name: fade-left-in;
  -o-animation-name: fade-left-in;
  animation-name: fade-left-in; }

@keyframes fade-left-big-in {
  0% {
    opacity: 0;
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@-webkit-keyframes fade-left-big-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-o-keyframes fade-left-big-in {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }

@-moz-keyframes fade-left-big-in {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

.fade-left-big-in {
  -webkit-animation-name: fade-left-big-in;
  -moz-animation-name: fade-left-big-in;
  -o-animation-name: fade-left-big-in;
  animation-name: fade-left-big-in; }

@keyframes fade-right-in {
  0% {
    opacity: 0;
    transform: translateX(20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@-webkit-keyframes fade-right-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-o-keyframes fade-right-in {
  0% {
    opacity: 0;
    -o-transform: translateX(20px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }

@-moz-keyframes fade-right-in {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

.fade-right-in {
  -webkit-animation-name: fade-right-in;
  -moz-animation-name: fade-right-in;
  -o-animation-name: fade-right-in;
  animation-name: fade-right-in; }

@keyframes fade-right-big-in {
  0% {
    opacity: 0;
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@-webkit-keyframes fade-right-big-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-o-keyframes fade-right-big-in {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }

@-moz-keyframes fade-right-big-in {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

.fade-right-big-in {
  -webkit-animation-name: fade-right-big-in;
  -moz-animation-name: fade-right-big-in;
  -o-animation-name: fade-right-big-in;
  animation-name: fade-right-big-in; }

@keyframes fade-up-in {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@-webkit-keyframes fade-up-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-o-keyframes fade-up-in {
  0% {
    opacity: 0;
    -o-transform: translateY(20px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }

@-moz-keyframes fade-up-in {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

.fade-up-in {
  -webkit-animation-name: fade-up-in;
  -moz-animation-name: fade-up-in;
  -o-animation-name: fade-up-in;
  animation-name: fade-up-in; }

@keyframes fade-up-big-in {
  0% {
    opacity: 0;
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@-webkit-keyframes fade-up-big-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-o-keyframes fade-up-big-in {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }

@-moz-keyframes fade-up-big-in {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

.fade-up-big-in {
  -webkit-animation-name: fade-up-big-in;
  -moz-animation-name: fade-up-big-in;
  -o-animation-name: fade-up-big-in;
  animation-name: fade-up-big-in; }

@keyframes fade-down-out {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(20px); } }

@-webkit-keyframes fade-down-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px); } }

@-o-keyframes fade-down-out {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(20px); } }

@-moz-keyframes fade-down-out {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px); } }

.fade-down-out {
  -webkit-animation-name: fade-down-out;
  -moz-animation-name: fade-down-out;
  -o-animation-name: fade-down-out;
  animation-name: fade-down-out; }

@keyframes fade-down-big-out {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(2000px); } }

@-webkit-keyframes fade-down-big-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px); } }

@-o-keyframes fade-down-big-out {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px); } }

@-moz-keyframes fade-down-big-out {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px); } }

.fade-down-big-out {
  -webkit-animation-name: fade-down-big-out;
  -moz-animation-name: fade-down-big-out;
  -o-animation-name: fade-down-big-out;
  animation-name: fade-down-big-out; }

@keyframes fade-left-out {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(-20px); } }

@-webkit-keyframes fade-left-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px); } }

@-o-keyframes fade-left-out {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(-20px); } }

@-moz-keyframes fade-left-out {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px); } }

.fade-left-out {
  -webkit-animation-name: fade-left-out;
  -moz-animation-name: fade-left-out;
  -o-animation-name: fade-left-out;
  animation-name: fade-left-out; }

@keyframes fade-left-big-out {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(-2000px); } }

@-webkit-keyframes fade-left-big-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); } }

@-o-keyframes fade-left-big-out {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px); } }

@-moz-keyframes fade-left-big-out {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px); } }

.fade-left-big-out {
  -webkit-animation-name: fade-left-big-out;
  -moz-animation-name: fade-left-big-out;
  -o-animation-name: fade-left-big-out;
  animation-name: fade-left-big-out; }

@keyframes fade-right-out {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(20px); } }

@-webkit-keyframes fade-right-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px); } }

@-o-keyframes fade-right-out {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(20px); } }

@-moz-keyframes fade-right-out {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(20px); } }

.fade-right-out {
  -webkit-animation-name: fade-right-out;
  -moz-animation-name: fade-right-out;
  -o-animation-name: fade-right-out;
  animation-name: fade-right-out; }

@keyframes fade-right-big-out {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(2000px); } }

@-webkit-keyframes fade-right-big-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px); } }

@-o-keyframes fade-right-big-out {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px); } }

@-moz-keyframes fade-right-big-out {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px); } }

.fade-right-big-out {
  -webkit-animation-name: fade-right-big-out;
  -moz-animation-name: fade-right-big-out;
  -o-animation-name: fade-right-big-out;
  animation-name: fade-right-big-out; }

@keyframes fade-up-out {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-20px); } }

@-webkit-keyframes fade-up-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px); } }

@-o-keyframes fade-up-out {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(-20px); } }

@-moz-keyframes fade-up-out {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px); } }

.fade-up-out {
  -webkit-animation-name: fade-up-out;
  -moz-animation-name: fade-up-out;
  -o-animation-name: fade-up-out;
  animation-name: fade-up-out; }

@keyframes fade-up-big-out {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-2000px); } }

@-webkit-keyframes fade-up-big-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); } }

@-o-keyframes fade-up-big-out {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px); } }

@-moz-keyframes fade-up-big-out {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px); } }

.fade-up-big-out {
  -webkit-animation-name: fade-up-big-out;
  -moz-animation-name: fade-up-big-out;
  -o-animation-name: fade-up-big-out;
  animation-name: fade-up-big-out; }

@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

@-o-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

@-moz-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  -moz-animation-name: flash;
  -o-animation-name: flash;
  animation-name: flash; }

@keyframes fold-in {
  0% {
    max-height: 0px; }
  100% {
    max-height: 1000px; } }

@-webkit-keyframes fold-in {
  0% {
    max-height: 0px; }
  100% {
    max-height: 1000px; } }

@-o-keyframes fold-in {
  0% {
    max-height: 0px; }
  100% {
    max-height: 1000px; } }

@-moz-keyframes fold-in {
  0% {
    max-height: 0px; }
  100% {
    max-height: 1000px; } }

.fold-in {
  overflow: hidden;
  -webkit-animation-name: fold-in;
  -moz-animation-name: fold-in;
  -o-animation-name: fold-in;
  animation-name: fold-in; }

.animated.fold-in {
  -webkit-animation-duration: 1.2s;
  -moz-animation-duration: 1.2s;
  -o-animation-duration: 1.2s;
  animation-duration: 1.2s; }

@keyframes fold-small-in {
  0% {
    max-height: 0px; }
  100% {
    max-height: 500px; } }

@-webkit-keyframes fold-small-in {
  0% {
    max-height: 0px; }
  100% {
    max-height: 500px; } }

@-o-keyframes fold-small-in {
  0% {
    max-height: 0px; }
  100% {
    max-height: 500px; } }

@-moz-keyframes fold-small-in {
  0% {
    max-height: 0px; }
  100% {
    max-height: 500px; } }

.fold-small-in {
  overflow: hidden;
  -webkit-animation-name: fold-small-out;
  -moz-animation-name: fold-small-out;
  -o-animation-name: fold-small-out;
  animation-name: fold-small-out; }

.animated.fold-small-in {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s; }

@keyframes fold-out {
  0% {
    max-height: 1000px; }
  99% {
    max-height: 0px; } }

@-webkit-keyframes fold-out {
  0% {
    max-height: 1000px; }
  99% {
    max-height: 0px; } }

@-o-keyframes fold-out {
  0% {
    max-height: 1000px; }
  99% {
    max-height: 0px; } }

@-moz-keyframes fold-out {
  0% {
    max-height: 1000px; }
  99% {
    max-height: 0px; } }

.fold-out {
  overflow: hidden;
  -webkit-animation-name: fold-out;
  -moz-animation-name: fold-out;
  -o-animation-name: fold-out;
  animation-name: fold-out; }

.animated.fold-out {
  -webkit-animation-duration: 1.2s;
  -moz-animation-duration: 1.2s;
  -o-animation-duration: 1.2s;
  animation-duration: 1.2s; }

@keyframes fold-small-out {
  0% {
    max-height: 0px; }
  100% {
    max-height: 500px; } }

@-webkit-keyframes fold-small-out {
  0% {
    max-height: 0px; }
  100% {
    max-height: 500px; } }

@-o-keyframes fold-small-out {
  0% {
    max-height: 0px; }
  100% {
    max-height: 500px; } }

@-moz-keyframes fold-small-out {
  0% {
    max-height: 0px; }
  100% {
    max-height: 500px; } }

.fold-small-out {
  overflow: hidden;
  -webkit-animation-name: fold-small-out;
  -moz-animation-name: fold-small-out;
  -o-animation-name: fold-small-out;
  animation-name: fold-small-out; }

.animated.fold-small-out {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s; }

@keyframes grow-in {
  0% {
    opacity: 0;
    transform: scale(0.3); }
  100% {
    opacity: 1;
    transform: scale(1); } }

@-webkit-keyframes grow-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1); } }

@-o-keyframes grow-in {
  0% {
    opacity: 0;
    -o-transform: scale(0.3); }
  100% {
    opacity: 1;
    -o-transform: scale(1); } }

@-moz-keyframes grow-in {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3); }
  100% {
    opacity: 1;
    -moz-transform: scale(1); } }

.grow-in {
  -webkit-animation-name: grow-in;
  -moz-animation-name: grow-in;
  -o-animation-name: grow-in;
  animation-name: grow-in; }

@keyframes grow-out {
  0% {
    opacity: 1;
    transform: scale(1); }
  100% {
    opacity: 0;
    transform: scale(2); } }

@-webkit-keyframes grow-out {
  0% {
    opacity: 1;
    -webkit-transform: scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(2); } }

@-o-keyframes grow-out {
  0% {
    opacity: 1;
    -o-transform: scale(1); }
  100% {
    opacity: 0;
    -o-transform: scale(2); } }

@-moz-keyframes grow-out {
  0% {
    opacity: 1;
    -moz-transform: scale(1); }
  100% {
    opacity: 0;
    -moz-transform: scale(2); } }

.grow-out {
  -webkit-animation-name: grow-out;
  -moz-animation-name: grow-out;
  -o-animation-name: grow-out;
  animation-name: grow-out; }

@keyframes hinge-out {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  80% {
    transform: rotate(60deg) translateY(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  100% {
    transform: translateY(700px);
    opacity: 0; } }

@-webkit-keyframes hinge-out {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }
  40% {
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    opacity: 1; }
  100% {
    -webkit-transform: translateY(700px);
    opacity: 0; } }

@-o-keyframes hinge-out {
  0% {
    -o-transform: rotate(0);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }
  20%,
  60% {
    -o-transform: rotate(80deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }
  40% {
    -o-transform: rotate(60deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }
  80% {
    -o-transform: rotate(60deg) translateY(0);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
    opacity: 1; }
  100% {
    -o-transform: translateY(700px);
    opacity: 0; } }

@-moz-keyframes hinge-out {
  0% {
    -moz-transform: rotate(0);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }
  20%,
  60% {
    -moz-transform: rotate(80deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }
  40% {
    -moz-transform: rotate(60deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }
  80% {
    -moz-transform: rotate(60deg) translateY(0);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
    opacity: 1; }
  100% {
    -moz-transform: translateY(700px);
    opacity: 0; } }

.hinge-out {
  -webkit-animation-name: hinge-out;
  -moz-animation-name: hinge-out;
  -o-animation-name: hinge-out;
  animation-name: hinge-out; }

.animated.hinge-out {
  -webkit-animation-duration: 1.75s;
  -moz-animation-duration: 1.75s;
  -o-animation-duration: 1.75s;
  animation-duration: 1.75s; }

@keyframes light-speed-in {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

@-webkit-keyframes light-speed-in {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

@-o-keyframes light-speed-in {
  0% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -o-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -o-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

@-moz-keyframes light-speed-in {
  0% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -moz-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -moz-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

.light-speed-in {
  -webkit-animation-name: light-speed-in;
  -moz-animation-name: light-speed-in;
  -o-animation-name: light-speed-in;
  animation-name: light-speed-in;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

.animated.light-speed-in {
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  -o-animation-duration: 0.4s;
  animation-duration: 0.4s; }

@keyframes light-speed-in {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

@-webkit-keyframes light-speed-in {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

@-o-keyframes light-speed-in {
  0% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

@-moz-keyframes light-speed-in {
  0% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

.light-speed-in {
  -webkit-animation-name: light-speed-in;
  -moz-animation-name: light-speed-in;
  -o-animation-name: light-speed-in;
  animation-name: light-speed-in;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

.animated.light-speed-in {
  -webkit-animation-duration: 0.2s;
  -moz-animation-duration: 0.2s;
  -o-animation-duration: 0.2s;
  animation-duration: 0.2s; }

@keyframes pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1); } }

@-o-keyframes pulse {
  0% {
    -o-transform: scale(1); }
  50% {
    -o-transform: scale(1.1); }
  100% {
    -o-transform: scale(1); } }

@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1); }
  50% {
    -moz-transform: scale(1.1); }
  100% {
    -moz-transform: scale(1); } }

.pulse {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse; }

@keyframes roll-in {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg); } }

@-webkit-keyframes roll-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg); } }

@-o-keyframes roll-in {
  0% {
    opacity: 0;
    -o-transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg); } }

@-moz-keyframes roll-in {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg); } }

.roll-in {
  -webkit-animation-name: roll-in;
  -moz-animation-name: roll-in;
  -o-animation-name: roll-in;
  animation-name: roll-in; }

@keyframes roll-out {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg); } }

@-webkit-keyframes roll-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg); } }

@-o-keyframes roll-out {
  0% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -o-transform: translateX(100%) rotate(120deg); } }

@-moz-keyframes roll-out {
  0% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%) rotate(120deg); } }

.roll-out {
  -webkit-animation-name: roll-out;
  -moz-animation-name: roll-out;
  -o-animation-name: roll-out;
  animation-name: roll-out; }

@keyframes rotate-in {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0; }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1; } }

@-webkit-keyframes rotate-in {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@-o-keyframes rotate-in {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1; } }

@-moz-keyframes rotate-in {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1; } }

.rotate-in {
  -webkit-animation-name: rotate-in;
  -moz-animation-name: rotate-in;
  -o-animation-name: rotate-in;
  animation-name: rotate-in; }

@keyframes rotate-down-left-in {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; } }

@-webkit-keyframes rotate-down-left-in {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@-o-keyframes rotate-down-left-in {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; } }

@-moz-keyframes rotate-down-left-in {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }

.rotate-down-left-in {
  -webkit-animation-name: rotate-down-left-in;
  -moz-animation-name: rotate-down-left-in;
  -o-animation-name: rotate-down-left-in;
  animation-name: rotate-down-left-in; }

@keyframes rotate-down-right-in {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; } }

@-webkit-keyframes rotate-down-right-in {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@-o-keyframes rotate-down-right-in {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; } }

@-moz-keyframes rotate-down-right-in {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }

.rotate-down-right-in {
  -webkit-animation-name: rotate-down-right-in;
  -moz-animation-name: rotate-down-right-in;
  -o-animation-name: rotate-down-right-in;
  animation-name: rotate-down-right-in; }

@keyframes rotate-up-left-in {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; } }

@-webkit-keyframes rotate-up-left-in {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@-o-keyframes rotate-up-left-in {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; } }

@-moz-keyframes rotate-up-left-in {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }

.rotate-up-left-in {
  -webkit-animation-name: rotate-up-left-in;
  -moz-animation-name: rotate-up-left-in;
  -o-animation-name: rotate-up-left-in;
  animation-name: rotate-up-left-in; }

@keyframes rotate-up-right-in {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; } }

@-webkit-keyframes rotate-up-right-in {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@-o-keyframes rotate-up-right-in {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; } }

@-moz-keyframes rotate-up-right-in {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }

.rotate-up-right-in {
  -webkit-animation-name: rotate-up-right-in;
  -moz-animation-name: rotate-up-right-in;
  -o-animation-name: rotate-up-right-in;
  animation-name: rotate-up-right-in; }

@keyframes rotate-out {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0; } }

@-webkit-keyframes rotate-out {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0; } }

@-o-keyframes rotate-out {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(200deg);
    opacity: 0; } }

@-moz-keyframes rotate-out {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(200deg);
    opacity: 0; } }

.rotate-out {
  -webkit-animation-name: rotate-out;
  -moz-animation-name: rotate-out;
  -o-animation-name: rotate-out;
  animation-name: rotate-out; }

@keyframes rotate-down-left-out {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0; } }

@-webkit-keyframes rotate-down-left-out {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; } }

@-o-keyframes rotate-down-left-out {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0; } }

@-moz-keyframes rotate-down-left-out {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; } }

.rotate-down-left-out {
  -webkit-animation-name: rotate-down-left-out;
  -moz-animation-name: rotate-down-left-out;
  -o-animation-name: rotate-down-left-out;
  animation-name: rotate-down-left-out; }

@keyframes rotate-down-right-out {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0; } }

@-webkit-keyframes rotate-down-right-out {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; } }

@-o-keyframes rotate-down-right-out {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; } }

@-moz-keyframes rotate-down-right-out {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; } }

.rotate-down-right-out {
  -webkit-animation-name: rotate-down-right-out;
  -moz-animation-name: rotate-down-right-out;
  -o-animation-name: rotate-down-right-out;
  animation-name: rotate-down-right-out; }

@keyframes rotate-up-left-out {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    -transform-origin: left bottom;
    -transform: rotate(-90deg);
    opacity: 0; } }

@-webkit-keyframes rotate-up-left-out {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit--transform-origin: left bottom;
    -webkit--transform: rotate(-90deg);
    opacity: 0; } }

@-o-keyframes rotate-up-left-out {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o--transform-origin: left bottom;
    -o--transform: rotate(-90deg);
    opacity: 0; } }

@-moz-keyframes rotate-up-left-out {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz--transform-origin: left bottom;
    -moz--transform: rotate(-90deg);
    opacity: 0; } }

.rotate-up-left-out {
  -webkit-animation-name: rotate-up-left-out;
  -moz-animation-name: rotate-up-left-out;
  -o-animation-name: rotate-up-left-out;
  animation-name: rotate-up-left-out; }

@keyframes rotate-up-right-out {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0; } }

@-webkit-keyframes rotate-up-right-out {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; } }

@-o-keyframes rotate-up-right-out {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0; } }

@-moz-keyframes rotate-up-right-out {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; } }

.rotate-up-right-out {
  -webkit-animation-name: rotate-up-right-out;
  -moz-animation-name: rotate-up-right-out;
  -o-animation-name: rotate-up-right-out;
  animation-name: rotate-up-right-out; }

@keyframes shake {
  0%,
  100% {
    transform: translateX(0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-10px); }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(10px); } }

@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px); } }

@-o-keyframes shake {
  0%,
  100% {
    -o-transform: translateX(0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -o-transform: translateX(-10px); }
  20%,
  40%,
  60%,
  80% {
    -o-transform: translateX(10px); } }

@-moz-keyframes shake {
  0%,
  100% {
    -moz-transform: translateX(0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -moz-transform: translateX(-10px); }
  20%,
  40%,
  60%,
  80% {
    -moz-transform: translateX(10px); } }

.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake; }

@keyframes shrink-in {
  0% {
    opacity: 1;
    transform: scale(1); }
  100% {
    opacity: 0;
    transform: scale(0.3); } }

@-webkit-keyframes shrink-in {
  0% {
    opacity: 1;
    -webkit-transform: scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3); } }

@-o-keyframes shrink-in {
  0% {
    opacity: 1;
    -o-transform: scale(1); }
  100% {
    opacity: 0;
    -o-transform: scale(0.3); } }

@-moz-keyframes shrink-in {
  0% {
    opacity: 1;
    -moz-transform: scale(1); }
  100% {
    opacity: 0;
    -moz-transform: scale(0.3); } }

.shrink-in {
  -webkit-animation-name: shrink-in;
  -moz-animation-name: shrink-in;
  -o-animation-name: shrink-in;
  animation-name: shrink-in; }

@keyframes shrink-out {
  0% {
    opacity: 0;
    transform: scale(2); }
  100% {
    opacity: 1;
    transform: scale(1); } }

@-webkit-keyframes shrink-out {
  0% {
    opacity: 0;
    -webkit-transform: scale(2); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1); } }

@-o-keyframes shrink-out {
  0% {
    opacity: 0;
    -o-transform: scale(2); }
  100% {
    opacity: 1;
    -o-transform: scale(1); } }

@-moz-keyframes shrink-out {
  0% {
    opacity: 0;
    -moz-transform: scale(2); }
  100% {
    opacity: 1;
    -moz-transform: scale(1); } }

.shrink-out {
  -webkit-animation-name: shrink-out;
  -moz-animation-name: shrink-out;
  -o-animation-name: shrink-out;
  animation-name: shrink-out; }

@keyframes swing {
  20% {
    transform: rotate(15deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(5deg); }
  80% {
    transform: rotate(-5deg); }
  100% {
    transform: rotate(0deg); } }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg); } }

@-o-keyframes swing {
  20% {
    -o-transform: rotate(15deg); }
  40% {
    -o-transform: rotate(-10deg); }
  60% {
    -o-transform: rotate(5deg); }
  80% {
    -o-transform: rotate(-5deg); }
  100% {
    -o-transform: rotate(0deg); } }

@-moz-keyframes swing {
  20% {
    -moz-transform: rotate(15deg); }
  40% {
    -moz-transform: rotate(-10deg); }
  60% {
    -moz-transform: rotate(5deg); }
  80% {
    -moz-transform: rotate(-5deg); }
  100% {
    -moz-transform: rotate(0deg); } }

.swing {
  -webkit-animation-name: swing;
  -moz-animation-name: swing;
  -o-animation-name: swing;
  animation-name: swing;
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center; }

@keyframes tada {
  0% {
    transform: scale(1); }
  10%,
  20% {
    transform: scale(0.9) rotate(-3deg); }
  30%,
  50%,
  70%,
  90% {
    transform: scale(1.1) rotate(3deg); }
  40%,
  60%,
  80% {
    transform: scale(1.1) rotate(-3deg); }
  100% {
    transform: scale(1) rotate(0); } }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1); }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0); } }

@-o-keyframes tada {
  0% {
    -o-transform: scale(1); }
  10%,
  20% {
    -o-transform: scale(0.9) rotate(-3deg); }
  30%,
  50%,
  70%,
  90% {
    -o-transform: scale(1.1) rotate(3deg); }
  40%,
  60%,
  80% {
    -o-transform: scale(1.1) rotate(-3deg); }
  100% {
    -o-transform: scale(1) rotate(0); } }

@-moz-keyframes tada {
  0% {
    -moz-transform: scale(1); }
  10%,
  20% {
    -moz-transform: scale(0.9) rotate(-3deg); }
  30%,
  50%,
  70%,
  90% {
    -moz-transform: scale(1.1) rotate(3deg); }
  40%,
  60%,
  80% {
    -moz-transform: scale(1.1) rotate(-3deg); }
  100% {
    -moz-transform: scale(1) rotate(0); } }

.tada {
  -webkit-animation-name: tada;
  -moz-animation-name: tada;
  -o-animation-name: tada;
  animation-name: tada; }

@keyframes wiggle {
  0% {
    transform: skewX(9deg); }
  10% {
    transform: skewX(-8deg); }
  20% {
    transform: skewX(7deg); }
  30% {
    transform: skewX(-6deg); }
  40% {
    transform: skewX(5deg); }
  50% {
    transform: skewX(-4deg); }
  60% {
    transform: skewX(3deg); }
  70% {
    transform: skewX(-2deg); }
  80% {
    transform: skewX(1deg); }
  90% {
    transform: skewX(0deg); }
  100% {
    transform: skewX(0deg); } }

@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg); }
  10% {
    -webkit-transform: skewX(-8deg); }
  20% {
    -webkit-transform: skewX(7deg); }
  30% {
    -webkit-transform: skewX(-6deg); }
  40% {
    -webkit-transform: skewX(5deg); }
  50% {
    -webkit-transform: skewX(-4deg); }
  60% {
    -webkit-transform: skewX(3deg); }
  70% {
    -webkit-transform: skewX(-2deg); }
  80% {
    -webkit-transform: skewX(1deg); }
  90% {
    -webkit-transform: skewX(0deg); }
  100% {
    -webkit-transform: skewX(0deg); } }

@-o-keyframes wiggle {
  0% {
    -o-transform: skewX(9deg); }
  10% {
    -o-transform: skewX(-8deg); }
  20% {
    -o-transform: skewX(7deg); }
  30% {
    -o-transform: skewX(-6deg); }
  40% {
    -o-transform: skewX(5deg); }
  50% {
    -o-transform: skewX(-4deg); }
  60% {
    -o-transform: skewX(3deg); }
  70% {
    -o-transform: skewX(-2deg); }
  80% {
    -o-transform: skewX(1deg); }
  90% {
    -o-transform: skewX(0deg); }
  100% {
    -o-transform: skewX(0deg); } }

@-moz-keyframes wiggle {
  0% {
    -moz-transform: skewX(9deg); }
  10% {
    -moz-transform: skewX(-8deg); }
  20% {
    -moz-transform: skewX(7deg); }
  30% {
    -moz-transform: skewX(-6deg); }
  40% {
    -moz-transform: skewX(5deg); }
  50% {
    -moz-transform: skewX(-4deg); }
  60% {
    -moz-transform: skewX(3deg); }
  70% {
    -moz-transform: skewX(-2deg); }
  80% {
    -moz-transform: skewX(1deg); }
  90% {
    -moz-transform: skewX(0deg); }
  100% {
    -moz-transform: skewX(0deg); } }

.wiggle {
  -webkit-animation-name: wiggle;
  -moz-animation-name: wiggle;
  -o-animation-name: wiggle;
  animation-name: wiggle;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

.animated.wiggle {
  -webkit-animation-duration: 0.5;
  -moz-animation-duration: 0.5;
  -o-animation-duration: 0.5;
  animation-duration: 0.5; }

@keyframes wobble {
  0% {
    transform: translateX(0%); }
  15% {
    transform: translateX(-25%) rotate(-5deg); }
  30% {
    transform: translateX(20%) rotate(3deg); }
  45% {
    transform: translateX(-15%) rotate(-3deg); }
  60% {
    transform: translateX(10%) rotate(2deg); }
  75% {
    transform: translateX(-5%) rotate(-1deg); }
  100% {
    transform: translateX(0%); } }

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%); }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg); }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg); }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg); }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg); }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg); }
  100% {
    -webkit-transform: translateX(0%); } }

@-o-keyframes wobble {
  0% {
    -o-transform: translateX(0%); }
  15% {
    -o-transform: translateX(-25%) rotate(-5deg); }
  30% {
    -o-transform: translateX(20%) rotate(3deg); }
  45% {
    -o-transform: translateX(-15%) rotate(-3deg); }
  60% {
    -o-transform: translateX(10%) rotate(2deg); }
  75% {
    -o-transform: translateX(-5%) rotate(-1deg); }
  100% {
    -o-transform: translateX(0%); } }

@-moz-keyframes wobble {
  0% {
    -moz-transform: translateX(0%); }
  15% {
    -moz-transform: translateX(-25%) rotate(-5deg); }
  30% {
    -moz-transform: translateX(20%) rotate(3deg); }
  45% {
    -moz-transform: translateX(-15%) rotate(-3deg); }
  60% {
    -moz-transform: translateX(10%) rotate(2deg); }
  75% {
    -moz-transform: translateX(-5%) rotate(-1deg); }
  100% {
    -moz-transform: translateX(0%); } }

.wobble {
  -webkit-animation-name: wobble;
  -moz-animation-name: wobble;
  -o-animation-name: wobble;
  animation-name: wobble; }

@font-face {
  font-family: "Helvetica_Thin";
  src: url("../fonts/helvetica/thin.eot?#iefix");
  src: url("../fonts/helvetica/thin.eot?#iefix") format("eot"), url("../fonts/helvetica/thin.woff") format("woff"), url("../fonts/helvetica/thin.ttf") format("truetype"), url("../fonts/helvetica/thin.svg#thin") format("svg");
  font-weight: normal; }

@font-face {
  font-family: "Helvetica_Light";
  src: url("../fonts/helvetica/light.eot?#iefix");
  src: url("../fonts/helvetica/light.eot?#iefix") format("eot"), url("../fonts/helvetica/light.woff") format("woff"), url("../fonts/helvetica/light.ttf") format("truetype"), url("../fonts/helvetica/light.svg#light") format("svg");
  font-weight: normal; }

@font-face {
  font-family: "Helvetica_Medium";
  src: url("../fonts/helvetica/medium.eot?#iefix");
  src: url("../fonts/helvetica/medium.eot?#iefix") format("eot"), url("../fonts/helvetica/medium.woff") format("woff"), url("../fonts/helvetica/medium.ttf") format("truetype"), url("../fonts/helvetica/medium.svg#medium") format("svg");
  font-weight: normal; }

@font-face {
  font-family: 'Montserrat_Regular';
  src: url("../fonts/montserrat/montserrat-light-webfont.eot");
  src: url("../fonts/montserrat/montserrat-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat/montserrat-light-webfont.woff2") format("woff2"), url("../fonts/montserrat/montserrat-light-webfont.woff") format("woff"), url("../fonts/montserrat/montserrat-light-webfont.ttf") format("truetype"), url("../fonts/montserrat/montserrat-light-webfont.svg#montserrat") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat_Medium';
  src: url("../fonts/montserrat/montserrat-regular-webfont.eot");
  src: url("../fonts/montserrat/montserrat-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat/montserrat-regular-webfont.woff2") format("woff2"), url("../fonts/montserrat/montserrat-regular-webfont.woff") format("woff"), url("../fonts/montserrat/montserrat-regular-webfont.ttf") format("truetype"), url("../fonts/montserrat/montserrat-regular-webfont.svg#montserrat") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat_Bold';
  src: url("../fonts/montserrat/montserrat-semibold-webfont.eot");
  src: url("../fonts/montserrat/montserrat-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat/montserrat-semibold-webfont.woff2") format("woff2"), url("../fonts/montserrat/montserrat-semibold-webfont.woff") format("woff"), url("../fonts/montserrat/montserrat-semibold-webfont.ttf") format("truetype"), url("../fonts/montserrat/montserrat-semibold-webfont.svg#montserrat") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icons/icomoon.eot?1vm6xk");
  src: url("../fonts/icons/icomoon.eot?#iefix1vm6xk") format("embedded-opentype"), url("../fonts/icons/icomoon.woff?1vm6xk") format("woff"), url("../fonts/icons/icomoon.ttf?1vm6xk") format("truetype"), url("../fonts/icons/icomoon.svg?1vm6xk#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-email:before {
  content: "\e600"; }

.icon-files:before {
  content: "\e601"; }

.icon-uniE602:before {
  content: "\e602"; }

.icon-file-settings:before {
  content: "\e603"; }

.icon-file-add:before {
  content: "\e604"; }

.icon-folder-check:before {
  content: "\e605"; }

.icon-paperclip:before {
  content: "\e606"; }

.icon-download:before {
  content: "\e607"; }

.icon-enter:before {
  content: "\e608"; }

.icon-clock:before {
  content: "\e609"; }

.icon-printer:before {
  content: "\e60a"; }

.icon-users:before {
  content: "\e60b"; }

.icon-user:before {
  content: "\e60c"; }

.icon-user2:before {
  content: "\e60d"; }

.icon-bullhorn:before {
  content: "\e60e"; }

.icon-share:before {
  content: "\e60f"; }

.icon-phone:before {
  content: "\e610"; }

.icon-phone-portrait:before {
  content: "\e611"; }

.icon-phone-landscape:before {
  content: "\e612"; }

.icon-tablet:before {
  content: "\e613"; }

.icon-tablet-landscape:before {
  content: "\e614"; }

.icon-laptop:before {
  content: "\e615"; }

.icon-support:before {
  content: "\e616"; }

.icon-uniE617:before {
  content: "\e617"; }

.icon-graph:before {
  content: "\e618"; }

.icon-bars:before {
  content: "\e619"; }

.icon-measure:before {
  content: "\e61a"; }

.icon-times:before {
  content: "\e61b"; }

.icon-tick:before {
  content: "\e61c"; }

.icon-chevron-right:before {
  content: "\e61d"; }

.icon-chevron-left:before {
  content: "\e61e"; }

.icon-th-menu:before {
  content: "\e61f"; }

.icon-home:before {
  content: "\e620"; }

.icon-delete:before {
  content: "\e621"; }

.icon-delete-outline:before {
  content: "\e622"; }

.icon-heart:before {
  content: "\e623"; }

.icon-warning:before {
  content: "\e624"; }

.icon-user3:before {
  content: "\e625"; }

.icon-location-arrow:before {
  content: "\e626"; }

.icon-chart-line:before {
  content: "\e627"; }

.icon-chart-bar:before {
  content: "\e628"; }

.icon-chart-area:before {
  content: "\e629"; }

.icon-calender:before {
  content: "\e62a"; }

.icon-share2:before {
  content: "\e62b"; }

.icon-new-window:before {
  content: "\e62c"; }

.icon-curved-arrow:before {
  content: "\e67f"; }

.icon-cart:before {
  content: "\e62d"; }

.icon-chart:before {
  content: "\e62e"; }

.icon-earth:before {
  content: "\e62f"; }

.icon-location:before {
  content: "\e630"; }

.icon-window:before {
  content: "\e631"; }

.icon-tag:before {
  content: "\e632"; }

.icon-stats:before {
  content: "\e633"; }

.icon-browser:before {
  content: "\f0c5"; }

.icon-calendar:before {
  content: "\f068"; }

.icon-checklist:before {
  content: "\f076"; }

.icon-chevron-down:before {
  content: "\f0a3"; }

.icon-chevron-left2:before {
  content: "\f0a4"; }

.icon-chevron-right2:before {
  content: "\f078"; }

.icon-chevron-up:before {
  content: "\f0a2"; }

.icon-clippy:before {
  content: "\f035"; }

.icon-cloud-download:before {
  content: "\f00b"; }

.icon-device-mobile:before {
  content: "\f038"; }

.icon-file-pdf:before {
  content: "\f014"; }

.icon-file-symlink-file:before {
  content: "\f0b0"; }

.icon-file-text:before {
  content: "\f011"; }

.icon-file-zip:before {
  content: "\f013"; }

.icon-light-bulb:before {
  content: "\f000"; }

.icon-mail:before {
  content: "\f03b"; }

.icon-mail-read:before {
  content: "\f03c"; }

.icon-three-bars:before {
  content: "\f05e"; }

.icon-triangle-down:before {
  content: "\f05b"; }

.icon-triangle-left:before {
  content: "\f044"; }

.icon-triangle-right:before {
  content: "\f05a"; }

.icon-triangle-up:before {
  content: "\f0aa"; }

.icon-home2:before {
  content: "\e000"; }

.icon-newspaper:before {
  content: "\e00c"; }

.icon-pencil:before {
  content: "\e011"; }

.icon-marker:before {
  content: "\e01d"; }

.icon-image:before {
  content: "\e02b"; }

.icon-image2:before {
  content: "\e02c"; }

.icon-image3:before {
  content: "\e02d"; }

.icon-images:before {
  content: "\e02e"; }

.icon-megaphone:before {
  content: "\e060"; }

.icon-new:before {
  content: "\e061"; }

.icon-file:before {
  content: "\e077"; }

.icon-file2:before {
  content: "\e07b"; }

.icon-file3:before {
  content: "\e086"; }

.icon-file-plus:before {
  content: "\e087"; }

.icon-file-download:before {
  content: "\e089"; }

.icon-file-upload:before {
  content: "\e08a"; }

.icon-file-check:before {
  content: "\e08b"; }

.icon-file-remove:before {
  content: "\e08c"; }

.icon-copy:before {
  content: "\e091"; }

.icon-stack:before {
  content: "\e095"; }

.icon-folder-plus:before {
  content: "\e09b"; }

.icon-folder-minus:before {
  content: "\e09d"; }

.icon-folder:before {
  content: "\e0a1"; }

.icon-folder-open:before {
  content: "\e0a2"; }

.icon-folder2:before {
  content: "\e0a3"; }

.icon-folder3:before {
  content: "\e0a4"; }

.icon-ticket:before {
  content: "\e0c0"; }

.icon-cart2:before {
  content: "\e0c1"; }

.icon-cart3:before {
  content: "\e0c2"; }

.icon-cart4:before {
  content: "\e0c3"; }

.icon-cart5:before {
  content: "\e0c4"; }

.icon-cart6:before {
  content: "\e0c5"; }

.icon-cart7:before {
  content: "\e0c6"; }

.icon-cart8:before {
  content: "\e0c7"; }

.icon-cart-plus:before {
  content: "\e0c8"; }

.icon-cart-minus:before {
  content: "\e0c9"; }

.icon-cart-add:before {
  content: "\e0ca"; }

.icon-cart-remove:before {
  content: "\e0cb"; }

.icon-cart-checkout:before {
  content: "\e0cc"; }

.icon-cart-remove2:before {
  content: "\e0cd"; }

.icon-basket:before {
  content: "\e0ce"; }

.icon-basket2:before {
  content: "\e0cf"; }

.icon-bag:before {
  content: "\e0d0"; }

.icon-bag2:before {
  content: "\e0d1"; }

.icon-bag3:before {
  content: "\e0d2"; }

.icon-coin:before {
  content: "\e0d3"; }

.icon-coins:before {
  content: "\e0d4"; }

.icon-credit:before {
  content: "\e0d5"; }

.icon-credit2:before {
  content: "\e0d6"; }

.icon-calculate:before {
  content: "\e0d7"; }

.icon-support2:before {
  content: "\e0d9"; }

.icon-phone2:before {
  content: "\e0da"; }

.icon-phone3:before {
  content: "\e0db"; }

.icon-phone4:before {
  content: "\e0dc"; }

.icon-phone5:before {
  content: "\e0dd"; }

.icon-contact-add:before {
  content: "\e0de"; }

.icon-contact-remove:before {
  content: "\e0df"; }

.icon-contact-add2:before {
  content: "\e0e0"; }

.icon-contact-remove2:before {
  content: "\e0e1"; }

.icon-call-incoming:before {
  content: "\e0e2"; }

.icon-call-outgoing:before {
  content: "\e0e3"; }

.icon-phone6:before {
  content: "\e0e4"; }

.icon-phone7:before {
  content: "\e0e5"; }

.icon-phone-hang-up:before {
  content: "\e0e6"; }

.icon-phone-hang-up2:before {
  content: "\e0e7"; }

.icon-address-book:before {
  content: "\e0e8"; }

.icon-address-book2:before {
  content: "\e0e9"; }

.icon-notebook:before {
  content: "\e0ea"; }

.icon-envelop:before {
  content: "\e0eb"; }

.icon-envelop2:before {
  content: "\e0ec"; }

.icon-mail-send:before {
  content: "\e0ed"; }

.icon-envelop-opened:before {
  content: "\e0ee"; }

.icon-envelop3:before {
  content: "\e0ef"; }

.icon-location2:before {
  content: "\e0f1"; }

.icon-location3:before {
  content: "\e0f2"; }

.icon-location4:before {
  content: "\e0f3"; }

.icon-location5:before {
  content: "\e0f4"; }

.icon-location6:before {
  content: "\e0f5"; }

.icon-location7:before {
  content: "\e0f6"; }

.icon-location8:before {
  content: "\e0f7"; }

.icon-compass:before {
  content: "\e0f8"; }

.icon-compass2:before {
  content: "\e0f9"; }

.icon-map:before {
  content: "\e0fa"; }

.icon-map2:before {
  content: "\e0fb"; }

.icon-history:before {
  content: "\e0ff"; }

.icon-history2:before {
  content: "\e100"; }

.icon-clock2:before {
  content: "\e101"; }

.icon-clock3:before {
  content: "\e102"; }

.icon-clock4:before {
  content: "\e103"; }

.icon-clock5:before {
  content: "\e104"; }

.icon-watch:before {
  content: "\e105"; }

.icon-clock6:before {
  content: "\e106"; }

.icon-clock7:before {
  content: "\e107"; }

.icon-calendar2:before {
  content: "\e112"; }

.icon-calendar3:before {
  content: "\e113"; }

.icon-calendar4:before {
  content: "\e114"; }

.icon-calendar5:before {
  content: "\e115"; }

.icon-calendar6:before {
  content: "\e116"; }

.icon-print:before {
  content: "\e117"; }

.icon-print2:before {
  content: "\e118"; }

.icon-print3:before {
  content: "\e119"; }

.icon-bubble:before {
  content: "\e150"; }

.icon-bubbles:before {
  content: "\e151"; }

.icon-bubbles2:before {
  content: "\e152"; }

.icon-bubble2:before {
  content: "\e153"; }

.icon-bubbles3:before {
  content: "\e154"; }

.icon-bubbles4:before {
  content: "\e155"; }

.icon-bubble-notification:before {
  content: "\e156"; }

.icon-bubbles5:before {
  content: "\e157"; }

.icon-bubbles6:before {
  content: "\e158"; }

.icon-bubble3:before {
  content: "\e159"; }

.icon-bubble-dots:before {
  content: "\e15a"; }

.icon-bubble4:before {
  content: "\e15b"; }

.icon-bubble5:before {
  content: "\e15c"; }

.icon-bubble-dots2:before {
  content: "\e15d"; }

.icon-bubble6:before {
  content: "\e15e"; }

.icon-bubble7:before {
  content: "\e15f"; }

.icon-bubble8:before {
  content: "\e160"; }

.icon-bubbles7:before {
  content: "\e161"; }

.icon-bubble9:before {
  content: "\e162"; }

.icon-bubbles8:before {
  content: "\e163"; }

.icon-bubble10:before {
  content: "\e164"; }

.icon-bubble-dots3:before {
  content: "\e165"; }

.icon-bubble11:before {
  content: "\e166"; }

.icon-bubble12:before {
  content: "\e167"; }

.icon-user4:before {
  content: "\e185"; }

.icon-users2:before {
  content: "\e186"; }

.icon-user-plus:before {
  content: "\e187"; }

.icon-user-plus2:before {
  content: "\e188"; }

.icon-user-minus:before {
  content: "\e189"; }

.icon-user-minus2:before {
  content: "\e18a"; }

.icon-user-cancel:before {
  content: "\e18b"; }

.icon-user-block:before {
  content: "\e18c"; }

.icon-users3:before {
  content: "\e18d"; }

.icon-user5:before {
  content: "\e194"; }

.icon-user6:before {
  content: "\e195"; }

.icon-user7:before {
  content: "\e196"; }

.icon-user8:before {
  content: "\e197"; }

.icon-users4:before {
  content: "\e198"; }

.icon-quotes-left:before {
  content: "\e19f"; }

.icon-quotes-right:before {
  content: "\e1a0"; }

.icon-quotes-right2:before {
  content: "\e1a1"; }

.icon-quotes-right3:before {
  content: "\e1a2"; }

.icon-search:before {
  content: "\e1b6"; }

.icon-search2:before {
  content: "\e1b7"; }

.icon-zoomin:before {
  content: "\e1b8"; }

.icon-zoomout:before {
  content: "\e1b9"; }

.icon-search3:before {
  content: "\e1ba"; }

.icon-search4:before {
  content: "\e1bb"; }

.icon-zoomin2:before {
  content: "\e1bc"; }

.icon-zoomout2:before {
  content: "\e1bd"; }

.icon-search5:before {
  content: "\e1be"; }

.icon-key:before {
  content: "\e1ca"; }

.icon-key2:before {
  content: "\e1cb"; }

.icon-lock:before {
  content: "\e1d0"; }

.icon-lock2:before {
  content: "\e1d1"; }

.icon-lock3:before {
  content: "\e1d2"; }

.icon-lock4:before {
  content: "\e1d3"; }

.icon-unlocked:before {
  content: "\e1d4"; }

.icon-lock5:before {
  content: "\e1d5"; }

.icon-unlocked2:before {
  content: "\e1d6"; }

.icon-medal:before {
  content: "\e217"; }

.icon-medal2:before {
  content: "\e218"; }

.icon-medal3:before {
  content: "\e219"; }

.icon-medal4:before {
  content: "\e21a"; }

.icon-medal5:before {
  content: "\e21b"; }

.icon-crown:before {
  content: "\e21c"; }

.icon-trophy:before {
  content: "\e21d"; }

.icon-trophy2:before {
  content: "\e21e"; }

.icon-trophy-star:before {
  content: "\e21f"; }

.icon-remove:before {
  content: "\e250"; }

.icon-remove2:before {
  content: "\e251"; }

.icon-remove3:before {
  content: "\e252"; }

.icon-remove4:before {
  content: "\e253"; }

.icon-remove5:before {
  content: "\e254"; }

.icon-remove6:before {
  content: "\e255"; }

.icon-signup:before {
  content: "\e296"; }

.icon-list:before {
  content: "\e299"; }

.icon-list2:before {
  content: "\e29a"; }

.icon-list3:before {
  content: "\e29b"; }

.icon-numbered-list:before {
  content: "\e29c"; }

.icon-menu:before {
  content: "\e2ac"; }

.icon-download2:before {
  content: "\e2b8"; }

.icon-upload:before {
  content: "\e2b9"; }

.icon-download3:before {
  content: "\e2ba"; }

.icon-upload2:before {
  content: "\e2bb"; }

.icon-download4:before {
  content: "\e2bc"; }

.icon-upload3:before {
  content: "\e2bd"; }

.icon-download5:before {
  content: "\e2be"; }

.icon-upload4:before {
  content: "\e2bf"; }

.icon-download6:before {
  content: "\e2c0"; }

.icon-upload5:before {
  content: "\e2c1"; }

.icon-download7:before {
  content: "\e2c2"; }

.icon-upload6:before {
  content: "\e2c3"; }

.icon-earth2:before {
  content: "\e2c7"; }

.icon-network:before {
  content: "\e2c8"; }

.icon-link:before {
  content: "\e2c9"; }

.icon-link2:before {
  content: "\e2ca"; }

.icon-link3:before {
  content: "\e2cb"; }

.icon-link22:before {
  content: "\e2cc"; }

.icon-link4:before {
  content: "\e2cd"; }

.icon-link5:before {
  content: "\e2ce"; }

.icon-link6:before {
  content: "\e2cf"; }

.icon-flag:before {
  content: "\e2d1"; }

.icon-flag2:before {
  content: "\e2d2"; }

.icon-flag3:before {
  content: "\e2d3"; }

.icon-flag4:before {
  content: "\e2d4"; }

.icon-flag5:before {
  content: "\e2d5"; }

.icon-star:before {
  content: "\e2fe"; }

.icon-star2:before {
  content: "\e2ff"; }

.icon-heart2:before {
  content: "\e304"; }

.icon-heart3:before {
  content: "\e305"; }

.icon-heart4:before {
  content: "\e307"; }

.icon-heart5:before {
  content: "\e308"; }

.icon-heart6:before {
  content: "\e30a"; }

.icon-heart7:before {
  content: "\e30b"; }

.icon-resize:before {
  content: "\e354"; }

.icon-warning2:before {
  content: "\e355"; }

.icon-warning3:before {
  content: "\e356"; }

.icon-notification:before {
  content: "\e357"; }

.icon-notification2:before {
  content: "\e358"; }

.icon-question:before {
  content: "\e359"; }

.icon-question2:before {
  content: "\e35a"; }

.icon-question3:before {
  content: "\e35b"; }

.icon-question4:before {
  content: "\e35c"; }

.icon-question5:before {
  content: "\e35d"; }

.icon-plus-circle:before {
  content: "\e35e"; }

.icon-plus-circle2:before {
  content: "\e35f"; }

.icon-minus-circle:before {
  content: "\e360"; }

.icon-minus-circle2:before {
  content: "\e361"; }

.icon-info:before {
  content: "\e362"; }

.icon-info2:before {
  content: "\e363"; }

.icon-blocked:before {
  content: "\e364"; }

.icon-cancel-circle:before {
  content: "\e365"; }

.icon-cancel-circle2:before {
  content: "\e366"; }

.icon-checkmark-circle:before {
  content: "\e367"; }

.icon-checkmark-circle2:before {
  content: "\e368"; }

.icon-cancel:before {
  content: "\e369"; }

.icon-spam:before {
  content: "\e36a"; }

.icon-close:before {
  content: "\e36b"; }

.icon-close2:before {
  content: "\e36c"; }

.icon-close3:before {
  content: "\e36d"; }

.icon-close4:before {
  content: "\e36e"; }

.icon-close5:before {
  content: "\e36f"; }

.icon-checkmark:before {
  content: "\e370"; }

.icon-checkmark2:before {
  content: "\e371"; }

.icon-checkmark3:before {
  content: "\e372"; }

.icon-checkmark4:before {
  content: "\e373"; }

.icon-spell-check:before {
  content: "\e374"; }

.icon-minus:before {
  content: "\e375"; }

.icon-plus:before {
  content: "\e376"; }

.icon-minus2:before {
  content: "\e377"; }

.icon-plus2:before {
  content: "\e378"; }

.icon-enter2:before {
  content: "\e379"; }

.icon-exit:before {
  content: "\e37a"; }

.icon-enter3:before {
  content: "\e37b"; }

.icon-exit2:before {
  content: "\e37c"; }

.icon-enter4:before {
  content: "\e37d"; }

.icon-exit3:before {
  content: "\e37e"; }

.icon-exit4:before {
  content: "\e37f"; }

.icon-play:before {
  content: "\e380"; }

.icon-pause:before {
  content: "\e381"; }

.icon-stop:before {
  content: "\e382"; }

.icon-backward:before {
  content: "\e383"; }

.icon-forward:before {
  content: "\e384"; }

.icon-play2:before {
  content: "\e385"; }

.icon-arrow-up:before {
  content: "\e3b4"; }

.icon-arrow-right:before {
  content: "\e3b5"; }

.icon-arrow-down:before {
  content: "\e3b6"; }

.icon-arrow-left:before {
  content: "\e3b7"; }

.icon-arrow-up-right:before {
  content: "\e3c2"; }

.icon-arrow-right2:before {
  content: "\e3c3"; }

.icon-arrow-down-right:before {
  content: "\e3c4"; }

.icon-arrow-down2:before {
  content: "\e3c5"; }

.icon-arrow-down-left:before {
  content: "\e3c6"; }

.icon-arrow-left2:before {
  content: "\e3c7"; }

.icon-arrow-up-left:before {
  content: "\e3c8"; }

.icon-arrow-up2:before {
  content: "\e3c9"; }

.icon-arrow-up-right2:before {
  content: "\e3ca"; }

.icon-arrow-right3:before {
  content: "\e3cb"; }

.icon-arrow-down-right2:before {
  content: "\e3cc"; }

.icon-arrow-down3:before {
  content: "\e3cd"; }

.icon-arrow-down-left2:before {
  content: "\e3ce"; }

.icon-arrow-left3:before {
  content: "\e3cf"; }

.icon-arrow-up-left2:before {
  content: "\e3d0"; }

.icon-arrow-up3:before {
  content: "\e3d1"; }

.icon-arrow-up-right3:before {
  content: "\e3d2"; }

.icon-arrow-right4:before {
  content: "\e3d3"; }

.icon-arrow-down-right3:before {
  content: "\e3d4"; }

.icon-arrow-down4:before {
  content: "\e3d5"; }

.icon-arrow-down-left3:before {
  content: "\e3d6"; }

.icon-arrow-left4:before {
  content: "\e3d7"; }

.icon-circle:before {
  content: "\e43a"; }

.icon-circle2:before {
  content: "\e43b"; }

.icon-share3:before {
  content: "\e48c"; }

.icon-mail2:before {
  content: "\e491"; }

.icon-google:before {
  content: "\e492"; }

.icon-googleplus:before {
  content: "\e493"; }

.icon-googleplus2:before {
  content: "\e494"; }

.icon-googleplus3:before {
  content: "\e495"; }

.icon-googleplus4:before {
  content: "\e496"; }

.icon-google-drive:before {
  content: "\e497"; }

.icon-facebook:before {
  content: "\e498"; }

.icon-facebook2:before {
  content: "\e499"; }

.icon-facebook3:before {
  content: "\e49a"; }

.icon-facebook4:before {
  content: "\e49b"; }

.icon-twitter:before {
  content: "\e49d"; }

.icon-twitter2:before {
  content: "\e49e"; }

.icon-twitter3:before {
  content: "\e49f"; }

.icon-feed:before {
  content: "\e4a2"; }

.icon-youtube:before {
  content: "\e4a3"; }

.icon-youtube2:before {
  content: "\e4a4"; }

.icon-vimeo:before {
  content: "\e4a5"; }

.icon-vimeo2:before {
  content: "\e4a6"; }

.icon-vimeo3:before {
  content: "\e4a7"; }

.icon-wordpress:before {
  content: "\e4bd"; }

.icon-wordpress2:before {
  content: "\e4be"; }

.icon-tumblr:before {
  content: "\e4c3"; }

.icon-apple:before {
  content: "\e4c6"; }

.icon-windows:before {
  content: "\e4c9"; }

.icon-windows8:before {
  content: "\e4ca"; }

.icon-skype:before {
  content: "\e4cd"; }

.icon-linkedin:before {
  content: "\e4cf"; }

.icon-libreoffice:before {
  content: "\e4e1"; }

.icon-file-pdf2:before {
  content: "\e4e2"; }

.icon-file-openoffice:before {
  content: "\e4e3"; }

.icon-file-word:before {
  content: "\e4e4"; }

.icon-file-excel:before {
  content: "\e4e5"; }

.icon-file-zip2:before {
  content: "\e4e6"; }

.icon-file-powerpoint:before {
  content: "\e4e7"; }

.icon-file-xml:before {
  content: "\e4e8"; }

.icon-file-css:before {
  content: "\e4e9"; }

.icon-chrome:before {
  content: "\e4ed"; }

.icon-firefox:before {
  content: "\e4ee"; }

.icon-IE:before {
  content: "\e4ef"; }

.icon-opera:before {
  content: "\e4f0"; }

.icon-safari:before {
  content: "\e4f1"; }

.icon-IcoMoon:before {
  content: "\e4f2"; }

.icon-pencil2:before {
  content: "\e634"; }

.icon-compass3:before {
  content: "\e635"; }

.icon-quote:before {
  content: "\e636"; }

.icon-tools:before {
  content: "\e637"; }

.icon-trophy3:before {
  content: "\e638"; }

.icon-newspaper2:before {
  content: "\e639"; }

.icon-lifebuoy:before {
  content: "\e63a"; }

.icon-cone:before {
  content: "\e63b"; }

.icon-earth3:before {
  content: "\e63c"; }

.icon-publish:before {
  content: "\e63d"; }

.icon-screen:before {
  content: "\e63e"; }

.icon-light-bulb2:before {
  content: "\e63f"; }

.icon-statistics:before {
  content: "\e640"; }

.icon-bars2:before {
  content: "\e641"; }

.icon-graph2:before {
  content: "\e642"; }

.icon-lock6:before {
  content: "\e643"; }

.icon-lock-open:before {
  content: "\e644"; }

.icon-logout:before {
  content: "\e645"; }

.icon-login:before {
  content: "\e646"; }

.icon-checkmark5:before {
  content: "\e647"; }

.icon-search6:before {
  content: "\f002"; }

.icon-envelope-o:before {
  content: "\f003"; }

.icon-heart8:before {
  content: "\f004"; }

.icon-star3:before {
  content: "\f005"; }

.icon-star-o:before {
  content: "\f006"; }

.icon-user9:before {
  content: "\f007"; }

.icon-film:before {
  content: "\f008"; }

.icon-check:before {
  content: "\f00c"; }

.icon-search-plus:before {
  content: "\f00e"; }

.icon-search-minus:before {
  content: "\f010"; }

.icon-gear:before {
  content: "\f015"; }

.icon-trash-o:before {
  content: "\f016"; }

.icon-home3:before {
  content: "\f017"; }

.icon-file-o:before {
  content: "\f018"; }

.icon-arrow-circle-o-down:before {
  content: "\f01a"; }

.icon-play-circle-o:before {
  content: "\f01d"; }

.icon-refresh:before {
  content: "\f021"; }

.icon-list-alt:before {
  content: "\f022"; }

.icon-lock7:before {
  content: "\f023"; }

.icon-tag2:before {
  content: "\f02b"; }

.icon-tags:before {
  content: "\f02c"; }

.icon-print4:before {
  content: "\f02f"; }

.icon-pencil3:before {
  content: "\f040"; }

.icon-map-marker:before {
  content: "\f041"; }

.icon-edit:before {
  content: "\f045"; }

.icon-share-square-o:before {
  content: "\f046"; }

.icon-check-square-o:before {
  content: "\f047"; }

.icon-chevron-left3:before {
  content: "\f053"; }

.icon-chevron-right3:before {
  content: "\f054"; }

.icon-plus-circle3:before {
  content: "\f055"; }

.icon-minus-circle3:before {
  content: "\f056"; }

.icon-times-circle:before {
  content: "\f057"; }

.icon-check-circle:before {
  content: "\f058"; }

.icon-question-circle:before {
  content: "\f059"; }

.icon-info-circle:before {
  content: "\f05c"; }

.icon-times-circle-o:before {
  content: "\f05d"; }

.icon-check-circle-o:before {
  content: "\f05f"; }

.icon-arrow-left5:before {
  content: "\f060"; }

.icon-arrow-right5:before {
  content: "\f061"; }

.icon-arrow-up4:before {
  content: "\f062"; }

.icon-arrow-down5:before {
  content: "\f063"; }

.icon-exclamation-circle:before {
  content: "\f06a"; }

.icon-warning4:before {
  content: "\f071"; }

.icon-chevron-up2:before {
  content: "\f077"; }

.icon-chevron-down2:before {
  content: "\f079"; }

.icon-shopping-cart:before {
  content: "\f07a"; }

.icon-bar-chart-o:before {
  content: "\f080"; }

.icon-gears:before {
  content: "\f085"; }

.icon-comments:before {
  content: "\f086"; }

.icon-external-link:before {
  content: "\f08e"; }

.icon-trophy4:before {
  content: "\f091"; }

.icon-phone8:before {
  content: "\f095"; }

.icon-twitter4:before {
  content: "\f099"; }

.icon-facebook5:before {
  content: "\f09a"; }

.icon-unlock:before {
  content: "\f09c"; }

.icon-bullhorn2:before {
  content: "\f0a1"; }

.icon-bell-o:before {
  content: "\f0a5"; }

.icon-arrow-circle-left:before {
  content: "\f0a8"; }

.icon-arrow-circle-right:before {
  content: "\f0a9"; }

.icon-arrow-circle-up:before {
  content: "\f0ab"; }

.icon-arrow-circle-down:before {
  content: "\f0ac"; }

.icon-globe:before {
  content: "\f0ad"; }

.icon-chain:before {
  content: "\f0c1"; }

.icon-cloud:before {
  content: "\f0c2"; }

.icon-paperclip2:before {
  content: "\f0c6"; }

.icon-save:before {
  content: "\f0c7"; }

.icon-table:before {
  content: "\f0ce"; }

.icon-pinterest:before {
  content: "\f0d2"; }

.icon-pinterest-square:before {
  content: "\f0d3"; }

.icon-google-plus-square:before {
  content: "\f0d4"; }

.icon-google-plus:before {
  content: "\f0d5"; }

.icon-caret-down:before {
  content: "\f0d7"; }

.icon-caret-up:before {
  content: "\f0d8"; }

.icon-caret-left:before {
  content: "\f0d9"; }

.icon-caret-right:before {
  content: "\f0da"; }

.icon-envelope:before {
  content: "\f0e0"; }

.icon-linkedin2:before {
  content: "\f0e1"; }

.icon-lightbulb-o:before {
  content: "\f0eb"; }

.icon-cloud-download2:before {
  content: "\f0ed"; }

.icon-cloud-upload:before {
  content: "\f0ee"; }

.icon-file-text-o:before {
  content: "\f0f6"; }

.icon-angle-left:before {
  content: "\f104"; }

.icon-angle-right:before {
  content: "\f105"; }

.icon-desktop:before {
  content: "\f108"; }

.icon-laptop2:before {
  content: "\f109"; }

.icon-tablet2:before {
  content: "\f10a"; }

.icon-quote-left:before {
  content: "\f10d"; }

.icon-quote-right:before {
  content: "\f10e"; }

.icon-spinner:before {
  content: "\f110"; }

.icon-flag-o:before {
  content: "\f11d"; }

.icon-location-arrow2:before {
  content: "\f124"; }

.icon-question6:before {
  content: "\f128"; }

.icon-calendar-o:before {
  content: "\f133"; }

.icon-chevron-circle-left:before {
  content: "\f137"; }

.icon-chevron-circle-right:before {
  content: "\f138"; }

.icon-chevron-circle-up:before {
  content: "\f139"; }

.icon-chevron-circle-down:before {
  content: "\f13a"; }

.icon-play-circle:before {
  content: "\f144"; }

.icon-compass4:before {
  content: "\f14e"; }

.icon-toggle-down:before {
  content: "\f150"; }

.icon-toggle-up:before {
  content: "\f151"; }

.icon-toggle-right:before {
  content: "\f152"; }

.icon-sort-alpha-asc:before {
  content: "\f15d"; }

.icon-sort-alpha-desc:before {
  content: "\f15e"; }

.icon-thumbs-up:before {
  content: "\f164"; }

.icon-thumbs-down:before {
  content: "\f165"; }

.icon-youtube-square:before {
  content: "\f166"; }

.icon-youtube3:before {
  content: "\f167"; }

.icon-youtube-play:before {
  content: "\f16a"; }

.icon-instagram:before {
  content: "\f16d"; }

.icon-skype2:before {
  content: "\f17e"; }

.icon-female:before {
  content: "\f182"; }

.icon-male:before {
  content: "\f183"; }

.icon-gittip:before {
  content: "\f184"; }

.icon-arrow-circle-o-right:before {
  content: "\f18e"; }

.icon-arrow-circle-o-left:before {
  content: "\f190"; }

.icon-recycle:before {
  content: "\f1b8"; }

.icon-automobile:before {
  content: "\f1b9"; }

.icon-file-pdf-o:before {
  content: "\f1c1"; }

.icon-file-word-o:before {
  content: "\f1c2"; }

.icon-file-excel-o:before {
  content: "\f1c3"; }

.icon-file-powerpoint-o:before {
  content: "\f1c4"; }

.icon-file-photo-o:before {
  content: "\f1c5"; }

.icon-file-zip-o:before {
  content: "\f1c6"; }

.icon-file-code-o:before {
  content: "\f1c9"; }

.icon-share-alt:before {
  content: "\f1e0"; }

.icon-number:before {
  content: "\e648"; }

.icon-number2:before {
  content: "\e649"; }

.icon-number3:before {
  content: "\e64a"; }

.icon-number4:before {
  content: "\e64b"; }

.icon-number5:before {
  content: "\e64c"; }

.icon-number6:before {
  content: "\e64d"; }

.icon-number7:before {
  content: "\e64e"; }

.icon-number8:before {
  content: "\e64f"; }

.icon-number9:before {
  content: "\e650"; }

.icon-number10:before {
  content: "\e651"; }

.icon-number11:before {
  content: "\e652"; }

.icon-number12:before {
  content: "\e653"; }

.icon-number13:before {
  content: "\e654"; }

.icon-number14:before {
  content: "\e655"; }

.icon-number15:before {
  content: "\e656"; }

.icon-number16:before {
  content: "\e657"; }

.icon-number17:before {
  content: "\e658"; }

.icon-number18:before {
  content: "\e659"; }

.icon-number19:before {
  content: "\e65a"; }

.icon-number20:before {
  content: "\e65b"; }

.icon-quote2:before {
  content: "\e65c"; }

.icon-quote3:before {
  content: "\e65d"; }

.icon-calendar7:before {
  content: "\e65e"; }

.icon-calendar8:before {
  content: "\e65f"; }

.icon-file4:before {
  content: "\e660"; }

.icon-file5:before {
  content: "\e661"; }

.icon-file6:before {
  content: "\e662"; }

.icon-files2:before {
  content: "\e663"; }

.icon-phone9:before {
  content: "\e664"; }

.icon-tablet3:before {
  content: "\e665"; }

.icon-window2:before {
  content: "\e666"; }

.icon-monitor:before {
  content: "\e667"; }

.icon-coffee:before {
  content: "\e668"; }

.icon-mug:before {
  content: "\e669"; }

.icon-checkmark6:before {
  content: "\e66a"; }

.icon-cancel2:before {
  content: "\e66b"; }

.icon-cancel3:before {
  content: "\e66c"; }

.icon-plus3:before {
  content: "\e66d"; }

.icon-plus4:before {
  content: "\e66e"; }

.icon-minus3:before {
  content: "\e66f"; }

.icon-minus4:before {
  content: "\e670"; }

.icon-notice:before {
  content: "\e671"; }

.icon-notice2:before {
  content: "\e672"; }

.icon-chart2:before {
  content: "\e673"; }

.icon-chart3:before {
  content: "\e674"; }

.icon-chart4:before {
  content: "\e675"; }

.icon-location9:before {
  content: "\e676"; }

.icon-basket3:before {
  content: "\e677"; }

.icon-magnifier:before {
  content: "\e678"; }

.icon-download8:before {
  content: "\e679"; }

.icon-clipboard:before {
  content: "\e67a"; }

.icon-clipboard2:before {
  content: "\e67b"; }

.icon-clock8:before {
  content: "\e67c"; }

.icon-cart9:before {
  content: "\e67d"; }

.icon-printer2:before {
  content: "\e67e"; }

/* ========================================================== */
/* = Add extra mixins not already in bourbon here           = */
/* ========================================================== */
/* ========================================================== */
/* = Clear Fix		                                        = */
/* ========================================================== */
.clearfix, .clear {
  *zoom: 1; }
  .clearfix:before, .clearfix:after, .clear:before, .clear:after {
    content: "";
    display: table; }
  .clearfix:after, .clear:after {
    clear: both; }

.ps-container .ps-scrollbar-x-rail {
  position: absolute;
  /* please don't change 'position' */
  bottom: 3px;
  /* there must be 'bottom' for ps-scrollbar-x-rail */
  height: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  filter: alpha(opacity=0);
  -o-transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear; }

.ps-container:hover .ps-scrollbar-x-rail,
.ps-container.hover .ps-scrollbar-x-rail {
  opacity: 0.6;
  filter: alpha(opacity=60); }

.ps-container .ps-scrollbar-x-rail:hover,
.ps-container .ps-scrollbar-x-rail.hover {
  background-color: #eee;
  opacity: 0.9;
  filter: alpha(opacity=90); }

.ps-container .ps-scrollbar-x-rail.in-scrolling {
  background-color: #eee;
  opacity: 0.9;
  filter: alpha(opacity=90); }

.ps-container .ps-scrollbar-y-rail {
  position: absolute;
  /* please don't change 'position' */
  right: 3px;
  /* there must be 'right' for ps-scrollbar-y-rail */
  width: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  filter: alpha(opacity=0);
  -o-transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear; }

.ps-container:hover .ps-scrollbar-y-rail,
.ps-container.hover .ps-scrollbar-y-rail {
  opacity: 0.6;
  filter: alpha(opacity=60); }

.ps-container .ps-scrollbar-y-rail:hover,
.ps-container .ps-scrollbar-y-rail.hover {
  background-color: #eee;
  opacity: 0.9;
  filter: alpha(opacity=90); }

.ps-container .ps-scrollbar-y-rail.in-scrolling {
  background-color: #eee;
  opacity: 0.9;
  filter: alpha(opacity=90); }

.ps-container .ps-scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  bottom: 0;
  /* there must be 'bottom' for ps-scrollbar-x */
  height: 8px;
  background-color: #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -o-transition: background-color .2s linear;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color .2s linear;
  transition: background-color .2s linear; }

.ps-container.ie6 .ps-scrollbar-x {
  font-size: 0;
  /* fixed scrollbar height in xp sp3 ie6 */ }

.ps-container .ps-scrollbar-x-rail:hover .ps-scrollbar-x,
.ps-container .ps-scrollbar-x-rail.hover .ps-scrollbar-x {
  background-color: #999; }

.ps-container .ps-scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  right: 0;
  /* there must be 'right' for ps-scrollbar-y */
  width: 8px;
  background-color: #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -o-transition: background-color .2s linear;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color .2s linear;
  transition: background-color .2s linear; }

.ps-container.ie6 .ps-scrollbar-y {
  font-size: 0;
  /* fixed scrollbar height in xp sp3 ie6 */ }

.ps-container .ps-scrollbar-y-rail:hover .ps-scrollbar-y,
.ps-container .ps-scrollbar-y-rail.hover .ps-scrollbar-y {
  background-color: #999; }

.ps-container.ie .ps-scrollbar-x,
.ps-container.ie .ps-scrollbar-y {
  visibility: hidden; }

.ps-container.ie:hover .ps-scrollbar-x,
.ps-container.ie:hover .ps-scrollbar-y,
.ps-container.ie.hover .ps-scrollbar-x,
.ps-container.ie.hover .ps-scrollbar-y {
  visibility: visible; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

html {
  font-size: 100%; }
  @media screen and (max-width: 980px) {
    html {
      font-size: 90%; } }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-family: "Helvetica_Light", Arial, sans-serif;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none; }

::selection {
  background: #3A6C94;
  color: #ffffff; }

::-moz-selection {
  background: #3A6C94;
  color: #ffffff; }

img::selection {
  background: transparent; }

img::-moz-selection {
  background: transparent; }

body {
  -webkit-tap-highlight-color: #3A6C94; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica_Thin", Arial, sans-serif;
  font-weight: normal !important; }
  h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
    font-weight: normal !important; }

h1 {
  color: #003762;
  font-size: 2.4em;
  line-height: 1em;
  margin-bottom: .5em; }
  @media screen and (max-width: 660px) {
    h1 {
      font-size: 2.2em; } }
  @media screen and (max-width: 440px) {
    h1 {
      font-size: 1.8em;
      line-height: 140%; } }

h1:first-of-type {
  margin-top: 0; }

h2 {
  color: #4595D1;
  font-size: 2.25em;
  line-height: 1.333333333333333em;
  margin-bottom: .6666666666666667em; }
  @media screen and (max-width: 660px) {
    h2 {
      font-size: 2.1em; } }
  @media screen and (max-width: 440px) {
    h2 {
      font-size: 1.6em; } }

h3 {
  color: #4595D1;
  font-size: 1.5em;
  line-height: 1em;
  margin-bottom: 1em; }
  @media screen and (max-width: 660px) {
    h3 {
      font-size: 1.3em; } }

h4 {
  color: #4595D1;
  font-size: 1.3125em;
  line-height: 1.142857142857143em;
  margin-bottom: 1.142857142857143em; }
  @media screen and (max-width: 660px) {
    h4 {
      font-size: 0.9em; } }

h5 {
  color: #4595D1;
  font-size: 1.125em;
  line-height: 1.333333333333333em;
  margin-bottom: 1.333333333333333em; }
  @media screen and (max-width: 660px) {
    h5 {
      font-size: 0.9em; } }

h6 {
  color: #4595D1;
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 1.5em; }

p {
  line-height: 1.9em;
  margin-bottom: 1.5em; }
  @media screen and (max-width: 790px) {
    p {
      font-size: 0.95em;
      line-height: 1.7em; } }
  @media screen and (max-width: 440px) {
    p {
      line-height: 190%;
      font-size: 1em; } }

a {
  color: #3F93D2;
  text-decoration: none;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear; }
  a:hover, a:focus {
    color: #003762; }

a.button, a.button.alt {
  background: #ffffff;
  color: #666;
  border: 1px solid #DDD;
  border-radius: 4px;
  padding: 10px 5%;
  display: inline-block;
  margin-bottom: 3%; }
  @media screen and (max-width: 440px) {
    a.button, a.button.alt {
      display: block; } }
  a.button .icon, a.button.alt .icon {
    margin-left: 10px;
    display: inline-block;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 19px;
    font-size: 10px;
    border: 1px solid #DDD;
    position: relative; }
    @media screen and (max-width: 440px) {
      a.button .icon, a.button.alt .icon {
        float: right; } }
    html.ie8 a.button .icon, html.ie8 a.button.alt .icon {
      border: none; }
  a.button:hover, a.button.alt:hover {
    color: #ffffff;
    background: #4595D1;
    border: 1px solid #4595D1; }
    a.button:hover .icon, a.button.alt:hover .icon {
      border-color: #ffffff; }

a.button.alt {
  background: #3A6C94;
  color: #ffffff;
  border: 1px solid #3A6C94; }
  a.button.alt:hover {
    color: #ffffff;
    background: #2c516f;
    border: 1px solid #003762; }

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

figure img {
  width: 100%;
  height: auto;
  display: block; }

a > img {
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear; }

figcaption {
  color: #888; }

ul, ol, dl {
  padding: 0;
  margin: 0 0 0 5%; }
  ul li, ul dt, ul dd, ol li, ol dt, ol dd, dl li, dl dt, dl dd {
    line-height: 175%;
    padding-bottom: 10px; }
  ul dt, ol dt, dl dt {
    font-weight: bold; }

hr {
  background: #F4F4F4;
  color: #F4F4F4;
  clear: both;
  float: none;
  width: 100%;
  height: 1px;
  margin: 0 0 1.4em;
  border: none; }

.notice-warning, .notice-preview, p.no-results {
  width: 100%;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  margin: 33px 0;
  padding: 16px 20px;
  background: #ffefc0;
  border: 2px solid #ffdaa7; }
  html.ie8 .notice-warning, html.ie8 .notice-preview, html.ie8 p.no-results, html.ie9 .notice-warning, html.ie9 .notice-preview, html.ie9 p.no-results, html.ie10 .notice-warning, html.ie10 .notice-preview, html.ie10 p.no-results, html.firefox .notice-warning, html.firefox .notice-preview, html.firefox p.no-results {
    font-size: 13px; }
  .notice-warning span, .notice-preview span, p.no-results span {
    float: left;
    font-size: 1.1em;
    margin-top: 4px;
    color: #8d6a00; }
  .notice-warning p, .notice-preview p, p.no-results p {
    margin: 0 0 5px 0;
    padding-left: 30px;
    text-align: left;
    color: #8d6a00; }
    .notice-warning p:last-child, .notice-preview p:last-child, p.no-results p:last-child {
      margin: 0; }
    .notice-warning p a, .notice-preview p a, p.no-results p a {
      color: #745700;
      border-bottom: 1px solid #745700;
      padding-bottom: 1px; }
      .notice-warning p a:hover, .notice-preview p a:hover, p.no-results p a:hover {
        color: #413000; }
  .notice-warning.top, .top.notice-preview, p.top.no-results {
    margin-top: 0 !important; }
  .notice-warning.lrg, .lrg.notice-preview, p.lrg.no-results {
    padding: 22px 27px;
    margin: 45px 0; }
    .notice-warning.lrg span, .lrg.notice-preview span, p.lrg.no-results span {
      margin-top: 6px;
      font-size: 1.33em; }
    .notice-warning.lrg p, .lrg.notice-preview p, p.lrg.no-results p {
      font-size: 1.1em;
      padding-left: 42px; }

.notice-success {
  width: 100%;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  margin: 33px 0;
  padding: 16px 20px;
  background: #c7e1a8;
  border: 2px solid #c6da95; }
  html.ie8 .notice-success, html.ie9 .notice-success, html.ie10 .notice-success, html.firefox .notice-success {
    font-size: 13px; }
  .notice-success span {
    float: left;
    font-size: 1.1em;
    margin-top: 4px;
    color: #486624; }
  .notice-success p {
    margin: 0 0 5px 0;
    padding-left: 30px;
    text-align: left;
    color: #486624; }
    .notice-success p:last-child {
      margin: 0; }
    .notice-success p a {
      color: #3b531d;
      border-bottom: 1px solid #3b531d;
      padding-bottom: 1px; }
      .notice-success p a:hover {
        color: #202e10; }
  .notice-success.top {
    margin-top: 0 !important; }
  .notice-success.lrg {
    padding: 22px 27px;
    margin: 45px 0; }
    .notice-success.lrg span {
      margin-top: 6px;
      font-size: 1.33em; }
    .notice-success.lrg p {
      font-size: 1.1em;
      padding-left: 42px; }

.notice-info {
  width: 100%;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  margin: 33px 0;
  padding: 16px 20px;
  background: #97c4e5;
  border: 2px solid #7ac4de; }
  html.ie8 .notice-info, html.ie9 .notice-info, html.ie10 .notice-info, html.firefox .notice-info {
    font-size: 13px; }
  .notice-info span {
    float: left;
    font-size: 1.1em;
    margin-top: 4px;
    color: #1e5279; }
  .notice-info p {
    margin: 0 0 5px 0;
    padding-left: 30px;
    text-align: left;
    color: #1e5279; }
    .notice-info p:last-child {
      margin: 0; }
    .notice-info p a {
      color: #194464;
      border-bottom: 1px solid #194464;
      padding-bottom: 1px; }
      .notice-info p a:hover {
        color: #0f283b; }
  .notice-info.top {
    margin-top: 0 !important; }
  .notice-info.lrg {
    padding: 22px 27px;
    margin: 45px 0; }
    .notice-info.lrg span {
      margin-top: 6px;
      font-size: 1.33em; }
    .notice-info.lrg p {
      font-size: 1.1em;
      padding-left: 42px; }

.notice-danger {
  width: 100%;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  margin: 33px 0;
  padding: 16px 20px;
  background: #ff8f83;
  border: 2px solid #ff6a74; }
  html.ie8 .notice-danger, html.ie9 .notice-danger, html.ie10 .notice-danger, html.firefox .notice-danger {
    font-size: 13px; }
  .notice-danger span {
    float: left;
    font-size: 1.1em;
    margin-top: 4px;
    color: #6a0a00; }
  .notice-danger p {
    margin: 0 0 5px 0;
    padding-left: 30px;
    text-align: left;
    color: #6a0a00; }
    .notice-danger p:last-child {
      margin: 0; }
    .notice-danger p a {
      color: #500800;
      border-bottom: 1px solid #500800;
      padding-bottom: 1px; }
      .notice-danger p a:hover {
        color: #1d0300; }
  .notice-danger.top {
    margin-top: 0 !important; }
  .notice-danger.lrg {
    padding: 22px 27px;
    margin: 45px 0; }
    .notice-danger.lrg span {
      margin-top: 6px;
      font-size: 1.33em; }
    .notice-danger.lrg p {
      font-size: 1.1em;
      padding-left: 42px; }

table {
  width: 100%; }
  table tr th {
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: normal;
    background: #4595D1;
    color: #ffffff; }
  table tr td {
    text-align: left;
    padding: 10px 20px; }
  table tr:nth-child(odd) {
    background: #F4F4F4;
    border-top: 1px solid #F4F4F4;
    border-bottom: 1px solid #F4F4F4; }

blockquote {
  padding: 0;
  margin: 0;
  color: #888;
  background: #F4F4F4;
  border: 1px solid #EEE;
  position: relative;
  padding: 20px 40px 20px 80px;
  margin-bottom: 25px;
  font-size: 1.2em;
  line-height: 170%; }
  blockquote:before {
    position: absolute;
    font-family: "icomoon";
    content: "\e19f";
    color: #888;
    top: 20px;
    font-size: 1.6em;
    left: 22px;
    opacity: 0.2; }
  @media screen and (max-width: 980px) {
    blockquote {
      font-size: 1em;
      padding-left: 65px; } }

form div {
  display: block; }
  form div label {
    display: block;
    outline: none;
    padding: 0;
    margin: 0;
    line-height: 100%;
    margin: 1.5em 0 1.1em;
    font-family: "Helvetica_Medium", Arial, sans-serif;
    font-size: 0.9em; }
  form div span.required {
    color: #B61200;
    float: right; }
  form div span.inline_error {
    color: #B61200; }

form input::-webkit-input-placeholder, form textarea::-webkit-input-placeholder, form select::-webkit-input-placeholder {
  color: #a2a2a2; }

form input:-moz-placeholder, form textarea:-moz-placeholder, form select:-moz-placeholder {
  color: #a2a2a2; }

form input::-moz-placeholder, form textarea::-moz-placeholder, form select::-moz-placeholder {
  color: #a2a2a2; }

form input:-ms-input-placeholder, form textarea:-ms-input-placeholder, form select:-ms-input-placeholder {
  color: #a2a2a2; }

form input:focus, form textarea:focus, form select:focus {
  outline: 0px;
  box-shadow: 0px 0px 5px #e9f2f9; }

form input[type="text"],
form input[type="url"],
form input[type="email"],
form input[type="password"],
form input[type="search"],
form input[type="number"],
form input[type="date"],
form input[type="month"],
form input[type="week"],
form input[type="time"],
form input[type="datetime"],
form input[type="datetime-local"],
form input[type="tel"],
form input[type="datalist"],
form select,
form textarea {
  display: block;
  width: 100%;
  margin: 0 0 0.75em;
  padding: 5px 10px;
  border: 1px solid #DDD;
  background: #ffffff;
  color: #444;
  line-height: 1.5em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 4px; }

form input[type="range"],
form input[type="color"] {
  vertical-align: middle;
  height: 1.5em;
  width: 100%; }

form input[type="range"] {
  height: 1.4em; }

form input[type="color"] {
  width: 1.5em; }

form input[type="time"] {
  margin: 0 0 0.55em; }

form input[type="radio"],
form input[type="checkbox"] {
  margin-right: 10px;
  margin-bottom: 10px; }

form textarea {
  height: 120px; }

form select {
  height: 2.6em;
  font-size: 14px;
  font-weight: normal; }

form input[type="submit"],
form input[type="button"] {
  background: #ffffff;
  color: #666;
  border: 1px solid #DDD;
  border-radius: 4px;
  padding: 10px 5%;
  display: inline-block;
  margin-bottom: 3%;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  margin-top: 10px; }
  @media screen and (max-width: 440px) {
    form input[type="submit"],
    form input[type="button"] {
      display: block; } }
  form input[type="submit"] .icon,
  form input[type="button"] .icon {
    margin-left: 10px;
    display: inline-block;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 19px;
    font-size: 10px;
    border: 1px solid #DDD;
    position: relative; }
    @media screen and (max-width: 440px) {
      form input[type="submit"] .icon,
      form input[type="button"] .icon {
        float: right; } }
    html.ie8 form input[type="submit"] .icon, html.ie8
    form input[type="button"] .icon {
      border: none; }
  form input[type="submit"]:hover,
  form input[type="button"]:hover {
    color: #ffffff;
    background: #4595D1;
    border: 1px solid #4595D1; }
    form input[type="submit"]:hover .icon,
    form input[type="button"]:hover .icon {
      border-color: #ffffff; }

mark {
  background: #4595D1;
  color: #ffffff;
  padding: 5px 10px; }

/**
 * selectize.scss (v0.8.7)
 * Copyright (c) 2014 Emanuel Kluge
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Emanuel Kluge <mail@emanuel-kluge.de>
 */
.selectize-control {
  position: relative; }

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #444;
  font-size: 14px;
  line-height: 24px;
  -webkit-font-smoothing: inherit; }

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block; }

.selectize-input {
  border: 1px solid #DDD;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  .selectize-control.multi .selectize-input.has-items {
    padding: 6px 8px 3px; }
  .selectize-input.full {
    background-color: #ffffff; }
  .selectize-input.disabled, .selectize-input.disabled * {
    cursor: default !important; }
  .selectize-input.focus {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15); }
  .selectize-input.dropdown-active {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0; }
  .selectize-input > * {
    vertical-align: baseline;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline; }
  .selectize-control.multi .selectize-input > div {
    cursor: pointer;
    margin: 0 3px 3px 0;
    padding: 2px 6px;
    background: black;
    color: white;
    border: 0 solid navy; }
    .selectize-control.multi .selectize-input > div.active {
      background: orange;
      color: blue;
      border: 0 solid yellow; }
  .selectize-control.multi .selectize-input.disabled > div, .selectize-control.multi .selectize-input.disabled > div.active {
    color: white;
    background: #4d4d4d;
    border: 0 solid #8d8d8d; }
  .selectize-input > input {
    padding: 0 !important;
    min-height: 0 !important;
    max-height: none !important;
    max-width: 100% !important;
    margin: 0 2px 0 0 !important;
    text-indent: 0 !important;
    border: 0 none !important;
    background: none !important;
    line-height: inherit !important;
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
    .selectize-input > input::-ms-clear {
      display: none; }
    .selectize-input > input:focus {
      outline: none !important; }

.selectize-input:after {
  content: ' ';
  display: block;
  clear: left; }

.selectize-input.dropdown-active:before {
  content: ' ';
  display: block;
  position: absolute;
  background: #DDD;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0; }

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #DDD;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px; }
  .selectize-dropdown [data-selectable] {
    cursor: pointer;
    overflow: hidden; }
    .selectize-dropdown [data-selectable] .highlight {
      background: rgba(20, 38, 65, 0.95);
      -webkit-border-radius: 1px;
      -moz-border-radius: 1px;
      border-radius: 1px; }
  .selectize-dropdown [data-selectable], .selectize-dropdown .optgroup-header {
    padding: 6px 15px; }
  .selectize-dropdown .optgroup:first-child .optgroup-header {
    border-top: 0 none; }
  .selectize-dropdown .optgroup-header {
    color: #444;
    background: #ffffff;
    cursor: default; }
  .selectize-dropdown .active {
    background-color: #F4F4F4;
    color: #444; }
    .selectize-dropdown .active.create {
      color: #444; }
  .selectize-dropdown .create {
    color: rgba(68, 68, 68, 0.5); }

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px; }

.selectize-control.single .selectize-input, .selectize-control.single .selectize-input input {
  cursor: pointer; }

.selectize-control.single .selectize-input.input-active, .selectize-control.single .selectize-input.input-active input {
  cursor: text; }

.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #444 transparent transparent transparent; }

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -3.2px;
  border-width: 0 4px 4px 4px;
  border-color: transparent transparent #444 transparent; }

.selectize-control.rtl.single .selectize-input:after {
  left: 20px;
  right: auto; }

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important; }

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: yellow; }

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active, .flex-container div#lightbox_disclaimer div#lb_languages ul li a:link, div#lightbox_disclaimer div#lb_languages ul li .flex-container a:link,
.flexslider a:active,
.flexslider div#lightbox_disclaimer div#lb_languages ul li a:link, div#lightbox_disclaimer div#lb_languages ul li
.flexslider a:link,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

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

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0; }

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

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block; }

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

/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

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

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme
*********************************/
.flexslider {
  position: relative;
  zoom: 1; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

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

/* Direction Nav */
.flex-direction-nav a {
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: white;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease; }

.flex-direction-nav .flex-prev {
  left: 15px; }

.flex-direction-nav .flex-next {
  right: 15px;
  text-align: right; }

.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 15px; }

.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 15px; }

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1; }

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

.flex-direction-nav a:before {
  font-family: "icomoon";
  font-size: 30px;
  display: inline-block;
  content: '\f053'; }

.flex-direction-nav a.flex-next:before {
  content: '\f054'; }

/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "icomoon";
  font-size: 20px;
  display: inline-block;
  content: '\e381'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\e380'; }

/* Control Nav */
.flex-control-nav {
  width: 25%;
  position: absolute;
  bottom: 40px;
  right: 0px;
  text-align: center;
  z-index: 999; }

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

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: white;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px; }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

@media screen and (max-width: 790px) {
  .flex-control-nav {
    display: none; } }

section#main_content, section#custom_content, section#performance_first, section#performance_second, section#performance_third, section#performance_forth, section#performance_fifth {
  background: #ffffff;
  width: 100%;
  padding-top: 4%; }
  @media screen and (max-width: 790px) {
    section#main_content, section#custom_content, section#performance_first, section#performance_second, section#performance_third, section#performance_forth, section#performance_fifth {
      padding-top: 30px; } }
  section#main_content > div, section#custom_content > div, section#performance_first > div, section#performance_second > div, section#performance_third > div, section#performance_forth > div, section#performance_fifth > div {
    *zoom: 1;
    max-width: 67.5em;
    margin-left: auto;
    margin-right: auto; }
    section#main_content > div:before, section#main_content > div:after, section#custom_content > div:before, section#custom_content > div:after, section#performance_first > div:before, section#performance_first > div:after, section#performance_second > div:before, section#performance_second > div:after, section#performance_third > div:before, section#performance_third > div:after, section#performance_forth > div:before, section#performance_forth > div:after, section#performance_fifth > div:before, section#performance_fifth > div:after {
      content: "";
      display: table; }
    section#main_content > div:after, section#custom_content > div:after, section#performance_first > div:after, section#performance_second > div:after, section#performance_third > div:after, section#performance_forth > div:after, section#performance_fifth > div:after {
      clear: both; }
    @media screen and (max-width: 1280px) {
      section#main_content > div, section#custom_content > div, section#performance_first > div, section#performance_second > div, section#performance_third > div, section#performance_forth > div, section#performance_fifth > div {
        max-width: 1080px; } }
    @media screen and (max-width: 1100px) {
      section#main_content > div, section#custom_content > div, section#performance_first > div, section#performance_second > div, section#performance_third > div, section#performance_forth > div, section#performance_fifth > div {
        max-width: 960px; } }
    @media screen and (max-width: 980px) {
      section#main_content > div, section#custom_content > div, section#performance_first > div, section#performance_second > div, section#performance_third > div, section#performance_forth > div, section#performance_fifth > div {
        max-width: 768px; } }
    @media screen and (max-width: 790px) {
      section#main_content > div, section#custom_content > div, section#performance_first > div, section#performance_second > div, section#performance_third > div, section#performance_forth > div, section#performance_fifth > div {
        max-width: 640px; } }
    @media screen and (max-width: 660px) {
      section#main_content > div, section#custom_content > div, section#performance_first > div, section#performance_second > div, section#performance_third > div, section#performance_forth > div, section#performance_fifth > div {
        max-width: 500px; } }
    @media screen and (max-width: 560px) {
      section#main_content > div, section#custom_content > div, section#performance_first > div, section#performance_second > div, section#performance_third > div, section#performance_forth > div, section#performance_fifth > div {
        max-width: 480px; } }
    @media screen and (max-width: 500px) {
      section#main_content > div, section#custom_content > div, section#performance_first > div, section#performance_second > div, section#performance_third > div, section#performance_forth > div, section#performance_fifth > div {
        max-width: 420px; } }
    @media screen and (max-width: 440px) {
      section#main_content > div, section#custom_content > div, section#performance_first > div, section#performance_second > div, section#performance_third > div, section#performance_forth > div, section#performance_fifth > div {
        max-width: 360px; } }
    @media screen and (max-width: 380px) {
      section#main_content > div, section#custom_content > div, section#performance_first > div, section#performance_second > div, section#performance_third > div, section#performance_forth > div, section#performance_fifth > div {
        max-width: 280px; } }
    section#main_content > div > div, section#custom_content > div > div, section#performance_first > div > div, section#performance_second > div > div, section#performance_third > div > div, section#performance_forth > div > div, section#performance_fifth > div > div {
      float: left;
      display: block;
      margin-right: 1.8867924528%;
      width: 100%; }
      section#main_content > div > div:last-child, section#custom_content > div > div:last-child, section#performance_first > div > div:last-child, section#performance_second > div > div:last-child, section#performance_third > div > div:last-child, section#performance_forth > div > div:last-child, section#performance_fifth > div > div:last-child {
        margin-right: 0; }
      section#main_content > div > div > article, section#custom_content > div > div > article, section#performance_first > div > div > article, section#performance_second > div > div > article, section#performance_third > div > div > article, section#performance_forth > div > div > article, section#performance_fifth > div > div > article {
        float: left;
        display: block;
        margin-right: 1.8867924528%;
        width: 66.0377358491%; }
        section#main_content > div > div > article:last-child, section#custom_content > div > div > article:last-child, section#performance_first > div > div > article:last-child, section#performance_second > div > div > article:last-child, section#performance_third > div > div > article:last-child, section#performance_forth > div > div > article:last-child, section#performance_fifth > div > div > article:last-child {
          margin-right: 0; }
        @media screen and (max-width: 790px) {
          section#main_content > div > div > article, section#custom_content > div > div > article, section#performance_first > div > div > article, section#performance_second > div > div > article, section#performance_third > div > div > article, section#performance_forth > div > div > article, section#performance_fifth > div > div > article {
            float: left;
            display: block;
            margin-right: 1.8867924528%;
            width: 100%;
            margin-left: 0%; }
            section#main_content > div > div > article:last-child, section#custom_content > div > div > article:last-child, section#performance_first > div > div > article:last-child, section#performance_second > div > div > article:last-child, section#performance_third > div > div > article:last-child, section#performance_forth > div > div > article:last-child, section#performance_fifth > div > div > article:last-child {
              margin-right: 0; } }
      section#main_content > div > div > aside, section#custom_content > div > div > aside, section#performance_first > div > div > aside, section#performance_second > div > div > aside, section#performance_third > div > div > aside, section#performance_forth > div > div > aside, section#performance_fifth > div > div > aside {
        float: left;
        display: block;
        margin-right: 1.8867924528%;
        width: 27.8301886792%;
        margin-left: 4.2452830189%; }
        section#main_content > div > div > aside:last-child, section#custom_content > div > div > aside:last-child, section#performance_first > div > div > aside:last-child, section#performance_second > div > div > aside:last-child, section#performance_third > div > div > aside:last-child, section#performance_forth > div > div > aside:last-child, section#performance_fifth > div > div > aside:last-child {
          margin-right: 0; }
        @media screen and (max-width: 790px) {
          section#main_content > div > div > aside, section#custom_content > div > div > aside, section#performance_first > div > div > aside, section#performance_second > div > div > aside, section#performance_third > div > div > aside, section#performance_forth > div > div > aside, section#performance_fifth > div > div > aside {
            float: left;
            display: block;
            margin-right: 1.8867924528%;
            width: 100%;
            margin-left: 0%; }
            section#main_content > div > div > aside:last-child, section#custom_content > div > div > aside:last-child, section#performance_first > div > div > aside:last-child, section#performance_second > div > div > aside:last-child, section#performance_third > div > div > aside:last-child, section#performance_forth > div > div > aside:last-child, section#performance_fifth > div > div > aside:last-child {
              margin-right: 0; } }
      section#main_content > div > div > article.full_width, section#custom_content > div > div > article.full_width, section#performance_first > div > div > article.full_width, section#performance_second > div > div > article.full_width, section#performance_third > div > div > article.full_width, section#performance_forth > div > div > article.full_width, section#performance_fifth > div > div > article.full_width {
        float: left;
        display: block;
        margin-right: 1.8867924528%;
        width: 100%; }
        section#main_content > div > div > article.full_width:last-child, section#custom_content > div > div > article.full_width:last-child, section#performance_first > div > div > article.full_width:last-child, section#performance_second > div > div > article.full_width:last-child, section#performance_third > div > div > article.full_width:last-child, section#performance_forth > div > div > article.full_width:last-child, section#performance_fifth > div > div > article.full_width:last-child {
          margin-right: 0; }
        @media screen and (max-width: 790px) {
          section#main_content > div > div > article.full_width, section#custom_content > div > div > article.full_width, section#performance_first > div > div > article.full_width, section#performance_second > div > div > article.full_width, section#performance_third > div > div > article.full_width, section#performance_forth > div > div > article.full_width, section#performance_fifth > div > div > article.full_width {
            float: left;
            display: block;
            margin-right: 1.8867924528%;
            width: 100%;
            margin-left: 0%; }
            section#main_content > div > div > article.full_width:last-child, section#custom_content > div > div > article.full_width:last-child, section#performance_first > div > div > article.full_width:last-child, section#performance_second > div > div > article.full_width:last-child, section#performance_third > div > div > article.full_width:last-child, section#performance_forth > div > div > article.full_width:last-child, section#performance_fifth > div > div > article.full_width:last-child {
              margin-right: 0; } }

section#custom_content > div > div > aside, section#performance_first > div > div > aside, section#performance_second > div > div > aside, section#performance_third > div > div > aside, section#performance_forth > div > div > aside, section#performance_fifth > div > div > aside {
  float: left;
  display: block;
  margin-right: 1.8867924528%;
  width: 32.0754716981%;
  margin-left: 0%; }
  section#custom_content > div > div > aside:last-child, section#performance_first > div > div > aside:last-child, section#performance_second > div > div > aside:last-child, section#performance_third > div > div > aside:last-child, section#performance_forth > div > div > aside:last-child, section#performance_fifth > div > div > aside:last-child {
    margin-right: 0; }
  @media screen and (max-width: 790px) {
    section#custom_content > div > div > aside, section#performance_first > div > div > aside, section#performance_second > div > div > aside, section#performance_third > div > div > aside, section#performance_forth > div > div > aside, section#performance_fifth > div > div > aside {
      float: left;
      display: block;
      margin-right: 1.8867924528%;
      width: 100%; }
      section#custom_content > div > div > aside:last-child, section#performance_first > div > div > aside:last-child, section#performance_second > div > div > aside:last-child, section#performance_third > div > div > aside:last-child, section#performance_forth > div > div > aside:last-child, section#performance_fifth > div > div > aside:last-child {
        margin-right: 0; } }

section#custom_content > div > div section#layout_1 > article, section#custom_content > div > div section.layout_1 > article, section#performance_first > div > div section#layout_1 > article, section#performance_first > div > div section.layout_1 > article, section#performance_second > div > div section#layout_1 > article, section#performance_second > div > div section.layout_1 > article, section#performance_third > div > div section#layout_1 > article, section#performance_third > div > div section.layout_1 > article, section#performance_forth > div > div section#layout_1 > article, section#performance_forth > div > div section.layout_1 > article, section#performance_fifth > div > div section#layout_1 > article, section#performance_fifth > div > div section.layout_1 > article {
  float: left;
  display: block;
  margin-right: 1.8867924528%;
  width: 100%; }
  section#custom_content > div > div section#layout_1 > article:last-child, section#custom_content > div > div section.layout_1 > article:last-child, section#performance_first > div > div section#layout_1 > article:last-child, section#performance_first > div > div section.layout_1 > article:last-child, section#performance_second > div > div section#layout_1 > article:last-child, section#performance_second > div > div section.layout_1 > article:last-child, section#performance_third > div > div section#layout_1 > article:last-child, section#performance_third > div > div section.layout_1 > article:last-child, section#performance_forth > div > div section#layout_1 > article:last-child, section#performance_forth > div > div section.layout_1 > article:last-child, section#performance_fifth > div > div section#layout_1 > article:last-child, section#performance_fifth > div > div section.layout_1 > article:last-child {
    margin-right: 0; }
  @media screen and (max-width: 790px) {
    section#custom_content > div > div section#layout_1 > article, section#custom_content > div > div section.layout_1 > article, section#performance_first > div > div section#layout_1 > article, section#performance_first > div > div section.layout_1 > article, section#performance_second > div > div section#layout_1 > article, section#performance_second > div > div section.layout_1 > article, section#performance_third > div > div section#layout_1 > article, section#performance_third > div > div section.layout_1 > article, section#performance_forth > div > div section#layout_1 > article, section#performance_forth > div > div section.layout_1 > article, section#performance_fifth > div > div section#layout_1 > article, section#performance_fifth > div > div section.layout_1 > article {
      float: left;
      display: block;
      margin-right: 1.8867924528%;
      width: 100%;
      margin-left: 0%; }
      section#custom_content > div > div section#layout_1 > article:last-child, section#custom_content > div > div section.layout_1 > article:last-child, section#performance_first > div > div section#layout_1 > article:last-child, section#performance_first > div > div section.layout_1 > article:last-child, section#performance_second > div > div section#layout_1 > article:last-child, section#performance_second > div > div section.layout_1 > article:last-child, section#performance_third > div > div section#layout_1 > article:last-child, section#performance_third > div > div section.layout_1 > article:last-child, section#performance_forth > div > div section#layout_1 > article:last-child, section#performance_forth > div > div section.layout_1 > article:last-child, section#performance_fifth > div > div section#layout_1 > article:last-child, section#performance_fifth > div > div section.layout_1 > article:last-child {
        margin-right: 0; } }

section#custom_content > div > div section#layout_2 > article, section#custom_content > div > div section.layout_2 > article, section#performance_first > div > div section#layout_2 > article, section#performance_first > div > div section.layout_2 > article, section#performance_second > div > div section#layout_2 > article, section#performance_second > div > div section.layout_2 > article, section#performance_third > div > div section#layout_2 > article, section#performance_third > div > div section.layout_2 > article, section#performance_forth > div > div section#layout_2 > article, section#performance_forth > div > div section.layout_2 > article, section#performance_fifth > div > div section#layout_2 > article, section#performance_fifth > div > div section.layout_2 > article {
  float: left;
  display: block;
  margin-right: 1.8867924528%;
  width: 49.0566037736%; }
  section#custom_content > div > div section#layout_2 > article:last-child, section#custom_content > div > div section.layout_2 > article:last-child, section#performance_first > div > div section#layout_2 > article:last-child, section#performance_first > div > div section.layout_2 > article:last-child, section#performance_second > div > div section#layout_2 > article:last-child, section#performance_second > div > div section.layout_2 > article:last-child, section#performance_third > div > div section#layout_2 > article:last-child, section#performance_third > div > div section.layout_2 > article:last-child, section#performance_forth > div > div section#layout_2 > article:last-child, section#performance_forth > div > div section.layout_2 > article:last-child, section#performance_fifth > div > div section#layout_2 > article:last-child, section#performance_fifth > div > div section.layout_2 > article:last-child {
    margin-right: 0; }
  @media screen and (max-width: 790px) {
    section#custom_content > div > div section#layout_2 > article, section#custom_content > div > div section.layout_2 > article, section#performance_first > div > div section#layout_2 > article, section#performance_first > div > div section.layout_2 > article, section#performance_second > div > div section#layout_2 > article, section#performance_second > div > div section.layout_2 > article, section#performance_third > div > div section#layout_2 > article, section#performance_third > div > div section.layout_2 > article, section#performance_forth > div > div section#layout_2 > article, section#performance_forth > div > div section.layout_2 > article, section#performance_fifth > div > div section#layout_2 > article, section#performance_fifth > div > div section.layout_2 > article {
      float: left;
      display: block;
      margin-right: 1.8867924528%;
      width: 100%;
      margin-left: 0%; }
      section#custom_content > div > div section#layout_2 > article:last-child, section#custom_content > div > div section.layout_2 > article:last-child, section#performance_first > div > div section#layout_2 > article:last-child, section#performance_first > div > div section.layout_2 > article:last-child, section#performance_second > div > div section#layout_2 > article:last-child, section#performance_second > div > div section.layout_2 > article:last-child, section#performance_third > div > div section#layout_2 > article:last-child, section#performance_third > div > div section.layout_2 > article:last-child, section#performance_forth > div > div section#layout_2 > article:last-child, section#performance_forth > div > div section.layout_2 > article:last-child, section#performance_fifth > div > div section#layout_2 > article:last-child, section#performance_fifth > div > div section.layout_2 > article:last-child {
        margin-right: 0; } }

section#custom_content > div > div section#layout_3 > article, section#custom_content > div > div section.layout_3 > article, section#performance_first > div > div section#layout_3 > article, section#performance_first > div > div section.layout_3 > article, section#performance_second > div > div section#layout_3 > article, section#performance_second > div > div section.layout_3 > article, section#performance_third > div > div section#layout_3 > article, section#performance_third > div > div section.layout_3 > article, section#performance_forth > div > div section#layout_3 > article, section#performance_forth > div > div section.layout_3 > article, section#performance_fifth > div > div section#layout_3 > article, section#performance_fifth > div > div section.layout_3 > article {
  float: left;
  display: block;
  margin-right: 1.8867924528%;
  width: 32.0754716981%; }
  section#custom_content > div > div section#layout_3 > article:last-child, section#custom_content > div > div section.layout_3 > article:last-child, section#performance_first > div > div section#layout_3 > article:last-child, section#performance_first > div > div section.layout_3 > article:last-child, section#performance_second > div > div section#layout_3 > article:last-child, section#performance_second > div > div section.layout_3 > article:last-child, section#performance_third > div > div section#layout_3 > article:last-child, section#performance_third > div > div section.layout_3 > article:last-child, section#performance_forth > div > div section#layout_3 > article:last-child, section#performance_forth > div > div section.layout_3 > article:last-child, section#performance_fifth > div > div section#layout_3 > article:last-child, section#performance_fifth > div > div section.layout_3 > article:last-child {
    margin-right: 0; }
  @media screen and (max-width: 790px) {
    section#custom_content > div > div section#layout_3 > article, section#custom_content > div > div section.layout_3 > article, section#performance_first > div > div section#layout_3 > article, section#performance_first > div > div section.layout_3 > article, section#performance_second > div > div section#layout_3 > article, section#performance_second > div > div section.layout_3 > article, section#performance_third > div > div section#layout_3 > article, section#performance_third > div > div section.layout_3 > article, section#performance_forth > div > div section#layout_3 > article, section#performance_forth > div > div section.layout_3 > article, section#performance_fifth > div > div section#layout_3 > article, section#performance_fifth > div > div section.layout_3 > article {
      float: left;
      display: block;
      margin-right: 1.8867924528%;
      width: 100%;
      margin-left: 0%; }
      section#custom_content > div > div section#layout_3 > article:last-child, section#custom_content > div > div section.layout_3 > article:last-child, section#performance_first > div > div section#layout_3 > article:last-child, section#performance_first > div > div section.layout_3 > article:last-child, section#performance_second > div > div section#layout_3 > article:last-child, section#performance_second > div > div section.layout_3 > article:last-child, section#performance_third > div > div section#layout_3 > article:last-child, section#performance_third > div > div section.layout_3 > article:last-child, section#performance_forth > div > div section#layout_3 > article:last-child, section#performance_forth > div > div section.layout_3 > article:last-child, section#performance_fifth > div > div section#layout_3 > article:last-child, section#performance_fifth > div > div section.layout_3 > article:last-child {
        margin-right: 0; } }

section#custom_content > div > div section#layout_4 > article, section#custom_content > div > div section.layout_4 > article, section#performance_first > div > div section#layout_4 > article, section#performance_first > div > div section.layout_4 > article, section#performance_second > div > div section#layout_4 > article, section#performance_second > div > div section.layout_4 > article, section#performance_third > div > div section#layout_4 > article, section#performance_third > div > div section.layout_4 > article, section#performance_forth > div > div section#layout_4 > article, section#performance_forth > div > div section.layout_4 > article, section#performance_fifth > div > div section#layout_4 > article, section#performance_fifth > div > div section.layout_4 > article {
  float: left;
  display: block;
  margin-right: 1.8867924528%;
  width: 23.5849056604%; }
  section#custom_content > div > div section#layout_4 > article:last-child, section#custom_content > div > div section.layout_4 > article:last-child, section#performance_first > div > div section#layout_4 > article:last-child, section#performance_first > div > div section.layout_4 > article:last-child, section#performance_second > div > div section#layout_4 > article:last-child, section#performance_second > div > div section.layout_4 > article:last-child, section#performance_third > div > div section#layout_4 > article:last-child, section#performance_third > div > div section.layout_4 > article:last-child, section#performance_forth > div > div section#layout_4 > article:last-child, section#performance_forth > div > div section.layout_4 > article:last-child, section#performance_fifth > div > div section#layout_4 > article:last-child, section#performance_fifth > div > div section.layout_4 > article:last-child {
    margin-right: 0; }
  @media screen and (max-width: 790px) {
    section#custom_content > div > div section#layout_4 > article, section#custom_content > div > div section.layout_4 > article, section#performance_first > div > div section#layout_4 > article, section#performance_first > div > div section.layout_4 > article, section#performance_second > div > div section#layout_4 > article, section#performance_second > div > div section.layout_4 > article, section#performance_third > div > div section#layout_4 > article, section#performance_third > div > div section.layout_4 > article, section#performance_forth > div > div section#layout_4 > article, section#performance_forth > div > div section.layout_4 > article, section#performance_fifth > div > div section#layout_4 > article, section#performance_fifth > div > div section.layout_4 > article {
      float: left;
      display: block;
      margin-right: 1.8867924528%;
      width: 100%;
      margin-left: 0%; }
      section#custom_content > div > div section#layout_4 > article:last-child, section#custom_content > div > div section.layout_4 > article:last-child, section#performance_first > div > div section#layout_4 > article:last-child, section#performance_first > div > div section.layout_4 > article:last-child, section#performance_second > div > div section#layout_4 > article:last-child, section#performance_second > div > div section.layout_4 > article:last-child, section#performance_third > div > div section#layout_4 > article:last-child, section#performance_third > div > div section.layout_4 > article:last-child, section#performance_forth > div > div section#layout_4 > article:last-child, section#performance_forth > div > div section.layout_4 > article:last-child, section#performance_fifth > div > div section#layout_4 > article:last-child, section#performance_fifth > div > div section.layout_4 > article:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 790px) {
    section#custom_content > div > div section#layout_4 > article, section#custom_content > div > div section.layout_4 > article, section#performance_first > div > div section#layout_4 > article, section#performance_first > div > div section.layout_4 > article, section#performance_second > div > div section#layout_4 > article, section#performance_second > div > div section.layout_4 > article, section#performance_third > div > div section#layout_4 > article, section#performance_third > div > div section.layout_4 > article, section#performance_forth > div > div section#layout_4 > article, section#performance_forth > div > div section.layout_4 > article, section#performance_fifth > div > div section#layout_4 > article, section#performance_fifth > div > div section.layout_4 > article {
      float: left;
      display: block;
      margin-right: 1.8867924528%;
      width: 49.0566037736%;
      margin-bottom: 20px; }
      section#custom_content > div > div section#layout_4 > article:last-child, section#custom_content > div > div section.layout_4 > article:last-child, section#performance_first > div > div section#layout_4 > article:last-child, section#performance_first > div > div section.layout_4 > article:last-child, section#performance_second > div > div section#layout_4 > article:last-child, section#performance_second > div > div section.layout_4 > article:last-child, section#performance_third > div > div section#layout_4 > article:last-child, section#performance_third > div > div section.layout_4 > article:last-child, section#performance_forth > div > div section#layout_4 > article:last-child, section#performance_forth > div > div section.layout_4 > article:last-child, section#performance_fifth > div > div section#layout_4 > article:last-child, section#performance_fifth > div > div section.layout_4 > article:last-child {
        margin-right: 0; }
      section#custom_content > div > div section#layout_4 > article:nth-child(2n), section#custom_content > div > div section.layout_4 > article:nth-child(2n), section#performance_first > div > div section#layout_4 > article:nth-child(2n), section#performance_first > div > div section.layout_4 > article:nth-child(2n), section#performance_second > div > div section#layout_4 > article:nth-child(2n), section#performance_second > div > div section.layout_4 > article:nth-child(2n), section#performance_third > div > div section#layout_4 > article:nth-child(2n), section#performance_third > div > div section.layout_4 > article:nth-child(2n), section#performance_forth > div > div section#layout_4 > article:nth-child(2n), section#performance_forth > div > div section.layout_4 > article:nth-child(2n), section#performance_fifth > div > div section#layout_4 > article:nth-child(2n), section#performance_fifth > div > div section.layout_4 > article:nth-child(2n) {
        margin-right: 0; }
      section#custom_content > div > div section#layout_4 > article:nth-child(2n+1), section#custom_content > div > div section.layout_4 > article:nth-child(2n+1), section#performance_first > div > div section#layout_4 > article:nth-child(2n+1), section#performance_first > div > div section.layout_4 > article:nth-child(2n+1), section#performance_second > div > div section#layout_4 > article:nth-child(2n+1), section#performance_second > div > div section.layout_4 > article:nth-child(2n+1), section#performance_third > div > div section#layout_4 > article:nth-child(2n+1), section#performance_third > div > div section.layout_4 > article:nth-child(2n+1), section#performance_forth > div > div section#layout_4 > article:nth-child(2n+1), section#performance_forth > div > div section.layout_4 > article:nth-child(2n+1), section#performance_fifth > div > div section#layout_4 > article:nth-child(2n+1), section#performance_fifth > div > div section.layout_4 > article:nth-child(2n+1) {
        clear: left; } }
  @media screen and (max-width: 500px) {
    section#custom_content > div > div section#layout_4 > article, section#custom_content > div > div section.layout_4 > article, section#performance_first > div > div section#layout_4 > article, section#performance_first > div > div section.layout_4 > article, section#performance_second > div > div section#layout_4 > article, section#performance_second > div > div section.layout_4 > article, section#performance_third > div > div section#layout_4 > article, section#performance_third > div > div section.layout_4 > article, section#performance_forth > div > div section#layout_4 > article, section#performance_forth > div > div section.layout_4 > article, section#performance_fifth > div > div section#layout_4 > article, section#performance_fifth > div > div section.layout_4 > article {
      float: left;
      display: block;
      margin-right: 1.8867924528%;
      width: 100%;
      margin-bottom: 20px; }
      section#custom_content > div > div section#layout_4 > article:last-child, section#custom_content > div > div section.layout_4 > article:last-child, section#performance_first > div > div section#layout_4 > article:last-child, section#performance_first > div > div section.layout_4 > article:last-child, section#performance_second > div > div section#layout_4 > article:last-child, section#performance_second > div > div section.layout_4 > article:last-child, section#performance_third > div > div section#layout_4 > article:last-child, section#performance_third > div > div section.layout_4 > article:last-child, section#performance_forth > div > div section#layout_4 > article:last-child, section#performance_forth > div > div section.layout_4 > article:last-child, section#performance_fifth > div > div section#layout_4 > article:last-child, section#performance_fifth > div > div section.layout_4 > article:last-child {
        margin-right: 0; }
      section#custom_content > div > div section#layout_4 > article:nth-child(2n), section#custom_content > div > div section.layout_4 > article:nth-child(2n), section#performance_first > div > div section#layout_4 > article:nth-child(2n), section#performance_first > div > div section.layout_4 > article:nth-child(2n), section#performance_second > div > div section#layout_4 > article:nth-child(2n), section#performance_second > div > div section.layout_4 > article:nth-child(2n), section#performance_third > div > div section#layout_4 > article:nth-child(2n), section#performance_third > div > div section.layout_4 > article:nth-child(2n), section#performance_forth > div > div section#layout_4 > article:nth-child(2n), section#performance_forth > div > div section.layout_4 > article:nth-child(2n), section#performance_fifth > div > div section#layout_4 > article:nth-child(2n), section#performance_fifth > div > div section.layout_4 > article:nth-child(2n) {
        margin-right: 0; }
      section#custom_content > div > div section#layout_4 > article:nth-child(2n+1), section#custom_content > div > div section.layout_4 > article:nth-child(2n+1), section#performance_first > div > div section#layout_4 > article:nth-child(2n+1), section#performance_first > div > div section.layout_4 > article:nth-child(2n+1), section#performance_second > div > div section#layout_4 > article:nth-child(2n+1), section#performance_second > div > div section.layout_4 > article:nth-child(2n+1), section#performance_third > div > div section#layout_4 > article:nth-child(2n+1), section#performance_third > div > div section.layout_4 > article:nth-child(2n+1), section#performance_forth > div > div section#layout_4 > article:nth-child(2n+1), section#performance_forth > div > div section.layout_4 > article:nth-child(2n+1), section#performance_fifth > div > div section#layout_4 > article:nth-child(2n+1), section#performance_fifth > div > div section.layout_4 > article:nth-child(2n+1) {
        clear: left; } }

section#custom_content > div > div section#layout_5 > article, section#custom_content > div > div section.layout_5 > article, section#performance_first > div > div section#layout_5 > article, section#performance_first > div > div section.layout_5 > article, section#performance_second > div > div section#layout_5 > article, section#performance_second > div > div section.layout_5 > article, section#performance_third > div > div section#layout_5 > article, section#performance_third > div > div section.layout_5 > article, section#performance_forth > div > div section#layout_5 > article, section#performance_forth > div > div section.layout_5 > article, section#performance_fifth > div > div section#layout_5 > article, section#performance_fifth > div > div section.layout_5 > article {
  float: left;
  display: block;
  margin-right: 1.8867924528%;
  width: 18.4905660377%; }
  section#custom_content > div > div section#layout_5 > article:last-child, section#custom_content > div > div section.layout_5 > article:last-child, section#performance_first > div > div section#layout_5 > article:last-child, section#performance_first > div > div section.layout_5 > article:last-child, section#performance_second > div > div section#layout_5 > article:last-child, section#performance_second > div > div section.layout_5 > article:last-child, section#performance_third > div > div section#layout_5 > article:last-child, section#performance_third > div > div section.layout_5 > article:last-child, section#performance_forth > div > div section#layout_5 > article:last-child, section#performance_forth > div > div section.layout_5 > article:last-child, section#performance_fifth > div > div section#layout_5 > article:last-child, section#performance_fifth > div > div section.layout_5 > article:last-child {
    margin-right: 0; }
  @media screen and (max-width: 790px) {
    section#custom_content > div > div section#layout_5 > article, section#custom_content > div > div section.layout_5 > article, section#performance_first > div > div section#layout_5 > article, section#performance_first > div > div section.layout_5 > article, section#performance_second > div > div section#layout_5 > article, section#performance_second > div > div section.layout_5 > article, section#performance_third > div > div section#layout_5 > article, section#performance_third > div > div section.layout_5 > article, section#performance_forth > div > div section#layout_5 > article, section#performance_forth > div > div section.layout_5 > article, section#performance_fifth > div > div section#layout_5 > article, section#performance_fifth > div > div section.layout_5 > article {
      float: left;
      display: block;
      margin-right: 1.8867924528%;
      width: 100%;
      margin-left: 0%; }
      section#custom_content > div > div section#layout_5 > article:last-child, section#custom_content > div > div section.layout_5 > article:last-child, section#performance_first > div > div section#layout_5 > article:last-child, section#performance_first > div > div section.layout_5 > article:last-child, section#performance_second > div > div section#layout_5 > article:last-child, section#performance_second > div > div section.layout_5 > article:last-child, section#performance_third > div > div section#layout_5 > article:last-child, section#performance_third > div > div section.layout_5 > article:last-child, section#performance_forth > div > div section#layout_5 > article:last-child, section#performance_forth > div > div section.layout_5 > article:last-child, section#performance_fifth > div > div section#layout_5 > article:last-child, section#performance_fifth > div > div section.layout_5 > article:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 1100px) {
    section#custom_content > div > div section#layout_5 > article, section#custom_content > div > div section.layout_5 > article, section#performance_first > div > div section#layout_5 > article, section#performance_first > div > div section.layout_5 > article, section#performance_second > div > div section#layout_5 > article, section#performance_second > div > div section.layout_5 > article, section#performance_third > div > div section#layout_5 > article, section#performance_third > div > div section.layout_5 > article, section#performance_forth > div > div section#layout_5 > article, section#performance_forth > div > div section.layout_5 > article, section#performance_fifth > div > div section#layout_5 > article, section#performance_fifth > div > div section.layout_5 > article {
      float: left;
      display: block;
      margin-right: 1.8867924528%;
      width: 23.5849056604%;
      margin-bottom: 20px; }
      section#custom_content > div > div section#layout_5 > article:last-child, section#custom_content > div > div section.layout_5 > article:last-child, section#performance_first > div > div section#layout_5 > article:last-child, section#performance_first > div > div section.layout_5 > article:last-child, section#performance_second > div > div section#layout_5 > article:last-child, section#performance_second > div > div section.layout_5 > article:last-child, section#performance_third > div > div section#layout_5 > article:last-child, section#performance_third > div > div section.layout_5 > article:last-child, section#performance_forth > div > div section#layout_5 > article:last-child, section#performance_forth > div > div section.layout_5 > article:last-child, section#performance_fifth > div > div section#layout_5 > article:last-child, section#performance_fifth > div > div section.layout_5 > article:last-child {
        margin-right: 0; }
      section#custom_content > div > div section#layout_5 > article:nth-child(4n), section#custom_content > div > div section.layout_5 > article:nth-child(4n), section#performance_first > div > div section#layout_5 > article:nth-child(4n), section#performance_first > div > div section.layout_5 > article:nth-child(4n), section#performance_second > div > div section#layout_5 > article:nth-child(4n), section#performance_second > div > div section.layout_5 > article:nth-child(4n), section#performance_third > div > div section#layout_5 > article:nth-child(4n), section#performance_third > div > div section.layout_5 > article:nth-child(4n), section#performance_forth > div > div section#layout_5 > article:nth-child(4n), section#performance_forth > div > div section.layout_5 > article:nth-child(4n), section#performance_fifth > div > div section#layout_5 > article:nth-child(4n), section#performance_fifth > div > div section.layout_5 > article:nth-child(4n) {
        margin-right: 0; }
      section#custom_content > div > div section#layout_5 > article:nth-child(4n+1), section#custom_content > div > div section.layout_5 > article:nth-child(4n+1), section#performance_first > div > div section#layout_5 > article:nth-child(4n+1), section#performance_first > div > div section.layout_5 > article:nth-child(4n+1), section#performance_second > div > div section#layout_5 > article:nth-child(4n+1), section#performance_second > div > div section.layout_5 > article:nth-child(4n+1), section#performance_third > div > div section#layout_5 > article:nth-child(4n+1), section#performance_third > div > div section.layout_5 > article:nth-child(4n+1), section#performance_forth > div > div section#layout_5 > article:nth-child(4n+1), section#performance_forth > div > div section.layout_5 > article:nth-child(4n+1), section#performance_fifth > div > div section#layout_5 > article:nth-child(4n+1), section#performance_fifth > div > div section.layout_5 > article:nth-child(4n+1) {
        clear: left; } }
  @media screen and (max-width: 980px) {
    section#custom_content > div > div section#layout_5 > article, section#custom_content > div > div section.layout_5 > article, section#performance_first > div > div section#layout_5 > article, section#performance_first > div > div section.layout_5 > article, section#performance_second > div > div section#layout_5 > article, section#performance_second > div > div section.layout_5 > article, section#performance_third > div > div section#layout_5 > article, section#performance_third > div > div section.layout_5 > article, section#performance_forth > div > div section#layout_5 > article, section#performance_forth > div > div section.layout_5 > article, section#performance_fifth > div > div section#layout_5 > article, section#performance_fifth > div > div section.layout_5 > article {
      float: left;
      display: block;
      margin-right: 1.8867924528%;
      width: 32.0754716981%;
      margin-bottom: 20px; }
      section#custom_content > div > div section#layout_5 > article:nth-child(4n), section#custom_content > div > div section.layout_5 > article:nth-child(4n), section#performance_first > div > div section#layout_5 > article:nth-child(4n), section#performance_first > div > div section.layout_5 > article:nth-child(4n), section#performance_second > div > div section#layout_5 > article:nth-child(4n), section#performance_second > div > div section.layout_5 > article:nth-child(4n), section#performance_third > div > div section#layout_5 > article:nth-child(4n), section#performance_third > div > div section.layout_5 > article:nth-child(4n), section#performance_forth > div > div section#layout_5 > article:nth-child(4n), section#performance_forth > div > div section.layout_5 > article:nth-child(4n), section#performance_fifth > div > div section#layout_5 > article:nth-child(4n), section#performance_fifth > div > div section.layout_5 > article:nth-child(4n) {
        margin-right: 1.8867924528%; }
      section#custom_content > div > div section#layout_5 > article:nth-child(4n+1), section#custom_content > div > div section.layout_5 > article:nth-child(4n+1), section#performance_first > div > div section#layout_5 > article:nth-child(4n+1), section#performance_first > div > div section.layout_5 > article:nth-child(4n+1), section#performance_second > div > div section#layout_5 > article:nth-child(4n+1), section#performance_second > div > div section.layout_5 > article:nth-child(4n+1), section#performance_third > div > div section#layout_5 > article:nth-child(4n+1), section#performance_third > div > div section.layout_5 > article:nth-child(4n+1), section#performance_forth > div > div section#layout_5 > article:nth-child(4n+1), section#performance_forth > div > div section.layout_5 > article:nth-child(4n+1), section#performance_fifth > div > div section#layout_5 > article:nth-child(4n+1), section#performance_fifth > div > div section.layout_5 > article:nth-child(4n+1) {
        clear: none; }
      section#custom_content > div > div section#layout_5 > article:last-child, section#custom_content > div > div section.layout_5 > article:last-child, section#performance_first > div > div section#layout_5 > article:last-child, section#performance_first > div > div section.layout_5 > article:last-child, section#performance_second > div > div section#layout_5 > article:last-child, section#performance_second > div > div section.layout_5 > article:last-child, section#performance_third > div > div section#layout_5 > article:last-child, section#performance_third > div > div section.layout_5 > article:last-child, section#performance_forth > div > div section#layout_5 > article:last-child, section#performance_forth > div > div section.layout_5 > article:last-child, section#performance_fifth > div > div section#layout_5 > article:last-child, section#performance_fifth > div > div section.layout_5 > article:last-child {
        margin-right: 0; }
      section#custom_content > div > div section#layout_5 > article:nth-child(3n), section#custom_content > div > div section.layout_5 > article:nth-child(3n), section#performance_first > div > div section#layout_5 > article:nth-child(3n), section#performance_first > div > div section.layout_5 > article:nth-child(3n), section#performance_second > div > div section#layout_5 > article:nth-child(3n), section#performance_second > div > div section.layout_5 > article:nth-child(3n), section#performance_third > div > div section#layout_5 > article:nth-child(3n), section#performance_third > div > div section.layout_5 > article:nth-child(3n), section#performance_forth > div > div section#layout_5 > article:nth-child(3n), section#performance_forth > div > div section.layout_5 > article:nth-child(3n), section#performance_fifth > div > div section#layout_5 > article:nth-child(3n), section#performance_fifth > div > div section.layout_5 > article:nth-child(3n) {
        margin-right: 0; }
      section#custom_content > div > div section#layout_5 > article:nth-child(3n+1), section#custom_content > div > div section.layout_5 > article:nth-child(3n+1), section#performance_first > div > div section#layout_5 > article:nth-child(3n+1), section#performance_first > div > div section.layout_5 > article:nth-child(3n+1), section#performance_second > div > div section#layout_5 > article:nth-child(3n+1), section#performance_second > div > div section.layout_5 > article:nth-child(3n+1), section#performance_third > div > div section#layout_5 > article:nth-child(3n+1), section#performance_third > div > div section.layout_5 > article:nth-child(3n+1), section#performance_forth > div > div section#layout_5 > article:nth-child(3n+1), section#performance_forth > div > div section.layout_5 > article:nth-child(3n+1), section#performance_fifth > div > div section#layout_5 > article:nth-child(3n+1), section#performance_fifth > div > div section.layout_5 > article:nth-child(3n+1) {
        clear: left; } }
  @media screen and (max-width: 790px) {
    section#custom_content > div > div section#layout_5 > article, section#custom_content > div > div section.layout_5 > article, section#performance_first > div > div section#layout_5 > article, section#performance_first > div > div section.layout_5 > article, section#performance_second > div > div section#layout_5 > article, section#performance_second > div > div section.layout_5 > article, section#performance_third > div > div section#layout_5 > article, section#performance_third > div > div section.layout_5 > article, section#performance_forth > div > div section#layout_5 > article, section#performance_forth > div > div section.layout_5 > article, section#performance_fifth > div > div section#layout_5 > article, section#performance_fifth > div > div section.layout_5 > article {
      float: left;
      display: block;
      margin-right: 1.8867924528%;
      width: 49.0566037736%;
      margin-bottom: 20px; }
      section#custom_content > div > div section#layout_5 > article:nth-child(3n), section#custom_content > div > div section.layout_5 > article:nth-child(3n), section#performance_first > div > div section#layout_5 > article:nth-child(3n), section#performance_first > div > div section.layout_5 > article:nth-child(3n), section#performance_second > div > div section#layout_5 > article:nth-child(3n), section#performance_second > div > div section.layout_5 > article:nth-child(3n), section#performance_third > div > div section#layout_5 > article:nth-child(3n), section#performance_third > div > div section.layout_5 > article:nth-child(3n), section#performance_forth > div > div section#layout_5 > article:nth-child(3n), section#performance_forth > div > div section.layout_5 > article:nth-child(3n), section#performance_fifth > div > div section#layout_5 > article:nth-child(3n), section#performance_fifth > div > div section.layout_5 > article:nth-child(3n) {
        margin-right: 1.8867924528%; }
      section#custom_content > div > div section#layout_5 > article:nth-child(3n+1), section#custom_content > div > div section.layout_5 > article:nth-child(3n+1), section#performance_first > div > div section#layout_5 > article:nth-child(3n+1), section#performance_first > div > div section.layout_5 > article:nth-child(3n+1), section#performance_second > div > div section#layout_5 > article:nth-child(3n+1), section#performance_second > div > div section.layout_5 > article:nth-child(3n+1), section#performance_third > div > div section#layout_5 > article:nth-child(3n+1), section#performance_third > div > div section.layout_5 > article:nth-child(3n+1), section#performance_forth > div > div section#layout_5 > article:nth-child(3n+1), section#performance_forth > div > div section.layout_5 > article:nth-child(3n+1), section#performance_fifth > div > div section#layout_5 > article:nth-child(3n+1), section#performance_fifth > div > div section.layout_5 > article:nth-child(3n+1) {
        clear: none; }
      section#custom_content > div > div section#layout_5 > article:last-child, section#custom_content > div > div section.layout_5 > article:last-child, section#performance_first > div > div section#layout_5 > article:last-child, section#performance_first > div > div section.layout_5 > article:last-child, section#performance_second > div > div section#layout_5 > article:last-child, section#performance_second > div > div section.layout_5 > article:last-child, section#performance_third > div > div section#layout_5 > article:last-child, section#performance_third > div > div section.layout_5 > article:last-child, section#performance_forth > div > div section#layout_5 > article:last-child, section#performance_forth > div > div section.layout_5 > article:last-child, section#performance_fifth > div > div section#layout_5 > article:last-child, section#performance_fifth > div > div section.layout_5 > article:last-child {
        margin-right: 0; }
      section#custom_content > div > div section#layout_5 > article:nth-child(2n), section#custom_content > div > div section.layout_5 > article:nth-child(2n), section#performance_first > div > div section#layout_5 > article:nth-child(2n), section#performance_first > div > div section.layout_5 > article:nth-child(2n), section#performance_second > div > div section#layout_5 > article:nth-child(2n), section#performance_second > div > div section.layout_5 > article:nth-child(2n), section#performance_third > div > div section#layout_5 > article:nth-child(2n), section#performance_third > div > div section.layout_5 > article:nth-child(2n), section#performance_forth > div > div section#layout_5 > article:nth-child(2n), section#performance_forth > div > div section.layout_5 > article:nth-child(2n), section#performance_fifth > div > div section#layout_5 > article:nth-child(2n), section#performance_fifth > div > div section.layout_5 > article:nth-child(2n) {
        margin-right: 0; }
      section#custom_content > div > div section#layout_5 > article:nth-child(2n+1), section#custom_content > div > div section.layout_5 > article:nth-child(2n+1), section#performance_first > div > div section#layout_5 > article:nth-child(2n+1), section#performance_first > div > div section.layout_5 > article:nth-child(2n+1), section#performance_second > div > div section#layout_5 > article:nth-child(2n+1), section#performance_second > div > div section.layout_5 > article:nth-child(2n+1), section#performance_third > div > div section#layout_5 > article:nth-child(2n+1), section#performance_third > div > div section.layout_5 > article:nth-child(2n+1), section#performance_forth > div > div section#layout_5 > article:nth-child(2n+1), section#performance_forth > div > div section.layout_5 > article:nth-child(2n+1), section#performance_fifth > div > div section#layout_5 > article:nth-child(2n+1), section#performance_fifth > div > div section.layout_5 > article:nth-child(2n+1) {
        clear: left; } }
  @media screen and (max-width: 500px) {
    section#custom_content > div > div section#layout_5 > article, section#custom_content > div > div section.layout_5 > article, section#performance_first > div > div section#layout_5 > article, section#performance_first > div > div section.layout_5 > article, section#performance_second > div > div section#layout_5 > article, section#performance_second > div > div section.layout_5 > article, section#performance_third > div > div section#layout_5 > article, section#performance_third > div > div section.layout_5 > article, section#performance_forth > div > div section#layout_5 > article, section#performance_forth > div > div section.layout_5 > article, section#performance_fifth > div > div section#layout_5 > article, section#performance_fifth > div > div section.layout_5 > article {
      float: left;
      display: block;
      margin-right: 1.8867924528%;
      width: 100%;
      margin-bottom: 20px; }
      section#custom_content > div > div section#layout_5 > article:nth-child(2n), section#custom_content > div > div section.layout_5 > article:nth-child(2n), section#performance_first > div > div section#layout_5 > article:nth-child(2n), section#performance_first > div > div section.layout_5 > article:nth-child(2n), section#performance_second > div > div section#layout_5 > article:nth-child(2n), section#performance_second > div > div section.layout_5 > article:nth-child(2n), section#performance_third > div > div section#layout_5 > article:nth-child(2n), section#performance_third > div > div section.layout_5 > article:nth-child(2n), section#performance_forth > div > div section#layout_5 > article:nth-child(2n), section#performance_forth > div > div section.layout_5 > article:nth-child(2n), section#performance_fifth > div > div section#layout_5 > article:nth-child(2n), section#performance_fifth > div > div section.layout_5 > article:nth-child(2n) {
        margin-right: 1.8867924528%; }
      section#custom_content > div > div section#layout_5 > article:nth-child(2n+1), section#custom_content > div > div section.layout_5 > article:nth-child(2n+1), section#performance_first > div > div section#layout_5 > article:nth-child(2n+1), section#performance_first > div > div section.layout_5 > article:nth-child(2n+1), section#performance_second > div > div section#layout_5 > article:nth-child(2n+1), section#performance_second > div > div section.layout_5 > article:nth-child(2n+1), section#performance_third > div > div section#layout_5 > article:nth-child(2n+1), section#performance_third > div > div section.layout_5 > article:nth-child(2n+1), section#performance_forth > div > div section#layout_5 > article:nth-child(2n+1), section#performance_forth > div > div section.layout_5 > article:nth-child(2n+1), section#performance_fifth > div > div section#layout_5 > article:nth-child(2n+1), section#performance_fifth > div > div section.layout_5 > article:nth-child(2n+1) {
        clear: none; }
      section#custom_content > div > div section#layout_5 > article:last-child, section#custom_content > div > div section.layout_5 > article:last-child, section#performance_first > div > div section#layout_5 > article:last-child, section#performance_first > div > div section.layout_5 > article:last-child, section#performance_second > div > div section#layout_5 > article:last-child, section#performance_second > div > div section.layout_5 > article:last-child, section#performance_third > div > div section#layout_5 > article:last-child, section#performance_third > div > div section.layout_5 > article:last-child, section#performance_forth > div > div section#layout_5 > article:last-child, section#performance_forth > div > div section.layout_5 > article:last-child, section#performance_fifth > div > div section#layout_5 > article:last-child, section#performance_fifth > div > div section.layout_5 > article:last-child {
        margin-right: 0; } }

section#custom_content > div > div section#layout_6 > article, section#custom_content > div > div section.layout_6 > article, section#performance_first > div > div section#layout_6 > article, section#performance_first > div > div section.layout_6 > article, section#performance_second > div > div section#layout_6 > article, section#performance_second > div > div section.layout_6 > article, section#performance_third > div > div section#layout_6 > article, section#performance_third > div > div section.layout_6 > article, section#performance_forth > div > div section#layout_6 > article, section#performance_forth > div > div section.layout_6 > article, section#performance_fifth > div > div section#layout_6 > article, section#performance_fifth > div > div section.layout_6 > article {
  float: left;
  display: block;
  margin-right: 1.8867924528%;
  width: 15.0943396226%; }
  section#custom_content > div > div section#layout_6 > article:last-child, section#custom_content > div > div section.layout_6 > article:last-child, section#performance_first > div > div section#layout_6 > article:last-child, section#performance_first > div > div section.layout_6 > article:last-child, section#performance_second > div > div section#layout_6 > article:last-child, section#performance_second > div > div section.layout_6 > article:last-child, section#performance_third > div > div section#layout_6 > article:last-child, section#performance_third > div > div section.layout_6 > article:last-child, section#performance_forth > div > div section#layout_6 > article:last-child, section#performance_forth > div > div section.layout_6 > article:last-child, section#performance_fifth > div > div section#layout_6 > article:last-child, section#performance_fifth > div > div section.layout_6 > article:last-child {
    margin-right: 0; }
  @media screen and (max-width: 790px) {
    section#custom_content > div > div section#layout_6 > article, section#custom_content > div > div section.layout_6 > article, section#performance_first > div > div section#layout_6 > article, section#performance_first > div > div section.layout_6 > article, section#performance_second > div > div section#layout_6 > article, section#performance_second > div > div section.layout_6 > article, section#performance_third > div > div section#layout_6 > article, section#performance_third > div > div section.layout_6 > article, section#performance_forth > div > div section#layout_6 > article, section#performance_forth > div > div section.layout_6 > article, section#performance_fifth > div > div section#layout_6 > article, section#performance_fifth > div > div section.layout_6 > article {
      float: left;
      display: block;
      margin-right: 1.8867924528%;
      width: 100%;
      margin-left: 0%; }
      section#custom_content > div > div section#layout_6 > article:last-child, section#custom_content > div > div section.layout_6 > article:last-child, section#performance_first > div > div section#layout_6 > article:last-child, section#performance_first > div > div section.layout_6 > article:last-child, section#performance_second > div > div section#layout_6 > article:last-child, section#performance_second > div > div section.layout_6 > article:last-child, section#performance_third > div > div section#layout_6 > article:last-child, section#performance_third > div > div section.layout_6 > article:last-child, section#performance_forth > div > div section#layout_6 > article:last-child, section#performance_forth > div > div section.layout_6 > article:last-child, section#performance_fifth > div > div section#layout_6 > article:last-child, section#performance_fifth > div > div section.layout_6 > article:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 1100px) {
    section#custom_content > div > div section#layout_6 > article, section#custom_content > div > div section.layout_6 > article, section#performance_first > div > div section#layout_6 > article, section#performance_first > div > div section.layout_6 > article, section#performance_second > div > div section#layout_6 > article, section#performance_second > div > div section.layout_6 > article, section#performance_third > div > div section#layout_6 > article, section#performance_third > div > div section.layout_6 > article, section#performance_forth > div > div section#layout_6 > article, section#performance_forth > div > div section.layout_6 > article, section#performance_fifth > div > div section#layout_6 > article, section#performance_fifth > div > div section.layout_6 > article {
      float: left;
      display: block;
      margin-right: 1.8867924528%;
      width: 23.5849056604%;
      margin-bottom: 20px; }
      section#custom_content > div > div section#layout_6 > article:last-child, section#custom_content > div > div section.layout_6 > article:last-child, section#performance_first > div > div section#layout_6 > article:last-child, section#performance_first > div > div section.layout_6 > article:last-child, section#performance_second > div > div section#layout_6 > article:last-child, section#performance_second > div > div section.layout_6 > article:last-child, section#performance_third > div > div section#layout_6 > article:last-child, section#performance_third > div > div section.layout_6 > article:last-child, section#performance_forth > div > div section#layout_6 > article:last-child, section#performance_forth > div > div section.layout_6 > article:last-child, section#performance_fifth > div > div section#layout_6 > article:last-child, section#performance_fifth > div > div section.layout_6 > article:last-child {
        margin-right: 0; }
      section#custom_content > div > div section#layout_6 > article:nth-child(4n), section#custom_content > div > div section.layout_6 > article:nth-child(4n), section#performance_first > div > div section#layout_6 > article:nth-child(4n), section#performance_first > div > div section.layout_6 > article:nth-child(4n), section#performance_second > div > div section#layout_6 > article:nth-child(4n), section#performance_second > div > div section.layout_6 > article:nth-child(4n), section#performance_third > div > div section#layout_6 > article:nth-child(4n), section#performance_third > div > div section.layout_6 > article:nth-child(4n), section#performance_forth > div > div section#layout_6 > article:nth-child(4n), section#performance_forth > div > div section.layout_6 > article:nth-child(4n), section#performance_fifth > div > div section#layout_6 > article:nth-child(4n), section#performance_fifth > div > div section.layout_6 > article:nth-child(4n) {
        margin-right: 0; }
      section#custom_content > div > div section#layout_6 > article:nth-child(4n+1), section#custom_content > div > div section.layout_6 > article:nth-child(4n+1), section#performance_first > div > div section#layout_6 > article:nth-child(4n+1), section#performance_first > div > div section.layout_6 > article:nth-child(4n+1), section#performance_second > div > div section#layout_6 > article:nth-child(4n+1), section#performance_second > div > div section.layout_6 > article:nth-child(4n+1), section#performance_third > div > div section#layout_6 > article:nth-child(4n+1), section#performance_third > div > div section.layout_6 > article:nth-child(4n+1), section#performance_forth > div > div section#layout_6 > article:nth-child(4n+1), section#performance_forth > div > div section.layout_6 > article:nth-child(4n+1), section#performance_fifth > div > div section#layout_6 > article:nth-child(4n+1), section#performance_fifth > div > div section.layout_6 > article:nth-child(4n+1) {
        clear: left; } }
  @media screen and (max-width: 980px) {
    section#custom_content > div > div section#layout_6 > article, section#custom_content > div > div section.layout_6 > article, section#performance_first > div > div section#layout_6 > article, section#performance_first > div > div section.layout_6 > article, section#performance_second > div > div section#layout_6 > article, section#performance_second > div > div section.layout_6 > article, section#performance_third > div > div section#layout_6 > article, section#performance_third > div > div section.layout_6 > article, section#performance_forth > div > div section#layout_6 > article, section#performance_forth > div > div section.layout_6 > article, section#performance_fifth > div > div section#layout_6 > article, section#performance_fifth > div > div section.layout_6 > article {
      float: left;
      display: block;
      margin-right: 1.8867924528%;
      width: 32.0754716981%;
      margin-bottom: 20px; }
      section#custom_content > div > div section#layout_6 > article:nth-child(4n), section#custom_content > div > div section.layout_6 > article:nth-child(4n), section#performance_first > div > div section#layout_6 > article:nth-child(4n), section#performance_first > div > div section.layout_6 > article:nth-child(4n), section#performance_second > div > div section#layout_6 > article:nth-child(4n), section#performance_second > div > div section.layout_6 > article:nth-child(4n), section#performance_third > div > div section#layout_6 > article:nth-child(4n), section#performance_third > div > div section.layout_6 > article:nth-child(4n), section#performance_forth > div > div section#layout_6 > article:nth-child(4n), section#performance_forth > div > div section.layout_6 > article:nth-child(4n), section#performance_fifth > div > div section#layout_6 > article:nth-child(4n), section#performance_fifth > div > div section.layout_6 > article:nth-child(4n) {
        margin-right: 1.8867924528%; }
      section#custom_content > div > div section#layout_6 > article:nth-child(4n+1), section#custom_content > div > div section.layout_6 > article:nth-child(4n+1), section#performance_first > div > div section#layout_6 > article:nth-child(4n+1), section#performance_first > div > div section.layout_6 > article:nth-child(4n+1), section#performance_second > div > div section#layout_6 > article:nth-child(4n+1), section#performance_second > div > div section.layout_6 > article:nth-child(4n+1), section#performance_third > div > div section#layout_6 > article:nth-child(4n+1), section#performance_third > div > div section.layout_6 > article:nth-child(4n+1), section#performance_forth > div > div section#layout_6 > article:nth-child(4n+1), section#performance_forth > div > div section.layout_6 > article:nth-child(4n+1), section#performance_fifth > div > div section#layout_6 > article:nth-child(4n+1), section#performance_fifth > div > div section.layout_6 > article:nth-child(4n+1) {
        clear: none; }
      section#custom_content > div > div section#layout_6 > article:last-child, section#custom_content > div > div section.layout_6 > article:last-child, section#performance_first > div > div section#layout_6 > article:last-child, section#performance_first > div > div section.layout_6 > article:last-child, section#performance_second > div > div section#layout_6 > article:last-child, section#performance_second > div > div section.layout_6 > article:last-child, section#performance_third > div > div section#layout_6 > article:last-child, section#performance_third > div > div section.layout_6 > article:last-child, section#performance_forth > div > div section#layout_6 > article:last-child, section#performance_forth > div > div section.layout_6 > article:last-child, section#performance_fifth > div > div section#layout_6 > article:last-child, section#performance_fifth > div > div section.layout_6 > article:last-child {
        margin-right: 0; }
      section#custom_content > div > div section#layout_6 > article:nth-child(3n), section#custom_content > div > div section.layout_6 > article:nth-child(3n), section#performance_first > div > div section#layout_6 > article:nth-child(3n), section#performance_first > div > div section.layout_6 > article:nth-child(3n), section#performance_second > div > div section#layout_6 > article:nth-child(3n), section#performance_second > div > div section.layout_6 > article:nth-child(3n), section#performance_third > div > div section#layout_6 > article:nth-child(3n), section#performance_third > div > div section.layout_6 > article:nth-child(3n), section#performance_forth > div > div section#layout_6 > article:nth-child(3n), section#performance_forth > div > div section.layout_6 > article:nth-child(3n), section#performance_fifth > div > div section#layout_6 > article:nth-child(3n), section#performance_fifth > div > div section.layout_6 > article:nth-child(3n) {
        margin-right: 0; }
      section#custom_content > div > div section#layout_6 > article:nth-child(3n+1), section#custom_content > div > div section.layout_6 > article:nth-child(3n+1), section#performance_first > div > div section#layout_6 > article:nth-child(3n+1), section#performance_first > div > div section.layout_6 > article:nth-child(3n+1), section#performance_second > div > div section#layout_6 > article:nth-child(3n+1), section#performance_second > div > div section.layout_6 > article:nth-child(3n+1), section#performance_third > div > div section#layout_6 > article:nth-child(3n+1), section#performance_third > div > div section.layout_6 > article:nth-child(3n+1), section#performance_forth > div > div section#layout_6 > article:nth-child(3n+1), section#performance_forth > div > div section.layout_6 > article:nth-child(3n+1), section#performance_fifth > div > div section#layout_6 > article:nth-child(3n+1), section#performance_fifth > div > div section.layout_6 > article:nth-child(3n+1) {
        clear: left; } }
  @media screen and (max-width: 790px) {
    section#custom_content > div > div section#layout_6 > article, section#custom_content > div > div section.layout_6 > article, section#performance_first > div > div section#layout_6 > article, section#performance_first > div > div section.layout_6 > article, section#performance_second > div > div section#layout_6 > article, section#performance_second > div > div section.layout_6 > article, section#performance_third > div > div section#layout_6 > article, section#performance_third > div > div section.layout_6 > article, section#performance_forth > div > div section#layout_6 > article, section#performance_forth > div > div section.layout_6 > article, section#performance_fifth > div > div section#layout_6 > article, section#performance_fifth > div > div section.layout_6 > article {
      float: left;
      display: block;
      margin-right: 1.8867924528%;
      width: 49.0566037736%;
      margin-bottom: 20px; }
      section#custom_content > div > div section#layout_6 > article:nth-child(3n), section#custom_content > div > div section.layout_6 > article:nth-child(3n), section#performance_first > div > div section#layout_6 > article:nth-child(3n), section#performance_first > div > div section.layout_6 > article:nth-child(3n), section#performance_second > div > div section#layout_6 > article:nth-child(3n), section#performance_second > div > div section.layout_6 > article:nth-child(3n), section#performance_third > div > div section#layout_6 > article:nth-child(3n), section#performance_third > div > div section.layout_6 > article:nth-child(3n), section#performance_forth > div > div section#layout_6 > article:nth-child(3n), section#performance_forth > div > div section.layout_6 > article:nth-child(3n), section#performance_fifth > div > div section#layout_6 > article:nth-child(3n), section#performance_fifth > div > div section.layout_6 > article:nth-child(3n) {
        margin-right: 1.8867924528%; }
      section#custom_content > div > div section#layout_6 > article:nth-child(3n+1), section#custom_content > div > div section.layout_6 > article:nth-child(3n+1), section#performance_first > div > div section#layout_6 > article:nth-child(3n+1), section#performance_first > div > div section.layout_6 > article:nth-child(3n+1), section#performance_second > div > div section#layout_6 > article:nth-child(3n+1), section#performance_second > div > div section.layout_6 > article:nth-child(3n+1), section#performance_third > div > div section#layout_6 > article:nth-child(3n+1), section#performance_third > div > div section.layout_6 > article:nth-child(3n+1), section#performance_forth > div > div section#layout_6 > article:nth-child(3n+1), section#performance_forth > div > div section.layout_6 > article:nth-child(3n+1), section#performance_fifth > div > div section#layout_6 > article:nth-child(3n+1), section#performance_fifth > div > div section.layout_6 > article:nth-child(3n+1) {
        clear: none; }
      section#custom_content > div > div section#layout_6 > article:last-child, section#custom_content > div > div section.layout_6 > article:last-child, section#performance_first > div > div section#layout_6 > article:last-child, section#performance_first > div > div section.layout_6 > article:last-child, section#performance_second > div > div section#layout_6 > article:last-child, section#performance_second > div > div section.layout_6 > article:last-child, section#performance_third > div > div section#layout_6 > article:last-child, section#performance_third > div > div section.layout_6 > article:last-child, section#performance_forth > div > div section#layout_6 > article:last-child, section#performance_forth > div > div section.layout_6 > article:last-child, section#performance_fifth > div > div section#layout_6 > article:last-child, section#performance_fifth > div > div section.layout_6 > article:last-child {
        margin-right: 0; }
      section#custom_content > div > div section#layout_6 > article:nth-child(2n), section#custom_content > div > div section.layout_6 > article:nth-child(2n), section#performance_first > div > div section#layout_6 > article:nth-child(2n), section#performance_first > div > div section.layout_6 > article:nth-child(2n), section#performance_second > div > div section#layout_6 > article:nth-child(2n), section#performance_second > div > div section.layout_6 > article:nth-child(2n), section#performance_third > div > div section#layout_6 > article:nth-child(2n), section#performance_third > div > div section.layout_6 > article:nth-child(2n), section#performance_forth > div > div section#layout_6 > article:nth-child(2n), section#performance_forth > div > div section.layout_6 > article:nth-child(2n), section#performance_fifth > div > div section#layout_6 > article:nth-child(2n), section#performance_fifth > div > div section.layout_6 > article:nth-child(2n) {
        margin-right: 0; }
      section#custom_content > div > div section#layout_6 > article:nth-child(2n+1), section#custom_content > div > div section.layout_6 > article:nth-child(2n+1), section#performance_first > div > div section#layout_6 > article:nth-child(2n+1), section#performance_first > div > div section.layout_6 > article:nth-child(2n+1), section#performance_second > div > div section#layout_6 > article:nth-child(2n+1), section#performance_second > div > div section.layout_6 > article:nth-child(2n+1), section#performance_third > div > div section#layout_6 > article:nth-child(2n+1), section#performance_third > div > div section.layout_6 > article:nth-child(2n+1), section#performance_forth > div > div section#layout_6 > article:nth-child(2n+1), section#performance_forth > div > div section.layout_6 > article:nth-child(2n+1), section#performance_fifth > div > div section#layout_6 > article:nth-child(2n+1), section#performance_fifth > div > div section.layout_6 > article:nth-child(2n+1) {
        clear: left; } }
  @media screen and (max-width: 500px) {
    section#custom_content > div > div section#layout_6 > article, section#custom_content > div > div section.layout_6 > article, section#performance_first > div > div section#layout_6 > article, section#performance_first > div > div section.layout_6 > article, section#performance_second > div > div section#layout_6 > article, section#performance_second > div > div section.layout_6 > article, section#performance_third > div > div section#layout_6 > article, section#performance_third > div > div section.layout_6 > article, section#performance_forth > div > div section#layout_6 > article, section#performance_forth > div > div section.layout_6 > article, section#performance_fifth > div > div section#layout_6 > article, section#performance_fifth > div > div section.layout_6 > article {
      float: left;
      display: block;
      margin-right: 1.8867924528%;
      width: 100%;
      margin-bottom: 20px; }
      section#custom_content > div > div section#layout_6 > article:nth-child(2n), section#custom_content > div > div section.layout_6 > article:nth-child(2n), section#performance_first > div > div section#layout_6 > article:nth-child(2n), section#performance_first > div > div section.layout_6 > article:nth-child(2n), section#performance_second > div > div section#layout_6 > article:nth-child(2n), section#performance_second > div > div section.layout_6 > article:nth-child(2n), section#performance_third > div > div section#layout_6 > article:nth-child(2n), section#performance_third > div > div section.layout_6 > article:nth-child(2n), section#performance_forth > div > div section#layout_6 > article:nth-child(2n), section#performance_forth > div > div section.layout_6 > article:nth-child(2n), section#performance_fifth > div > div section#layout_6 > article:nth-child(2n), section#performance_fifth > div > div section.layout_6 > article:nth-child(2n) {
        margin-right: 1.8867924528%; }
      section#custom_content > div > div section#layout_6 > article:nth-child(2n+1), section#custom_content > div > div section.layout_6 > article:nth-child(2n+1), section#performance_first > div > div section#layout_6 > article:nth-child(2n+1), section#performance_first > div > div section.layout_6 > article:nth-child(2n+1), section#performance_second > div > div section#layout_6 > article:nth-child(2n+1), section#performance_second > div > div section.layout_6 > article:nth-child(2n+1), section#performance_third > div > div section#layout_6 > article:nth-child(2n+1), section#performance_third > div > div section.layout_6 > article:nth-child(2n+1), section#performance_forth > div > div section#layout_6 > article:nth-child(2n+1), section#performance_forth > div > div section.layout_6 > article:nth-child(2n+1), section#performance_fifth > div > div section#layout_6 > article:nth-child(2n+1), section#performance_fifth > div > div section.layout_6 > article:nth-child(2n+1) {
        clear: none; }
      section#custom_content > div > div section#layout_6 > article:last-child, section#custom_content > div > div section.layout_6 > article:last-child, section#performance_first > div > div section#layout_6 > article:last-child, section#performance_first > div > div section.layout_6 > article:last-child, section#performance_second > div > div section#layout_6 > article:last-child, section#performance_second > div > div section.layout_6 > article:last-child, section#performance_third > div > div section#layout_6 > article:last-child, section#performance_third > div > div section.layout_6 > article:last-child, section#performance_forth > div > div section#layout_6 > article:last-child, section#performance_forth > div > div section.layout_6 > article:last-child, section#performance_fifth > div > div section#layout_6 > article:last-child, section#performance_fifth > div > div section.layout_6 > article:last-child {
        margin-right: 0; } }

section#performance_first, section#performance_second, section#performance_third, section#performance_forth, section#performance_fifth {
  padding: 4% 0; }

section#performance_second, section#performance_forth {
  background: #F4F4F4;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD; }

#cookieMessage {
  box-shadow: 0px -1px 20px rgba(0, 0, 0, 0.1);
  position: fixed;
  z-index: 200000000;
  width: 100%;
  bottom: 0px;
  right: 0px;
  font-size: 14px;
  padding: 0px 10px;
  text-align: center;
  padding-top: 15px;
  color: #666;
  background: #ffffff; }
  @media screen and (max-width: 660px) {
    #cookieMessage {
      padding: 10px 30px; } }
  #cookieMessage span {
    font-size: 1.2em;
    top: -40px;
    display: inline-block;
    margin-right: 6px;
    position: relative;
    top: 1px; }
  #cookieMessage p {
    padding: 15px;
    margin: 0;
    font-size: 1em;
    color: #ffffff; }
  #cookieMessage a {
    padding: 4px 30px;
    margin-bottom: 15px;
    color: #ffffff;
    background: #4595D1;
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px; }
    @media screen and (max-width: 660px) {
      #cookieMessage a {
        display: block;
        margin-top: 10px; } }
    #cookieMessage a:hover {
      background: #23608d; }

div.browser_message {
  position: fixed;
  background: #F4F4F4;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  bottom: 0;
  text-align: center;
  padding: 6% 0 10%;
  z-index: 100000000;
  color: #4595D1; }
  div.browser_message > div {
    background: #ffffff;
    border: 1px solid #DDD;
    padding: 30px;
    width: 640px;
    margin: 0 auto; }
    div.browser_message > div .logo {
      width: 200px;
      margin: 15px 0; }
    div.browser_message > div h1 {
      font-size: 2em;
      display: block;
      font-weight: normal; }
    div.browser_message > div h2 {
      font-size: 1.4em;
      padding: 10px 30px;
      color: #003762;
      font-family: "Helvetica_Medium", Arial, sans-serif; }
    div.browser_message > div p {
      font-size: 1.3em;
      padding: 0px 50px;
      color: #888;
      margin-bottom: 0; }
      div.browser_message > div p a {
        color: #4595D1; }
        div.browser_message > div p a:hover {
          color: #2d7bb6; }

body#newsletter.custom-landing-Downloads section#tagline_outer, body#feedback.custom-landing-Downloads section#tagline_outer, body#latest_updates.custom-landing-Downloads section#tagline_outer, body#landing.custom-landing-Downloads section#tagline_outer {
  background: url("/assets/images/backgrounds/5_inner.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -ms-behavior: url(/assets/images/design/backgroundsize.min.htc);
  behavior: url(/assets/images/design/backgroundsize.min.htc); }
  body#newsletter.custom-landing-Downloads section#tagline_outer > div h2, body#feedback.custom-landing-Downloads section#tagline_outer > div h2, body#latest_updates.custom-landing-Downloads section#tagline_outer > div h2, body#landing.custom-landing-Downloads section#tagline_outer > div h2 {
    font-size: 2em; }

body#newsletter section#feedback article#text, body#feedback section#feedback article#text, body#latest_updates section#feedback article#text, body#landing section#feedback article#text {
  float: left;
  display: block;
  margin-right: 1.8867924528%;
  width: 32.0754716981%; }
  body#newsletter section#feedback article#text:last-child, body#feedback section#feedback article#text:last-child, body#latest_updates section#feedback article#text:last-child, body#landing section#feedback article#text:last-child {
    margin-right: 0; }
  @media screen and (max-width: 790px) {
    body#newsletter section#feedback article#text, body#feedback section#feedback article#text, body#latest_updates section#feedback article#text, body#landing section#feedback article#text {
      float: left;
      display: block;
      margin-right: 1.8867924528%;
      width: 100%;
      margin-left: 0%; }
      body#newsletter section#feedback article#text:last-child, body#feedback section#feedback article#text:last-child, body#latest_updates section#feedback article#text:last-child, body#landing section#feedback article#text:last-child {
        margin-right: 0; } }

body#newsletter section#feedback article#focus, body#feedback section#feedback article#focus, body#latest_updates section#feedback article#focus, body#landing section#feedback article#focus {
  float: left;
  display: block;
  margin-right: 1.8867924528%;
  width: 66.0377358491%;
  margin-right: 0; }
  body#newsletter section#feedback article#focus:last-child, body#feedback section#feedback article#focus:last-child, body#latest_updates section#feedback article#focus:last-child, body#landing section#feedback article#focus:last-child {
    margin-right: 0; }
  @media screen and (max-width: 790px) {
    body#newsletter section#feedback article#focus, body#feedback section#feedback article#focus, body#latest_updates section#feedback article#focus, body#landing section#feedback article#focus {
      float: left;
      display: block;
      margin-right: 1.8867924528%;
      width: 100%;
      margin-left: 0%; }
      body#newsletter section#feedback article#focus:last-child, body#feedback section#feedback article#focus:last-child, body#latest_updates section#feedback article#focus:last-child, body#landing section#feedback article#focus:last-child {
        margin-right: 0; } }

body#newsletter section#layout_2.video article.text, body#feedback section#layout_2.video article.text, body#latest_updates section#layout_2.video article.text, body#landing section#layout_2.video article.text {
  float: left;
  display: block;
  margin-right: 1.8867924528%;
  width: 32.0754716981%; }
  body#newsletter section#layout_2.video article.text:last-child, body#feedback section#layout_2.video article.text:last-child, body#latest_updates section#layout_2.video article.text:last-child, body#landing section#layout_2.video article.text:last-child {
    margin-right: 0; }
  @media screen and (max-width: 790px) {
    body#newsletter section#layout_2.video article.text, body#feedback section#layout_2.video article.text, body#latest_updates section#layout_2.video article.text, body#landing section#layout_2.video article.text {
      float: left;
      display: block;
      margin-right: 1.8867924528%;
      width: 100%;
      margin-left: 0%; }
      body#newsletter section#layout_2.video article.text:last-child, body#feedback section#layout_2.video article.text:last-child, body#latest_updates section#layout_2.video article.text:last-child, body#landing section#layout_2.video article.text:last-child {
        margin-right: 0; } }

body#newsletter section#layout_2.video article.video_detail, body#feedback section#layout_2.video article.video_detail, body#latest_updates section#layout_2.video article.video_detail, body#landing section#layout_2.video article.video_detail {
  float: left;
  display: block;
  margin-right: 1.8867924528%;
  width: 66.0377358491%; }
  body#newsletter section#layout_2.video article.video_detail:last-child, body#feedback section#layout_2.video article.video_detail:last-child, body#latest_updates section#layout_2.video article.video_detail:last-child, body#landing section#layout_2.video article.video_detail:last-child {
    margin-right: 0; }
  @media screen and (max-width: 790px) {
    body#newsletter section#layout_2.video article.video_detail, body#feedback section#layout_2.video article.video_detail, body#latest_updates section#layout_2.video article.video_detail, body#landing section#layout_2.video article.video_detail {
      float: left;
      display: block;
      margin-right: 1.8867924528%;
      width: 100%;
      margin-left: 0%; }
      body#newsletter section#layout_2.video article.video_detail:last-child, body#feedback section#layout_2.video article.video_detail:last-child, body#latest_updates section#layout_2.video article.video_detail:last-child, body#landing section#layout_2.video article.video_detail:last-child {
        margin-right: 0; } }

body#newsletter section#layout_2.download, body#feedback section#layout_2.download, body#latest_updates section#layout_2.download, body#landing section#layout_2.download {
  *zoom: 1;
  background: none; }
  body#newsletter section#layout_2.download:before, body#newsletter section#layout_2.download:after, body#feedback section#layout_2.download:before, body#feedback section#layout_2.download:after, body#latest_updates section#layout_2.download:before, body#latest_updates section#layout_2.download:after, body#landing section#layout_2.download:before, body#landing section#layout_2.download:after {
    content: "";
    display: table; }
  body#newsletter section#layout_2.download:after, body#feedback section#layout_2.download:after, body#latest_updates section#layout_2.download:after, body#landing section#layout_2.download:after {
    clear: both; }
  body#newsletter section#layout_2.download article.text, body#feedback section#layout_2.download article.text, body#latest_updates section#layout_2.download article.text, body#landing section#layout_2.download article.text {
    float: left;
    display: block;
    margin-right: 1.8867924528%;
    width: 66.0377358491%; }
    body#newsletter section#layout_2.download article.text:last-child, body#feedback section#layout_2.download article.text:last-child, body#latest_updates section#layout_2.download article.text:last-child, body#landing section#layout_2.download article.text:last-child {
      margin-right: 0; }
    @media screen and (max-width: 790px) {
      body#newsletter section#layout_2.download article.text, body#feedback section#layout_2.download article.text, body#latest_updates section#layout_2.download article.text, body#landing section#layout_2.download article.text {
        float: left;
        display: block;
        margin-right: 1.8867924528%;
        width: 100%;
        margin-left: 0%; }
        body#newsletter section#layout_2.download article.text:last-child, body#feedback section#layout_2.download article.text:last-child, body#latest_updates section#layout_2.download article.text:last-child, body#landing section#layout_2.download article.text:last-child {
          margin-right: 0; } }
  body#newsletter section#layout_2.download article#focus.file, body#feedback section#layout_2.download article#focus.file, body#latest_updates section#layout_2.download article#focus.file, body#landing section#layout_2.download article#focus.file {
    float: left;
    display: block;
    margin-right: 1.8867924528%;
    width: 32.0754716981%;
    text-align: center;
    padding: 40px 0; }
    body#newsletter section#layout_2.download article#focus.file:last-child, body#feedback section#layout_2.download article#focus.file:last-child, body#latest_updates section#layout_2.download article#focus.file:last-child, body#landing section#layout_2.download article#focus.file:last-child {
      margin-right: 0; }
    @media screen and (max-width: 790px) {
      body#newsletter section#layout_2.download article#focus.file, body#feedback section#layout_2.download article#focus.file, body#latest_updates section#layout_2.download article#focus.file, body#landing section#layout_2.download article#focus.file {
        float: left;
        display: block;
        margin-right: 1.8867924528%;
        width: 100%;
        margin-left: 0%; }
        body#newsletter section#layout_2.download article#focus.file:last-child, body#feedback section#layout_2.download article#focus.file:last-child, body#latest_updates section#layout_2.download article#focus.file:last-child, body#landing section#layout_2.download article#focus.file:last-child {
          margin-right: 0; } }
    body#newsletter section#layout_2.download article#focus.file a span.icon-file-download, body#feedback section#layout_2.download article#focus.file a span.icon-file-download, body#latest_updates section#layout_2.download article#focus.file a span.icon-file-download, body#landing section#layout_2.download article#focus.file a span.icon-file-download {
      background: #EEE;
      font-size: 4em;
      border: 1px solid #DDD;
      border-radius: 6px;
      display: block;
      width: 120px;
      height: 110px;
      margin: 0 auto;
      margin-bottom: 20px;
      color: #888;
      padding: 20px; }
    body#newsletter section#layout_2.download article#focus.file a:hover span.icon-file-download, body#feedback section#layout_2.download article#focus.file a:hover span.icon-file-download, body#latest_updates section#layout_2.download article#focus.file a:hover span.icon-file-download, body#landing section#layout_2.download article#focus.file a:hover span.icon-file-download {
      -webkit-transition: all .2s linear;
      -moz-transition: all .2s linear;
      -o-transition: all .2s linear;
      transition: all .2s linear;
      background: #4595D1;
      border-color: #4595D1;
      color: #ffffff; }
    body#newsletter section#layout_2.download article#focus.file a.button, body#feedback section#layout_2.download article#focus.file a.button, body#latest_updates section#layout_2.download article#focus.file a.button, body#landing section#layout_2.download article#focus.file a.button {
      padding: 10px 50px;
      font-size: 1.2em; }

body#newsletter section#layout_2.downloads, body#feedback section#layout_2.downloads, body#latest_updates section#layout_2.downloads, body#landing section#layout_2.downloads {
  *zoom: 1;
  background: none; }
  body#newsletter section#layout_2.downloads:before, body#newsletter section#layout_2.downloads:after, body#feedback section#layout_2.downloads:before, body#feedback section#layout_2.downloads:after, body#latest_updates section#layout_2.downloads:before, body#latest_updates section#layout_2.downloads:after, body#landing section#layout_2.downloads:before, body#landing section#layout_2.downloads:after {
    content: "";
    display: table; }
  body#newsletter section#layout_2.downloads:after, body#feedback section#layout_2.downloads:after, body#latest_updates section#layout_2.downloads:after, body#landing section#layout_2.downloads:after {
    clear: both; }
  body#newsletter section#layout_2.downloads article.text, body#feedback section#layout_2.downloads article.text, body#latest_updates section#layout_2.downloads article.text, body#landing section#layout_2.downloads article.text {
    float: left;
    display: block;
    margin-right: 1.8867924528%;
    width: 66.0377358491%;
    margin-bottom: 40px; }
    body#newsletter section#layout_2.downloads article.text:last-child, body#feedback section#layout_2.downloads article.text:last-child, body#latest_updates section#layout_2.downloads article.text:last-child, body#landing section#layout_2.downloads article.text:last-child {
      margin-right: 0; }
    @media screen and (max-width: 790px) {
      body#newsletter section#layout_2.downloads article.text, body#feedback section#layout_2.downloads article.text, body#latest_updates section#layout_2.downloads article.text, body#landing section#layout_2.downloads article.text {
        float: left;
        display: block;
        margin-right: 1.8867924528%;
        width: 100%;
        margin-left: 0%; }
        body#newsletter section#layout_2.downloads article.text:last-child, body#feedback section#layout_2.downloads article.text:last-child, body#latest_updates section#layout_2.downloads article.text:last-child, body#landing section#layout_2.downloads article.text:last-child {
          margin-right: 0; } }
  body#newsletter section#layout_2.downloads article.video, body#feedback section#layout_2.downloads article.video, body#latest_updates section#layout_2.downloads article.video, body#landing section#layout_2.downloads article.video {
    float: left;
    display: block;
    margin-right: 1.8867924528%;
    width: 32.0754716981%;
    margin-right: 0; }
    body#newsletter section#layout_2.downloads article.video:last-child, body#feedback section#layout_2.downloads article.video:last-child, body#latest_updates section#layout_2.downloads article.video:last-child, body#landing section#layout_2.downloads article.video:last-child {
      margin-right: 0; }
    body#newsletter section#layout_2.downloads article.video a:hover span, body#feedback section#layout_2.downloads article.video a:hover span, body#latest_updates section#layout_2.downloads article.video a:hover span, body#landing section#layout_2.downloads article.video a:hover span {
      background: #6eacdb; }
    body#newsletter section#layout_2.downloads article.video figure, body#feedback section#layout_2.downloads article.video figure, body#latest_updates section#layout_2.downloads article.video figure, body#landing section#layout_2.downloads article.video figure {
      padding: 0;
      margin: 0;
      margin-bottom: 15px;
      width: 100%;
      border: 5px solid #f3f4f6;
      border-radius: 5px;
      text-align: center; }
      body#newsletter section#layout_2.downloads article.video figure span, body#feedback section#layout_2.downloads article.video figure span, body#latest_updates section#layout_2.downloads article.video figure span, body#landing section#layout_2.downloads article.video figure span {
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
        display: inline-block;
        color: #ffffff;
        padding: 15px;
        font-size: 1.6em;
        margin: 21.5% 0;
        border-radius: 50px;
        border: 1px solid #ffffff;
        background: #4595D1;
        color: #ffffff;
        border: 1px solid rgba(255, 255, 255, 0.8); }
        html.ie8 body#newsletter section#layout_2.downloads article.video figure span, html.ie8 body#feedback section#layout_2.downloads article.video figure span, html.ie8 body#latest_updates section#layout_2.downloads article.video figure span, html.ie8 body#landing section#layout_2.downloads article.video figure span {
          background: #3A6C94; }
        html.ie8 body#newsletter section#layout_2.downloads article.video figure span, html.ie8 body#feedback section#layout_2.downloads article.video figure span, html.ie8 body#latest_updates section#layout_2.downloads article.video figure span, html.ie8 body#landing section#layout_2.downloads article.video figure span {
          background: #4595D1;
          color: #ffffff; }
    body#newsletter section#layout_2.downloads article.video p, body#feedback section#layout_2.downloads article.video p, body#latest_updates section#layout_2.downloads article.video p, body#landing section#layout_2.downloads article.video p {
      line-height: 1.5;
      font-size: 1.2em;
      margin-left: 5px;
      color: #000; }
      body#newsletter section#layout_2.downloads article.video p small, body#feedback section#layout_2.downloads article.video p small, body#latest_updates section#layout_2.downloads article.video p small, body#landing section#layout_2.downloads article.video p small {
        color: #666666; }
    @media screen and (max-width: 790px) {
      body#newsletter section#layout_2.downloads article.video, body#feedback section#layout_2.downloads article.video, body#latest_updates section#layout_2.downloads article.video, body#landing section#layout_2.downloads article.video {
        float: left;
        display: block;
        margin-right: 1.8867924528%;
        width: 66.0377358491%;
        margin-left: 16.9811320755%;
        text-align: center;
        margin-bottom: 40px; }
        body#newsletter section#layout_2.downloads article.video:last-child, body#feedback section#layout_2.downloads article.video:last-child, body#latest_updates section#layout_2.downloads article.video:last-child, body#landing section#layout_2.downloads article.video:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 660px) {
      body#newsletter section#layout_2.downloads article.video, body#feedback section#layout_2.downloads article.video, body#latest_updates section#layout_2.downloads article.video, body#landing section#layout_2.downloads article.video {
        float: left;
        display: block;
        margin-right: 1.8867924528%;
        width: 100%;
        margin-left: 0%; }
        body#newsletter section#layout_2.downloads article.video:last-child, body#feedback section#layout_2.downloads article.video:last-child, body#latest_updates section#layout_2.downloads article.video:last-child, body#landing section#layout_2.downloads article.video:last-child {
          margin-right: 0; } }
  body#newsletter section#layout_2.downloads article#focus.file, body#feedback section#layout_2.downloads article#focus.file, body#latest_updates section#layout_2.downloads article#focus.file, body#landing section#layout_2.downloads article#focus.file {
    float: left;
    display: block;
    margin-right: 1.8867924528%;
    width: 32.0754716981%;
    text-align: center;
    padding: 40px 20px; }
    body#newsletter section#layout_2.downloads article#focus.file:last-child, body#feedback section#layout_2.downloads article#focus.file:last-child, body#latest_updates section#layout_2.downloads article#focus.file:last-child, body#landing section#layout_2.downloads article#focus.file:last-child {
      margin-right: 0; }
    @media screen and (max-width: 790px) {
      body#newsletter section#layout_2.downloads article#focus.file, body#feedback section#layout_2.downloads article#focus.file, body#latest_updates section#layout_2.downloads article#focus.file, body#landing section#layout_2.downloads article#focus.file {
        float: left;
        display: block;
        margin-right: 1.8867924528%;
        width: 100%;
        margin-left: 0%; }
        body#newsletter section#layout_2.downloads article#focus.file:last-child, body#feedback section#layout_2.downloads article#focus.file:last-child, body#latest_updates section#layout_2.downloads article#focus.file:last-child, body#landing section#layout_2.downloads article#focus.file:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 790px) {
      body#newsletter section#layout_2.downloads article#focus.file, body#feedback section#layout_2.downloads article#focus.file, body#latest_updates section#layout_2.downloads article#focus.file, body#landing section#layout_2.downloads article#focus.file {
        padding: 40px; } }
    body#newsletter section#layout_2.downloads article#focus.file a span.icon-file-download, body#newsletter section#layout_2.downloads article#focus.file a figure, body#feedback section#layout_2.downloads article#focus.file a span.icon-file-download, body#feedback section#layout_2.downloads article#focus.file a figure, body#latest_updates section#layout_2.downloads article#focus.file a span.icon-file-download, body#latest_updates section#layout_2.downloads article#focus.file a figure, body#landing section#layout_2.downloads article#focus.file a span.icon-file-download, body#landing section#layout_2.downloads article#focus.file a figure {
      background: #EEE;
      font-size: 4em;
      border: 1px solid #DDD;
      border-radius: 6px;
      display: block;
      width: 160px;
      height: 150px;
      margin: 0 auto;
      margin-bottom: 20px;
      color: #888; }
      body#newsletter section#layout_2.downloads article#focus.file a span.icon-file-download img, body#newsletter section#layout_2.downloads article#focus.file a figure img, body#feedback section#layout_2.downloads article#focus.file a span.icon-file-download img, body#feedback section#layout_2.downloads article#focus.file a figure img, body#latest_updates section#layout_2.downloads article#focus.file a span.icon-file-download img, body#latest_updates section#layout_2.downloads article#focus.file a figure img, body#landing section#layout_2.downloads article#focus.file a span.icon-file-download img, body#landing section#layout_2.downloads article#focus.file a figure img {
        display: inline;
        width: auto;
        padding: 1px;
        background: white;
        border: 1px solid #DDD;
        max-height: 100%; }
    body#newsletter section#layout_2.downloads article#focus.file a span.icon-file-download, body#feedback section#layout_2.downloads article#focus.file a span.icon-file-download, body#latest_updates section#layout_2.downloads article#focus.file a span.icon-file-download, body#landing section#layout_2.downloads article#focus.file a span.icon-file-download {
      padding: 40px; }
    body#newsletter section#layout_2.downloads article#focus.file a figure, body#feedback section#layout_2.downloads article#focus.file a figure, body#latest_updates section#layout_2.downloads article#focus.file a figure, body#landing section#layout_2.downloads article#focus.file a figure {
      padding: 20px; }
    body#newsletter section#layout_2.downloads article#focus.file a:hover span.icon-file-download, body#newsletter section#layout_2.downloads article#focus.file a:hover figure, body#feedback section#layout_2.downloads article#focus.file a:hover span.icon-file-download, body#feedback section#layout_2.downloads article#focus.file a:hover figure, body#latest_updates section#layout_2.downloads article#focus.file a:hover span.icon-file-download, body#latest_updates section#layout_2.downloads article#focus.file a:hover figure, body#landing section#layout_2.downloads article#focus.file a:hover span.icon-file-download, body#landing section#layout_2.downloads article#focus.file a:hover figure {
      -webkit-transition: all .2s linear;
      -moz-transition: all .2s linear;
      -o-transition: all .2s linear;
      transition: all .2s linear;
      background: #4595D1;
      border-color: #4595D1;
      color: #ffffff; }
    body#newsletter section#layout_2.downloads article#focus.file a.button, body#feedback section#layout_2.downloads article#focus.file a.button, body#latest_updates section#layout_2.downloads article#focus.file a.button, body#landing section#layout_2.downloads article#focus.file a.button {
      padding: 10px 50px;
      font-size: 1.2em; }

body#newsletter img.arrow, body#feedback img.arrow, body#latest_updates img.arrow, body#landing img.arrow {
  float: right;
  margin-top: 80px;
  margin-left: 18px;
  margin-bottom: 10px; }
  @media screen and (max-width: 790px) {
    body#newsletter img.arrow, body#feedback img.arrow, body#latest_updates img.arrow, body#landing img.arrow {
      display: none; } }

body#newsletter article#focus, body#feedback article#focus, body#latest_updates article#focus, body#landing article#focus {
  background: #ffffff;
  border: 1px solid #DDD;
  box-shadow: 0px 0px 30px #EEE;
  padding: 10px 30px; }
  @media screen and (max-width: 790px) {
    body#newsletter article#focus, body#feedback article#focus, body#latest_updates article#focus, body#landing article#focus {
      margin-bottom: 40px;
      padding: 10px 20px; } }
  body#newsletter article#focus form div input[type="text"], body#newsletter article#focus form div input[type="email"], body#newsletter article#focus form div textarea, body#feedback article#focus form div input[type="text"], body#feedback article#focus form div input[type="email"], body#feedback article#focus form div textarea, body#latest_updates article#focus form div input[type="text"], body#latest_updates article#focus form div input[type="email"], body#latest_updates article#focus form div textarea, body#landing article#focus form div input[type="text"], body#landing article#focus form div input[type="email"], body#landing article#focus form div textarea {
    background: #F4F4F4; }
    html.ie10 body#newsletter article#focus form div input[type="text"], html.ie10 body#newsletter article#focus form div input[type="email"], html.ie10 body#newsletter article#focus form div textarea, html.ie10 body#feedback article#focus form div input[type="text"], html.ie10 body#feedback article#focus form div input[type="email"], html.ie10 body#feedback article#focus form div textarea, html.ie10 body#latest_updates article#focus form div input[type="text"], html.ie10 body#latest_updates article#focus form div input[type="email"], html.ie10 body#latest_updates article#focus form div textarea, html.ie10 body#landing article#focus form div input[type="text"], html.ie10 body#landing article#focus form div input[type="email"], html.ie10 body#landing article#focus form div textarea {
      line-height: 12px; }
    body#newsletter article#focus form div input[type="text"]:focus, body#newsletter article#focus form div input[type="email"]:focus, body#newsletter article#focus form div textarea:focus, body#feedback article#focus form div input[type="text"]:focus, body#feedback article#focus form div input[type="email"]:focus, body#feedback article#focus form div textarea:focus, body#latest_updates article#focus form div input[type="text"]:focus, body#latest_updates article#focus form div input[type="email"]:focus, body#latest_updates article#focus form div textarea:focus, body#landing article#focus form div input[type="text"]:focus, body#landing article#focus form div input[type="email"]:focus, body#landing article#focus form div textarea:focus {
      background: #ffffff; }
  body#newsletter article#focus form div input[type="submit"], body#feedback article#focus form div input[type="submit"], body#latest_updates article#focus form div input[type="submit"], body#landing article#focus form div input[type="submit"] {
    text-transform: uppercase;
    background: #4595D1;
    color: #ffffff;
    border: none; }
    body#newsletter article#focus form div input[type="submit"]:hover, body#feedback article#focus form div input[type="submit"]:hover, body#latest_updates article#focus form div input[type="submit"]:hover, body#landing article#focus form div input[type="submit"]:hover {
      background: #3A6C94; }
  body#newsletter article#focus form ol, body#feedback article#focus form ol, body#latest_updates article#focus form ol, body#landing article#focus form ol {
    padding: 0;
    margin: 0;
    margin-top: 20px; }
    body#newsletter article#focus form ol li, body#feedback article#focus form ol li, body#latest_updates article#focus form ol li, body#landing article#focus form ol li {
      list-style-type: none; }
      body#newsletter article#focus form ol li ul, body#feedback article#focus form ol li ul, body#latest_updates article#focus form ol li ul, body#landing article#focus form ol li ul {
        margin-left: 46px; }
        body#newsletter article#focus form ol li ul li, body#feedback article#focus form ol li ul li, body#latest_updates article#focus form ol li ul li, body#landing article#focus form ol li ul li {
          font-size: 14px; }
          body#newsletter article#focus form ol li ul li input[type="text"], body#newsletter article#focus form ol li ul li input[type="email"], body#newsletter article#focus form ol li ul li textarea, body#feedback article#focus form ol li ul li input[type="text"], body#feedback article#focus form ol li ul li input[type="email"], body#feedback article#focus form ol li ul li textarea, body#latest_updates article#focus form ol li ul li input[type="text"], body#latest_updates article#focus form ol li ul li input[type="email"], body#latest_updates article#focus form ol li ul li textarea, body#landing article#focus form ol li ul li input[type="text"], body#landing article#focus form ol li ul li input[type="email"], body#landing article#focus form ol li ul li textarea {
            background: #F4F4F4; }
            body#newsletter article#focus form ol li ul li input[type="text"]:focus, body#newsletter article#focus form ol li ul li input[type="email"]:focus, body#newsletter article#focus form ol li ul li textarea:focus, body#feedback article#focus form ol li ul li input[type="text"]:focus, body#feedback article#focus form ol li ul li input[type="email"]:focus, body#feedback article#focus form ol li ul li textarea:focus, body#latest_updates article#focus form ol li ul li input[type="text"]:focus, body#latest_updates article#focus form ol li ul li input[type="email"]:focus, body#latest_updates article#focus form ol li ul li textarea:focus, body#landing article#focus form ol li ul li input[type="text"]:focus, body#landing article#focus form ol li ul li input[type="email"]:focus, body#landing article#focus form ol li ul li textarea:focus {
              background: #ffffff; }
          body#newsletter article#focus form ol li ul li input[type="submit"], body#feedback article#focus form ol li ul li input[type="submit"], body#latest_updates article#focus form ol li ul li input[type="submit"], body#landing article#focus form ol li ul li input[type="submit"] {
            text-transform: uppercase;
            background: #4595D1;
            color: #ffffff;
            border: none; }
            body#newsletter article#focus form ol li ul li input[type="submit"]:hover, body#feedback article#focus form ol li ul li input[type="submit"]:hover, body#latest_updates article#focus form ol li ul li input[type="submit"]:hover, body#landing article#focus form ol li ul li input[type="submit"]:hover {
              background: #3A6C94; }
      body#newsletter article#focus form ol li label.question, body#feedback article#focus form ol li label.question, body#latest_updates article#focus form ol li label.question, body#landing article#focus form ol li label.question {
        font-family: "Helvetica_Medium", Arial, sans-serif;
        margin-bottom: 10px;
        display: block;
        padding-left: 45px;
        position: relative; }
        body#newsletter article#focus form ol li label.question span, body#feedback article#focus form ol li label.question span, body#latest_updates article#focus form ol li label.question span, body#landing article#focus form ol li label.question span {
          position: absolute;
          left: 0;
          background: #4595D1;
          color: #ffffff;
          width: 30px;
          height: 30px;
          border-radius: 4px;
          line-height: 30px;
          text-align: center; }
    body#newsletter article#focus form ol li.checkbox, body#feedback article#focus form ol li.checkbox, body#latest_updates article#focus form ol li.checkbox, body#landing article#focus form ol li.checkbox {
      margin-bottom: 10px; }
      body#newsletter article#focus form ol li.checkbox:last-child, body#feedback article#focus form ol li.checkbox:last-child, body#latest_updates article#focus form ol li.checkbox:last-child, body#landing article#focus form ol li.checkbox:last-child {
        margin-bottom: 0; }
  body#newsletter article#focus form div.feedback_submit, body#feedback article#focus form div.feedback_submit, body#latest_updates article#focus form div.feedback_submit, body#landing article#focus form div.feedback_submit {
    margin-left: 45px; }

body#newsletter article#focus.webex, body#feedback article#focus.webex, body#latest_updates article#focus.webex, body#landing article#focus.webex {
  box-shadow: none;
  background: url("/assets/images/backgrounds/webex.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -ms-behavior: url(/assets/images/design/backgroundsize.min.htc);
  behavior: url(/assets/images/design/backgroundsize.min.htc);
  padding: 8% 0;
  text-align: center; }
  @media screen and (max-width: 790px) {
    body#newsletter article#focus.webex, body#feedback article#focus.webex, body#latest_updates article#focus.webex, body#landing article#focus.webex {
      padding: 30px 0; } }
  body#newsletter article#focus.webex img, body#feedback article#focus.webex img, body#latest_updates article#focus.webex img, body#landing article#focus.webex img {
    max-width: 120px;
    margin-bottom: 50px;
    display: inline-block; }
    @media screen and (max-width: 790px) {
      body#newsletter article#focus.webex img, body#feedback article#focus.webex img, body#latest_updates article#focus.webex img, body#landing article#focus.webex img {
        margin-bottom: 20px; } }
  body#newsletter article#focus.webex h3, body#feedback article#focus.webex h3, body#latest_updates article#focus.webex h3, body#landing article#focus.webex h3 {
    font-size: 2.4em;
    margin-bottom: 10px; }
    @media screen and (max-width: 790px) {
      body#newsletter article#focus.webex h3, body#feedback article#focus.webex h3, body#latest_updates article#focus.webex h3, body#landing article#focus.webex h3 {
        font-size: 1.6em; } }
  body#newsletter article#focus.webex p.date, body#feedback article#focus.webex p.date, body#latest_updates article#focus.webex p.date, body#landing article#focus.webex p.date {
    color: #003762;
    font-family: "Helvetica_Medium", Arial, sans-serif;
    font-size: 1.5em;
    margin: 0;
    padding: 0;
    margin-bottom: 15px; }
    @media screen and (max-width: 790px) {
      body#newsletter article#focus.webex p.date, body#feedback article#focus.webex p.date, body#latest_updates article#focus.webex p.date, body#landing article#focus.webex p.date {
        font-size: 1.1em; } }
  body#newsletter article#focus.webex a.button, body#feedback article#focus.webex a.button, body#latest_updates article#focus.webex a.button, body#landing article#focus.webex a.button {
    background: #4595D1;
    border: none;
    color: #ffffff;
    font-size: 1em;
    white-space: nowrap; }
    @media screen and (max-width: 790px) {
      body#newsletter article#focus.webex a.button, body#feedback article#focus.webex a.button, body#latest_updates article#focus.webex a.button, body#landing article#focus.webex a.button {
        margin: 0px 30px; } }
    body#newsletter article#focus.webex a.button:hover, body#feedback article#focus.webex a.button:hover, body#latest_updates article#focus.webex a.button:hover, body#landing article#focus.webex a.button:hover {
      background: #2d7bb6; }

body#landing_junior div.lb_overlay, body#landing_junior div.js_lb_overlay {
  background: #1F356F !important; }

body#landing_junior div.video_box {
  width: 70%;
  margin-left: 0 !important;
  margin-top: 0 !important;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  @media screen and (max-width: 980px) {
    body#landing_junior div.video_box {
      width: 90%; } }
  body#landing_junior div.video_box a {
    position: absolute;
    right: 25px;
    top: 45px;
    color: white; }
    body#landing_junior div.video_box a span.icon-cancel-circle:before {
      content: "\e36b"; }

body#landing_junior div.lightbox {
  background: white;
  width: 780px;
  padding: 60px;
  border-radius: 0 !important;
  /* -webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%); */ }
  @media screen and (max-width: 790px) {
    body#landing_junior div.lightbox {
      width: 90%; } }
  @media screen and (max-width: 500px) {
    body#landing_junior div.lightbox {
      padding: 30px; } }
  body#landing_junior div.lightbox#request_a_callback {
    padding: 80px !important; }
    @media screen and (max-width: 790px) {
      body#landing_junior div.lightbox#request_a_callback {
        padding: 40px 20px !important; } }
  body#landing_junior div.lightbox#sharpe-ratio, body#landing_junior div.lightbox#tracking-error-volatility, body#landing_junior div.lightbox#downside-capture-ratio, body#landing_junior div.lightbox#upside-capture-ratio {
    width: 80%;
    font-family: "Montserrat_Regular", Arial, sans-serif;
    font-size: 1.1em;
    color: #7C7C7C;
    line-height: 1.7em;
    padding: 70px !important; }
    @media screen and (max-width: 790px) {
      body#landing_junior div.lightbox#sharpe-ratio, body#landing_junior div.lightbox#tracking-error-volatility, body#landing_junior div.lightbox#downside-capture-ratio, body#landing_junior div.lightbox#upside-capture-ratio {
        width: 90%;
        padding: 60px 20px !important; } }
  body#landing_junior div.lightbox a#close-info {
    top: 30px;
    right: 30px;
    font-size: 1.2em; }
    body#landing_junior div.lightbox a#close-info:hover span {
      color: #1F356F; }
    body#landing_junior div.lightbox a#close-info span {
      -webkit-transition: all, 0.4s, ease-in-out;
      -moz-transition: all, 0.4s, ease-in-out;
      transition: all, 0.4s, ease-in-out;
      color: #509ff0; }
  body#landing_junior div.lightbox h2 {
    font-family: "Montserrat_Bold", Arial, sans-serif;
    text-transform: uppercase;
    font-size: 2.15em;
    color: #1F356F;
    margin-bottom: 40px;
    text-align: center; }
    @media screen and (max-width: 1100px) {
      body#landing_junior div.lightbox h2 {
        font-size: 1.9em; } }
  body#landing_junior div.lightbox form {
    text-align: center;
    margin: 0 90px; }
    @media screen and (max-width: 980px) {
      body#landing_junior div.lightbox form {
        margin: 40px; } }
    @media screen and (max-width: 790px) {
      body#landing_junior div.lightbox form {
        margin: 0; } }
    body#landing_junior div.lightbox form input.button {
      text-transform: uppercase;
      border-radius: 50px;
      background: #509ff0;
      color: white;
      font-size: 1.1em;
      padding: 10 18px;
      min-width: 322px;
      height: 55px;
      border: none;
      font-family: "Montserrat_Bold", Arial, sans-serif;
      text-align: center;
      margin: 0; }
      @media screen and (max-width: 980px) {
        body#landing_junior div.lightbox form input.button {
          min-width: 100%; } }
      @media screen and (max-width: 790px) {
        body#landing_junior div.lightbox form input.button {
          width: 100%; } }
      body#landing_junior div.lightbox form input.button:hover {
        background: #2185ec; }
    body#landing_junior div.lightbox form div div.select-box {
      position: relative; }
      body#landing_junior div.lightbox form div div.select-box:after {
        position: absolute;
        font-family: "icomoon";
        content: "\f0a3";
        top: 50%;
        right: 27px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 1.16em;
        color: #509ff0;
        pointer-events: none; }
    body#landing_junior div.lightbox form div select, body#landing_junior div.lightbox form div input, body#landing_junior div.lightbox form div textarea {
      border: 1px solid #d5d5d5;
      outline: none;
      border-radius: 29px;
      font-family: "Montserrat_Regular", Arial, sans-serif;
      padding: 12px 22px;
      font-size: 1.2em;
      margin-bottom: 25px;
      color: #a2a2a2;
      box-shadow: none;
      background: white; }
    body#landing_junior div.lightbox form div select, body#landing_junior div.lightbox form div input {
      height: 57px; }
    body#landing_junior div.lightbox form div select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      color: #509ff0; }
      body#landing_junior div.lightbox form div select::-ms-expand {
        display: none; }
    body#landing_junior div.lightbox form div ::-webkit-input-placeholder {
      color: #a2a2a2; }
    body#landing_junior div.lightbox form div :-moz-placeholder {
      /* Firefox 18- */
      color: #a2a2a2; }
    body#landing_junior div.lightbox form div ::-moz-placeholder {
      /* Firefox 19+ */
      color: #a2a2a2; }
    body#landing_junior div.lightbox form div :-ms-input-placeholder {
      color: #a2a2a2; }
  body#landing_junior div.lightbox .inline_error, body#landing_junior div.lightbox .error_notice {
    margin-bottom: 20px;
    display: inline-block; }

body#landing_junior section.header {
  padding: 32px 0 30px;
  font-family: "Montserrat_Bold", Arial, sans-serif;
  color: #CECECE;
  max-width: 83%;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 1100px) {
    body#landing_junior section.header {
      max-width: 90%; } }
  body#landing_junior section.header article.logo {
    display: inline-block;
    width: 183px;
    height: 57px;
    vertical-align: middle; }
    body#landing_junior section.header article.logo .image {
      background: url("/assets/images/design/logo@2x.png");
      background-size: cover;
      background-position: center;
      width: 100%;
      height: 51px; }
    @media screen and (max-width: 560px) {
      body#landing_junior section.header article.logo {
        width: 120px; }
        body#landing_junior section.header article.logo .image {
          background-size: contain;
          background-repeat: no-repeat; } }
  body#landing_junior section.header article.content {
    display: inline-block;
    float: right;
    vertical-align: middle; }
    body#landing_junior section.header article.content .box {
      vertical-align: middle;
      display: inline-block; }
      @media screen and (max-width: 790px) {
        body#landing_junior section.header article.content .box {
          margin-top: 16px; } }
      body#landing_junior section.header article.content .box a {
        position: relative;
        padding-left: 32px;
        font-size: 1.3em;
        letter-spacing: 0.4;
        margin-bottom: 0;
        color: #c4c4c4; }
        @media screen and (max-width: 440px) {
          body#landing_junior section.header article.content .box a {
            font-size: 1.1em; } }
        body#landing_junior section.header article.content .box a:hover {
          color: #509ff0; }
        body#landing_junior section.header article.content .box a i {
          position: absolute;
          left: 0;
          top: 3px;
          font-size: 0.9em; }
    body#landing_junior section.header article.content a.button {
      text-transform: uppercase;
      border-radius: 100px;
      border: 2px solid #1F356F;
      color: #1F356F;
      margin-left: 30px;
      font-size: 1em;
      letter-spacing: 0.4;
      padding: 12px 20px;
      margin-bottom: 0; }
      body#landing_junior section.header article.content a.button:hover {
        background: #1F356F;
        color: white; }
      @media screen and (max-width: 790px) {
        body#landing_junior section.header article.content a.button {
          display: none; } }

body#landing_junior section#junior_intro div.background {
  background-size: cover;
  background-position: right;
  width: 100%;
  position: relative;
  text-align: right; }
  @media screen and (max-width: 980px) {
    body#landing_junior section#junior_intro div.background {
      text-align: center; } }
  body#landing_junior section#junior_intro div.background:before {
    content: "";
    background: url("/assets/images/design/overlay.png");
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: right; }
    @media screen and (max-width: 1100px) {
      body#landing_junior section#junior_intro div.background:before {
        background-image: none;
        background-color: #345f8d;
        opacity: 0.8; } }

body#landing_junior section#junior_intro .content {
  padding: 125px 0;
  position: relative;
  max-width: 74em;
  margin: 0 auto;
  display: inline-block;
  height: 100%;
  text-align: left;
  margin-right: 100px; }
  @media screen and (max-width: 1100px) {
    body#landing_junior section#junior_intro .content {
      max-width: 90%;
      padding: 120px 0; } }
  @media screen and (max-width: 980px) {
    body#landing_junior section#junior_intro .content {
      padding: 100px 0;
      margin-right: 0; } }
  @media screen and (max-width: 790px) {
    body#landing_junior section#junior_intro .content {
      display: inline-block;
      width: 100%;
      max-width: none;
      padding: 70px 0; } }
  body#landing_junior section#junior_intro .content div.banner {
    float: left;
    display: block;
    margin-right: 1.8867924528%;
    width: 57.5471698113%;
    float: right;
    padding-left: 35px;
    margin-right: 20px !important; }
    body#landing_junior section#junior_intro .content div.banner:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1100px) {
      body#landing_junior section#junior_intro .content div.banner {
        float: left;
        display: block;
        margin-right: 1.8867924528%;
        width: 66.0377358491%;
        float: right;
        padding-left: 0; }
        body#landing_junior section#junior_intro .content div.banner:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 980px) {
      body#landing_junior section#junior_intro .content div.banner {
        float: none;
        padding-left: 0;
        float: left;
        display: block;
        margin-right: 1.8867924528%;
        width: 100%;
        margin-right: 0; }
        body#landing_junior section#junior_intro .content div.banner:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 790px) {
      body#landing_junior section#junior_intro .content div.banner {
        padding: 0 30px;
        text-align: center; } }
    @media screen and (max-width: 560px) {
      body#landing_junior section#junior_intro .content div.banner {
        padding: 0 15px; } }
  body#landing_junior section#junior_intro .content h1 {
    font-family: "Montserrat_Bold", Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.7;
    color: white;
    font-size: 2.8em;
    margin-bottom: 30px; }
    @media screen and (max-width: 660px) {
      body#landing_junior section#junior_intro .content h1 {
        font-size: 2em; } }
  body#landing_junior section#junior_intro .content p {
    color: white;
    font-family: "Montserrat_Regular", Arial, sans-serif;
    font-size: 1.5em; }
    @media screen and (max-width: 1100px) {
      body#landing_junior section#junior_intro .content p {
        font-size: 1.3em; } }
  body#landing_junior section#junior_intro .content .button {
    text-transform: uppercase;
    border-radius: 50px;
    background: white;
    color: #1F356F;
    margin-right: 30px;
    font-size: 1.3em;
    padding: 15px 40px;
    border: none;
    font-family: "Montserrat_Bold", Arial, sans-serif;
    margin-bottom: 20px;
    text-align: center; }
    body#landing_junior section#junior_intro .content .button:after {
      font-family: "icomoon";
      content: "\e380";
      font-size: 1.1em;
      position: relative;
      top: 1px;
      margin-left: 10px;
      display: inline-block; }
    body#landing_junior section#junior_intro .content .button:hover {
      background: #1F356F;
      color: white; }
    @media screen and (max-width: 790px) {
      body#landing_junior section#junior_intro .content .button {
        display: block;
        width: 100%; } }
    @media screen and (max-width: 560px) {
      body#landing_junior section#junior_intro .content .button {
        font-size: 1.1em; } }
  body#landing_junior section#junior_intro .content a.button-2 {
    background: none;
    padding: 15px 0;
    text-transform: uppercase;
    color: white;
    font-size: 1.3em;
    border: none;
    font-family: "Montserrat_Bold", Arial, sans-serif;
    margin-bottom: 0;
    display: inline-block; }
    @media screen and (max-width: 790px) {
      body#landing_junior section#junior_intro .content a.button-2 {
        display: block;
        width: 100%;
        text-align: center; } }
    body#landing_junior section#junior_intro .content a.button-2:after {
      font-family: "icomoon";
      content: "\e380";
      font-size: 1.1em;
      position: relative;
      top: 1px;
      margin-left: 10px;
      color: #fff;
      display: inline-block; }
    @media screen and (max-width: 560px) {
      body#landing_junior section#junior_intro .content a.button-2 {
        font-size: 1.1em; } }

body#landing_junior section#junior_fund_panels {
  text-align: center; }
  body#landing_junior section#junior_fund_panels > div {
    display: inline-block;
    padding: 70px 0;
    max-width: 74em;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 1100px) {
      body#landing_junior section#junior_fund_panels > div {
        max-width: 90%; } }
    @media screen and (max-width: 790px) {
      body#landing_junior section#junior_fund_panels > div {
        padding: 70px 30px;
        width: 100%;
        text-align: center;
        max-width: none; } }
    @media screen and (max-width: 560px) {
      body#landing_junior section#junior_fund_panels > div {
        padding: 70px 15px; } }
    body#landing_junior section#junior_fund_panels > div div.fund-panel {
      display: inline-block;
      text-align: center;
      float: left;
      display: block;
      margin-right: 1.8867924528%;
      width: 49.0566037736%;
      padding: 0 40px; }
      body#landing_junior section#junior_fund_panels > div div.fund-panel:last-child {
        margin-right: 0; }
      @media screen and (max-width: 790px) {
        body#landing_junior section#junior_fund_panels > div div.fund-panel {
          float: left;
          display: block;
          margin-right: 1.8867924528%;
          width: 100%;
          margin-bottom: 30px;
          padding: 0; }
          body#landing_junior section#junior_fund_panels > div div.fund-panel:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 790px) {
        body#landing_junior section#junior_fund_panels > div div.fund-panel:nth-child(2) {
          margin-bottom: 0; } }
      body#landing_junior section#junior_fund_panels > div div.fund-panel div.background-image {
        display: inline-block;
        width: 100px;
        height: 100px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        margin-bottom: 30px; }
        @media screen and (max-width: 790px) {
          body#landing_junior section#junior_fund_panels > div div.fund-panel div.background-image {
            margin-bottom: 10px; } }
      body#landing_junior section#junior_fund_panels > div div.fund-panel h2 {
        font-family: "Montserrat_Bold", Arial, sans-serif;
        text-transform: uppercase;
        font-size: 2.15em;
        color: #1F356F;
        margin-bottom: 20px; }
        @media screen and (max-width: 1100px) {
          body#landing_junior section#junior_fund_panels > div div.fund-panel h2 {
            font-size: 1.9em; } }
      body#landing_junior section#junior_fund_panels > div div.fund-panel p {
        color: #7C7C7C;
        font-size: 1.1em;
        display: block;
        margin-bottom: 20px;
        font-family: "Montserrat_Regular", Arial, sans-serif; }
      body#landing_junior section#junior_fund_panels > div div.fund-panel a.button {
        text-transform: uppercase;
        border-radius: 50px;
        background: #509ff0;
        color: white;
        font-size: 1.1em;
        padding: 20px 50px;
        border: none;
        font-family: "Montserrat_Bold", Arial, sans-serif;
        text-align: center; }
        body#landing_junior section#junior_fund_panels > div div.fund-panel a.button:hover {
          background: #2185ec; }

body#landing_junior span#price-performance {
  overflow: visible !important; }
  @media screen and (max-width: 980px) {
    body#landing_junior span#price-performance div#investment_growth {
      margin-right: 0 !important; } }
  body#landing_junior span#price-performance section#junior_performance {
    background: #F8F8F8;
    text-align: center;
    position: relative;
    border-top: 1px solid #E8E8E8; }
    body#landing_junior span#price-performance section#junior_performance:after {
      position: absolute;
      background: url(/assets/images/design/arrow-top.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: top center;
      content: "";
      left: 26%;
      top: -27px;
      width: 57px;
      height: 29px; }
      @media screen and (max-width: 1100px) {
        body#landing_junior span#price-performance section#junior_performance:after {
          left: 24%; } }
      @media screen and (max-width: 790px) {
        body#landing_junior span#price-performance section#junior_performance:after {
          display: none; } }
    body#landing_junior span#price-performance section#junior_performance > div {
      width: 100%;
      display: inline-block;
      padding: 70px 0 30px;
      max-width: 83%;
      margin-left: auto;
      margin-right: auto; }
      @media screen and (max-width: 1100px) {
        body#landing_junior span#price-performance section#junior_performance > div {
          max-width: 90%; } }
      body#landing_junior span#price-performance section#junior_performance > div h2 {
        float: left;
        text-align: left;
        font-family: "Montserrat_Bold", Arial, sans-serif;
        text-transform: uppercase;
        font-size: 1.8em;
        color: #1F356F;
        margin-bottom: 20px;
        margin-top: 2px; }
        @media screen and (max-width: 1100px) {
          body#landing_junior span#price-performance section#junior_performance > div h2 {
            font-size: 1.6em; } }
        body#landing_junior span#price-performance section#junior_performance > div h2 ul {
          display: block; }
        @media screen and (max-width: 790px) {
          body#landing_junior span#price-performance section#junior_performance > div h2 {
            display: block;
            width: 100%; } }
      body#landing_junior span#price-performance section#junior_performance > div h3 {
        text-align: left;
        font-family: "Montserrat_Bold", Arial, sans-serif;
        text-transform: uppercase;
        font-size: 1.8em;
        color: #1F356F;
        margin-bottom: 20px; }
        @media screen and (max-width: 1100px) {
          body#landing_junior span#price-performance section#junior_performance > div h3 {
            font-size: 1.6em; } }
        body#landing_junior span#price-performance section#junior_performance > div h3 span {
          display: block;
          float: none;
          text-align: right;
          text-transform: capitalize;
          font-family: "Montserrat_Medium", Arial, sans-serif;
          margin-top: 30px;
          font-size: 0.6em; }
      body#landing_junior span#price-performance section#junior_performance > div div.table {
        border-bottom: none; }
        body#landing_junior span#price-performance section#junior_performance > div div.table div.header div {
          font-family: "Montserrat_Regular", Arial, sans-serif;
          text-shadow: none;
          background: #509ff0;
          padding: 30px 10px; }
        body#landing_junior span#price-performance section#junior_performance > div div.table div.row {
          border-bottom: none; }
          body#landing_junior span#price-performance section#junior_performance > div div.table div.row div {
            font-family: "Montserrat_Medium", Arial, sans-serif;
            padding: 26px 10px;
            text-shadow: none;
            box-shadow: none;
            font-size: 1.14em;
            border-left: 1px solid #ebebeb;
            color: #747474; }
            body#landing_junior span#price-performance section#junior_performance > div div.table div.row div.empty {
              border-left: none; }
      body#landing_junior span#price-performance section#junior_performance > div div.risk_data_wrap div.header {
        background: #509ff0; }
        body#landing_junior span#price-performance section#junior_performance > div div.risk_data_wrap div.header div {
          padding: 20px 10px;
          background: #509ff0;
          text-shadow: none;
          position: relative;
          min-height: 97px; }
          @media screen and (max-width: 790px) {
            body#landing_junior span#price-performance section#junior_performance > div div.risk_data_wrap div.header div {
              font-size: 12px; } }
          body#landing_junior span#price-performance section#junior_performance > div div.risk_data_wrap div.header div a {
            font-size: 1.2em;
            font-weight: 800;
            width: 20px;
            border-radius: 100%;
            height: 20px;
            background: white;
            color: #509ff0;
            bottom: 16px;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%); }
            @media screen and (max-width: 790px) {
              body#landing_junior span#price-performance section#junior_performance > div div.risk_data_wrap div.header div a {
                line-height: 1.6em; } }
      body#landing_junior span#price-performance section#junior_performance > div div.links {
        padding: 60px 0; }
        body#landing_junior span#price-performance section#junior_performance > div div.links a.button {
          text-transform: uppercase;
          border-radius: 50px;
          background: #bbbbbb;
          color: white;
          font-size: 1em;
          padding: 13px 30px;
          border: none;
          font-family: "Montserrat_Bold", Arial, sans-serif;
          text-align: center;
          margin: 0 6px;
          margin-bottom: 10px; }
          body#landing_junior span#price-performance section#junior_performance > div div.links a.button:hover, body#landing_junior span#price-performance section#junior_performance > div div.links a.button:focus, body#landing_junior span#price-performance section#junior_performance > div div.links a.button.active, body#landing_junior span#price-performance section#junior_performance > div div.links a.button.flex-active {
            background: #509ff0; }
          @media screen and (max-width: 980px) {
            body#landing_junior span#price-performance section#junior_performance > div div.links a.button {
              font-size: 0.9em; } }
          @media screen and (max-width: 790px) {
            body#landing_junior span#price-performance section#junior_performance > div div.links a.button {
              width: 47%;
              display: inline-block;
              margin-bottom: 10px; } }
          @media screen and (max-width: 560px) {
            body#landing_junior span#price-performance section#junior_performance > div div.links a.button {
              width: 100%;
              display: block;
              margin: 0;
              margin-bottom: 10px; } }
  body#landing_junior span#price-performance section#junior_fund_overview {
    background: #F8F8F8;
    text-align: center;
    position: relative;
    border-top: 1px solid #E8E8E8; }
    body#landing_junior span#price-performance section#junior_fund_overview:after {
      position: absolute;
      background: url(/assets/images/design/arrow-top.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: top center;
      content: "";
      right: 26%;
      top: -27px;
      width: 57px;
      height: 29px; }
      @media screen and (max-width: 1100px) {
        body#landing_junior span#price-performance section#junior_fund_overview:after {
          right: 24%; } }
      @media screen and (max-width: 790px) {
        body#landing_junior span#price-performance section#junior_fund_overview:after {
          display: none; } }
    body#landing_junior span#price-performance section#junior_fund_overview > div {
      width: 100%;
      display: inline-block;
      padding: 70px 0 30px;
      max-width: 83%;
      margin-left: auto;
      margin-right: auto; }
      @media screen and (max-width: 1100px) {
        body#landing_junior span#price-performance section#junior_fund_overview > div {
          max-width: 90%; } }
      body#landing_junior span#price-performance section#junior_fund_overview > div h4 {
        text-align: left;
        font-family: "Montserrat_Bold", Arial, sans-serif;
        text-transform: uppercase;
        border: none;
        font-size: 1.8em;
        color: #1F356F;
        margin-bottom: 20px;
        padding-bottom: 0;
        width: 100%; }
        @media screen and (max-width: 1100px) {
          body#landing_junior span#price-performance section#junior_fund_overview > div h4 {
            font-size: 1.6em; } }
        @media screen and (max-width: 790px) {
          body#landing_junior span#price-performance section#junior_fund_overview > div h4 {
            display: block;
            width: 100%; } }
        body#landing_junior span#price-performance section#junior_fund_overview > div h4 span {
          display: block;
          float: none;
          text-align: right;
          text-transform: capitalize;
          font-family: "Montserrat_Medium", Arial, sans-serif;
          margin-top: 30px;
          font-size: 0.6em; }
          @media screen and (max-width: 790px) {
            body#landing_junior span#price-performance section#junior_fund_overview > div h4 span {
              text-align: left; } }
      body#landing_junior span#price-performance section#junior_fund_overview > div div.articles-container {
        margin: 0 20px; }
        @media screen and (max-width: 1100px) {
          body#landing_junior span#price-performance section#junior_fund_overview > div div.articles-container {
            margin: 0; } }
      body#landing_junior span#price-performance section#junior_fund_overview > div div.table {
        border-bottom: 1px solid #ebebeb;
        min-width: 400px; }
        @media screen and (max-width: 790px) {
          body#landing_junior span#price-performance section#junior_fund_overview > div div.table:first-of-type {
            margin-bottom: 30px; } }
        body#landing_junior span#price-performance section#junior_fund_overview > div div.table div.header div {
          font-family: "Montserrat_Regular", Arial, sans-serif;
          text-shadow: none;
          background: #509ff0;
          padding: 11px 10px;
          font-size: 1.05em; }
        body#landing_junior span#price-performance section#junior_fund_overview > div div.table div.row {
          border-bottom: none; }
          body#landing_junior span#price-performance section#junior_fund_overview > div div.table div.row div {
            font-family: "Montserrat_Medium", Arial, sans-serif;
            padding: 11px 10px;
            text-shadow: none;
            box-shadow: none;
            font-size: 1em;
            border-left: 1px solid #ebebeb;
            color: #747474; }
            @media screen and (max-width: 1100px) {
              body#landing_junior span#price-performance section#junior_fund_overview > div div.table div.row div {
                font-size: 0.9em; } }
            @media screen and (max-width: 790px) {
              body#landing_junior span#price-performance section#junior_fund_overview > div div.table div.row div {
                font-size: 1em; } }
      body#landing_junior span#price-performance section#junior_fund_overview > div article {
        display: inline-block;
        width: 33%;
        vertical-align: top;
        padding: 0 10px; }
        @media screen and (max-width: 980px) {
          body#landing_junior span#price-performance section#junior_fund_overview > div article {
            width: 32%; } }
        @media screen and (max-width: 790px) {
          body#landing_junior span#price-performance section#junior_fund_overview > div article {
            width: 100%;
            display: block;
            margin-bottom: 20px;
            padding: 0; } }
        body#landing_junior span#price-performance section#junior_fund_overview > div article div#chart_sector, body#landing_junior span#price-performance section#junior_fund_overview > div article div#sectorBenchmark {
          height: auto !important; }
          body#landing_junior span#price-performance section#junior_fund_overview > div article div#chart_sector > div, body#landing_junior span#price-performance section#junior_fund_overview > div article div#sectorBenchmark > div {
            background: white;
            border: 1px solid #DDD; }
      body#landing_junior span#price-performance section#junior_fund_overview > div div.links {
        padding: 60px 0; }
        @media screen and (max-width: 790px) {
          body#landing_junior span#price-performance section#junior_fund_overview > div div.links {
            text-align: left; } }
        body#landing_junior span#price-performance section#junior_fund_overview > div div.links a.button {
          text-transform: uppercase;
          border-radius: 50px;
          background: #bbbbbb;
          color: white;
          font-size: 1em;
          padding: 13px 26px;
          border: none;
          font-family: "Montserrat_Bold", Arial, sans-serif;
          text-align: center;
          margin: 0 6px;
          margin-bottom: 10px; }
          body#landing_junior span#price-performance section#junior_fund_overview > div div.links a.button:hover, body#landing_junior span#price-performance section#junior_fund_overview > div div.links a.button:focus, body#landing_junior span#price-performance section#junior_fund_overview > div div.links a.button.active, body#landing_junior span#price-performance section#junior_fund_overview > div div.links a.button.flex-active {
            background: #509ff0; }
          @media screen and (max-width: 1100px) {
            body#landing_junior span#price-performance section#junior_fund_overview > div div.links a.button {
              padding: 13px 19px; } }
          @media screen and (max-width: 980px) {
            body#landing_junior span#price-performance section#junior_fund_overview > div div.links a.button {
              font-size: 0.9em;
              padding: 13px 15px; } }
          @media screen and (max-width: 790px) {
            body#landing_junior span#price-performance section#junior_fund_overview > div div.links a.button {
              width: 47%;
              display: inline-block;
              margin-bottom: 10px; } }
          @media screen and (max-width: 560px) {
            body#landing_junior span#price-performance section#junior_fund_overview > div div.links a.button {
              width: 100%;
              display: block;
              margin: 0;
              margin-bottom: 10px; } }
      body#landing_junior span#price-performance section#junior_fund_overview > div section.top_10 > div {
        border-right: 1px solid #ebebeb;
        display: inline-block;
        width: 47%; }
        @media screen and (max-width: 790px) {
          body#landing_junior span#price-performance section#junior_fund_overview > div section.top_10 > div {
            width: 100%;
            display: block; } }
        body#landing_junior span#price-performance section#junior_fund_overview > div section.top_10 > div:first-of-type {
          margin-right: 20px; }
          @media screen and (max-width: 790px) {
            body#landing_junior span#price-performance section#junior_fund_overview > div section.top_10 > div:first-of-type {
              margin-right: 0; } }

body#landing_junior section#junior_investment_trends {
  position: relative;
  margin-top: -18px; }
  body#landing_junior section#junior_investment_trends .trends-slider {
    overflow: hidden; }
  body#landing_junior section#junior_investment_trends div.background-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center; }
    body#landing_junior section#junior_investment_trends div.background-image > div {
      background: none;
      width: 100%;
      display: inline-block;
      padding: 190px 0;
      max-width: 83%;
      margin-left: auto;
      margin-right: auto;
      text-align: left; }
      @media screen and (max-width: 1100px) {
        body#landing_junior section#junior_investment_trends div.background-image > div {
          max-width: 90%; } }
      @media screen and (max-width: 980px) {
        body#landing_junior section#junior_investment_trends div.background-image > div {
          padding-bottom: 240px; } }
    body#landing_junior section#junior_investment_trends div.background-image .investment-trends-lightbox {
      display: none; }
  body#landing_junior section#junior_investment_trends h2, body#landing_junior section#junior_investment_trends h3, body#landing_junior section#junior_investment_trends p {
    color: white;
    display: block; }
  body#landing_junior section#junior_investment_trends h2 {
    font-family: "Montserrat_Bold", Arial, sans-serif;
    text-transform: uppercase;
    margin-bottom: 45px;
    position: absolute;
    left: 8.5%;
    top: 80px;
    z-index: 100; }
    @media screen and (max-width: 1100px) {
      body#landing_junior section#junior_investment_trends h2 {
        left: 5%; } }
  body#landing_junior section#junior_investment_trends h3 {
    font-family: "Montserrat_Medium", Arial, sans-serif;
    font-size: 1.9em;
    line-height: 1.3em; }
  body#landing_junior section#junior_investment_trends p {
    font-size: 1.2em;
    font-family: "Montserrat_Regular", Arial, sans-serif;
    width: 50%; }
    @media screen and (max-width: 1100px) {
      body#landing_junior section#junior_investment_trends p {
        width: 65%; } }
    @media screen and (max-width: 790px) {
      body#landing_junior section#junior_investment_trends p {
        width: 100%; } }
  body#landing_junior section#junior_investment_trends a {
    color: white;
    font-family: "Montserrat_Bold", Arial, sans-serif;
    position: relative;
    padding-right: 24px;
    text-transform: uppercase;
    font-size: 1.18em; }
    body#landing_junior section#junior_investment_trends a:after {
      font-family: "icomoon";
      content: "\f078";
      font-size: 0.9em;
      position: absolute;
      top: 2px;
      right: 0; }
    body#landing_junior section#junior_investment_trends a:hover {
      opacity: 0.9; }
  body#landing_junior section#junior_investment_trends div.investment-links {
    position: absolute;
    left: 8.5%;
    bottom: 80px;
    z-index: 100;
    display: block; }
    @media screen and (max-width: 1100px) {
      body#landing_junior section#junior_investment_trends div.investment-links {
        left: 5%; } }
    @media screen and (max-width: 980px) {
      body#landing_junior section#junior_investment_trends div.investment-links {
        bottom: 60px; } }
    body#landing_junior section#junior_investment_trends div.investment-links ul {
      margin-left: 0; }
      body#landing_junior section#junior_investment_trends div.investment-links ul li {
        list-style: none;
        display: inline-block;
        position: relative;
        padding: 0 20px; }
        @media screen and (max-width: 980px) {
          body#landing_junior section#junior_investment_trends div.investment-links ul li {
            display: block;
            margin-bottom: 15px;
            padding: 0; } }
        body#landing_junior section#junior_investment_trends div.investment-links ul li:first-of-type {
          padding-left: 0; }
        body#landing_junior section#junior_investment_trends div.investment-links ul li:last-of-type {
          padding-right: 0; }
          body#landing_junior section#junior_investment_trends div.investment-links ul li:last-of-type:after {
            display: none; }
        body#landing_junior section#junior_investment_trends div.investment-links ul li:after {
          content: "";
          width: 1px;
          height: 18px;
          background: white;
          opacity: 0.6;
          position: absolute;
          right: 0;
          top: 5px; }
          @media screen and (max-width: 980px) {
            body#landing_junior section#junior_investment_trends div.investment-links ul li:after {
              display: none; } }
        body#landing_junior section#junior_investment_trends div.investment-links ul li a {
          padding-bottom: 6px;
          padding-right: 0;
          font-size: 1.11em; }
          body#landing_junior section#junior_investment_trends div.investment-links ul li a:after {
            display: none; }
          @media screen and (max-width: 1100px) {
            body#landing_junior section#junior_investment_trends div.investment-links ul li a {
              font-size: 1em; } }
          body#landing_junior section#junior_investment_trends div.investment-links ul li a:hover, body#landing_junior section#junior_investment_trends div.investment-links ul li a:focus, body#landing_junior section#junior_investment_trends div.investment-links ul li a.active, body#landing_junior section#junior_investment_trends div.investment-links ul li a.flex-active {
            color: #509ff0;
            border-bottom: 1px solid #509ff0; }
  body#landing_junior section#junior_investment_trends .flex-direction-nav a {
    position: absolute !important;
    opacity: 1;
    padding-right: 0; }
    body#landing_junior section#junior_investment_trends .flex-direction-nav a:after {
      content: ''; }
    @media screen and (max-width: 1100px) {
      body#landing_junior section#junior_investment_trends .flex-direction-nav a:before {
        font-size: 20px; } }
    @media screen and (max-width: 790px) {
      body#landing_junior section#junior_investment_trends .flex-direction-nav a {
        display: none; } }

body#landing_junior section#junior_manager_profile {
  text-align: center; }
  body#landing_junior section#junior_manager_profile > div {
    width: 100%;
    display: inline-block;
    padding: 70px 0 0;
    max-width: 83%;
    margin-left: auto;
    margin-right: auto;
    text-align: left; }
    @media screen and (max-width: 1100px) {
      body#landing_junior section#junior_manager_profile > div {
        max-width: 90%; } }
    body#landing_junior section#junior_manager_profile > div h2 {
      color: #1F356F;
      text-transform: uppercase;
      margin-bottom: 25px;
      font-family: "Montserrat_Bold", Arial, sans-serif; }
      @media screen and (max-width: 980px) {
        body#landing_junior section#junior_manager_profile > div h2 {
          font-size: 1.9em; } }
      @media screen and (max-width: 790px) {
        body#landing_junior section#junior_manager_profile > div h2 {
          margin-bottom: 15px; } }
    body#landing_junior section#junior_manager_profile > div h3 {
      font-family: "Montserrat_Medium", Arial, sans-serif;
      font-size: 1.9em;
      line-height: 1.3em;
      color: #888; }
      @media screen and (max-width: 790px) {
        body#landing_junior section#junior_manager_profile > div h3 {
          margin-bottom: 15px; } }
    body#landing_junior section#junior_manager_profile > div p {
      font-size: 1.1em;
      font-family: "Montserrat_Regular", Arial, sans-serif;
      color: #7C7C7C;
      margin-bottom: 70px; }
    body#landing_junior section#junior_manager_profile > div div.slider_video {
      width: 54%;
      display: inline-block;
      vertical-align: bottom; }
      @media screen and (max-width: 790px) {
        body#landing_junior section#junior_manager_profile > div div.slider_video {
          width: 100%;
          margin-bottom: 20px; } }
      body#landing_junior section#junior_manager_profile > div div.slider_video a {
        display: block;
        width: 100%;
        height: 420px;
        background-size: contain !important;
        background-position: right bottom !important;
        background-repeat: no-repeat !important;
        position: relative; }
        @media screen and (max-width: 1100px) {
          body#landing_junior section#junior_manager_profile > div div.slider_video a {
            background-size: 70% !important; } }
        @media screen and (max-width: 790px) {
          body#landing_junior section#junior_manager_profile > div div.slider_video a {
            height: 340px;
            background-size: contain !important;
            background-position: center bottom !important; } }
        body#landing_junior section#junior_manager_profile > div div.slider_video a:hover div.button-play h4, body#landing_junior section#junior_manager_profile > div div.slider_video a:hover div.button-play span {
          color: #2185ec; }
        body#landing_junior section#junior_manager_profile > div div.slider_video a div.button-play {
          position: absolute;
          left: 0;
          top: 40px;
          width: 40%;
          text-align: center; }
          @media screen and (max-width: 790px) {
            body#landing_junior section#junior_manager_profile > div div.slider_video a div.button-play {
              width: 100%;
              top: 50%;
              left: 50%;
              -webkit-transform: translate(-50%, -50%);
              -moz-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
              -o-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); } }
          body#landing_junior section#junior_manager_profile > div div.slider_video a div.button-play h4 {
            text-transform: uppercase;
            color: #509ff0;
            font-family: "Montserrat_Medium", Arial, sans-serif;
            line-height: 1.3em;
            -webkit-transition: all, 0.4s, ease-in-out;
            -moz-transition: all, 0.4s, ease-in-out;
            transition: all, 0.4s, ease-in-out; }
            @media screen and (max-width: 790px) {
              body#landing_junior section#junior_manager_profile > div div.slider_video a div.button-play h4 {
                display: none; } }
          body#landing_junior section#junior_manager_profile > div div.slider_video a div.button-play span {
            font-size: 5.6em;
            color: #509ff0;
            -webkit-transition: all, 0.4s, ease-in-out;
            -moz-transition: all, 0.4s, ease-in-out;
            transition: all, 0.4s, ease-in-out; }
    body#landing_junior section#junior_manager_profile > div div.profile-info {
      width: 45%;
      display: inline-block;
      padding-left: 36px; }
      @media screen and (max-width: 1100px) {
        body#landing_junior section#junior_manager_profile > div div.profile-info {
          padding-left: 20px; } }
      @media screen and (max-width: 790px) {
        body#landing_junior section#junior_manager_profile > div div.profile-info {
          width: 100%; } }

body#landing_junior section#junior_awards_news {
  text-align: center;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD; }
  body#landing_junior section#junior_awards_news > div {
    width: 100%;
    display: inline-block;
    padding: 70px 0;
    max-width: 83%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    position: relative; }
    @media screen and (max-width: 1100px) {
      body#landing_junior section#junior_awards_news > div {
        max-width: 90%; } }
    body#landing_junior section#junior_awards_news > div h2 {
      color: #1F356F;
      text-transform: uppercase;
      margin-bottom: 40px;
      font-family: "Montserrat_Bold", Arial, sans-serif; }
      @media screen and (max-width: 980px) {
        body#landing_junior section#junior_awards_news > div h2 {
          font-size: 1.9em; } }
      @media screen and (max-width: 790px) {
        body#landing_junior section#junior_awards_news > div h2 {
          margin-bottom: 15px; } }
    body#landing_junior section#junior_awards_news > div p {
      font-size: 1.1em;
      font-family: "Montserrat_Regular", Arial, sans-serif;
      color: #7C7C7C;
      margin-bottom: 20px; }
      body#landing_junior section#junior_awards_news > div p:last-of-type {
        margin-bottom: 0; }
    body#landing_junior section#junior_awards_news > div div.awards {
      width: 33%;
      display: inline-block;
      vertical-align: top; }
      @media screen and (max-width: 790px) {
        body#landing_junior section#junior_awards_news > div div.awards {
          width: 100%; } }
    body#landing_junior section#junior_awards_news > div div.funds-media {
      width: 64%;
      display: inline-block;
      padding-left: 120px; }
      @media screen and (max-width: 1100px) {
        body#landing_junior section#junior_awards_news > div div.funds-media {
          padding-left: 100px; } }
      @media screen and (max-width: 790px) {
        body#landing_junior section#junior_awards_news > div div.funds-media {
          width: 100%;
          padding-left: 0;
          margin-top: 40px; } }
      body#landing_junior section#junior_awards_news > div div.funds-media div.news-container {
        width: 54%;
        display: inline-block; }
        @media screen and (max-width: 1100px) {
          body#landing_junior section#junior_awards_news > div div.funds-media div.news-container {
            width: 58%; } }
        @media screen and (max-width: 790px) {
          body#landing_junior section#junior_awards_news > div div.funds-media div.news-container {
            width: 100%; } }
        body#landing_junior section#junior_awards_news > div div.funds-media div.news-container p {
          font-size: 1em;
          opacity: 0.6;
          margin-bottom: 0;
          display: inline-block; }
          body#landing_junior section#junior_awards_news > div div.funds-media div.news-container p.website {
            margin-left: 10px;
            padding-left: 10px;
            position: relative; }
            body#landing_junior section#junior_awards_news > div div.funds-media div.news-container p.website:after {
              position: absolute;
              left: 0;
              content: "";
              width: 1px;
              height: 16px;
              top: 6px;
              background: #7C7C7C; }
        body#landing_junior section#junior_awards_news > div div.funds-media div.news-container a.title {
          font-family: "Montserrat_Medium", Arial, sans-serif;
          display: block;
          margin-bottom: 18px;
          font-size: 1.16em;
          line-height: 1.4em;
          position: relative;
          padding-right: 20px;
          color: #888; }
          body#landing_junior section#junior_awards_news > div div.funds-media div.news-container a.title:hover {
            color: #509ff0; }
          body#landing_junior section#junior_awards_news > div div.funds-media div.news-container a.title span {
            position: absolute;
            top: 50%;
            right: 0;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%); }
        body#landing_junior section#junior_awards_news > div div.funds-media div.news-container a.view-more {
          font-family: "Montserrat_Bold", Arial, sans-serif;
          position: relative;
          text-transform: uppercase;
          font-size: 1.14em;
          position: relative;
          padding-right: 22px;
          display: inline-block;
          margin-top: 10px; }
          body#landing_junior section#junior_awards_news > div div.funds-media div.news-container a.view-more span {
            position: absolute;
            right: 0;
            top: 2px; }
    body#landing_junior section#junior_awards_news > div div.image-container {
      position: absolute;
      right: 0;
      top: 158px;
      max-width: 26%; }
      @media screen and (max-width: 1100px) {
        body#landing_junior section#junior_awards_news > div div.image-container {
          max-width: 21%; } }
      @media screen and (max-width: 790px) {
        body#landing_junior section#junior_awards_news > div div.image-container {
          position: relative;
          max-width: 100%;
          top: 0;
          margin-top: 30px; } }

body#landing_junior section#junior_newsletter_downloads {
  border-bottom: 7px solid #1F356F;
  display: inline-block;
  width: 100%; }
  body#landing_junior section#junior_newsletter_downloads h2 {
    color: #1F356F;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-family: "Montserrat_Bold", Arial, sans-serif; }
    @media screen and (max-width: 980px) {
      body#landing_junior section#junior_newsletter_downloads h2 {
        font-size: 1.9em; } }
    @media screen and (max-width: 790px) {
      body#landing_junior section#junior_newsletter_downloads h2 {
        margin-bottom: 15px; } }
  body#landing_junior section#junior_newsletter_downloads div.newsletter-container {
    width: 50%;
    float: left;
    padding: 70px 0;
    background: #F8F8F8;
    text-align: right; }
    @media screen and (max-width: 790px) {
      body#landing_junior section#junior_newsletter_downloads div.newsletter-container {
        width: 100%;
        float: none;
        text-align: center; } }
    body#landing_junior section#junior_newsletter_downloads div.newsletter-container div.newsletter-box {
      width: 83%;
      text-align: left;
      display: inline-block;
      padding-right: 100px; }
      @media screen and (max-width: 1100px) {
        body#landing_junior section#junior_newsletter_downloads div.newsletter-container div.newsletter-box {
          width: 83%;
          padding-right: 50px; } }
      @media screen and (max-width: 790px) {
        body#landing_junior section#junior_newsletter_downloads div.newsletter-container div.newsletter-box {
          width: 100%;
          padding-right: 0;
          max-width: 90%; } }
    body#landing_junior section#junior_newsletter_downloads div.newsletter-container p {
      font-size: 1.1em;
      font-family: "Montserrat_Regular", Arial, sans-serif;
      color: #7C7C7C;
      margin-bottom: 20px; }
    body#landing_junior section#junior_newsletter_downloads div.newsletter-container div.select-wrap div.select-box {
      position: relative; }
      body#landing_junior section#junior_newsletter_downloads div.newsletter-container div.select-wrap div.select-box:after {
        position: absolute;
        font-family: "icomoon";
        content: "\f0a3";
        top: 50%;
        right: 27px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 1.16em;
        color: #509ff0;
        pointer-events: none; }
    body#landing_junior section#junior_newsletter_downloads div.newsletter-container div.select-wrap select, body#landing_junior section#junior_newsletter_downloads div.newsletter-container div.select-wrap input, body#landing_junior section#junior_newsletter_downloads div.newsletter-container div.select-wrap textarea {
      border: 1px solid #d5d5d5;
      outline: none;
      border-radius: 29px;
      font-family: "Montserrat_Regular", Arial, sans-serif;
      padding: 12px 22px;
      font-size: 1.2em;
      margin-bottom: 25px;
      color: #a2a2a2;
      box-shadow: none;
      background: white; }
    body#landing_junior section#junior_newsletter_downloads div.newsletter-container div.select-wrap select, body#landing_junior section#junior_newsletter_downloads div.newsletter-container div.select-wrap input {
      height: 57px; }
    body#landing_junior section#junior_newsletter_downloads div.newsletter-container div.select-wrap select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      color: #509ff0; }
      body#landing_junior section#junior_newsletter_downloads div.newsletter-container div.select-wrap select::-ms-expand {
        display: none; }
    body#landing_junior section#junior_newsletter_downloads div.newsletter-container div.select-wrap ::-webkit-input-placeholder {
      color: #a2a2a2; }
    body#landing_junior section#junior_newsletter_downloads div.newsletter-container div.select-wrap :-moz-placeholder {
      /* Firefox 18- */
      color: #a2a2a2; }
    body#landing_junior section#junior_newsletter_downloads div.newsletter-container div.select-wrap ::-moz-placeholder {
      /* Firefox 19+ */
      color: #a2a2a2; }
    body#landing_junior section#junior_newsletter_downloads div.newsletter-container div.select-wrap :-ms-input-placeholder {
      color: #a2a2a2; }
    body#landing_junior section#junior_newsletter_downloads div.newsletter-container div.select-wrap select {
      border: 2px solid #509ff0; }
    body#landing_junior section#junior_newsletter_downloads div.newsletter-container button.button {
      font-family: "Montserrat_Bold", Arial, sans-serif;
      padding: 18px 20px;
      font-size: 1.1em;
      text-align: center;
      border-radius: 50px;
      text-transform: uppercase;
      color: white;
      border: none;
      background: #509ff0;
      margin-bottom: 0;
      min-width: 284px;
      -webkit-transition: all, 0.4s, ease-in-out;
      -moz-transition: all, 0.4s, ease-in-out;
      transition: all, 0.4s, ease-in-out; }
      body#landing_junior section#junior_newsletter_downloads div.newsletter-container button.button:hover {
        background: #2185ec; }
      @media screen and (max-width: 980px) {
        body#landing_junior section#junior_newsletter_downloads div.newsletter-container button.button {
          min-width: auto;
          width: 100%; } }
  body#landing_junior section#junior_newsletter_downloads div.downloads-container {
    width: 50%;
    float: right;
    padding: 70px 0 0;
    text-align: left; }
    @media screen and (max-width: 790px) {
      body#landing_junior section#junior_newsletter_downloads div.downloads-container {
        width: 100%;
        float: none;
        text-align: center;
        padding-bottom: 70px; } }
    body#landing_junior section#junior_newsletter_downloads div.downloads-container div.downloads-box {
      width: 83%;
      display: inline-block;
      padding-left: 100px; }
      @media screen and (max-width: 1100px) {
        body#landing_junior section#junior_newsletter_downloads div.downloads-container div.downloads-box {
          width: 83%;
          padding-left: 50px; } }
      @media screen and (max-width: 790px) {
        body#landing_junior section#junior_newsletter_downloads div.downloads-container div.downloads-box {
          width: 100%;
          padding-left: 0;
          max-width: 90%;
          text-align: left; } }
      body#landing_junior section#junior_newsletter_downloads div.downloads-container div.downloads-box div.links-container {
        display: inline-block;
        margin-bottom: 18px; }
      body#landing_junior section#junior_newsletter_downloads div.downloads-container div.downloads-box a {
        font-family: "Montserrat_Regular", Arial, sans-serif;
        display: block;
        position: relative;
        padding-right: 20px;
        padding-left: 30px;
        margin-bottom: 30px;
        font-size: 1.3em;
        color: #a2a2a2; }
        body#landing_junior section#junior_newsletter_downloads div.downloads-container div.downloads-box a:hover {
          color: #509ff0; }
        body#landing_junior section#junior_newsletter_downloads div.downloads-container div.downloads-box a span {
          position: relative;
          right: 0;
          top: 2px;
          margin-left: 9px;
          font-size: 0.9em; }
          body#landing_junior section#junior_newsletter_downloads div.downloads-container div.downloads-box a span.icon-file-pdf2 {
            position: absolute;
            left: 0;
            font-size: 1.1em;
            top: 1px;
            margin-left: 0;
            color: #509ff0; }
      body#landing_junior section#junior_newsletter_downloads div.downloads-container div.downloads-box div.button-box {
        padding-top: 50px;
        border-top: 1px solid #EEE; }
        body#landing_junior section#junior_newsletter_downloads div.downloads-container div.downloads-box div.button-box a.button {
          font-family: "Montserrat_Bold", Arial, sans-serif;
          padding: 18px 20px;
          font-size: 1.1em;
          text-align: center;
          border-radius: 50px;
          text-transform: uppercase;
          color: white;
          border: none;
          background: #1F356F;
          margin-bottom: 0;
          min-width: 318px;
          display: inline-block; }
          body#landing_junior section#junior_newsletter_downloads div.downloads-container div.downloads-box div.button-box a.button:hover {
            background: #142247; }
          @media screen and (max-width: 980px) {
            body#landing_junior section#junior_newsletter_downloads div.downloads-container div.downloads-box div.button-box a.button {
              min-width: 100%;
              width: 100%; } }

body#landing_junior footer {
  clear: left;
  text-align: center; }
  body#landing_junior footer > div {
    width: 100%;
    display: inline-block;
    padding: 45px 0;
    max-width: 83%;
    margin-left: auto;
    margin-right: auto;
    text-align: left; }
    @media screen and (max-width: 1100px) {
      body#landing_junior footer > div {
        max-width: 90%; } }
    body#landing_junior footer > div div.button-container {
      display: inline-block;
      vertical-align: middle;
      width: 34%;
      text-align: right; }
      @media screen and (max-width: 790px) {
        body#landing_junior footer > div div.button-container {
          width: 100%;
          text-align: left;
          margin-top: 20px; } }
    body#landing_junior footer > div p {
      font-size: 1em;
      font-family: "Montserrat_Regular", Arial, sans-serif;
      color: #7C7C7C;
      margin-bottom: 0; }
      body#landing_junior footer > div p.text {
        width: 65%;
        display: inline-block;
        vertical-align: middle; }
        @media screen and (max-width: 790px) {
          body#landing_junior footer > div p.text {
            width: 100%; } }
      body#landing_junior footer > div p a {
        color: #7C7C7C; }
        body#landing_junior footer > div p a:hover {
          color: #509ff0; }
    body#landing_junior footer > div a.button {
      font-family: "Montserrat_Bold", Arial, sans-serif;
      padding: 15px 40px;
      font-size: 1em;
      text-align: center;
      border-radius: 50px;
      text-transform: uppercase;
      color: #509ff0;
      border: 2px solid #d5d5d5;
      margin-bottom: 0; }
      body#landing_junior footer > div a.button:hover {
        background: #509ff0;
        color: white;
        border: 2px solid #509ff0; }
      @media screen and (max-width: 1100px) {
        body#landing_junior footer > div a.button {
          font-size: 0.9em;
          padding: 15px 30px; } }
      @media screen and (max-width: 500px) {
        body#landing_junior footer > div a.button {
          display: block; } }
    body#landing_junior footer > div p.copyright {
      display: inline-block;
      margin-top: 30px;
      font-size: 0.9em; }

.lb_overlay, .js_lb_overlay {
  background: #003762 !important;
  opacity: 0.9 !important; }

div.lightbox {
  position: relative;
  display: none;
  width: 600px;
  *zoom: 1;
  background: #ffffff;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.5);
  padding: 30px;
  border-radius: 4px; }
  div.lightbox:before, div.lightbox:after {
    content: "";
    display: table; }
  div.lightbox:after {
    clear: both; }
  @media screen and (max-width: 790px) {
    div.lightbox {
      width: 500px; } }
  @media screen and (max-width: 560px) {
    div.lightbox {
      width: 360px; } }
  @media screen and (max-width: 440px) {
    div.lightbox {
      width: 300px; } }
  div.lightbox a#close-info {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    font-size: 1.4em;
    position: absolute;
    top: -40px;
    right: 20px; }
    div.lightbox a#close-info span {
      color: rgba(255, 255, 255, 0.6); }
      div.lightbox a#close-info span:hover {
        color: #ffffff; }
  div.lightbox h2 {
    margin-bottom: 10px; }
  div.lightbox form div input[type="text"], div.lightbox form div input[type="email"] {
    background: #F4F4F4; }
  div.lightbox form div input[type="submit"] {
    text-transform: uppercase;
    background: #4595D1;
    color: #ffffff;
    border: none;
    padding: 10px 50px; }
    div.lightbox form div input[type="submit"]:hover {
      background: #3A6C94; }

div.video_box {
  display: none;
  width: 715px; }
  @media screen and (max-width: 980px) {
    div.video_box {
      width: 460px;
      height: 320px; } }
  @media screen and (max-width: 560px) {
    div.video_box {
      width: 300px;
      height: auto; } }
  div.video_box a#close-info {
    float: right;
    font-size: 1.4em;
    padding-bottom: 10px;
    color: rgba(255, 255, 255, 0.5); }
    html.ie8 div.video_box a#close-info {
      color: #ffffff; }
      html.ie8 div.video_box a#close-info:hover {
        color: #ffffff; }
    div.video_box a#close-info:hover {
      color: #ffffff; }
  div.video_box iframe {
    background: black;
    border: none;
    padding: 1px;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.5); }
    html.ie8 div.video_box iframe {
      border: none; }
    @media screen and (max-width: 980px) {
      div.video_box iframe {
        width: 460px;
        height: 320px; } }
    @media screen and (max-width: 560px) {
      div.video_box iframe {
        width: 300px;
        height: auto; } }

div#lightbox_disclaimer {
  text-align: center; }
  div#lightbox_disclaimer div#lb_disclaimer_heading {
    font-family: "Helvetica_Medium", Arial, sans-serif;
    color: #888;
    font-size: 1.4em;
    padding: 0 40px;
    margin-bottom: 20px; }
  div#lightbox_disclaimer div#lb_languages {
    font-size: 0.8em; }
  div#lightbox_disclaimer div#lb_languages {
    margin-bottom: 20px; }
    div#lightbox_disclaimer div#lb_languages ul {
      display: inline-block;
      padding: 5px 10px;
      margin: 0; }
      div#lightbox_disclaimer div#lb_languages ul li {
        display: inline-block;
        background: #ffffff;
        margin: 0;
        padding: 0; }
        div#lightbox_disclaimer div#lb_languages ul li a {
          color: #888;
          display: inline-block;
          padding: 5px 10px;
          border: 1px solid #DDD;
          margin: 0px 5px; }
          div#lightbox_disclaimer div#lb_languages ul li a:active, div#lightbox_disclaimer div#lb_languages ul li a:link {
            border-radius: 4px;
            background: #F4F4F4; }
          div#lightbox_disclaimer div#lb_languages ul li a:link {
            background: #F4F4F4; }
          div#lightbox_disclaimer div#lb_languages ul li a:hover {
            background: #dbdbdb; }
          div#lightbox_disclaimer div#lb_languages ul li a img {
            margin-right: 2px; }
        div#lightbox_disclaimer div#lb_languages ul li a.on {
          background: #dbdbdb;
          color: #444;
          border-color: #c1c1c1; }
  @media all and (max-width: 650px) {
    div#lightbox_disclaimer #lb_languages span {
      display: none; } }
  div#lightbox_disclaimer .button {
    margin-top: 20px;
    background: #4595D1;
    border: none;
    color: white; }
    div#lightbox_disclaimer .button:hover {
      background: #23608d; }
  div#lightbox_disclaimer div#lb_disclaimer_text {
    /* @include linear-gradient($white, $grey); */
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    background-color: #F4F4F4;
    color: #888;
    text-align: left;
    padding: 10px;
    height: 200px;
    width: 100%;
    max-width: 500px;
    min-width: 200px;
    border: 1px solid #DDD;
    overflow-y: scroll;
    font-size: 13px; }
    @media screen and (max-width: 660px) {
      div#lightbox_disclaimer div#lb_disclaimer_text {
        height: 140px; } }

header#top {
  background: none; }
  @media screen and (max-width: 790px) {
    header#top {
      margin-bottom: 20px; } }
  header#top section#header_wrap {
    *zoom: 1;
    max-width: 67.5em;
    margin-left: auto;
    margin-right: auto; }
    header#top section#header_wrap:before, header#top section#header_wrap:after {
      content: "";
      display: table; }
    header#top section#header_wrap:after {
      clear: both; }
    @media screen and (max-width: 1280px) {
      header#top section#header_wrap {
        max-width: 1080px; } }
    @media screen and (max-width: 1100px) {
      header#top section#header_wrap {
        max-width: 960px; } }
    @media screen and (max-width: 980px) {
      header#top section#header_wrap {
        max-width: 768px; } }
    @media screen and (max-width: 790px) {
      header#top section#header_wrap {
        max-width: 640px; } }
    @media screen and (max-width: 660px) {
      header#top section#header_wrap {
        max-width: 500px; } }
    @media screen and (max-width: 560px) {
      header#top section#header_wrap {
        max-width: 480px; } }
    @media screen and (max-width: 500px) {
      header#top section#header_wrap {
        max-width: 420px; } }
    @media screen and (max-width: 440px) {
      header#top section#header_wrap {
        max-width: 360px; } }
    @media screen and (max-width: 380px) {
      header#top section#header_wrap {
        max-width: 280px; } }
    header#top section#header_wrap div#header_logo {
      float: left;
      display: block;
      margin-right: 1.8867924528%;
      width: 23.5849056604%; }
      header#top section#header_wrap div#header_logo:last-child {
        margin-right: 0; }
      @media screen and (max-width: 1100px) {
        header#top section#header_wrap div#header_logo {
          float: left;
          display: block;
          margin-right: 1.8867924528%;
          width: 23.5849056604%; }
          header#top section#header_wrap div#header_logo:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 790px) {
        header#top section#header_wrap div#header_logo {
          float: left;
          display: block;
          margin-right: 1.8867924528%;
          width: 49.0566037736%; }
          header#top section#header_wrap div#header_logo:last-child {
            margin-right: 0; } }
      header#top section#header_wrap div#header_logo a {
        display: block;
        padding: 32px 0 27px;
        margin-bottom: -10px; }
        @media screen and (max-width: 1100px) {
          header#top section#header_wrap div#header_logo a {
            padding: 28px 0; } }
        header#top section#header_wrap div#header_logo a img {
          width: 100%;
          max-width: 200px; }
          html.ie8 header#top section#header_wrap div#header_logo a img {
            width: 200px;
            height: 56px; }
    header#top section#header_wrap div#sub_header {
      float: left;
      display: block;
      margin-right: 1.8867924528%;
      width: 74.5283018868%;
      margin-right: 0;
      padding-top: 15px;
      text-align: right; }
      header#top section#header_wrap div#sub_header:last-child {
        margin-right: 0; }
      @media screen and (max-width: 790px) {
        header#top section#header_wrap div#sub_header {
          float: left;
          display: block;
          margin-right: 1.8867924528%;
          width: 49.0566037736%;
          margin-right: 0;
          padding-top: 45px; }
          header#top section#header_wrap div#sub_header:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 660px) {
        header#top section#header_wrap div#sub_header {
          padding-top: 25px; } }
      @media screen and (max-width: 560px) {
        header#top section#header_wrap div#sub_header {
          padding-top: 35px; } }
      header#top section#header_wrap div#sub_header div {
        display: inline-block;
        height: 40px; }
      header#top section#header_wrap div#sub_header div#social {
        width: 30px;
        margin-right: 13px; }
        @media screen and (max-width: 790px) {
          header#top section#header_wrap div#sub_header div#social {
            display: none; } }
        header#top section#header_wrap div#sub_header div#social a span {
          background: #EEE;
          border-top-left-radius: 4px;
          border-top-right-radius: 4px;
          border-bottom-left-radius: 4px;
          border-bottom-right-radius: 4px;
          border: 1px solid #DDD;
          width: 27px;
          height: 27px;
          text-align: center;
          line-height: 25px;
          font-size: 13px;
          position: relative;
          top: 3px;
          display: inline-block;
          color: #888;
          -webkit-transition: all .2s linear;
          -moz-transition: all .2s linear;
          -o-transition: all .2s linear;
          transition: all .2s linear;
          top: 2px; }
        header#top section#header_wrap div#sub_header div#social a:hover span {
          background: #4595D1;
          color: #ffffff;
          border-color: #4595D1; }
      header#top section#header_wrap div#sub_header div#search {
        width: 160px; }
        @media screen and (max-width: 660px) {
          header#top section#header_wrap div#sub_header div#search {
            margin-bottom: -5px; } }
        @media screen and (max-width: 560px) {
          header#top section#header_wrap div#sub_header div#search {
            display: none; } }
        header#top section#header_wrap div#sub_header div#search form {
          display: inline-block;
          position: relative; }
          header#top section#header_wrap div#sub_header div#search form input {
            width: 100%;
            display: inline-block;
            margin: 0;
            background: #EEE;
            font-size: 10px;
            padding-left: 25px;
            font-size: 11px;
            color: #888;
            font-family: "Helvetica_Medium", Arial, sans-serif; }
            html.ie8 header#top section#header_wrap div#sub_header div#search form input, html.ie9 header#top section#header_wrap div#sub_header div#search form input, html.ie10 header#top section#header_wrap div#sub_header div#search form input {
              padding: 6px 10px 6px 28px;
              line-height: 10px; }
            html.ie11 header#top section#header_wrap div#sub_header div#search form input {
              padding: 8px 10px 8px 28px; }
            header#top section#header_wrap div#sub_header div#search form input:focus {
              background: #ffffff;
              color: #666; }
          header#top section#header_wrap div#sub_header div#search form span.icon-search3 {
            position: absolute;
            top: 8px;
            left: 10px;
            font-size: 11px;
            color: #888; }
            html.ie11 header#top section#header_wrap div#sub_header div#search form span.icon-search3 {
              top: 10px; }
          header#top section#header_wrap div#sub_header div#search form .hiddenFields {
            display: none; }
      @media screen and (max-width: 790px) {
        header#top section#header_wrap div#sub_header div#languages {
          display: inline-block; } }
      header#top section#header_wrap div#sub_header div#languages ul {
        list-style-type: none;
        padding: 0;
        margin: 0; }
        header#top section#header_wrap div#sub_header div#languages ul li {
          margin: 0;
          padding: 0;
          display: inline-block;
          margin-left: 5px; }
          @media screen and (max-width: 660px) {
            header#top section#header_wrap div#sub_header div#languages ul li {
              margin-left: 12px; } }
          header#top section#header_wrap div#sub_header div#languages ul li a {
            display: inline-block;
            opacity: 0.7;
            border-bottom: 2px solid #ffffff;
            margin: 0;
            line-height: 18px; }
            header#top section#header_wrap div#sub_header div#languages ul li a img {
              max-width: 14px; }
            header#top section#header_wrap div#sub_header div#languages ul li a:hover {
              opacity: 1; }
            header#top section#header_wrap div#sub_header div#languages ul li a.active {
              opacity: 1;
              border-bottom: 2px solid #4595D1; }
    header#top section#header_wrap a.mobile_nav {
      display: none; }
      @media screen and (max-width: 790px) {
        header#top section#header_wrap a.mobile_nav {
          color: #888;
          text-shadow: 0px -1px 1px #ffffff;
          text-transform: uppercase;
          float: right;
          position: relative;
          border: 1px solid #EEE;
          display: block;
          width: 100%;
          padding: 10px;
          background-color: #ffffff;
          background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #EEE));
          background-image: -webkit-linear-gradient(#ffffff, #EEE);
          background-image: linear-gradient(#ffffff, #EEE);
          border-radius: 4px;
          font-family: "Helvetica_Medium", Arial, sans-serif;
          font-size: 0.9em; }
          html.ie8 header#top section#header_wrap a.mobile_nav, html.ie9 header#top section#header_wrap a.mobile_nav, html.ie10 header#top section#header_wrap a.mobile_nav {
            background: #EEE;
            border: 1px solid #DDD; }
          header#top section#header_wrap a.mobile_nav span.icon {
            float: right; } }
    header#top section#header_wrap nav {
      float: left;
      display: block;
      margin-right: 1.8867924528%;
      width: 74.5283018868%;
      margin-right: 0;
      position: relative;
      -webkit-transition: width 0s;
      /* For Safari 3.1 to 6.0 */
      transition: width 0s; }
      header#top section#header_wrap nav:last-child {
        margin-right: 0; }
      @media screen and (min-width: 791px) {
        header#top section#header_wrap nav {
          display: block !important; } }
      @media screen and (max-width: 790px) {
        header#top section#header_wrap nav {
          float: left;
          display: block;
          margin-right: 1.8867924528%;
          width: 100%;
          display: none;
          margin: 0; }
          header#top section#header_wrap nav:last-child {
            margin-right: 0; } }
      header#top section#header_wrap nav ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        float: right; }
        @media screen and (max-width: 790px) {
          header#top section#header_wrap nav ul {
            float: none;
            margin-bottom: 10px; } }
        header#top section#header_wrap nav ul li {
          float: left;
          padding-bottom: 0; }
          @media screen and (max-width: 790px) {
            header#top section#header_wrap nav ul li {
              float: none; } }
          header#top section#header_wrap nav ul li a {
            padding: 13px 10px;
            margin-left: 5px;
            display: inline-block;
            font-family: "Helvetica_Medium", Arial, sans-serif;
            text-transform: uppercase;
            color: #3A6C94;
            font-size: 0.9em;
            border-top-left-radius: 4px;
            border-top-right-radius: 4px; }
            html.it header#top section#header_wrap nav ul li a {
              font-size: 13px;
              padding: 15px 12px; }
              @media screen and (max-width: 1100px) {
                html.it header#top section#header_wrap nav ul li a {
                  padding: 15px 5px; } }
              @media screen and (max-width: 980px) {
                html.it header#top section#header_wrap nav ul li a {
                  padding: 10px 4px;
                  font-size: 10px; } }
              @media screen and (max-width: 790px) {
                html.it header#top section#header_wrap nav ul li a {
                  font-size: 1em;
                  padding: 10px; } }
            html.de header#top section#header_wrap nav ul li a {
              font-size: 13px;
              padding: 13px 10px;
              margin-left: 4px; }
              html.de header#top section#header_wrap nav ul li a span {
                margin-left: 0; }
              @media screen and (max-width: 1100px) {
                html.de header#top section#header_wrap nav ul li a {
                  padding: 15px 4px; } }
              @media screen and (max-width: 980px) {
                html.de header#top section#header_wrap nav ul li a {
                  padding: 10px 3px;
                  font-size: 10px; } }
              @media screen and (max-width: 790px) {
                html.de header#top section#header_wrap nav ul li a {
                  font-size: 1em;
                  padding: 10px; } }
            header#top section#header_wrap nav ul li a span {
              font-size: 13px;
              margin-left: 4px;
              position: relative;
              top: 1px; }
            @media screen and (max-width: 1100px) {
              header#top section#header_wrap nav ul li a {
                margin-left: 6px;
                font-size: 0.8em;
                padding: 10px 9px; } }
            @media screen and (max-width: 980px) {
              header#top section#header_wrap nav ul li a {
                padding: 10px 7px;
                font-size: 0.7em; } }
            @media screen and (max-width: 790px) {
              header#top section#header_wrap nav ul li a {
                display: block;
                margin: 0px;
                background: white;
                padding: 10px;
                font-size: 1em; }
                header#top section#header_wrap nav ul li a span {
                  float: right;
                  font-size: 1.2em; } }
          header#top section#header_wrap nav ul li a.active {
            background: #4595D1;
            color: #ffffff; }
            @media screen and (max-width: 790px) {
              header#top section#header_wrap nav ul li a.active {
                border-radius: 0px;
                background: none;
                color: #4595D1; } }
          header#top section#header_wrap nav ul li div {
            display: none;
            background: #4595D1;
            margin: 0;
            opacity: 0;
            position: absolute;
            width: 240px;
            visibility: hidden;
            text-align: left;
            padding-top: 0px;
            margin-left: 10px;
            border-bottom: 4px solid #3A6C94;
            box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.3); }
            html.de header#top section#header_wrap nav ul li div {
              margin-left: 5px; }
            @media screen and (max-width: 790px) {
              header#top section#header_wrap nav ul li div {
                position: relative;
                width: auto;
                opacity: 1;
                visibility: visible;
                box-shadow: none;
                background: none;
                border: none; } }
            header#top section#header_wrap nav ul li div ul {
              float: none; }
              header#top section#header_wrap nav ul li div ul li {
                display: block;
                position: relative;
                padding: 0;
                margin: 0;
                width: 100%; }
                header#top section#header_wrap nav ul li div ul li a {
                  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
                  margin: 0 !important;
                  display: block;
                  text-decoration: none;
                  padding: 5px 15px;
                  text-transform: none;
                  font-family: "Helvetica_Light", Arial, sans-serif;
                  font-size: 0.8em;
                  border-radius: 0px;
                  color: rgba(255, 255, 255, 0.7); }
                  html.it header#top section#header_wrap nav ul li div ul li a {
                    padding: 5px 15px; }
                  html.de header#top section#header_wrap nav ul li div ul li a {
                    padding: 5px 15px; }
                  header#top section#header_wrap nav ul li div ul li a span.icon-arrow-right, header#top section#header_wrap nav ul li div ul li a span.icon-arrow-down {
                    float: right;
                    position: relative;
                    top: 7px; }
                  header#top section#header_wrap nav ul li div ul li a:hover {
                    background: #3A6C94;
                    border-radius: 0px;
                    color: #ffffff; }
                  @media screen and (max-width: 790px) {
                    header#top section#header_wrap nav ul li div ul li a {
                      padding: 5px 10px;
                      color: #4595D1; }
                      header#top section#header_wrap nav ul li div ul li a:hover {
                        background: none;
                        color: #3A6C94; } }
                header#top section#header_wrap nav ul li div ul li ul li a {
                  padding-left: 20px; }
                  header#top section#header_wrap nav ul li div ul li ul li a:before {
                    content: '-  '; }
              header#top section#header_wrap nav ul li div ul li.has-children ul {
                display: none; }
              header#top section#header_wrap nav ul li div ul li.has-children:hover ul {
                display: block; }
                @media screen and (min-width: 791px) {
                  header#top section#header_wrap nav ul li div ul li.has-children:hover ul {
                    display: block !important; } }
                @media screen and (max-width: 790px) {
                  header#top section#header_wrap nav ul li div ul li.has-children:hover ul {
                    display: none; } }
          header#top section#header_wrap nav ul li:hover {
            background: none; }
            header#top section#header_wrap nav ul li:hover a {
              background: #4595D1;
              color: #ffffff; }
              @media screen and (max-width: 790px) {
                header#top section#header_wrap nav ul li:hover a {
                  background: none;
                  color: #4595D1; } }
            header#top section#header_wrap nav ul li:hover > div {
              display: block;
              opacity: 1;
              z-index: 100000;
              visibility: visible; }
              @media screen and (max-width: 790px) {
                header#top section#header_wrap nav ul li:hover > div {
                  display: none;
                  visibility: inherit; } }

section#tagline_outer {
  background: url("/assets/images/backgrounds/1_inner.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -ms-behavior: url(/assets/images/design/backgroundsize.min.htc);
  behavior: url(/assets/images/design/backgroundsize.min.htc);
  width: 100%; }
  section#tagline_outer > div {
    padding-top: 6%;
    *zoom: 1;
    max-width: 67.5em;
    margin-left: auto;
    margin-right: auto; }
    section#tagline_outer > div:before, section#tagline_outer > div:after {
      content: "";
      display: table; }
    section#tagline_outer > div:after {
      clear: both; }
    @media screen and (max-width: 1280px) {
      section#tagline_outer > div {
        max-width: 1080px; } }
    @media screen and (max-width: 1100px) {
      section#tagline_outer > div {
        max-width: 960px; } }
    @media screen and (max-width: 980px) {
      section#tagline_outer > div {
        max-width: 768px; } }
    @media screen and (max-width: 790px) {
      section#tagline_outer > div {
        max-width: 640px; } }
    @media screen and (max-width: 660px) {
      section#tagline_outer > div {
        max-width: 500px; } }
    @media screen and (max-width: 560px) {
      section#tagline_outer > div {
        max-width: 480px; } }
    @media screen and (max-width: 500px) {
      section#tagline_outer > div {
        max-width: 420px; } }
    @media screen and (max-width: 440px) {
      section#tagline_outer > div {
        max-width: 360px; } }
    @media screen and (max-width: 380px) {
      section#tagline_outer > div {
        max-width: 280px; } }
    section#tagline_outer > div h1, section#tagline_outer > div h2, section#tagline_outer > div span.tagline {
      font-size: 2.25em;
      line-height: 1.333333333333333em;
      background: rgba(70, 149, 207, 0.9);
      color: #ffffff;
      border-bottom: 4px solid #3A6C94;
      margin: 0;
      text-transform: uppercase;
      padding: 15px 20px;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px;
      text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.4);
      float: left;
      display: block;
      margin-right: 1.8867924528%;
      width: 66.0377358491%; }
      section#tagline_outer > div h1:last-child, section#tagline_outer > div h2:last-child, section#tagline_outer > div span.tagline:last-child {
        margin-right: 0; }
      @media screen and (max-width: 660px) {
        section#tagline_outer > div h1, section#tagline_outer > div h2, section#tagline_outer > div span.tagline {
          float: left;
          display: block;
          margin-right: 1.8867924528%;
          width: 100%;
          font-size: 1.6em; }
          section#tagline_outer > div h1:last-child, section#tagline_outer > div h2:last-child, section#tagline_outer > div span.tagline:last-child {
            margin-right: 0; } }
      html.ie8 section#tagline_outer > div h1, html.ie8 section#tagline_outer > div h2, html.ie8 section#tagline_outer > div span.tagline {
        background: url("/assets/images/backgrounds/ie_slider_bg.png"); }

section#tagline_custom {
  background: url("/assets/images/backgrounds/1_inner.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -ms-behavior: url(/assets/images/design/backgroundsize.min.htc);
  behavior: url(/assets/images/design/backgroundsize.min.htc);
  width: 100%;
  padding-top: 6%; }
  section#tagline_custom > div {
    *zoom: 1;
    max-width: 67.5em;
    margin-left: auto;
    margin-right: auto; }
    section#tagline_custom > div:before, section#tagline_custom > div:after {
      content: "";
      display: table; }
    section#tagline_custom > div:after {
      clear: both; }
    @media screen and (max-width: 1280px) {
      section#tagline_custom > div {
        max-width: 1080px; } }
    @media screen and (max-width: 1100px) {
      section#tagline_custom > div {
        max-width: 960px; } }
    @media screen and (max-width: 980px) {
      section#tagline_custom > div {
        max-width: 768px; } }
    @media screen and (max-width: 790px) {
      section#tagline_custom > div {
        max-width: 640px; } }
    @media screen and (max-width: 660px) {
      section#tagline_custom > div {
        max-width: 500px; } }
    @media screen and (max-width: 560px) {
      section#tagline_custom > div {
        max-width: 480px; } }
    @media screen and (max-width: 500px) {
      section#tagline_custom > div {
        max-width: 420px; } }
    @media screen and (max-width: 440px) {
      section#tagline_custom > div {
        max-width: 360px; } }
    @media screen and (max-width: 380px) {
      section#tagline_custom > div {
        max-width: 280px; } }
    section#tagline_custom > div > div {
      background: rgba(70, 149, 207, 0.9);
      color: #ffffff;
      padding: 20px 20px 0px 20px;
      border-top-left-radius: 8px;
      border-top-right-radius: 8px;
      float: left;
      display: block;
      margin-right: 1.8867924528%;
      width: 100%; }
      section#tagline_custom > div > div:last-child {
        margin-right: 0; }
      section#tagline_custom > div > div > div#product_heading {
        float: left;
        display: block;
        margin-right: 1.8867924528%;
        width: 100%; }
        section#tagline_custom > div > div > div#product_heading:last-child {
          margin-right: 0; }
        @media screen and (max-width: 790px) {
          section#tagline_custom > div > div > div#product_heading {
            float: left;
            display: block;
            margin-right: 1.8867924528%;
            width: 100%;
            text-align: center; }
            section#tagline_custom > div > div > div#product_heading:last-child {
              margin-right: 0; } }
        section#tagline_custom > div > div > div#product_heading h1 {
          font-size: 2.25em;
          line-height: 1.333333333333333em;
          color: #ffffff;
          margin: 0;
          text-transform: uppercase;
          text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.4);
          margin-bottom: 10px; }
        section#tagline_custom > div > div > div#product_heading img {
          margin-bottom: 10px;
          padding: 4px 10px; }
        section#tagline_custom > div > div > div#product_heading p {
          line-height: 160%;
          color: rgba(255, 255, 255, 0.7);
          float: right;
          font-size: 1.4em; }
      section#tagline_custom > div > div > div#product_number {
        float: left;
        display: block;
        margin-right: 1.8867924528%;
        width: 40.5660377358%;
        display: none;
        margin-right: 0;
        text-align: center; }
        section#tagline_custom > div > div > div#product_number:last-child {
          margin-right: 0; }
        @media screen and (max-width: 660px) {
          section#tagline_custom > div > div > div#product_number {
            float: left;
            display: block;
            margin-right: 1.8867924528%;
            width: 100%; }
            section#tagline_custom > div > div > div#product_number:last-child {
              margin-right: 0; } }
        section#tagline_custom > div > div > div#product_number > div {
          background: rgba(255, 255, 255, 0.1);
          padding: 0;
          margin: 0;
          border-radius: 4px;
          border: 1px solid #ffffff;
          width: 230px;
          float: right; }
          @media screen and (max-width: 660px) {
            section#tagline_custom > div > div > div#product_number > div {
              float: none;
              width: 100%;
              margin-bottom: 20px; } }
          section#tagline_custom > div > div > div#product_number > div > div#current_number {
            font-size: 3em;
            font-family: "Helvetica_Thin", Arial, sans-serif;
            padding: 10px 0; }
            @media screen and (max-width: 980px) {
              section#tagline_custom > div > div > div#product_number > div > div#current_number {
                font-size: 2em; } }
          section#tagline_custom > div > div > div#product_number > div > div#current_change {
            border-top: 1px solid rgba(255, 255, 255, 0.4);
            background: rgba(255, 255, 255, 0.2);
            padding: 10px 0;
            font-size: 0.8em;
            font-family: "Helvetica_Medium", Arial, sans-serif; }
            @media screen and (max-width: 980px) {
              section#tagline_custom > div > div > div#product_number > div > div#current_change {
                font-size: 0.7em; } }
      section#tagline_custom > div > div > div#product_nav {
        margin-top: 10px;
        float: left;
        display: block;
        margin-right: 1.8867924528%;
        width: 100%; }
        section#tagline_custom > div > div > div#product_nav:last-child {
          margin-right: 0; }
        @media screen and (max-width: 660px) {
          section#tagline_custom > div > div > div#product_nav {
            margin-bottom: 10px; } }
        section#tagline_custom > div > div > div#product_nav ul {
          list-style-type: none;
          padding: 0;
          margin: 0; }
          section#tagline_custom > div > div > div#product_nav ul li {
            display: inline-block;
            margin: 0;
            padding: 0;
            float: left;
            display: block;
            margin-right: 1.8867924528%;
            width: 18.4905660377%; }
            section#tagline_custom > div > div > div#product_nav ul li:last-child {
              margin-right: 0; }
            @media screen and (max-width: 790px) {
              section#tagline_custom > div > div > div#product_nav ul li {
                float: left;
                display: block;
                margin-right: 1.8867924528%;
                width: 100%;
                margin-bottom: 10px; }
                section#tagline_custom > div > div > div#product_nav ul li:last-child {
                  margin-right: 0; } }
            section#tagline_custom > div > div > div#product_nav ul li a {
              text-align: center;
              padding: 8px 10px;
              color: #ffffff;
              margin: 0;
              display: block;
              background: rgba(255, 255, 255, 0.2);
              border-top-left-radius: 4px;
              border-top-right-radius: 4px; }
              html.ie8 section#tagline_custom > div > div > div#product_nav ul li a {
                background: #87B5D9; }
                html.ie8 section#tagline_custom > div > div > div#product_nav ul li a:hover {
                  background: #ffffff;
                  color: #4595D1; }
              section#tagline_custom > div > div > div#product_nav ul li a:hover {
                background: rgba(255, 255, 255, 0.5); }
              @media screen and (max-width: 1100px) {
                section#tagline_custom > div > div > div#product_nav ul li a {
                  font-size: 0.8em; } }
              @media screen and (max-width: 790px) {
                section#tagline_custom > div > div > div#product_nav ul li a {
                  height: 40px;
                  overflow: hidden; } }
              @media screen and (max-width: 660px) {
                section#tagline_custom > div > div > div#product_nav ul li a {
                  height: auto;
                  overflow: auto;
                  border-radius: 4px; } }
              html.de section#tagline_custom > div > div > div#product_nav ul li a {
                font-size: 12px;
                padding: 8px; }
                @media screen and (max-width: 1100px) {
                  html.de section#tagline_custom > div > div > div#product_nav ul li a {
                    font-size: 10px; } }
                @media screen and (max-width: 980px) {
                  html.de section#tagline_custom > div > div > div#product_nav ul li a {
                    font-size: 9px; } }
                @media screen and (max-width: 790px) {
                  html.de section#tagline_custom > div > div > div#product_nav ul li a {
                    font-size: inherit; } }
              html.it section#tagline_custom > div > div > div#product_nav ul li a {
                font-size: 13px; }
                @media screen and (max-width: 980px) {
                  html.it section#tagline_custom > div > div > div#product_nav ul li a {
                    font-size: 12px;
                    padding: 5px; } }
                @media screen and (max-width: 790px) {
                  html.it section#tagline_custom > div > div > div#product_nav ul li a {
                    font-size: inherit; } }
              @media screen and (max-width: 790px) {
                html.es section#tagline_custom > div > div > div#product_nav ul li a {
                  font-size: inherit; } }
          section#tagline_custom > div > div > div#product_nav ul li.active a {
            font-family: "Helvetica_Medium", Arial, sans-serif;
            background: #ffffff;
            color: #4595D1; }
            html.ie8 section#tagline_custom > div > div > div#product_nav ul li.active a {
              background: #ffffff; }

html.ie8 section#tagline_custom > div {
  background: url("/assets/images/backgrounds/ie_slider_bg.png"); }

section#tagline_custom > div > div#contact_wrap {
  float: left;
  display: block;
  margin-right: 1.8867924528%;
  width: 66.0377358491%; }
  section#tagline_custom > div > div#contact_wrap:last-child {
    margin-right: 0; }
  @media screen and (max-width: 790px) {
    section#tagline_custom > div > div#contact_wrap {
      float: left;
      display: block;
      margin-right: 2.8571428571%;
      width: 100%; }
      section#tagline_custom > div > div#contact_wrap:last-child {
        margin-right: 0; } }
  section#tagline_custom > div > div#contact_wrap > div#product_nav ul li {
    float: left;
    display: block;
    margin-right: 1.8867924528%;
    width: 32.0754716981%; }
    section#tagline_custom > div > div#contact_wrap > div#product_nav ul li:last-child {
      margin-right: 0; }
    @media screen and (max-width: 790px) {
      section#tagline_custom > div > div#contact_wrap > div#product_nav ul li {
        float: left;
        display: block;
        margin-right: 5.8823529412%;
        width: 100%;
        margin-bottom: 10px; }
        section#tagline_custom > div > div#contact_wrap > div#product_nav ul li:last-child {
          margin-right: 0; } }

body#standard.about section#tagline_outer, body#standard.unternehmen section#tagline_outer, body#standard.chi-siamo section#tagline_outer, body#standard.quienes-somos section#tagline_outer {
  background: url("/assets/images/backgrounds/6_inner.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -ms-behavior: url(/assets/images/design/backgroundsize.min.htc);
  behavior: url(/assets/images/design/backgroundsize.min.htc); }

body#products.asien-fund section#tagline_custom {
  background: url("/assets/images/backgrounds/3_inner.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -ms-behavior: url(/assets/images/design/backgroundsize.min.htc);
  behavior: url(/assets/images/design/backgroundsize.min.htc); }

body#products.junior-fund section#tagline_custom, body#landing.custom-landing-Downloads section#tagline_custom {
  background: url("/assets/images/backgrounds/5_inner.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -ms-behavior: url(/assets/images/design/backgroundsize.min.htc);
  behavior: url(/assets/images/design/backgroundsize.min.htc); }

body#products.maxi-bond section#tagline_custom {
  background: url("/assets/images/backgrounds/1_inner.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -ms-behavior: url(/assets/images/design/backgroundsize.min.htc);
  behavior: url(/assets/images/design/backgroundsize.min.htc); }

body#news section#tagline_outer {
  background: url("/assets/images/backgrounds/2_inner.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -ms-behavior: url(/assets/images/design/backgroundsize.min.htc);
  behavior: url(/assets/images/design/backgroundsize.min.htc); }

body#contact section#tagline_custom {
  background: url("/assets/images/backgrounds/1_inner.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -ms-behavior: url(/assets/images/design/backgroundsize.min.htc);
  behavior: url(/assets/images/design/backgroundsize.min.htc); }

body#page_404 section#tagline_outer, body#standard.disclaimer section#tagline_outer, body#sitemap section#tagline_outer {
  background: url("/assets/images/backgrounds/1_inner.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -ms-behavior: url(/assets/images/design/backgroundsize.min.htc);
  behavior: url(/assets/images/design/backgroundsize.min.htc); }

body#latest_updates section#tagline_outer, body#newsletter section#tagline_outer {
  background: url("/assets/images/backgrounds/2_inner.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -ms-behavior: url(/assets/images/design/backgroundsize.min.htc);
  behavior: url(/assets/images/design/backgroundsize.min.htc); }

div#head_end {
  height: 8px;
  background: #4595D1;
  border-bottom: 4px solid #3A6C94; }

section#footer_begin {
  background: #F4F4F4;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  margin-top: 50px; }
  @media screen and (max-width: 790px) {
    section#footer_begin {
      display: none; } }
  section#footer_begin > div {
    *zoom: 1;
    max-width: 67.5em;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 0 20px; }
    section#footer_begin > div:before, section#footer_begin > div:after {
      content: "";
      display: table; }
    section#footer_begin > div:after {
      clear: both; }
    @media screen and (max-width: 1280px) {
      section#footer_begin > div {
        max-width: 1080px; } }
    @media screen and (max-width: 1100px) {
      section#footer_begin > div {
        max-width: 960px; } }
    @media screen and (max-width: 980px) {
      section#footer_begin > div {
        max-width: 768px; } }
    @media screen and (max-width: 790px) {
      section#footer_begin > div {
        max-width: 640px; } }
    @media screen and (max-width: 660px) {
      section#footer_begin > div {
        max-width: 500px; } }
    @media screen and (max-width: 560px) {
      section#footer_begin > div {
        max-width: 480px; } }
    @media screen and (max-width: 500px) {
      section#footer_begin > div {
        max-width: 420px; } }
    @media screen and (max-width: 440px) {
      section#footer_begin > div {
        max-width: 360px; } }
    @media screen and (max-width: 380px) {
      section#footer_begin > div {
        max-width: 280px; } }
    section#footer_begin > div div#footer_logo {
      float: left;
      display: block;
      margin-right: 1.8867924528%;
      width: 23.5849056604%; }
      section#footer_begin > div div#footer_logo:last-child {
        margin-right: 0; }
      section#footer_begin > div div#footer_logo img {
        max-width: 200px; }
    section#footer_begin > div nav {
      float: left;
      display: block;
      margin-right: 1.8867924528%;
      width: 74.5283018868%;
      margin-top: 7px; }
      section#footer_begin > div nav:last-child {
        margin-right: 0; }
      @media screen and (max-width: 790px) {
        section#footer_begin > div nav {
          float: left;
          display: block;
          margin-right: 1.8867924528%;
          width: 100%; }
          section#footer_begin > div nav:last-child {
            margin-right: 0; } }
      section#footer_begin > div nav ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        float: right; }
        @media screen and (max-width: 790px) {
          section#footer_begin > div nav ul {
            float: none;
            margin-bottom: 10px; } }
        section#footer_begin > div nav ul li {
          float: left;
          padding-bottom: 0; }
          @media screen and (max-width: 790px) {
            section#footer_begin > div nav ul li {
              float: none; } }
          section#footer_begin > div nav ul li a {
            border-radius: 4px;
            padding: 2px 12px;
            margin-left: 10px;
            display: inline-block;
            font-family: "Helvetica_Medium", Arial, sans-serif;
            text-transform: uppercase;
            color: #3A6C94;
            font-size: 0.9em; }
            @media screen and (max-width: 1100px) {
              section#footer_begin > div nav ul li a {
                margin-left: 6px;
                font-size: 0.8em; } }
            @media screen and (max-width: 980px) {
              section#footer_begin > div nav ul li a {
                padding: 3px 8px;
                font-size: 0.7em; } }
            @media screen and (max-width: 790px) {
              section#footer_begin > div nav ul li a {
                display: block;
                margin: 0px;
                padding: 10px;
                font-size: 1em;
                border-bottom: 1px solid #DDD; }
                section#footer_begin > div nav ul li a span {
                  float: right;
                  font-size: 1.2em; } }
            html.it section#footer_begin > div nav ul li a {
              padding: 3px 10px; }
              @media screen and (max-width: 980px) {
                html.it section#footer_begin > div nav ul li a {
                  font-size: 10px;
                  padding: 3px 8px; } }
          section#footer_begin > div nav ul li a.active {
            background: #4595D1;
            color: #ffffff; }
            @media screen and (max-width: 790px) {
              section#footer_begin > div nav ul li a.active {
                border-radius: 0px;
                background: none;
                color: #4595D1; } }
          section#footer_begin > div nav ul li:hover {
            background: none; }
            section#footer_begin > div nav ul li:hover a {
              background: #4595D1;
              color: #ffffff; }
              @media screen and (max-width: 790px) {
                section#footer_begin > div nav ul li:hover a {
                  background: none;
                  color: #4595D1; } }

footer#bottom {
  background: url("/assets/images/backgrounds/footer_bg.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -ms-behavior: url(/assets/images/design/backgroundsize.min.htc);
  behavior: url(/assets/images/design/backgroundsize.min.htc);
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  outline: 5px solid #3A6C94; }
  html.ie8 footer#bottom, html.ie9 footer#bottom {
    border-top: 1px solid #79B4DF; }
  @media screen and (max-width: 790px) {
    footer#bottom {
      padding: 5% 0; } }
  footer#bottom section#footer_wrap {
    *zoom: 1;
    max-width: 67.5em;
    margin-left: auto;
    margin-right: auto; }
    footer#bottom section#footer_wrap:before, footer#bottom section#footer_wrap:after {
      content: "";
      display: table; }
    footer#bottom section#footer_wrap:after {
      clear: both; }
    @media screen and (max-width: 1280px) {
      footer#bottom section#footer_wrap {
        max-width: 1080px; } }
    @media screen and (max-width: 1100px) {
      footer#bottom section#footer_wrap {
        max-width: 960px; } }
    @media screen and (max-width: 980px) {
      footer#bottom section#footer_wrap {
        max-width: 768px; } }
    @media screen and (max-width: 790px) {
      footer#bottom section#footer_wrap {
        max-width: 640px; } }
    @media screen and (max-width: 660px) {
      footer#bottom section#footer_wrap {
        max-width: 500px; } }
    @media screen and (max-width: 560px) {
      footer#bottom section#footer_wrap {
        max-width: 480px; } }
    @media screen and (max-width: 500px) {
      footer#bottom section#footer_wrap {
        max-width: 420px; } }
    @media screen and (max-width: 440px) {
      footer#bottom section#footer_wrap {
        max-width: 360px; } }
    @media screen and (max-width: 380px) {
      footer#bottom section#footer_wrap {
        max-width: 280px; } }
    footer#bottom section#footer_wrap > div#footer_content {
      float: left;
      display: block;
      margin-right: 1.8867924528%;
      width: 100%;
      padding: 5% 0 3%; }
      footer#bottom section#footer_wrap > div#footer_content:last-child {
        margin-right: 0; }
      footer#bottom section#footer_wrap > div#footer_content > article {
        *zoom: 1;
        text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.4);
        font-size: 0.95em;
        padding: 10px; }
        footer#bottom section#footer_wrap > div#footer_content > article:before, footer#bottom section#footer_wrap > div#footer_content > article:after {
          content: "";
          display: table; }
        footer#bottom section#footer_wrap > div#footer_content > article:after {
          clear: both; }
        @media screen and (max-width: 790px) {
          footer#bottom section#footer_wrap > div#footer_content > article {
            font-size: 1em; } }
        @media screen and (max-width: 500px) {
          footer#bottom section#footer_wrap > div#footer_content > article {
            font-size: 1.1em; } }
        footer#bottom section#footer_wrap > div#footer_content > article h4 {
          color: #ffffff;
          font-family: "Helvetica_Medium", Arial, sans-serif;
          font-size: 1.2em;
          border-bottom: 1px solid rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
          margin-bottom: 10px;
          padding-bottom: 10px; }
          @media screen and (max-width: 1100px) {
            html.de footer#bottom section#footer_wrap > div#footer_content > article h4 {
              font-size: 16px; } }
          @media screen and (max-width: 980px) {
            html.de footer#bottom section#footer_wrap > div#footer_content > article h4 {
              font-size: 13px; } }
          @media screen and (max-width: 790px) {
            html.de footer#bottom section#footer_wrap > div#footer_content > article h4 {
              font-size: inherit; } }
        footer#bottom section#footer_wrap > div#footer_content > article p {
          color: rgba(255, 255, 255, 0.8);
          line-height: 140%; }
          html.ie8 footer#bottom section#footer_wrap > div#footer_content > article p {
            color: #DDDDDD; }
        footer#bottom section#footer_wrap > div#footer_content > article a {
          color: rgba(255, 255, 255, 0.8); }
          footer#bottom section#footer_wrap > div#footer_content > article a:hover {
            color: #ffffff; }
          html.ie8 footer#bottom section#footer_wrap > div#footer_content > article a {
            color: #DDDDDD; }
            html.ie8 footer#bottom section#footer_wrap > div#footer_content > article a:hover {
              color: #ffffff; }
        footer#bottom section#footer_wrap > div#footer_content > article a.button {
          background-color: #3A6C94;
          background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3A6C94), color-stop(100%, #003762));
          background-image: -webkit-linear-gradient(#3A6C94, #003762);
          background-image: linear-gradient(#3A6C94, #003762);
          -webkit-transition: all .2s linear;
          -moz-transition: all .2s linear;
          -o-transition: all .2s linear;
          transition: all .2s linear;
          font-weight: bold;
          font-size: 13px;
          padding: 6px 20px 9px;
          border: 1px solid rgba(255, 255, 255, 0.5);
          line-height: 18px; }
          footer#bottom section#footer_wrap > div#footer_content > article a.button:hover {
            background-color: #003762;
            background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003762), color-stop(100%, #3A6C94));
            background-image: -webkit-linear-gradient(#003762, #3A6C94);
            background-image: linear-gradient(#003762, #3A6C94); }
          footer#bottom section#footer_wrap > div#footer_content > article a.button span {
            font-size: 8px;
            height: 16px;
            width: 17px;
            line-height: 16px; }
          @media screen and (max-width: 980px) {
            footer#bottom section#footer_wrap > div#footer_content > article a.button {
              font-size: 10px; } }
          @media screen and (max-width: 440px) {
            footer#bottom section#footer_wrap > div#footer_content > article a.button {
              font-size: inherit; } }
          html.ie8 footer#bottom section#footer_wrap > div#footer_content > article a.button {
            border-color: #79B4DF; }
          html.it footer#bottom section#footer_wrap > div#footer_content > article a.button {
            font-size: 12px; }
            @media screen and (max-width: 980px) {
              html.it footer#bottom section#footer_wrap > div#footer_content > article a.button {
                font-size: 8px;
                padding: 5px 15px; } }
            @media screen and (max-width: 660px) {
              html.it footer#bottom section#footer_wrap > div#footer_content > article a.button {
                font-size: inherit;
                padding: 8px 20px; } }
          html.es footer#bottom section#footer_wrap > div#footer_content > article a.button {
            font-size: 12px; }
            @media screen and (max-width: 980px) {
              html.es footer#bottom section#footer_wrap > div#footer_content > article a.button {
                font-size: 8px;
                padding: 5px 15px; } }
            @media screen and (max-width: 660px) {
              html.es footer#bottom section#footer_wrap > div#footer_content > article a.button {
                font-size: inherit;
                padding: 8px 20px; } }
          @media screen and (max-width: 980px) {
            html.de footer#bottom section#footer_wrap > div#footer_content > article a.button {
              font-size: 9px; } }
        footer#bottom section#footer_wrap > div#footer_content > article ul {
          list-style-type: none;
          padding: 0;
          margin: 0; }
          footer#bottom section#footer_wrap > div#footer_content > article ul li {
            display: block;
            color: rgba(255, 255, 255, 0.8);
            padding-bottom: 5px; }
            html.ie8 footer#bottom section#footer_wrap > div#footer_content > article ul li {
              color: #DDDDDD; }
      @media screen and (max-width: 660px) {
        footer#bottom section#footer_wrap > div#footer_content > article#footer_about {
          display: none; } }
      footer#bottom section#footer_wrap > div#footer_content > article#footer_contact {
        background: rgba(0, 0, 0, 0.1);
        border-radius: 8px;
        border: 1px solid rgba(255, 255, 255, 0.3);
        padding: 15px 25px; }
        html.ie8 footer#bottom section#footer_wrap > div#footer_content > article#footer_contact {
          background: #3A6C94;
          border: 1px solid #79B4DF; }
        footer#bottom section#footer_wrap > div#footer_content > article#footer_contact ul li {
          position: relative;
          line-height: 150%;
          padding-left: 25px;
          color: #ffffff;
          padding-bottom: 10px; }
          footer#bottom section#footer_wrap > div#footer_content > article#footer_contact ul li a {
            color: #ffffff; }
          footer#bottom section#footer_wrap > div#footer_content > article#footer_contact ul li span {
            position: absolute;
            top: 5px;
            left: 0px; }
      footer#bottom section#footer_wrap > div#footer_content > article#footer_links ul {
        margin-left: 10px; }
      @media screen and (max-width: 660px) {
        footer#bottom section#footer_wrap > div#footer_content > article#footer_links {
          display: none; } }
      @media screen and (max-width: 660px) {
        footer#bottom section#footer_wrap > div#footer_content > article#footer_newsletter {
          display: none; } }
      footer#bottom section#footer_wrap > div#footer_content > article#footer_products a {
        display: block;
        margin: 10px 0px 15px; }
        footer#bottom section#footer_wrap > div#footer_content > article#footer_products a img {
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2); }
          footer#bottom section#footer_wrap > div#footer_content > article#footer_products a img:hover {
            box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4); }
    footer#bottom section#footer_wrap > div#footer_content.layout_1 > article {
      float: left;
      display: block;
      margin-right: 1.8867924528%;
      width: 23.5849056604%; }
      footer#bottom section#footer_wrap > div#footer_content.layout_1 > article:last-child {
        margin-right: 0; }
      @media screen and (max-width: 790px) {
        footer#bottom section#footer_wrap > div#footer_content.layout_1 > article {
          float: left;
          display: block;
          margin-right: 1.8867924528%;
          width: 32.0754716981%; }
          footer#bottom section#footer_wrap > div#footer_content.layout_1 > article:last-child {
            margin-right: 0; }
          footer#bottom section#footer_wrap > div#footer_content.layout_1 > article:nth-child(3n) {
            margin-right: 0; }
          footer#bottom section#footer_wrap > div#footer_content.layout_1 > article:nth-child(3n+1) {
            clear: left; }
          footer#bottom section#footer_wrap > div#footer_content.layout_1 > article:last-child {
            display: none; } }
      @media screen and (max-width: 660px) {
        footer#bottom section#footer_wrap > div#footer_content.layout_1 > article {
          float: left;
          display: block;
          margin-right: 1.8867924528%;
          width: 100%;
          margin-bottom: 0; }
          footer#bottom section#footer_wrap > div#footer_content.layout_1 > article:last-child {
            margin-right: 0; } }
    footer#bottom section#footer_wrap > div#footer_content.layout_2 > article {
      float: left;
      display: block;
      margin-right: 1.8867924528%;
      width: 32.0754716981%; }
      footer#bottom section#footer_wrap > div#footer_content.layout_2 > article:last-child {
        margin-right: 0; }
    footer#bottom section#footer_wrap > div#footer_content.layout_3 > article {
      float: left;
      display: block;
      margin-right: 1.8867924528%;
      width: 49.0566037736%; }
      footer#bottom section#footer_wrap > div#footer_content.layout_3 > article:last-child {
        margin-right: 0; }
    footer#bottom section#footer_wrap hr {
      background: rgba(0, 0, 0, 0.1);
      box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2); }
      html.ie8 footer#bottom section#footer_wrap hr {
        background: #79B4DF; }
    footer#bottom section#footer_wrap > div#copyright, footer#bottom section#footer_wrap > div#sub_links {
      float: left;
      display: block;
      margin-right: 1.8867924528%;
      width: 49.0566037736%;
      font-size: 11px;
      color: rgba(255, 255, 255, 0.8);
      margin-bottom: 7px;
      text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.4); }
      footer#bottom section#footer_wrap > div#copyright:last-child, footer#bottom section#footer_wrap > div#sub_links:last-child {
        margin-right: 0; }
      html.ie8 footer#bottom section#footer_wrap > div#copyright, html.ie8 footer#bottom section#footer_wrap > div#sub_links {
        color: #DDDDDD; }
      @media screen and (max-width: 980px) {
        footer#bottom section#footer_wrap > div#copyright, footer#bottom section#footer_wrap > div#sub_links {
          font-size: 9px; } }
      @media screen and (max-width: 660px) {
        footer#bottom section#footer_wrap > div#copyright, footer#bottom section#footer_wrap > div#sub_links {
          float: left;
          display: block;
          margin-right: 1.8867924528%;
          width: 100%;
          text-align: center; }
          footer#bottom section#footer_wrap > div#copyright:last-child, footer#bottom section#footer_wrap > div#sub_links:last-child {
            margin-right: 0; } }
      footer#bottom section#footer_wrap > div#copyright a, footer#bottom section#footer_wrap > div#sub_links a {
        font-size: auto;
        color: rgba(255, 255, 255, 0.8); }
        html.ie8 footer#bottom section#footer_wrap > div#copyright a, html.ie8 footer#bottom section#footer_wrap > div#sub_links a {
          color: #DDDDDD; }
        footer#bottom section#footer_wrap > div#copyright a:hover, footer#bottom section#footer_wrap > div#sub_links a:hover {
          color: #ffffff; }
    footer#bottom section#footer_wrap > div#sub_links ul {
      float: right;
      list-style-type: none;
      padding: 0;
      margin: 0; }
      @media screen and (max-width: 660px) {
        footer#bottom section#footer_wrap > div#sub_links ul {
          float: none; } }
      footer#bottom section#footer_wrap > div#sub_links ul li {
        display: inline-block;
        margin-bottom: 0; }
        footer#bottom section#footer_wrap > div#sub_links ul li a {
          padding: 0 5px; }
        footer#bottom section#footer_wrap > div#sub_links ul li:after {
          content: " | "; }
      footer#bottom section#footer_wrap > div#sub_links ul li.last:after {
        content: " "; }

div#end {
  position: relative;
  background: #3A6C94;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  height: 8px; }

section#main_content > div > div > aside a.button.news, section#custom_content > div > div > aside a.button.news {
  width: 100%;
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #F4F4F4));
  background-image: -webkit-linear-gradient(#ffffff, #F4F4F4);
  background-image: linear-gradient(#ffffff, #F4F4F4);
  text-align: center;
  text-shadow: 0px -1px 1px #ffffff;
  margin-bottom: 40px;
  font-size: 0.9em; }
  section#main_content > div > div > aside a.button.news:hover, section#custom_content > div > div > aside a.button.news:hover {
    background: #4595D1;
    border-color: #4595D1;
    color: #ffffff;
    text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.4); }

section#main_content > div > div > aside article, section#custom_content > div > div > aside article {
  background: #F4F4F4;
  border-bottom: 3px solid #DDD;
  margin-bottom: 40px;
  font-size: 0.9em; }
  @media screen and (max-width: 980px) {
    section#main_content > div > div > aside article, section#custom_content > div > div > aside article {
      font-size: 0.8em; } }
  section#main_content > div > div > aside article h4, section#custom_content > div > div > aside article h4 {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.4);
    font-size: 1.2em;
    background: #4595D1;
    border-bottom: 3px solid #3A6C94;
    color: #ffffff;
    margin: 0;
    padding: 10px 15px; }
    @media screen and (max-width: 980px) {
      section#main_content > div > div > aside article h4, section#custom_content > div > div > aside article h4 {
        font-size: 1.1em; } }
    @media screen and (max-width: 660px) {
      section#main_content > div > div > aside article h4, section#custom_content > div > div > aside article h4 {
        font-size: 1.4em; } }
  section#main_content > div > div > aside article iframe, section#custom_content > div > div > aside article iframe {
    width: 100% !important;
    height: 430px !important;
    margin: 20px 0;
    padding: 5px;
    background: #ffffff;
    box-shadow: 0px 2px 20px #F4F4F4;
    border: 1px solid #DDD; }
    @media screen and (max-width: 790px) {
      section#main_content > div > div > aside article iframe, section#custom_content > div > div > aside article iframe {
        height: 260px !important; } }
  section#main_content > div > div > aside article p, section#custom_content > div > div > aside article p {
    color: #666;
    margin: 0px 0px 15px;
    line-height: 150%; }
    @media screen and (max-width: 790px) {
      section#main_content > div > div > aside article p, section#custom_content > div > div > aside article p {
        font-size: 1.2em; } }
  section#main_content > div > div > aside article ul, section#custom_content > div > div > aside article ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    section#main_content > div > div > aside article ul li, section#custom_content > div > div > aside article ul li {
      list-style-type: none;
      padding: 0;
      margin: 0;
      border-bottom: 1px solid #DDD; }
      section#main_content > div > div > aside article ul li:nth-child(even), section#custom_content > div > div > aside article ul li:nth-child(even) {
        background: #ffffff; }
      section#main_content > div > div > aside article ul li a, section#custom_content > div > div > aside article ul li a {
        display: block;
        color: #666;
        margin: 0;
        padding: 0;
        padding: 8px 15px; }
        @media screen and (max-width: 1100px) {
          section#main_content > div > div > aside article ul li a, section#custom_content > div > div > aside article ul li a {
            font-size: 13px; } }
        @media screen and (max-width: 660px) {
          section#main_content > div > div > aside article ul li a, section#custom_content > div > div > aside article ul li a {
            padding: 12px 15px; } }
        section#main_content > div > div > aside article ul li a .icon, section#custom_content > div > div > aside article ul li a .icon {
          float: right;
          background: none;
          border-top-left-radius: 10px;
          border-top-right-radius: 10px;
          border-bottom-left-radius: 10px;
          border-bottom-right-radius: 10px;
          width: 20px;
          height: 20px;
          text-align: center;
          line-height: 19px;
          font-size: 10px;
          border: 1px solid #DDD;
          position: relative;
          top: 3px; }
          @media screen and (max-width: 980px) {
            section#main_content > div > div > aside article ul li a .icon, section#custom_content > div > div > aside article ul li a .icon {
              top: 0px;
              display: none; } }
          @media screen and (max-width: 790px) {
            section#main_content > div > div > aside article ul li a .icon, section#custom_content > div > div > aside article ul li a .icon {
              display: inline-block; } }
          html.ie8 section#main_content > div > div > aside article ul li a .icon, html.ie8 section#custom_content > div > div > aside article ul li a .icon {
            background: #ffffff; }
        section#main_content > div > div > aside article ul li a:hover, section#custom_content > div > div > aside article ul li a:hover {
          background: #3A6C94;
          color: #ffffff; }
          section#main_content > div > div > aside article ul li a:hover .icon, section#custom_content > div > div > aside article ul li a:hover .icon {
            border-color: #ffffff;
            color: #ffffff; }
            html.ie8 section#main_content > div > div > aside article ul li a:hover .icon, html.ie8 section#custom_content > div > div > aside article ul li a:hover .icon {
              color: #3A6C94; }
      section#main_content > div > div > aside article ul li ul li a, section#custom_content > div > div > aside article ul li ul li a {
        padding-left: 25px; }
        section#main_content > div > div > aside article ul li ul li a:before, section#custom_content > div > div > aside article ul li ul li a:before {
          content: "- "; }
    section#main_content > div > div > aside article ul li.active a, section#custom_content > div > div > aside article ul li.active a {
      background: #003762;
      color: #ffffff; }
      section#main_content > div > div > aside article ul li.active a .icon, section#custom_content > div > div > aside article ul li.active a .icon {
        background: none; }
        html.ie8 section#main_content > div > div > aside article ul li.active a .icon, html.ie8 section#custom_content > div > div > aside article ul li.active a .icon {
          color: #3A6C94; }
      section#main_content > div > div > aside article ul li.active a:hover, section#custom_content > div > div > aside article ul li.active a:hover {
        background: #005495; }
        section#main_content > div > div > aside article ul li.active a:hover .icon, section#custom_content > div > div > aside article ul li.active a:hover .icon {
          color: #ffffff; }
  section#main_content > div > div > aside article > div, section#custom_content > div > div > aside article > div {
    padding: 15px; }
    section#main_content > div > div > aside article > div h5, section#custom_content > div > div > aside article > div h5 {
      margin: 0; }
    section#main_content > div > div > aside article > div img, section#custom_content > div > div > aside article > div img {
      width: 100%;
      margin-bottom: 10px; }

section#main_content > div > div article#sidebar_contact_form .sidebar-submit:disabled, section#custom_content > div > div article#sidebar_contact_form .sidebar-submit:disabled {
  cursor: auto;
  background: #F4F4F4; }
  section#main_content > div > div article#sidebar_contact_form .sidebar-submit:disabled:hover, section#custom_content > div > div article#sidebar_contact_form .sidebar-submit:disabled:hover {
    background: #F4F4F4;
    color: #666;
    border: 1px solid #DDD; }

section#main_content > div > div article#sidebar_contact_form #recaptcha > div, section#custom_content > div > div article#sidebar_contact_form #recaptcha > div {
  width: auto !important;
  height: auto !important; }
  @media screen and (max-width: 1100px) {
    section#main_content > div > div article#sidebar_contact_form #recaptcha > div, section#custom_content > div > div article#sidebar_contact_form #recaptcha > div {
      transform: scale(0.88);
      -webkit-transform: scale(0.88);
      transform-origin: 0 0;
      -webkit-transform-origin: 0 0; } }

section#main_content > div > div article#sidebar_contact_form iframe, section#custom_content > div > div article#sidebar_contact_form iframe {
  height: 100px !important;
  min-height: 0 !important;
  background: none;
  border: none;
  margin: 0;
  padding: 0; }

@media screen and (max-width: 790px) {
  section#main_content > div > div article#sidebar_newsletter > div > a > img, section#custom_content > div > div article#sidebar_newsletter > div > a > img {
    display: none; } }

@media screen and (max-width: 440px) {
  section#main_content > div > div article#sidebar_newsletter > div > a > img, section#custom_content > div > div article#sidebar_newsletter > div > a > img {
    display: block; } }

section#main_content > div > div article#sidebar_newsletter > div > a.email_alerts, section#custom_content > div > div article#sidebar_newsletter > div > a.email_alerts {
  color: #4595D1;
  font-size: 1.2em;
  display: block;
  background: url("/assets/images/design/newsletter_3.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -ms-behavior: url(/assets/images/design/backgroundsize.min.htc);
  behavior: url(/assets/images/design/backgroundsize.min.htc);
  padding: 25px 15px;
  border: 1px solid #ffffff;
  margin-bottom: 10px;
  outline: 1px solid #cccccc; }
  section#main_content > div > div article#sidebar_newsletter > div > a.email_alerts:hover, section#custom_content > div > div article#sidebar_newsletter > div > a.email_alerts:hover {
    outline: 1px solid #999999; }
  @media screen and (max-width: 1100px) {
    section#main_content > div > div article#sidebar_newsletter > div > a.email_alerts, section#custom_content > div > div article#sidebar_newsletter > div > a.email_alerts {
      font-size: 1em; } }

section#main_content > div > div article#twitter_profile > iframe, section#main_content > div > div article#facebook_profile > iframe, section#custom_content > div > div article#twitter_profile > iframe, section#custom_content > div > div article#facebook_profile > iframe {
  background: none;
  margin: 0;
  padding: 10px 15px;
  box-shadow: none;
  height: 260px !important; }

section#main_content > div > div article#twitter_profile > iframe, section#custom_content > div > div article#twitter_profile > iframe {
  margin: 10px 0;
  padding: 0px 15px;
  height: 350px !important; }

section#main_content > div > div article#sidebar_press_contact > div > div, section#custom_content > div > div article#sidebar_press_contact > div > div {
  padding-left: 90px;
  position: relative;
  margin-bottom: 15px;
  color: #666; }
  section#main_content > div > div article#sidebar_press_contact > div > div a, section#custom_content > div > div article#sidebar_press_contact > div > div a {
    color: #666; }
    section#main_content > div > div article#sidebar_press_contact > div > div a:hover, section#custom_content > div > div article#sidebar_press_contact > div > div a:hover {
      color: #4595D1; }
  @media screen and (max-width: 790px) {
    section#main_content > div > div article#sidebar_press_contact > div > div, section#custom_content > div > div article#sidebar_press_contact > div > div {
      font-size: 13px; } }
  section#main_content > div > div article#sidebar_press_contact > div > div span, section#custom_content > div > div article#sidebar_press_contact > div > div span {
    color: #666;
    font-family: "Helvetica_Medium", Arial, sans-serif;
    position: absolute;
    top: 0px;
    left: 0px;
    word-wrap: break-word;
    width: 80px; }

div#breadcrumbs {
  font-size: 0.8em;
  color: #a2a2a2;
  margin-bottom: 20px;
  line-height: 150%;
  position: relative;
  padding-left: 17px; }
  @media screen and (max-width: 660px) {
    div#breadcrumbs {
      margin-bottom: 10px; } }
  @media screen and (max-width: 440px) {
    div#breadcrumbs {
      margin-bottom: 15px; } }
  div#breadcrumbs span.home_icon, div#breadcrumbs span.arrow_icon {
    color: #a2a2a2;
    font-size: 12px;
    margin-right: 6px;
    position: relative; }
  div#breadcrumbs span.home_icon {
    position: absolute;
    top: 4px;
    left: 0px; }
  div#breadcrumbs span.arrow_icon {
    font-size: 16px;
    top: 3px;
    margin-right: 0px; }
  div#breadcrumbs a {
    color: #a2a2a2; }
    div#breadcrumbs a:hover {
      color: #4595D1; }

div#pagin_links {
  float: left;
  display: block;
  margin-right: 1.8867924528%;
  width: 100%;
  *zoom: 1;
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 10%; }
  div#pagin_links:last-child {
    margin-right: 0; }
  div#pagin_links:before, div#pagin_links:after {
    content: "";
    display: table; }
  div#pagin_links:after {
    clear: both; }
  @media screen and (max-width: 500px) {
    div#pagin_links {
      margin-bottom: 20%; } }
  div#pagin_links #pagin_left, div#pagin_links #pagin_right {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    float: left;
    display: block;
    margin-right: 1.8867924528%;
    width: 23.5849056604%;
    padding: 1.8867924528%; }
    div#pagin_links #pagin_left:last-child, div#pagin_links #pagin_right:last-child {
      margin-right: 0; }
    @media screen and (max-width: 500px) {
      div#pagin_links #pagin_left, div#pagin_links #pagin_right {
        float: left;
        display: block;
        margin-right: 1.8867924528%;
        width: 13.3962264151%;
        text-align: center; }
        div#pagin_links #pagin_left:last-child, div#pagin_links #pagin_right:last-child {
          margin-right: 0; } }
    div#pagin_links #pagin_left a, div#pagin_links #pagin_right a {
      display: inline-block;
      color: #888; }
      div#pagin_links #pagin_left a:hover, div#pagin_links #pagin_right a:hover {
        color: #4595D1; }
      @media screen and (max-width: 500px) {
        div#pagin_links #pagin_left a, div#pagin_links #pagin_right a {
          font-size: 2em;
          text-align: center;
          line-height: 18px; }
          div#pagin_links #pagin_left a span, div#pagin_links #pagin_right a span {
            display: none; } }
  div#pagin_links #pagin_right {
    text-align: right; }
    @media screen and (max-width: 500px) {
      div#pagin_links #pagin_right {
        text-align: center; } }
  div#pagin_links ul {
    float: left;
    display: block;
    margin-right: 1.8867924528%;
    width: 49.0566037736%;
    margin-left: 0;
    margin-right: 0;
    padding: 1.8867924528%;
    text-align: center; }
    div#pagin_links ul:last-child {
      margin-right: 0; }
    @media screen and (max-width: 500px) {
      div#pagin_links ul {
        float: left;
        display: block;
        margin-right: 1.8867924528%;
        width: 67.7358490566%; }
        div#pagin_links ul:last-child {
          margin-right: 0; } }
    div#pagin_links ul li {
      list-style-type: none;
      padding: 0;
      margin: 0;
      display: inline; }
      div#pagin_links ul li span {
        padding: 8px 15px;
        color: #ffffff; }
      div#pagin_links ul li a {
        padding: 8px 15px;
        font-size: 0.9em;
        margin: 0px 2px;
        border: 1px solid #DDD;
        border-radius: 4px; }
        div#pagin_links ul li a:hover {
          background: #f7f7f7; }
      div#pagin_links ul li a.current_page {
        background: #4595D1;
        color: #ffffff;
        border-color: #4595D1; }

body#home div.flexslider div.slides {
  *zoom: 1; }
  body#home div.flexslider div.slides:before, body#home div.flexslider div.slides:after {
    content: "";
    display: table; }
  body#home div.flexslider div.slides:after {
    clear: both; }
  body#home div.flexslider div.slides > div {
    *zoom: 1;
    background-size: cover; }
    body#home div.flexslider div.slides > div:before, body#home div.flexslider div.slides > div:after {
      content: "";
      display: table; }
    body#home div.flexslider div.slides > div:after {
      clear: both; }
    body#home div.flexslider div.slides > div > div {
      *zoom: 1;
      max-width: 67.5em;
      margin-left: auto;
      margin-right: auto;
      position: relative;
      height: 396px; }
      body#home div.flexslider div.slides > div > div:before, body#home div.flexslider div.slides > div > div:after {
        content: "";
        display: table; }
      body#home div.flexslider div.slides > div > div:after {
        clear: both; }
      @media screen and (max-width: 1280px) {
        body#home div.flexslider div.slides > div > div {
          max-width: 1080px; } }
      @media screen and (max-width: 1100px) {
        body#home div.flexslider div.slides > div > div {
          max-width: 960px; } }
      @media screen and (max-width: 980px) {
        body#home div.flexslider div.slides > div > div {
          max-width: 768px; } }
      @media screen and (max-width: 790px) {
        body#home div.flexslider div.slides > div > div {
          max-width: 640px; } }
      @media screen and (max-width: 660px) {
        body#home div.flexslider div.slides > div > div {
          max-width: 500px; } }
      @media screen and (max-width: 560px) {
        body#home div.flexslider div.slides > div > div {
          max-width: 480px; } }
      @media screen and (max-width: 500px) {
        body#home div.flexslider div.slides > div > div {
          max-width: 420px; } }
      @media screen and (max-width: 440px) {
        body#home div.flexslider div.slides > div > div {
          max-width: 360px; } }
      @media screen and (max-width: 380px) {
        body#home div.flexslider div.slides > div > div {
          max-width: 280px; } }
      @media screen and (max-width: 1100px) {
        body#home div.flexslider div.slides > div > div {
          height: 340px; } }
      @media screen and (max-width: 790px) {
        body#home div.flexslider div.slides > div > div {
          height: auto; } }
  body#home div.flexslider div.slides > div.layout_1 {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -ms-behavior: url(/assets/images/design/backgroundsize.min.htc);
    behavior: url(/assets/images/design/backgroundsize.min.htc); }
    body#home div.flexslider div.slides > div.layout_1 > div article {
      padding: 20px;
      margin-top: 7%;
      margin-bottom: 7%;
      float: left;
      display: block;
      margin-right: 1.8867924528%;
      width: 49.0566037736%;
      background: rgba(70, 149, 207, 0.9);
      border-bottom: 5px solid #3A6C94;
      border-radius: 4px;
      position: relative;
      display: table; }
      body#home div.flexslider div.slides > div.layout_1 > div article:last-child {
        margin-right: 0; }
      body#home div.flexslider div.slides > div.layout_1 > div article div {
        display: table-cell;
        vertical-align: middle; }
      html.en body#home div.flexslider div.slides > div.layout_1 > div article {
        height: 290px; }
        @media screen and (max-width: 790px) {
          html.en body#home div.flexslider div.slides > div.layout_1 > div article {
            height: 245px; } }
        @media screen and (max-width: 660px) {
          html.en body#home div.flexslider div.slides > div.layout_1 > div article {
            height: 260px; } }
      html.de body#home div.flexslider div.slides > div.layout_1 > div article {
        height: 335px; }
        @media screen and (max-width: 790px) {
          html.de body#home div.flexslider div.slides > div.layout_1 > div article {
            height: 245px; } }
        @media screen and (max-width: 660px) {
          html.de body#home div.flexslider div.slides > div.layout_1 > div article {
            height: 290px; } }
        @media screen and (max-width: 440px) {
          html.de body#home div.flexslider div.slides > div.layout_1 > div article {
            height: 240px; } }
      html.it body#home div.flexslider div.slides > div.layout_1 > div article {
        height: 310px; }
        @media screen and (max-width: 790px) {
          html.it body#home div.flexslider div.slides > div.layout_1 > div article {
            height: 245px; } }
        @media screen and (max-width: 660px) {
          html.it body#home div.flexslider div.slides > div.layout_1 > div article {
            height: 260px; } }
      html.es body#home div.flexslider div.slides > div.layout_1 > div article {
        height: 310px; }
        @media screen and (max-width: 790px) {
          html.es body#home div.flexslider div.slides > div.layout_1 > div article {
            height: 245px; } }
        @media screen and (max-width: 660px) {
          html.es body#home div.flexslider div.slides > div.layout_1 > div article {
            height: 260px; } }
      html.ie8 body#home div.flexslider div.slides > div.layout_1 > div article {
        background: url("/assets/images/backgrounds/ie_slider_bg.png"); }
      body#home div.flexslider div.slides > div.layout_1 > div article h2, body#home div.flexslider div.slides > div.layout_1 > div article p, body#home div.flexslider div.slides > div.layout_1 > div article a {
        color: #ffffff; }
      body#home div.flexslider div.slides > div.layout_1 > div article h2 {
        font-size: 1.8em;
        margin-bottom: 10px; }
        @media screen and (max-width: 1100px) {
          body#home div.flexslider div.slides > div.layout_1 > div article h2 {
            font-size: 1.4em; } }
        @media screen and (max-width: 440px) {
          body#home div.flexslider div.slides > div.layout_1 > div article h2 {
            font-size: 18px;
            margin-bottom: 5px;
            font-family: "Helvetica_Medium", Arial, sans-serif; } }
      body#home div.flexslider div.slides > div.layout_1 > div article p {
        line-height: 150%;
        opacity: 0.8; }
        @media screen and (max-width: 440px) {
          body#home div.flexslider div.slides > div.layout_1 > div article p {
            font-size: 12px; } }
        @media screen and (max-width: 440px) {
          html.de body#home div.flexslider div.slides > div.layout_1 > div article p {
            font-size: 10px; } }
      body#home div.flexslider div.slides > div.layout_1 > div article a.button {
        background: none; }
        @media screen and (max-width: 790px) {
          body#home div.flexslider div.slides > div.layout_1 > div article a.button {
            display: inline-block; }
            body#home div.flexslider div.slides > div.layout_1 > div article a.button span.icon {
              float: none; } }
        @media screen and (max-width: 500px) {
          body#home div.flexslider div.slides > div.layout_1 > div article a.button {
            padding: 5px 10px; } }
        body#home div.flexslider div.slides > div.layout_1 > div article a.button:hover {
          background: #3A6C94; }
        @media screen and (max-width: 440px) {
          html.de body#home div.flexslider div.slides > div.layout_1 > div article a.button {
            font-size: 9px; } }
        @media screen and (max-width: 440px) {
          html.it body#home div.flexslider div.slides > div.layout_1 > div article a.button {
            font-size: 9px; } }
        @media screen and (max-width: 980px) {
          html.es body#home div.flexslider div.slides > div.layout_1 > div article a.button {
            font-size: 11px; } }
      @media screen and (max-width: 790px) {
        body#home div.flexslider div.slides > div.layout_1 > div article {
          float: left;
          display: block;
          margin-right: 1.8867924528%;
          width: 100%;
          text-align: center;
          margin: 10% 0;
          padding: 20px 10%;
          position: relative;
          display: table; }
          body#home div.flexslider div.slides > div.layout_1 > div article:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 440px) {
        body#home div.flexslider div.slides > div.layout_1 > div article {
          padding: 15px;
          margin: 10% 0; } }
    body#home div.flexslider div.slides > div.layout_1 > div > div.slider_video {
      background-color: #3A6C94;
      margin-top: 7%;
      margin-bottom: 7%;
      float: left;
      display: block;
      margin-right: 1.8867924528%;
      width: 49.0566037736%;
      margin-right: 0;
      border-bottom: 4px solid #3A6C94;
      border-radius: 4px;
      text-align: center;
      position: relative;
      z-index: 100000; }
      body#home div.flexslider div.slides > div.layout_1 > div > div.slider_video:last-child {
        margin-right: 0; }
      @media screen and (max-width: 790px) {
        body#home div.flexslider div.slides > div.layout_1 > div > div.slider_video {
          display: none; } }
      body#home div.flexslider div.slides > div.layout_1 > div > div.slider_video a {
        border-radius: 4px;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        -ms-behavior: url(/assets/images/design/backgroundsize.min.htc);
        behavior: url(/assets/images/design/backgroundsize.min.htc);
        display: block; }
        body#home div.flexslider div.slides > div.layout_1 > div > div.slider_video a span {
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
          display: inline-block;
          color: #ffffff;
          padding: 15px;
          font-size: 1.6em;
          margin: 21.5% 0;
          border-radius: 50px;
          border: 1px solid #ffffff;
          background: #4595D1;
          color: #ffffff;
          border: 1px solid rgba(255, 255, 255, 0.8); }
          html.ie8 body#home div.flexslider div.slides > div.layout_1 > div > div.slider_video a span {
            background: #3A6C94; }
          html.ie8 body#home div.flexslider div.slides > div.layout_1 > div > div.slider_video a span {
            background: #4595D1;
            color: #ffffff; }
      body#home div.flexslider div.slides > div.layout_1 > div > div.slider_video:hover a span {
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear;
        background: #2d7bb6;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.7); }
  body#home div.flexslider div.slides > div.layout_2 > div article {
    margin-top: 10%;
    margin-bottom: 10%;
    float: left;
    display: block;
    margin-right: 1.8867924528%;
    width: 49.0566037736%;
    margin-left: 25.4716981132%;
    text-align: center; }
    body#home div.flexslider div.slides > div.layout_2 > div article:last-child {
      margin-right: 0; }
    body#home div.flexslider div.slides > div.layout_2 > div article h2, body#home div.flexslider div.slides > div.layout_2 > div article p, body#home div.flexslider div.slides > div.layout_2 > div article a {
      color: #ffffff;
      text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.4); }
    body#home div.flexslider div.slides > div.layout_2 > div article h2 {
      font-size: 2em;
      margin-bottom: 10px; }
    body#home div.flexslider div.slides > div.layout_2 > div article a.button {
      background: none; }
    @media screen and (max-width: 790px) {
      body#home div.flexslider div.slides > div.layout_2 > div article {
        float: left;
        display: block;
        margin-right: 1.8867924528%;
        width: 100%;
        margin-left: 0%; }
        body#home div.flexslider div.slides > div.layout_2 > div article:last-child {
          margin-right: 0; } }

body#home div.flexslider .flex-direction-nav a:before {
  font-family: "icomoon";
  content: '\f053';
  font-size: 30px;
  display: inline-block;
  color: #ffffff; }
  @media screen and (max-width: 1100px) {
    body#home div.flexslider .flex-direction-nav a:before {
      font-size: 20px; } }

body#home div.flexslider .flex-direction-nav a.flex-next:before {
  content: '\f054';
  color: #ffffff; }

body#home div.flexslider .flex-control-paging li a {
  background: #ffffff; }

body#home div.flexslider .flex-control-paging li a:hover {
  background: #003762; }

body#home div.flexslider .flex-control-paging li a.flex-active {
  background: #4595D1; }

body#home > section > div {
  *zoom: 1;
  max-width: 67.5em;
  margin-left: auto;
  margin-right: auto; }
  body#home > section > div:before, body#home > section > div:after {
    content: "";
    display: table; }
  body#home > section > div:after {
    clear: both; }
  @media screen and (max-width: 1280px) {
    body#home > section > div {
      max-width: 1080px; } }
  @media screen and (max-width: 1100px) {
    body#home > section > div {
      max-width: 960px; } }
  @media screen and (max-width: 980px) {
    body#home > section > div {
      max-width: 768px; } }
  @media screen and (max-width: 790px) {
    body#home > section > div {
      max-width: 640px; } }
  @media screen and (max-width: 660px) {
    body#home > section > div {
      max-width: 500px; } }
  @media screen and (max-width: 560px) {
    body#home > section > div {
      max-width: 480px; } }
  @media screen and (max-width: 500px) {
    body#home > section > div {
      max-width: 420px; } }
  @media screen and (max-width: 440px) {
    body#home > section > div {
      max-width: 360px; } }
  @media screen and (max-width: 380px) {
    body#home > section > div {
      max-width: 280px; } }

body#home > section#first {
  box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1000;
  background: #ffffff; }
  body#home > section#first > div {
    *zoom: 1;
    display: table;
    width: 100%;
    table-layout: fixed;
    background: #ffffff; }
    body#home > section#first > div:before, body#home > section#first > div:after {
      content: "";
      display: table; }
    body#home > section#first > div:after {
      clear: both; }
    body#home > section#first > div > article {
      float: left;
      display: block;
      margin-right: 1.8867924528%;
      width: 32.0754716981%;
      padding: 30px;
      border-right: 1px solid #DDD;
      text-align: center;
      padding-top: 4%;
      padding-bottom: 5%; }
      body#home > section#first > div > article:last-child {
        margin-right: 0; }
      body#home > section#first > div > article h2 {
        font-size: 1.6em;
        font-family: "Helvetica_Light", Arial, sans-serif; }
      body#home > section#first > div > article a img {
        padding: 3px;
        border: 1px solid #DDD;
        margin-bottom: 15px; }
        @media screen and (max-width: 380px) {
          body#home > section#first > div > article a img {
            max-width: 100px; } }
        body#home > section#first > div > article a img:hover {
          border-color: #888; }
      body#home > section#first > div > article p {
        font-size: 0.82em;
        color: #888;
        height: 100px;
        overflow: hidden; }
        @media screen and (max-width: 1100px) {
          body#home > section#first > div > article p {
            height: 125px; } }
        @media screen and (max-width: 980px) {
          body#home > section#first > div > article p {
            height: 110px; } }
        @media screen and (max-width: 790px) {
          body#home > section#first > div > article p {
            height: 80px; } }
        @media screen and (max-width: 660px) {
          body#home > section#first > div > article p {
            height: auto;
            font-size: inherit;
            line-height: 170%; } }
        html.de body#home > section#first > div > article p {
          font-size: 12px;
          line-height: 21px; }
          @media screen and (max-width: 1100px) {
            html.de body#home > section#first > div > article p {
              font-size: 10px;
              line-height: 18px; } }
          @media screen and (max-width: 790px) {
            html.de body#home > section#first > div > article p {
              font-size: 0.9em;
              line-height: 150%; } }
        html.it body#home > section#first > div > article p {
          height: 120px;
          font-size: 0.8em; }
          @media screen and (max-width: 1100px) {
            html.it body#home > section#first > div > article p {
              font-size: 12px;
              line-height: 20px; } }
          @media screen and (max-width: 660px) {
            html.it body#home > section#first > div > article p {
              height: auto;
              font-size: inherit;
              line-height: 170%; } }
        html.es body#home > section#first > div > article p {
          height: 145px;
          font-size: 0.8em; }
          @media screen and (max-width: 1100px) {
            html.es body#home > section#first > div > article p {
              font-size: 12px;
              line-height: 20px;
              height: 120px; } }
          @media screen and (max-width: 980px) {
            html.es body#home > section#first > div > article p {
              font-size: 0.9em;
              line-height: 150%;
              height: 160px; } }
          @media screen and (max-width: 790px) {
            html.es body#home > section#first > div > article p {
              height: 120px; } }
          @media screen and (max-width: 660px) {
            html.es body#home > section#first > div > article p {
              height: auto;
              font-size: inherit;
              line-height: 170%; } }
      body#home > section#first > div > article a.button {
        display: block;
        margin: 0 20px; }
        @media screen and (max-width: 1100px) {
          html.es body#home > section#first > div > article a.button {
            font-size: 12px; }
          html.de body#home > section#first > div > article a.button {
            font-size: 12px; } }
        @media screen and (max-width: 980px) {
          body#home > section#first > div > article a.button {
            font-size: 12px; }
            html.es body#home > section#first > div > article a.button {
              font-size: 11px; }
            html.de body#home > section#first > div > article a.button {
              font-size: 9px; } }
      @media screen and (max-width: 980px) {
        body#home > section#first > div > article {
          padding: 20px; } }
      @media screen and (max-width: 790px) {
        body#home > section#first > div > article {
          width: 50%; } }
      @media screen and (max-width: 440px) {
        body#home > section#first > div > article {
          padding: 10px;
          margin-top: 25px; } }
    @media screen and (max-width: 790px) {
      body#home > section#first > div > article#content_2, body#home > section#first > div > article#content_5, body#home > section#first > div > article#content_8, body#home > section#first > div > article#content_11 {
        border-right: none; } }
    body#home > section#first > div > article#content_3, body#home > section#first > div > article#content_6, body#home > section#first > div > article#content_9, body#home > section#first > div > article#content_12 {
      border: none; }
      @media screen and (max-width: 790px) {
        body#home > section#first > div > article#content_3, body#home > section#first > div > article#content_6, body#home > section#first > div > article#content_9, body#home > section#first > div > article#content_12 {
          display: none; } }
      @media screen and (max-width: 660px) {
        body#home > section#first > div > article#content_3, body#home > section#first > div > article#content_6, body#home > section#first > div > article#content_9, body#home > section#first > div > article#content_12 {
          display: block; } }
    @media screen and (max-width: 660px) {
      body#home > section#first > div {
        *zoom: 1;
        display: block; }
        body#home > section#first > div:before, body#home > section#first > div:after {
          content: "";
          display: table; }
        body#home > section#first > div:after {
          clear: both; }
        body#home > section#first > div > article {
          float: left;
          display: block;
          margin-right: 1.8867924528%;
          width: 100%;
          border: none;
          padding-bottom: 0; }
          body#home > section#first > div > article:last-child {
            margin-right: 0; } }

body#home > section#second {
  background: #F4F4F4;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  padding: 5% 0;
  text-shadow: 0px -1px 1px #ffffff; }
  @media screen and (max-width: 660px) {
    body#home > section#second {
      padding: 10% 0;
      margin-top: 50px; } }
  body#home > section#second h3 {
    margin-bottom: 15px;
    color: #3A6C94;
    font-family: "Helvetica_Light", Arial, sans-serif; }
  body#home > section#second article {
    float: left;
    display: block;
    margin-right: 1.8867924528%;
    width: 66.0377358491%; }
    body#home > section#second article:last-child {
      margin-right: 0; }
    @media screen and (max-width: 790px) {
      body#home > section#second article {
        float: left;
        display: block;
        margin-right: 1.8867924528%;
        width: 49.0566037736%; }
        body#home > section#second article:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 660px) {
      body#home > section#second article {
        display: none; } }
    body#home > section#second article p {
      color: #444; }
    body#home > section#second article img {
      float: right;
      padding: 5px;
      background: #ffffff;
      border: 1px solid #DDD;
      margin-left: 30px;
      margin-right: 20px;
      margin-bottom: 10px;
      max-width: 220px; }
      @media screen and (max-width: 790px) {
        body#home > section#second article img {
          display: none; } }
      @media screen and (max-width: 660px) {
        body#home > section#second article img {
          max-width: 120px;
          margin-left: 15px;
          margin-right: 10px; } }
    body#home > section#second article a.button {
      background: none;
      text-shadow: none; }
      body#home > section#second article a.button:hover {
        background: #4595D1; }
  body#home > section#second aside {
    float: left;
    display: block;
    margin-right: 1.8867924528%;
    width: 32.0754716981%; }
    body#home > section#second aside:last-child {
      margin-right: 0; }
    @media screen and (max-width: 790px) {
      body#home > section#second aside {
        float: left;
        display: block;
        margin-right: 1.8867924528%;
        width: 49.0566037736%; }
        body#home > section#second aside:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 660px) {
      body#home > section#second aside {
        float: left;
        display: block;
        margin-right: 1.8867924528%;
        width: 91.5094339623%;
        margin-left: 4.2452830189%; }
        body#home > section#second aside:last-child {
          margin-right: 0; } }
    body#home > section#second aside ul {
      list-style-type: none;
      padding: 0;
      margin: 0; }
      body#home > section#second aside ul li {
        border-bottom: 1px solid #DDD;
        box-shadow: 0px 1px 0px #ffffff;
        padding: 0px; }
        body#home > section#second aside ul li a {
          display: block;
          padding: 5px 0; }
          @media screen and (max-width: 660px) {
            body#home > section#second aside ul li a {
              font-size: 1.1em;
              padding: 14px 0; } }
          body#home > section#second aside ul li a span.icon {
            float: right;
            background: none;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
            border-bottom-left-radius: 10px;
            border-bottom-right-radius: 10px;
            width: 20px;
            height: 20px;
            text-align: center;
            line-height: 19px;
            font-size: 10px;
            border: 1px solid #DDD;
            position: relative;
            top: 3px; }
            @media screen and (max-width: 980px) {
              body#home > section#second aside ul li a span.icon {
                top: 0px; } }
            html.ie8 body#home > section#second aside ul li a span.icon {
              background: #ffffff; }
          body#home > section#second aside ul li a:hover {
            color: #3A6C94; }
            body#home > section#second aside ul li a:hover .icon {
              border-color: #3A6C94;
              color: #ffffff;
              background: #3A6C94;
              text-shadow: none; }
              html.ie8 body#home > section#second aside ul li a:hover .icon {
                background: #3A6C94;
                color: #ffffff; }

body#home > section#third {
  padding: 5% 0 4%; }
  @media screen and (max-width: 660px) {
    body#home > section#third {
      padding: 10% 0; } }
  @media screen and (max-width: 660px) {
    body#home > section#third div#news_heading {
      float: left;
      display: block;
      margin-right: 1.8867924528%;
      width: 91.5094339623%;
      margin-left: 4.2452830189%; }
      body#home > section#third div#news_heading:last-child {
        margin-right: 0; } }
  body#home > section#third div#news_heading h3 {
    margin-bottom: 2em;
    color: #3A6C94;
    font-family: "Helvetica_Light", Arial, sans-serif; }
    @media screen and (max-width: 660px) {
      body#home > section#third div#news_heading h3 {
        margin-bottom: 1.4em; } }
    body#home > section#third div#news_heading h3 a.button {
      float: right;
      padding: 0px 17px;
      font-size: 11px; }
      @media screen and (max-width: 660px) {
        body#home > section#third div#news_heading h3 a.button {
          display: none; } }
  body#home > section#third article {
    float: left;
    display: block;
    margin-right: 1.8867924528%;
    width: 32.0754716981%; }
    body#home > section#third article:last-child {
      margin-right: 0; }
    @media screen and (max-width: 660px) {
      body#home > section#third article {
        float: left;
        display: block;
        margin-right: 1.8867924528%;
        width: 91.5094339623%;
        margin-left: 4.2452830189%; }
        body#home > section#third article:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 660px) {
      body#home > section#third article a {
        margin-bottom: 15px;
        display: block;
        *zoom: 1; }
        body#home > section#third article a:before, body#home > section#third article a:after {
          content: "";
          display: table; }
        body#home > section#third article a:after {
          clear: both; } }
    @media screen and (max-width: 440px) {
      body#home > section#third article a {
        margin-bottom: 20px; } }
    body#home > section#third article a div.entry_date {
      -webkit-transition: all .2s linear;
      -moz-transition: all .2s linear;
      -o-transition: all .2s linear;
      transition: all .2s linear;
      width: 18%;
      float: left;
      background: #4595D1;
      color: #ffffff;
      text-align: center;
      border-radius: 6px;
      padding: 10px 4px;
      font-size: 1.8em;
      line-height: 90%; }
      @media screen and (max-width: 790px) {
        body#home > section#third article a div.entry_date {
          font-size: 1.4em; } }
      @media screen and (max-width: 660px) {
        body#home > section#third article a div.entry_date {
          width: 50px; } }
      body#home > section#third article a div.entry_date > span {
        display: block; }
      body#home > section#third article a div.entry_date > span.month {
        font-size: 0.7em; }
    body#home > section#third article a div.title {
      float: left;
      width: 80%;
      font-size: 1.1em;
      color: #444;
      padding-left: 20px;
      line-height: 170%;
      height: 63px;
      overflow: hidden; }
      @media screen and (max-width: 980px) {
        body#home > section#third article a div.title {
          line-height: 190%; } }
      @media screen and (max-width: 660px) {
        body#home > section#third article a div.title {
          font-size: 1em;
          line-height: 170%;
          height: auto;
          width: 78%; } }
    body#home > section#third article a:hover div.entry_date {
      background: #3A6C94; }
    body#home > section#third article a:hover div.title {
      color: #3A6C94; }

body#news section#main_content > div > div > article div.no_results {
  background: #F4F4F4;
  border-bottom: 3px solid #DDD;
  padding: 20px 20px 20px 50px;
  margin-bottom: 40px; }
  body#news section#main_content > div > div > article div.no_results h2 {
    position: relative;
    font-size: 1.6em;
    padding: 0;
    margin: 0;
    color: #888; }
    @media screen and (max-width: 660px) {
      body#news section#main_content > div > div > article div.no_results h2 {
        font-size: 1.3em;
        margin-bottom: 10px; } }
    body#news section#main_content > div > div > article div.no_results h2 span.icon-minus-circle {
      font-size: 14px;
      position: absolute;
      top: 7px;
      left: -30px;
      margin-right: 5px; }

body#news section#main_content > div > div > article article.news_listing_1 {
  margin-bottom: 40px; }
  body#news section#main_content > div > div > article article.news_listing_1 h2 {
    font-family: "Helvetica_Light", Arial, sans-serif;
    font-size: 1.4em;
    margin: 0; }
    body#news section#main_content > div > div > article article.news_listing_1 h2 a {
      color: #3A6C94; }
      body#news section#main_content > div > div > article article.news_listing_1 h2 a:hover {
        color: #4595D1; }
    @media screen and (max-width: 790px) {
      body#news section#main_content > div > div > article article.news_listing_1 h2 {
        font-size: 1.3em; } }
  body#news section#main_content > div > div > article article.news_listing_1 div.entry_date {
    color: #a2a2a2;
    font-size: 0.8em;
    margin: 10px 0; }
    @media screen and (max-width: 790px) {
      body#news section#main_content > div > div > article article.news_listing_1 div.entry_date {
        margin-top: 15px; } }
    body#news section#main_content > div > div > article article.news_listing_1 div.entry_date span.icon {
      margin-right: 2px; }
  body#news section#main_content > div > div > article article.news_listing_1 a img {
    float: right;
    border: 1px solid #DDD;
    padding: 4px;
    background: #ffffff;
    margin-left: 10px;
    margin-bottom: 10px;
    max-width: 160px; }
    @media screen and (max-width: 980px) {
      body#news section#main_content > div > div > article article.news_listing_1 a img {
        max-width: 35%; } }
    @media screen and (max-width: 380px) {
      body#news section#main_content > div > div > article article.news_listing_1 a img {
        max-width: 140px;
        margin-left: 20px;
        margin-bottom: 0px; } }
    body#news section#main_content > div > div > article article.news_listing_1 a img:hover {
      border-color: #dddddd; }
  @media screen and (max-width: 380px) {
    body#news section#main_content > div > div > article article.news_listing_1 p {
      font-size: 1em; } }

body#news section#main_content > div > div > article article.news_detail_1 h1, body#news section#main_content > div > div > article article.news_detail_1 h2 {
  font-family: "Helvetica_Light", Arial, sans-serif;
  font-size: 1.4em;
  margin: 0;
  margin-bottom: 15px;
  color: #3A6C94; }

body#news section#main_content > div > div > article article.news_detail_1 div.entry_date {
  color: #a2a2a2;
  font-size: 0.8em;
  margin: 10px 0; }
  @media screen and (max-width: 790px) {
    body#news section#main_content > div > div > article article.news_detail_1 div.entry_date {
      margin-top: 15px; } }
  body#news section#main_content > div > div > article article.news_detail_1 div.entry_date span.icon {
    margin-right: 2px; }

body#news section#main_content > div > div > article article.news_detail_1 img {
  float: right;
  border: 1px solid #DDD;
  padding: 4px;
  background: #ffffff;
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px; }
  @media screen and (max-width: 500px) {
    body#news section#main_content > div > div > article article.news_detail_1 img {
      max-width: 40%; } }
  @media screen and (max-width: 380px) {
    body#news section#main_content > div > div > article article.news_detail_1 img {
      max-width: 140px; } }

body#news section#main_content > div > div > article article.news_detail_1 a.entry_share {
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #F4F4F4));
  background-image: -webkit-linear-gradient(#ffffff, #F4F4F4);
  background-image: linear-gradient(#ffffff, #F4F4F4); }
  body#news section#main_content > div > div > article article.news_detail_1 a.entry_share:hover {
    border-color: #DDD; }

body#news section#main_content > div > div > article article.news_detail_1 a.entry_share.twitter {
  color: #00aced; }
  @media screen and (max-width: 660px) {
    body#news section#main_content > div > div > article article.news_detail_1 a.entry_share.twitter {
      text-align: center;
      display: block; } }
  body#news section#main_content > div > div > article article.news_detail_1 a.entry_share.twitter:hover {
    color: #006287; }

body#news section#main_content > div > div > article a.entry_share {
  background: #ffffff;
  color: #666;
  border: 1px solid #DDD;
  border-radius: 4px;
  padding: 10px 5%;
  display: inline-block;
  margin-bottom: 3%;
  margin-bottom: 20px; }
  @media screen and (max-width: 440px) {
    body#news section#main_content > div > div > article a.entry_share {
      display: block; } }
  body#news section#main_content > div > div > article a.entry_share .icon {
    margin-left: 10px;
    display: inline-block;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 19px;
    font-size: 10px;
    border: 1px solid #DDD;
    position: relative; }
    @media screen and (max-width: 440px) {
      body#news section#main_content > div > div > article a.entry_share .icon {
        float: right; } }
    html.ie8 body#news section#main_content > div > div > article a.entry_share .icon {
      border: none; }
  body#news section#main_content > div > div > article a.entry_share:hover {
    color: #ffffff;
    background: #4595D1;
    border: 1px solid #4595D1; }
    body#news section#main_content > div > div > article a.entry_share:hover .icon {
      border-color: #ffffff; }
  body#news section#main_content > div > div > article a.entry_share span.social_icon {
    font-size: 12px;
    margin-left: 5px; }
  @media screen and (max-width: 790px) {
    body#news section#main_content > div > div > article a.entry_share {
      text-align: center;
      display: block; } }

body#products > span#overview div#introduction {
  float: left;
  display: block;
  margin-right: 1.8867924528%;
  width: 57.5471698113%;
  padding-right: 15px;
  margin-bottom: 20px; }
  body#products > span#overview div#introduction:last-child {
    margin-right: 0; }
  body#products > span#overview div#introduction strong {
    font-weight: normal;
    font-family: "Helvetica_Medium", Arial, sans-serif; }
  @media screen and (max-width: 790px) {
    body#products > span#overview div#introduction {
      float: left;
      display: block;
      margin-right: 1.8867924528%;
      width: 100%; }
      body#products > span#overview div#introduction:last-child {
        margin-right: 0; } }

body#products > span#overview div#data {
  float: left;
  display: block;
  margin-right: 1.8867924528%;
  width: 40.5660377358%;
  margin-right: 0; }
  body#products > span#overview div#data:last-child {
    margin-right: 0; }
  @media screen and (max-width: 790px) {
    body#products > span#overview div#data {
      float: left;
      display: block;
      margin-right: 1.8867924528%;
      width: 100%; }
      body#products > span#overview div#data:last-child {
        margin-right: 0; } }
  body#products > span#overview div#data div.table {
    float: left;
    display: block;
    margin-right: 1.8867924528%;
    width: 100%;
    text-shadow: 0px -1px 1px #ffffff;
    border-bottom: 3px solid #d5d5d5; }
    body#products > span#overview div#data div.table:last-child {
      margin-right: 0; }
    body#products > span#overview div#data div.table div.header, body#products > span#overview div#data div.table div.row {
      width: 100%;
      *zoom: 1; }
      body#products > span#overview div#data div.table div.header:before, body#products > span#overview div#data div.table div.header:after, body#products > span#overview div#data div.table div.row:before, body#products > span#overview div#data div.table div.row:after {
        content: "";
        display: table; }
      body#products > span#overview div#data div.table div.header:after, body#products > span#overview div#data div.table div.row:after {
        clear: both; }
      body#products > span#overview div#data div.table div.header > div, body#products > span#overview div#data div.table div.row > div {
        padding: 10px 15px;
        text-align: center;
        width: 6.66%;
        float: left;
        border-left: 1px solid rgba(255, 255, 255, 0.4);
        box-shadow: -1px 0px 0px rgba(0, 0, 0, 0.05);
        font-family: "Helvetica_Medium", Arial, sans-serif; }
        @media screen and (max-width: 790px) {
          body#products > span#overview div#data div.table div.header > div, body#products > span#overview div#data div.table div.row > div {
            padding: 10px; } }
      body#products > span#overview div#data div.table div.header > div.title, body#products > span#overview div#data div.table div.row > div.title {
        text-align: left;
        width: 30%;
        border: none;
        box-shadow: none;
        font-family: "Helvetica_Medium", Arial, sans-serif; }
      body#products > span#overview div#data div.table div.header div.last, body#products > span#overview div#data div.table div.row div.last {
        width: 10%; }
      body#products > span#overview div#data div.table div.header div.empty, body#products > span#overview div#data div.table div.row div.empty {
        border: none;
        box-shadow: none; }
    body#products > span#overview div#data div.table div.header {
      background: #4595D1;
      color: #ffffff;
      text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.4);
      font-size: 14px; }
      @media screen and (max-width: 790px) {
        body#products > span#overview div#data div.table div.header {
          font-size: 12px; } }
      body#products > span#overview div#data div.table div.header div {
        font-family: "Helvetica_Light", Arial, sans-serif; }
    body#products > span#overview div#data div.table div.row {
      font-size: 12.5px;
      color: #444;
      text-shadow: 0px -1px 1px #ffffff; }
      body#products > span#overview div#data div.table div.row div {
        color: #6f6f6f; }
      body#products > span#overview div#data div.table div.row div.title {
        font-family: "Helvetica_Medium", Arial, sans-serif;
        color: #111111; }
      body#products > span#overview div#data div.table div.row:nth-child(odd) {
        background: #e7e7e7; }
      body#products > span#overview div#data div.table div.row:last-child {
        border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
      @media screen and (max-width: 790px) {
        body#products > span#overview div#data div.table div.row {
          font-size: 11px; } }
  body#products > span#overview div#data div.risk_data div.header > div, body#products > span#overview div#data div.risk_data div.row > div {
    width: 16.6%;
    text-align: center; }
    @media screen and (max-width: 790px) {
      body#products > span#overview div#data div.risk_data div.header > div, body#products > span#overview div#data div.risk_data div.row > div {
        font-size: 10px; } }
  html.de body#products > span#overview div#data div.risk_data div.header {
    font-size: 12px; }
    @media screen and (max-width: 1100px) {
      html.de body#products > span#overview div#data div.risk_data div.header {
        font-size: 10px; } }
  html.it body#products > span#overview div#data div.risk_data div.header {
    font-size: 10px; }
    @media screen and (max-width: 1100px) {
      html.it body#products > span#overview div#data div.risk_data div.header {
        font-size: 10px; } }
  html.es body#products > span#overview div#data div.risk_data div.header {
    font-size: 10px; }
    @media screen and (max-width: 1100px) {
      html.es body#products > span#overview div#data div.risk_data div.header {
        font-size: 10px; } }
  body#products > span#overview div#data div.risk_data.risk_maxi-bond-it div.header > div, body#products > span#overview div#data div.risk_data.risk_maxi-bond-it div.row > div, body#products > span#overview div#data div.risk_data.risk_maxi-bond-es div.header > div, body#products > span#overview div#data div.risk_data.risk_maxi-bond-es div.row > div, body#products > span#overview div#data div.risk_data.risk_maxi-bond-de div.header > div, body#products > span#overview div#data div.risk_data.risk_maxi-bond-de div.row > div, body#products > span#overview div#data div.risk_data.risk_maxi-bond div.header > div, body#products > span#overview div#data div.risk_data.risk_maxi-bond div.row > div {
    width: 25%; }
  body#products > span#overview div#data div.country div.header div.title, body#products > span#overview div#data div.country div.row div.title, body#products > span#overview div#data div.sector div.header div.title, body#products > span#overview div#data div.sector div.row div.title {
    text-align: center;
    width: 30%; }
  body#products > span#overview div#data div.country div.header div, body#products > span#overview div#data div.country div.row div, body#products > span#overview div#data div.sector div.header div, body#products > span#overview div#data div.sector div.row div {
    text-align: left;
    width: 70%; }
  body#products > span#overview div#data div.maturity div.header div.title, body#products > span#overview div#data div.maturity div.row div.title {
    text-align: center;
    width: 30%; }
  body#products > span#overview div#data div.maturity div.header div.growth, body#products > span#overview div#data div.maturity div.row div.growth {
    text-align: left;
    width: 70%; }
  body#products > span#overview div#data div.top_holdings div.header div.top_per, body#products > span#overview div#data div.top_holdings div.row div.top_per {
    width: 15%;
    text-align: center; }
  body#products > span#overview div#data div.top_holdings div.header div.top_company, body#products > span#overview div#data div.top_holdings div.row div.top_company {
    width: 35%;
    text-align: left; }
  body#products > span#overview div#data div.top_holdings div.header div.top_sector, body#products > span#overview div#data div.top_holdings div.row div.top_sector {
    width: 30%;
    text-align: left; }
  body#products > span#overview div#data div.top_holdings div.header div.top_country, body#products > span#overview div#data div.top_holdings div.row div.top_country {
    width: 20%;
    text-align: left; }
  body#products > span#overview div#data div.top_holdings div.row div {
    font-size: 12px;
    height: 45px; }
  body#products > span#overview div#data div.table.layout_3 {
    min-width: 100%; }
    body#products > span#overview div#data div.table.layout_3 div.header div.title, body#products > span#overview div#data div.table.layout_3 div.row div.title {
      width: 40%;
      word-wrap: break-word; }
      @media screen and (max-width: 660px) {
        body#products > span#overview div#data div.table.layout_3 div.header div.title, body#products > span#overview div#data div.table.layout_3 div.row div.title {
          width: 100%;
          font-size: 11px;
          padding: 10px; } }
    body#products > span#overview div#data div.table.layout_3 div.header div, body#products > span#overview div#data div.table.layout_3 div.row div {
      width: 60%;
      text-align: left; }
      @media screen and (max-width: 660px) {
        body#products > span#overview div#data div.table.layout_3 div.header div, body#products > span#overview div#data div.table.layout_3 div.row div {
          width: 100%;
          font-size: 14px;
          padding: 10px;
          padding-top: 0; } }
    body#products > span#overview div#data div.table.layout_3 div.header div.title {
      width: 100%; }
  body#products > span#overview div#data div.wrap {
    overflow-x: scroll;
    clear: both; }

body#products > span#overview div#product_listing {
  float: left;
  display: block;
  margin-right: 1.8867924528%;
  width: 100%;
  margin: 40px 0px 60px; }
  body#products > span#overview div#product_listing:last-child {
    margin-right: 0; }
  @media screen and (max-width: 660px) {
    body#products > span#overview div#product_listing {
      margin: 20px 0px 40px; } }
  body#products > span#overview div#product_listing ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    body#products > span#overview div#product_listing ul li {
      float: left;
      display: block;
      margin-right: 1.8867924528%;
      width: 23.5849056604%; }
      body#products > span#overview div#product_listing ul li:last-child {
        margin-right: 0; }
      @media screen and (max-width: 790px) {
        body#products > span#overview div#product_listing ul li {
          float: left;
          display: block;
          margin-right: 1.8867924528%;
          width: 49.0566037736%; }
          body#products > span#overview div#product_listing ul li:last-child {
            margin-right: 0; }
          body#products > span#overview div#product_listing ul li:nth-child(2n) {
            margin-right: 0; }
          body#products > span#overview div#product_listing ul li:nth-child(2n+1) {
            clear: left; } }
      @media screen and (max-width: 500px) {
        body#products > span#overview div#product_listing ul li {
          float: left;
          display: block;
          margin-right: 1.8867924528%;
          width: 100%; }
          body#products > span#overview div#product_listing ul li:last-child {
            margin-right: 0; } }
      body#products > span#overview div#product_listing ul li a {
        border: 1px solid #4595D1;
        border-radius: 4px;
        padding: 30px 20px;
        text-align: center;
        display: block;
        font-size: 1.1em;
        white-space: nowrap; }
        @media screen and (max-width: 1100px) {
          html.de body#products > span#overview div#product_listing ul li a {
            font-size: 14px; } }
        @media screen and (max-width: 980px) {
          html.de body#products > span#overview div#product_listing ul li a {
            font-size: 12px; } }
        @media screen and (max-width: 980px) {
          html.de body#products > span#overview div#product_listing ul li a {
            font-size: inherit; } }
        body#products > span#overview div#product_listing ul li a span {
          display: block;
          font-size: 1.5em;
          height: 35px; }
        @media screen and (max-width: 980px) {
          body#products > span#overview div#product_listing ul li a {
            font-size: 1em;
            padding: 20px; } }
        body#products > span#overview div#product_listing ul li a:hover {
          color: #ffffff;
          background: #003762;
          border-color: #003762; }

body#products > span#reports-research article.download {
  float: left;
  display: block;
  margin-right: 1.8867924528%;
  width: 23.5849056604%;
  margin-bottom: 30px; }
  body#products > span#reports-research article.download:last-child {
    margin-right: 0; }
  body#products > span#reports-research article.download:nth-child(4n) {
    margin-right: 0; }
  body#products > span#reports-research article.download:nth-child(4n+1) {
    clear: left; }
  @media screen and (max-width: 790px) {
    body#products > span#reports-research article.download {
      float: left;
      display: block;
      margin-right: 1.8867924528%;
      width: 32.0754716981%; }
      body#products > span#reports-research article.download:nth-child(4n) {
        margin-right: 1.8867924528%; }
      body#products > span#reports-research article.download:nth-child(4n+1) {
        clear: none; }
      body#products > span#reports-research article.download:last-child {
        margin-right: 0; }
      body#products > span#reports-research article.download:nth-child(3n) {
        margin-right: 0; }
      body#products > span#reports-research article.download:nth-child(3n+1) {
        clear: left; } }
  @media screen and (max-width: 660px) {
    body#products > span#reports-research article.download {
      float: left;
      display: block;
      margin-right: 1.8867924528%;
      width: 49.0566037736%; }
      body#products > span#reports-research article.download:nth-child(3n) {
        margin-right: 1.8867924528%; }
      body#products > span#reports-research article.download:nth-child(3n+1) {
        clear: none; }
      body#products > span#reports-research article.download:last-child {
        margin-right: 0; }
      body#products > span#reports-research article.download:nth-child(2n) {
        margin-right: 0; }
      body#products > span#reports-research article.download:nth-child(2n+1) {
        clear: left; } }
  @media screen and (max-width: 500px) {
    body#products > span#reports-research article.download {
      float: left;
      display: block;
      margin-right: 1.8867924528%;
      width: 66.0377358491%;
      margin-left: 16.9811320755%; }
      body#products > span#reports-research article.download:nth-child(2n) {
        margin-right: 1.8867924528%; }
      body#products > span#reports-research article.download:nth-child(2n+1) {
        clear: none; }
      body#products > span#reports-research article.download:last-child {
        margin-right: 0; } }
  body#products > span#reports-research article.download figure {
    border: 1px solid #cccccc;
    padding: 2px;
    margin: 0;
    position: relative; }
    body#products > span#reports-research article.download figure img.curl {
      position: absolute;
      bottom: 2px;
      right: 2px;
      width: 54px;
      height: 54px; }
    body#products > span#reports-research article.download figure span.title {
      position: absolute;
      bottom: 40px;
      left: 0px;
      background: #4595D1;
      color: #ffffff;
      padding: 7px 40px;
      font-style: italic;
      font-family: "Helvetica_Medium", Arial, sans-serif;
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px;
      font-size: 1.1em; }
    body#products > span#reports-research article.download figure:hover {
      -webkit-transition: all .2s linear;
      -moz-transition: all .2s linear;
      -o-transition: all .2s linear;
      transition: all .2s linear;
      border: 1px solid #3A6C94; }
      body#products > span#reports-research article.download figure:hover span.title {
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear;
        background: #3A6C94; }
  body#products > span#reports-research article.download div {
    padding: 10px; }
    body#products > span#reports-research article.download div h2 {
      margin-bottom: 5px;
      font-size: 2em;
      line-height: 23px; }
    body#products > span#reports-research article.download div h2 a {
      font-size: 0.7em;
      color: #3A6C94; }
      @media screen and (max-width: 1100px) {
        body#products > span#reports-research article.download div h2 a {
          font-size: 0.6em; } }
      body#products > span#reports-research article.download div h2 a:hover {
        color: #4595D1; }
      html.de body#products > span#reports-research article.download div h2 a {
        height: 80px;
        line-height: 27px;
        display: block; }
        @media screen and (max-width: 500px) {
          html.de body#products > span#reports-research article.download div h2 a {
            height: auto; } }
    body#products > span#reports-research article.download div p {
      color: #444;
      font-size: 14px; }
      @media screen and (max-width: 980px) {
        body#products > span#reports-research article.download div p {
          font-size: 12px; } }
    body#products > span#reports-research article.download div a.button {
      padding: 8px 30px;
      margin: 0;
      text-transform: uppercase; }
      @media screen and (max-width: 980px) {
        body#products > span#reports-research article.download div a.button {
          font-size: 11px; } }
      @media screen and (max-width: 500px) {
        body#products > span#reports-research article.download div a.button {
          padding: 10px 30px; } }
      body#products > span#reports-research article.download div a.button span.icon {
        top: -1px; }
        @media screen and (max-width: 500px) {
          body#products > span#reports-research article.download div a.button span.icon {
            top: -3px; } }

body#products > span#kiid-literature h2 {
  font-size: 1.6em;
  margin-bottom: 20px; }

body#products > span#kiid-literature div#introduction {
  float: left;
  display: block;
  margin-right: 1.8867924528%;
  width: 32.0754716981%; }
  body#products > span#kiid-literature div#introduction:last-child {
    margin-right: 0; }
  @media screen and (max-width: 980px) {
    body#products > span#kiid-literature div#introduction {
      float: left;
      display: block;
      margin-right: 1.8867924528%;
      width: 100%; }
      body#products > span#kiid-literature div#introduction:last-child {
        margin-right: 0; } }
  body#products > span#kiid-literature div#introduction span {
    font-family: "Helvetica_Medium", Arial, sans-serif; }

body#products > span#kiid-literature div#downloads {
  float: left;
  display: block;
  margin-right: 1.8867924528%;
  width: 66.0377358491%; }
  body#products > span#kiid-literature div#downloads:last-child {
    margin-right: 0; }
  @media screen and (max-width: 980px) {
    body#products > span#kiid-literature div#downloads {
      float: left;
      display: block;
      margin-right: 1.8867924528%;
      width: 100%;
      margin-bottom: 50px; }
      body#products > span#kiid-literature div#downloads:last-child {
        margin-right: 0; } }
  body#products > span#kiid-literature div#downloads article {
    float: left;
    display: block;
    margin-right: 2.8571428571%;
    width: 100%;
    background: #F4F4F4;
    padding: 15px;
    border-top: 1px solid #cccccc; }
    body#products > span#kiid-literature div#downloads article:last-child {
      margin-right: 0; }
    body#products > span#kiid-literature div#downloads article:nth-child(odd) {
      background: #ffffff; }
    body#products > span#kiid-literature div#downloads article:last-child {
      border-bottom: 1px solid #cccccc; }
    body#products > span#kiid-literature div#downloads article div.title {
      float: left;
      display: block;
      margin-right: 1.8867924528%;
      width: 74.5283018868%; }
      body#products > span#kiid-literature div#downloads article div.title:last-child {
        margin-right: 0; }
      @media screen and (max-width: 560px) {
        body#products > span#kiid-literature div#downloads article div.title {
          float: left;
          display: block;
          margin-right: 1.8867924528%;
          width: 100%; }
          body#products > span#kiid-literature div#downloads article div.title:last-child {
            margin-right: 0; } }
      body#products > span#kiid-literature div#downloads article div.title h3 {
        margin-bottom: 4px;
        font-size: 1.1em;
        line-height: 22px; }
        html.de body#products > span#kiid-literature div#downloads article div.title h3 {
          font-size: 14px; }
          @media screen and (max-width: 980px) {
            html.de body#products > span#kiid-literature div#downloads article div.title h3 {
              font-size: 12px; } }
          @media screen and (max-width: 560px) {
            html.de body#products > span#kiid-literature div#downloads article div.title h3 {
              font-size: inherit; } }
        body#products > span#kiid-literature div#downloads article div.title h3 a {
          color: #003762; }
          body#products > span#kiid-literature div#downloads article div.title h3 a span {
            position: relative;
            top: -2px;
            margin-left: 10px;
            color: #444;
            font-size: 12px;
            font-family: "Helvetica_Medium", Arial, sans-serif; }
      body#products > span#kiid-literature div#downloads article div.title p {
        color: #888;
        font-size: 13px;
        margin-bottom: 0; }
        @media screen and (max-width: 980px) {
          body#products > span#kiid-literature div#downloads article div.title p {
            padding-right: 15px; } }
        @media screen and (max-width: 560px) {
          body#products > span#kiid-literature div#downloads article div.title p {
            padding-right: 0; } }
    body#products > span#kiid-literature div#downloads article div.action {
      float: left;
      display: block;
      margin-right: 1.8867924528%;
      width: 23.5849056604%; }
      body#products > span#kiid-literature div#downloads article div.action:last-child {
        margin-right: 0; }
      @media screen and (max-width: 790px) {
        body#products > span#kiid-literature div#downloads article div.action {
          text-align: center; } }
      @media screen and (max-width: 560px) {
        body#products > span#kiid-literature div#downloads article div.action {
          float: left;
          display: block;
          margin-right: 1.8867924528%;
          width: 100%;
          text-align: left; }
          body#products > span#kiid-literature div#downloads article div.action:last-child {
            margin-right: 0; } }
      body#products > span#kiid-literature div#downloads article div.action a.button {
        width: 100%;
        padding: 3px 20px;
        font-size: 0.9em;
        text-align: center; }
        @media screen and (max-width: 1100px) {
          body#products > span#kiid-literature div#downloads article div.action a.button {
            font-size: 0.9em; } }
        @media screen and (max-width: 980px) {
          body#products > span#kiid-literature div#downloads article div.action a.button span {
            display: none; } }
        @media screen and (max-width: 560px) {
          body#products > span#kiid-literature div#downloads article div.action a.button {
            width: 100%;
            padding: 10px 20px;
            text-align: left;
            margin-top: 10px; }
            body#products > span#kiid-literature div#downloads article div.action a.button span {
              display: inline-block;
              top: -2px;
              float: right; } }

body#products > span#how-to-invest h2 {
  font-size: 1.6em;
  margin-bottom: 20px; }

body#products > span#how-to-invest div#institutional, body#products > span#how-to-invest div#retail {
  float: left;
  display: block;
  margin-right: 1.8867924528%;
  width: 49.0566037736%; }
  body#products > span#how-to-invest div#institutional:last-child, body#products > span#how-to-invest div#retail:last-child {
    margin-right: 0; }
  @media screen and (max-width: 790px) {
    body#products > span#how-to-invest div#institutional, body#products > span#how-to-invest div#retail {
      float: left;
      display: block;
      margin-right: 1.8867924528%;
      width: 100%;
      margin-left: 0%; }
      body#products > span#how-to-invest div#institutional:last-child, body#products > span#how-to-invest div#retail:last-child {
        margin-right: 0; } }
  body#products > span#how-to-invest div#institutional div#downloads, body#products > span#how-to-invest div#retail div#downloads {
    float: left;
    display: block;
    margin-right: 2.8571428571%;
    width: 100%; }
    body#products > span#how-to-invest div#institutional div#downloads:last-child, body#products > span#how-to-invest div#retail div#downloads:last-child {
      margin-right: 0; }
    @media screen and (max-width: 980px) {
      body#products > span#how-to-invest div#institutional div#downloads, body#products > span#how-to-invest div#retail div#downloads {
        float: left;
        display: block;
        margin-right: 1.8867924528%;
        width: 100%;
        margin-bottom: 50px; }
        body#products > span#how-to-invest div#institutional div#downloads:last-child, body#products > span#how-to-invest div#retail div#downloads:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 560px) {
      body#products > span#how-to-invest div#institutional div#downloads, body#products > span#how-to-invest div#retail div#downloads {
        margin-bottom: 0; } }
    body#products > span#how-to-invest div#institutional div#downloads article, body#products > span#how-to-invest div#retail div#downloads article {
      float: left;
      display: block;
      margin-right: 2.8571428571%;
      width: 100%;
      background: #F4F4F4;
      padding: 15px;
      border-top: 1px solid #cccccc; }
      body#products > span#how-to-invest div#institutional div#downloads article:last-child, body#products > span#how-to-invest div#retail div#downloads article:last-child {
        margin-right: 0; }
      body#products > span#how-to-invest div#institutional div#downloads article:nth-child(odd), body#products > span#how-to-invest div#retail div#downloads article:nth-child(odd) {
        background: #ffffff; }
      body#products > span#how-to-invest div#institutional div#downloads article:last-child, body#products > span#how-to-invest div#retail div#downloads article:last-child {
        border-bottom: 1px solid #cccccc; }
      body#products > span#how-to-invest div#institutional div#downloads article div.title, body#products > span#how-to-invest div#retail div#downloads article div.title {
        float: left;
        display: block;
        margin-right: 1.8867924528%;
        width: 66.0377358491%; }
        body#products > span#how-to-invest div#institutional div#downloads article div.title:last-child, body#products > span#how-to-invest div#retail div#downloads article div.title:last-child {
          margin-right: 0; }
        @media screen and (max-width: 560px) {
          body#products > span#how-to-invest div#institutional div#downloads article div.title, body#products > span#how-to-invest div#retail div#downloads article div.title {
            float: left;
            display: block;
            margin-right: 1.8867924528%;
            width: 100%; }
            body#products > span#how-to-invest div#institutional div#downloads article div.title:last-child, body#products > span#how-to-invest div#retail div#downloads article div.title:last-child {
              margin-right: 0; } }
        body#products > span#how-to-invest div#institutional div#downloads article div.title h3, body#products > span#how-to-invest div#retail div#downloads article div.title h3 {
          margin-bottom: 4px;
          font-size: 1.1em;
          line-height: 22px; }
          body#products > span#how-to-invest div#institutional div#downloads article div.title h3 a, body#products > span#how-to-invest div#retail div#downloads article div.title h3 a {
            color: #003762; }
            body#products > span#how-to-invest div#institutional div#downloads article div.title h3 a span, body#products > span#how-to-invest div#retail div#downloads article div.title h3 a span {
              position: relative;
              top: -2px;
              margin-left: 10px;
              color: #444;
              font-size: 12px;
              font-family: "Helvetica_Medium", Arial, sans-serif; }
        body#products > span#how-to-invest div#institutional div#downloads article div.title p, body#products > span#how-to-invest div#retail div#downloads article div.title p {
          color: #888;
          font-size: 13px;
          margin-bottom: 0; }
          @media screen and (max-width: 980px) {
            body#products > span#how-to-invest div#institutional div#downloads article div.title p, body#products > span#how-to-invest div#retail div#downloads article div.title p {
              padding-right: 15px; } }
          @media screen and (max-width: 560px) {
            body#products > span#how-to-invest div#institutional div#downloads article div.title p, body#products > span#how-to-invest div#retail div#downloads article div.title p {
              padding-right: 0; } }
      body#products > span#how-to-invest div#institutional div#downloads article div.action, body#products > span#how-to-invest div#retail div#downloads article div.action {
        text-align: right;
        float: left;
        display: block;
        margin-right: 1.8867924528%;
        width: 32.0754716981%;
        margin-top: -4px; }
        body#products > span#how-to-invest div#institutional div#downloads article div.action:last-child, body#products > span#how-to-invest div#retail div#downloads article div.action:last-child {
          margin-right: 0; }
        @media screen and (max-width: 790px) {
          body#products > span#how-to-invest div#institutional div#downloads article div.action, body#products > span#how-to-invest div#retail div#downloads article div.action {
            text-align: center; } }
        @media screen and (max-width: 560px) {
          body#products > span#how-to-invest div#institutional div#downloads article div.action, body#products > span#how-to-invest div#retail div#downloads article div.action {
            float: left;
            display: block;
            margin-right: 1.8867924528%;
            width: 100%;
            text-align: left; }
            body#products > span#how-to-invest div#institutional div#downloads article div.action:last-child, body#products > span#how-to-invest div#retail div#downloads article div.action:last-child {
              margin-right: 0; } }
        body#products > span#how-to-invest div#institutional div#downloads article div.action a.button, body#products > span#how-to-invest div#retail div#downloads article div.action a.button {
          width: 100%;
          padding: 3px 20px;
          font-size: 0.9em;
          text-align: center; }
          @media screen and (max-width: 1100px) {
            body#products > span#how-to-invest div#institutional div#downloads article div.action a.button, body#products > span#how-to-invest div#retail div#downloads article div.action a.button {
              font-size: 0.9em; } }
          @media screen and (max-width: 980px) {
            body#products > span#how-to-invest div#institutional div#downloads article div.action a.button span, body#products > span#how-to-invest div#retail div#downloads article div.action a.button span {
              display: none; } }
          @media screen and (max-width: 560px) {
            body#products > span#how-to-invest div#institutional div#downloads article div.action a.button, body#products > span#how-to-invest div#retail div#downloads article div.action a.button {
              width: 100%;
              padding: 10px 20px;
              text-align: left;
              margin-top: 10px; }
              body#products > span#how-to-invest div#institutional div#downloads article div.action a.button span, body#products > span#how-to-invest div#retail div#downloads article div.action a.button span {
                display: inline-block;
                top: -2px;
                float: right; } }

body#products > span#how-to-invest div#retail {
  margin-right: 0; }

body#products > span#how-to-invest section#key_contacts {
  background: #F4F4F4;
  border-top: 1px solid #DDD;
  text-align: center;
  padding: 30px 0 50px;
  margin-bottom: -51px;
  margin-top: 50px; }
  @media screen and (max-width: 790px) {
    body#products > span#how-to-invest section#key_contacts {
      margin-bottom: 0px; } }
  body#products > span#how-to-invest section#key_contacts > div {
    *zoom: 1;
    max-width: 67.5em;
    margin-left: auto;
    margin-right: auto; }
    body#products > span#how-to-invest section#key_contacts > div:before, body#products > span#how-to-invest section#key_contacts > div:after {
      content: "";
      display: table; }
    body#products > span#how-to-invest section#key_contacts > div:after {
      clear: both; }
    @media screen and (max-width: 1280px) {
      body#products > span#how-to-invest section#key_contacts > div {
        max-width: 1080px; } }
    @media screen and (max-width: 1100px) {
      body#products > span#how-to-invest section#key_contacts > div {
        max-width: 960px; } }
    @media screen and (max-width: 980px) {
      body#products > span#how-to-invest section#key_contacts > div {
        max-width: 768px; } }
    @media screen and (max-width: 790px) {
      body#products > span#how-to-invest section#key_contacts > div {
        max-width: 640px; } }
    @media screen and (max-width: 660px) {
      body#products > span#how-to-invest section#key_contacts > div {
        max-width: 500px; } }
    @media screen and (max-width: 560px) {
      body#products > span#how-to-invest section#key_contacts > div {
        max-width: 480px; } }
    @media screen and (max-width: 500px) {
      body#products > span#how-to-invest section#key_contacts > div {
        max-width: 420px; } }
    @media screen and (max-width: 440px) {
      body#products > span#how-to-invest section#key_contacts > div {
        max-width: 360px; } }
    @media screen and (max-width: 380px) {
      body#products > span#how-to-invest section#key_contacts > div {
        max-width: 280px; } }
    body#products > span#how-to-invest section#key_contacts > div h4 {
      font-size: 1.6em;
      color: #3A6C94;
      margin-bottom: 20px; }
    body#products > span#how-to-invest section#key_contacts > div a.button {
      display: inline-block;
      padding: 10px 20px;
      margin: 0px 15px; }
      @media screen and (max-width: 980px) {
        body#products > span#how-to-invest section#key_contacts > div a.button {
          display: block;
          margin-bottom: 10px; } }
      @media screen and (max-width: 440px) {
        html.de body#products > span#how-to-invest section#key_contacts > div a.button {
          font-size: 12px;
          text-align: left; } }

body#landing_junior > span#price-performance h2, body#products > span#price-performance h2 {
  font-size: 1.6em;
  margin-bottom: 10px; }

body#landing_junior > span#price-performance h2.investment, body#products > span#price-performance h2.investment {
  display: inline-block;
  margin-top: -9px; }
  body#landing_junior > span#price-performance h2.investment ul, body#products > span#price-performance h2.investment ul {
    display: inline-block;
    list-style-type: none;
    padding: 0;
    margin: 0;
    padding: 0;
    margin: 0;
    margin-left: 10px; }
    body#landing_junior > span#price-performance h2.investment ul li, body#products > span#price-performance h2.investment ul li {
      padding: 0;
      margin: 0;
      display: inline-block; }
      body#landing_junior > span#price-performance h2.investment ul li a, body#products > span#price-performance h2.investment ul li a {
        background: #ffffff;
        color: #666;
        border: 1px solid #DDD;
        border-radius: 4px;
        padding: 10px 5%;
        display: inline-block;
        margin-bottom: 3%;
        padding: 0px;
        width: 33px;
        font-size: 16px;
        text-align: center;
        line-height: 26px;
        background: none; }
        @media screen and (max-width: 440px) {
          body#landing_junior > span#price-performance h2.investment ul li a, body#products > span#price-performance h2.investment ul li a {
            display: block; } }
        body#landing_junior > span#price-performance h2.investment ul li a .icon, body#products > span#price-performance h2.investment ul li a .icon {
          margin-left: 10px;
          display: inline-block;
          border-top-left-radius: 10px;
          border-top-right-radius: 10px;
          border-bottom-left-radius: 10px;
          border-bottom-right-radius: 10px;
          width: 20px;
          height: 20px;
          text-align: center;
          line-height: 19px;
          font-size: 10px;
          border: 1px solid #DDD;
          position: relative; }
          @media screen and (max-width: 440px) {
            body#landing_junior > span#price-performance h2.investment ul li a .icon, body#products > span#price-performance h2.investment ul li a .icon {
              float: right; } }
          html.ie8 body#landing_junior > span#price-performance h2.investment ul li a .icon, html.ie8 body#products > span#price-performance h2.investment ul li a .icon {
            border: none; }
        body#landing_junior > span#price-performance h2.investment ul li a:hover, body#products > span#price-performance h2.investment ul li a:hover {
          color: #ffffff;
          background: #4595D1;
          border: 1px solid #4595D1; }
          body#landing_junior > span#price-performance h2.investment ul li a:hover .icon, body#products > span#price-performance h2.investment ul li a:hover .icon {
            border-color: #ffffff; }
        body#landing_junior > span#price-performance h2.investment ul li a:hover, body#products > span#price-performance h2.investment ul li a:hover {
          border-width: 3px;
          color: #ffffff;
          background: #3A6C94;
          border: 1px solid #3A6C94; }
        body#landing_junior > span#price-performance h2.investment ul li a.on, body#products > span#price-performance h2.investment ul li a.on {
          color: #ffffff;
          background: #4595D1;
          border: 1px solid #4595D1; }

body#landing_junior > span#price-performance h3, body#products > span#price-performance h3 {
  display: block;
  font-size: 1.3em;
  color: #3A6C94;
  text-shadow: 0px -1px 1px #ffffff;
  margin-bottom: 30px; }
  body#landing_junior > span#price-performance h3 span, body#products > span#price-performance h3 span {
    float: right;
    color: #888;
    font-size: 0.7em; }
    @media screen and (max-width: 790px) {
      body#landing_junior > span#price-performance h3 span, body#products > span#price-performance h3 span {
        display: block;
        float: none;
        margin: 10px 0; } }

body#landing_junior > span#price-performance h4, body#products > span#price-performance h4 {
  border-bottom: 1px solid #DDD;
  padding-bottom: 15px;
  font-size: 1.4em;
  color: #003762; }
  body#landing_junior > span#price-performance h4 span, body#products > span#price-performance h4 span {
    float: right;
    color: #888;
    font-size: 0.7em; }
    @media screen and (max-width: 790px) {
      body#landing_junior > span#price-performance h4 span, body#products > span#price-performance h4 span {
        display: block;
        float: none;
        margin: 10px 0; } }

body#landing_junior > span#price-performance div.wrap, body#products > span#price-performance div.wrap {
  overflow-x: scroll;
  clear: both; }

body#landing_junior > span#price-performance div#current_prices, body#products > span#price-performance div#current_prices {
  float: left;
  display: block;
  margin-right: 1.8867924528%;
  width: 100%;
  margin-bottom: 0; }
  body#landing_junior > span#price-performance div#current_prices:last-child, body#products > span#price-performance div#current_prices:last-child {
    margin-right: 0; }
  @media screen and (max-width: 980px) {
    body#landing_junior > span#price-performance div#current_prices, body#products > span#price-performance div#current_prices {
      float: left;
      display: block;
      margin-right: 1.8867924528%;
      width: 100%;
      margin-left: 0%; }
      body#landing_junior > span#price-performance div#current_prices:last-child, body#products > span#price-performance div#current_prices:last-child {
        margin-right: 0; } }
  body#landing_junior > span#price-performance div#current_prices div.wrap, body#products > span#price-performance div#current_prices div.wrap {
    margin-bottom: 0; }
  body#landing_junior > span#price-performance div#current_prices div.table, body#products > span#price-performance div#current_prices div.table {
    border-radius: 6px;
    border: 1px solid #DDD;
    min-width: 1080px; }
    body#landing_junior > span#price-performance div#current_prices div.table div.header, body#landing_junior > span#price-performance div#current_prices div.table div.row, body#products > span#price-performance div#current_prices div.table div.header, body#products > span#price-performance div#current_prices div.table div.row {
      background: #3A6C94;
      text-align: center; }
      body#landing_junior > span#price-performance div#current_prices div.table div.header div.title, body#landing_junior > span#price-performance div#current_prices div.table div.row div.title, body#products > span#price-performance div#current_prices div.table div.header div.title, body#products > span#price-performance div#current_prices div.table div.row div.title {
        width: 7%;
        text-align: center; }
      body#landing_junior > span#price-performance div#current_prices div.table div.header div.isin, body#landing_junior > span#price-performance div#current_prices div.table div.row div.isin, body#products > span#price-performance div#current_prices div.table div.header div.isin, body#products > span#price-performance div#current_prices div.table div.row div.isin {
        width: 15%; }
      body#landing_junior > span#price-performance div#current_prices div.table div.header div.currency, body#landing_junior > span#price-performance div#current_prices div.table div.row div.currency, body#products > span#price-performance div#current_prices div.table div.header div.currency, body#products > span#price-performance div#current_prices div.table div.row div.currency {
        width: 10%; }
      body#landing_junior > span#price-performance div#current_prices div.table div.header div.nav_date, body#landing_junior > span#price-performance div#current_prices div.table div.row div.nav_date, body#products > span#price-performance div#current_prices div.table div.header div.nav_date, body#products > span#price-performance div#current_prices div.table div.row div.nav_date {
        width: 13%; }
      body#landing_junior > span#price-performance div#current_prices div.table div.header div.nav, body#landing_junior > span#price-performance div#current_prices div.table div.row div.nav, body#products > span#price-performance div#current_prices div.table div.header div.nav, body#products > span#price-performance div#current_prices div.table div.row div.nav {
        background: rgba(255, 255, 255, 0.2);
        width: 8%;
        font-family: "Helvetica_Medium", Arial, sans-serif; }
      body#landing_junior > span#price-performance div#current_prices div.table div.header div.pre, body#landing_junior > span#price-performance div#current_prices div.table div.row div.pre, body#products > span#price-performance div#current_prices div.table div.header div.pre, body#products > span#price-performance div#current_prices div.table div.row div.pre {
        width: 10%; }
      body#landing_junior > span#price-performance div#current_prices div.table div.header div.change, body#landing_junior > span#price-performance div#current_prices div.table div.row div.change, body#products > span#price-performance div#current_prices div.table div.header div.change, body#products > span#price-performance div#current_prices div.table div.row div.change {
        width: 10%; }
        body#landing_junior > span#price-performance div#current_prices div.table div.header div.change span, body#landing_junior > span#price-performance div#current_prices div.table div.row div.change span, body#products > span#price-performance div#current_prices div.table div.header div.change span, body#products > span#price-performance div#current_prices div.table div.row div.change span {
          color: #4595D1; }
      body#landing_junior > span#price-performance div#current_prices div.table div.header div.subscription, body#landing_junior > span#price-performance div#current_prices div.table div.row div.subscription, body#products > span#price-performance div#current_prices div.table div.header div.subscription, body#products > span#price-performance div#current_prices div.table div.row div.subscription {
        width: 14%; }
      body#landing_junior > span#price-performance div#current_prices div.table div.header div.redemption, body#landing_junior > span#price-performance div#current_prices div.table div.row div.redemption, body#products > span#price-performance div#current_prices div.table div.header div.redemption, body#products > span#price-performance div#current_prices div.table div.row div.redemption {
        width: 13%; }
    body#landing_junior > span#price-performance div#current_prices div.table div.header, body#products > span#price-performance div#current_prices div.table div.header {
      border-top-left-radius: 6px;
      border-top-right-radius: 6px; }
      html.de body#landing_junior > span#price-performance div#current_prices div.table div.header > div, html.de body#products > span#price-performance div#current_prices div.table div.header > div {
        font-size: 12px;
        padding: 10px 6px; }
        @media screen and (max-width: 1100px) {
          html.de body#landing_junior > span#price-performance div#current_prices div.table div.header > div, html.de body#products > span#price-performance div#current_prices div.table div.header > div {
            font-size: 10px;
            padding: 15px 5px; } }
      html.it body#landing_junior > span#price-performance div#current_prices div.table div.header > div, html.it body#products > span#price-performance div#current_prices div.table div.header > div {
        font-size: 12px;
        padding: 10px 6px; }
      html.es body#landing_junior > span#price-performance div#current_prices div.table div.header > div, html.es body#products > span#price-performance div#current_prices div.table div.header > div {
        font-size: 12px;
        padding: 10px 6px; }
    body#landing_junior > span#price-performance div#current_prices div.table div.row, body#products > span#price-performance div#current_prices div.table div.row {
      background: #F4F4F4;
      border-bottom: 1px solid #DDD; }
      body#landing_junior > span#price-performance div#current_prices div.table div.row:last-child, body#products > span#price-performance div#current_prices div.table div.row:last-child {
        border: none; }
      body#landing_junior > span#price-performance div#current_prices div.table div.row > div, body#products > span#price-performance div#current_prices div.table div.row > div {
        font-size: 1.2em;
        padding: 18px 10px; }
        @media screen and (max-width: 980px) {
          body#landing_junior > span#price-performance div#current_prices div.table div.row > div, body#products > span#price-performance div#current_prices div.table div.row > div {
            padding: 10px;
            font-size: 1.1em; } }
      body#landing_junior > span#price-performance div#current_prices div.table div.row div.title, body#products > span#price-performance div#current_prices div.table div.row div.title {
        color: #6f6f6f; }
      body#landing_junior > span#price-performance div#current_prices div.table div.row div.nav, body#products > span#price-performance div#current_prices div.table div.row div.nav {
        color: #111111 !important; }
  body#landing_junior > span#price-performance div#current_prices div.wrap_small div.table div.header div.title, body#landing_junior > span#price-performance div#current_prices div.wrap_small div.table div.row div.title, body#products > span#price-performance div#current_prices div.wrap_small div.table div.header div.title, body#products > span#price-performance div#current_prices div.wrap_small div.table div.row div.title {
    width: 11%; }
  body#landing_junior > span#price-performance div#current_prices div.wrap_small div.table div.header div.isin, body#landing_junior > span#price-performance div#current_prices div.wrap_small div.table div.row div.isin, body#products > span#price-performance div#current_prices div.wrap_small div.table div.header div.isin, body#products > span#price-performance div#current_prices div.wrap_small div.table div.row div.isin {
    width: 14%; }
  body#landing_junior > span#price-performance div#current_prices div.wrap_small div.table div.header div.currency, body#landing_junior > span#price-performance div#current_prices div.wrap_small div.table div.row div.currency, body#products > span#price-performance div#current_prices div.wrap_small div.table div.header div.currency, body#products > span#price-performance div#current_prices div.wrap_small div.table div.row div.currency {
    width: 13%; }
  body#landing_junior > span#price-performance div#current_prices div.wrap_small div.table div.header div.nav_date, body#landing_junior > span#price-performance div#current_prices div.wrap_small div.table div.row div.nav_date, body#products > span#price-performance div#current_prices div.wrap_small div.table div.header div.nav_date, body#products > span#price-performance div#current_prices div.wrap_small div.table div.row div.nav_date {
    width: 14%; }
  body#landing_junior > span#price-performance div#current_prices div.wrap_small div.table div.header div.nav, body#landing_junior > span#price-performance div#current_prices div.wrap_small div.table div.row div.nav, body#products > span#price-performance div#current_prices div.wrap_small div.table div.header div.nav, body#products > span#price-performance div#current_prices div.wrap_small div.table div.row div.nav {
    width: 12%; }
  body#landing_junior > span#price-performance div#current_prices div.wrap_small div.table div.header div.pre, body#landing_junior > span#price-performance div#current_prices div.wrap_small div.table div.row div.pre, body#products > span#price-performance div#current_prices div.wrap_small div.table div.header div.pre, body#products > span#price-performance div#current_prices div.wrap_small div.table div.row div.pre {
    width: 14%; }
  body#landing_junior > span#price-performance div#current_prices div.wrap_small div.table div.header div.change, body#landing_junior > span#price-performance div#current_prices div.wrap_small div.table div.row div.change, body#products > span#price-performance div#current_prices div.wrap_small div.table div.header div.change, body#products > span#price-performance div#current_prices div.wrap_small div.table div.row div.change {
    width: 22%; }
  body#landing_junior > span#price-performance div#current_prices div.wrap_small div.table div.header div.subscription, body#landing_junior > span#price-performance div#current_prices div.wrap_small div.table div.row div.subscription, body#products > span#price-performance div#current_prices div.wrap_small div.table div.header div.subscription, body#products > span#price-performance div#current_prices div.wrap_small div.table div.row div.subscription {
    width: 0%;
    display: none; }
  body#landing_junior > span#price-performance div#current_prices div.wrap_small div.table div.header div.redemption, body#landing_junior > span#price-performance div#current_prices div.wrap_small div.table div.row div.redemption, body#products > span#price-performance div#current_prices div.wrap_small div.table div.header div.redemption, body#products > span#price-performance div#current_prices div.wrap_small div.table div.row div.redemption {
    width: 0%;
    display: none; }

body#landing_junior > span#price-performance p.footnote, body#products > span#price-performance p.footnote {
  color: red;
  margin: 15px;
  margin-bottom: 0;
  clear: both;
  font-size: 11px;
  color: #888;
  text-align: center; }

body#landing_junior > span#price-performance div#investment_growth, body#products > span#price-performance div#investment_growth {
  float: left;
  display: block;
  margin-right: 1.8867924528%;
  width: 100%;
  margin-right: 0; }
  body#landing_junior > span#price-performance div#investment_growth:last-child, body#products > span#price-performance div#investment_growth:last-child {
    margin-right: 0; }
  body#landing_junior > span#price-performance div#investment_growth h2, body#products > span#price-performance div#investment_growth h2 {
    margin-bottom: -30px; }
    @media screen and (max-width: 980px) {
      body#landing_junior > span#price-performance div#investment_growth h2, body#products > span#price-performance div#investment_growth h2 {
        margin-bottom: 20px; } }
  body#landing_junior > span#price-performance div#investment_growth ul.buttons, body#products > span#price-performance div#investment_growth ul.buttons {
    list-style: none;
    float: right;
    margin: 0; }
    @media screen and (max-width: 980px) {
      body#landing_junior > span#price-performance div#investment_growth ul.buttons, body#products > span#price-performance div#investment_growth ul.buttons {
        float: none;
        display: block;
        margin-bottom: -20px; } }
    body#landing_junior > span#price-performance div#investment_growth ul.buttons li, body#products > span#price-performance div#investment_growth ul.buttons li {
      float: left;
      padding: 0 5px; }
      @media screen and (max-width: 980px) {
        body#landing_junior > span#price-performance div#investment_growth ul.buttons li, body#products > span#price-performance div#investment_growth ul.buttons li {
          float: none;
          display: inline-block;
          width: 9%; } }
      @media screen and (max-width: 660px) {
        body#landing_junior > span#price-performance div#investment_growth ul.buttons li, body#products > span#price-performance div#investment_growth ul.buttons li {
          width: 16%;
          margin-bottom: 5px; } }
      @media screen and (max-width: 500px) {
        body#landing_junior > span#price-performance div#investment_growth ul.buttons li, body#products > span#price-performance div#investment_growth ul.buttons li {
          width: 18%;
          padding: 0 3px; } }
      body#landing_junior > span#price-performance div#investment_growth ul.buttons li a, body#products > span#price-performance div#investment_growth ul.buttons li a {
        background: #ffffff;
        color: #666;
        border: 1px solid #DDD;
        border-radius: 4px;
        padding: 10px 5%;
        display: inline-block;
        margin-bottom: 3%;
        padding: 1px 8px; }
        @media screen and (max-width: 440px) {
          body#landing_junior > span#price-performance div#investment_growth ul.buttons li a, body#products > span#price-performance div#investment_growth ul.buttons li a {
            display: block; } }
        body#landing_junior > span#price-performance div#investment_growth ul.buttons li a .icon, body#products > span#price-performance div#investment_growth ul.buttons li a .icon {
          margin-left: 10px;
          display: inline-block;
          border-top-left-radius: 10px;
          border-top-right-radius: 10px;
          border-bottom-left-radius: 10px;
          border-bottom-right-radius: 10px;
          width: 20px;
          height: 20px;
          text-align: center;
          line-height: 19px;
          font-size: 10px;
          border: 1px solid #DDD;
          position: relative; }
          @media screen and (max-width: 440px) {
            body#landing_junior > span#price-performance div#investment_growth ul.buttons li a .icon, body#products > span#price-performance div#investment_growth ul.buttons li a .icon {
              float: right; } }
          html.ie8 body#landing_junior > span#price-performance div#investment_growth ul.buttons li a .icon, html.ie8 body#products > span#price-performance div#investment_growth ul.buttons li a .icon {
            border: none; }
        body#landing_junior > span#price-performance div#investment_growth ul.buttons li a:hover, body#products > span#price-performance div#investment_growth ul.buttons li a:hover {
          color: #ffffff;
          background: #4595D1;
          border: 1px solid #4595D1; }
          body#landing_junior > span#price-performance div#investment_growth ul.buttons li a:hover .icon, body#products > span#price-performance div#investment_growth ul.buttons li a:hover .icon {
            border-color: #ffffff; }
        @media screen and (max-width: 980px) {
          body#landing_junior > span#price-performance div#investment_growth ul.buttons li a, body#products > span#price-performance div#investment_growth ul.buttons li a {
            width: 100%;
            text-align: center; } }
        body#landing_junior > span#price-performance div#investment_growth ul.buttons li a.on, body#products > span#price-performance div#investment_growth ul.buttons li a.on {
          color: #ffffff;
          background: #3A6C94;
          border: 1px solid #3A6C94; }
  body#landing_junior > span#price-performance div#investment_growth div#chart1div, body#products > span#price-performance div#investment_growth div#chart1div {
    padding: 0; }
  @media screen and (max-width: 980px) {
    body#landing_junior > span#price-performance div#investment_growth, body#products > span#price-performance div#investment_growth {
      float: left;
      display: block;
      margin-right: 1.8867924528%;
      width: 100%; }
      body#landing_junior > span#price-performance div#investment_growth:last-child, body#products > span#price-performance div#investment_growth:last-child {
        margin-right: 0; } }

body#landing_junior > span#price-performance div.table, body#products > span#price-performance div.table {
  float: left;
  display: block;
  margin-right: 1.8867924528%;
  width: 100%;
  text-shadow: 0px -1px 1px #ffffff;
  border-bottom: 3px solid #d5d5d5; }
  body#landing_junior > span#price-performance div.table:last-child, body#products > span#price-performance div.table:last-child {
    margin-right: 0; }
  body#landing_junior > span#price-performance div.table div.header, body#landing_junior > span#price-performance div.table div.row, body#products > span#price-performance div.table div.header, body#products > span#price-performance div.table div.row {
    width: 100%;
    *zoom: 1; }
    body#landing_junior > span#price-performance div.table div.header:before, body#landing_junior > span#price-performance div.table div.header:after, body#landing_junior > span#price-performance div.table div.row:before, body#landing_junior > span#price-performance div.table div.row:after, body#products > span#price-performance div.table div.header:before, body#products > span#price-performance div.table div.header:after, body#products > span#price-performance div.table div.row:before, body#products > span#price-performance div.table div.row:after {
      content: "";
      display: table; }
    body#landing_junior > span#price-performance div.table div.header:after, body#landing_junior > span#price-performance div.table div.row:after, body#products > span#price-performance div.table div.header:after, body#products > span#price-performance div.table div.row:after {
      clear: both; }
    body#landing_junior > span#price-performance div.table div.header > div, body#landing_junior > span#price-performance div.table div.row > div, body#products > span#price-performance div.table div.header > div, body#products > span#price-performance div.table div.row > div {
      padding: 10px 15px;
      text-align: center;
      width: 6.66%;
      float: left;
      border-left: 1px solid rgba(255, 255, 255, 0.4);
      box-shadow: -1px 0px 0px rgba(0, 0, 0, 0.05);
      font-family: "Helvetica_Medium", Arial, sans-serif; }
      @media screen and (max-width: 790px) {
        body#landing_junior > span#price-performance div.table div.header > div, body#landing_junior > span#price-performance div.table div.row > div, body#products > span#price-performance div.table div.header > div, body#products > span#price-performance div.table div.row > div {
          padding: 10px; } }
    body#landing_junior > span#price-performance div.table div.header > div.title, body#landing_junior > span#price-performance div.table div.row > div.title, body#products > span#price-performance div.table div.header > div.title, body#products > span#price-performance div.table div.row > div.title {
      text-align: left;
      width: 30%;
      border: none;
      box-shadow: none;
      font-family: "Helvetica_Medium", Arial, sans-serif; }
    body#landing_junior > span#price-performance div.table div.header div.last, body#landing_junior > span#price-performance div.table div.row div.last, body#products > span#price-performance div.table div.header div.last, body#products > span#price-performance div.table div.row div.last {
      width: 10%; }
    body#landing_junior > span#price-performance div.table div.header div.empty, body#landing_junior > span#price-performance div.table div.row div.empty, body#products > span#price-performance div.table div.header div.empty, body#products > span#price-performance div.table div.row div.empty {
      border: none;
      box-shadow: none; }
  body#landing_junior > span#price-performance div.table div.header, body#products > span#price-performance div.table div.header {
    background: #4595D1;
    color: #ffffff;
    text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.4);
    font-size: 14px; }
    @media screen and (max-width: 790px) {
      body#landing_junior > span#price-performance div.table div.header, body#products > span#price-performance div.table div.header {
        font-size: 12px; } }
    body#landing_junior > span#price-performance div.table div.header div, body#products > span#price-performance div.table div.header div {
      font-family: "Helvetica_Light", Arial, sans-serif; }
  body#landing_junior > span#price-performance div.table div.row, body#products > span#price-performance div.table div.row {
    font-size: 12.5px;
    color: #444;
    text-shadow: 0px -1px 1px #ffffff; }
    body#landing_junior > span#price-performance div.table div.row div, body#products > span#price-performance div.table div.row div {
      color: #6f6f6f; }
    body#landing_junior > span#price-performance div.table div.row div.title, body#products > span#price-performance div.table div.row div.title {
      font-family: "Helvetica_Medium", Arial, sans-serif;
      color: #111111; }
    body#landing_junior > span#price-performance div.table div.row:nth-child(odd), body#products > span#price-performance div.table div.row:nth-child(odd) {
      background: #e7e7e7; }
    body#landing_junior > span#price-performance div.table div.row:last-child, body#products > span#price-performance div.table div.row:last-child {
      border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
    @media screen and (max-width: 790px) {
      body#landing_junior > span#price-performance div.table div.row, body#products > span#price-performance div.table div.row {
        font-size: 11px; } }

body#landing_junior > span#price-performance div.risk_data div.header > div, body#landing_junior > span#price-performance div.risk_data div.row > div, body#products > span#price-performance div.risk_data div.header > div, body#products > span#price-performance div.risk_data div.row > div {
  width: 16.6%;
  text-align: center; }
  @media screen and (max-width: 790px) {
    body#landing_junior > span#price-performance div.risk_data div.header > div, body#landing_junior > span#price-performance div.risk_data div.row > div, body#products > span#price-performance div.risk_data div.header > div, body#products > span#price-performance div.risk_data div.row > div {
      font-size: 10px; } }

html.de body#landing_junior > span#price-performance div.risk_data div.header, html.de body#products > span#price-performance div.risk_data div.header {
  font-size: 12px; }
  @media screen and (max-width: 1100px) {
    html.de body#landing_junior > span#price-performance div.risk_data div.header, html.de body#products > span#price-performance div.risk_data div.header {
      font-size: 10px; } }

html.it body#landing_junior > span#price-performance div.risk_data div.header, html.it body#products > span#price-performance div.risk_data div.header {
  font-size: 10px; }
  @media screen and (max-width: 1100px) {
    html.it body#landing_junior > span#price-performance div.risk_data div.header, html.it body#products > span#price-performance div.risk_data div.header {
      font-size: 10px; } }

html.es body#landing_junior > span#price-performance div.risk_data div.header, html.es body#products > span#price-performance div.risk_data div.header {
  font-size: 10px; }
  @media screen and (max-width: 1100px) {
    html.es body#landing_junior > span#price-performance div.risk_data div.header, html.es body#products > span#price-performance div.risk_data div.header {
      font-size: 10px; } }

body#landing_junior > span#price-performance div.risk_data.risk_maxi-bond-it div.header > div, body#landing_junior > span#price-performance div.risk_data.risk_maxi-bond-it div.row > div, body#landing_junior > span#price-performance div.risk_data.risk_maxi-bond-es div.header > div, body#landing_junior > span#price-performance div.risk_data.risk_maxi-bond-es div.row > div, body#landing_junior > span#price-performance div.risk_data.risk_maxi-bond-de div.header > div, body#landing_junior > span#price-performance div.risk_data.risk_maxi-bond-de div.row > div, body#landing_junior > span#price-performance div.risk_data.risk_maxi-bond div.header > div, body#landing_junior > span#price-performance div.risk_data.risk_maxi-bond div.row > div, body#products > span#price-performance div.risk_data.risk_maxi-bond-it div.header > div, body#products > span#price-performance div.risk_data.risk_maxi-bond-it div.row > div, body#products > span#price-performance div.risk_data.risk_maxi-bond-es div.header > div, body#products > span#price-performance div.risk_data.risk_maxi-bond-es div.row > div, body#products > span#price-performance div.risk_data.risk_maxi-bond-de div.header > div, body#products > span#price-performance div.risk_data.risk_maxi-bond-de div.row > div, body#products > span#price-performance div.risk_data.risk_maxi-bond div.header > div, body#products > span#price-performance div.risk_data.risk_maxi-bond div.row > div {
  width: 25%; }

body#landing_junior > span#price-performance div.country div.header div.title, body#landing_junior > span#price-performance div.country div.row div.title, body#landing_junior > span#price-performance div.sector div.header div.title, body#landing_junior > span#price-performance div.sector div.row div.title, body#products > span#price-performance div.country div.header div.title, body#products > span#price-performance div.country div.row div.title, body#products > span#price-performance div.sector div.header div.title, body#products > span#price-performance div.sector div.row div.title {
  text-align: center;
  width: 30%; }

body#landing_junior > span#price-performance div.country div.header div, body#landing_junior > span#price-performance div.country div.row div, body#landing_junior > span#price-performance div.sector div.header div, body#landing_junior > span#price-performance div.sector div.row div, body#products > span#price-performance div.country div.header div, body#products > span#price-performance div.country div.row div, body#products > span#price-performance div.sector div.header div, body#products > span#price-performance div.sector div.row div {
  text-align: left;
  width: 70%; }

body#landing_junior > span#price-performance div.maturity div.header div.title, body#landing_junior > span#price-performance div.maturity div.row div.title, body#products > span#price-performance div.maturity div.header div.title, body#products > span#price-performance div.maturity div.row div.title {
  text-align: center;
  width: 30%; }

body#landing_junior > span#price-performance div.maturity div.header div.growth, body#landing_junior > span#price-performance div.maturity div.row div.growth, body#products > span#price-performance div.maturity div.header div.growth, body#products > span#price-performance div.maturity div.row div.growth {
  text-align: left;
  width: 70%; }

body#landing_junior > span#price-performance div.top_holdings div.header div.top_per, body#landing_junior > span#price-performance div.top_holdings div.row div.top_per, body#products > span#price-performance div.top_holdings div.header div.top_per, body#products > span#price-performance div.top_holdings div.row div.top_per {
  width: 15%;
  text-align: center; }

body#landing_junior > span#price-performance div.top_holdings div.header div.top_company, body#landing_junior > span#price-performance div.top_holdings div.row div.top_company, body#products > span#price-performance div.top_holdings div.header div.top_company, body#products > span#price-performance div.top_holdings div.row div.top_company {
  width: 35%;
  text-align: left; }

body#landing_junior > span#price-performance div.top_holdings div.header div.top_sector, body#landing_junior > span#price-performance div.top_holdings div.row div.top_sector, body#products > span#price-performance div.top_holdings div.header div.top_sector, body#products > span#price-performance div.top_holdings div.row div.top_sector {
  width: 30%;
  text-align: left; }

body#landing_junior > span#price-performance div.top_holdings div.header div.top_country, body#landing_junior > span#price-performance div.top_holdings div.row div.top_country, body#products > span#price-performance div.top_holdings div.header div.top_country, body#products > span#price-performance div.top_holdings div.row div.top_country {
  width: 20%;
  text-align: left; }

body#landing_junior > span#price-performance div.top_holdings div.row div, body#products > span#price-performance div.top_holdings div.row div {
  font-size: 12px;
  height: 45px; }

body#landing_junior > span#price-performance div.table.layout_2, body#products > span#price-performance div.table.layout_2 {
  min-width: 530px; }
  body#landing_junior > span#price-performance div.table.layout_2 div.header div.title, body#products > span#price-performance div.table.layout_2 div.header div.title {
    width: 100%; }
  body#landing_junior > span#price-performance div.table.layout_2 div.row div, body#products > span#price-performance div.table.layout_2 div.row div {
    width: 60%;
    text-align: left; }
  body#landing_junior > span#price-performance div.table.layout_2 div.row div.title, body#products > span#price-performance div.table.layout_2 div.row div.title {
    width: 40%; }

body#landing_junior > span#price-performance div.table.layout_3, body#products > span#price-performance div.table.layout_3 {
  min-width: 530px; }
  body#landing_junior > span#price-performance div.table.layout_3 div.header div.title, body#landing_junior > span#price-performance div.table.layout_3 div.row div.title, body#products > span#price-performance div.table.layout_3 div.header div.title, body#products > span#price-performance div.table.layout_3 div.row div.title {
    width: 20%;
    text-align: center; }
  body#landing_junior > span#price-performance div.table.layout_3 div.header div, body#landing_junior > span#price-performance div.table.layout_3 div.row div, body#products > span#price-performance div.table.layout_3 div.header div, body#products > span#price-performance div.table.layout_3 div.row div {
    width: 80%;
    text-align: left; }

body#landing_junior > span#price-performance div.table.layout_4, body#products > span#price-performance div.table.layout_4 {
  margin-bottom: 0px;
  min-width: 1080px; }
  body#landing_junior > span#price-performance div.table.layout_4 div.header div.title, body#landing_junior > span#price-performance div.table.layout_4 div.row div.title, body#products > span#price-performance div.table.layout_4 div.header div.title, body#products > span#price-performance div.table.layout_4 div.row div.title {
    width: 34%; }
  body#landing_junior > span#price-performance div.table.layout_4 div.header div.date, body#landing_junior > span#price-performance div.table.layout_4 div.row div.date, body#products > span#price-performance div.table.layout_4 div.header div.date, body#products > span#price-performance div.table.layout_4 div.row div.date {
    width: 10%; }
  body#landing_junior > span#price-performance div.table.layout_4 div.header div.curr, body#landing_junior > span#price-performance div.table.layout_4 div.row div.curr, body#products > span#price-performance div.table.layout_4 div.header div.curr, body#products > span#price-performance div.table.layout_4 div.row div.curr {
    width: 7%; }
  body#landing_junior > span#price-performance div.table.layout_4 div.header div.price, body#landing_junior > span#price-performance div.table.layout_4 div.row div.price, body#products > span#price-performance div.table.layout_4 div.header div.price, body#products > span#price-performance div.table.layout_4 div.row div.price {
    width: 7%; }
  body#landing_junior > span#price-performance div.table.layout_4 div.header div.kstg, body#landing_junior > span#price-performance div.table.layout_4 div.row div.kstg, body#products > span#price-performance div.table.layout_4 div.header div.kstg, body#products > span#price-performance div.table.layout_4 div.row div.kstg {
    width: 8%; }
  body#landing_junior > span#price-performance div.table.layout_4 div.header div.estg, body#landing_junior > span#price-performance div.table.layout_4 div.row div.estg, body#products > span#price-performance div.table.layout_4 div.header div.estg, body#products > span#price-performance div.table.layout_4 div.row div.estg {
    width: 8%; }
  body#landing_junior > span#price-performance div.table.layout_4 div.header div.zwis, body#landing_junior > span#price-performance div.table.layout_4 div.row div.zwis, body#products > span#price-performance div.table.layout_4 div.header div.zwis, body#products > span#price-performance div.table.layout_4 div.row div.zwis {
    width: 13%; }
  body#landing_junior > span#price-performance div.table.layout_4 div.header div.immo, body#landing_junior > span#price-performance div.table.layout_4 div.row div.immo, body#products > span#price-performance div.table.layout_4 div.header div.immo, body#products > span#price-performance div.table.layout_4 div.row div.immo {
    width: 13%; }
  @media screen and (max-width: 1100px) {
    body#landing_junior > span#price-performance div.table.layout_4 div.header div, body#landing_junior > span#price-performance div.table.layout_4 div.row div, body#products > span#price-performance div.table.layout_4 div.header div, body#products > span#price-performance div.table.layout_4 div.row div {
      font-size: 11px; } }

body#landing_junior > span#price-performance div.wrap, body#products > span#price-performance div.wrap {
  width: 100%;
  position: relative; }
  body#landing_junior > span#price-performance div.wrap div.table, body#products > span#price-performance div.wrap div.table {
    min-width: 850px; }
  body#landing_junior > span#price-performance div.wrap div.country, body#landing_junior > span#price-performance div.wrap div.sector, body#landing_junior > span#price-performance div.wrap div.maturity, body#products > span#price-performance div.wrap div.country, body#products > span#price-performance div.wrap div.sector, body#products > span#price-performance div.wrap div.maturity {
    min-width: 100%; }

body#landing_junior > span#price-performance div.cumulative, body#products > span#price-performance div.cumulative {
  margin-bottom: 20px; }

body#landing_junior > span#price-performance div.risk_data_wrap, body#products > span#price-performance div.risk_data_wrap {
  margin-bottom: 20px; }

@media screen and (max-width: 790px) {
  body#landing_junior > span#price-performance section#performance_first, body#products > span#price-performance section#performance_first {
    padding: 20px 0; } }

@media screen and (max-width: 790px) {
  body#landing_junior > span#price-performance section#performance_second, body#products > span#price-performance section#performance_second {
    padding: 40px 0; } }

@media screen and (max-width: 790px) {
  body#landing_junior > span#price-performance section#performance_third, body#products > span#price-performance section#performance_third {
    padding: 40px 0 30px; } }

body#landing_junior > span#price-performance section#performance_third h3#risk_data_heading, body#products > span#price-performance section#performance_third h3#risk_data_heading {
  padding-top: 40px; }

body#landing_junior > span#price-performance section#performance_forth .layout_3, body#products > span#price-performance section#performance_forth .layout_3 {
  overflow: hidden;
  padding-bottom: 40px; }

body#landing_junior > span#price-performance section#performance_forth h3, body#products > span#price-performance section#performance_forth h3 {
  color: #444;
  font-size: 1em; }

body#landing_junior > span#price-performance section#performance_forth img.placeholder, body#products > span#price-performance section#performance_forth img.placeholder {
  padding: 20px;
  padding-top: 80px; }

@media screen and (max-width: 790px) {
  body#landing_junior > span#price-performance section#performance_forth, body#products > span#price-performance section#performance_forth {
    padding: 40px 0; } }

body#landing_junior > span#price-performance section#performance_forth section.top_10, body#products > span#price-performance section#performance_forth section.top_10 {
  float: left;
  display: block;
  margin-right: 1.8867924528%;
  width: 100%; }
  body#landing_junior > span#price-performance section#performance_forth section.top_10:last-child, body#products > span#price-performance section#performance_forth section.top_10:last-child {
    margin-right: 0; }
  @media screen and (max-width: 790px) {
    body#landing_junior > span#price-performance section#performance_forth section.top_10, body#products > span#price-performance section#performance_forth section.top_10 {
      margin: 40px 0; } }
  body#landing_junior > span#price-performance section#performance_forth section.top_10 > div, body#products > span#price-performance section#performance_forth section.top_10 > div {
    float: left;
    display: block;
    margin-right: 1.8867924528%;
    width: 49.0566037736%; }
    body#landing_junior > span#price-performance section#performance_forth section.top_10 > div:last-child, body#products > span#price-performance section#performance_forth section.top_10 > div:last-child {
      margin-right: 0; }
    @media screen and (max-width: 790px) {
      body#landing_junior > span#price-performance section#performance_forth section.top_10 > div, body#products > span#price-performance section#performance_forth section.top_10 > div {
        float: left;
        display: block;
        margin-right: 1.8867924528%;
        width: 100%;
        margin-left: 0%; }
        body#landing_junior > span#price-performance section#performance_forth section.top_10 > div:last-child, body#products > span#price-performance section#performance_forth section.top_10 > div:last-child {
          margin-right: 0; } }
    body#landing_junior > span#price-performance section#performance_forth section.top_10 > div div.table, body#products > span#price-performance section#performance_forth section.top_10 > div div.table {
      min-width: 400px; }

body#landing_junior > span#price-performance section#performance_forth article.chart_wrap, body#products > span#price-performance section#performance_forth article.chart_wrap {
  background: #ffffff;
  border: 1px solid #DDD; }
  @media screen and (max-width: 790px) {
    body#landing_junior > span#price-performance section#performance_forth article.chart_wrap, body#products > span#price-performance section#performance_forth article.chart_wrap {
      margin-bottom: 30px; } }

body#landing_junior > span#price-performance section#performance_forth article.benchmark, body#products > span#price-performance section#performance_forth article.benchmark {
  margin-right: 0px; }

body#landing_junior > span#price-performance section#performance_fifth, body#products > span#price-performance section#performance_fifth {
  padding: 40px 0;
  text-align: center; }
  body#landing_junior > span#price-performance section#performance_fifth h3, body#products > span#price-performance section#performance_fifth h3 {
    text-align: left; }
  @media screen and (max-width: 980px) {
    body#landing_junior > span#price-performance section#performance_fifth, body#products > span#price-performance section#performance_fifth {
      text-align: left; } }
  body#landing_junior > span#price-performance section#performance_fifth ul.actions, body#products > span#price-performance section#performance_fifth ul.actions {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    body#landing_junior > span#price-performance section#performance_fifth ul.actions li, body#products > span#price-performance section#performance_fifth ul.actions li {
      padding: 0;
      margin: 0;
      display: inline-block;
      margin: 0px 15px; }
      @media screen and (max-width: 980px) {
        body#landing_junior > span#price-performance section#performance_fifth ul.actions li, body#products > span#price-performance section#performance_fifth ul.actions li {
          width: 100%;
          display: block;
          margin: 10px 0; } }
      body#landing_junior > span#price-performance section#performance_fifth ul.actions li a.button, body#products > span#price-performance section#performance_fifth ul.actions li a.button {
        margin: 0;
        padding: 10px 30px; }
        @media screen and (max-width: 980px) {
          body#landing_junior > span#price-performance section#performance_fifth ul.actions li a.button, body#products > span#price-performance section#performance_fifth ul.actions li a.button {
            width: 100%;
            display: block; }
            body#landing_junior > span#price-performance section#performance_fifth ul.actions li a.button span, body#products > span#price-performance section#performance_fifth ul.actions li a.button span {
              float: right; } }

body#landing_junior > span#price-performance section#footer_begin, body#products > span#price-performance section#footer_begin {
  margin-top: 0; }

body#contact section#team {
  float: left;
  display: block;
  margin-right: 1.8867924528%;
  width: 66.0377358491%; }
  body#contact section#team:last-child {
    margin-right: 0; }
  @media screen and (max-width: 790px) {
    body#contact section#team {
      float: left;
      display: block;
      margin-right: 1.8867924528%;
      width: 100%;
      margin-bottom: 30px; }
      body#contact section#team:last-child {
        margin-right: 0; } }
  body#contact section#team article {
    width: 100%;
    margin-bottom: 40px;
    *zoom: 1; }
    body#contact section#team article:before, body#contact section#team article:after {
      content: "";
      display: table; }
    body#contact section#team article:after {
      clear: both; }
    @media screen and (max-width: 660px) {
      body#contact section#team article {
        width: 100%;
        margin-bottom: 0px;
        height: auto;
        border-bottom: 1px solid #cccccc;
        padding: 20px; }
        body#contact section#team article:nth-child(even) {
          background: #F4F4F4; } }
    body#contact section#team article div {
      padding: 0px;
      float: left;
      width: 100%; }
      body#contact section#team article div h4 {
        margin: 0;
        padding: 0;
        margin-bottom: 10px; }
        @media screen and (max-width: 660px) {
          body#contact section#team article div h4 {
            font-size: 1.2em; } }
      body#contact section#team article div ul {
        list-style-type: none;
        padding: 0;
        margin: 0; }
        body#contact section#team article div ul li {
          color: #666;
          font-size: 16px;
          margin: 0;
          line-height: 20px;
          padding: 0;
          margin-bottom: 10px; }
          @media screen and (max-width: 980px) {
            body#contact section#team article div ul li {
              font-size: 12px; } }
          @media screen and (max-width: 790px) {
            body#contact section#team article div ul li {
              font-size: 14px; } }
          body#contact section#team article div ul li span {
            font-family: "Helvetica_Medium", Arial, sans-serif; }
          body#contact section#team article div ul li a {
            color: #666; }
            body#contact section#team article div ul li a:hover {
              color: #4595D1; }

body#contact aside#contact_us > article {
  margin-bottom: 20px; }
  @media screen and (max-width: 790px) {
    body#contact aside#contact_us > article {
      margin-bottom: 40px; } }

body#contact section#partners {
  *zoom: 1;
  max-width: 67.5em;
  margin-left: auto;
  margin-right: auto;
  margin-right: 0;
  margin-bottom: 40px; }
  body#contact section#partners:before, body#contact section#partners:after {
    content: "";
    display: table; }
  body#contact section#partners:after {
    clear: both; }
  body#contact section#partners div h2 {
    font-size: 1.4em;
    border-bottom: 1px solid #DDD;
    padding-bottom: 10px;
    clear: both; }
  body#contact section#partners div ul {
    float: left;
    display: block;
    margin-right: 1.8867924528%;
    width: 100%;
    margin-right: 0;
    padding: 0;
    margin: 0; }
    body#contact section#partners div ul:last-child {
      margin-right: 0; }
    @media screen and (max-width: 660px) {
      body#contact section#partners div ul {
        margin-bottom: 30px; } }
    body#contact section#partners div ul li {
      float: left;
      display: block;
      margin-right: 1.8867924528%;
      width: 23.5849056604%; }
      body#contact section#partners div ul li:last-child {
        margin-right: 0; }
      body#contact section#partners div ul li:nth-child(4n) {
        margin-right: 0; }
      body#contact section#partners div ul li:nth-child(4n+1) {
        clear: left; }
      @media screen and (max-width: 980px) {
        body#contact section#partners div ul li {
          float: left;
          display: block;
          margin-right: 1.8867924528%;
          width: 32.0754716981%;
          margin-bottom: 20px; }
          body#contact section#partners div ul li:nth-child(4n) {
            margin-right: 1.8867924528%; }
          body#contact section#partners div ul li:nth-child(4n+1) {
            clear: none; }
          body#contact section#partners div ul li:last-child {
            margin-right: 0; }
          body#contact section#partners div ul li:nth-child(3n) {
            margin-right: 0; }
          body#contact section#partners div ul li:nth-child(3n+1) {
            clear: left; } }
      @media screen and (max-width: 790px) {
        body#contact section#partners div ul li {
          float: left;
          display: block;
          margin-right: 1.8867924528%;
          width: 49.0566037736%;
          margin-bottom: 20px; }
          body#contact section#partners div ul li:nth-child(3n) {
            margin-right: 1.8867924528%; }
          body#contact section#partners div ul li:nth-child(3n+1) {
            clear: none; }
          body#contact section#partners div ul li:last-child {
            margin-right: 0; }
          body#contact section#partners div ul li:nth-child(2n) {
            margin-right: 0; }
          body#contact section#partners div ul li:nth-child(2n+1) {
            clear: left; } }
      body#contact section#partners div ul li a {
        display: block;
        position: relative;
        background: #ffffff;
        border: 1px solid #DDD;
        text-align: center;
        height: 130px;
        margin-bottom: 20px;
        width: 100%;
        line-height: 120px;
        color: #bbbbbb;
        overflow: hidden; }
        @media screen and (max-width: 660px) {
          body#contact section#partners div ul li a {
            height: 100px;
            line-height: 95px;
            margin-bottom: -20px; } }
        body#contact section#partners div ul li a img {
          width: 100%;
          max-width: 150px;
          max-height: 80px;
          vertical-align: middle; }
          @media screen and (max-width: 660px) {
            body#contact section#partners div ul li a img {
              max-width: 100px; } }
        body#contact section#partners div ul li a:hover {
          box-shadow: 0px 3px 20px #EEE;
          color: #888; }

body#search h2 span.icon {
  font-size: 24px;
  position: relative;
  top: -2px; }

body#search div.search_result {
  display: block;
  border-left: 5px solid #F4F4F4;
  padding: 10px;
  padding-left: 25px;
  margin-bottom: 20px; }
  @media screen and (max-width: 660px) {
    body#search div.search_result {
      border-left-width: 3px; } }
  body#search div.search_result h3 {
    margin-bottom: 8px;
    font-family: "Helvetica_Medium", Arial, sans-serif;
    font-size: 1.2em;
    line-height: 150%; }
    @media screen and (max-width: 660px) {
      body#search div.search_result h3 {
        font-size: 1em; } }
    body#search div.search_result h3 a {
      color: #888;
      display: block; }
  body#search div.search_result a.link {
    color: #888;
    font-size: 0.9em;
    display: block; }
    @media screen and (max-width: 660px) {
      body#search div.search_result a.link {
        font-size: 0.8em; } }
    body#search div.search_result a.link span {
      margin-right: 5px;
      font-size: 12px; }
    body#search div.search_result a.link span.icon-link4 {
      margin-left: 10px; }
  body#search div.search_result:hover {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    border-left: 5px solid #4595D1; }
    @media screen and (max-width: 660px) {
      body#search div.search_result:hover {
        border-left-width: 3px; } }
    body#search div.search_result:hover h3 a {
      color: #3A6C94; }
    body#search div.search_result:hover a.link {
      color: #4595D1; }

body#search form#main_search {
  background: #F4F4F4;
  border: 1px solid #DDD;
  border-radius: 4px;
  padding: 30px;
  *zoom: 1;
  margin-bottom: 50px;
  margin-top: 15px; }
  body#search form#main_search:before, body#search form#main_search:after {
    content: "";
    display: table; }
  body#search form#main_search:after {
    clear: both; }
  @media screen and (max-width: 560px) {
    body#search form#main_search {
      padding: 15px; } }
  body#search form#main_search input {
    width: 60%;
    float: left;
    margin: 0;
    height: 30px;
    padding: 5px 15px; }
    @media screen and (max-width: 560px) {
      body#search form#main_search input {
        width: 90%; } }
  body#search form#main_search input[type="submit"] {
    width: 20%;
    float: left;
    margin-left: 2%;
    height: 43px;
    background: #4595D1;
    color: #ffffff;
    border: none; }
    body#search form#main_search input[type="submit"]:hover {
      background: #3A6C94; }
    @media screen and (max-width: 560px) {
      body#search form#main_search input[type="submit"] {
        width: 100%;
        margin: 10px 0; } }

body#sitemap ul#sitemap_nav {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  body#sitemap ul#sitemap_nav li {
    list-style-type: none;
    position: relative;
    display: block;
    margin-bottom: 0; }
    body#sitemap ul#sitemap_nav li a {
      padding: 5px 45px;
      background: #F4F4F4;
      border: 1px solid #DDD;
      color: #666;
      display: block;
      font-family: "Helvetica_Medium", Arial, sans-serif; }
      body#sitemap ul#sitemap_nav li a:before {
        position: absolute;
        font-family: "icomoon";
        content: "\f0f6";
        color: #666;
        top: 5px;
        left: 20px; }
      body#sitemap ul#sitemap_nav li a:hover {
        color: #ffffff;
        background: #4595D1;
        border: 1px solid #4595D1; }
        body#sitemap ul#sitemap_nav li a:hover:before {
          color: #ffffff; }
    body#sitemap ul#sitemap_nav li ul {
      margin-top: 10px; }
      body#sitemap ul#sitemap_nav li ul li {
        margin-bottom: 0; }
        body#sitemap ul#sitemap_nav li ul li a {
          padding: 5px 35px;
          background: none;
          font-size: 0.9em;
          font-family: "Helvetica_Light", Arial, sans-serif; }
          body#sitemap ul#sitemap_nav li ul li a:before {
            position: absolute;
            font-family: "icomoon";
            content: "\e61d";
            color: #666;
            left: 10px; }
