/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Basis */

html, body {
	height: 100%;
}
body {
	color: #383838;
	font-family: 'Palanquin', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.33;
	overflow-y: scroll;
	-webkit-tap-highlight-color: transparent;
}
.PageWrapper {
	background: #F9F6F4;
	overflow: hidden;
	position: relative;
}
.menuActive .PageWrapper {
	height: 100%;
	overflow: hidden;
}
a {
	color: #be1359;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #be1359;
}
b, strong {
	font-weight: bold;
}
ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
p, figure {
	margin: 0;
}
iframe {
	border: 0;
}
textarea, input, select {
	-webkit-border-radius: 0;
	-webkit-appearance: none;
}
*, *:before, *:after {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}
body.notransition * {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}
.wmWrapper {
	position: relative;
}
.wmMargin {
	margin-top: 60px;
	margin-bottom: 60px;
}
.wmPadding {
	padding-left: 20px;
	padding-right: 20px;
}
.wmMaxWidth {
	margin-left: auto;
	margin-right: auto;
	max-width: 1340px;
}
.wmClear:after {
	clear: both;
	content: "";
	display: block;
}

@font-face {
  font-family: 'Roboto';
  font-weight: 300;
  font-style: normal;
  src: url('/fonts/Roboto-300.eot');
  src: url('/fonts/Roboto-300.eot?#iefix') format('embedded-opentype'),
       local('☺︎'),
       local('☺︎'),
       url('/fonts/Roboto-300.woff2') format('woff2'),
       url('/fonts/Roboto-300.woff') format('woff'),
       url('/fonts/Roboto-300.ttf') format('truetype'),
       url('/fonts/Roboto-300.svg#Roboto') format('svg');
}

@font-face {
  font-family: 'Roboto';
  font-weight: 400;
  font-style: normal;
  src: url('/fonts/Roboto-regular.eot');
  src: url('/fonts/Roboto-regular.eot?#iefix') format('embedded-opentype'),
       local('☺︎'),
       local('☺︎'),
       url('/fonts/Roboto-regular.woff2') format('woff2'),
       url('/fonts/Roboto-regular.woff') format('woff'),
       url('/fonts/Roboto-regular.ttf') format('truetype'),
       url('/fonts/Roboto-regular.svg#Roboto') format('svg');
}

@font-face {
  font-family: 'Roboto';
  font-weight: 700;
  font-style: normal;
  src: url('/fonts/Roboto-700.eot');
  src: url('/fonts/Roboto-700.eot?#iefix') format('embedded-opentype'),
       local('☺︎'),
       local('☺︎'),
       url('/fonts/Roboto-700.woff2') format('woff2'),
       url('/fonts/Roboto-700.woff') format('woff'),
       url('/fonts/Roboto-700.ttf') format('truetype'),
       url('/fonts/Roboto-700.svg#Roboto') format('svg');
}

@font-face {
  font-family: 'Roboto';
  font-weight: 300;
  font-style: italic;
  src: url('/fonts/Roboto-300italic.eot');
  src: url('/fonts/Roboto-300italic.eot?#iefix') format('embedded-opentype'),
       local('☺︎'),
       local('☺︎'),
       url('/fonts/Roboto-300italic.woff2') format('woff2'),
       url('/fonts/Roboto-300italic.woff') format('woff'),
       url('/fonts/Roboto-300italic.ttf') format('truetype'),
       url('/fonts/Roboto-300italic.svg#Roboto') format('svg');
}

/* Webfonts */

@font-face {
	font-family: 'Webmanager';
	src: url('/fonts/webmanager-v1.eot');
	src: url('/fonts/webmanager-v1.eot#iefix') format('embedded-opentype'),
		url('/fonts/webmanager-v1.woff2') format('woff2'),
		url('/fonts/webmanager-v1.woff') format('woff'),
		url('/fonts/webmanager-v1.ttf') format('truetype'),
		url('/fonts/webmanager-v1.svg#webmanager') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: "Webmanager";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	margin-right: .5em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-plus:before { content: '\e100'; } /* '' */
.icon-minus:before { content: '\e101'; } /* '' */
.icon-check-1:before { content: '\e102'; } /* '' */
.icon-down-middle:before { content: '\e103'; } /* '' */
.icon-left-middle:before { content: '\e104'; } /* '' */
.icon-right-middle:before { content: '\e105'; } /* '' */
.icon-up-middle:before { content: '\e106'; } /* '' */
.icon-star:before { content: '\e107'; } /* '' */
.icon-flag:before { content: '\e800'; } /* '' */
.icon-thumbs-up:before { content: '\e801'; } /* '' */
.icon-thumbs-down:before { content: '\e802'; } /* '' */
.icon-download:before { content: '\e803'; } /* '' */
.icon-upload:before { content: '\e804'; } /* '' */
.icon-upload-cloud:before { content: '\e805'; } /* '' */
.icon-reply:before { content: '\e806'; } /* '' */
.icon-reply-all:before { content: '\e807'; } /* '' */
.icon-forward:before { content: '\e808'; } /* '' */
.icon-quote:before { content: '\e809'; } /* '' */
.icon-code:before { content: '\e80a'; } /* '' */
.icon-export:before { content: '\e80b'; } /* '' */
.icon-pencil:before { content: '\e80c'; } /* '' */
.icon-feather:before { content: '\e80d'; } /* '' */
.icon-print:before { content: '\e80e'; } /* '' */
.icon-retweet:before { content: '\e80f'; } /* '' */
.icon-keyboard:before { content: '\e810'; } /* '' */
.icon-chat:before { content: '\e811'; } /* '' */
.icon-bell:before { content: '\e812'; } /* '' */
.icon-attention:before { content: '\e813'; } /* '' */
.icon-alert:before { content: '\e814'; } /* '' */
.icon-vcard:before { content: '\e815'; } /* '' */
.icon-address:before { content: '\e816'; } /* '' */
.icon-compass:before { content: '\e817'; } /* '' */
.icon-cup:before { content: '\e818'; } /* '' */
.icon-trash:before { content: '\e819'; } /* '' */
.icon-direction:before { content: '\e81a'; } /* '' */
.icon-map:before { content: '\e81b'; } /* '' */
.icon-map2:before { content: '\e81c'; } /* '' */
.icon-doc:before { content: '\e81d'; } /* '' */
.icon-docs:before { content: '\e81e'; } /* '' */
.icon-doc-landscape:before { content: '\e81f'; } /* '' */
.icon-doc-text:before { content: '\e820'; } /* '' */
.icon-bookmark:before { content: '\e821'; } /* '' */
.icon-bookmark2:before { content: '\e822'; } /* '' */
.icon-doc-text-inv:before { content: '\e823'; } /* '' */
.icon-newspaper:before { content: '\e824'; } /* '' */
.icon-book-open:before { content: '\e825'; } /* '' */
.icon-folder:before { content: '\e826'; } /* '' */
.icon-archive:before { content: '\e827'; } /* '' */
.icon-box:before { content: '\e828'; } /* '' */
.icon-rss:before { content: '\e829'; } /* '' */
.icon-phone:before { content: '\e82a'; } /* '' */
.icon-cog:before { content: '\e82b'; } /* '' */
.icon-tools:before { content: '\e82c'; } /* '' */
.icon-share:before { content: '\e82d'; } /* '' */
.icon-shareable:before { content: '\e82e'; } /* '' */
.icon-basket:before { content: '\e82f'; } /* '' */
.icon-bag:before { content: '\e830'; } /* '' */
.icon-calendar:before { content: '\e831'; } /* '' */
.icon-login:before { content: '\e832'; } /* '' */
.icon-logout:before { content: '\e833'; } /* '' */
.icon-mic:before { content: '\e834'; } /* '' */
.icon-mute:before { content: '\e835'; } /* '' */
.icon-sound:before { content: '\e836'; } /* '' */
.icon-volume:before { content: '\e837'; } /* '' */
.icon-clock:before { content: '\e838'; } /* '' */
.icon-lamp:before { content: '\e839'; } /* '' */
.icon-light-down:before { content: '\e83a'; } /* '' */
.icon-light-up:before { content: '\e83b'; } /* '' */
.icon-adjust:before { content: '\e83c'; } /* '' */
.icon-block:before { content: '\e83d'; } /* '' */
.icon-resize-full:before { content: '\e83e'; } /* '' */
.icon-resize-small:before { content: '\e83f'; } /* '' */
.icon-popup:before { content: '\e840'; } /* '' */
.icon-publish:before { content: '\e841'; } /* '' */
.icon-window:before { content: '\e842'; } /* '' */
.icon-arrow-combo:before { content: '\e843'; } /* '' */
.icon-download-1:before { content: '\e844'; } /* '' */
.icon-left-circled:before { content: '\e845'; } /* '' */
.icon-right-circled:before { content: '\e846'; } /* '' */
.icon-up-circled:before { content: '\e847'; } /* '' */
.icon-left-small:before { content: '\e848'; } /* '' */
.icon-right-small:before { content: '\e849'; } /* '' */
.icon-up-small:before { content: '\e84a'; } /* '' */
.icon-down-big:before { content: '\e84b'; } /* '' */
.icon-left-big:before { content: '\e84c'; } /* '' */
.icon-right-big:before { content: '\e84d'; } /* '' */
.icon-up-big:before { content: '\e84e'; } /* '' */
.icon-down:before { content: '\e84f'; } /* '' */
.icon-left:before { content: '\e850'; } /* '' */
.icon-right:before { content: '\e851'; } /* '' */
.icon-up:before { content: '\e852'; } /* '' */
.icon-down-dir:before { content: '\e853'; } /* '' */
.icon-left-dir:before { content: '\e854'; } /* '' */
.icon-right-dir:before { content: '\e855'; } /* '' */
.icon-up-dir:before { content: '\e856'; } /* '' */
.icon-down-bold:before { content: '\e857'; } /* '' */
.icon-left-bold:before { content: '\e858'; } /* '' */
.icon-right-bold:before { content: '\e859'; } /* '' */
.icon-up-bold:before { content: '\e85a'; } /* '' */
.icon-left-thin:before { content: '\e85b'; } /* '' */
.icon-right-thin:before { content: '\e85c'; } /* '' */
.icon-up-thin:before { content: '\e85d'; } /* '' */
.icon-ccw:before { content: '\e85e'; } /* '' */
.icon-cw:before { content: '\e85f'; } /* '' */
.icon-arrows-ccw:before { content: '\e860'; } /* '' */
.icon-level-down:before { content: '\e861'; } /* '' */
.icon-level-up:before { content: '\e862'; } /* '' */
.icon-shuffle:before { content: '\e863'; } /* '' */
.icon-loop:before { content: '\e864'; } /* '' */
.icon-switch:before { content: '\e865'; } /* '' */
.icon-play:before { content: '\e866'; } /* '' */
.icon-stop:before { content: '\e867'; } /* '' */
.icon-pause:before { content: '\e868'; } /* '' */
.icon-record:before { content: '\e869'; } /* '' */
.icon-to-end:before { content: '\e86a'; } /* '' */
.icon-to-start:before { content: '\e86b'; } /* '' */
.icon-fast-forward:before { content: '\e86c'; } /* '' */
.icon-fast-backward:before { content: '\e86d'; } /* '' */
.icon-progress-1:before { content: '\e86e'; } /* '' */
.icon-progress-2:before { content: '\e86f'; } /* '' */
.icon-progress-3:before { content: '\e870'; } /* '' */
.icon-target:before { content: '\e871'; } /* '' */
.icon-palette:before { content: '\e872'; } /* '' */
.icon-list:before { content: '\e873'; } /* '' */
.icon-list-add:before { content: '\e874'; } /* '' */
.icon-signal:before { content: '\e875'; } /* '' */
.icon-trophy:before { content: '\e876'; } /* '' */
.icon-battery:before { content: '\e877'; } /* '' */
.icon-back-in-time:before { content: '\e878'; } /* '' */
.icon-monitor:before { content: '\e879'; } /* '' */
.icon-mobile:before { content: '\e87a'; } /* '' */
.icon-network:before { content: '\e87b'; } /* '' */
.icon-cd:before { content: '\e87c'; } /* '' */
.icon-inbox:before { content: '\e87d'; } /* '' */
.icon-install:before { content: '\e87e'; } /* '' */
.icon-globe:before { content: '\e87f'; } /* '' */
.icon-cloud:before { content: '\e880'; } /* '' */
.icon-flash:before { content: '\e881'; } /* '' */
.icon-moon:before { content: '\e882'; } /* '' */
.icon-flight:before { content: '\e883'; } /* '' */
.icon-paper-plane:before { content: '\e884'; } /* '' */
.icon-leaf:before { content: '\e885'; } /* '' */
.icon-lifebuoy:before { content: '\e886'; } /* '' */
.icon-mouse:before { content: '\e887'; } /* '' */
.icon-briefcase:before { content: '\e888'; } /* '' */
.icon-suitcase:before { content: '\e889'; } /* '' */
.icon-dot:before { content: '\e88a'; } /* '' */
.icon-dot-2:before { content: '\e88b'; } /* '' */
.icon-dot-3:before { content: '\e88c'; } /* '' */
.icon-brush:before { content: '\e88d'; } /* '' */
.icon-magnet:before { content: '\e88e'; } /* '' */
.icon-infinity:before { content: '\e88f'; } /* '' */
.icon-erase:before { content: '\e890'; } /* '' */
.icon-chart-pie:before { content: '\e891'; } /* '' */
.icon-chart-line:before { content: '\e892'; } /* '' */
.icon-chart-bar:before { content: '\e893'; } /* '' */
.icon-chart-area:before { content: '\e894'; } /* '' */
.icon-tape:before { content: '\e895'; } /* '' */
.icon-graduation-cap:before { content: '\e896'; } /* '' */
.icon-language:before { content: '\e897'; } /* '' */
.icon-ticket:before { content: '\e898'; } /* '' */
.icon-water:before { content: '\e899'; } /* '' */
.icon-droplet:before { content: '\e89a'; } /* '' */
.icon-air:before { content: '\e89b'; } /* '' */
.icon-credit-card:before { content: '\e89c'; } /* '' */
.icon-floppy:before { content: '\e89d'; } /* '' */
.icon-clipboard:before { content: '\e89e'; } /* '' */
.icon-megaphone:before { content: '\e89f'; } /* '' */
.icon-database:before { content: '\e8a0'; } /* '' */
.icon-drive:before { content: '\e8a1'; } /* '' */
.icon-bucket:before { content: '\e8a2'; } /* '' */
.icon-thermometer:before { content: '\e8a3'; } /* '' */
.icon-key:before { content: '\e8a4'; } /* '' */
.icon-flow-cascade:before { content: '\e8a5'; } /* '' */
.icon-flow-branch:before { content: '\e8a6'; } /* '' */
.icon-flow-tree:before { content: '\e8a7'; } /* '' */
.icon-flow-line:before { content: '\e8a8'; } /* '' */
.icon-flow-parallel:before { content: '\e8a9'; } /* '' */
.icon-rocket:before { content: '\e8aa'; } /* '' */
.icon-gauge:before { content: '\e8ab'; } /* '' */
.icon-traffic-cone:before { content: '\e8ac'; } /* '' */
.icon-cc:before { content: '\e8ad'; } /* '' */
.icon-cc-by:before { content: '\e8ae'; } /* '' */
.icon-cc-nc:before { content: '\e8af'; } /* '' */
.icon-cc-nc-eu:before { content: '\e8b0'; } /* '' */
.icon-cc-nc-jp:before { content: '\e8b1'; } /* '' */
.icon-cc-sa:before { content: '\e8b2'; } /* '' */
.icon-cc-nd:before { content: '\e8b3'; } /* '' */
.icon-cc-pd:before { content: '\e8b4'; } /* '' */
.icon-cc-zero:before { content: '\e8b5'; } /* '' */
.icon-cc-share:before { content: '\e8b6'; } /* '' */
.icon-cc-remix:before { content: '\e8b7'; } /* '' */
.icon-vimeo:before { content: '\e8b8'; } /* '' */
.icon-twitter:before { content: '\e8b9'; } /* '' */
.icon-facebook:before { content: '\e8ba'; } /* '' */
.icon-gplus:before { content: '\e8bb'; } /* '' */
.icon-pinterest:before { content: '\e8bc'; } /* '' */
.icon-linkedin:before { content: '\e8bd'; } /* '' */
.icon-down-small:before { content: '\e8be'; } /* '' */
.icon-close:before { content: '\e8bf'; } /* '' */
.icon-tag:before { content: '\e8c0'; } /* '' */
.icon-comment:before { content: '\e8c1'; } /* '' */
.icon-book:before { content: '\e8c2'; } /* '' */
.icon-hourglass:before { content: '\e8c3'; } /* '' */
.icon-note:before { content: '\e8c4'; } /* '' */
.icon-note-beamed:before { content: '\e8c5'; } /* '' */
.icon-music:before { content: '\e8c6'; } /* '' */
.icon-search:before { content: '\e8c7'; } /* '' */
.icon-flashlight:before { content: '\e8c8'; } /* '' */
.icon-mail:before { content: '\e8c9'; } /* '' */
.icon-heart:before { content: '\e8ca'; } /* '' */
.icon-heart-empty:before { content: '\e8cb'; } /* '' */
.icon-star-empty:before { content: '\e8cc'; } /* '' */
.icon-user:before { content: '\e8cd'; } /* '' */
.icon-users:before { content: '\e8ce'; } /* '' */
.icon-user-add:before { content: '\e8cf'; } /* '' */
.icon-video:before { content: '\e8d0'; } /* '' */
.icon-picture:before { content: '\e8d1'; } /* '' */
.icon-camera:before { content: '\e8d2'; } /* '' */
.icon-layout:before { content: '\e8d3'; } /* '' */
.icon-menu:before { content: '\e8d4'; } /* '' */
.icon-cancel-circled:before { content: '\e8d5'; } /* '' */
.icon-cancel-squared:before { content: '\e8d6'; } /* '' */
.icon-plus-circled:before { content: '\e8d7'; } /* '' */
.icon-plus-squared:before { content: '\e8d8'; } /* '' */
.icon-minus-circled:before { content: '\e8d9'; } /* '' */
.icon-minus-squared:before { content: '\e8da'; } /* '' */
.icon-help-circled:before { content: '\e8db'; } /* '' */
.icon-help:before { content: '\e8dc'; } /* '' */
.icon-info:before { content: '\e8dd'; } /* '' */
.icon-info-circled:before { content: '\e8de'; } /* '' */
.icon-back:before { content: '\e8df'; } /* '' */
.icon-home:before { content: '\e8e0'; } /* '' */
.icon-link:before { content: '\e8e1'; } /* '' */
.icon-download1:before { content: '\e8e2'; } /* '' */
.icon-lock:before { content: '\e8e3'; } /* '' */
.icon-lock-open:before { content: '\e8e4'; } /* '' */
.icon-down-thin:before { content: '\e8e5'; } /* '' */
.icon-progress-0:before { content: '\e8e6'; } /* '' */
.icon-cloud-thunder:before { content: '\e8e7'; } /* '' */
.icon-eye:before { content: '\e8e8'; } /* '' */
.icon-advice-custom:before { content: '\e8e9'; } /* '' */
.icon-movement-custom:before { content: '\e8ea'; } /* '' */
.icon-encounter-custom:before { content: '\e8eb'; } /* '' */
.icon-check-custom:before { content: '\e8ec'; } /* '' */
.icon-arrow-custom:before { content: '\e8ed'; } /* '' */
.icon-phone-custom:before { content: '\e8ee'; } /* '' */
.icon-mail-custom:before { content: '\e8ef'; } /* '' */
.icon-github:before { content: '\f300'; } /* '' */
.icon-github-circled:before { content: '\f301'; } /* '' */
.icon-flickr:before { content: '\f303'; } /* '' */
.icon-flickr-circled:before { content: '\f304'; } /* '' */
.icon-vimeo-circled:before { content: '\f307'; } /* '' */
.icon-twitter-circled:before { content: '\f30a'; } /* '' */
.icon-facebook-circled:before { content: '\f30d'; } /* '' */
.icon-facebook-squared:before { content: '\f30e'; } /* '' */
.icon-gplus-circled:before { content: '\f310'; } /* '' */
.icon-pinterest-circled:before { content: '\f313'; } /* '' */
.icon-tumblr:before { content: '\f315'; } /* '' */
.icon-tumblr-circled:before { content: '\f316'; } /* '' */
.icon-linkedin-circled:before { content: '\f319'; } /* '' */
.icon-dribbble:before { content: '\f31b'; } /* '' */
.icon-dribbble-circled:before { content: '\f31c'; } /* '' */
.icon-stumbleupon:before { content: '\f31e'; } /* '' */
.icon-stumbleupon-circled:before { content: '\f31f'; } /* '' */
.icon-lastfm:before { content: '\f321'; } /* '' */
.icon-lastfm-circled:before { content: '\f322'; } /* '' */
.icon-rdio:before { content: '\f324'; } /* '' */
.icon-rdio-circled:before { content: '\f325'; } /* '' */
.icon-spotify:before { content: '\f327'; } /* '' */
.icon-spotify-circled:before { content: '\f328'; } /* '' */
.icon-qq:before { content: '\f32a'; } /* '' */
.icon-instagram:before { content: '\f32d'; } /* '' */
.icon-dropbox:before { content: '\f330'; } /* '' */
.icon-evernote:before { content: '\f333'; } /* '' */
.icon-flattr:before { content: '\f336'; } /* '' */
.icon-skype:before { content: '\f339'; } /* '' */
.icon-skype-circled:before { content: '\f33a'; } /* '' */
.icon-renren:before { content: '\f33c'; } /* '' */
.icon-sina-weibo:before { content: '\f33f'; } /* '' */
.icon-paypal:before { content: '\f342'; } /* '' */
.icon-picasa:before { content: '\f345'; } /* '' */
.icon-soundcloud:before { content: '\f348'; } /* '' */
.icon-mixi:before { content: '\f34b'; } /* '' */
.icon-behance:before { content: '\f34e'; } /* '' */
.icon-google-circles:before { content: '\f351'; } /* '' */
.icon-vkontakte:before { content: '\f354'; } /* '' */
.icon-smashing:before { content: '\f357'; } /* '' */
.icon-db-shape:before { content: '\f600'; } /* '' */
.icon-sweden:before { content: '\f601'; } /* '' */
.icon-logo-db:before { content: '\f603'; } /* '' */

/* Header */

.HeaderWrapper {
	background: #FFFFFF;
	border-bottom: 1px solid #009668;
	left: 0;
	position: fixed;
	top: 0;
	transition: background 300ms ease;
	width: 100%;
	z-index: 4;
}
.HeaderWrapper.mobile {
	z-index: auto;
}
.HeaderWrapper > .row1 {
	height: 40px;
	transition: height 300ms ease;
}
.HeaderWrapper.fixed > .row1 {
	height: 0;
}
.HeaderWrapper > .row2 {
	height: 59px;
}
.HeaderWrapper a.logo {
	left: 50%;
	margin-left: -37px;
	position: absolute;
	top: 22px;
	z-index: 2;
}
.HeaderWrapper a.logo img {
	display: block;
	width: 74px;
}
.HeaderWrapper a.logoTitle {
	left: 50%;
	margin-left: -228px;
	opacity: 1;
	position: absolute;
	top: 23px;
	transition: opacity 300ms ease;
	z-index: 2;
}
.HeaderWrapper a.logoTitle img {
	display: block;
	width: 457px;
}
.HeaderWrapper.fixed a.logoTitle {
	display: none;
	opacity: 0;
}

@media all and (max-width: 980px){

	.HeaderWrapper {
		background: none !important;
		position: relative;
	}
	.HeaderWrapper > .row1 {
		display: none;
	}
	.HeaderWrapper > .row2 {
		height: 70px;
	}
	.HeaderWrapper a.logo {
		left: 20px;
		margin: 0;
		top: 5px;
	}
	.HeaderWrapper a.logo img {
		width: 60px;
	}

}

/* Layout - Animation */

.GalleryWrapper {
	margin-top: 50px;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 2;
}
/* body.intro .GalleryWrapper {
	margin-top: 0;
} */
.GalleryWrapper .border {
	background: #FDE60D;
	bottom: 0;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 100;
}
.GalleryWrapper .border:before {
	background: #009668;
	bottom: 0;
	content: "";
	height: 3px;
	left: -66.66%;
	position: absolute;
	width: 100%;
	z-index: 100;
}
.GalleryWrapper .border:after {
	background: #BE1359;
	bottom: 0;
	content: "";
	height: 3px;
	position: absolute;
	right: -66.66%;
	width: 100%;
	z-index: 100;
}
*.noanimation .GalleryWrapper {
	display: none;
}
.GalleryWrapper .animationWrapper[data-type='2'] {
	height: 200px;
}
.GalleryWrapper .animationWrapper .animationStatic {
	height: 100%;
	left: 0;
	opacity: 1;
	position: absolute;
	top: 0;
	transition: opacity 500ms ease-in;
	width: 100%;
	z-index: 1;
}
.GalleryWrapper .animationWrapper .animationStatic img.animationStaticImage {
	display: block;
	position: relative;
}
.GalleryWrapper .animationWrapper .animationDynamic {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

@media all and (max-width: 980px){

	.GalleryWrapper {
		margin-top: 0;
	}

}

/* Content */

.ContentWrapper {
	background: #F9F6F4 url("/img/layout/bg-content.jpg") no-repeat top center / 100% auto;
	overflow: hidden;
	position: relative;
	z-index: 3;
}
.ContentWrapper:before {
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    bottom: 0;
    content: "";
    height: 600px;
    left: 0;
    position: absolute;
    width: 100%;
}
.noanimation .ContentWrapper {
	padding-top: 100px;
}
.ContentWrapper > .wmWrapper > *:first-child {
	margin-top: 105px;
}
.ContentWrapper > .wmWrapper > *:last-child {
	margin-bottom: 87px;
}

@media all and (max-width: 2880px){

	.ContentWrapper {
		background-size: 2880px auto;
	}

}

@media all and (max-width: 980px){

	.noanimation .ContentWrapper {
		padding-top: 0;
	}
	.ContentWrapper > .wmWrapper > *:first-child {
		margin-top: 60px;
	}

}

@media all and (max-width: 500px){

	.ContentWrapper > .wmWrapper > *:last-child {
		margin-bottom: 60px;
	}

}

/* Menü - Hauptmenü - Desktop */

nav.desktop {
	left: 20px;
	margin: 0 auto;
	max-width: 1200px;
	padding-left: 70px;
	position: absolute;
	right: 20px;
	text-align: left;
	top: 14px;
}
nav.desktop > ul > li {
	display: inline-block;
	margin: 0 19px;
	padding: 0 0 35px 0;
	position: relative;
}
/* nav.desktop > ul > li:first-child {
	margin-left: 178px;
}
nav.desktop > ul > li:nth-child(4) {
	margin-right: 252px;
} */
nav.desktop > ul > li:nth-child(4), 
nav.desktop > ul > li:nth-child(5), 
nav.desktop > ul > li:nth-child(6),
nav.desktop > ul > li:nth-child(7) {
	float: right;
}
nav.desktop > ul > li[data-class='login'] a {
	background: #BE1359;
	color: #ffff;
	padding-left: 16px;
	padding-right: 16px;
}
nav.desktop > ul > li[data-class='login'] a:hover {
	background: #BE1359;
	color: #ffff;
}
nav.desktop > ul > li[data-class='login'] a.selected:before,
nav.desktop > ul > li[data-class='login'] a::before {
	display: none;
}
nav.desktop > ul > li > a {
	color: #293540;
	display: block;
	font-size: 18px;
	font-weight: bold;
	line-height: 45px;
	position: relative;
	transition: color 300ms ease;
}
nav.desktop > ul > li:hover > a,
nav.desktop > ul > li > a.selected {
	color: #009668;
}
nav.desktop > ul > li > a:before,
nav.desktop > ul > li > a.selected:before {
	background: #009668;
	bottom: 0;
	content: "";
	height: 3px;
	left: 0;
	max-width: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	transition: max-width 300ms ease;
}
nav.desktop > ul > li.active > a:before, 
.nojs nav.desktop > ul > li:hover > a:before,
nav.desktop > ul > li > a.selected:before {
	max-width: 100%;
}
nav.desktop > ul > li > ul {
	background: #F5F0EC;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
	height: 0;
	left: -25px;
	min-width: 300px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	text-align: left;
	top: 46px;
}
.notransition nav.desktop > ul > li > ul {
	display: none;
}
nav.desktop > ul > li.active > ul, /* micado menu.js */
.nojs nav.desktop > ul > li:hover > ul { /* nojs fallback */
	height: auto;
	padding: 25px;
	opacity: 1;
	overflow: visible;
}

/* Single */

nav.desktop > ul > li.single > ul > li {
	background: #FFFFFF;
	border: 1px solid #E7E2DE;
	line-height: 38px;
	margin-bottom: 2px;
	position: relative;
	transition: border 300ms ease;
}
nav.desktop > ul > li.single > ul > li:hover {
	border: 1px solid rgba(190, 19, 89, 0.5);
}
nav.desktop > ul > li.single > ul > li:before {
	color: #009668;
	font-size: 18px;
	margin: -9px 0 0 0;
	position: absolute;
	right: 15px;
	top: 50%;
	transition: color 300ms ease;
}
nav.desktop > ul > li.single > ul > li:hover:before {
	color: #BE1359;
}
nav.desktop > ul > li.single > ul > li:last-child {
	margin-bottom: 0;
}
nav.desktop > ul > li.single > ul > li > a {
	color: #2D3A4A;
	display: block;
	font-size: 16px;
	font-weight: normal;
	padding: 0 14px 0 15px;
	white-space: nowrap;
}

@media all and (max-width: 1340px){

	nav.desktop {
    padding-left: 0;
	}
	/* nav.desktop > ul > li:first-child {
		margin-left: 100px;
	}
	nav.desktop > ul > li:nth-child(4) {
		margin-right: 185px;
	} */

}

@media all and (max-width: 1200px){

	nav.desktop > ul > li {
    margin: 0 16px;
	}
	nav.desktop > ul > li:first-child {
    margin-left: 0;
	}
	nav.desktop > ul > li[data-class='login'] {
    margin-right: 0;
	}

	/* nav.desktop > ul > li:first-child {
		margin-left: 50px;
	}
	nav.desktop > ul > li:nth-child(4) {
		margin-right: 135px;
	} */

}

@media all and (max-width: 1100px){

	nav.desktop > ul > li {
    margin: 0 10px;
	}
	nav.desktop > ul > li > a {
    font-size: 16px;
	}

	/* nav.desktop > ul > li:first-child {
		margin-left: 0;
	}
	nav.desktop > ul > li:nth-child(4) {
		margin-right: 80px;
	} */

}


@media all and (max-width: 980px){

	nav.desktop {
		display: none;
	}

}

/* Menü - Hauptmenü - Mobile */

.mainmenu .trigger {
	display: none;
}
.mainmenu.mobile .trigger {
	display: block;
}
.mainmenu > .trigger {
	line-height: 1;
	opacity: 1 !important;
	padding: 0;
	position: absolute;
	right: 20px;
	top: 24px;
	z-index: 1000;
}
.menuActive .mainmenu > .trigger {
	position: fixed;
}
.mainmenu > .trigger .hamburger-box {
	width: 30px;
}
.mainmenu > .trigger .hamburger-inner,
.mainmenu > .trigger .hamburger-inner:before,
.mainmenu > .trigger .hamburger-inner:after {
	background-color: #009668;
	border-radius: 0;
	height: 3px;
	width: 30px;
	z-index: 10000;
}
.mainmenu > .trigger.specialColor .hamburger-inner,
.mainmenu > .trigger.specialColor .hamburger-inner:before,
.mainmenu > .trigger.specialColor .hamburger-inner:after {
	background-color: #009668;
	opacity: 1;
}
.MobileMenuWrapper {
	background: #F5F0EC;
	bottom: 0;
	overflow-y: scroll;
	position: fixed;
	right: -100%;
	top: 0;
	width: 100%;
	z-index: 100;
	-webkit-overflow-scrolling: touch;
}
nav.mobile > ul {
	display: flex !important;
	flex-direction: column;
	overflow: hidden;
	padding: 80px 0 30px 0;
	width: 100%;
}
nav.mobile ul {
	display: none;
}
nav.mobile ul.open {
	display: block;
	padding-bottom: 20px;
}

/* Links */

nav.mobile li a {
	color: #2D3A4A;
	display: block;
	padding: 0 30px;
	position: relative;
}

/* 1. Ebene */

nav.mobile > ul > li[data-class='login'] {
	order: 1;
}
nav.mobile > ul > li > a {
	font-size: 24px;
	font-weight: 300;
	opacity: 0;
	padding-bottom: 8px;
	padding-top: 8px;
	position: relative;
}
nav.mobile > ul > li[data-class='login'] a {
	background: #BE1359;
	color: #FFFFFF;
	margin: 10px auto 10px 30px;
	max-width: 200px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
}
nav.mobile > ul > li > a.show {
	opacity: 1;
}
nav.mobile > ul > li > a:hover,
nav.mobile > ul > li > a.selected {
	
}

/* 2. Ebene */

nav.mobile > ul > li > ul > li {
	background: #FFFFFF;
	border: 1px solid #E7E2DE;
	line-height: 38px;
	margin-bottom: 2px;
	position: relative;
}
nav.mobile > ul > li > ul > li:before {
	color: #009668;
	margin: -9px 0 0 0;
	position: absolute;
	right: 15px;
	top: 50%;
}
nav.mobile > ul > li > ul > li > a {
	font-size: 18px;
	font-weight: normal;
}
nav.mobile > ul > li > ul > li:hover:before {
	color: #BE1359;
}
nav.mobile > ul > li > ul > li:hover {
	border: 1px solid rgba(190, 19, 89, 0.5);
}

/* 3. Ebene */

nav.mobile > ul > li > ul > li > ul.open {
	background: rgba(0, 0, 0, 0.1);
	margin: 0 0 20px 0;
	padding: 20px 0;
}
nav.mobile > ul > li > ul > li > ul > li > a {
	
}
nav.mobile > ul > li > ul > li > ul > li > a:hover,
nav.mobile > ul > li > ul > li > ul > li > a.selected {
	
}

/* Elemente - Überschriften */

h1 {
	color: #BE1359;
	font-size: 48px;
	font-weight: bold;
	line-height: 1.08;
}
h2 {
	color: #BE1359;
	font-size: 38px;
	font-weight: bold;
	line-height: 1.2;
}
h2.green {
	color: #009668;
}
h1 + h2 {
	font-size: 38px;
	font-weight: 300;
	line-height: 1.11;
}
h2.wmElHeadline {
	font-size: 38px;
	margin-bottom: 18px;
}
h3 {
	color: #BE1359;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
}
.wmHeadline + .wmHeadline {
	margin-top: -42px;
}
.wmHeadline + .wmText {
	margin-top: -25px;
}

/* Wappen */

.wmHeadlineWrapper .wrapper {
	display: grid;
	grid-gap: 12px;
	grid-template-columns: 50px 1fr;
}
.wmHeadlineWrapper .wrapper.austria {
	display: grid;
	grid-gap: 12px;
	grid-template-columns: 64px 1fr;
}
.wmHeadlineWrapper .wrapper .emblem img {
	align-items: flex-start;
	display: flex;
	object-fit: contain;
	width: 100%;
}
.wmHeadlineWrapper .wrapper .emblem.austria {
	margin-top: -5px;
}
.wmHeadlineWrapper .wrapper .emblem.austria img {
	height: 64px;
	width: 64px;
}
.wmHeadlineWrapper .wrapper h1 {
	word-break: break-word;
	margin: 0;
}

@media all and (min-width: 500px){

	.wmHeadlineWrapper .wrapper {
		grid-gap: 16px;
		grid-template-columns: 64px 1fr;
	}
	.wmHeadlineWrapper .wrapper.austria {
		grid-gap: 20px;
		grid-template-columns: 95px 1fr;
	}
	.wmHeadlineWrapper .wrapper .emblem.austria {
		margin-top: -20px;
	}
	.wmHeadlineWrapper .wrapper .emblem.austria img {
		height: 95px;
		width: 95px;
	}

}

@media all and (max-width: 500px){

	h1 {
		font-size: 36px;
	}
	h2 {
		font-size: 28px;
	}
	h2.wmElHeadline {
		font-size: 28px;
	}
	h3 {
		font-size: 20px;
	}

}

/* Animation 2.6.6 */

.micAnimation {
	height: 100%;
	width: 100%;
}
.micAnimation > ul {
    height: 100%;
    position: relative;
    z-index: 1;
}
.micAnimation > ul > .slide {
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: opacity 500ms ease-in;
	width: 100%;
}
.micAnimation > ul > .slide.animated {
	opacity: 1;
}
.micAnimation > ul > .slide.youtube > iframe {
	position: absolute;
}
.micAnimation > ul > .slide.youtube.adjust.alignment_0 > iframe {
	top: 0 !important;
}
.micAnimation > ul > .slide.youtube.adjust.alignment_2 > iframe {
	bottom: 0;
	top: auto !important;
}
.micAnimation > ul > .slide img {
	display: block;
	height: auto;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.micAnimation > ul > .slide > .textBox {
	display: table;
	line-height: 1.3;
	opacity: 0;
	text-align: center;
	transition: all 600ms ease;
}
.micAnimation > ul > .slide > .textBox.animate {
	opacity: 1;
}

/* Text mit TextWrapper */

.micAnimation > ul > .slide > .textBox.textWrap {
	position: absolute;
	z-index: 2;
}

/* Text ohne TextWrapper */

.micAnimation > ul > .slide > .textBox:not(.textWrap) > p {
    position: absolute;
    z-index: 2;
}
.micAnimation > ul > .slide > .textBox:not(.textWrap) > p:last-child {
    z-index: 3;
}

/* Navigation - Pfeile */

.micAnimation > .arrows > a {
	color: inherit;
	display: block;
	font-family: "Webmanager";
	font-size: 40px;
	font-weight: normal;
	line-height: 1;
	margin: -20px 0 0;
	opacity: 0;
	position: absolute;
	top: 50%;
	z-index: 2;
	transition: all 800ms ease;
}
.micAnimation > .arrows > a.prev:before {
	content: "\E84C";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.micAnimation > .arrows > a.prev {
	left: -60px;
}
.micAnimation > .arrows.animated > a.prev {
	left: 20px;
	opacity: 0.4;
}
.micAnimation > .arrows > a.next:before {
	content: "\E84D";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.micAnimation > .arrows > a.next {
	right: -60px;
}
.micAnimation > .arrows.animated > a.next {
	opacity: 0.4;
	right: 20px;
}
.micAnimation > .arrows > a.prev:hover,
.micAnimation > .arrows > a.next:hover {
	color: inherit;
	opacity: 1;
	transition: all 300ms ease;
}

/* Navigation - Bullets */

.micAnimation > .bullets > ul {
	bottom: -20px;
	display: block;
	line-height: 1;
	opacity: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 3;
	transition: all 800ms ease-out 1200ms;
}
.micAnimation > .bullets.animated > ul {
	bottom: 20px;
	opacity: 1;
}
.micAnimation > .bullets > ul > li {
	background: #ffffff none repeat scroll 0 0;
	border-radius: 6px;
	cursor: pointer;
	display: inline-block;
	height: 12px;
	margin: 0 4px;
	width: 12px;
	transition: all 300ms ease;
}
.micAnimation > .bullets > ul > li:hover,
.micAnimation > .bullets > ul > li.selected {
	background: #888;
}

@media all and (max-width: 500px){

	.micAnimation > ul > .slide > .textBox {
		display: none;
	}

}

/* Animation 2.6.6 - Custom */

.micAnimation > ul > .slide > .textBox.textWrap {
	bottom: 10.5%;
	width: 100%;
}
.micAnimation > ul > .slide > .textBox {
	bottom: auto !important;
	display: block !important;
	left: 50% !important;
	margin-left: -650px;
	max-width: 1300px !important;
	padding-right: 20px;
	position: absolute;
	text-align: left !important;
	top: 50% !important;
	transform: translate(0, -50%);
	width: auto !important;
}
/* body:not(.intro) .micAnimation > ul > .slide .text {
	font-size: 30px;
} */
.micAnimation > ul > .slide .text span {
	display: block;
}
.micAnimation > ul > .slide .text0 {
	color: #BE1359;
	font-family: 'Palanquin';
	font-size: 64px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 24px;
}
.micAnimation > ul > .slide .text1 {
	color: #383838;
	font-family: 'Palanquin';
	font-size: 38px;
	font-weight: 300;
	line-height: 1.1;
	margin-bottom: 16px;
}
.micAnimation > ul > .slide .text2 {
	color: #383838;
	font-family: 'Palanquin';
	font-size: 38px;
	font-weight: 600;
	line-height: 1.1;
}
/* body:not(.intro) .micAnimation > ul > .slide .text0 {
	color: #009668;
	font-size: 38px;
	font-weight: 600;
	text-align: center;
} */
/* body:not(.intro) .micAnimation > ul > .slide .text1 {
	background: rgba(255, 255, 255, 0.4);
	border: 1px solid #009668;
	color: #009668;
	display: inline-block;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 1.9px;
	line-height: 1.06;
	margin-top: 23px;
	padding: 6px 10px 8px;
	text-transform: uppercase;
	transition: background 500ms ease;
} */
/* body:not(.intro) .micAnimation > ul > .slide .text1:hover {
	background: rgba(255, 255, 255, 0.8);
}
body:not(.intro) .micAnimation > ul > .slide .text1 > span > a {
	color: #009668;
} */

@media all and (max-width: 1440px){

	.micAnimation > ul > .slide > .textBox {
		left: 70px !important;
		margin-left: 0;
	}

}

@media all and (max-width: 980px){

	.micAnimation > ul > .slide .text0 {
		font-size: 44px;
		margin-bottom: 16px;
	}
	.micAnimation > ul > .slide .text1 {
		font-size: 22px;
		margin-bottom: 8px;
	}
	.micAnimation > ul > .slide .text2 {
		font-size: 22px;
	}

}

@media all and (max-width: 980px){

	.micAnimation > ul > .slide .text0 {
		font-size: 34px;
		margin-bottom: 12px;
	}
	.micAnimation > ul > .slide .text1 {
		font-size: 18px;
	}
	.micAnimation > ul > .slide .text2 {
		font-size: 18px;
	}

}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 80px; }

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg); }
  .hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(-180deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 80px; }

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(-180deg); }
  .hamburger--3dy.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dy.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none; }

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg); }
  .hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse-r .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-270deg);
    transition-delay: 0.075s; }

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic-r .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic-r .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic-r.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(270deg);
    transition-delay: 0.075s; }

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden; }
  .hamburger--emphatic .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::after {
      top: 10px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent; }
    .hamburger--emphatic.is-active .hamburger-inner::before {
      left: -80px;
      top: -80px;
      transform: translate3d(80px, 80px, 0) rotate(45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic.is-active .hamburger-inner::after {
      right: -80px;
      top: -80px;
      transform: translate3d(-80px, 80px, 0) rotate(-45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden; }
  .hamburger--emphatic-r .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::after {
      top: 10px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic-r.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent; }
    .hamburger--emphatic-r.is-active .hamburger-inner::before {
      left: -80px;
      top: 80px;
      transform: translate3d(80px, -80px, 0) rotate(-45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic-r.is-active .hamburger-inner::after {
      right: -80px;
      top: 80px;
      transform: translate3d(-80px, -80px, 0) rotate(45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px; }
  .hamburger--slider .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 20px; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg); }

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px; }
  .hamburger--slider-r .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider-r .hamburger-inner::after {
    top: 20px; }

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg); }
  .hamburger--slider-r.is-active .hamburger-inner::before {
    transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
    opacity: 0; }
  .hamburger--slider-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(90deg); }

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 10px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent; }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg); }

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }
  .hamburger--spring-r .hamburger-inner::before {
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear; }
  .hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand-r .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand-r .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin-r .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin-r .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg); }

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex-r .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex-r .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
transform: rotate(-90deg); }